/* ===== BASE ===== */

.resume-main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  color: #1f2937;
  line-height: 1.65;
}

/* ===== HEADER ===== */

.resume-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.alt-header {
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.resume-contact {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 0.75rem;
}

.resume-link {
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.resume-link:hover {
  text-decoration: underline;
}

/* ===== SUMMARY ===== */

.resume-summary {
  max-width: 85ch;
  margin: 0 auto 3rem;
  text-align: center;
  font-size: 1.05rem;
  color: #374151;
}

/* ===== SKILLS ===== */

.resume-block-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-bottom: 3.5rem;
}

.resume-block,
.alt-resume-block {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 1.75rem;
}

.resume-block h3,
.alt-resume-block h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 0.5rem;
}

.resume-skills,
.resume-text {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resume-skills li,
.resume-text li {
  margin-bottom: 0.5rem;
}

/* ===== TOGGLE ===== */

.resume-toggle {
  text-align: right;
  margin-bottom: 2rem;
}

.resume-toggle button {
  border: 1px solid #d1d5db;
  background: none;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
}

.resume-toggle button:hover {
  background: #f3f4f6;
}

/* ===== EXPERIENCE ===== */

.resume-experience {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.resume-project {
  background: #f9fafb;
  padding: 2rem;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
}

.alt-resume-project {
  border-left-color: #059669;
}

.resume-title {
  font-size: 1.35rem;
  font-weight: 700;
}

.resume-location {
  display: block;
  color: #6b7280;
  font-size: 0.95rem;
}

.inside-resume-project-dates {
  font-weight: 600;
  margin-top: 0.5rem;
}

.inside-resume-project {
  margin-top: 1rem;
  max-width: 90ch;
}

.view-bullets {
  margin-top: 1rem;
  padding-left: 1.2rem;
}

.view-bullets li {
  margin-bottom: 0.5rem;
}

/* ===== METRICS ===== */

.resume-metrics {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #065f46;
  flex-wrap: wrap;
}

/* ===== UTIL ===== */

.hidden {
  display: none;
}
