/*
Theme Name: ChokhaRam
Theme URI: https://chokharam.in
Author: ChokhaRam
Author URI: https://chokharam.in
Description: A handcrafted WordPress theme for ChokhaRam — authentic Rajasthani mathri snacks.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: chokharam
Tags: food, ecommerce, restaurant, one-page, bootstrap
*/

/* ============================================================
   CHOKHARAM — WHITE & MAROON THEME
   ============================================================ */

:root {
  --maroon: #7B1818;
  --maroon-dark: #5a1010;
  --maroon-light: #9e2626;
  --maroon-faint: #fdf0f0;
  --white: #ffffff;
  --off-white: #f9f4f4;
  --text-dark: #1a0808;
  --text-mid: #5c3030;
  --text-light: #9a6060;
  --border: #f0d8d8;
}

/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Input fix — pointer events & user select */
input, textarea, select {
    -webkit-user-select: text !important;
    user-select: text !important;
    pointer-events: auto !important;
}

html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
  font-size: 15px;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Cormorant Garamond', serif; font-weight: 700; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
ul { list-style: none; padding: 0; margin: 0; }
p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

/* ===== OFFER TICKER ===== */
.offer-ticker {
  background: var(--maroon);
  color: rgba(255,255,255,0.92);
  padding: 9px 0;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.4px;
}
.ticker-track { display: inline-block; animation: ticker 35s linear infinite; }
.ticker-track span { margin: 0 20px; }
.ticker-sep { color: rgba(255,255,255,0.4); margin: 0 6px !important; }
@keyframes ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ===== NAVBAR ===== */
.cr-navbar {
  background: var(--white);
  border-bottom: 2px solid var(--border);
  padding: 0;
  box-shadow: 0 2px 16px rgba(123,24,24,0.07);
  position: sticky;
  top: 0;
  z-index: 999;
  -webkit-position: sticky;
  width: 100%;
}
.cr-navbar-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  position: relative; /* dropdown ke liye zaroori */
}
.navbar-logo .custom-logo-link { display: block; line-height: 0; }
.navbar-logo .custom-logo { height: 60px; width: auto; }
.navbar-right { display: flex; flex-direction: row; align-items: center; gap: 8px; flex-shrink: 0; }
.nav-links { display: flex; align-items: center; flex: 1; justify-content: center; }
.logo-img { border: 2px solid var(--maroon); object-fit: cover; background-color: antiquewhite; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--maroon); letter-spacing: 0.5px; }
.brand-tagline { font-size: 0.65rem; color: var(--text-light); letter-spacing: 1.5px; text-transform: uppercase; }
.cr-navbar .nav-link { color: var(--text-dark) !important; font-weight: 600; font-size: 0.85rem; padding: 8px 14px; border-radius: 6px; transition: all 0.2s; letter-spacing: 0.2px; }
.cr-navbar .nav-link:hover, .cr-navbar .nav-link.active { color: var(--maroon) !important; background: var(--maroon-faint); }
.btn-cart { background: var(--maroon); color: var(--white); border: none; border-radius: 50px; padding: 9px 20px; font-size: 1.05rem; position: relative; transition: all 0.2s; cursor: pointer; }
.btn-cart:hover { background: var(--maroon-dark); color: var(--white); transform: scale(1.05); }
.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e74c3c;
    color: var(--white);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 0.65rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--white);
    z-index: 10;
    line-height: 1;
}
.navbar-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }

/* ===== HERO ===== */
.hero-section { background: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 60%, #9b2020 100%); position: relative; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.hero-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hero-inner { display: flex; align-items: center; min-height: 85vh; gap: 40px; padding: 60px 0; }
.hero-text { flex: 1; }
.hero-visual { flex: 1; display: flex; justify-content: center; align-items: center; }
@media (max-width: 991px) { .hero-visual { display: none; } }
.hero-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.25); color: rgba(255,255,255,0.9); font-size: 0.78rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; padding: 6px 16px; border-radius: 50px; margin-bottom: 24px; }
.hero-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem,5.5vw,4.5rem); color: var(--white); line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 20px; }
.hero-heading em { font-style: italic; color: rgba(255,255,255,0.7); }
.hero-sub { color: rgba(255,255,255,0.78); font-size: 1rem; line-height: 1.75; max-width: 460px; margin-bottom: 24px; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats { display: flex; gap: 32px; flex-wrap: wrap; border-top: 1px solid rgba(255,255,255,0.15); padding-top: 24px; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat strong { font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; color: var(--white); line-height: 1; }
.hero-stat span { font-size: 0.72rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.hero-divider { width: 1px; background: rgba(255,255,255,0.2); align-self: stretch; }
.hero-frame { position: relative; display: inline-block; }
.hero-frame-inner { overflow: hidden; border: 4px solid rgba(255,255,255,0.2); box-shadow: 0 40px 80px rgba(0,0,0,0.3); border-radius: 16px; animation: float 5s ease-in-out infinite; }
.hero-frame-inner img { width: 100%; height: 100%; object-fit: cover; display: block; max-width: 420px; }
.hero-float-badge { position: absolute; background: var(--white); color: var(--maroon); padding: 8px 16px; border-radius: 50px; font-size: 0.78rem; font-weight: 700; display: flex; align-items: center; gap: 4px; box-shadow: 0 8px 24px rgba(0,0,0,0.15); white-space: nowrap; }
.top-badge { top: 30px; left: -30px; }
.bottom-badge { bottom: 40px; right: -20px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.hero-wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; }
.hero-wave svg { display: block; width: 100%; }

/* ===== BUTTONS ===== */
.btn-primary-cr { background: var(--white); color: var(--maroon); border: 2px solid var(--white); padding: 12px 30px; font-weight: 700; border-radius: 8px; font-size: 0.9rem; letter-spacing: 0.3px; transition: all 0.25s; display: inline-flex; align-items: center; gap: 6px; }
.btn-primary-cr:hover { background: var(--maroon-faint); color: var(--maroon-dark); border-color: var(--maroon-faint); transform: translateY(-2px); }
.btn-outline-cr { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.5); padding: 12px 30px; font-weight: 700; border-radius: 8px; font-size: 0.9rem; transition: all 0.25s; display: inline-flex; align-items: center; gap: 6px; }
.btn-outline-cr:hover { background: rgba(255,255,255,0.1); color: var(--white); border-color: var(--white); }
.btn-white-cr { background: var(--white); color: var(--maroon); border: 2px solid var(--white); padding: 12px 32px; font-weight: 700; border-radius: 8px; font-size: 0.95rem; transition: all 0.25s; display: inline-flex; align-items: center; gap: 6px; }
.btn-white-cr:hover { background: var(--maroon-faint); color: var(--maroon-dark); border-color: transparent; transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: var(--white) !important; border: none; padding: 12px 28px; font-weight: 700; border-radius: 8px; font-size: 0.9rem; transition: all 0.25s; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; cursor: pointer; }
.btn-whatsapp:hover { background: #1db954; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,211,102,0.3); }
.btn-danger-outline { background: transparent; color: #dc3545; border: 2px solid #dc3545; padding: 10px 20px; font-weight: 700; border-radius: 8px; font-size: 0.88rem; transition: all 0.25s; display: inline-flex; align-items: center; gap: 6px; cursor: pointer; width: 100%; justify-content: center; margin-top: 8px; }
.btn-danger-outline:hover { background: #dc3545; color: white; }

/* ===== SECTIONS ===== */
.section-pad { padding: 100px 0; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.row { display: flex; flex-wrap: wrap; gap: 32px; }
.col-5 { flex: 0 0 calc(41.66% - 16px); }
.col-7 { flex: 0 0 calc(58.33% - 16px); }
.col-full { flex: 0 0 100%; }
.bg-white { background: var(--white); }
.bg-light-maroon { background: var(--maroon-faint); }
.bg-maroon { background: linear-gradient(135deg, var(--maroon-dark) 0%, var(--maroon) 100%); }
.text-center { text-align: center; }
.section-eyebrow { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 4px; color: var(--maroon); font-weight: 700; margin-bottom: 10px; display: flex; align-items: center; }
.section-eyebrow.light { color: rgba(255,255,255,0.55); }
.section-eyebrow-center { justify-content: center; }
.section-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,4vw,3rem); color: var(--maroon-dark); line-height: 1.2; margin-bottom: 18px; }
.section-heading.light { color: var(--white); }
.section-heading em { font-style: italic; color: var(--maroon-light); }
.section-heading.light em { color: rgba(255,255,255,0.65); }
.section-body { color: var(--text-mid); font-size: 0.95rem; line-height: 1.8; margin-bottom: 14px; }
.section-subhead { color: var(--text-light); font-size: 1rem; max-width: 480px; margin: 0 auto; }
.mb-5 { margin-bottom: 48px; }

/* ===== ABOUT ===== */
.about-img-wrap { position: relative; display: inline-block; width: 100%; }
.about-main-img { width: 100%; height: 420px; object-fit: cover; border-radius: 16px; box-shadow: 0 20px 60px rgba(123,24,24,0.15); display: block; }
.about-float-card { position: absolute; bottom: -20px; right: -20px; background: var(--maroon); color: var(--white); padding: 16px 20px; border-radius: 14px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 30px rgba(123,24,24,0.3); }
.about-float-card i { font-size: 1.6rem; color: rgba(255,255,255,0.8); }
.about-float-card strong { display: block; font-size: 1rem; font-weight: 700; }
.about-float-card span { font-size: 0.75rem; color: rgba(255,255,255,0.65); }
.about-accent-block { position: absolute; top: -12px; left: -12px; width: 80px; height: 80px; background: var(--maroon-faint); border-radius: 12px; z-index: -1; border: 2px solid var(--border); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.stat-box { background: var(--white); border: 1.5px solid var(--border); border-radius: 12px; padding: 18px 12px; text-align: center; display: flex; flex-direction: column; align-items: center; transition: all 0.25s; }
.stat-box:hover { border-color: var(--maroon); box-shadow: 0 8px 24px rgba(123,24,24,0.08); transform: translateY(-3px); }
.stat-icon { font-size: 1.3rem; color: var(--maroon); margin-bottom: 6px; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; font-weight: 700; color: var(--maroon); line-height: 1; }
.stat-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 1px; color: var(--text-light); margin-top: 4px; }

/* ===== PROCESS ===== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: 16px; overflow: hidden; transition: all 0.3s; height: 100%; }
.process-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,0.2); }
.process-img-wrap { position: relative; height: 180px; overflow: hidden; }
.process-img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.75) saturate(0.8); transition: transform 0.4s; display: block; }
.process-card:hover .process-img { transform: scale(1.05); }
.process-num { position: absolute; top: 12px; left: 12px; background: var(--maroon); color: var(--white); font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 700; width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,0.4); }
.process-content { padding: 22px 20px; }
.process-bi { font-size: 1.5rem; color: rgba(255,255,255,0.5); display: block; margin-bottom: 10px; }
.process-content h5 { color: var(--white); font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.process-content p { color: rgba(255,255,255,0.65); font-size: 0.87rem; line-height: 1.65; margin: 0; }

/* ===== WHY SECTION ===== */
.why-section { background: var(--off-white); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 32px 26px; text-align: center; transition: all 0.3s; height: 100%; }
.why-card:hover { border-color: var(--maroon); box-shadow: 0 16px 48px rgba(123,24,24,0.1); transform: translateY(-5px); }
.why-card.featured { background: var(--maroon); border-color: var(--maroon); color: var(--white); }
.why-card.featured h5 { color: var(--white); }
.why-card.featured p { color: rgba(255,255,255,0.75); }
.why-card.featured .why-icon-wrap { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.2); }
.why-card.featured .why-icon-wrap i { color: var(--white); }
.why-icon-wrap { width: 64px; height: 64px; border-radius: 16px; background: var(--maroon-faint); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: all 0.25s; }
.why-icon-wrap i { font-size: 1.5rem; color: var(--maroon); }
.why-card:hover .why-icon-wrap { background: var(--maroon); border-color: var(--maroon); }
.why-card:hover:not(.featured) .why-icon-wrap i { color: var(--white); }
.why-card h5 { font-size: 1.1rem; font-weight: 700; color: var(--maroon-dark); margin-bottom: 10px; }
.why-card p { color: var(--text-mid); font-size: 0.88rem; line-height: 1.65; margin: 0; }

/* ===== PRODUCTS ===== */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.product-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 20px; overflow: hidden; transition: all 0.3s; height: 100%; display: flex; flex-direction: column; }
.product-card:hover { border-color: var(--maroon); box-shadow: 0 20px 60px rgba(123,24,24,0.12); transform: translateY(-6px); }
.product-img-wrap { position: relative; height: 220px; overflow: hidden; display: block; }
.product-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; display: block; }
.product-card:hover .product-img { transform: scale(1.06); }
.product-badge { position: absolute; top: 14px; left: 14px; background: var(--maroon); color: var(--white); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; display: flex; align-items: center; gap: 3px; }
.product-badge.spicy { background: #c0392b; }
.product-badge.new { background: #16a085; }
.product-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.product-name { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--maroon-dark); margin-bottom: 8px; }
.product-desc { color: var(--text-mid); font-size: 0.87rem; line-height: 1.65; margin-bottom: 14px; }
.product-features { list-style: none; padding: 0; margin: 0; flex: 1; }
.product-features li { font-size: 0.82rem; color: var(--text-mid); margin-bottom: 6px; display: flex; align-items: center; gap: 8px; }
.product-features li i { color: var(--maroon); font-size: 0.85rem; flex-shrink: 0; }
.size-label { font-size: 0.73rem; font-weight: 700; color: var(--text-mid); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; margin-top: 16px; display: flex; align-items: center; gap: 4px; }
.size-group { display: flex; border: 1.5px solid var(--border); border-radius: 8px; overflow: hidden; }
.size-group input[type="radio"] { display: none; }
.btn-size { border: none; border-right: 1.5px solid var(--border); color: var(--text-dark); font-size: 0.78rem; font-weight: 600; padding: 8px 6px; flex: 1; background: var(--white); text-align: center; transition: all 0.15s; cursor: pointer; line-height: 1.3; }
.btn-size:last-child { border-right: none; }
.btn-size:hover { border-color: var(--maroon); }
.size-group input[type="radio"]:checked + .btn-size { background: var(--maroon); color: var(--white); }
.quantity-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 14px; }
.qty-control { display: flex; align-items: center; border: 1.5px solid var(--border); border-radius: 8px; overflow: hidden; }
.qty-control button { background: var(--off-white); border: none; width: 36px; height: 36px; cursor: pointer; color: var(--maroon); font-size: 1rem; display: flex; align-items: center; justify-content: center; transition: all 0.15s; flex-shrink: 0; }
.qty-control button:hover { background: var(--maroon); color: var(--white); }
.qty-control input { border: none; width: 44px; text-align: center; font-weight: 700; color: var(--maroon); font-size: 0.92rem; background: var(--white); -moz-appearance: textfield; }
.qty-control input::-webkit-outer-spin-button, .qty-control input::-webkit-inner-spin-button { -webkit-appearance: none; }
.btn-add-cart { flex: 1; background: var(--maroon); color: var(--white) !important; border: none; border-radius: 8px; font-weight: 700; font-size: 0.83rem; padding: 9px 14px; display: flex; align-items: center; gap: 5px; justify-content: center; transition: all 0.2s; cursor: pointer; }
.btn-add-cart:hover { background: var(--maroon-dark); transform: scale(1.02); }

/* ===== OUT OF STOCK ===== */
.product-oos-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center; z-index: 3; }
.product-oos-text { background: #e53935; color: #fff; font-size: 0.9rem; font-weight: 800; padding: 8px 20px; border-radius: 50px; display: flex; align-items: center; gap: 6px; letter-spacing: 0.5px; text-transform: uppercase; box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.product-card.oos { opacity: 0.85; }
.btn-oos { background: #9e9e9e !important; cursor: not-allowed !important; opacity: 0.8; }
.btn-oos:hover { background: #9e9e9e !important; transform: none !important; }

/* ===== STORY SECTION ===== */
.story-section { position: relative; overflow: hidden; }
.story-bg { position: absolute; inset: 0; }
.story-bg img { width: 100%; height: 100%; object-fit: cover; }
.story-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(90,16,16,0.95) 0%, rgba(123,24,24,0.9) 100%); }
.story-inner { position: relative; z-index: 1; }
.story-img-stack { position: relative; height: 420px; }
.story-img-main { position: absolute; width: 75%; height: 85%; top: 0; left: 0; object-fit: cover; border-radius: 16px; border: 4px solid rgba(255,255,255,0.15); box-shadow: 0 24px 60px rgba(0,0,0,0.35); }
.story-img-secondary { position: absolute; width: 50%; height: 55%; bottom: 0; right: 0; object-fit: cover; border-radius: 12px; border: 4px solid rgba(255,255,255,0.2); box-shadow: 0 16px 40px rgba(0,0,0,0.3); }
.story-text { color: rgba(255,255,255,0.78); font-size: 0.95rem; line-height: 1.8; margin-bottom: 16px; }
.story-quote { background: rgba(255,255,255,0.07); border-left: 4px solid rgba(255,255,255,0.3); border-radius: 0 12px 12px 0; padding: 24px 28px; margin-top: 24px; }
.story-quote-icon { font-size: 2.5rem; color: rgba(255,255,255,0.3); display: block; margin-bottom: 8px; }
.story-quote p { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.2rem; color: var(--white); line-height: 1.6; margin: 0 0 12px; }
.story-quote cite { font-size: 0.8rem; color: rgba(255,255,255,0.5); display: flex; align-items: center; gap: 4px; font-style: normal; }

/* ===== CTA ===== */
.cta-section { background: var(--maroon); padding: 90px 0; position: relative; overflow: hidden; }
.cta-pattern { position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-top-icon { font-size: 3rem; color: rgba(255,255,255,0.25); display: block; margin-bottom: 16px; }
.cta-heading { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,4vw,3.2rem); color: var(--white); margin-bottom: 14px; }
.cta-sub { color: rgba(255,255,255,0.72); font-size: 1.05rem; margin-bottom: 0; }
.cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 32px; }

/* ===== CONTACT ===== */
.contact-layout { display: grid; grid-template-columns: 1fr 0.7fr; gap: 48px; align-items: start; max-width: 900px; margin: 0 auto; }
.contact-form-card { background: var(--white); border-radius: 20px; padding: 36px; box-shadow: 0 8px 40px rgba(123,24,24,0.08); border: 1.5px solid var(--border); }
.form-group { margin-bottom: 16px; position: relative; }
.input-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--maroon); font-size: 0.9rem; z-index: 5; pointer-events: none; }
.textarea-icon { top: 16px; transform: none; }
.cr-input { border: 1.5px solid var(--border); border-radius: 10px; padding: 11px 14px 11px 40px; font-size: 0.9rem; color: var(--text-dark); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; width: 100%; font-family: 'DM Sans', sans-serif; }
.cr-input:focus { border-color: var(--maroon); box-shadow: 0 0 0 3px rgba(123,24,24,0.08); outline: none; }
textarea.cr-input { resize: none; }
.contact-info-list { display: flex; flex-direction: column; gap: 14px; }
.contact-info-card { display: flex; align-items: flex-start; gap: 16px; background: var(--white); border: 1.5px solid var(--border); border-radius: 14px; padding: 20px; transition: all 0.25s; }
.contact-info-card:hover { border-color: var(--maroon); box-shadow: 0 8px 24px rgba(123,24,24,0.08); }
.contact-icon-wrap { width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; background: var(--maroon-faint); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; }
.contact-icon-wrap i { font-size: 1.1rem; color: var(--maroon); }
.contact-info-card strong { color: var(--maroon-dark); display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 2px; }
.contact-info-card p { margin: 0; color: var(--text-mid); font-size: 0.85rem; }

/* ===== FOOTER ===== */
.cr-footer { background: var(--maroon-dark); color: rgba(255,255,255,0.65); }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 2fr; gap: 32px; padding: 64px 0 32px; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; font-weight: 700; color: var(--white); }
.footer-brand-tag { font-size: 0.65rem; color: rgba(255,255,255,0.4); letter-spacing: 1.5px; text-transform: uppercase; }
.footer-brand-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; width: 150px; }
.footer-desc { font-size: 0.85rem; line-height: 1.75; color: rgba(255,255,255,0.5); }
.footer-heading { color: var(--white); font-family: 'DM Sans', sans-serif; font-weight: 700; font-size: 0.78rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 16px; display: flex; align-items: center; gap: 4px; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.85rem; transition: color 0.2s; display: flex; align-items: center; gap: 4px; }
.footer-links a:hover { color: var(--white); }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); display: flex; align-items: center; justify-content: center; font-size: 1rem; text-decoration: none; transition: all 0.2s; }
.social-links a:hover { background: var(--white); color: var(--maroon); border-color: var(--white); }
.footer-trust { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 16px; }
.footer-trust span { font-size: 0.75rem; color: rgba(255,255,255,0.45); display: flex; align-items: center; gap: 4px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.3); }

/* ===== CART SIDEBAR ===== */
.cart-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1050; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.cart-overlay.active { opacity: 1; pointer-events: all; }
.cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 390px;
    max-width: 100vw;
    height: 100vh;
    background: var(--white);
    z-index: 1051;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(.4,0,.2,1);
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 40px rgba(0,0,0,0.15);
    pointer-events: all;
}
.cart-sidebar * { pointer-events: auto; }
.cart-sidebar.open { transform: translateX(0); }
.cart-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1.5px solid var(--border); background: var(--maroon-faint); }
.cart-header h5 { color: var(--maroon-dark); font-weight: 700; font-size: 1.05rem; margin: 0; display: flex; align-items: center; gap: 8px; }
.cart-header button { background: none; border: none; font-size: 1.1rem; cursor: pointer; color: var(--text-mid); padding: 4px 8px; border-radius: 6px; transition: all 0.15s; }
.cart-header button:hover { background: var(--border); color: var(--maroon); }
.cart-items { flex: 1; overflow-y: auto; padding: 16px 24px; -webkit-overflow-scrolling: touch; }
.cart-empty { text-align: center; padding: 60px 20px; color: var(--text-light); }
.cart-empty i { font-size: 3.5rem; color: var(--border); display: block; margin-bottom: 12px; }
.cart-empty p { font-size: 0.95rem; margin-bottom: 16px; }
.cart-item { display: flex; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 700; color: var(--maroon-dark); font-size: 0.88rem; }
.cart-item-detail { font-size: 0.76rem; color: var(--text-light); margin-top: 2px; display: flex; align-items: center; gap: 4px; }
.cart-item-price { font-weight: 800; color: var(--maroon); font-size: 0.95rem; flex-shrink: 0; }
.cart-item-actions { display: flex; align-items: center; gap: 8px; }
.cart-item-remove { background: none; border: none; cursor: pointer; color: var(--border); font-size: 0.95rem; padding: 4px 6px; border-radius: 6px; transition: all 0.15s; }
.cart-item-remove:hover { color: #e74c3c; background: #fef0f0; }
.cart-item-price-wrap { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; }
.cart-item-price-original { font-size: 0.78rem; color: var(--text-light); text-decoration: line-through; font-weight: 600; }
.cart-item-price-discounted { font-weight: 800; color: #2e7d32; font-size: 0.95rem; }

.cart-footer {
    padding: 0;
    border-top: 1.5px solid var(--border);
    background: var(--off-white);
    pointer-events: auto;
    position: relative;
    z-index: 2;
}
.cart-total { display: flex; justify-content: space-between; align-items: center; padding: 10px 16px 4px; font-size: 0.9rem; color: var(--text-mid); }
.cart-total strong { color: var(--maroon-dark); font-size: 1.3rem; font-family: 'Cormorant Garamond', serif; }

/* ===== PROMO CODE ===== */
.promo-section {
    padding: 12px 16px;
    border-bottom: 1.5px solid var(--border);
    background: #fafafa;
    pointer-events: auto;
    position: relative;
    z-index: 10;
}
.promo-input-row { display: flex; gap: 8px; align-items: center; }
.promo-input {
    flex: 1;
    padding: 9px 12px;
    border: 1.5px solid var(--border);
    border-radius: 8px;
    font-size: 0.88rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--maroon);
    transition: border-color 0.2s;
    pointer-events: all !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    cursor: text !important;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
}
.promo-input:focus { border-color: var(--maroon); outline: none; box-shadow: 0 0 0 3px rgba(123,24,24,0.08); }
.promo-apply-btn { background: var(--maroon); color: #fff; border: none; border-radius: 8px; padding: 9px 18px; font-weight: 700; font-size: 0.85rem; cursor: pointer; transition: background 0.2s; white-space: nowrap; }
.promo-apply-btn:hover { background: var(--maroon-dark); }
.promo-apply-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.promo-applied { display: flex; align-items: center; justify-content: space-between; background: #e8f5e9; border: 1.5px solid #a5d6a7; border-radius: 8px; padding: 8px 12px; font-size: 0.84rem; color: #2e7d32; font-weight: 600; }
.promo-remove-btn { background: none; border: none; color: #c62828; cursor: pointer; font-size: 0.85rem; font-weight: 700; padding: 2px 6px; border-radius: 4px; transition: background 0.15s; }
.promo-remove-btn:hover { background: #ffebee; }
.promo-msg { font-size: 0.78rem; margin-top: 6px; min-height: 16px; font-weight: 600; }
.promo-msg.success { color: #2e7d32; }
.promo-msg.error   { color: #c62828; }

/* Price Breakdown */
.cart-price-breakdown { padding: 8px 16px 0; }
.cart-subtotal-row, .cart-discount-row, .cart-delivery-row { display: flex; justify-content: space-between; font-size: 0.84rem; color: var(--text-mid); padding: 3px 0; }
.cart-discount-row { color: #2e7d32; font-weight: 700; }

/* ===== TOAST ===== */
.cr-toast { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(80px); background: var(--maroon-dark); color: var(--white); padding: 12px 24px; border-radius: 50px; font-weight: 600; font-size: 0.88rem; z-index: 9999; opacity: 0; transition: all 0.35s; white-space: nowrap; box-shadow: 0 8px 30px rgba(0,0,0,0.25); display: flex; align-items: center; gap: 8px; }
.cr-toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ===== SCROLL ANIMATIONS ===== */
.fade-in { opacity: 0; transform: translateY(28px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* Mobile pe animations disable — sab turant visible */
@media (max-width: 768px) {
    .fade-in {
        opacity: 1 !important;
        transform: translateY(0) !important;
        transition: none !important;
    }
}

/* ===== ORDER POPUP ===== */
.order-popup-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 1060; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.order-popup-overlay.active { opacity: 1; pointer-events: all; }
.order-popup { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -60%); background: #fff; border-radius: 20px; width: 90%; max-width: 460px; z-index: 1061; opacity: 0; pointer-events: none; transition: all 0.35s cubic-bezier(.4,0,.2,1); box-shadow: 0 24px 60px rgba(0,0,0,0.2); max-height: 90vh; overflow: visible; display: flex; flex-direction: column; }
.order-popup.active { opacity: 1; pointer-events: all; transform: translate(-50%, -50%); }
.order-popup-header { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1.5px solid var(--border); background: var(--maroon-faint); border-radius: 20px 20px 0 0; }
.order-popup-header h5 { color: var(--maroon-dark); font-size: 1.05rem; font-weight: 700; margin: 0; display: flex; align-items: center; gap: 8px; }
.order-popup-close { background: none; border: none; font-size: 1.1rem; cursor: pointer; color: var(--text-mid); padding: 4px 8px; border-radius: 6px; transition: all 0.15s; }
.order-popup-close:hover { background: var(--border); color: var(--maroon); }
.order-popup-body { padding: 24px; overflow-y: auto; flex: 1; }
.order-popup-sub { font-size: 0.85rem; color: var(--text-light); margin-bottom: 20px; display: flex; align-items: center; gap: 6px; }
.order-form-group { margin-bottom: 16px; }
.order-form-group label { display: flex; align-items: center; gap: 6px; font-size: 0.82rem; font-weight: 700; color: var(--maroon-dark); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
.order-input { width: 100%; padding: 11px 14px; border: 1.5px solid var(--border); border-radius: 10px; font-size: 0.92rem; color: var(--text-dark); font-family: 'DM Sans', sans-serif; transition: border-color 0.2s; box-sizing: border-box; background: #fff; }
.order-input:focus { border-color: var(--maroon); outline: none; box-shadow: 0 0 0 3px rgba(123,24,24,0.08); }
textarea.order-input { resize: none; }
.order-popup-summary { background: var(--maroon-faint); border: 1.5px solid var(--border); border-radius: 10px; padding: 14px; font-size: 0.82rem; color: var(--text-mid); margin-top: 4px; }
.order-popup-summary .summary-title { font-weight: 700; color: var(--maroon-dark); margin-bottom: 8px; font-size: 0.85rem; }
.order-popup-summary .summary-item { display: flex; justify-content: space-between; padding: 3px 0; border-bottom: 1px solid var(--border); }
.order-popup-summary .summary-item:last-child { border: none; }
.order-popup-summary .summary-total { display: flex; justify-content: space-between; font-weight: 800; color: var(--maroon); font-size: 1rem; margin-top: 8px; padding-top: 8px; border-top: 2px solid var(--border); }
.order-popup-footer { padding: 16px 24px 24px; border-top: 1.5px solid var(--border); }

/* ===== NAV TOGGLE ===== */
.nav-toggle { display: none; background: none; border: 1.5px solid var(--border); border-radius: 8px; padding: 6px 10px; font-size: 1.4rem; cursor: pointer; color: var(--maroon); }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-layout { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .hero-inner { flex-direction: column; }
    .row { flex-direction: column; }
    .col-5, .col-7 { flex: 0 0 100%; }
}

@media (max-width: 768px) {
    /* Section padding */
    .section-pad { padding: 50px 0; }
    .mb-5 { margin-bottom: 28px; }

    /* Container */
    .container { padding: 0 16px; }

    /* Row */
    .row { gap: 16px; }

    /* Columns — full width */
    .col-5, .col-7 {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Hero */
    .hero-inner { padding: 36px 0 50px; min-height: auto; }
    .hero-stats { flex-wrap: nowrap !important; }

    /* About */
    .about-img-wrap { display: block !important; width: 100% !important; margin-bottom: 24px !important; }
    .about-main-img { height: 260px !important; width: 100% !important; }
    .about-float-card { position: relative !important; bottom: auto !important; right: auto !important; margin-top: 12px !important; border-radius: 12px !important; width: 100% !important; }
    .about-accent-block { display: none !important; }

    /* Stats */
    .stats-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 10px !important; }

    /* Process */
    .process-grid { grid-template-columns: 1fr !important; }

    /* Why */
    .why-grid { grid-template-columns: 1fr !important; }

    /* Products */
    .products-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 4px; }
    .product-card { border-radius: 16px; }
    .product-img { object-fit: contain; padding: 8px; background: #fdf8f4; }
    .product-img-wrap { height: 220px; }
    .quantity-row { flex-wrap: nowrap; }
    .btn-add-cart { font-size: 0.82rem; padding: 10px 10px; white-space: nowrap; }
    .btn-oos { font-size: 0.82rem; padding: 10px 10px; white-space: nowrap; }
    .qty-control input { width: 36px; }
    .size-group { gap: 0; }
    .btn-size { padding: 10px 4px; font-size: 0.82rem; }

    /* Story */
    .story-img-stack { height: auto !important; margin-bottom: 32px !important; }
    .story-img-main { position: relative !important; width: 100% !important; height: 220px !important; top: auto !important; left: auto !important; }
    .story-img-secondary { display: none !important; }

    /* Footer */
    .footer-inner { grid-template-columns: 1fr; }

    /* Contact */
    .contact-form-card { padding: 24px; }

    /* Cart */
    .cart-sidebar { width: 100vw; }

    /* Navbar */
    .cr-navbar-inner { padding: 8px 16px; }
    .navbar-logo .custom-logo { height: 52px !important; width: auto; }
    .navbar-right { display: flex; flex-direction: row; align-items: center; gap: 8px; }
    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        padding: 0;
        border: 1.5px solid var(--border);
        border-radius: 8px;
        background: #fff;
        font-size: 1.4rem;
        color: var(--maroon);
        cursor: pointer;
        flex-shrink: 0;
    }
    .btn-cart {
        width: 42px;
        height: 42px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 1.1rem;
        flex-shrink: 0;
        position: relative;
    }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--white);
        box-shadow: 0 8px 24px rgba(0,0,0,0.15);
        padding: 8px 0;
        z-index: 9997;
        border-top: 2px solid var(--border);
    }
    .nav-links.open { display: block; }
    .navbar-nav { flex-direction: column; gap: 0; align-items: center; padding: 0; }
    .nav-link { padding: 12px 24px; border-radius: 0; text-align: center; justify-content: center; width: 100%; }

    /* Order Popup — bottom sheet */
    .order-popup {
        width: 95%;
        max-width: 100%;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(100%);
        border-radius: 20px 20px 0 0;
        max-height: 85vh;
        overflow: visible;
    }
    .order-popup.active { transform: translateY(0); top: auto; left: 0; }
    .order-popup-header { border-radius: 20px 20px 0 0; }
    .order-popup-body { padding: 16px; overflow-y: auto; flex: 1; }
    .order-popup-footer { padding: 12px 16px 20px; }
    .order-input { font-size: 16px; } /* iOS zoom prevent */

    /* OOS mobile */
    .product-oos-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.35); display: flex; align-items: center; justify-content: center; z-index: 3; }
    .product-oos-text { font-size: 0.85rem; }
}

/* WordPress admin bar offset */
.admin-bar .cr-navbar { top: 32px; }
@media (max-width: 782px) { .admin-bar .cr-navbar { top: 46px; } }

/* ===== CUSTOM SELECT DROPDOWN (State + City) ===== */
.custom-select-wrap {
    position: relative;
    width: 100%;
}

.custom-select-display {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-size: 0.92rem;
    color: var(--text-dark);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: border-color 0.2s;
    user-select: none;
    font-family: 'DM Sans', sans-serif;
}

.custom-select-display:hover,
.custom-select-display.open {
    border-color: var(--maroon);
}

.custom-select-display i {
    color: var(--maroon);
    font-size: 0.85rem;
    transition: transform 0.2s;
    pointer-events: none;
}

.custom-select-display.open i.bi-chevron-down {
    transform: rotate(180deg);
}

.custom-select-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(123,24,24,0.12);
    z-index: 9999;
    overflow: hidden;
    max-height: 280px;
    display: none;
    flex-direction: column;
}

/* dropdown open state handled by JS inline style */

.custom-select-search-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1.5px solid var(--border);
    background: var(--maroon-faint);
    flex-shrink: 0;
}

.custom-select-search-wrap i {
    color: var(--maroon);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.custom-select-search {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 0.88rem;
    color: var(--text-dark);
    font-family: 'DM Sans', sans-serif;
    width: 100%;
    padding: 0 !important;
    box-shadow: none !important;
    pointer-events: all !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}

.custom-select-options {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
}

.custom-select-option {
    padding: 11px 16px;
    font-size: 0.88rem;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.15s;
    border-bottom: 1px solid #fdf0f0;
}

.custom-select-option:last-child {
    border-bottom: none;
}

.custom-select-option:hover {
    background: var(--maroon-faint);
    color: var(--maroon);
}

.custom-select-option.selected {
    background: var(--maroon-faint);
    color: var(--maroon);
    font-weight: 700;
}

.custom-select-option i {
    color: var(--maroon);
    font-size: 0.85rem;
    width: 16px;
    flex-shrink: 0;
}

.custom-select-option .no-results {
    color: var(--text-light);
    font-style: italic;
    justify-content: center;
    cursor: default;
}

.custom-select-option.no-results:hover {
    background: transparent;
    color: var(--text-light);
}

/* Mobile fix */
@media (max-width: 768px) {
    .custom-select-dropdown {
        max-height: 220px;
    }
}

/* ===== DELIVERY ROW ===== */
.cart-delivery-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 0.88rem;
    color: var(--text-dark);
}

.cart-delivery-row .delivery-label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--text-dark);
}

.delivery-hint {
    font-size: 0.78rem;
    color: var(--maroon);
    background: #fff8f0;
    border-radius: 6px;
    padding: 5px 10px;
    margin-top: 4px;
    text-align: center;
    font-weight: 500;
}