:root {
  --bg: #fbf8f2;
  --paper: #ffffff;
  --ink: #111827;
  --muted: #475569;
  --line: #d9d5cc;
  --teal: #0f4a43;
  --teal-dark: #142420;
  --amber: #c28b35;
  --soft: #f3eee5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.045) 1px, transparent 1px);
  background-size: 42px 42px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3 { margin: 0; }
h1, h2, .avatar, .brand-mark { font-family: Georgia, "Times New Roman", serif; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;
  background: rgba(251, 248, 242, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: var(--teal-dark);
  color: white;
  font-weight: 700;
}
.brand strong { display: block; font-size: 14px; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: 2px; }
nav { display: flex; gap: 24px; font-size: 14px; font-weight: 700; color: #334155; }
nav a:hover { color: var(--teal); }

.section, .hero, .design-lens, .contact-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 32px;
}
.section-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 800;
  color: var(--teal);
  margin-bottom: 18px;
}
.eyebrow.light { color: #f2c779; }
.hero h1 {
  font-size: clamp(48px, 8vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  max-width: 760px;
}
.lead, .section-intro {
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
  max-width: 760px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.button {
  display: inline-flex;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid #94a3b8;
}
.button.primary { background: var(--teal-dark); color: white; border-color: var(--teal-dark); }
.button.secondary { background: white; color: var(--ink); }
.hero-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}
.avatar {
  width: 132px;
  height: 132px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--teal), #111827);
  color: white;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 26px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
}
.hero-card h2 { font-size: 28px; }
.location { margin-top: 8px; color: var(--muted); font-weight: 700; }
.position-card {
  margin-top: 24px;
  background: #111827;
  color: white;
  padding: 20px;
  border-radius: 24px;
}
.position-card span { color: #f2c779; font-size: 13px; font-weight: 800; }
.position-card p { margin-top: 10px; line-height: 1.65; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.metrics div {
  background: #f3eee5;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
}
.metrics strong { display: block; font-size: 40px; color: var(--teal); }
.metrics span { display: block; margin-top: 6px; color: #334155; font-size: 13px; line-height: 1.45; font-weight: 700; }

.section h2, .design-lens h2, .contact-section h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}
.three-cards, .solution-grid, .design-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}
.three-cards article, .solution-grid article, .design-principles article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
}
.three-cards span, .design-principles span {
  font-family: Georgia, serif;
  color: var(--amber);
  font-size: 42px;
  line-height: 1;
}
.three-cards h3, .solution-grid h3, .design-principles h3 { margin-top: 18px; font-size: 21px; }
.three-cards p, .solution-grid p, .design-principles p { margin-top: 12px; color: var(--muted); line-height: 1.65; }

.design-lens {
  background: var(--teal-dark);
  color: white;
  border-radius: 36px;
  margin-top: 32px;
  margin-bottom: 32px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}
.design-lens p { color: #e5e7eb; line-height: 1.75; }
.design-principles article { background: white; color: var(--ink); }

.white-section {
  background: white;
  max-width: none;
  padding-left: max(32px, calc((100vw - 1180px) / 2 + 32px));
  padding-right: max(32px, calc((100vw - 1180px) / 2 + 32px));
}
.solution-grid { grid-template-columns: repeat(2, 1fr); }
.solution-grid small {
  display: inline-block;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 800;
  font-size: 11px;
}

.timeline { margin-top: 36px; border-left: 2px solid #99c5be; padding-left: 30px; display: grid; gap: 18px; }
.timeline article {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 24px;
}
.timeline article::before {
  content: "";
  position: absolute;
  left: -39px;
  top: 30px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 6px var(--bg);
}
time { color: var(--teal); font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; }
.timeline h3 { margin-top: 10px; font-size: 22px; }
.timeline p { margin-top: 10px; color: var(--muted); line-height: 1.65; }

.tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.tags span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 700;
}
.contact-section {
  background: #111827;
  color: white;
  max-width: none;
  padding-left: max(32px, calc((100vw - 1180px) / 2 + 32px));
  padding-right: max(32px, calc((100vw - 1180px) / 2 + 32px));
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 40px;
  align-items: center;
}
.contact-section p { color: #d1d5db; line-height: 1.75; margin-top: 20px; }
.contact-links { display: grid; gap: 12px; }
.contact-links a {
  background: white;
  color: var(--ink);
  padding: 16px 18px;
  border-radius: 18px;
  font-weight: 800;
}

@media (max-width: 860px) {
  .site-header { padding: 16px 20px; }
  nav { display: none; }
  .section-grid, .contact-section { grid-template-columns: 1fr; }
  .three-cards, .solution-grid, .design-principles { grid-template-columns: 1fr; }
  .section, .hero, .design-lens, .contact-section { padding: 56px 22px; }
  .metrics { grid-template-columns: 1fr; }
  .white-section { padding-left: 22px; padding-right: 22px; }
}
