/* Help centre — sits on /style.css (tokens, nav, footer). Layout after the Spark help centre, in Gancho's light brand. */
.hc { overflow-x: hidden; }
.hc-wrap { max-width: 1160px; margin: 0 auto; padding: 0 clamp(16px, 3.4vw, 44px); }
.lp-links a[aria-current] { color: var(--accent); }
.hc-label { margin: 0 0 16px; font-size: var(--fs-sm); font-weight: 600; color: var(--text-muted); letter-spacing: 0; }

/* index */
.hc-hero { position: relative; border-bottom: 1px solid var(--border); padding: clamp(64px, 9vw, 120px) 0 clamp(48px, 6vw, 80px);
  background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / .94) 34%, rgb(255 255 255 / .55) 56%, rgb(255 255 255 / 0) 78%), url(/img/people/help-hero.jpg) 72% 30% / cover no-repeat, #f6f5f1; }
@media (max-width: 760px) { .hc-hero { padding-top: 250px; background: linear-gradient(180deg, rgb(255 255 255 / 0) 0, rgb(255 255 255 / .2) 150px, #fff 250px), url(/img/people/help-hero.jpg) 64% 22% / auto 290px no-repeat, #fff; } }
.hc-hero h1 { margin: 0; font-size: clamp(40px, 6vw, var(--fs-6xl)); font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.hc-hero p { margin: 18px 0 30px; max-width: 540px; color: var(--text-muted); font-size: var(--fs-xl); line-height: 1.5; }
.hc-search { position: relative; display: block; max-width: 520px; }
.hc-search input { height: 54px; border-radius: var(--r-pill); padding: 0 22px 0 50px; font-size: var(--fs-lg); border: 1px solid var(--border-strong); box-shadow: 0 10px 30px -18px rgb(0 0 0 / .3); }
.hc-search svg { position: absolute; left: 19px; top: 17px; width: 20px; height: 20px; color: var(--text-faint); }
.hc-start { padding: 48px 0 8px; }
.hc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hc-card { display: flex; flex-direction: column; gap: 8px; padding: 22px; border-radius: var(--r-xl); background: var(--surface); box-shadow: 0 0 0 1px var(--border), var(--shadow-sm); text-decoration: none; color: var(--text); transition: box-shadow .15s, transform .15s; }
.hc-card:hover { box-shadow: 0 0 0 1px var(--accent-line), 0 14px 30px -16px rgb(47 85 212 / .35); transform: translateY(-2px); }
.hc-card b { font-size: var(--fs-lg); letter-spacing: -.02em; }
.hc-card span { color: var(--text-muted); font-size: var(--fs-md); line-height: 1.5; }
.hc-card i { font-style: normal; color: var(--accent); font-size: var(--fs-md); font-weight: 600; margin-top: auto; padding-top: 6px; }
.hc-group { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 48px; padding: 44px 0; border-top: 1px solid var(--border); }
.hc-start + .hc-group { margin-top: 40px; }
.hc-group-h h2 { margin: 0 0 10px; font-size: var(--fs-2xl); letter-spacing: -.03em; }
.hc-group-h p { margin: 0 0 12px; color: var(--text-muted); font-size: var(--fs-lg); line-height: 1.55; }
.hc-group-h span { font-size: var(--fs-sm); color: var(--text-faint); }
.hc-rows { display: flex; flex-direction: column; }
.hc-row { display: flex; align-items: center; gap: 20px; padding: 18px 4px; border-bottom: 1px solid var(--border); text-decoration: none; color: var(--text); }
.hc-row:first-child { padding-top: 4px; }
.hc-row > span { flex: 1; min-width: 0; }
.hc-row b { display: block; font-size: var(--fs-lg); font-weight: 600; letter-spacing: -.015em; margin-bottom: 4px; }
.hc-row span span { color: var(--text-muted); font-size: var(--fs-md); line-height: 1.5; }
.hc-row i { font-style: normal; color: var(--text-faint); font-size: var(--fs-xl); transition: transform .15s, color .15s; }
.hc-row:hover b { color: var(--accent); } .hc-row:hover i { color: var(--accent); transform: translateX(3px); }
#hc-results { padding: 36px clamp(16px, 3.4vw, 44px) 12px; }
.hc-none { color: var(--text-muted); padding: 20px 0 40px; font-size: var(--fs-lg); }

/* article */
.hc-head { background: linear-gradient(180deg, #f6f7fb 0%, #fff 100%); border-bottom: 1px solid var(--border); padding: 36px 0 40px; }
.hc-crumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: var(--fs-md); color: var(--text-muted); margin-bottom: 22px; }
.hc-crumb a { color: var(--text-muted); text-decoration: none; } .hc-crumb a:hover { color: var(--text); } .hc-crumb [aria-current] { color: var(--text); }
.hc-head h1 { margin: 0 0 12px; font-size: clamp(32px, 4.6vw, var(--fs-5xl)); letter-spacing: -.045em; line-height: 1.05; }
.hc-head p { margin: 0 0 14px; max-width: 680px; font-size: var(--fs-xl); color: var(--text-muted); line-height: 1.5; }
.hc-head small { font-size: var(--fs-sm); color: var(--text-faint); }
.hc-art { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 72px; padding-top: 12px; padding-bottom: 40px; }
.hc-rail { position: sticky; top: 90px; align-self: start; padding-top: 36px; }
.hc-rail h6 { margin: 0 0 12px; font-size: var(--fs-sm); font-weight: 600; color: var(--text-faint); }
.hc-rail nav { display: flex; flex-direction: column; border-left: 1px solid var(--border-strong); }
.hc-rail a { color: var(--text-muted); text-decoration: none; font-size: var(--fs-md); padding: 6px 0 6px 16px; margin-left: -1px; border-left: 2px solid transparent; }
.hc-rail a:hover { color: var(--text); } .hc-rail a.on { color: var(--text); border-left-color: var(--accent); font-weight: 500; }
.hc-body { max-width: 760px; font-size: var(--fs-lg); line-height: 1.7; color: var(--text-secondary); }
.hc-body > h2 { color: var(--text); font-size: var(--fs-2xl); letter-spacing: -.025em; margin: 0; padding: 36px 0 12px; scroll-margin-top: 80px; }
.hc-body > h2 + * { margin-top: 0; }
.hc-body > h2:not(:first-child) { border-top: 1px solid var(--border); margin-top: 28px; }
.hc-body p { margin: 0 0 14px; }
.hc-body b { color: var(--text); font-weight: 600; }
.hc-body a { color: var(--accent); text-decoration: none; } .hc-body a:hover { text-decoration: underline; }
.hc-body ul { padding-left: 22px; margin: 0 0 16px; } .hc-body li { margin: 6px 0; }
.hc-body kbd { font: 600 var(--fs-md) var(--font-sans); background: var(--surface-sunken); border: 1px solid var(--border-strong); border-bottom-width: 2px; border-radius: var(--r-sm); padding: 1px 7px; color: var(--text); white-space: nowrap; }
.steps { margin: 0 0 20px; padding-left: 0; list-style: none; counter-reset: s; }
.steps li { position: relative; padding-left: 38px; margin: 0 0 12px; counter-increment: s; }
.steps li::before { content: counter(s); position: absolute; left: 0; top: 2px; width: 25px; height: 25px; border-radius: 50%; background: var(--text); color: var(--text-on-inverse); font: 700 var(--fs-sm)/var(--fs-3xl) var(--font-sans); text-align: center; }
figure.shot { margin: 22px 0 26px; }
figure.shot img { display: block; width: 100%; height: auto; border-radius: var(--r-xl); border: 1px solid var(--border-strong); box-shadow: 0 1px 2px rgb(0 0 0 / .04), 0 22px 44px -28px rgb(15 20 40 / .35); background: var(--surface); }
figure.shot.crop img { width: auto; max-width: 100%; }
figure.phones { display: flex; flex-wrap: wrap; gap: 22px; margin: 22px 0 26px; }
figure.phones img { width: 236px; max-width: calc(50% - 11px); height: auto; border-radius: var(--r-2xl); border: 6px solid var(--border-strong); box-shadow: 0 24px 44px -24px rgb(0 0 0 / .45); background: var(--surface-inverse); }
figure figcaption, figure.phones figcaption { flex-basis: 100%; font-size: var(--fs-md); color: var(--text-muted); margin-top: 10px; }
.inline-ico { vertical-align: -5px; border-radius: var(--r-sm); }
.note { margin: 20px 0; padding: 16px 18px; border-radius: var(--r-lg); background: var(--accent-soft); border: 1px solid var(--accent-line); font-size: var(--fs-lg); color: var(--text-secondary); }
.table { width: 100%; border-collapse: collapse; margin: 6px 0 22px; font-size: var(--fs-lg); }
.table th, .table td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--border); vertical-align: top; }
.table th { color: var(--text); font-size: var(--fs-md); font-weight: 600; background: var(--canvas); }
.hc-more { border-top: 1px solid var(--border); padding: 40px 0 24px; background: var(--canvas); }
.hc-more .hc-rows { max-width: 760px; }
.hc-stuck { max-width: 1160px; margin: 56px auto 0; padding: 20px; display: flex; align-items: center; gap: 32px; background: var(--canvas); border-radius: var(--r-2xl); }
.hc-stuck > div { flex: 1; }
.hc-stuck-img { flex: none; width: 260px; height: 180px; object-fit: cover; border-radius: var(--r-xl); box-shadow: 0 12px 30px -14px rgb(0 0 0 / .35); }
@media (max-width: 1200px) { .hc-stuck { margin-left: clamp(16px, 3.4vw, 44px); margin-right: clamp(16px, 3.4vw, 44px); } }
.hc-stuck h2 { margin: 0 0 6px; font-size: var(--fs-2xl); letter-spacing: -.02em; }
.hc-stuck p { margin: 0; color: var(--text-muted); max-width: 620px; font-size: var(--fs-lg); line-height: 1.55; }
.hc-stuck .primary { flex: none; }

@media (max-width: 960px) {
  .hc-cards { grid-template-columns: 1fr; }
  .hc-group { grid-template-columns: 1fr; gap: 16px; }
  .hc-art { grid-template-columns: 1fr; gap: 0; }
  .hc-rail { display: none; }
}
@media (max-width: 600px) {
  .hc-body { font-size: var(--fs-lg); }
  figure.phones { gap: 12px; } figure.phones img { max-width: calc(50% - 6px); border-width: 4px; border-radius: var(--r-2xl); }
  .hc-stuck { flex-direction: column; align-items: flex-start; gap: 18px; } .hc-stuck-img { width: 100%; height: 200px; }
  .table { display: block; overflow-x: auto; }
}
/* touch: every text link gets a 44px tall hit area without moving the text */
@media (pointer: coarse) { .hc-crumb a, .hc-body a { padding: 12px 0; margin: -12px 0; } }
