:root {
    --primary-color: #FF6B35; --primary-dark: #e65c2b; --secondary-color: #1e1e3f;
    --surface-lighter: #1a1a2e; --surface-darker: #0f0f23; --text-white: #ffffff;
    --text-muted: #a0a0b8; --success-color: #2ecc71; --warning-color: #f1c40f;
    --error-color: #e74c3c; --border-color: rgba(255, 255, 255, 0.1);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Poppins', sans-serif; background-color: var(--surface-darker); color: var(--text-white); line-height: 1.6; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
button, input, select, textarea { font-family: 'Poppins', sans-serif; }

/* NAV */
.navbar { position: fixed; top: 0; width: 100%; z-index: 1000; background: rgba(15, 15, 35, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-color); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { width: 40px; height: 40px; border-radius: 50%; }
.brand-name { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; }
.tagline { font-size: 11px; color: var(--primary-color); letter-spacing: 1px; text-transform: uppercase; }
.nav-menu { display: flex; align-items: center; gap: 25px; }
.nav-menu a { color: var(--text-muted); font-size: 14px; font-weight: 500; transition: color 0.3s; }
.nav-menu a:hover { color: var(--primary-color); }
.cart-icon { background: transparent; border: 1px solid var(--border-color); color: var(--text-white); padding: 8px 12px; border-radius: 8px; position: relative; }
.cart-count { position: absolute; top: -8px; right: -8px; background: var(--primary-color); color: #fff; font-size: 10px; font-weight: 700; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.mobile-menu-btn { display: none; flex-direction: column; gap: 5px; background: transparent; }
.mobile-menu-btn span { width: 25px; height: 2px; background: var(--text-white); }

/* HERO */
.hero { padding-top: 100px; background: linear-gradient(135deg, var(--surface-darker), var(--secondary-color)); }
.hero-container { max-width: 1200px; margin: 0 auto; padding: 60px 20px; display: flex; align-items: center; gap: 50px; }
.hero-content { flex: 1; }
.hero-content h1 { font-family: 'Playfair Display', serif; font-size: 52px; line-height: 1.2; margin-bottom: 20px; }
.hero-content h1 span { color: var(--primary-color); }
.subtitle { font-size: 18px; color: var(--text-muted); margin-bottom: 30px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.badge { background: rgba(255, 107, 53, 0.1); border: 1px solid rgba(255, 107, 53, 0.2); padding: 6px 14px; border-radius: 20px; font-size: 13px; }
.hero-buttons { display: flex; gap: 15px; }
.hero-image { flex: 1; display: flex; justify-content: center; }
.hero-image img { max-width: 350px; }

/* BUTTONS */
.btn { padding: 12px 25px; border-radius: 8px; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; transition: all 0.3s; border: none; cursor: pointer; }
.btn-primary { background: var(--primary-color); color: #fff; box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); }
.btn-secondary { background: transparent; color: var(--text-white); border: 1px solid var(--border-color); }

/* SECTIONS */
.section { padding: 80px 0; }
.section-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section-title { text-align: center; font-family: 'Playfair Display', serif; font-size: 36px; margin-bottom: 10px; }
.section-subtitle { text-align: center; color: var(--text-muted); margin-bottom: 40px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* FOUNDER */
.about-founder { background: var(--surface-darker); }
.founder-content { display: flex; gap: 40px; align-items: flex-start; }
.founder-text h3 { font-family: 'Playfair Display', serif; font-size: 24px; margin-bottom: 15px; color: var(--primary-color); }
.founder-text p { color: var(--text-muted); margin-bottom: 15px; line-height: 1.7; }

/* CONSULTATION */
.diet-consultation { background: linear-gradient(135deg, rgba(30, 30, 63, 0.9), rgba(15, 15, 35, 1)); position: relative; overflow: hidden; }
.consultation-card-glow { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 107, 53, 0.3); border-radius: 20px; padding: 50px 40px; text-align: center; position: relative; box-shadow: 0 0 40px rgba(255, 107, 53, 0.08); max-width: 800px; margin: 0 auto; }
.consultation-header { margin-bottom: 20px; position: relative; display: inline-block; }
.consultation-seema-photo { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 4px solid var(--primary-color); margin-bottom: 10px; box-shadow: 0 0 20px rgba(255, 107, 53, 0.3); }
.consultation-badge { position: absolute; bottom: 10px; right: -10px; background: var(--primary-color); color: #fff; font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 12px; white-space: nowrap; }
.consultation-card-glow h2 { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--text-white); margin-bottom: 15px; line-height: 1.3; }
.consultation-lead { font-size: 16px; color: var(--text-muted); max-width: 600px; margin: 0 auto 30px auto; line-height: 1.6; }
.consultation-categories-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 35px; }
.consult-cat-item { background: rgba(255, 107, 53, 0.08); border: 1px solid rgba(255, 107, 53, 0.2); padding: 10px 20px; border-radius: 30px; color: var(--text-white); font-size: 14px; font-weight: 500; transition: all 0.3s ease; }
.consult-cat-item:hover { background: rgba(255, 107, 53, 0.15); transform: translateY(-2px); }
.consult-cat-item i { color: var(--primary-color); margin-right: 6px; }
.consultation-cta-box { display: flex; flex-direction: column; align-items: center; gap: 20px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.1); }
.consultation-price-tag { display: flex; flex-direction: column; align-items: center; }
.price-label { color: var(--text-muted); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.price-amount { font-size: 48px; font-weight: 800; color: var(--text-white); line-height: 1; margin-top: 5px; }
.btn-consultation { padding: 16px 45px; font-size: 18px; border-radius: 50px; font-weight: 700; animation: pulse-glow 2s infinite; }
@keyframes pulse-glow { 0% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.5); } 70% { box-shadow: 0 0 0 20px rgba(255, 107, 53, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0); } }

/* PRODUCTS */
.product-categories { background: var(--surface-darker); }
.category-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.category-tab { padding: 10px 20px; background: transparent; border: 1px solid var(--border-color); color: var(--text-muted); border-radius: 30px; font-weight: 500; transition: all 0.3s; cursor: pointer; }
.category-tab:hover, .category-tab.active { background: var(--primary-color); color: #fff; border-color: var(--primary-color); }
.products-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 30px; }
.product-card { background: var(--surface-lighter); border-radius: 16px; overflow: hidden; border: 1px solid var(--border-color); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,0.3); }
.product-image-wrapper { position: relative; overflow: hidden; background: var(--surface-darker); }
.product-image-wrapper img { width: 100%; height: 250px; object-fit: contain; transition: transform 0.4s ease; }
.product-card:hover .product-image-wrapper img { transform: scale(1.05); }
.product-badge { position: absolute; top: 15px; left: 15px; background: var(--primary-color); color: #fff; padding: 5px 12px; border-radius: 6px; font-size: 12px; font-weight: 600; }
.product-info { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; }
.product-category-tag { font-size: 12px; color: var(--primary-color); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
.product-name { font-family: 'Playfair Display', serif; font-size: 20px; margin-bottom: 8px; }
.product-description { font-size: 14px; color: var(--text-muted); margin-bottom: 15px; line-height: 1.5; }
.view-nutrition-btn { width: 100%; padding: 8px; margin-bottom: 12px; border: 1px dashed rgba(255, 107, 53, 0.4); background: rgba(255, 107, 53, 0.05); color: var(--primary-color); border-radius: 8px; font-size: 13px; font-weight: 500; cursor: pointer; }
.view-nutrition-btn:hover { background: rgba(255, 107, 53, 0.1); }
.product-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.scenario-tag { font-size: 12px; padding: 4px 10px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 20px; color: var(--text-muted); }
.variant-selector { display: flex; gap: 10px; margin-bottom: 15px; }
.variant-btn { flex: 1; padding: 8px 5px; border: 2px solid var(--primary-color); background: transparent; color: var(--primary-color); border-radius: 8px; font-weight: 600; font-size: 13px; cursor: pointer; transition: all 0.3s; }
.variant-btn:hover { background: rgba(255, 107, 53, 0.1); }
.variant-btn.active { background: var(--primary-color); color: #fff; }
.product-price-row { margin-bottom: 15px; }
.product-price { font-size: 24px; font-weight: 700; }
.product-price small { font-size: 14px; font-weight: 400; color: var(--text-muted); }
.freshness-guarantee { display: flex; justify-content: space-around; gap: 5px; margin-bottom: 15px; font-size: 11px; color: var(--text-muted); text-align: center; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 12px; }
.freshness-guarantee span { display: flex; flex-direction: column; gap: 4px; align-items: center; }
.freshness-guarantee i { color: var(--primary-color); font-size: 14px; }
.product-actions-wrapper { margin-top: auto; }
.add-to-cart-btn { width: 100%; padding: 12px; background: var(--primary-color); color: #fff; border-radius: 8px; font-size: 15px; font-weight: 600; transition: all 0.3s; border: none; cursor: pointer; }
.add-to-cart-btn:hover { background: var(--primary-dark); }

/* GIFTING */
.gifting-section { background: var(--surface-darker); }
.gifting-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 25px; }
.gift-category-card { background: var(--surface-lighter); border-radius: 16px; overflow: hidden; border: 1px solid var(--border-color); }
.gift-card-header { padding: 25px; text-align: center; color: #fff; }
.gift-card-header.christmas { background: linear-gradient(135deg, #c0392b, #96281b); }
.gift-card-header.easter { background: linear-gradient(135deg, #a569bd, #7d3c98); }
.gift-card-header.diwali { background: linear-gradient(135deg, #f39c12, #d68910); }
.gift-card-header.corporate { background: linear-gradient(135deg, #2c3e50, #1a252f); }
.gift-icon { font-size: 40px; margin-bottom: 10px; }
.gift-card-body { padding: 20px; }
.gift-feature-list { margin-bottom: 20px; }
.gift-feature-list li { padding: 5px 0; color: var(--text-muted); font-size: 14px; display: flex; align-items: center; gap: 8px; }
.gift-feature-list i { color: var(--success-color); }
.view-gifts-btn { width: 100%; padding: 10px; background: transparent; border: 1px solid var(--primary-color); color: var(--primary-color); border-radius: 8px; font-weight: 600; cursor: pointer; }
.view-gifts-btn:hover { background: var(--primary-color); color: #fff; }
.corporate-buttons { display: flex; flex-direction: column; gap: 10px; }

/* TESTIMONIALS */
.testimonials-section { background: var(--surface-darker); }
.testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 25px; }
.testimonial-card { background: var(--surface-lighter); padding: 25px; border-radius: 16px; border: 1px solid var(--border-color); text-align: center; }
.testimonial-stars { color: #f1c40f; margin-bottom: 15px; }
.testimonial-text { font-style: italic; color: var(--text-muted); margin-bottom: 20px; }
.testimonial-author { display: flex; align-items: center; justify-content: center; gap: 10px; }
.testimonial-avatar { width: 40px; height: 40px; background: var(--primary-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }

/* GALLERY MODAL */
.gallery-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 2000; justify-content: center; align-items: center; flex-direction: column; }
.gallery-modal-overlay.active { display: flex; }
.gallery-modal-content { position: relative; max-width: 800px; width: 90%; }
.gallery-modal-close { position: absolute; top: 15px; right: 15px; z-index: 10; background: rgba(0, 0, 0, 0.7); color: #fff; border: 2px solid #fff; width: 45px; height: 45px; border-radius: 50%; font-size: 24px; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.5); transition: background 0.3s; }
.gallery-modal-close:hover { background: var(--primary-color); border-color: var(--primary-color); }
.gallery-modal-title { text-align: center; color: #fff; margin-bottom: 15px; }
.gallery-main-image { width: 100%; border-radius: 8px; }
.gallery-nav { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(255,255,255,0.2); color: #fff; width: 40px; height: 40px; border-radius: 50%; border: none; cursor: pointer; }
.gallery-nav.prev { left: -50px; }
.gallery-nav.next { right: -50px; }
.gallery-counter { text-align: center; color: #fff; margin-top: 15px; }
.gallery-thumbnails { display: flex; gap: 10px; justify-content: center; margin-top: 15px; }
.gallery-thumbnail { width: 60px; height: 60px; object-fit: cover; border-radius: 5px; cursor: pointer; opacity: 0.5; border: 2px solid transparent; }
.gallery-thumbnail.active { opacity: 1; border-color: var(--primary-color); }

/* CART */
.shopping-cart { background: var(--surface-darker); padding: 80px 0; }
.cart-container { max-width: 900px; margin: 0 auto; background: var(--surface-lighter); padding: 30px; border-radius: 16px; border: 1px solid var(--border-color); }
.cart-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; border-bottom: 1px solid var(--border-color); padding-bottom: 15px; }
.clear-cart-btn { background: transparent; color: var(--error-color); border: none; cursor: pointer; }
.delivery-info-box { background: rgba(255,255,255,0.03); border-radius: 12px; padding: 20px; margin-bottom: 20px; border: 1px solid var(--border-color); }
.delivery-info-title { font-size: 18px; margin-bottom: 15px; color: var(--primary-color); }
.delivery-location-selector { margin-bottom: 15px; }
.delivery-location-selector select { width: 100%; padding: 10px; background: var(--surface-darker); color: var(--text-white); border: 1px solid var(--border-color); border-radius: 8px; }
.delivery-charges-display { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 15px; }
.delivery-charge-item { flex: 1; background: var(--surface-darker); padding: 10px; border-radius: 8px; text-align: center; font-size: 13px; color: var(--text-muted); }
.delivery-charge-item .charge { color: var(--text-white); font-weight: 600; margin-top: 5px; display: block; }
.cart-item { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--border-color); }
.cart-item-image { width: 60px; height: 60px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.cart-item-image img { width: 100%; height: 100%; object-fit: cover; }
.cart-item-details { flex: 1; }
.cart-item-details h4 { font-size: 15px; margin-bottom: 3px; }
.cart-item-details p { font-size: 12px; color: var(--text-muted); }
.quantity-control { display: flex; align-items: center; gap: 10px; margin: 0 15px; }
.quantity-btn { width: 30px; height: 30px; border-radius: 50%; background: var(--surface-darker); color: var(--text-white); border: 1px solid var(--border-color); cursor: pointer; }
.quantity-value { font-weight: 600; }
.cart-item-price { font-weight: 700; min-width: 70px; text-align: right; }
.remove-btn { background: transparent; color: var(--text-muted); border: none; cursor: pointer; }
.remove-btn:hover { color: var(--error-color); }
.cart-summary { margin-top: 25px; padding-top: 20px; border-top: 2px solid var(--primary-color); }
.cart-summary-row { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--text-muted); }
.cart-summary-total { display: flex; justify-content: space-between; font-size: 20px; font-weight: 700; margin: 15px 0; }
.checkout-buttons { display: flex; gap: 15px; margin-top: 20px; }
.empty-cart { text-align: center; padding: 40px 0; color: var(--text-muted); }

/* MODALS */
.modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 3000; justify-content: center; align-items: center; padding: 20px; }
.modal-overlay.active { display: flex; }
.modal-content { background: var(--surface-lighter); padding: 30px; border-radius: 16px; width: 100%; max-width: 600px; max-height: 90vh; overflow-y: auto; position: relative; border: 1px solid var(--border-color); }
.modal-close { position: absolute; top: 15px; right: 20px; font-size: 24px; background: transparent; color: var(--text-muted); border: none; cursor: pointer; }
.modal-title { font-size: 22px; margin-bottom: 10px; padding-right: 30px; }
.modal-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 25px; }

/* FORM STYLES */
.form-row { display: flex; gap: 15px; }
.form-group { margin-bottom: 20px; flex: 1; width: 100%; }
.form-group label { display: block; margin-bottom: 8px; font-size: 14px; color: var(--text-muted); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px; background: var(--surface-darker); color: var(--text-white); border: 1px solid var(--border-color); border-radius: 8px; font-size: 14px; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary-color); outline: none; }
.required { color: var(--error-color); }
.terms-checkbox { margin-bottom: 20px; }
.checkbox-wrapper { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; }
.checkbox-wrapper input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--primary-color); }
.checkbox-label { font-size: 13px; color: var(--text-muted); }
.payment-button-wrapper { margin-bottom: 20px; }
.btn-pay { width: 100%; padding: 15px; background: var(--primary-color); color: #fff; border-radius: 8px; font-size: 16px; font-weight: 700; border: none; cursor: pointer; }
.btn-pay:disabled { background: #555; cursor: not-allowed; }

/* FEEDBACK */
.feedback { background: var(--surface-darker); }
.feedback-form-container { max-width: 600px; margin: 0 auto; background: var(--surface-lighter); padding: 30px; border-radius: 16px; border: 1px solid var(--border-color); }
.star-rating { display: flex; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; }
.star-rating input { display: none; }
.star-rating label { font-size: 25px; color: #444; cursor: pointer; }
.star-rating input:checked ~ label, .star-rating label:hover, .star-rating label:hover ~ label { color: #f1c40f; }
.submit-feedback-btn { width: 100%; padding: 12px; background: var(--primary-color); color: #fff; border-radius: 8px; font-size: 15px; font-weight: 600; border: none; cursor: pointer; }

/* CONTACT */
.contact { background: var(--surface-darker); text-align: center; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 40px; }
.contact-card { background: var(--surface-lighter); padding: 25px; border-radius: 12px; border: 1px solid var(--border-color); }
.contact-card i { font-size: 30px; color: var(--primary-color); margin-bottom: 15px; }
.social-links { display: flex; justify-content: center; gap: 20px; }
.social-links a { width: 45px; height: 45px; border: 1px solid var(--border-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; color: var(--text-muted); transition: all 0.3s; }
.social-links a:hover { border-color: var(--primary-color); color: var(--primary-color); }

/* FOOTER & UTILITIES */
.footer { background: #0a0a1a; padding: 30px 20px; text-align: center; border-top: 1px solid var(--border-color); }
.footer-logo img { width: 50px; margin: 0 auto 15px; }
.footer p { color: var(--text-muted); font-size: 13px; margin-bottom: 5px; }
.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 45px; height: 45px; background: var(--primary-color); color: #fff; border-radius: 50%; font-size: 18px; display: none; align-items: center; justify-content: center; z-index: 999; border: none; cursor: pointer; }
.back-to-top.visible { display: flex; }
.toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%) translateY(100px); background: var(--surface-lighter); color: var(--text-white); padding: 15px 25px; border-radius: 8px; border-left: 4px solid var(--success-color); z-index: 4000; display: flex; align-items: center; gap: 10px; transition: transform 0.3s ease; }
.toast.show { transform: translateX(-50%) translateY(0); }

/* ============================================================
   MOBILE — Desktop-like layout, scaled to fit, minimal scrolling
   Everything stays side-by-side, just smaller
   ============================================================ */
@media (max-width: 768px) {
    .nav-menu {
        position: fixed;
        top: 55px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 55px);
        background: var(--surface-darker);
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 20px;
        gap: 16px;
        transition: left 0.3s;
    }
    .nav-menu.active { left: 0; }
    .mobile-menu-btn { display: flex; }

    /* Hero — side by side, just smaller */
    .hero { padding-top: 60px; }
    .hero-container {
        padding: 20px 14px 24px;
        gap: 16px;
        display: flex;
        flex-direction: row;
    }
    .hero-content h1 { font-size: 26px; margin-bottom: 8px; line-height: 1.15; }
    .subtitle { font-size: 13px; margin-bottom: 12px; line-height: 1.4; }
    .hero-badges { gap: 5px; margin-bottom: 12px; flex-wrap: wrap; }
    .badge { font-size: 10px; padding: 3px 8px; }
    .hero-buttons { flex-direction: row; gap: 8px; margin-bottom: 0; }
    .hero-buttons .btn { width: auto; padding: 8px 16px; font-size: 13px; }
    .hero-image { flex: 0.9; }
    .hero-image img { max-width: 120px; }

    /* Sections — tighter */
    .section { padding: 32px 0; }
    .section-container { padding: 0 14px; }
    .section-title { font-size: 24px; margin-bottom: 6px; }
    .section-subtitle { font-size: 13px; margin-bottom: 20px; line-height: 1.4; }

    /* Founder — side by side, compact */
    .founder-content {
        display: flex;
        flex-direction: row;
        gap: 16px;
        align-items: flex-start;
    }
    .founder-photo {
        width: 80px !important;
        height: 100px !important;
        flex-shrink: 0;
    }
    .founder-text h3 { font-size: 17px; margin-bottom: 6px; }
    .founder-text p { font-size: 12px; margin-bottom: 6px; line-height: 1.5; }

    /* Consultation — compact */
    .consultation-card-glow { padding: 22px 16px; border-radius: 14px; }
    .consultation-seema-photo { width: 70px; height: 70px; margin-bottom: 6px; }
    .consultation-badge { font-size: 9px; padding: 3px 8px; bottom: 5px; right: -5px; }
    .consultation-card-glow h2 { font-size: 20px; margin-bottom: 8px; line-height: 1.2; }
    .consultation-lead { font-size: 12px; margin-bottom: 16px; line-height: 1.4; }
    .consultation-categories-grid { gap: 6px; margin-bottom: 16px; flex-wrap: wrap; }
    .consult-cat-item { padding: 5px 10px; font-size: 11px; }
    .consultation-cta-box { padding-top: 14px; gap: 12px; }
    .price-amount { font-size: 32px; }
    .btn-consultation { padding: 10px 24px; font-size: 13px; }

    /* Products — 2 columns, compact cards */
    .category-tabs { gap: 5px; margin-bottom: 18px; }
    .category-tab { padding: 6px 12px; font-size: 12px; }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .product-image-wrapper img { height: 140px; }
    .product-info { padding: 10px; }
    .product-category-tag { font-size: 10px; margin-bottom: 2px; }
    .product-name { font-size: 13px; margin-bottom: 3px; }
    .product-description { font-size: 11px; margin-bottom: 6px; line-height: 1.35; }
    .view-nutrition-btn { padding: 4px; margin-bottom: 5px; font-size: 10px; }
    .product-tags { gap: 3px; margin-bottom: 5px; }
    .scenario-tag { font-size: 9px; padding: 2px 6px; }
    .variant-selector { gap: 4px; margin-bottom: 6px; }
    .variant-btn { padding: 4px 2px; font-size: 10px; }
    .product-price { font-size: 16px; margin-bottom: 5px; }
    .product-price small { font-size: 10px; }
    .freshness-guarantee { display: none; }
    .add-to-cart-btn { padding: 7px; font-size: 12px; }

    /* Gifting — 2 columns */
    .gifting-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .gift-card-header { padding: 14px; text-align: center; }
    .gift-icon { font-size: 24px; margin-bottom: 2px; }
    .gift-card-header h3 { font-size: 13px; }
    .gift-card-header p { font-size: 10px; display: none; }
    .gift-card-body { padding: 10px; }
    .gift-feature-list { margin-bottom: 8px; }
    .gift-feature-list li { font-size: 10px; padding: 2px 0; gap: 4px; }
    .view-gifts-btn { padding: 6px; font-size: 11px; }
    .corporate-buttons { flex-direction: row; gap: 5px; }

    /* Testimonials — 2 columns */
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .testimonial-card { padding: 12px; }
    .testimonial-text { font-size: 11px; margin-bottom: 8px; }
    .testimonial-author { gap: 6px; }
    .testimonial-avatar { width: 30px; height: 30px; font-size: 11px; }

    /* Cart — tight */
    .shopping-cart { padding: 32px 0; }
    .cart-container { padding: 14px; border-radius: 12px; }
    .cart-header { margin-bottom: 10px; padding-bottom: 8px; font-size: 14px; }
    .delivery-info-box { padding: 12px; margin-bottom: 12px; }
    .delivery-info-title { font-size: 15px; margin-bottom: 6px; }
    .delivery-charges-display { gap: 8px; margin-bottom: 8px; }
    .delivery-charge-item { padding: 8px; font-size: 11px; }
    .cart-item { gap: 8px; padding: 8px 0; }
    .cart-item-image { width: 40px; height: 40px; }
    .cart-item-details h4 { font-size: 12px; margin-bottom: 1px; }
    .cart-item-details p { font-size: 10px; }
    .quantity-control { gap: 4px; margin: 0 6px; }
    .quantity-btn { width: 24px; height: 24px; font-size: 12px; }
    .quantity-value { font-size: 12px; }
    .cart-item-price { font-size: 12px; min-width: 45px; }
    .cart-summary { margin-top: 12px; padding-top: 10px; }
    .cart-summary-row { font-size: 12px; margin-bottom: 5px; }
    .cart-summary-total { font-size: 16px; margin: 8px 0; }
    .checkout-buttons { flex-direction: row; gap: 8px; margin-top: 10px; }
    .checkout-buttons .btn { width: auto; padding: 8px 16px; font-size: 13px; }

    /* Forms */
    .form-group { margin-bottom: 12px; }
    .form-group label { font-size: 12px; margin-bottom: 5px; }
    .form-group input, .form-group select, .form-group textarea { padding: 9px; font-size: 14px; }
    .form-row { flex-direction: column; gap: 0; }

    /* Modals */
    .modal-content { padding: 18px; max-height: 85vh; }
    .modal-title { font-size: 17px; margin-bottom: 6px; }
    .modal-subtitle { font-size: 12px; margin-bottom: 14px; }

    /* Feedback */
    .feedback-form-container { padding: 18px; }

    /* Contact */
    .contact-grid { gap: 12px; margin-bottom: 20px; grid-template-columns: repeat(2, 1fr); }
    .contact-card { padding: 14px; }
    .contact-card i { font-size: 22px; margin-bottom: 8px; }
    .contact-card h4 { font-size: 13px; }
    .contact-card p { font-size: 11px; }
    .social-links a { width: 36px; height: 36px; font-size: 16px; }

    /* Footer */
    .footer { padding: 16px 14px; }
    .footer-logo img { width: 36px; margin-bottom: 8px; }
    .footer p { font-size: 11px; margin-bottom: 3px; }

    /* Gallery */
    .gallery-nav.prev { left: 5px; }
    .gallery-nav.next { right: 5px; }
    .gallery-thumbnail { width: 45px; height: 45px; }
    .toast { padding: 10px 16px; font-size: 12px; bottom: 16px; }
    .back-to-top { width: 36px; height: 36px; bottom: 16px; right: 16px; font-size: 14px; }
}

/* Tiny phones */
@media (max-width: 380px) {
    .hero-content h1 { font-size: 22px; }
    .hero-image { flex: 0.7; }
    .hero-image img { max-width: 100px; }
    .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .product-image-wrapper img { height: 120px; }
    .gifting-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .testimonials-grid { grid-template-columns: 2, 1fr; gap: 8px; }
}