:root {
  color: #1d1c1a;
  background: #fff7e8;
  font-family: ui-rounded, "SF Pro Rounded", "Avenir Next", Avenir, system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding: 36px 24px 22px;
}

main {
  width: min(100%, 620px);
  margin: auto;
}

.brand {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border-radius: 25px;
  color: white;
  background: #f25547;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-decoration: none;
}

.eyebrow {
  margin: 34px 0 8px;
  color: #f25547;
  font-size: 15px;
  font-weight: 750;
}

h1 {
  max-width: 500px;
  margin: 0;
  font-size: clamp(38px, 9vw, 58px);
  letter-spacing: -2.5px;
  line-height: 1.04;
}

.intro {
  max-width: 500px;
  margin: 19px 0 25px;
  color: #605c55;
  font-size: 19px;
  line-height: 1.5;
}

.email {
  display: inline-block;
  border-radius: 14px;
  padding: 15px 19px;
  color: white;
  background: #1d1c1a;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
}

.fine-print, .updated {
  max-width: 510px;
  margin-top: 39px;
  color: #817a70;
  font-size: 13px;
  line-height: 1.55;
}

section { margin-top: 32px; }

h2 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: -.4px;
}

section p {
  max-width: 610px;
  margin: 0;
  color: #605c55;
  font-size: 16px;
  line-height: 1.55;
}

section a, footer a { color: #d94338; }

footer {
  display: flex;
  width: min(100%, 620px);
  justify-content: space-between;
  margin: 50px auto 0;
  color: #817a70;
  font-size: 13px;
}

@media (max-width: 480px) {
  body { padding: 25px 20px 18px; }
  .brand { width: 68px; height: 68px; border-radius: 21px; font-size: 35px; }
  .eyebrow { margin-top: 27px; }
}
