:root {
  --ink: #18201d;
  --muted: #66716b;
  --paper: #f7f5ef;
  --panel: #ffffff;
  --line: #ded8ca;
  --accent: #a9742a;
  --accent-dark: #72501f;
  --forest: #24443a;
  --clay: #bd6c46;
  --shadow: 0 20px 60px rgba(24, 32, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  color: #fff;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(247, 245, 239, 0.96);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(24, 32, 29, 0.08);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-mark {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 13px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.5vw, 30px);
  font-size: 14px;
  font-weight: 700;
}

.site-nav a {
  opacity: 0.86;
}

.site-nav a:hover {
  opacity: 1;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #111;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 18, 16, 0.88) 0%, rgba(12, 18, 16, 0.62) 44%, rgba(12, 18, 16, 0.08) 100%),
    linear-gradient(0deg, rgba(12, 18, 16, 0.72), rgba(12, 18, 16, 0.08) 36%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 88px);
  padding-top: 80px;
  color: #fff;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #e2bd78;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 88px;
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-title {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.35;
  color: #f2ead9;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 800;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--accent);
  color: #fff;
}

.button.primary:hover {
  background: var(--accent-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: #fff;
}

.section {
  padding: clamp(64px, 9vw, 110px) clamp(18px, 5vw, 64px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: start;
}

.intro-grid p,
.section-heading p,
.split-section > div:first-child p,
.contact-section p {
  max-width: 720px;
  color: var(--muted);
  font-size: 17px;
}

.quick-facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.quick-facts div {
  display: grid;
  gap: 4px;
  padding: 22px;
  background: var(--panel);
}

.quick-facts span,
.education-list span,
.timeline time {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quick-facts strong {
  font-size: 17px;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding-top: 0;
  padding-bottom: 0;
  background: var(--line);
}

.stat {
  min-height: 180px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--forest);
  color: #fff;
}

.stat strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 62px;
  line-height: 1;
  font-weight: 500;
}

.stat span {
  max-width: 280px;
  color: rgba(255, 255, 255, 0.78);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 480px);
  gap: 32px;
  align-items: end;
  margin-bottom: 44px;
}

.timeline {
  display: grid;
  border-top: 1px solid var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 52px);
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.timeline-item p {
  max-width: 760px;
  color: var(--muted);
}

.timeline-item .company {
  margin-bottom: 10px;
  color: var(--accent-dark);
  font-weight: 800;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(34px, 6vw, 76px);
  background: #fff;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.expertise-grid article {
  min-height: 230px;
  padding: 28px;
  background: #fff;
}

.icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f0e5d3;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 900;
}

.expertise-grid p,
.education-list p {
  color: var(--muted);
}

.education-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.education-list article {
  padding: 28px;
  border-left: 4px solid var(--clay);
  background: var(--panel);
  box-shadow: 0 16px 42px rgba(24, 32, 29, 0.08);
}

.contact-section {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  background: var(--ink);
  color: #fff;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.72);
}

.contact-section .button {
  flex: 0 0 auto;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 26px clamp(18px, 5vw, 64px);
  color: var(--muted);
  background: #fff;
  font-size: 14px;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  .site-nav {
    display: none;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 38px;
  }

  .hero-title {
    font-size: 21px;
  }

  .hero {
    min-height: 760px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(12, 18, 16, 0.9), rgba(12, 18, 16, 0.42)),
      linear-gradient(0deg, rgba(12, 18, 16, 0.72), rgba(12, 18, 16, 0.12));
  }

  .hero-content {
    margin-left: 18px;
    padding-right: 18px;
  }

  .intro-grid,
  .section-heading,
  .split-section,
  .timeline-item,
  .education-list,
  .stats-band {
    grid-template-columns: 1fr;
  }

  .stats-band {
    gap: 1px;
  }

  .stat {
    min-height: 150px;
  }

  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .contact-section,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .hero {
    min-height: 700px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    padding-left: 14px;
    padding-right: 14px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 32px;
  }

  .stat strong {
    font-size: 48px;
  }

  .expertise-grid article,
  .education-list article {
    padding: 22px;
  }
}
