/*
Theme Name: AastroBharat
Theme URI: https://aastrobharat.com
Author: AastroBharat Team
Author URI: https://aastrobharat.com
Description: Premium Vedic astrology & crystal healing theme with spinning gem animations, cream/maroon/gold palette, and WooCommerce integration.
Version: 1.0.0
Requires at least: 5.8
Requires PHP: 7.4
License: Private
Text Domain: aastrobharat
Tags: e-commerce, woocommerce, astrology, crystals
*/

  *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

  :root {
    --primary: #8B1A1A;
    --primary-hover: #A02020;
    --gold: #C9A014;
    --cream: #FFFDF6;
    --cream2: #FFF5E6;
    --text: #1A0A00;
    --text-mid: #5C3D2E;
    --text-light: #9B7B6B;
    --border: #E8D5C0;
  }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Poppins', sans-serif;
    background: var(--cream);
    color: var(--text);
    font-size: 15px;
    line-height: 1.6;
  }

  h1, h2, h3, h4 { font-family: 'Playfair Display', serif; }

  /* ─── CRYSTAL SPIN ANIMATIONS ─── */
  @keyframes gemSpin  { from { transform: rotate(0deg); }   to { transform: rotate(360deg); } }
  @keyframes gemSpin2 { from { transform: rotate(0deg); }   to { transform: rotate(-360deg); } }
  @keyframes gemSpin3 { from { transform: rotate(0deg); }   to { transform: rotate(360deg); } }
  @keyframes gemSpin4 { from { transform: rotate(0deg); }   to { transform: rotate(-360deg); } }
  .spin  { animation: gemSpin  22s linear infinite; display:flex; align-items:center; justify-content:center; }
  .spin2 { animation: gemSpin2 26s linear infinite; display:flex; align-items:center; justify-content:center; }
  .spin3 { animation: gemSpin3 18s linear infinite; display:flex; align-items:center; justify-content:center; }
  .spin4 { animation: gemSpin4 24s linear infinite; display:flex; align-items:center; justify-content:center; }

  /* ─── NAVBAR ─── */
  .navbar {
    position: sticky; top: 0; z-index: 1000;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 0 60px;
    height: 70px;
    display: flex; align-items: center;
  }
  .nav-container {
    display: flex; align-items: center; justify-content: space-between;
    width: 100%;
  }
  .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
  .logo-icon { font-size: 24px; }
  .logo-text { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--primary); font-weight: 700; }
  /* legacy aliases */
  .nav-logo-icon {
    width: 42px; height: 42px;
    background: var(--primary); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: #fff; flex-shrink: 0;
  }
  .nav-logo-name { font-family: 'Playfair Display', serif; font-size: 20px; color: var(--primary); font-weight: 700; line-height: 1.1; }
  .nav-logo-tagline { font-size: 9px; color: var(--gold); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; }
  .nav-links { display: flex; gap: 32px; list-style: none; }
  .nav-links a { text-decoration: none; color: var(--text-mid); font-size: 14px; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover, .nav-links a.active { color: var(--primary); }
  .nav-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
  .nav-cart {
    text-decoration: none; color: var(--text); font-size: 15px;
    display: flex; align-items: center; gap: 4px; font-weight: 500;
  }
  .cart-count {
    background: var(--primary); color: #fff; border-radius: 50%;
    width: 18px; height: 18px; font-size: 11px; font-weight: 600;
    display: inline-flex; align-items: center; justify-content: center;
  }
  .btn-nav {
    padding: 9px 20px; background: var(--primary); color: #fff;
    border: none; border-radius: 7px; font-size: 13px; font-weight: 600;
    cursor: pointer; font-family: 'Poppins', sans-serif; transition: background 0.2s;
    text-decoration: none; display: inline-block; white-space: nowrap;
  }
  .btn-nav:hover { background: var(--primary-hover); color: #fff; }
  /* legacy */
  .btn-call {
    padding: 9px 20px; border: 1.5px solid var(--primary);
    color: var(--primary); background: transparent;
    border-radius: 7px; font-size: 13px; font-weight: 600;
    cursor: pointer; font-family: 'Poppins', sans-serif; transition: all 0.2s;
  }
  .btn-call:hover { background: var(--primary); color: #fff; }
  .btn-kundli {
    padding: 9px 20px; background: var(--primary); color: #fff;
    border: none; border-radius: 7px; font-size: 13px; font-weight: 600;
    cursor: pointer; font-family: 'Poppins', sans-serif; transition: background 0.2s;
  }
  .btn-kundli:hover { background: var(--primary-hover); }

  /* ─── HERO ─── */
  .hero {
    background: linear-gradient(135deg, #FFFDF6 55%, #FFF0D6 100%);
    padding: 80px 60px 60px;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
  }
  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: #FFF0E0; border: 1px solid #F0C890;
    border-radius: 24px; padding: 6px 16px;
    font-size: 12px; color: #8B4513; font-weight: 600;
    margin-bottom: 22px; letter-spacing: 0.4px;
  }
  .hero h1 { font-size: 52px; color: var(--primary); line-height: 1.15; margin-bottom: 10px; font-weight: 700; }
  .hero-hindi { font-size: 18px; color: var(--gold); font-family: 'Playfair Display', serif; font-style: italic; margin-bottom: 18px; }
  .hero-desc { font-size: 16px; color: var(--text-mid); line-height: 1.8; margin-bottom: 26px; max-width: 500px; }
  .hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
  .hero-tag {
    padding: 5px 14px; background: #fff; border: 1px solid var(--border);
    border-radius: 24px; font-size: 12px; color: var(--text-mid); font-weight: 500;
  }
  .hero-btns { display: flex; gap: 16px; }
  .btn-hero-primary {
    padding: 15px 32px; background: var(--primary); color: #fff;
    border: none; border-radius: 9px; font-size: 15px; font-weight: 600;
    cursor: pointer; font-family: 'Poppins', sans-serif; transition: background 0.2s;
  }
  .btn-hero-primary:hover { background: var(--primary-hover); }
  .btn-hero-secondary {
    padding: 15px 32px; background: transparent; color: var(--primary);
    border: 2px solid var(--primary); border-radius: 9px;
    font-size: 15px; font-weight: 600; cursor: pointer;
    font-family: 'Poppins', sans-serif; transition: all 0.2s;
  }
  .btn-hero-secondary:hover { background: var(--primary); color: #fff; }

  /* Hero right: crystal preview grid */
  .hero-crystals { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .crystal-card {
    background: #fff; border: 1px solid var(--border);
    border-radius: 16px; padding: 18px 14px;
    text-align: center; overflow: hidden;
  }
  .crystal-card.gold-card { border-color: var(--gold); background: #FFFBF0; }
  .crystal-img { height: 80px; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-bottom: 10px; }
  .crystal-name { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
  .crystal-price { font-size: 15px; font-weight: 700; color: var(--primary); }
  .crystal-price.gold { color: var(--gold); }

  /* ─── STATS BAR ─── */
  .stats-bar {
    background: var(--primary);
    display: grid; grid-template-columns: repeat(4, 1fr);
    text-align: center; padding: 0;
  }
  .stat {
    padding: 28px 20px;
    border-right: 1px solid rgba(255,255,255,0.15);
  }
  .stat:last-child { border-right: none; }
  .stat-num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #fff; line-height: 1; }
  .stat-label { font-size: 12px; color: rgba(255,255,255,0.65); margin-top: 5px; font-weight: 500; }

  /* ─── SHARED SECTION STYLES ─── */
  .section { padding: 88px 60px; }
  .section-white { background: #fff; }
  .section-cream { background: var(--cream2); }
  .section-label { font-size: 11px; font-weight: 600; color: var(--gold); letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 12px; }
  .section-title { font-size: 40px; color: var(--text); margin-bottom: 14px; line-height: 1.25; }
  .section-sub { font-size: 16px; color: var(--text-light); max-width: 520px; margin-bottom: 52px; line-height: 1.75; }
  .section-sub-center { max-width: 600px; margin-left: auto; margin-right: auto; text-align: center; }

  /* ─── SERVICES ─── */
  .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .service-card {
    background: var(--cream); border: 1px solid var(--border);
    border-radius: 18px; padding: 36px 28px; transition: border-color 0.2s;
  }
  .service-card:hover { border-color: #C9A014; }
  .service-icon {
    width: 60px; height: 60px; background: #FFF0E0;
    border-radius: 16px; display: flex; align-items: center;
    justify-content: center; font-size: 30px; margin-bottom: 22px;
  }
  .service-title { font-size: 19px; font-family: 'Playfair Display', serif; color: var(--text); margin-bottom: 12px; font-weight: 600; }
  .service-desc { font-size: 14px; color: var(--text-light); line-height: 1.75; margin-bottom: 18px; }
  .service-link { font-size: 13px; color: var(--primary); font-weight: 600; text-decoration: none; }

  /* ─── PRODUCTS ─── */
  .products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .product-card {
    background: #fff; border-radius: 18px;
    border: 1px solid var(--border); overflow: hidden;
    transition: border-color 0.2s;
  }
  .product-card:hover { border-color: var(--gold); }
  .product-img {
    height: 180px; display: flex; align-items: center;
    justify-content: center; overflow: hidden;
  }
  .pi-firoza   { background: #A8D8E4; }
  .pi-amethyst { background: #CEB0DC; }
  .pi-panna    { background: #A8D4B0; }
  .pi-rudraksha{ background: #C4A078; }

  .product-info { padding: 18px; }
  .product-cat { font-size: 10px; color: var(--gold); font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 6px; }
  .product-name { font-family: 'Playfair Display', serif; font-size: 16px; color: var(--text); margin-bottom: 5px; font-weight: 600; }
  .product-desc { font-size: 12px; color: var(--text-light); margin-bottom: 14px; line-height: 1.6; }
  .product-footer { display: flex; justify-content: space-between; align-items: center; }
  .product-price { font-size: 17px; font-weight: 700; color: var(--primary); }
  .product-mrp { font-size: 11px; color: var(--text-light); text-decoration: line-through; }
  .btn-add {
    background: var(--primary); color: #fff; border: none;
    border-radius: 7px; padding: 7px 16px; font-size: 12px;
    font-weight: 600; cursor: pointer; font-family: 'Poppins', sans-serif;
    transition: background 0.2s;
  }
  .btn-add:hover { background: var(--primary-hover); }
  .btn-viewall {
    display: block; margin: 40px auto 0; padding: 14px 40px;
    background: transparent; border: 2px solid var(--primary);
    color: var(--primary); border-radius: 9px; font-size: 15px;
    font-weight: 600; cursor: pointer; font-family: 'Poppins', sans-serif;
    transition: all 0.2s;
  }
  .btn-viewall:hover { background: var(--primary); color: #fff; }

  /* ─── WHY SECTION ─── */
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
  .why-points { display: flex; flex-direction: column; gap: 28px; margin-top: 36px; }
  .why-point { display: flex; gap: 18px; align-items: flex-start; }
  .why-icon {
    width: 50px; height: 50px; background: var(--cream2);
    border-radius: 12px; display: flex; align-items: center;
    justify-content: center; font-size: 22px; flex-shrink: 0;
  }
  .why-title { font-weight: 600; color: var(--text); margin-bottom: 5px; font-size: 15px; }
  .why-desc { font-size: 13px; color: var(--text-light); line-height: 1.75; }
  .why-visual { display: flex; flex-direction: column; gap: 18px; margin-top: 36px; }
  .why-stats-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .why-stat-card {
    background: var(--cream); border: 1px solid var(--border);
    border-radius: 16px; padding: 28px 22px; text-align: center;
  }
  .why-stat-num { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: var(--primary); line-height: 1; margin-bottom: 5px; }
  .why-stat-lbl { font-size: 13px; color: var(--text-light); }
  .why-quote {
    background: var(--primary); border-radius: 18px;
    padding: 32px 28px; text-align: center;
  }
  .why-quote-om { font-size: 36px; margin-bottom: 12px; }
  .why-quote-text { font-family: 'Playfair Display', serif; font-size: 18px; color: #fff; font-style: italic; line-height: 1.65; margin-bottom: 12px; }
  .why-quote-sub { font-size: 12px; color: rgba(255,255,255,0.55); }

  /* ─── TESTIMONIALS ─── */
  .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
  .testimonial {
    background: #fff; border-radius: 18px;
    padding: 30px; border: 1px solid var(--border);
  }
  .stars { color: var(--gold); font-size: 14px; margin-bottom: 16px; }
  .testimonial-text { font-size: 14px; color: var(--text-mid); line-height: 1.85; font-style: italic; font-family: 'Playfair Display', serif; margin-bottom: 22px; }
  .testimonial-author { display: flex; align-items: center; gap: 14px; }
  .author-avatar {
    width: 46px; height: 46px; background: var(--primary);
    border-radius: 50%; display: flex; align-items: center;
    justify-content: center; color: #fff; font-weight: 600; font-size: 16px;
  }
  .author-name { font-weight: 600; font-size: 14px; color: var(--text); }
  .author-city { font-size: 12px; color: var(--text-light); }

  /* ─── BLOG ─── */
  .blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
  .blog-card { border-radius: 18px; overflow: hidden; border: 1px solid var(--border); background: #fff; }
  .blog-img { height: 200px; display: flex; align-items: center; justify-content: center; font-size: 60px; }
  .bi1 { background: linear-gradient(135deg, #FFD8C0, #FFAA80); }
  .bi2 { background: linear-gradient(135deg, #C8EAD0, #80C890); }
  .bi3 { background: linear-gradient(135deg, #D8D0F0, #A890E0); }
  .blog-content { padding: 24px; }
  .blog-tag { font-size: 10px; font-weight: 600; color: var(--primary); letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 8px; }
  .blog-title { font-family: 'Playfair Display', serif; font-size: 18px; color: var(--text); font-weight: 600; line-height: 1.4; margin-bottom: 10px; }
  .blog-excerpt { font-size: 13px; color: var(--text-light); line-height: 1.7; }

  /* ─── WHATSAPP CTA ─── */
  .wa-section {
    background: var(--cream); padding: 52px 60px;
    text-align: center; border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
  }
  .wa-title { font-family: 'Playfair Display', serif; font-size: 26px; color: var(--text); margin-bottom: 8px; }
  .wa-sub { font-size: 15px; color: var(--text-light); margin-bottom: 26px; }
  .btn-wa {
    display: inline-flex; align-items: center; gap: 10px;
    background: #25D366; color: #fff; border-radius: 50px;
    padding: 15px 32px; font-size: 15px; font-weight: 600;
    border: none; cursor: pointer; font-family: 'Poppins', sans-serif;
    transition: background 0.2s;
  }
  .btn-wa:hover { background: #1FB055; }

  /* ─── FOOTER ─── */
  .footer { background: #1A0A00; padding: 70px 60px 36px; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 50px; margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .footer-logo-name { font-family: 'Playfair Display', serif; font-size: 22px; color: #fff; margin-bottom: 4px; }
  .footer-logo-tagline { font-size: 11px; color: var(--gold); font-weight: 600; margin-bottom: 14px; }
  .footer-desc { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.85; margin-bottom: 16px; }
  .footer-countries { font-size: 12px; color: rgba(255,255,255,0.3); }
  .footer-col-title { font-weight: 600; color: #fff; font-size: 14px; margin-bottom: 20px; letter-spacing: 0.3px; }
  .footer-links { list-style: none; display: flex; flex-direction: column; gap: 10px; }
  .footer-links a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 13px; transition: color 0.2s; }
  .footer-links a:hover { color: rgba(255,255,255,0.8); }
  .footer-bottom { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: rgba(255,255,255,0.28); }

  /* ─── RESPONSIVE ─── */
  @media (max-width: 1024px) {
    .navbar { padding: 0 30px; }
    .hero { padding: 60px 30px 50px; gap: 40px; }
    .hero h1 { font-size: 40px; }
    .section { padding: 64px 30px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .why-grid { gap: 40px; }
    .footer { padding: 50px 30px 30px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .wa-section { padding: 40px 30px; }
  }

  @media (max-width: 768px) {
    .navbar { padding: 0 20px; }
    .nav-links { display: none; }
    .hero { grid-template-columns: 1fr; padding: 40px 20px; gap: 30px; }
    .hero h1 { font-size: 32px; }
    .section { padding: 50px 20px; }
    .services-grid, .products-grid, .testimonials-grid, .blog-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .stats-bar { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer { padding: 40px 20px 24px; }
    .wa-section { padding: 36px 20px; }
    .hero-crystals { grid-template-columns: repeat(2, 1fr); }
  }

/* ─── WORDPRESS CORE OVERRIDES ─── */
.wp-block { max-width: 100%; }
img { max-width: 100%; height: auto; }
a { color: var(--primary); text-decoration: none; }

/* ─── WOOCOMMERCE STYLE INTEGRATION ─── */
/* Shop main wrapper (from template-shop.php) */
.shop-main { background: var(--cream); box-sizing: border-box; }
.shop-main .woocommerce,
.shop-main .woocommerce-page { width: 100%; }

/* Breadcrumb */
.woocommerce .woocommerce-breadcrumb { color: var(--text-mid); font-size: 13px; margin-bottom: 10px; }

/* Product grid — 4 columns, no extra padding */
.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding: 0 !important;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
  width: 100% !important;
  float: none !important;
}
/* Critical: min-width:0 prevents grid blowout when content is wider than cell */
.woocommerce ul.products li.product {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  display: flex !important;
  flex-direction: column !important;
  width: auto !important;   /* override WC float layout width */
  min-width: 0 !important;  /* prevent grid blowout */
  float: none !important;   /* override WC float */
  transition: box-shadow 0.2s, border-color 0.2s;
}
.woocommerce ul.products li.product:hover { border-color: var(--gold); box-shadow: 0 4px 20px rgba(139,26,26,0.08); }
/* Image: fixed height, cover crop */
.woocommerce ul.products li.product img,
.woocommerce ul.products li.product .ab-no-img {
  width: 100%;
  height: 200px;
  display: block;
  flex-shrink: 0;
}
.woocommerce ul.products li.product img { object-fit: cover; border-radius: 0; margin: 0; }
/* Product title: 2-line clamp, no wrapping overflow */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  color: var(--text);
  padding: 10px 10px 4px;
  line-height: 1.4;
  flex: 1;
  min-height: 0;
  /* Clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.woocommerce ul.products li.product .price { color: var(--primary); font-weight: 700; font-size: 14px; padding: 4px 10px; }
.woocommerce ul.products li.product .button { background: var(--primary); color: #fff; border-radius: 7px; font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600; padding: 8px 14px; border: none; cursor: pointer; transition: background 0.2s; margin: 0 10px 12px; display: block; }
.woocommerce ul.products li.product .button:hover { background: var(--primary-hover); }
/* Link wrapper must be block so image + title stack properly */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1;
  min-width: 0;
  text-decoration: none;
}
/* Sale badge */
.woocommerce ul.products li.product .onsale { background: var(--primary); color: #fff; border-radius: 6px; font-size: 11px; font-weight: 700; padding: 3px 8px; top: 10px; left: 10px; }
/* Results count + ordering */
.woocommerce-result-count { font-family: 'Poppins', sans-serif; font-size: 13px; color: var(--text-mid); }
.woocommerce-ordering select { border: 1.5px solid var(--border); border-radius: 7px; padding: 6px 10px; font-family: 'Poppins', sans-serif; font-size: 13px; }

.woocommerce div.product .product_title { font-family: 'Playfair Display', serif; font-size: 36px; color: var(--primary); }
.woocommerce div.product .price { color: var(--primary); font-size: 24px; font-weight: 700; }
.woocommerce div.product .woocommerce-tabs .tabs li.active a { color: var(--primary); border-bottom-color: var(--primary); }
.woocommerce .single_add_to_cart_button { background: var(--primary) !important; font-family: 'Poppins', sans-serif !important; font-size: 16px !important; font-weight: 600 !important; border-radius: 9px !important; padding: 15px 36px !important; transition: background 0.2s !important; }
.woocommerce .single_add_to_cart_button:hover { background: var(--primary-hover) !important; }

/* Shop page wrapper */
.shop-page-wrap { padding: 40px 60px 80px; background: var(--cream); min-height: 60vh; }
.shop-page-wrap h1 { font-family: 'Playfair Display', serif; color: var(--primary); font-size: 38px; margin-bottom: 24px; }

/* Cart & Checkout */
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce { padding: 40px 60px; }
.woocommerce table.shop_table { background: #fff; border-radius: 12px; overflow: hidden; }
.woocommerce .checkout_coupon, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { border: 1.5px solid var(--border); border-radius: 7px; padding: 10px 14px; font-family: 'Poppins', sans-serif; }
.woocommerce #place_order { background: var(--primary) !important; font-family: 'Poppins', sans-serif !important; font-size: 16px !important; font-weight: 600 !important; border-radius: 9px !important; padding: 15px 36px !important; }

/* Page content */
.page-content-wrap { padding: 60px; background: var(--cream); min-height: 50vh; }
.page-content-wrap h1 { font-family: 'Playfair Display', serif; color: var(--primary); margin-bottom: 20px; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .navbar { padding: 0 20px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding: 40px 20px; gap: 30px; }
  .hero h1 { font-size: 36px; }
  .stats-bar { grid-template-columns: repeat(2,1fr); }
  .services-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .products-grid { grid-template-columns: repeat(2,1fr); padding: 0 20px; }
  .section { padding: 40px 20px; }
  .footer-grid { grid-template-columns: 1fr; padding: 40px 20px 20px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0,1fr)) !important; padding: 0 !important; }
  .woocommerce ul.products li.product { min-width: 0 !important; width: auto !important; float: none !important; }
  .shop-main { padding: 20px !important; }
  .shop-page-wrap, .woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .page-content-wrap { padding: 30px 20px; }
}

/* ─── BRANDED NO-IMAGE PLACEHOLDER ─── */
.ab-no-img {
  width: 100%;
  height: 200px;
  background: linear-gradient(145deg, #fdf6e3 0%, #f5e8c0 60%, #ede0b4 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 2px solid rgba(201,160,20,0.2);
  position: relative;
  overflow: hidden;
}
.ab-no-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 18px,
    rgba(201,160,20,0.06) 18px,
    rgba(201,160,20,0.06) 20px
  );
}
.ab-no-img__icon {
  font-size: 42px;
  line-height: 1;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 2px 4px rgba(139,26,26,0.15));
}
.ab-no-img__name {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: var(--primary);
  text-align: center;
  padding: 0 12px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  letter-spacing: 0.02em;
  opacity: 0.8;
}
