/* ==========================================================================
   Shree Morvinandan Ceramic (SMC) — Enhanced Luxury Stylesheet
   Theme: Refined Indian Luxury · Marble & Gold · Editorial Elegance
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,600&family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/* ==========================================================================
   1. Design Tokens & Variables
   ========================================================================== */
:root {
    /* Brand Palette */
    --primary-blue: #0062A8;
    --primary-blue-dark: #00457A;
    --primary-blue-light: #E8F4FF;
    --accent-red: #C8282E;
    --luxury-gold: #C4973A;
    --luxury-gold-light: #E8C882;
    --luxury-gold-pale: rgba(196, 151, 58, 0.08);

    /* Neutral Scale */
    --black: #080808;
    --dark: #111111;
    --dark-2: #1C1C1C;
    --charcoal: #2A2A2A;
    --gray-dark: #444444;
    --gray: #666666;
    --gray-mid: #888888;
    --gray-light: #AEAEAE;
    --border: #E2E2E2;
    --border-light: #F0F0F0;
    --off-white: #FAFAF8;
    --white: #FFFFFF;

    /* Semantic */
    --text-body: #4A4A4A;
    --text-muted: #888888;
    --surface-light: #F7F6F3;
    --surface-card: #FFFFFF;

    /* Typography */
    --font-display: 'Cormorant Garamond', Georgia, serif;
    --font-heading: 'Playfair Display', Georgia, serif;
    --font-body: 'DM Sans', 'Poppins', sans-serif;

    /* Spacing Scale */
    --space-xs: 0.5rem;
    --space-sm: 1rem;
    --space-md: 2rem;
    --space-lg: 3.5rem;
    --space-xl: 6rem;
    --space-2xl: 9rem;

    /* Layout */
    --section-padding: 100px;
    --container-width: 1300px;
    --header-height: 80px;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-pill: 100px;

    /* Transitions */
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-slow: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    --transition-spring: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);

    /* Shadows */
    --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.07);
    --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.10);
    --shadow-lg: 0 24px 60px rgba(0, 0, 0, 0.14);
    --shadow-xl: 0 40px 80px rgba(0, 0, 0, 0.18);
    --shadow-gold: 0 8px 32px rgba(196, 151, 58, 0.22);
    --shadow-blue: 0 8px 32px rgba(0, 98, 168, 0.20);

    /* Gold Gradient */
    --gradient-gold: linear-gradient(135deg, #C4973A 0%, #E8C882 50%, #C4973A 100%);
    --gradient-dark: linear-gradient(135deg, #111111 0%, #2A2A2A 100%);
    --gradient-hero: linear-gradient(to bottom, rgba(8,8,8,0.55) 0%, rgba(8,8,8,0.70) 100%);
}

/* ==========================================================================
   2. Reset & Foundations
   ========================================================================== */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--text-body);
    background-color: var(--white);
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul { list-style: none; }

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

address { font-style: normal; }

/* Scrollbar */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--off-white); }
::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, var(--primary-blue), var(--luxury-gold));
    border-radius: 4px;
}

/* Selection */
::selection {
    background: var(--luxury-gold-pale);
    color: var(--dark);
}

/* ==========================================================================
   3. Typography
   ========================================================================== */
h1, h2, h3 {
    font-family: var(--font-display);
    color: var(--black);
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -0.01em;
}

h4, h5, h6 {
    font-family: var(--font-body);
    color: var(--charcoal);
    line-height: 1.3;
    font-weight: 600;
}

.hero-headline {
    font-family: var(--font-display);
    font-size: clamp(3rem, 5.5vw, 5.5rem);
    font-weight: 600;
    line-height: 1.05;
    color: var(--white);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.hero-tagline {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--luxury-gold-light);
    margin-bottom: 1.2rem;
    padding: 0.4rem 1.2rem;
    border: 1px solid rgba(196, 151, 58, 0.35);
    border-radius: var(--radius-pill);
}

.hero-subheadline {
    font-family: var(--font-body);
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    color: rgba(255, 255, 255, 0.82);
    max-width: 580px;
    margin-bottom: 2.5rem;
    font-weight: 300;
    line-height: 1.75;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 3.5vw, 3.4rem);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.section-subtitle {
    font-size: 1.05rem;
    color: var(--text-muted);
    max-width: 640px;
    margin: 0 auto 3.5rem;
    line-height: 1.7;
    font-weight: 300;
}

.lead-text {
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--charcoal);
    font-weight: 500;
    line-height: 1.5;
    font-style: italic;
}

.feature-title { font-size: 1.2rem; margin-bottom: 0.6rem; }
.product-title { font-size: 1.2rem; margin-bottom: 0.5rem; }
.widget-title { font-size: 1rem; margin-bottom: 1.5rem; letter-spacing: 0.08em; text-transform: uppercase; font-family: var(--font-body); font-weight: 600; }

.small-text { font-size: 0.875rem; }

p { font-size: 1rem; margin-bottom: 1rem; line-height: 1.7; }

/* Decorative underline for section titles */
.section-header .section-title::after {
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    background: var(--gradient-gold);
    margin: 1rem auto 0;
    border-radius: 2px;
}

.section-header.text-left .section-title::after {
    margin-left: 0;
}

/* ==========================================================================
   4. Layout & Containers
   ========================================================================== */
.container {
    max-width: var(--container-width);
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
}

.section-padding { padding: var(--section-padding) 0; }

.layout-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Backgrounds */
.bg-light { background-color: var(--surface-light); }
.bg-white { background-color: var(--white); }
.bg-dark {
    background-color: var(--dark);
    color: var(--white);
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4 {
    color: var(--white);
}

.luxury-bg {
    background:
        linear-gradient(rgba(8,8,8,0.82), rgba(8,8,8,0.88)),
        url('../images/gallery/gallery-02.jpg') center/cover no-repeat fixed;
    position: relative;
    overflow: hidden;
}

.luxury-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 60% 60% at 20% 50%, rgba(196, 151, 58, 0.06) 0%, transparent 70%),
        radial-gradient(ellipse 40% 40% at 80% 50%, rgba(0, 98, 168, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

/* ==========================================================================
   5. Utilities
   ========================================================================== */
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.text-dark { color: var(--black) !important; }
.text-gray { color: var(--gray) !important; }
.text-light-gray { color: rgba(255,255,255,0.7) !important; }
.text-primary { color: var(--primary-blue) !important; }
.text-gold { color: var(--luxury-gold) !important; }

.font-weight-bold { font-weight: 700; }
.d-block { display: block; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mx-sm { margin: 0 0.5rem; }

.mt-sm { margin-top: 1rem; }
.mt-md { margin-top: 2rem; }
.mt-lg { margin-top: 3rem; }
.mt-xl { margin-top: 4.5rem; }
.mb-sm { margin-bottom: 1rem; }
.mb-md { margin-bottom: 2rem; }
.mb-lg { margin-bottom: 3rem; }
.p-md { padding: 2rem; }
.p-xl { padding: 3rem; }
.gap-lg { gap: 3rem; }

.max-w-800 { max-width: 800px; }
.w-100 { width: 100%; }
.h-100 { height: 100%; }

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

.border-radius-sm { border-radius: var(--radius-sm); }
.border-radius-md { border-radius: var(--radius-md); }

.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-md { box-shadow: var(--shadow-md); }

/* Badge */
.badge {
    display: inline-block;
    padding: 0.35rem 1.1rem;
    background-color: var(--luxury-gold-pale);
    color: var(--luxury-gold);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
    border: 1px solid rgba(196, 151, 58, 0.2);
    margin-bottom: 1rem;
}

/* ==========================================================================
   6. Buttons
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 2.2rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: var(--transition);
    border: 2px solid transparent;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.btn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.08);
    opacity: 0;
    transition: var(--transition);
}

.btn:hover::after { opacity: 1; }

.btn-primary {
    background: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
    box-shadow: var(--shadow-blue);
}

.btn-primary:hover {
    background: var(--primary-blue-dark);
    border-color: var(--primary-blue-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(0, 98, 168, 0.35);
}

.btn-secondary {
    background: var(--luxury-gold);
    color: var(--dark);
    border-color: var(--luxury-gold);
    box-shadow: var(--shadow-gold);
}

.btn-secondary:hover {
    background: var(--luxury-gold-light);
    border-color: var(--luxury-gold-light);
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(196, 151, 58, 0.4);
}

.btn-outline {
    background: transparent;
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

.btn-outline:hover {
    background: var(--primary-blue);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-outline.border-white {
    color: var(--white);
    border-color: rgba(255,255,255,0.5);
}

.btn-outline.border-white:hover {
    background: var(--white);
    color: var(--dark);
    border-color: var(--white);
}

.btn-text {
    background: none;
    border: none;
    color: var(--primary-blue);
    padding: 0.5rem 0;
    font-weight: 600;
    border-radius: 0;
    letter-spacing: 0;
}

.btn-text:hover {
    color: var(--luxury-gold);
    transform: none;
    gap: 0.75rem;
}

.btn-large {
    padding: 1rem 2.8rem;
    font-size: 0.95rem;
}

/* ==========================================================================
   7. Header
   ========================================================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: var(--header-height);
    display: flex;
    align-items: center;
    transition: var(--transition);
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Transparent on hero, dark when scrolled */
.header:not(.scrolled) {
    background: linear-gradient(to bottom, rgba(8,8,8,0.75) 0%, transparent 100%);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1px 0 var(--border), var(--shadow-sm);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.header.scrolled .nav-link { color: var(--charcoal); }
.header.scrolled .nav-link:hover,
.header.scrolled .nav-link.active { color: var(--primary-blue); }

/* Logo */
.brand-logo {
    height: 52px;
    width: auto;
    transition: var(--transition);
}

/* Navigation */
.main-nav { display: flex; }

.nav-list {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link {
    font-family: var(--font-body);
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.88);
    padding: 0.5rem 1.1rem;
    border-radius: var(--radius-pill);
    position: relative;
    transition: var(--transition);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 1.5px;
    background: var(--luxury-gold);
    transition: var(--transition-spring);
    border-radius: 2px;
}

.nav-link:hover::after,
.nav-link.active::after { transform: translateX(-50%) scaleX(1); }

.nav-link:hover { color: var(--luxury-gold-light); }
.nav-link.active { color: var(--luxury-gold-light); }

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cta-call {
    font-size: 0.8rem;
    padding: 0.65rem 1.6rem;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background: rgba(255,255,255,0.1);
    transition: var(--transition);
}

.mobile-menu-toggle:hover { background: rgba(255,255,255,0.2); }

.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--white);
    border-radius: 2px;
    transition: var(--transition);
    position: relative;
}

.hamburger-icon::before,
.hamburger-icon::after {
    content: '';
    position: absolute;
}

.hamburger-icon::before { top: -7px; }
.hamburger-icon::after { top: 7px; }

.header.scrolled .hamburger-icon,
.header.scrolled .hamburger-icon::before,
.header.scrolled .hamburger-icon::after { background: var(--dark); }

/* Active hamburger → X */
.mobile-menu-toggle.is-active .hamburger-icon { background: transparent; }
.mobile-menu-toggle.is-active .hamburger-icon::before { transform: rotate(45deg); top: 0; }
.mobile-menu-toggle.is-active .hamburger-icon::after { transform: rotate(-45deg); top: 0; }

/* ==========================================================================
   8. Hero Section
   ========================================================================== */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8rem;
    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.04);
    animation: heroZoom 12s ease-out forwards;
}

@keyframes heroZoom {
    from { transform: scale(1.08); }
    to   { transform: scale(1.0); }
}

/* Sophisticated overlay */
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(8,8,8,0.65) 0%, rgba(8,8,8,0.25) 60%, transparent 100%),
        linear-gradient(to top, rgba(8,8,8,0.70) 0%, transparent 50%);
    z-index: 1;
}

/* Gold accent line at bottom */
.hero-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-gold);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 640px;
    animation: heroFadeIn 1s ease 0.3s both;
}

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

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.hero-buttons.justify-content-center { justify-content: center; }

.scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    opacity: 0.5;
}

.scroll-arrow {
    display: block;
    width: 1px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, var(--luxury-gold));
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { transform: scaleY(0.6); opacity: 0.4; }
    50%       { transform: scaleY(1); opacity: 1; }
}

/* Page Hero (sub-pages) */
.page-hero {
    min-height: 52vh;
    align-items: center;
    padding-bottom: 0;
    padding-top: var(--header-height);
}

.page-hero .hero-content {
    max-width: 800px;
    text-align: center;
}

.breadcrumb {
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    opacity: 0.75;
}

/* ==========================================================================
   9. Features Section
   ========================================================================== */
.features-section { position: relative; }

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.feature-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 2.5rem 2rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition-slow);
}

.feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: transparent;
}

.feature-card:hover::before { transform: scaleX(1); }

.feature-icon {
    width: 64px;
    height: 64px;
    border-radius: var(--radius-md);
    background: var(--luxury-gold-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: var(--transition);
    font-size: 1.6rem;
    position: relative;
}

/* Icon styles per type */
.icon-quality::before { content: '◆'; color: var(--luxury-gold); font-size: 1.4rem; }
.icon-brands::before  { content: '★'; color: var(--luxury-gold); font-size: 1.4rem; }
.icon-pricing::before { content: '◇'; color: var(--luxury-gold); font-size: 1.4rem; }
.icon-expert::before  { content: '✦'; color: var(--luxury-gold); font-size: 1.4rem; }
.icon-collection::before { content: '▦'; color: var(--luxury-gold); font-size: 1.4rem; }
.icon-satisfaction::before { content: '●'; color: var(--luxury-gold); font-size: 1.4rem; }

.feature-card:hover .feature-icon {
    background: var(--luxury-gold);
    transform: rotate(5deg) scale(1.05);
}

.feature-card:hover .feature-icon::before { color: var(--white); }

.feature-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* Dark feature cards */
.bg-dark .feature-card.bg-white { background: var(--white); }
.bg-dark .feature-card.bg-white .feature-title { color: var(--black); }

.section-cta {
    border-top: 1px solid var(--border-light);
    padding-top: 3rem;
    margin-top: 4rem;
}

.section-cta p {
    color: var(--text-muted);
    margin-bottom: 1.2rem;
    font-size: 0.95rem;
}

/* ==========================================================================
   10. Products Section
   ========================================================================== */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.product-card {
    background: var(--white);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border-light);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: transparent;
}

.product-image-wrapper {
    overflow: hidden;
    aspect-ratio: 4/3;
    background: var(--surface-light);
    position: relative;
}

.product-image-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.18) 0%, transparent 60%);
    opacity: 0;
    transition: var(--transition);
}

.product-card:hover .product-image-wrapper::after { opacity: 1; }

.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

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

.product-content {
    padding: 1.6rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.product-title {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    color: var(--black);
    margin: 0;
}

.product-desc {
    color: var(--text-muted);
    font-size: 0.875rem;
    line-height: 1.6;
    flex: 1;
    margin: 0;
}

.product-content .btn {
    align-self: flex-start;
    margin-top: 1rem;
    font-size: 0.78rem;
    padding: 0.6rem 1.4rem;
}

/* ==========================================================================
   11. About Section
   ========================================================================== */
.about-preview-section { position: relative; }

.about-image-wrapper {
    position: relative;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.about-image-wrapper::before {
    content: '';
    position: absolute;
    top: -12px; right: -12px;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(196, 151, 58, 0.25);
    border-radius: var(--radius-lg);
    z-index: -1;
    pointer-events: none;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 420px;
}

.about-content .badge { display: inline-block; margin-bottom: 1rem; }

.about-content p { color: var(--text-body); line-height: 1.8; }

.about-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.5rem;
}

/* ==========================================================================
   12. Brands Section
   ========================================================================== */
.brands-section { position: relative; overflow: hidden; }

.brands-section::before {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(196, 151, 58, 0.04) 0%, transparent 70%);
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
}

.brand-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-md);
    padding: 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    transition: var(--transition);
    cursor: default;
}

.brand-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(196, 151, 58, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* On light bg */
.bg-light .brand-card {
    background: var(--white);
    border-color: var(--border);
}

.bg-light .brand-card:hover {
    border-color: var(--luxury-gold);
    box-shadow: var(--shadow-gold);
}

.brand-logo {
    height: 48px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1) opacity(0.8);
    transition: var(--transition);
}

.brand-card:hover .brand-logo {
    filter: brightness(0) invert(1) opacity(1);
}

/* On light bg */
.bg-light .brand-logo {
    filter: grayscale(40%) opacity(0.7);
}

.bg-light .brand-card:hover .brand-logo {
    filter: grayscale(0%) opacity(1);
}

.brand-name {
    font-family: var(--font-body);
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255,255,255,0.75);
    transition: var(--transition);
}

.brand-card:hover .brand-name { color: var(--luxury-gold-light); }

.bg-light .brand-name { color: var(--gray-dark); }
.bg-light .brand-card:hover .brand-name { color: var(--luxury-gold); }

/* ==========================================================================
   13. Gallery Section
   ========================================================================== */
.gallery-section { position: relative; }

.gallery-masonry {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 220px;
    gap: 1rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    cursor: pointer;
    background: var(--surface-light);
}

.gallery-item.item-large {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-item.item-tall { grid-row: span 2; }

.gallery-item.item-wide { grid-column: span 2; }

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-item:hover img { transform: scale(1.07); }

.gallery-item figcaption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1.5rem 1.25rem 1rem;
    background: linear-gradient(to top, rgba(8,8,8,0.75) 0%, transparent 100%);
    color: var(--white);
    font-size: 0.85rem;
    font-weight: 500;
    transform: translateY(8px);
    opacity: 0;
    transition: var(--transition);
}

.gallery-item:hover figcaption { transform: translateY(0); opacity: 1; }

.gallery-category {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--luxury-gold-light);
    margin-bottom: 0.25rem;
}

.gallery-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* ==========================================================================
   14. Testimonials
   ========================================================================== */
.testimonials-section { overflow: hidden; }

.testimonial-slider {
    display: flex;
    gap: 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1.5rem;
    scrollbar-width: none;
}

.testimonial-slider::-webkit-scrollbar { display: none; }

.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    padding: 2.5rem 2.2rem;
    min-width: 360px;
    flex-shrink: 0;
    scroll-snap-align: start;
    position: relative;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.testimonial-card::before {
    content: '"';
    font-family: var(--font-display);
    font-size: 5rem;
    line-height: 0.8;
    color: var(--luxury-gold);
    opacity: 0.15;
    position: absolute;
    top: 1.5rem;
    right: 1.8rem;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: rgba(196, 151, 58, 0.2);
}

.rating {
    color: var(--luxury-gold);
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.testimonial-feedback {
    font-size: 0.97rem;
    color: var(--text-body);
    line-height: 1.75;
    font-style: italic;
    margin: 0;
    flex: 1;
}

.customer-name {
    font-family: var(--font-body);
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--gray-dark);
    letter-spacing: 0.02em;
}

/* ==========================================================================
   15. CTA / Visit Section
   ========================================================================== */
.visit-cta-section { position: relative; }

.cta-headline {
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    color: var(--white);
}

.cta-content {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.75);
    max-width: 580px;
    margin: 0 auto 3rem;
    line-height: 1.75;
}

.cta-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

/* ==========================================================================
   16. FAQ
   ========================================================================== */
.faq-container {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover { border-color: var(--luxury-gold); }

.faq-item[open] {
    border-color: var(--primary-blue);
    box-shadow: var(--shadow-sm);
}

.faq-question {
    list-style: none;
    padding: 1.5rem 1.8rem;
    font-family: var(--font-body);
    font-size: 0.97rem;
    font-weight: 600;
    color: var(--charcoal);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: var(--transition);
    user-select: none;
}

.faq-question::-webkit-details-marker { display: none; }

.faq-question::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--luxury-gold);
    flex-shrink: 0;
    transition: var(--transition-spring);
    line-height: 1;
}

.faq-item[open] .faq-question::after {
    transform: rotate(45deg);
    color: var(--primary-blue);
}

.faq-question:hover { color: var(--primary-blue); }

.faq-answer {
    padding: 0 1.8rem 1.6rem;
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.75;
}

.faq-answer p { margin: 0; }

/* ==========================================================================
   17. Contact Section
   ========================================================================== */
.contact-section { position: relative; }

.contact-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    margin: 2rem 0;
}

.contact-item {}

.item-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--luxury-gold);
    margin-bottom: 0.4rem;
}

.contact-link {
    color: var(--primary-blue);
    font-weight: 600;
    transition: var(--transition);
}

.contact-link:hover { color: var(--luxury-gold); }

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.map-container {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    border: 1px solid var(--border);
}

.map-container iframe {
    display: block;
    width: 100%;
    border: none;
}

/* ==========================================================================
   18. Floating Action Buttons
   ========================================================================== */
.fab-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 995;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: var(--transition);
}

.fab-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    transition: var(--transition-spring);
    position: relative;
    overflow: hidden;
}

.fab-btn:hover { transform: scale(1.12); }

.fab-whatsapp { background: #25D366; }
.fab-call { background: var(--primary-blue); }

.fab-icon {
    width: 28px;
    height: 28px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wa-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E");
}

.call-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

/* ==========================================================================
   19. Footer
   ========================================================================== */
.site-footer {
    position: relative;
    background: var(--dark);
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-gold);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 4rem;
    padding: 6rem 0 4rem;
}

.footer-logo {
    height: 48px;
    width: auto;
    filter: brightness(0) invert(1);
}

.footer-desc {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    margin: 0;
    line-height: 1.7;
}

.footer-about p { margin-bottom: 0.5rem; }

.widget-title {
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-list {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer-list li a,
.footer-list li {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    transition: var(--transition);
}

.footer-list li a:hover { color: var(--luxury-gold-light); padding-left: 4px; }

.footer-address {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.footer-contact-details p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.55);
    margin: 0.4rem 0;
}

.footer-contact-details a {
    color: var(--luxury-gold-light);
    transition: var(--transition);
}

.footer-contact-details a:hover { color: var(--white); }

.social-links {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    transition: var(--transition);
    letter-spacing: 0;
}

.social-icon:hover {
    background: var(--luxury-gold);
    border-color: var(--luxury-gold);
    color: var(--dark);
    transform: translateY(-2px);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 2rem 0;
}

.footer-bottom p {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.3);
    margin: 0;
}

/* ==========================================================================
   20. Scroll Animations
   ========================================================================== */
.reveal,
.reveal-left,
.reveal-right,
.reveal-up,
.stagger-item {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal { transform: translateY(20px); }
.reveal-left { transform: translateX(-40px); }
.reveal-right { transform: translateX(40px); }
.reveal-up { transform: translateY(30px); }
.stagger-item { transform: translateY(24px); }

.reveal.revealed,
.reveal-left.revealed,
.reveal-right.revealed,
.reveal-up.revealed,
.stagger-item.revealed {
    opacity: 1;
    transform: translate(0);
}

/* ==========================================================================
   21. Detailed Products Sections (products.html)
   ========================================================================== */
.detailed-products { position: relative; }

/* ==========================================================================
   22. Process Steps
   ========================================================================== */
.process-step {
    text-align: center;
    padding: 2rem 1.5rem;
    position: relative;
}

.process-step .feature-icon {
    margin: 0 auto 1.5rem;
    background: var(--luxury-gold-pale);
    border: 2px solid rgba(196, 151, 58, 0.25);
    color: var(--luxury-gold);
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
}

/* ==========================================================================
   23. Brand Comparison Table (brands.html)
   ========================================================================== */
.table-responsive {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    border: 1px solid var(--border);
}

.brand-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.brand-table th {
    background: var(--dark);
    color: var(--white);
    padding: 1.2rem 1.5rem;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: left;
    border-right: 1px solid rgba(255,255,255,0.08);
}

.brand-table th:first-child { border-left: none; }

.brand-table td {
    padding: 1.1rem 1.5rem;
    color: var(--text-body);
    border-bottom: 1px solid var(--border-light);
    border-right: 1px solid var(--border-light);
    transition: var(--transition);
}

.brand-table tr:hover td { background: rgba(196, 151, 58, 0.03); }

.brand-table tr:last-child td { border-bottom: none; }

/* ==========================================================================
   24. Gallery Filter Buttons (gallery.html)
   ========================================================================== */
.filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.filter-btn {
    font-size: 0.78rem;
    padding: 0.5rem 1.3rem;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    transition: var(--transition);
    border: 1.5px solid var(--border);
    color: var(--text-muted);
    background: var(--white);
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

/* Gallery page full grid */
.gallery-page-section .gallery-masonry {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 240px;
}

/* ==========================================================================
   25. Counter Section
   ========================================================================== */
.counter-section { position: relative; }

.counter-number {
    font-family: var(--font-display);
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.counter-text {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.6);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

/* ==========================================================================
   26. Contact Page Quick Contact Cards
   ========================================================================== */
.quick-contact .feature-card {
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
}

.quick-contact .feature-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* ==========================================================================
   27. Intro / Trust Sections
   ========================================================================== */
.intro-section { position: relative; }
.trust-section { position: relative; }

/* ==========================================================================
   28. Footer List (used in products)
   ========================================================================== */
.footer-list.text-dark li {
    font-size: 0.95rem;
    color: var(--text-body);
    padding: 0.3rem 0;
}

/* ==========================================================================
   29. Vision / Mission Cards
   ========================================================================== */
.vision-card, .mission-card {
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.vision-card:hover, .mission-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

/* ==========================================================================
   30. CTA Cards (contact.html)
   ========================================================================== */
.cta-card {
    transition: var(--transition);
}

.transform-hover:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl) !important;
}

/* ==========================================================================
   31. Scroll Progress Bar
   ========================================================================== */
#scrollProgress {
    position: fixed;
    top: 0; left: 0;
    height: 3px;
    background: var(--gradient-gold);
    z-index: 1001;
    width: 0%;
    transition: width 0.1s ease;
}

/* ==========================================================================
   32. Back to Top
   ========================================================================== */
#backToTop {
    position: fixed;
    bottom: 110px;
    right: 2rem;
    width: 44px;
    height: 44px;
    background: var(--white);
    color: var(--primary-blue);
    border: 2px solid var(--border);
    border-radius: 50%;
    font-size: 1rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 994;
    box-shadow: var(--shadow-md);
    display: flex;
    align-items: center;
    justify-content: center;
}

#backToTop:hover {
    background: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
    transform: translateY(-3px);
}

/* ==========================================================================
   33. Service Areas (contact.html)
   ========================================================================== */
.service-areas {
    border-left: 3px solid var(--luxury-gold);
}

/* ==========================================================================
   34. Brand Logo Wrapper (products/brands page)
   ========================================================================== */
.brand-logo-img {
    max-height: 100%;
    max-width: 80%;
    object-fit: contain;
    transition: var(--transition);
}

/* ==========================================================================
   35. Gallery Items opacity transition
   ========================================================================== */
.gallery-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* ==========================================================================
   36. Text utilities additional
   ========================================================================== */
.border-0 { border: none !important; }
.border-white { border-color: rgba(255,255,255,0.5) !important; }
.border-dark { border-color: var(--charcoal) !important; }
.justify-content-center { justify-content: center; }
.d-flex { display: flex; }
.flex-direction-column { flex-direction: column; }
.align-items-center { align-items: center; }
