:root {
  --ink: #0c0c0c;
  --muted: #6e6e6e;
  --line: #dedede;
  --red: #d90416;
  --soft: #f7f7f7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 10px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 1px 8px rgba(0, 0, 0, .06);
}
.brand-row { display: none; }
.category-nav {
  width: min(1120px, 100%);
  height: 46px;
  margin: auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  white-space: nowrap;
  overflow-x: auto;
}
.category-nav a {
  position: relative;
  padding: 7px 0;
  color: #4b4b4b;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.25px;
}
.category-nav a.active { color: var(--ink); }
.category-nav a.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 3px;
  background: var(--red);
}

.page-shell { padding: 21px 20px 86px; }
.article { max-width: 690px; margin: 0 auto; }
.eyebrow {
  margin: 0 0 16px;
  color: #0c0c0c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: .72px;
  text-transform: uppercase;
}
.eyebrow span { color: #999; margin: 0 4px; }
.breaking {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 9px;
  border-radius: 3px;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  line-height: 16.5px;
  font-weight: 800;
  letter-spacing: .77px;
}
.article h1 {
  margin: 0 0 18px;
  font-family: "Inter Tight", Inter, -apple-system, system-ui, Arial, sans-serif;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.924px;
}
.dek {
  margin: 0 0 10px;
  color: #6e6e6e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.byline {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 19px;
}
.byline img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.byline span, .byline small { display: block; }
.byline strong { font-weight: 800; }
.byline small { color: #777; margin-top: 1px; }
.hero-figure { margin: 26px 0 26px; }
.hero-figure img, .content-image { display: block; width: 100%; height: auto; }

.share-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  height: 34px;
  margin: -18px 0 8px;
  color: #777;
  font-size: 11px;
}
.share-row button {
  width: 28px;
  height: 28px;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  background: #fff;
  color: #444;
  font-weight: 800;
  cursor: pointer;
}
.share-row button:hover { border-color: #111; }

.article-copy { color: #262626; font-family: Inter, -apple-system, system-ui, sans-serif; }
.article-copy p, .reader-section > p, .comments p {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.62;
}
.article-copy q { quotes: '“' '”' '‘' '’'; font-style: italic; }
.article-copy h2, .reader-section h2 {
  margin: 40px 0 4px;
  font-family: "Inter Tight", Inter, -apple-system, system-ui, Arial, sans-serif;
  font-size: 27px;
  line-height: 32.94px;
  font-weight: 700;
  letter-spacing: -.27px;
}
.article-copy h3 { margin: 0 0 7px; font-size: 20px; line-height: 1.2; }
.article-copy > ul { margin: 18px 0 31px; padding: 2px 0 2px 23px; }
.article-copy li { margin: 7px 0; font-size: 18px; line-height: 1.55; }
.content-image { margin: 28px 0; }
.tcard-media { margin: 0 0 14px; }
.pull-quote { font-size: 18px !important; line-height: 1.62; font-weight: 400; }
.pull-quote strong { font-weight: 900; }

.media-card { margin: 26px 0; }
.media-card video, .media-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: cover;
  background: #f3f3f3;
}
.media-card figcaption { margin-top: 8px; color: #666; font-size: 12px; line-height: 1.4; }
.portrait { max-width: none; }
.portrait img { width: 100%; height: 388px; object-fit: cover; }

.numbered-list { margin: 28px 0; }
.numbered-list section {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 16px;
  padding: 21px 0;
  border-top: 1px solid var(--line);
}
.numbered-list section:last-child { border-bottom: 1px solid var(--line); }
.numbered-list b {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 14px;
}
.numbered-list p { margin-bottom: 0; font-size: 16px !important; }
.signs-box {
  margin: 35px 0;
  padding: 23px 27px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #f5f5f5;
}
.mini-label { margin: 0 0 12px !important; color: #777; font-size: 11px !important; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.signs-box > div { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.signs-box h3 { margin: 0 0 9px; font-size: 17px; }
.signs-box ul { margin: 0; padding-left: 18px; }
.signs-box li { margin: 3px 0; font-size: 15px; line-height: 1.55; }

.mechanism-grid { display: block; margin: 25px 0; }
.mechanism-grid > div { min-height: 0; margin: 34px 0; padding: 0; border: 0; background: transparent; }
.mechanism-grid > div:first-child { min-height: 732px; }
.mechanism-grid > div:last-child { min-height: 564px; }
.mechanism-grid video { display: block; width: 100%; height: auto; margin-bottom: 14px; background: #f3f3f3; }
.mechanism-grid h3 { font-size: 20px; }
.mechanism-grid p { font-size: 18px !important; line-height: 1.62 !important; }
.icon-seal, .icon-shield { display: none; }

.timeline { margin: 28px 0 20px; padding-left: 28px; border-left: 3px solid #e6b800; }
.timeline > div { position: relative; padding: 0 0 60px; }
.timeline > div::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -37px;
  width: 11px;
  height: 11px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #e6b800;
  box-shadow: 0 0 0 1px #e6b800;
}
.timeline span { color: #a67500; font-size: 11px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.timeline h3 { margin: 5px 0; font-size: 20px; }
.timeline p { margin-bottom: 0; font-size: 16px !important; line-height: 1.48 !important; }

.testimonials { margin: 50px 0; padding: 28px 28px 32px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; background: #fbfbfb; }
.testimonials blockquote, .reader-cards blockquote { margin: 0 0 14px; font-family: "Inter Tight", Inter, sans-serif; font-size: 17px; line-height: 1.45; }
.testimonial-person { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; font-size: 14px; font-weight: 800; }
.testimonial-person img { width: 38px; height: 38px; border-radius: 50%; object-fit: cover; }
.testimonial-person small { color: #777; font-size: 12px; font-weight: 400; }

.benefits { display: grid; grid-template-columns: 1fr; min-height: 467px; gap: 0; margin: 23px 0 10px; border-top: 1px solid #ddd; }
.benefits div { padding: 16px 0; border-bottom: 1px solid #ddd; }
.benefits b, .benefits span { display: block; }
.benefits b { margin-bottom: 4px; font-size: 16px; }
.benefits span { color: #666; font-size: 15px; line-height: 1.4; }

.offer-card {
  display: block;
  min-height: 891px;
  margin: 12px 0 42px;
  padding: 24px 24px 28px;
  border: 1px solid #e4d18a;
  border-top: 4px solid var(--red);
  background: #fffdf3;
  box-shadow: 0 5px 18px rgba(64, 43, 0, .08);
}
.offer-copy h3 { margin: 0 0 10px; font-family: "Inter Tight", Inter, sans-serif; font-size: 28px; }
.rating { display: flex; align-items: center; gap: 6px; margin-bottom: 20px; }
.rating strong { font-size: 19px; }
.rating span { color: #e0a800; letter-spacing: 1px; }
.rating small { display: block; color: #777; font-size: 11px; }
.offer-card dl { margin: 0; }
.offer-card dl div { display: grid; grid-template-columns: 200px 1fr; gap: 12px; padding: 16px 0; border-top: 1px solid #eadfba; }
.offer-card dt { color: #777; font-size: 11px; font-weight: 800; letter-spacing: .9px; text-transform: uppercase; }
.offer-card dd { margin: 3px 0 0; font-size: 14px; line-height: 1.35; }
.offer-card > img { display: block; width: 210px; height: 280px; margin: 15px auto 30px; object-fit: contain; }
.cta { display: flex; align-items: center; justify-content: center; gap: 24px; padding: 17px 24px; border-radius: 3px; background: var(--red); box-shadow: 0 4px 0 #8f0010; color: #fff; text-decoration: none; font-size: 16px; font-weight: 900; letter-spacing: 1.1px; transition: transform .2s, background .2s; }
.cta:hover { background: #b8000f; transform: translateY(-1px); }
.offer-card .cta { margin-top: 30px; }
.cta span { font-size: 22px; }
.cta-wide { max-width: 410px; margin: 25px auto 44px; }

.reader-section { min-height: 1369px; margin-top: 70px; padding: 38px 0 12px; border-top: 5px solid #111; }
.reader-section h2 { margin-top: 3px; }
.reader-hero-video { margin: 28px 0; }
.reader-hero-video video { display: block; width: 100%; height: auto; background: #f3f3f3; }
.reader-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.reader-cards article { padding: 12px; border: 1px solid #ddd; background: #fff; }
.reader-cards img { width: 100%; aspect-ratio: 1.1; object-fit: cover; margin-bottom: 12px; }
.reader-cards blockquote { font-size: 14px; line-height: 1.45; }
.reader-cards b, .reader-cards small { display: block; }
.reader-cards b { font-size: 13px; }
.reader-cards small { margin-top: 3px; color: #777; font-size: 11px; }

.comments { min-height: 1706px; margin-top: 46px; padding-top: 26px; border-top: 3px solid #0c0c0c; }
.comments-head { display: flex; align-items: center; gap: 10px; height: 26.4px; margin: 0 0 22px; }
.comments h2 { margin: 0; font-family: Inter, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 22px; line-height: 26.4px; font-weight: 800; }
.comments-count { color: #6e6e6e; font-size: 14px; line-height: 21px; font-weight: 700; }
.comment-composer { display: flex; align-items: center; gap: 12px; height: 45px; margin: 0 0 24px; }
.composer-av { display: block; flex: none; width: 40px; height: 40px; border-radius: 50%; background: #e3e3e3; }
.comment-composer input { display: block; width: 100%; height: 45px; padding: 11px 18px; border: 1px solid #d9d9d9; border-radius: 999px; font: 14px/21px Inter, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif; box-sizing: border-box; }
.comment { display: flex; gap: 12px; margin: 0; padding: 16px 0; border-top: 1px solid #ececec; }
.comment.reply { margin-left: 52px; }
.comment-avatar { flex: none; display: block; width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.comment-body { min-width: 0; flex: 1; }
.comment b { display: block; font-size: 14px; line-height: 21px; }
.comment p { margin: 3px 0 8px; font-size: 15px; line-height: 1.55; letter-spacing: -0.15px; }
.comment-result { display: block; width: 220px; height: auto; max-height: none; margin: 8px 0; border-radius: 10px; object-fit: contain; }
.comment-meta { display: flex; align-items: center; gap: 14px; height: 18px; color: #777; font-size: 12px; line-height: 18px; }
.comment-meta a { color: #666; font-size: 12px; text-decoration: none; }
.comment-likes { display: flex; align-items: center; gap: 4px; color: #d00; font-size: 12px; }
.comment-likes svg { display: none; }
.comment-likes::before { content: "👍"; font-size: 12px; line-height: 13px; }
.comment-time { color: #aaa; font-size: 12px; }
.site-footer { max-width: 1120px; min-height: 352px; margin: 0 auto; padding: 46px 20px 34px; background: #111; color: #777; text-align: center; font-size: 11px; }
.footer-brand { display: block; margin-bottom: 24px; color: #fff; font-size: 28px; letter-spacing: -1px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 0 21px; max-width: 700px; margin: 0 auto 27px; }
.site-footer a { color: #777; text-decoration: none; }
.site-footer nav a { color: #ddd; font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.footer-links { display: flex; justify-content: center; gap: 20px; }
.site-footer p { margin: 16px 0 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: 740px) {
  .category-nav { justify-content: flex-start; gap: 20px; padding: 11px 14px; }
  .category-nav a { font-size: 10px; }
  .page-shell { padding: 20px 15px 55px; }
  .article h1 { font-size: 34px; letter-spacing: -1.3px; }
  .desktop-only { display: none; }
  .dek { font-size: 16px; }
  .article-copy p, .reader-section > p, .comments p, .article-copy li { font-size: 17px; }
  .article-copy h2, .reader-section h2 { font-size: 27px; }
  .mechanism-grid, .reader-cards, .benefits { grid-template-columns: 1fr; }
  .signs-box > div { grid-template-columns: 1fr; gap: 14px; }
  .offer-card { min-height: 0; margin-top: 42px; padding: 19px; }
  .offer-card > img { width: 190px; height: 220px; margin: 15px auto 25px; }
  .offer-card dl div { grid-template-columns: 1fr; gap: 3px; }
  .reader-section { min-height: 0; }
  .comments { min-height: 0; }
  .reader-cards article { display: grid; grid-template-columns: 90px 1fr; gap: 8px 12px; }
  .reader-cards img { grid-row: 1 / span 3; width: 90px; height: 90px; margin: 0; }
  .reader-cards blockquote { margin: 0; }
  .reader-cards b, .reader-cards small { grid-column: 2; }
  .share-row { justify-content: flex-start; }
  .testimonials { padding: 23px 18px; }
  .reply { margin-left: 30px; }
}
