@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=Space+Mono:wght@400;700&display=swap");

:root {
  --rage-red: #ef2b13;
  --shingle-stain: #181817;
  --hazard-yellow: #ffe600;
  --drywall-white: #f7f2e8;
  --mold-green: #275f4b;
  --bruise-blue: #69c7d4;
  --hard-line: 4px solid var(--shingle-stain);
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--shingle-stain);
  background: var(--drywall-white);
  font-family: "Space Mono", monospace;
  font-size: 16px;
}
a {
  color: inherit;
}

.screaming-masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 4vw;
  border-bottom: var(--hard-line);
  background: var(--hazard-yellow);
}
.roof-hating-logo {
  font-family: "Archivo Black", sans-serif;
  font-size: 2rem;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1;
}
.roof-hating-logo span {
  color: var(--rage-red);
}
.argument-navigation {
  display: flex;
  gap: 20px;
  font-size: 0.74rem;
  font-weight: 700;
}
.argument-navigation a {
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.headline-zone {
  min-height: 500px;
  padding: 8vw 9vw 5vw 4vw;
  background-color: var(--rage-red);
  background-image: repeating-linear-gradient(
    135deg,
    transparent 0,
    transparent 20px,
    rgba(0, 0, 0, 0.06) 20px,
    rgba(0, 0, 0, 0.06) 22px
  );
  border-bottom: var(--hard-line);
}
.official-looking-lie,
.section-warning p,
.form-propaganda > p:first-child {
  margin: 0 0 18px;
  font-size: 0.75rem;
  font-weight: 700;
}
h1,
h2,
h3 {
  font-family: "Archivo Black", sans-serif;
  letter-spacing: 0;
  line-height: 0.88;
  margin: 0;
}
h1 {
  max-width: 850px;
  font-size: clamp(4rem, 11vw, 10rem);
  color: var(--drywall-white);
  text-shadow: 6px 6px 0 var(--shingle-stain);
}
h1 em {
  color: var(--hazard-yellow);
  font-style: normal;
}
.unhinged-subtitle {
  max-width: 520px;
  margin: 44px 0 26px 18%;
  font-size: clamp(1rem, 2.4vw, 1.55rem);
  font-weight: 700;
  line-height: 1.45;
}
.redesign-demand,
.submit-the-proof {
  display: inline-block;
  border: var(--hard-line);
  background: var(--hazard-yellow);
  box-shadow: 6px 6px 0 var(--shingle-stain);
  padding: 14px 18px;
  font:
    700 0.85rem "Space Mono",
    monospace;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.redesign-demand:hover,
.submit-the-proof:hover {
  transform: translate(4px, 4px);
  box-shadow: 2px 2px 0 var(--shingle-stain);
}

.main-atrocity {
  padding: 78px 4vw;
  background: var(--bruise-blue);
  border-bottom: var(--hard-line);
}
.section-warning {
  margin-bottom: 28px;
}
h2 {
  font-size: clamp(2.2rem, 5vw, 5rem);
}
.roof-comparison {
  --reveal-point: 54%;
  position: relative;
  width: min(1100px, 100%);
  height: min(59vw, 620px);
  min-height: 370px;
  margin-left: auto;
  border: var(--hard-line);
  overflow: hidden;
  cursor: ew-resize;
  background: var(--shingle-stain);
  touch-action: none;
}
.roof-comparison figure {
  position: absolute;
  inset: 0;
  margin: 0;
}
.roof-comparison img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.12);
}
.fixed-roof-photo {
  z-index: 1;
}
.ugly-roof-photo {
  z-index: 2;
  clip-path: inset(0 0 0 var(--reveal-point));
}
.roof-comparison figcaption {
  position: absolute;
  bottom: 0;
  padding: 9px 12px;
  border-top: var(--hard-line);
  border-right: var(--hard-line);
  background: var(--drywall-white);
  font-weight: 700;
  font-size: 0.72rem;
}
.ugly-roof-photo figcaption {
  right: 0;
  border-right: 0;
  border-left: var(--hard-line);
}
.roof-divider {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--reveal-point);
  width: 6px;
  transform: translateX(-50%);
  background: var(--hazard-yellow);
  border-left: 2px solid var(--shingle-stain);
  border-right: 2px solid var(--shingle-stain);
  pointer-events: none;
}
.roof-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 82px;
  padding: 8px;
  transform: translate(-50%, -50%);
  border: 3px solid var(--shingle-stain);
  background: var(--hazard-yellow);
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.invisible-rage-control {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.hall-of-shame {
  padding: 85px 7vw 100px 4vw;
  border-bottom: var(--hard-line);
  background: var(--drywall-white);
}
.tilted-warning {
  transform: rotate(-2deg);
  transform-origin: left;
}
.gallery-lede {
  max-width: 500px;
  margin: 24px 0 42px 11%;
  font-weight: 700;
  line-height: 1.55;
}
.architectural-sin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}
.shame-exhibit {
  border: var(--hard-line);
  background: var(--hazard-yellow);
  box-shadow: 8px 8px 0 var(--shingle-stain);
}
.exhibit-two {
  margin-top: 43px;
  background: var(--bruise-blue);
}
.exhibit-three {
  margin-top: 12px;
  background: var(--rage-red);
}
.shame-roof-slider {
  --shame-reveal-point: 50%;
  position: relative;
  aspect-ratio: 1.5 / 1;
  border-bottom: var(--hard-line);
  overflow: hidden;
  cursor: ew-resize;
  background: var(--shingle-stain);
  touch-action: none;
}
.shame-roof-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(0.7) contrast(1.25);
}
.shame-ugly-roof {
  clip-path: inset(0 0 0 var(--shame-reveal-point));
}
.shame-fixed-roof {
  filter: contrast(1.05) saturate(0.85);
}
.shame-divider {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: var(--shame-reveal-point);
  width: 4px;
  transform: translateX(-50%);
  background: var(--hazard-yellow);
  border-left: 1px solid var(--shingle-stain);
  border-right: 1px solid var(--shingle-stain);
  pointer-events: none;
}
.shame-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px;
  transform: translate(-50%, -50%);
  border: 2px solid var(--shingle-stain);
  background: var(--hazard-yellow);
  font-size: 0.6rem;
  font-weight: 700;
}
.shame-rage-control {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}
.shame-exhibit h3 {
  padding: 18px 14px 7px;
  font-size: clamp(1.1rem, 2vw, 1.6rem);
  line-height: 1;
}
.shame-exhibit p {
  margin: 0;
  padding: 0 14px 18px;
  font-size: 0.75rem;
  font-weight: 700;
}

.complaint-box {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  padding: 90px 7vw 100px 4vw;
  background: var(--mold-green);
  color: var(--drywall-white);
  border-bottom: var(--hard-line);
}
.form-propaganda h2 {
  color: var(--hazard-yellow);
  font-size: clamp(2.5rem, 5vw, 5.4rem);
  text-shadow: 4px 4px 0 var(--shingle-stain);
}
.form-propaganda > p:last-child {
  max-width: 310px;
  font-weight: 700;
  line-height: 1.6;
}
.roof-snitch-form {
  border: var(--hard-line);
  padding: 28px;
  background: var(--drywall-white);
  color: var(--shingle-stain);
  box-shadow: 9px 9px 0 var(--shingle-stain);
}
.field-of-regret {
  margin-bottom: 20px;
}
.field-of-regret label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.35;
}
.field-of-regret input,
.field-of-regret textarea {
  width: 100%;
  padding: 12px;
  border: 3px solid var(--shingle-stain);
  border-radius: 0;
  outline: 0;
  background: #fffdf7;
  color: var(--shingle-stain);
  font:
    400 1rem "Space Mono",
    monospace;
}
.field-of-regret input:focus,
.field-of-regret textarea:focus {
  outline: 4px solid var(--rage-red);
  outline-offset: 2px;
}
.field-of-regret input[type="file"] {
  padding: 8px;
  font-size: 0.75rem;
}
.form-warning {
  min-height: 1.4em;
  margin: 0 0 14px;
  color: var(--rage-red);
  font-size: 0.75rem;
  font-weight: 700;
}
.submit-the-proof {
  width: 100%;
  color: var(--shingle-stain);
}
.last-word-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 4vw;
  background: var(--shingle-stain);
  color: var(--drywall-white);
  font-size: 0.7rem;
  font-weight: 700;
}
.last-word-footer p {
  margin: 0;
}
.last-word-footer a {
  color: var(--hazard-yellow);
}

@media (max-width: 720px) {
  .screaming-masthead {
    align-items: flex-start;
  }
  .argument-navigation {
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
  }
  .headline-zone {
    min-height: 460px;
    padding: 18vw 5vw 12vw;
  }
  .unhinged-subtitle {
    margin-left: 0;
  }
  .main-atrocity,
  .hall-of-shame,
  .complaint-box {
    padding: 58px 5vw;
  }
  .roof-comparison {
    height: 112vw;
    min-height: 320px;
  }
  .architectural-sin-grid,
  .complaint-box {
    grid-template-columns: 1fr;
  }
  .exhibit-two,
  .exhibit-three {
    margin-top: 0;
  }
  .gallery-lede {
    margin-left: 0;
  }
  .complaint-box {
    gap: 45px;
  }
  .last-word-footer {
    flex-direction: column;
  }
  .roof-snitch-form {
    padding: 20px;
  }
}
