/* Whitfield Advisory — restrained, traditional, professional. */

* { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; }

body {
  font-family: Georgia, "Times New Roman", serif;
  color: #1d2a3a;
  background: #fafaf7;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a { color: #1d2a3a; text-decoration: underline; text-underline-offset: 2px; }
a:hover { color: #5b6a7e; }

.container {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.container.narrow { max-width: 640px; }

/* Header */
.site-header {
  border-bottom: 1px solid #e3ddd0;
  background: #fafaf7;
  padding: 1.5rem 0;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.brand {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #1d2a3a;
}
.site-header nav a {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  margin-left: 1.5rem;
  color: #4a5567;
}
.site-header nav a:hover { color: #1d2a3a; }

/* Hero */
.hero {
  padding: 5rem 0 4rem;
  border-bottom: 1px solid #e3ddd0;
}
.hero h1 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1.25rem;
}
.hero .lede {
  font-size: 1.15rem;
  color: #4a5567;
  max-width: 640px;
}

/* Content blocks */
.block {
  padding: 4rem 0;
  border-bottom: 1px solid #e3ddd0;
}
.block.alt { background: #f3efe6; }
.block h2 {
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6a7589;
  font-weight: 600;
  margin-bottom: 2rem;
}
.block h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1d2a3a;
}
.block p { margin-bottom: 1rem; }
.block p:last-child { margin-bottom: 0; }

/* Services grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem 3rem;
}

/* Sectors list */
.sectors {
  list-style: none;
  columns: 2;
  column-gap: 3rem;
  font-size: 1.05rem;
}
.sectors li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e3ddd0;
  break-inside: avoid;
}

.muted { color: #6a7589; font-size: 0.95rem; margin-top: 1.5rem; }

/* Footer */
.site-footer {
  padding: 2rem 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 0.85rem;
  color: #6a7589;
  background: #1d2a3a;
}
.site-footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.site-footer p { color: #cdd5e0; }
.site-footer a { color: #cdd5e0; }
.site-footer a:hover { color: #fff; }

/* Small screens */
@media (max-width: 640px) {
  .hero { padding: 3rem 0 2.5rem; }
  .hero h1 { font-size: 1.7rem; }
  .hero h1 br { display: none; }
  .block { padding: 3rem 0; }
  .sectors { columns: 1; }
  .site-header nav a { margin-left: 0; margin-right: 1rem; }
}

/* Privacy page */
.legal {
  padding: 4rem 0;
}
.legal h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.legal h2 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #1d2a3a;
  text-transform: none;
  letter-spacing: 0;
  font-family: Georgia, "Times New Roman", serif;
}
.legal p { margin-bottom: 1rem; }
