:root {
  --black: #000000;
  --light: #dddddd;
  --yellow: #f7e500;
  --red: #ff2323;
  --white: #f7f7f7;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  background: var(--black);
  color: var(--white);
  line-height: 1.35;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

.content {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(1000px, calc(100% - 40px));
}

.hero {
  background: var(--black);
  padding: 78px 0 0;
}

.hero .content {
  width: min(1320px, calc(100% - 40px));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.32fr 0.68fr;
  gap: 28px;
  align-items: end;
}

.hero-image-wrap {
  min-height: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.hero-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
}

.hero-copy {
  max-width: 430px;
  align-self: center;
  padding-bottom: 22px;
}

.logo {
  width: min(320px, 100%);
  margin-bottom: 20px;
}

.hero-copy p {
  margin: 0;
  font-size: clamp(22px, 2.2vw, 32px);
}

.vow {
  background: #ffffff;
  color: #111;
  padding: 0;
}

.vow-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  min-height: 500px;
  background: #ffffff;
}

.vow-face-wrap {
  min-height: 500px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #ffffff;
}

.vow-face {
  width: min(520px, 100%);
  margin: 0 auto;
  object-fit: contain;
}

.vow-content {
  max-width: 640px;
  text-align: center;
  font-size: clamp(18px, 1.6vw, 24px);
  margin: 0 auto;
  align-self: center;
  background: #ffffff;
}

.vow-content p {
  margin: 0 0 28px 0;
}

.vow-content p:last-child {
  margin-bottom: 0;
}

.truth {
  background: var(--black);
  padding: 72px 0 66px;
}

.truth .content {
  width: min(1400px, calc(100% - 40px));
}

.truth-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  align-items: center;
}

.truth-copy p {
  margin: 0 0 28px 0;
  font-size: clamp(18px, 1.6vw, 24px);
}

.truth-copy p:last-child {
  margin-bottom: 0;
}

.tag {
  display: inline-block;
  margin-bottom: 26px;
  background: var(--yellow);
  color: #111;
  border: 3px solid var(--red);
  border-radius: 12px;
  padding: 9px 18px;
  font-weight: 800;
  font-size: clamp(14px, 1vw, 18px);
}

.highlight {
  color: var(--yellow);
}

.truth-image-wrap {
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
}

.truth-image {
  width: 100%;
  max-width: 980px;
  margin: 0;
  object-fit: contain;
}

.audience {
  background: #ffffff;
  color: #111;
  padding: 14px 0 38px;
}

.pill {
  display: block;
  width: min(100%, 1000px);
  margin: 0 auto;
  background: var(--yellow);
  color: #111;
  border: 4px solid #111;
  border-radius: 14px;
  box-shadow: 8px 8px 0 #000;
  text-align: center;
  font-weight: 800;
  font-size: clamp(18px, 1.35vw, 24px);
  padding: 14px 18px;
}

.red-outline {
  border-color: var(--red);
  box-shadow: none;
}

.left {
  margin-left: 0;
  margin-right: auto;
  width: min(520px, 100%);
  position: relative;
  z-index: 2;
  margin-bottom: -38px;
}

.audience-grid {
  display: grid;
  grid-template-columns: 0.9fr 0.85fr;
  gap: 28px;
  width: min(980px, 100%);
  margin: 26px auto 0;
  align-items: start;
}

.audience-image-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.audience ul {
  margin: 0;
  padding-left: 36px;
  font-size: clamp(18px, 1.6vw, 24px);
  max-width: 520px;
  align-self: center;
}

.audience li {
  margin-bottom: 28px;
}

.audience li:last-child {
  margin-bottom: 0;
}

.audience-image {
  width: min(460px, 100%);
  margin: 0 auto;
  object-fit: contain;
}

.results {
  background: var(--black);
  padding: 68px 0 64px;
}

.results .pill {
  width: min(100%, 620px);
  margin-bottom: 52px;
}

.checks {
  display: grid;
  gap: 20px;
}

.check-item {
  background: #f4f4f4;
  color: #101010;
  border: 3px solid var(--red);
  border-radius: 11px;
  padding: 14px 18px;
  font-size: clamp(18px, 1.6vw, 24px);
}

.closing-line {
  margin: 50px auto 0;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(18px, 1.45vw, 26px);
  max-width: 1100px;
}

.difference {
  background: var(--light);
  color: #111;
  padding: 58px 0 80px;
}

.difference-card {
  margin: 24px auto 0;
  background: #efefef;
  border: 3px solid var(--red);
  border-radius: 10px;
  box-shadow: 7px 7px 0 #000;
  padding: 62px 28px 22px;
  position: relative;
  z-index: 1;
}

.nameplate {
  width: min(620px, 100%);
  margin: 0 auto 22px;
  object-fit: contain;
}

.difference-card p {
  margin: 0 0 22px 0;
  font-size: clamp(18px, 1.6vw, 24px);
  color: #0d0d0d;
}

.difference-card h3 {
  margin: 28px 0 18px;
  text-align: center;
  color: var(--red);
  font-size: clamp(24px, 2vw, 36px);
}

.waitlist {
  width: min(100%, 360px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.waitlist input {
  border: 3px solid var(--red);
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 16px;
  padding: 10px 14px;
}

.waitlist button {
  width: 140px;
  margin: 0 auto;
  border: 4px solid #111;
  border-radius: 8px;
  background: #ff2c22;
  color: #fff;
  font: inherit;
  font-weight: 700;
  font-size: 24px;
  padding: 8px 10px;
  cursor: pointer;
}

.note {
  margin: 18px auto 0 !important;
  max-width: 860px;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 30px);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .content,
  .narrow {
    width: min(1200px, calc(100% - 24px));
  }

  .hero,
  .vow,
  .truth,
  .audience,
  .results,
  .difference {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-grid,
  .vow-layout,
  .truth-grid,
  .audience-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .vow {
    padding: 36px 0 40px;
  }

  .vow-layout,
  .vow-face-wrap {
    min-height: auto;
  }

  .vow-face {
    width: min(430px, 82vw);
  }

  .vow-content {
    font-size: clamp(17px, 4vw, 22px);
  }

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

  .logo {
    margin: 0 auto 16px;
  }

  .hero-image {
    width: 100%;
    max-width: 640px;
  }

  .truth-image,
  .audience-image {
    width: min(420px, 72vw);
  }

  .left {
    margin-left: auto;
    margin-right: auto;
  }
}
