@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap");

:root {
  --bg: #f8f5ee;
  --text: #171615;
  --muted: #403a34;
  --line: rgba(23, 22, 21, 0.14);
  --surface: #fffdfa;
  --accent: #eea01b;
  --button-dark: #171717;
  --green: #dff5e7;
  --green-text: #1d7c4f;
  --amber: #f8ead8;
  --amber-text: #9d5f13;
  --soft: #ece7df;
  --soft-text: #6c665e;
  --radius-lg: 18px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(rgba(23, 22, 21, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 22, 21, 0.03) 1px, transparent 1px),
    var(--bg);
  background-size: 60px 60px, 60px 60px, auto;
  color: var(--text);
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
}

.page {
  width: min(820px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2.8rem 0 5rem;
}

h1,
h2,
.link-list a {
  font-family: "Space Grotesk", sans-serif;
}

.hero {
  max-width: 760px;
  padding-bottom: 0.75rem;
}

.avatar {
  display: block;
  width: 104px;
  height: 104px;
  margin-bottom: 2rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 6px rgba(23, 22, 21, 0.92);
}

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

h1 {
  margin-bottom: 1.7rem;
  font-size: clamp(2.9rem, 7vw, 4.3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

h1 span {
  color: var(--accent);
}

.hero-meta {
  margin: -0.35rem 0 1.75rem;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
}

.hero-meta a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 160ms ease, color 160ms ease;
}

.hero-meta a:hover {
  color: var(--text);
  border-color: var(--line);
}

.intro-list,
.section-copy,
.experience-item ul,
.experience-meta,
.project-card p,
.project-points,
.footer p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.intro-list,
.section-copy {
  margin-bottom: 1rem;
}

.intro-list,
.experience-item ul,
.project-points {
  padding-left: 1.25rem;
}

.intro-list li,
.experience-item li,
.project-points li {
  margin-bottom: 0.7rem;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.availability {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--muted);
  margin-top: 1.6rem;
  font-size: 0.98rem;
  font-weight: 500;
}

.availability-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #34c759;
  box-shadow: 0 0 0 6px rgba(52, 199, 89, 0.12);
}

.section {
  padding-top: 4.5rem;
  margin-top: 0;
  border-top: 0;
}

.section-label {
  margin: 0 0 1.35rem;
  color: #5f5850;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
  margin-top: 1.4rem;
}

.tech-card h2 {
  margin-bottom: 0.5rem;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.tech-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.link-list {
  margin-top: 1.6rem;
}

.link-list a {
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid rgba(23, 22, 21, 0.22);
  padding-bottom: 0.1rem;
  font-size: 0.98rem;
  font-weight: 600;
  transition: color 160ms ease, border-color 160ms ease;
}

.link-list a:hover {
  color: var(--accent);
  border-color: rgba(238, 160, 27, 0.45);
}

.experience-list {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.2rem;
}

.experience-item {
  padding: 1.35rem 0;
  border-top: 0;
}

.experience-item:last-child {
  border-bottom: 0;
}

.experience-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.experience-head span {
  color: #4e4740;
  font-size: 1rem;
  font-weight: 700;
}

.experience-meta {
  margin: 0 0 0.9rem;
  font-size: 1rem;
  font-weight: 500;
}

.education-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 0 0.2rem;
}

.education-main h2 {
  margin-bottom: 0.35rem;
}

.education-degree {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.education-meta {
  margin: 0;
  color: #4e4740;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.6rem;
}

.project-card {
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.project-card-featured {
  grid-column: span 2;
}

.project-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

h2 {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.05em;
}

.project-subtitle {
  margin-bottom: 1rem;
  color: var(--text);
  font-weight: 600;
}

.status {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  font-weight: 700;
}

.status-live {
  background: var(--green);
  color: var(--green-text);
}

.status-build {
  background: var(--amber);
  color: var(--amber-text);
}

.status-open {
  background: var(--soft);
  color: var(--soft-text);
}

.footer {
  padding-top: 4rem;
  color: var(--muted);
}

.footer p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

@media (max-width: 720px) {
  .page {
    width: min(100% - 1rem, 820px);
    padding-top: 1.2rem;
  }

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

  .project-card-featured {
    grid-column: auto;
  }

  h1 {
    font-size: clamp(2.3rem, 12vw, 3.4rem);
  }

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

  .education-block {
    flex-direction: column;
    align-items: start;
  }
}
