﻿:root {
  --violet: #6b2fa0;
  --violet-dark: #3a2146;
  --gold: #b87b2c;
  --gold-dark: #8c541d;
  --cream: #fbf5ec;
  --paper: #fffaf3;
  --sand: #ead9c2;
  --ink: #2b1a17;
  --muted: #7d6f68;
  --line: rgba(88, 55, 36, 0.16);
  --shadow: 0 22px 60px rgba(69, 38, 23, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 20% 0%, #fffaf3 0, #fbf5ec 36%, #f5ecdf 100%);
  padding-bottom: 76px;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { max-width: 100%; }

.announcement {
  display: none;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: var(--gold-dark);
  background: rgba(255, 250, 243, 0.92);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 800;
}
.announcement span + span::before { content: "|"; margin-right: 28px; color: #caa780; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 68px;
  padding: 10px 16px;
  background: rgba(255, 250, 243, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand-logo { width: min(160px, 44vw); height: auto; display: block; }
.desktop-nav { display: none; align-items: center; gap: 30px; color: #57372e; font-size: 0.94rem; font-weight: 700; }
.desktop-nav a:first-child { color: var(--gold-dark); border-bottom: 2px solid var(--gold); padding-bottom: 8px; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.search-button, .menu-button {
  width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--ink); font-size: 1.25rem;
}
.whatsapp-button { display: none; min-height: 42px; align-items: center; justify-content: center; padding: 0 22px; border-radius: 8px; background: var(--gold); color: white; font-weight: 900; box-shadow: 0 12px 28px rgba(184, 123, 44, 0.28); }

main { max-width: 1240px; margin: 0 auto; }
.hero { display: grid; gap: 22px; padding: 22px 16px 16px; }
.hero-copy-block { align-self: center; padding: 8px 0; }
.eyebrow { margin: 0 0 10px; color: var(--gold-dark); font-size: 0.74rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 10vw, 4.8rem); line-height: 1.02; letter-spacing: 0; }
.hero-copy { margin: 16px 0 0; max-width: 620px; color: #5f504a; font-size: 1rem; line-height: 1.6; }
.hero-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
.primary-action, .secondary-action { min-height: 50px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; font-weight: 900; }
.primary-action { background: var(--gold); color: white; box-shadow: 0 14px 32px rgba(184, 123, 44, 0.25); }
.secondary-action { background: rgba(255,255,255,0.72); color: var(--gold-dark); border: 1px solid rgba(184, 123, 44, 0.5); }
.hero-visual { position: relative; min-height: 300px; border-radius: 8px; overflow: hidden; background: #ead8c0; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; display: block; }
.seal { position: absolute; right: 16px; top: 16px; width: 92px; height: 92px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: rgba(255,250,243,0.92); color: var(--gold-dark); border: 1px solid rgba(184,123,44,0.35); font-family: Georgia, "Times New Roman", serif; font-size: 0.92rem; line-height: 1.15; box-shadow: var(--shadow); }

.trust-strip { margin: 8px 16px 28px; display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); box-shadow: 0 12px 38px rgba(69, 38, 23, 0.08); }
.trust-strip article { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; min-height: 104px; padding: 18px; background: rgba(255,250,243,0.9); }
.trust-icon { color: var(--gold-dark); font-size: 2rem; font-family: Georgia, "Times New Roman", serif; text-align: center; }
.trust-strip h2 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.trust-strip p { margin: 5px 0 0; color: var(--muted); line-height: 1.35; font-size: 0.9rem; }

.section-block { padding: 8px 16px 28px; }
.section-heading, .catalog-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.section-heading h2, .catalog-head h2, .about-copy h2 { margin: 0; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.7rem, 5vw, 2.55rem); line-height: 1.08; letter-spacing: 0; }
.section-heading a { color: var(--gold-dark); font-size: 0.88rem; font-weight: 900; }
.catalog-head p { margin: 6px 0 0; color: var(--muted); line-height: 1.45; }
#productCount { flex: 0 0 auto; color: var(--muted); font-size: 0.86rem; font-weight: 900; }

.collection-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.collection-card { position: relative; min-height: 150px; overflow: hidden; border: 0; border-radius: 8px; padding: 14px; color: white; text-align: left; background: #9d7658; box-shadow: 0 10px 28px rgba(69, 38, 23, 0.12); }
.collection-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(29,19,16,0.05), rgba(29,19,16,0.58)); }
.collection-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.collection-card span, .collection-card small { position: relative; z-index: 1; display: block; }
.collection-card span { margin-top: 72px; font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
.collection-card small { margin-top: 4px; max-width: 190px; font-weight: 700; line-height: 1.3; }
.collection-card.wide { grid-column: span 2; }

.filters-panel { margin-bottom: 16px; display: grid; gap: 12px; padding: 14px; border-radius: 8px; background: rgba(255,255,255,0.72); border: 1px solid var(--line); }
.search-wrap label { display: block; margin-bottom: 8px; color: var(--gold-dark); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
input { width: 100%; min-height: 46px; border-radius: 8px; border: 1px solid var(--line); padding: 0 14px; background: white; color: var(--ink); }
.chips { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.chip { flex: 0 0 auto; min-height: 38px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--gold-dark); padding: 0 14px; font-weight: 900; }
.chip.is-active { background: var(--gold); color: white; border-color: var(--gold); }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.product-card { min-width: 0; background: rgba(255,255,255,0.82); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 10px 28px rgba(69, 38, 23, 0.08); }
.product-media { position: relative; aspect-ratio: 1 / 1.05; background: #ead8c0; overflow: hidden; }
.product-media img, .modal-inner img { width: 100%; height: 100%; object-fit: cover; display: block; }
.badge { position: absolute; left: 8px; top: 8px; border-radius: 999px; padding: 6px 8px; font-size: 0.68rem; font-weight: 900; background: rgba(255,250,243,0.9); color: var(--gold-dark); }
.product-body { padding: 10px; }
.product-title-row { display: grid; gap: 4px; }
.product-body h3 { margin: 0; color: var(--ink); font-size: 0.9rem; line-height: 1.15; }
.price { color: var(--gold-dark); font-weight: 950; font-size: 1rem; }
.installment { display: block; margin-top: 2px; color: var(--muted); font-size: 0.7rem; line-height: 1.25; }
.product-body p { margin: 7px 0 10px; color: var(--muted); font-size: 0.78rem; line-height: 1.35; }
.meta-row { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
.meta-row span { border-radius: 999px; padding: 6px 8px; background: var(--cream); color: var(--gold-dark); font-size: 0.68rem; font-weight: 900; }
.card-actions { display: grid; gap: 7px; }
.card-actions button, .card-actions a { min-height: 40px; border-radius: 8px; border: 1px solid var(--line); display: grid; place-items: center; font-size: 0.8rem; font-weight: 950; }
.card-actions button { background: white; color: var(--ink); }
.buy-link { background: var(--gold); color: white; border-color: var(--gold) !important; }

.steps-grid, .testimonial-grid { display: grid; gap: 12px; }
.steps-grid article, .testimonial-grid article { border-radius: 8px; padding: 18px; background: rgba(255,250,243,0.82); border: 1px solid var(--line); box-shadow: 0 10px 28px rgba(69, 38, 23, 0.06); }
.steps-grid span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; background: var(--gold); color: white; font-weight: 950; }
.steps-grid h3 { margin: 12px 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.steps-grid p, .testimonial-grid p { margin: 0; color: var(--muted); line-height: 1.5; }
.testimonial-grid strong { color: var(--gold); letter-spacing: 0; }
.testimonial-grid span { display: block; margin-top: 12px; color: var(--ink); font-size: 0.82rem; font-weight: 900; }

.about-section { display: grid; gap: 0; margin: 8px 16px 30px; overflow: hidden; border-radius: 8px; background: rgba(255,250,243,0.9); border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-media { min-height: 300px; background: var(--sand); }
.about-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-copy { padding: 22px; }
.about-copy p { color: var(--muted); line-height: 1.62; }
.about-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.about-points span { border-radius: 999px; padding: 8px 10px; background: white; border: 1px solid var(--line); color: var(--gold-dark); font-size: 0.78rem; font-weight: 900; }

.insta-grid { display: grid; grid-template-columns: repeat(5, minmax(130px, 1fr)); gap: 8px; overflow-x: auto; }
.insta-grid img { width: 100%; min-width: 130px; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.footer { display: grid; gap: 22px; padding: 28px 16px 96px; border-top: 1px solid var(--line); background: rgba(255,250,243,0.82); color: var(--muted); }
.footer img { width: 150px; }
.footer p { max-width: 360px; line-height: 1.5; }
.footer nav { display: grid; gap: 8px; color: var(--ink); font-weight: 900; }
.footer address { font-style: normal; line-height: 1.7; }

.product-modal { width: min(94vw, 820px); border: 0; padding: 0; border-radius: 8px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.product-modal::backdrop { background: rgba(43,26,23,0.58); }
.close-button { position: absolute; z-index: 2; right: 10px; top: 10px; width: 42px; height: 42px; border: 0; border-radius: 999px; background: rgba(255,250,243,0.92); color: var(--ink); font-size: 1.4rem; }
.modal-inner img { aspect-ratio: 4 / 3; }
.modal-text { padding: 18px; }
.modal-text h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; color: var(--ink); font-size: 1.8rem; }
.detail-list { display: grid; gap: 4px; margin: 16px 0; }
.detail-list div { display: flex; justify-content: space-between; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.detail-list strong { color: var(--gold-dark); }
.empty-state { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; text-align: center; color: var(--muted); }

.bottom-nav { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 64px; padding-bottom: env(safe-area-inset-bottom); background: rgba(255,250,243,0.97); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }
.bottom-nav a { display: grid; place-items: center; color: var(--gold-dark); font-size: 0.76rem; font-weight: 950; text-align: center; padding: 0 4px; }

@media (min-width: 760px) {
  body { padding-bottom: 0; }
  .announcement { display: flex; }
  .topbar { padding: 14px 48px; }
  .brand-logo { width: 180px; }
  .desktop-nav { display: flex; }
  .whatsapp-button { display: inline-flex; }
  .menu-button { display: none; }
  .hero { grid-template-columns: 0.92fr 1.08fr; align-items: stretch; min-height: 520px; padding: 26px 48px 20px; }
  .hero-copy-block { padding-right: 24px; }
  .hero-actions { grid-template-columns: repeat(2, minmax(170px, 210px)); }
  .hero-visual, .hero-visual img { min-height: 480px; }
  .trust-strip { grid-template-columns: repeat(3, 1fr); margin: 0 48px 34px; }
  .section-block { padding: 14px 48px 36px; }
  .collection-grid { grid-template-columns: 1.15fr 1fr 1fr 1fr 1.45fr; }
  .collection-card { min-height: 172px; }
  .collection-card.tall, .collection-card.wide { grid-column: span 1; }
  .filters-panel { grid-template-columns: minmax(260px, 360px) 1fr; align-items: end; }
  .product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
  .product-body { padding: 12px; }
  .card-actions { grid-template-columns: 1fr; }
  .steps-grid, .testimonial-grid { grid-template-columns: repeat(3, 1fr); }
  .about-section { grid-template-columns: 0.85fr 1.15fr; margin: 12px 48px 40px; }
  .about-media { min-height: 420px; }
  .about-copy { padding: 42px; align-self: center; }
  .footer { grid-template-columns: 1.2fr 0.8fr 1fr; padding: 34px 48px; }
  .bottom-nav { display: none; }
  .modal-inner { display: grid; grid-template-columns: 1.05fr 0.95fr; }
  .modal-inner img { min-height: 520px; aspect-ratio: auto; }
  .modal-text { padding: 28px; }
}

@media (min-width: 1180px) {
  .product-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
}
