:root {
  --ink: #2c4819;
  --text: #33412d;
  --muted: #65725d;
  --field: #f7f8f2;
  --surface: #ffffff;
  --line: #dde5d3;
  --leaf: #38591f;
  --leaf-dark: #2c4819;
  --gold: #ffc529;
  --gold-dark: #d99b00;
  --sky: #e9f1f4;
  --shadow: 0 22px 60px rgba(44, 72, 25, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--field);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(221, 229, 211, 0.9);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  width: 182px;
  height: 56px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.nav-links {
  justify-content: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--leaf-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  padding: 0 18px;
  color: var(--surface);
  background: var(--leaf);
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(380px, 1.1fr);
  align-items: stretch;
  gap: 42px;
  padding: 54px 5vw 40px;
}

.page-hero {
  display: grid;
  min-height: 560px;
  align-items: end;
  padding: 120px 5vw 56px;
  color: var(--surface);
  background:
    linear-gradient(90deg, rgba(44, 72, 25, 0.88), rgba(44, 72, 25, 0.34)),
    url("assets/corn-harvest-equipment.jpg");
  background-position: center;
  background-size: cover;
}

.page-hero > div {
  max-width: 830px;
}

.page-hero h1 {
  max-width: 12ch;
  color: var(--surface);
  font-size: clamp(4rem, 8vw, 7.4rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
}

.page-hero .button.secondary {
  color: var(--surface);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.42);
}

.profile-book-hero {
  background:
    linear-gradient(90deg, rgba(44, 72, 25, 0.9), rgba(44, 72, 25, 0.34)),
    url("assets/corn-field-check.jpg");
  background-position: center;
  background-size: cover;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(44, 72, 25, 0.9), rgba(44, 72, 25, 0.26)),
    url("assets/about-hero-sunset-plot.jpg");
  background-position: center;
  background-size: cover;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 170px);
  max-width: 740px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: clamp(4.4rem, 9vw, 8.2rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 12.5ch;
  font-size: clamp(3.6rem, 7vw, 6.9rem);
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy p:not(.eyebrow),
.section-heading p,
.service-list p,
.contact-card span {
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-copy p:not(.eyebrow) {
  max-width: 640px;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.button:hover,
.header-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: var(--surface);
  background: var(--leaf);
  box-shadow: 0 14px 34px rgba(44, 72, 25, 0.25);
}

.button.primary:hover {
  background: var(--leaf-dark);
}

.button.secondary {
  color: var(--leaf-dark);
  background: var(--surface);
  border-color: var(--line);
}

.button.light {
  color: var(--leaf-dark);
  background: var(--gold);
}

.hero-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: calc(100vh - 170px);
  overflow: hidden;
  padding: 28px;
  background: var(--leaf-dark);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 72, 25, 0.04), rgba(44, 72, 25, 0.62));
  content: "";
}

.hero-panel > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.season-card {
  position: relative;
  z-index: 1;
  max-width: 380px;
  padding: 24px;
  color: var(--surface);
  background: rgba(44, 72, 25, 0.78);
  border: 1px solid rgba(255, 197, 41, 0.34);
  border-radius: 8px;
  backdrop-filter: blur(8px);
}

.season-card span,
.product-card span,
.service-list span {
  display: block;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.season-card strong {
  display: block;
  margin: 6px 0 8px;
  font-size: 1.55rem;
}

.season-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 5vw 48px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.trust-strip div {
  min-height: 122px;
  padding: 24px;
  background: var(--surface);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  margin-bottom: 8px;
  color: var(--leaf-dark);
  font-size: 1.1rem;
}

.trust-strip span {
  color: var(--muted);
}

.section {
  padding: 82px 5vw;
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(360px, 1.28fr);
  gap: 42px;
  align-items: start;
}

.section-heading {
  max-width: 780px;
}

.section-heading.compact {
  max-width: 720px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.product-feature {
  background: var(--field);
}

.offering-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.offering-grid article {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(44, 72, 25, 0.08);
}

.offering-grid img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.offering-grid div {
  padding: 24px;
}

.offering-grid span,
.services-grid span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offering-grid p,
.services-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
  padding: 24px;
  overflow: hidden;
  color: var(--surface);
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.product-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 72, 25, 0.05), rgba(44, 72, 25, 0.84));
  content: "";
}

.product-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-card:hover img {
  transform: scale(1.04);
}

.product-card span,
.product-card h3 {
  position: relative;
  z-index: 1;
}

.product-card h3 {
  max-width: 360px;
  margin-bottom: 0;
  color: var(--surface);
}

.product-card.corn {
  background: var(--ink);
}

.product-card.soybean {
  background: var(--ink);
}

.product-card.forage {
  background: var(--ink);
}

.product-card.cover {
  background: var(--ink);
}

.services {
  background: var(--surface);
}

.service-list {
  display: grid;
  gap: 1px;
  margin-top: 32px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-list article {
  display: grid;
  grid-template-columns: 180px 70px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 134px;
  padding: 26px;
  background: var(--surface);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.service-list article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(255, 197, 41, 0.22), 0 14px 34px rgba(44, 72, 25, 0.12);
}

.service-list img {
  width: 100%;
  height: 126px;
  object-fit: cover;
  border-radius: 8px;
}

.service-list p {
  margin-bottom: 0;
}

.advice {
  background: var(--field);
}

.advice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.advice-grid article {
  display: flex;
  flex-direction: column;
  min-height: 265px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(44, 72, 25, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.advice-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 197, 41, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 197, 41, 0.18), 0 22px 48px rgba(44, 72, 25, 0.14);
}

.advice-grid span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.advice-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  margin-bottom: 18px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.advice-logo img {
  width: 100%;
  max-width: 180px;
  max-height: 56px;
  object-fit: contain;
}

.advice-grid p {
  margin-bottom: 18px;
  color: var(--muted);
}

.advice-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  padding: 0 16px;
  color: var(--leaf-dark);
  background: var(--gold);
  border-radius: 8px;
  font-weight: 900;
}

.advice-grid a:hover {
  background: #ffd65c;
}

.family-owned {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: 42px;
  align-items: center;
  background: var(--surface);
}

.family-copy {
  max-width: 720px;
}

.family-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.family-owned figure {
  position: relative;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: var(--leaf-dark);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.family-owned figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 72, 25, 0.04), rgba(44, 72, 25, 0.64));
  content: "";
}

.family-owned img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
}

.family-owned figcaption {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 1;
  color: var(--surface);
  font-weight: 900;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
  background: var(--surface);
}

.about-story-copy {
  display: grid;
  gap: 18px;
}

.about-story-copy p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
}

.about-stat-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.about-stat-row div {
  min-height: 145px;
  padding: 24px;
  background: var(--field);
}

.about-stat-row strong,
.about-stat-row span {
  display: block;
}

.about-stat-row strong {
  margin-bottom: 8px;
  color: var(--leaf-dark);
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1;
}

.about-stat-row span {
  color: var(--muted);
  font-weight: 800;
}

.team-section {
  background: var(--field);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.team-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  min-height: 100%;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(44, 72, 25, 0.08);
}

.team-photo {
  width: 150px;
  height: 190px;
  object-fit: cover;
  object-position: center;
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.team-photo-left {
  object-position: left center;
}

.team-photo-top {
  object-position: center top;
}

.team-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-card h3 {
  margin-bottom: 12px;
  font-size: 1.45rem;
}

.team-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.team-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.team-links a {
  padding: 8px 10px;
  color: var(--leaf-dark);
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 900;
}

.profile-book-section {
  background: var(--surface);
}

.profile-book-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 34px 0 18px;
  padding: 16px 18px;
  color: var(--muted);
  font-weight: 800;
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.seed-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seed-profile-card {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  min-height: 100%;
  padding: 20px;
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(44, 72, 25, 0.08);
}

.seed-profile-image {
  grid-row: span 5;
  display: grid;
  place-items: center;
  min-height: 190px;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.seed-profile-image img {
  width: 100%;
  height: 175px;
  object-fit: contain;
  padding: 0;
  transform: scale(1.16);
}

.seed-profile-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.seed-profile-header span,
.seed-profile-header strong {
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seed-profile-header h2 {
  margin-bottom: 0;
  font-size: 1.65rem;
}

.seed-profile-platform,
.seed-profile-card p,
.seed-profile-card dd,
.seed-profile-card small {
  color: var(--muted);
}

.seed-profile-platform,
.seed-profile-card p {
  margin-bottom: 0;
}

.seed-profile-facts {
  display: grid;
  gap: 8px;
  margin: 0;
}

.seed-profile-facts div {
  display: grid;
  gap: 3px;
}

.seed-profile-facts dt {
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.seed-profile-facts dd {
  margin: 0;
}

.seed-profile-card small {
  display: block;
  padding-top: 10px;
  border-top: 1px solid var(--line);
}

.dekalb-guide-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) minmax(160px, 0.8fr) minmax(180px, 0.9fr) auto auto;
  gap: 14px;
  align-items: end;
  margin: 34px 0 20px;
  padding: 18px;
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.dekalb-guide-toolbar label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dekalb-guide-toolbar input,
.dekalb-guide-toolbar select {
  min-height: 48px;
  width: 100%;
  padding: 0 12px;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  text-transform: none;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.dekalb-guide-summary {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--muted);
}

.dekalb-guide-summary span {
  color: var(--ink);
  font-weight: 900;
}

.dekalb-guide-summary p {
  max-width: 980px;
  margin-bottom: 0;
  font-size: 0.92rem;
}

.dekalb-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.dekalb-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(44, 72, 25, 0.08);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.dekalb-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 197, 41, 0.72);
  box-shadow: 0 0 0 3px rgba(255, 197, 41, 0.18), 0 22px 48px rgba(44, 72, 25, 0.14);
}

.dekalb-card-image {
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff, #f5f7ef);
  border-bottom: 1px solid var(--line);
}

.dekalb-card-image img {
  width: min(210px, 100%);
  height: 210px;
  object-fit: contain;
  transform: scale(1.1);
  transition: transform 180ms ease;
}

.dekalb-card:hover .dekalb-card-image img {
  transform: scale(1.14);
}

.dekalb-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
}

.dekalb-card-topline,
.dekalb-card-title,
.dekalb-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dekalb-card-topline span,
.dekalb-card-topline strong {
  color: var(--gold-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dekalb-card-topline strong {
  padding: 5px 9px;
  color: var(--leaf-dark);
  background: var(--gold);
  border-radius: 999px;
}

.dekalb-card-title {
  align-items: flex-start;
}

.dekalb-card-title h2 {
  margin-bottom: 0;
  font-size: 1.55rem;
  line-height: 1;
}

.dekalb-rm {
  display: grid;
  justify-items: center;
  min-width: 62px;
  padding: 8px;
  color: var(--leaf-dark);
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.dekalb-rm span {
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.95;
}

.dekalb-rm small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
}

.dekalb-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.dekalb-card li strong {
  color: var(--ink);
  font-weight: 900;
}

.dekalb-card-actions {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.dekalb-card-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  color: var(--leaf-dark);
  font-weight: 900;
  background: var(--gold);
  border-radius: 8px;
}

.dekalb-card-actions a:hover {
  background: #ffd65c;
}

.dekalb-card-actions small {
  color: var(--muted);
  font-size: 0.78rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.services-grid article {
  display: grid;
  gap: 14px;
  min-height: 250px;
  padding: 24px;
  background: var(--surface);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.services-grid article:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-3px);
  box-shadow: 0 0 0 3px rgba(255, 197, 41, 0.18), 0 22px 48px rgba(44, 72, 25, 0.14);
}

.services-grid img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  border-radius: 8px;
}

.services-grid img.service-logo {
  object-fit: contain;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
}

.season-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: 0 5vw;
  padding: 44px;
  color: var(--surface);
  background:
    linear-gradient(90deg, rgba(44, 72, 25, 0.96), rgba(44, 72, 25, 0.78)),
    url("assets/harvest-corn-ear.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.gallery {
  padding-top: 70px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: 260px;
  gap: 16px;
}

.gallery-grid figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.gallery-grid figure::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 72, 25, 0.05), rgba(44, 72, 25, 0.68));
  content: "";
}

.gallery-grid .wide {
  grid-row: span 2;
}

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

.gallery-grid figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  left: 20px;
  z-index: 1;
  color: var(--surface);
  font-size: 1.05rem;
  font-weight: 900;
}

.season-band h2 {
  max-width: 780px;
  margin-bottom: 14px;
  color: var(--surface);
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.season-band .eyebrow {
  color: var(--gold);
}

.season-band p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.55fr);
  gap: 34px;
  align-items: start;
}

.contact-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  margin-top: 34px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(44, 72, 25, 0.08);
}

.contact-logo-panel img {
  width: min(100%, 360px);
  max-height: 140px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.contact-box {
  display: grid;
  gap: 18px;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 900;
}

.contact-form label:last-of-type,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--text);
  font: inherit;
  background: var(--field);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-card a {
  color: var(--leaf-dark);
  font-size: 1.08rem;
  font-weight: 900;
}

.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 30px 5vw;
  color: var(--muted);
  background: var(--surface);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 150px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.site-footer a {
  color: var(--leaf-dark);
  font-weight: 900;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
    padding: 0 22px;
  }

  .brand {
    width: 158px;
    height: 50px;
  }

  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    right: 18px;
    display: none;
    width: min(250px, calc(100vw - 36px));
    justify-content: start;
    padding: 18px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: grid;
  }

  .hero,
  .split,
  .about-story,
  .family-owned,
  .contact {
    grid-template-columns: 1fr;
  }

  .page-hero {
    min-height: 520px;
    padding: 96px 22px 46px;
  }

  .hero {
    padding: 40px 22px;
  }

  .hero-copy,
  .hero-panel {
    min-height: auto;
  }

  .hero-panel {
    min-height: 440px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin: 0 22px 32px;
  }

  .about-stat-row {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 64px 22px;
  }

  .advice-grid,
  .offering-grid,
  .services-grid,
  .team-grid,
  .dekalb-guide-grid,
  .seed-profile-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dekalb-guide-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .season-band {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 22px;
    padding: 32px 24px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .family-owned figure,
  .family-owned img {
    min-height: 340px;
  }

  .gallery-grid .wide {
    grid-row: span 1;
  }

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

@media (max-width: 600px) {
  h1 {
    font-size: clamp(3.35rem, 18vw, 5rem);
  }

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

  .advice-grid,
  .offering-grid,
  .services-grid,
  .team-grid,
  .dekalb-guide-grid,
  .dekalb-guide-toolbar,
  .seed-profile-grid,
  .seed-profile-card {
    grid-template-columns: 1fr;
  }

  .team-card {
    grid-template-columns: 1fr;
  }

  .team-photo {
    width: 100%;
    height: 260px;
  }

  .seed-profile-image {
    grid-row: auto;
  }

  .profile-book-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .dekalb-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-list article {
    grid-template-columns: 1fr;
  }

  .service-list img,
  .services-grid img {
    height: 180px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .family-owned figure,
  .family-owned img {
    min-height: 280px;
  }
}

@media print {
  .site-header,
  .page-hero,
  .profile-book-toolbar,
  .dekalb-guide-toolbar,
  .site-footer {
    display: none;
  }

  body {
    color: #111;
    background: #fff;
  }

  .section {
    padding: 0;
  }

  .profile-book-section .section-heading {
    max-width: none;
    margin-bottom: 18px;
  }

  .seed-profile-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dekalb-guide-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .seed-profile-card,
  .dekalb-card {
    break-inside: avoid;
    box-shadow: none;
    background: #fff;
  }
}
