body {
  background: #000;
}

.page-wrap {
  min-height: 100vh;
  padding: 1.45rem clamp(1rem, 4vw, 2.5rem) 2rem;
  background: #000;
}

.bio-shell {
  width: 100%;
  max-width: 27rem;
  margin: 0 auto;
}

.brand-logo {
  display: block;
  width: min(48vw, 160px);
  height: auto;
  margin: 0 auto 0.35rem;
}

.bio-links {
  gap: 0.9rem;
}

.thumb-card {
  display: block;
  width: 100%;
  background: transparent;
  border: 0;
  box-shadow: none;
  line-height: 0;
  outline: 0;
  overflow: visible;
  text-decoration: none;
  transform-origin: center;
  transition: transform 240ms ease;
  -webkit-tap-highlight-color: transparent;
}

.thumb-card:hover {
  transform: scale(1.01);
}

.thumb-card:focus,
.thumb-card:focus-visible,
.thumb-card:active {
  border: 0;
  box-shadow: none;
  outline: 0;
}

.thumb-card img {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: 0;
  vertical-align: middle;
}

.action-links {
  width: min(92%, 24.5rem);
  gap: 0.72rem;
  margin: 0.35rem auto 0;
}

.action-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  width: 100%;
  padding: 0.86rem 3rem;
  color: #fff;
  font-size: clamp(0.76rem, 2.9vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ff0038 0%, #cc002d 42%, #690019 100%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  transition: filter 220ms ease, transform 220ms ease;
}

.action-button:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
}

.action-button .action-icon {
  display: none;
}

.action-button .action-text {
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.action-button .action-arrow {
  position: absolute;
  right: 1.15rem;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  transform: translateY(-50%);
  opacity: 0.95;
}

.social-links {
  margin-top: 1.25rem;
}

@media (min-width: 640px) {
  .page-wrap {
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }

  .bio-shell {
    max-width: min(86vw, 40rem);
  }

  .brand-logo {
    width: min(32vw, 220px);
    margin-bottom: 0.55rem;
  }
}

@media (min-width: 900px) {
  .bio-shell {
    max-width: min(80vw, 54rem);
  }

  .bio-links {
    gap: 1.2rem;
  }

  .action-links {
    width: min(56%, 30rem);
    gap: 0.8rem;
    margin-top: 0.45rem;
  }

  .action-button {
    min-height: 50px;
    font-size: 0.82rem;
  }
}

@media (min-width: 1280px) {
  .bio-shell {
    max-width: min(74vw, 60rem);
  }
}
