/* Cross device hero alignment and punctuation cleanup */
.section-kicker::before { display: none !important; content: none !important; }
.section-kicker { gap: 0; }

.hero .hero-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero-grid {
  width: 100%;
  grid-template-columns: 1fr !important;
  place-items: center !important;
  text-align: center !important;
}
.hero .hero-main {
  width: min(100%, 920px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center !important;
}
.hero .hero-eyebrow,
.hero .hero-title,
.hero .hero-copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
.hero .hero-actions {
  width: 100%;
  justify-content: center !important;
}

@media (min-width: 901px) {
  .hero .hero-inner { min-height: 760px; padding-top: 120px; padding-bottom: 72px; }
  .hero .hero-main { max-width: 900px; }
  .hero .hero-title { max-width: 860px; font-size: clamp(4.4rem, 6.4vw, 6.6rem); line-height: .88; }
  .hero .hero-copy { max-width: 520px; }
}

/* Mobile density refinements */
@media (max-width: 900px) {
  .hero { min-height: 640px; }
}

@media (max-width: 640px) {
  .hero { min-height: 620px; }
  .hero-inner { padding: 112px 0 32px; }
  .hero-eyebrow { margin-bottom: 10px; font-size: .68rem; letter-spacing: .14em; }
  .hero-title { font-size: clamp(2.6rem, 14vw, 4.2rem); line-height: .9; letter-spacing: -.05em; }
  .hero-copy { max-width: 310px; margin-top: 16px; font-size: .88rem; line-height: 1.45; }
  .hero .hero-actions { margin-top: 20px; }
  .hero-actions .btn { min-height: 44px; }

  .page-hero { padding: 112px 0 44px; }
  .page-hero .section-kicker { margin-bottom: 8px; font-size: .67rem; letter-spacing: .13em; }
  .page-hero .display { max-width: none; font-size: clamp(2rem, 9.8vw, 2.65rem); line-height: .98; letter-spacing: -.04em; }
  .page-hero .lede { margin-top: 14px; font-size: .9rem; line-height: 1.45; }

  .farm-detail-hero { min-height: 520px; }
  .farm-detail-hero .display { font-size: clamp(2.25rem, 10.5vw, 3rem); line-height: .96; }

  .site-footer { padding: 28px 0 18px; }
  .footer-grid { gap: 14px; }
  .site-footer .section-kicker { margin-bottom: 4px; font-size: .66rem; letter-spacing: .12em; }
  .footer-title { max-width: 16ch; font-size: 1.55rem; line-height: 1; margin: 6px 0 8px; }
  .footer-copy { display: none; }
  .site-footer .hero-actions { margin-top: 12px; }
  .site-footer .hero-actions .btn { min-height: 40px; padding: 0 16px; flex: 0 1 auto; font-size: .8rem; }
  .footer-links { display: none; }
  .footer-bottom { display: block; margin-top: 16px; padding-top: 10px; font-size: .66rem; line-height: 1.35; }
}
