@font-face{font-family:'Archivo';font-style:normal;font-weight:400 900;font-display:swap;src:url('../fonts/archivo-0.woff2') format('woff2');unicode-range:U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;}
@font-face{font-family:'Archivo';font-style:normal;font-weight:400 900;font-display:swap;src:url('../fonts/archivo-1.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;}
@font-face{font-family:'Archivo';font-style:normal;font-weight:400 900;font-display:swap;src:url('../fonts/archivo-2.woff2') format('woff2');unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;}

:root{
  --red:#FC164B;
  --red-deep:#D40B3B;
  --ink:#0A0A0A;
  --ink-soft:#3A3A3E;
  --paper:#FFFFFF;
  --rule:#E2E2E4;
  --wash:#F5F5F6;

  --page:74rem;
  --gutter:clamp(1.25rem,5vw,4rem);
  --measure:36rem;

  /* Capped so HUMANITARIANISM -- the longest word in the thesis band, 10.52em
     at this tracking -- fits the 74rem measure unbroken at every width from
     320px up. Raising these re-introduces a mid-word break. */
  --display:clamp(1.5rem,8.2vw,6.2rem);
  --h2:clamp(1.9rem,4.6vw,3.4rem);
  --h3:clamp(1.15rem,2vw,1.5rem);
  --body:clamp(1.02rem,1.15vw,1.16rem);
  --label:.75rem;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--paper);color:var(--ink);
  font-family:'Archivo','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size:var(--body);line-height:1.55;
  font-variant-numeric:tabular-nums;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit}
h1,h2,h3{margin:0;line-height:1.02;letter-spacing:-.025em;font-weight:800}
p{margin:0 0 1.1em}
.wrap{max-width:var(--page);margin-inline:auto;padding-inline:var(--gutter)}
.measure{max-width:var(--measure)}

.label{
  font-size:var(--label);font-weight:700;letter-spacing:.16em;
  text-transform:uppercase;line-height:1;
}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;z-index:100;background:var(--ink);color:#fff;padding:.75rem 1rem}
:focus-visible{outline:3px solid var(--red);outline-offset:3px}

/* ---------- header ---------- */
.hdr{
  position:fixed;top:clamp(.7rem,1.6vw,1.15rem);left:0;right:0;z-index:50;
  padding-inline:var(--gutter);pointer-events:none;
}
.hdr .bar{
  pointer-events:auto;
  display:flex;align-items:center;gap:1.5rem;
  width:fit-content;max-width:100%;margin-inline:auto;
  background:var(--red);color:#fff;
  border-radius:999px;padding:.62rem 1.5rem;
  box-shadow:0 10px 30px rgba(10,10,10,.26),0 2px 6px rgba(10,10,10,.18);
}
/* anchors must clear the floating bar */
section[id]{scroll-margin-top:6rem}
.mark{
  font-weight:900;letter-spacing:-.045em;font-size:clamp(1.35rem,2.6vw,1.85rem);
  text-decoration:none;white-space:nowrap;text-transform:uppercase;line-height:1;
}
.mark em{font-style:normal}
.hdr nav{display:flex;margin-left:auto}
/* Ghost's {{navigation}} emits <ul class="nav"><li>; without this the items
   stack as a bulleted column and the pill inflates into a blob. */
.hdr nav ul{display:flex;gap:1.4rem;list-style:none;margin:0;padding:0;align-items:center}
.hdr nav li{margin:0}
.hdr nav a{
  text-decoration:none;font-size:.83rem;font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;padding-block:.4rem;border-bottom:2px solid transparent;
}
.hdr nav a:hover,.hdr nav .nav-current a,.hdr nav a.active{border-bottom-color:#fff}
.hdr .day-chip{
  font-size:.78rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;
  color:var(--red);background:#fff;padding:.34rem .62rem;border-radius:999px;
  white-space:nowrap;
}
@media(max-width:860px){
  .hdr nav{display:none}
  .hdr .day-chip{margin-left:auto}
  .hdr .bar{width:auto;gap:1rem;justify-content:space-between}
}
/* The wordmark is nowrap and so cannot shrink to fit; below this width the pill
   overflows the viewport unless the type comes down with it. */
@media(max-width:560px){
  .hdr{padding-inline:.85rem}
  .hdr .bar{padding:.5rem .9rem;gap:.55rem}
  .mark{font-size:1.06rem;letter-spacing:-.035em}
  .hdr .day-chip{font-size:.66rem;padding:.26rem .48rem;letter-spacing:.07em}
}

/* ---------- hero ---------- */
.hero{position:relative;background:var(--ink);color:#fff;isolation:isolate}
.hero .shot{position:absolute;inset:0;z-index:-2}
.hero .shot img{
  width:100%;height:100%;object-fit:cover;object-position:68% center;
  filter:grayscale(1) contrast(1.08);
}
.hero .scrim{
  position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(6,6,7,.93) 0%,rgba(6,6,7,.86) 30%,rgba(6,6,7,.45) 58%,rgba(6,6,7,.05) 82%);
}
.hero .inner{
  max-width:var(--page);margin-inline:auto;padding:max(clamp(3rem,7vw,5.5rem),7.5rem) var(--gutter) clamp(2.5rem,5vw,4rem);
  min-height:min(88vh,760px);display:flex;flex-direction:column;justify-content:center;
}
.hero .col{max-width:34rem}
.hero .eyebrow{color:var(--red);margin-bottom:1.1rem}
.hero h1{
  font-size:clamp(2.6rem,6.4vw,4.6rem);font-weight:900;letter-spacing:-.025em;
  margin-bottom:.55rem;
}
.hero h1 .sur{display:block}
.hero .stand{
  font-size:clamp(1.02rem,1.5vw,1.2rem);color:#E6E6E8;
  max-width:31rem;margin-bottom:1.9rem;
}
.hero .thesis{
  font-size:.9rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:#fff;border-left:4px solid var(--red);padding-left:.85rem;margin-top:2rem;
}

/* counter */
.count{display:flex;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}
.count .n{
  font-size:clamp(3.6rem,10vw,6.6rem);font-weight:900;line-height:.82;
  letter-spacing:-.05em;color:var(--red);
}
.count .u{font-size:.82rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#C9C9CE;padding-bottom:.4rem}
.count .u b{display:block;color:#fff;font-size:1.02rem;letter-spacing:.06em;margin-top:.3rem}
.tick{
  font-size:.85rem;font-weight:600;letter-spacing:.1em;color:#C9C9CE;
  font-variant-numeric:tabular-nums;
}
.tick span{color:#fff}

/* hero signup */
.sub{margin-top:.4rem}
.sub form{display:flex;gap:.5rem;max-width:27rem;flex-wrap:wrap}
.sub input[type=email]{
  flex:1 1 15rem;min-width:0;border:0;padding:.9rem 1rem;font:inherit;font-size:.98rem;
  background:#fff;color:var(--ink);
}
.sub button{
  border:0;background:var(--red);color:#fff;font:inherit;font-weight:800;
  letter-spacing:.06em;text-transform:uppercase;font-size:.84rem;
  padding:.9rem 1.35rem;cursor:pointer;
}
.sub button:hover{background:var(--red-deep)}
/* Portal signals state by class on the form; without these a working signup
   is visually indistinguishable from a broken button. */
.sub .msg{display:none;margin:.8rem 0 0;font-size:.92rem;font-weight:600;line-height:1.4}
.sub .msg.ok{color:inherit}
.sub .msg.err{color:var(--red)}
.sub form.success{display:none}
.sub form.success ~ .msg.ok{display:block}
.sub form.success ~ .fine{display:none}
.sub form.error ~ .msg.err{display:block}
.sub form.loading button{opacity:.55;pointer-events:none}
.sub form.loading input{opacity:.7}
.standup .msg.ok{color:var(--ink)}
.sub .fine{font-size:.78rem;color:#A9A9B0;margin:.7rem 0 0}
@media(max-width:760px){
  .hero .shot img{object-position:62% 22%}
  .hero .scrim{background:linear-gradient(180deg,rgba(6,6,7,.35) 0%,rgba(6,6,7,.72) 45%,rgba(6,6,7,.95) 100%)}
  .hero .inner{min-height:auto;padding-top:16rem}
}

/* ---------- thesis band ---------- */
.band{background:var(--red);color:#fff}
.band .wrap{padding-block:clamp(3rem,7vw,5.5rem)}
.band h2{
  font-size:var(--display);font-weight:900;text-transform:uppercase;
  /* Archivo 900 is tight; negative tracking shrinks the word-space too and the
     words start colliding. Ease off and put the word-space back. */
  letter-spacing:-.028em;word-spacing:.06em;
  /* Unreachable for the current copy; guards the page against a longer word
     arriving through the editable thesis_line_* settings. */
  overflow-wrap:break-word;
}
.band h2 span{display:block}
.band h2 span:nth-child(2){opacity:.58}
.band h2 span:nth-child(3){opacity:.3}
.band p{max-width:38rem;margin-top:1.6rem;font-size:1.06rem;margin-bottom:0}

/* ---------- clocks ---------- */
.clocks{border-bottom:1px solid var(--rule)}
.clocks .grid{display:grid;grid-template-columns:1fr 1fr;gap:0}
.clocks .cell{padding:clamp(2rem,4vw,3rem) 0}
.clocks .cell+.cell{border-left:1px solid var(--rule);padding-left:clamp(1.5rem,4vw,3rem)}
.clocks .k{font-size:clamp(2.6rem,6.5vw,4.6rem);font-weight:900;letter-spacing:-.045em;line-height:.9}
.clocks .cell:first-child .k{color:var(--red)}
.clocks .t{margin-top:.7rem;max-width:24rem;color:var(--ink-soft);font-size:.95rem}
@media(max-width:700px){
  .clocks .grid{grid-template-columns:1fr}
  .clocks .cell+.cell{border-left:0;border-top:1px solid var(--rule);padding-left:0}
}

/* ---------- sections ---------- */
.sec{padding-block:clamp(3.5rem,8vw,6.5rem);border-bottom:1px solid var(--rule)}
.sec-head{display:flex;gap:1.1rem;align-items:flex-start;margin-bottom:2.4rem}
.sec-head .n{color:var(--red);font-weight:800;font-size:.82rem;letter-spacing:.1em;padding-top:.5rem}
.sec-head h2{font-size:var(--h2)}
.sec-head .sub{font-size:.95rem;color:var(--ink-soft);margin-top:.7rem;max-width:34rem}

/* story */
.story{display:grid;gap:clamp(2rem,4vw,3.4rem)}
.chapter{display:grid;grid-template-columns:minmax(0,1fr);gap:1.4rem}
.chapter h3{font-size:var(--h3);font-weight:800;letter-spacing:-.01em}
.chapter .body{max-width:var(--measure);color:var(--ink-soft)}
.chapter .body p:last-child{margin-bottom:0}
.chapter figure{margin:0}
.chapter figure img{width:100%;filter:grayscale(1) contrast(1.05)}
.chapter figcaption{font-size:.78rem;color:var(--ink-soft);margin-top:.6rem;letter-spacing:.02em}
@media(min-width:900px){
  .chapter.with-shot{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:clamp(2rem,4vw,3.2rem)}
  .chapter.with-shot.flip .txt{order:2}
}
/* Past this width a lone 36rem measure leaves half the page empty. Move the
   heading into its own column rather than letting the line length run away. */
@media(min-width:1080px){
  .chapter:not(.with-shot) .txt{
    display:grid;grid-template-columns:minmax(0,13rem) minmax(0,var(--measure));
    gap:clamp(2rem,4vw,4rem);align-items:start;
  }
  .pull{max-width:44rem;margin-left:calc(13rem + clamp(2rem,4vw,4rem))}
}
.pull{
  border-left:5px solid var(--red);padding:.2rem 0 .2rem 1.3rem;margin:0;
  font-size:clamp(1.3rem,2.6vw,1.95rem);font-weight:800;letter-spacing:-.02em;line-height:1.18;
  max-width:32rem;
}

/* ribbon */
.ribbon{display:flex;gap:2px;flex-wrap:wrap;margin-bottom:1.1rem}
.ribbon i{
  width:13px;height:34px;background:var(--wash);border-top:2px solid var(--rule);
  display:block;font-style:normal;
}
.ribbon i.on{background:#111;border-top-color:#111}
.ribbon i.mark,.ribbon a.mark{background:var(--red);border-top-color:var(--red);cursor:pointer}
.ribbon a{width:13px;height:34px;display:block;border-top:2px solid var(--rule)}
.ribbon i.mark:hover,.ribbon a.mark:hover,.ribbon a.mark:focus-visible{transform:scaleY(1.35);transform-origin:bottom}
.ribbon-read{
  min-height:2.6em;margin:.9rem 0 1.1rem;font-size:.92rem;color:var(--ink);
  max-width:44rem;border-left:3px solid var(--rule);padding-left:.85rem;
}
.ribbon-read.live{border-left-color:var(--red)}
.ribbon-read b{display:block;font-size:.76rem;letter-spacing:.12em;text-transform:uppercase;color:var(--red);margin-bottom:.2rem}
.ribbon-key{display:flex;gap:1.4rem;flex-wrap:wrap;font-size:.78rem;color:var(--ink-soft)}
.ribbon-key b{display:inline-block;width:10px;height:10px;margin-right:.4rem;vertical-align:-1px}

/* statements */
.voices{display:grid;grid-template-columns:repeat(auto-fill,minmax(15.5rem,1fr));gap:1.6rem}
.voice{border-top:3px solid var(--ink);padding-top:1rem}
.voice .por{width:64px;height:64px;object-fit:cover;filter:grayscale(1);margin-bottom:.85rem;background:var(--wash)}
.voice .w{font-weight:800;font-size:1.02rem;letter-spacing:-.01em;display:block}
.voice .r{font-size:.82rem;color:var(--ink-soft);display:block;margin-top:.25rem}
.voice blockquote{margin:.85rem 0 0;font-size:.95rem}
.voice .await{
  margin-top:.85rem;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--ink-soft);
}
.voice a{font-size:.82rem;font-weight:700;color:var(--red);text-decoration:none;display:inline-block;margin-top:.7rem}
.voice a:hover{text-decoration:underline}

/* act: the ask itself while the CTAs are unapproved */
.standup{border-top:5px solid var(--red);padding-top:1.5rem;max-width:44rem}
.standup-lede{
  font-size:clamp(1.12rem,2vw,1.4rem);font-weight:600;color:var(--ink);
  letter-spacing:-.015em;max-width:32rem;margin-bottom:1.4rem;
}
.standup .sub input[type=email],.standup .sub input[type=text]{
  border:2px solid var(--rule);background:#fff;
}
.standup .sub input:focus-visible{border-color:var(--red)}
.sub form.named{max-width:40rem}
.sub form.named input{flex:1 1 13rem}
.standup .fine{color:var(--ink-soft)}

/* act */
.acts{display:grid;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr));gap:1.6rem}
.act{border-top:3px solid var(--red);padding-top:1rem}
.act .num{color:var(--red);font-weight:900;font-size:.82rem;letter-spacing:.08em;font-variant-numeric:tabular-nums}
.act h3{font-size:1.12rem;margin:.5rem 0 .55rem}
.act p{font-size:.93rem;color:var(--ink-soft);margin-bottom:.9rem}
.act .doit{
  display:inline-block;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
  border:2px solid var(--ink);padding:.55rem .9rem;text-decoration:none;cursor:pointer;background:none;
  font-family:inherit;
}
.act .doit:hover{background:var(--ink);color:#fff}
.addr{
  background:var(--wash);padding:.9rem 1rem;font-size:.88rem;line-height:1.5;margin-bottom:.9rem;
  border-left:3px solid var(--rule);
}
.todo{
  background:#FFF3F5;border-left:3px solid var(--red);padding:.7rem .9rem;
  font-size:.8rem;color:var(--ink);margin-bottom:.9rem;
}

/* press */
.press{display:grid;grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:1.7rem}
.cut{text-decoration:none;display:block}
.cut img{
  width:100%;aspect-ratio:16/10;object-fit:cover;margin-bottom:.8rem;
  filter:grayscale(1) contrast(1.04);transition:filter .45s ease;
}
.cut:hover img,.cut:focus-visible img{filter:grayscale(0) contrast(1)}
.cut .meta{display:flex;gap:.6rem;align-items:baseline;flex-wrap:wrap}
.cut .out{color:var(--red);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.cut .when{font-size:.76rem;font-weight:600;letter-spacing:.06em;color:var(--ink-soft);text-transform:uppercase}
.cut .when.todo{color:var(--red);background:#FFF3F5;padding:.1rem .35rem}
.cut h3{font-size:1.02rem;margin-top:.4rem;font-weight:700;letter-spacing:-.01em;line-height:1.25}
.cut:hover h3{text-decoration:underline}

/* newsletter band */
.join{background:var(--ink);color:#fff}
.join .wrap{padding-block:clamp(3rem,7vw,5rem)}
.join h2{font-size:var(--h2);max-width:22ch}
.join p{color:#BDBDC4;max-width:34rem;margin-top:1rem}
.join .sub{margin-top:1.8rem}
.join .sub input[type=email]{background:#fff}

/* footer */
.foot{padding-block:2.6rem;font-size:.84rem;color:var(--ink-soft)}
.foot .row{display:flex;gap:1.4rem;flex-wrap:wrap;align-items:center}
/* Ghost's secondary navigation renders here as <ul class="nav"><li> */
.foot nav,.foot .row nav{display:contents}
.foot ul.nav{display:flex;gap:1.4rem;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.foot ul.nav li{margin:0}
.foot a{color:var(--ink)}
.foot .row:last-child{margin-top:1rem}
.foot .contact{font-weight:600;text-decoration:none;border-bottom:2px solid var(--red);padding-bottom:1px}
.foot .contact:hover{color:var(--red)}
.foot .social{display:flex;gap:.9rem;margin-left:auto;align-items:center}
.foot .social a{display:inline-flex;color:var(--ink);opacity:.75;transition:opacity .2s,color .2s}
.foot .social a:hover{opacity:1;color:var(--red)}
.foot .social svg{width:20px;height:20px;fill:currentColor}

@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
html{scroll-behavior:smooth}

/* ---------- content rendered by Ghost's editor ---------- */
/* Applies to the story page override, action bodies, and single post/page views. */
.prose,.story.from-ghost,.act-body{max-width:var(--measure);color:var(--ink-soft)}
.prose h2,.story.from-ghost h2{font-size:var(--h3);color:var(--ink);margin:2.2rem 0 .8rem}
.prose h3,.story.from-ghost h3{font-size:1.15rem;color:var(--ink);margin:1.8rem 0 .6rem}
.prose a,.story.from-ghost a,.act-body a{color:var(--red);text-decoration:underline}
.prose img,.story.from-ghost img{width:100%;height:auto;margin:1.6rem 0;filter:grayscale(1) contrast(1.05)}
.prose blockquote,.story.from-ghost blockquote{
  border-left:5px solid var(--red);padding-left:1.3rem;margin:1.6rem 0;
  font-size:1.2rem;font-weight:700;color:var(--ink);letter-spacing:-.01em;
}
.prose ul,.prose ol,.act-body ul,.act-body ol{padding-left:1.2rem}
.prose figcaption,.story.from-ghost figcaption{font-size:.78rem;color:var(--ink-soft);margin-top:.5rem}
.story.from-ghost{max-width:none}
.story.from-ghost>*{max-width:var(--measure)}
.story.from-ghost>figure,.story.from-ghost>.kg-width-wide,.story.from-ghost>.kg-width-full{max-width:none}
.act-body{font-size:.93rem;margin-bottom:.9rem}
.act-body p:last-child{margin-bottom:0}

/* ---------- single post / page ---------- */
.single{border-bottom:0}
.single-head{margin-bottom:2rem}
.single-head h1{font-size:var(--h2);margin-top:.6rem}
.single-meta{font-size:.82rem;color:var(--ink-soft);margin-top:.9rem;letter-spacing:.04em}
.stand-dark{font-size:1.1rem;color:var(--ink-soft);max-width:var(--measure);margin-top:.9rem}
.single-shot{margin:0 0 2rem}
.single-shot img{width:100%;filter:grayscale(1) contrast(1.05)}

/* the floating pill overlaps the top of pages that do not open with the hero.
   Translated editions are pages rather than the home template, so they opt out
   with .has-hero instead of being listed here one locale at a time. */
body:not(.home-template):not(.has-hero) main{padding-top:5.5rem}

/* The four opening sentences. On paper rather than over the hero image: the
   brief asks that one scan tell a reader what this is and what to do, and four
   paragraphs of body copy on a photograph defeats exactly that. */
.lede{padding-block:clamp(2.5rem,6vw,4.5rem)}
.lede-body{max-width:var(--measure);display:grid;gap:1.15rem;
  color:var(--ink-soft);font-size:var(--body)}
.lede-body p{margin:0}
.lede-body p:first-child{color:var(--ink);font-size:1.12em;font-weight:500}

/* Carries the long sentence so the claim below it can keep the display size the
   band was built for. */
.band-lead{max-width:42rem;margin:0 0 clamp(1.5rem,3vw,2.4rem);
  font-size:clamp(1.02rem,1.5vw,1.28rem);font-weight:700;line-height:1.32}

/* The manifesto reads as a document, not as page furniture: one column at the
   story's measure, with the same rule-above-heading the sections use. */
.manifesto{max-width:var(--measure);margin-bottom:clamp(2.5rem,5vw,3.5rem)}
.manifesto h3{font-size:var(--h3);font-weight:800;text-transform:uppercase;
  letter-spacing:.05em;margin:0 0 1.3rem;padding-top:1rem;
  border-top:3px solid var(--ink)}
.manifesto p{color:var(--ink-soft);margin:0 0 1.05rem}
.manifesto p:last-child{margin-bottom:0}

/* Signatures. Columns so a long list stays scannable instead of becoming a
   scroll of its own; the count is announced so a filtered result is not silent
   to a screen reader. */
.sig-search{max-width:24rem;margin-bottom:1.5rem}
.sig-search input{width:100%;padding:.72rem .9rem;border:1px solid var(--rule);
  background:var(--paper);font:inherit;font-size:.98rem}
.sig-search input:focus{outline:2px solid var(--red);outline-offset:1px}
.sig-count{margin:.6rem 0 0;font-size:var(--label);letter-spacing:.09em;
  text-transform:uppercase;color:var(--ink-soft)}
.sig-list{list-style:none;margin:0;padding:0;columns:3;column-gap:2.2rem;
  font-size:.98rem}
.sig-list li{break-inside:avoid;padding:.34rem 0;color:var(--ink-soft)}
@media(max-width:860px){.sig-list{columns:2}}
@media(max-width:560px){.sig-list{columns:1}}
