.author-profile-page {
  background: #fff;
  color: #0f172a;
}

.author-profile-shell {
  width: min(100% - 2rem, 76rem);
  margin-inline: auto;
}

.author-profile-hero {
  overflow: hidden;
  border-bottom: 1px solid #dbe4e7;
  background:
    radial-gradient(circle at 80% 10%, rgb(71 184 184 / 0.18), transparent 32%),
    linear-gradient(180deg, #eefbfb 0%, #fff 100%);
  padding: 2rem 0 4rem;
}

.author-profile-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
  color: #64748b;
  font-size: 0.78rem;
}

.author-profile-breadcrumb a {
  color: #475569;
  font-weight: 750;
  text-decoration: none;
}

.author-profile-breadcrumb a:hover {
  color: #0f766e;
}

.author-profile-hero__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-top: 2.5rem;
}

.author-profile-monogram {
  display: inline-flex;
  width: 7.5rem;
  height: 7.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #5eead4;
  border-radius: 1.75rem;
  background: #fff;
  color: #0f766e;
  font-size: 2rem;
  font-weight: 950;
  letter-spacing: 0.05em;
  box-shadow: 0 24px 50px rgb(15 118 110 / 0.14);
}

.author-profile-eyebrow {
  margin: 0;
  color: #0f766e;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.author-profile-hero h1,
.author-profile-content h2 {
  margin: 0.55rem 0 0;
  color: #0f172a;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.author-profile-hero h1 {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  line-height: 1;
}

.author-profile-hero h1 em {
  color: #0f766e;
  font-style: normal;
}

.author-profile-lead {
  max-width: 52rem;
  margin: 1.2rem 0 0;
  color: #475569;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.75;
}

.author-profile-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
}

.author-profile-badges span {
  border: 1px solid #99f6e4;
  border-radius: 999px;
  background: #fff;
  padding: 0.45rem 0.75rem;
  color: #115e59;
  font-size: 0.75rem;
  font-weight: 850;
}

.author-profile-content {
  display: grid;
  gap: 4rem;
  padding-top: 4.5rem;
  padding-bottom: 5rem;
}

.author-profile-content h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.13;
}

.author-profile-content section > p:not(.author-profile-eyebrow),
.author-profile-method p {
  max-width: 56rem;
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
}

.author-profile-checks {
  display: grid;
  gap: 0.8rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.author-profile-checks li {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 0.85rem;
  background: #f8fafc;
  padding: 1rem 1rem 1rem 3rem;
  color: #334155;
  line-height: 1.65;
}

.author-profile-checks li::before {
  content: "✓";
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #0f766e;
  font-weight: 950;
}

.author-profile-guide-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.author-profile-guide-grid a {
  display: flex;
  min-height: 7.5rem;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #dbe4e7;
  border-radius: 1rem;
  background: #fff;
  padding: 1.15rem;
  color: #0f172a;
  text-decoration: none;
  box-shadow: 0 8px 24px rgb(15 23 42 / 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.author-profile-guide-grid a:hover {
  border-color: #5eead4;
  box-shadow: 0 14px 32px rgb(15 118 110 / 0.11);
  transform: translateY(-0.15rem);
}

.author-profile-guide-grid strong {
  color: #0f766e;
  font-size: 1.05rem;
}

.author-profile-guide-grid span {
  margin-top: 0.4rem;
  color: #64748b;
  font-size: 0.85rem;
  line-height: 1.55;
}

.author-profile-method {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  border: 1px solid #99f6e4;
  border-radius: 1.25rem;
  background:
    radial-gradient(circle at 100% 0, rgb(20 184 166 / 0.14), transparent 35%),
    #f0fdfa;
  padding: 1.5rem;
}

.author-profile-method a {
  display: inline-flex;
  justify-self: start;
  border-radius: 0.75rem;
  background: #0f766e;
  padding: 0.85rem 1rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 850;
  text-decoration: none;
}

.author-profile-method a:hover {
  background: #115e59;
}

.author-profile-boundary {
  border-left: 4px solid #f59e0b;
  border-radius: 0.75rem;
  background: #fffbeb;
  padding: 1.2rem 1.3rem;
  color: #78350f;
}

.author-profile-boundary strong {
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.author-profile-boundary p {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

@media (min-width: 720px) {
  .author-profile-hero__grid {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 2.5rem;
  }

  .author-profile-checks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .author-profile-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .author-profile-method {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 2rem;
  }

  .author-profile-method a {
    justify-self: end;
  }
}

@media (min-width: 1040px) {
  .author-profile-guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .author-profile-guide-grid a {
    transition: none;
  }

  .author-profile-guide-grid a:hover {
    transform: none;
  }
}
