@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600&display=swap');

:root {
  --navy: #1c2b39;
  --charcoal: #2b2b2b;
  --cream: #eef2f6;
  --copper: #b8794f;
  --copper-dark: #9c6640;
  --line: #d7e0e8;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  font-size: 17px;
}

h1, h2, h3 {
  font-family: 'Fraunces', Georgia, serif;
  color: var(--navy);
  font-weight: 500;
  line-height: 1.2;
}

h1 { font-size: 2.6rem; font-weight: 600; }
h2 { font-size: 1.9rem; margin-top: 0; }
h3 { font-size: 1.3rem; }

a { color: var(--copper-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 28px;
}

header.site {
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}

header.site .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 28px;
}

.brand {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.6rem;
  color: var(--navy);
  font-weight: 600;
  letter-spacing: 0.01em;
}

nav a {
  margin-left: 28px;
  color: var(--charcoal);
  font-size: 0.95rem;
  font-weight: 500;
}

nav a.current, nav a:hover { color: var(--copper-dark); }

main { padding: 64px 0 96px; }

.tagline {
  font-size: 1.15rem;
  color: var(--copper-dark);
  font-weight: 500;
  margin-bottom: 6px;
}

.lede {
  font-size: 1.2rem;
  color: #4a4a4a;
  max-width: 640px;
}

.cta-row { margin-top: 32px; }

.btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 0.95rem;
  margin-right: 14px;
}

.btn.primary {
  background: var(--navy);
  color: var(--cream);
}
.btn.primary:hover { background: #0f1a24; text-decoration: none; }

.btn.secondary {
  border: 1px solid var(--navy);
  color: var(--navy);
}
.btn.secondary:hover { background: var(--navy); color: var(--cream); text-decoration: none; }

.credibility {
  margin-top: 56px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: #6b6b6b;
  font-size: 0.95rem;
}

.services-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.service-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 28px;
}

.service-card h3 { margin-bottom: 10px; }
.service-card p { color: #4a4a4a; font-size: 0.98rem; margin-bottom: 0; }

a.service-card { color: inherit; text-decoration: none; transition: box-shadow .15s ease, border-color .15s ease; }
a.service-card:hover { border-color: var(--copper); box-shadow: 0 8px 20px rgba(28,43,57,0.1); text-decoration: none; }

.service-audience {
  color: var(--copper-dark);
  font-weight: 600;
  font-size: 0.92rem;
  margin: 4px 0 18px;
}

.service-block {
  margin-bottom: 52px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--line);
}
.service-block:last-child { border-bottom: none; }

.service-meta {
  margin-top: 14px;
  font-size: 0.92rem;
  color: #6b6b6b;
}
.service-meta strong { color: var(--charcoal); }

.bio-meta {
  margin: 28px 0 40px;
  padding: 20px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 0.95rem;
  color: #4a4a4a;
}
.bio-meta div { margin-bottom: 6px; }
.bio-meta div:last-child { margin-bottom: 0; }

footer.site {
  border-top: 1px solid var(--line);
  padding: 40px 0;
  color: #6b6b6b;
  font-size: 0.92rem;
}

.contact-card {
  margin-top: 32px;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.contact-card a.email {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 48px;
  align-items: start;
}

.hero-photo img {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(28,43,57,0.16);
  display: block;
}

.inline-photo {
  margin: 40px 0;
  text-align: center;
}

.inline-photo img {
  max-width: 320px;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(28,43,57,0.16);
}

.inline-photo p {
  margin-top: 12px;
  font-size: 0.9rem;
  color: #6b6b6b;
}

.testimonials {
  margin-top: 56px;
}

.testimonial {
  margin-top: 24px;
  padding: 28px 32px;
  background: #fff;
  border-left: 4px solid var(--copper);
  border-radius: 4px;
}

.testimonial p.quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 1.1rem;
  color: var(--navy);
  margin: 0;
}

.testimonial p.attribution {
  margin: 14px 0 0;
  font-size: 0.9rem;
  color: #6b6b6b;
  font-style: normal;
}

.testimonial-photo {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(28,43,57,0.18);
}

.testimonial-photo .quote { margin: 0; }

.service-quote {
  margin: 18px 0 0;
  padding: 14px 20px;
  background: #fff;
  border-left: 3px solid var(--copper);
  border-radius: 3px;
}

.service-quote p.quote {
  font-family: 'Fraunces', Georgia, serif;
  font-style: italic;
  font-size: 0.95rem;
  color: var(--navy);
  margin: 0;
}

.service-quote p.attribution {
  margin: 8px 0 0;
  font-size: 0.85rem;
  color: #6b6b6b;
  font-style: normal;
}

@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2rem; }
  header.site .wrap { flex-direction: column; align-items: flex-start; gap: 12px; }
  nav a { margin-left: 0; margin-right: 20px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { order: -1; max-width: 220px; margin: 0 auto 24px; }
  .testimonial-photo { flex-direction: column; align-items: flex-start; }
}
