/*
 * EvalShare media-site layout.
 */
.esm-page {
  --esm-bg: #f7f8f5;
  --esm-surface: #ffffff;
  --esm-surface-2: #eef1ed;
  --esm-ink: #151515;
  --esm-muted: rgba(21, 21, 21, 0.62);
  --esm-faint: rgba(21, 21, 21, 0.38);
  --esm-border: rgba(21, 21, 21, 0.1);
  --esm-blue: #225cff;
  --esm-green: #16855f;
  --esm-amber: #b36a00;
  --esm-red: #bd3f32;
  background: var(--esm-bg);
  color: var(--esm-ink);
  min-height: 100vh;
}

body.is-dark .esm-page {
  --esm-bg: #171716;
  --esm-surface: #22221f;
  --esm-surface-2: #2b2b27;
  --esm-ink: #f7f5ef;
  --esm-muted: rgba(247, 245, 239, 0.66);
  --esm-faint: rgba(247, 245, 239, 0.4);
  --esm-border: rgba(247, 245, 239, 0.11);
  --esm-blue: #78a5ff;
  --esm-green: #73c7a4;
  --esm-amber: #f1b85b;
  --esm-red: #ef8175;
}

.esm-page h1,
.esm-page h2,
.esm-page h3,
.esm-page h4,
.esm-page p {
  letter-spacing: 0;
}

.esm-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.esm-wide-shell {
  width: min(1360px, calc(100% - 32px));
  margin: 0 auto;
}

.esm-section {
  padding: 56px 0;
  border-top: 1px solid var(--esm-border);
}

.esm-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.esm-eyebrow {
  color: var(--esm-blue);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.esm-eyebrow::before {
  background: currentColor;
  content: "";
  display: inline-block;
  height: 2px;
  width: 22px;
}

.esm-section-title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.08;
  margin-top: 8px;
}

.esm-section-note {
  color: var(--esm-muted);
  font-size: 14px;
  line-height: 1.7;
  max-width: 600px;
}

.esm-link {
  align-items: center;
  color: var(--esm-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  text-transform: uppercase;
}

.esm-button {
  align-items: center;
  background: var(--esm-ink);
  border: 1px solid var(--esm-ink);
  border-radius: 7px;
  color: var(--esm-bg);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 42px;
  padding: 12px 16px;
  text-transform: uppercase;
  transition: transform 180ms ease, opacity 180ms ease;
}

.esm-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.esm-button-secondary {
  background: transparent;
  color: var(--esm-ink);
}

.esm-card {
  background: var(--esm-surface);
  border: 1px solid var(--esm-border);
  border-radius: 8px;
}

.esm-media {
  background: var(--esm-surface-2);
  border: 1px solid var(--esm-border);
  border-radius: 8px;
  overflow: hidden;
}

.esm-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.esm-feature .esm-media,
.esm-editor-card .esm-media,
.esm-post-card .esm-media,
.esm-editorial-row .esm-media,
.esm-review-row .esm-media,
.esm-hero-card .esm-media,
.esm-related-card .esm-media {
  background: linear-gradient(180deg, var(--esm-surface), var(--esm-surface-2));
}

.esm-feature .esm-media img,
.esm-editor-card .esm-media img,
.esm-post-card .esm-media img,
.esm-editorial-row .esm-media img,
.esm-review-row .esm-media img,
.esm-hero-card .esm-media img,
.esm-related-card .esm-media img {
  object-fit: contain;
  padding: 10px;
}

.esm-meta {
  align-items: center;
  color: var(--esm-faint);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  line-height: 1.4;
}

.esm-meta span + span::before {
  color: var(--esm-border);
  content: "/";
  margin-right: 8px;
}

.esm-kicker {
  color: var(--esm-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.esm-score {
  align-items: baseline;
  background: var(--esm-ink);
  border-radius: 8px;
  color: var(--esm-bg);
  display: inline-flex;
  font-weight: 800;
  gap: 2px;
  padding: 8px 10px;
}

.esm-score strong {
  font-size: 22px;
  line-height: 1;
}

.esm-score span {
  font-size: 11px;
  opacity: 0.7;
}

.esm-home-hero {
  padding: 28px 0 54px;
}

.esm-topline {
  align-items: center;
  border-bottom: 1px solid var(--esm-border);
  color: var(--esm-muted);
  display: flex;
  font-size: 12px;
  gap: 16px;
  justify-content: space-between;
  padding: 12px 0;
}

.esm-topline strong {
  color: var(--esm-ink);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.esm-hub-hero {
  padding: 28px 0 54px;
}

.esm-hub-intro {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  padding: 38px 0 28px;
}

.esm-hub-copy h1 {
  font-size: clamp(42px, 6.4vw, 76px);
  font-weight: 900;
  line-height: 1;
  margin: 13px 0 18px;
  max-width: 1040px;
}

.esm-hub-copy p {
  color: var(--esm-muted);
  font-size: 17px;
  line-height: 1.75;
  max-width: 760px;
}

.esm-hub-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.esm-hub-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.46fr) minmax(260px, 0.82fr);
}

.esm-updated-panel,
.esm-trending-panel {
  min-height: 100%;
}

.esm-index-list,
.esm-trend-list {
  display: grid;
}

.esm-index-item {
  border-top: 1px solid var(--esm-border);
  color: var(--esm-ink);
  display: grid;
  gap: 5px;
  padding: 13px 0;
}

.esm-index-item:first-child,
.esm-trend-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.esm-index-date {
  color: var(--esm-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.esm-index-item strong,
.esm-trend-row strong {
  color: var(--esm-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.32;
}

.esm-index-item > span:last-child {
  color: var(--esm-faint);
  font-size: 12px;
  font-weight: 750;
}

.esm-editor-card {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: start;
  padding: 18px;
}

.esm-editor-card .esm-media {
  aspect-ratio: 16 / 10;
}

.esm-editor-body {
  align-self: start;
  padding-top: 8px;
}

.esm-editor-body .esm-kicker {
  display: inline-block;
  margin: 12px 0 0;
}

.esm-editor-body h2 {
  font-size: clamp(24px, 2.85vw, 38px);
  font-weight: 900;
  line-height: 1.06;
  margin: 10px 0 14px;
}

.esm-editor-body h2 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.esm-editor-body p {
  color: var(--esm-muted);
  font-size: 14px;
  line-height: 1.68;
  max-width: 54ch;
  margin-bottom: 16px;
}

.esm-editor-body .esm-button {
  margin-top: 18px;
}

.esm-trend-row {
  border-top: 1px solid var(--esm-border);
  display: grid;
  gap: 12px;
  grid-template-columns: 38px minmax(0, 1fr);
  padding: 14px 0;
}

.esm-trend-rank {
  color: var(--esm-green);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.esm-channel-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.esm-channel-card {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  padding: 18px;
}

.esm-channel-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.esm-channel-head > span:last-child {
  color: var(--esm-faint);
  font-size: 12px;
  font-weight: 850;
}

.esm-channel-card h3 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 8px;
}

.esm-channel-card p {
  color: var(--esm-muted);
  font-size: 13px;
  line-height: 1.62;
  margin-bottom: 14px;
}

.esm-channel-list {
  border-top: 1px solid var(--esm-border);
  display: grid;
  gap: 0;
  margin-top: auto;
  padding-top: 6px;
}

.esm-channel-list a {
  color: var(--esm-ink);
  font-size: 13px;
  font-weight: 780;
  line-height: 1.36;
  padding: 8px 0;
}

.esm-channel-more {
  align-items: center;
  color: var(--esm-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  margin-top: 12px;
  text-transform: uppercase;
}

.esm-hero-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.48fr) minmax(320px, 0.92fr);
  margin-top: 28px;
}

.esm-feature {
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.esm-feature .esm-media {
  aspect-ratio: 16 / 10;
}

.esm-feature-copy {
  align-self: center;
}

.esm-feature-copy h1 {
  font-size: clamp(34px, 4.6vw, 54px);
  font-weight: 900;
  line-height: 1.04;
  margin: 12px 0 16px;
  max-width: 820px;
}

.esm-feature-copy p {
  color: var(--esm-muted);
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 22px;
}

.esm-hero-stack {
  display: grid;
  gap: 14px;
}

.esm-panel {
  padding: 17px;
}

.esm-panel-title {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.esm-list {
  display: grid;
  gap: 0;
}

.esm-list-item {
  border-top: 1px solid var(--esm-border);
  display: grid;
  gap: 12px;
  grid-template-columns: 72px minmax(0, 1fr);
  padding: 13px 0;
}

.esm-list-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.esm-list-thumb {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
}

.esm-list-title {
  color: var(--esm-ink);
  display: block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.32;
}

.esm-rank-row {
  align-items: center;
  border-top: 1px solid var(--esm-border);
  display: grid;
  gap: 14px;
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 13px 0;
}

.esm-rank-row:first-of-type {
  border-top: 0;
}

.esm-rank-score {
  color: var(--esm-green);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.esm-trust-strip {
  background: var(--esm-surface);
  border-block: 1px solid var(--esm-border);
}

.esm-trust-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.esm-trust-item {
  padding: 20px 18px;
}

.esm-trust-item strong {
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 5px;
}

.esm-trust-item span {
  color: var(--esm-muted);
  display: block;
  font-size: 12px;
  line-height: 1.55;
}

.esm-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.esm-category-strip-spaced {
  margin-top: 24px;
}

.esm-chip {
  align-items: center;
  background: var(--esm-surface);
  border: 1px solid var(--esm-border);
  border-radius: 999px;
  color: var(--esm-ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 8px;
  padding: 9px 13px;
}

.esm-chip span {
  color: var(--esm-faint);
  font-weight: 700;
}

.esm-card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.esm-post-card {
  display: block;
}

.esm-post-card .esm-media {
  aspect-ratio: 4 / 3;
  margin-bottom: 12px;
}

.esm-post-card h3 {
  font-size: 16px;
  font-weight: 850;
  line-height: 1.28;
  margin: 7px 0 8px;
}

.esm-post-card p {
  color: var(--esm-muted);
  font-size: 13px;
  line-height: 1.65;
}

.esm-post-card-body {
  min-width: 0;
}

.esm-split-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr 1fr;
}

.esm-editorial-list {
  display: grid;
  gap: 14px;
}

.esm-editorial-row {
  border-top: 1px solid var(--esm-border);
  display: grid;
  gap: 16px;
  grid-template-columns: 118px minmax(0, 1fr);
  padding-top: 14px;
}

.esm-editorial-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.esm-editorial-row .esm-media {
  aspect-ratio: 4 / 3;
}

.esm-editorial-row h3 {
  font-size: 17px;
  font-weight: 850;
  line-height: 1.25;
  margin: 6px 0;
}

.esm-method-band {
  background: var(--esm-ink);
  color: var(--esm-bg);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  padding: 28px;
}

.esm-method-band h2 {
  font-size: clamp(25px, 3.2vw, 42px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 12px;
}

.esm-method-band p {
  color: rgba(246, 244, 239, 0.76);
  font-size: 14px;
  line-height: 1.75;
}

.esm-method-points {
  display: grid;
  gap: 10px;
}

.esm-method-point {
  border: 1px solid rgba(246, 244, 239, 0.18);
  border-radius: 8px;
  padding: 13px 14px;
}

.esm-method-point strong {
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
}

.esm-method-point span {
  color: rgba(246, 244, 239, 0.7);
  display: block;
  font-size: 12px;
  line-height: 1.55;
}

.esm-archive-hero,
.esm-article-hero {
  border-bottom: 1px solid var(--esm-border);
  padding: 42px 0;
}

.esm-archive-intro {
  max-width: 920px;
}

.esm-archive-hero h1,
.esm-article-title {
  font-size: clamp(34px, 4.8vw, 58px);
  font-weight: 900;
  line-height: 1.06;
  margin: 10px 0 14px;
  max-width: 900px;
}

.esm-archive-stats,
.esm-article-meta {
  margin-top: 18px;
}

.esm-archive-layout {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: 36px 0 64px;
}

.esm-archive-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.esm-post-card.esm-archive-lead {
  align-items: center;
  background: var(--esm-surface);
  border: 1px solid var(--esm-border);
  border-radius: 8px;
  display: grid;
  gap: 22px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  padding: 18px;
}

.esm-post-card.esm-archive-lead .esm-media {
  aspect-ratio: 16 / 10;
  margin-bottom: 0;
}

.esm-post-card.esm-archive-lead h2 {
  font-size: clamp(27px, 3.4vw, 42px);
  font-weight: 900;
  line-height: 1.06;
  margin: 10px 0 12px;
}

.esm-post-card.esm-archive-lead p {
  font-size: 15px;
  line-height: 1.72;
}

.esm-post-card.esm-archive-card {
  background: var(--esm-surface);
  border: 1px solid var(--esm-border);
  border-radius: 8px;
  padding: 14px;
}

.esm-empty-state h2 {
  font-size: 24px;
  font-weight: 900;
}

.esm-empty-state .esm-section-note {
  margin-top: 8px;
}

.esm-sidebar {
  align-self: start;
  display: grid;
  gap: 16px;
  position: sticky;
  top: 84px;
}

.esm-sidebar-list a {
  border-top: 1px solid var(--esm-border);
  display: block;
  padding: 12px 0;
}

.esm-sidebar-list a:first-child {
  border-top: 0;
  padding-top: 0;
}

.esm-sidebar-list strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
}

.esm-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 36px;
}

.esm-pagination .page-numbers {
  align-items: center;
  border: 1px solid var(--esm-border);
  border-radius: 6px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  min-height: 36px;
  padding: 0 12px;
}

.esm-pagination .current {
  background: var(--esm-ink);
  color: var(--esm-bg);
}

.esm-reviews-rail {
  display: grid;
  gap: 14px;
}

.esm-review-row {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 168px minmax(0, 1fr) auto;
  padding: 16px;
}

.esm-review-row .esm-media {
  aspect-ratio: 4 / 3;
}

.esm-review-row h2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.14;
  margin: 7px 0;
}

.esm-article-hero-grid {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 410px);
}

.esm-breadcrumb {
  color: var(--esm-faint);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 8px;
  margin-bottom: 18px;
}

.esm-article-dek {
  color: var(--esm-muted);
  font-size: 18px;
  line-height: 1.68;
  max-width: 780px;
}

.esm-hero-card {
  padding: 14px;
}

.esm-hero-card .esm-media {
  aspect-ratio: 16 / 10;
  margin-bottom: 14px;
}

.esm-verdict-row {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.esm-verdict-title {
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
  margin-top: 7px;
}

.esm-full-button {
  width: 100%;
}

.esm-hero-card .esm-full-button {
  margin-top: 14px;
}

.esm-fact-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.esm-fact-row {
  align-items: center;
  border-top: 1px solid var(--esm-border);
  display: flex;
  font-size: 13px;
  gap: 12px;
  justify-content: space-between;
  padding-top: 8px;
}

.esm-fact-row span {
  color: var(--esm-muted);
}

.esm-reading-progress {
  background: var(--esm-blue);
  height: 2px;
  left: 0;
  position: fixed;
  top: 64px;
  width: 0;
  z-index: 60;
}

.esm-article-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 750px) 330px;
  justify-content: center;
  padding: 38px 0 68px;
}

.esm-article-layout > article,
.esm-article-side {
  min-width: 0;
}

.esm-article-layout > article {
  width: 100%;
}

.esm-author-strip,
.esm-disclosure,
.esm-quick-take,
.esm-author-box,
.esm-related {
  margin-bottom: 24px;
  padding: 18px;
}

.esm-procon-grid {
  margin-bottom: 24px;
}

.esm-procon-list {
  color: var(--esm-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 14px 0 0 18px;
}

.esm-positive {
  color: var(--esm-green);
}

.esm-negative {
  color: var(--esm-red);
}

.esm-author-strip {
  align-items: center;
  display: flex;
  gap: 12px;
}

.esm-avatar {
  align-items: center;
  background: var(--esm-ink);
  border-radius: 50%;
  color: var(--esm-bg);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.esm-disclosure {
  border-left: 4px solid var(--esm-amber);
}

.esm-disclosure strong,
.esm-quick-take strong {
  display: block;
  font-size: 13px;
  margin-bottom: 6px;
}

.esm-disclosure p,
.esm-quick-take p,
.esm-author-box p {
  color: var(--esm-muted);
  font-size: 13px;
  line-height: 1.65;
}

.esm-author-bio {
  align-items: flex-start;
  display: flex;
  gap: 14px;
}

.esm-author-bio h2 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 6px;
}

.esm-author-link {
  margin-top: 10px;
}

.esm-article-content {
  background: var(--esm-surface);
  border: 1px solid var(--esm-border);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 42px);
}

.esm-article-content .prose {
  font-size: 16.5px;
  line-height: 1.8;
}

.esm-article-content .prose > *:first-child {
  margin-top: 0;
}

.esm-article-content .prose h2 {
  border-top: 1px solid var(--esm-border);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.15;
  margin-top: 42px;
  padding-top: 30px;
}

.esm-article-content .prose h3 {
  font-size: 22px;
  font-weight: 850;
}

.esm-article-content .prose a {
  color: var(--esm-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.esm-article-content .wp-block-table {
  overflow-x: auto;
}

.esm-article-content table {
  min-width: 620px;
}

.esm-article-side {
  align-self: start;
  display: grid;
  gap: 16px;
  max-width: 100%;
  position: sticky;
  top: 84px;
  width: 100%;
}

.esm-toc nav {
  display: grid;
  gap: 8px;
}

.esm-toc a {
  border-left: 2px solid var(--esm-border);
  color: var(--esm-muted);
  font-size: 13px;
  line-height: 1.35;
  padding-left: 10px;
}

.esm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.esm-tags a {
  border: 1px solid var(--esm-border);
  border-radius: 999px;
  color: var(--esm-muted);
  font-size: 12px;
  font-weight: 800;
  padding: 8px 11px;
}

.esm-related-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
}

.esm-related-card .esm-media {
  aspect-ratio: 4 / 3;
  margin-bottom: 8px;
}

.esm-related-card h3 {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
}

.esm-sidebar-note {
  color: var(--esm-muted);
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.esm-mobile-cta {
  background: var(--esm-surface);
  border-top: 1px solid var(--esm-border);
  box-shadow: 0 -10px 30px rgba(21, 21, 21, 0.08);
  bottom: 0;
  display: none;
  left: 0;
  padding: 10px 16px;
  position: fixed;
  right: 0;
  z-index: 40;
}

@media (max-width: 1100px) {
  .esm-hub-intro,
  .esm-hub-grid,
  .esm-editor-card,
  .esm-hero-grid,
  .esm-feature,
  .esm-archive-layout,
  .esm-article-hero-grid,
  .esm-article-layout {
    grid-template-columns: 1fr;
  }

  .esm-sidebar,
  .esm-article-side {
    position: static;
  }

  .esm-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .esm-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .esm-hero-grid {
    gap: 22px;
  }

  .esm-hub-actions {
    justify-content: flex-start;
  }

  .esm-post-card.esm-archive-lead {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .esm-shell,
  .esm-wide-shell {
    width: min(100% - 24px, 1180px);
  }

  .esm-section {
    padding: 42px 0;
  }

  .esm-home-hero {
    padding: 18px 0 42px;
  }

  .esm-hub-hero {
    padding: 18px 0 42px;
  }

  .esm-hub-intro {
    padding: 30px 0 22px;
  }

  .esm-section-head,
  .esm-topline {
    align-items: start;
    flex-direction: column;
  }

  .esm-trust-grid,
  .esm-split-grid,
  .esm-archive-grid,
  .esm-card-grid,
  .esm-channel-grid,
  .esm-method-band,
  .esm-related-grid {
    grid-template-columns: 1fr;
  }

  .esm-hub-copy h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.04;
  }

  .esm-hub-copy p {
    font-size: 15px;
    line-height: 1.68;
  }

  .esm-editor-card {
    padding: 14px;
  }

  .esm-editor-body h2 {
    font-size: clamp(22px, 6.8vw, 30px);
  }

  .esm-editor-body h2 a {
    -webkit-line-clamp: 3;
  }

  .esm-channel-card {
    min-height: 0;
  }

  .esm-review-row,
  .esm-editorial-row {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .esm-review-row .esm-score {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .esm-feature-copy h1,
  .esm-archive-hero h1,
  .esm-article-title {
    font-size: clamp(30px, 8.7vw, 42px);
    line-height: 1.08;
  }

  .esm-feature-copy p,
  .esm-article-dek {
    font-size: 15px;
    line-height: 1.68;
  }

  .esm-review-row {
    align-items: start;
    padding: 14px;
  }

  .esm-article-content {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-left: -12px;
    margin-right: -12px;
  }

  .esm-article-layout > article,
  .esm-article-side,
  .esm-author-strip,
  .esm-disclosure,
  .esm-quick-take,
  .esm-author-box,
  .esm-related {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }

  .esm-mobile-cta {
    display: block;
  }

  body.single .esm-page,
  body.single-review .esm-page {
    padding-bottom: 68px;
  }
}

/* Homepage card stability polish - 2026-08-17 */
.esm-media {
  display: block;
  width: 100%;
}

.esm-media img {
  display: block;
}

.esm-editor-card,
.esm-editor-body,
.esm-post-card {
  min-width: 0;
}

.esm-editor-body h2 {
  font-size: clamp(22px, 2.45vw, 34px);
  line-height: 1.08;
}

.esm-editor-body h2 a {
  -webkit-line-clamp: 3;
}

.esm-editor-body p,
.esm-post-card p,
.esm-card-grid .esm-post-card h3 a,
.esm-post-card.esm-archive-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.esm-editor-body p,
.esm-post-card p,
.esm-card-grid .esm-post-card h3 a,
.esm-post-card.esm-archive-card h3 a {
  -webkit-line-clamp: 3;
}

.esm-card-grid {
  align-items: stretch;
}

.esm-post-card,
.esm-post-card.esm-archive-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.esm-card-grid .esm-post-card {
  background: var(--esm-surface);
  border: 1px solid var(--esm-border);
  border-radius: 8px;
  padding: 14px;
}
