/* 问 · Caveman questioning band — partials/ask-band.php. Sits under the 借力
   treemap. Mobile-first: the exchange is a single column of turns at every width;
   only the copy and stage stop stacking on a wide screen. */

.ab { padding: 8px 0 56px; }
.ab-inner { display: grid; gap: 26px; }
@media (min-width: 900px) {
  .ab-inner { grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: 40px; align-items: start; }
  .ab-foot { grid-column: 1 / -1; }
}

.ab-eyebrow { margin: 0 0 10px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--ink-faded); }
/* NOT class="hz": charcard.js has a delegated click on .hz and would open a
   dictionary card over the control. wrap() adds a no-tap guard inside buttons, but
   only for spans IT created — hand-written .hz never gets it. */
.ab-mark { font-family: var(--han); }
.ab-eyebrow .ab-mark { font-size: 17px; color: var(--accent);
  text-transform: none; letter-spacing: 0; margin-right: 4px; }
.ab-copy h2 { margin: 0 0 14px; font-size: 27px; line-height: 1.22; letter-spacing: -.015em; }
@media (min-width: 700px) { .ab-copy h2 { font-size: 32px; } }
.ab-sub { margin: 0; font-size: 15.5px; line-height: 1.75; color: var(--ink-faded); }

.ab-switch { display: flex; gap: 6px; margin-bottom: 14px; overflow-x: auto;
  scrollbar-width: none; }
.ab-switch::-webkit-scrollbar { display: none; }
.ab-tab { display: flex; flex-direction: column; gap: 1px; flex: none; cursor: pointer;
  font: inherit; text-align: left; padding: 7px 12px; border-radius: 10px;
  border: 1px solid var(--hairline); background: none; color: var(--ink-faded); }
.ab-tab .ab-mark { font-size: 15px; color: var(--ink); }
.ab-tab small { font-size: 11.5px; }
.ab-tab.on { border-color: var(--accent); background: rgba(var(--accent-rgb),.08); }
.ab-tab.on .ab-mark { color: var(--accent); }

.ab-ex { display: flex; flex-direction: column; gap: 7px; }
.ab-turn { display: flex; flex-wrap: wrap; gap: 9px; align-items: flex-start; }
.ab-who { flex: none; width: 22px; padding-top: 7px; font-family: var(--han); font-size: 12.5px;
  color: var(--ink-whisper); }
.ab-line { margin: 0; flex: 1; min-width: 0; font-family: var(--han); font-size: 16.5px;
  line-height: 1.5; padding: 7px 12px; border-radius: 10px; }
.ab-you .ab-line { background: rgba(var(--accent-rgb),.10); }
.ab-them .ab-line { background: rgba(var(--ink-rgb),.05); color: var(--ink-faded); }
/* Ruby needs the room above each line, and the 你/他 marker has to drop with the
   first row of hanzi or it floats above the bubble it labels. */
.py-on .ab-line { line-height: 2.1; }
.py-on .ab-who { padding-top: 18px; }
/* Subtle by request: the note is a quiet aside on the same line, not a callout. */
.ab-note { display: block; margin-top: 2px; font-family: var(--serif-body, inherit);
  font-style: normal; font-size: 11.5px; letter-spacing: .02em; color: var(--ink-whisper); }
/* The visitor cannot read the exchange yet — that is the whole reason they are on
   this page. Wraps to its own row (flex-basis 100%) indented past the 你/他 marker. */
.ab-en { flex: 1 0 100%; margin: 1px 0 0; padding-left: 31px; font-size: 12.5px;
  line-height: 1.5; color: var(--ink-whisper); }

.ab-got { margin: 12px 0 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px;
  padding-top: 12px; border-top: 1px solid var(--hairline); }
.ab-got span { font-family: var(--han); font-size: 12.5px; color: var(--ink-faded); }
.ab-got b { font-family: var(--han); font-size: 17px; color: var(--accent); font-weight: 600; }
.py-on .ab-got { row-gap: 14px; }

.ab-foot { margin: 0; font-size: 13px; line-height: 1.7; color: var(--ink-whisper); }
