/* Typography foundation */

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  background: #f9f7f4;
  color: #1f1f1f;
}

h1, h2, h3 {
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #111;
}

h1 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.4rem;
  margin-top: 3rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.1rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}


p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

ul {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

li {
  margin-bottom: 0.5rem;
}


.nav-inner {
  max-width: 900px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  background: #f9f7f4;
  border-bottom: 1px solid #e2ded8;
  padding: 1rem 2rem;
}


.site-title {
  font-weight: 600;
  text-decoration: none;
  color: #111;
}

.nav-links a {
  font-size: 0.95rem;
  text-decoration: none;
  color: #444;
}

.nav-links a:hover {
  color: #000;
}


.site-title {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

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

.nav-links a:hover {
  color: black;
}

.content {
  max-width: 680px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

section {
  margin-bottom: 3.5rem;
}

section:last-child {
  margin-bottom: 0;
}


/* Active navigation highlighting */

.page-home .nav-home,
.page-professional .nav-professional,
.page-personal .nav-personal,
.page-now .nav-now,
.page-contact .nav-contact {
  font-weight: 600;
  color: black;
  border-bottom: 2px solid black;
}

.page-404 h1 {
  font-weight: 500;
}

.site-footer {
  max-width: 680px;
  margin: 4rem auto 2rem auto;
  padding: 0 1.5rem;
  font-size: 0.85rem;
  color: #666;
}

.site-footer p {
  margin: 0;
}
