/*
 * Ahia Theme CSS
 * Theme slug: ahia
 * Version: 1.0.8
 * Last updated: 2026-06-27
 *
 * Rouge Noir Atelier - Premium Elegant Refinement
 * Deep Ink / Oxblood / Antique Brass / Ivory / Warm Sand
 *
 * @changes
 *   - v1.0.8: Restructured header architecture for better UX.
 *     - Moved Shop, Cart, Login, Currency from top bar to main header.
 *     - Top bar now only contains announcement text (configurable).
 *     - Utility links now always visible regardless of announcement bar state.
 *     - Added header utility links with proper mobile responsiveness.
 *     - Preserved all class names and functionality.
 *   - v1.0.7: Fixed mobile top bar links visibility.
 *   - v1.0.6: Fixed mobile brand being hidden behind top bar.
 *   - v1.0.5: Fixed mobile brand and hamburger visibility across all screen sizes.
 *   - v1.0.4: Moved mobile brand from nav menu to main header.
 *   - v1.0.3: Added fixed top bar, fixed main header, fixed navigation on scroll.
 *   - v1.0.2: Full premium refinement pass.
 *   - v1.0.1: Fixed mobile navigation.
 *   - v1.0.0: Initial version.
 */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Inter:opsz,wght@14..32,300;400;500;600;700;800&display=swap');

:root {
    /* ============================================================
       AHIA ROUGE NOIR ATELIER PALETTE
       NO PURPLE / NO MAUVE / NO VIOLET / NO PLUM
       ============================================================ */

    --ink: #15120f;
    --ink-soft: #2b241f;

    --rouge: #6f1714;
    --rouge-deep: #46100e;
    --rouge-bright: #9e2b24;
    --rouge-warm: #b64332;
    --rouge-light: #c96a54;

    --rouge-glow: rgba(111, 23, 20, 0.14);
    --rouge-subtle: rgba(111, 23, 20, 0.075);

    --gold: #a88445;
    --gold-warm: #b99451;
    --gold-soft: #dcc895;

    --cream: #f8f3ea;
    --ivory: #fffaf2;
    --sand: #e6d8c1;
    --sand-soft: #f1e7d8;

    --line: rgba(43, 36, 31, 0.13);

    --shadow-soft: 0 18px 60px rgba(21, 18, 15, 0.07);
    --shadow-deep: 0 30px 90px rgba(21, 18, 15, 0.16);

    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 34px;

    --ease: 180ms ease;
}

/* ============================================================
   RESET / BASE
   ============================================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    text-size-adjust: 100%;
    scroll-padding-top: 190px;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 8%, rgba(168, 132, 69, 0.16), transparent 30rem),
        radial-gradient(circle at 92% 4%, rgba(111, 23, 20, 0.10), transparent 28rem),
        linear-gradient(180deg, #f8f3ea 0%, #f2e8d8 48%, #fffaf2 100%);
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: 178px;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    opacity: 0.055;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJmIj48ZmVUdXJidWxlbmNlIHR5cGU9ImZyYWN0YWxOb2lzZSIgYmFzZUZyZXF1ZW5jeT0iLjYyIiBudW1PY3RhdmVzPSIzIi8+PC9maWx0ZXI+PHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsdGVyPSJ1cmwoI2YpIiBvcGFjaXR5PSIwLjEwIi8+PC9zdmc+');
    background-repeat: repeat;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

button,
a,
input,
select {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 2px solid var(--gold-warm);
    outline-offset: 4px;
}

.container {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .container {
        padding: 0 42px;
    }
}

h1,
h2,
h3,
.logo-text,
.hero-title,
.section-title,
.product-title,
.editorial-title {
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: -0.04em;
}

.eyebrow,
.section-sub,
.hero-tag,
.micro-copy,
.shop-link,
.sale-badge,
.top-links a,
.language-selector,
.nav-links a {
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

/* ============================================================
   TOP BAR - FIXED (Announcements Only)
   ============================================================ */

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
    background:
        linear-gradient(90deg, var(--ink), #211a15, var(--ink));
    color: rgba(255, 250, 242, 0.78);
    font-size: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(168, 132, 69, 0.18);
}

.top-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
}

.free-shipping-text {
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gold-soft);
    text-align: center;
    font-size: 11px;
}

.free-shipping-text i {
    color: var(--rouge-light);
    margin-right: 6px;
}

@media (max-width: 640px) {
    .top-bar {
        padding: 6px 0;
    }

    .free-shipping-text {
        font-size: 9px;
    }
}

@media (max-width: 420px) {
    .free-shipping-text {
        font-size: 8px;
    }
}

/* ============================================================
   HEADER - FIXED
   ============================================================ */

.main-header {
    position: fixed;
    top: 38px;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: rgba(255, 250, 242, 0.92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(43, 36, 31, 0.1);
    box-shadow: 0 10px 36px rgba(21, 18, 15, 0.07);
}

/* Ensure header content sits above the top bar */
.main-header .header-grid {
    position: relative;
    z-index: 1;
}

.header-grid {
    display: grid;
    grid-template-columns: 260px 1fr auto 200px;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
}

@media (max-width: 1024px) {
    .header-grid {
        grid-template-columns: 260px 1fr auto;
        gap: 16px;
    }
}

@media (max-width: 900px) {
    .header-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 14px 20px;
    }
}

.logo-area {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.logo-text {
    font-size: clamp(30px, 4vw, 46px);
    line-height: 0.86;
    color: var(--ink);
    font-weight: 700;
}

.logo-text span {
    color: var(--rouge);
}

.logo-sub {
    color: var(--rouge);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.34em;
    text-transform: uppercase;
    padding-left: 3px;
}

/* ============================================================
   SEARCH BAR
   ============================================================ */

.search-bar {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 14px;
    background: rgba(255, 250, 242, 0.78);
    border: 1px solid rgba(43, 36, 31, 0.12);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(21, 18, 15, 0.045);
    transition:
        border-color var(--ease),
        box-shadow var(--ease),
        background-color var(--ease);
}

.search-bar:focus-within {
    background: rgba(255, 250, 242, 0.96);
    border-color: rgba(168, 132, 69, 0.46);
    box-shadow: 0 16px 44px rgba(21, 18, 15, 0.075);
}

.search-bar select,
.search-bar input {
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink-soft);
}

.search-bar select {
    width: 96px;
    font-size: 12px;
    font-weight: 700;
}

.search-bar input {
    flex: 1;
    width: 100%;
    font-size: 13px;
}

.search-bar input::placeholder {
    color: rgba(43, 36, 31, 0.48);
}

.search-bar button {
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    color: var(--ivory);
    background: var(--ink);
    transition:
        transform var(--ease),
        background-color var(--ease),
        box-shadow var(--ease);
}

.search-bar button:hover {
    transform: translateY(-1px);
    background: var(--rouge);
    box-shadow: 0 10px 24px rgba(111, 23, 20, 0.22);
}

/* ============================================================
   HEADER UTILITY LINKS (Shop, Cart, Login, Currency)
   ============================================================ */

.header-utility-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.header-utility-links a {
    color: var(--ink-soft);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color var(--ease);
    white-space: nowrap;
}

.header-utility-links a:hover {
    color: var(--rouge);
}

.header-utility-links .ahia-currency-form {
    display: inline-flex;
    align-items: center;
    margin: 0;
}

.header-utility-links .ahia-currency-selector {
    appearance: none;
    min-height: 24px;
    padding: 0 18px 0 0;
    color: var(--ink-soft);
    background: transparent;
    border: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color var(--ease);
}

.header-utility-links .ahia-currency-selector:hover {
    color: var(--rouge);
}

.header-utility-links .ahia-currency-selector option {
    color: #0d0d0d;
    background: #faf8f5;
}

@media (max-width: 900px) {
    .header-utility-links {
        gap: 12px;
    }

    .header-utility-links a,
    .header-utility-links .ahia-currency-selector {
        font-size: 9px;
    }
}

/* ============================================================
   CALL BOX
   ============================================================ */

.call-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: var(--ink-soft);
}

.call-box-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--ivory);
    background:
        linear-gradient(145deg, var(--rouge), var(--rouge-deep));
    box-shadow: 0 12px 28px rgba(111, 23, 20, 0.18);
}

.call-box .phone {
    font-size: 14px;
    font-weight: 800;
    color: var(--ink);
}

.call-box small {
    display: block;
    margin-top: 2px;
    color: var(--ink-soft);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: 0.56;
}

@media (min-width: 900px) {
    .call-box {
        justify-content: flex-end;
    }
}

@media (max-width: 640px) {
    .call-box {
        display: none !important;
    }
}

/* ============================================================
   NAVIGATION - FIXED
   ============================================================ */

.nav-menu {
    position: fixed;
    top: 124px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 250, 242, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(43, 36, 31, 0.1);
    box-shadow: 0 12px 32px rgba(21, 18, 15, 0.055);
    overflow: visible !important;
    max-height: none !important;
}

.mobile-header {
    display: none;
    justify-content: flex-end;
    align-items: center;
    padding: 14px 20px;
}

.mobile-header span {
    color: var(--rouge);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hamburger {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(43, 36, 31, 0.13);
    border-radius: 999px;
    background: rgba(255, 250, 242, 0.76);
    color: var(--ink);
    font-size: 17px;
    transition:
        border-color var(--ease),
        color var(--ease),
        background-color var(--ease),
        transform var(--ease);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.hamburger:hover {
    border-color: var(--rouge);
    color: var(--rouge);
    background: var(--ivory);
    transform: translateY(-1px);
}

/* Mobile Hamburger in Header (duplicate for mobile) */
.mobile-hamburger-header {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line, rgba(40, 20, 20, 0.12));
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.6);
    color: var(--ink, #0d0d0d);
    font-size: 17px;
    transition: all 0.2s ease;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.mobile-hamburger-header:hover {
    border-color: var(--rouge-bright, #C41E3A);
    color: var(--rouge-bright, #C41E3A);
}

/* ============================================================
   NAV LINKS - DESKTOP
   ============================================================ */

.nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 34px;
    padding: 18px 0;
    margin: 0;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
}

.nav-links li {
    border-top: 0;
    padding: 0;
}

.nav-links a {
    position: relative;
    display: inline-block;
    padding: 0;
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: color var(--ease);
}

.nav-links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9px;
    width: 0;
    height: 1px;
    background: var(--gold-warm);
    transform: translateX(-50%);
    transition: width var(--ease);
}

.nav-links a:hover {
    color: var(--rouge);
}

.nav-links a:hover::after {
    width: 100%;
}

.special-link a {
    color: var(--rouge);
}

.special-link a:hover {
    color: var(--rouge-bright);
}

/* ============================================================
   NAV LINKS - RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
    .nav-links {
        gap: 24px;
    }

    .nav-links a {
        font-size: 10px;
    }
}

@media (max-width: 900px) {
    body {
        padding-top: 190px;
    }

    html {
        scroll-padding-top: 205px;
    }

    .main-header {
        top: 38px;
    }

    .nav-menu {
        top: 138px;
    }

    .mobile-header {
        display: flex !important;
    }

    /* Hide mobile brand in nav (now in header) */
    .mobile-header .ahia-mobile-brand {
        display: none !important;
    }

    .nav-links {
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0 20px;
        margin: 0;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0;
        background: rgba(255, 250, 242, 0.98);
        width: 100%;
        border-bottom: 1px solid rgba(43, 36, 31, 0.08);
        transition:
            max-height 0.4s ease,
            padding 0.4s ease,
            opacity 0.3s ease;
        position: relative;
        z-index: 100;
        box-shadow: 0 20px 50px rgba(21, 18, 15, 0.08);
    }

    .nav-links.show {
        display: flex !important;
        max-height: 640px !important;
        padding: 12px 20px 24px !important;
        opacity: 1 !important;
        overflow: visible !important;
        border-bottom: 1px solid rgba(43, 36, 31, 0.08);
        background: rgba(255, 250, 242, 0.98) !important;
    }

    .nav-links li {
        border-top: 1px solid rgba(43, 36, 31, 0.07);
        width: 100%;
        padding: 0;
        list-style: none;
    }

    .nav-links a {
        display: block;
        padding: 14px 0;
        font-size: 12px;
        font-weight: 700;
        color: var(--ink-soft);
    }

    .nav-links a::after {
        display: none;
    }

    .nav-links a:hover {
        color: var(--rouge);
    }

    .call-box {
        justify-content: flex-start;
    }
}

/* ============================================================
   MOBILE BREAKPOINT FIXES
   ============================================================ */

/* At 640px and below - show mobile header with brand, hamburger, and utility links */
@media (max-width: 640px) {
    /* Adjust body padding for shorter header */
    body {
        padding-top: 172px !important;
    }

    html {
        scroll-padding-top: 186px !important;
    }

    .main-header {
        top: 34px !important;
        z-index: 1003 !important;
    }

    .nav-menu {
        top: 118px !important;
        z-index: 1000 !important;
    }

    /* Ensure header content sits above top bar */
    .main-header .header-grid {
        position: relative !important;
        z-index: 10 !important;
    }

    /* TOP BAR: Center announcement only */
    .top-bar .container {
        justify-content: center !important;
        padding: 4px 8px !important;
    }

    .top-bar .free-shipping-text {
        font-size: 8px !important;
        text-align: center !important;
    }

    /* HEADER GRID: Mobile layout with brand + hamburger on first row */
    .main-header .header-grid {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        grid-template-rows: auto auto auto !important;
        gap: 6px !important;
        padding: 8px 12px !important;
        align-items: center !important;
        background: rgba(255, 250, 242, 0.92) !important;
        backdrop-filter: blur(18px) !important;
    }

    /* Show mobile brand in header */
    .main-header .ahia-mobile-brand {
        display: flex !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        justify-self: start !important;
        align-items: center !important;
        max-width: calc(100% - 44px) !important;
        min-width: 0 !important;
        flex-shrink: 1 !important;
        overflow: hidden !important;
        position: relative !important;
        z-index: 20 !important;
        color: var(--ink, #0d0d0d) !important;
        text-decoration: none !important;
    }

    .main-header .ahia-mobile-logo-img {
        display: block !important;
        width: auto !important;
        max-width: 160px !important;
        max-height: 36px !important;
        object-fit: contain !important;
    }

    .main-header .ahia-mobile-logo-text {
        display: block !important;
        font-size: 20px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        color: var(--ink, #0d0d0d) !important;
    }

    /* Show hamburger in header */
    .main-header .mobile-hamburger-header {
        display: flex !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        align-items: center !important;
        justify-content: center !important;
        width: 38px !important;
        height: 38px !important;
        border: 1px solid rgba(40, 20, 20, 0.12) !important;
        border-radius: 999px !important;
        background: rgba(255, 255, 255, 0.6) !important;
        color: var(--ink, #0d0d0d) !important;
        font-size: 15px !important;
        cursor: pointer !important;
        flex-shrink: 0 !important;
        transition: all 0.2s ease !important;
        z-index: 20 !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1 !important;
        position: relative !important;
    }

    .main-header .mobile-hamburger-header:hover {
        border-color: var(--rouge-bright, #C41E3A) !important;
        color: var(--rouge-bright, #C41E3A) !important;
    }

    .main-header .mobile-hamburger-header i {
        font-size: 15px !important;
        line-height: 1 !important;
        pointer-events: none !important;
    }

    /* Hide desktop logo area */
    .main-header .logo-area {
        display: none !important;
    }

    /* Hide call box */
    .main-header .call-box {
        display: none !important;
    }

    /* Utility links row (Shop, Cart, Login, Currency) */
    .main-header .header-utility-links {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 4px 0 !important;
        border-top: 1px solid rgba(40, 20, 20, 0.06) !important;
        border-bottom: 1px solid rgba(40, 20, 20, 0.06) !important;
        width: 100% !important;
        flex-wrap: wrap !important;
        position: relative !important;
        z-index: 20 !important;
    }

    .main-header .header-utility-links a {
        font-size: 9px !important;
        padding: 2px 4px !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .main-header .header-utility-links .ahia-currency-form {
        display: inline-flex !important;
        align-items: center !important;
    }

    .main-header .header-utility-links .ahia-currency-selector {
        font-size: 9px !important;
        padding: 2px 14px 2px 2px !important;
        min-height: 20px !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* Search bar spans full width on third row */
    .main-header .search-bar {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        min-height: 36px !important;
        padding: 0 10px !important;
        margin: 0 !important;
        gap: 6px !important;
        border-radius: 999px !important;
        position: relative !important;
        z-index: 20 !important;
    }

    .main-header .search-bar select {
        width: 44px !important;
        font-size: 9px !important;
        padding: 4px 2px !important;
        min-width: 0 !important;
    }

    .main-header .search-bar input {
        font-size: 10px !important;
        min-width: 40px !important;
        padding: 4px 2px !important;
    }

    .main-header .search-bar input::placeholder {
        font-size: 10px !important;
    }

    .main-header .search-bar button {
        width: 26px !important;
        height: 26px !important;
        font-size: 11px !important;
        min-width: 26px !important;
    }

    /* NAV MENU: Hide the hamburger in the nav since we have it in header */
    .mobile-header .hamburger {
        display: none !important;
    }

    /* Keep mobile-header but make it minimal */
    .mobile-header {
        display: flex !important;
        justify-content: flex-end !important;
        padding: 4px 12px !important;
        min-height: 0 !important;
        background: rgba(255, 252, 248, 0.98) !important;
        border-bottom: 1px solid rgba(40, 20, 20, 0.06) !important;
    }

    /* Hide any brand in mobile-header */
    .mobile-header .ahia-mobile-brand {
        display: none !important;
    }

    /* NAV LINKS: Mobile dropdown */
    #ahiaNavLinks.nav-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        width: 100% !important;
        padding: 0 16px !important;
        margin: 0 !important;
        max-height: 0 !important;
        overflow: hidden !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        background: rgba(255, 252, 248, 0.99) !important;
        border-bottom: 1px solid rgba(40, 20, 20, 0.08) !important;
        box-shadow: 0 20px 50px rgba(21, 18, 15, 0.08) !important;
        transition: max-height 0.35s ease, padding 0.35s ease, opacity 0.25s ease, visibility 0.25s ease !important;
    }

    #ahiaNavLinks.nav-links.show {
        display: flex !important;
        max-height: 620px !important;
        padding: 12px 16px 20px !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }

    #ahiaNavLinks.nav-links li {
        border-top: 1px solid rgba(40, 20, 20, 0.06) !important;
        width: 100% !important;
        padding: 0 !important;
        list-style: none !important;
    }

    #ahiaNavLinks.nav-links a {
        display: block !important;
        width: 100% !important;
        padding: 12px 0 !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        color: var(--ink-soft, #1a1a1a) !important;
    }

    #ahiaNavLinks.nav-links a:hover {
        color: var(--rouge-bright, #C41E3A) !important;
    }

    #ahiaNavLinks.nav-links a::after {
        display: none !important;
    }
}

/* Extra small screens (under 420px) */
@media (max-width: 420px) {
    body {
        padding-top: 166px !important;
    }

    html {
        scroll-padding-top: 180px !important;
    }

    .main-header {
        top: 32px !important;
    }

    .nav-menu {
        top: 112px !important;
    }

    .main-header .header-grid {
        padding: 6px 10px !important;
        gap: 4px !important;
    }

    .main-header .ahia-mobile-logo-img {
        max-width: 120px !important;
        max-height: 28px !important;
    }

    .main-header .ahia-mobile-logo-text {
        font-size: 16px !important;
    }

    .main-header .mobile-hamburger-header {
        width: 32px !important;
        height: 32px !important;
        font-size: 12px !important;
    }

    .main-header .mobile-hamburger-header i {
        font-size: 12px !important;
    }

    .main-header .header-utility-links {
        gap: 6px !important;
        padding: 3px 0 !important;
    }

    .main-header .header-utility-links a {
        font-size: 8px !important;
        padding: 1px 3px !important;
    }

    .main-header .header-utility-links .ahia-currency-selector {
        font-size: 8px !important;
        padding: 1px 12px 1px 2px !important;
        min-height: 18px !important;
    }

    .main-header .search-bar {
        min-height: 32px !important;
        padding: 0 8px !important;
        gap: 4px !important;
    }

    .main-header .search-bar select {
        width: 36px !important;
        font-size: 8px !important;
        padding: 2px !important;
    }

    .main-header .search-bar input {
        font-size: 9px !important;
        min-width: 30px !important;
        padding: 2px !important;
    }

    .main-header .search-bar input::placeholder {
        font-size: 9px !important;
    }

    .main-header .search-bar button {
        width: 22px !important;
        height: 22px !important;
        font-size: 9px !important;
        min-width: 22px !important;
    }

    .top-bar .free-shipping-text {
        font-size: 7px !important;
    }

    .mobile-header {
        padding: 2px 10px !important;
    }

    #ahiaNavLinks.nav-links a {
        padding: 10px 0 !important;
        font-size: 10px !important;
    }

    #ahiaNavLinks.nav-links.show {
        max-height: 480px !important;
        padding: 10px 12px 16px !important;
    }

    .main-header .ahia-mobile-brand {
        max-width: calc(100% - 38px) !important;
    }
}

/* Ensure hamburger is visible on all mobile sizes */
@media (max-width: 640px) {
    .main-header .mobile-hamburger-header {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* Ensure brand is visible on all mobile sizes */
@media (max-width: 640px) {
    .main-header .ahia-mobile-brand {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

/* ============================================================
   HERO
   ============================================================ */

.hero-showcase {
    margin: 34px 0 34px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

@media (min-width: 900px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
        gap: 30px;
    }

    .hero-showcase {
        margin: 56px 0 44px;
    }
}

.hero-card,
.hero-product-slider-card,
.hero-video-card {
    position: relative;
    overflow: hidden;
    min-height: 490px;
    border: 1px solid rgba(43, 36, 31, 0.1);
    border-radius: var(--radius-lg);
    background:
        linear-gradient(145deg, rgba(255, 250, 242, 0.96), rgba(241, 231, 216, 0.9)),
        radial-gradient(circle at top right, rgba(168, 132, 69, 0.14), transparent 34%);
    box-shadow: var(--shadow-deep);
}

.hero-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(30px, 6vw, 68px);
}

.hero-card::before,
.hero-product-slider-card::before,
.hero-video-card::before {
    content: "";
    position: absolute;
    inset: 18px;
    pointer-events: none;
    border: 1px solid rgba(168, 132, 69, 0.18);
    border-radius: calc(var(--radius-lg) - 14px);
    box-shadow: inset 0 0 80px rgba(168, 132, 69, 0.035);
}

.hero-card::after {
    content: "✦";
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: var(--gold-warm);
    font-size: 14px;
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 560px;
}

.hero-tag,
.section-sub {
    color: var(--rouge);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.hero-title {
    font-size: clamp(42px, 7vw, 86px);
    line-height: 0.92;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 18px;
}

.hero-copy {
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.85;
    max-width: 500px;
    opacity: 0.76;
}

.hero-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 24px 0 4px;
    color: var(--ink);
    font-size: 26px;
    font-weight: 800;
}

.hero-price span {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.58;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.btn-outline-luxury,
.btn-filled-luxury,
.btn-subtle {
    min-height: 46px;
    border-radius: 999px;
    padding: 0 24px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition:
        transform var(--ease),
        background-color var(--ease),
        color var(--ease),
        border-color var(--ease),
        box-shadow var(--ease);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-filled-luxury {
    color: var(--ivory);
    background:
        linear-gradient(145deg, var(--rouge), var(--rouge-deep));
    border: 1px solid rgba(111, 23, 20, 0.9);
    box-shadow: 0 16px 36px rgba(111, 23, 20, 0.2);
}

.btn-filled-luxury:hover {
    transform: translateY(-2px);
    background:
        linear-gradient(145deg, var(--ink), #2b241f);
    border-color: var(--ink);
    box-shadow: 0 20px 44px rgba(21, 18, 15, 0.22);
}

.btn-outline-luxury,
.btn-subtle {
    color: var(--ink);
    background: rgba(255, 250, 242, 0.52);
    border: 1px solid rgba(43, 36, 31, 0.18);
}

.btn-outline-luxury:hover,
.btn-subtle:hover {
    color: var(--ivory);
    background: var(--ink);
    border-color: var(--ink);
}

.hero-proof {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 36px;
}

.hero-proof div {
    padding: 14px;
    border: 1px solid rgba(43, 36, 31, 0.08);
    border-radius: 16px;
    background: rgba(255, 250, 242, 0.58);
    backdrop-filter: blur(10px);
}

.hero-proof strong {
    display: block;
    font-size: 16px;
    color: var(--ink);
}

.hero-proof span {
    display: block;
    margin-top: 4px;
    color: var(--ink-soft);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.58;
}

@media (max-width: 520px) {
    .hero-proof {
        grid-template-columns: 1fr;
    }
}

/* ============================================================
   HERO VIDEO CARD
   ============================================================ */

.hero-video-card {
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-video-shell {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 452px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
}

.hero-video-kicker {
    color: var(--rouge);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero-video-title {
    font-family: 'Cormorant Garamond', serif;
    color: var(--ink);
    font-size: clamp(32px, 5vw, 52px);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
}

.hero-video-copy {
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.75;
    max-width: 520px;
    opacity: 0.72;
}

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(168, 132, 69, 0.18);
    background:
        radial-gradient(circle at top right, rgba(111, 23, 20, 0.22), transparent 34%),
        linear-gradient(145deg, var(--ink), #2b1c17);
    box-shadow: 0 28px 70px rgba(21, 18, 15, 0.24);
}

.video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.hero-video-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.58;
}

.hero-video-caption i {
    color: var(--rouge);
}

/* ============================================================
   TRUST ROW
   ============================================================ */

.features-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 34px 0;
    padding: 18px;
    border: 1px solid rgba(43, 36, 31, 0.1);
    border-radius: var(--radius-md);
    background: rgba(255, 250, 242, 0.68);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
}

@media (min-width: 640px) {
    .features-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1080px) {
    .features-row {
        grid-template-columns: repeat(4, 1fr);
    }
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 250, 242, 0.72);
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 800;
    border: 1px solid rgba(43, 36, 31, 0.055);
}

.feature-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--ivory);
    background:
        linear-gradient(145deg, var(--rouge), var(--rouge-deep));
    font-size: 16px;
    box-shadow: 0 12px 28px rgba(111, 23, 20, 0.16);
}

/* ============================================================
   SECTIONS
   ============================================================ */

.section-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    gap: 16px;
    margin: 48px 0 22px;
}

.section-title {
    display: block;
    color: var(--ink);
    font-size: clamp(34px, 5vw, 58px);
    line-height: 0.95;
    font-weight: 600;
}

.section-title span {
    color: var(--rouge);
}

.section-kicker {
    max-width: 480px;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.8;
    opacity: 0.72;
}

/* ============================================================
   CATEGORIES
   ============================================================ */

.categories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 44px;
}

@media (min-width: 640px) {
    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1080px) {
    .categories-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

.cat-card {
    position: relative;
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 10px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(43, 36, 31, 0.1);
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(168, 132, 69, 0.14), transparent 38%),
        rgba(255, 250, 242, 0.72);
    box-shadow: 0 16px 40px rgba(21, 18, 15, 0.045);
    transition:
        transform var(--ease),
        background-color var(--ease),
        box-shadow var(--ease),
        border-color var(--ease);
}

.cat-card::before {
    content: "";
    position: absolute;
    top: -48px;
    right: -48px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: rgba(111, 23, 20, 0.065);
}

.cat-card i {
    color: var(--rouge);
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.cat-card span {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.cat-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 250, 242, 0.95);
    box-shadow: 0 24px 60px rgba(21, 18, 15, 0.08);
    border-color: rgba(168, 132, 69, 0.28);
}

/* ============================================================
   PROMO BANNERS
   ============================================================ */

.promo-banners {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 36px 0;
}

@media (min-width: 760px) {
    .promo-banners {
        grid-template-columns: repeat(3, 1fr);
    }
}

.promo-card {
    position: relative;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(43, 36, 31, 0.1);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at top right, rgba(168, 132, 69, 0.12), transparent 36%),
        linear-gradient(145deg, rgba(255, 250, 242, 0.92), rgba(241, 231, 216, 0.78));
    box-shadow: var(--shadow-soft);
}

.promo-card::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(168, 132, 69, 0.13);
    border-radius: calc(var(--radius-md) - 10px);
    pointer-events: none;
}

.promo-card.dark {
    color: var(--ivory);
    background:
        radial-gradient(circle at 80% 20%, rgba(168, 132, 69, 0.18), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(111, 23, 20, 0.2), transparent 34%),
        linear-gradient(145deg, var(--ink), #2b1c17);
}

.promo-badge {
    color: var(--rouge);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.promo-card.dark .promo-badge {
    color: var(--gold-soft);
}

.promo-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 14px 0;
    position: relative;
    z-index: 1;
}

.promo-copy {
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
    opacity: 0.72;
    position: relative;
    z-index: 1;
}

.promo-card.dark .promo-copy {
    color: rgba(255, 250, 242, 0.68);
}

.goldengrid-block {
    position: relative;
    overflow: hidden;
    margin: 36px 0;
    padding: 32px 20px;
    text-align: center;
    border: 1px solid rgba(168, 132, 69, 0.24);
    border-radius: var(--radius-md);
    color: var(--rouge);
    background:
        linear-gradient(90deg, transparent, rgba(255, 250, 242, 0.82), transparent),
        linear-gradient(145deg, #f1e7d8, #fffaf2);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 6vw, 58px);
    font-weight: 600;
    letter-spacing: 0.14em;
    box-shadow: var(--shadow-soft);
}

.goldengrid-block span {
    color: var(--gold-warm);
}

/* ============================================================
   PRODUCT GRID
   ============================================================ */

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 28px 0;
}

@media (min-width: 700px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.product-card,
.product-card-slider {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 18px;
    border: 1px solid rgba(43, 36, 31, 0.1);
    border-radius: 24px;
    background: rgba(255, 250, 242, 0.76);
    box-shadow: 0 16px 40px rgba(21, 18, 15, 0.045);
    transition:
        transform var(--ease),
        background-color var(--ease),
        box-shadow var(--ease),
        border-color var(--ease);
}

.product-card:hover,
.product-card-slider:hover {
    transform: translateY(-5px);
    background: rgba(255, 250, 242, 0.96);
    box-shadow: 0 24px 60px rgba(21, 18, 15, 0.085);
    border-color: rgba(168, 132, 69, 0.3);
}

.sale-badge {
    width: max-content;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--ivory);
    background:
        linear-gradient(145deg, var(--rouge), var(--rouge-deep));
    font-size: 9px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(111, 23, 20, 0.16);
}

.product-img-placeholder {
    min-height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background:
        radial-gradient(circle at 30% 20%, rgba(255, 250, 242, 0.95), transparent 30%),
        linear-gradient(145deg, #f1e7d8, #d9c6a9);
    color: var(--rouge);
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(43, 36, 31, 0.06);
}

.product-img-placeholder i {
    font-size: 48px;
    opacity: 0.62;
}

.ahia-product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 320ms ease;
}

.product-card:hover .ahia-product-image,
.product-card-slider:hover .ahia-product-image {
    transform: scale(1.035);
}

.product-title {
    color: var(--ink);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}

.product-desc {
    color: var(--ink-soft);
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 14px;
    opacity: 0.72;
}

.price {
    color: var(--ink);
    font-size: 18px;
    font-weight: 900;
}

.old-price {
    color: rgba(43, 36, 31, 0.48);
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 6px;
}

.shop-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    margin-top: 12px;
    color: var(--rouge);
    font-size: 10px;
    font-weight: 900;
    border-bottom: 1px solid rgba(111, 23, 20, 0.28);
    transition:
        color var(--ease),
        border-color var(--ease),
        transform var(--ease);
}

.shop-link:hover {
    color: var(--ink);
    border-bottom-color: var(--gold-warm);
    transform: translateX(2px);
}

.swiper-pagination-bullet {
    background: rgba(43, 36, 31, 0.28);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: var(--rouge);
}

/* ============================================================
   EDITORIAL
   ============================================================ */

.editorial-note {
    max-width: 980px;
    margin: 36px auto 48px;
    padding: clamp(24px, 5vw, 44px);
    text-align: center;
    border: 1px solid rgba(168, 132, 69, 0.18);
    border-radius: var(--radius-md);
    background:
        radial-gradient(circle at top right, rgba(168, 132, 69, 0.1), transparent 34%),
        rgba(255, 250, 242, 0.74);
    box-shadow: var(--shadow-soft);
}

.editorial-title {
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1;
    font-weight: 600;
    margin-bottom: 12px;
}

.editorial-title span {
    color: var(--rouge);
}

.editorial-note p {
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.85;
    opacity: 0.72;
}

/* ============================================================
   EMPTY STATE
   ============================================================ */

.ahia-empty {
    padding: 48px 24px;
    text-align: center;
    border: 2px dashed rgba(43, 36, 31, 0.16);
    border-radius: var(--radius-md);
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.72;
    background: rgba(255, 250, 242, 0.54);
}

/* ============================================================
   FOOTER
   ============================================================ */

footer {
    flex-shrink: 0;
    clear: both;
    width: 100%;
    margin-top: 58px;
    padding: 48px 0 34px;
    color: rgba(255, 250, 242, 0.72);
    background:
        radial-gradient(circle at 20% 20%, rgba(168, 132, 69, 0.10), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(111, 23, 20, 0.16), transparent 32%),
        linear-gradient(145deg, var(--ink), #2b1c17);
    border-top: 1px solid rgba(168, 132, 69, 0.16);
    position: relative;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
}

@media (min-width: 860px) {
    .footer-grid {
        grid-template-columns: 1.3fr 0.7fr 0.7fr 0.8fr;
    }
}

.footer-brand .logo-text {
    color: var(--ivory);
    font-size: 38px;
}

.footer-brand .logo-text span {
    color: var(--gold-soft);
}

.footer-brand p,
.footer-col a,
.footer-col p {
    color: rgba(255, 250, 242, 0.58);
    font-size: 12px;
    line-height: 1.85;
}

.footer-col h4 {
    margin-bottom: 12px;
    color: var(--ivory);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-col a {
    display: block;
    margin: 8px 0;
    transition: color var(--ease), transform var(--ease);
}

.footer-col a:hover {
    color: var(--gold-soft);
    transform: translateX(2px);
}

.footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-socials a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(220, 200, 149, 0.18);
    border-radius: 999px;
    color: rgba(255, 250, 242, 0.68);
    transition:
        background-color var(--ease),
        border-color var(--ease),
        color var(--ease),
        transform var(--ease);
}

.footer-socials a:hover {
    color: var(--ink);
    background: var(--gold-soft);
    border-color: var(--gold-soft);
    transform: translateY(-2px);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(220, 200, 149, 0.1);
    color: rgba(255, 250, 242, 0.42);
    font-size: 11px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 640px) {
    .hero-card,
    .hero-product-slider-card,
    .hero-video-card {
        min-height: auto;
        border-radius: 26px;
    }

    .hero-card {
        padding: 30px 24px;
    }

    .hero-title {
        font-size: 34px;
    }

    .hero-video-shell {
        min-height: auto;
        padding: 16px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .promo-card {
        min-height: 180px;
    }

    .goldengrid-block {
        font-size: 24px;
        letter-spacing: 0.08em;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .features-row {
        grid-template-columns: 1fr;
    }

    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-bar {
        min-height: 46px;
    }

    .call-box {
        display: none;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .top-bar .container {
        justify-content: center;
        text-align: center;
    }

    .top-links {
        justify-content: center;
    }

    .header-grid {
        padding: 16px;
    }

    .hero-title {
        font-size: 30px;
    }

    .hero-copy {
        font-size: 13px;
    }

    .hero-price {
        font-size: 20px;
        flex-wrap: wrap;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-actions .btn-filled-luxury,
    .hero-actions .btn-outline-luxury {
        width: 100%;
        justify-content: center;
    }

    .product-title {
        font-size: 18px;
    }

    .price {
        font-size: 16px;
    }

    .section-title {
        font-size: 30px;
    }

    .section-heading-row {
        margin-top: 38px;
    }

    .nav-links a {
        font-size: 11px;
        padding: 12px 0;
    }

    .categories-grid {
        gap: 10px;
    }

    .cat-card {
        min-height: 118px;
        padding: 14px;
    }

    .cat-card span {
        font-size: 10px;
    }
}

/* ============================================================
   UTILITY
   ============================================================ */

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
}