.production-site {
  background: var(--paper-warm);
}

.production-shell {
  min-height: 100vh;
}

.skip-link {
  position: fixed;
  z-index: 300;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--lime);
  color: var(--forest-deep);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.production-site .site-nav {
  min-height: 96px;
}

.production-site .human-hero {
  min-height: min(820px, calc(100vh - 96px));
}

.booking-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--forest);
  background: var(--forest);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.booking-button:hover {
  background: var(--lime);
  color: var(--forest-deep);
  text-decoration: none;
  transform: translateY(-2px);
}

.production-site .site-nav > div > .booking-button {
  color: var(--white);
}

.production-site .site-nav > div > .booking-button:hover {
  color: var(--forest-deep);
}

.production-site .hero-actions .booking-button {
  border-color: var(--lime);
  background: var(--lime);
  color: var(--forest-deep);
  text-decoration: none;
}

.production-site .hero-actions .booking-button:hover {
  background: var(--white);
}

.production-site .human-calculator {
  scroll-margin-top: 24px;
}

.production-site .human-flow-work,
.production-site .human-process {
  scroll-margin-top: 32px;
}

.production-site .human-footer .booking-button {
  background: var(--forest-deep);
  color: var(--white);
}

.production-site .human-footer .booking-button:hover {
  background: var(--white);
  color: var(--forest-deep);
}

.booking-note {
  margin-top: -14px;
  color: var(--forest-deep);
  font: 700 0.64rem/1.3 var(--mono);
  letter-spacing: 0.06em;
}

.contact-fallback {
  margin-top: -18px;
  color: var(--forest-deep);
  font: 400 0.82rem/1.4 var(--body);
  letter-spacing: 0;
}

.contact-fallback a {
  font-weight: 700;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .production-site .site-nav > div > .booking-button {
    display: inline-flex;
  }
}

@media (max-width: 700px) {
  .production-site .site-nav > div {
    gap: 0;
  }

  .production-site .site-nav > div > .booking-button {
    min-height: 42px;
    padding: 10px 13px;
    font-size: 0.7rem;
  }

  .production-site .human-hero {
    min-height: auto;
  }
}
