/* Global Style / Color Test — the study's Intake tab.
   Read-only: this is the brief as it was signed off and the questionnaire as
   it was fielded, so a merchant reading the Report can check what was asked. */
.gi{flex:1;min-height:0;overflow:auto;background:#f6fafd}
.gi__in{max-width:940px;margin:0 auto;padding:22px 24px 72px;display:flex;flex-direction:column;gap:16px}

.gi-hero{background:#fff;border:1px solid #e5ebf1;border-radius:12px;padding:20px 22px}
.gi-hero__k{font-size:10.5px;font-weight:700;letter-spacing:.09em;color:#9aa4af;margin-bottom:7px}
.gi-hero__h{font-size:20px;font-weight:700;letter-spacing:-.018em;line-height:1.2;margin:0}
.gi-hero__m{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
.gi-pill{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:#3f4635;
  background:#eef2f6;border-radius:900px;padding:5px 11px}
.gi-pill i{font-size:13px;color:#6d7a63}
.gi-pill--live{background:#eef6e9;color:#2b6418}
.gi-hero__brief{margin:15px 0 0;font-size:13.5px;line-height:1.6;color:#3f4635;
  border-left:3px solid #3a8518;padding-left:13px;text-wrap:pretty}

.gi-card{background:#fff;border:1px solid #e5ebf1;border-radius:12px;padding:18px 20px 20px}
.gi-card__h{display:flex;align-items:baseline;gap:9px;margin-bottom:14px}
.gi-card__t{font-size:14px;font-weight:700;letter-spacing:-.01em}
.gi-card__s{font-size:12px;color:#9aa4af}

.gi-obj{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.gi-obj li{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start;font-size:13.5px;line-height:1.5}
.gi-obj b{font-size:10.5px;font-weight:700;letter-spacing:.06em;color:#3a8518;padding-top:3px}

.gi-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.gi-panel{border:1px solid #eef2f6;border-radius:10px;padding:14px 15px;background:#fbfdfe}
.gi-panel__t{font-size:13px;font-weight:700;margin-bottom:11px;display:flex;align-items:center;gap:8px}
.gi-panel__t em{font-style:normal;font-weight:600;font-size:11.5px;color:#636c79;
  background:#fff;border:1px solid #e5ebf1;border-radius:900px;padding:2px 8px}
.gi-kv{display:flex;flex-direction:column;gap:7px}
.gi-kv div{display:flex;gap:10px;font-size:12.5px;line-height:1.4}
.gi-kv span{color:#636c79;flex:none;width:104px}
.gi-kv b{font-weight:600;color:#050301}

.gi-seg{width:100%;border-collapse:separate;border-spacing:0;font-size:12.5px}
.gi-seg th{text-align:left;font-size:10.5px;font-weight:700;letter-spacing:.06em;color:#9aa4af;
  padding:0 10px 7px 0;border-bottom:1px solid #eef2f6}
.gi-seg td{padding:8px 10px 8px 0;border-bottom:1px solid #f3f6f9;vertical-align:top;line-height:1.45}
.gi-seg tr:last-child td{border-bottom:none}
.gi-seg td.gi-seg__n{font-variant-numeric:tabular-nums;font-weight:600;white-space:nowrap}
.gi-seg td.gi-seg__rule{color:#636c79;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11.5px}
.gi-seg td b{font-weight:600}

.gi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(112px,1fr));gap:11px}
.gi-prod{display:flex;flex-direction:column;gap:6px}
.gi-prod__img{aspect-ratio:1;border:1px solid #eef2f6;border-radius:9px;background:#fff;overflow:hidden;
  display:flex;align-items:center;justify-content:center}
.gi-prod__img img{width:100%;height:100%;object-fit:contain;display:block}
.gi-prod__n{font-size:11.5px;line-height:1.3;font-weight:600;text-wrap:pretty}
.gi-prod__c{font-size:10.5px;color:#9aa4af;letter-spacing:.04em;font-weight:600}
.gi-sub{font-size:11px;font-weight:700;letter-spacing:.08em;color:#9aa4af;margin:16px 0 10px}
.gi-sub:first-child{margin-top:0}

.gi-q{display:flex;flex-direction:column;gap:2px;padding:12px 0;border-bottom:1px solid #f3f6f9}
.gi-q:last-child{border-bottom:none;padding-bottom:0}
.gi-q__h{display:flex;align-items:baseline;gap:9px}
.gi-q__n{font-size:10.5px;font-weight:700;letter-spacing:.05em;color:#3a8518;flex:none;width:26px}
.gi-q__t{font-size:13.5px;font-weight:600;line-height:1.4;text-wrap:pretty}
.gi-q__ty{margin-left:auto;flex:none;font-size:10px;font-weight:700;letter-spacing:.06em;color:#636c79;
  background:#eef2f6;border-radius:5px;padding:2px 7px;text-transform:uppercase}
.gi-q__o{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 0 35px}
.gi-q__o span{font-size:11.5px;color:#3f4635;background:#f6fafd;border:1px solid #e5ebf1;
  border-radius:6px;padding:3px 9px}
.gi-q__note{margin:7px 0 0 35px;font-size:11.5px;color:#9aa4af;font-style:italic}
@media (max-width:900px){.gi-two{grid-template-columns:1fr}}
