/* ==========================================================================
   INDUSTRIES SUB-PAGES — SECTION 4: HOW VISCAP SUPPORTS THIS INDUSTRY
   10 designs — built on the HOME PAGE base, blue-cyan family
   ==========================================================================
   Preview-only. Namespaced .i4- / .i4vN-. Six support blocks, each with a
   doc-verbatim area list (6–10 areas) and a named service link into the
   live /services/ pages. Blocks 2 and 6 are DOUBLE-ROUTED — two links in
   one block is this section's worst case, and every layout must hold it.

   THE ROUTE DEVICE — .i4-svc is the one shared link treatment, restyled
   per context but never re-invented:
     base    inline text link, 14.5/700 blue-cyan, 15x13 chevron, 4px nudge,
             padded to a 44px tap box and pulled back so layout holds
     --ghost the dark-band form: outlined 44px button, hairline border,
             border lights to white on hover (the .btn-ghost logic)
     --box   the card-foot form: full-width row over a var(--c-line) top
             rule carrying the 48x48 arrow box (the .svc-cards--rows kit)
   Multiple routes sit in .i4-routes (wrapping flex), which is what absorbs
   the double-routed blocks in every layout.

   CONTRACT (index.html, blue-cyan): 4px radius (8px media), #c4c4c4 card
   borders, var(--c-line) rules, neutral shadows, .22s hover, gradient in
   numerals and thin rules only, dark hairlines rgba(255,255,255,.22),
   numerals on dark SOLID var(--fam-300).

   RESPONSIVE — mobile-first at 390. Steps: 390 · 561 · 761 · 941 ·
   1100 (3-up cards) · 1340 (media nudge)
   ========================================================================== */


/* ==========================================================================
   PREVIEW CHROME — not part of any design
   ========================================================================== */
.i4-flag { position: sticky; top: 0; z-index: 60; background: #14141c; color: #fff; font-size: 13px; }
.i4-flag .container { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 18px; padding-block: 10px; }
.i4-flag b { font-weight: 700; }
.i4-flag span { color: rgba(255,255,255,.62); }

.i4-label { border-top: 2px solid var(--c-ink); background: #fff; padding-block: 30px 6px; }
.i4-label .container { display: flex; flex-direction: column; gap: 7px; }
.i4-label h2 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; color: var(--c-ink); margin: 0; }
.i4-label h2 b { color: var(--fam-700); font-weight: 800; }
.i4-label p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--c-muted); max-width: 78ch; }
.i4-label code, .i4-label i { font-size: 13px; color: var(--fam-700); font-style: normal; }

.i4-note { background: var(--fam-tint); }
.i4-note .container { padding-block: 36px; }
.i4-note h3 { font-size: 17px; margin: 0 0 9px; color: var(--c-ink); }
.i4-note p { font-size: 15px; line-height: 1.7; color: var(--c-body); margin: 0; max-width: 76ch; }
.i4-note p + p { margin-top: 12px; }
.i4-note code { color: var(--fam-700); font-size: 13.5px; }
.i4-note i { font-style: italic; }


/* ==========================================================================
   SHARED — type, devices, and THE ROUTE
   ========================================================================== */
.i4-h2 {
  font-size: clamp(30px, 4.8vw, 52px); font-weight: 700; line-height: 1.0;
  letter-spacing: -.025em; color: var(--c-ink); margin: 0; text-wrap: balance;
}
.i4-h2--col { font-size: clamp(28px, 3vw, 38px); }
.i4-eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  color: var(--fam-700); margin: 0 0 14px;
}
.i4-lede { font-size: 16px; font-weight: 300; line-height: 1.6; color: #323232; margin: 0; }
.i4-lede b { font-weight: 600; color: var(--c-ink); }
.i4-head { margin-bottom: 30px; }
.i4-head .i4-lede { margin-top: 18px; max-width: 68ch; }

/* the doc's careful framing — "VISCAP can help assess:" / "Potential areas:" */
.i4-intro { margin: 0 0 10px; font-size: 13.5px; font-weight: 600; letter-spacing: .01em; color: var(--c-muted); }

.i4-bul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.i4-bul li {
  position: relative; padding-left: 20px;
  font-size: 15px; font-weight: 300; line-height: 1.55; color: #323232;
  break-inside: avoid;
}
.i4-bul li::before {
  content: ""; position: absolute; left: 0; top: 10px;
  width: 10px; height: 2px; background: var(--fam-grad);
}
.i4-bul--dark li { color: rgba(255,255,255,.78); }
.i4-bul--dark li::before { background: var(--fam-300); }

.i4-dots { margin: 0; padding: 0; list-style: none; }
.i4-dots li {
  position: relative; padding-left: 17px; margin-bottom: 8px;
  break-inside: avoid; -webkit-column-break-inside: avoid;
  font-size: 14.5px; font-weight: 300; line-height: 1.5; color: #323232;
}
.i4-dots li:last-child { margin-bottom: 0; }
.i4-dots li::before {
  content: ""; position: absolute; left: 0; top: .5em;
  width: 5px; height: 5px; border-radius: 1px; background: var(--fam-700);
}

.i4-caps { list-style: none; margin: 0; padding: 0; }
.i4-caps li { display: inline-block; font-size: 15px; font-weight: 300; line-height: 1.8; color: #323232; }
.i4-caps li:not(:last-child)::after { content: "·"; margin: 0 9px; color: var(--fam-dot); }

.i4-num {
  display: block; font-weight: 700; line-height: 1; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums;
  background: var(--fam-grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.i4-count {
  font-size: 13px; font-weight: 700; letter-spacing: .06em; color: #b7b7c2;
  font-variant-numeric: tabular-nums; white-space: nowrap; flex-shrink: 0;
}

.i4-arrow {
  flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  width: 60px; height: 60px; border: 1px solid #c4c4c4;
  border-radius: var(--radius); color: var(--fam-700);
  transition: border-color .22s var(--ease);
}
.i4-arrow svg { width: 26px; height: 24px; transition: transform .22s var(--ease); }
.i4-arrow--sm { width: 48px; height: 48px; align-self: center; }
.i4-arrow--sm svg { width: 22px; height: 20px; }

/* .link-arrow: 20px/700, svg nudging 4px, padded to a 44px tap box */
.i4-link {
  display: inline-flex; align-items: center; gap: 8px;
  padding-block: 10px; margin: 8px 0 -10px;
  color: var(--fam-700); font-weight: 700; font-size: 20px; line-height: 1.2;
}
.i4-link svg { width: 18px; height: 16px; transition: transform .2s var(--ease); }
.i4-link:hover svg { transform: translateX(4px); }

/* THE ROUTE — see the header block */
.i4-routes { display: flex; flex-wrap: wrap; align-items: center; gap: 2px 26px; margin-top: 10px; }
/* padded to a 45px hit box and pulled back by the same amount — the row
   list's layout doesn't move a pixel (the .s6v6-name trick) */
.i4-svc {
  display: inline-flex; align-items: center; gap: 7px;
  padding-block: 13px; margin-block: -7px;
  font-size: 14.5px; font-weight: 700; line-height: 1.3; color: var(--fam-700);
}
.i4-svc svg { width: 15px; height: 13px; flex-shrink: 0; transition: transform .2s var(--ease); }
.i4-svc:hover svg { transform: translateX(4px); }
.i4-svc:focus-visible { outline: 2px solid var(--fam-700); outline-offset: 2px; }

.i4-svc--ghost {
  padding: 11px 16px; margin: 6px 0 0;
  border: 1px solid rgba(255,255,255,.38); border-radius: var(--radius);
  color: #fff; font-size: 14px; min-height: 44px;
  transition: border-color .22s var(--ease);
}
.i4-svc--ghost:hover { border-color: #fff; }
.i4-svc--ghost:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }

.i4-svc--box {
  width: 100%; justify-content: space-between; gap: 12px;
  padding: 9px 0; margin: 0;
  font-size: 15.5px; color: var(--c-ink);
  border-top: 1px solid var(--c-line);
  transition: color .22s var(--ease);
}
.i4-svc--box:hover { color: var(--fam-700); }
.i4-svc--box:hover .i4-arrow { border-color: var(--fam-700); }
.i4-svc--box:hover .i4-arrow svg { transform: translateX(4px); }


/* ==========================================================================
   DESIGN 1 — NUMBERED LEDGER + SERVICE ROUTES
   Hairline rows: numeral, title, areas as an inline run, route(s) closing
   the row. The inline-run items are inline-block (the 390 lesson).
   Worst case: the double-routed rows wrap their two links in .i4-routes.
   ========================================================================== */
.i4v1-rows { display: flex; flex-direction: column; }
.i4v1-row {
  padding: 20px 2px 22px; border-bottom: 1px solid var(--c-line);
  transition: border-bottom-color .22s var(--ease);
}
.i4v1-row:first-child { border-top: 1px solid var(--c-line); }
.i4v1-n {
  display: block; font-size: 20px; font-weight: 700; line-height: 1;
  letter-spacing: -.02em; color: #b7b7c2; font-variant-numeric: tabular-nums;
  margin-bottom: 8px; transition: color .22s var(--ease);
}
.i4v1-row h3 { font-size: 18px; font-weight: 700; line-height: 1.35; color: var(--c-ink); margin: 0 0 8px; }
.i4v1-body .i4-routes { margin-top: 12px; }
@media (hover: hover) {
  .i4v1-row:hover { border-bottom-color: var(--fam-700); }
  .i4v1-row:hover .i4v1-n { color: var(--fam-700); }
}
@media (min-width: 761px) {
  .i4v1-row {
    display: grid; grid-template-columns: 56px minmax(0,1fr);
    gap: 0 20px; padding: 24px 4px 26px; align-items: start;
  }
  .i4v1-n { font-size: 24px; margin-bottom: 0; padding-top: 3px; }
  .i4v1-row h3 { font-size: 20px; }
}


/* ==========================================================================
   DESIGN 2 — STICKY BRIEF + BLOCK PAIRS
   The brief pins at ≥941 (the .services-grid split) while the blocks
   scroll in two columns, each opened by a top rule — the home row
   treatment turned on its head so pairs still read as a list, not boxes.
   ========================================================================== */
.i4v2 { display: grid; gap: 30px; }
.i4v2-aside .i4-lede { margin-top: 18px; }
.i4v2-blocks { display: grid; grid-template-columns: 1fr; gap: 0 40px; }
.i4v2-block {
  padding: 18px 0 22px; border-top: 1px solid var(--c-line);
  transition: border-top-color .22s var(--ease);
}
.i4v2-block h3 { font-size: 17px; font-weight: 700; line-height: 1.4; color: var(--c-ink); margin: 0 0 12px; transition: color .22s var(--ease); }
@media (hover: hover) {
  .i4v2-block:hover { border-top-color: var(--fam-700); }
  .i4v2-block:hover h3 { color: var(--fam-700); }
}
@media (min-width: 761px) {
  .i4v2-blocks { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (min-width: 941px) {
  .i4v2 { grid-template-columns: minmax(0,360px) minmax(0,1fr); gap: 56px; align-items: start; }
  .i4v2-aside { position: sticky; top: 118px; }
  .i4v2-blocks { column-gap: 48px; }
  .i4v2-block h3 { font-size: 19px; }
}


/* ==========================================================================
   DESIGN 3 — SERVICE-CARD GRID
   The home .svc-cards treatment verbatim: #c4c4c4 border, 4px radius,
   neutral shadow on a 2px lift. The foot pins to the card bottom
   (margin-top auto) so six uneven cards keep one baseline; double-routed
   cards stack two .i4-svc--box rows, each over its own rule.
   ========================================================================== */
.i4v3-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.i4v3-card {
  display: flex; flex-direction: column;
  border: 1px solid #c4c4c4; border-radius: var(--radius);
  padding: 24px 22px 18px; background: #fff;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease);
}
.i4v3-card h3 { font-size: 19px; font-weight: 700; line-height: 1.35; color: var(--c-ink); margin: 0 0 10px; }
.i4v3-card .i4-dots { flex: 0 1 auto; }
.i4v3-foot { margin-top: auto; padding-top: 16px; }
@media (hover: hover) {
  .i4v3-card:hover { border-color: var(--fam-700); box-shadow: 0 14px 30px rgba(20,20,40,.08); transform: translateY(-2px); }
}
@media (min-width: 761px) {
  .i4v3-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
  .i4v3-card { padding: 26px 26px 20px; }
}
@media (min-width: 1100px) {
  .i4v3-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}


/* ==========================================================================
   DESIGN 4 — DEEP BAND STAGES
   Full-bleed --fam-grad-deep, hairline rows, numerals SOLID --fam-300,
   routes as ghost buttons holding their 44px on dark.
   ========================================================================== */
.i4v4 { background: var(--fam-grad-deep); color: #fff; padding-block: 40px 44px; }
.i4v4-head { margin-bottom: 26px; }
.i4v4 .i4-eyebrow { color: var(--fam-200); }
.i4v4-head .i4-h2 { color: #fff; max-width: 20ch; }
.i4v4-head .i4-lede { color: rgba(255,255,255,.76); margin-top: 16px; max-width: 62ch; }
.i4v4-hr { height: 2px; width: 88px; background: var(--fam-grad); margin-top: 22px; }
.i4v4-row {
  padding-block: 22px; border-top: 1px solid rgba(255,255,255,.22);
  transition: border-top-color .22s var(--ease);
}
.i4v4-row:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.i4v4-rh { display: flex; flex-direction: column; gap: 8px; margin-bottom: 14px; }
.i4v4-n { font-size: 20px; font-weight: 700; line-height: 1; letter-spacing: -.02em; color: var(--fam-300); font-variant-numeric: tabular-nums; }
.i4v4-row h3 { font-size: 18px; font-weight: 700; line-height: 1.3; color: #fff; margin: 0; }
.i4v4-row .i4-routes { margin-top: 14px; gap: 10px 12px; }
@media (hover: hover) {
  .i4v4-row:hover { border-top-color: var(--fam-100); }
}
@media (min-width: 561px) {
  .i4v4-row .i4-bul { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 30px; }
}
@media (min-width: 761px) {
  .i4v4 { padding-block: 48px 52px; }
  .i4v4-row { display: grid; grid-template-columns: minmax(0,280px) minmax(0,1fr); gap: 6px 40px; }
  .i4v4-rh { margin-bottom: 0; }
  .i4v4-row h3 { font-size: 19px; }
}
@media (min-width: 941px) {
  .i4v4 { padding-block: 56px 60px; }
  .i4v4-row { grid-template-columns: minmax(0,300px) minmax(0,1fr); gap: 6px 56px; }
  .i4v4-row .i4-bul { grid-template-columns: repeat(3, minmax(0,1fr)); }
}


/* ==========================================================================
   DESIGN 5 — ZIG-ZAG EDITORIAL
   The .glance split per block, alternating at ≥941. Numeral + title +
   summary + route one side, areas the other. The tall, expressive one.
   ========================================================================== */
.i4v5-head { margin-bottom: 32px; }
.i4v5-head .i4-h2 { max-width: 20ch; }
.i4v5-head .i4-lede { margin-top: 18px; }
.i4v5-stage { padding-block: 26px; border-top: 1px solid var(--c-line); }
.i4v5-stage:last-child { border-bottom: 1px solid var(--c-line); }
.i4v5-n { font-size: clamp(40px, 6vw, 64px); margin-bottom: 10px; }
.i4v5-stage h3 { font-size: 21px; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; color: var(--c-ink); margin: 0 0 10px; }
.i4v5-sum { font-size: 15px; max-width: 44ch; }
.i4v5-side .i4-routes { margin-top: 14px; }
.i4v5-stage > .i4-bul { margin-top: 18px; }
@media (min-width: 561px) {
  .i4v5-stage > .i4-bul { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 30px; }
}
@media (min-width: 941px) {
  .i4v5-stage {
    display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr);
    gap: 0 64px; align-items: center;
    padding-block: 40px; border-top: none;
  }
  .i4v5-stage:last-child { border-bottom: none; }
  .i4v5-stage:nth-child(even) .i4v5-side { order: 2; }
  .i4v5-stage > .i4-bul { margin-top: 0; }
}


/* ==========================================================================
   DESIGN 6 — ENGAGEMENT SPINE
   The six blocks ARE a sequence — assess, deliver, connect, report,
   adopt, operate — drawn as a 2px gradient spine with a node per stage.
   Height-agnostic; routes ride inline under each title.
   ========================================================================== */
.i4v6-head { margin-bottom: 34px; }
.i4v6-head .i4-h2 { max-width: 20ch; }
.i4v6-head .i4-lede { margin-top: 18px; }
.i4v6-track { position: relative; padding-left: 30px; }
.i4v6-track::before {
  content: ""; position: absolute; left: 5px; top: 8px; bottom: 8px;
  width: 2px; background: var(--fam-grad);
}
.i4v6-stage { position: relative; padding-bottom: 32px; }
.i4v6-stage:last-child { padding-bottom: 0; }
.i4v6-stage::before {
  content: ""; position: absolute; left: -30px; top: 6px;
  width: 12px; height: 12px; border-radius: 50%;
  background: var(--fam-700); box-shadow: 0 0 0 4px #fff;
}
.i4v6-sh { display: flex; align-items: baseline; gap: 12px; margin-bottom: 4px; }
.i4v6-n { font-size: 30px; flex-shrink: 0; }
.i4v6-stage h3 { font-size: 18px; font-weight: 700; line-height: 1.35; color: var(--c-ink); margin: 0; }
.i4v6-side .i4-routes { margin: 6px 0 16px; }
@media (min-width: 561px) {
  .i4v6-stage .i4-bul { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 30px; }
}
@media (min-width: 761px) {
  .i4v6-track { padding-left: 42px; }
  .i4v6-track::before { left: 9px; }
  .i4v6-stage { padding-bottom: 40px; }
  .i4v6-stage::before { left: -42px; top: 8px; width: 20px; height: 20px; border: 4px solid #fff; box-shadow: none; }
  .i4v6-n { font-size: 40px; }
  .i4v6-stage h3 { font-size: 21px; }
}
@media (min-width: 941px) {
  .i4v6-stage { display: grid; grid-template-columns: minmax(0,340px) minmax(0,1fr); gap: 0 52px; }
  .i4v6-side .i4-routes { margin-bottom: 0; }
  .i4v6-stage .i4-bul { grid-template-columns: repeat(2, minmax(0,1fr)); }
}


/* ==========================================================================
   DESIGN 7 — SNAP RAIL
   Six cards, one gesture, fixed height. Track inside .container — the page
   never scrolls sideways; the thin blue-cyan scrollbar is the progress. The
   route foot pins to the card bottom so all six keep one baseline.
   ========================================================================== */
.i4v7 { display: grid; gap: 24px; }
.i4v7-hint { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; font-size: 13.5px; color: var(--c-muted); }
.i4v7-hint svg { width: 18px; height: 12px; color: var(--fam-700); }
.i4v7-track {
  display: flex; gap: 14px; align-items: stretch;
  overflow-x: auto; overflow-y: hidden;
  scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 6px 2px 18px;
  scrollbar-width: thin; scrollbar-color: var(--fam-700) var(--c-line);
}
.i4v7-track:focus-visible { outline: 2px solid var(--fam-700); outline-offset: 4px; }
.i4v7-track::-webkit-scrollbar { height: 4px; }
.i4v7-track::-webkit-scrollbar-track { background: var(--c-line); border-radius: 2px; }
.i4v7-track::-webkit-scrollbar-thumb { background: var(--fam-700); border-radius: 2px; }
.i4v7-card {
  flex: 0 0 86%; scroll-snap-align: start;
  display: flex; flex-direction: column;
  border: 1px solid #c4c4c4; border-radius: var(--radius);
  padding: 22px 20px; background: #fff;
  transition: border-color .22s var(--ease), box-shadow .22s var(--ease), transform .22s var(--ease);
}
.i4v7-ch { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.i4v7-card h3 { font-size: 18px; font-weight: 700; line-height: 1.35; color: var(--c-ink); margin: 0; }
.i4v7-card .i4-dots { flex: 1; }
.i4v7-card .i4-routes { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--c-line); }
@media (hover: hover) {
  .i4v7-card:hover { border-color: var(--fam-700); box-shadow: 0 14px 30px rgba(20,20,40,.08); transform: translateY(-2px); }
}
@media (min-width: 561px) { .i4v7-card { flex-basis: 62%; } }
@media (min-width: 761px) { .i4v7-card { flex-basis: 46%; padding: 26px 24px; } }
@media (min-width: 941px) {
  .i4v7 { grid-template-columns: minmax(0,340px) minmax(0,1fr); gap: 56px; align-items: center; }
  .i4v7-card { flex-basis: 54%; }
}
@media (min-width: 1181px) { .i4v7-card { flex-basis: 42%; } }


/* ==========================================================================
   DESIGN 8 — HAIRLINE MATRIX
   The compact connector: 1px var(--c-line) gaps through white cells, no
   radius, no boxes — ruled paper. The 2px gradient rule under the head is
   the matrix's top edge (a second hairline read as an unfinished join).
   Six cells resolve 2-up at 561 and 3-up at 941 — even at every width.
   ========================================================================== */
.i4v8-head { display: grid; gap: 14px; padding-bottom: 22px; }
.i4v8-rule { height: 2px; background: var(--fam-grad); }
.i4v8-grid {
  display: grid; grid-template-columns: 1fr; gap: 1px;
  background: var(--c-line); border-bottom: 1px solid var(--c-line);
}
.i4v8-cell { background: #fff; padding: 16px 2px 18px; }
.i4v8-cell h3 { font-size: 16.5px; font-weight: 700; line-height: 1.35; color: var(--c-ink); margin: 0 0 8px; }
.i4v8-run { font-size: 13.5px; font-weight: 300; line-height: 1.65; color: var(--c-muted); margin: 0 0 6px; }
.i4v8-cell .i4-routes { gap: 2px 18px; margin-top: 4px; }
.i4v8-cell .i4-svc { font-size: 14px; }
@media (min-width: 561px) {
  .i4v8-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .i4v8-cell { padding: 18px 20px 20px; }
  .i4v8-cell:nth-child(2n+1) { padding-left: 0; }
  .i4v8-cell:nth-child(2n)   { padding-right: 0; }
}
@media (min-width: 761px) {
  .i4v8-head { grid-template-columns: minmax(0,1fr) auto; align-items: end; gap: 30px; padding-bottom: 24px; }
  .i4v8-head .i4-link { margin: 0 0 -10px; }
}
@media (min-width: 941px) {
  .i4v8-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .i4v8-cell { padding: 20px; }
  .i4v8-cell:nth-child(2n+1), .i4v8-cell:nth-child(2n) { padding-inline: 20px; }
  .i4v8-cell:nth-child(3n+1) { padding-left: 0; }
  .i4v8-cell:nth-child(3n)   { padding-right: 0; }
}


/* ==========================================================================
   DESIGN 9 — MEDIA COLUMN + ROUTE ROWS
   The .glance geometry rotated (the s6v5 logic): the factory photo becomes
   a full-height column beside the six rows. Single-route rows are one big
   link with the 48x48 box; double-routed rows are plain rows carrying two
   .i4-svc links — two targets, so the row itself must not be a third.
   Media nudge held to ≥1340 where the gutter can afford it.
   ========================================================================== */
.i4v9 { display: grid; gap: 28px; }
.i4v9-split { display: grid; gap: 28px; }
.i4v9-media {
  border-radius: 14px; overflow: hidden; min-height: 220px;
  background: var(--img) center/cover no-repeat, var(--fam-900);
  box-shadow: 0 30px 60px rgba(0,0,0,.35);
}
.i4v9-list { display: flex; flex-direction: column; }
.i4v9-item {
  display: grid; grid-template-columns: minmax(0,1fr) 48px;
  gap: 0 14px; align-items: center;
  padding: 16px 2px; border-bottom: 1px solid var(--c-line);
  transition: border-bottom-color .22s var(--ease);
}
.i4v9-item:first-child { border-top: 1px solid var(--c-line); }
.i4v9-item--dual { grid-template-columns: minmax(0,1fr); }
.i4v9-item h3 { font-size: 17px; font-weight: 700; line-height: 1.4; color: var(--c-ink); margin: 0; }
.i4v9-item p { font-size: 14.5px; font-weight: 300; line-height: 1.55; color: #323232; margin: 5px 0 0; }
.i4v9-item p b { font-weight: 600; color: var(--c-ink); }
.i4v9-item .i4-routes { margin-top: 8px; }
@media (hover: hover) {
  .i4v9-item:hover { border-bottom-color: var(--fam-700); }
  a.i4v9-item:hover .i4-arrow { border-color: var(--fam-700); }
  a.i4v9-item:hover .i4-arrow svg { transform: translateX(4px); }
}
a.i4v9-item:focus-visible { outline: 2px solid var(--fam-700); outline-offset: 2px; }
@media (min-width: 761px) {
  .i4v9-media { min-height: 280px; }
  .i4v9-item { padding: 17px 4px; }
  .i4v9-item h3 { font-size: 18px; }
}
@media (min-width: 941px) {
  .i4v9-split { grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: stretch; }
  .i4v9-media { min-height: 0; }
}
@media (min-width: 1340px) {
  .i4v9-media { position: relative; right: 40px; bottom: 15px; }
}


/* ==========================================================================
   DESIGN 10 — DISCLOSURE WITH VISIBLE ROUTES
   <details> per block, but the service name(s) print ON the closed summary
   — the section routes without a click; opening reveals the areas and the
   live links. Toggle is the 48x48 box drawn as plus/minus.
   ========================================================================== */
.i4v10-list { border-top: 1px solid var(--c-line); }
.i4v10-item { border-bottom: 1px solid var(--c-line); transition: border-bottom-color .22s var(--ease); }
.i4v10-item > summary { list-style: none; cursor: pointer; }
.i4v10-item > summary::-webkit-details-marker { display: none; }
.i4v10-item summary {
  display: grid; grid-template-columns: 38px minmax(0,1fr) 48px;
  gap: 0 12px; align-items: center; padding: 16px 2px; min-height: 68px;
}
.i4v10-n {
  font-size: 20px; font-weight: 700; line-height: 1; letter-spacing: -.02em;
  color: #b7b7c2; font-variant-numeric: tabular-nums;
  transition: color .22s var(--ease);
}
.i4v10-tt h3 { font-size: 17px; font-weight: 700; line-height: 1.35; color: var(--c-ink); margin: 0; }
.i4v10-route { display: block; margin-top: 4px; font-size: 13px; font-weight: 500; line-height: 1.4; color: var(--fam-ink-3); }
.i4v10-pm {
  position: relative; width: 48px; height: 48px; justify-self: end;
  border: 1px solid #c4c4c4; border-radius: var(--radius);
  transition: border-color .22s var(--ease);
}
.i4v10-pm::before, .i4v10-pm::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--fam-700);
  transform: translate(-50%,-50%);
}
.i4v10-pm::before { width: 18px; height: 2px; }
.i4v10-pm::after { width: 2px; height: 18px; transition: transform .22s var(--ease); }
.i4v10-item[open] .i4v10-pm::after { transform: translate(-50%,-50%) scaleY(0); }
.i4v10-item[open] .i4v10-n { color: var(--fam-700); }
.i4v10-body { padding: 4px 2px 26px; }
.i4v10-body .i4-routes { margin-top: 16px; }
@media (hover: hover) {
  .i4v10-item:hover { border-bottom-color: var(--fam-700); }
  .i4v10-item:hover .i4v10-n { color: var(--fam-700); }
  .i4v10-item:hover .i4v10-pm { border-color: var(--fam-700); }
}
.i4v10-item > summary:focus-visible { outline: 2px solid var(--fam-700); outline-offset: 2px; }
@media (min-width: 561px) {
  .i4v10-body .i4-bul { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 30px; }
}
@media (min-width: 761px) {
  .i4v10-item summary { grid-template-columns: 56px minmax(0,1fr) 48px; gap: 0 16px; }
  .i4v10-tt h3 { font-size: 20px; }
  .i4v10-n { font-size: 24px; }
  .i4v10-body { padding: 4px 0 30px 72px; }
}
@media (min-width: 1081px) {
  .i4v10-body .i4-bul { grid-template-columns: repeat(3, minmax(0,1fr)); }
}


/* ==========================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  .i4-arrow, .i4-arrow svg, .i4-link svg, .i4-svc svg, .i4-svc--ghost, .i4-svc--box,
  .i4v1-row, .i4v1-n, .i4v2-block, .i4v2-block h3, .i4v3-card, .i4v4-row,
  .i4v7-card, .i4v9-item, .i4v10-item, .i4v10-n, .i4v10-pm, .i4v10-pm::after { transition: none; }
  .i4v3-card:hover, .i4v7-card:hover { transform: none; }
  .i4-arrow svg, .i4-svc svg, .i4-link svg { transform: none !important; }
  .i4v7-track { scroll-behavior: auto; scroll-snap-type: none; }
}
