.nhs-author-shell {
  max-width: 1220px;
  margin: 0 auto;
  padding: 28px 20px 64px;
}

.nhs-author-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #5f738f;
  font-weight: 600;
}

.nhs-author-breadcrumb a {
  color: var(--nhs-blue, #005eb8);
  text-decoration: none;
}

.nhs-author-hero {
  margin-bottom: 26px;
  border: 1px solid #d9e6f7;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(19, 86, 189, 0.18), transparent 34%),
    linear-gradient(180deg, #0b2242 0%, #1356bd 100%);
  color: #fff;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
}

.nhs-author-hero-inner {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.nhs-author-photo-wrap {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.nhs-author-photo {
  display: grid;
  place-items: center;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ffffff 0%, #e6eefc 100%);
  color: #0b2242;
  font-size: 52px;
  font-weight: 800;
  box-shadow: 0 20px 40px rgba(6, 17, 31, 0.24);
}

.nhs-author-badge,
.nhs-author-pill,
.nhs-author-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
}

.nhs-author-badge {
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 700;
}

.nhs-author-eyebrow {
  margin-bottom: 8px;
  color: #dbeafe;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhs-author-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.05;
}

.nhs-author-role {
  margin: 12px 0;
  color: #eaf1ff;
  font-size: 20px;
  font-weight: 700;
}

.nhs-author-summary {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.nhs-author-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.nhs-author-pill {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 700;
}

.nhs-author-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: start;
}

.nhs-author-main,
.nhs-author-sidebar {
  display: grid;
  gap: 22px;
}

.nhs-author-card,
.nhs-author-side-card {
  padding: 26px;
}

.nhs-author-section-label {
  margin-bottom: 8px;
  color: var(--nhs-blue, #005eb8);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhs-author-section-title {
  margin: 0 0 14px;
  color: #0b2242;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
}

.nhs-author-card p {
  margin: 0 0 18px;
  color: #24364d;
  font-size: 17px;
  line-height: 1.75;
}

.nhs-author-card p:last-child {
  margin-bottom: 0;
}

.nhs-author-lead {
  color: #0b2242;
  font-size: 19px;
  font-weight: 700;
}

.nhs-author-quote {
  margin: 20px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--nhs-blue, #005eb8);
  background: #f6f9ff;
  border-radius: 0 18px 18px 0;
}

.nhs-author-quote p {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: italic;
}

.nhs-author-quote cite {
  color: #5f738f;
  font-style: normal;
  font-weight: 700;
}

.nhs-author-cred-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.nhs-author-cred-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid #dbe7f6;
  border-radius: 20px;
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

.nhs-author-cred-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 14px;
  background: #e8f1ff;
  color: var(--nhs-blue, #005eb8);
}

.nhs-author-cred-label {
  margin-bottom: 4px;
  color: #5f738f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhs-author-cred-name {
  color: #0b2242;
  font-size: 18px;
  font-weight: 800;
}

.nhs-author-cred-sub {
  margin-top: 4px;
  color: #5f738f;
  line-height: 1.5;
}

.nhs-author-timeline {
  display: grid;
  gap: 18px;
}

.nhs-author-timeline-item {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
}

.nhs-author-timeline-dot {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--nhs-blue, #005eb8);
  box-shadow: 0 0 0 5px rgba(0, 94, 184, 0.12);
}

.nhs-author-timeline-date {
  color: var(--nhs-blue, #005eb8);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhs-author-timeline-title {
  margin-top: 6px;
  color: #0b2242;
  font-size: 22px;
  font-weight: 800;
}

.nhs-author-timeline-desc {
  margin-top: 8px;
  color: #24364d;
  line-height: 1.7;
}

.nhs-author-standards-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.nhs-author-standards-list li {
  position: relative;
  padding-left: 34px;
  color: #24364d;
  line-height: 1.7;
}

.nhs-author-standards-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--nhs-blue, #005eb8);
  font-weight: 800;
}

.nhs-author-update-box {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 18px;
  background: #edf5ff;
  border: 1px solid #cfe0fb;
}

.nhs-author-update-label {
  margin-bottom: 8px;
  color: var(--nhs-blue, #005eb8);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nhs-author-update-box p {
  margin: 0;
}

.nhs-author-side-card h3 {
  margin: 0 0 18px;
  color: #0b2242;
  font-size: 24px;
}

.nhs-author-stat-row {
  display: grid;
  gap: 6px;
}

.nhs-author-stat-num {
  color: var(--nhs-blue, #005eb8);
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 800;
  line-height: 1;
}

.nhs-author-stat-desc,
.nhs-author-contact-copy {
  color: #5f738f;
  line-height: 1.65;
}

.nhs-author-side-card hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #e5eef9;
}

.nhs-author-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nhs-author-tag {
  padding: 9px 13px;
  background: #e8f1ff;
  color: var(--nhs-blue, #005eb8);
  font-weight: 700;
}

.nhs-author-contact-btn,
.nhs-author-linkedin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.nhs-author-contact-btn {
  margin-top: 8px;
  background: var(--nhs-blue, #005eb8);
  color: #fff;
}

.nhs-author-linkedin-btn {
  margin-top: 12px;
  border: 1px solid #cfe0fb;
  background: #f7fbff;
  color: var(--nhs-blue, #005eb8);
}

@media (max-width: 1080px) {
  .nhs-author-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .nhs-author-shell {
    padding: 22px 16px 48px;
  }

  .nhs-author-hero-inner {
    grid-template-columns: minmax(0, 1fr);
    padding: 24px;
  }

  .nhs-author-photo-wrap {
    justify-items: flex-start;
  }

  .nhs-author-card,
  .nhs-author-side-card {
    padding: 20px;
  }

  .nhs-author-cred-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nhs-author-role {
    font-size: 18px;
  }

  .nhs-author-card p {
    font-size: 16px;
  }

  .nhs-author-timeline-title {
    font-size: 20px;
  }
}
