.articles-page,
.article-page {
  --article-width: 1160px;
  color: var(--text);
  background: var(--bg);
}

.articles-shell,
.article-shell {
  width: min(var(--article-width), calc(100% - 48px));
  margin-inline: auto;
}

.articles-main {
  min-height: 70vh;
}

.articles-hero {
  position: relative;
  min-height: 470px;
  padding: clamp(96px, 10vw, 150px) 0 80px;
  overflow: hidden;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  background:
    linear-gradient(110deg, rgb(205 71 67 / 22%), transparent 46%),
    radial-gradient(circle at 82% 16%, rgb(96 56 168 / 30%), transparent 34%),
    var(--bg-deep);
}

.articles-hero::before,
.articles-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.articles-hero::before {
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgb(255 255 255 / 12%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 12%) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, transparent, #000 35%, #000);
}

.articles-hero::after {
  width: 420px;
  height: 420px;
  right: -130px;
  bottom: -250px;
  border: 80px solid rgb(205 71 67 / 12%);
  border-radius: 50%;
}

.articles-hero .articles-shell {
  position: relative;
  z-index: 1;
}

.articles-eyebrow,
.article-kicker {
  color: var(--red);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.articles-hero h1 {
  max-width: 920px;
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(52px, 6.3vw, 96px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.articles-lead {
  max-width: 740px;
  margin-top: 30px;
  color: #b7bac0;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.45;
}

.articles-catalog {
  padding: 88px 0 112px;
}

.articles-section-heading {
  margin-bottom: 34px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.articles-section-heading p {
  margin-bottom: 10px;
  color: var(--red);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.articles-section-heading h2 {
  font-size: clamp(36px, 4.2vw, 58px);
}

.articles-section-heading > span {
  padding: 8px 12px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  color: #92969c;
  font-size: 15px;
  font-weight: 700;
}

.article-preview-card {
  min-height: 490px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  background: var(--surface);
  box-shadow: 0 30px 80px rgb(0 0 0 / 22%);
}

.article-preview-visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  isolation: isolate;
  background:
    linear-gradient(150deg, rgb(205 71 67 / 92%) 0 24%, transparent 24.2%),
    linear-gradient(330deg, rgb(74 36 133 / 95%) 0 34%, transparent 34.2%),
    #101216;
}

.article-preview-visual::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgb(255 255 255 / 22%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 22%) 1px, transparent 1px);
  background-size: 40px 40px;
}

.article-preview-orbit {
  position: absolute;
  border: 2px solid rgb(255 255 255 / 26%);
  border-radius: 50%;
  transition: transform 700ms var(--ease-out);
}

.article-preview-orbit-one {
  width: 330px;
  height: 330px;
  top: -82px;
  right: -60px;
}

.article-preview-orbit-two {
  width: 190px;
  height: 190px;
  top: -12px;
  right: 10px;
}

.article-preview-visual:hover .article-preview-orbit-one {
  transform: translate(-12px, 14px) rotate(20deg);
}

.article-preview-visual:hover .article-preview-orbit-two {
  transform: translate(8px, -8px) scale(1.08);
}

.article-preview-code {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(118px, 15vw, 210px);
  line-height: 0.8;
  letter-spacing: -0.1em;
  text-shadow: 0 18px 45px rgb(0 0 0 / 32%);
  transform: translate(-54%, -50%);
}

.article-preview-caption {
  position: relative;
  z-index: 1;
  padding: 9px 13px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  background: rgb(13 15 18 / 60%);
  font-size: 15px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.article-preview-copy {
  padding: clamp(34px, 4.5vw, 68px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.article-preview-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: #8f939a;
  font-size: 14px;
  font-weight: 700;
}

.article-preview-meta span:first-child {
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
}

.article-preview-meta span:not(:first-child)::before,
.article-preview-meta time::before {
  margin-right: 9px;
  content: "·";
}

.article-preview-copy h3 {
  margin-top: 24px;
  font-family: var(--display);
  font-size: clamp(32px, 3.4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

.article-preview-copy h3 a {
  transition: color 220ms ease;
}

.article-preview-copy h3 a:hover {
  color: #e86661;
}

.article-preview-copy > p {
  margin-top: 22px;
  color: #a8abb0;
  font-size: 19px;
  line-height: 1.55;
}

.article-read-link {
  min-height: 52px;
  margin-top: 34px;
  padding: 13px 18px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  background: var(--red);
  font-size: 17px;
  font-weight: 700;
  transition: transform 240ms var(--ease-out), background-color 220ms ease;
}

.article-read-link:hover {
  background: #e35a55;
  transform: translateY(-2px);
}

.article-read-link span:last-child {
  transition: transform 240ms var(--ease-out);
}

.article-read-link:hover span:last-child {
  transform: translate(2px, -2px);
}

.articles-coming-soon {
  margin-top: 24px;
  padding: 22px 26px;
  border: 1px dashed rgb(255 255 255 / 14%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #8e9298;
  background: rgb(255 255 255 / 2%);
  font-size: 16px;
  line-height: 1.5;
}

.articles-coming-soon > span {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgb(205 71 67 / 42%);
  font-size: 24px;
}

.articles-coming-soon strong {
  color: #fff;
}

.articles-subscribe {
  padding: 0 0 112px;
}

.articles-subscribe-card {
  padding: 38px clamp(28px, 5vw, 64px);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background:
    linear-gradient(100deg, rgb(205 71 67 / 30%), transparent 46%),
    linear-gradient(280deg, rgb(92 49 162 / 40%), transparent 38%),
    var(--bg-deep);
}

.articles-subscribe-card > div > p {
  margin-bottom: 8px;
  color: #b2b5ba;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.articles-subscribe-card h2 {
  font-size: clamp(30px, 3.5vw, 48px);
}

.articles-subscribe-card > a,
.article-final-actions > a:first-child {
  min-height: 56px;
  padding: 14px 20px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #168bd0;
  font-size: 17px;
  font-weight: 700;
  transition: background-color 220ms ease, transform 240ms var(--ease-out);
}

.articles-subscribe-card > a:hover,
.article-final-actions > a:first-child:hover {
  background: #2aabee;
  transform: translateY(-2px);
}

/* Article page */
.article-hero {
  position: relative;
  padding: 46px 0 72px;
  overflow: hidden;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
  background:
    radial-gradient(circle at 82% 38%, rgb(96 55 170 / 24%), transparent 32%),
    linear-gradient(120deg, rgb(205 71 67 / 13%), transparent 48%),
    var(--bg-deep);
}

.article-breadcrumbs {
  margin-bottom: 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  color: #81858b;
  font-size: 15px;
  font-weight: 700;
}

.article-breadcrumbs a {
  transition: color 220ms ease;
}

.article-breadcrumbs a:hover {
  color: #fff;
}

.article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: stretch;
  gap: clamp(48px, 7vw, 92px);
}

.article-hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags span {
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 999px;
  color: #d8dade;
  background: rgb(255 255 255 / 4%);
  font-size: 14px;
  font-weight: 700;
}

.article-tags span:first-child {
  border-color: transparent;
  color: #fff;
  background: var(--red);
}

.article-hero h1 {
  max-width: 790px;
  margin-top: 24px;
  font-family: var(--display);
  font-size: clamp(46px, 5.2vw, 76px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.article-hero-copy > p {
  max-width: 720px;
  margin-top: 26px;
  color: #b0b3b8;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
}

.article-byline {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.article-author-mark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--red), #743cad);
  font-family: var(--display);
  font-size: 20px;
}

.article-byline > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.article-byline strong {
  font-size: 16px;
}

.article-byline span:last-child {
  color: #858990;
  font-size: 14px;
}

.article-hero-visual {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 34px;
  isolation: isolate;
  background:
    linear-gradient(145deg, rgb(205 71 67 / 88%) 0 28%, transparent 28.2%),
    linear-gradient(335deg, rgb(75 36 136 / 92%) 0 38%, transparent 38.2%),
    #101216;
  box-shadow: 0 28px 70px rgb(0 0 0 / 24%);
}

.article-hero-grid-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.25;
  background-image:
    linear-gradient(rgb(255 255 255 / 22%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 22%) 1px, transparent 1px);
  background-size: 36px 36px;
}

.article-hero-number {
  position: absolute;
  top: 15px;
  right: 24px;
  color: rgb(255 255 255 / 20%);
  font-family: var(--display);
  font-size: 108px;
  line-height: 1;
}

.article-hero-visual strong {
  max-width: 300px;
  font-family: var(--display);
  font-size: clamp(38px, 4.3vw, 62px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.article-hero-pill {
  margin-top: 22px;
  padding: 8px 11px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 999px;
  background: rgb(10 12 15 / 55%);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.article-layout {
  padding-top: 80px;
  padding-bottom: 112px;
  display: grid;
  grid-template-columns: minmax(0, 790px) minmax(230px, 270px);
  justify-content: space-between;
  align-items: start;
  gap: clamp(60px, 8vw, 110px);
}

.article-body {
  min-width: 0;
}

.article-body section:not(:first-child) {
  margin-top: 92px;
}

.article-body h2 {
  margin-top: 12px;
  margin-bottom: 26px;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.article-body h3 {
  font-family: var(--display);
  font-weight: 400;
}

.article-body p,
.article-body li {
  color: #c6c8cc;
  font-size: 19px;
  line-height: 1.72;
}

.article-body section > p + p {
  margin-top: 22px;
}

.article-body .article-lead {
  color: #f3f3f4;
  font-size: clamp(23px, 2.4vw, 29px);
  font-weight: 600;
  line-height: 1.48;
}

.article-callout {
  position: relative;
  margin-top: 42px;
  padding: 30px 34px 32px;
  overflow: hidden;
  border: 1px solid rgb(205 71 67 / 42%);
  border-radius: 12px;
  background:
    linear-gradient(110deg, rgb(205 71 67 / 20%), transparent 58%),
    var(--surface);
}

.article-callout::after {
  position: absolute;
  width: 150px;
  height: 150px;
  right: -58px;
  bottom: -86px;
  border: 34px solid rgb(205 71 67 / 13%);
  border-radius: 50%;
  content: "";
}

.article-callout > span {
  color: var(--red);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-callout p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin-top: 12px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.28;
}

.article-before-after {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.article-before-after > div {
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 12px;
  background: var(--surface);
}

.article-before-after > div:last-child {
  border-color: rgb(205 71 67 / 46%);
  background: linear-gradient(135deg, rgb(205 71 67 / 24%), rgb(77 38 137 / 22%)), var(--surface);
}

.article-before-after span,
.resume-example > span {
  color: #858990;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-before-after > div:last-child span {
  color: #ef7772;
}

.article-before-after p {
  margin-top: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}

.article-rule {
  margin-top: 18px;
  padding: 18px 22px;
  border-left: 4px solid var(--red);
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: rgb(255 255 255 / 4%);
}

.article-rule span {
  color: #858990;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.article-rule strong {
  color: #fff;
  font-size: 21px;
}

.article-body .article-small-note {
  margin-top: 20px;
  color: #8f9399;
  font-size: 15px;
  line-height: 1.55;
}

.article-video-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-video-card {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 12px;
  background: var(--surface);
}

.article-video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #0a0b0d;
}

.article-video-shell iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.article-video-card > div:last-child {
  padding: 20px;
}

.article-video-card span {
  color: var(--red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-video-card h3 {
  margin-top: 9px;
  color: #fff;
  font-family: var(--body);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.article-video-card > div:last-child p {
  margin-top: 6px;
  color: #8d9197;
  font-size: 15px;
  line-height: 1.4;
}

.resume-example-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.resume-example {
  padding: 26px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgb(205 71 67 / 11%), transparent 42%),
    linear-gradient(325deg, rgb(85 43 146 / 14%), transparent 48%),
    var(--surface);
}

.resume-example h3 {
  margin-top: 13px;
  color: #fff;
  font-family: var(--body);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.resume-example ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.resume-example li {
  position: relative;
  padding-left: 20px;
  color: #aeb1b6;
  font-size: 16px;
  line-height: 1.55;
}

.resume-example li + li {
  margin-top: 12px;
}

.resume-example li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--red);
}

.article-checklist > ol {
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.article-checklist li {
  padding: 20px 0;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.article-checklist li:first-child {
  border-top: 1px solid rgb(255 255 255 / 9%);
}

.article-checklist li > span {
  color: var(--red);
  font-family: var(--display);
  font-size: 18px;
}

.article-checklist li p {
  color: #aeb1b6;
}

.article-checklist li strong {
  color: #fff;
}

.article-body .article-final-cta {
  margin-top: 92px;
  padding: clamp(32px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid rgb(205 71 67 / 36%);
  border-radius: 16px;
  background:
    linear-gradient(110deg, rgb(205 71 67 / 34%), transparent 55%),
    linear-gradient(310deg, rgb(82 39 143 / 40%), transparent 45%),
    var(--bg-deep);
}

.article-final-cta > p:first-child {
  color: #f08a85;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.article-final-cta h2 {
  max-width: 640px;
  margin-top: 12px;
  margin-bottom: 18px;
  color: #fff;
}

.article-final-cta > p:not(:first-child) {
  max-width: 650px;
  color: #c2c4c8;
}

.article-final-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.article-final-actions > a:last-child {
  min-height: 56px;
  padding: 14px 18px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: background-color 220ms ease, transform 240ms var(--ease-out);
}

.article-final-actions > a:last-child:hover {
  background: rgb(255 255 255 / 7%);
  transform: translateY(-2px);
}

.article-source {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgb(255 255 255 / 9%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.article-source p,
.article-source a {
  color: #7f8389;
  font-size: 14px;
  line-height: 1.5;
}

.article-source a {
  flex: 0 0 auto;
  color: #adb0b5;
  font-weight: 700;
  transition: color 220ms ease;
}

.article-source a:hover {
  color: #fff;
}

.article-sidebar {
  position: sticky;
  top: 110px;
}

.article-toc {
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 12px;
  background: var(--surface);
}

.article-toc > p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-toc nav {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.article-toc nav a {
  padding: 8px 0 8px 12px;
  border-left: 2px solid rgb(255 255 255 / 10%);
  color: #8f9399;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  transition: color 220ms ease, border-color 220ms ease, transform 220ms var(--ease-out);
}

.article-toc nav a:hover {
  border-left-color: var(--red);
  color: #fff;
  transform: translateX(3px);
}

.article-toc-telegram {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgb(255 255 255 / 9%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/* Original Teletype article content */
.article-body-original section:not(:first-child) {
  margin-top: 76px;
}

.article-body-original section > p + p {
  margin-top: 24px;
}

.article-body-original a:not(.article-final-actions a) {
  color: #ef7772;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 220ms ease;
}

.article-body-original a:not(.article-final-actions a):hover {
  color: #fff;
}

.article-body-original section > p > strong:first-child {
  color: #fff;
}

.article-body-original section > ol,
.article-body-original section > ul {
  margin: 14px 0 30px;
  padding-left: 1.35em;
}

.article-body-original section > ol li,
.article-body-original section > ul li {
  padding-left: 7px;
}

.article-body-original section > ol li + li,
.article-body-original section > ul li + li {
  margin-top: 10px;
}

.article-body-original section > ol li::marker,
.article-body-original section > ul li::marker {
  color: var(--red);
  font-weight: 700;
}

.article-original-stat {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgb(205 71 67 / 42%);
  border-radius: 14px;
  color: #fff !important;
  background:
    linear-gradient(120deg, rgb(205 71 67 / 34%), transparent 58%),
    linear-gradient(320deg, rgb(82 39 143 / 35%), transparent 48%),
    var(--surface);
  font-family: var(--display);
  font-size: clamp(27px, 3.5vw, 42px) !important;
  line-height: 1.25 !important;
}

.article-original-image {
  margin: 34px 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 14px;
  background: #111318;
}

.article-original-image img {
  width: 100%;
  height: auto;
}

.article-original-video {
  margin-top: 54px;
}

.article-original-video h3 {
  margin-bottom: 22px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(25px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.3;
}

.article-original-video .article-video-shell {
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 13px;
  box-shadow: 0 24px 56px rgb(0 0 0 / 24%);
}

.article-original-offer {
  padding: clamp(30px, 5vw, 56px);
  overflow: hidden;
  border: 1px solid rgb(205 71 67 / 38%);
  border-radius: 16px;
  background:
    linear-gradient(110deg, rgb(205 71 67 / 32%), transparent 58%),
    linear-gradient(310deg, rgb(82 39 143 / 40%), transparent 44%),
    var(--bg-deep);
}

.article-body-original .article-original-offer h2 {
  margin-top: 0;
}

.article-original-offer h3 {
  margin-top: 38px;
  color: #fff;
  font-size: 25px;
  line-height: 1.35;
}

.article-original-offer ul {
  margin-top: 18px !important;
}

@media (max-width: 960px) {
  .article-hero {
    padding-top: 34px;
  }

  .article-hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .article-hero-visual {
    min-height: 330px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .article-sidebar {
    display: none;
  }
}

@media (max-width: 760px) {
  .articles-shell,
  .article-shell {
    width: min(100% - 32px, 720px);
  }

  .articles-hero {
    min-height: 410px;
    padding-top: 74px;
    padding-bottom: 60px;
  }

  .articles-hero h1 {
    font-size: clamp(44px, 13vw, 66px);
  }

  .articles-catalog {
    padding-top: 64px;
    padding-bottom: 82px;
  }

  .articles-section-heading {
    align-items: flex-start;
  }

  .article-preview-card {
    grid-template-columns: 1fr;
  }

  .article-preview-visual {
    min-height: 330px;
  }

  .article-preview-copy {
    padding: 30px 24px 34px;
  }

  .article-preview-copy h3 {
    font-size: 34px;
  }

  .article-preview-meta span:not(:first-child)::before,
  .article-preview-meta time::before {
    margin-right: 6px;
  }

  .articles-coming-soon {
    align-items: flex-start;
  }

  .articles-subscribe {
    padding-bottom: 82px;
  }

  .articles-subscribe-card {
    align-items: stretch;
    flex-direction: column;
  }

  .articles-subscribe-card > a {
    width: 100%;
  }

  .article-hero {
    padding-bottom: 54px;
  }

  .article-breadcrumbs {
    margin-bottom: 30px;
  }

  .article-hero h1 {
    font-size: clamp(42px, 12vw, 58px);
  }

  .article-hero-copy > p {
    font-size: 19px;
  }

  .article-hero-visual {
    min-height: 290px;
    padding: 26px;
  }

  .article-hero-number {
    font-size: 82px;
  }

  .article-layout {
    padding-top: 58px;
    padding-bottom: 84px;
  }

  .article-body section:not(:first-child),
  .article-body .article-final-cta {
    margin-top: 72px;
  }

  .article-body p,
  .article-body li {
    font-size: 17px;
    line-height: 1.66;
  }

  .article-before-after,
  .article-video-grid,
  .resume-example-grid {
    grid-template-columns: 1fr;
  }

  .article-before-after > div {
    min-height: 0;
  }

  .article-video-grid {
    gap: 14px;
  }

  .resume-example {
    padding: 22px;
  }

  .article-checklist li {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .article-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .article-final-actions > a {
    width: 100%;
  }

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

  .article-source a {
    flex: auto;
  }

  .article-body-original section:not(:first-child) {
    margin-top: 62px;
  }

  .article-original-video {
    margin-top: 42px;
  }

  .article-original-video h3 {
    font-size: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-preview-orbit,
  .article-read-link,
  .articles-subscribe-card > a,
  .article-final-actions > a,
  .article-toc nav a {
    transition: none;
  }
}
