.support-page {
  min-height: 100vh;
  background: #f5f1e8;
}

.support-main {
  max-width: 1220px;
  min-height: calc(100vh - 198px);
  margin: 0 auto;
  padding: 148px 34px 80px;
}

.support-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
  gap: 56px;
  align-items: end;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(50, 42, 31, 0.18);
}

.support-kicker,
.support-section-heading > span,
.support-contact-card > span {
  color: #8b6f45;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.support-hero h1 {
  max-width: 820px;
  margin: 14px 0 20px;
  color: #211d17;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.support-hero > div > p {
  max-width: 760px;
  margin: 0;
  color: #655c4d;
  font-size: 16px;
  line-height: 1.65;
}

.support-contact-card,
.support-form-card,
.support-help-card {
  border: 1px solid rgba(50, 42, 31, 0.16);
  background: rgba(255, 253, 248, 0.75);
}

.support-contact-card {
  padding: 28px;
}

.support-contact-card a,
.support-contact-card strong {
  display: block;
  margin-top: 14px;
  color: #211d17;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  overflow-wrap: anywhere;
}

.support-contact-card p {
  margin: 14px 0 0;
  color: #756b5c;
  font-size: 13px;
  line-height: 1.55;
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 28px;
  padding-top: 36px;
}

.support-form-card,
.support-help-card {
  padding: 34px;
}

.support-section-heading h2 {
  margin: 9px 0 28px;
  color: #211d17;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

#supportForm,
#supportForm label {
  display: grid;
  gap: 8px;
}

#supportForm {
  gap: 20px;
}

#supportForm label > span {
  color: #3d372e;
  font-size: 13px;
  font-weight: 700;
}

#supportForm input,
#supportForm select,
#supportForm textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(50, 42, 31, 0.22);
  border-radius: 3px;
  color: #211d17;
  background: #fffdf8;
  font: inherit;
}

#supportForm input,
#supportForm select {
  min-height: 44px;
  padding: 0 12px;
}

#supportForm textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

#supportForm input:focus,
#supportForm select:focus,
#supportForm textarea:focus {
  outline: 2px solid rgba(139, 111, 69, 0.28);
  outline-offset: 1px;
  border-color: #8b6f45;
}

#supportForm small {
  color: #817767;
  font-size: 11px;
  line-height: 1.45;
}

.support-fields-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.support-status {
  min-height: 20px;
  color: #655c4d;
  font-size: 13px;
}

.support-status.is-success {
  color: #22613f;
}

.support-status.is-error {
  color: #a1372c;
}

#supportSubmit {
  justify-self: start;
}

.support-login-required {
  padding: 22px 0 10px;
}

.support-login-required h3 {
  margin: 0 0 10px;
}

.support-login-required p {
  margin: 0 0 24px;
  color: #655c4d;
}

.support-login-required .public-home-primary {
  max-width: 100%;
  box-sizing: border-box;
}

.support-help-card ol {
  display: grid;
  gap: 22px;
  margin: 0;
  padding-left: 22px;
}

.support-help-card li {
  padding-left: 5px;
}

.support-help-card li strong {
  color: #211d17;
}

.support-help-card li p,
.support-privacy-note p {
  margin: 7px 0 0;
  color: #756b5c;
  font-size: 13px;
  line-height: 1.55;
}

.support-privacy-note {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(50, 42, 31, 0.14);
}

@media (max-width: 860px) {
  .support-main {
    padding: 112px 20px 54px;
  }

  .support-hero,
  .support-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .support-hero {
    align-items: stretch;
  }
}

@media (max-width: 560px) {
  .support-fields-row {
    grid-template-columns: 1fr;
  }

  .support-form-card,
  .support-help-card,
  .support-contact-card {
    padding: 24px 20px;
  }
}
