body {
  margin: 0;
  font-family: 'Vesper Libre', serif;
  line-height: 1.6;
  color: #d6e66c;
  background: #000000;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.narrow {
  width: min(750px, 92%);
}

.site-header {
  background: #000000;
  border-bottom: 1px solid #d6e66c;
  padding: 18px 0;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  margin: 0;
  font-size: 1.9rem;
  font-family: 'Petit Formal Script', cursive;
  color: #d6e66c;
}

.tag {
  margin: 4px 0 0;
  color: #d6e66c;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.nav-links a,
a {
  color: #d6e66c;
  text-decoration: none;
}

.hero {
  background: #111111;
  padding: 70px 0;
}

.hero h2 {
  font-size: 2.3rem;
  margin-bottom: 12px;
}

.hero-text {
  max-width: 700px;
}

.eyebrow {
  color: #d6e66c;
  font-weight: bold;
}

.buttons {
  margin-top: 24px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-block;
  background: #d6e66c;
  color: #000000;
  padding: 12px 18px;
  border-radius: 8px;
}

.button-secondary {
  background: #000000;
  color: #d6e66c;
  border: 2px solid #d6e66c;
}

.section {
  padding: 60px 0;
}

.alt {
  background: #111111;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.card {
  background: #111111;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(214, 230, 108, 0.15);
  border: 1px solid #d6e66c;
}

.quote {
  font-style: italic;
}

.phone a {
  font-size: 1.5rem;
  font-weight: bold;
}

h1,
h2,
h3 {
  font-family: 'Petit Formal Script', cursive;
  color: #d6e66c;
}

p,
li,
blockquote {
  font-family: 'Vesper Libre', serif;
  color: #d6e66c;
}

@media (max-width: 700px) {
  .hero h2 {
    font-size: 1.8rem;
  }
}
