@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800&family=Montserrat:wght@400;600;800&display=swap');

:root {
  --green: #17351f;
  --green-2: #294d28;
  --cream: #f7ecd8;
  --paper: #fff8ea;
  --gold: #c5963f;
  --olive: #9cae44;
  --brown: #7a4d24;
  --dark: #1d1a12;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: var(--dark);
  background:
    radial-gradient(circle at top left, rgba(197,150,63,.18), transparent 35%),
    linear-gradient(180deg, var(--cream), #fffaf0);
}

a { color: inherit; text-decoration: none; }

.topbar {
  background: var(--green);
  color: var(--cream);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 7%;
  font-weight: 700;
}

.topbar a {
  color: white;
}

.top-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero {
  min-height: 92vh;
  color: white;
  background:
    linear-gradient(90deg, rgba(10,22,12,.78), rgba(10,22,12,.42), rgba(10,22,12,.2)),
    url('img/fondo-chacra.png') center/cover no-repeat;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 150px;
  background: linear-gradient(transparent, var(--cream));
}

.nav {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, auto) 1fr repeat(3, auto);
  align-items: center;
  gap: 28px;
  padding: 18px 7%;
  background: rgba(255,248,234,.93);
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  font-size: .88rem;
  border-bottom: 1px solid rgba(197,150,63,.35);
}

.nav a:hover { color: var(--gold); }

.brand {
  justify-self: center;
  margin: -14px 24px -50px;
  z-index: 4;
}

.brand img {
  width: 310px;
  max-width: 34vw;
  border-radius: 24px;
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.28));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 34px;
  padding: 150px 7% 180px;
}

.hero-text {
  max-width: 730px;
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .15em;
  font-size: .85rem;
}

h1, h2 {
  font-family: "Playfair Display", serif;
  line-height: 1;
  margin: 12px 0 18px;
}

h1 {
  font-size: clamp(2.8rem, 5.6vw, 5.9rem);
  text-shadow: 0 6px 22px rgba(0,0,0,.45);
}

h1 span {
  color: var(--olive);
}

h2 { font-size: clamp(2rem, 4vw, 3.4rem); color: var(--green); }

.lead {
  font-size: 1.18rem;
  line-height: 1.7;
  max-width: 680px;
  text-shadow: 0 3px 10px rgba(0,0,0,.4);
}

.hero-actions, .features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn, .mini-btn, .whatsapp {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.btn { padding: 15px 24px; }

.primary { background: var(--olive); color: white; }
.secondary { border: 2px solid white; color: white; background: rgba(0,0,0,.18); }

.hero-badge {
  background: rgba(255,248,234,.93);
  color: var(--green);
  border-radius: 18px;
  padding: 28px 26px;
  min-width: 210px;
  text-align: center;
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
  border: 2px solid rgba(197,150,63,.45);
}

.hero-badge small,
.hero-badge span {
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
}

.hero-badge strong {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 8px 0;
}

.section {
  width: min(1180px, 88%);
  margin: 0 auto;
  padding: 85px 0;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: center;
}

.split p, .product-card p, .contact p {
  line-height: 1.75;
  font-size: 1.02rem;
}

.rounded-img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(23,53,31,.24);
  border: 8px solid var(--paper);
}

.features article {
  flex: 1 1 170px;
  background: var(--paper);
  padding: 18px;
  border-radius: 18px;
  border-left: 5px solid var(--gold);
  box-shadow: 0 12px 26px rgba(122,77,36,.09);
}

.features span { font-size: 1.8rem; display: block; }
.features strong { display: block; color: var(--green); margin: 8px 0 6px; }
.features small { line-height: 1.5; }

.center { text-align: center; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 34px;
}

.product-card {
  background: var(--paper);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(23,53,31,.16);
  border: 1px solid rgba(197,150,63,.3);
}

.product-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

.product-card div { padding: 24px; }
.product-card h3 { color: var(--green); font-size: 1.45rem; margin: 0 0 10px; }

.mini-btn {
  background: var(--green);
  color: white;
  padding: 11px 18px;
  margin-top: 8px;
  font-size: .85rem;
}

.placeholder {
  padding: 34px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(rgba(255,248,234,.9), rgba(255,248,234,.9)),
    repeating-linear-gradient(45deg, rgba(197,150,63,.18) 0 8px, transparent 8px 16px);
}

.icon { font-size: 3rem; }

.future {
  background: var(--green);
  color: white;
  width: 100%;
  max-width: none;
  padding-left: 6%;
  padding-right: 6%;
}

.future h2 { color: white; }
.future-grid {
  width: min(1100px, 100%);
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.future-grid span {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(197,150,63,.42);
  padding: 18px;
  border-radius: 18px;
  font-weight: 800;
}

.contact {
  background: var(--paper);
  border-radius: 32px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  box-shadow: 0 20px 50px rgba(122,77,36,.12);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.whatsapp,
.email-btn {
  color: white;
  padding: 18px 26px;
  font-size: 1.1rem;
  white-space: nowrap;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.whatsapp { background: #1f7a3b; }
.email-btn { background: var(--green); }

.social {
  padding-top: 0;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.social-grid a {
  background: var(--paper);
  border: 1px solid rgba(197,150,63,.35);
  border-radius: 24px;
  padding: 26px 18px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(23,53,31,.12);
}

.social-grid span {
  font-size: 2rem;
  display: block;
  margin-bottom: 8px;
}

.social-grid strong {
  color: var(--green);
  display: block;
  font-size: 1.15rem;
}

.social-grid small {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

footer {
  background: var(--green);
  color: var(--cream);
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  padding: 28px;
}

@media (max-width: 900px) {
  .topbar { flex-direction: column; text-align: center; }
  .top-links { flex-direction: column; gap: 8px; }
  .nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  .brand { order: -1; width: 100%; text-align: center; margin: 0; }
  .brand img { max-width: 250px; width: 75%; }
  .hero-content { flex-direction: column; align-items: flex-start; padding-top: 70px; }
  .split, .product-grid, .future-grid, .social-grid { grid-template-columns: 1fr; }
  .contact { flex-direction: column; text-align: center; }
  .product-card img { height: 260px; }
}
