: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:
    radial-gradient(circle at top left, rgba(47, 127, 82, 0.08), transparent 24rem),
    radial-gradient(circle at top right, rgba(200, 158, 65, 0.12), transparent 28rem),
    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.82);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(29, 34, 29, 0.08);
  box-shadow: 0 14px 32px rgba(29, 34, 29, 0.05);
}

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

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

.brand-link {
  gap: 0.8rem;
  text-decoration: none;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

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

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

.brand-name {
  font-size: 1.62rem;
  line-height: 1;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem;
  border: 1px solid rgba(29, 34, 29, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

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

.main-nav a {
  min-height: 2.4rem;
  display: inline-flex;
  align-items: center;
  padding: 0 0.95rem;
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: rgba(35, 67, 50, 0.09);
  color: var(--leaf);
}

.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);
  box-shadow: 0 14px 24px rgba(23, 50, 36, 0.18);
}

.button-outline {
  border-color: rgba(23, 50, 36, 0.18);
  color: var(--leaf);
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0 10px 18px rgba(29, 34, 29, 0.05);
}

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

.hero-band {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 42%),
    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);
}

.section-copy-light {
  color: rgba(255, 255, 255, 0.78);
}

.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,
.board-chip {
  display: inline-block;
  margin-bottom: 0.4rem;
}

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

.hero-board {
  position: relative;
  overflow: hidden;
  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));
  box-shadow: 0 24px 54px rgba(29, 34, 29, 0.12);
}

.hero-board-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 6px;
}

.hero-board-overlay {
  position: absolute;
  inset: 1rem;
  display: grid;
  align-content: start;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(20, 34, 23, 0.12), rgba(20, 34, 23, 0.58));
}

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

.board-title {
  font-size: 1.1rem;
  color: var(--green);
}

.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,
.legal-card {
  border-radius: 8px;
}

.card-image,
.contact-panel-image,
.records-visual-image {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.card-image,
.contact-panel-image,
.records-visual-image {
  aspect-ratio: 16 / 9;
  margin-bottom: 0.9rem;
}

.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:
    linear-gradient(180deg, rgba(251, 248, 241, 0.95), rgba(251, 248, 241, 0.97)),
    url("https://images.pexels.com/photos/1595104/pexels-photo-1595104.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
}
.section-sand {
  background:
    linear-gradient(180deg, rgba(230, 218, 193, 0.94), rgba(230, 218, 193, 0.97)),
    url("https://images.pexels.com/photos/440731/pexels-photo-440731.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
}
.section-earth {
  background:
    linear-gradient(180deg, rgba(23, 50, 36, 0.95), rgba(23, 50, 36, 0.98)),
    url("https://images.pexels.com/photos/2132250/pexels-photo-2132250.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
}
.section-leaf {
  background:
    linear-gradient(180deg, rgba(35, 67, 50, 0.94), rgba(35, 67, 50, 0.98)),
    url("https://images.pexels.com/photos/248880/pexels-photo-248880.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
}

.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);
  box-shadow: 0 16px 30px rgba(29, 34, 29, 0.05);
}

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

.intelligence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  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);
  box-shadow: 0 20px 36px rgba(11, 23, 16, 0.16);
}

.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)); }

.intelligence-panel {
  min-height: 100%;
  padding: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  box-shadow: 0 18px 32px rgba(11, 23, 16, 0.14);
}

.intelligence-panel h3,
.intelligence-panel strong {
  display: block;
  margin: 0.6rem 0 0.55rem;
  font-size: 1.16rem;
}

.intelligence-panel p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.intelligence-panel-lead {
  grid-column: span 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

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

.records-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.records-points article,
.records-stack-card {
  padding: 1rem;
  border: 1px solid rgba(29, 34, 29, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 14px 28px rgba(29, 34, 29, 0.05);
}

.records-points strong,
.records-stack-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1.08rem;
}

.records-points p,
.records-stack-card span {
  color: var(--muted);
  line-height: 1.6;
}

.records-showcase {
  display: grid;
  gap: 1rem;
}

.records-visual-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(29, 34, 29, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 22px 42px rgba(29, 34, 29, 0.1);
}

.records-visual-image {
  margin-bottom: 0;
}

.records-visual-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: grid;
  gap: 0.45rem;
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(20, 34, 23, 0.08), rgba(20, 34, 23, 0.82));
}

.records-badge {
  display: inline-flex;
  width: fit-content;
  min-height: 2rem;
  align-items: center;
  padding: 0.12rem 0.8rem 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #e2f1e5;
  font-size: 0.84rem;
}

.records-visual-overlay strong {
  color: var(--white);
  font-size: 1.2rem;
}

.records-visual-overlay p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

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

.records-stack-card {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.72);
}

.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);
  box-shadow: 0 16px 28px rgba(29, 34, 29, 0.05);
}

.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);
}

.partnership-carousel {
  overflow: hidden;
  padding-top: 0.4rem;
}

.partnership-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  animation: partner-scroll 24s linear infinite;
}

.partner-card {
  flex: 0 0 15rem;
  min-height: 8.8rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid rgba(29, 34, 29, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 30px rgba(29, 34, 29, 0.08);
}

.partner-card img {
  width: 100%;
  max-height: 5.6rem;
  object-fit: contain;
}

@keyframes partner-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

.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,
.legal-hero {
  display: grid;
  gap: 0.9rem;
}

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

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

.subscribe-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 1.2rem;
  align-items: end;
}

.newsletter-form,
.footer-newsletter {
  display: grid;
  gap: 0.75rem;
}

.newsletter-form {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 36px rgba(29, 34, 29, 0.06);
}

.newsletter-form span,
.footer-newsletter label {
  display: block;
  margin-bottom: 0.45rem;
}

.newsletter-form input,
.footer-newsletter input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid rgba(29, 34, 29, 0.12);
  border-radius: 6px;
  padding: 0.9rem 1rem;
  background: var(--paper);
}

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

.legal-card h2 {
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}

.legal-card p {
  line-height: 1.7;
  color: var(--muted);
}

.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:
    linear-gradient(180deg, rgba(23, 50, 36, 0.96), rgba(23, 50, 36, 0.99)),
    url("https://images.pexels.com/photos/248880/pexels-photo-248880.jpeg?auto=compress&cs=tinysrgb&w=1600") center/cover no-repeat;
  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-newsletter {
  min-width: min(100%, 22rem);
}

.footer-newsletter label {
  color: rgba(255, 255, 255, 0.8);
}

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

.footer-newsletter input {
  background: rgba(255, 255, 255, 0.92);
}

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

  .module-grid,
  .season-line,
  .overview-strips,
  .records-stack,
  .intelligence-grid {
    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,
  .intelligence-grid,
  .audience-list,
  .board-grid,
  .footer-links,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .nav-shell,
  .main-nav,
  .hero-actions,
  .footer-shell,
  .footer-links,
  .footer-newsletter-row {
    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;
  }

  .partner-card {
    flex-basis: 12.5rem;
    min-height: 7.8rem;
  }

  .intelligence-panel-lead {
    grid-column: auto;
  }

  .records-stack {
    grid-template-columns: 1fr;
  }
}
