/*
Theme Name: Hari Om 683 Premium Theme
Author: Assistant Developer
Description: Luxury Maroon & Gold spiritual theme built for premium Indian Incense brands.
Version: 1.0.8
*/

/* Reset & Base Rules */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #FFFBF2;
    color: #333333;
    line-height: 1.6;
}

/* Structural Container */
.section-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
}
.text-center { text-align: center; }

/* Color & Typography Utility Styles */
.gold-text {
    background: linear-gradient(90deg, #FCE0AD 0%, #DF9F4F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Playfair Display', serif;
}
.dark-red-text { color: #600105; }

/* Global Interactive Elements */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    transition: background 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}
.btn-red { background-color: #B30006; color: #fff; border: none; }
.btn-red:hover { background-color: #820104; }
.btn-gold { background: linear-gradient(90deg, #FCE0AD 0%, #DF9F4F 100%); color: #600105; border: none; }
.btn-outline { border: 2px solid #DF9F4F; color: #DF9F4F; }
.btn-sm { padding: 8px 20px; font-size: 11px; }
.btn-block { display: block; width: 100%; text-align: center; }

/* Sticky Floating Contact Icons */
.floating-sidebar {
    position: fixed;
    right: 20px;
    top: 35%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}
.float-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.whatsapp { background-color: #25D366; }
.phone { background-color: #F1A80A; }
.email { background-color: #B30006; }
.location { background-color: #007AFF; }

/* Header Elements & Secure Logo Framework */
.site-header {
    background-color: #600105;
    border-bottom: 2px solid #DF9F4F;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.header-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.site-logo img {
    max-height: 70px !important;
    width: auto !important;
    display: block !important;
}
.nav-menu { display: flex; list-style: none; gap: 20px; }
.nav-menu a { color: #fff; text-decoration: none; font-size: 13px; text-transform: uppercase; font-weight: 500; }
.nav-menu a:hover { color: #FCE0AD; }

/* Hero Showcase Panel */
.hero-section {
    background-color: #1f0103; 
    color: #fff;
    padding: 60px 0;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.hero-subtitle { font-family: 'Playfair Display', serif; font-style: italic; font-size: 28px; }
.hero-title { font-size: 56px; font-weight: 800; line-height: 1.1; margin-bottom: 10px; }
.hero-tagline { font-size: 20px; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 15px; }
.hero-description { color: #FCE0AD; margin-bottom: 30px; }
.hero-buttons { display: flex; gap: 15px; }

/* Fixed Block Format Framework (650px x 650px Box Layout) */
.hero-image-placeholder {
    width: 650px !important;
    height: 650px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
}
.hero-image-placeholder img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
}

/* Product Section Uniform Grid - Fixed Sizing Architecture */
.collection-section { background-color: #FFFBF2; }
.section-title { font-family: 'Playfair Display', serif; font-size: 32px; color: #600105; margin-bottom: 40px; letter-spacing: 1px; }
.product-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
    gap: 30px; 
}
.product-card { 
    background: #fff; 
    border: 1px solid rgba(223, 159, 79, 0.15); 
    border-radius: 8px; 
    padding: 24px; 
    text-align: center; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.product-img-box { 
    width: 100% !important;
    height: 220px !important; /* Uniform proportional cap preventing oversize boxes */
    background-color: transparent !important; 
    margin-bottom: 15px !important; 
    display: flex !important; 
    align-items: center !important; 
    justify-content: center !important; 
    overflow: hidden !important;
}
.product-img-box img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important; /* Locks graphics into native clean proportions */
    display: block !important;
}
.product-card h3 { font-size: 16px; margin: 10px 0 5px 0; color: #333; font-weight: 600; text-transform: uppercase; }
.product-card p { font-size: 12px; color: #777; margin-bottom: 15px; }

/* USP Banner Elements */
.usp-bar { background-color: #600105; color: #fff; border-top: 2px solid #DF9F4F; border-bottom: 2px solid #DF9F4F; }
.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); text-align: center; gap: 15px; padding: 20px 0; }
.usp-item { font-size: 11px; font-weight: 500; letter-spacing: 1px; display: flex; flex-direction: column; align-items: center; gap: 8px; }

/* Brand Presentation Elements */
.about-section { background-color: #FFFBF2; }
.about-grid { display: grid; grid-template-columns: 1fr; text-align: center; max-width: 800px; }
.about-content h2 { font-family: 'Playfair Display', serif; font-size: 36px; margin-bottom: 20px; }
.about-content p { font-size: 15px; color: #555; margin-bottom: 25px; }

/* Data Counter Layouts */
.stats-bar { background-color: #600105; color: #fff; text-align: center; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; padding: 30px 0; }
.stat-item h3 { font-size: 36px; color: #FCE0AD; font-family: 'Playfair Display', serif; }
.stat-item p { font-size: 12px; letter-spacing: 1px; margin-top: 5px; color: #ddd; }

/* Dealer Form Elements */
.inquiry-section { background-color: #3d0003; color: #fff; }
.inquiry-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; align-items: center; padding: 40px 0; }
.inquiry-left h2 { font-family: 'Playfair Display', serif; font-size: 36px; }
.handshake-icon { font-size: 64px; margin-top: 20px; opacity: 0.8; }
.dealer-form { display: flex; flex-direction: column; gap: 15px; }
.form-row { display: flex; gap: 15px; }
.form-row input, .form-row textarea { flex: 1; padding: 12px 15px; border-radius: 4px; border: 1px solid #DF9F4F; background-color: #FFFBF2; color: #333; font-family: 'Poppins', sans-serif; }

/* Main Site Footer Elements */
.site-footer { background-color: #1a0001; color: #bbb; border-top: 3px solid #DF9F4F; font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; padding: 40px 0 20px 0; }
.footer-brand h2 { margin-bottom: 10px; }
.footer-links h4, .footer-contact h4 { color: #fff; margin-bottom: 15px; font-weight: 500; }
.footer-links ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.footer-links a { color: #bbb; text-decoration: none; }
.footer-links a:hover { color: #DF9F4F; }
.footer-contact p { margin-bottom: 8px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.05); text-align: center; padding: 20px 0; display: flex; justify-content: space-between; font-size: 11px; }

/* Responsive Adaptations */
@media (max-width: 1200px) {
    .hero-image-placeholder {
        width: 100% !important;
        max-width: 500px !important;
        height: 500px !important;
    }
}
@media (max-width: 768px) {
    .hero-grid, .inquiry-grid, .header-container { grid-template-columns: 1fr; text-align: center; flex-direction: column; gap: 20px; }
    .hero-buttons { justify-content: center; }
    .form-row { flex-direction: column; gap: 15px; }
    .nav-menu { display: none; }
    .footer-bottom { flex-direction: column; gap: 10px; }
    .hero-image-placeholder {
        width: 100% !important;
        max-width: 340px !important;
        height: 340px !important;
    }
}