:root { --terra: #a94732; --muted: #59645c; }

.skip-link {
  position: fixed; z-index: 100; top: .75rem; left: .75rem; padding: .75rem 1rem;
  transform: translateY(-180%); border: 2px solid #142a22; border-radius: .5rem;
  background: #fffaf0; color: #142a22; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }
.mobile-dock { display: none; }
.site-header nav { display: flex; align-items: center; gap: .85rem; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; font-size: .76rem; text-decoration: none; }
.site-header nav a[aria-current="page"] { border-bottom: 2px solid #edbd67; }
body { overflow-x: hidden; }
p { max-width: 72ch; }
.contact-page input, .contact-page select, .contact-page textarea,
.home-form input, .home-form select, .home-form textarea { min-height: 48px; }
.contact-page textarea, .home-form textarea { min-height: 120px; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible,
textarea:focus-visible, summary:focus-visible {
  outline: 3px solid #ffd98f; outline-offset: 4px; box-shadow: 0 0 0 2px #142a22;
}
@media (width < 760px) {
  .site-header { min-height: 116px; align-content: center; flex-wrap: wrap; gap: .2rem 1rem; padding-top: 10px; padding-bottom: 8px; }
  .site-header nav { order: 3; width: 100%; justify-content: center; gap: 1.25rem; }
  .site-header nav a { font-size: .74rem; }
  .mobile-dock { display: grid; }
  .market-hero .hero-copy { padding-top: 9.5rem; }
  .internal-hero, .contact-page { padding-top: 9.5rem; }
}
@media (width <= 420px) {
  h2 { font-size: 2.15rem; }
  .site-header { padding-inline: 4vw; }
  .header-cta { max-width: 52%; text-align: center; line-height: 1.2; }
}
