/* ============================================
   MODERN SOUND HEALING INSTRUMENTS PAGE — modernsound.css
============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Jost', sans-serif; background: #fff; color: #3a2e1e; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #f5f0e8; }
::-webkit-scrollbar-thumb { background: #C9A84C; border-radius: 3px; }
::selection { background: #C9A84C; color: #fff; }

.page-hero { position: relative; height: 80vh; min-height: 380px; max-height: 680px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.04); animation: heroZoom 14s ease-in-out infinite alternate; }
@keyframes heroZoom { from { transform: scale(1.04); } to { transform: scale(1.10); } }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(160deg, rgba(15,8,0,0.80) 0%, rgba(40,24,4,0.60) 50%, rgba(10,4,0,0.75) 100%); z-index: 1; }
.page-hero-content { position: relative; z-index: 2; text-align: center; padding: 0 1.5rem; max-width: 700px; animation: fadeUp 0.9s ease both 0.2s; }
.hero-eyebrow { font-family: 'Jost', sans-serif; font-size: 0.68rem; font-weight: 500; letter-spacing: 0.28em; text-transform: uppercase; color: #e2b95a; margin-bottom: 1rem; }
.hero-title { font-family: 'Cormorant Garamond', serif; font-size:3rem; font-weight: 700; color: #f5f0e8; line-height: 1.05; margin-bottom: 1.1rem; }
.hero-title em { font-style: italic; color: #e2b95a; }
.hero-subtitle { font-family: 'Jost', sans-serif; font-size: clamp(0.82rem, 1.6vw, 0.96rem); font-weight: 300; color: rgba(245,240,232,0.72); line-height: 1.75; max-width: 540px; margin: 0 auto; }
.breadcrumb { position: absolute; bottom: 1.2rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; align-items: center; gap: 0.4rem; font-family: 'Jost', sans-serif; font-size: 0.68rem; font-weight: 400; letter-spacing: 0.08em; white-space: nowrap; }
.breadcrumb a { color: rgba(226,185,90,0.65); text-decoration: none; transition: color 0.3s ease; }
.breadcrumb a:hover { color: #e2b95a; }
.bc-sep { color: rgba(226,185,90,0.35); }
.bc-current { color: rgba(245,240,232,0.55); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

.section-eyebrow { font-family: 'Jost', sans-serif; font-size: 0.68rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; color: #C9A84C; margin-bottom: 0.6rem; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.9rem, 3.5vw, 2.6rem); font-weight: 600; color: #1a1208; line-height: 1.15; margin-bottom: 0.8rem; }
.title-rule { width: 56px; height: 2px; background: linear-gradient(90deg, #C9A84C, transparent); margin-bottom: 1.2rem; }
.section-desc { font-size: 0.9rem; font-weight: 300; color: #7a6040; line-height: 1.8; max-width: 580px; }

.products-section { background: #f5f0e8; padding: 5rem 2rem 6rem; }
.products-container { max-width: 1320px; margin: 0 auto; }
.section-head { margin-bottom: 3.5rem; }
.section-head--bell { margin-top: 5rem; }

.products-grid + .section-head--bell {
  border-top: 1px solid rgba(201,168,76,0.2);
  padding-top: 4rem;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  align-items: start;
}

.products-grid--bell {
  grid-template-columns: repeat(3, 1fr);
}

.product-card {
  background: #2a1c0d;
  border: 1px solid #e8dfc8;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
  border-radius: 4px;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(154,116,40,0.18);
  border-color: rgba(201,168,76,0.55);
}

.product-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #ffffff;
  overflow: hidden;
  border-bottom: 1px solid rgba(201,168,76,0.18);
}

.product-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  transition: transform 0.5s ease;
}
.product-card:hover .product-img { transform: scale(1.04); }

.product-img-placeholder {
  display: none;
  position: absolute;
  inset: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  font-family: 'Jost', sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(201,168,76,0.35);
  background: #1a1208;
}
.product-img-placeholder span:first-child { font-size: 0.75rem; color: rgba(201,168,76,0.5); }

/* PRODUCT CODE BADGE — matches product.html style */
.product-code-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-family: 'Jost', sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 3px 8px;
  border-radius: 3px;
  z-index: 5;
  pointer-events: none;
  backdrop-filter: blur(4px);
}
.product-code-badge::before {
  content: 'Code: ';
  color: #e2b95a;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.product-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15,8,0,0.52);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card:hover .product-overlay { opacity: 1; }
.overlay-label {
  font-family: 'Jost', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.5);
  padding: 0.55rem 1.3rem;
}

.product-info {
  padding: 1.25rem 1.4rem 1.4rem;
  background: #2a1c0d;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-height: 92px;
  justify-content: center;
}
.product-name {
  font-family: 'Jost', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f0dfa8;
  line-height: 1.4;
}
.product-tag { font-family: 'Jost', sans-serif; font-size: 0.65rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: #C9A84C; opacity: 0.75; }

.contact-strip { background: #ede5d4; padding: 4rem 2rem; border-top: 1px solid rgba(196,154,60,0.2); }
.contact-strip-inner { max-width: 1260px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.contact-strip-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; font-weight: 600; color: #1a1208; margin-bottom: 0.4rem; }
.contact-strip-text p { font-size: 0.88rem; font-weight: 300; color: #7a6040; max-width: 460px; line-height: 1.65; }
.contact-strip-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.btn-whatsapp { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; background: #25D366; color: #fff; font-family: 'Jost', sans-serif; font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: filter 0.3s ease, transform 0.3s ease; }
.btn-whatsapp svg { width: 17px; height: 17px; }
.btn-whatsapp:hover { filter: brightness(1.1); transform: translateY(-1px); }

.whatsapp-float { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 800; width: 52px; height: 52px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,0.35); text-decoration: none; animation: waPulse 3s ease-in-out infinite; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.whatsapp-float svg { width: 26px; height: 26px; fill: #fff; }
.whatsapp-float:hover { transform: scale(1.1); animation: none; }
@keyframes waPulse { 0%,100% { box-shadow: 0 4px 16px rgba(37,211,102,0.30); } 50% { box-shadow: 0 4px 24px rgba(37,211,102,0.50); } }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }


/* ── EMAIL BUTTON (product detail CTA) ── */
.btn-email-pd {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  padding: 1rem 2.2rem; background: #1a1208; color: #fff;
  font-family: 'Jost', sans-serif; font-size: 0.8rem; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase; text-decoration: none;
  border: 1px solid #C9A84C; cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.btn-email-pd svg { width: 18px; height: 18px; }
.btn-email-pd:hover {
  background: #C9A84C; color: #1a1208; border-color: #C9A84C;
  transform: translateY(-1px);
}

/* ── EMAIL BUTTON (contact strip) ── */
.btn-email {
  display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem;
  background: #1a1208; color: #fff; font-family: 'Jost', sans-serif;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; border: 1px solid #C9A84C;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.btn-email svg { width: 17px; height: 17px; }
.btn-email:hover {
  background: #C9A84C; color: #1a1208; border-color: #C9A84C;
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .products-grid--bell { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
  .products-grid--bell { grid-template-columns: 1fr; max-width: 360px; }
  .page-hero { height: 50vh; }
  .hero-title { font-size: clamp(2.4rem, 10vw, 3.5rem); }
  .contact-strip-inner { flex-direction: column; align-items: flex-start; }
  .contact-strip-actions { width: 100%; }
  .btn-whatsapp { width: 100%; justify-content: center; }
  .btn-email { width: 100%; justify-content: center; }
  .whatsapp-float { bottom: 1rem; right: 1rem; }
}
@media (max-width: 500px) { .products-grid { grid-template-columns: 1fr; } }