.page-hero-split {
  padding: 150px 0 64px;
  background: var(--cream);
}

.page-hero-split-inner {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr);
  align-items: center;
  gap: clamp(38px, 6vw, 78px);
}

.page-hero-split .page-hero-copy {
  padding: 34px 0;
}

.page-hero-split .page-hero-copy > p:last-child {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.22rem;
}

.page-hero-split-figure {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 24px;
  background: var(--green-soft);
  box-shadow: var(--shadow);
}

.page-hero-split-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media {
  background-image: none;
  transform: none;
}

.hero-media img,
.page-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  object-position: center 42%;
}

.page-hero-media {
  background: var(--green-dark);
}

/* The original gold remains on dark photographic and CTA backgrounds. A
   deeper gold is used for small uppercase labels on light backgrounds so the
   text meets WCAG contrast guidance without changing the visual identity. */
.section .eyebrow,
.page-hero-split .eyebrow {
  color: #80601e;
}

.page-hero.has-image .eyebrow,
.cta-band .eyebrow {
  color: var(--gold);
}

.footer-brand img {
  height: auto;
}

.breadcrumbs {
  margin-bottom: 20px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .035em;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.breadcrumbs li + li::before {
  content: "/";
  opacity: .55;
}

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

.breadcrumbs a:hover {
  text-decoration: underline;
}

.page-hero.has-image .breadcrumbs {
  color: rgba(255,255,255,.85);
}

.page-hero-split .breadcrumbs {
  color: var(--muted);
}

.local-coverage {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

.local-coverage h2 {
  max-width: 620px;
}

.service-card h2 {
  margin: 8px 0 9px;
  font-size: 1.55rem;
  letter-spacing: 0;
}

.related-products > h2 {
  max-width: 850px;
}

.related-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.related-link-grid a {
  display: grid;
  gap: 8px;
  min-height: 150px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.related-link-grid a:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.related-link-grid strong {
  color: var(--green-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.35rem;
}

.related-link-grid span {
  color: var(--muted);
}

.related-hub-link {
  margin-top: 24px;
}

.section,
.cta-band {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

.hero,
.page-hero {
  content-visibility: visible;
}

/* Homepage gallery refinement */
.farm-gallery-section {
  padding-top: 78px;
  padding-bottom: 88px;
}

.farm-gallery-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.farm-gallery-intro h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  letter-spacing: -.035em;
}

.farm-gallery-intro > p:last-child {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

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

.farm-gallery .gallery-item {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--green-soft);
  cursor: zoom-in;
}

.farm-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.farm-gallery .gallery-item:hover img {
  transform: scale(1.035);
}

.farm-gallery .gallery-item:focus-visible {
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .farm-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .page-hero-split {
    padding: 118px 0 52px;
  }

  .page-hero-split-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-hero-split .page-hero-copy {
    padding: 18px 0 0;
  }

  .page-hero-split-figure {
    border-radius: 18px;
  }

  .local-coverage,
  .related-link-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .breadcrumbs {
    margin-bottom: 16px;
  }

  .related-link-grid a {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .farm-gallery-section {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .farm-gallery-intro {
    margin-bottom: 26px;
  }

  .farm-gallery-intro h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .farm-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
