@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root {
    --vh-primary: #1a1217;
    --vh-primary-soft: #24171d;
    --vh-secondary: #f7f2ef;
    --vh-bg: #f8f2ef;
    --vh-surface: rgba(255, 249, 246, 0.9);
    --vh-surface-strong: #fff9f6;
    --vh-surface-dark: #181116;
    --vh-accent: #c98b7d;
    --vh-accent-strong: #b57368;
    --vh-highlight: #f1d2c8;
    --vh-text: #20171c;
    --vh-text-muted: #6e5960;
    --vh-text-on-dark: #f9efeb;
    --vh-border: rgba(97, 62, 68, 0.14);
    --vh-shadow: 0 20px 50px rgba(24, 13, 18, 0.12);
    --vh-shadow-soft: 0 10px 28px rgba(24, 13, 18, 0.08);
    --vh-gradient: linear-gradient(135deg, #1a1217 0%, #24161d 48%, #3f262d 100%);
    --vh-gradient-soft: linear-gradient(135deg, #fff8f5 0%, #f6ece8 100%);
    --vh-glow: radial-gradient(circle at top left, rgba(232, 182, 167, 0.28), transparent 34%);
    --lux-black: #120d11;
    --lux-gold: #d6a394;
    --lux-red: #b55b62;
    --lux-shadow: var(--vh-shadow);
    --jd-yellow: #d6a394;
    --jd-black: #120d11;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    background:
        radial-gradient(circle at top left, rgba(232, 182, 167, 0.16), transparent 22%),
        linear-gradient(180deg, #fbf6f3 0%, #f7f0ed 100%);
    color: var(--vh-text);
}

body {
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img,
svg,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4,
.display-5,
.display-6,
.brand-name,
.footer-title,
.premium-title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    letter-spacing: 0.02em;
}

.text-muted {
    color: var(--vh-text-muted) !important;
}

.container-wide {
    max-width: 1320px;
}

.section-pad {
    padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.bg-jd-yellow,
.text-bg-warning {
    background: linear-gradient(135deg, #f4ddd5 0%, #d59a8b 100%) !important;
    color: #1e1419 !important;
    border: none !important;
}

.text-jd-yellow {
    color: var(--jd-yellow) !important;
}

.btn,
.btn-jd,
.btn-jd-yellow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 46px;
    padding: 0.78rem 1.35rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 28px rgba(176, 111, 98, 0.16);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.btn,
.btn-jd,
.btn-jd-yellow,
.btn-primary {
    background: linear-gradient(135deg, #f0d8d0 0%, #c98b7d 56%, #8a5857 100%);
    color: #120d11 !important;
}

.btn:hover,
.btn-jd:hover,
.btn-jd-yellow:hover,
.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(176, 111, 98, 0.22);
    background: linear-gradient(135deg, #f4e3dd 0%, #d59a8b 60%, #946061 100%);
}

.btn-jd-outline,
.btn-outline-dark,
.btn-outline-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 46px;
    padding: 0.74rem 1.3rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 148, 0.55) !important;
    background: rgba(255, 250, 247, 0.55) !important;
    color: var(--vh-text) !important;
    font-weight: 700;
    box-shadow: none;
}

.btn-jd-outline:hover,
.btn-outline-dark:hover,
.btn-outline-light:hover {
    background: rgba(214, 163, 148, 0.14) !important;
    border-color: rgba(181, 115, 104, 0.7) !important;
    color: var(--vh-text) !important;
}

.card,
.accordion-item,
.filter-sidebar,
.contact-form-card,
.contact-info-card,
.contact-extra-card,
.about-premium-block,
.about-full-card,
.step-card,
.faq-card,
.category-card,
.product-card,
.related-card,
.wishlist-card,
.top-selling-card,
.brand-tile,
.hero-panel-card {
    background: linear-gradient(180deg, rgba(255, 250, 247, 0.98) 0%, rgba(248, 239, 235, 0.96) 100%);
    border: 1px solid var(--vh-border);
    border-radius: 1.4rem;
    box-shadow: var(--vh-shadow-soft);
}

.card,
.product-card,
.related-card,
.wishlist-card,
.top-selling-card {
    overflow: hidden;
}

.card:hover,
.product-card:hover,
.related-card:hover,
.wishlist-card:hover,
.top-selling-card:hover,
.category-card:hover,
.brand-tile:hover,
.about-full-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--vh-shadow);
}

.form-control,
.form-select,
.input-group-text {
    border-radius: 1rem !important;
    border: 1px solid rgba(120, 79, 78, 0.16) !important;
    background: rgba(255, 252, 250, 0.92) !important;
    color: var(--vh-text) !important;
    min-height: 48px;
    box-shadow: none !important;
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(201, 139, 125, 0.75) !important;
    box-shadow: 0 0 0 0.22rem rgba(201, 139, 125, 0.18) !important;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    background: linear-gradient(180deg, rgba(18, 13, 17, 0.98), rgba(26, 18, 23, 0.94));
    box-shadow: 0 14px 28px rgba(14, 8, 11, 0.22);
}

.site-topbar {
    border-bottom: 1px solid rgba(241, 210, 200, 0.12);
    background: rgba(10, 8, 10, 0.28);
}

.site-topbar .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.55rem 0;
}

.topbar-links,
.topbar-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.topbar-links a,
.topbar-note,
.language-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(249, 239, 235, 0.76) !important;
}

.topbar-links a:hover {
    color: var(--vh-highlight) !important;
}

.topbar-brand-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 148, 0.2);
    background: rgba(255, 255, 255, 0.04);
    color: var(--vh-text-on-dark);
    white-space: nowrap;
}

.topbar-brand-badge {
    width: 20px;
    height: 20px;
}

.topbar-admin-link {
    color: var(--vh-highlight) !important;
}

.language-select {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 148, 0.18);
    background: rgba(255, 255, 255, 0.04);
}

.language-select select {
    border: none;
    background: transparent;
    color: var(--vh-text-on-dark);
    font-weight: 600;
}

.site-mainbar {
    background: transparent;
}

.site-mainbar .mainbar-inner {
    display: grid;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 0 0.95rem;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.brand-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 52px;
    padding: 0.45rem 0.85rem;
    border-radius: 1rem;
    background: rgba(255, 249, 246, 0.08);
    border: 1px solid rgba(241, 210, 200, 0.18);
    backdrop-filter: blur(12px);
}

.brand-logo {
    max-height: 34px;
    width: auto;
    object-fit: contain;
}

.brand-name {
    font-size: clamp(1.9rem, 2.6vw, 2.3rem);
    color: var(--vh-text-on-dark) !important;
    line-height: 1;
}

.mainbar-tagline {
    color: rgba(244, 224, 216, 0.76);
    font-size: 0.95rem;
    font-weight: 600;
}

.main-search {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
}

.search-shell {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.26rem 0.36rem 0.26rem 0.9rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 148, 0.18);
    background: rgba(255, 249, 246, 0.95);
    box-shadow: 0 12px 30px rgba(14, 8, 11, 0.16);
}

.search-shell input {
    border: none !important;
    background: transparent !important;
    min-height: 42px;
}

.search-shell .btn {
    min-width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 999px;
}

.mainbar-actions,
.icon-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.cart-summary,
.btn-icon {
    border: 1px solid rgba(241, 210, 200, 0.12);
    background: rgba(255, 249, 246, 0.08);
    color: var(--vh-text-on-dark) !important;
    backdrop-filter: blur(10px);
}

.cart-summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-width: 210px;
    min-height: 46px;
    padding: 0.75rem 1.15rem;
    border-radius: 999px;
    font-weight: 700;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
}

.btn-icon:hover,
.cart-summary:hover {
    border-color: rgba(214, 163, 148, 0.4);
    background: rgba(255, 249, 246, 0.14);
    color: #fff !important;
}

.site-category-nav {
    border-top: 1px solid rgba(241, 210, 200, 0.08);
    border-bottom: 1px solid rgba(241, 210, 200, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.site-category-nav .category-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 0;
}

.site-category-nav .navbar-toggler {
    border: 1px solid rgba(214, 163, 148, 0.28);
    border-radius: 999px;
    color: var(--vh-highlight);
    background: rgba(255, 249, 246, 0.05);
}

.site-category-nav .category-link-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.site-category-nav .category-link-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 148, 0.16);
    background: rgba(255, 249, 246, 0.06);
    color: rgba(249, 239, 235, 0.86);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-category-nav .category-link-group a:hover {
    background: rgba(214, 163, 148, 0.16);
    border-color: rgba(214, 163, 148, 0.34);
    color: #fff;
}

.trust-bar {
    background: linear-gradient(135deg, #21151b 0%, #150e12 100%);
    color: var(--vh-text-on-dark);
}

.trust-strip {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0.75rem 0;
    scrollbar-width: none;
}

.trust-strip::-webkit-scrollbar {
    display: none;
}

.trust-item {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(249, 239, 235, 0.86);
    font-weight: 600;
}

.trust-icon {
    color: var(--vh-highlight);
}

.home-hero,
.about-section,
.contact-hero {
    position: relative;
    overflow: hidden;
    background: var(--vh-gradient);
    color: var(--vh-text-on-dark);
}

.home-hero::before,
.about-section::before,
.contact-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top left, rgba(232, 182, 167, 0.3), transparent 30%),
        radial-gradient(circle at 85% 20%, rgba(255, 243, 238, 0.1), transparent 24%);
    pointer-events: none;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(241, 210, 200, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: var(--vh-highlight);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-hero h1,
.about-section h1,
.contact-hero h1 {
    color: #fff !important;
}

.hero-lead {
    color: rgba(249, 239, 235, 0.8);
    max-width: 42rem;
    font-size: 1.08rem;
}

.hero-panel {
    padding: 1.35rem;
    border-radius: 1.5rem;
    background: rgba(255, 249, 246, 0.08);
    border: 1px solid rgba(241, 210, 200, 0.14);
    box-shadow: 0 24px 50px rgba(8, 5, 6, 0.25);
    backdrop-filter: blur(12px);
}

.hero-panel-card {
    color: var(--vh-text);
}

.hero-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.hero-brand-chip {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    background: rgba(255, 250, 247, 0.94);
    color: var(--vh-text);
    border: 1px solid rgba(181, 115, 104, 0.12);
    font-weight: 700;
}

.hero-brand-chip span:last-child {
    color: var(--vh-text-muted);
    font-weight: 600;
}

.hero-stat-bar {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.8rem;
}

.hero-stat {
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(241, 210, 200, 0.12);
}

.hero-stat strong,
.hero-stat span {
    color: #fff;
}

.category-showcase {
    background: linear-gradient(180deg, rgba(255, 247, 244, 0.7) 0%, rgba(247, 239, 235, 1) 100%);
}

.category-card {
    position: relative;
    overflow: hidden;
}

.category-img {
    display: block;
    width: 100%;
    height: clamp(260px, 34vw, 520px);
    object-fit: cover;
    background: linear-gradient(135deg, #21151b 0%, #130d11 100%);
}

.category-actions {
    display: grid;
    gap: 0.75rem;
    padding: 1rem;
}

.category-action {
    display: block;
    padding: 0.9rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(181, 115, 104, 0.16);
    background: rgba(255, 251, 249, 0.9);
    color: var(--vh-text);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
}

.category-action:hover {
    background: rgba(214, 163, 148, 0.14);
    border-color: rgba(181, 115, 104, 0.34);
}

.social-proof,
.cta-section,
.section-shell {
    background: linear-gradient(135deg, rgba(255, 250, 247, 0.98) 0%, rgba(246, 236, 232, 0.98) 100%) !important;
    border: 1px solid var(--vh-border);
    border-radius: 2rem;
    box-shadow: var(--vh-shadow-soft);
}

.premium-section-inner {
    padding: 2.4rem;
}

.premium-title {
    margin-bottom: 0.65rem;
    color: var(--vh-text);
    font-size: clamp(2.2rem, 4vw, 3rem);
}

.premium-subtitle {
    color: var(--vh-text-muted);
    max-width: 52rem;
    font-size: 1.02rem;
}

.about-icon,
.contact-icon-badge,
.about-premium-badge {
    background: linear-gradient(135deg, #f5ddd5 0%, #cf8f80 100%) !important;
    color: #1a1217 !important;
    box-shadow: 0 12px 24px rgba(201, 139, 125, 0.2);
}

.step-index {
    background: var(--vh-gradient);
    color: #fff;
}

.crumb-bar {
    padding: 0.95rem 0;
    background: rgba(255, 249, 246, 0.8);
    border-bottom: 1px solid rgba(181, 115, 104, 0.12);
}

.crumb-bar .container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    color: var(--vh-text-muted);
    font-size: 0.94rem;
}

.crumb-bar a {
    color: var(--vh-accent-strong);
    font-weight: 600;
}

.accordion {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: var(--vh-shadow-soft);
}

.accordion-button {
    background: rgba(255, 250, 247, 0.98);
    color: var(--vh-text);
    font-weight: 700;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    background: rgba(214, 163, 148, 0.16) !important;
    color: var(--vh-text) !important;
}

.badge {
    border-radius: 999px;
}

.filter-sidebar .list-group-item.active {
    background: linear-gradient(135deg, #f4ddd5 0%, #d59a8b 100%);
    color: #1a1217;
}

.wishlist-btn button.active {
    background: var(--lux-red);
}

.rating-stars i {
    color: #d59a8b;
}

.footer {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(232, 182, 167, 0.14), transparent 24%),
        linear-gradient(135deg, #140e12 0%, #1b1217 55%, #27181d 100%);
    color: var(--vh-text-on-dark);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(241, 210, 200, 0.12);
}

.footer::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 10%, rgba(255, 243, 238, 0.08), transparent 26%);
    pointer-events: none;
}

.footer .container {
    position: relative;
    z-index: 1;
}

.footer a,
.footer-copy,
.footer-note,
.footer-list a,
.footer-legal a {
    color: rgba(249, 239, 235, 0.78) !important;
}

.footer a:hover,
.footer-list a:hover,
.footer-legal a:hover {
    color: #fff !important;
}

.footer-main {
    row-gap: 2rem;
}

.footer-title {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.95rem;
}

.footer-brand-logo {
    max-height: 56px;
    width: auto;
    object-fit: contain;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(241, 210, 200, 0.16);
    background: rgba(255, 255, 255, 0.05);
}

.footer-social a:hover {
    background: rgba(214, 163, 148, 0.18);
}

.footer-newsletter .form-control {
    background: rgba(255, 252, 250, 0.94) !important;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(241, 210, 200, 0.12);
}

.mobile-bottom-nav {
    display: none;
}

.cookie-banner {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1060;
    border-radius: 1.2rem;
    border: 1px solid rgba(181, 115, 104, 0.14);
    background: rgba(255, 250, 247, 0.96);
    box-shadow: var(--vh-shadow);
}

.suggestions-container {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    max-height: 320px;
    overflow-y: auto;
    border-radius: 1rem;
    border: 1px solid rgba(181, 115, 104, 0.14);
    background: rgba(255, 252, 250, 0.98);
    box-shadow: var(--vh-shadow);
}

.suggestion-item {
    padding: 0.8rem 0.95rem;
    cursor: pointer;
}

.suggestion-item:hover,
.suggestion-item.active {
    background: rgba(214, 163, 148, 0.14);
}

.age-gate {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: rgba(11, 8, 10, 0.82);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.age-gate.is-visible {
    opacity: 1;
    visibility: visible;
}

.age-gate-card {
    width: min(100%, 460px);
    padding: 2.2rem;
    border-radius: 1.8rem;
    text-align: center;
    background: linear-gradient(180deg, rgba(255, 249, 246, 0.98) 0%, rgba(245, 234, 230, 0.98) 100%);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    border: 1px solid rgba(181, 115, 104, 0.12);
}

.age-gate-logo {
    width: 62px;
    height: 62px;
    object-fit: contain;
    margin-bottom: 1rem;
}

.age-gate-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.2rem 0 0.5rem;
}

.table-responsive {
    border-radius: 1rem;
    border: 1px solid rgba(181, 115, 104, 0.12);
}

.modal-content {
    border-radius: 1.4rem;
    border: 1px solid rgba(181, 115, 104, 0.12);
    box-shadow: 0 26px 70px rgba(14, 8, 11, 0.22);
}

.modal-header {
    background: linear-gradient(135deg, #1a1217 0%, #2b1920 100%) !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(241, 210, 200, 0.12) !important;
}

@media (max-width: 1199px) {
    .site-mainbar .mainbar-inner {
        grid-template-columns: auto 1fr;
    }

    .mainbar-tagline {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .site-topbar .topbar-inner,
    .site-mainbar .mainbar-inner {
        grid-template-columns: 1fr;
        justify-items: stretch;
    }

    .topbar-links,
    .topbar-meta,
    .mainbar-actions {
        justify-content: center;
    }

    .main-search {
        max-width: 100%;
    }

    .hero-stat-bar {
        grid-template-columns: 1fr;
    }

    .site-category-nav .category-inner {
        display: block;
    }

    .site-category-nav .collapse {
        margin-top: 0.6rem;
    }
}

@media (max-width: 767px) {
    .site-topbar {
        display: none;
    }

    .site-mainbar .mainbar-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        padding: 0.8rem 0;
    }

    .navbar-brand {
        flex: 1 1 auto;
        min-width: 0;
    }

    .brand-name {
        font-size: 1.6rem;
    }

    .brand-logo {
        max-height: 28px;
    }

    .mainbar-actions {
        flex: 0 0 auto;
    }

    .cart-summary {
        min-width: 0;
        padding: 0.7rem 0.95rem;
    }

    .main-search {
        flex: 0 0 100%;
        order: 3;
    }

    .search-shell input {
        font-size: 16px !important;
    }

    .site-category-nav .category-link-group {
        gap: 0.45rem;
    }

    .site-category-nav .category-link-group a {
        width: 100%;
        justify-content: flex-start;
    }

    .hero-brand-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .premium-section-inner {
        padding: 1.35rem;
    }

    .category-img {
        height: 260px;
    }

    .footer {
        padding: 3rem 0 calc(1.5rem + 62px);
    }

    .mobile-bottom-nav {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1050;
        align-items: stretch;
        justify-content: space-around;
        height: 62px;
        background: rgba(255, 249, 246, 0.96);
        border-top: 1px solid rgba(181, 115, 104, 0.14);
        box-shadow: 0 -10px 30px rgba(24, 13, 18, 0.12);
        backdrop-filter: blur(16px);
    }

    .mobile-bottom-nav a {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.12rem;
        font-size: 0.62rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--vh-text-muted);
    }

    .mobile-bottom-nav a:hover,
    .mobile-bottom-nav a.active {
        color: var(--vh-accent-strong);
    }

    .mob-nav-icon {
        position: relative;
    }

    .mob-nav-badge {
        position: absolute;
        top: -5px;
        right: -8px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 999px;
        background: var(--lux-red);
        color: #fff;
        font-size: 0.6rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
    }

    .cookie-banner {
        bottom: 76px;
    }
}

@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .section-pad {
        padding: 2rem 0;
    }

    .category-actions,
    .age-gate-card,
    .premium-section-inner {
        padding: 1rem;
    }

    .hero-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
    }

    .age-gate-actions,
    .footer-newsletter {
        flex-direction: column;
    }

    .footer-newsletter .btn,
    .age-gate-actions .btn {
        width: 100%;
    }
}
