.experience-page .top-bar .brand {
  text-decoration: none;
}

.experience-page {
  background: #07090d;
}

.experience-page-hero {
  min-height: 72vh;
}

.experience-page .services-hero-robot {
  z-index: 4;
}

.experience-timeline {
  z-index: 220;
}

.experience-list {
  display: grid;
  gap: clamp(14px, 1.8vw, 24px);
}

.experience-group {
  display: grid;
  gap: 12px;
}

.experience-group-title {
  margin: 0;
  font-size: clamp(26px, 3.2vw, 48px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #111216;
}

.experience-item {
  background: #f8f9fc;
  border: 1px solid rgba(15, 18, 25, 0.1);
  border-radius: 18px;
  padding: clamp(22px, 2.8vw, 34px);
}

.experience-year {
  margin: 0 0 10px;
  font-family: "JetBrains Mono", "Roboto Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(15, 18, 25, 0.62);
}

.experience-role {
  margin: 0 0 12px;
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: lowercase;
  color: #101216;
}

.education-degree {
  margin: 0;
  font-size: clamp(24px, 2.05vw, 36px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-transform: none;
  color: #101216;
}

.education-institution {
  margin: 8px 0 14px;
  font-size: clamp(15px, 1.02vw, 18px);
  line-height: 1.25;
  font-weight: 600;
  color: rgba(16, 18, 22, 0.9);
}

.experience-copy {
  margin: 0 0 14px;
  max-width: 72ch;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.55;
  color: rgba(16, 18, 22, 0.86);
}

.experience-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.experience-points li {
  position: relative;
  padding-left: 16px;
  font-size: clamp(13px, 0.96vw, 15px);
  line-height: 1.4;
  color: rgba(15, 18, 25, 0.86);
}

.experience-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 1px;
  background: rgba(15, 18, 25, 0.72);
}

.experience-cta {
  position: relative;
  z-index: 240;
  min-height: 100vh;
  height: 100vh;
  background: #f6f7f9;
  color: #0f1219;
  border-top: 1px solid rgba(15, 18, 25, 0.12);
  padding-left: 4vw;
  padding-right: 2vw;
}

body.has-experience-timeline-cta-card .experience-page .experience-cta {
  margin-top: -100vh;
}

.experience-page .experience-cta .talk-title {
  color: #0f1219;
}

.experience-page .experience-cta .talk-cta {
  border-radius: 999px;
  border-color: rgba(15, 18, 25, 0.32);
  color: #0f1219;
  background: rgba(15, 18, 25, 0.04);
}

.experience-page .experience-cta .talk-cta-call,
.experience-page .experience-cta .talk-cta:hover {
  background: #0f1219;
  color: #ffffff;
  border-color: #0f1219;
}

.experience-page .site-footer {
  background: #05070d;
  color: #eef2fa;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.experience-page .site-footer-label {
  color: rgba(238, 242, 250, 0.62);
}

.experience-page .site-footer-text-link {
  color: #eef2fa;
}

.experience-page .site-footer-logo {
  color: #f3f6fc;
}

@media (max-width: 640px) {
  .experience-page-hero {
    min-height: 44svh;
  }

  .experience-cta {
    min-height: 68svh;
    height: auto;
    padding-top: clamp(76px, 10vh, 112px);
    padding-bottom: clamp(28px, 6vh, 52px);
    padding-left: 20px;
    padding-right: 20px;
  }

  body.has-experience-timeline-cta-card .experience-page .experience-cta {
    margin-top: -68svh;
  }

  .education-degree {
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .education-institution {
    font-size: clamp(14px, 3.9vw, 16px);
  }
}
