:root {
  color-scheme: light;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  color: #171715;
  background: #f7f7f4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font: inherit;
}

.ea-help {
  --ea-help-paper: #f7f7f4;
  --ea-help-white: #fff;
  --ea-help-ink: #171715;
  --ea-help-muted: #65645f;
  --ea-help-line: #d8d7d1;
  --ea-help-accent: #b44d32;
  --ea-help-accent-hover: #973d27;
  --ea-help-forest: #2f5b4f;
  min-height: 70vh;
  padding: 30px clamp(16px, 3vw, 40px) clamp(64px, 7vw, 96px);
  color: var(--ea-help-ink);
  background: var(--ea-help-paper);
}

.ea-help,
.ea-help *,
.ea-help *::before,
.ea-help *::after {
  box-sizing: border-box;
}

.ea-help__shell {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.ea-help h1,
.ea-help h2,
.ea-help h3,
.ea-help p,
.ea-help ol,
.ea-help ul {
  margin-top: 0;
}

.ea-help h1,
.ea-help h2,
.ea-help h3 {
  color: var(--ea-help-ink);
  font-family: "EA Libre Baskerville", Georgia, serif;
  text-transform: none;
}

.ea-help a {
  color: inherit;
}

.ea-help__eyebrow,
.ea-help__aside-title,
.ea-help__summary-label {
  margin: 0;
  color: var(--ea-help-forest);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ea-help__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.32fr) minmax(330px, .68fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: stretch;
  padding: clamp(46px, 6vw, 76px) 0 clamp(54px, 7vw, 86px);
  border-top: 1px solid var(--ea-help-line);
}

.ea-help__hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
}

.ea-help__hero h1 {
  max-width: 19ch;
  margin: 0;
  padding-bottom: .06em;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.ea-help__lead {
  max-width: 60ch;
  margin-bottom: 2px;
  color: var(--ea-help-muted);
  font-size: 18px;
  line-height: 1.68;
}

.ea-help__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.ea-help__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 19px;
  border: 1px solid var(--ea-help-ink);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.ea-help__button:hover,
.ea-help__button:focus-visible {
  transform: translateY(-1px);
}

.ea-help__button:focus-visible,
.ea-help__toggle:focus-visible,
.ea-help__search input:focus-visible,
.ea-help__search button:focus-visible,
.ea-help__aside a:focus-visible,
.ea-help__summary a:focus-visible {
  outline: 3px solid #e8b75b;
  outline-offset: 3px;
}

.ea-help__button--primary {
  border-color: var(--ea-help-accent);
  color: #fff;
  background: var(--ea-help-accent);
}

.ea-help__button--primary:hover,
.ea-help__button--primary:focus-visible {
  border-color: var(--ea-help-accent-hover);
  background: var(--ea-help-accent-hover);
}

.ea-help__button--secondary {
  color: var(--ea-help-ink);
  background: transparent;
}

.ea-help__button--secondary:hover,
.ea-help__button--secondary:focus-visible {
  background: var(--ea-help-white);
}

.ea-help__summary {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  padding: clamp(26px, 3.5vw, 38px);
  border: 1px solid var(--ea-help-line);
  border-radius: 22px;
  background: var(--ea-help-white);
}

.ea-help__summary strong {
  max-width: 18ch;
  color: var(--ea-help-ink);
  font-family: "EA Libre Baskerville", Georgia, serif;
  font-size: 30px;
  line-height: 1.12;
  letter-spacing: 0;
}

.ea-help__summary > p:not(.ea-help__summary-label) {
  margin-bottom: 4px;
  color: var(--ea-help-muted);
  font-size: 14px;
  line-height: 1.65;
}

.ea-help__summary ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  border-top: 1px solid var(--ea-help-line);
}

.ea-help__summary li {
  border-bottom: 1px solid var(--ea-help-line);
}

.ea-help__summary a {
  display: flex;
  align-items: center;
  min-height: 46px;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.ea-help__summary a:hover {
  color: var(--ea-help-accent);
}

.ea-help__finder {
  display: grid;
  grid-template-columns: minmax(230px, .52fr) minmax(0, 1.48fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: stretch;
  padding: clamp(28px, 4vw, 44px) 0;
  border-top: 2px solid var(--ea-help-ink);
  border-bottom: 1px solid var(--ea-help-line);
}

.ea-help__finder h2 {
  max-width: 18ch;
  margin: 12px 0 0;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: 0;
}

.ea-help__finder-copy {
  display: grid;
  align-content: start;
}

.ea-help__finder-copy p:not(.ea-help__eyebrow) {
  max-width: 28ch;
  margin: 12px 0 0;
  color: var(--ea-help-muted);
  font-size: 14px;
  line-height: 1.55;
}

.ea-help__finder-panel {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--ea-help-line);
  border-radius: 24px;
  background: var(--ea-help-white);
}

.ea-help__search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  min-height: 58px;
  overflow: hidden;
  border: 1px solid var(--ea-help-line);
  border-radius: 18px;
  background: var(--ea-help-paper);
}

.ea-help__search:focus-within {
  border-color: var(--ea-help-ink);
  outline: 3px solid #e8b75b;
  outline-offset: 3px;
}

.ea-help__search-kicker {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding: 0 14px 0 18px;
  color: var(--ea-help-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ea-help__search input {
  width: 100%;
  min-width: 0;
  height: 56px;
  padding: 0 22px;
  border: 0;
  outline: 0;
  color: var(--ea-help-ink);
  background: transparent;
  font-size: 16px;
}

.ea-help__search input::placeholder {
  color: #7a7974;
  opacity: 1;
}

.ea-help__search button {
  align-self: stretch;
  min-width: 72px;
  padding: 0 14px;
  border: 0;
  border-left: 1px solid var(--ea-help-line);
  color: var(--ea-help-ink);
  background: var(--ea-help-white);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.ea-help__search button:hover,
.ea-help__search button:focus-visible {
  color: var(--ea-help-white);
  background: var(--ea-help-accent);
}

.ea-help__quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ea-help__quick-searches button {
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--ea-help-line);
  border-radius: 999px;
  color: var(--ea-help-muted);
  background: var(--ea-help-white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.ea-help__quick-searches button:hover,
.ea-help__quick-searches button:focus-visible,
.ea-help__quick-searches button.is-active {
  border-color: var(--ea-help-accent);
  color: var(--ea-help-white);
  background: var(--ea-help-accent);
}

.ea-help__search-status {
  justify-self: start;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--ea-help-muted);
  background: var(--ea-help-paper);
  font-size: 12px;
  font-weight: 800;
}

.ea-help__layout {
  display: grid;
  grid-template-columns: minmax(200px, .28fr) minmax(0, .72fr);
  gap: clamp(40px, 7vw, 92px);
  padding: clamp(54px, 7vw, 88px) 0;
}

.ea-help__aside {
  align-self: start;
  position: sticky;
  top: 124px;
  display: grid;
  gap: 34px;
}

.ea-help__aside nav,
.ea-help__related {
  display: grid;
  border-top: 1px solid var(--ea-help-ink);
}

.ea-help__aside-title {
  padding: 17px 0 10px;
}

.ea-help__aside a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 0;
  border-bottom: 1px solid var(--ea-help-line);
  color: var(--ea-help-muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.ea-help__aside a:hover {
  color: var(--ea-help-accent);
}

.ea-help__sections {
  min-width: 0;
  border-top: 1px solid var(--ea-help-ink);
}

.ea-help__section {
  scroll-margin-top: 130px;
  border-bottom: 1px solid var(--ea-help-line);
}

.ea-help__toggle {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 78px;
  padding: 15px 0;
  border: 0;
  color: var(--ea-help-ink);
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.ea-help__number {
  color: var(--ea-help-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.ea-help__question {
  font-family: "EA Libre Baskerville", Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.ea-help__toggle-label {
  min-width: 42px;
  color: var(--ea-help-forest);
  font-size: 12px;
  font-weight: 850;
  text-align: right;
}

.ea-help__answer[hidden] {
  display: none;
}

.ea-help__answer {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 16px;
  padding: 0 0 30px;
}

.ea-help__answer > div {
  grid-column: 2;
  max-width: 68ch;
  color: var(--ea-help-muted);
  font-size: 15px;
  line-height: 1.72;
}

.ea-help__answer p:last-child,
.ea-help__answer ol:last-child,
.ea-help__answer ul:last-child {
  margin-bottom: 0;
}

.ea-help__answer li + li {
  margin-top: 8px;
}

.ea-help__answer a {
  color: var(--ea-help-accent);
  font-weight: 750;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ea-help mark {
  padding: 0 .1em;
  border-radius: 4px;
  color: var(--ea-help-ink);
  background: rgba(180, 77, 50, .16);
}

.ea-help__empty {
  padding: 40px 0;
}

.ea-help__empty h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

.ea-help__empty p {
  max-width: 54ch;
  margin-bottom: 20px;
  color: var(--ea-help-muted);
  line-height: 1.65;
}

.ea-help__closing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding: clamp(34px, 5vw, 54px);
  border-radius: 24px;
  color: #fff;
  background: var(--ea-help-forest);
}

.ea-help__closing .ea-help__eyebrow {
  color: #f2c96d;
}

.ea-help__closing h2 {
  max-width: 22ch;
  margin: 12px 0 8px;
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
  letter-spacing: 0;
}

.ea-help__closing p:not(.ea-help__eyebrow) {
  max-width: 62ch;
  margin-bottom: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  line-height: 1.65;
}

.ea-help__button--light {
  border-color: #fff;
  color: var(--ea-help-forest);
  background: #fff;
}

.ea-help__button--light:hover,
.ea-help__button--light:focus-visible {
  color: #fff;
  background: transparent;
}

@media (max-width: 900px) {
  .ea-help__hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ea-help__hero h1 {
    font-size: 40px;
    max-width: 18ch;
  }

  .ea-help__summary {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ea-help__summary ul {
    grid-column: 1 / -1;
  }

  .ea-help__layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .ea-help__aside {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .ea-help {
    padding: 18px 24px 54px;
  }

  .ea-help__hero {
    padding: 36px 0 46px;
  }

  .ea-help__hero h1 {
    max-width: 11ch;
    font-size: 24px;
    line-height: 1.16;
  }

  .ea-help__lead {
    max-width: 22ch;
    font-size: 14px;
    line-height: 1.58;
  }

  .ea-help__button {
    min-height: 46px;
    padding: 10px 12px;
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .ea-help__hero-actions,
  .ea-help__hero-actions .ea-help__button {
    width: 100%;
  }

  .ea-help__summary {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .ea-help__summary strong {
    max-width: 11ch;
    font-size: 22px;
  }

  .ea-help__summary > p:not(.ea-help__summary-label) {
    max-width: 22ch;
  }

  .ea-help__finder {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 34px 0;
  }

  .ea-help__finder-panel {
    padding: 16px;
    border-radius: 18px;
  }

  .ea-help__search {
    grid-template-columns: minmax(0, 1fr) auto;
    border-radius: 16px;
  }

  .ea-help__search-kicker {
    grid-column: 1 / -1;
    min-height: 30px;
    padding: 10px 14px 0;
    align-items: end;
  }

  .ea-help__search input {
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }

  .ea-help__search button {
    min-width: 62px;
    padding: 0 10px;
    font-size: 12px;
  }

  .ea-help__quick-searches {
    gap: 7px;
  }

  .ea-help__quick-searches button {
    max-width: 100%;
    min-height: 32px;
    padding: 7px 10px;
    font-size: 11px;
    overflow-wrap: anywhere;
  }

  .ea-help__search-status {
    margin: 0;
    text-align: left;
  }

  .ea-help__layout {
    padding: 42px 0 48px;
  }

  .ea-help__aside {
    grid-template-columns: 1fr;
  }

  .ea-help__related {
    display: none;
  }

  .ea-help__toggle {
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 72px;
  }

  .ea-help__question {
    max-width: 18ch;
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .ea-help__answer {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 26px;
  }

  .ea-help__closing {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 28px 22px;
    border-radius: 20px;
  }

  .ea-help__closing .ea-help__button {
    width: 100%;
  }

  .ea-help__closing h2 {
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .ea-help__button {
    transition: none;
  }
}

@media (forced-colors: active) {
  .ea-help__button,
  .ea-help__summary,
  .ea-help__search,
  .ea-help__closing {
    border: 1px solid CanvasText;
  }
}
