/* Raíces de Ciudad - Botanical Journal Styles */

/* CSS Variables */
:root {
  --bg-parchment: #F4F1EA;
  --text-charcoal: #212121;
  --forest-green: #455A64;
  --terracotta: #BF360C;
  --border-color: #D7CCC8;
  --divider-color: #8D6E63;
}

/* Reset & Base */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  background-color: var(--bg-parchment);
  color: var(--text-charcoal);
  line-height: 1.7;
  font-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23noise)' opacity='0.08'/%3E%3C/svg%3E");
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lora', serif;
  font-weight: 600;
  color: var(--text-charcoal);
  line-height: 1.3;
}

a {
  color: var(--forest-green);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--terracotta);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Container */
.dn8o39jd {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hand-drawn divider */
.gdzgibtb {
  height: 2px;
  background: transparent;
  border: none;
  position: relative;
  margin: 48px 0;
}

.gdzgibtb::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--divider-color);
  transform: translateY(-50%) rotate(-1deg);
  opacity: 0.6;
}

.gdzgibtb::after {
  content: '✦';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg-parchment);
  padding: 0 16px;
  color: var(--terracotta);
  font-size: 14px;
}

/* Header */
.header {
  padding: 32px 0;
  border-bottom: 1px solid var(--border-color);
}

.vbcp5uxa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Logo Stamp */
.bax4gv6g {
  display: inline-block;
  border: 3px double var(--terracotta);
  padding: 12px 24px;
  font-family: 'Lora', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--terracotta);
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}

.bax4gv6g:hover {
  transform: rotate(0deg) scale(1.02);
}

/* Navigation */
.z4p4bcrl {
  display: flex;
  gap: 32px;
  list-style: none;
}

.z4p4bcrl a {
  font-family: 'Lora', serif;
  font-size: 15px;
  color: var(--forest-green);
  position: relative;
  padding-bottom: 4px;
}

.z4p4bcrl a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--terracotta);
  transition: width 0.3s ease;
}

.z4p4bcrl a:hover::after {
  width: 100%;
}

/* Hero Section - Cultiva tu Salud */
.jjy3nqcw {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.u0q4o2pe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.t2ck0sej {
  font-family: 'Lora', serif;
  font-size: 32px;
  font-style: italic;
  color: var(--forest-green);
  line-height: 1.5;
  position: relative;
  padding: 40px;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.4);
}

.t2ck0sej::before {
  content: '"';
  font-size: 80px;
  color: var(--terracotta);
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: Georgia, serif;
}

.t2ck0sej cite {
  display: block;
  margin-top: 24px;
  font-size: 14px;
  font-style: normal;
  color: var(--text-charcoal);
  font-family: 'Raleway', sans-serif;
}

.jmj1rui5 {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 12px;
  background: #fff;
}

.jmj1rui5 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  filter: sepia(20%) contrast(95%);
}

/* Section Styles */
.section {
  padding: 60px 0;
}

.nilbjn8x {
  font-size: 36px;
  text-align: center;
  margin-bottom: 16px;
  color: var(--text-charcoal);
}

.qd7zgox6 {
  text-align: center;
  color: var(--forest-green);
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 48px;
}

/* Calendario de Siembra */
.p29xv872 {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--border-color);
  padding: 40px;
}

.jbago0gr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}

.gqjxarzn {
  border: 1px solid var(--border-color);
  padding: 20px;
  text-align: center;
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gqjxarzn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(33, 33, 33, 0.1);
}

.gqjxarzn h4 {
  font-size: 18px;
  color: var(--terracotta);
  margin-bottom: 12px;
  font-family: 'Lora', serif;
}

.gqjxarzn ul {
  list-style: none;
  font-size: 14px;
  color: var(--forest-green);
}

.gqjxarzn li {
  padding: 4px 0;
  border-bottom: 1px dashed var(--border-color);
}

.gqjxarzn li:last-child {
  border-bottom: none;
}

/* Kit de Inicio Orgánico */
.rut03epe {
  background: rgba(69, 90, 100, 0.05);
}

.kt2vg8uq {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
}

.jhi217je {
  border: 1px solid var(--border-color);
  padding: 32px;
  background: #fff;
  text-align: center;
  transition: transform 0.3s ease;
}

.jhi217je:hover {
  transform: translateY(-4px);
}

.oklga9b4 {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--bg-parchment);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
}

.jhi217je h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: var(--forest-green);
}

.jhi217je p {
  font-size: 14px;
  color: var(--text-charcoal);
  margin-bottom: 24px;
  line-height: 1.8;
}

/* Minimalist Button */
.fugpwa1c {
  display: inline-block;
  padding: 14px 32px;
  border: 1px solid var(--terracotta);
  color: var(--terracotta);
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.fugpwa1c:hover {
  background: var(--terracotta);
  color: #fff;
}

/* Talleres Comunitarios */
.uck7jp9i {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.g2h86d9b {
  display: flex;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--border-color);
  background: #fff;
  align-items: flex-start;
}

.m8xy093r {
  min-width: 100px;
  text-align: center;
  padding: 16px;
  border: 1px solid var(--border-color);
  background: var(--bg-parchment);
}

.m8xy093r .eir5h4iw {
  font-size: 32px;
  font-family: 'Lora', serif;
  font-weight: 700;
  color: var(--terracotta);
  line-height: 1;
}

.m8xy093r .mvcudcfh {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--forest-green);
  letter-spacing: 1px;
}

.se4v6rnm h4 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--text-charcoal);
}

.se4v6rnm p {
  font-size: 14px;
  color: var(--forest-green);
  margin-bottom: 4px;
}

.se4v6rnm .v62vdk2j {
  font-style: italic;
  color: var(--terracotta);
}

/* Consejo del Experto */
.ollbltb9 {
  background: var(--forest-green);
  color: #fff;
  padding: 60px 0;
}

.x2cwp08e {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
}

.v1zzy7s8 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid var(--bg-parchment);
  overflow: hidden;
  flex-shrink: 0;
}

.v1zzy7s8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.z85m7wd3 h3 {
  font-size: 28px;
  color: var(--bg-parchment);
  margin-bottom: 16px;
}

.z85m7wd3 p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.95;
  max-width: 700px;
}

.w9qu1r65 {
  margin-top: 20px;
  font-family: 'Lora', serif;
  font-style: italic;
  color: var(--terracotta);
  font-size: 16px;
}

/* Footer */
.footer {
  padding: 60px 0 32px;
  border-top: 1px solid var(--border-color);
}

.f5p25ydg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer h4 {
  font-size: 18px;
  margin-bottom: 16px;
  color: var(--forest-green);
}

.footer p, .footer li {
  font-size: 14px;
  color: var(--text-charcoal);
  line-height: 2;
}

.footer ul {
  list-style: none;
}

.footer a {
  color: var(--text-charcoal);
}

.footer a:hover {
  color: var(--terracotta);
}

.efjv6xt2 {
  text-align: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color);
  font-size: 13px;
  color: var(--forest-green);
}

/* Modal */
.p5cfkhen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.p5cfkhen.zymn2jkv {
  opacity: 1;
  visibility: visible;
}

.mf5ko4f2 {
  background: var(--bg-parchment);
  padding: 48px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  border: 2px solid var(--terracotta);
  position: relative;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.p5cfkhen.zymn2jkv .mf5ko4f2 {
  transform: scale(1);
}

.dacklltp {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  color: var(--forest-green);
  cursor: pointer;
  background: none;
  border: none;
  line-height: 1;
  transition: color 0.3s ease;
}

.dacklltp:hover {
  color: var(--terracotta);
}

.mf5ko4f2 h2 {
  font-size: 28px;
  color: var(--terracotta);
  margin-bottom: 16px;
}

.mf5ko4f2 p {
  font-size: 16px;
  color: var(--text-charcoal);
  line-height: 1.7;
}

.ymvb1zmw {
  font-size: 48px;
  margin-bottom: 20px;
}

/* Legal Pages */
.hs5ye5rt {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 24px;
}

.hs5ye5rt h1 {
  font-size: 32px;
  margin-bottom: 32px;
  color: var(--text-charcoal);
  text-align: center;
}

.hs5ye5rt h2 {
  font-size: 22px;
  margin: 32px 0 16px;
  color: var(--forest-green);
}

.hs5ye5rt p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.hs5ye5rt ul {
  margin: 16px 0 16px 24px;
  line-height: 1.8;
}

.hs5ye5rt a {
  color: var(--terracotta);
}

/* Responsive */
@media (max-width: 768px) {
  .vbcp5uxa {
    flex-direction: column;
    text-align: center;
  }

  .z4p4bcrl {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .u0q4o2pe {
    grid-template-columns: 1fr;
  }

  .t2ck0sej {
    font-size: 24px;
    padding: 24px;
  }

  .x2cwp08e {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .v1zzy7s8 {
    margin: 0 auto;
  }

  .g2h86d9b {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .nilbjn8x {
    font-size: 28px;
  }

  .mf5ko4f2 {
    padding: 32px 24px;
  }
}
