.glass-nav {
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }

.text-kern-wide {
            letter-spacing: 0.2em;
        }

.image-reveal {
            transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
        }

.image-container:hover .image-reveal {
            transform: scale(1.05);
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
        }

/* Custom Theme Override for #003a54 */
        .text-primary-navy { color: #003a54; }

.bg-primary-navy { border-color: #003a54; background-color: #003a54; }

.border-primary-navy { border-color: #003a54; }

.hover-text-navy:hover { color: #003a54; }

/* Underline draw effect from home page */
        .text-underline-draw {
            position: relative;
        }

.text-underline-draw::after {
            content: '';
            position: absolute;
            width: 0;
            height: 1px;
            bottom: -4px;
            left: 0;
            background-color: currentColor;
            transition: width 0.3s ease;
        }

.text-underline-draw:hover::after {
            width: 100%;
        }

/* scrolled-nav style */
        .scrolled-nav {
            background: rgba(252, 249, 248, 0.95) !important;
            backdrop-filter: blur(20px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
        }

body {
            background-color: #fcf9f8;
            font-family: 'Inter', sans-serif;
            -webkit-font-smoothing: antialiased;
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
        }

.glass-panel {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(12px);
            border: 0.5px solid rgba(0, 0, 0, 0.05);
        }

.product-card:hover .quick-view-overlay {
            opacity: 1;
            transform: translateY(0);
        }

.filter-line {
            height: 1px;
            background: #003a54;
            opacity: 0.1;
        }

@keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.animate-fade-in {
            animation: fadeIn 0.6s ease forwards;
        }

input[type="checkbox"]:checked {
            background-color: #003a54;
            border-color: #003a54;
        }

.accent-brand-navy {
            accent-color: #003a54;
        }

/* Home page header styles */
        .text-underline-draw {
            position: relative;
        }

.scrolled-nav {
            background: rgba(252, 249, 248, 0.95) !important;
            backdrop-filter: blur(20px);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
        }

/* ── Reset & Base ── */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

body {
            font-family: 'Inter', sans-serif;
            background: #fcf9f8;
            color: #1b1b1c;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }

/* ── Glass ── */
        .glass {
            background: rgba(255, 255, 255, 0.72);
            backdrop-filter: blur(18px);
            -webkit-backdrop-filter: blur(18px);
            border: 0.5px solid rgba(255, 255, 255, 0.4);
        }

.glass-dark {
            background: rgba(26, 26, 26, 0.55);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 0.5px solid rgba(255, 255, 255, 0.06);
        }

/* ── Nav scroll ── */
        .nav-scrolled {
            background: rgba(252, 249, 248, 0.92) !important;
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            box-shadow: 0 4px 40px rgba(0, 0, 0, 0.04);
        }

/* ── Text underline draw ── */
        .text-underline-draw {
            position: relative;
        }

/* ── Cart Item ── */
        .cart-item-row {
            transition: all 0.3s ease;
            border-bottom: 0.5px solid rgba(0, 0, 0, 0.04);
        }

.cart-item-row:last-child {
            border-bottom: none;
        }

.cart-item-row:hover {
            background: rgba(0, 0, 0, 0.01);
        }

/* ── Qty control ── */
        .qty-wrap {
            display: inline-flex;
            align-items: center;
            gap: 0;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 40px;
            overflow: hidden;
            border: 0.5px solid rgba(0, 0, 0, 0.04);
        }

.qty-wrap button {
            background: transparent;
            border: none;
            padding: 4px 12px;
            font-size: 16px;
            font-weight: 400;
            color: #1a1a1a;
            cursor: pointer;
            transition: background 0.2s;
            font-family: 'Inter', sans-serif;
            line-height: 1;
        }

.qty-wrap button:hover {
            background: rgba(0, 0, 0, 0.04);
        }

.qty-wrap span {
            padding: 4px 6px;
            font-size: 14px;
            font-weight: 500;
            min-width: 24px;
            text-align: center;
            font-family: 'Inter', sans-serif;
        }

/* ── Buttons ── */
        .btn-primary {
            background: #1a1a1a;
            color: #fff;
            padding: 14px 36px;
            border-radius: 60px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            border: none;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            font-family: 'Inter', sans-serif;
        }

.btn-primary:hover {
            background: #003a54;
            transform: translateY(-2px);
            box-shadow: 0 12px 32px -8px rgba(0, 58, 84, 0.2);
        }

.btn-outline {
            background: transparent;
            color: #1a1a1a;
            padding: 14px 36px;
            border-radius: 60px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            border: 0.5px solid rgba(26, 26, 26, 0.12);
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            font-family: 'Inter', sans-serif;
        }

.btn-outline:hover {
            background: #1a1a1a;
            color: #fff;
            border-color: #1a1a1a;
            transform: translateY(-2px);
        }

.btn-sm {
            padding: 10px 24px;
            font-size: 10px;
        }

.btn-ghost {
            background: transparent;
            color: #1a1a1a;
            padding: 6px 12px;
            border-radius: 40px;
            font-size: 12px;
            font-weight: 500;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

.btn-ghost:hover {
            background: rgba(0, 0, 0, 0.04);
            color: #ba1a1a;
        }

.btn-ghost.danger:hover {
            color: #ba1a1a;
        }

/* ── Toast ── */
        .toast {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #1a1a1a;
            color: #fff;
            padding: 14px 26px;
            border-radius: 16px;
            font-size: 14px;
            font-family: 'Inter', sans-serif;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
            z-index: 2000;
            transform: translateY(80px);
            opacity: 0;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            pointer-events: none;
            display: flex;
            align-items: center;
            gap: 12px;
        }

.toast.show {
            transform: translateY(0);
            opacity: 1;
            pointer-events: auto;
        }

/* ── Scrollbar ── */
        ::-webkit-scrollbar {
            width: 4px;
        }

::-webkit-scrollbar-track {
            background: transparent;
        }

::-webkit-scrollbar-thumb {
            background: #d4c9a8;
            border-radius: 10px;
        }

/* ── Utility ── */
        .no-scroll {
            overflow: hidden;
        }

.delay-100 {
            animation-delay: 0.1s;
        }

.delay-200 {
            animation-delay: 0.2s;
        }

.delay-300 {
            animation-delay: 0.3s;
        }

.delay-400 {
            animation-delay: 0.4s;
        }

.delay-500 {
            animation-delay: 0.5s;
        }

.animate-fadeUp {
            animation: fadeUp 0.7s ease-out forwards;
        }

@keyframes fadeUp {
            0% {
                opacity: 0;
                transform: translateY(24px);
            }

            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }

/* ── Empty state ── */
        .empty-state svg {
            opacity: 0.3;
        }

/* ── Responsive ── */
        @media (max-width: 768px) {
            .cart-item-row {
                padding: 16px 0 !important;
            }

            .cart-item-row .item-meta {
                flex-direction: column;
                gap: 6px;
            }

            .cart-item-row .item-actions {
                flex-wrap: wrap;
                gap: 8px;
            }
        }

@media (max-width: 480px) {
            .cart-item-row .item-info {
                flex-direction: column;
                align-items: flex-start;
                gap: 8px;
            }

            .cart-item-row .item-info .item-image {
                width: 60px;
                height: 60px;
            }
        }

body {
            background-color: #fbf9f8;
            color: #1b1c1c;
            -webkit-font-smoothing: antialiased;
        }

.luxury-input {
            border-bottom: 1px solid #c4c7c7;
            border-top: none;
            border-left: none;
            border-right: none;
            background: transparent;
            padding: 12px 0;
            transition: border-color 0.3s ease;
        }

.luxury-input:focus {
            outline: none;
            border-bottom-color: #003a54;
            ring: 0;
            box-shadow: none;
        }

.step-inactive {
            opacity: 0.4;
        }

.text-tanark-navy {
            color: #003a54;
        }

.bg-tanark-navy {
            background-color: #003a54;
        }

.border-tanark-navy {
            border-color: #003a54;
        }

.glass-panel {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 0.5px solid rgba(0, 0, 0, 0.05);
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
            font-size: 22px;
        }

input:focus,
        textarea:focus,
        select:focus {
            outline: none;
            border-bottom-color: #003a54 !important;
        }

/* ── Product Card ── */
        .product-card {
            background: #ffffff;
            border-radius: 20px;
            transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.02);
            border: 0.5px solid rgba(0, 0, 0, 0.03);
            overflow: hidden;
        }

.product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.07), 0 8px 24px -8px rgba(0, 0, 0, 0.02);
            border-color: rgba(0, 0, 0, 0.05);
        }

.product-card .img-wrap {
            border-radius: 20px 20px 0 0;
            overflow: hidden;
            background: #f5f2f0;
            position: relative;
        }

.product-card .img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
        }

.product-card:hover .img-wrap img {
            transform: scale(1.04);
        }

.product-card .badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: #1a1a1a;
            color: #fff;
            font-size: 9px;
            font-weight: 600;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            padding: 4px 14px;
            border-radius: 40px;
            font-family: 'Inter', sans-serif;
        }

.product-card .badge.gold {
            background: #d4c9a8;
            color: #1a1a1a;
        }

.product-card .badge.rose {
            background: #b8a99a;
            color: #fff;
        }

.product-card .body {
            padding: 18px 20px 20px;
            transition: padding 0.3s ease;
        }

.product-card .actions {
            display: flex;
            gap: 10px;
            margin-top: 14px;
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
            transform: translateY(6px);
        }

.product-card:hover .actions {
            max-height: 80px;
            opacity: 1;
            transform: translateY(0);
        }

.product-card .actions button {
            flex: 1;
            padding: 10px 0;
            border-radius: 40px;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
            background: #f5f2f0;
            color: #1a1a1a;
        }

.product-card .actions button.primary {
            background: #1a1a1a;
            color: #fff;
        }

.product-card .actions button.primary:hover {
            background: #003a54;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 58, 84, 0.15);
        }

.product-card .actions button.secondary {
            background: transparent;
            border: 0.5px solid rgba(26, 26, 26, 0.12);
        }

.product-card .actions button.secondary:hover {
            background: #1a1a1a;
            color: #fff;
            border-color: #1a1a1a;
        }

.product-card .qty-wrap {
            display: flex;
            align-items: center;
            gap: 0;
            background: rgba(0, 0, 0, 0.03);
            border-radius: 40px;
            overflow: hidden;
            border: 0.5px solid rgba(0, 0, 0, 0.04);
            flex-shrink: 0;
        }

.product-card .qty-wrap button {
            background: transparent;
            border: none;
            padding: 4px 12px;
            font-size: 16px;
            font-weight: 400;
            color: #1a1a1a;
            cursor: pointer;
            transition: background 0.2s;
            font-family: 'Inter', sans-serif;
            line-height: 1;
        }

.product-card .qty-wrap button:hover {
            background: rgba(0, 0, 0, 0.04);
        }

.product-card .qty-wrap span {
            padding: 4px 6px;
            font-size: 14px;
            font-weight: 500;
            min-width: 24px;
            text-align: center;
            font-family: 'Inter', sans-serif;
        }

.product-card .price-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

/* ── Cart Sidebar ── */
        .cart-sidebar {
            position: fixed;
            top: 0;
            right: -480px;
            width: 440px;
            max-width: 92vw;
            height: 100vh;
            background: #fcf9f8;
            z-index: 1000;
            transition: right 0.5s cubic-bezier(0.23, 1, 0.32, 1);
            box-shadow: -20px 0 60px rgba(0, 0, 0, 0.06);
            display: flex;
            flex-direction: column;
        }

.cart-sidebar.open {
            right: 0;
        }

.cart-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            z-index: 999;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.4s ease;
        }

.cart-overlay.open {
            opacity: 1;
            pointer-events: auto;
        }

.cart-item {
            animation: fadeUp 0.4s ease forwards;
            padding: 14px 0;
            border-bottom: 0.5px solid rgba(0, 0, 0, 0.04);
        }

.cart-item:last-child {
            border-bottom: none;
        }

/* ── Hero glow ── */
        .hero-glow {
            background: radial-gradient(ellipse at 70% 30%, rgba(212, 201, 168, 0.10) 0%, transparent 60%),
                radial-gradient(ellipse at 30% 70%, rgba(184, 169, 154, 0.05) 0%, transparent 50%);
        }

/* ── Responsive ── */
        @media (max-width: 768px) {
            .product-card .actions {
                max-height: 80px;
                opacity: 1;
                transform: translateY(0);
            }
            .product-card .actions button {
                padding: 10px 0;
                font-size: 9px;
            }
            .cart-sidebar {
                width: 100%;
                max-width: 100vw;
                right: -100%;
            }
            .hero-glow {
                background: radial-gradient(ellipse at 50% 20%, rgba(212, 201, 168, 0.08) 0%, transparent 60%);
            }
        }

@media (max-width: 480px) {
            .product-card .body {
                padding: 14px 16px 16px;
            }
            .product-card .actions {
                flex-direction: column;
                gap: 6px;
            }
            .product-card .actions button {
                padding: 8px 0;
                font-size: 9px;
            }
        }

.section-title {
            font-family: 'Playfair Display', serif;
            font-size: 40px;
            font-weight: 600;
            line-height: 1.2;
            color: #1b1b1c;
        }

@media (min-width: 768px) {
            .section-title {
                font-size: 52px;
            }
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
            vertical-align: middle;
        }

.luxury-input:focus {
            outline: none;
            border-color: #003a54;
            box-shadow: 0 1px 0 0 #003a54;
        }

.editorial-transition {
            transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
        }

.glass-card {
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(12px);
            border: 0.5px solid rgba(0, 0, 0, 0.05);
        }

.noir-gradient {
            background: linear-gradient(180deg, #001f2e 0%, #003a54 100%);
        }

.text-glow {
            text-shadow: 0 0 20px rgba(0, 58, 84, 0.2);
        }

::-webkit-scrollbar { width: 6px; }

::-webkit-scrollbar-track { background: #fcf9f8; }

::-webkit-scrollbar-thumb { background: #003a54; }

.noir-gradient {
            background: linear-gradient(180deg, #020617 0%, #0f172a 100%);
        }

.text-glow {
            text-shadow: 0 0 20px rgba(255,255,255,0.2);
        }

.glass-panel {
            background: rgba(252, 249, 248, 0.75);
            backdrop-filter: blur(16px);
            border: 0.5px solid rgba(196, 199, 199, 0.3);
        }

.reveal-on-scroll {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.8s ease-out;
        }

.reveal-on-scroll.visible {
            opacity: 1;
            transform: translateY(0);
        }

.no-scrollbar::-webkit-scrollbar {
            display: none;
        }

.custom-shadow {
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.04);
        }

.product-card .badge.blue {
            background: #003a54;
            color: #fff;
        }

/* ── Responsive ── */
        @media (max-width: 768px) {
            .product-card .actions {
                max-height: 80px;
                opacity: 1;
                transform: translateY(0);
            }
            .product-card .actions button {
                padding: 10px 0;
                font-size: 9px;
            }
            .cart-sidebar {
                width: 100%;
                max-width: 100vw;
                right: -100%;
            }
        }

/* ── Filter pills ── */
        .filter-pill {
            padding: 8px 20px;
            border-radius: 40px;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            background: transparent;
            border: 0.5px solid rgba(0, 0, 0, 0.08);
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Inter', sans-serif;
            color: #1a1a1a;
        }

.filter-pill:hover {
            background: #1a1a1a;
            color: #fff;
            border-color: #1a1a1a;
        }

.filter-pill.active {
            background: #1a1a1a;
            color: #fff;
            border-color: #1a1a1a;
        }

/* ── INR symbol styling ── */
        .rupee {
            font-family: 'Inter', sans-serif;
        }

.form-underline:focus {
            outline: none;
            border-bottom-color: #000000;
        }

.editorial-shadow {
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.03);
        }

input:-webkit-autofill,
        input:-webkit-autofill:hover, 
        input:-webkit-autofill:focus {
            -webkit-box-shadow: 0 0 0px 1000px #fbf9f8 inset;
            transition: background-color 5000s ease-in-out 0s;
        }

.scentscape-blur {
            backdrop-filter: blur(8px);
            background: rgba(251, 249, 248, 0.7);
        }

.product-card:hover .product-image {
            transform: scale(1.05);
        }

.product-card:hover .product-action {
            opacity: 1;
            transform: translateY(0);
        }

.filter-transition {
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

::selection {
            background: #fed65b;
            color: #1b1c1c;
        }

.material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
            display: inline-block;
            line-height: 1;
            vertical-align: middle;
        }

.scentscape-overlay {
            background: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
        }

.fade-in-up {
            animation: fadeInUp 1.2s ease-out forwards;
        }

@keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

.scroll-reveal {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.8s ease-out;
        }

.scroll-reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }