
/* ---------- desktop.css ---------- */

@media (min-width: 1280px) {
  .header-logo img {
    height: 56px;
  }

  .cta-button {
    font-size: 1rem;
    padding: 12px 24px;
  }
}

@media (min-width:1280px) {
  .search-overlay {
    top: 90px;              /* nudge down on very large screens, optional */
    box-shadow: 0 12px 34px rgba(0,0,0,0.18);
  }
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li:hover #products-mega-menu {
  display: block;
}

@media (min-width: 1024px) {
  .hamburger {
    display: none;
  }

  .header-nav {
    display: flex !important;
    position: static;
    background: transparent;
    box-shadow: none;
  }
}



@media (min-width: 1024px) {
  .hero {
    padding: 4rem 6rem;
  }

  .hero h1 {
    font-size: 3rem;
    line-height: 1.2;
  }

  .hero p {
    font-size: 1.125rem;
    max-width: 520px;
  }

  .hero-stats strong {
    font-size: 1.5rem;
  }

 .hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.square-image {
  background: #f9f9f9;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.square-image:hover {
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.square-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.health-badge {
  position: absolute;
  bottom: -65px;
  right: 200px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 12px 18px;
  font-size: 0.95rem;
  color: #333;
  gap: 10px;
}

.badge-icon {
  color: #4caf50;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.badge-text strong {
  display: block;
  color: #111;
}

.health-badge .badge-text a{text-decoration: none;}
.health-badge .badge-text a:hover{text-decoration: underline;}


}

@media (min-width: 1024px) {
  .hero .container {
    padding: 0 3rem;
  }

  .hero-content {
    justify-content: space-between;
  }
}





/* ---------- DESKTOP (≥1024px) ---------- */

@media (min-width: 1024px) {
  .why-copper .intro {
    font-size: 1.1rem;
  }

  .highlight-block {
    padding: 80px;
  }

  .highlight-block .text h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .collection-grid {
    gap: 40px;
  }
}

/* FEATURED COLLECTIONS SECTION */
.featured-collections-section {
  width: 100%;
  background-color: #f8f9fa; /* subtle grey background */
  padding: 100px 0;
}

.featured-collections-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
}

.featured-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.featured-intro {
  color: #555;
  max-width: 680px;
  margin: 0 auto 60px;
}

.featured-cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.featured-btn-wrapper {
  margin: 60px 0 40px;
}

.btn-view-all {
  display: inline-block;
  background: #0d1117;
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-view-all:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* BOTTOM STATS BOXES */
.featured-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 24px;
}

.stat-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  flex: 1 1 220px;
  max-width: 280px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.stat-box strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.stat-box span {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
}

.quote-container {
  flex-direction: row;
}

.quote-info{flex: 1;}
.quote-form-wrapper {
  flex: 1;
  background: linear-gradient(135deg, #e88732, #d0691b);
}


.quote-info {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.quote-form {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

@media (min-width:1280px) {
  .grid-inner { grid-template-columns: repeat(4, 1fr); }
  .shop-filters { position:sticky; top:110px; }
}


/* Start Blog Post Single Post Styles */
@media (min-width: 1024px) {
  .single-post-page .post-entry {
    margin-top: 4rem;
  }

  .single-post-page .entry-title {
    font-size: 2.6rem;
  }

  .single-post-page .entry-content {
    font-size: 1.1rem;
  }

  .single-post-page .entry-content p {
    margin-bottom: 1.8rem;
  }

  blockquote {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .comments-area {
    max-width: 850px;
    margin: 0 auto;
  }
}

/* End Blog Post Single Post Styles */

