
:root{
  --ink:#111;
  --paper:#f1eadc;
  --yellow:#ffd91a;
  --red:#d92b26;
  --white:#fff;
  --muted:#b8b8b8;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ink);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  line-height:1.55;
}
main{overflow:hidden}
.hero{
  background:#050505;
  border-bottom:10px solid var(--yellow);
}
.hero img{
  display:block;
  width:100%;
  max-height:95vh;
  object-fit:contain;
  margin:auto;
}
.story{
  background:var(--paper);
  padding:80px 24px 95px;
}
.story-opening,.story-copy,.statement-card,.experiment-question,.no-list,.keep-it{
  width:min(900px,100%);
  margin-left:auto;
  margin-right:auto;
}
.kicker{
  font-size:.82rem;
  letter-spacing:.17em;
  font-weight:900;
  margin:0 0 18px;
}
.story-opening h1{
  margin:0;
  max-width:900px;
  font-size:clamp(3rem,8vw,7.2rem);
  line-height:.91;
  letter-spacing:-.055em;
  text-transform:uppercase;
}
.money{
  display:inline;
  background:var(--yellow);
  padding:0 .07em;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}
.story-opening h2{
  margin:35px 0 70px;
  font-size:clamp(2rem,5vw,4.5rem);
  line-height:.96;
  text-transform:uppercase;
}
.story-opening h2 span{
  color:var(--red);
  text-decoration:underline;
  text-decoration-thickness:.13em;
}
.story-copy{
  max-width:760px;
}
.story-copy p{
  font-size:clamp(1.08rem,2vw,1.28rem);
  margin:0 0 26px;
}
.story-copy .lead{
  font-size:clamp(1.45rem,3vw,2.05rem);
  font-weight:900;
}
.standalone{
  font-family:Georgia,serif;
  font-size:clamp(2rem,4vw,3.4rem)!important;
  font-style:italic;
  font-weight:700;
  margin:50px 0!important;
}
.statement-card{
  margin-top:60px;
  margin-bottom:60px;
  background:var(--ink);
  color:white;
  padding:35px;
  border-left:14px solid var(--yellow);
  transform:rotate(-.5deg);
  box-shadow:10px 10px 0 rgba(0,0,0,.15);
}
.statement-card span,.experiment-question>span,.personal-money>span,.final-challenge>span{
  display:block;
  font-size:.75rem;
  letter-spacing:.17em;
  font-weight:900;
  margin-bottom:12px;
}
.statement-card strong{
  display:block;
  font-size:clamp(1.6rem,4vw,3rem);
  line-height:1.05;
}
.experiment-question{
  margin-top:60px;
  margin-bottom:55px;
  background:var(--yellow);
  padding:38px;
  border:5px solid var(--ink);
  box-shadow:12px 12px 0 var(--ink);
}
.experiment-question p{
  margin:0;
  font-size:clamp(1.5rem,3.6vw,2.7rem);
  line-height:1.12;
  font-weight:900;
}
.no-list{
  display:grid;
  gap:10px;
  margin-bottom:60px;
}
.no-list div{
  display:grid;
  grid-template-columns:100px 1fr;
  align-items:center;
  border-bottom:2px solid var(--ink);
  padding:16px 0;
}
.no-list span{
  font-size:2rem;
  font-weight:1000;
  color:var(--red);
}
.no-list p{
  margin:0;
  font-size:1.2rem;
  font-weight:700;
}
.keep-it{
  background:var(--red);
  color:white;
  padding:50px 30px;
  text-align:center;
  transform:rotate(.6deg);
  margin-bottom:70px;
}
.keep-it small{
  display:block;
  font-weight:900;
  letter-spacing:.16em;
}
.keep-it strong{
  display:block;
  font-size:clamp(3rem,9vw,7rem);
  line-height:.9;
  margin-top:12px;
}
.rhythm p{
  margin-bottom:8px;
  font-size:1.3rem;
  font-weight:700;
}
.rhythm .final-line{
  margin-top:32px;
  padding-top:25px;
  border-top:4px solid var(--ink);
  font-size:1.45rem;
}
.gofundme-story{
  background:#151515;
  color:white;
  text-align:center;
  padding:100px 24px;
}
.gufundme{
  position:relative;
  display:inline-block;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.3rem,10vw,8rem);
  font-weight:900;
  letter-spacing:-.07em;
  transform:rotate(-2deg);
  margin-bottom:45px;
}
.gufundme i,.gufundme i::after{
  content:"";
  position:absolute;
  left:-6%;
  top:49%;
  width:112%;
  height:12px;
  background:var(--red);
  transform:rotate(-9deg);
}
.gufundme i::after{
  left:0;
  top:0;
  width:100%;
  transform:rotate(18deg);
}
.gofundme-story>h2{
  width:min(950px,100%);
  margin:0 auto 40px;
  font-size:clamp(2.5rem,6vw,5.5rem);
  line-height:.95;
}
.removed{
  font-family:Georgia,serif;
  font-size:2rem;
  font-style:italic;
  margin:45px 0 25px;
}
.email-exhibit{
  width:min(780px,100%);
  margin:0 auto 55px;
  text-align:left;
}
.exhibit-label{
  display:inline-block;
  background:var(--yellow);
  color:var(--ink);
  font-weight:1000;
  padding:7px 13px;
  letter-spacing:.1em;
  transform:rotate(-2deg);
  margin-bottom:-5px;
  position:relative;
  z-index:2;
}
.email-exhibit img{
  width:100%;
  display:block;
  border:8px solid white;
  box-shadow:0 20px 50px rgba(0,0,0,.45);
}
.email-placeholder{
  min-height:260px;
  border:5px dashed #777;
  display:grid;
  place-content:center;
  text-align:center;
  padding:30px;
  color:#ddd;
}
.email-placeholder strong{
  font-size:1.5rem;
}
.email-placeholder span{
  display:block;
  margin-top:10px;
  color:#888;
}
.appeal-arrow{
  display:grid;
  place-items:center;
  gap:4px;
  margin:65px 0 30px;
  font-size:1.5rem;
}
.appeal-arrow span{
  color:var(--yellow);
  font-size:3rem;
  line-height:1;
}
.wonderful{
  width:min(900px,100%);
  margin:80px auto 0;
}
.wonderful>p{
  font-size:1.2rem;
}
.comparison{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:20px;
  margin:45px 0;
}
.comparison>div:not(.comparison-vs){
  background:white;
  color:var(--ink);
  padding:30px 20px;
  min-height:210px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.comparison span,.comparison small{
  font-weight:900;
}
.comparison strong{
  font-size:clamp(2.7rem,6vw,5rem);
  line-height:1;
  color:var(--red);
  margin:15px 0;
}
.comparison-vs{
  font-size:2rem;
  font-weight:1000;
  color:var(--yellow);
}
.fine{
  margin-top:90px;
  font-family:Georgia,serif;
  font-size:clamp(5rem,14vw,11rem);
  font-style:italic;
  line-height:.8;
}
.without-gofundme{
  background:var(--paper);
  padding:100px 24px;
}
.without-gofundme>h2{
  width:min(1000px,100%);
  margin:0 auto;
  text-align:center;
  font-size:clamp(3.2rem,9vw,8rem);
  line-height:.88;
}
.continuation,.score-intro{
  width:min(760px,100%);
  margin:45px auto 0;
  text-align:center;
  font-size:1.25rem;
}
.main-scoreboard{
  width:min(1050px,100%);
  margin:60px auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:18px;
  align-items:stretch;
}
.score{
  min-height:260px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  border:7px solid var(--ink);
  padding:30px 15px;
}
.score span{
  font-weight:1000;
  letter-spacing:.15em;
}
.score strong{
  font-size:clamp(2.7rem,6vw,5.7rem);
  line-height:1;
  margin-top:15px;
}
.lindsay-score{
  background:#ddd5c5;
}
.our-score{
  background:var(--yellow);
}

.score-donate{
  display:inline-block;
  align-self:center;
  margin-top:22px;
  padding:12px 20px;
  background:var(--ink);
  color:white;
  text-decoration:none;
  font-weight:1000;
  letter-spacing:.08em;
}

.score-vs{
  align-self:center;
  font-size:2rem;
  font-weight:1000;
}
.personal-money{
  width:min(800px,100%);
  margin:80px auto 65px;
  background:var(--ink);
  color:white;
  padding:35px;
  text-align:center;
}
.personal-money p{
  margin:0;
  font-size:clamp(1.5rem,4vw,2.8rem);
  font-weight:800;
}
.dark-copy{
  color:var(--ink);
}
.result{
  margin-top:50px!important;
  font-size:1.7rem!important;
  font-weight:900;
}
.final-challenge{
  width:min(1050px,100%);
  margin:100px auto 0;
  text-align:center;
  border-top:15px solid var(--ink);
  padding-top:55px;
}
.final-challenge h2{
  margin:20px 0 30px;
  font-size:clamp(3rem,8vw,7rem);
  line-height:.88;
}
.final-challenge>strong{
  display:block;
  font-size:clamp(2rem,5vw,4rem);
  background:var(--yellow);
  padding:15px;
}
.main-donate{
  display:block;
  margin:45px auto 20px;
  padding:28px 25px;
  max-width:760px;
  background:var(--red);
  color:white;
  text-decoration:none;
  font-weight:1000;
  font-size:clamp(1.6rem,4vw,3rem);
  line-height:1;
  box-shadow:12px 12px 0 var(--ink);
  transform:rotate(-.5deg);
}
.donate-label{
  display:block;
  margin-bottom:12px;
  font-size:.52em;
  letter-spacing:.12em;
}
.sticky-donate{
  position:fixed;
  top:22px;
  right:22px;
  z-index:1000;
  padding:14px 22px;
  background:var(--red);
  color:white;
  border:4px solid var(--ink);
  box-shadow:5px 5px 0 var(--ink);
  text-decoration:none;
  font-weight:1000;
  letter-spacing:.08em;
  opacity:0;
  pointer-events:none;
  transform:translateY(-12px);
  transition:opacity .15s ease,transform .15s ease;
}
.sticky-donate.visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}
.final-challenge small{
  display:block;
  margin-top:28px;
  font-weight:800;
}
.chaos{
  background:var(--yellow);
  padding:90px 24px;
  text-align:center;
}
.chaos-label{
  font-weight:1000;
  letter-spacing:.15em;
}
.chaos h2{
  width:min(1050px,100%);
  margin:10px auto;
  font-size:clamp(3rem,9vw,8rem);
  line-height:.88;
}
.nothing{
  font-family:Georgia,serif;
  font-style:italic;
  font-size:1.5rem;
}
.milestones{
  width:min(1100px,100%);
  margin:55px auto 0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:14px;
}
.milestones article{
  background:var(--ink);
  color:white;
  padding:30px 20px;
  min-height:170px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.milestones article:nth-child(odd){transform:rotate(-1deg)}
.milestones article:nth-child(even){transform:rotate(1deg)}
.milestones b{
  color:var(--yellow);
  font-size:2.2rem;
}
.milestones span{
  margin-top:10px;
  font-weight:700;
}
footer{
  background:#050505;
  color:#aaa;
  padding:55px max(24px,calc((100vw - 900px)/2));
  font-size:.9rem;
}
footer strong{
  color:white;
  letter-spacing:.08em;
}
footer p{
  max-width:900px;
}
.prepub{
  color:#777;
}
@media(max-width:700px){
  .story{padding-top:55px}
  .story-opening h2{margin-bottom:50px}
  .statement-card,.experiment-question{padding:25px}
  .no-list div{grid-template-columns:70px 1fr}
  .comparison,.main-scoreboard{grid-template-columns:1fr}
  .comparison-vs,.score-vs{padding:5px}
  .score{min-height:190px}
  .gofundme-story,.without-gofundme,.chaos{padding-top:70px;padding-bottom:70px}
}
