:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #263c33;
  background: #f4f1e9;
  font-size: 16px;
  line-height: 1.55;
  --ink: #263c33;
  --orange: #d75934;
  --muted: #666c61;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
  opacity: 0.55;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #d75934;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.masthead,
main,
footer {
  max-width: 1320px;
  margin: auto;
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 54px;
  border-bottom: 1px solid #dcded0;
}
.brand {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -1.4px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.brand span {
  font-size: 39px;
  color: var(--orange);
  line-height: 1;
}
.nav-link {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #a1a898;
  padding-bottom: 4px;
}
.nav-link span {
  margin-left: 18px;
}
.intro {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 75px;
  padding: 74px 54px 90px;
  align-items: start;
}
.eyebrow {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.7px;
  font-weight: 700;
  margin: 0 0 23px;
}
.dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  margin-right: 8px;
}
h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.5vw, 77px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -3px;
  margin: 0 0 32px;
}
h1 em {
  color: var(--orange);
  font-weight: 400;
}
.lede {
  font-size: 19px;
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 19px;
}
.summary {
  color: var(--muted);
  max-width: 465px;
  font-size: 16px;
  margin-bottom: 34px;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
  text-underline-offset: 6px;
}
.text-link span {
  margin-left: 10px;
}
.interest-card {
  background: #fffdf8;
  border: 1px solid #deddd0;
  border-radius: 7px;
  overflow: hidden;
  scroll-margin-top: 25px;
  box-shadow: 0 12px 36px #333c2410;
}
.card-art {
  height: 167px;
  background: #dbe0c9;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px 32px;
  overflow: hidden;
}
.petal {
  font-size: 158px;
  color: #53705b;
  line-height: 1;
  transform: rotate(-10deg);
}
.art-caption {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.2;
  transform: rotate(-6deg);
}
.form-content {
  padding: 31px 32px;
}
.form-content .eyebrow {
  color: #8a6444;
  margin-bottom: 12px;
}
.form-content h2 {
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin: 0 0 14px;
}
.form-content > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}
label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin: 22px 0 8px;
}
input,
textarea {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px solid #c9cebd;
  padding: 12px 13px;
  border-radius: 4px;
  color: var(--ink);
}
textarea {
  resize: vertical;
  min-height: 180px;
  line-height: 1.5;
  font-size: 15px;
}
.optional {
  font-weight: 400;
  color: var(--muted);
}
.field-note {
  font-size: 12px;
  color: var(--muted);
}
#submit {
  width: 100%;
  padding: 13px 18px;
  border: 0;
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
}
#submit:hover:not(:disabled) {
  background: #365644;
}
.privacy {
  font-size: 11px !important;
  line-height: 1.5;
  margin-bottom: 0;
}
#status {
  font-size: 13px;
  margin: 10px 0;
  min-height: 20px;
}
#status.error {
  color: #a0311e;
}
.retry {
  background: none;
  border: 0;
  padding: 10px 0;
  color: var(--ink);
  text-decoration: underline;
  font-size: 13px;
}
#verification-widget {
  margin-top: 14px;
  min-height: 0;
}
.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.how {
  padding: 60px 54px 70px;
  background: #e9ecdf;
  border-top: 1px solid #d9decc;
  border-bottom: 1px solid #d9decc;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
}
.section-heading h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: -1px;
  line-height: 1.15;
  margin: 0;
  width: 49%;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.number {
  display: inline-block;
  font-family: Georgia, serif;
  color: #7d8970;
  font-size: 21px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c8d0ba;
  width: 100%;
}
.steps h3 {
  font-size: 17px;
  margin: 20px 0 10px;
}
.steps p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
.closing {
  padding: 65px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.closing p {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.closing em {
  color: #718061;
}
footer {
  border-top: 1px solid #dcded0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 54px 35px;
}
footer .brand {
  font-size: 24px;
}
footer p,
footer > span {
  font-size: 12px;
  color: var(--muted);
}
@media (max-width: 950px) {
  .intro {
    gap: 35px;
    padding: 50px 32px;
  }
  .masthead,
  footer {
    padding-left: 32px;
    padding-right: 32px;
  }
  .form-content {
    padding: 25px;
  }
  .card-art {
    padding: 15px;
  }
  .art-caption {
    font-size: 20px;
  }
  .petal {
    font-size: 120px;
  }
  .how,
  .closing {
    padding: 45px 32px;
  }
  h1 {
    letter-spacing: -2px;
  }
  .steps {
    gap: 25px;
  }
}
@media (max-width: 680px) {
  .masthead {
    padding: 20px 22px;
  }
  .brand {
    font-size: 25px;
  }
  .nav-link {
    font-size: 12px;
  }
  .intro {
    grid-template-columns: 1fr;
    padding: 38px 22px 45px;
    gap: 38px;
  }
  h1 {
    font-size: 57px;
  }
  .lede {
    font-size: 18px;
  }
  .form-content {
    padding: 26px 23px;
  }
  .card-art {
    height: 135px;
  }
  .petal {
    font-size: 130px;
  }
  .section-heading {
    display: block;
  }
  .section-heading h2 {
    width: 100%;
    font-size: 35px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .number {
    padding-bottom: 9px;
  }
  .how,
  .closing {
    padding: 38px 22px;
  }
  .closing {
    display: block;
  }
  .closing p {
    font-size: 27px;
  }
  footer {
    padding: 24px 22px;
    flex-wrap: wrap;
    gap: 12px;
  }
  footer p {
    display: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.copyright {
  font-size: 12px;
  color: var(--muted);
  text-underline-offset: 3px;
}
@media (max-width: 680px) {
  .masthead { flex-wrap: wrap; gap: 12px; }
  .masthead .brand { font-size: 24px; }
  .masthead .nav-link span { margin-left: 5px; }
}
