/* The Signal — GTMxCON news.
   Built on the main site's tokens: Space Grotesk / IBM Plex Mono / Anton,
   #57e000 green, #c6ff00 lime, #0a0a0a ink. One breakpoint at 1100px, matching
   the rest of gtmxcon.com: full width above it, a centred 430px column below. */

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: #ffffff; color: #0a0a0a;
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.4; -webkit-font-smoothing: antialiased;
}
a { color: #0a0a0a; text-decoration: none; }
img { display: block; max-width: 100%; }

/* Highlight rules — green on white, black + lime on green. */
::selection { background: #57E000; color: #0a0a0a; }
.green ::selection, .green::selection { background: #0a0a0a; color: #C6FF00; }
/* a green word inside a black headline vanishes under the green selection
   highlight, so flip just that word to white while it is selected */
[style*="color:#57e000"]::selection, [style*="color:#57E000"]::selection,
[style*="color:#3fae00"]::selection, [style*="color:#3FAE00"]::selection,
[style*="color:#c6ff00"]::selection, [style*="color:#C6FF00"]::selection,
.mast h1 span::selection, .abt h2.abt-mast span::selection,
.abt a::selection, .abt-links a::selection, .eyebrow b::selection,
.rc b::selection, .newschip::selection { color: #ffffff; }
[style*="color: rgb(87, 224, 0)"]::selection, [style*="color:rgb(87,224,0)"]::selection,
[style*="color: rgb(63, 174, 0)"]::selection, [style*="color:rgb(63,174,0)"]::selection,
[style*="color: rgb(198, 255, 0)"]::selection, [style*="color:rgb(198,255,0)"]::selection { color: #ffffff; }

.shell { min-width: 1100px; overflow-x: clip; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

.mono { font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

/* ---------- nav ---------- */
.nav { position: sticky; top: 0; z-index: 50; background: #ffffff; border-bottom: 1px solid #e6e6e2; }
.nav .wrap { height: 104px; display: flex; align-items: center; justify-content: space-between; padding-left: 0; padding-right: 0; }
.nav .logo img { height: 48px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a:not(.nav-cta) { font-size: 18px; font-weight: 500; }
.nav-links a:hover { color: #3fae00; }
.nav-cta {
  background: #57e000; color: #0a0a0a;
  font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-weight: 600; font-size: 14px; letter-spacing: 0.12em; padding: 14px 30px;
}
.nav-cta:hover { background: #0a0a0a; color: #57e000; }
.nav-m { display: none; }
.burger { width: 50px; height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: none; border: 0; padding: 0; cursor: pointer; margin-right: -10px; }
.burger span { width: 30px; height: 3px; background: #0a0a0a; display: block; }
.menu { display: none; background: #0a0a0a; padding: 10px 20px 26px; flex-direction: column; }
.menu.open { display: flex; }
.menu a { color: #ffffff; font-size: 22px; font-weight: 500; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
.menu a:last-child { border-bottom: 0; }
.menu .m-cta {
  margin-top: 20px; text-align: center; background: #57e000; color: #0a0a0a; border: 0;
  font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 14px;
  letter-spacing: 0.14em; padding: 16px 0;
}

/* ---------- shared bits ---------- */
.eyebrow { display: flex; align-items: center; gap: 10px; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; }
.eyebrow b { color: #57e000; }
.rule { width: 36px; height: 8px; background: #57e000; flex: none; }
.btn-primary {
  display: inline-flex; align-items: center; justify-content: center; background: #57e000; color: #000000;
  font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 16px;
  letter-spacing: 0.12em; padding: 15px 34px;
}
.btn-primary:hover { background: #0a0a0a; color: #57e000; }
.btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; border: 2px solid #0a0a0a; color: #0a0a0a;
  font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 13px;
  letter-spacing: 0.12em; padding: 11px 20px;
}
.btn-ghost:hover { background: #0a0a0a; color: #ffffff; }
.pill {
  display: inline-flex; align-items: center; padding: 10px 13px; border: 1.5px solid #0a0a0a; background: #ffffff;
  font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 11px;
  letter-spacing: 0.12em; white-space: nowrap; cursor: pointer; color: #0a0a0a;
}
.pill:hover, .pill.on { background: #57e000; }

/* ---------- masthead ---------- */
.mast { padding-top: 56px; padding-bottom: 8px; }
.mast h1 { margin: 0; font-family: Anton, sans-serif; font-weight: 400; font-size: 132px; line-height: 0.92; letter-spacing: 0.01em; text-transform: uppercase; }
.mast h1 span { color: #57e000; }
.mast h2 { margin: 14px 0 0; font-size: 42px; font-weight: 600; line-height: 1.15; letter-spacing: -0.01em; color: #0a0a0a; }
.bar { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 12px 24px; margin-top: 26px; padding-top: 18px; border-top: 2px solid #0a0a0a; }
.filters { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: none; }
.filters::-webkit-scrollbar { display: none; }
.tag { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 12px; letter-spacing: 0.18em; color: #9a9a94; margin-left: auto; }

/* ---------- timeline ---------- */
.tl { padding-top: 48px; padding-bottom: 32px; }
.month { display: grid; grid-template-columns: 160px 2px minmax(0, 1fr); gap: 0 32px; }
.month.hide { display: none; }
.mh { padding-bottom: 16px; }
.mh .m { font-family: Anton, sans-serif; font-size: 36px; line-height: 1; text-transform: uppercase; color: #57e000; }
.mh .y { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 11px; letter-spacing: 0.18em; color: #9a9a94; margin-top: 6px; }
.line { background: #0a0a0a; }
.posts { border-top: 2px solid #0a0a0a; }
.post { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 16px 28px; padding: 26px 0; border-bottom: 1px solid #ddd; position: relative; align-items: start; }
.post:hover { background: #f2f2ed; }
.post.hide { display: none; }
.post .dot { position: absolute; left: -39px; top: 32px; width: 12px; height: 12px; background: #57e000; border: 2px solid #0a0a0a; }
.thumb { aspect-ratio: 4 / 3; overflow: hidden; background: #f4f4f0; }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.post h3 { margin: 12px 0 10px; font-size: 28px; font-weight: 600; line-height: 1.18; letter-spacing: -0.01em; text-wrap: pretty; }
.post .dek { margin: 0 0 14px; font-size: 16px; line-height: 1.6; color: #555; text-wrap: pretty; }
.post .read { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 12px; letter-spacing: 0.12em; color: #9a9a94; }
.post:hover .read { color: #3fae00; }
.foot-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; align-items: center; padding-top: 28px; padding-bottom: 64px; }
.foot-cta .n { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 12px; letter-spacing: 0.12em; color: #9a9a94; }

/* ---------- newsletter ---------- */
.nl { background: #57e000; padding: 44px 0; }
.nl .wrap { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.2fr); align-items: center; gap: 56px; }
.nl h2 { margin: 0; font-family: Anton, sans-serif; font-weight: 400; font-size: 40px; letter-spacing: 0.02em; text-transform: uppercase; }
.nl p { margin: 8px 0 0; font-size: 18px; font-weight: 500; line-height: 1.5; color: rgba(10,10,10,0.85); max-width: 460px; text-wrap: pretty; }
.nl .row { display: flex; gap: 18px; align-items: stretch; }
.nl input[type="text"], .nl input[type="email"] {
  flex: 1; min-width: 0; border: 2px solid #0a0a0a; background: #ffffff; color: #0a0a0a; padding: 17px 16px; outline: none;
  font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 16px; border-radius: 0;
}
.nl input[type="email"] { flex: 1.5; }
.nl button {
  flex: none; border: 0; background: #0a0a0a; color: #c6ff00; cursor: pointer;
  font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 15px;
  letter-spacing: 0.14em; padding: 0 32px;
}
.nl button:hover { background: #c6ff00; color: #0a0a0a; }
.nl .consent { display: flex; align-items: center; gap: 10px; margin-top: 16px; font-size: 14px; font-weight: 500; color: #0a0a0a; cursor: pointer; line-height: 1.5; }
.nl .consent input { width: 18px; height: 18px; accent-color: #0a0a0a; margin: 0; flex: none; }
.nl .consent a { color: #0a0a0a; font-weight: 700; text-decoration: underline; }

/* ---------- footer ---------- */
.footer { border-top: 1px solid #e6e6e2; background: #ffffff; padding-top: 56px; }
.footer .cols { display: grid; grid-template-columns: 1fr auto auto auto; gap: 64px; padding-bottom: 48px; }
.footer .brand { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.footer .brand img { height: 32px; }
.footer .brand p { margin: 0; font-size: 14px; line-height: 1.6; color: #777; max-width: 340px; }
.footer .social { display: flex; align-items: center; gap: 40px; margin-top: 8px; }
.footer .social > a { display: inline-flex; align-items: center; }
.footer .li { display: block; width: 30px; height: 30px; background: #9a9a94; -webkit-mask-image: url('/assets/linkedin-gray.png'); mask-image: url('/assets/linkedin-gray.png'); -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; }
.footer a:hover .li { background: #57e000; }
.footer .newschip { display: inline-flex; align-items: center; height: 34px; padding: 0 15px; border: 2px solid #777; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 11px; letter-spacing: 0.12em; color: #777; }
.footer .newschip:hover { background: #777; color: #ffffff; }
.footer .col { display: flex; flex-direction: column; gap: 12px; }
.footer .fh { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.18em; color: #aaa; }
.footer .col a { font-size: 14px; font-weight: 500; }
.footer .col a:hover { color: #3fae00; }
.footer .copy { border-top: 1px solid #e6e6e2; padding: 20px 0 24px; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: 11px; letter-spacing: 0.1em; color: #aaa; }

/* ---------- article head ---------- */
.ahead { padding-top: 48px; }
.ahead .inner { max-width: 1100px; margin: 0 auto; }
.back { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 12px; letter-spacing: 0.12em; margin-bottom: 28px; padding: 12px 16px 12px 12px; border: 1.5px solid #0a0a0a; }
.back svg { transition: transform .15s; }
.back:hover { background: #57e000; }
.back:hover svg { transform: translateX(-4px); }
.ahead h1 { margin: 16px 0 28px; font-size: 58px; font-weight: 700; line-height: 1.06; letter-spacing: -0.025em; max-width: 22ch; text-wrap: pretty; }
.byrow { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; border-top: 1px solid #0a0a0a; border-bottom: 1px solid #0a0a0a; }
.by { display: flex; align-items: center; gap: 14px; }
.by .n { font-weight: 700; font-size: 15px; }
.by .d { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: 12px; letter-spacing: 0.1em; color: #9a9a94; margin-top: 3px; }
.share { display: flex; flex-wrap: nowrap; gap: 8px; }
.share a, .share button {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 13px; white-space: nowrap;
  border: 1.5px solid #0a0a0a; background: #ffffff; color: #0a0a0a; cursor: pointer;
  font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 11px; letter-spacing: 0.12em;
}
.share a:hover, .share button:hover { background: #57e000; }
/* the labelled SHARE block lives in .mob, which is hidden on desktop, so the
   desktop row read as four unexplained buttons. Label it in place. */
.byrow .share { align-items: center; }
.byrow .share::before { content: 'SHARE'; font-family: 'IBM Plex Mono', ui-monospace, monospace;
  font-weight: 600; font-size: 11px; letter-spacing: 0.18em; color: #9a9a94; margin-right: 14px; }

/* ---------- article body ---------- */
.agrid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 64px; padding-top: 40px; padding-bottom: 40px; align-items: start; }
.body { max-width: 680px; }
.body figure { margin: 0 0 36px; }
.hero { aspect-ratio: 1200 / 627; overflow: hidden; background: #f4f4f0; }
.hero img { width: 100%; height: 100%; object-fit: cover; }
figcaption { margin-top: 10px; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-size: 12px; line-height: 1.5; color: #9a9a94; letter-spacing: 0.02em; }
.prose { font-size: 19px; line-height: 1.7; color: #333; }
.prose p { margin: 0 0 26px; }
.prose p.dc::first-letter { font-family: Anton, sans-serif; font-weight: 400; font-size: 3.2em; line-height: .8; float: left; margin: 8px 12px 0 0; color: #57e000; }
.prose h2 { margin: 40px 0 14px; font-size: 28px; font-weight: 600; line-height: 1.25; letter-spacing: -0.015em; }
.prose h2::before { content: '— '; color: #57e000; }
.prose blockquote { margin: 40px 0; padding: 0 0 0 24px; border-left: 5px solid #57e000; font-size: 28px; font-weight: 500; line-height: 1.32; letter-spacing: -0.015em; color: #0a0a0a; }
.source { margin: 8px 0 40px; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 12px; letter-spacing: 0.16em; color: #9a9a94; line-height: 1.6; }
.topics-wrap { margin-top: 40px; padding-top: 24px; border-top: 1px solid #0a0a0a; }
.lbl { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 11px; letter-spacing: 0.18em; color: #9a9a94; margin-bottom: 12px; }
.topics { display: flex; flex-wrap: wrap; gap: 6px; }


/* ---------- about: author card ---------- */
.whois{display:grid;grid-template-columns:96px minmax(0,1fr);gap:22px;align-items:start;
  margin-top:14px;padding-top:26px;border-top:1px solid #0a0a0a}
.whois img{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block}
.whois h3{margin:4px 0 8px;font-size:22px;font-weight:700;letter-spacing:-.015em}
.whois p{margin:0 0 8px;font-size:15.5px;line-height:1.6;color:#444}
.whois .reach{font-family:'IBM Plex Mono',ui-monospace,monospace;font-weight:600;font-size:12px;letter-spacing:.06em}
.prose a{color:#0a0a0a;border-bottom:2px solid #57e000}
.prose a:hover{background:#57e000}
/* byline portrait reads as a person, not a logo */
.by .n a{color:#0a0a0a}
.by .n a:hover{color:#3fae00}

/* ---------- rail ---------- */
.rail { display: flex; flex-direction: column; gap: 32px; position: sticky; top: 128px; }
.mr { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 11px; letter-spacing: 0.18em; padding-bottom: 10px; border-bottom: 2px solid #0a0a0a; }
.mrl { list-style: none; margin: 0; padding: 0; }
.mrl li { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 12px; padding: 14px 0; border-bottom: 1px solid #e6e6e2; }
.mrl li span { font-family: Anton, sans-serif; font-size: 28px; line-height: 1; color: #57e000; }
.mrl li a { font-size: 15px; font-weight: 600; line-height: 1.38; letter-spacing: -0.01em; }
.mrl li a:hover { color: #3fae00; }
.pitch { background: #0a0a0a; color: #ffffff; padding: 36px; }
.pitch .e { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 10px; letter-spacing: 0.18em; color: #c6ff00; }
.pitch .t { margin: 10px 0 12px; font-family: Anton, sans-serif; font-size: 24px; line-height: 1.05; text-transform: uppercase; letter-spacing: 0.01em; }
.pitch .p { font-size: 13.5px; line-height: 1.6; color: #d8d8d8; text-wrap: pretty; }
.stats { display: flex; justify-content: space-between; gap: 14px; margin: 16px 0; padding: 14px 0; border-top: 1px solid #3a3a3a; border-bottom: 1px solid #3a3a3a; }
.stats div { display: flex; flex-direction: column; gap: 3px; }
.stats b { font-family: Anton, sans-serif; font-weight: 400; font-size: 26px; line-height: 1; color: #57e000; }
.stats i { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 9px; letter-spacing: 0.14em; color: #9a9a94; font-style: normal; }
.pitch .cta { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 46px; background: #57e000; color: #0a0a0a; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 11px; letter-spacing: 0.12em; }
.pitch .cta:hover { background: #c6ff00; }

.mob { display: none; }

/* ---------- more from ---------- */
.more { padding-top: 44px; padding-bottom: 64px; border-top: 2px solid #0a0a0a; }
.more .hd { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; align-items: flex-end; margin-bottom: 28px; }
.more .hd a { font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 12px; letter-spacing: 0.12em; }
.more .hd a:hover { color: #3fae00; }
.rel { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.rel a { display: flex; flex-direction: column; gap: 14px; }
.rel .hero { aspect-ratio: 1200 / 627; }
.rel .rc { display: flex; gap: 8px; font-family: 'IBM Plex Mono', ui-monospace, monospace; font-weight: 600; font-size: 10px; letter-spacing: 0.18em; }
.rel .rc b { color: #57e000; }
.rel .rd { color: #9a9a94; }
.rel h3 { margin: -4px 0 0; font-size: 20px; font-weight: 600; line-height: 1.28; letter-spacing: -0.015em; text-wrap: pretty; }
.rel a:hover h3 { color: #3fae00; }

/* =========================================================================
   Below 1100px the whole site renders as a centred 430px column.
   ========================================================================= */
@media (max-width: 1099px) {
  body { background: #e8e8e3; overflow-x: clip; }
  .shell { width: 430px; min-width: 0; margin: 0 auto; background: #ffffff; overflow-x: clip; min-height: 100vh; }
  .wrap { max-width: none; padding: 0 20px; }

  .nav .wrap { height: 76px; padding: 0 18px; }
  .nav .logo img { height: 42px; width: 144px; }
  .nav-links { display: none; }
  /* REGISTER sits on the bar's centre line, not in the leftover space */
  /* logo, REGISTER, burger as three flex children: space-between leaves the same
     gap on either side of the button, whatever the logo and burger measure */
  .nav-m { display: contents; }
  .nav-m .nav-cta { font-size: 12px; padding: 11px 14px; }

  .rule { width: 28px; height: 7px; }
  .eyebrow { font-size: 11px; letter-spacing: 0.16em; }

  .mast { padding-top: 32px; }
  .mast h1 { font-size: 76px; }
  .mast h2 { font-size: 26px; margin-top: 10px; }
  .bar { margin-top: 20px; padding-top: 14px; }
  .tag { display: none; }
  .filters { flex-wrap: wrap; overflow: visible; }
  .pill { font-size: 10px; padding: 8px 10px; }

  .tl { padding-top: 28px; padding-bottom: 20px; }
  .month { grid-template-columns: 1fr; }
  .month + .month { margin-top: 40px; }
  .mh { padding-bottom: 12px; }
  .mh .m { font-size: 28px; }
  .line, .post .dot { display: none; }
  .post { grid-template-columns: 104px minmax(0, 1fr); gap: 14px; padding: 20px 0; }
  .thumb { aspect-ratio: 1 / 1; }
  .post h3 { font-size: 19px; line-height: 1.22; margin: 4px 0 8px; }
  .post .dek { display: none; }
  .post .read { font-size: 11px; }
  .foot-cta { padding-top: 20px; padding-bottom: 44px; }

  .nl { padding: 36px 0 40px; }
  .nl .wrap { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .nl h2 { font-size: 30px; line-height: 1.1; }
  .nl p { font-size: 16px; font-weight: 400; }
  /* one line at mobile too — shrink rather than stack */
  .nl .row { flex-wrap: nowrap; gap: 7px; }
  .nl input[type="text"], .nl input[type="email"] { flex: 1 1 0; min-width: 0; height: 44px; padding: 0 9px; font-size: 12px; }
  .nl button { flex: none; height: 44px; padding: 0 13px; font-size: 11px; letter-spacing: 0.1em; text-align: center; }
  .nl .consent { align-items: flex-start; font-size: 13px; }
  .nl .consent input { margin-top: 1px; }

  .footer { padding-top: 36px; }
  .footer .cols { grid-template-columns: 1fr 1fr; gap: 26px 28px; padding-bottom: 32px; align-items: start; }
  .footer .brand { grid-column: 1 / -1; }
  .footer .col:nth-child(2) { grid-column: 1; grid-row: 2; }   /* EVENT, 4 links  */
  .footer .col:nth-child(4) { grid-column: 2; grid-row: 2; }   /* MORE,  4 links  */
  .footer .col:nth-child(3) { grid-column: 1; grid-row: 3; }   /* PARTNERS, 2     */
  .footer .brand img { height: 30px; }
  .footer .newschip { height: 38px; padding: 0 17px; font-size: 11px; }
  .footer .li { width: 22px; height: 22px; }
  .footer .copy { padding: 18px 0 26px; }

  .ahead { padding-top: 28px; }
  .back { margin-bottom: 20px; font-size: 11px; }
  .ahead h1 { font-size: 34px; line-height: 1.1; margin: 14px 0 22px; max-width: none; }
  .byrow { flex-direction: column; align-items: flex-start; padding: 13px 0; }
  .byrow .share { display: none; }
  /* date and read time stay on one line, as on desktop */
  .by { gap: 11px; }
  .by .n { font-size: 14px; }
  .by .d { font-size: 11.5px; letter-spacing: 0.08em; margin-top: 2px; }

  .agrid { grid-template-columns: 1fr; gap: 0; padding-top: 24px; padding-bottom: 0; }
  .rail { display: none; }
  .topics-wrap.desk { display: none; }
  .body { max-width: none; }
  .body figure { margin-bottom: 26px; }
  .prose { font-size: 17px; line-height: 1.68; }
  .prose h2 { font-size: 23px; margin-top: 32px; }
  .prose blockquote { font-size: 22px; margin: 32px 0; padding-left: 18px; }

  .whois{grid-template-columns:72px minmax(0,1fr);gap:16px}
  .whois img{width:72px;height:72px}
  .whois h3{font-size:19px}
  .mob { display: flex; flex-direction: column; gap: 28px; padding-bottom: 44px; }
  .mob .share { gap: 6px; flex-wrap: wrap; }
  .mob .share a, .mob .share button { min-height: 38px; padding: 0 10px; font-size: 10px; letter-spacing: 0.08em; }
  .topics .pill { font-size: 10px; padding: 7px 9px; }

  .more { padding-top: 40px; padding-bottom: 40px; }
  .rel { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .rel a:nth-child(3) { display: none; }
  .rel h3 { font-size: 15px; line-height: 1.28; }
  .rel .rc { font-size: 9px; letter-spacing: 0.14em; }
  .rel .rd { display: none; }
}
