/* Reseller brochure hub: the existing store tokens retain the shared design. */
.reseller-page .eyebrow { color: var(--brand-ink); }
.reseller-hero { display: grid; grid-template-columns: minmax(0,1.7fr) minmax(280px,1fr); gap: clamp(28px,5vw,80px); align-items: center; padding: 42px 0 62px; }
.reseller-hero h1 { max-width: 730px; font-size: clamp(40px,5vw,68px); line-height: 1.05; margin: 18px 0 24px; text-wrap: balance; }
.reseller-intro { max-width: 640px; font-size: 18px; line-height: 1.7; color: var(--text-dim); }
.reseller-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.reseller-actions .btn { min-height: 46px; }
.reseller-finder { background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius); padding: clamp(24px,3vw,36px); }
.reseller-finder h2 { font-size: 28px; line-height: 1.15; margin: 18px 0; text-wrap: balance; }
.reseller-finder p, .reseller-next p { color: var(--text-dim); line-height: 1.7; }
.reseller-text-link { color: var(--brand-ink); font-weight: 600; display: inline-flex; align-items: center; gap: 12px; min-height: 44px; }
.reseller-text-link:hover, .reseller-library-note a:hover, .reseller-support a:hover { text-decoration: underline; text-underline-offset: 4px; }
.reseller-phone { display: block; width: fit-content; color: var(--text-dim); padding-top: 6px; min-height: 44px; }
.reseller-section { border-top: 1px solid var(--line-2); padding: 56px 0; }
.reseller-section-head { display: flex; gap: 32px; align-items: end; justify-content: space-between; margin-bottom: 32px; }
.reseller-section h2 { font-size: clamp(28px,3.2vw,40px); line-height: 1.15; margin-top: 14px; text-wrap: balance; }
.reseller-section-head p { max-width: 380px; margin: 0; color: var(--text-dim); line-height: 1.7; }
.reseller-library { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.reseller-resource { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); overflow: hidden; }
.reseller-cover { display: flex; align-items: center; justify-content: center; padding: 24px; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.reseller-cover img { display: block; width: 100%; max-width: 220px; height: auto; aspect-ratio: 292 / 473; object-fit: contain; border-radius: 3px; transition: transform .2s ease; }
.reseller-cover:hover img { transform: translateY(-3px); }
.reseller-resource-body { padding: 24px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.reseller-resource h3 { font-size: 23px; line-height: 1.18; margin: 12px 0; text-wrap: balance; }
.reseller-resource p { color: var(--text-dim); line-height: 1.65; margin: 0 0 20px; }
.reseller-resource .reseller-text-link { margin-top: auto; }
.reseller-library-note { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 24px; margin-top: 24px; color: var(--text-dim); font-size: 14px; }
.reseller-library-note p { margin: 0 auto 0 0; }
.reseller-library-note a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--brand-ink); }
.reseller-next { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: clamp(32px,7vw,112px); padding-bottom: 80px; }
.reseller-next p { max-width: 620px; }
.reseller-support { border-left: 1px solid var(--line-2); padding-left: 32px; }
.reseller-support h3 { font-size: 23px; line-height: 1.2; }
.reseller-support ul { list-style: none; padding: 0; margin: 12px 0 0; }
.reseller-support a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 6px 0; border-bottom: 1px solid var(--line); color: var(--brand-ink); }
.reseller-page a:focus-visible { outline: 2px solid var(--brand-ink); outline-offset: 5px; }
.reseller-cover:focus-visible { outline-offset: -5px; }
@media (max-width: 1100px) { .reseller-cover img { max-width: 190px; } }
@media (max-width: 760px) {
  .reseller-library { grid-template-columns: 1fr; }
  .reseller-hero, .reseller-next { grid-template-columns: 1fr; }
  .reseller-hero { padding: 24px 0 40px; gap: 30px; }
  .reseller-hero h1 { font-size: clamp(36px,8vw,56px); }
  .reseller-intro { font-size: 16px; }
  .reseller-section { padding: 40px 0; }
  .reseller-section-head { display: block; }
  .reseller-section-head p { margin-top: 18px; max-width: none; }
  .reseller-support { border-left: none; border-top: 1px solid var(--line-2); padding: 28px 0 0; }
}
@media (max-width: 520px) {
  .reseller-cover { padding: 22px; }
  .reseller-cover img { max-width: 180px; }
  .reseller-resource-body { padding: 24px; }
  .reseller-resource h3 { font-size: 26px; }
  .reseller-library-note { align-items: flex-start; flex-direction: column; }
  .reseller-actions { align-items: stretch; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { .reseller-cover img { transition: none; } .reseller-cover:hover img { transform: none; } }
