body {
  margin: 0;
  background: linear-gradient(180deg, #ffedd5 0%, #fff7ed 100%);
  font-family: Arial, sans-serif;
  color: #7c2d12;
}

.page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.profile-showcase {
  max-width: 520px;
  padding: 30px;
  border-radius: 28px;
  background: #fff7ed;
  box-shadow: 0 18px 36px rgba(154, 52, 18, 0.12);
}

.role {
  margin: 0 0 10px;
  color: #ea580c;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 13px;
  font-weight: 700;
}

.profile-showcase h1 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1.1;
}

.bio {
  margin: 0 0 22px;
  color: #9a3412;
  font-size: 17px;
  line-height: 1.75;
}

.profile-showcase a {
  color: #c2410c;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #fdba74;
  padding-bottom: 4px;
}

.profile-showcase a:hover {
  color: #9a3412;
}
