.resume-page {
  --resume-accent: #bd5d38;
  --resume-dark: #343a40;
  --resume-muted: #6c757d;
  display: grid;
  grid-template-columns: 17rem minmax(0, 1fr);
  background: #fff;
  color: var(--resume-muted);
  font-family: "Muli", "Inter", sans-serif;
}

.resume-page *, .resume-page *::before, .resume-page *::after { box-sizing: border-box; }
.resume-page h1, .resume-page h2, .resume-page h3, .resume-subheading, .resume-nav { font-family: "Saira Extra Condensed", "Montserrat", sans-serif; text-transform: uppercase; }
.resume-page h1, .resume-page h2, .resume-page h3 { margin-top: 0; color: var(--resume-dark); font-weight: 700; line-height: 1; }
.resume-page h1 { margin-bottom: 0; font-size: clamp(4rem, 8vw, 6rem); }
.resume-page h1 span, .resume-page a, .resume-entry > span { color: var(--resume-accent); }
.resume-page h2 { margin-bottom: 3rem; font-size: clamp(2.6rem, 5vw, 3.5rem); }
.resume-page h3 { margin-bottom: 0; font-size: 2rem; }
.resume-page p { line-height: 1.6; }

.resume-nav {
  position: sticky;
  top: 88px;
  align-self: start;
  z-index: 30;
  height: calc(100vh - 88px);
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--resume-accent);
  text-align: center;
}

.resume-profile-link img { width: 10rem; height: 10rem; border: 0.5rem solid rgba(255,255,255,.2); border-radius: 50%; object-fit: cover; }
.resume-mobile-name { display: none; }
.resume-menu-toggle { display: none; }
.resume-nav-links { width: 100%; margin-top: 1rem; display: flex; flex-direction: column; }
.resume-nav-links a { padding: .45rem; color: rgba(255,255,255,.55); font-size: 1.05rem; font-weight: 700; letter-spacing: .05rem; text-decoration: none; }
.resume-nav-links a:hover, .resume-nav-links a:focus-visible, .resume-nav-links a.is-active { color: #fff; }

.resume-content { min-width: 0; }
.resume-content > hr { margin: 0; border: 0; border-top: 1px solid rgba(0,0,0,.12); }
.resume-section { min-height: 100vh; padding: 5rem clamp(2rem, 6vw, 6rem); display: flex; align-items: center; scroll-margin-top: 88px; }
.resume-section-content { width: min(100%, 1120px); }
.resume-subheading { margin-bottom: 1rem; color: var(--resume-muted); font-size: 1.45rem; line-height: 1.3; }
.resume-contact-line { margin-bottom: 3rem; }
.resume-lead { max-width: 980px; margin-bottom: 3rem; font-size: 1.15rem; }
.resume-lead p { margin-bottom: 0; }
.resume-social { display: flex; gap: 1.5rem; }
.resume-social a { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; border-radius: 50%; background: #495057; color: #fff; font-size: 1.4rem; text-decoration: none; }
.resume-social a:hover { background: var(--resume-accent); }

.resume-entry { margin-bottom: 3rem; display: flex; justify-content: space-between; gap: 2rem; }
.resume-entry:last-child { margin-bottom: 0; }
.resume-entry > div { max-width: 850px; }
.resume-entry > span { flex: 0 0 auto; }
.resume-tool-icons { margin: 0 0 1.5rem; padding: 0; display: flex; flex-wrap: wrap; gap: 1rem; list-style: none; color: var(--resume-muted); font-size: 3rem; }
.resume-check-list, .resume-awards { padding-left: 1.6rem; list-style: none; }
.resume-check-list li, .resume-awards li { position: relative; margin-bottom: .45rem; }
.resume-check-list li::before { position: absolute; left: -1.5rem; color: var(--resume-accent); content: "✓"; }
.resume-awards li::before { position: absolute; left: -1.5rem; color: #ffc107; content: "★"; }

@media (max-width: 991px) {
  .resume-page { display: block; }
  .resume-nav { top: 78px; height: auto; min-height: 64px; padding: .75rem 1rem; align-items: center; justify-content: space-between; flex-direction: row; text-align: left; }
  .resume-profile-link img { display: none; }
  .resume-mobile-name { display: block; color: #fff; font-size: 1.5rem; font-weight: 700; }
  .resume-menu-toggle { padding: .5rem .75rem; display: block; border: 1px solid rgba(255,255,255,.55); border-radius: .25rem; background: transparent; color: #fff; font-weight: 700; }
  .resume-nav-links { position: absolute; top: 100%; right: 0; left: 0; margin: 0; padding: .5rem 1rem 1rem; display: none; background: var(--resume-accent); }
  .resume-nav.is-open .resume-nav-links { display: flex; }
  .resume-nav-links a { padding: .55rem 0; }
  .resume-section { min-height: auto; padding: 6rem 2rem; scroll-margin-top: 142px; }
}

@media (max-width: 640px) {
  .resume-page h1 { font-size: 3.8rem; }
  .resume-entry { display: block; }
  .resume-entry > span { display: block; margin-top: .75rem; }
  .resume-social { gap: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  .resume-page *, .resume-page *::before, .resume-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
