/* =====================================================
   PRODUCT PAGE DESIGN - Professional & Tech-Focused
   Using website accent: #ED9435 with corporate variations
===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');

:root {
    --prod-primary: #ED9435;
    --prod-secondary: #3b82f6;
    --prod-accent: #60a5fa;
    --prod-cyan: #22d3ee;
    --luxury-gold: #D4AF37;
    --brushed-gold: #c5a021;
    --platinum: #e5e4e2;
    --luxury-bg: #050505;
    --luxury-card: rgba(255, 255, 255, 0.05);
    --prod-bg-dark: #080c14;
    --prod-bg-section: #0d1520;
    --prod-bg-card: rgba(255, 255, 255, 0.03);
    --prod-border: rgba(237, 148, 53, 0.15);
    --prod-text: #ffffff;
    --prod-text-muted: rgba(255, 255, 255, 0.65);
}

/* VM Imperial Specifics */
.luxury-theme {
    background-color: var(--luxury-bg);
    color: #fff;
}

.floor-plan-container {
    max-width: 1200px;
    margin: 50px auto;
}

.floor-item {
    display: flex;
    align-items: center;
    padding: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
}

.floor-item:hover {
    background: rgba(212, 175, 55, 0.08);
    transform: translateX(15px);
    border-left: 4px solid var(--luxury-gold);
}

.floor-number {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--luxury-gold);
    width: 240px;
    flex-shrink: 0;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -1px;
}

.floor-details {
    flex-grow: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 30px;
}

.floor-details h5 {
    font-size: 1.6rem;
    color: var(--platinum);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Connoisseur Experience Blocks */
.connoisseur-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 60px;
    padding: 0 20px;
}

.connoisseur-card {
    background: var(--luxury-card);
    border: 1px solid rgba(212, 175, 55, 0.1);
    padding: 50px 40px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.connoisseur-card:hover {
    transform: translateY(-10px);
    border-color: var(--luxury-gold);
}

.connoisseur-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: radial-gradient(circle at bottom right, rgba(212, 175, 55, 0.1), transparent);
}

.connoisseur-tag {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--luxury-gold);
    margin-bottom: 20px;
    display: block;
}

.connoisseur-card h4 {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #fff;
}

.connoisseur-card h4 strong {
    font-weight: 800;
    color: var(--luxury-gold);
}

.connoisseur-card p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
}

/* VM Homes Highlights */
.homes-showcase {
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 80px;
    border-radius: 20px;
    margin: 60px 0;
}

.posh-tag {
    background: var(--luxury-gold);
    color: #000;
    padding: 4px 12px;
    font-weight: 800;
    font-size: 0.7rem;
    text-transform: uppercase;
    border-radius: 2px;
    vertical-align: middle;
    margin-left: 10px;
}

.floor-details p {
    color: var(--prod-text-muted);
    margin: 0;
}

/* Hero Section */
.hero-product {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: var(--prod-bg-dark);
    padding-top: 200px;
}

.hero-product .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-product .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
}

.hero-product .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 12, 20, 0.2) 0%, rgba(8, 12, 20, 0.1) 100%);
}

.hero-product .hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
    max-width: 900px;
}

.hero-label-prod {
    display: inline-block;
    background: rgba(237, 148, 53, 0.15);
    border: 1px solid var(--prod-primary);
    padding: 8px 24px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: var(--prod-primary);
}

.hero-title-prod {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 300;
    color: #fff;
    margin: 0 0 25px;
    line-height: 1.15;
}

.hero-title-prod strong {
    font-weight: 800;
    color: var(--prod-primary);
}

.hero-desc-prod {
    font-size: 1.2rem;
    color: var(--prod-text-muted);
    line-height: 1.8;
    max-width: 650px;
    margin: 0 auto 35px;
}

.btn-prod {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--prod-primary);
    color: #000;
    padding: 16px 36px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(237, 148, 53, 0.3);
}

.btn-prod:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(237, 148, 53, 0.5);
    color: #000;
    background: #ffab4a;
}

/* Section Styles */
.section-prod {
    padding: 100px 20px;
    background: var(--prod-bg-dark);
}

.section-prod.alt-bg {
    background: var(--prod-bg-section);
}

.section-subtitle-prod {
    display: inline-block;
    color: var(--prod-primary);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title-prod {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 300;
    color: #fff;
    margin-bottom: 50px;
}

.section-title-prod strong {
    font-weight: 800;
    color: var(--prod-primary);
}

.section-desc-prod {
    font-size: 1.15rem;
    color: var(--prod-text-muted);
    line-height: 1.9;
    max-width: 800px;
}

/* Feature Cards */
.feature-cards-prod {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card-prod {
    background: var(--prod-bg-card);
    border: 1px solid var(--prod-border);
    border-radius: 8px;
    padding: 40px 30px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.feature-card-prod::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: var(--prod-primary);
    transition: height 0.3s ease;
    border-radius: 4px 0 0 4px;
}

.feature-card-prod:hover {
    transform: translateY(-5px);
    border-color: var(--prod-primary);
    box-shadow: 0 20px 50px rgba(237, 148, 53, 0.1);
}

.feature-card-prod:hover::before {
    height: 100%;
}

.feature-card-prod .icon-wrap {
    width: 60px;
    height: 60px;
    background: rgba(237, 148, 53, 0.1);
    border: 1px solid rgba(237, 148, 53, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}



.feature-card-prod .icon-wrap i {
    font-size: 1.5rem;
    color: var(--prod-primary);
}

.feature-card-prod h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.feature-card-prod p {
    color: var(--prod-text-muted);
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Stats Grid */
.stats-grid-prod {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 25px;
    max-width: 1000px;
    margin: 0 auto;
}

.stat-item-prod {
    text-align: center;
    padding: 35px 20px;
    background: var(--prod-bg-card);
    border: 1px solid var(--prod-border);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.stat-item-prod:hover {
    border-color: var(--prod-primary);
    transform: translateY(-3px);
}

.stat-item-prod .number {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--prod-primary);
    margin-bottom: 8px;
}

.stat-item-prod .label {
    font-size: 0.85rem;
    color: var(--prod-text-muted);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

/* Process Steps */
.process-grid-prod {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.process-step-prod {
    text-align: center;
    padding: 30px;
}

.process-step-prod .step-num {
    width: 50px;
    height: 50px;
    background: var(--prod-primary);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 800;
    margin: 0 auto 20px;
}

.process-step-prod h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.process-step-prod p {
    font-size: 0.9rem;
    color: var(--prod-text-muted);
    line-height: 1.7;
}

/* Benefits List */
.benefits-list-prod {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-item-prod {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: var(--prod-bg-card);
    border: 1px solid var(--prod-border);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.benefit-item-prod:hover {
    border-color: var(--prod-primary);
}

.benefit-item-prod i {
    font-size: 1.2rem;
    color: var(--prod-primary);
    flex-shrink: 0;
    margin-top: 3px;
}

.benefit-item-prod span {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
}

/* Comparison Table */
.comparison-table-prod {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid var(--prod-border);
    border-radius: 8px;
    overflow: hidden;
}

.comparison-row-prod {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid var(--prod-border);
}

.comparison-row-prod:last-child {
    border-bottom: none;
}

.comparison-row-prod.header {
    background: rgba(237, 148, 53, 0.1);
}

.comparison-row-prod>div {
    padding: 15px 20px;
    color: var(--prod-text-muted);
    font-size: 0.95rem;
}

.comparison-row-prod.header>div {
    font-weight: 700;
    color: var(--prod-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

/* CTA Section */
.cta-prod {
    background: #00000086;
    padding: 100px 20px;
    text-align: center;
}

.cta-prod .section-title-prod {
    color: #000;
    margin-bottom: 20px;
}

.cta-prod .section-title-prod strong {
    color: #fff;
}

.cta-prod p {
    font-size: 1.15rem;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.btn-white-prod {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #000;
    color: #fff;
    padding: 18px 40px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}

.btn-white-prod:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title-prod {
        font-size: 2.2rem;
    }

    .section-title-prod {
        font-size: 1.8rem;
    }

    .feature-cards-prod {
        grid-template-columns: 1fr;
    }

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

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

/* Bon-wok Specific [Oriental Excellence] */
.oriental-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px;
    margin-top: 40px;
}

.gallery-item {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

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

.gallery-item:hover img,
.dosa-gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(237, 148, 53, 0.8) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.culinary-engineering-box {
    background: linear-gradient(135deg, #101010 0%, #050505 100%);
    border: 1px solid rgba(237, 148, 53, 0.2);
    padding: 60px;
    border-radius: 20px;
    margin: 40px 0;
}

.oriental-tag {
    color: var(--prod-primary);
    font-weight: 800;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 15px;
    display: block;
}

.stat-item-oriental {
    border-left: 2px solid var(--prod-primary);
    padding-left: 25px;
    margin: 20px 0;
}

.stat-item-oriental h4 {
    color: var(--prod-primary);
    font-size: 1.8rem;
    margin-bottom: 5px;
    font-weight: 800;
}

/* Bun-T Specific [Visionary Orange - Premium Dark V2] */
.premium-dark-theme {
    --bunt-primary: #ED9435;
    --bunt-secondary: #ffb74d;
    --bunt-dark: #080808;
    --bunt-surface: rgba(255, 255, 255, 0.04);
    --bunt-border: rgba(255, 255, 255, 0.1);
    --bunt-rim: rgba(255, 255, 255, 0.15);
    background: var(--bunt-dark);
    color: #fff;
    position: relative;
    overflow-x: hidden;
}

/* Atmospheric Glow Backgrounds */
.premium-dark-theme::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(237, 148, 53, 0.08) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.premium-dark-theme::after {
    content: '';
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(237, 148, 53, 0.05) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

/* Boutique Glass Card V2 */
.bunt-glass-card-v2 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid var(--bunt-border);
    border-top: 1px solid var(--bunt-rim);
    border-left: 1px solid var(--bunt-rim);
    border-radius: 30px;
    padding: 40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}

.bunt-glass-card-v2:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: var(--bunt-primary);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), 0 0 20px rgba(237, 148, 53, 0.2);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
}

/* Boutique Menu Grid Styles */
.boutique-item-card {
    padding: 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.boutique-item-card:hover {
    background: rgba(237, 148, 53, 0.05);
    border-color: var(--bunt-primary);
}

.boutique-item-card h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.boutique-badge {
    font-size: 0.7rem;
    padding: 4px 10px;
    background: var(--bunt-primary);
    color: #000;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}

/* Floating Image Layout */
.floating-img-wrap {
    position: relative;
    z-index: 1;
}

.floating-img-wrap img {
    border-radius: 30px;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
}

.floating-img-accent {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    border: 8px solid var(--bunt-primary);
    border-radius: 20px;
    z-index: -1;
}

/* Classic Comfort Lab Borders */
.comfort-lab-item {
    padding: 20px;
    border-radius: 20px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}

.comfort-lab-item.eat:hover {
    border-color: var(--bunt-primary);
    box-shadow: 0 0 20px rgba(237, 148, 53, 0.15);
}

.comfort-lab-item.drink:hover {
    border-color: #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}

/* Typography Overrides */
.bunt-accent-title {
    font-family: 'Playfair Display', serif;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--bunt-primary);
    font-weight: 700;
}

.glow-text {
    text-shadow: 0 0 15px rgba(237, 148, 53, 0.4);
}

/* Cinematic Hero 2.0 */
.bunt-hero-cinematic-v2 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

.bunt-hero-cinematic-v2 .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(8, 8, 8, 0.4) 0%, rgba(8, 8, 8, 0.95) 100%);
    z-index: 1;
}

.bunt-hero-content-v2 {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
}

.bunt-btn-wow {
    background: var(--bunt-primary);
    color: #000;
    padding: 18px 45px;
    border-radius: 100px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    box-shadow: 0 10px 30px rgba(237, 148, 53, 0.3);
    cursor: pointer;
}

.bunt-btn-wow:hover {
    transform: scale(1.05) translateY(-5px);
    background: #fff;
    box-shadow: 0 20px 40px rgba(237, 148, 53, 0.4);
}

.bunt-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 18px 45px;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-flex;
    transition: all 0.3s ease;
}

.bunt-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

/* ==========================================================================
   ZENITH PHASE (V6) - ULTRA-PREMIUM UTILITIES
   ========================================================================== */

:root {
    --zenith-acrylic: rgba(20, 20, 20, 0.7);
    --zenith-glass-border: rgba(255, 255, 255, 0.15);
    --zenith-shadow: 0 40px 100px rgba(0, 0, 0, 0.8);
}

/* Glass 4.0: Acrylic Refraction */
.zenith-acrylic {
    backdrop-filter: blur(40px) saturate(200%);
    background: var(--zenith-acrylic);
    border: 1px solid var(--zenith-glass-border);
    box-shadow: var(--zenith-shadow);
    position: relative;
    overflow: hidden;
}

.zenith-acrylic::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://www.transparenttextures.com/patterns/carbon-fibre.png');
    /* Subtle texture */
    opacity: 0.05;
    pointer-events: none;
}

/* Ghost Typography */
.ghost-text-xl {
    position: absolute;
    font-size: 30rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    line-height: 1;
    z-index: -1;
    pointer-events: none;
    font-family: 'Outfit', sans-serif;
    user-select: none;
}

/* Zenith Hero: Asymmetric Layout */
.bunt-hero-zenith {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background: #080808;
    overflow: hidden;
}

.zenith-hero-left {
    flex: 1;
    padding: 0 8%;
    z-index: 5;
}

.zenith-hero-right {
    flex: 1.2;
    height: 100%;
    position: relative;
    overflow: hidden;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.zenith-hero-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bunt-hero-zenith:hover .zenith-hero-image {
    transform: scale(1.05);
}

/* Boutique Momentum: Skew Sections */
.zenith-skew-section {
    position: relative;
    padding: 180px 0;
    background: #080808;
    margin-top: -100px;
    z-index: 2;
    transform: skewY(-3deg);
}

.zenith-skew-section>.row {
    transform: skewY(3deg);
    /* Revert skew for content */
}

/* High-Fashion Text Effects */
.zenith-title-reveal {
    overflow: hidden;
    margin-bottom: 20px;
}

.zenith-title-reveal span {
    display: block;
    transform: translateY(100%);
    animation: zenithReveal 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

@keyframes zenithReveal {
    to {
        transform: translateY(0);
    }
}

/* Magnetic Glow Interactive */
.zenith-card-interactive {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.zenith-card-interactive:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: var(--bunt-primary);
    box-shadow: 0 30px 60px rgba(237, 148, 53, 0.15);
}

.zenith-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--bunt-primary);
    color: #000;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
}

/* ==========================================================================
   DOSA DEPOT - TEMPLE HERITAGE ZENITH THEME
   ========================================================================== */

:root {
    --dosa-primary: #FF9933;
    /* Saffron Orange */
    --dosa-accent: #FFD700;
    /* Temple Gold */
    --dosa-dark: #120d08;
    /* Deep Earthy Charcoal */
}

.dosa-premium-theme {
    background: var(--dosa-dark);
    color: #fff;
}

/* Dosa Zenith Hero */
.dosa-hero-zenith {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background: var(--dosa-dark);
    overflow: hidden;
}

.dosa-hero-left {
    flex: 1.2;
    padding: 0 8%;
    z-index: 5;
}

.dosa-hero-right {
    flex: 1;
    height: 100%;
    position: relative;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.dosa-hero-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Dosa Gallery Zenith Slider */
.dosa-gallery-slider {
    width: 100%;
    padding: 80px 0 !important;
    overflow: visible !important;
    /* Allow slides to be seen outside container if needed */
}

.dosa-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 500px;
    cursor: grab;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.dosa-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.swiper-slide-active .dosa-gallery-item {
    transform: scale(1.05);
    z-index: 10;
    box-shadow: 0 40px 80px rgba(255, 153, 51, 0.2);
}

.swiper-slide-active .dosa-gallery-item img {
    filter: brightness(1.1);
}

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

/* Dosa Quote Card */
.dosa-quote-zenith {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff;
    border-left: 10px solid var(--dosa-primary);
    padding-left: 40px;
    margin: 60px 0;
}

/* ==========================================================================
   BEVERAGES VENTURE - CORPORATE ZENITH THEME
   ========================================================================== */

:root {
    --bev-primary: #ED9435;
    /* Vision Deck Amber */
    --bev-accent: #ffab4a;
    --bev-dark: #0a0a0a;
    --bev-surface: rgba(255, 255, 255, 0.05);
}

.beverages-corporate-theme {
    background: var(--bev-dark);
    color: #fff;
    font-family: 'Outfit', sans-serif;
}

.bev-container-premium {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

/* Corporate Hero */
.beverages-hero-zenith {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    background: var(--bev-dark);
    overflow: hidden;
}

/* Corporate Spotlight */
.beverages-spotlight {
    position: relative;
    padding: 180px 0;
    /* background: #050505; */
    color: #fff;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.beverages-spotlight-image {
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    height: 100%;
    background-size: cover;
    background-position: center;
    width: 100%;
    opacity: 0.6;
    mix-blend-mode: luminosity;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0));
}

/* Corporate Offering Card */
.beverages-offering-card {
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(20px);
    padding: 60px 50px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

.beverages-offering-card:hover {
    transform: translateY(-10px);
    border-color: rgba(237, 148, 53, 0.3);
    background: rgba(237, 148, 53, 0.03);
}

.beverages-offering-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--bev-primary);
    transition: height 0.6s ease;
}

.beverages-offering-card:hover::before {
    height: 100%;
}

.beverages-offering-icon {
    font-size: 3rem;
    color: var(--bev-primary);
    margin-bottom: 25px;
}