/* Imperfective — quiet editorial typography with native Ghost content. */
:root {
  color-scheme:dark;
  --paper:#0a0e13;
  --ink:#eef2f7;
  --soft:#b4becb;
  --muted:#929ba8;
  --line:rgba(238,242,247,.16);
  --spectrum-rule:linear-gradient(90deg,#1a4fd0,rgba(147,163,181,.35) 20%,#d0198c 40%,#dd5407 60%,#8a1220 80%,#c79200);
  --blue:#5b8cff;
  --yellow:#ffd24a;
  --magenta:#ff4fb8;
  --surface:#121923;
  --pad:clamp(24px,5.5vw,96px);
  --font:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
*,*::before,*::after {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:32px;
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--gh-font-body,var(--font));
  font-weight:300;
  -webkit-font-smoothing:antialiased;
  min-height:100svh;
  display:flex;
  flex-direction:column;
}
main {
  flex:1;
}
h1,h2,h3,h4,p,figure,blockquote {
  margin:0;
}
h1,h2,h3,h4 {
  font-family:var(--gh-font-heading,var(--font));
  font-weight:300;
}
a {
  color:inherit;
  text-decoration:none;
}
button,input {
  font:inherit;
}
button {
  cursor:pointer;
}
button:disabled,input:disabled {
  cursor:default;
}
img,svg,video {
  display:block;
  max-width:100%;
}
button,a,input {
  -webkit-tap-highlight-color:transparent;
}
a,button {
  touch-action:manipulation;
}
:focus-visible {
  outline:2px solid #b4cdf2;
  outline-offset:6px;
}
::selection {
  background:#fff15c;
  color:#111;
}
[hidden] {
  display:none!important;
}
.sr-only,.skip-link:not(:focus) {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.skip-link:focus {
  position:fixed;
  z-index:50;
  top:16px;
  left:16px;
  padding:14px 20px;
  background:var(--ink);
  color:var(--paper);
}
.site-shell {
  width:100%;
  max-width:1600px;
  margin-inline:auto;
  padding-inline:var(--pad);
}
.eyebrow {
  font-size:11px;
  font-weight:400;
  letter-spacing:.14em;
  line-height:1.6;
  text-transform:uppercase;
  color:var(--muted);
}
.text-link,.back-link {
  font-size:13px;
  color:var(--soft);
  text-underline-offset:5px;
}
.text-link:hover,.back-link:hover {
  color:var(--ink);
  text-decoration:underline;
}
.button {
  display:inline-flex;
  align-items:center;
  gap:22px;
  background:var(--ink);
  color:var(--paper);
  padding:14px 22px;
  font-size:14px;
}
/* Shared with the main site. */
.site-header {
  position:relative;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:104px;
  padding:25px var(--pad);
}
.wordmark {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:19px;
  font-weight:300;
  letter-spacing:-.025em;
  line-height:30px;
}
.wordmark img {
  width:30px;
  height:30px;
}
.site-nav {
  display:flex;
  align-items:center;
  gap:34px;
  font-size:13px;
  color:var(--muted);
}
.site-nav>a {
  padding-block:12px;
}
.site-nav a:hover,.site-nav [aria-current] {
  color:var(--ink);
}
.social-links {
  display:flex;
  align-items:center;
  gap:18px;
}
.social-links a {
  display:grid;
  place-items:center;
  width:24px;
  height:32px;
  color:var(--muted);
}
.social-links svg {
  width:14px;
  height:14px;
  fill:currentColor;
}
.social-links a:hover {
  color:var(--ink);
}
.menu-toggle {
  background:none;
  border:0;
  color:var(--soft);
  padding:10px 0;
  font-size:13px;
  display:none;
  align-items:center;
  gap:15px;
}
.site-footer {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding:32px var(--pad);
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.site-footer nav {
  display:flex;
  align-items:center;
  gap:30px;
}
.site-footer a:hover {
  color:var(--ink);
}
/* One chronological list. */
.blog-main {
  padding-top:clamp(52px,10svh,110px);
  padding-bottom:clamp(80px,12svh,150px);
}
.blog-intro {
  margin-bottom:clamp(64px,10svh,112px);
}
.blog-intro--newsletter {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(250px,300px);
  align-items:end;
  gap:clamp(40px,6vw,100px);
}
.blog-intro h1 {
  max-width:22ch;
  font-size:clamp(38px,5vw,84px);
  letter-spacing:-.035em;
  line-height:1.04;
  text-wrap:balance;
}
.blog-description {
  max-width:610px;
  margin-top:28px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}
.writing-list {
  position:relative;
  max-width:1100px;
  border-top:1px solid transparent;
}
.post-row {
  position:relative;
  border-bottom:1px solid transparent;
}
.writing-list::before,.post-row::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:1px;
  background:var(--spectrum-rule);
  pointer-events:none;
}
.writing-list::before {
  top:-1px;
  opacity:.7;
}
.post-row::after {
  bottom:-1px;
  opacity:.32;
  transition:opacity 240ms ease;
}
.post-row:has(a:hover)::after,.post-row:focus-within::after {
  opacity:.8;
}
.post-row-link {
  display:grid;
  grid-template-columns:minmax(120px,.22fr) minmax(0,1fr);
  gap:clamp(24px,3vw,48px);
  padding-block:clamp(30px,4svh,44px);
}
.post-row-meta {
  display:flex;
  flex-direction:column;
  gap:12px;
  padding-top:7px;
  color:var(--muted);
  font-size:11px;
  letter-spacing:.06em;
  line-height:1.6;
}
.post-summary h2 {
  font-size:clamp(26px,2.5vw,40px);
  line-height:1.13;
  letter-spacing:-.02em;
  text-wrap:balance;
}
.post-summary p {
  max-width:670px;
  margin-top:17px;
  font-size:15px;
  line-height:1.75;
  color:var(--muted);
}
.post-row--forthcoming h2 {
  color:var(--soft);
}
.post-row--forthcoming .post-row-meta {
  letter-spacing:.1em;
  text-transform:uppercase;
}
.empty-state {
  padding:42px 0;
  color:var(--muted);
  font-size:17px;
}
.pagination {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
  margin-top:36px;
}
.pagination>div:last-child {
  text-align:right;
}
.page-number {
  font-size:11px;
  color:var(--muted);
}
.archive-intro {
  margin-bottom:64px;
}
.archive-intro .back-link {
  display:inline-block;
  margin-bottom:36px;
}
.archive-intro h1 {
  font-size:clamp(44px,6vw,88px);
  letter-spacing:-.035em;
  line-height:1.03;
}
.archive-intro>.text-link {
  display:inline-block;
  margin-top:24px;
}
.author-avatar {
  width:64px;
  height:64px;
  object-fit:cover;
  border-radius:50%;
  margin-bottom:25px;
}
/* Optional study templates. */
.article-hero {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  align-content:end;
  min-height:560px;
  padding:80px var(--pad) 64px;
}
.article--study .article-hero {
  min-height:min(78svh,760px);
}
.article-hero-content {
  position:relative;
  z-index:2;
  max-width:1100px;
  pointer-events:none;
}
.article-hero-content>* {
  pointer-events:auto;
  width:fit-content;
  max-width:100%;
}
.article-meta {
  display:flex;
  flex-wrap:wrap;
  gap:12px 18px;
  color:var(--muted);
  font-size:11px;
  line-height:1.6;
  letter-spacing:.075em;
}
.article-meta a:hover {
  color:var(--ink);
}
.article-title {
  margin-top:28px;
  font-size:clamp(52px,7vw,124px);
  max-width:15ch;
  line-height:.98;
  letter-spacing:-.04em;
  text-wrap:balance;
  overflow-wrap:break-word;
}
.article-deck {
  margin-top:28px;
  max-width:560px;
  font-size:clamp(17px,1.5vw,21px);
  line-height:1.6;
  color:var(--soft);
}
.article-authors {
  margin-top:27px;
  font-size:12px;
  line-height:1.6;
  color:var(--muted);
}
.article-authors a:hover {
  color:var(--ink);
}
.article-study {
  position:absolute;
  inset:0;
  z-index:0;
}
.article-study canvas {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  opacity:.6;
  mask-image:linear-gradient(90deg,transparent 20%,#000 66%);
}
.article-study-slot {
  position:absolute;
  left:38%;
  right:-10%;
  top:-5%;
  bottom:-2%;
  touch-action:pan-y;
  cursor:grab;
}
.article-study-slot:active {
  cursor:grabbing;
}
.study-pause {
  position:absolute;
  right:var(--pad);
  bottom:30px;
  z-index:3;
  border:0;
  background:var(--paper);
  color:var(--muted);
  padding:10px 0 10px 16px;
  min-width:44px;
  min-height:44px;
  font-size:11px;
  letter-spacing:.05em;
}
.study-pause:hover {
  color:var(--ink);
}
.article-feature {
  margin:0 auto 64px;
  padding-inline:var(--pad);
  max-width:1600px;
}
.article-feature img {
  width:100%;
  height:auto;
  max-height:740px;
  object-fit:cover;
}
.article-feature figcaption {
  margin-top:14px;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
  text-align:center;
}
.article-feature figcaption a {
  text-decoration:underline;
  text-underline-offset:3px;
}
.article-body {
  position:relative;
  border-top:1px solid transparent;
  padding:clamp(56px,8svh,96px) var(--pad) clamp(64px,10svh,120px);
}
.article-body>* {
  width:100%;
  max-width:680px;
  margin-inline:auto;
}
.article-next {
  position:relative;
  border-top:1px solid transparent;
  padding:56px var(--pad) 64px;
}
.article-next-link {
  display:block;
  width:fit-content;
  max-width:100%;
}
.article-body::before,.article-next::before {
  content:"";
  position:absolute;
  left:var(--pad);
  right:var(--pad);
  top:-1px;
  height:1px;
  background:var(--spectrum-rule);
  opacity:.7;
  pointer-events:none;
}
.article-next h2 {
  max-width:900px;
  margin-top:22px;
  font-size:clamp(32px,4vw,64px);
  line-height:1.1;
  letter-spacing:-.025em;
  text-wrap:balance;
}
.article-next-link:hover h2 {
  color:var(--soft);
}
/* Ghost editor cards. Interactive card assets are supplied by Ghost. */
.gh-content {
  min-width:0;
  font-size:17px;
  line-height:1.85;
  color:#ced5df;
  overflow-wrap:anywhere;
}
.gh-content>*+* {
  margin-top:26px;
}
.gh-content h2 {
  margin-top:64px;
  margin-bottom:28px;
  font-size:29px;
  letter-spacing:-.018em;
  line-height:1.25;
  color:var(--ink);
}
.gh-content h3 {
  margin-top:44px;
  font-size:23px;
  line-height:1.3;
  color:var(--ink);
}
.gh-content h4 {
  margin-top:36px;
  font-size:19px;
  line-height:1.4;
  color:var(--ink);
}
.gh-content>:first-child {
  margin-top:0;
}
.gh-content strong {
  font-weight:500;
  color:var(--ink);
}
.gh-content a {
  color:var(--ink);
  text-decoration:underline;
  text-decoration-color:#738092;
  text-underline-offset:4px;
}
.gh-content a:hover {
  text-decoration-color:var(--yellow);
}
.gh-content ul,.gh-content ol {
  padding-left:24px;
}
.gh-content li+li {
  margin-top:10px;
}
.gh-content blockquote {
  border-left:1px solid #647487;
  margin:40px 0;
  padding:4px 0 4px 28px;
  color:var(--ink);
  font-size:23px;
  line-height:1.55;
}
.gh-content blockquote p+p {
  margin-top:20px;
}
.gh-content pre {
  background:var(--surface);
  border:1px solid var(--line);
  padding:22px;
  overflow-x:auto;
  white-space:pre;
  font-size:14px;
  line-height:1.65;
  border-radius:2px;
}
.gh-content :not(pre)>code {
  font-size:.84em;
  background:#1b2531;
  padding:3px 5px;
  border-radius:2px;
}
.gh-content hr {
  border:0;
  height:1px;
  background:var(--spectrum-rule);
  opacity:.5;
  margin-block:42px;
}
.gh-content table {
  display:block;
  width:100%;
  overflow-x:auto;
  border-collapse:collapse;
  font-size:15px;
  white-space:normal;
}
.gh-content td,.gh-content th {
  text-align:left;
  border-bottom:1px solid var(--line);
  padding:12px 17px;
  min-width:120px;
}
.gh-content th {
  font-weight:500;
}
.gh-content iframe {
  max-width:100%;
}
.gh-content img {
  height:auto;
}
.gh-content figcaption {
  font-size:12px;
  line-height:1.6;
  text-align:center;
  color:var(--muted);
  margin-top:12px;
}
.gh-content .kg-width-wide {
  width:min(calc(100vw - var(--pad)*2),1000px);
  max-width:calc(100vw - var(--pad)*2);
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.gh-content .kg-width-full {
  width:calc(100vw - var(--pad)*2);
  max-width:calc(100vw - var(--pad)*2);
  position:relative;
  left:50%;
  transform:translateX(-50%);
}
.kg-image-card img {
  margin:auto;
}
.kg-gallery-container {
  display:flex;
  flex-direction:column;
  gap:12px;
}
.kg-gallery-row {
  display:flex;
  gap:12px;
}
.kg-gallery-image {
  flex:1 1 0;
  min-width:0;
}
.kg-gallery-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}
.kg-bookmark-card {
  font-size:15px;
  border:1px solid var(--line);
  overflow:hidden;
}
.gh-content .kg-bookmark-card a.kg-bookmark-container,.gh-content .kg-bookmark-card a.kg-bookmark-container:hover {
  display:flex;
  background:var(--paper);
  color:var(--ink);
  text-decoration:none;
  border:0;
  border-radius:0;
}
.kg-bookmark-content {
  padding:22px;
  flex:1;
  min-width:0;
}
.kg-bookmark-title {
  font-weight:500;
  line-height:1.4;
}
.gh-content .kg-bookmark-description {
  color:var(--muted);
  font-size:13px;
  line-height:1.5;
  margin-top:10px;
  opacity:1;
}
.kg-bookmark-metadata {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  margin-top:15px;
}
.kg-bookmark-icon {
  width:20px;
  height:20px;
}
.kg-bookmark-thumbnail {
  position:relative;
  min-width:28%;
  max-width:35%;
}
.kg-bookmark-thumbnail img {
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
}
.kg-callout-card {
  border-radius:2px;
}
.kg-toggle-card {
  border:1px solid var(--line);
}
.gh-content .kg-toggle-heading-text {
  margin:0;
  font-size:20px;
}
.kg-button-card .kg-btn {
  display:inline-block;
  background:var(--ink);
  color:var(--paper);
  font-size:15px;
  font-weight:400;
  text-decoration:none;
  padding:10px 23px;
  border-radius:2px;
}
.kg-button-card.kg-align-center {
  text-align:center;
}
.kg-header-card h2 {
  margin-top:0;
}
.kg-file-card a {
  color:inherit;
}
.kg-embed-card {
  display:flex;
  flex-direction:column;
  align-items:center;
}
.kg-embed-card>iframe {
  width:100%;
}
.content-cta {
  margin-block:40px;
  padding:36px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.content-cta h2 {
  font-size:28px;
  margin-top:0;
}
.content-cta p {
  margin:16px 0 23px;
  color:var(--muted);
}
.content-cta .button {
  color:var(--paper);
  text-decoration:none;
}
.cta-signin {
  font-size:13px;
}
/* One quiet email line, shared by the index and the end of every article. */
.newsletter {
  min-width:0;
}
.newsletter-heading h2 {
  font-family:var(--font);
  font-size:14px;
  font-weight:300;
  line-height:1.5;
  letter-spacing:-.01em;
}
.newsletter-heading p {
  margin-top:5px;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.home-newsletter {
  width:100%;
  max-width:340px;
  padding-bottom:5px;
}
.home-newsletter .newsletter-form {
  margin-top:12px;
}
.article-newsletter {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);
  align-items:center;
  gap:32px;
  margin-top:72px;
  padding:0;
}
.newsletter-preferences {
  display:inline-flex;
  align-items:center;
  gap:16px;
  min-height:44px;
  width:fit-content;
}
.newsletter-controls {
  position:relative;
  display:flex;
  align-items:stretch;
  background:var(--surface);
  box-shadow:inset 0 0 0 1px rgba(238,242,247,.2);
  transition:background 240ms ease,box-shadow 240ms ease;
}
.newsletter-controls:hover,.newsletter-controls:focus-within {
  background:#16202b;
  box-shadow:inset 0 0 0 1px rgba(238,242,247,.32);
}
.newsletter-controls::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:1px;
  background:var(--spectrum-rule);
  opacity:.8;
  transition:opacity 240ms ease;
  pointer-events:none;
}
.newsletter-controls:hover::after,.newsletter-controls:focus-within::after {
  opacity:1;
}
.newsletter-controls input {
  border:0;
  background:transparent;
  min-width:0;
  flex:1;
  min-height:44px;
  padding:11px 14px;
  border-radius:0;
  color:var(--ink);
  font-size:16px;
  font-weight:300;
  line-height:1.4;
}
.newsletter-controls input::placeholder {
  color:var(--soft);
  opacity:1;
}
.newsletter-controls input:focus-visible {
  outline:none;
  box-shadow:inset 0 -2px 0 var(--blue);
}
.newsletter-controls input {
  caret-color:var(--yellow);
}
.newsletter-submit {
  display:grid;
  place-items:center;
  flex:0 0 44px;
  width:44px;
  min-height:44px;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--ink);
  font-size:18px;
  padding:0;
  line-height:1.4;
  transition:color 220ms ease;
}
.newsletter-submit svg {
  transition:transform 220ms ease;
}
.newsletter-submit:hover:not(:disabled) {
  color:var(--yellow);
}
.newsletter-submit:hover:not(:disabled) svg,.newsletter-submit:focus-visible svg {
  transform:translateX(2px);
}
.newsletter-submit:focus-visible {
  outline:1px solid var(--blue);
  outline-offset:2px;
}
.newsletter-submit:disabled {
  color:var(--muted);
}
.newsletter-note {
  margin-top:8px;
  color:var(--muted);
  font-size:11px;
  line-height:1.7;
}
.message-success,.message-error {
  display:none;
  margin-top:12px;
  font-size:13px;
  line-height:1.6;
}
.message-error {
  color:#ffb2ae;
}
.newsletter-form.error .newsletter-controls::after {
  background:var(--magenta);
  opacity:.8;
}
.message-success {
  color:var(--soft);
}
.button-loading {
  display:none;
}
.newsletter-form.loading .button-label {
  display:none;
}
.newsletter-form.loading .button-loading {
  display:inline;
}
.newsletter-form.loading .newsletter-controls::after {
  opacity:.8;
}
.newsletter-form.loading .newsletter-submit {
  pointer-events:none;
}
.newsletter-form.success .newsletter-controls,.newsletter-form.success .newsletter-note {
  display:none;
}
.newsletter-form.success .message-success,.newsletter-form.error .message-error {
  display:block;
}
.article-end {
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:26px;
  margin-top:36px;
  color:var(--muted);
  font-size:12px;
  line-height:1.8;
}
.article-end a {
  color:var(--soft);
}
.article-end a:hover {
  text-decoration:underline;
  text-underline-offset:4px;
}
.article-share {
  flex:none;
  text-align:right;
}
.article-share button {
  border:0;
  background:none;
  padding:0;
  font-size:12px;
  line-height:1.8;
  min-width:44px;
  min-height:44px;
}
.copy-status {
  display:block;
  font-size:11px;
  max-width:180px;
}
.article-comments {
  margin-top:64px;
}
.error-page {
  min-height:70svh;
  display:flex;
  flex-direction:column;
  align-items:start;
  justify-content:center;
  gap:28px;
  padding-block:80px;
}
.error-page h1 {
  font-size:clamp(48px,7vw,110px);
  letter-spacing:-.035em;
  line-height:1.03;
}
.error-page p {
  color:var(--muted);
  line-height:1.7;
}
@media(min-width:1800px) {
  .article-hero {
    padding-inline:max(var(--pad),calc((100vw - 1600px)/2 + var(--pad)));
  }
}
@media(max-width:820px) {
  .blog-intro--newsletter {
    grid-template-columns:1fr;
    gap:34px;
  }
  .site-nav {
    gap:24px;
  }
  .article-hero {
    min-height:500px;
  }
  .article--study .article-hero {
    min-height:650px;
  }
  .article-title {
    font-size:clamp(50px,9vw,82px);
  }
  .article-study-slot {
    left:20%;
    right:-30%;
  }
  .article-study canvas {
    opacity:.45;
    mask-image:linear-gradient(90deg,transparent,#000 90%);
  }
  .article-deck {
    max-width:480px;
  }
  .post-row-link {
    grid-template-columns:120px minmax(0,1fr);
  }
}
@media(max-width:560px) {
  .site-header {
    min-height:84px;
    padding-block:20px;
    gap:16px;
  }
  .wordmark {
    font-size:18px;
    gap:9px;
  }
  .site-header:has(.menu-toggle[hidden]) {
    flex-wrap:wrap;
  }
  .site-nav {
    font-size:12px;
    gap:22px;
  }
  .site-nav .social-links {
    gap:12px;
  }
  .menu-toggle:not([hidden]) {
    display:flex;
  }
  .site-header.has-menu .site-nav {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    padding:18px var(--pad) 24px;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    flex-wrap:wrap;
    gap:10px 25px;
  }
  .site-header.has-menu .site-nav.is-open {
    display:flex;
  }
  .site-header.has-menu .site-nav>a {
    padding:14px 0;
  }
  .blog-main {
    padding-top:52px;
    padding-bottom:72px;
  }
  .blog-intro {
    margin-bottom:58px;
  }
  .blog-intro h1 {
    font-size:42px;
    line-height:1.03;
    text-wrap:pretty;
  }
  .post-row-link {
    grid-template-columns:1fr;
    gap:19px;
    padding-block:30px;
  }
  .post-row-meta {
    flex-direction:row;
    flex-wrap:wrap;
    padding:0;
  }
  .post-summary h2 {
    font-size:28px;
  }
  .post-summary p {
    font-size:14px;
    margin-top:15px;
  }
  .site-footer {
    align-items:start;
    padding-block:28px;
    font-size:11px;
    gap:16px;
  }
  .site-footer nav {
    align-items:end;
    flex-direction:column-reverse;
    gap:14px;
  }
  .article-hero {
    min-height:470px;
    padding-top:56px;
    padding-bottom:44px;
  }
  .article--study .article-hero {
    min-height:580px;
  }
  .article-title {
    font-size:clamp(46px,12.8vw,70px);
    margin-top:26px;
    max-width:12ch;
  }
  .article-meta {
    font-size:10px;
    gap:8px 14px;
  }
  .article-deck {
    font-size:17px;
    max-width:35ch;
  }
  .article-authors {
    font-size:11px;
    margin-top:23px;
  }
  .article-study-slot {
    left:3%;
    right:-60%;
    bottom:15%;
  }
  .article-study canvas {
    opacity:.35;
    mask-image:linear-gradient(0deg,transparent 15%,#000 80%);
  }
  .study-pause {
    bottom:12px;
    right:var(--pad);
    font-size:10px;
    padding-block:8px;
  }
  .article-feature {
    margin-bottom:40px;
  }
  .article-body {
    padding-top:46px;
    padding-bottom:64px;
  }
  .gh-content {
    font-size:16px;
    line-height:1.8;
  }
  .gh-content h2 {
    font-size:26px;
    margin-top:48px;
  }
  .gh-content h3 {
    font-size:22px;
  }
  .gh-content blockquote {
    font-size:21px;
    padding-left:22px;
  }
  .gh-content pre {
    padding:16px;
    font-size:12px;
  }
  .kg-bookmark-thumbnail {
    display:none;
  }
  .kg-gallery-container,.kg-gallery-row {
    gap:6px;
  }
  .article-newsletter {
    grid-template-columns:1fr;
    gap:14px;
    margin-top:56px;
  }
  .newsletter-controls {
    gap:12px;
  }
  .article-end {
    flex-direction:column;
    gap:20px;
  }
  .article-share {
    text-align:left;
  }
  .article-next {
    padding-top:40px;
    padding-bottom:46px;
  }
  .article-next h2 {
    font-size:34px;
  }
  .pagination {
    gap:12px;
  }
  .pagination a {
    font-size:11px;
  }
  .archive-intro h1 {
    font-size:42px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
  .study-pause {
    display:none!important;
  }
}
