.md-sidebar--secondary {
  display: none;
}

.md-nav--secondary {
  display: none;
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary,
  .md-sidebar--primary:not([hidden]),
  .md-sidebar--secondary,
  .md-sidebar--secondary:not([hidden]) {
    display: none;
  }

  .md-content {
    margin-left: 0;
  }

  .md-main__inner {
    display: block;
  }
}

.resume-hero {
  margin: 0 0 1.5rem;
  padding: 1.5rem 1.6rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(148, 163, 184, 0.12), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.resume-kicker {
  margin: 0 0 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
}

.resume-hero h1 {
  margin: 0;
  font-size: clamp(2.05rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #334155;
}

.resume-summary {
  max-width: 54rem;
  margin: 0.85rem 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
  color: #334155;
}

.resume-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.95rem;
}

.resume-actions {
  margin: 0;
}

.resume-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.84);
  color: #0f172a !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.resume-button:hover {
  transform: translateY(-1px);
  border-color: rgba(15, 23, 42, 0.24);
  background: #fff;
}

.resume-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.resume-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.resume-socials a:hover {
  transform: translateY(-1px);
  border-color: rgba(30, 41, 59, 0.24);
  background: #fff;
}

.resume-socials img {
  width: 0.95rem;
  height: 0.95rem;
}

.md-content__inner > h3:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 76.234375em) {
  .resume-hero {
    padding: 1.35rem 1.4rem;
  }
}

@media screen and (max-width: 60em) {
  .resume-hero {
    padding: 1.25rem;
    border-radius: 18px;
  }

  .resume-hero-actions {
    margin-top: 0.85rem;
  }
}

@media screen and (max-width: 44.9375em) {
  .resume-hero {
    padding: 1.1rem 1rem;
    border-radius: 16px;
  }

  .resume-hero h1 {
    font-size: clamp(1.75rem, 10vw, 2.2rem);
  }

  .resume-summary {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}