:root {
  --cream: #f3efe6;
  --paper: #fbf8f1;
  --sand: #e6dac1;
  --leaf: #234332;
  --leaf-deep: #173224;
  --green: #2f7f52;
  --green-soft: #c9dec6;
  --clay: #b56b42;
  --sky: #7eb7c7;
  --gold: #c89e41;
  --ink: #1d221d;
  --muted: #5b6058;
  --line: rgba(29, 34, 29, 0.12);
  --white: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
strong,
.brand-name,
.button,
.board-title {
  font-family: "Fraunces", serif;
  font-weight: 700;
}

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

.shell {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(243, 239, 230, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(29, 34, 29, 0.08);
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.9rem;
}

.brand-link,
.brand-copy {
  display: flex;
  align-items: center;
}

.brand-link {
  gap: 0.8rem;
  text-decoration: none;
}

.brand-mark {
  width: 2.8rem;
  height: 2.8rem;
}

.brand-copy {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
}

.brand-name {
  font-size: 1.15rem;
}

.brand-subtitle {
  font-size: 0.82rem;
  color: var(--muted);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}

.main-nav a,
.footer-links a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0 1.15rem;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.98rem;
}

.button-solid {
  background: var(--leaf);
  color: var(--white);
}

.button-outline {
  border-color: rgba(23, 50, 36, 0.18);
  color: var(--leaf);
  background: rgba(255, 255, 255, 0.44);
}

.hero-band,
.section-band,
.site-footer {
  position: relative;
}

.hero-band {
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(243, 239, 230, 0.96), rgba(243, 239, 230, 0.98)),
    repeating-linear-gradient(90deg, rgba(35, 67, 50, 0.04) 0, rgba(35, 67, 50, 0.04) 1px, transparent 1px, transparent 110px);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: start;
  gap: 2rem;
  padding: 4.2rem 0 2.6rem;
}

.hero-copy {
  padding-top: 1rem;
}

.kicker {
  display: inline-block;
  margin-bottom: 0.9rem;
  color: var(--green);
  font-size: 0.92rem;
}

.kicker-light {
  color: #d7e9dc;
}

.hero-copy h1 {
  font-size: 4.8rem;
  line-height: 0.92;
  margin-bottom: 1rem;
}

.hero-intro,
.section-copy,
.closing-actions p,
.contact-hero .hero-intro {
  max-width: 42rem;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 0.9rem;
  margin-top: 1.7rem;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(29, 34, 29, 0.12);
}

.hero-metrics strong,
.overview-strip span,
.step-no,
.panel-label,
.module-tag,
.ledger-row em,
.board-chip {
  display: inline-block;
  margin-bottom: 0.4rem;
}

.hero-metrics span {
  display: block;
  color: var(--muted);
  line-height: 1.55;
}

.hero-board {
  padding: 1rem;
  border: 1px solid rgba(35, 67, 50, 0.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.78));
}

.board-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.9rem;
}

.board-title {
  font-size: 1.1rem;
}

.board-chip {
  min-height: 2rem;
  padding: 0.42rem 0.8rem 0.1rem;
  border-radius: 999px;
  background: rgba(35, 67, 50, 0.08);
  color: var(--leaf);
  font-size: 0.86rem;
}

.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.field-panel,
.module-card,
.season-step,
.overview-strip,
.contact-panel,
.contact-form {
  border-radius: 8px;
}

.field-panel {
  min-height: 10.7rem;
  padding: 1rem;
  color: var(--leaf-deep);
}

.field-panel strong,
.module-card h3,
.season-step h3,
.overview-strip span,
.contact-panel h2,
.ledger-row strong {
  font-size: 1.15rem;
}

.field-panel p,
.module-card p,
.season-step p,
.overview-strip p,
.audience-list p,
.contact-panel p,
.contact-list li,
.ledger-row span,
.contact-note a {
  line-height: 1.6;
  color: var(--muted);
}

.field-panel-crop { background: linear-gradient(180deg, #d8ebd6, #eef7e8); }
.field-panel-weather { background: linear-gradient(180deg, #d6ebf0, #eef8fb); }
.field-panel-livestock { background: linear-gradient(180deg, #f0dfd3, #fbf0e7); }
.field-panel-records { background: linear-gradient(180deg, #f2ead2, #fbf5e1); }

.section-band {
  padding: 4.4rem 0;
}

.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-sand { background: var(--sand); }
.section-earth { background: var(--leaf-deep); }
.section-leaf { background: var(--leaf); }

.section-shell {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.section-split {
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.92fr);
  align-items: end;
}

.section-shell h2,
.records-copy h2,
.contact-hero h1,
.closing-band h2,
.audience-grid h2 {
  font-size: 2.7rem;
  line-height: 1.05;
}

.heading-light {
  color: var(--white);
}

.overview-strips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.overview-strip {
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(29, 34, 29, 0.08);
}

.module-grid,
.season-line,
.audience-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
}

.module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-card {
  min-height: 13rem;
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.module-card p {
  color: rgba(255, 255, 255, 0.78);
}

.module-tag,
.step-no {
  min-width: 2rem;
  font-size: 0.92rem;
  color: var(--white);
}

.module-green { background: linear-gradient(180deg, rgba(43, 97, 63, 0.95), rgba(28, 58, 39, 0.96)); }
.module-clay { background: linear-gradient(180deg, rgba(146, 86, 50, 0.95), rgba(77, 42, 22, 0.96)); }
.module-sky { background: linear-gradient(180deg, rgba(78, 132, 152, 0.96), rgba(31, 69, 86, 0.98)); }
.module-gold { background: linear-gradient(180deg, rgba(163, 127, 47, 0.96), rgba(83, 62, 17, 0.98)); }
.module-moss { background: linear-gradient(180deg, rgba(64, 106, 58, 0.96), rgba(34, 57, 30, 0.98)); }
.module-rust { background: linear-gradient(180deg, rgba(144, 77, 49, 0.96), rgba(67, 30, 16, 0.98)); }

.records-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: 1.2rem;
  align-items: start;
}

.records-ledger {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.ledger-head,
.ledger-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(130px, 1fr) 82px;
  gap: 0.8rem;
  align-items: center;
}

.ledger-head {
  padding: 0 0 0.8rem;
  color: var(--muted);
  font-size: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.ledger-row {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(29, 34, 29, 0.08);
}

.ledger-row:last-child {
  border-bottom: 0;
}

.ledger-row em {
  min-height: 2rem;
  padding: 0.38rem 0.72rem 0.1rem;
  border-radius: 999px;
  background: rgba(35, 67, 50, 0.08);
  color: var(--leaf);
  font-style: normal;
  text-align: center;
  font-size: 0.85rem;
}

.season-line {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.season-step {
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(29, 34, 29, 0.08);
}

.step-no {
  color: var(--green);
  font-weight: 700;
}

.audience-grid {
  grid-template-columns: minmax(0, 0.86fr) minmax(300px, 1fr);
  align-items: start;
}

.audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  color: var(--white);
}

.audience-list strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--white);
  font-size: 1.08rem;
}

.audience-list p {
  color: rgba(255, 255, 255, 0.78);
}

.closing-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
  gap: 1.2rem;
  align-items: end;
}

.closing-actions {
  display: grid;
  gap: 1rem;
}

.contact-main .section-band:first-child {
  padding-bottom: 1.8rem;
}

.contact-hero {
  display: grid;
  gap: 0.9rem;
}

.contact-grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.contact-panel,
.contact-form {
  padding: 1.2rem;
  background: var(--white);
  border: 1px solid var(--line);
}

.contact-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.contact-list li + li {
  margin-top: 0.5rem;
}

.contact-note {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.contact-note strong,
.contact-form span {
  display: block;
  margin-bottom: 0.45rem;
}

.contact-form label {
  display: block;
  margin-bottom: 1rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(29, 34, 29, 0.12);
  border-radius: 6px;
  padding: 0.95rem 1rem;
  background: var(--paper);
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  padding: 1.4rem 0 1.7rem;
  background: var(--leaf-deep);
  color: var(--white);
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 1rem;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-social {
  display: flex;
  gap: 0.65rem;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-social svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

@media (max-width: 1080px) {
  .hero-shell,
  .section-split,
  .records-grid,
  .audience-grid,
  .closing-band,
  .contact-grid,
  .footer-shell {
    grid-template-columns: 1fr;
  }

  .module-grid,
  .season-line,
  .overview-strips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy h1 {
    font-size: 4rem;
  }
}

@media (max-width: 820px) {
  .nav-shell,
  .main-nav,
  .hero-actions,
  .hero-metrics,
  .module-grid,
  .overview-strips,
  .season-line,
  .audience-list,
  .board-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }

  .nav-shell,
  .main-nav,
  .hero-actions,
  .footer-shell,
  .footer-links {
    display: grid;
  }

  .main-nav {
    justify-items: start;
  }

  .hero-copy h1,
  .section-shell h2,
  .records-copy h2,
  .contact-hero h1,
  .closing-band h2,
  .audience-grid h2 {
    font-size: 2.7rem;
  }

  .hero-metrics {
    display: grid;
  }

  .ledger-head {
    display: none;
  }

  .ledger-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}
