:root {
  --ink: #070707;
  --ink-soft: #101010;
  --paper: #fffdf5;
  --muted: #c6c4bb;
  --wine: #f6c515;
  --wine-bright: #ffe264;
  --line: rgba(255, 253, 245, 0.18);
  --line-soft: rgba(255, 253, 245, 0.09);
}
.page-transition {
  background: #f6c515;
}
.brand small,
.eyebrow,
.closing-panel p,
.service-number,
.principles span,
.contact-list span,
.founder-label span {
  color: #f6c515 !important;
}
.availability i {
  background: #f6c515 !important;
  box-shadow: 0 0 15px #f6c515 !important;
}
.rotating-word {
  color: #f6c515 !important;
  text-shadow: 0 0 40px rgba(246, 197, 21, 0.35) !important;
}
.primary-link,
.form-button {
  border-color: #f6c515 !important;
  background: #f6c515 !important;
  color: #111 !important;
}
.primary-link:hover,
.form-button:hover {
  background: #ffe264 !important;
}
.nav-links a:last-child:hover,
.nav-links a:last-child.active {
  border-color: #f6c515 !important;
  background: #1a1606 !important;
}
.text-arrow:hover,
.secondary-link:hover,
.contact-list a:hover {
  border-color: #f6c515 !important;
  color: #f6c515 !important;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #f6c515 !important;
}
.about-opening h1 em {
  color: #ffe264 !important;
}
.founder-copy .lead {
  color: #fffdf5;
}
.hero-video-shade {
  background: linear-gradient(
      90deg,
      rgba(5, 5, 4, 0.89) 0%,
      rgba(5, 5, 4, 0.64) 48%,
      rgba(5, 5, 4, 0.22) 100%
    ),
    linear-gradient(0deg, rgba(5, 5, 4, 0.68), transparent 60%) !important;
}
.home .hero-bottom .primary-link {
    padding: 12px 18px !important;
    font-size: 11px !important;
    gap: 10px !important;
    white-space: nowrap;
  }