/* Version 12.0 — Responsive master fixes (Public + Shared) */

html { max-width: 100%; }
body { max-width: 100%; overflow-x: clip; }

/* Prevent horizontal scroll on mobile */
.container, .container-xl, .container-fluid { max-width: 100%; }
.gallery-track, .budget-pills, .social-mosaic, .collection-grid, .featured-grid { min-width: 0; }

/* Touch targets */
.touch-btn, .btn, .nav-link, .mobile-nav-item, .lpc-action-btn, .lpc-inquiry-btn {
    min-height: 44px;
}

/* Product cards — no overflow */
.luxury-product-card, .gallery-track-item, .collection-card {
    max-width: 100%;
    overflow: hidden;
}
.lpc-media img { width: 100%; height: auto; object-fit: cover; }

/* Hero mobile */
@media (max-width: 430px) {
    .gallery-hero { min-height: 420px; }
    .gallery-hero-content { padding-bottom: 2.5rem; }
    .gallery-hero-actions { flex-wrap: wrap; }
    .gallery-track { gap: 0.75rem; padding-inline: 0.25rem; }
    .collection-grid { gap: 0.65rem; }
    .budget-pills { gap: 0.5rem; }
    .budget-pill { font-size: 0.78rem; padding: 0.55rem 0.85rem; }
    .site-footer-v10 .footer-grid { gap: 1.25rem; }
    .header-tools .btn-nav span { display: none; }
    .product-list-grid > [class*="col-"] { width: 100%; }
    .product-detail-info h1 { font-size: clamp(1.5rem, 8vw, 2rem); }
    .mobile-sticky-actions { gap: 0.5rem; }
}

@media (max-width: 375px) {
    .mobile-bottom-nav { grid-template-columns: repeat(6, 1fr); }
    .mobile-nav-item { font-size: 0.55rem; }
    .brand-tagline { display: none; }
    .featured-grid { grid-template-columns: 1fr; }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .collection-grid { grid-template-columns: repeat(3, 1fr); }
    .featured-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1920px) {
    .gallery-hero-content { max-width: 820px; }
    .container-xl { max-width: 1440px; }
}

/* Admin/portal table mobile cards */
@media (max-width: 767px) {
    .admin-card-table thead { display: none; }
    .admin-card-table tr { display: block; margin-bottom: 0.75rem; border: 1px solid var(--shell-border, #eee); border-radius: 8px; padding: 0.5rem; }
    .admin-card-table td { display: flex; justify-content: space-between; border: none; padding: 0.35rem 0.5rem; gap: 1rem; }
    .admin-card-table td::before { content: attr(data-label); font-weight: 600; color: var(--shell-muted, #666); margin-left: 0.5rem; }
    .admin-table:not(.admin-card-table) { min-width: 720px; }
    .admin-table-wrap, .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }
}

/* Notification prompt — luxury */
.notify-prompt {
    background: linear-gradient(135deg, #FFFCF7, #FFF8E7);
    border: 1px solid rgba(184, 134, 11, 0.25);
    box-shadow: 0 12px 40px rgba(26, 22, 18, 0.12);
}

.luxury-404 {
    min-height: 62vh;
    display: grid;
    align-items: center;
}
.luxury-404-card {
    max-width: 760px;
    margin: 0 auto;
    padding: clamp(1.25rem, 4vw, 2.5rem);
    text-align: center;
}
.luxury-404 .error-code {
    display: block;
    font-size: clamp(3rem, 9vw, 5.4rem);
    color: var(--gold-dark);
    line-height: 1;
}
.luxury-404 h1 {
    font-size: clamp(1.35rem, 4vw, 2.2rem);
    margin: 0.5rem 0;
}
.luxury-404 p {
    color: var(--text-muted);
    max-width: 52ch;
    margin: 0 auto 1.25rem;
}
.luxury-404-search {
    display: flex;
    gap: 0.6rem;
    max-width: 520px;
    margin: 0 auto 1rem;
}
.luxury-404-search .form-control {
    min-width: 0;
}
.luxury-404-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}
.page-recovery-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}
.page-recovery-actions .btn,
.product-actions-mobile .btn {
    min-height: 44px;
    border-radius: 999px;
}
.product-actions-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

@media (max-width: 430px) {
    .luxury-404-search {
        flex-direction: column;
    }
    .luxury-404-actions .btn {
        flex: 1 1 45%;
    }
    .page-recovery-actions .btn,
    .product-actions-mobile .btn {
        flex: 1 1 100%;
    }
}

/* v33.1: clean video hero layout */
.page-home-v10 .gallery-hero.hero-has-video {
    background: #061819 !important;
}
.page-home-v10 .gallery-hero.hero-has-video .gallery-hero-media::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    background:
        linear-gradient(180deg, rgba(7,27,28,0.04) 0%, rgba(7,27,28,0.16) 58%, rgba(7,27,28,0.62) 100%),
        linear-gradient(90deg, rgba(7,27,28,0.36), transparent 32%, transparent 72%, rgba(7,27,28,0.28)) !important;
}
.page-home-v10 .gallery-hero.hero-has-video .gallery-hero-content {
    position: absolute !important;
    right: clamp(1rem, 4vw, 2.5rem) !important;
    left: auto !important;
    bottom: clamp(1rem, 4vw, 2rem) !important;
    width: min(520px, calc(100% - 2rem)) !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 1rem 1.15rem !important;
    border-radius: 24px !important;
    background: rgba(7,27,28,0.6) !important;
    border: 1px solid rgba(232,194,115,0.22) !important;
    backdrop-filter: blur(16px);
}
.page-home-v10 .gallery-hero.hero-has-video .gallery-hero-title {
    max-width: none !important;
    font-size: clamp(1.35rem, 3.5vw, 2.25rem) !important;
    color: #fff !important;
}
.page-home-v10 .gallery-hero.hero-has-video .gallery-hero-tagline {
    max-width: none !important;
    margin-bottom: 0.8rem !important;
    color: rgba(255,255,255,0.76) !important;
}
.page-home-v10 .gallery-hero.hero-has-video .btn-hero-primary {
    padding: 0.72rem 1.05rem !important;
}
@media (max-width: 575px) {
    .page-home-v10 .gallery-hero.hero-has-video .gallery-hero-content {
        right: 0.75rem !important;
        bottom: 4.2rem !important;
        width: calc(100% - 1.5rem) !important;
        padding: 0.8rem 0.9rem !important;
        border-radius: 20px !important;
    }
    .page-home-v10 .gallery-hero.hero-has-video .gallery-hero-brand,
    .page-home-v10 .gallery-hero.hero-has-video .gallery-hero-tagline {
        display: none !important;
    }
    .page-home-v10 .gallery-hero.hero-has-video .gallery-hero-title {
        font-size: 1.15rem !important;
        margin: 0 0 0.55rem !important;
    }
}

/* v34.1: video hero must stay clean, no CTA/text over video */
.page-home-v10 .gallery-hero.hero-has-video .gallery-hero-content {
    display: none !important;
}
.page-home-v10 .gallery-hero.hero-has-video .gallery-hero-media::after {
    background: linear-gradient(180deg, rgba(7,27,28,0.04), rgba(7,27,28,0.16)) !important;
}
.page-home-v10 .gallery-hero.hero-has-video .hero-sound-toggle {
    right: 0.85rem !important;
    left: auto !important;
    bottom: 0.85rem !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    justify-content: center !important;
    border-radius: 50% !important;
    background: rgba(7,27,28,0.72) !important;
}
.page-home-v10 .gallery-hero.hero-has-video .hero-sound-toggle span {
    display: none !important;
}
.page-home-v10 .gallery-hero.hero-has-video .hero-sound-toggle i {
    font-size: 1.1rem !important;
}

/* Version 13.0 — Persian luxury showroom refinement */
:root {
    --type-xs: clamp(0.68rem, 0.64rem + 0.2vw, 0.78rem);
    --type-sm: clamp(0.78rem, 0.72rem + 0.28vw, 0.9rem);
    --type-md: clamp(0.92rem, 0.86rem + 0.28vw, 1rem);
    --type-lg: clamp(1.15rem, 1rem + 0.7vw, 1.45rem);
    --type-xl: clamp(1.55rem, 1.25rem + 1.3vw, 2.35rem);
    --showroom-shadow: 0 12px 34px rgba(40, 30, 18, 0.07);
}

body {
    font-size: var(--type-md);
    letter-spacing: -0.01em;
}

.site-header .navbar {
    padding: 0.8rem 0;
}
.site-header .navbar.scrolled {
    padding: 0.45rem 0;
}
.navbar-brand {
    gap: 0.6rem;
    min-width: 0;
}
.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    font-size: 1rem;
}
.brand-name {
    font-size: clamp(0.95rem, 0.9rem + 0.28vw, 1.12rem);
}
.brand-tagline {
    letter-spacing: 0.12em;
    font-size: 0.58rem;
}
.nav-link {
    font-size: var(--type-sm);
    padding: 0.4rem 0.75rem !important;
}
.header-search-form {
    max-width: 190px;
    padding: 0.18rem 0.18rem 0.18rem 0.75rem;
}
.header-icon-btn {
    width: 40px;
    height: 40px;
}
.header-icon-btn.club-btn {
    min-height: 40px;
    padding-inline: 0.75rem;
}
.btn-nav {
    min-height: 40px;
    padding: 0.55rem 0.95rem;
    font-size: var(--type-xs);
}

.page-home-v10 {
    --gold-strip-h: 30px;
}
.gold-strip {
    height: 30px;
}
.gold-strip-inner {
    font-size: 0.7rem;
    gap: 0.35rem 0.55rem;
}
.gold-strip-price {
    font-size: 0.78rem;
}
.gold-strip-unit,
.gold-strip-trend,
.gold-strip-hint {
    font-size: 0.62rem;
}
.gold-market-sheet {
    border-radius: 18px 18px 0 0;
    max-height: 68vh;
}
.gold-sheet-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}
.gold-sheet-item {
    padding: 0.75rem 0.85rem;
}

.gallery-hero {
    min-height: clamp(420px, 70vh, 690px);
    align-items: center;
}
.gallery-hero-content {
    max-width: min(560px, 92vw);
    padding: calc(var(--header-h) + var(--gold-strip-h) + 1.5rem) 1.25rem 3rem;
}
.gallery-hero-brand {
    font-size: 0.58rem;
    letter-spacing: 0.24em;
    margin-bottom: 0.65rem;
}
.gallery-hero-title {
    font-size: clamp(1.8rem, 4.6vw, 3.2rem) !important;
    line-height: 1.22;
    max-width: 14ch;
}
.gallery-hero-tagline {
    font-size: clamp(0.88rem, 1.7vw, 1rem) !important;
    max-width: 38ch;
    line-height: 1.85;
    margin-bottom: 1.25rem;
}
.gallery-hero-actions {
    gap: 0.55rem;
}
.btn-hero-primary,
.btn-hero-whatsapp {
    min-height: 42px;
    padding: 0.62rem 1rem !important;
    border-radius: 999px !important;
    font-size: var(--type-sm);
}

.gallery-section {
    padding: clamp(2.25rem, 5vw, 4.25rem) 0;
}
.gallery-head {
    margin-bottom: 1.35rem;
}
.gallery-eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.18em;
}
.gallery-heading,
.section-title,
.page-hero h1 {
    font-size: var(--type-xl);
    line-height: 1.35;
}

.collection-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(0.75rem, 2vw, 1.2rem);
}
.collection-card {
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    box-shadow: var(--showroom-shadow);
}
.collection-card-body {
    padding: clamp(1rem, 2.4vw, 1.45rem);
}
.collection-card h3 {
    font-size: clamp(1rem, 2vw, 1.25rem);
}
.collection-count,
.lux-cat-desc {
    font-size: var(--type-xs);
}
.collection-grid-page {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.collection-card-page {
    min-height: 320px;
}

.luxury-product-card {
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(26, 22, 18, 0.055);
}
.luxury-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(26, 22, 18, 0.09);
}
.lpc-media {
    aspect-ratio: 4 / 4.45;
    border-radius: 16px 16px 0 0;
}
.lpc-media img {
    height: 100%;
}
.lpc-body {
    padding: 0.78rem 0.82rem 0.88rem;
}
.lpc-category {
    font-size: 0.64rem;
}
.lpc-title {
    font-size: clamp(0.86rem, 1.5vw, 1rem);
    line-height: 1.55;
    margin: 0.22rem 0 0.45rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}
.lpc-meta {
    font-size: 0.68rem;
    gap: 0.4rem;
}
.lpc-price-row {
    margin-top: 0.42rem;
}
.lpc-price {
    font-size: 0.95rem;
}
.lpc-unit {
    font-size: 0.68rem;
}
.lpc-actions {
    top: 0.55rem;
    left: 0.55rem;
    gap: 0.35rem;
}
.lpc-action-btn {
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 50%;
}
.lpc-badge,
.lpc-live {
    top: 0.55rem;
    right: 0.55rem;
    font-size: 0.62rem;
}
.lpc-inquiry-btn {
    min-height: 38px;
    padding: 0.45rem 0.6rem;
    border-radius: 999px;
}
.gallery-track-item {
    flex-basis: clamp(176px, 38vw, 238px);
}
.featured-grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.showroom-products-hero {
    padding-bottom: 1.7rem;
}
.showroom-products-section {
    padding-top: clamp(1.5rem, 3vw, 2.5rem);
}
.showroom-filter-bar {
    padding: clamp(0.85rem, 2vw, 1.15rem);
    border-radius: 18px;
}
.showroom-filter-bar .form-label {
    font-size: var(--type-xs);
}
.showroom-filter-bar .form-control,
.showroom-filter-bar .form-select,
.showroom-filter-bar .btn {
    min-height: 42px;
    font-size: var(--type-sm);
}
.showroom-products-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: var(--text-muted);
    font-size: var(--type-sm);
}
.product-list-grid {
    --bs-gutter-x: clamp(0.75rem, 2vw, 1.25rem);
    --bs-gutter-y: clamp(1rem, 2.4vw, 1.5rem);
}
.pagination {
    gap: 0.35rem;
    flex-wrap: wrap;
}
.pagination .page-link {
    border-radius: 999px !important;
    min-width: 40px;
}

.product-detail-section {
    padding-top: clamp(1.5rem, 4vw, 3rem);
}
.product-gallery .main-image,
.main-image {
    border-radius: 22px;
    overflow: hidden;
    box-shadow: var(--showroom-shadow);
}
.product-detail-info h1 {
    font-size: clamp(1.55rem, 3.5vw, 2.45rem);
    line-height: 1.45;
}
.live-price-panel,
.product-specs {
    border-radius: 18px;
}
.product-actions {
    gap: 0.65rem;
}
.product-actions .btn {
    border-radius: 999px;
    padding: 0.68rem 1rem;
    font-size: var(--type-sm);
}

.mobile-bottom-nav {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    height: 56px;
    border: 1px solid rgba(184, 134, 11, 0.16);
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(26, 22, 18, 0.14);
    padding: 0.24rem 0.35rem;
}
.mobile-nav-item {
    min-width: 0;
    min-height: 42px;
    font-size: 0.56rem;
    gap: 0.05rem;
}
.mobile-nav-item i {
    font-size: 1.02rem;
}
.mobile-nav-item.mobile-nav-cta {
    background: rgba(37, 211, 102, 0.1);
    border-radius: 999px;
}
.mobile-sticky-actions {
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: calc(68px + env(safe-area-inset-bottom));
    border-radius: 22px;
}

@media (min-width: 1440px) {
    .container-xl {
        max-width: 1380px;
    }
    .collection-grid-page {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 1920px) {
    .container-xl {
        max-width: 1480px;
    }
    .gallery-hero-content {
        max-width: 620px;
    }
}

@media (max-width: 1024px) {
    .collection-grid-page {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .header-search-form {
        max-width: 170px;
    }
}

@media (max-width: 768px) {
    .collection-grid-page,
    .collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .collection-card-page {
        min-height: auto;
    }
    .product-list-grid > [class*="col-"] {
        width: 50%;
    }
    .gallery-hero {
        min-height: 520px;
        align-items: flex-end;
    }
    .gallery-hero-title {
        max-width: 12ch;
    }
}

@media (max-width: 430px) {
    body.has-mobile-nav {
        padding-bottom: calc(74px + env(safe-area-inset-bottom));
    }
    .site-header .navbar {
        padding: 0.5rem 0;
    }
    .brand-mark {
        width: 34px;
        height: 34px;
    }
    .brand-name {
        font-size: 0.92rem;
    }
    .gallery-hero {
        min-height: 500px;
    }
    .gallery-hero-content {
        padding-bottom: 2.2rem;
    }
    .gallery-hero-title {
        font-size: clamp(1.55rem, 8vw, 2.05rem) !important;
    }
    .gallery-hero-actions {
        align-items: stretch;
    }
    .btn-hero-primary,
    .btn-hero-whatsapp {
        flex: 1 1 auto;
        justify-content: center;
    }
    .collection-grid,
    .collection-grid-page {
        grid-template-columns: 1fr;
    }
    .collection-card {
        aspect-ratio: 16 / 11;
    }
    .featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .product-list-grid > [class*="col-"] {
        width: 50%;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }
    .lpc-media {
        aspect-ratio: 1 / 1.08;
    }
    .lpc-body {
        padding: 0.62rem 0.58rem 0.7rem;
    }
    .lpc-title {
        font-size: 0.78rem;
        min-height: 2.55em;
    }
    .lpc-meta {
        font-size: 0.62rem;
    }
    .lpc-price {
        font-size: 0.82rem;
    }
    .lpc-inquiry-btn {
        font-size: 0.68rem;
        min-height: 34px;
    }
    .lpc-action-btn {
        width: 32px;
        height: 32px;
        min-height: 32px;
    }
    .showroom-products-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .mobile-sticky-actions {
        bottom: calc(74px + env(safe-area-inset-bottom));
        padding: 0.55rem 0.7rem;
    }
}

@media (max-width: 390px) {
    .container, .container-xl {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }
    .gallery-track-item {
        flex-basis: 170px;
    }
    .mobile-nav-item span {
        font-size: 0.5rem;
    }
}

@media (max-width: 360px) {
    .product-list-grid {
        --bs-gutter-x: 0.55rem;
        --bs-gutter-y: 0.8rem;
    }
    .lpc-category,
    .lpc-code {
        display: none;
    }
    .lpc-title {
        font-size: 0.74rem;
    }
    .lpc-weight,
    .lpc-unit {
        font-size: 0.58rem;
    }
    .mobile-bottom-nav {
        left: 6px;
        right: 6px;
    }
}

@media (max-width: 320px) {
    .product-list-grid > [class*="col-"],
    .featured-grid {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .gallery-hero {
        min-height: 470px;
    }
    .mobile-nav-item:nth-child(4) span {
        display: none;
    }
}

/* Version 14.0 — Brand-first visual density and photography priority */
:root {
    --type-xs: clamp(0.64rem, 0.61rem + 0.16vw, 0.74rem);
    --type-sm: clamp(0.74rem, 0.7rem + 0.22vw, 0.84rem);
    --type-md: clamp(0.88rem, 0.84rem + 0.2vw, 0.96rem);
    --type-lg: clamp(1.05rem, 0.96rem + 0.5vw, 1.28rem);
    --type-xl: clamp(1.38rem, 1.12rem + 1.05vw, 2.05rem);
    --showroom-shadow: 0 8px 24px rgba(40, 30, 18, 0.055);
}

.site-header .navbar {
    padding: 0.55rem 0;
}
.site-header .navbar.scrolled {
    padding: 0.32rem 0;
}
.brand-mark {
    width: 32px;
    height: 32px;
    font-size: 0.86rem;
}
.brand-name {
    font-size: clamp(0.9rem, 0.86rem + 0.2vw, 1.02rem);
}
.brand-tagline {
    display: none;
}
.header-search-form {
    max-width: 160px;
    min-height: 36px;
}
.header-search-form input {
    min-height: 30px;
    font-size: 0.75rem;
}
.header-search-form button,
.header-icon-btn {
    width: 34px;
    height: 34px;
}
.header-icon-btn.club-btn,
.btn-nav {
    min-height: 34px;
    font-size: 0.68rem;
}
.navbar-toggler {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: 999px;
    justify-content: center;
    gap: 4px;
}
.navbar-toggler span {
    width: 16px;
    height: 1px;
    margin-inline: auto;
}

.page-home-v10 {
    --gold-strip-h: 26px;
}
.gold-strip {
    height: 26px;
}
.gold-strip-inner {
    font-size: 0.64rem;
}
.gold-strip-price {
    font-size: 0.72rem;
}
.gold-strip-pulse,
.gallery-hero-glow {
    display: none;
}

.gallery-hero {
    min-height: clamp(360px, 58vh, 560px);
}
.gallery-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,252,247,.9) 0%, rgba(255,252,247,.5) 34%, rgba(255,252,247,.08) 72%);
    z-index: 2;
}
.gallery-hero-content {
    max-width: min(470px, 90vw);
    padding: calc(var(--header-h) + var(--gold-strip-h) + 1rem) 1.25rem 2.2rem;
}
.gallery-hero-brand {
    display: none;
}
.gallery-hero-title {
    font-size: clamp(1.55rem, 3.8vw, 2.65rem) !important;
    max-width: 12ch;
    margin-bottom: 0.45rem;
}
.gallery-hero-tagline {
    font-size: clamp(0.8rem, 1.35vw, 0.92rem) !important;
    line-height: 1.75;
    margin-bottom: 0.9rem;
    max-width: 34ch;
}
.btn-hero-primary,
.btn-hero-whatsapp {
    min-height: 38px;
    padding: 0.48rem 0.85rem !important;
    font-size: 0.74rem;
    box-shadow: none !important;
}

.gallery-section {
    padding: clamp(1.55rem, 3.6vw, 3rem) 0;
}
.gallery-head {
    margin-bottom: 0.95rem;
}
.gallery-eyebrow {
    margin-bottom: 0.22rem;
}
.gallery-heading {
    font-size: clamp(1.2rem, 2.6vw, 1.8rem);
}
.gallery-link {
    font-size: 0.74rem;
}

.collection-grid {
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 0.72rem;
}
.collection-card {
    aspect-ratio: 5 / 4.8;
    border-radius: 15px;
}
.collection-card-overlay {
    background: linear-gradient(180deg, transparent 28%, rgba(18, 13, 8, 0.82) 100%) !important;
}
.collection-card-body {
    padding: 0.85rem;
}
.collection-icon {
    display: none;
}
.collection-card h3 {
    font-size: 0.96rem;
    margin-bottom: 0.18rem;
}
.collection-count,
.lux-cat-desc {
    font-size: 0.64rem;
}
.collection-grid-page {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.collection-card-page {
    min-height: 235px;
}

.editorial-campaign-grid {
    gap: 0.72rem;
    margin-top: 0.8rem;
}
.editorial-campaign-card {
    min-height: 190px;
    border-radius: 16px;
    padding: 1rem;
}
.editorial-campaign-card h3 {
    font-size: clamp(1.05rem, 2.2vw, 1.5rem);
}
.editorial-campaign-card p {
    display: none;
}

.gallery-track {
    gap: 0.75rem;
    padding-bottom: 0.35rem;
}
.gallery-track-item {
    flex-basis: clamp(148px, 28vw, 205px);
}
.featured-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
}
.luxury-product-card {
    border-radius: 14px;
    box-shadow: 0 5px 18px rgba(26, 22, 18, 0.045);
}
.lpc-media {
    aspect-ratio: 1 / 1.03;
    border-radius: 14px 14px 0 0;
}
.lpc-body {
    padding: 0.5rem 0.58rem 0.62rem;
}
.lpc-category {
    display: none;
}
.lpc-title {
    font-size: clamp(0.72rem, 1.2vw, 0.86rem);
    line-height: 1.45;
    min-height: 2.2em;
    margin: 0 0 0.28rem;
}
.lpc-meta {
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.58rem;
}
.lpc-code {
    display: none;
}
.lpc-price-row {
    margin-top: 0.26rem;
}
.lpc-price {
    font-size: 0.78rem;
}
.lpc-unit {
    font-size: 0.56rem;
}
.lpc-wa-row {
    margin-top: 0.42rem !important;
}
.lpc-inquiry-btn {
    min-height: 30px;
    padding: 0.34rem 0.48rem;
    font-size: 0.62rem;
}
.lpc-action-btn {
    width: 29px;
    height: 29px;
    min-height: 29px;
    font-size: 0.78rem;
    background: rgba(255, 255, 255, 0.86);
}
.lpc-actions {
    top: 0.4rem;
    left: 0.4rem;
}
.lpc-badge,
.lpc-live {
    top: 0.4rem;
    right: 0.4rem;
    font-size: 0.54rem;
    padding: 0.18rem 0.42rem;
}

.gallery-budget,
.gallery-chart-wrap {
    padding: 1.2rem 0;
}
.gallery-club {
    padding: clamp(2rem, 4vw, 3.4rem) 0;
}
.gallery-club-visual {
    display: none;
}
.gallery-club-list {
    gap: 0.45rem;
    margin-bottom: 1rem;
}
.gallery-club-desc {
    margin-bottom: 1rem;
}
.chart-wrap-compact {
    height: 155px;
}
.social-mosaic {
    gap: 0.35rem;
}
.social-mosaic-item {
    border-radius: 10px;
}

.showroom-products-hero {
    padding-top: calc(var(--header-h) + 1.1rem);
    padding-bottom: 1.1rem;
}
.showroom-products-section {
    padding-top: 1rem;
}
.showroom-filter-bar {
    padding: 0.7rem;
    margin-bottom: 0.9rem !important;
}
.showroom-filter-bar .form-control,
.showroom-filter-bar .form-select,
.showroom-filter-bar .btn {
    min-height: 36px;
    font-size: 0.76rem;
    padding: 0.48rem 0.68rem;
}
.showroom-products-meta {
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
}
.product-list-grid {
    --bs-gutter-x: 0.72rem;
    --bs-gutter-y: 0.95rem;
}

.product-detail-section {
    padding-top: 1rem;
}
.product-gallery .main-image,
.main-image {
    border-radius: 18px;
}
.product-detail-info h1 {
    font-size: clamp(1.28rem, 3vw, 2rem);
}
.live-price-panel,
.product-specs,
.price-calculator {
    padding: 0.85rem;
    border-radius: 15px;
}
.product-actions .btn {
    min-height: 38px;
    padding: 0.5rem 0.85rem;
}

.mobile-bottom-nav {
    height: 48px;
    padding: 0.18rem 0.3rem;
    left: max(16px, env(safe-area-inset-left));
    right: max(16px, env(safe-area-inset-right));
    box-shadow: 0 10px 28px rgba(26, 22, 18, 0.12);
}
.mobile-nav-item {
    min-height: 36px;
    font-size: 0.5rem;
}
.mobile-nav-item i {
    font-size: 0.9rem;
}
.mobile-sticky-actions {
    bottom: calc(64px + env(safe-area-inset-bottom));
}

@media (max-width: 1024px) {
    .collection-grid-page {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .gallery-hero {
        min-height: 430px;
    }
    .product-list-grid > [class*="col-"] {
        width: 33.333333%;
    }
    .collection-grid-page {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    body.has-mobile-nav {
        padding-bottom: calc(62px + env(safe-area-inset-bottom));
    }
    .gallery-hero {
        min-height: 390px;
    }
    .gallery-hero-media::after {
        background: linear-gradient(180deg, rgba(255,252,247,.18) 0%, rgba(255,252,247,.88) 70%);
    }
    .gallery-hero-content {
        padding-bottom: 1.4rem;
    }
    .gallery-hero-title {
        font-size: clamp(1.32rem, 7vw, 1.72rem) !important;
        max-width: 13ch;
    }
    .gallery-hero-tagline {
        font-size: 0.76rem !important;
        line-height: 1.65;
    }
    .gallery-hero-actions {
        max-width: 100%;
    }
    .btn-hero-primary,
    .btn-hero-whatsapp {
        min-height: 36px;
        font-size: 0.68rem;
        padding: 0.42rem 0.62rem !important;
    }
    .gallery-section {
        padding: 1.35rem 0;
    }
    .gallery-head {
        margin-bottom: 0.7rem;
    }
    .collection-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.58rem;
    }
    .collection-card {
        aspect-ratio: 1 / 1.18;
    }
    .collection-card h3 {
        font-size: 0.8rem;
    }
    .collection-count {
        font-size: 0.56rem;
    }
    .editorial-campaign-card {
        min-height: 145px;
    }
    .gallery-track-item {
        flex-basis: 138px;
    }
    .featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.58rem;
    }
    .product-list-grid > [class*="col-"] {
        width: 50%;
    }
    .lpc-title {
        font-size: 0.7rem;
    }
    .lpc-weight {
        font-size: 0.55rem;
    }
    .lpc-inquiry-btn {
        font-size: 0.58rem;
    }
    .mobile-bottom-nav {
        left: 12px;
        right: 12px;
        height: 46px;
    }
    .mobile-sticky-actions {
        bottom: calc(56px + env(safe-area-inset-bottom));
        gap: 0.35rem;
        padding: 0.42rem;
    }
    .sticky-order-btn {
        min-width: 66px;
        min-height: 44px;
        padding-inline: 0.56rem;
        font-size: 0.68rem;
    }
    .sticky-price-value {
        font-size: 0.78rem;
    }
    .sticky-price-label {
        font-size: 0.56rem;
    }
}

@media (max-width: 360px) {
    .product-list-grid {
        --bs-gutter-x: 0.48rem;
        --bs-gutter-y: 0.68rem;
    }
    .gallery-track-item {
        flex-basis: 128px;
    }
    .lpc-body {
        padding: 0.45rem 0.48rem 0.55rem;
    }
    .lpc-title {
        font-size: 0.66rem;
    }
    .lpc-price {
        font-size: 0.72rem;
    }
}

@media (max-width: 320px) {
    .product-list-grid > [class*="col-"] {
        width: 50%;
    }
    .lpc-inquiry-btn i,
    .mobile-nav-item:nth-child(4),
    .mobile-nav-item:nth-child(5) span {
        display: none;
    }
    .mobile-bottom-nav {
        left: 8px;
        right: 8px;
    }
}

/* Version 18.0 — Mobile app showroom inspired by reference */
.page-home-v10 {
    background:
        radial-gradient(circle at 10% 5%, rgba(212, 175, 55, 0.09), transparent 28rem),
        linear-gradient(180deg, #fffdf8 0%, #fbf7ef 46%, #ffffff 100%);
}

@media (max-width: 991px) {
    :root {
        --header-h: 74px;
    }

    .site-header .navbar,
    .site-header .navbar.scrolled {
        background: linear-gradient(135deg, #102a2b 0%, #071b1c 100%) !important;
        border-bottom: 1px solid rgba(212, 175, 55, 0.16);
        box-shadow: 0 10px 30px rgba(5, 20, 20, 0.18);
        padding: 0 !important;
        min-height: var(--header-h);
    }

    .site-header .container-fluid {
        min-height: var(--header-h);
        position: relative;
        justify-content: center;
    }

    .navbar-brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        gap: 0.55rem;
        color: #e6bd62 !important;
    }

    .brand-mark {
        width: 42px !important;
        height: 42px !important;
        border-radius: 14px;
        background: transparent !important;
        border: 1px solid rgba(212, 175, 55, 0.45) !important;
        color: #e4bd65 !important;
        box-shadow: none !important;
    }

    .brand-logo-mark {
        width: 48px !important;
        height: 48px !important;
        border-radius: 50% !important;
        background: #FAF7F0 !important;
        border: 1.5px solid rgba(212, 175, 55, 0.7) !important;
        overflow: hidden;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22) !important;
    }

    .brand-logo-img {
        padding: 0 !important;
        object-fit: cover !important;
    }

    .brand-name {
        color: #e8c273 !important;
        font-size: clamp(1rem, 4.2vw, 1.32rem) !important;
        white-space: nowrap;
    }

    .brand-tagline {
        display: block;
        color: rgba(232, 194, 115, 0.62) !important;
        letter-spacing: 0.18em;
        font-size: 0.5rem;
    }

    .mobile-header-search,
    .navbar-toggler {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: grid !important;
        place-items: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: #fff !important;
    }

    .mobile-header-search {
        left: max(1rem, env(safe-area-inset-left));
        font-size: 1.22rem;
    }

    .navbar-toggler {
        right: max(1rem, env(safe-area-inset-right));
        padding: 0;
        gap: 5px;
    }

    .navbar-toggler span {
        width: 18px;
        background: #fff !important;
    }

    .navbar-collapse {
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: calc(100% + 0.7rem);
        z-index: 30;
        padding: 1rem;
        border-radius: 22px;
        background: rgba(8, 27, 28, 0.97);
        border: 1px solid rgba(212, 175, 55, 0.18);
        box-shadow: 0 24px 60px rgba(5, 20, 20, 0.28);
    }

    .navbar-collapse .nav-link {
        color: rgba(255, 255, 255, 0.82) !important;
    }

    .page-home-v10 main {
        padding-top: calc(var(--header-h) + 38px);
    }

    .gold-strip {
        top: var(--header-h);
        height: 38px !important;
        background: #f6eee4 !important;
        border-bottom: 1px solid rgba(184, 134, 11, 0.12);
        box-shadow: 0 8px 24px rgba(52, 38, 20, 0.06);
    }

    .gold-strip-inner {
        justify-content: center;
        gap: 0.5rem;
        color: #3b2d20;
        font-size: 0.72rem;
    }

    .gold-strip-price {
        color: #17130f !important;
        font-weight: 800;
    }

    .page-home-v10 .gallery-hero {
        min-height: clamp(220px, 48vw, 330px) !important;
        margin: 1rem max(0.9rem, env(safe-area-inset-left)) 0;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 18px 46px rgba(22, 28, 24, 0.13);
        background: #071b1c;
    }

    .page-home-v10 .gallery-hero-media {
        border-radius: inherit;
        overflow: hidden;
    }

    .page-home-v10 .gallery-hero-media::after {
        background: linear-gradient(90deg, rgba(7, 27, 28, 0.92) 0%, rgba(7, 27, 28, 0.82) 42%, rgba(7, 27, 28, 0.04) 72%) !important;
    }

    .page-home-v10 .gallery-hero-veil {
        background: transparent !important;
    }

    .page-home-v10 .gallery-hero-content {
        max-width: 52%;
        margin-right: auto;
        margin-left: 0;
        padding: 1.2rem 1.15rem !important;
        justify-content: center;
    }

    .page-home-v10 .gallery-hero-title {
        color: #fff !important;
        font-size: clamp(1.22rem, 4.8vw, 1.85rem) !important;
        max-width: 12ch;
        text-shadow: 0 3px 18px rgba(0, 0, 0, 0.25);
    }

    .page-home-v10 .gallery-hero-tagline {
        color: rgba(255, 255, 255, 0.72) !important;
        font-size: clamp(0.72rem, 2.7vw, 0.9rem) !important;
        line-height: 1.75;
        margin-bottom: 0.85rem;
    }

    .page-home-v10 .gallery-hero-actions {
        gap: 0.45rem;
    }

    .page-home-v10 .btn-hero-primary {
        background: linear-gradient(135deg, #efc978, #c99b35) !important;
        color: #fff !important;
        border-radius: 999px !important;
        min-height: 40px;
        padding: 0.55rem 0.85rem !important;
        box-shadow: 0 10px 22px rgba(201, 155, 53, 0.22) !important;
    }

    .page-home-v10 .btn-hero-whatsapp {
        background: rgba(255, 255, 255, 0.12) !important;
        border-color: rgba(255, 255, 255, 0.18) !important;
        color: #fff !important;
        border-radius: 999px !important;
    }

    .gallery-section {
        padding: 1.25rem 0;
    }

    .gallery-head {
        margin-bottom: 0.85rem;
    }

    .gallery-head-row {
        align-items: center;
    }

    .gallery-eyebrow {
        color: #a37a25;
        font-size: 0.66rem;
        letter-spacing: 0;
    }

    .gallery-heading {
        font-size: clamp(1.1rem, 4vw, 1.5rem) !important;
        color: #1e1711 !important;
    }

    .collection-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 0.65rem !important;
    }

    .collection-card {
        aspect-ratio: auto !important;
        min-height: 104px;
        padding: 0.58rem 0.35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px !important;
        background: rgba(255, 255, 255, 0.92) !important;
        border: 1px solid rgba(184, 134, 11, 0.1) !important;
        box-shadow: 0 8px 24px rgba(24, 19, 14, 0.06) !important;
    }

    .collection-card-bg,
    .collection-card-overlay {
        display: none !important;
    }

    .collection-card-body {
        position: static;
        inset: auto;
        padding: 0 !important;
        color: #1d1710;
        align-items: center;
        text-align: center;
        justify-content: center;
        gap: 0.35rem;
    }

    .collection-icon {
        display: grid !important;
        width: 48px;
        height: 48px;
        place-items: center;
        margin: 0 auto 0.15rem;
        border-radius: 50%;
        background: linear-gradient(135deg, #fffaf0, #f3eadb);
        color: #c29231;
        box-shadow: inset 0 0 0 1px rgba(184, 134, 11, 0.09);
    }

    .collection-icon svg {
        width: 30px;
        height: 30px;
    }

    .collection-icon .bi.collection-icon-svg {
        position: relative;
        z-index: 1;
        font-size: 1.35rem;
        line-height: 1;
    }

    .collection-icon.has-category-image {
        position: relative;
        overflow: hidden;
        isolation: isolate;
        background-size: cover !important;
        background-position: center !important;
        color: #fff;
        box-shadow: 0 10px 28px rgba(24, 19, 14, 0.14), inset 0 0 0 1px rgba(255,255,255,0.32);
    }

    .collection-icon.has-category-image::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        background: linear-gradient(135deg, rgba(7, 27, 28, 0.42), rgba(201, 155, 53, 0.5));
    }

    .collection-icon.has-category-image svg,
    .collection-icon.has-category-image .bi.collection-icon-svg {
        position: relative;
        z-index: 1;
        filter: drop-shadow(0 2px 8px rgba(0,0,0,0.28));
    }

    .collection-card h3 {
        color: #241a12;
        text-shadow: none;
        font-family: var(--font-body);
        font-size: 0.76rem !important;
        font-weight: 800;
        margin: 0;
    }

    .collection-count {
        display: none;
    }

    .editorial-campaign-grid,
    .gallery-budget,
    .gallery-club,
    .gallery-chart-wrap,
    .gallery-social {
        border-radius: 22px;
        margin-inline: 0.9rem;
        overflow: hidden;
    }

    .gallery-track {
        gap: 0.75rem;
        padding: 0.1rem 0.1rem 0.45rem;
        scroll-snap-type: x mandatory;
    }

    .gallery-track-item {
        flex-basis: clamp(154px, 42vw, 205px) !important;
        scroll-snap-align: start;
    }

    .featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.74rem !important;
    }

    .luxury-product-card {
        border: 0 !important;
        border-radius: 15px !important;
        background: #fff !important;
        box-shadow: 0 10px 26px rgba(37, 28, 18, 0.075) !important;
    }

    .lpc-media {
        border-radius: 15px 15px 0 0 !important;
        aspect-ratio: 1 / 0.95 !important;
        background: #f7f1e7;
    }

    .lpc-body {
        padding: 0.55rem 0.62rem 0.68rem !important;
    }

    .lpc-title {
        min-height: auto;
        font-size: 0.72rem !important;
        font-weight: 800;
        color: #251a12;
        margin-bottom: 0.24rem;
    }

    .lpc-meta {
        display: none;
    }

    .lpc-price-row {
        margin-top: 0;
        align-items: baseline;
        gap: 0.18rem;
    }

    .lpc-price {
        color: #bf8d2d !important;
        font-size: 0.8rem !important;
    }

    .lpc-unit {
        color: #a99068;
    }

    .lpc-action-btn {
        background: rgba(255, 255, 255, 0.94) !important;
        color: #6d6257 !important;
        border: 1px solid rgba(184, 134, 11, 0.14) !important;
    }

    .lpc-wa-row {
        display: none !important;
    }

    .mobile-bottom-nav {
        left: max(10px, env(safe-area-inset-left)) !important;
        right: max(10px, env(safe-area-inset-right)) !important;
        bottom: max(8px, env(safe-area-inset-bottom)) !important;
        height: 66px !important;
        grid-template-columns: repeat(5, 1fr) !important;
        align-items: center;
        padding: 0.35rem 0.55rem !important;
        border-radius: 28px !important;
        background: rgba(255, 255, 255, 0.94) !important;
        border: 1px solid rgba(184, 134, 11, 0.11) !important;
        box-shadow: 0 12px 34px rgba(31, 25, 18, 0.14) !important;
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .mobile-nav-item {
        min-height: 48px !important;
        gap: 0.08rem;
        color: #2a251f !important;
        font-size: 0.58rem !important;
    }

    .mobile-nav-item i {
        font-size: 1.12rem !important;
    }

    .mobile-nav-item.active {
        color: #bf8d2d !important;
    }

    .mobile-nav-home {
        transform: translateY(-18px);
    }

    .mobile-nav-home i {
        width: 64px;
        height: 64px;
        display: grid;
        place-items: center;
        border-radius: 22px 22px 28px 28px;
        background: linear-gradient(135deg, #edc879, #c79835);
        color: #fff;
        box-shadow: 0 12px 28px rgba(201, 155, 53, 0.32);
        font-size: 1.55rem !important;
    }

    .mobile-nav-home span {
        margin-top: -0.15rem;
        color: #c79835;
        font-weight: 800;
    }

}

@media (max-width: 430px) {
    .page-home-v10 .gallery-hero {
        min-height: 228px !important;
    }

    .page-home-v10 .gallery-hero-content {
        max-width: 64%;
    }

    .page-home-v10 .gallery-hero-actions .btn-hero-primary {
        display: none;
    }

    .collection-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 0.55rem !important;
    }

    .collection-card {
        min-height: 94px;
        border-radius: 14px !important;
    }

    .collection-icon {
        width: 42px;
        height: 42px;
    }

    .collection-icon svg {
        width: 27px;
        height: 27px;
    }

    .collection-card h3 {
        font-size: 0.68rem !important;
    }

    .gallery-track-item {
        flex-basis: 43vw !important;
    }

    .mobile-nav-home i {
        width: 58px;
        height: 58px;
    }
}

/* Version 19.0 — unified app-style showroom on desktop and mobile */
.gold-strip,
.page-home-v10 .gold-strip {
    min-height: 44px !important;
    background: linear-gradient(90deg, #d5a83a 0%, #fff3cf 46%, #c99424 100%) !important;
    border-bottom: 1px solid rgba(116, 74, 9, 0.28) !important;
    color: #241a12 !important;
    box-shadow: 0 10px 28px rgba(116, 74, 9, 0.18) !important;
}

.gold-strip-inner {
    min-height: 44px;
    gap: 0.55rem 0.8rem !important;
    font-size: 0.86rem !important;
}

.gold-strip-label,
.gold-strip-unit,
.gold-strip-hint {
    color: #2b1b0b !important;
    opacity: 1 !important;
    font-weight: 900;
    text-shadow: none !important;
}

.gold-strip-label {
    letter-spacing: -0.01em;
}

.gold-strip-price {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(116, 74, 9, 0.18);
    border-radius: 999px;
    color: #0d0905 !important;
    padding: 0.16rem 0.72rem 0.12rem;
    font-size: clamp(1rem, 2.8vw, 1.16rem) !important;
    font-weight: 900 !important;
    line-height: 1.45;
    text-shadow: none !important;
}

.gold-strip-unit {
    font-size: 0.74rem !important;
}

.gold-strip-hint {
    font-size: 0.78rem !important;
}

.gold-strip-pulse {
    width: 8px !important;
    height: 8px !important;
    background: #138a4f !important;
    box-shadow: 0 0 0 5px rgba(19, 138, 79, 0.13), 0 0 16px rgba(19, 138, 79, 0.6) !important;
}

.gold-strip-trend.up {
    color: #05743d !important;
    font-weight: 900;
    font-size: 0.82rem !important;
}

.gold-strip-trend.down {
    color: #a3241b !important;
    font-weight: 900;
    font-size: 0.82rem !important;
}

.ticker-status.ok {
    color: #0f9b54;
    font-weight: 800;
}

.ticker-status.error {
    color: #c33b2f;
    font-weight: 800;
}

@media (min-width: 992px) {
    .site-header .navbar,
    .site-header .navbar.scrolled {
        background: linear-gradient(135deg, #102a2b 0%, #071b1c 100%) !important;
        border-bottom: 1px solid rgba(212, 175, 55, 0.16);
        box-shadow: 0 12px 32px rgba(5, 20, 20, 0.16);
        padding: 0.72rem 0 !important;
    }

    .navbar-brand,
    .brand-name {
        color: #e8c273 !important;
    }

    .brand-mark {
        background: transparent !important;
        border: 1px solid rgba(212, 175, 55, 0.42) !important;
        border-radius: 16px;
        color: #e8c273 !important;
        box-shadow: none !important;
    }

    .brand-tagline {
        color: rgba(232, 194, 115, 0.66) !important;
    }

    .nav-link {
        color: rgba(255, 255, 255, 0.72) !important;
    }

    .nav-link:hover,
    .nav-link.active {
        color: #e8c273 !important;
    }

    .header-search-form,
    .header-icon-btn {
        background: rgba(255, 255, 255, 0.08) !important;
        border-color: rgba(255, 255, 255, 0.12) !important;
        color: #fff !important;
    }

    .header-search-form input {
        color: #fff !important;
    }

    .header-search-form input::placeholder {
        color: rgba(255, 255, 255, 0.55);
    }

    .header-search-form button {
        background: rgba(232, 194, 115, 0.18) !important;
        color: #e8c273 !important;
    }

    .page-home-v10 main {
        padding-top: calc(var(--header-h) + var(--gold-strip-h) + 1rem);
    }

    .page-home-v10 .gallery-hero {
        width: min(1320px, calc(100% - 3rem));
        min-height: clamp(360px, 42vw, 540px) !important;
        margin: 1.4rem auto 0 !important;
        border-radius: 28px;
        overflow: hidden;
        background: #061d1e;
        box-shadow: 0 26px 70px rgba(19, 26, 24, 0.16);
    }

    .page-home-v10 .gallery-hero-media::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient(90deg, rgba(7, 27, 28, 0.95) 0%, rgba(7, 27, 28, 0.76) 42%, rgba(7, 27, 28, 0.08) 76%) !important;
    }

    .page-home-v10 .gallery-hero-veil,
    .page-home-v10 .gallery-hero-glow {
        display: none !important;
    }

    .page-home-v10 .gallery-hero-content {
        max-width: 48%;
        margin-right: auto;
        margin-left: 0;
        padding: clamp(2.4rem, 5vw, 4.5rem) !important;
        justify-content: center;
    }

    .page-home-v10 .gallery-hero-brand {
        display: block;
        color: #e8c273 !important;
    }

    .page-home-v10 .gallery-hero-title {
        color: #fff !important;
        max-width: 13ch;
        font-size: clamp(2.2rem, 4.2vw, 4.2rem) !important;
        text-shadow: 0 4px 24px rgba(0, 0, 0, 0.28);
    }

    .page-home-v10 .gallery-hero-tagline {
        color: rgba(255, 255, 255, 0.72) !important;
        max-width: 42ch;
        line-height: 1.9;
    }

    .page-home-v10 .btn-hero-primary {
        border-radius: 999px !important;
        background: linear-gradient(135deg, #efc978, #c99b35) !important;
        color: #fff !important;
    }

    .page-home-v10 .btn-hero-whatsapp {
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.18) !important;
        color: #fff !important;
    }

    .page-home-v10 .collection-grid {
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)) !important;
        gap: 1rem !important;
        align-items: stretch;
    }

    .page-home-v10 .collection-card {
        aspect-ratio: auto !important;
        min-height: 132px;
        padding: 1rem 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 22px !important;
        background: #fff !important;
        border: 1px solid rgba(184, 134, 11, 0.11) !important;
        box-shadow: 0 14px 36px rgba(24, 19, 14, 0.06) !important;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .page-home-v10 .collection-card:hover {
        transform: translateY(-4px);
        border-color: rgba(184, 134, 11, 0.26) !important;
        box-shadow: 0 20px 42px rgba(24, 19, 14, 0.1) !important;
    }

    .page-home-v10 .collection-card-bg,
    .page-home-v10 .collection-card-overlay {
        display: none !important;
    }

    .page-home-v10 .collection-card-body {
        position: static;
        inset: auto;
        padding: 0 !important;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #231a12;
    }

    .page-home-v10 .collection-icon {
        display: grid !important;
        width: 58px;
        height: 58px;
        place-items: center;
        margin: 0 auto 0.45rem;
        border-radius: 50%;
        background: linear-gradient(135deg, #fffaf0, #f3eadb);
        color: #c29231;
    }

    .page-home-v10 .collection-icon svg {
        width: 34px;
        height: 34px;
    }

    .page-home-v10 .collection-icon .bi.collection-icon-svg {
        font-size: 1.55rem;
    }

    .page-home-v10 .collection-card h3 {
        color: #241a12;
        text-shadow: none;
        font-family: var(--font-body);
        font-size: 0.92rem;
        line-height: 1.45;
        font-weight: 900;
        margin: 0;
    }

    .page-home-v10 .collection-count {
        display: none;
    }

    .page-home-v10 .featured-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .page-home-v10 .luxury-product-card {
        border: 0 !important;
        border-radius: 20px !important;
        background: #fff !important;
        box-shadow: 0 14px 36px rgba(37, 28, 18, 0.075) !important;
    }
}

@media (min-width: 1200px) {
    .page-home-v10 .gallery-section .container-xl {
        max-width: 1320px;
    }

    .page-home-v10 .collection-grid {
        grid-template-columns: repeat(auto-fit, minmax(142px, 1fr)) !important;
    }
}

@media (min-width: 1600px) {
    .page-home-v10 .collection-grid {
        grid-template-columns: repeat(auto-fit, minmax(156px, 1fr)) !important;
    }
}

/* v22.0: category media comes from database and is shown inside the icon badge */
.gallery-collections .collection-grid,
.showroom-collections-page .collection-grid {
    grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)) !important;
    gap: clamp(0.65rem, 1.6vw, 1rem) !important;
    align-items: stretch;
}

.gallery-collections .collection-card,
.showroom-collections-page .collection-card {
    aspect-ratio: auto !important;
    min-height: clamp(100px, 9vw, 128px);
    padding: clamp(0.42rem, 0.85vw, 0.72rem) clamp(0.28rem, 0.8vw, 0.58rem);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: clamp(16px, 1.8vw, 22px) !important;
    background: #fff !important;
    border: 1px solid rgba(184, 134, 11, 0.11) !important;
    box-shadow: 0 14px 36px rgba(24, 19, 14, 0.06) !important;
    color: #231a12 !important;
}

.gallery-collections .collection-card-bg,
.gallery-collections .collection-card-overlay,
.showroom-collections-page .collection-card-bg,
.showroom-collections-page .collection-card-overlay {
    display: none !important;
}

.gallery-collections .collection-card-body,
.showroom-collections-page .collection-card-body {
    position: static !important;
    inset: auto !important;
    padding: 0 !important;
    display: grid;
    place-items: center;
    text-align: center;
    gap: 0.22rem;
    color: #231a12 !important;
}

.gallery-collections .collection-card h3,
.showroom-collections-page .collection-card h3 {
    color: #241a12 !important;
    text-shadow: none !important;
    font-family: var(--font-body) !important;
    font-size: clamp(0.76rem, 1vw, 0.92rem) !important;
    line-height: 1.45;
    font-weight: 900;
    margin: 0 !important;
}

.gallery-collections .collection-count,
.showroom-collections-page .collection-count,
.showroom-collections-page .lux-cat-desc {
    display: none !important;
}

.gallery-collections .collection-icon,
.showroom-collections-page .collection-icon {
    display: grid !important;
    width: clamp(66px, 6vw, 88px);
    height: clamp(66px, 6vw, 88px);
    place-items: center;
    margin: 0 auto 0.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #fffaf0, #f3eadb);
    color: #c29231;
    box-shadow: inset 0 0 0 1px rgba(184, 134, 11, 0.09);
}

.collection-icon .bi.collection-icon-svg {
    position: relative;
    z-index: 1;
    font-size: 1.35rem;
    line-height: 1;
}

.collection-icon .collection-icon-svg:is(img) {
    position: relative;
    z-index: 1;
    width: 62%;
    height: 62%;
    object-fit: contain;
}

.collection-icon.has-category-image {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
    background-size: cover !important;
    background-position: center !important;
    color: transparent !important;
    box-shadow: 0 10px 28px rgba(24, 19, 14, 0.14), inset 0 0 0 2px rgba(255,255,255,0.72) !important;
}

.collection-icon.has-category-image::before {
    content: none !important;
}

.collection-icon.has-category-image svg,
.collection-icon.has-category-image .bi.collection-icon-svg,
.collection-icon.has-category-image img.collection-icon-svg {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.28));
}

@media (max-width: 430px) {
    .gallery-collections .collection-grid,
    .showroom-collections-page .collection-grid {
        gap: 0.7rem !important;
    }

    .gallery-collections .collection-card,
    .showroom-collections-page .collection-card {
        min-height: 112px;
        padding: 0.45rem 0.35rem;
    }

    .gallery-collections .collection-icon,
    .showroom-collections-page .collection-icon {
        width: 74px;
        height: 74px;
    }
}
