@font-face {
  font-family: "Inter";
  src: url("./fonts/inter-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/inter-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Recoleta";
  src: url("./fonts/recoleta-medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  color-scheme: light;
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  background: #eee;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #eee;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-wrap: break-word;
  background: #eee;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.4;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid #000;
  outline-offset: 3px;
}

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

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
p,
ul {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-family: "Recoleta", Georgia, serif;
  font-size: clamp(3.25rem, 6.25vw, 5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.025em;
}

h2 {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.25;
}

h3 {
  margin-top: 2rem;
  margin-bottom: 0.65rem;
  font-size: 1rem;
  line-height: 1.35;
}

h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.4;
}

p,
ul {
  margin-bottom: 1rem;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-main {
  flex: 1;
}

.page-section {
  padding: 7rem 5%;
}

.landing-heading {
  margin-bottom: 5.75rem;
}

.content-column {
  width: min(45rem, 100%);
  margin-left: auto;
  margin-right: auto;
}

.intro-copy {
  margin-bottom: 3.1rem;
}

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

.newsletter-card {
  padding: 2rem;
  background: #fff;
}

.cr_form,
.cr_body,
.cr_page,
.formbox,
.editable_content {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
}

.cr_form-component {
  margin-bottom: 2rem;
}

.cr_form-inputgroup--typeemail label,
.cr_form-component--header {
  display: block;
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.cr_form-input {
  width: 100%;
  min-height: 3rem;
  padding: 0.5rem;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000;
  font: inherit;
}

.cr_form-component--group .cr_form-component--group {
  display: grid;
  gap: 0.7rem;
}

.cr_form-component--group br {
  display: none;
}

.cr_form-inputgroup--typecheckbox {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  align-items: start;
  gap: 0.55rem;
}

.cr_form-checkbox,
.cr_form-radio {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  accent-color: #000;
}

.no-label {
  cursor: pointer;
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.radio-group label {
  margin-right: 0.8rem;
  cursor: pointer;
}

.submit_container {
  margin-bottom: 0;
}

.cr_button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font: inherit;
  cursor: pointer;
}

.cr_button:hover {
  background: #282828;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;
  padding: 1.5rem 5% 3rem;
}

.legal-heading {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.legal-copy {
  width: min(45rem, 100%);
  margin-left: auto;
  margin-right: auto;
}

.legal-copy > :first-child {
  margin-top: 0;
}

.legal-copy li + li {
  margin-top: 0.5rem;
}

.back-link {
  display: inline-block;
}

.error-copy {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  .page-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .landing-heading {
    margin-bottom: 4rem;
  }

  .intro-copy {
    margin-bottom: 2.5rem;
  }

  .newsletter-card {
    padding: 1.25rem;
  }

  .legal-heading {
    margin-top: 2.5rem;
    margin-bottom: 3.5rem;
  }

  .site-footer {
    gap: 1rem 1.5rem;
    padding-bottom: 2rem;
  }
}
