:root {
  --recovery-black: #000000;
  --recovery-white: #ffffff;
  --recovery-muted: #6a6a6a;
  --recovery-bronze: #8a5a2b;
  --recovery-light-bronze: #b07a3d;
}

body.recovery-page {
  background: var(--recovery-white);
  color: var(--recovery-black);
}

body.recovery-page main {
  padding: 0;
}

body.recovery-page .recovery-hero {
  display: flex;
  min-height: clamp(24rem, 44svh, 34rem);
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1.35rem, 7vw, 7.5rem);
  border: 0;
  border-radius: 0;
  background: var(--recovery-black);
  color: var(--recovery-white);
  box-shadow: none;
}

body.recovery-page .recovery-hero-copy {
  max-width: 42rem;
}

body.recovery-page .recovery-hero h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--recovery-white);
  font-family: var(--font-brand, "Instrument Sans", "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: .025em;
}

body.recovery-page .recovery-hero p {
  max-width: 28rem;
  margin: clamp(1rem, 2vw, 1.5rem) 0 0;
  color: rgba(255, 255, 255, .72);
  font-family: var(--font-ui, "Instrument Sans", "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(.95rem, 1.1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

body.recovery-page .recovery-form-section,
body.recovery-page .recovery-results {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.35rem, 7vw, 7.5rem);
  border: 0;
  background: var(--recovery-white);
}

body.recovery-page .recovery-form {
  display: grid !important;
  max-width: 34rem;
  gap: 1.35rem !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.recovery-page .recovery-form .field {
  display: grid;
  gap: .55rem;
}

body.recovery-page .recovery-form label,
body.recovery-page .recovery-result-type,
body.recovery-page .recovery-result-access span,
body.recovery-page .section-note {
  color: var(--recovery-muted) !important;
  font-family: var(--font-ui, "Instrument Sans", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: .7rem !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}

body.recovery-page .recovery-form input,
body.recovery-page .recovery-form select,
body.recovery-page .recovery-form textarea {
  width: 100%;
  min-height: 2.9rem;
  padding: .65rem 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, .36) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--recovery-black) !important;
  box-shadow: none !important;
  font-family: var(--font-ui, "Instrument Sans", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: 1rem;
  line-height: 1.4;
}

body.recovery-page .recovery-form input:focus,
body.recovery-page .recovery-form select:focus,
body.recovery-page .recovery-form textarea:focus {
  outline: 2px solid var(--recovery-bronze) !important;
  outline-offset: 4px !important;
  border-bottom-color: var(--recovery-black) !important;
}

body.recovery-page .privacy-note,
body.recovery-page .recovery-message {
  max-width: 34rem;
  margin: 0;
  color: var(--recovery-muted) !important;
  font-family: var(--font-ui, "Instrument Sans", "Helvetica Neue", Arial, sans-serif);
  font-size: .9rem;
  line-height: 1.55;
}

body.recovery-page .recovery-form .button,
body.recovery-page .recovery-result-access .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  max-width: max-content !important;
  min-height: 2.75rem !important;
  padding: .85rem 1.15rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--recovery-black) !important;
  color: var(--recovery-white) !important;
  box-shadow: none !important;
  font-family: var(--font-ui, "Instrument Sans", "Helvetica Neue", Arial, sans-serif) !important;
  font-size: .7rem !important;
  font-weight: 600 !important;
  letter-spacing: .12em !important;
  line-height: 1.15 !important;
  text-decoration: none;
  text-transform: uppercase;
}

body.recovery-page .notice.compact,
body.recovery-page .field-error {
  max-width: 34rem;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--recovery-bronze) !important;
  box-shadow: none !important;
}

body.recovery-page .recovery-section-head {
  margin: 0 0 clamp(2rem, 4vw, 3.25rem);
}

body.recovery-page .recovery-section-head h2,
body.recovery-page .recovery-empty h3 {
  margin: 0;
  color: var(--recovery-black);
  font-family: var(--font-brand, "Instrument Sans", "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .025em;
}

body.recovery-page .recovery-result-list {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

body.recovery-page .recovery-result-row,
body.recovery-page .recovery-empty {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(9rem, .28fr) max-content;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.recovery-page .recovery-empty {
  grid-template-columns: 1fr;
  min-height: 12rem;
}

body.recovery-page .recovery-result-title a {
  color: var(--recovery-black);
  font-family: var(--font-brand, "Instrument Sans", "Helvetica Neue", Arial, sans-serif);
  font-size: clamp(1.2rem, 2vw, 1.85rem);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: .02em;
  text-decoration: none;
}

body.recovery-page .recovery-result-title a:hover,
body.recovery-page .recovery-result-title a:focus-visible {
  color: var(--recovery-bronze);
}

body.recovery-page .recovery-result-type {
  margin: 0;
}

body.recovery-page .recovery-result-access {
  justify-self: end;
}

@media (max-width: 700px) {
  body.recovery-page .recovery-hero {
    min-height: clamp(18rem, 34svh, 26rem);
  }

  body.recovery-page .recovery-hero,
  body.recovery-page .recovery-form-section,
  body.recovery-page .recovery-results {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  body.recovery-page .recovery-result-row {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  body.recovery-page .recovery-result-access {
    justify-self: start;
  }
}
