.issue-author-map-01 {
  --author-map-bg: var(--color-bg, #ffffff);
  --author-map-surface: var(--color-surface, #f5f7fb);
  --author-map-card: #ffffff;
  --author-map-ink: var(--color-text-primary, #122033);
  --author-map-muted: var(--color-text-secondary, #667085);
  --author-map-line: var(--color-border, #d9e2ef);
  --author-map-primary: var(--color-primary, #12326f);
  --author-map-accent: var(--color-secondary, #d8a044);
  background:
    radial-gradient(circle at 10% 8%, rgba(18, 50, 111, 0.08), rgba(18, 50, 111, 0) 30%),
    radial-gradient(circle at 88% 20%, rgba(216, 160, 68, 0.13), rgba(216, 160, 68, 0) 28%),
    linear-gradient(180deg, #fff 0%, var(--author-map-surface) 100%);
  color: var(--author-map-ink);
  overflow: hidden;
  padding: 112px 0;
  position: relative;
}

.issue-author-map-01 *,
.issue-author-map-01 *::before,
.issue-author-map-01 *::after {
  box-sizing: border-box;
}

.issue-author-map-01__container {
  margin: 0 auto;
  max-width: 1320px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.issue-author-map-01__header {
  align-items: end;
  display: grid;
  gap: 24px 70px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
  margin-bottom: 44px;
}

.issue-author-map-01__eyebrow {
  align-items: center;
  background: color-mix(in srgb, var(--author-map-accent) 24%, #fff);
  border: 1px solid color-mix(in srgb, var(--author-map-accent) 48%, transparent);
  border-radius: var(--radius-pill);
  color: var(--author-map-ink);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.11em;
  line-height: 1;
  margin-bottom: 18px;
  padding: 9px 16px;
  text-transform: uppercase;
}

.issue-author-map-01__title {
  color: var(--author-map-ink);
  font-size: clamp(38px, 4.8vw, 66px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0;
  max-width: 820px;
}

.issue-author-map-01__description {
  color: var(--author-map-muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}

.issue-author-map-01__main {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
}

.issue-author-map-01__map-card,
.issue-author-map-01__stat-card,
.issue-author-map-01__panel,
.issue-author-map-01__insight {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--author-map-line);
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
}

.issue-author-map-01__map-card {
  display: grid;
  grid-template-rows: minmax(360px, 1fr) auto;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
}

.issue-author-map-01__map-frame {
  background:
    linear-gradient(135deg, rgba(18, 50, 111, 0.08), rgba(216, 160, 68, 0.08)),
    #eef4fb;
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.issue-author-map-01__map-frame img {
  display: block;
  filter: saturate(0.92) contrast(1.03);
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  width: 100%;
}

.issue-author-map-01__map-frame::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(18, 50, 111, 0.16));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.issue-author-map-01__map-pin {
  background: var(--author-map-accent);
  border: 5px solid #fff;
  border-radius: var(--radius-pill);
  box-shadow: 0 12px 30px rgba(18, 50, 111, 0.24);
  height: 22px;
  position: absolute;
  width: 22px;
  z-index: 2;
}

.issue-author-map-01__map-pin::after {
  border: 1px solid rgba(216, 160, 68, 0.55);
  border-radius: inherit;
  content: "";
  inset: -12px;
  position: absolute;
}

.issue-author-map-01__map-pin--one {
  left: 71%;
  top: 62%;
}

.issue-author-map-01__map-pin--two {
  left: 56%;
  top: 40%;
}

.issue-author-map-01__map-pin--three {
  left: 35%;
  top: 33%;
}

.issue-author-map-01__map-line {
  background: linear-gradient(90deg, rgba(18, 50, 111, 0), rgba(18, 50, 111, 0.72), rgba(18, 50, 111, 0));
  height: 2px;
  position: absolute;
  transform-origin: left center;
  z-index: 1;
}

.issue-author-map-01__map-line--one {
  left: 37%;
  top: 38%;
  transform: rotate(8deg);
  width: 230px;
}

.issue-author-map-01__map-line--two {
  left: 56%;
  top: 45%;
  transform: rotate(34deg);
  width: 170px;
}

.issue-author-map-01__map-caption {
  align-items: center;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr auto;
  padding: 24px 28px;
}

.issue-author-map-01__map-caption span {
  color: var(--author-map-muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-author-map-01__map-caption strong {
  color: var(--author-map-primary);
  font-size: 22px;
  font-weight: 950;
  justify-self: end;
}

.issue-author-map-01__map-caption small {
  color: var(--author-map-ink);
  font-size: 14px;
  font-weight: 800;
  grid-column: 1 / -1;
}

.issue-author-map-01__stats {
  display: grid;
  gap: 18px;
}

.issue-author-map-01__stat-card {
  min-height: 154px;
  padding: 26px;
  position: relative;
}

.issue-author-map-01__stat-card::before {
  background: var(--author-map-primary);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.issue-author-map-01__stat-label {
  color: var(--author-map-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.issue-author-map-01__stat-value {
  color: var(--author-map-ink);
  display: block;
  font-size: clamp(38px, 4vw, 56px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
}

.issue-author-map-01__stat-card p {
  color: var(--author-map-muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 14px 0 0;
}

.issue-author-map-01__lower {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 22px;
}

.issue-author-map-01__panel {
  padding: 28px;
}

.issue-author-map-01__panel-head {
  align-items: center;
  border-bottom: 1px solid var(--author-map-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 18px;
}

.issue-author-map-01__panel-head h3 {
  color: var(--author-map-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.issue-author-map-01__panel-head span {
  background: color-mix(in srgb, var(--author-map-primary) 9%, #fff);
  border: 1px solid color-mix(in srgb, var(--author-map-primary) 18%, transparent);
  border-radius: var(--radius-pill);
  color: var(--author-map-primary);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
}

.issue-author-map-01__country-list,
.issue-author-map-01__institution-list {
  display: grid;
  gap: 14px;
}

.issue-author-map-01__country {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(180px, 1fr) minmax(100px, 170px) auto;
}

.issue-author-map-01__country-main {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.issue-author-map-01__country-code {
  align-items: center;
  background: var(--author-map-primary);
  border-radius: var(--radius-pill);
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  letter-spacing: 0.06em;
  width: 42px;
}

.issue-author-map-01__country h4,
.issue-author-map-01__institution h4 {
  color: var(--author-map-ink);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.3;
  margin: 0;
}

.issue-author-map-01__country p,
.issue-author-map-01__institution p {
  color: var(--author-map-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin: 4px 0 0;
}

.issue-author-map-01__country-meter {
  background: #e8eef6;
  border-radius: var(--radius-pill);
  height: 9px;
  overflow: hidden;
}

.issue-author-map-01__country-meter span {
  background: linear-gradient(90deg, var(--author-map-primary), var(--author-map-accent));
  border-radius: inherit;
  display: block;
  height: 100%;
  min-width: 8px;
}

.issue-author-map-01__country > strong {
  color: var(--author-map-ink);
  font-size: 13px;
  font-weight: 900;
}

.issue-author-map-01__institution {
  align-items: center;
  border: 1px solid var(--author-map-line);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px;
}

.issue-author-map-01__institution span {
  background: color-mix(in srgb, var(--author-map-accent) 18%, #fff);
  border-radius: var(--radius-pill);
  color: var(--author-map-ink);
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 900;
  padding: 8px 12px;
}

.issue-author-map-01__insights {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.issue-author-map-01__insight {
  padding: 24px;
}

.issue-author-map-01__insight span {
  color: var(--author-map-muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.issue-author-map-01__insight strong {
  color: var(--author-map-primary);
  display: block;
  font-size: 34px;
  font-weight: 950;
  line-height: 1;
  margin-top: 12px;
}

.issue-author-map-01__insight p {
  color: var(--author-map-muted);
  font-size: 14px;
  line-height: 1.62;
  margin: 14px 0 0;
}

.issue-author-map-01__actions {
  margin-top: 30px;
  text-align: center;
}

.issue-author-map-01__cta {
  align-items: center;
  background: var(--author-map-primary);
  border-radius: var(--radius-pill);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 16px 26px;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.issue-author-map-01__cta:hover,
.issue-author-map-01__cta:focus-visible {
  background: color-mix(in srgb, var(--author-map-primary) 82%, #000);
  box-shadow: 0 18px 42px rgba(18, 50, 111, 0.2);
  color: #fff;
  outline: 0;
  transform: translateY(-2px);
}

@media (max-width: 1100px) {
  .issue-author-map-01__header,
  .issue-author-map-01__main,
  .issue-author-map-01__lower {
    grid-template-columns: 1fr;
  }

  .issue-author-map-01__stats,
  .issue-author-map-01__insights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .issue-author-map-01 {
    padding: 76px 0;
  }

  .issue-author-map-01__container {
    padding: 0 16px;
  }

  .issue-author-map-01__stats,
  .issue-author-map-01__insights {
    grid-template-columns: 1fr;
  }

  .issue-author-map-01__map-card {
    grid-template-rows: minmax(280px, auto) auto;
    min-height: 0;
  }

  .issue-author-map-01__map-frame {
    min-height: 280px;
  }

  .issue-author-map-01__map-caption,
  .issue-author-map-01__panel-head,
  .issue-author-map-01__institution {
    align-items: flex-start;
    flex-direction: column;
  }

  .issue-author-map-01__map-caption {
    display: flex;
  }

  .issue-author-map-01__map-caption strong {
    justify-self: start;
  }

  .issue-author-map-01__country {
    align-items: start;
    grid-template-columns: 1fr auto;
  }

  .issue-author-map-01__country-meter {
    grid-column: 1 / -1;
    order: 3;
  }

  .issue-author-map-01__panel {
    padding: 22px;
  }

  .issue-author-map-01__cta {
    width: 100%;
  }
}
