.help-page { padding: clamp(48px, 7vw, 96px) clamp(18px, 6vw, 80px); color: #171717; background: #f7f1e8; }
.help-page__inner { width: min(100%, 1160px); margin: 0 auto; }
.help-page__header { max-width: 760px; }
.help-page__header > p { margin: 0 0 12px; color: #9a7042; font-size: .65rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.help-page__header h1 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 600; letter-spacing: -.04em; line-height: .9; }
.help-page__header > span { margin-top: 22px; display: block; color: #746b63; font-size: .9rem; line-height: 1.6; }
.help-page__nav { margin: 46px 0 24px; padding: 18px 0; display: flex; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid #d9cbbb; border-bottom: 1px solid #d9cbbb; }
.help-page__nav a { color: #625a53; font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.help-page__nav a:hover { color: #9a7042; }
.help-page__content { display: grid; }
.help-page__content article { padding: clamp(28px, 4vw, 48px) 0; display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 22px; border-bottom: 1px solid #ded3c4; scroll-margin-top: 24px; }
.help-page__content article > p { margin: 5px 0 0; color: #ad8a63; font-family: "Cormorant Garamond", Georgia, serif; font-size: 1rem; }
.help-page__content article > div { max-width: 760px; }
.help-page__content h2 { margin: 0 0 12px; font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 600; }
.help-page__content article div p { margin: 0; color: #6e665f; font-size: .85rem; line-height: 1.75; }
.help-page__contact { margin-top: 48px; padding: clamp(26px, 4vw, 40px); display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #eeeae4; background: #191917; }
.help-page__contact p { margin: 0 0 7px; color: #c49b68; font-size: .62rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.help-page__contact h2 { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 2rem; font-weight: 600; }
.help-page__contact a { min-height: 46px; padding: 0 18px; display: inline-flex; align-items: center; gap: 12px; color: #191917; background: #f3eee7; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
@media (max-width: 640px) {
  .help-page { padding: 42px 16px 54px; }
  .help-page__nav { margin-top: 34px; gap: 12px 18px; }
  .help-page__content article { grid-template-columns: 34px minmax(0, 1fr); gap: 10px; }
  .help-page__contact { align-items: stretch; flex-direction: column; }
  .help-page__contact a { justify-content: center; white-space: normal; }
}
