/*
 * About page (.ab-*) — loaded alongside jiq-home.css, which supplies every
 * token and the shared .hero/.strip/.feat/.blk/.final components.
 * Scope is `body.jiq-home-active` throughout: bare selectors are (0,1,0) and
 * lose to the theme-defeat rules already in jiq-home.css.
 */

/* ============================================================================
 * ABOUT PAGE — built ON the homepage's visual language.
 * Reuses .hero .aurora .grid-tex .strip .feat .blk .blk-navy .final verbatim so
 * it inherits every shadow, gradient and hover the homepage already ships.
 * All scoped `body.jiq-home-active` — bare selectors lose to (0,2,1).
 * NB: never <article> — jiq-home.css:554 nukes border/padding/margin on it.
 * ========================================================================== */

/* ---------- breadcrumb + page label ---------- */
/* The theme paints bare <nav> white on the default template (canvas-template
   pages like the homepage never load that rule — which is why the homepage
   pill looks right and this page didn't). It hits every <nav> in our chrome:
   the breadcrumb below AND the header's <nav class="menu">. Verified live
   2026-08-06: no enumerable stylesheet rule, but an !important override wins,
   so reset each nav explicitly. */
body.jiq-home-active .navpill .menu{background:none !important;border:0 !important;
  box-shadow:none !important;border-radius:0 !important;padding:0 !important}
body.jiq-home-active .navpill .menu a{background:none !important;box-shadow:none !important;
  border:0 !important;text-decoration:none !important}
body.jiq-home-active .msheet-links{background:none !important;border:0 !important;box-shadow:none !important}
/* The theme paints bare <nav> white; on the navy hero that renders the
   breadcrumb as white text on a white slab. Reset it explicitly — verified
   live 2026-08-06. */
body.jiq-home-active .ab-crumb{display:flex;align-items:center;gap:9px;margin-bottom:18px;
  font-size:12.5px;font-weight:600;color:rgba(255,255,255,.62);
  background:none !important;border:0 !important;padding:0 !important;box-shadow:none !important}
body.jiq-home-active .ab-crumb a{color:rgba(255,255,255,.62);transition:color .2s}
body.jiq-home-active .ab-crumb a:hover{color:#fff}
body.jiq-home-active .ab-crumb b{color:#fff;font-weight:700}
body.jiq-home-active .ab-crumb svg{opacity:.5;flex:0 0 auto}
body.jiq-home-active .ab-eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:22px;
  font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}
body.jiq-home-active .ab-eyebrow::before{content:"";width:34px;height:2px;border-radius:2px;background:var(--gold-grad)}

/* ---------- hero media ---------- */
body.jiq-home-active .ab-hero-media{position:relative;border-radius:26px;overflow:hidden;
  box-shadow:0 50px 90px -40px rgba(3,14,28,.85),0 0 0 1px rgba(255,255,255,.10) inset;
  transform:perspective(1400px) rotateY(-7deg) rotateX(3deg);transition:transform .6s cubic-bezier(.2,.7,.3,1)}
body.jiq-home-active .ab-hero-media:hover{transform:perspective(1400px) rotateY(-3deg) rotateX(1deg) translateY(-6px)}
body.jiq-home-active .ab-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
body.jiq-home-active .ab-hero-media::after{content:"";position:absolute;inset:0;
  background:linear-gradient(150deg,rgba(12,49,88,0) 30%,rgba(7,30,54,.55) 100%)}
body.jiq-home-active .ab-badge{position:absolute;z-index:3;display:flex;align-items:center;gap:11px;
  background:rgba(255,255,255,.97);border-radius:16px;padding:12px 16px;
  box-shadow:0 26px 50px -18px rgba(3,14,28,.7);animation:abfloat 5.2s ease-in-out infinite}
body.jiq-home-active .ab-badge .ic{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;
  background:var(--gold-grad);flex:0 0 auto;box-shadow:0 10px 20px -8px rgba(228,85,31,.6)}
body.jiq-home-active .ab-badge .t{display:flex;flex-direction:column;line-height:1.25}
body.jiq-home-active .ab-badge .t b{font-size:13.5px;color:var(--navy)}
body.jiq-home-active .ab-badge .t span{font-size:11.5px;color:var(--muted)}
body.jiq-home-active .ab-b1{left:-26px;bottom:44px}
body.jiq-home-active .ab-b2{right:-18px;top:38px;animation-delay:-2.6s}
@keyframes abfloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-11px)}}

/* ---------- TABLE OF CONTENTS ---------- */
/* No negative overlap onto .strip: the strip-inner is itself a card whose
   height varies with viewport width, so any fixed overlap that looks layered
   at 1280px slices its icons in half at 1900px (user-reported). Clean gap. */
body.jiq-home-active .ab-toc{background:#fff;border-radius:24px;padding:32px 36px;margin-top:44px;
  position:relative;z-index:6;
  box-shadow:0 40px 80px -40px rgba(5,22,39,.45),0 0 0 1px rgba(233,228,220,.9)}
body.jiq-home-active .ab-toc-h{display:flex;align-items:center;gap:11px;margin-bottom:20px;
  font-size:11.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;color:var(--faint)}
body.jiq-home-active .ab-toc-h::after{content:"";flex:1;height:1px;background:var(--line)}
body.jiq-home-active .ab-toc-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px 34px;
  counter-reset:toc}
body.jiq-home-active .ab-toc-list a{display:flex;align-items:baseline;gap:12px;padding:11px 0;
  border-bottom:1px solid var(--line);font-size:15px;font-weight:600;color:var(--navy);transition:color .2s}
body.jiq-home-active .ab-toc-list a::before{counter-increment:toc;content:counter(toc,decimal-leading-zero);
  font-family:var(--serif);font-size:12.5px;font-weight:700;color:var(--gold-2);flex:0 0 auto}
body.jiq-home-active .ab-toc-list a::after{content:"\2192";margin-left:auto;color:var(--faint);
  transition:transform .2s,color .2s}
@media(hover:hover){body.jiq-home-active .ab-toc-list a:hover{color:var(--gold-3)}
  body.jiq-home-active .ab-toc-list a:hover::after{transform:translateX(4px);color:var(--gold-2)}}
body.jiq-home-active .ab-anchor{scroll-margin-top:104px}

/* ---------- split section: image + copy ---------- */
body.jiq-home-active .ab-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:74px;align-items:center;margin-top:56px}
body.jiq-home-active .ab-split.flip .ab-split-media{order:2}
body.jiq-home-active .ab-split-media{position:relative}
body.jiq-home-active .ab-split-media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;display:block;
  box-shadow:0 46px 84px -44px rgba(5,22,39,.62),0 0 0 1px rgba(233,228,220,.9)}
body.jiq-home-active .ab-split-media::before{content:"";position:absolute;left:26px;bottom:-14px;height:4px;
  width:120px;border-radius:4px;background:var(--gold-grad);transform:scaleX(0);transform-origin:left;
  transition:transform .8s cubic-bezier(.2,.7,.3,1) .25s}
body.jiq-home-active .rv.in .ab-split-media::before{transform:scaleX(1)}
body.jiq-home-active .ab-stat-chip{position:absolute;right:-16px;bottom:26px;background:#fff;border-radius:16px;
  padding:14px 18px;box-shadow:0 30px 54px -22px rgba(5,22,39,.55);text-align:center}
body.jiq-home-active .ab-stat-chip b{display:block;font-family:var(--serif);font-size:26px;color:var(--navy);line-height:1}
body.jiq-home-active .ab-stat-chip span{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted)}
body.jiq-home-active .ab-p{color:var(--muted);font-size:16.5px;line-height:1.78;margin-top:16px}
body.jiq-home-active .ab-p:first-child{margin-top:0}
body.jiq-home-active .ab-p b{color:var(--navy)}
body.jiq-home-active .ab-link{display:inline-flex;align-items:center;gap:9px;margin-top:22px;padding:12px 0;
  font-size:13.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--navy)}
body.jiq-home-active .ab-link .arr{transition:transform .2s}
@media(hover:hover){body.jiq-home-active .ab-link:hover .arr{transform:translateX(6px)}}

/* ---------- the four abilities ---------- */
body.jiq-home-active .ab-abilities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-top:52px}
body.jiq-home-active .ab-ability{background:#fff;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 30px 60px -34px rgba(5,22,39,.4),0 0 0 1px rgba(233,228,220,.9);
  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s}
body.jiq-home-active .ab-ability:hover{transform:translateY(-7px);
  box-shadow:0 46px 86px -34px rgba(5,22,39,.5),0 0 0 1px rgba(233,228,220,.9)}
/* fixed-height art band with the drawing scaled to fit it: the four viewBoxes
   are not identical (320x240 vs 320x220), so sizing by height — not width —
   is what keeps the four cards optically consistent. */
body.jiq-home-active .ab-ability-art{background:linear-gradient(160deg,var(--cool) 0%,#FFFFFF 100%);
  height:196px;display:grid;place-items:center;padding:18px 26px;border-bottom:1px solid var(--line)}
body.jiq-home-active .ab-ability-art svg{width:auto;height:100%;max-width:100%;display:block}
body.jiq-home-active .ab-ability-body{padding:26px 30px 30px}
body.jiq-home-active .ab-ability-lab{display:block;font-size:11px;font-weight:800;letter-spacing:.18em;
  text-transform:uppercase;color:var(--gold-2);margin-bottom:9px}
body.jiq-home-active .ab-ability-body h3{font-size:21px;margin-bottom:10px}
body.jiq-home-active .ab-ability-body p{color:var(--muted);font-size:15.5px;line-height:1.72}

/* ---------- TABLES ---------- */
body.jiq-home-active .ab-tablewrap{margin-top:44px;background:#fff;border-radius:22px;overflow:hidden;
  box-shadow:0 30px 60px -36px rgba(5,22,39,.4),0 0 0 1px rgba(233,228,220,.9)}
body.jiq-home-active .ab-tablescroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
body.jiq-home-active table.ab-table{width:100%;border-collapse:collapse;min-width:520px;
  font-family:var(--sans);text-align:left}
body.jiq-home-active table.ab-table caption{caption-side:top;text-align:left;padding:24px 28px 0;
  font-size:11.5px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--faint)}
body.jiq-home-active table.ab-table th{background:var(--cool);color:var(--navy);font-weight:800;
  font-size:12px;letter-spacing:.09em;text-transform:uppercase;padding:15px 28px;
  border-bottom:1px solid var(--line);white-space:nowrap;border-top:0;border-left:0;border-right:0}
body.jiq-home-active table.ab-table td{padding:16px 28px;border-bottom:1px solid var(--line);
  font-size:15.5px;color:var(--muted);vertical-align:top;line-height:1.6;border-top:0;border-left:0;border-right:0}
body.jiq-home-active table.ab-table tr:last-child td{border-bottom:0}
body.jiq-home-active table.ab-table tbody tr{transition:background .18s}
@media(hover:hover){body.jiq-home-active table.ab-table tbody tr:hover{background:#FCFAF7}}
body.jiq-home-active table.ab-table .ab-band{font-family:var(--serif);font-weight:700;color:var(--navy);
  font-size:17px;white-space:nowrap;font-variant-numeric:tabular-nums}
body.jiq-home-active table.ab-table .ab-share{font-variant-numeric:tabular-nums;font-weight:700;color:var(--navy);
  white-space:nowrap}
body.jiq-home-active table.ab-table tr.ab-hl td{background:#FFFBF4}
body.jiq-home-active table.ab-table tr.ab-hl .ab-band{color:var(--gold-3)}
body.jiq-home-active .ab-tnote{padding:16px 28px 22px;font-size:13.5px;color:var(--faint);line-height:1.6;
  border-top:1px solid var(--line);background:#FCFAF7}
body.jiq-home-active table.ab-table td.ab-tick-cell{width:44px;padding-right:0}
body.jiq-home-active .ab-tickmark{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;
  background:var(--gold-grad);box-shadow:0 8px 16px -6px rgba(228,85,31,.6)}
body.jiq-home-active .ab-tickmark svg{width:13px;height:13px}
body.jiq-home-active table.ab-table td b{color:var(--navy)}

/* ---------- bell-curve figure ---------- */
body.jiq-home-active .ab-figure{margin-top:46px;background:#fff;border-radius:24px;padding:34px 36px 26px;
  box-shadow:0 34px 68px -38px rgba(5,22,39,.42),0 0 0 1px rgba(233,228,220,.9)}
body.jiq-home-active .ab-figure svg{width:100%;height:auto;display:block}
body.jiq-home-active .ab-figcap{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);
  font-size:13.5px;color:var(--faint);line-height:1.65}
body.jiq-home-active .ab-figcap b{color:var(--navy)}

/* ---------- numbered value cards ---------- */
body.jiq-home-active .feat .ab-num{position:absolute;top:22px;right:26px;font-family:var(--serif);font-weight:700;
  font-size:52px;line-height:1;color:var(--navy);opacity:.07;pointer-events:none}

/* ---------- team cards ---------- */
body.jiq-home-active .ab-team-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;margin-top:52px}
body.jiq-home-active .ab-tcard{position:relative;background:#fff;border-radius:24px;overflow:hidden;
  box-shadow:0 30px 60px -34px rgba(5,22,39,.42),0 0 0 1px rgba(233,228,220,.9);
  transition:transform .3s cubic-bezier(.2,.7,.3,1),box-shadow .3s}
body.jiq-home-active .ab-tcard:hover{transform:translateY(-8px);
  box-shadow:0 44px 84px -34px rgba(5,22,39,.5),0 0 0 1px rgba(233,228,220,.9)}
body.jiq-home-active .ab-tcard-img{position:relative;height:210px;overflow:hidden}
body.jiq-home-active .ab-tcard-img img{width:100%;height:100%;object-fit:cover;display:block;
  transition:transform .7s cubic-bezier(.2,.7,.3,1)}
body.jiq-home-active .ab-tcard:hover .ab-tcard-img img{transform:scale(1.06)}
body.jiq-home-active .ab-tcard-img::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(12,49,88,.10) 0%,rgba(7,30,54,.62) 100%)}
body.jiq-home-active .ab-tcard-tag{position:absolute;left:22px;bottom:18px;z-index:2;font-size:11px;font-weight:800;
  letter-spacing:.16em;text-transform:uppercase;color:#fff}
body.jiq-home-active .ab-tcard-body{padding:26px 28px 30px}
body.jiq-home-active .ab-tcard-body h3{font-size:21px;margin-bottom:11px}
body.jiq-home-active .ab-tcard-body p{color:var(--muted);font-size:15.5px;line-height:1.72}
body.jiq-home-active .ab-tcard-body p + p{margin-top:12px}

/* ---------- honest caveats ---------- */
body.jiq-home-active .ab-caveats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:48px}
body.jiq-home-active .ab-caveat{padding:28px 28px 30px;border-radius:20px;background:#fff;
  border-left:3px solid var(--gold-2);box-shadow:0 24px 48px -30px rgba(5,22,39,.36)}
body.jiq-home-active .ab-caveat h3{font-size:18px;margin-bottom:10px}
body.jiq-home-active .ab-caveat p{color:var(--muted);font-size:15px;line-height:1.7}

/* ---------- quote band ---------- */
body.jiq-home-active .ab-quote{max-width:19ch;font-family:var(--serif);font-weight:500;color:#fff;
  font-size:clamp(26px,3.6vw,44px);line-height:1.18;padding-left:34px;
  border-left:2px solid rgba(245,166,35,.55);
  border-image:linear-gradient(180deg,#F5A623 0%,#F0821E 45%,rgba(240,130,30,0) 100%) 1}
body.jiq-home-active .ab-quote-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:48px}
body.jiq-home-active .ab-quote-attrib{font-size:11.5px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:#8FA9C6;text-align:right;line-height:1.7}

/* ================================ breakpoints ================================= */
@media(max-width:1040px){
  body.jiq-home-active .ab-toc{margin-top:32px;padding:26px 26px}
  body.jiq-home-active .ab-toc-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 26px}
  body.jiq-home-active .ab-split{grid-template-columns:1fr;gap:40px;margin-top:38px}
  body.jiq-home-active .ab-split.flip .ab-split-media{order:0}
  body.jiq-home-active .ab-abilities{grid-template-columns:1fr;gap:22px}
  body.jiq-home-active .ab-team-grid{grid-template-columns:1fr;gap:22px}
  body.jiq-home-active .ab-caveats{grid-template-columns:1fr;gap:16px}
  body.jiq-home-active .ab-quote-grid{grid-template-columns:1fr}
  body.jiq-home-active .ab-quote-attrib{text-align:left;margin-top:26px;padding-top:20px;
    border-top:1px solid rgba(255,255,255,.14)}
  body.jiq-home-active .ab-hero-media{transform:none}
  body.jiq-home-active .ab-hero-media:hover{transform:translateY(-4px)}
}
@media(max-width:760px){
  body.jiq-home-active .ab-crumb{font-size:11.5px;gap:7px;margin-bottom:14px}
  body.jiq-home-active .ab-eyebrow{font-size:11px;letter-spacing:.18em;margin-bottom:16px}
  body.jiq-home-active .ab-eyebrow::before{width:26px}
  body.jiq-home-active .ab-b1{left:-8px;bottom:-16px;padding:10px 13px}
  body.jiq-home-active .ab-b2{right:-6px;top:-14px;padding:10px 13px}
  body.jiq-home-active .ab-badge .ic{width:30px;height:30px;border-radius:9px}
  body.jiq-home-active .ab-badge .t b{font-size:12.5px}
  body.jiq-home-active .ab-badge .t span{font-size:10.5px}
  body.jiq-home-active .ab-toc{margin-top:24px;padding:22px 20px;border-radius:20px}
  body.jiq-home-active .ab-toc-list{grid-template-columns:1fr;gap:0}
  body.jiq-home-active .ab-toc-list a{font-size:14.5px;padding:13px 0}
  body.jiq-home-active .ab-split{gap:32px}
  body.jiq-home-active .ab-split-media::before{left:18px;width:88px}
  body.jiq-home-active .ab-stat-chip{right:-6px;bottom:-18px;padding:11px 15px}
  body.jiq-home-active .ab-stat-chip b{font-size:22px}
  body.jiq-home-active .ab-p{font-size:16px;line-height:1.72}
  body.jiq-home-active .ab-ability-art{height:168px;padding:16px 20px}
  body.jiq-home-active .ab-ability-body{padding:22px 22px 26px}
  body.jiq-home-active .ab-ability-body h3{font-size:19px}
  body.jiq-home-active .ab-figure{padding:22px 18px 18px;border-radius:20px}
  body.jiq-home-active .ab-tablewrap{border-radius:18px;margin-top:32px}
  body.jiq-home-active table.ab-table caption{padding:18px 20px 0}
  body.jiq-home-active table.ab-table th{padding:13px 20px;font-size:11px}
  body.jiq-home-active table.ab-table td{padding:14px 20px;font-size:15px}
  body.jiq-home-active .ab-tnote{padding:14px 20px 18px;font-size:13px}
  body.jiq-home-active .feat .ab-num{font-size:42px;top:18px;right:20px}
  body.jiq-home-active .ab-tcard-img{height:176px}
  body.jiq-home-active .ab-tcard-body{padding:22px 22px 26px}
  body.jiq-home-active .ab-tcard-body h3{font-size:19px}
  body.jiq-home-active .ab-caveat{padding:22px 22px 24px;border-radius:16px}
  body.jiq-home-active .ab-quote{font-size:26px;max-width:none;padding-left:22px}
}
