.article-engagement {
  padding: 76px 0 92px;
  color: var(--navy);
  background:
    radial-gradient(circle at 9% 3%, rgba(49, 90, 198, .08), transparent 31%),
    linear-gradient(180deg, #f8faff 0%, #f4f7fc 100%);
  border-top: 1px solid var(--line);
}

.article-engagement .article-shell {
  display: grid;
  align-items: stretch;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-engagement .engagement-summary,
.article-engagement .share-panel {
  position: relative;
  min-width: 0;
  padding: 36px;
  overflow: hidden;
  background: rgba(255, 255, 255, .96);
  border: 1px solid #e1e7f1;
  border-radius: 22px;
  box-shadow: 0 20px 52px rgba(25, 42, 78, .07);
}

.article-engagement .engagement-summary::before,
.article-engagement .share-panel::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #315ac6, #7895df);
  content: "";
}

.article-engagement .share-panel::before {
  background: linear-gradient(90deg, #53617d, #9aa8c2);
}

.article-engagement .eyebrow {
  margin: 0 0 12px;
}

.article-engagement h2 {
  max-width: 500px;
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 3vw, 33px);
  letter-spacing: -.035em;
  line-height: 1.28;
}

.article-engagement .engagement-summary__description,
.article-engagement .share-panel__description {
  margin: 14px 0 26px;
  color: #65718a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.article-engagement .engagement-flash {
  margin: 0 0 18px;
  padding: 13px 15px;
  color: #912d35;
  background: #fff2f3;
  border: 1px solid #f1ccd0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.article-engagement .reaction-form {
  margin: 0;
}

.article-engagement .reaction-button,
.article-engagement .share-button {
  display: inline-flex;
  min-height: 52px;
  padding: 11px 20px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  transition:
    color .18s ease,
    background .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.article-engagement .reaction-button {
  color: #3e4b64;
  background: #f8faff;
  border: 1px solid #d9e0ed;
}

.article-engagement .reaction-button:hover {
  border-color: #aebfee;
  box-shadow: 0 8px 22px rgba(49, 90, 198, .12);
  transform: translateY(-1px);
}

.article-engagement .reaction-button[aria-pressed="true"] {
  color: #214dbb;
  background: #edf3ff;
  border-color: #9fb5ed;
}

.article-engagement .reaction-button:disabled,
.article-engagement .share-button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.article-engagement .reaction-button:focus-visible,
.article-engagement .share-button:focus-visible,
.article-engagement .share-fallback a:focus-visible,
.article-engagement .engagement-summary__link:focus-visible {
  outline: 3px solid rgba(49, 90, 198, .28);
  outline-offset: 3px;
}

.article-engagement .reaction-button__icon {
  font-size: 19px;
  line-height: 1;
}

.article-engagement .reaction-button b {
  min-width: 18px;
  color: inherit;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

.article-engagement .engagement-summary__link {
  display: inline-block;
  margin-top: 24px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-underline-offset: 3px;
}

.article-engagement .share-panel {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 250, 255, .98));
}

.article-engagement .share-button {
  color: white;
  background: #263858;
  border: 1px solid #263858;
  box-shadow: 0 9px 24px rgba(27, 46, 78, .16);
}

.article-engagement .share-button:hover {
  background: #315078;
  border-color: #315078;
  box-shadow: 0 12px 28px rgba(27, 46, 78, .21);
  transform: translateY(-1px);
}

.article-engagement .share-button__icon {
  font-size: 17px;
  line-height: 1;
}

.article-engagement .share-status {
  min-height: 20px;
  margin: 13px 0 0;
  color: #315ac6;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.6;
}

.article-engagement .share-status[data-state="error"] {
  color: #a3323c;
}

.article-engagement .share-status[data-state="neutral"] {
  color: #6f7a90;
}

.article-engagement .share-status:empty::before {
  content: "\00a0";
}

.article-engagement .share-fallback {
  display: grid;
  margin: 18px 0 0;
  gap: 7px;
}

.article-engagement .share-fallback span {
  color: #7d879a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.article-engagement .share-fallback a {
  display: block;
  padding: 11px 13px;
  color: #315078;
  background: #f4f7fc;
  border: 1px solid #e0e6f0;
  border-radius: 9px;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.55;
  overflow-wrap: anywhere;
  text-decoration: none;
  user-select: all;
}

.article-engagement .share-fallback a:hover {
  color: #214dbb;
  background: #edf3ff;
  border-color: #cbd8f3;
}

.article-engagement .share-noscript {
  margin: 10px 0 0;
  color: #6f7a90;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .article-engagement {
    padding: 52px 0 68px;
  }

  .article-engagement .article-shell {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .article-engagement {
    padding: 36px 0 52px;
  }

  .article-engagement .engagement-summary,
  .article-engagement .share-panel {
    padding: 26px 20px;
    border-radius: 16px;
  }

  .article-engagement .reaction-button,
  .article-engagement .share-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-engagement .reaction-button,
  .article-engagement .share-button {
    transition: none;
  }
}
