:root {
  --paper: #F2F1EC;
  --stage: #0E0D0A;
  --sheet: #FBFAF6;
  --ink: #14130F;
  --red: #EA3A2D;
  --blue: #2E5BFF;
  --pink: #FF5BA0;
  --green: #61C46E;
  --mint: #A7E2B0;
  --yellow: #FFCB2E;
  --violet: #8A6BFF;
  --white: #FFFFFF;
  --display: 'Unbounded', sans-serif;
  --body: 'Golos Text', system-ui, sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden
}

body {
  background: var(--stage);
  color: var(--paper);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased
}

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

img {
  max-width: 100%;
  display: block
}

::selection {
  background: var(--blue);
  color: #fff
}

:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
  border-radius: 2px
}

.wrap {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 28px
}

.mono {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase
}

/* ---------------- NAV ---------------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(14, 13, 10, .82);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(242, 241, 236, .16)
}

.nav__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 62px
}

.brand {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .22em;
  font-weight: 500;
  white-space: nowrap
}

.nav__links {
  display: flex;
  gap: 26px;
  font-size: 15px;
  font-weight: 500
}

.nav__links a {
  position: relative;
  padding: 4px 0
}

.nav__links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  height: 2px;
  background: var(--paper);
  transition: right .28s ease
}

.nav__links a:hover::after {
  right: 0
}

.nav__right {
  display: flex;
  align-items: center;
  gap: 18px
}

.lang {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  border: 1px solid var(--paper);
  border-radius: 20px;
  padding: 4px 10px
}

.lang span {
  opacity: .4
}

.subscribe {
  font-size: 14px;
  font-weight: 600;
  background: var(--paper) !important;
  color: var(--ink) !important;
  border-radius: 20px;
  padding: 7px 16px;
  white-space: nowrap
}

.subscribe:hover {
  background: var(--red) !important;
  color: #fff !important
}

.burger {
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
  background: none;
  border: 0;
  cursor: pointer
}

.burger span {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--paper)
}

.burger span:nth-child(1) {
  top: 0
}

.burger span:nth-child(2) {
  top: 8px
}

.burger span:nth-child(3) {
  top: 16px
}

.burger span {
  transition: transform .25s ease, opacity .2s ease
}

.nav.open .burger span:nth-child(1) {
  transform: translateY(8px) rotate(45deg)
}

.nav.open .burger span:nth-child(2) {
  opacity: 0
}

.nav.open .burger span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg)
}

.nav__links a.m-only {
  display: none
}

/* ---------------- HERO ---------------- */
.hero {
  position: relative;
  padding: 30px 0 56px
}

.hero__widget {
  position: absolute;
  right: 28px;
  top: 18px;
  z-index: 40;
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 10px;
  padding: 12px 14px;
  width: 188px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .5)
}

.hero__widget .clock {
  display: flex;
  align-items: center;
  gap: 12px
}

.hero__widget .meta {
  font-family: var(--mono);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .04em
}

.hero__widget .meta b {
  font-size: 13px;
  letter-spacing: 0
}

.hero__widget .row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-top: 1px dashed var(--ink);
  padding-top: 8px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em
}

/* pop band */
.popband {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 14px;
  max-width: 1000px
}

.pop {
  position: relative;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .5);
  flex: 0 0 auto;
  will-change: transform
}

.pop .field {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  color: rgba(255, 255, 255, .32)
}

.pop .lab {
  position: absolute;
  left: 8px;
  bottom: 7px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 14px;
  padding: 2px 7px
}

.pop:nth-child(1) {
  margin-left: 0;
  rotate: -5deg;
  z-index: 3
}

.pop:nth-child(2) {
  margin-left: -22px;
  rotate: 3deg;
  z-index: 5
}

.pop:nth-child(3) {
  margin-left: -18px;
  rotate: -3deg;
  z-index: 4
}

.pop:nth-child(4) {
  margin-left: -16px;
  rotate: 5deg;
  z-index: 6
}

.pop:nth-child(5) {
  margin-left: -20px;
  rotate: -2deg;
  z-index: 5
}

.pop:nth-child(6) {
  margin-left: -16px;
  rotate: 4deg;
  z-index: 7
}

.pop:hover {
  transform: translateY(-6px);
  z-index: 20 !important
}

.p-a .field {
  background: var(--red);
  width: 128px;
  height: 150px
}

.p-b .field {
  background: var(--blue);
  width: 150px;
  height: 122px
}

.p-c .field {
  background: var(--yellow);
  color: rgba(20, 19, 15, .25);
  width: 118px;
  height: 140px
}

.p-d .field {
  background: var(--pink);
  width: 138px;
  height: 118px
}

.p-e .field {
  background: var(--green);
  width: 120px;
  height: 150px
}

.p-f .field {
  background: var(--violet);
  width: 150px;
  height: 128px
}

.hero__main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap
}

.hero__word {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2rem, 8.7vw, 10.5rem);
  line-height: .86;
  letter-spacing: -.035em;
  white-space: nowrap
}

.hero__word .dot {
  color: var(--red)
}

.gloss {
  flex: 1 1 300px;
  max-width: 430px;
  border-top: 2px solid var(--paper);
  padding-top: 14px
}

.gloss .head {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap
}

.gloss .ipa {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .04em;
  opacity: .7
}

.gloss .pos {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  background: var(--paper);
  color: var(--ink);
  padding: 2px 7px;
  border-radius: 3px
}

.gloss ol {
  list-style: none;
  margin-top: 10px;
  display: grid;
  gap: 8px
}

.gloss li {
  display: flex;
  gap: 10px;
  font-size: 15.5px;
  line-height: 1.45
}

.gloss li span {
  font-family: var(--mono);
  font-size: 12px;
  opacity: .5;
  flex: 0 0 auto;
  padding-top: 2px
}

.gloss .gloss-input {
  font-family: var(--body);
  font-size: 15.5px;
  opacity: 1;
  flex: 1 1 auto;
  padding-top: 0;
  min-height: 1.45em;
  outline: none;
  border-bottom: 1px dashed rgba(242, 241, 236, .55);
  caret-color: var(--red)
}

.gloss .gloss-input:focus {
  border-bottom-color: var(--paper)
}

.gloss .gloss-input:empty::before {
  content: attr(data-ph);
  opacity: .45
}

/* ---------------- DARK STAGE (magazine on a table) ---------------- */
.stage {
  background: var(--stage);
  padding: 46px 0 60px;
  color: var(--paper)
}

.stage__intro {
  text-align: center;
  margin-bottom: 34px
}

.stage__intro .kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .28em;
  opacity: .6
}

.stage__intro .arrow {
  font-size: 24px;
  margin-top: 8px;
  opacity: .5
}

.spread {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--sheet);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 2px;
  box-shadow: 0 50px 90px -30px rgba(0, 0, 0, .75), 0 8px 24px rgba(0, 0, 0, .4)
}

.spread::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 70px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .06) 40%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .06) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 5
}

.spread::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  bottom: 18px;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(20, 19, 15, .18);
  z-index: 6
}

.page {
  position: relative;
  padding: 40px 46px 56px;
  min-height: 520px
}

.runhead {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 8px;
  margin-bottom: 24px;
  opacity: .85
}

.pg {
  position: absolute;
  bottom: 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  opacity: .6
}

.pg-l {
  left: 46px
}

.pg-r {
  right: 46px
}

/* turn divider */
.turn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 30px 0 24px;
  color: rgba(242, 241, 236, .55);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase
}

.turn .ln {
  height: 1px;
  width: 60px;
  background: rgba(242, 241, 236, .25)
}

/* SPREAD 1 — editorial */
.ed-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--red);
  margin-bottom: 10px
}

.ed-title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.02;
  letter-spacing: -.01em
}

.ed-feat {
  position: relative;
  margin-top: 22px
}

.ed-feat .big {
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
  background: radial-gradient(120% 120% at 80% 12%, var(--blue) 0 40%, transparent 41%), radial-gradient(90% 90% at 8% 96%, var(--pink) 0 30%, transparent 31%), var(--ink);
  position: relative
}

.ed-feat .big img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

.ed-feat .big .num {
  position: absolute;
  left: 18px;
  top: 14px;
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(3rem, 7vw, 5rem);
  line-height: .8;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .5)
}

.ed-feat .small {
  position: absolute;
  right: -14px;
  bottom: -16px;
  width: 46%;
  aspect-ratio: 1/1;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: repeating-linear-gradient(45deg, var(--yellow) 0 16px, #fff 16px 32px);
  rotate: 5deg;
  box-shadow: 5px 6px 0 rgba(20, 19, 15, .18)
}

.ed-feat .cap {
  position: absolute;
  left: 8px;
  bottom: -30px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  opacity: .7
}

.ed-note {
  font-size: 16px;
  line-height: 1.55
}

.ed-note p {
  margin-top: 14px
}

.ed-note p:first-of-type::first-letter {
  font-family: var(--display);
  font-weight: 800;
  float: left;
  font-size: 3.2em;
  line-height: .72;
  padding: 6px 10px 0 0;
  color: var(--red)
}

.ed-sign {
  font-family: var(--mono);
  font-size: 12px;
  margin-top: 20px;
  opacity: .7
}

.filmpill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  background: var(--ink);
  color: #fff;
  border-radius: 30px;
  padding: 11px 20px;
  margin-top: 24px
}

.filmpill .tri {
  width: 0;
  height: 0;
  border-left: 11px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent
}

.filmpill:hover {
  background: var(--red)
}

/* SPREAD 2 — рубрики / keyword */
.kw-title {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: .92;
  letter-spacing: -.02em
}

.kw-title .lat {
  color: var(--red);
  font-weight: 400
}

.kw-sub {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  margin-top: 12px;
  opacity: .7
}

.kw-intro {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.55;
  max-width: 320px;
  opacity: .85
}

.kw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px
}

.kwtag {
  position: relative;
  display: block;
  color: #fff;
  border: 1px solid var(--ink);
  border-radius: 12px;
  padding: 14px 15px 15px;
  box-shadow: 4px 5px 0 rgba(20, 19, 15, .16);
  transition: transform .25s ease
}

.kwtag::before {
  content: "";
  position: absolute;
  left: 18px;
  top: -1px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--sheet)
}

.kwtag:nth-child(odd) {
  rotate: -1.4deg
}

.kwtag:nth-child(even) {
  rotate: 1.4deg
}

.kwtag:hover {
  transform: translateY(-5px);
  rotate: 0deg;
  z-index: 5
}

.kwtag .k {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .16em
}

.kwtag h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.25rem;
  margin: 7px 0 6px;
  letter-spacing: -.01em
}

.kwtag p {
  font-size: 12.5px;
  line-height: 1.38;
  opacity: .96
}

.t-red {
  background: var(--red)
}

.t-blue {
  background: var(--blue)
}

.t-pink {
  background: var(--pink)
}

.t-green {
  background: var(--green)
}

.t-violet {
  background: var(--violet)
}

.t-yellow {
  background: var(--yellow)
}

/* SPREAD 3 — contact sheet */
.sheet-head {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  letter-spacing: -.01em;
  margin-bottom: 6px
}

.sheet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 22px;
  margin-top: 18px
}

.thumb {
  display: block
}

.thumb .frame {
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid var(--ink);
  overflow: hidden;
  position: relative;
  transition: transform .25s ease
}

.thumb:nth-child(odd) .frame {
  rotate: -2deg
}

.thumb:nth-child(even) .frame {
  rotate: 2deg
}

.thumb:hover .frame {
  transform: scale(1.04) rotate(0deg)
}

.thumb .frame .ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.6rem;
  color: rgba(255, 255, 255, .32)
}

.thumb .meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .06em;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  opacity: .7
}

.thumb h4 {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 600;
  margin-top: 4px
}

.thumb:hover h4 {
  text-decoration: underline;
  text-underline-offset: 3px
}

.c-red .ph {
  background: var(--red)
}

.c-blue .ph {
  background: var(--blue)
}

.c-pink .ph {
  background: var(--pink)
}

.c-green .ph {
  background: var(--green)
}

.c-yellow .ph {
  background: var(--yellow)
}

.c-violet .ph {
  background: var(--violet)
}

.c-red .frame {
  border-color: var(--red)
}

.c-blue .frame {
  border-color: var(--blue)
}

.c-pink .frame {
  border-color: var(--pink)
}

.c-green .frame {
  border-color: var(--green)
}

.c-yellow .frame {
  border-color: var(--yellow)
}

.c-violet .frame {
  border-color: var(--violet)
}

.c-yellow .ph {
  color: rgba(20, 19, 15, .25)
}

.sheet-foot {
  margin-top: 30px;
  display: flex;
  justify-content: center
}

.btn-ghost {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid var(--ink);
  border-radius: 30px;
  padding: 13px 26px;
  transition: background .2s, color .2s
}

.btn-ghost:hover {
  background: var(--ink);
  color: var(--sheet)
}

/* ---------------- FOOTER ---------------- */
.foot {
  background: var(--stage);
  color: var(--paper);
  padding: 40px 0 40px
}

.foot__list {
  display: grid;
  gap: 2px
}

.foot__list a {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.2rem, 8vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  display: inline-flex;
  align-items: baseline;
  gap: .18em;
  width: max-content;
  border-bottom: 3px solid transparent;
  transition: color .2s, border-color .2s
}

.foot__list a .amp {
  color: var(--red);
  font-weight: 400
}

.foot__list a:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow)
}

.foot__colophon {
  margin-top: 54px;
  border-top: 1px solid rgba(242, 241, 236, .25);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end
}

.foot__colophon p {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .8
}

.foot__colophon .links {
  display: flex;
  gap: 20px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .06em
}

.foot__colophon .links a:hover {
  color: var(--yellow)
}

.foot__copy {
  margin-top: 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  opacity: .55;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

/* ---------------- ANIM ---------------- */
.anim {
  opacity: 0;
  transform: translateY(16px)
}

.ready .anim {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1)
}

.ready .d1 {
  transition-delay: .06s
}

.ready .d2 {
  transition-delay: .14s
}

.ready .d3 {
  transition-delay: .22s
}

.ready .d4 {
  transition-delay: .3s
}

.ready .d5 {
  transition-delay: .38s
}

.ready .d6 {
  transition-delay: .46s
}

.reveal {
  opacity: 0;
  transform: translateY(28px)
}

.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity .8s ease, transform .8s cubic-bezier(.2, .7, .2, 1)
}

.ahead {
  padding: 48px 0 18px
}

.ahead .runhead {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .65;
  border-bottom: 1px solid rgba(242, 241, 236, .25);
  padding-bottom: 10px;
  margin-bottom: 26px
}

.ahead h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 11vw, 8rem);
  line-height: .85;
  letter-spacing: -.035em
}

.ahead h1 .lat {
  color: var(--red);
  font-weight: 400
}

.ahead p {
  max-width: 560px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.55;
  opacity: .85
}

.filterbar {
  position: sticky;
  top: 62px;
  z-index: 120;
  background: rgba(14, 13, 10, .9);
  backdrop-filter: blur(8px);
  margin-top: 34px
}

.filterbar__row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  flex-wrap: wrap
}

.chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1
}

.chip {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(242, 241, 236, .4);
  border-radius: 24px;
  padding: 7px 15px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s
}

.chip:hover {
  border-color: var(--paper)
}

.chip.is-active {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper)
}

.chip.is-active.f-red {
  background: var(--red);
  border-color: var(--red);
  color: #fff
}

.chip.is-active.f-blue {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff
}

.chip.is-active.f-pink {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff
}

.chip.is-active.f-green {
  background: var(--green);
  border-color: var(--green);
  color: #fff
}

.chip.is-active.f-yellow {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink)
}

.chip.is-active.f-violet {
  background: var(--violet);
  border-color: var(--violet);
  color: #fff
}

.count {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  opacity: .7;
  white-space: nowrap
}

.authors {
  padding: 34px 0 20px
}

.agrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px
}

.author {
  display: flex;
  flex-direction: column;
  background: var(--sheet);
  color: var(--ink);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .45);
  transition: transform .25s ease
}

.author:hover {
  transform: translateY(-5px)
}

.author__top {
  display: flex;
  align-items: center;
  gap: 14px
}

.author .ava {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  color: #fff;
  font-size: 1.15rem;
  flex: 0 0 auto
}

.author h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: -.01em
}

.author .role {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .08em;
  opacity: .6;
  margin-top: 4px
}

.author .bio {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px;
  opacity: .85;
  flex: 1
}

.author__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  border-top: 1px solid rgba(20, 19, 15, .12);
  padding-top: 12px
}

.author__foot .num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  opacity: .6
}

.author__foot a {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px
}

.a-red .ava {
  background: var(--red)
}

.a-blue .ava {
  background: var(--blue)
}

.a-pink .ava {
  background: var(--pink)
}

.a-green .ava {
  background: var(--green)
}

.a-yellow .ava {
  background: var(--yellow);
  color: var(--ink)
}

.a-violet .ava {
  background: var(--violet)
}

.foot {
  padding: 54px 0 40px;
  border-top: 1px solid rgba(242, 241, 236, .16);
  margin-top: 40px
}

.foot__list {
  display: grid;
  gap: 2px
}

.foot__list a {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.2rem, 8vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  display: inline-flex;
  align-items: baseline;
  gap: .18em;
  width: max-content;
  border-bottom: 3px solid transparent;
  transition: color .2s, border-color .2s
}

.foot__list a .amp {
  color: var(--red);
  font-weight: 400
}

.foot__list a:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow)
}

.foot__colophon {
  margin-top: 46px;
  border-top: 1px solid rgba(242, 241, 236, .25);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end
}

.foot__colophon p {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .8
}

.foot__colophon .links {
  display: flex;
  gap: 20px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .06em
}

.foot__copy {
  margin-top: 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  opacity: .55;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.reveal {
  opacity: 0;
  transform: translateY(22px)
}

.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1)
}

@media (max-width:900px) {
  .nav__links {
    display: none
  }

  .burger {
    display: block
  }

  .nav.open .nav__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    background: rgba(14, 13, 10, .98);
    backdrop-filter: saturate(140%) blur(10px);
    border-bottom: 1px solid rgba(242, 241, 236, .16);
    padding: 6px 28px 22px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, .5)
  }

  .nav.open .nav__links a {
    font-size: 21px;
    font-weight: 500;
    padding: 15px 2px;
    border-bottom: 1px solid rgba(242, 241, 236, .1)
  }

  .nav.open .nav__links a::after {
    display: none
  }

  .nav.open .nav__links a.m-only {
    display: block;
    margin-top: 14px;
    border-bottom: 0;
    background: var(--paper) !important;
    color: var(--ink) !important;
    border-radius: 26px;
    padding: 14px 18px;
    text-align: center;
    font-weight: 600
  }

  .agrid {
    grid-template-columns: repeat(2, 1fr)
  }

}

@media (max-width:560px) {
  .wrap {
    padding: 0 18px
  }

  .subscribe {
    display: none
  }

  .agrid {
    grid-template-columns: 1fr
  }

  .filterbar {
    top: 0
  }

}

@media (prefers-reduced-motion:reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }

}

.khead {
  padding: 48px 0 14px
}

.khead .runhead {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .65;
  border-bottom: 1px solid rgba(242, 241, 236, .25);
  padding-bottom: 10px;
  margin-bottom: 26px
}

.khead h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 11vw, 8rem);
  line-height: .85;
  letter-spacing: -.035em
}

.khead h1 .lat {
  color: var(--red);
  font-weight: 400
}

.kbody {
  padding: 24px 0 20px
}

.kgrid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start
}

.kinfo {
  display: grid;
  gap: 16px
}

.kblock {
  border: 1px solid rgba(242, 241, 236, .18);
  border-radius: 14px;
  padding: 20px 22px
}

.kblock .k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  opacity: .55
}

.kblock .v {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 8px;
  letter-spacing: -.01em;
  word-break: break-word
}

.kblock .v a {
  border-bottom: 2px solid var(--red);
  padding-bottom: 1px
}

.kblock .v a:hover {
  color: var(--red)
}

.kblock .note {
  font-size: 14px;
  opacity: .7;
  margin-top: 8px
}

.ksoc {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 12px
}

.ksoc a {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .06em;
  border: 1px solid rgba(242, 241, 236, .4);
  border-radius: 24px;
  padding: 8px 14px
}

.ksoc a:hover {
  background: var(--paper);
  color: var(--ink)
}

/* FORM (white sheet) */
.kform {
  background: var(--sheet);
  color: var(--ink);
  border-radius: 14px;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, .6)
}

.kform h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -.01em
}

.kform .sub {
  font-size: 14px;
  opacity: .7;
  margin-top: 8px
}

.field {
  margin-top: 18px
}

.field label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 7px
}

.field input, .field textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(20, 19, 15, .2);
  border-radius: 10px;
  padding: 12px 14px
}

.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--ink)
}

.field textarea {
  min-height: 120px;
  resize: vertical
}

.kform .submit {
  margin-top: 22px;
  font-family: var(--body);
  font-size: 15px;
  font-weight: 600;
  background: var(--ink);
  color: #fff;
  border: 0;
  border-radius: 30px;
  padding: 13px 24px;
  cursor: pointer;
  transition: background .2s
}

.kform .submit:hover {
  background: var(--red)
}

.kform .ok {
  display: none;
  margin-top: 16px;
  font-size: 14px;
  color: #1c7a3a
}

.kform .ok.show {
  display: block
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(20px);
  background: var(--paper);
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .5);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s, transform .3s;
  z-index: 300
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0)
}

.foot {
  padding: 54px 0 40px;
  border-top: 1px solid rgba(242, 241, 236, .16);
  margin-top: 40px
}

.foot__list {
  display: grid;
  gap: 2px
}

.foot__list a {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(2.2rem, 8vw, 5.2rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  display: inline-flex;
  align-items: baseline;
  gap: .18em;
  width: max-content;
  border-bottom: 3px solid transparent;
  transition: color .2s, border-color .2s
}

.foot__list a .amp {
  color: var(--red);
  font-weight: 400
}

.foot__list a:hover {
  color: var(--yellow);
  border-bottom-color: var(--yellow)
}

.foot__colophon {
  margin-top: 46px;
  border-top: 1px solid rgba(242, 241, 236, .25);
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: flex-end
}

.foot__colophon p {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.55;
  opacity: .8
}

.foot__colophon .links {
  display: flex;
  gap: 20px;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .06em
}

.foot__copy {
  margin-top: 28px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  opacity: .55;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.reveal {
  opacity: 0;
  transform: translateY(22px)
}

.reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1)
}

@media (max-width:900px) {
  .nav__links {
    display: none
  }

  .burger {
    display: block
  }

  .nav.open .nav__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    background: rgba(14, 13, 10, .98);
    backdrop-filter: saturate(140%) blur(10px);
    border-bottom: 1px solid rgba(242, 241, 236, .16);
    padding: 6px 28px 22px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, .5)
  }

  .nav.open .nav__links a {
    font-size: 21px;
    font-weight: 500;
    padding: 15px 2px;
    border-bottom: 1px solid rgba(242, 241, 236, .1)
  }

  .nav.open .nav__links a::after {
    display: none
  }

  .nav.open .nav__links a.m-only {
    display: block;
    margin-top: 14px;
    border-bottom: 0;
    background: var(--paper) !important;
    color: var(--ink) !important;
    border-radius: 26px;
    padding: 14px 18px;
    text-align: center;
    font-weight: 600
  }

  .kgrid {
    grid-template-columns: 1fr
  }

}

@media (max-width:560px) {
  .wrap {
    padding: 0 18px
  }

  .subscribe {
    display: none
  }

}

@media (prefers-reduced-motion:reduce) {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }

}

#pr-donate {
  --paper: #F2F1EC;
  --ink: #0E0D0A;
  --red: #EA3A2D;
  color: var(--paper);
  background: var(--ink);
  font: 17px/1.5 'Golos Text', sans-serif;
  -webkit-font-smoothing: antialiased;
}

#pr-donate * {
  box-sizing: border-box;
}

#pr-donate a {
  color: inherit;
  text-decoration: none;
}

#pr-donate a:focus-visible, #pr-donate button:focus-visible {
  outline: 3px solid #FFCB2E;
  outline-offset: 6px;
}

#pr-donate .pd-wrap {
  max-width: 1340px;
  margin: auto;
  padding: 0 28px;
}

#pr-donate .pd-nav {
  border-bottom: 1px solid #f2f1ec29;
}

#pr-donate .pd-nav-row {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

#pr-donate .pd-brand {
  font: 12px 'JetBrains Mono', monospace;
  letter-spacing: .22em;
  white-space: nowrap;
}

#pr-donate .pd-links {
  display: flex;
  gap: 26px;
  font-size: 15px;
  font-weight: 500;
}

#pr-donate .pd-links a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

#pr-donate .pd-main {
  padding-top: 48px;
  padding-bottom: 86px;
}

#pr-donate .pd-run {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
  margin-bottom: 32px;
  border-bottom: 1px solid #f2f1ec40;
  font: 10px/1.5 'JetBrains Mono', monospace;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #f2f1eca6;
}

#pr-donate h1 {
  margin: 0;
  font: 800 clamp(36px, 8.3vw, 108px)/1.04 'Unbounded', sans-serif;
  letter-spacing: -.045em;
  color: var(--paper);
}

#pr-donate h1 span {
  color: var(--red);
}

#pr-donate .pd-content {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 70px;
  margin-top: 50px;
  align-items: start;
}

#pr-donate .pd-copy p {
  margin: 0 0 18px;
  max-width: 610px;
  font-size: 20px;
  line-height: 1.6;
}

#pr-donate .pd-copy p+p {
  font-size: 17px;
  color: #f2f1ecb8;
}

#pr-donate .pd-action {
  padding-top: 7px;
}

#pr-donate .pd-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 27px;
  border: 1px solid var(--red);
  border-radius: 4px;
  background: var(--red);
  color: var(--paper);
  font: 600 clamp(16px, 1.7vw, 22px)/1.4 'Unbounded', sans-serif;
  transition: background .2s, border-color .2s;
}

#pr-donate .pd-button:hover {
  background: #ce3024;
  border-color: #ce3024;
}

#pr-donate .pd-button span {
  font-size: 32px;
  line-height: 1;
}

#pr-donate .pd-note {
  margin: 14px 0 0;
  font-size: 13px;
  color: #f2f1ec99;
}

#pr-donate .pd-footer {
  border-top: 1px solid #f2f1ec29;
  padding: 48px 0 40px;
}

#pr-donate .pd-footer-nav {
  display: grid;
  gap: 2px;
}

#pr-donate .pd-footer-nav a {
  width: fit-content;
  font: 600 clamp(28px, 7vw, 78px)/1.12 'Unbounded', sans-serif;
  letter-spacing: -.03em;
}

#pr-donate .pd-footer-nav span {
  color: var(--red);
  font-weight: 400;
}

#pr-donate .pd-footer-nav a:hover {
  color: #FFCB2E;
}

#pr-donate .pd-colophon {
  border-top: 1px solid #f2f1ec40;
  margin-top: 44px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}

#pr-donate .pd-colophon p {
  margin: 0;
  max-width: 430px;
  font-size: 14px;
  color: #f2f1eccc;
}

#pr-donate .pd-social {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font: 12px/1.5 'JetBrains Mono', monospace;
}

#pr-donate .pd-copyright {
  margin-top: 28px;
  font: 11px/1.5 'JetBrains Mono', monospace;
  letter-spacing: .1em;
  color: #f2f1ec8c;
}

@media(max-width:760px) {
  #pr-donate .pd-wrap {
    padding: 0 18px;
  }

  #pr-donate .pd-nav-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  #pr-donate .pd-links {
    gap: 24px;
    font-size: 14px;
  }

  #pr-donate .pd-main {
    padding-top: 32px;
    padding-bottom: 52px;
  }

  #pr-donate .pd-run {
    font-size: 9px;
    letter-spacing: .08em;
    margin-bottom: 26px;
  }

  #pr-donate h1 {
    font-size: clamp(27px, 7.7vw, 58px);
  }

  #pr-donate .pd-content {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  #pr-donate .pd-copy p {
    font-size: 18px;
  }

  #pr-donate .pd-button {
    padding: 20px;
  }

  #pr-donate .pd-footer {
    padding-top: 32px;
  }

}

@media(prefers-reduced-motion:reduce) {
  #pr-donate .pd-button {
    transition: none;
  }

}

/* PAGE HEADER */
.phead {
  position: relative;
  padding: 48px 0 22px
}

.phead .runhead {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
  opacity: .65;
  border-bottom: 1px solid rgba(242, 241, 236, .25);
  padding-bottom: 10px;
  margin-bottom: 26px
}

.phead__title {
  display: flex;
  align-items: flex-end;
  gap: 18px;
  flex-wrap: wrap
}

.phead h1 {
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(2.6rem, 11vw, 8.5rem);
  line-height: .85;
  letter-spacing: -.035em
}

.phead h1 .lat {
  color: var(--red);
  font-weight: 400
}

.phead__count {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  opacity: .7;
  padding-bottom: 12px
}

.phead__intro {
  max-width: 520px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.55;
  opacity: .85
}

.phead__sticker {
  position: absolute;
  right: 30px;
  top: 60px;
  width: 120px;
  height: 150px;
  border-radius: 14px;
  background: var(--yellow);
  color: rgba(20, 19, 15, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 2.6rem;
  rotate: 6deg;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .5)
}

.phead__sticker .lab {
  position: absolute;
  left: 8px;
  bottom: 7px;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .1em;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 14px;
  padding: 2px 7px
}

/* FEATURED SPREAD */
.lead {
  padding: 14px 0 6px
}

.spread {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  background: var(--sheet);
  color: var(--ink);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  border-radius: 2px;
  box-shadow: 0 50px 90px -30px rgba(0, 0, 0, .75), 0 8px 24px rgba(0, 0, 0, .4)
}

.spread::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 70px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .06) 40%, rgba(0, 0, 0, .16) 50%, rgba(0, 0, 0, .06) 60%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 5
}

.spread::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  bottom: 18px;
  width: 1px;
  transform: translateX(-50%);
  background: rgba(20, 19, 15, .18);
  z-index: 6
}

.page {
  position: relative;
  padding: 38px 44px 52px;
  min-height: 440px
}

.runhead2 {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 8px;
  margin-bottom: 22px;
  opacity: .85
}

.pg {
  position: absolute;
  bottom: 18px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  opacity: .6
}

.pg-l {
  left: 44px
}

.pg-r {
  right: 44px
}

.lead__img {
  aspect-ratio: 4/3;
  border-radius: 4px;
  background: radial-gradient(120% 120% at 82% 12%, var(--red) 0 42%, transparent 43%), radial-gradient(90% 90% at 6% 96%, var(--violet) 0 30%, transparent 31%), var(--ink);
  position: relative
}

.lead__img .num {
  position: absolute;
  left: 18px;
  top: 14px;
  color: #fff;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(3rem, 8vw, 5.4rem);
  line-height: .8
}

.lead__img .cap {
  position: absolute;
  left: 14px;
  bottom: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .06em;
  color: #fff;
  opacity: .85
}

.lead__eye {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .16em;
  color: var(--red);
  margin-bottom: 12px
}

.lead__title {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
  line-height: 1.03;
  letter-spacing: -.015em
}

.lead__lede {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.55
}

.lead__meta {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .06em;
  opacity: .65;
  margin-top: 18px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap
}

.lead__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  background: var(--ink);
  color: #fff;
  border-radius: 30px;
  padding: 11px 22px;
  margin-top: 22px
}

.lead__btn:hover {
  background: var(--red)
}

/* FILTER BAR */
.filterbar {
  position: sticky;
  top: 62px;
  z-index: 120;
  background: rgba(14, 13, 10, .9);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(242, 241, 236, .14);
  border-bottom: 1px solid rgba(242, 241, 236, .14);
  margin-top: 46px
}

.filterbar__row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
  flex-wrap: wrap
}

.chips {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1 1 auto
}

.chip {
  font-family: var(--body);
  font-size: 14px;
  font-weight: 500;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(242, 241, 236, .4);
  border-radius: 24px;
  padding: 7px 15px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s
}

.chip:hover {
  border-color: var(--paper)
}

.chip.is-active {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper)
}

.chip.is-active.f-red {
  background: var(--red);
  border-color: var(--red);
  color: #fff
}

.chip.is-active.f-blue {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff
}

.chip.is-active.f-pink {
  background: var(--pink);
  border-color: var(--pink);
  color: #fff
}

.chip.is-active.f-green {
  background: var(--green);
  border-color: var(--green);
  color: #fff
}

.chip.is-active.f-yellow {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink)
}

.chip.is-active.f-violet {
  background: var(--violet);
  border-color: var(--violet);
  color: #fff
}

.search {
  position: relative;
  flex: 0 0 auto
}

.search input {
  font-family: var(--body);
  font-size: 14px;
  color: var(--paper);
  background: transparent;
  border: 1px solid rgba(242, 241, 236, .4);
  border-radius: 24px;
  padding: 8px 14px 8px 34px;
  width: 200px
}

.search input::placeholder {
  color: rgba(242, 241, 236, .5)
}

.search input:focus {
  border-color: var(--paper);
  outline: none
}

.search .ic {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: .6;
  font-size: 13px
}

.count {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .08em;
  opacity: .7;
  white-space: nowrap
}

/* ARTICLES GRID */
.list {
  padding: 34px 0 20px
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px
}

.acard {
  display: flex;
  flex-direction: column;
  background: var(--sheet);
  color: var(--ink) !important;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .45);
  transition: transform .25s ease, box-shadow .25s ease
}

.acard:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, .55)
}

.acard__frame {
  aspect-ratio: 5/3;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--ink)
}

.acard__frame .glyph {
  font-family: var(--display);
  font-weight: 800;
  font-size: 3rem;
  color: rgba(255, 255, 255, .34)
}

.acard__frame .badge {
  position: absolute;
  left: 12px;
  top: 12px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .1em;
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 20px;
  padding: 4px 10px
}

.acard__body {
  padding: 16px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1
}

.acard__meta {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .06em;
  opacity: .6
}

.acard h3 {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.12rem;
  line-height: 1.2;
  letter-spacing: -.01em
}

.acard:hover h3 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px
}

.acard__author {
  margin-top: auto;
  font-size: 14px;
  opacity: .7
}

.c-red .acard__frame {
  background: var(--red);
  border-color: var(--red)
}

.c-blue .acard__frame {
  background: var(--blue);
  border-color: var(--blue)
}

.c-pink .acard__frame {
  background: var(--pink);
  border-color: var(--pink)
}

.c-green .acard__frame {
  background: var(--green);
  border-color: var(--green)
}

.c-yellow .acard__frame {
  background: var(--yellow);
  border-color: var(--yellow)
}

.c-violet .acard__frame {
  background: var(--violet);
  border-color: var(--violet)
}

.c-yellow .acard__frame .glyph {
  color: rgba(20, 19, 15, .25)
}

.empty {
  display: none;
  text-align: center;
  padding: 60px 0;
  opacity: .6;
  font-family: var(--mono);
  letter-spacing: .06em;
  font-size: 13px
}

.empty.show {
  display: block
}

.more {
  display: flex;
  justify-content: center;
  padding: 40px 0 10px
}

.btn-ghost {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid var(--paper);
  border-radius: 30px;
  padding: 13px 26px;
  background: transparent;
  color: var(--paper);
  cursor: pointer;
  transition: background .2s, color .2s
}

.btn-ghost:hover {
  background: var(--paper);
  color: var(--ink)
}

#article, #article * {
  color: #1F181A !important;
}

/* весь текст — тёмный */
#article .cover, #article .cover * {
  color: #fff !important;
}

/* но на фиолетовой обложке — белый */

/* ---------------- RESPONSIVE ---------------- */
@media (max-width:1080px) {
  .hero__widget {
    display: none
  }

}

@media (max-width:900px) {
  .nav__links {
    display: none
  }

  .burger {
    display: block
  }

  .hero, .stage {
    overflow-x: clip
  }

  .nav.open .nav__links {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    background: rgba(14, 13, 10, .98);
    backdrop-filter: saturate(140%) blur(10px);
    border-bottom: 1px solid rgba(242, 241, 236, .16);
    padding: 6px 28px 22px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, .5)
  }

  .nav.open .nav__links a {
    font-size: 21px;
    font-weight: 500;
    padding: 15px 2px;
    border-bottom: 1px solid rgba(242, 241, 236, .1)
  }

  .nav.open .nav__links a::after {
    display: none
  }

  .nav.open .nav__links a.m-only {
    display: block;
    margin-top: 14px;
    border-bottom: 0;
    background: var(--paper) !important;
    color: var(--ink) !important;
    border-radius: 26px;
    padding: 14px 18px;
    text-align: center;
    font-weight: 600
  }

  .spread {
    grid-template-columns: 1fr;
    max-width: 560px
  }

  .spread::before, .spread::after {
    display: none
  }

  .page {
    min-height: auto;
    padding: 32px 30px 48px
  }

  .kw-grid {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .kwtag {
    rotate: 0deg !important
  }

  .pg {
    position: static;
    display: inline-block;
    margin-top: 18px
  }

  .sheet-grid {
    grid-template-columns: repeat(2, 1fr)
  }

}

@media (max-width:560px) {
  .wrap {
    padding: 0 18px
  }

  .subscribe {
    display: none
  }

  .hero__main {
    align-items: flex-start
  }

  .sheet-grid {
    grid-template-columns: 1fr
  }

  .pop {
    margin-left: -18px !important
  }

}

@media (prefers-reduced-motion:reduce) {
  * {
    animation: none !important
  }

  .anim, .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important
  }

}
