/* ==============================================================================
   FAQQUA WATCHES - HAUTE HORLOGERIE MASTER STYLESHEET
   Quiet Luxury / High-End Horology Design System
   ============================================================================== */

/* ------------------------------------------------------------------------------
   1. DESIGN TOKENS & ROOT VARIABLES
   ------------------------------------------------------------------------------ */
:root {
    /* Haute Horlogerie Color Palette */
    --hh-obsidian: #0b0b0e;
    --hh-charcoal: #141419;
    --hh-cream: #faf9f6;
    --hh-ivory: #f4f3ef;
    --hh-gold: #c5a880;
    --hh-gold-dark: #9a7b56;
    --hh-gold-light: #e2d1bc;
    --hh-white: #ffffff;
    --hh-border-light: rgba(0, 0, 0, 0.08);
    --hh-border-dark: rgba(255, 255, 255, 0.08);
    --hh-text-primary: #111111;
    --hh-text-muted: #6c757d;
    
    /* Legacy / Semantic Variable Mappings */
    --bg-dark: #0b0b0e;
    --bg-card: #faf9f6;
    --gold: #c5a880;
    --gold-hover: #b09168;
    --gold-dark: #9a7b56;
    --gold-light: #e2d1bc;
    --text-dark: #111111;
    --text-light: #ffffff;
    --text-muted: #6c757d;
    --glass-bg: rgba(255, 255, 255, 0.96);
    --glass-border: rgba(0, 0, 0, 0.08);
    
    /* Typography Tokens */
    --font-serif: 'Cormorant Garamond', Georgia, serif;
    --font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    
    /* Layout Tokens */
    --luxury-max-width: 1560px;
    --luxury-gutter: clamp(24px, 3.5vw, 60px);
}

/* ------------------------------------------------------------------------------
   2. GLOBAL RESETS & BASE TYPOGRAPHY
   ------------------------------------------------------------------------------ */
*, *::before, *::after {
    box-sizing: border-box;
}

html {
    background-color: #ffffff;
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    background-color: #ffffff;
    color: var(--hh-text-primary);
    font-family: var(--font-sans);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 0 !important;
    overflow-x: clip;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header-logo {
    height: 55px !important;
}

.site-header-title {
    font-size: 0.95rem !important;
    letter-spacing: 5px !important;
    margin-top: 5px !important;
    line-height: 1.2 !important;
}

@media (max-width: 767.98px) {
    .site-header-logo {
        height: 38px !important;
    }
    .site-header-title {
        font-size: 0.68rem !important;
        letter-spacing: 2px !important;
        margin-top: 2px !important;
    }
}

h1, h2, h3, h4, h5, h6,
.brand-font,
.hh-serif {
    font-family: var(--font-serif);
    font-weight: 400;
    letter-spacing: 0.03em;
    color: var(--hh-text-primary);
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ------------------------------------------------------------------------------
   3. 1600PX DESKTOP MAX-WIDTH CONTAINER SYSTEM
   ------------------------------------------------------------------------------ */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-luxury-1600 {
    width: 100%;
    max-width: var(--luxury-max-width) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: var(--luxury-gutter) !important;
    padding-right: var(--luxury-gutter) !important;
}

/* ------------------------------------------------------------------------------
   4. NAVIGATION & HEADER SUITE
   ------------------------------------------------------------------------------ */
.premium-navbar-wrapper {
    background: #ffffff !important;
    border-bottom: 1px solid var(--hh-border-light) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 1030;
}

.premium-navbar-wrapper .navbar-brand {
    color: #000000;
    text-decoration: none;
}

.premium-navbar-wrapper .nav-link svg,
.premium-navbar-wrapper .hamburger-btn svg {
    stroke: #111111;
    transition: stroke 0.25s ease, transform 0.25s ease;
}

.premium-navbar-wrapper .nav-link:hover svg,
.premium-navbar-wrapper .hamburger-btn:hover svg {
    stroke: var(--hh-gold) !important;
    transform: scale(1.08);
}

.badge.bg-danger {
    background-color: var(--hh-obsidian) !important;
    color: var(--hh-gold) !important;
    border: 1px solid rgba(197, 168, 128, 0.5);
    font-weight: 600;
}

/* Slide Down Secondary Drawer */
.secondary-navbar {
    background: #ffffff;
    border-bottom: 1px solid var(--hh-border-light);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.secondary-navbar .nav-link {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333333;
    padding: 12px 18px;
    transition: color 0.25s ease, transform 0.25s ease;
}

.secondary-navbar .nav-link:hover {
    color: var(--hh-gold) !important;
    transform: translateY(-1px);
}

/* Desktop Search Drawer */
#navbarSearchDrawer {
    border-bottom: 1px solid var(--hh-border-light);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

/* ------------------------------------------------------------------------------
   5. BUTTONS & UI INTERACTIVE ELEMENTS
   ------------------------------------------------------------------------------ */
.btn-hh-gold,
.btn-gold {
    background-color: var(--hh-gold) !important;
    color: #0b0b0e !important;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 15px 34px;
    border: 1px solid var(--hh-gold) !important;
    border-radius: 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-hh-gold:hover,
.btn-gold:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #0b0b0e !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.btn-hh-ghost,
.btn-outline-gold {
    background-color: transparent !important;
    color: #ffffff !important;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 15px 34px;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.btn-hh-ghost:hover,
.btn-outline-gold:hover {
    border-color: var(--hh-gold) !important;
    color: var(--hh-gold) !important;
    background-color: rgba(197, 168, 128, 0.08) !important;
    transform: translateY(-2px);
}

.btn-hh-dark,
.btn-dark {
    background-color: var(--hh-obsidian) !important;
    color: #ffffff !important;
    border: 1px solid var(--hh-obsidian) !important;
    border-radius: 0;
    padding: 14px 30px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-hh-dark:hover,
.btn-dark:hover {
    background-color: var(--hh-gold) !important;
    border-color: var(--hh-gold) !important;
    color: #0b0b0e !important;
    transform: translateY(-2px);
}

.btn-whatsapp {
    background-color: #25d366 !important;
    color: #ffffff !important;
    border: none;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #1ebe57 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
}

/* ------------------------------------------------------------------------------
   6. HOMEPAGE & HERO SECTION
   ------------------------------------------------------------------------------ */
.hh-hero-section {
    position: relative;
    background-color: var(--hh-obsidian);
    min-height: calc(85vh - 92px);
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: 
        radial-gradient(circle at 75% 45%, rgba(197, 168, 128, 0.1) 0%, transparent 55%),
        linear-gradient(to right, rgba(11, 11, 14, 0.95) 0%, rgba(11, 11, 14, 0.75) 50%, rgba(11, 11, 14, 0.3) 100%),
        url('../images/unsplash_hero_1633451238042.webp');
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
}

.hh-kicker {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--hh-gold) !important;
    display: inline-block;
    margin-bottom: 1.25rem;
}

.hh-hero-title {
    font-size: clamp(2.6rem, 5.2vw, 4.8rem);
    font-weight: 300;
    line-height: 1.08;
    color: #ffffff;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}

.hh-hero-title strong {
    font-weight: 600;
    color: #ffffff;
}

.hh-hero-sub {
    font-size: 0.96rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.75);
    max-width: 540px;
    margin-bottom: 2.25rem;
    font-weight: 300;
}

/* ------------------------------------------------------------------------------
   7. FOUR PILLARS / ASSURANCE STRIP
   ------------------------------------------------------------------------------ */
.hh-assurance-strip {
    background-color: var(--hh-cream);
    border-bottom: 1px solid var(--hh-border-light);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.hh-assurance-item {
    padding: 28px 10px;
    border-right: 1px solid var(--hh-border-light);
    transition: background-color 0.3s ease;
}

.hh-assurance-item:last-child {
    border-right: none;
}

.hh-assurance-item:hover {
    background-color: #f2eee8;
}

.hh-assurance-icon {
    font-size: 1.35rem;
    color: var(--hh-gold-dark);
    margin-bottom: 8px;
}

.hh-assurance-title {
    font-size: clamp(0.70rem, 0.82vw, 0.78rem);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--hh-text-primary);
    margin-bottom: 4px;
    white-space: nowrap;
}

.hh-assurance-detail {
    font-size: clamp(0.68rem, 0.80vw, 0.76rem);
    color: var(--hh-text-muted);
    margin-bottom: 0;
    line-height: 1.4;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .hh-assurance-item {
        padding: 20px 8px;
    }
    .hh-assurance-title,
    .hh-assurance-detail {
        white-space: normal;
    }
}

/* ------------------------------------------------------------------------------
   8. EDITORIAL CARDS & BRAND HOUSES
   ------------------------------------------------------------------------------ */
.hh-editorial-card {
    height: 420px;
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 40px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hh-editorial-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 11, 14, 0.92) 0%, rgba(11, 11, 14, 0.3) 60%, transparent 100%);
    transition: opacity 0.4s ease;
}

.hh-editorial-card:hover::before {
    opacity: 0.97;
}

.hh-editorial-card:hover {
    transform: translateY(-4px);
}

.hh-editorial-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

/* ------------------------------------------------------------------------------
   9. SOTHEBY'S ART-GALLERY PRODUCT PEDESTALS
   ------------------------------------------------------------------------------ */
.hh-filter-bar {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.hh-filter-pill {
    background: transparent;
    border: 1px solid var(--hh-border-light);
    color: #555;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 12px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0;
}

.hh-filter-pill:hover,
.hh-filter-pill.active {
    background-color: var(--hh-obsidian);
    color: var(--hh-gold);
    border-color: var(--hh-obsidian);
}

.hh-product-pedestal {
    background-color: var(--hh-white);
    border: 1px solid var(--hh-border-light);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    position: relative;
}

.hh-product-pedestal:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    border-color: rgba(197, 168, 128, 0.5);
}

.hh-photo-frame {
    position: relative;
    aspect-ratio: 1/1;
    background-color: #f7f7f9;
    overflow: hidden;
}

.hh-photo-frame .main-photo,
.hh-photo-frame .hover-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease, transform 0.6s ease;
}

.hh-photo-frame .hover-photo {
    opacity: 0;
}

.hh-product-pedestal:hover .hover-photo {
    opacity: 1;
    transform: scale(1.04);
}

.hh-product-pedestal:hover .main-photo {
    transform: scale(1.04);
}

.hh-card-body {
    padding: 22px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    background: #ffffff;
    text-align: center;
}

.hh-card-movement {
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--hh-gold-dark);
    margin-bottom: 6px;
}

.hh-card-title {
    font-size: 0.98rem;
    font-weight: 600;
    color: var(--hh-text-primary);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    line-height: 1.35;
}

.hh-card-price {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--hh-text-primary);
}

.hh-card-old-price {
    font-size: 0.82rem;
    color: #999999;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 400;
}

.btn-hh-card-view {
    border: 1px solid #111111;
    background: transparent;
    color: #111111;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    margin-top: 14px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-hh-card-view:hover {
    background: #111111;
    color: #ffffff;
}

/* ------------------------------------------------------------------------------
   10. SELECT2 CUSTOM LUXURY THEME
   ------------------------------------------------------------------------------ */
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0;
    height: 44px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--hh-gold) !important;
    box-shadow: 0 0 0 2px rgba(197, 168, 128, 0.2);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--hh-text-primary);
    font-size: 0.88rem;
    padding-left: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
    right: 10px;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    font-size: 0.88rem;
    z-index: 1060;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--hh-obsidian);
    color: var(--hh-gold);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 8px 12px;
}

/* ------------------------------------------------------------------------------
   11. SINGLE PRODUCT DETAILS PAGE (`product.php`)
   ------------------------------------------------------------------------------ */
.product-gallery-sticky {
    position: sticky;
    top: 95px;
}

.product-showcase-box {
    background: #0d0d12;
    border: 1px solid rgba(197, 168, 128, 0.25) !important;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    max-width: 620px;
    aspect-ratio: 1 / 1;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    position: relative;
}

.product-main-img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    transition: transform 0.4s ease;
}

.gallery-thumb {
    width: 68px;
    height: 68px;
    background-color: #0d0d12;
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #2a2a30;
    opacity: 0.75;
    transition: all 0.25s ease;
    border-radius: 4px;
    padding: 0 !important;
}

.gallery-thumb.active,
.gallery-thumb:hover {
    border-color: var(--hh-gold) !important;
    opacity: 1;
    box-shadow: 0 0 10px rgba(197, 168, 128, 0.35);
}

.color-variant-btn {
    border: 1px solid #dcdcdc !important;
    background: #ffffff !important;
    color: #0b0b0e !important;
    transition: all 0.2s ease;
    font-weight: 500;
}

.color-variant-btn.active {
    background: #0b0b0e !important;
    color: #ffffff !important;
    border-color: #0b0b0e !important;
}

.color-variant-btn:hover:not(.active) {
    border-color: #0b0b0e !important;
    background: #f2eee8 !important;
    color: #0b0b0e !important;
}

.color-variant-btn.is-out-of-stock {
    opacity: 0.5;
    background-color: #f5f5f5 !important;
    border-color: #e0e0e0 !important;
    cursor: not-allowed;
    text-decoration: line-through;
}

.review-card {
    background: #ffffff;
    border: 1px solid var(--hh-border-light);
    padding: 24px;
    transition: box-shadow 0.25s ease;
    height: 100%;
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
    overflow: hidden;
}

.review-card p {
    overflow-wrap: break-word !important;
    word-break: break-word !important;
    word-wrap: break-word !important;
    margin-bottom: 0.75rem;
}

.review-stars {
    color: #e0a92d;
    font-size: 0.95rem;
}

.comparison-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--hh-border-light);
    overflow: hidden;
}

.comparison-table th {
    background: var(--hh-obsidian);
    color: #ffffff;
    padding: 16px;
    text-align: center;
    border: none;
    font-size: 0.82rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.comparison-table td {
    padding: 16px;
    border-top: 1px solid var(--hh-border-light);
    text-align: center;
    font-size: 0.88rem;
}

.comparison-table td:first-child {
    text-align: left;
    font-weight: 500;
    border-right: 1px solid var(--hh-border-light);
}

/* ------------------------------------------------------------------------------
   12. ANATOMY & CRAFTSMANSHIP SECTIONS
   ------------------------------------------------------------------------------ */
.hh-craft-section {
    background-color: var(--hh-obsidian);
    color: #ffffff;
    position: relative;
    padding: 90px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hh-spec-block {
    border-left: 2px solid var(--hh-gold);
    padding-left: 20px;
    margin-bottom: 24px;
}

.hh-spec-title {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--hh-gold);
    margin-bottom: 4px;
}

.hh-spec-desc {
    font-size: 0.84rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------
   13. FOOTER & MOBILE BOTTOM NAVIGATION
   ------------------------------------------------------------------------------ */
footer {
    background-color: var(--hh-obsidian) !important;
    color: #a0a0a0;
    margin: 0 !important;
    overflow: hidden;
}

.footer-link {
    color: #a0a0a0;
    transition: all 0.25s ease;
}

.footer-link:hover {
    color: var(--hh-gold) !important;
    padding-left: 6px;
}

.mobile-bottom-nav {
    background-color: var(--hh-obsidian) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

/* ------------------------------------------------------------------------------
   14. RESPONSIVE BREAKPOINTS
   ------------------------------------------------------------------------------ */
@media (max-width: 991.98px) {
    footer {
        padding-bottom: 70px !important;
    }
}

@media (max-width: 767.98px) {
    .hh-hero-section {
        min-height: 75vh;
        padding-top: 140px;
        padding-bottom: 50px;
        text-align: center;
    }
    .hh-hero-sub {
        margin-left: auto;
        margin-right: auto;
    }
    .hh-assurance-item {
        border-right: none;
        border-bottom: 1px solid var(--hh-border-light);
        padding: 20px 10px;
    }
    .hh-editorial-card {
        height: 300px;
        padding: 25px;
    }
    .hh-craft-section {
        padding: 60px 0;
    }
}

/* ==============================================================================
   15. MOBILE-FIRST RESPONSIVE PERFECTION & TYPOGRAPHY TUNING (<= 768px)
   ============================================================================== */
@media (max-width: 767.98px) {
    /* Global Base */
    html, body {
        font-size: 13.5px !important;
        line-height: 1.5 !important;
    }

    /* Container Gutters */
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .container-luxury-1600 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    /* Headings Scale */
    h1, .display-4 {
        font-size: 1.55rem !important;
        line-height: 1.15 !important;
    }
    h2, .display-5 {
        font-size: 1.35rem !important;
        line-height: 1.2 !important;
    }
    h3, .display-6 {
        font-size: 1.15rem !important;
        line-height: 1.25 !important;
    }
    h4, .fs-4 {
        font-size: 1.02rem !important;
    }
    h5, .fs-5 {
        font-size: 0.92rem !important;
    }
    h6, .fs-6 {
        font-size: 0.82rem !important;
    }

    /* Section Subtitles */
    .hh-kicker {
        font-size: 0.58rem !important;
        letter-spacing: 2px !important;
        margin-bottom: 0.4rem !important;
    }
    .hh-hero-title {
        font-size: 1.75rem !important;
        line-height: 1.12 !important;
        margin-bottom: 0.75rem !important;
    }
    .hh-hero-sub {
        font-size: 0.82rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1.25rem !important;
        max-width: 100% !important;
    }

    /* Logo and Header in Mobile */
    .site-header-logo {
        height: 36px !important;
    }
    .site-header-title {
        font-size: 0.66rem !important;
        letter-spacing: 2px !important;
        margin-top: 2px !important;
    }
    .mobile-search-row {
        padding: 2px 10px 5px 10px !important;
    }
    .mobile-search-row .input-group {
        height: 30px !important;
        border-radius: 4px !important;
    }
    .mobile-search-row input {
        height: 30px !important;
        font-size: 0.70rem !important;
        padding: 3px 8px !important;
    }
    .mobile-search-row button {
        height: 30px !important;
        padding: 0 10px !important;
        font-size: 0.70rem !important;
    }
    .search-form .form-control,
    .search-bar input,
    .input-group input {
        font-size: 0.74rem !important;
        height: 34px !important;
        padding: 4px 8px !important;
    }
    .search-form button,
    .search-bar button,
    .input-group button {
        height: 34px !important;
        padding: 0 10px !important;
        font-size: 0.74rem !important;
    }

    /* Category / Portfolio Filter Tabs (Horizontal Scroll on Mobile) */
    .hh-filter-bar {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 6px !important;
        padding-bottom: 8px !important;
        margin-bottom: 1.25rem !important;
        justify-content: flex-start !important;
        scrollbar-width: none !important;
    }
    .hh-filter-bar::-webkit-scrollbar {
        display: none !important;
    }
    .hh-filter-pill {
        font-size: 0.62rem !important;
        padding: 7px 12px !important;
        letter-spacing: 1px !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
    }

    /* Product Pedestal Cards (2 Columns) */
    .hh-product-pedestal {
        border-radius: 2px;
    }
    .hh-card-body {
        padding: 10px 6px !important;
    }
    .hh-card-movement {
        font-size: 0.52rem !important;
        letter-spacing: 1px !important;
        margin-bottom: 2px !important;
    }
    .hh-card-title {
        font-size: 0.78rem !important;
        font-weight: 600 !important;
        margin-bottom: 3px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .hh-card-price {
        font-size: 0.82rem !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
        color: #111111 !important;
    }
    .hh-card-old-price {
        font-size: 0.68rem !important;
        color: #999999 !important;
        margin-left: 3px !important;
        white-space: nowrap !important;
    }
    .btn-hh-card-view {
        font-size: 0.60rem !important;
        padding: 6px 4px !important;
        letter-spacing: 1px !important;
        margin-top: 6px !important;
        width: 100% !important;
        text-align: center !important;
        font-weight: 600 !important;
    }

    /* Testimonials Cards on Mobile */
    .testimonial-left-card {
        min-height: 280px !important;
        border-radius: 6px !important;
    }
    .testimonial-overlay {
        padding: 1.25rem 1rem !important;
    }
    .testimonial-overlay p,
    .testimonial-small-card p {
        font-size: 0.82rem !important;
        line-height: 1.5 !important;
        margin-bottom: 0.5rem !important;
    }
    .large-quote {
        font-size: 48px !important;
        bottom: 5px !important;
        right: 10px !important;
    }
    .testimonial-small-card {
        padding: 1.25rem 1rem !important;
        border-radius: 6px !important;
    }

    /* Four Pillars / Assurance Items */
    .hh-assurance-item {
        padding: 14px 8px !important;
    }
    .hh-assurance-icon {
        font-size: 1.1rem !important;
        margin-bottom: 4px !important;
    }
    .hh-assurance-title {
        font-size: 0.68rem !important;
        letter-spacing: 1px !important;
        margin-bottom: 2px !important;
    }
    .hh-assurance-detail {
        font-size: 0.62rem !important;
        line-height: 1.35 !important;
    }

    /* Anatomy / Craftsmanship Specs */
    .hh-craft-section {
        padding: 40px 0 !important;
    }
    .hh-spec-block {
        padding-left: 12px !important;
        margin-bottom: 14px !important;
    }
    .hh-spec-title {
        font-size: 0.72rem !important;
        letter-spacing: 1px !important;
        margin-bottom: 2px !important;
    }
    .hh-spec-desc {
        font-size: 0.72rem !important;
        line-height: 1.45 !important;
    }

    /* View Archive Full Button */
    .btn-archive,
    .btn-outline-dark {
        font-size: 0.68rem !important;
        padding: 10px 14px !important;
        letter-spacing: 1px !important;
    }

    /* Product Page Mobile Overrides */
    .product-gallery-sticky {
        position: static !important;
    }
    .product-showcase-box {
        max-width: 360px !important;
        width: 100% !important;
        aspect-ratio: 1 / 1 !important;
        height: auto !important;
        min-height: auto !important;
        padding: 0 !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 8px !important;
        background: #0d0d12 !important;
        border-radius: 6px !important;
    }
    .product-main-img {
        width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        max-width: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }
    .gallery-thumb {
        width: 42px !important;
        height: 42px !important;
        padding: 2px !important;
    }
    .gallery-thumb-row {
        gap: 4px !important;
        margin-top: 4px !important;
    }
    .color-variant-btn {
        font-size: 0.65rem !important;
        padding: 4px 7px !important;
        letter-spacing: 0.2px !important;
    }
    .btn-hh-gold,
    .btn-hh-dark,
    .btn-whatsapp {
        padding: 10px 12px !important;
        font-size: 0.72rem !important;
        letter-spacing: 0.8px !important;
    }
    .review-card {
        padding: 12px 10px !important;
    }
    .review-card p {
        font-size: 0.74rem !important;
        line-height: 1.4 !important;
    }
    .comparison-table th,
    .comparison-table td {
        padding: 8px 4px !important;
        font-size: 0.68rem !important;
    }

    /* All Pages - Text & Hero Rescaling */
    .page-title,
    .brand-page-title,
    .about-title {
        font-size: 1.40rem !important;
        line-height: 1.15 !important;
    }
    .page-subtitle,
    .about-subtitle {
        font-size: 0.78rem !important;
        line-height: 1.45 !important;
    }
    p, .lead {
        font-size: 0.82rem !important;
        line-height: 1.55 !important;
    }

    /* Cart & Checkout Mobile Scale */
    .table th, .table td {
        font-size: 0.72rem !important;
        padding: 8px 4px !important;
    }
    .form-label {
        font-size: 0.68rem !important;
        margin-bottom: 2px !important;
    }
    .form-control, .form-select {
        font-size: 0.76rem !important;
        height: 36px !important;
        padding: 5px 8px !important;
    }
}

/* ------------------------------------------------------------------------------
   16. STICKY NAVBAR ENHANCEMENTS & FLOATING ACTION CONTROLS
   ------------------------------------------------------------------------------ */
.premium-navbar-wrapper {
    position: sticky !important;
    top: 0 !important;
    z-index: 1050 !important;
    background: #ffffff !important;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.premium-navbar-wrapper.is-scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

/* Floating WhatsApp Button */
.floating-whatsapp-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 22px rgba(37, 211, 102, 0.45);
    z-index: 1045;
    text-decoration: none !important;
    transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.3s ease;
}

.floating-whatsapp-btn:hover {
    transform: scale(1.08) translateY(-2px);
    box-shadow: 0 10px 28px rgba(37, 211, 102, 0.6);
    color: #ffffff !important;
}

.floating-whatsapp-btn .wa-pulse-ring {
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.6);
    animation: waPulse 2.2s infinite ease-out;
    pointer-events: none;
}

@keyframes waPulse {
    0% { transform: scale(0.95); opacity: 0.8; }
    50% { transform: scale(1.18); opacity: 0; }
    100% { transform: scale(1.25); opacity: 0; }
}

/* Floating Scroll-to-Top Button */
.floating-scroll-top-btn {
    position: fixed;
    bottom: 94px;
    right: 32px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0b0b0e;
    color: var(--hh-gold) !important;
    border: 1px solid rgba(197, 168, 128, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.floating-scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.floating-scroll-top-btn:hover {
    background: var(--hh-gold);
    color: #0b0b0e !important;
    border-color: var(--hh-gold);
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(197, 168, 128, 0.45);
}

/* Mobile Adjustments (Avoid overlap with mobile bottom navigation) */
@media (max-width: 991.98px) {
    .floating-whatsapp-btn {
        bottom: 74px;
        right: 18px;
        width: 50px;
        height: 50px;
    }
    .floating-scroll-top-btn {
        bottom: 134px;
        right: 22px;
        width: 40px;
        height: 40px;
    }
}

/* ------------------------------------------------------------------------------
   17. RELAXING, SILKY-SMOOTH SEARCH EXPERIENCE
   ------------------------------------------------------------------------------ */
.search-drawer {
    background: #ffffff;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.38s cubic-bezier(0.16, 1, 0.3, 1), 
                opacity 0.30s cubic-bezier(0.16, 1, 0.3, 1), 
                visibility 0.30s ease,
                padding 0.30s ease;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    z-index: 1055;
}

.search-drawer.is-open {
    max-height: 140px;
    opacity: 1;
    visibility: visible;
    overflow: visible !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.search-results-box {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), 
                transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), 
                visibility 0.22s ease;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    z-index: 1080 !important;
}

.search-results-box.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    transform: translateY(0) !important;
}

.search-item-row {
    transition: background-color 0.25s ease, padding-left 0.25s ease, border-left-color 0.25s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    border-left: 3px solid transparent !important;
}

.search-item-row:hover {
    background-color: #faf8f5 !important;
    border-left-color: var(--hh-gold) !important;
    padding-left: 1.15rem !important;
}

.search-item-row:hover .search-item-title {
    color: var(--hh-gold-dark) !important;
}

.search-pulse-loader {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(197, 168, 128, 0.25);
    border-radius: 50%;
    border-top-color: var(--hh-gold);
    animation: searchSpin 0.85s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes searchSpin {
    to { transform: rotate(360deg); }
}

.search-highlight {
    background: rgba(197, 168, 128, 0.22);
    color: #0b0b0e;
    padding: 1px 3px;
    border-radius: 2px;
    font-weight: 600;
}

/* ------------------------------------------------------------------------------
   18. HAUTE HORLOGERIE BESPOKE FOOTER STYLING
   ------------------------------------------------------------------------------ */
.footer-link {
    color: #9c9ca4 !important;
    transition: color 0.25s ease, padding-left 0.25s ease;
    display: inline-block;
}

.footer-link:hover {
    color: var(--hh-gold) !important;
    padding-left: 4px;
}

.footer-contact-pill {
    color: #b0b0b8 !important;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.82rem;
    transition: all 0.25s ease;
}

.footer-contact-pill:hover {
    background: rgba(197, 168, 128, 0.12);
    border-color: var(--hh-gold);
    color: #ffffff !important;
}

.footer-social-circle {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #a0a0a8 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    background: rgba(255, 255, 255, 0.03);
}

.footer-social-circle:hover {
    border-color: var(--hh-gold);
    background: var(--hh-gold);
    color: #0b0b0e !important;
    transform: translateY(-2px);
}

.footer-sublink {
    color: #9e9ea8 !important;
    transition: color 0.2s ease;
}

.footer-sublink:hover {
    color: var(--hh-gold) !important;
}

.footer-bottom-container {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 991.98px) {
    .footer-bottom-container {
        padding-bottom: 75px !important;
    }
}
