.farewell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 82px 22px 0;
  background: var(--white);
}

.farewell::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 28%;
  width: min(54vw, 370px);
  aspect-ratio: 1;
  background: url("../assets/leaves-soft.png") left top / contain no-repeat;
  opacity: .08;
  transform: rotate(8deg);
  pointer-events: none;
}

.farewell-inner {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 640px);
  margin: 0 auto;
  padding-bottom: 88px;
  text-align: center;
  justify-items: center;
}

.rsvp-copy .script {
  margin-bottom: 18px;
  line-height: 1;
  color: var(--primary);
}

.rsvp-copy p:not(.script) {
  margin: 0 auto 28px;
  font-family: "Tangerine Local", cursive;
  font-size: clamp(37px, 7.2vw, 48px);
  font-weight: 400;
  line-height: .95;
  text-transform: none;
  color: #b8c3a9;
}

.rsvp-copy,
.rsvp-form,
.farewell-logo {
  justify-self: center;
}

.rsvp-form {
  display: grid;
  gap: 12px;
  width: min(100%, 560px);
  margin: 0 auto;
  text-align: left;
}

.rsvp-form label {
  display: grid;
  gap: 6px;
}

.rsvp-form span {
  font-size: 13px;
  font-weight: 700;
  color: rgba(155,74,44,.86);
}

.rsvp-form input,
.rsvp-form select,
.rsvp-form textarea {
  width: 100%;
  border: 1px solid rgba(191,59,11,.72);
  border-radius: 10px;
  background: rgba(255,255,255,.72);
  color: var(--text);
  font: inherit;
  font-size: 14px;
  outline: none;
}

.rsvp-form input,
.rsvp-form select {
  min-height: 38px;
  padding: 8px 12px;
}

.rsvp-form textarea {
  min-height: 84px;
  padding: 12px;
  resize: vertical;
}

.rsvp-form input:focus,
.rsvp-form select:focus,
.rsvp-form textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(191,59,11,.1);
}

.rsvp-button {
  justify-self: center;
  min-width: 112px;
  min-height: 38px;
  margin-top: 2px;
  padding: 10px 24px;
  border: 0;
  border-radius: 9px;
  background: var(--primary);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(191,59,11,.18);
}

.farewell-logo {
  display: block;
  width: min(54vw, 180px);
  height: auto;
  margin: 92px auto 0;
}

.site-footer {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100vw;
  min-height: 86px;
  margin-top: auto;
  margin-right: 0;
  margin-left: 0;
  background: #7d341f;
}

.site-footer p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.88);
}
