body.poster-rebuild {
  margin: 0;
  background: #f5b51b;
  color: #050505;
  font-family: var(--cartoon);
}

.poster-rebuild * { box-sizing: border-box; }
.poster-rebuild img { display: block; max-width: 100%; }

.exact-poster,
.poster-footer {
  width: min(945px, 100%);
  margin: 0 auto;
}

.exact-poster {
  background: #f7d18a;
  border: 5px solid #050505;
  overflow: hidden;
}

.exact-poster section,
.poster-banner,
.poster-nav {
  border-bottom: 5px solid #050505;
}

.poster-banner {
  min-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  padding: .32rem .75rem;
  background: #d65a13;
  color: #fff0cf;
  font: 900 1rem/1 var(--headline);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #000;
}

.poster-banner::before,
.poster-banner::after {
  content: "";
  width: 25px;
  height: 25px;
  background: #f7c224;
  clip-path: polygon(50% 0, 58% 30%, 86% 14%, 70% 42%, 100% 50%, 70% 58%, 86% 86%, 58% 70%, 50% 100%, 42% 70%, 14% 86%, 30% 58%, 0 50%, 30% 42%, 14% 14%, 42% 30%);
  filter: drop-shadow(2px 2px 0 #000);
}

.poster-nav {
  height: 62px;
  display: grid;
  grid-template-columns: 240px repeat(5, max-content) 145px;
  align-items: center;
  gap: .65rem;
  padding: .35rem 1.05rem;
  background: #050505;
  color: #fff;
}

.poster-logo img {
  width: 218px;
  max-height: 54px;
  object-fit: contain;
  filter: drop-shadow(3px 3px 0 #000);
}

.poster-nav a {
  color: inherit;
  text-decoration: none;
  font: 900 .86rem/1 var(--headline);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #000;
}

.poster-quote {
  min-height: 40px;
  display: grid;
  place-items: center;
  background: #f47718;
  border: 4px solid #050505;
  border-radius: 7px;
  box-shadow: 3px 3px 0 #f7c224;
}

.poster-hero {
  position: relative;
  min-height: 395px;
  padding: .85rem 1.1rem 1rem;
  background:
    linear-gradient(90deg, rgba(4, 61, 106, .98) 0 42%, rgba(4, 61, 106, .42) 55%, rgba(4, 61, 106, .06) 72%),
    url("assets/site/scooping-pool.webp") center 54% / cover no-repeat;
  overflow: hidden;
}

.poster-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 45%;
  background:
    radial-gradient(circle at 2px 2px, rgba(255,255,255,.17) 1px, transparent 1px) 0 0 / 15px 15px,
    linear-gradient(135deg, rgba(9,126,179,.72), rgba(4,61,106,.95));
  clip-path: polygon(0 0, 86% 0, 100% 18%, 89% 31%, 100% 48%, 88% 64%, 97% 100%, 0 100%);
  border-right: 5px solid #050505;
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: 52%;
  max-width: 520px;
  display: grid;
  align-content: start;
  gap: .42rem;
}

.hero-logo {
  width: 255px;
  filter: drop-shadow(4px 4px 0 #000);
}

.mini-tag {
  width: fit-content;
  padding: .28rem .58rem;
  background: #f7c224;
  border: 4px solid #050505;
  box-shadow: 4px 4px 0 #000;
  font: 900 .78rem/1 var(--headline);
  text-transform: uppercase;
}

.poster-hero h1 {
  margin: .02rem 0 .08rem;
  color: #f47718;
  font: 900 clamp(4.65rem, 8vw, 6.55rem)/.72 var(--headline);
  text-transform: uppercase;
  -webkit-text-stroke: 2px #050505;
  text-shadow: 5px 5px 0 #000, 8px 8px 0 #7ed8ff;
}

.poster-hero h1 span { display: block; }
.poster-hero h1 em {
  display: inline-block;
  margin-left: .28em;
  color: #fff;
  font-size: .45em;
  font-style: normal;
  text-shadow: 4px 4px 0 #000;
  vertical-align: middle;
}

.poster-hero h2 {
  width: fit-content;
  margin: 0;
  padding: .28rem .5rem;
  background: #050505;
  border: 3px solid #fff4d4;
  color: #fff4d4;
  font: 900 1.18rem/1 var(--headline);
  text-transform: uppercase;
  box-shadow: 3px 3px 0 #000;
}

.poster-hero p {
  width: 450px;
  max-width: 100%;
  margin: 0;
  padding: .46rem .55rem;
  background: rgba(5,5,5,.92);
  border: 3px solid #fff4d4;
  color: #fff;
  font-size: .82rem;
  line-height: 1.16;
}

.poster-hero .yellow-note {
  background: #f7c224;
  border-color: #050505;
  color: #050505;
  font: 900 .78rem/1.12 var(--headline);
}

.mini-photos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .5rem;
  width: 275px;
}

.mini-photos figure,
.proof-band figure,
.route-story figure {
  margin: 0;
  background: #fff4d8;
  border: 4px solid #050505;
  box-shadow: 4px 4px 0 #000;
}

.mini-photos img {
  width: 100%;
  height: 58px;
  object-fit: cover;
}

figcaption {
  padding: .24rem .3rem;
  background: #f7c224;
  border-top: 3px solid #050505;
  font: 900 .58rem/1 var(--headline);
  text-align: center;
  text-transform: uppercase;
}

.poster-actions {
  width: min(545px, 100%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-top: .2rem;
}

.poster-actions a,
.route-card a,
.plan-strip article a,
.area-strip > a,
.faq-actions a,
.final-strip a {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: .42rem .55rem;
  background: #f47718;
  color: #fff;
  border: 4px solid #050505;
  border-radius: 7px;
  box-shadow: 4px 4px 0 #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 900 .82rem/1 var(--headline);
}

.poster-actions a:nth-child(2),
.final-strip a:nth-of-type(2) { background: #087fbe; }
.poster-actions a:nth-child(3),
.route-card a,
.area-strip > a,
.final-strip a:nth-of-type(3) { background: #5ead3d; }

.hero-worker {
  position: absolute;
  z-index: 1;
  inset: 0 0 0 auto;
  display: block;
  width: 49%;
  height: 100%;
  margin: 0;
  border-left: 5px solid #050505;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 6% 72%, 0 50%, 7% 28%);
}

.hero-worker::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4,61,106,.28), rgba(4,61,106,0) 38%);
}

.hero-worker img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 50%;
}

.hero-dog {
  position: absolute;
  z-index: 4;
  right: 1.15rem;
  bottom: .3rem;
  width: 225px;
  filter: drop-shadow(7px 7px 0 #000);
}

.bubble {
  position: absolute;
  z-index: 5;
  right: 1.35rem;
  top: 4.2rem;
  max-width: 210px;
  margin: 0;
  padding: .72rem .82rem;
  background: #fff8df;
  border: 4px solid #050505;
  border-radius: 48%;
  box-shadow: 4px 4px 0 #000;
  font: 900 .9rem/1.04 var(--cartoon);
  text-align: center;
}

.poster-trust {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  background: #f4d995;
}

.poster-trust div {
  min-height: 78px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: .24rem;
  border-right: 3px solid #050505;
  color: #0b79b4;
  font: 900 1.35rem/1 var(--headline);
}

.poster-trust span {
  display: block;
  max-width: 100px;
  color: #050505;
  font-size: .7rem;
  text-align: center;
  text-transform: uppercase;
}

.nope-strip,
.proof-band,
.funky-strip,
.done-strip,
.plan-strip,
.area-strip,
.faq-poster,
.final-strip {
  padding: 1rem;
}

.nope-strip {
  display: grid;
  grid-template-columns: 1.1fr repeat(5, 1fr);
  gap: .72rem;
  background: #076494;
}

.nope-strip h2 {
  min-height: 132px;
  display: grid;
  place-items: center;
  margin: 0;
  background: linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)), url("assets/site/tucson-mountain-yard.webp") center/cover;
  border: 4px solid #050505;
  color: #f7c224;
  font: 900 2.05rem/.84 var(--headline);
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000, 5px 5px 0 #e94b20;
}

.nope-strip article {
  position: relative;
  min-height: 132px;
  display: grid;
  align-content: end;
  padding: .5rem;
  background: #fff4d8;
  border: 4px solid #050505;
  box-shadow: 4px 4px 0 #000;
}

.nope-strip b,
.done-strip b {
  position: absolute;
  z-index: 2;
  top: .38rem;
  left: .38rem;
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  background: #f7c224;
  border: 3px solid #050505;
  border-radius: 50%;
  font: 900 .86rem/1 var(--headline);
}

.nope-strip img,
.temp,
.mess {
  width: 100%;
  height: 80px;
  display: grid;
  place-items: center;
  object-fit: cover;
  border: 3px solid #050505;
}

.temp {
  background: linear-gradient(#f47718, #f7c224);
  color: #fff;
  font: 900 1.72rem/1 var(--headline);
  text-shadow: 2px 2px 0 #000;
}

.mess {
  background: #d4a15f;
  font-size: 2rem;
}

.nope-strip span {
  margin-top: .3rem;
  padding: .25rem;
  background: #fff;
  border: 3px solid #050505;
  font: 900 .62rem/1 var(--headline);
  text-align: center;
  text-transform: uppercase;
}

.proof-band {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr) 175px;
  gap: .82rem;
  background: #075180;
  color: #fff;
}

.proof-band h2,
.funky-strip h2,
.done-strip h2,
.plan-strip h2,
.faq-poster h2 {
  grid-column: 1 / -1;
  margin: 0;
  font: 900 2rem/.92 var(--headline);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 #000;
}

.proof-band h2 {
  grid-column: 1 / 5;
  color: #f7c224;
  text-align: left;
  text-shadow: 3px 3px 0 #000, 5px 5px 0 #f47718;
}

.proof-list {
  grid-column: 5;
  grid-row: 1 / 3;
  display: grid;
  align-content: start;
  gap: .4rem;
  padding: .62rem;
  background: #12344c;
  border: 4px solid #050505;
  box-shadow: 4px 4px 0 #000;
}

.proof-list span {
  display: block;
  padding: .38rem .42rem;
  background: #173f5c;
  border: 2px solid rgba(255,255,255,.22);
  font: 900 .66rem/1.08 var(--headline);
  text-transform: uppercase;
}

.proof-band figure {
  position: relative;
}

.proof-band figure::before {
  content: "Real Photo";
  position: absolute;
  z-index: 2;
  top: .28rem;
  left: .28rem;
  padding: .16rem .25rem;
  background: #f7c224;
  border: 2px solid #050505;
  font: 900 .5rem/1 var(--headline);
  text-transform: uppercase;
}

.proof-band figure::after {
  content: "";
  position: absolute;
  top: .35rem;
  right: .35rem;
  width: 16px;
  height: 16px;
  background: #42c64b;
  border: 3px solid #050505;
  border-radius: 50%;
}

.proof-band figure img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.proof-mascot {
  position: absolute;
  right: 1.08rem;
  bottom: .95rem;
  width: 118px;
  filter: drop-shadow(5px 5px 0 #000);
}

.proof-bubble {
  top: auto;
  right: .9rem;
  bottom: 8rem;
  max-width: 145px;
  font-size: .68rem;
}

.route-story {
  position: relative;
  min-height: 300px;
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 1rem;
  background: linear-gradient(#78d1f0 0 45%, #78af57 45%);
  overflow: hidden;
}

.route-story::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/site/tucson-mountain-yard.webp") center/cover;
  opacity: .25;
}

.route-card {
  position: relative;
  z-index: 1;
  padding: 1rem;
  background: #fff4d8;
  border: 5px solid #050505;
  box-shadow: 5px 5px 0 #000;
}

.route-card small,
.area-strip small {
  display: inline-block;
  padding: .23rem .38rem;
  background: #f7c224;
  border: 3px solid #050505;
  font: 900 .62rem/1 var(--headline);
  text-transform: uppercase;
}

.route-card h2 {
  margin: .55rem 0;
  color: #1296cf;
  font: 900 2rem/.9 var(--headline);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #050505;
}

.route-card p {
  margin: 0 0 .8rem;
  font-size: .82rem;
  line-height: 1.15;
}

.route-story figure {
  position: absolute;
  z-index: 1;
  width: 198px;
  transform: rotate(-4deg);
}

.route-story figure img {
  width: 100%;
  height: 114px;
  object-fit: cover;
}

.route-story figure b {
  position: absolute;
  top: -.52rem;
  left: -.52rem;
  padding: .25rem .45rem;
  background: #f7c224;
  border: 3px solid #050505;
  font: 900 .9rem/1 var(--headline);
}

.route-one { left: 365px; top: 76px; }
.route-two { left: 548px; top: 47px; transform: rotate(3deg) !important; }
.route-three { right: 38px; top: 118px; transform: rotate(-2deg) !important; }

.funky-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .8rem;
  background: #f3a91a;
}

.funky-strip h2 {
  color: #66cef5;
  text-shadow: 3px 3px 0 #050505;
}

.funky-strip article {
  min-height: 118px;
  padding: .7rem;
  background: #fff4d8;
  border: 4px solid #050505;
  box-shadow: 4px 4px 0 #000;
}

.funky-strip article:nth-child(3) { background: #d9b3ed; }
.funky-strip article:nth-child(4) { background: #9bd35e; }
.funky-strip article:nth-child(5) { background: #8bd1f3; }

.funky-strip i {
  display: block;
  font-style: normal;
  font-size: 1.25rem;
}

.funky-strip h3 {
  margin: .2rem 0;
  font: 900 1rem/.96 var(--headline);
  text-transform: uppercase;
}

.funky-strip p,
.done-strip p,
.plan-strip p,
.plan-strip small,
.faq-poster p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.12;
}

.done-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .8rem;
  background: linear-gradient(rgba(6,104,156,.32), rgba(6,104,156,.32)), url("assets/site/yard-family.webp") center/cover;
}

.done-strip h2 {
  color: #fff;
  text-shadow: 3px 3px 0 #000, 5px 5px 0 #f47718;
}

.done-strip article {
  position: relative;
  min-height: 158px;
  padding: .8rem;
  background: #fff4d8;
  border: 4px solid #050505;
  box-shadow: 4px 4px 0 #000;
  text-align: center;
}

.done-strip article:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: -25px;
  top: 50%;
  width: 42px;
  height: 28px;
  background: #f7c224;
  border: 4px solid #050505;
  clip-path: polygon(0 20%, 62% 20%, 62% 0, 100% 50%, 62% 100%, 62% 80%, 0 80%);
}

.done-strip img {
  height: 66px;
  margin: .52rem auto .28rem;
}

.done-strip h3 {
  margin: 0;
  font: 900 .88rem/1 var(--headline);
  text-transform: uppercase;
}

.plan-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .85rem;
  background: #0ba6d9;
}

.plan-note {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: .7rem;
}

.plan-note img {
  width: 58px;
  filter: drop-shadow(3px 3px 0 #000);
}

.plan-note p {
  margin: 0;
  padding: .45rem .8rem;
  background: #fff;
  border: 4px solid #050505;
  border-radius: 30px;
  font: 900 .8rem/1.1 var(--cartoon);
}

.plan-strip h2 {
  color: #fff;
  text-shadow: 3px 3px 0 #000;
}

.plan-strip article {
  position: relative;
  min-height: 228px;
  display: grid;
  gap: .34rem;
  padding: .8rem .6rem;
  border: 5px solid #050505;
  box-shadow: 5px 5px 0 #000;
  text-align: center;
}

.plan-strip .green { background: #48bf45; }
.plan-strip .blue { background: #49bde9; }
.plan-strip .yellow { background: #f7c224; }
.plan-strip .purple { background: #ba86d9; }
.plan-strip .orange { background: #f47718; }

.plan-strip strong {
  position: absolute;
  top: -.8rem;
  left: .2rem;
  padding: .16rem .3rem;
  background: #e72f1f;
  color: #fff;
  border: 3px solid #050505;
  font: 900 .58rem/1 var(--headline);
  text-transform: uppercase;
}

.plan-strip i {
  width: 42px;
  height: 42px;
  margin: .12rem auto;
  background: #fff;
  border: 4px solid #050505;
  border-radius: 6px;
  box-shadow: 3px 3px 0 #000;
}

.plan-strip h3 {
  margin: 0;
  padding: .25rem;
  background: rgba(255,255,255,.68);
  border: 3px solid #050505;
  font: 900 .92rem/.96 var(--headline);
  text-transform: uppercase;
}

.area-strip {
  display: grid;
  grid-template-columns: 285px 1fr 135px;
  align-items: center;
  gap: .95rem;
  background: linear-gradient(rgba(244,100,24,.92), rgba(244,100,24,.9)), url("assets/site/tucson-mountain-yard.webp") center/cover;
}

.area-strip h2 {
  margin: .45rem 0;
  color: #1497cf;
  font: 900 1.9rem/.9 var(--headline);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #050505;
}

.area-strip p {
  margin: 0;
  padding: .4rem .48rem;
  background: #fff4d8;
  border: 3px solid #050505;
  font-size: .76rem;
  line-height: 1.12;
}

.areas {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem;
}

.areas span {
  min-height: 40px;
  display: grid;
  place-items: center;
  background: #fff4d8;
  border: 4px solid #050505;
  box-shadow: 3px 3px 0 #000;
  font: 900 .68rem/1 var(--headline);
  text-align: center;
  text-transform: uppercase;
}

.area-strip > a {
  min-height: 105px;
  color: #e72f1f;
  background: #f7c224;
  clip-path: polygon(50% 0%, 60% 20%, 82% 9%, 80% 32%, 100% 35%, 84% 50%, 100% 68%, 78% 70%, 82% 94%, 60% 82%, 50% 100%, 39% 82%, 18% 94%, 22% 70%, 0 68%, 16% 50%, 0 35%, 20% 32%, 18% 9%, 40% 20%);
  text-shadow: 2px 2px 0 #fff;
  transform: rotate(5deg);
}

.faq-poster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .9rem;
  background: linear-gradient(rgba(12,137,200,.83), rgba(12,137,200,.83)), url("assets/site/tucson-mountain-yard.webp") center/cover;
}

.faq-poster h2 {
  color: #fff4d8;
}

.faq-poster article {
  position: relative;
  min-height: 112px;
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: .55rem;
  padding: .8rem;
  background: #fff4d8;
  border: 4px solid #050505;
  box-shadow: 4px 4px 0 #000;
}

.faq-poster article::before {
  content: "";
  position: absolute;
  top: -.65rem;
  left: 50%;
  width: 18px;
  height: 18px;
  background: #f47718;
  border: 3px solid #050505;
  border-radius: 50%;
}

.faq-poster i {
  grid-row: 1 / 3;
  font-style: normal;
  font-size: 1.4rem;
}

.faq-poster h3 {
  margin: 0;
  font: 900 .82rem/1 var(--headline);
  text-transform: uppercase;
}

.faq-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.faq-actions a { min-width: 190px; }

.final-strip {
  position: relative;
  min-height: 165px;
  display: grid;
  grid-template-columns: 115px 1fr 205px;
  align-items: center;
  gap: .9rem;
  background: #fff4d8;
}

.final-strip img {
  width: 104px;
  filter: drop-shadow(4px 4px 0 #000);
}

.final-strip h2 {
  margin: 0;
  color: #1497cf;
  font: 900 1.65rem/.92 var(--headline);
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #050505;
}

.final-strip p {
  margin: .3rem 0;
  font-size: .78rem;
  line-height: 1.1;
}

.final-strip div a {
  display: inline-grid;
  min-width: 92px;
  margin-right: .35rem;
}

.final-strip .bubble {
  position: static;
  justify-self: end;
  max-width: 195px;
}

.poster-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.3fr;
  gap: 1rem;
  padding: .85rem 1rem 1rem;
  background: #08263f;
  border-inline: 5px solid #050505;
  border-bottom: 5px solid #050505;
  color: #fff;
}

.poster-footer strong {
  color: #f7c224;
  font: 900 .8rem/1 var(--headline);
  text-transform: uppercase;
}

.poster-footer p,
.poster-footer a {
  display: inline-block;
  margin: .18rem .25rem .18rem 0;
  color: #fff;
  font-size: .68rem;
  line-height: 1.05;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .exact-poster,
  .poster-footer {
    width: 100%;
    border-inline-width: 4px;
  }

  .poster-banner {
    min-height: 30px;
    font-size: .68rem;
    line-height: 1.05;
  }

  .poster-banner::before,
  .poster-banner::after { display: none; }

  .poster-nav {
    height: 52px;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: .35rem;
  }

  .poster-logo img {
    width: 150px;
    max-height: 42px;
  }

  .poster-nav a:not(.poster-logo) { display: none; }

  .poster-hero {
    min-height: 0;
    padding: .8rem;
    background:
      linear-gradient(180deg, rgba(4,61,106,.98) 0 66%, rgba(4,61,106,.38) 82%, rgba(4,61,106,.08)),
      url("assets/site/scooping-pool.webp") center bottom / cover no-repeat;
  }

  .poster-hero::before {
    display: none;
  }

  .hero-copy {
    width: 100%;
    max-width: none;
    justify-items: center;
    text-align: center;
  }

  .hero-logo { width: min(280px, 86vw); }

  .poster-hero h1 {
    font-size: clamp(3.25rem, 16vw, 4.65rem);
    text-align: center;
  }

  .poster-hero h2,
  .poster-hero p,
  .mini-tag {
    width: 100%;
    text-align: center;
  }

  .poster-hero p { font-size: .82rem; }

  .mini-photos,
  .poster-actions { width: 100%; }

  .poster-actions {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .hero-dog {
    position: relative;
    right: auto;
    bottom: auto;
    width: 112px;
    margin: .6rem auto 0;
  }

  .hero-worker { display: none; }

  .poster-hero .bubble { display: none; }

  .poster-trust {
    grid-template-columns: repeat(2, 1fr);
    gap: .35rem;
    padding: .55rem;
  }

  .poster-trust div {
    min-height: 58px;
    grid-template-columns: 32px 1fr;
    text-align: left;
    border: 3px solid #050505;
  }

  .poster-trust span {
    max-width: none;
    text-align: left;
  }

  .nope-strip,
  .proof-band,
  .route-story,
  .funky-strip,
  .done-strip,
  .plan-strip,
  .area-strip,
  .faq-poster {
    grid-template-columns: 1fr;
    padding: .85rem;
    gap: .65rem;
  }

  .proof-band h2 {
    grid-column: auto;
    text-align: center;
  }

  .proof-list {
    grid-column: auto;
    grid-row: auto;
  }

  .proof-mascot,
  .proof-bubble { display: none; }

  .nope-strip article,
  .proof-band figure,
  .route-story figure {
    position: relative;
    inset: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 126px 1fr;
    align-items: center;
    gap: .6rem;
    min-height: 108px;
    transform: none !important;
  }

  .nope-strip img,
  .temp,
  .mess,
  .proof-band figure img,
  .route-story figure img {
    height: 92px;
  }

  .route-story {
    min-height: 0;
  }

  .route-story figure {
    margin-top: .35rem;
  }

  .done-strip article:not(:last-child)::after { display: none; }

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

  .area-strip > a {
    min-height: 58px;
    clip-path: none;
    transform: rotate(-1deg);
  }

  .faq-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .final-strip {
    grid-template-columns: 78px 1fr;
  }

  .final-strip .bubble {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .poster-footer {
    grid-template-columns: 1fr;
    padding-bottom: 5.6rem;
  }
}
