:root {
  --red: #c81712;
  --red-dark: #9f0f0b;
  --ink: #252525;
  --muted: #676767;
  --line: #e3e3e3;
  --soft: #f5f5f5;
  --paper: #ffffff;
  --blue: #1267d6;
  --shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f3f3f3;
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.reading-progress {
  position: fixed;
  inset: 0 auto auto 0;
  width: 0;
  height: 4px;
  background: #ffd21c;
  z-index: 1000;
  transition: width 80ms linear;
}

.network-bar {
  height: 36px;
  background: #fff;
  border-bottom: 1px solid #ececec;
}

.network-inner {
  width: min(1180px, calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
}

.network-inner a:nth-child(2) { color: #d11612; }
.network-inner a:nth-child(3) { color: #ff5a17; }
.network-inner a:nth-child(4) { color: #7b1f9e; }
.network-inner a:nth-child(5) { color: #0b7c48; }
.network-inner a:nth-child(6) { color: #006bb8; }
.network-inner a:nth-child(7) { color: #222; }
.network-main { color: #1267d6 !important; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: var(--red);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.header-inner {
  width: min(1180px, calc(100% - 40px));
  height: 72px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.menu-button,
.search-button,
.account-button {
  border: 0;
  color: #fff;
  font-weight: 800;
}

.menu-button {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  background: transparent;
}

.menu-icon {
  display: grid;
  gap: 4px;
}

.menu-icon i {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
}

.header-inner .brand {
  justify-self: center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #fff;
  color: var(--red);
  font-size: 19px;
  letter-spacing: -1.5px;
  text-transform: lowercase;
}

.brand-name {
  font-size: 22px;
  letter-spacing: -1px;
  text-transform: lowercase;
}

.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-button,
.account-button {
  height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  background: rgba(128, 0, 0, 0.24);
}

.account-button {
  border-radius: 999px;
  padding-right: 18px;
}

.account-icon {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #fff;
  font-size: 0;
  position: relative;
}

.account-icon::before,
.account-icon::after {
  content: "";
  position: absolute;
  background: var(--red);
}

.account-icon::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 4px;
}

.account-icon::after {
  width: 11px;
  height: 6px;
  border-radius: 7px 7px 3px 3px;
  bottom: 3px;
}

.mobile-menu {
  background: var(--red-dark);
  padding: 8px 20px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-weight: 700;
}

main {
  min-height: 100vh;
}

.ad-section {
  width: min(980px, calc(100% - 40px));
  margin: 38px auto 28px;
}

.ad-label {
  display: block;
  margin-bottom: 7px;
  color: #999;
  font-size: 9px;
  letter-spacing: 1.2px;
  text-align: center;
}

.ad-banner {
  min-height: 112px;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: 155px 1fr auto;
  align-items: center;
  gap: 26px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(6, 34, 89, 0.96), rgba(37, 84, 177, 0.9)),
    radial-gradient(circle at 78% 20%, #70a6ff, transparent 40%);
  box-shadow: var(--shadow);
}

.ad-logo {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.38);
  font-family: "Lora", serif;
  font-size: 36px;
  font-style: italic;
  text-align: center;
}

.ad-copy {
  display: grid;
  gap: 7px;
}

.ad-copy strong {
  font-size: 20px;
}

.ad-copy span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.ad-cta {
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .5px;
}

.page-shell {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: minmax(0, 790px) 300px;
  gap: 32px;
  align-items: start;
}

.article-card {
  padding: 38px 42px 64px;
  background: var(--paper);
  border: 1px solid #e2e2e2;
  border-radius: 12px;
}

.article-kicker-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.section-label,
.sponsored-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
}

.section-label {
  color: var(--red);
}

.sponsored-label {
  padding: 5px 8px;
  border-radius: 3px;
  background: #efefef;
  color: #6c6c6c;
}

h1 {
  margin: 0;
  color: #1f1f1f;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.04;
  letter-spacing: -2.4px;
}

.dek {
  max-width: 690px;
  margin: 24px 0 20px;
  color: #565656;
  font-family: "Lora", serif;
  font-size: 21px;
  line-height: 1.55;
}

.byline-block {
  min-height: 72px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.byline-block > div:first-child {
  display: grid;
  gap: 6px;
}

.byline-block strong {
  font-size: 13px;
}

.byline-block span {
  color: #777;
  font-size: 11px;
}

.share-buttons {
  display: flex;
  gap: 8px;
}

.share-buttons button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background: #fff;
  color: #555;
  font-weight: 800;
}

.share-buttons button:hover {
  border-color: var(--red);
  color: var(--red);
}

.hero-figure {
  margin: 34px 0 30px;
}

.hero-figure img {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #f1e7e1;
}

.hero-figure figcaption {
  margin-top: 8px;
  color: #888;
  font-size: 10px;
  line-height: 1.4;
}

.article-body {
  width: min(100%, 665px);
  margin: 0 auto;
  font-family: "Lora", Georgia, serif;
  font-size: 18px;
  line-height: 1.8;
}

.article-body p {
  margin: 0 0 22px;
}

.dropcap::first-letter {
  float: left;
  margin: 10px 8px 0 0;
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: .72;
}

.insight-card {
  margin: 36px 0;
  padding: 25px 28px;
  border-left: 5px solid var(--red);
  background: #f7f7f7;
  font-family: "Inter", sans-serif;
}

.insight-eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.insight-card strong {
  font-size: 18px;
  line-height: 1.5;
}

.list-section {
  position: relative;
  padding-top: 60px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}

.number-badge {
  position: absolute;
  top: 42px;
  left: -54px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.list-section h2,
.continuation-card h2 {
  margin: 0 0 26px;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -1.1px;
}

.list-section h3 {
  margin: 0 0 6px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.35;
}

blockquote {
  margin: 36px 0;
  padding: 26px 0 26px 26px;
  border-left: 5px solid var(--red);
  color: #353535;
  font-size: 24px;
  line-height: 1.45;
}

blockquote span,
blockquote strong {
  display: block;
}

blockquote span {
  margin-bottom: 7px;
  color: #777;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
}

blockquote strong {
  margin-top: 12px;
  color: var(--red);
}

.check-list {
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
  font-family: "Inter", sans-serif;
}

.check-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 30px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--red);
  font-size: 18px;
  font-weight: 800;
}

.comparison-grid {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  font-family: "Inter", sans-serif;
}

.comparison-grid > div {
  padding: 18px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
}

.comparison-grid p {
  margin: 0;
  color: #646464;
  font-size: 13px;
  line-height: 1.55;
}

.pull-quote {
  margin: 38px 0;
  padding: 28px;
  border-radius: 8px;
  background: #2c2c2c;
  color: #fff;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.pull-quote span,
.pull-quote strong {
  display: block;
}

.pull-quote span {
  margin-bottom: 9px;
  color: #bfbfbf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.pull-quote strong {
  font-size: 24px;
  line-height: 1.35;
}

.question-line {
  color: var(--red);
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -1px;
}

.editor-note {
  margin: 36px 0;
  padding: 25px 28px;
  border: 1px solid #ead4d2;
  border-radius: 8px;
  background: #fff8f7;
  font-family: "Inter", sans-serif;
}

.editor-note span {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .7px;
  text-transform: uppercase;
}

.editor-note strong {
  display: block;
  font-size: 20px;
  line-height: 1.4;
}

.editor-note p {
  margin: 12px 0 0;
  color: #686868;
  font-size: 13px;
  line-height: 1.6;
}

.continuation-card {
  margin-top: 64px;
  padding: 34px;
  border-top: 5px solid var(--red);
  background: #f0f0f0;
  font-family: "Inter", sans-serif;
}

.continuation-card > span {
  display: block;
  margin-bottom: 14px;
  color: #777;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
}

.continuation-card p {
  color: #555;
  font-family: "Lora", serif;
  font-size: 17px;
  line-height: 1.7;
}

.sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 20px;
}

.sidebar-card,
.sidebar-ad {
  padding: 22px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
}

.sidebar-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 4px solid var(--red);
  color: var(--red);
  font-size: 13px;
  font-weight: 800;
}

.most-read ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.most-read li {
  counter-increment: item;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}

.most-read li:last-child {
  border-bottom: 0;
}

.most-read li::before {
  content: counter(item);
  color: var(--red);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.most-read a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.newsletter {
  background: #fff5f4;
  border-color: #f0cecb;
}

.newsletter > span {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .7px;
}

.newsletter h3 {
  margin: 10px 0 8px;
  font-size: 23px;
  line-height: 1.15;
  letter-spacing: -.6px;
}

.newsletter p {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}

.newsletter form {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.newsletter input {
  height: 42px;
  padding: 0 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  font-size: 12px;
}

.newsletter button {
  height: 42px;
  border: 0;
  border-radius: 4px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.newsletter small {
  display: block;
  min-height: 18px;
  margin-top: 8px;
  color: #28724f;
}

.sidebar-ad {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  background:
    linear-gradient(to top, rgba(37, 16, 12, .88), rgba(70, 28, 20, .08)),
    linear-gradient(135deg, #d8b6a1, #6c2e22);
}

.sidebar-ad span {
  margin-bottom: auto;
  color: rgba(255, 255, 255, .72);
  font-size: 9px;
  letter-spacing: .8px;
}

.sidebar-ad strong {
  font-family: "Lora", serif;
  font-size: 25px;
  line-height: 1.15;
}

.sidebar-ad p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
  line-height: 1.5;
}

.site-footer {
  padding: 42px 0 100px;
  background: #242424;
  color: #fff;
}

.footer-inner {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
}

.footer-brand .brand-mark {
  background: var(--red);
  color: #fff;
}

.footer-inner p {
  margin: 0;
  color: #bcbcbc;
  font-size: 11px;
  line-height: 1.6;
}

.cookie-banner {
  position: fixed;
  z-index: 800;
  left: 50%;
  bottom: 14px;
  width: min(1000px, calc(100% - 28px));
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateX(-50%);
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, .18);
}

.cookie-banner p {
  margin: 0;
  flex: 1;
  color: #5d5d5d;
  font-size: 10px;
  line-height: 1.45;
}

.cookie-banner button {
  padding: 12px 18px;
  border: 0;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.toast {
  position: fixed;
  right: 20px;
  bottom: 90px;
  z-index: 900;
  padding: 12px 16px;
  border-radius: 5px;
  background: #252525;
  color: #fff;
  font-size: 12px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: .25s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .page-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sidebar-ad {
    display: none;
  }

  .header-actions .account-button {
    display: none;
  }
}

@media (max-width: 720px) {
  .network-inner {
    gap: 18px;
    width: calc(100% - 24px);
  }

  .network-inner a:nth-child(n+5) {
    display: none;
  }

  .header-inner {
    width: calc(100% - 24px);
    height: 62px;
  }

  .menu-button span:last-child,
  .header-actions,
  .brand-name {
    display: none;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
  }

  .ad-section {
    width: calc(100% - 24px);
    margin-top: 18px;
  }

  .ad-banner {
    min-height: 100px;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    padding: 14px;
  }

  .ad-logo {
    padding-right: 14px;
    font-size: 23px;
  }

  .ad-copy strong {
    font-size: 14px;
  }

  .ad-copy span,
  .ad-cta {
    display: none;
  }

  .page-shell {
    width: 100%;
    margin-bottom: 40px;
  }

  .article-card {
    padding: 28px 20px 48px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  h1 {
    font-size: 39px;
    letter-spacing: -1.7px;
  }

  .dek {
    font-size: 18px;
  }

  .byline-block {
    align-items: flex-start;
    padding: 14px 0;
  }

  .share-buttons button {
    width: 31px;
    height: 31px;
  }

  .article-body {
    font-size: 17px;
    line-height: 1.75;
  }

  .number-badge {
    position: static;
    margin-bottom: 14px;
  }

  .list-section {
    padding-top: 42px;
  }

  .list-section h2,
  .continuation-card h2 {
    font-size: 29px;
  }

  .comparison-grid {
    grid-template-columns: 1fr;
  }

  blockquote {
    padding-left: 18px;
    font-size: 21px;
  }

  .continuation-card {
    margin-left: -20px;
    margin-right: -20px;
    padding: 28px 20px;
  }

  .sidebar {
    padding: 0 14px;
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .cookie-banner {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .cookie-banner button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 34px;
  }

  .article-kicker-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .byline-block {
    flex-direction: column;
  }

  .pull-quote strong {
    font-size: 21px;
  }
}
