:root {
  --ink: #16211f;
  --cream: #f4f1e8;
  --green: #1e5147;
  --lime: #dce85b;
  --line: #c9c8bd;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.nav-shell {
  max-width: 1240px;
  min-height: 94px;
  margin: auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  font-size: 27px;
  font-weight: 900;
  letter-spacing: -2px;
}

.wordmark span {
  color: var(--green);
}

nav {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

nav a:hover {
  opacity: .6;
}

.nav-blog {
  padding: 13px 18px;
  border-radius: 2px;
  background: var(--ink);
  color: #fff;
}

.hero {
  max-width: 1240px;
  min-height: 740px;
  margin: auto;
  padding: 110px 30px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow,
.section-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
}

h1 {
  max-width: 1100px;
  margin: 36px 0;
  font-size: clamp(58px, 9vw, 122px);
  line-height: .88;
  letter-spacing: -7px;
}

h1 em {
  color: var(--green);
  font-family: Georgia, serif;
  font-weight: 400;
}

.hero-copy {
  max-width: 720px;
  margin: 0;
  font-size: 21px;
  line-height: 1.6;
}

.hero-actions {
  margin: 36px 0 70px;
  display: flex;
  gap: 12px;
}

.button {
  padding: 16px 22px;
  display: inline-flex;
  border: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 800;
}

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

.secondary:hover {
  background: #fff;
}

.stats {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.stats div {
  display: flex;
  align-items: baseline;
  gap: 14px;
}

.stats strong {
  font-size: 38px;
}

.stats span {
  max-width: 150px;
  font-size: 13px;
  line-height: 1.3;
}

.section {
  max-width: 1240px;
  margin: auto;
  padding: 120px 30px;
  border-top: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 100px;
}

.section h2 {
  margin: 24px 0 0;
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: .98;
  letter-spacing: -4px;
}

.lead-block {
  font-size: 21px;
  line-height: 1.6;
}

.lead-block p:first-child {
  margin-top: 0;
}

.role-card {
  max-width: 1180px;
  padding: 70px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 70px;
  border: 0;
  background: var(--green);
  color: #fff;
}

.role-meta .continuity {
  margin-top: 28px;
  color: #c9d9d3;
  line-height: 1.5;
}

.role-main h2 {
  margin: 0;
  font-size: 52px;
}

.company {
  color: var(--lime);
  font-family: Georgia, serif;
  font-size: 25px;
  font-style: italic;
}

.role-columns {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.role-columns ul {
  margin: 0;
  padding-left: 20px;
}

.role-columns li {
  margin-bottom: 20px;
  line-height: 1.5;
}

.skills-section h2 {
  margin-bottom: 70px;
}

.skill-list {
  border-top: 1px solid var(--line);
}

.skill-row {
  padding: 23px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.skill-row span {
  color: #6d7471;
  font-size: 12px;
}

.skill-row strong {
  font-size: 30px;
  letter-spacing: -1px;
}

.background-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.story-card {
  min-height: 500px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
}

.story-card h2 {
  font-size: 54px;
}

.story-card p:last-child {
  margin-top: auto;
  font-size: 18px;
  line-height: 1.6;
}

.dark-card {
  border: 0;
  background: var(--ink);
  color: #fff;
}

.dark-card .section-label {
  color: var(--lime);
}

.credentials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.credentials .section-label {
  margin-bottom: 35px;
}

.credentials p:not(.section-label) {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
  line-height: 1.5;
}

.cta {
  padding: 110px max(30px, calc((100vw - 1180px) / 2));
  background: var(--green);
  color: #fff;
}

.cta .section-label {
  color: var(--lime);
}

.cta h2 {
  margin: 24px 0;
  font-size: clamp(55px, 8vw, 100px);
  letter-spacing: -6px;
}

.cta > p:not(.section-label) {
  max-width: 670px;
  font-size: 20px;
  line-height: 1.5;
}

.light {
  margin-top: 25px;
  border: 0;
  background: var(--lime);
  color: var(--ink);
}

footer {
  max-width: 1240px;
  margin: auto;
  padding: 38px 30px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

footer div {
  display: flex;
  gap: 25px;
}

footer a {
  font-weight: 700;
}

@media (max-width: 760px) {
  nav a:not(.nav-blog) {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 70px;
  }

  h1 {
    letter-spacing: -4px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .stats,
  .intro-grid,
  .role-card,
  .role-columns,
  .background-grid,
  .credentials {
    grid-template-columns: 1fr;
  }

  .stats {
    gap: 22px;
  }

  .stats div {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }

  .section {
    padding: 80px 22px;
  }

  .role-card {
    padding: 50px 28px;
    gap: 30px;
  }

  .role-main h2,
  .story-card h2 {
    font-size: 40px;
  }

  .story-card {
    min-height: 420px;
    padding: 38px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta {
    padding: 80px 22px;
  }

  footer {
    padding: 30px 22px;
  }

  .skill-row strong {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
