/* ---------- mobile.css ---------- */

@media (max-width: 768px) {
  .header-container {
    flex-direction: row;              /* Keep logo + hamburger side by side */
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
  }

  .cta-button {
        padding: 4px 8px;
        font-size: 0.9em;
        font-weight: 500;
        width: 66px;
        line-height: 16px;
    }

  @media (max-width: 768px) {
  .header-nav {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    display: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px 0;
  }

  .header-nav.active {
    display: block;
    position: fixed;            /* cover viewport and stay with scroll */
    left: 50%;                  /* center horizontally via transform */
    transform: translateX(-50%);
    top: 80px;                  /* distance from top (adjust if header height changes) */
    z-index: 9999;
    border-radius: 10px;
    padding:10px;
  }
  .nav-menu ul{
    font-size: 1.1rem;
    display: block;
  }
  .nav-menu ul li{
   padding: 5px 0;  
  }

}

  .hamburger {
    display: flex;
    z-index: 1100;
  }

}


.hero-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hero h1 {
  font-size: 2rem;
  color: var(--color-secondary);
}

.hero p {
  color: var(--color-text);
  margin-bottom: 1rem;
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-stats {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 2rem;
}

.hero-stats strong {
  font-size: 1.25rem;
  color: var(--color-secondary);
}

.hero-right {
  position: relative;
}

.hero-image img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
}


.health-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: var(--color-white);
  padding: 0.8rem 1rem;
  border-radius: var(--radius-md);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.health-badge .checkmark {
  color: green;
  font-weight: bold;
  font-size: 1.25rem;
}

.square-image {
  width: 100%;
  max-width: 320px;
  height: 320px;
}

/* ---------- MOBILE (<768px) ---------- */

@media (max-width: 767px) {
  .why-copper {
    padding: 60px 15px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .highlight-block {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .highlight-block .text {
    text-align: center;
  }

  .highlight-block .image img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .collection-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .stat-box {
    padding: 20px 25px;
  }
}


@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-links a {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media (max-width: 768px) {
  .testimonials-section {
    padding: 60px 15px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .section-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .featured-in .brands {
    flex-direction: column;
    gap: 10px;
  }

  .cta-section {
    padding: 50px 15px;
  }

  .cta-container h3 {
    font-size: 20px;
  }

  .cta-container p {
    font-size: 14px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-buttons .btn {
    width: 100%;
    max-width: 250px;
  }
}

@media (max-width: 768px) {
.quote-container {
  flex-direction: column;
}

.quote-info{display: none;}

.quote-form {
  padding: 30px 20px;
}

.btn-dark {
  font-size: 15px;
}

.quote-info h2 {
  font-size: 1.6rem;
}
}

@media (max-width: 767px) {
  .shop-topbar { flex-direction:column; align-items:stretch; gap:12px; }
  .shop-content { flex-direction:column; gap:16px; }
  .shop-filters { display:none; } /* hidden by default on mobile, open via toggle */
  .shop-filters.open { display:block; }
  .grid-inner { grid-template-columns: 1fr; }
  .product-card .thumb { padding-top: 75%; } /* taller on mobile */
  .quickview-left img { width:100%; }
}

/* Start of Global styles for General Pages */
@media (max-width: 600px) {
  .page-container {
    padding: var(--space-md);
  }

  .page-title {
    font-size: 1.8rem;
  }

  .wp-block-quote {
    padding-left: var(--space-sm);
  }
}
/* End of Global styles for General Pages */



/* Start Blog Post Single Post Styles */
@media (max-width: 767px) {
  .single-post-page .entry-title {
    font-size: 1.8rem;
  }

  .single-post-page .entry-header,
  .single-post-page .entry-content,
  .single-post-page .entry-footer {
    padding: 1.2rem;
  }

  .post-navigation {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .single-post-page blockquote {
    padding: 1rem;
  }
}

/* End Blog Post Single Post Styles */



/* ===================================================================
   Start Mobile (max-width: 768px) Product Detial Page Style Overrides
   ================================================================= */
@media (max-width: 768px) {

  /* Force single-column stacking */
  .product-main-grid {
    display: block !important; /* ← Overrides all grid settings */
  }

  .product-gallery,
  .product-summary {
    width: 100% !important;   /* ← Removes desktop width limits */
    max-width: 100% !important;
  }

  /* Add spacing between blocks */
  .product-summary {
    margin-top: 2rem;
  }
}
/* ===================================================================
   End Mobile (max-width: 768px) Product Detial Page Style Overrides
   ================================================================= */