:root {
  --ink: #16201c;
  --paper: #f3f0e8;
  --card: #e6e8df;
  --accent: #b8f25c;
  --muted: #69716c;
  --line: rgba(22, 32, 28, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
main { max-width: 1500px; margin: 0 auto; overflow: hidden; }

nav {
  height: 88px;
  padding: 0 clamp(24px, 6vw, 92px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.mark { font-size: 22px; font-weight: 700; letter-spacing: -.08em; }
.mark span { color: #639a16; }
.nav-links { display: flex; gap: 36px; font-size: 13px; font-weight: 600; }
.nav-contact { font: 500 11px "DM Mono", monospace; text-transform: uppercase; letter-spacing: .05em; }
.nav-contact span, .button span { margin-left: 7px; }
nav a { transition: opacity .2s; }
nav a:hover { opacity: .55; }

.hero {
  min-height: 700px;
  padding: 105px clamp(24px, 6vw, 92px) 90px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(290px, .65fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: end;
}
.kicker, .label, .date {
  font: 500 10px "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 32px; }
.kicker span { width: 8px; height: 8px; background: #68a316; border-radius: 50%; box-shadow: 0 0 0 5px rgba(104, 163, 22, .13); }
h1 {
  max-width: 950px;
  margin: 0;
  font-size: clamp(52px, 6.6vw, 100px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.068em;
}
h1 em { font-family: Georgia, serif; font-weight: 400; color: #5e6862; }
.intro { max-width: 700px; margin: 42px 0 0; color: #5d6761; font-size: 17px; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { padding: 16px 21px; font-size: 12px; font-weight: 700; border: 1px solid var(--ink); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-secondary:hover { background: white; }
.snapshot { border-top: 1px solid var(--ink); padding-top: 20px; }
.snapshot .label { color: var(--muted); margin: 0 0 22px; }
.metric { display: grid; grid-template-columns: 95px 1fr; gap: 18px; align-items: center; padding: 22px 0; border-top: 1px solid var(--line); }
.metric strong { font-size: 36px; font-weight: 500; letter-spacing: -.05em; }
.metric span { color: var(--muted); font-size: 12px; line-height: 1.5; }

.expertise, .experience, footer { padding: 105px clamp(24px, 6vw, 92px); }
.expertise { background: var(--ink); color: #f6f3ea; }
.section-title { display: grid; grid-template-columns: .58fr 1.42fr; gap: 40px; align-items: start; margin-bottom: 75px; }
.section-title .label { color: #a9afa9; margin: 9px 0 0; }
.section-title h2 { margin: 0; font-size: clamp(38px, 4.5vw, 68px); line-height: 1.06; letter-spacing: -.055em; font-weight: 500; }
.skill-groups { margin-left: 29%; }
.skill-groups article { display: grid; grid-template-columns: 70px .8fr 1fr; gap: 25px; align-items: baseline; padding: 29px 0; border-top: 1px solid rgba(255,255,255,.2); }
.skill-groups article:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.skill-groups p { font: 400 10px "DM Mono"; color: #8e958e; }
.skill-groups h3 { margin: 0; font-size: 18px; font-weight: 600; }
.skill-groups span { color: #aeb4ae; font-size: 13px; line-height: 1.7; }

.experience { background: var(--card); }
.section-title.compact { margin-bottom: 60px; }
.experience-list { border-top: 1px solid rgba(22,32,28,.35); }
.experience-list article { display: grid; grid-template-columns: .55fr .85fr 1.1fr; gap: 35px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.date { color: var(--muted); margin: 5px 0 0; }
.experience-list h3 { margin: 0 0 5px; font-size: 17px; letter-spacing: -.025em; }
.experience-list div span, .experience-list article > p:last-child { color: #59635d; font-size: 13px; line-height: 1.7; }
.experience-list article > p:last-child { margin: 0; }

.projects-header {
  padding: 105px clamp(24px, 6vw, 92px) 90px;
}
.projects-header h1 { max-width: 1050px; }
.project-list {
  padding: 0 clamp(24px, 6vw, 92px) 110px;
}
.project-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 110px 1fr 70px;
  gap: 30px;
  align-items: center;
  padding: 45px 0;
  border-top: 1px solid var(--line);
}
.project-card:last-child { border-bottom: 1px solid var(--line); }
.project-number { font: 500 11px "DM Mono", monospace; color: var(--muted); }
.project-content .label { color: var(--muted); margin: 0 0 16px; }
.project-content h2 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.055em;
}
.project-content > p:last-child { max-width: 620px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.project-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 20px;
}

footer { background: var(--accent); padding-bottom: 34px; }
footer > .label { margin: 0 0 30px; }
.footer-cta { display: flex; align-items: center; justify-content: space-between; font-size: clamp(62px, 10vw, 145px); line-height: 1; font-weight: 500; letter-spacing: -.075em; border-bottom: 2px solid var(--ink); padding-bottom: 22px; }
.footer-cta span { font-family: "Manrope"; font-size: .55em; }
.footer-meta { display: flex; justify-content: space-between; gap: 20px; padding-top: 25px; font: 500 10px "DM Mono"; letter-spacing: .04em; }

@media (max-width: 760px) {
  .nav-links { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 75px; }
  h1 { font-size: clamp(48px, 14vw, 74px); }
  .intro { font-size: 15px; margin-top: 30px; }
  .snapshot { margin-top: 25px; }
  .expertise, .experience, footer { padding-top: 76px; padding-bottom: 76px; }
  .section-title { grid-template-columns: 1fr; gap: 24px; margin-bottom: 45px; }
  .skill-groups { margin-left: 0; }
  .skill-groups article { grid-template-columns: 42px 1fr; }
  .skill-groups article span { grid-column: 2; }
  .experience-list article { grid-template-columns: 1fr; gap: 11px; padding: 25px 0; }
  .projects-header { padding-top: 75px; padding-bottom: 65px; }
  .project-list { padding-bottom: 76px; }
  .project-card { min-height: auto; grid-template-columns: 42px 1fr; gap: 20px; align-items: start; }
  .project-mark { display: none; }
  .footer-meta { flex-direction: column; }
}

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