@media (max-width: 767px) {

/* ===========================================
   COMMON / SHARED MOBILE STYLES
   Only styles that apply across ALL pages.
   Page-specific mobile styles live in each
   page CSS file (home.css, shop.css, etc.)
   =========================================== */

/* Container */
.container {
  padding: 0 16px;
}

/* Buttons — larger touch targets */
.btn-primary {
  padding: 14px 32px;
  font-size: 13px;
  min-height: 48px;
}
.btn-ghost {
  padding: 12px 28px;
  font-size: 13px;
  min-height: 48px;
}

/* Navigation */
.nav-links {
  display: none;
}
.burger-menu {
  display: flex;
}
.navbar {
  padding: 12px 0;
}
.navbar.scrolled {
  padding: 10px 0;
}
.nav-logo img {
  height: 28px;
}

/* Dividers */
.arc-divider svg {
  height: 30px;
}
.curve-divider.dark-to-light svg,
.curve-divider.light-to-dark svg,
.curve-divider.transparent-to-light svg {
  height: 30px;
}

/* Copper label */
.copper-label {
  font-size: 10px;
  margin-bottom: 10px;
}

/* Newsletter */
.newsletter {
  padding: 48px 0;
}
.newsletter h2 {
  font-size: 22px;
}
.newsletter p {
  font-size: 13px;
  margin-bottom: 20px;
}
.newsletter-form {
  flex-direction: column;
}
.newsletter-form input {
  border-right: 1px solid rgba(255,255,255,0.08);
  border-radius: 2px;
}
.newsletter-form .btn-primary {
  border-radius: 2px;
  width: 100%;
  text-align: center;
}
.newsletter-glass {
  inset: -24px -16px;
}

/* Instagram */
.instagram {
  padding: 32px 0 0;
}
.instagram h2 {
  font-size: 20px;
}
.instagram .section-header {
  margin-bottom: 20px;
}
.instagram-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

/* Testimonials */
.testimonials {
  padding: 48px 0;
}
.testimonial-quote-mark {
  font-size: 56px;
  margin-bottom: 8px;
}
.testimonial-text {
  font-size: 16px;
  margin-bottom: 16px;
}
.testimonial-author {
  font-size: 12px;
}
.testimonial-dots {
  margin-top: 24px;
  gap: 10px;
}
.testimonial-dot {
  width: 8px;
  height: 8px;
}

/* Footer — per Figma mobile frame (375x614) */
.footer {
  padding: 40px 0 24px;
}
.footer .container {
  padding: 0 12px;
}
.footer-grid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 28px;
}
.footer-brand {
  grid-column: 1 / -1;
}
.footer-brand .nav-logo {
  margin-bottom: 12px;
}
.footer-brand p {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.footer-social {
  margin-top: 0;
  gap: 14px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.footer-col:last-child {
  grid-column: 1 / -1;
}
.footer-col h4 {
  font-size: 15px;
  margin-bottom: 14px;
}
.footer-col ul li {
  margin-bottom: 8px;
}
.footer-col ul li a {
  font-size: 14px;
}
.footer-bottom {
  flex-direction: column;
  gap: 8px;
  text-align: center;
  padding-top: 20px;
}
.footer-bottom p {
  font-size: 13px;
}
.footer-bottom-links {
  gap: 16px;
  justify-content: center;
}
.footer-bottom-links a {
  font-size: 13px;
}

/* Mini-cart */
.mini-cart-panel {
  width: 100vw;
}
.mini-cart-header {
  padding: 16px 20px;
}
.mini-cart-title {
  font-size: 14px;
}
.mini-cart-item {
  padding: 14px 20px;
  gap: 12px;
}
.mini-cart-item-image {
  width: 56px;
  height: 56px;
}
.mini-cart-item-name {
  font-size: 13px;
}
.mini-cart-item-price {
  font-size: 13px;
}
.mini-cart-item-remove {
  opacity: 1;
}
.mini-cart-footer {
  padding: 16px 20px;
}
.mini-cart-subtotal-label {
  font-size: 12px;
}
.mini-cart-subtotal-value {
  font-size: 16px;
}
.mini-cart-actions .btn-ghost {
  padding: 12px;
  font-size: 12px;
}
.mini-cart-actions .btn-primary {
  padding: 14px;
  font-size: 13px;
}
  .product-card.featured .product-card-img {
    height: 45%!important;
  }

  .product-card-img, .product-card-image {
    height: 55%!important;
  }
}
