.media-authors-page {
  --authors-ink: #101114;
  --authors-muted: #6e6e73;
  --authors-soft: #f5f5f7;
  --authors-blue: #0071e3;
  min-width: 320px;
  color: var(--authors-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif;
}
.media-authors-page .shell { width: min(100% - 64px, 1180px); }
.media-authors-page main { overflow: hidden; }
.authors-hero { padding: 34px 0 clamp(30px, 3vw, 44px); background: #fff; }
.authors-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: clamp(30px, 3vw, 40px); color: #86868b; font-size: 12px; }
.authors-breadcrumbs a { color: inherit; text-decoration: none; transition: color .2s ease; }
.authors-breadcrumbs a:hover { color: var(--authors-blue); }
.authors-breadcrumbs span[aria-hidden="true"] { color: #c7c7cc; }
.authors-hero-copy { max-width: 1050px; margin-inline: auto; text-align: center; }
.authors-hero h1 {
  max-width: 1020px;
  margin: 0 auto;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-size: clamp(56px, 5.7vw, 80px);
  font-weight: 600;
  font-synthesis: none;
  letter-spacing: -.045em;
  line-height: .95;
  text-wrap: balance;
}
.authors-hero-copy p { max-width: 800px; margin: 30px auto 0; color: var(--authors-muted); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.5; }
.authors-directory-nav {
  display: inline-flex;
  margin-top: 28px;
  padding: 4px;
  border: 1px solid rgba(16, 17, 20, .09);
  border-radius: 999px;
  background: var(--authors-soft);
  gap: 2px;
}
.authors-directory-nav a {
  display: inline-flex;
  min-height: 38px;
  padding: 0 17px;
  border-radius: 999px;
  color: #66666c;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  transition: color .2s ease, background .2s ease;
}
.authors-directory-nav a:hover { color: var(--authors-blue); }
.authors-directory-nav a[aria-current="page"] { color: #fff; background: #101114; }
.authors-search {
  display: grid;
  width: min(100%, 680px);
  min-height: 58px;
  margin: 24px auto 0;
  padding: 5px;
  border: 1px solid rgba(16, 17, 20, .12);
  border-radius: 999px;
  background: var(--authors-soft);
  grid-template-columns: minmax(0, 1fr) auto;
}
.authors-search label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.authors-search input { min-width: 0; padding: 0 20px; border: 0; outline: 0; color: #1d2734; background: transparent; font: inherit; font-size: 16px; }
.authors-search input::placeholder { color: #86868b; }
.authors-search button { min-width: 92px; border: 0; border-radius: 999px; color: #fff; background: var(--authors-blue); cursor: pointer; font: inherit; font-size: 14px; font-weight: 650; }
.authors-search:focus-within { border-color: rgba(0, 113, 227, .38); box-shadow: 0 0 0 4px rgba(0, 113, 227, .07); }
.authors-directory { min-height: 520px; padding: clamp(12px, 1.5vw, 20px) 0 clamp(72px, 8vw, 110px); background: #fff; }
.authors-filters {
  display: flex;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 3px max(24px, calc((100vw - 1180px) / 2)) 7px;
  overflow-x: auto;
  gap: 9px;
  flex-wrap: nowrap;
  scroll-padding-inline: max(24px, calc((100vw - 1180px) / 2));
  scrollbar-width: none;
}
.authors-filters::-webkit-scrollbar { display: none; }
.authors-filters button { flex: 0 0 auto; min-height: 42px; padding: 0 17px; border: 1px solid rgba(16, 17, 20, .11); border-radius: 999px; color: #56565c; background: #fff; cursor: pointer; font: inherit; font-size: 13px; font-weight: 560; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.authors-filters button:hover { color: var(--authors-blue); border-color: rgba(0, 113, 227, .38); }
.authors-filters button.is-active { color: #fff; border-color: var(--authors-blue); background: var(--authors-blue); }
.authors-results-status { margin: 22px 0 0; color: #86868b; font-size: 13px; }
.authors-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.authors-grid { margin-top: 28px; }
.author-directory-card[hidden] { display: none; }
.author-directory-card { display: flex; min-width: 0; overflow: hidden; border-radius: 24px; background: var(--authors-soft); flex-direction: column; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.author-directory-card:hover { transform: translateY(-3px); }
.author-directory-photo { display: block; aspect-ratio: 1.35 / 1; overflow: hidden; background: #eef2f7; }
.author-directory-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 36%; transition: transform .45s cubic-bezier(.22,1,.36,1); }
.author-directory-photo--fomchenkova { background: linear-gradient(145deg, #f7f7f5, #e9eceb); }
.author-directory-photo--fomchenkova img { object-fit: cover; object-position: center top; transform: translateY(-9%) scale(1.24); transform-origin: center top; }
.author-directory-photo--denis img { object-position: left 32%; transform: translateY(7%) scale(1.34); transform-origin: left 32%; }
.author-directory-photo--anna { background: #172126; }
.author-directory-photo--anna img { object-position: 50% 12%; }
.author-directory-photo--tatiana { background: #aab6be; }
.author-directory-photo--tatiana img { object-position: 50% 25%; }
.author-directory-photo--bios-ai { display: grid; background: #edf5fc; place-items: center; }
.author-directory-photo--bios-ai img { width: 42%; height: 42%; object-fit: contain; }
.author-directory-card:hover .author-directory-photo img { transform: scale(1.025); }
.author-directory-card:hover .author-directory-photo--fomchenkova img { transform: translateY(-9%) scale(1.265); }
.author-directory-card:hover .author-directory-photo--denis img { transform: translateY(7%) scale(1.365); }
.author-directory-placeholder {
  display: grid;
  aspect-ratio: 1.35 / 1;
  color: #4b5563;
  background: #eceef2;
  place-items: center;
}
.author-directory-placeholder span {
  display: grid;
  width: 60px;
  aspect-ratio: 1;
  border: 1px solid rgba(16, 17, 20, .08);
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.03em;
  place-items: center;
}
.author-directory-copy { display: flex; min-height: 180px; padding: 20px; flex: 1; flex-direction: column; }
.author-directory-copy > p { margin: 0; color: var(--authors-blue); font-size: 10px; font-weight: 700; }
.author-directory-copy h2 { margin: 20px 0 0; color: #1d2734; font-size: clamp(20px, 1.65vw, 23px); font-weight: 600; letter-spacing: -.038em; line-height: 1.08; }
.author-directory-copy h2 a { color: inherit; text-decoration: none; }
.author-directory-copy > span { margin-top: 9px; color: var(--authors-muted); font-size: 13px; line-height: 1.45; }
.author-directory-link { display: inline-flex; margin-top: auto; padding-top: 14px; color: var(--authors-blue); align-items: center; justify-content: space-between; gap: 8px; font-size: 13px; font-weight: 600; text-decoration: none; }
.author-directory-link i { font-style: normal; }
.author-directory-card--pending { color: #1d2734; }
.author-directory-card--pending .author-directory-copy h2 { margin-top: 0; }
.author-directory-card--pending .author-directory-copy > span { margin-top: 12px; color: #8a8a90; font-size: 13px; }
.authors-empty { margin: 48px 0 0; padding: 54px 24px; border-radius: 26px; color: #86868b; background: var(--authors-soft); text-align: center; font-size: 16px; }
.authors-more { position: relative; display: flex; margin-top: clamp(54px, 6vw, 76px); align-items: center; justify-content: center; }
.authors-more[hidden] { display: none; }
.authors-more > span { position: absolute; top: 50%; right: 0; left: 0; height: 1px; background: rgba(16, 17, 20, .16); }
.authors-more > button { position: relative; z-index: 1; display: inline-flex; min-height: 48px; padding: 0 22px; border: 1px solid var(--authors-blue); border-radius: 999px; color: #fff; background: var(--authors-blue); box-shadow: 0 0 0 16px #fff; cursor: pointer; align-items: center; justify-content: center; font: inherit; font-size: 14px; font-weight: 600; transition: background .2s ease, border-color .2s ease; }
.authors-more > button:hover { border-color: #0077ed; background: #0077ed; }
@media (prefers-reduced-motion: no-preference) {
  .authors-hero h1 { animation: authors-enter .72s cubic-bezier(.22,1,.36,1) backwards; }
  .authors-hero-copy p { animation: authors-enter .72s .08s cubic-bezier(.22,1,.36,1) backwards; }
  .author-directory-card { animation: authors-enter .8s .16s cubic-bezier(.22,1,.36,1) backwards; }
  .author-directory-card:nth-child(2) { animation-delay: .22s; }
  .author-directory-card:nth-child(3) { animation-delay: .28s; }
  .author-directory-card:nth-child(4) { animation-delay: .34s; }
}
@keyframes authors-enter { from { opacity: 0; transform: translateY(14px); } }
@media (max-width: 1100px) {
  .authors-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .authors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .media-authors-page .shell { width: min(100% - 36px, 1180px); }
  .authors-hero { padding: 28px 0 42px; }
  .authors-breadcrumbs { gap: 10px; margin-bottom: 32px; overflow: hidden; white-space: nowrap; font-size: 13px; }
  .authors-hero h1 { font-size: clamp(40px, 11vw, 49px); line-height: .99; }
  .authors-hero-copy p { margin-top: 26px; font-size: 18px; line-height: 1.46; }
  .authors-directory-nav { margin-top: 24px; }
  .authors-search { min-height: 54px; border-radius: 18px; }
  .authors-search input { padding: 0 14px; font-size: 15px; }
  .authors-search button { min-width: 82px; border-radius: 14px; }
  .authors-directory { padding: 22px 0 72px; }
  .authors-grid { grid-template-columns: 1fr; }
}
