.help-shell { max-width: 1440px; }
.brand-copy { display: grid; }
.brand-copy small { margin-top: 2px; color: #697064; font-family: "Libre Baskerville", serif; font-size: 8px; line-height: 1.25; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.help-main { padding-top: 18px; }
.help-hero { display: grid; width: min(900px, 100%); min-height: 205px; margin: 0 auto; grid-template-columns: 230px 1fr; align-items: center; gap: 22px; }
.help-hero > img { display: block; width: 220px; height: 180px; object-fit: contain; }
.help-heading > p { margin: 0 0 8px; color: #854a42; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-align: center; }
.help-heading h1 { margin: 0; color: #173d30; font-family: "Libre Baskerville", serif; font-size: clamp(36px, 4vw, 54px); font-weight: 400; line-height: 1.1; letter-spacing: -.035em; text-align: center; }
.help-heading > span { display: block; margin: 5px 0 16px; color: #4f554b; font-family: "Libre Baskerville", serif; font-size: 14px; text-align: center; }
.help-search { display: grid; height: 50px; padding: 4px; grid-template-columns: 42px 1fr 120px; align-items: center; border: 1px solid #55796b; border-radius: 6px; background: rgba(255,250,240,.4); }
.help-search svg { width: 27px; height: 27px; margin-left: 6px; fill: none; stroke: #173d30; stroke-linecap: round; stroke-width: 1.8; }
.help-search input { width: 100%; min-width: 0; color: #173d30; background: transparent; border: 0; outline: 0; font-family: "Libre Baskerville", serif; font-size: 13px; }
.help-search button { height: 40px; color: #f5ead7; background: #173d30; border: 0; border-radius: 4px; font-family: "Libre Baskerville", serif; font-size: 12px; font-weight: 700; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.help-search button:hover, .help-search button:focus-visible { background: #285444; transform: translateY(-1px); }

.help-categories > h2, .popular-help > h2 { margin: 0 0 8px; color: #173d30; font-family: "Libre Baskerville", serif; font-size: 23px; font-weight: 400; text-align: center; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.category-card { display: flex; min-height: 180px; padding: 9px 14px 14px; flex-direction: column; align-items: center; color: #173d30; background: rgba(255,250,240,.25); border: 1px solid #c8a46d; border-radius: 8px; font-family: "Libre Baskerville", serif; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.category-card:hover, .category-card:focus-visible { background: rgba(255,250,240,.62); box-shadow: 0 10px 22px rgba(55,43,24,.09); transform: translateY(-2px); }
.category-card img { display: block; width: 130px; height: 94px; object-fit: contain; }
.category-card:nth-child(2) img, .category-card:nth-child(4) img { width: 100px; }
.category-card strong { font-size: 16px; font-weight: 400; }
.category-card > span { color: #bb8d48; font-size: 14px; line-height: 1; }
.category-card small { margin-top: 6px; color: #50554b; font-size: 9px; line-height: 1.4; }
.category-card[hidden] { display: none; }

.popular-help { padding: 16px 8px 15px; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; }
.faq-grid details { border-bottom: 1px solid #c7ad7d; }
.faq-grid details[hidden] { display: none; }
.faq-grid summary { display: flex; min-height: 34px; padding: 7px 0; align-items: center; justify-content: space-between; gap: 14px; color: #263a30; font-family: "Libre Baskerville", serif; font-size: 11px; cursor: pointer; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { color: #bc8a3c; content: "→"; font-size: 22px; line-height: .7; transition: transform .2s ease; }
.faq-grid details[open] summary::after { transform: rotate(90deg); }
.faq-grid details p { margin: 0; padding: 0 30px 10px 0; color: #626456; font-family: "Libre Baskerville", serif; font-size: 9px; line-height: 1.5; }
.help-empty { margin: 24px 0; color: #715c3d; font-family: "Libre Baskerville", serif; text-align: center; }

.help-contact { display: flex; min-height: 95px; padding: 14px max(10vw,32px); align-items: center; justify-content: center; gap: 24px; color: #f5ead7; background: #123f31; border-top: 1px solid #c49a5d; border-bottom: 1px solid #c49a5d; }
.contact-icon { display: flex; position: relative; width: 68px; height: 49px; align-items: center; justify-content: center; gap: 5px; border: 3px solid #c59b53; border-radius: 50%; }
.contact-icon::after { position: absolute; bottom: -11px; left: 11px; width: 17px; height: 17px; border-bottom: 3px solid #c59b53; border-left: 3px solid #c59b53; content: ""; transform: rotate(-25deg); }
.contact-icon i { width: 7px; height: 7px; background: #c59b53; border-radius: 50%; }
.help-contact > div { min-width: 390px; }
.help-contact h2 { margin: 0 0 4px; font-family: "Libre Baskerville", serif; font-size: 24px; font-weight: 400; }
.help-contact p { margin: 0; font-family: "Libre Baskerville", serif; font-size: 12px; }
.help-contact > a { display: grid; min-width: 190px; min-height: 43px; margin-left: 50px; place-items: center; color: #173d30; background: #f5ead7; border: 1px solid #c49a5d; border-radius: 4px; font-family: "Libre Baskerville", serif; font-size: 12px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.help-contact > a:hover, .help-contact > a:focus-visible { box-shadow: 0 8px 20px rgba(0,0,0,.2); transform: translateY(-2px); }

@media (max-width: 820px) {
  .help-hero { grid-template-columns: 1fr; padding-top: 26px; text-align: center; }
  .help-hero > img { width: 180px; height: 145px; margin: 0 auto -20px; }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .help-contact { flex-wrap: wrap; padding-top: 24px; padding-bottom: 24px; }
  .help-contact > div { min-width: 0; }
  .help-contact > a { margin-left: 0; }
}

@media (max-width: 500px) {
  .help-heading h1 { font-size: 36px; }
  .help-heading > span { font-size: 12px; line-height: 1.5; }
  .help-search { height: auto; grid-template-columns: 38px 1fr; }
  .help-search button { grid-column: 1 / -1; margin-top: 4px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 175px; }
  .help-contact { text-align: center; }
  .contact-icon { flex: 0 0 68px; }
  .help-contact > a { width: 100%; }
}
