/* Bryson Bonham — Style C+ · Measured Boardroom (locked) */
:root {
  /* Warm navy, cream, MCM accents */
  --bg: #222C38;
  --bg-muted: #2A3542;
  --bg-light: #F5F3EE;
  --bg-panel: #EAE8E4;

  --text: #F5F3EE;
  --text-muted: rgba(245, 243, 238, 0.72);
  --text-subtle: rgba(245, 243, 238, 0.48);

  --body-dark: #222C38;
  --body: #3D3A36;
  --body-muted: #8A857C;

  --accent: #5F7161;
  --accent-hover: #4D5E4F;
  --accent-soft: rgba(95, 113, 97, 0.12);
  --taupe: #7A6B5D;
  --highlight: #B8956B;

  --border: #D8D4CC;
  --border-strong: #C8C4BC;
  --border-dark: rgba(245, 243, 238, 0.14);
  --line-charcoal: #3A3F46;

  --max-width: 720px;
  --max-wide: 960px;
  --font: 'Libre Franklin', 'Helvetica Neue', system-ui, sans-serif;
  --font-ui: 'Inter', system-ui, sans-serif;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 14px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--body);
  background: var(--bg-light);
  -webkit-font-smoothing: antialiased;
}

a { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--taupe); }

/* Header */
.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--border-dark);
}

.nav {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 1.125rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-logo {
  font-family: var(--font-ui);
  color: var(--text);
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
}

.nav-logo:hover { color: var(--highlight); }

.nav-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.nav-links a {
  font-family: var(--font-ui);
  color: var(--text-muted);
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
}

/* Hero — split */
.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 28rem;
}

.hero-left {
  background: var(--bg);
  color: var(--text);
  padding: 4.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-right {
  background: var(--bg-panel);
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--border-strong);
}

.hero-left h1 {
  font-family: var(--font-ui);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0.75rem 0 1rem;
  line-height: 1.15;
}

/* Headshot */
.headshot-wrap {
  margin-bottom: 1.75rem;
}

.headshot {
  display: block;
  width: 7.5rem;
  height: 9rem;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius);
  border: 1px solid var(--border-dark);
}

.headshot-placeholder {
  width: 7.5rem;
  height: 9rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-dark);
  background: var(--bg-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-subtle);
  text-align: center;
  padding: 0.5rem;
  line-height: 1.4;
}

.about-intro {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2.5rem;
}

.about-intro .headshot-wrap { margin-bottom: 0; }

.prose p {
  margin: 0 0 1.125rem;
  color: var(--body);
  line-height: 1.7;
}

.prose p:last-child { margin-bottom: 0; }

.role-block {
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 1px solid var(--border);
}

.role-block:last-child { border-bottom: none; }

.role-block h3 {
  font-family: var(--font-ui);
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--body-dark);
}

.role-block .meta {
  font-size: 0.8125rem;
  color: var(--body-muted);
  margin: 0 0 1rem;
}

.role-block ul {
  margin: 1rem 0 0;
  padding-left: 1.125rem;
  color: var(--body);
  font-size: 0.9375rem;
}

.role-block li { margin-bottom: 0.35rem; }

.credentials-line {
  font-size: 0.9375rem;
  color: var(--body);
  line-height: 1.7;
}

@media (max-width: 768px) {
  .about-intro {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.eyebrow {
  color: var(--highlight);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0;
}

.pillars {
  font-family: var(--font-ui);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--accent);
  margin-bottom: 2rem;
}

.tagline-primary {
  font-size: 1.0625rem;
  color: var(--text);
  max-width: 24rem;
  margin: 1rem 0 0.5rem;
  font-weight: 400;
  line-height: 1.55;
}

.tagline-secondary {
  font-size: 0.875rem;
  color: var(--text-muted);
  max-width: 24rem;
  margin: 0 0 1.25rem;
  line-height: 1.55;
}

.cta-row {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  border-radius: var(--radius-sm);
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.btn-primary {
  font-family: var(--font);
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(245, 243, 238, 0.32);
}

.btn-primary:hover {
  background: rgba(245, 243, 238, 0.06);
  border-color: rgba(245, 243, 238, 0.5);
  color: var(--text);
}

.btn-secondary {
  font-family: var(--font-ui);
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border-dark);
  border-radius: var(--radius-sm);
}

.btn-secondary:hover {
  border-color: var(--text-muted);
  color: var(--text);
}

/* Hero prose (right column — rigor, text-heavy) */
.hero-prose-panel {
  background: var(--bg-light);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
  padding: 2rem 2.25rem;
}

.hero-prose-lead {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--body);
  margin: 0 0 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

.hero-prose-lead .em-sage {
  color: var(--accent);
  font-weight: 600;
}

.prose-blocks {
  display: flex;
  flex-direction: column;
}

.prose-block {
  padding: 1.125rem 0;
}

.prose-block:first-child {
  padding-top: 0;
}

.prose-block:last-child {
  padding-bottom: 0;
}

.prose-block + .prose-block {
  border-top: 1px solid var(--border);
}

.prose-block-label {
  display: block;
  font-family: var(--font-ui);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
}

.prose-block p {
  font-size: 0.9375rem;
  line-height: 1.72;
  color: var(--body);
  margin: 0;
}

.prose-block strong {
  color: var(--body-dark);
  font-weight: 600;
}

.hero-prose-panel p {
  font-size: 0.9375rem;
  line-height: 1.72;
  color: var(--body);
  margin: 0;
}

/* Sections */
.section {
  max-width: var(--max-wide);
  margin: 0 auto;
  padding: 4.5rem 1.75rem;
}

.section-muted {
  background: var(--bg-panel);
  max-width: none;
  padding-left: calc((100vw - var(--max-wide)) / 2 + 1.75rem);
  padding-right: calc((100vw - var(--max-wide)) / 2 + 1.75rem);
  border-top: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
}

.section h2 {
  font-family: var(--font-ui);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0 0 1.25rem;
  color: var(--body-dark);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--body);
  margin: 0 0 1.5rem;
  max-width: 38rem;
}

.text-link {
  font-family: var(--font-ui);
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}

/* Cards */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.card {
  background: var(--bg-light);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  padding: 1.5rem 1.375rem;
}

.card h3 {
  font-family: var(--font-ui);
  margin: 0 0 0.625rem;
  font-size: 0.6875rem;
  font-weight: 500;
  color: var(--taupe);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.card p { margin: 0; color: var(--body); font-size: 0.9375rem; line-height: 1.6; }

.card-featured {
  margin: 2rem 0;
  padding: 2rem;
  background: var(--bg-light);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-lg);
}

.card-featured h2 {
  font-family: var(--font-ui);
  margin: 0.25rem 0 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.card-featured h2 a { color: var(--body-dark); }
.card-featured h2 a:hover { color: var(--accent); }

/* Page layout */
.page {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 3.5rem 1.75rem 4.5rem;
}

.page h1 {
  font-family: var(--font-ui);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  color: var(--body-dark);
}

.page h2 {
  font-family: var(--font-ui);
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 2.5rem 0 1rem;
  color: var(--body-dark);
}

.page p { color: var(--body); margin: 0 0 1rem; }

/* Timeline */
.timeline-item {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.timeline-item:last-child { border-bottom: none; }

.timeline-item h3 {
  font-family: var(--font-ui);
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--body-dark);
}

.meta {
  font-size: 0.8125rem;
  color: var(--body-muted);
  margin: 0 0 0.75rem;
}

.timeline-item ul {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--body);
}

.timeline-item li { margin-bottom: 0.4rem; font-size: 0.9375rem; }

.plain-list {
  padding-left: 1.25rem;
  color: var(--body);
}

.plain-list li { margin-bottom: 0.4rem; }

/* Writing page */
.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
  padding: 1.125rem 0;
  border-bottom: 1px solid var(--border);
}

.post-tag {
  font-family: var(--font-ui);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: var(--taupe);
  background: rgba(122, 107, 93, 0.1);
  padding: 0.25rem 0.625rem;
  border-radius: var(--radius-sm);
}

.post-meta {
  font-size: 0.8125rem;
  color: var(--body-muted);
  width: 100%;
}

.note {
  font-size: 0.8125rem;
  color: var(--body-muted);
  margin-top: 1.5rem;
}

.page .cta-row {
  justify-content: flex-start;
  margin-top: 2rem;
}

.page .btn-secondary {
  color: var(--body);
  border-color: var(--border-strong);
}

.page .btn-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.page .btn-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--text);
}

.page .btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
}

/* Footer */
.site-footer {
  background: var(--bg);
  color: var(--text-muted);
  padding: 2rem 1.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}

.site-footer p { margin: 0; }

.footer-links {
  display: flex;
  gap: 1.5rem;
}

.footer-links a { color: var(--text-muted); }
.footer-links a:hover { color: var(--highlight); }

@media (max-width: 768px) {
  .hero-split { grid-template-columns: 1fr; }
  .hero-left, .hero-right { padding: 3rem 1.75rem; }
  .hero-right {
    border-left: none;
    border-top: 1px solid var(--border-strong);
  }
  .nav { flex-direction: column; align-items: flex-start; }
}
