:root{
  --context-ink:#17212b;
  --context-night:#101923;
  --context-paper:#fffdf6;
  --context-yellow:#ffd23e;
  --context-red:#d3342e;
  --context-blue:#2456c8;
  --context-line:#d8d1c0;
}

.context-intro,
.context-page{
  --paper-grid:rgba(23,33,43,.075);
}

.context-intro{
  width:min(1000px,100%);
  margin:26px auto 0;
  color:#edf2f7;
}

.context-intro__inner{
  max-width:800px;
  margin:0 auto;
  padding:22px 24px 24px;
  border:3px solid #0a0d12;
  background:
    linear-gradient(135deg,rgba(255,210,62,.12),transparent 48%),
    rgba(255,255,255,.06);
  box-shadow:7px 7px 0 rgba(0,0,0,.55);
}

.context-kicker,
.context-page .eyebrow,
.context-page .source-date{
  font-family:'Dot Gothic 16',monospace;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.context-kicker{
  display:inline-block;
  margin-bottom:8px;
  color:var(--context-yellow);
  font-size:12px;
}

.context-intro h2{
  margin-bottom:8px;
  color:#fff;
  font-family:'Dot Gothic 16',monospace;
  font-size:clamp(20px,3vw,28px);
  letter-spacing:.04em;
}

.context-intro p:not(.context-kicker){
  max-width:70ch;
  color:#d0d8e1;
  font-size:14px;
  line-height:1.85;
}

.context-link,
.context-page a{
  color:var(--context-blue);
  text-decoration-thickness:2px;
  text-underline-offset:3px;
}

.context-link{
  display:inline-flex;
  gap:8px;
  align-items:center;
  margin-top:14px;
  padding:9px 13px;
  border:3px solid #0a0d12;
  background:var(--context-yellow);
  box-shadow:4px 4px 0 rgba(0,0,0,.55);
  color:var(--context-ink)!important;
  font-family:'Dot Gothic 16',monospace;
  font-size:13px;
  font-weight:700;
  text-decoration:none;
}

.context-link:hover{transform:translate(-1px,-1px);box-shadow:5px 5px 0 rgba(0,0,0,.55)}
.context-link:active{transform:translate(2px,2px);box-shadow:2px 2px 0 rgba(0,0,0,.55)}

.context-page{
  min-height:100vh;
  margin:0;
  padding:0 16px 48px;
  overflow-x:hidden;
  color:var(--context-ink);
  background:
    linear-gradient(rgba(255,255,255,.58) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.58) 1px,transparent 1px),
    #e9e1cf;
  background-size:28px 28px;
  font-family:'Trebuchet MS','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
}

.context-page::before{
  content:'';
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 10%,rgba(255,210,62,.28),transparent 28%),
    radial-gradient(circle at 85% 82%,rgba(36,86,200,.12),transparent 30%);
}

.context-masthead{
  width:min(1120px,100%);
  margin:0 auto;
  padding:20px 0 16px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  border-bottom:4px solid var(--context-ink);
}

.context-brand{
  color:var(--context-ink)!important;
  font-family:'Dot Gothic 16',monospace;
  font-size:clamp(18px,3vw,27px);
  font-weight:700;
  letter-spacing:.05em;
  text-decoration:none!important;
}

.context-masthead .edition{
  margin:0;
  color:#59636a;
  font-size:11px;
  letter-spacing:.08em;
  text-align:right;
}

.context-shell{
  width:min(800px,100%);
  margin:0 auto;
}

.context-hero{
  position:relative;
  margin:42px 0 30px;
  padding:34px clamp(22px,6vw,58px) 38px;
  border:4px solid var(--context-ink);
  background:
    linear-gradient(115deg,rgba(255,210,62,.98) 0 16%,rgba(255,255,255,.98) 16% 84%,rgba(211,52,46,.94) 84% 100%);
  box-shadow:10px 10px 0 var(--context-ink);
  overflow:hidden;
}

.context-hero::after{
  content:'DEN-DEN TOWN / FICTIONAL STORE';
  position:absolute;
  right:-24px;
  bottom:12px;
  color:rgba(23,33,43,.15);
  font-family:'Dot Gothic 16',monospace;
  font-size:12px;
  letter-spacing:.1em;
  transform:rotate(-7deg);
}

.context-page .eyebrow{
  position:relative;
  z-index:1;
  margin-bottom:13px;
  color:var(--context-red);
  font-size:12px;
}

.context-page h1,
.context-page h2,
.context-page h3{
  color:var(--context-ink);
  font-family:'Dot Gothic 16',monospace;
  letter-spacing:.02em;
  line-height:1.28;
}

.context-page h1{
  position:relative;
  z-index:1;
  max-width:18ch;
  margin:0 0 18px;
  font-size:clamp(28px,6vw,54px);
  text-wrap:balance;
}

.context-page .hero-lead{
  position:relative;
  z-index:1;
  max-width:60ch;
  margin:0;
  font-size:clamp(15px,2.3vw,18px);
  font-weight:700;
  line-height:1.85;
}

.context-page .notice{
  position:relative;
  z-index:1;
  margin:24px 0 0;
  padding:13px 15px;
  border-left:6px solid var(--context-red);
  background:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.8;
}

.context-cta{
  position:relative;
  z-index:1;
  display:inline-block;
  margin-top:21px;
  padding:12px 17px;
  border:3px solid var(--context-ink);
  background:var(--context-red);
  box-shadow:5px 5px 0 var(--context-ink);
  color:#fff!important;
  font-family:'Dot Gothic 16',monospace;
  font-size:14px;
  font-weight:700;
  text-decoration:none!important;
}

.context-cta:hover{transform:translate(-1px,-1px);box-shadow:6px 6px 0 var(--context-ink)}
.context-cta:active{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--context-ink)}

.context-page article{
  padding:0 2px;
}

.context-page article>section{
  margin:0 0 34px;
  padding:28px clamp(18px,5vw,34px);
  border:3px solid var(--context-ink);
  background:rgba(255,253,246,.95);
  box-shadow:6px 6px 0 rgba(23,33,43,.15);
}

.context-page article>section:nth-child(even){
  background:rgba(255,255,255,.88);
  transform:rotate(.25deg);
}

.context-page h2{
  margin:0 0 16px;
  padding-bottom:9px;
  border-bottom:3px solid var(--context-yellow);
  font-size:clamp(20px,4vw,29px);
}

.context-page h3{
  margin:22px 0 7px;
  color:var(--context-red);
  font-size:17px;
}

.context-page p,
.context-page li{
  font-size:15px;
  line-height:1.85;
}

.context-page p+p{margin-top:12px}

.context-page ul,
.context-page ol{
  margin:12px 0 0 1.35em;
}

.context-page li+li{margin-top:7px}

.context-page strong{color:#8e241f}

.context-page .callout{
  margin-top:18px;
  padding:15px 17px;
  border:2px dashed var(--context-blue);
  background:#eef3ff;
}

.context-page .faq-list{
  display:grid;
  gap:18px;
}

.context-page .faq-list dt{
  color:var(--context-red);
  font-family:'Dot Gothic 16',monospace;
  font-weight:700;
  line-height:1.55;
}

.context-page .faq-list dd{
  margin:5px 0 0;
  line-height:1.85;
}

.context-page .source-list{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}

.context-page .source-list li{
  padding:14px 0 0;
  border-top:1px solid var(--context-line);
}

.context-page .source-list li:first-child{padding-top:0;border-top:0}

.context-page .source-list a{font-weight:700}

.context-page .source-date{
  display:block;
  margin-top:4px;
  color:#667179;
  font-size:11px;
}

.context-page .source-note{
  margin-top:18px;
  color:#59636a;
  font-size:12px;
}

.context-footer{
  width:min(800px,100%);
  margin:4px auto 0;
  padding:24px 0 0;
  border-top:4px solid var(--context-ink);
  text-align:center;
}

.context-footer p{
  margin:0 0 17px;
  font-size:13px;
  line-height:1.8;
}

.context-footer .context-cta{margin-top:0}

.context-page a:focus-visible,
.context-intro a:focus-visible{
  outline:4px solid var(--context-blue);
  outline-offset:4px;
}

@media(max-width:620px){
  .context-page{padding:0 11px 32px}
  .context-masthead{align-items:start;flex-direction:column;gap:8px;padding-top:15px}
  .context-masthead .edition{text-align:left}
  .context-hero{margin-top:28px;padding:27px 18px 30px;box-shadow:6px 6px 0 var(--context-ink)}
  .context-page article>section{padding:23px 17px;box-shadow:4px 4px 0 rgba(23,33,43,.15)}
  .context-page article>section:nth-child(even){transform:none}
  .context-page p,.context-page li{font-size:14px}
  .context-page h1{max-width:none;font-size:clamp(27px,9vw,42px)}
}
