/* ==================================
   MAHALAKSHMI JEWELLERY - STYLE.CSS
   Premium Luxury Theme
   ================================== */

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/* Force Poppins on text elements but NEVER on Font Awesome icons */
body, h1, h2, h3, h4, h5, h6, p, span, a, button, input, textarea, select, label, li, div {
    font-family: 'Poppins', sans-serif;
}
.fa, .fas, .far, .fab, .fal, .fad, [class^="fa-"], [class*=" fa-"] {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands", "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
}
html { scroll-behavior: smooth; background: #FFF8E7; }
body {
    font-family: 'Poppins', sans-serif;
    color: #1a1a1a;
    background: #FFF8E7;
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* --- VARIABLES --- */
:root {
    --gold: #D4AF37;
    --gold-light: #E5C76B;
    --gold-dark: #A8862B;
    --black: #0F0F0F;
    --black-soft: #1a1a1a;
    --cream: #FFF8E7;
    --cream-soft: #FAF1DA;
    --maroon: #5D1F1F;
    --gradient-gold: linear-gradient(135deg, #D4AF37 0%, #F4E1A4 50%, #D4AF37 100%);
    --gradient-dark: linear-gradient(135deg, #0F0F0F 0%, #1f1f1f 100%);
    --shadow-gold: 0 10px 40px rgba(212, 175, 55, 0.2);
    --shadow-soft: 0 8px 30px rgba(0, 0, 0, 0.08);
    --shadow-deep: 0 20px 60px rgba(0, 0, 0, 0.25);
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4 { font-family: 'Poppins', sans-serif; font-weight: 600; line-height: 1.2; color: var(--black); }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
h2 { font-size: 33px }
h3 { font-size: clamp(1.3rem, 2vw, 1.8rem); }
.section-title.light, .light { color: var(--cream) !important; }

/* --- LAYOUT --- */
.container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.section { padding: 100px 0; position: relative; }
.dark-bg { background: var(--black); color: var(--cream); }
.dark-bg p { color: rgba(255, 248, 231, 0.75); }

.section-head { text-align: center; margin-bottom: 60px; }
.section-sub {
    font-family: 'Poppins', sans-serif;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: 500;
}
.section-sub.light { color: var(--gold-light); }
.section-title { margin-bottom: 20px; font-weight: 700; font-size:33px }
.section-desc { max-width: 700px; margin: 20px auto 0; color: #555;font-size: 19px; }
.section-desc.light { color: rgba(255, 248, 231, 0.7);  }

.divider { display: flex; justify-content: center; margin: 20px 0; }
.divider.left { justify-content: flex-start; }
.divider span {
    width: 80px; height: 2px;
    background: var(--gradient-gold);
    position: relative;
}
.divider span::before, .divider span::after {
    content: ''; position: absolute; top: 50%;
    width: 8px; height: 8px;
    background: var(--gold);
    border-radius: 50%; transform: translateY(-50%);
}
.divider span::before { left: -16px; }
.divider span::after { right: -16px; }

/* --- BUTTONS --- */
.btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 14px 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: var(--transition);
    position: relative; overflow: hidden;
    cursor: pointer;
}
.btn-gold {
    background: var(--gradient-gold);
    color: var(--black);
    box-shadow: var(--shadow-gold);
}
.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(212, 175, 55, 0.45);
    letter-spacing: 3px;
}
.btn-outline {
    border: 2px solid var(--gold);
    color: var(--cream);
    background: transparent;
}
.btn-outline:hover {
    background: var(--gold);
    color: var(--black);
    transform: translateY(-3px);
}
.btn-small {
    display: inline-flex; align-items: center; gap: 8px;
    color: var(--gold);
    font-family: 'Poppins', sans-serif;
    font-size:16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 8px 0;
    border-bottom: 1px solid var(--gold);
    transition: var(--transition);
}
.btn-small:hover { gap: 14px; color: var(--gold-light); }

/* --- ANNOUNCEMENT BAR --- */
.announcement-bar {
    background: linear-gradient(90deg, #3d1414 0%, #5D1F1F 50%, #3d1414 100%);
    color: var(--gold-light);
    padding: 9px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 0.82rem;
    position: relative;
    z-index: 1001;
}
.announcement-bar .ann-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}
.ann-contact {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.ann-contact a {
    color: var(--gold-light);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: var(--transition);
    font-size: 17px;
    letter-spacing: 0.5px;
}
.ann-contact a:hover { color: var(--gold); }
.ann-contact a i { color: var(--gold); font-size: 0.78rem; }
.ann-divider {
    width: 1px;
    height: 14px;
    background: rgba(212, 175, 55, 0.4);
}
.ann-social {
    display: flex;
    align-items: center;
    gap: 12px;
}
.ann-social a {
    width: 26px; height: 26px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.5);
    color: var(--gold-light);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: var(--transition);
}
.ann-social a:hover {
    background: var(--gold);
    color: var(--black);
    border-color: var(--gold);
    transform: translateY(-2px);
}

/* --- NAVBAR --- */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 0;
    background: white;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    transition: padding 0.3s ease, box-shadow 0.3s ease;
}
.navbar.scrolled {
    padding: 6px 0;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}
.nav-container {
    max-width: 1280px; margin: 0 auto; padding: 0 24px;
    display: flex; justify-content: space-between; align-items: center;
}
.logo { display: flex; align-items: center; line-height: 1; }
.logo img {
    height: 95px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
    display: block;
    transition: transform 0.4s ease;
}
.logo:hover img { transform: scale(1.04); }
.navbar.scrolled .logo img { height: 78px; }
.footer .logo img { height: 110px; margin-bottom: 8px; }
.logo-main {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--gold-dark);
    letter-spacing: 3px;
}
.logo-sub {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    color: rgba(15, 15, 15, 0.55);
    letter-spacing: 6px;
    margin-top: 4px;
}
.nav-menu ul { display: flex; gap: 40px; align-items: center; }
.nav-menu li { display: flex; align-items: center; }
.nav-menu a {
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding: 8px 0;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    line-height: 1;
}
.nav-menu a::after {
    content: ''; position: absolute; bottom: 0; left: 50%;
    transform: translateX(-50%);
    width: 0; height: 2px;
    background: var(--gradient-gold);
    transition: width 0.4s ease;
}
.nav-menu a:hover::after, .nav-menu a.active::after { width: 100%; }
.nav-menu a:hover, .nav-menu a.active { color: var(--gold-dark); }

/* --- DROPDOWN MENU --- */
.nav-menu .has-dropdown { position: relative; }
.nav-menu .has-dropdown > a { display: inline-flex; align-items: center; gap: 6px; }
.dropdown-arrow {
    font-size: 0.65rem;
    color: var(--gold);
    transition: transform 0.3s ease;
}
.nav-menu .has-dropdown:hover .dropdown-arrow { transform: rotate(180deg); }

.dropdown-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 240px;
    min-width: 240px;
    background: rgba(15, 15, 15, 0.97);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(212, 175, 55, 0.25);
    border-top: 2px solid var(--gold);
    border-radius: 4px;
    padding: 10px 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
    z-index: 1000;
}
.dropdown-menu li { width: 100%; display: block; }
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -8px; left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 14px; height: 14px;
    background: rgba(15, 15, 15, 0.97);
    border-left: 1px solid rgba(212, 175, 55, 0.25);
    border-top: 2px solid var(--gold);
}
.nav-menu .has-dropdown:hover .dropdown-menu,
.nav-menu .has-dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.dropdown-menu li { margin: 0 !important; }
.dropdown-menu a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 12px 22px !important;
    color: var(--cream) !important;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: var(--transition);
    border-left: 2px solid transparent;
    white-space: nowrap;
}
.dropdown-menu a::after { display: none !important; }
.dropdown-menu a:hover {
    color: var(--gold) !important;
    background: rgba(212, 175, 55, 0.08);
    border-left-color: var(--gold);
    padding-left: 26px !important;
}
.gold-dot { color: #D4AF37; font-size: 0.55rem; }
.silver-dot { color: #C0C0C0; font-size: 0.55rem; }
.diamond-dot { color: #B9F2FF; font-size: 0.7rem; }

.hamburger {
    display: none; flex-direction: column; gap: 5px;
    cursor: pointer; padding: 8px;
}
.hamburger span {
    width: 28px; height: 2px;
    background: var(--gold-dark);
    transition: var(--transition);
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(6px, 6px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* --- HERO --- */
.hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
    background: var(--black);
}
.hero-slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 8;
}
.hero-slide {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hero-slide.active { opacity: 1; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}
.hero-content {
    position: relative; z-index: 2;
    text-align: center;
    color: var(--cream);
    padding: 0 24px;
    max-width: 900px;
}
.hero-tagline {
    font-family: 'Poppins', sans-serif;
    color: var(--gold);
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 0.85rem;
    margin-bottom: 24px;
}
.hero-title {
    color: var(--cream);
    margin-bottom: 28px;
    font-weight: 600;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.hero-desc {
    font-size: 1.1rem;
    color: rgba(255, 248, 231, 0.9);
    max-width: 700px;
    margin: 0 auto 40px;
}
.hero-buttons {
    display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
}
.hero-scroll {
    position: absolute; bottom: 20px; left: 50%;
    transform: translateX(-50%);
    color: var(--gold);
    font-family: 'Poppins', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    z-index: 2;
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    animation: bounce 2s infinite;
    background: rgba(15,15,15,0.5);
    padding: 8px 16px;
    border-radius: 30px;
    backdrop-filter: blur(8px);
}
@keyframes bounce { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, -10px); } }

/* --- REVEAL ANIMATIONS --- */
.reveal-up, .reveal-left, .reveal-right {
    opacity: 0;
    transition: opacity 0.9s ease, transform 0.9s ease;
}
.reveal-up { transform: translateY(50px); }
.reveal-left { transform: translateX(-50px); }
.reveal-right { transform: translateX(50px); }
.reveal-up.visible, .reveal-left.visible, .reveal-right.visible {
    opacity: 1;
    transform: translate(0, 0);
}

/* --- CATEGORIES --- */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}
.category-card {
    position: relative;
    height: 480px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: var(--shadow-soft);
}
.category-img {
    position: absolute; inset: 0;
    background-size: cover; background-position: center;
    transition: transform 0.8s ease;
}
.category-card:hover .category-img { transform: scale(1.15); }
.category-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,15,15,0.95) 0%, rgba(15,15,15,0.4) 50%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 30px;
    color: var(--cream);
    transition: var(--transition);
}
.category-card:hover .category-overlay {
    background: linear-gradient(to top, rgba(15,15,15,0.95) 0%, rgba(15,15,15,0.6) 60%, rgba(212,175,55,0.15) 100%);
}
.category-overlay h3 { color: var(--cream); margin-bottom: 10px; }
.category-overlay p {
    color: rgba(255, 248, 231, 0.85);
    font-size: 0.95rem;
    margin-bottom: 16px;
}

/* --- TRENDING --- */
.trending-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}
.trending-card { grid-column: span 2; }
.trending-card:nth-child(4) { grid-column: 2 / span 2; }
.trending-card:nth-child(5) { grid-column: 4 / span 2; }
.trending-card {
    background: rgba(255,248,231,0.04);
    border: 1.5px solid var(--gold);
    border-radius: 6px;
    overflow: hidden;
    transition: var(--transition);
    backdrop-filter: blur(10px);
    box-shadow: 0 6px 24px rgba(212, 175, 55, 0.12);
}
.trending-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-gold);
}
.trending-img {
    height: 280px;
    background-size: cover; background-position: center;
    transition: transform 0.8s ease;
}
.trending-card:hover .trending-img { transform: scale(1.1); }
.trending-info {
    padding: 24px;
    position: relative;
}
.trending-info h3 { color: var(--cream); margin-bottom: 8px; }
.trending-info p { color: rgba(255,248,231,0.65); font-size: 0.9rem; }
.link-arrow {
    position: absolute; top: 24px; right: 24px;
    color: var(--gold);
    font-size: 1.1rem;
    transition: var(--transition);
}
.trending-card:hover .link-arrow { transform: translateX(5px); }

/* --- ABOUT SPLIT --- */
.about-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-img {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: var(--shadow-deep);
}
.about-img img { width: 100%; height: 580px; object-fit: cover; transition: transform 0.8s ease; }
.about-img:hover img { transform: scale(1.05); }
.img-badge {
    position: absolute;
    bottom: 24px; left: 24px;
    background: var(--gradient-gold);
    padding: 16px 24px;
    text-align: center;
    border-radius: 4px;
    box-shadow: var(--shadow-deep);
}
.img-badge span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: var(--black);
    line-height: 1;
}
.img-badge small {
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about-text p { margin-bottom: 16px; color: #444; font-size: 1.02rem; }
.dark-bg .about-text p { color: rgba(255,248,231,0.78); }

.counters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 36px 0;
    padding: 30px 0;
    border-top: 1px solid rgba(212,175,55,0.3);
    border-bottom: 1px solid rgba(212,175,55,0.3);
}
.counter-box { text-align: center; }
.counter {
    font-family: 'Poppins', sans-serif;
    font-size: 2.2rem;
    color: var(--gold);
    font-weight: 700;
    line-height: 1;
}
.counter-box p {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 6px;
    color: #666;
}
.dark-bg .counter-box p { color: rgba(255,248,231,0.7); }

/* --- FEATURES (Why Choose Us) --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}
.feature-card {
    background: rgba(255,248,231,0.03);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 6px;
    padding: 40px 28px;
    text-align: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}
.section:not(.dark-bg) .feature-card {
    background: #fff;
    border: 1px solid rgba(212,175,55,0.25);
    box-shadow: var(--shadow-soft);
}
.feature-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}
.feature-icon {
    width: 72px; height: 72px;
    margin: 0 auto 20px;
    border: 2px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-size: 1.6rem;
    transition: var(--transition);
}
.feature-card:hover .feature-icon {
    background: var(--gold);
    color: var(--black);
    transform: rotate(360deg);
}
.feature-card h3 { margin-bottom: 12px; }
.dark-bg .feature-card h3 { color: var(--cream); }
.feature-card p { font-size: 0.95rem; color: #666; }
.dark-bg .feature-card p { color: rgba(255,248,231,0.7); }

/* --- WHY CHOOSE US (V3) --- */
.why-us-v3 {
    background: linear-gradient(180deg, #FFF8E7 0%, #FAF1DA 100%);
    position: relative;
    overflow: hidden;
}
.why-us-v3::before, .why-us-v3::after {
    content: '';
    position: absolute;
    width: 360px; height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.1), transparent 70%);
    pointer-events: none;
}
.why-us-v3::before { top: -120px; left: -120px; }
.why-us-v3::after { bottom: -120px; right: -120px; }

.why-grid-v3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}
.why-card-v3 {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 56px 32px 36px;
    text-align: center;
    box-shadow: 0 8px 36px rgba(15, 15, 15, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.2);
    transition: var(--transition);
    overflow: hidden;
}
/* Top-left and bottom-right gold corner brackets */
.why-card-v3::before, .why-card-v3::after {
    content: '';
    position: absolute;
    width: 44px; height: 44px;
    transition: width 0.5s ease, height 0.5s ease;
}
.why-card-v3::before {
    top: 12px; left: 12px;
    border-top: 2px solid var(--gold);
    border-left: 2px solid var(--gold);
    border-top-left-radius: 8px;
}
.why-card-v3::after {
    bottom: 12px; right: 12px;
    border-bottom: 2px solid var(--gold);
    border-right: 2px solid var(--gold);
    border-bottom-right-radius: 8px;
}
.why-card-v3:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(212, 175, 55, 0.22);
    border-color: var(--gold);
}
.why-card-v3:hover::before, .why-card-v3:hover::after {
    width: 70px; height: 70px;
}

.why-icon-circle {
    position: relative;
    width: 86px; height: 86px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: var(--gradient-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 1.85rem;
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.35);
    z-index: 1;
}
/* Rotating dashed gold halo around icon */
.why-icon-circle::before {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 1.5px dashed var(--gold);
    animation: whySpin 25s linear infinite;
}
@keyframes whySpin {
    to { transform: rotate(360deg); }
}

.why-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 6px auto 16px;
}
.why-ornament span {
    width: 40px; height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}
.why-ornament span:last-child {
    background: linear-gradient(90deg, var(--gold), transparent);
}
.why-ornament i {
    color: var(--gold);
    font-size: 0.72rem;
    transform: rotate(45deg);
    text-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
}

.why-card-v3 h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--black);
    font-family: 'Poppins', sans-serif;
}
.why-card-v3 p {
    color: #5a5a5a;
    font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
}

/* --- TESTIMONIALS V2 --- */
.testimonials-v2 {
    background: linear-gradient(180deg, #FAF1DA 0%, #F5E9C6 100%);
    position: relative;
}
.t-slider {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.t-viewport {
    overflow: hidden;
}
.t-track {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.t-slide {
    flex: 0 0 50%;
    padding: 10px 14px;
    box-sizing: border-box;
}
.t-card {
    background: #fff;
    border-radius: 14px;
    padding: 44px 36px 36px;
    text-align: center;
    box-shadow: 0 10px 36px rgba(15, 15, 15, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.15);
    height: 100%;
    transition: var(--transition);
}
.t-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 50px rgba(212, 175, 55, 0.2);
}
.t-quote-icon {
    color: rgba(212, 175, 55, 0.5);
    font-size: 1.8rem;
    margin-bottom: 18px;
}
.t-text {
    font-style: italic;
    color: #4a4a4a;
    font-size: 1.05rem;
    line-height: 1.85;
    margin-bottom: 22px;
    font-family: 'Poppins', sans-serif;
}
.t-stars { color: var(--gold); margin-bottom: 18px; letter-spacing: 3px; font-size: 0.95rem; }
.t-card h4 {
    font-size: 1.2rem;
    margin-bottom: 4px;
    color: var(--black);
}
.t-location {
    color: var(--gold-dark);
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.t-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 36px;
}
.t-arrow {
    width: 46px; height: 46px;
    border-radius: 50%;
    border: 1.5px solid rgba(212, 175, 55, 0.5);
    background: transparent;
    color: var(--gold-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: var(--transition);
    font-size: 0.85rem;
}
.t-arrow:hover {
    background: var(--gradient-gold);
    color: var(--black);
    border-color: var(--gold);
    transform: scale(1.08);
}
.t-dots {
    display: flex;
    gap: 8px;
    align-items: center;
}
.t-dots button {
    width: 10px; height: 10px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.3);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}
.t-dots button.active {
    background: var(--gold-dark);
    width: 26px;
    border-radius: 5px;
}

/* --- CONTACT PREVIEW --- */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: stretch;
}
.contact-item {
    display: flex; gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(212,175,55,0.15);
}
.contact-item:last-of-type { border-bottom: none; }
.contact-item i {
    color: var(--gold);
    font-size: 1.4rem;
    margin-top: 6px;
    min-width: 30px;
}
.contact-item h4 { color: var(--cream); margin-bottom: 4px; font-size: 20px; }
.contact-item p { color: rgba(255,248,231,0.7); font-size: 0.95rem; }

.social-icons { display: flex; gap: 14px; margin-top: 20px; }
.social-icons a {
    width: 42px; height: 42px;
    border-radius: 50%;
    border: 1px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    transition: var(--transition);
}
.social-icons a:hover {
    background: var(--gold);
    color: var(--black);
    transform: translateY(-4px);
}

.contact-map iframe {
    width: 100%; height: 100%;
    min-height: 400px;
    border: 0;
    border-radius: 6px;
    filter: grayscale(20%) contrast(1.1);
}

/* --- PAGE BANNER --- */
.page-banner {
    height: 60vh;
    min-height: 380px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    position: relative;
    margin-top: 0;
}
.banner-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65));
}
.banner-overlay-light {
    position: absolute; inset: 0;
    background: rgba(0,0,0,0.35);
}
.banner-content {
    position: relative; z-index: 2;
    color: var(--cream);
    padding-top: 0;
}
.banner-content h1 {
    color: var(--cream);
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.banner-content .hero-desc { max-width: 700px; margin: 16px auto 0; }
.breadcrumb {
    font-family: 'Poppins', sans-serif;
    color: rgba(255,248,231,0.85);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.breadcrumb a { color: var(--gold); transition: var(--transition); }
.breadcrumb a:hover { color: var(--gold-light); }
.breadcrumb span { margin: 0 10px; color: var(--gold); }

/* --- MISSION VISION --- */
.mv-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.mv-card {
    background: rgba(255,248,231,0.04);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 6px;
    padding: 50px 32px;
    text-align: center;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}
.mv-card:hover { transform: translateY(-8px); border-color: var(--gold); }
.mv-icon {
    width: 80px; height: 80px;
    margin: 0 auto 24px;
    border-radius: 50%;
    border: 2px solid var(--gold);
    display: flex; align-items: center; justify-content: center;
    color: var(--gold);
    font-size: 1.8rem;
}
.mv-card h3 { color: var(--cream); margin-bottom: 14px; }
.mv-card p { color: rgba(255,248,231,0.7); }

/* --- TIMELINE --- */
.timeline { position: relative; max-width: 1000px; margin: 0 auto; padding: 40px 0; }
.timeline::before {
    content: '';
    position: absolute; left: 50%;
    transform: translateX(-50%);
    width: 2px; top: 0; bottom: 0;
    background: var(--gradient-gold);
}
.timeline-item {
    width: 50%;
    padding: 30px 40px;
    position: relative;
}
.timeline-item.left { left: 0; }
.timeline-item.right { left: 50%; }
.timeline-content { text-align: left; }
.timeline-item::before {
    content: '';
    position: absolute; top: 40px;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: var(--gold);
    border: 4px solid var(--cream);
    box-shadow: 0 0 0 2px var(--gold);
}
.timeline-item.left::before { right: -9px; }
.timeline-item.right::before { left: -9px; }
.timeline-content {
    background: #fff;
    padding: 28px;
    border-radius: 6px;
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(212,175,55,0.2);
    transition: var(--transition);
}
.timeline-content:hover {
    box-shadow: var(--shadow-gold);
    border-color: var(--gold);
    transform: translateY(-4px);
}
.timeline-year {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: var(--gold);
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.timeline-content h3 { margin-bottom: 8px; }
.timeline-content p { color: #555; font-size: 17px; }

/* --- OWNER MESSAGE --- */
.quote-text {
    font-style: italic;
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    color: rgba(255,248,231,0.9);
    line-height: 1.8;
    margin-bottom: 16px;
    position: relative;
    padding-left: 30px;
    border-left: 3px solid var(--gold);
}
.owner-name {
    color: var(--gold);
    margin-top: 24px;
    font-size: 1.2rem;
}
.owner-title {
    color: rgba(255,248,231,0.6);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* --- GALLERY --- */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.gallery-item {
    overflow: hidden;
    border-radius: 4px;
    height: 280px;
    cursor: pointer;
}
.gallery-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease, filter 0.4s ease;
    filter: grayscale(20%);
}
.gallery-item:hover img {
    transform: scale(1.1);
    filter: grayscale(0%);
}

/* --- EXPERTISE V2 --- */
.expertise-v2 {
    background:
        linear-gradient(180deg, #FFF8E7 0%, #f5ead0 100%);
    position: relative;
    overflow: hidden;
}
.expertise-v2::before {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 700px; height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,175,55,0.08), transparent 65%);
    pointer-events: none;
}
.exp-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1;
}
.exp-card {
    display: flex;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(15, 15, 15, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.18);
    transition: var(--transition);
    position: relative;
}
.exp-card::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 60px; height: 60px;
    background: linear-gradient(135deg, transparent 50%, rgba(212, 175, 55, 0.12) 50%);
    transition: width 0.4s ease, height 0.4s ease;
}
.exp-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 44px rgba(212, 175, 55, 0.22);
    border-color: var(--gold);
}
.exp-card:hover::before { width: 100px; height: 100px; }
.exp-icon {
    flex-shrink: 0;
    width: 120px;
    background: linear-gradient(135deg, var(--gold-dark) 0%, var(--gold) 60%, var(--gold-light) 100%);
    color: var(--black);
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.exp-icon::after {
    content: '';
    position: absolute;
    top: 12px; left: 12px;
    width: 18px; height: 18px;
    border-top: 1.5px solid rgba(15, 15, 15, 0.35);
    border-left: 1.5px solid rgba(15, 15, 15, 0.35);
}
.exp-body {
    flex: 1;
    padding: 26px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.exp-tag {
    font-family: 'Poppins', sans-serif;
    color: var(--gold-dark);
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.exp-body h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
    color: var(--black);
    font-family: 'Poppins', sans-serif;
}
.exp-body p {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

/* --- TRUST & QUALITY V2 --- */
.trust-v2 {
    background: linear-gradient(180deg, #FFF8E7 0%, #f5ead0 100%);
    position: relative;
    overflow: hidden;
}
.trust-bg {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.12), transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(212, 175, 55, 0.1), transparent 45%);
    pointer-events: none;
}
.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1;
}
.trust-card {
    position: relative;
    background: #fff;
    border: 1.5px solid var(--gold);
    border-radius: 12px;
    padding: 44px 26px 30px;
    text-align: center;
    transition: var(--transition);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.trust-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gradient-gold);
}
.trust-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 50px rgba(212, 175, 55, 0.25);
}

/* Premium seal &mdash; double-ringed circular badge */
.trust-seal {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f4e1a4, var(--gold) 50%, var(--gold-dark) 100%);
    border: 3px solid rgba(212, 175, 55, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 2.2rem;
    box-shadow:
        0 0 0 4px rgba(212, 175, 55, 0.12),
        0 10px 28px rgba(212, 175, 55, 0.35),
        inset 0 -4px 10px rgba(0, 0, 0, 0.25);
    transition: transform 0.5s ease;
}
.trust-seal::before {
    content: '';
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 1px dashed rgba(15, 15, 15, 0.35);
    pointer-events: none;
}
.trust-card:hover .trust-seal {
    transform: scale(1.08) rotate(6deg);
}

.trust-card h3 {
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-size: 1.25rem;
    margin-bottom: 14px;
}
.trust-line {
    width: 40px;
    height: 2px;
    background: var(--gradient-gold);
    margin: 0 auto 16px;
    border-radius: 2px;
    transition: width 0.4s ease;
}
.trust-card:hover .trust-line { width: 70px; }
.trust-card p {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 20px;
}
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: var(--gradient-gold);
    border: 1px solid var(--gold);
    border-radius: 30px;
    color: var(--black);
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(212, 175, 55, 0.3);
    transition: var(--transition);
    margin-top: auto;
}
.trust-badge i { font-size: 0.65rem; }
.trust-card:hover .trust-badge {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.45);
}

/* --- TEAM --- */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
}
.team-card {
    text-align: center;
    background: rgba(255,248,231,0.04);
    border: 1px solid rgba(212,175,55,0.2);
    border-radius: 6px;
    padding: 30px 24px;
    transition: var(--transition);
    backdrop-filter: blur(10px);
}
.team-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}
.team-img {
    width: 130px; height: 130px;
    margin: 0 auto 18px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--gold);
}
.team-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.team-card:hover .team-img img { transform: scale(1.1); }
.team-card h3 { color: var(--cream); margin-bottom: 4px; font-size: 1.2rem; }
.team-role {
    display: block;
    color: var(--gold);
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.team-card p {
    color: rgba(255,248,231,0.7);
    font-size: 0.9rem;
}

/* --- STORE V2 (Panel design) --- */
.store-v2 {
    background: linear-gradient(180deg, #FFF8E7 0%, #f5ead0 100%);
    position: relative;
}
.store-panel {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 56px 60px;
    box-shadow: 0 18px 50px rgba(15, 15, 15, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.25);
}
/* Decorative corner brackets */
.store-corner {
    position: absolute;
    width: 36px; height: 36px;
}
.store-corner-tl { top: 14px; left: 14px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); border-top-left-radius: 6px; }
.store-corner-tr { top: 14px; right: 14px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); border-top-right-radius: 6px; }
.store-corner-bl { bottom: 14px; left: 14px; border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold); border-bottom-left-radius: 6px; }
.store-corner-br { bottom: 14px; right: 14px; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); border-bottom-right-radius: 6px; }

.store-info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 36px;
}
.store-info-list li {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.35);
    transition: padding 0.3s ease;
}
.store-info-list li:hover { padding-left: 8px; }
.store-info-list li:nth-last-child(-n+2) { border-bottom: none; padding-bottom: 6px; }
.store-icon {
    flex-shrink: 0;
    width: 52px; height: 52px;
    border-radius: 12px;
    background: var(--gradient-gold);
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
}
.store-text h4 {
    font-size: 19px;
    margin: 4px 0 6px;
    color: var(--black);
    font-family: 'Poppins', sans-serif;
}
.store-text p {
    color: #5a5a5a;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}
.store-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 14px;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}
.btn-outline-dark {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 2px;
    transition: var(--transition);
    border: 2px solid var(--black);
    color: var(--black);
    background: transparent;
}
.btn-outline-dark:hover {
    background: var(--black);
    color: var(--gold);
    transform: translateY(-3px);
}

/* --- JEWELLERY FILTER --- */
.filter-section {
    background: var(--cream);
    padding: 30px 0;
    border-bottom: 1px solid rgba(212,175,55,0.2);
    position: sticky; top: 70px;
    z-index: 50;
    background: rgba(255,248,231,0.95);
    backdrop-filter: blur(10px);
}
.filter-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}
.filter-btn {
    font-family: 'Poppins', sans-serif;
    padding: 10px 24px;
    color: var(--black);
    background: transparent;
    border: 1px solid rgba(212,175,55,0.4);
    border-radius: 2px;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
    transition: var(--transition);
}
.filter-btn:hover, .filter-btn.active {
    background: var(--gradient-gold);
    border-color: var(--gold);
    color: var(--black);
    font-weight: 600;
}

/* --- PRODUCT GRID --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}
.product-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    transition: var(--transition);
    border: 1px solid rgba(212,175,55,0.15);
    box-shadow: var(--shadow-soft);
    opacity: 1;
    transform: scale(1);
}
.dark-bg .product-card {
    background: rgba(255,248,231,0.04);
    border: 1px solid rgba(212,175,55,0.2);
    backdrop-filter: blur(10px);
}
.product-card.hidden {
    display: none;
}
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow-gold);
    border-color: var(--gold);
}
.product-img {
    height: 250px;
    overflow: hidden;
    background: #f5f0e0;
}
.dark-bg .product-img { background: rgba(0,0,0,0.3); }
.product-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}
.product-card:hover .product-img img { transform: scale(1.15); }
.product-info { padding: 24px; text-align: center; }
.product-info h3 { margin-bottom: 8px; font-size: 1.25rem; }
.dark-bg .product-info h3 { color: var(--cream); }
.product-info p {
    color: #666;
    font-size: 17px;
    margin-bottom: 16px;
}
.dark-bg .product-info p { color: rgba(255,248,231,0.65); }

/* --- PRODUCT DETAIL PAGE --- */
.product-detail {
    background: linear-gradient(180deg, #FFF8E7 0%, #f5ead0 100%);
}
.product-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.product-breadcrumb a { color: var(--gold-dark); transition: var(--transition); }
.product-breadcrumb a:hover { color: var(--gold); }
.product-breadcrumb span i { font-size: 0.55rem; color: var(--gold); }
.product-detail-grid {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 50px;
    align-items: start;
}

.pd-gallery { position: sticky; top: 110px; }
.pd-main-img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 40px rgba(15, 15, 15, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.25);
    margin-bottom: 16px;
}
.pd-main-img img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.pd-main-img:hover img { transform: scale(1.04); }
.pd-zoom-hint {
    position: absolute;
    top: 14px; right: 14px;
    width: 38px; height: 38px;
    border-radius: 50%;
    background: rgba(15, 15, 15, 0.6);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    backdrop-filter: blur(6px);
}
.pd-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.pd-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: var(--transition);
    background: #fff;
}
.pd-thumb img {
    width: 100%; height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.pd-thumb:hover { border-color: rgba(212, 175, 55, 0.5); }
.pd-thumb:hover img { transform: scale(1.06); }
.pd-thumb.active {
    border-color: var(--gold);
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.3);
}

.pd-info { padding-top: 0; }
.pd-tag {
    font-family: 'Poppins', sans-serif;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.78rem;
    margin-bottom: 12px;
}
.pd-info h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin-bottom: 14px;
    color: var(--black);
}
.pd-desc {
    color: #555;
    font-size: 1.02rem;
    line-height: 1.75;
    margin: 18px 0 28px;
}
.pd-specs {
    background: #fff;
    border-radius: 10px;
    padding: 6px 22px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 6px 20px rgba(15, 15, 15, 0.05);
    margin-bottom: 28px;
}
.pd-spec {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.3);
}
.pd-spec:last-child { border-bottom: none; }
.pd-spec-key {
    color: #888;
    font-family: 'Poppins', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.pd-spec-val {
    color: var(--black);
    font-weight: 600;
    font-size: 0.95rem;
}
.pd-section-title {
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-size: 1.15rem;
    margin: 0 0 14px;
}
.pd-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.pd-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    color: #444;
    font-size: 0.95rem;
}
.pd-features li i {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: var(--gradient-gold);
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    flex-shrink: 0;
}
.pd-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.pd-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding-top: 22px;
    border-top: 1px solid rgba(212, 175, 55, 0.25);
}
.pd-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 0.85rem;
}
.pd-meta-item i {
    color: var(--gold-dark);
    font-size: 1.1rem;
}

@media (max-width: 1024px) {
    .product-detail-grid { grid-template-columns: 1fr; gap: 36px; }
    .pd-gallery { position: static; }
    .pd-meta { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .pd-thumbs { grid-template-columns: repeat(4, 1fr); gap: 8px; }
    .pd-actions .btn { flex: 1 1 200px; justify-content: center; padding: 14px 20px; }
    .product-breadcrumb { font-size: 0.7rem; gap: 6px; }
}
@media (max-width: 480px) {
    .pd-actions { flex-direction: column; }
    .pd-actions .btn { width: 100%; flex: none; }
}

/* --- PRODUCT DETAIL MODAL (legacy) --- */
.product-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.product-modal.open {
    opacity: 1;
    visibility: visible;
}
.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(6px);
}
.modal-content {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 980px;
    max-height: 92vh;
    overflow-y: auto;
    border-radius: 14px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(212, 175, 55, 0.4);
    transform: scale(0.92);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-modal.open .modal-content { transform: scale(1); }
.modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--gradient-gold);
    color: var(--black);
    font-size: 1.4rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: var(--transition);
    border: none;
    cursor: pointer;
}
.modal-close:hover { transform: rotate(90deg); }
.modal-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 0;
    align-items: stretch;
}
.modal-img {
    overflow: hidden;
    border-radius: 14px 0 0 14px;
    background: #f5f0e0;
    min-height: 480px;
}
.modal-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 480px;
}
.modal-info {
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-tag {
    font-family: 'Poppins', sans-serif;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 0.78rem;
    margin-bottom: 14px;
}
.modal-info h2 {
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    margin-bottom: 14px;
    font-family: 'Poppins', sans-serif;
}
.modal-info > p {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin: 16px 0 24px;
}
.modal-features {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.modal-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #444;
    font-size: 0.95rem;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.25);
}
.modal-features li:last-child { border-bottom: none; }
.modal-features li i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--gradient-gold);
    color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.62rem;
    flex-shrink: 0;
}
.modal-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
body.modal-open { overflow: hidden; }

@media (max-width: 768px) {
    .modal-grid { grid-template-columns: 1fr; }
    .modal-img { min-height: 280px; border-radius: 14px 14px 0 0; }
    .modal-img img { min-height: 280px; max-height: 320px; }
    .modal-info { padding: 28px 24px; }
    .modal-actions .btn { width: 100%; justify-content: center; }
}

/* --- NAVAVADHU --- */
.navavadhu-hero {
    height: 90vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex; align-items: center; justify-content: center;
    text-align: center;
    position: relative;
}
.navavadhu-hero .banner-content { padding-top: 0; }

.intro-text {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.intro-text p { color: #555; margin-bottom: 14px; font-size: 1.05rem; }

.bridal-banner {
    height: 50vh;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex; align-items: center;
    position: relative;
    margin: 60px 0;
}
.bridal-banner-content {
    position: relative; z-index: 2;
    color: var(--cream);
    max-width: 600px;
    text-align: left;
}
.bridal-banner-content h2 {
    color: var(--cream);
    margin-bottom: 16px;
}
.bridal-banner-content p {
    color: rgba(255,248,231,0.9);
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.bridal-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 340px;
    gap: 20px;
}
.bridal-card {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    grid-column: span 2;
    display: block;
    text-decoration: none;
    color: inherit;
}
.bridal-card:nth-child(4) { grid-column: 2 / span 2; }
.bridal-card:nth-child(5) { grid-column: 4 / span 2; }
.bridal-card img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.bridal-card:hover img { transform: scale(1.1); }
.bridal-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(15,15,15,0.92) 0%, rgba(15,15,15,0.3) 60%, transparent 100%);
    display: flex; flex-direction: column; justify-content: flex-end;
    padding: 30px;
    color: var(--cream);
}
.bridal-overlay h3 { color: var(--cream); margin-bottom: 6px; }
.bridal-overlay p { color: rgba(255,248,231,0.85); font-size: 0.95rem; margin-bottom: 14px; }
.bridal-overlay .link-arrow {
    color: var(--gold);
    position: static;
    align-self: flex-start;
    width: 40px; height: 40px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    transition: var(--transition);
}
.bridal-card:hover .link-arrow {
    background: var(--gold); color: var(--black);
    transform: translateX(5px);
}

/* --- MASONRY (uniform grid) --- */
.masonry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.masonry-item {
    overflow: hidden;
    border-radius: 6px;
    height: 280px;
}
.masonry-item.tall { height: 280px; }
.masonry-item img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    filter: brightness(0.85);
}
.masonry-item:hover img {
    transform: scale(1.08);
    filter: brightness(1);
}

/* --- CTA --- */
.cta-section {
    background: linear-gradient(135deg, var(--cream-soft) 0%, var(--cream) 100%);
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.cta-content {
    max-width: 700px;
    margin: 0 auto;
}
.cta-content h2 { margin-bottom: 16px; }
.cta-content p { color: #555; margin-bottom: 30px; font-size: 1.05rem; }

/* --- CONTACT CARDS --- */
.contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}
.contact-card {
    background: #fff;
    padding: 40px 28px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid rgba(212,175,55,0.2);
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}
.contact-card:hover {
    transform: translateY(-10px);
    border-color: var(--gold);
    box-shadow: var(--shadow-gold);
}
.contact-card-icon {
    width: 72px; height: 72px;
    margin: 0 auto 18px;
    background: var(--gradient-gold);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    color: var(--black);
    font-size: 1.6rem;
}
.contact-card h3 { margin-bottom: 10px; font-size: 1.3rem; }
.contact-card p { color: #666; font-size: 0.95rem; }

/* --- CONTACT FORM (dark theme) --- */
.contact-form-section {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1410 50%, #0a0a0a 100%);
    color: var(--cream);
    position: relative;
    overflow: hidden;
}
.contact-form-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 15% 30%, rgba(212, 175, 55, 0.15), transparent 45%),
        radial-gradient(circle at 85% 70%, rgba(212, 175, 55, 0.12), transparent 45%);
    pointer-events: none;
}
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: stretch;
    position: relative;
    z-index: 1;
}
.contact-form-left,
.contact-form-right {
    background: rgba(255, 248, 231, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.contact-form-left { padding: 36px; }
.contact-form-right { padding: 0; }
.contact-form-right iframe { flex: 1; width: 100%; height: 100%; min-height: 520px; border: 0; display: block; }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-group { display: flex; flex-direction: column; }
.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 18px;
    background: rgba(255, 248, 231, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 6px;
    color: var(--cream);
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    transition: var(--transition);
}
.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--gold);
    background: rgba(212, 175, 55, 0.06);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255, 248, 231, 0.5); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form button[type="submit"] { align-self: flex-start; margin-top: 6px; }
.error-msg {
    color: #ff8a80;
    font-size: 0.82rem;
    margin-top: 6px;
    display: none;
}
.error-msg.show { display: block; }
.form-success {
    color: var(--gold);
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    letter-spacing: 1.5px;
    margin-top: 14px;
    padding: 12px 16px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.4);
    border-radius: 6px;
    text-align: center;
    display: none;
}
.form-success.show { display: block; }

/* --- SOCIAL LARGE --- */
.social-large-icons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 30px;
}
.social-large {
    display: flex; flex-direction: column; align-items: center; gap: 10px;
    width: 140px; padding: 30px 20px;
    background: var(--gradient-gold);
    border: 1px solid var(--gold);
    border-radius: 6px;
    transition: var(--transition);
    color: var(--black);
    box-shadow: 0 8px 24px rgba(212, 175, 55, 0.25);
}
.social-large i { font-size: 2.2rem; color: var(--black); }
.social-large span {
    font-family: 'Poppins', sans-serif;
    color: var(--black);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.social-large:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(212, 175, 55, 0.45);
}

/* --- FOOTER --- */
.footer {
    background: #1a1a1a;
    color: var(--cream);
    padding: 80px 0 0;
    position: relative;
}
.footer::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--gradient-gold);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1.4fr;
    gap: 40px;
    padding-bottom: 50px;
}
.footer-logo-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px 24px;
    display: inline-block;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.footer-logo-card img {
    height: 80px;
    width: auto;
    display: block;
}
.footer-col p {
    color: rgba(255,248,231,0.65);
    margin: 0 0 16px 0;
    font-size: 17px;
    line-height: 1.7;
}
.footer-col h4 {
    color: var(--cream);
    font-size: 1.2rem;
    margin-bottom: 22px;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}
.footer-col h4::after {
    content: '';
    position: absolute; bottom: 0; left: 0;
    width: 40px; height: 3px;
    background: var(--gold);
    border-radius: 2px;
}

/* Quick Links & Categories */
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li {
    margin-bottom: 10px;
    list-style: none;
}
.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,248,231,0.75);
    font-size: 17px;
    transition: var(--transition);
    padding: 4px 0;
}
.footer-links a i {
    color: var(--gold);
    font-size: 0.78rem;
    transition: transform 0.3s ease;
}
.footer-links a:hover {
    color: var(--gold);
    transform: translateX(6px);
}
.footer-links a:hover i { transform: translateX(2px); }

/* Contact Info */
.footer-contact { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 10px 0;
    color: rgba(255,248,231,0.75);
    font-size: 16px;
    line-height: 1.6;
    list-style: none;
}
.footer-contact li i {
    color: var(--gold);
    font-size: 1rem;
    margin-top: 5px;
    min-width: 18px;
}
.footer-contact li a {
    color: rgba(255,248,231,0.75);
    transition: var(--transition);
}
.footer-contact li a:hover { color: var(--gold); }

.footer-brand .social-icons { margin-top: 20px; }

.footer-bottom {
    border-top: 1px solid rgba(212,175,55,0.2);
    padding: 24px 0;
    text-align: center;
}
.footer-bottom p {
    color: rgba(255,248,231,0.55);
    font-size: 17px;
    margin: 0;
}

/* --- FLOATING BUTTONS --- */
.whatsapp-float {
    position: fixed;
    bottom: 30px; left: 30px;
    width: 56px; height: 56px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.7rem;
    box-shadow: 0 6px 24px rgba(37,211,102,0.4);
    z-index: 999;
    animation: pulse 2s infinite;
    transition: var(--transition);
}
.whatsapp-float:hover {
    transform: scale(1.1);
}
@keyframes pulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,0.4); }
    50% { box-shadow: 0 6px 24px rgba(37,211,102,0.4), 0 0 0 16px rgba(37,211,102,0); }
}

.back-to-top {
    position: fixed;
    bottom: 30px; right: 30px;
    width: 50px; height: 50px;
    background: var(--gradient-gold);
    color: var(--black);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem;
    box-shadow: var(--shadow-gold);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    z-index: 999;
    transition: var(--transition);
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.back-to-top:hover { transform: translateY(-5px); }

/* ==================================
   RESPONSIVE - TABLET
   ================================== */
@media (max-width: 1024px) {
    .section { padding: 80px 0; }
    .about-split, .contact-grid, .contact-form-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .about-img img { height: 480px; }
    .counters { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .trending-grid { grid-template-columns: repeat(4, 1fr); }
    .trending-card { grid-column: span 2; }
    .trending-card:nth-child(4) { grid-column: 1 / span 2; }
    .trending-card:nth-child(5) { grid-column: 3 / span 2; }
    .why-grid-v3 { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .exp-grid { grid-template-columns: 1fr; gap: 18px; }
    .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .product-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
    .store-panel { padding: 44px 36px; }
    .store-info-list { grid-template-columns: 1fr; gap: 0; }
    .store-info-list li:nth-last-child(2) { border-bottom: 1px dashed rgba(212, 175, 55, 0.35); padding-bottom: 22px; }
    .bridal-grid { grid-template-columns: repeat(4, 1fr); }
    .bridal-card { grid-column: span 2; }
    .bridal-card:nth-child(4) { grid-column: 1 / span 2; }
    .bridal-card:nth-child(5) { grid-column: 3 / span 2; }
    .masonry-grid { grid-template-columns: repeat(3, 1fr); }
    .timeline::before { left: 30px; }
    .timeline-item { width: 100%; left: 0 !important; padding-left: 70px; padding-right: 20px; text-align: left !important; }
    .timeline-item::before { left: 21px !important; right: auto !important; }
}

/* ==================================
   RESPONSIVE - MOBILE
   ================================== */
@media (max-width: 768px) {
    .section { padding: 60px 0; }
    .container { padding: 0 20px; }
    .nav-container { padding: 0 20px; }
    .logo img { height: 70px; max-width: 200px; }
    .navbar.scrolled .logo img { height: 60px; }
    .footer .logo img { height: 90px; }
    .logo-main { font-size: 1.1rem; letter-spacing: 2px; }
    .logo-sub { font-size: 0.55rem; letter-spacing: 3px; }
    .announcement-bar { padding: 8px 0; font-size: 0.72rem; }
    .announcement-bar .ann-inner {
        gap: 8px;
        padding: 0 14px;
        justify-content: center;
    }
    .ann-contact { gap: 10px; justify-content: center; }
    .ann-contact a { font-size: 0.72rem; }
    .ann-contact a i { font-size: 0.7rem; }
    .ann-divider { display: none; }
    .ann-contact a:nth-of-type(2) { display: none; }
    .ann-social a { width: 22px; height: 22px; font-size: 0.68rem; }
    .ann-social { gap: 8px; }

    .nav-menu {
        position: fixed;
        top: 0; right: -100%;
        width: 80%; max-width: 320px;
        height: 100vh;
        background: rgba(15,15,15,0.98);
        backdrop-filter: blur(20px);
        padding: 100px 30px 30px;
        transition: right 0.4s ease;
        box-shadow: -10px 0 40px rgba(0,0,0,0.4);
    }
    .nav-menu.open { right: 0; }
    .nav-menu ul {
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
    }
    .nav-menu li {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .nav-menu a {
        font-size: 0.95rem;
        color: var(--cream);
        padding: 14px 4px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(212, 175, 55, 0.18);
        line-height: 1;
    }
    .nav-menu a::after { display: none; }
    .nav-menu a:hover, .nav-menu a.active { color: var(--gold); }
    .hamburger { display: flex; z-index: 1001; }

    /* Mobile dropdown */
    .nav-menu .has-dropdown { width: 100%; }
    .nav-menu .has-dropdown > a {
        justify-content: space-between;
        width: 100%;
    }
    .nav-menu .dropdown-menu {
        display: flex !important;
        flex-direction: column !important;
        position: static !important;
        transform: none !important;
        width: 100% !important;
        min-width: 100% !important;
        background: rgba(212, 175, 55, 0.06) !important;
        border: none !important;
        border-left: 2px solid var(--gold) !important;
        border-radius: 0 !important;
        padding: 0 !important;
        margin: 0 0 6px 14px !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    .nav-menu .dropdown-menu::before { display: none; }
    .nav-menu .has-dropdown.open .dropdown-menu { max-height: 400px; }
    .nav-menu .has-dropdown.open .dropdown-arrow { transform: rotate(180deg); }
    .nav-menu .dropdown-menu li { width: 100%; }
    .nav-menu .dropdown-menu a {
        font-size: 0.82rem !important;
        padding: 12px 18px !important;
        border-bottom: 1px dashed rgba(212, 175, 55, 0.18) !important;
        color: var(--cream) !important;
    }
    .nav-menu .dropdown-menu li:last-child a { border-bottom: none !important; }
    .nav-menu .has-dropdown:hover .dropdown-menu { transform: none !important; }

    .hero-slider { aspect-ratio: 16 / 10; }
    .hero-title { font-size: 2.4rem !important; }
    .hero-desc { font-size: 1rem; }
    .hero-buttons { gap: 14px; }
    .btn { padding: 12px 24px; font-size: 0.8rem; letter-spacing: 1.5px; }

    .section-head { margin-bottom: 40px; }
    .section-title { font-size: 2rem; }

    .category-card { height: 380px; }
    .category-grid, .trending-grid, .features-grid, .mv-grid, .contact-cards-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .product-grid { grid-template-columns: 1fr; gap: 20px; }
    .product-img { height: 280px; }
    .trending-card,
    .trending-card:nth-child(4),
    .trending-card:nth-child(5) { grid-column: 1 / -1; }
    .why-grid-v3 { grid-template-columns: 1fr; gap: 20px; }
    .why-card-v3 { padding: 44px 24px 28px; }
    .why-icon-circle { width: 72px; height: 72px; font-size: 1.5rem; }
    .exp-icon { width: 90px; font-size: 1.5rem; }
    .exp-body { padding: 22px 20px; }
    .trust-grid { grid-template-columns: 1fr; gap: 18px; }
    .trust-card { padding: 36px 20px 26px; }
    .trust-seal { width: 84px; height: 84px; font-size: 1.8rem; }
    .store-panel { padding: 36px 22px; }
    .store-info-list li { gap: 14px; padding: 16px 0; }
    .store-icon { width: 44px; height: 44px; font-size: 1rem; }
    .store-actions { flex-direction: column; }
    .store-actions .btn { width: 100%; justify-content: center; }
    .store-corner { width: 24px; height: 24px; }
    .counters { grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 20px 0; }
    .counter { font-size: 1.8rem; }
    .about-img img { height: 360px; }

    .footer-grid { grid-template-columns: 1fr; gap: 36px; text-align: center; }
    .social-icons { justify-content: center; }
    .footer-col h4::after { left: 50%; transform: translateX(-50%); }
    .footer-logo-card { padding: 14px 20px; }
    .footer-logo-card img { height: 70px; }
    .footer-links a { justify-content: center; }
    .footer-contact li { justify-content: center; text-align: left; }
    .footer-contact li:first-child { text-align: center; }

    .bridal-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
    .bridal-card,
    .bridal-card:nth-child(4),
    .bridal-card:nth-child(5) { grid-column: 1 / -1; }
    .masonry-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .masonry-item,
    .masonry-item.tall { height: 220px; }

    .navavadhu-hero { background-attachment: scroll; }
    .page-banner { background-attachment: scroll; }
    .bridal-banner { background-attachment: scroll; padding: 40px 0; }
    .bridal-banner-content { text-align: center; margin: 0 auto; }

    .t-slide { flex: 0 0 100%; padding: 6px 8px; }
    .t-card { padding: 32px 22px 26px; }
    .t-text { font-size: 0.98rem; line-height: 1.75; }
    .t-arrow { width: 40px; height: 40px; }

    .whatsapp-float { width: 50px; height: 50px; font-size: 1.4rem; bottom: 20px; left: 20px; }
    .back-to-top { width: 44px; height: 44px; bottom: 20px; right: 20px; }

    .filter-section { top: 60px; }
    .filter-btn { padding: 8px 16px; font-size: 0.72rem; }

    .quote-text { font-size: 1rem; padding-left: 20px; }
}

@media (max-width: 480px) {
    .hero-title { font-size: 1.9rem !important; }
    .section-title { font-size: 1.65rem; }
    .masonry-grid { grid-template-columns: 1fr; }
    .masonry-item, .masonry-item.tall { height: 240px; }
    .social-large { width: 120px; padding: 20px 14px; }
    .social-large i { font-size: 1.8rem; }
}

