﻿:root {
  --ink: #101832;
  --muted: #5b657c;
  --green: #087d3c;
  --green-deep: #03522b;
  --leaf: #e7f5df;
  --gold: #f2b64b;
  --paper: #fffaf1;
  --line: #e2e7df;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7f8f2;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 48px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(16, 24, 50, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--green);
  border-radius: 8px;
  font-size: 24px;
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  font-size: 18px;
}

.brand-text small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

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

.hero {
  min-height: 78svh;
  display: flex;
  align-items: center;
  padding: 84px 48px 72px;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.97) 0%, rgba(255, 250, 241, 0.9) 38%, rgba(255, 250, 241, 0.18) 74%),
    url("./farm-hero.jpg") center right / cover no-repeat;
}

.hero-content {
  width: min(620px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: 64px;
  line-height: 1;
}

h2 {
  margin-bottom: 18px;
  font-size: 38px;
  line-height: 1.12;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.22;
}

.lead {
  margin-bottom: 32px;
  color: #26314c;
  font-size: 20px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: var(--green);
}

.button.secondary {
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(8, 125, 60, 0.24);
}

.section {
  padding: 84px 48px;
}

.intro,
.community {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  max-width: 1180px;
  margin: 0 auto;
}

.section-copy p,
.feature-grid p,
.gallinero-copy p,
.daily-section p,
.community p,
.rules-card p,
.faq-list p,
.cta-section p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.centered {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.experience {
  background: var(--white);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}

.feature-grid article,
.faq-list article,
.rules-card,
.phone-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(16, 24, 50, 0.06);
}

.feature-grid article {
  padding: 28px;
}

.feature-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--green);
  font-weight: 900;
}

.gallinero-section {
  display: grid;
  grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
  max-width: 1180px;
  margin: 0 auto;
}

.phone-card {
  overflow: hidden;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f5faef 100%);
}

.phone-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 4px 16px;
  color: var(--muted);
  font-weight: 700;
}

.phone-top strong {
  color: var(--green);
}

.coop-visual img {
  width: 100%;
  border: 1px solid rgba(8, 125, 60, 0.14);
  border-radius: 8px;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.mini-stats div {
  min-height: 96px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(8, 125, 60, 0.12);
  border-radius: 8px;
}

.mini-stats strong,
.mini-stats span {
  display: block;
}

.mini-stats strong {
  margin-bottom: 8px;
  color: var(--green-deep);
  font-size: 15px;
  line-height: 1.25;
}

.mini-stats span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.daily-section {
  padding: 90px 48px;
  background:
    linear-gradient(90deg, rgba(3, 82, 43, 0.92), rgba(8, 125, 60, 0.7)),
    url("./farm-hero.jpg") center / cover no-repeat;
}

.daily-content {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.daily-content .eyebrow,
.daily-content h2,
.daily-content p {
  color: var(--white);
}

.daily-content p {
  color: rgba(255, 255, 255, 0.82);
}

.community {
  align-items: start;
}

.rules-card {
  padding: 28px;
}

.faq {
  background: var(--paper);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-width: 980px;
  margin: 0 auto;
}

.faq-list article {
  padding: 24px;
}

.cta-section {
  display: grid;
  justify-items: center;
  padding: 88px 48px;
  text-align: center;
  background: var(--white);
}

.cta-section p {
  max-width: 700px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 48px;
  color: rgba(255, 255, 255, 0.78);
  background: #102418;
}

.footer div {
  display: grid;
  gap: 6px;
}

.footer strong {
  color: var(--white);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 22px;
  }

  .nav {
    width: 100%;
    overflow-x: auto;
    gap: 18px;
    padding-bottom: 2px;
    white-space: nowrap;
  }

  .hero {
    min-height: 72svh;
    padding: 72px 22px 56px;
    background:
      linear-gradient(180deg, rgba(255, 250, 241, 0.98) 0%, rgba(255, 250, 241, 0.84) 48%, rgba(255, 250, 241, 0.24) 100%),
      url("./farm-hero.jpg") center bottom / cover no-repeat;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 30px;
  }

  .lead {
    font-size: 18px;
  }

  .section,
  .daily-section,
  .cta-section {
    padding: 64px 22px;
  }

  .intro,
  .community,
  .gallinero-section {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .feature-grid,
  .faq-list {
    grid-template-columns: 1fr;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
  }
}

@media (max-width: 640px) {
  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }
}
