 
    .navbar-area {
    background-color: #c32221;
    transition: 0.5s;
    box-shadow: 0 15px 10px -15px rgba(0,0,0,0.04);
    position: relative;
    z-index: 2;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0,0,0,0.06);
    background: #fff !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    transition: 0.5s;
}
@media only screen and (max-width: 991px) {
    .navbar-area {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .navbar-area.is-sticky {
        border-bottom: none;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .fovia-responsive-nav {
        display: block;
    }
    .fovia-responsive-nav .fovia-responsive-menu {
        position: relative;
    }
    .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul {
        font-size: 14px;
    }
    .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #c22220;
    }
    .fovia-responsive-nav .fovia-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 13.5px;
    }
    .fovia-responsive-nav .fovia-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 350px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }
    .fovia-responsive-nav .mean-container a.meanmenu-reveal {
        color: #121521;
    }
    .fovia-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #121521;
    }
    .fovia-responsive-nav .logo {
        position: relative;
        width: 30%;
        z-index: 999;
    }
    .fovia-responsive-nav .others-options {
        position: absolute;
        right: 55px;
        top: -2px;
    }
    .fovia-responsive-nav .others-options .btn {
        display: none;
    }
    .fovia-responsive-nav .others-options .cart-btn {
        display: inline-block;
        position: relative;
        top: 3px;
        color: #121521;
        font-size: 17px;
    }
    .fovia-responsive-nav .others-options .cart-btn:hover {
        color: #c22220;
    }
    .fovia-responsive-nav .others-options .option-item {
        display: none;
        color: #121521;
        position: relative;
        line-height: initial;
        margin-left: 15px;
        top: 4px;
    }
    .fovia-responsive-nav .others-options .option-item .search-btn {
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #121521;
    }
    .fovia-responsive-nav .others-options .option-item .search-btn::before {
        font-size: 17px;
    }
    .fovia-responsive-nav .others-options .option-item .search-btn:hover {
        color: #c22220;
    }
    .fovia-responsive-nav .others-options .option-item .search-close-btn {
        cursor: pointer;
        display: none;
        font-size: 17px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        width: 17px;
        color: #121521;
    }
    .fovia-responsive-nav .others-options .option-item .search-close-btn.active {
        display: block;
    }
    .fovia-responsive-nav .others-options .option-item .search-close-btn:hover {
        color: #c22220;
    }
    .search-overlay.search-popup .search-form .search-input {
        width: 96%;
    }
    .search-overlay.search-popup .search-form .search-button {
        height: 43px;
    }
    .fovia-nav {
        display: none;
    }
}
        :root {
            --red: #cc2000;
            --red-dark: #a01800;
            --red-deep: #7a1000;
            --red-pale: #f5d0c8;
            --red-mist: #fdf0ee;
            --cream: #fff8f7;
            --warm-white: #fffcfb;
            --charcoal: #1a1a1a;
            --charcoal-light: #444;
            --gold: #c8922a;
            --gold-light: #e0ae50;
            --mist: #f7eeec;
        }

        * { margin: 0; padding: 0; box-sizing: border-box; }

        body {
            font-family: 'DM Sans', sans-serif;
            background: var(--warm-white);
            color: var(--charcoal);
            overflow-x: hidden;
        }

        /* ─── TOPBAR ─── */
        /*.topbar {*/
        /*    background: var(--red-deep);*/
        /*    padding: 8px 80px;*/
        /*    display: flex;*/
        /*    align-items: center;*/
        /*    justify-content: space-between;*/
        /*    font-size: 12px;*/
        /*    color: rgba(255,248,247,0.7);*/
        /*    border-bottom: 1px solid rgba(255,255,255,0.08);*/
        /*}*/
        /*.topbar-left { display: flex; align-items: center; gap: 24px; }*/
        /*.topbar-right { display: flex; align-items: center; gap: 16px; }*/
        /*.topbar a { color: rgba(255,248,247,0.7); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color .2s; }*/
        /*.topbar a:hover { color: var(--gold-light); }*/
        /*.topbar svg { width: 13px; height: 13px; flex-shrink: 0; }*/
        /*.social-link {*/
        /*    width: 28px; height: 28px;*/
        /*    border-radius: 50%;*/
        /*    border: 1px solid rgba(255,255,255,0.2);*/
        /*    display: flex; align-items: center; justify-content: center;*/
        /*    transition: all .2s;*/
        /*}*/
        /*.social-link:hover { background: var(--red); border-color: var(--red); color: #fff !important; }*/

  
        /* ─── HERO ─── */
        .hero {
            position: relative;
            background: var(--red-deep);
            min-height: 340px;
            display: flex;
            align-items: center;
            overflow: hidden;
        }
        .hero::before {
            content: '';
            position: absolute; inset: 0;
            background:
                radial-gradient(ellipse 60% 80% at 80% 50%, rgba(204,32,0,0.5) 0%, transparent 70%),
                radial-gradient(ellipse 40% 60% at 10% 80%, rgba(200,146,42,0.2) 0%, transparent 60%);
        }
        .hero-leaf {
            position: absolute;
            right: -40px; top: -40px;
            width: 420px; height: 420px;
            opacity: 0.08;
            background: radial-gradient(circle, var(--red) 0%, transparent 70%);
            border-radius: 50%;
        }
        .hero-content {
            position: relative;
            padding: 80px 80px;
            max-width: 1400px;
            margin: 0 auto;
            width: 100%;
        }
        .hero-eyebrow {
            font-family: 'DM Sans', sans-serif;
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--gold-light);
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .hero-eyebrow::before {
            content: '';
            width: 32px; height: 1px;
            background: var(--gold-light);
        }
        .hero h1 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(48px, 6vw, 80px);
            font-weight: 300;
            color: var(--cream);
            line-height: 1.05;
            letter-spacing: -1px;
        }
        .hero h1 em {
            font-style: italic;
            color: var(--red-pale);
        }
        .hero-sub {
            margin-top: 20px;
            font-size: 15px;
            color: rgba(255,248,247,0.6);
            font-weight: 300;
            max-width: 460px;
            line-height: 1.7;
        }
        .breadcrumb {
            margin-top: 36px;
            display: flex;
            gap: 8px;
            align-items: center;
            font-size: 12px;
            color: rgba(255,248,247,0.4);
        }
        .breadcrumb a { color: rgba(255,248,247,0.55); text-decoration: none; transition: color .2s; }
        .breadcrumb a:hover { color: var(--gold-light); }
        .breadcrumb span { color: var(--gold-light); }

        /* ─── SECTION WRAPPER ─── */
        .treatments-section {
            padding: 80px 80px 100px;
            max-width: 1400px;
            margin: 0 auto;
        }
        .section-header {
            text-align: center;
            margin-bottom: 64px;
        }
        .section-label {
            font-size: 11px;
            font-weight: 500;
            letter-spacing: 4px;
            text-transform: uppercase;
            color: var(--red);
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
        }
        .section-label::before, .section-label::after {
            content: '';
            width: 40px; height: 1px;
            background: var(--red-pale);
        }
        .section-header h2 {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(36px, 4vw, 54px);
            font-weight: 300;
            color: var(--charcoal);
            letter-spacing: -0.5px;
        }
        .section-header h2 em {
            font-style: italic;
            color: var(--red);
        }

        /* ─── CATEGORY FILTER ─── */
        .filter-bar {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            margin-bottom: 56px;
        }
        .filter-btn {
            padding: 8px 20px;
            border: 1px solid var(--red-pale);
            border-radius: 100px;
            background: transparent;
            font-family: 'DM Sans', sans-serif;
            font-size: 12px;
            font-weight: 500;
            color: var(--charcoal-light);
            cursor: pointer;
            transition: all .25s;
            letter-spacing: 0.5px;
        }
        .filter-btn:hover, .filter-btn.active {
            background: var(--red);
            border-color: var(--red);
            color: #fff;
        }

        /* ─── GRID ─── */
        .treatments-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 28px;
        }

        /* ─── CARD ─── */
        .card {
            background: #fff;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid rgba(204,32,0,0.1);
            transition: transform .3s ease, box-shadow .3s ease;
            display: flex;
            flex-direction: column;
            animation: fadeUp .5s ease both;
        }
        .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 60px rgba(204,32,0,0.13);
        }
        @keyframes fadeUp {
            from { opacity: 0; transform: translateY(24px); }
            to   { opacity: 1; transform: translateY(0); }
        }

        .card-img-wrap {
            position: relative;
            height: 190px;
            overflow: hidden;
            background: var(--mist);
        }
        .card-img-wrap img {
            width: 100%; height: 100%;
            object-fit: cover;
            transition: transform .5s ease;
            display: block;
        }
        .card:hover .card-img-wrap img {
            transform: scale(1.07);
        }
        .card-category-dot {
            position: absolute;
            top: 14px; right: 14px;
            width: 10px; height: 10px;
            border-radius: 50%;
            background: var(--red);
            box-shadow: 0 0 0 3px rgba(204,32,0,0.2);
        }

        .card-body {
            padding: 22px 24px 24px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .card-body h4 {
            font-family: 'Cormorant Garamond', serif;
            font-size: 20px;
            font-weight: 600;
            color: var(--charcoal);
            line-height: 1.25;
            margin-bottom: auto;
            padding-bottom: 18px;
        }
        .card-divider {
            width: 30px; height: 2px;
            background: var(--red-pale);
            margin: 0 0 16px;
            border-radius: 2px;
            transition: width .3s ease;
        }
        .card:hover .card-divider { width: 56px; background: var(--red); }

        .card-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            color: var(--red);
            text-decoration: none;
            transition: gap .25s, color .25s;
        }
        .card-link:hover { gap: 14px; color: var(--red-dark); }
        .card-link svg {
            width: 14px; height: 14px;
            transition: transform .25s;
        }
        .card-link:hover svg { transform: translateX(3px); }

        /* ─── PLACEHOLDER for missing images ─── */
        .img-placeholder {
            width: 100%; height: 100%;
            background: linear-gradient(135deg, var(--mist) 0%, var(--red-pale) 100%);
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .img-placeholder svg {
            width: 48px; height: 48px;
            opacity: 0.3;
            color: var(--red);
        }

        /* ─── FOOTER STRIP ─── */
        .cta-strip {
            background: var(--red-deep);
            padding: 60px 80px;
            text-align: center;
        }
        .cta-strip p {
            font-family: 'Cormorant Garamond', serif;
            font-size: clamp(22px, 3vw, 36px);
            font-weight: 300;
            color: var(--cream);
            margin-bottom: 24px;
        }
        .cta-strip p em { font-style: italic; color: var(--red-pale); }
        .cta-btn {
            display: inline-block;
            padding: 14px 40px;
            background: var(--red);
            color: #fff;
            border-radius: 100px;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: background .25s, transform .25s;
        }
        .cta-btn:hover { background: #e82500; transform: translateY(-2px); }

        /* ─── RESPONSIVE ─── */
        @media (max-width: 768px) {
            .hero-content, .treatments-section, .cta-strip { padding-left: 24px; padding-right: 24px; }
            .treatments-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
        }
        
      
   