/* ==========================================================================
   Industries — twelve worlds, one way of working
   hero · index with sticky visual · capability matrix · fundamentals ·
   markets · insights · CTA
   Each industry sets its own --a (accent). Only the active visual animates.
   ========================================================================== */
:root { --mono: ui-monospace, SFMono-Regular, Menlo, monospace; }

/* ==========================================================================
   Hero
   ========================================================================== */
.in-hero { position: relative; isolation: isolate; display: flex; flex-direction: column; min-height: 100svh; overflow: hidden; padding: calc(var(--header-h) + clamp(2rem, 6vh, 4rem)) 0 clamp(1.75rem, 4vh, 3rem); background: var(--black); color: var(--white); }
.in-hero__glow { position: absolute; left: 26%; right: -14%; bottom: -36%; z-index: -1; height: 92%; background: radial-gradient(32% 42% at 42% 52%, rgb(107 63 212 / 0.42), transparent 70%), radial-gradient(28% 40% at 78% 40%, rgb(58 126 246 / 0.32), transparent 70%); pointer-events: none; }
.in-hero__inner { display: flex; flex: 1; flex-direction: column; }
.in-hero__label { display: flex; align-items: center; gap: 1.25rem; font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgb(255 255 255 / 0.5); }
.in-hero__label span:first-child { color: var(--white); }
.in-hero__label span + span::before { content: ""; display: inline-block; width: 2rem; height: 1px; margin-right: 1.25rem; background: currentColor; vertical-align: middle; }
.in-hero__title { margin-block: auto; padding-block: clamp(1.5rem, 4vh, 3rem); font-size: clamp(2.6rem, 0.6rem + 7.6vw, 9.5rem); font-weight: 700; line-height: 0.9; letter-spacing: -0.06em; }
.in-hero__title .mask { display: block; width: fit-content; padding-bottom: 0.14em; margin-bottom: -0.14em; }
.in-hero__title .mask:nth-child(2), .in-hero__title .mask:nth-child(4) { margin-left: clamp(1rem, 7vw, 8rem); }
.in-hero__foot { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 1.5rem 3rem; }
.in-hero__lead { max-width: 30em; font-size: clamp(1.05rem, 0.9rem + 0.5vw, 1.45rem); line-height: 1.4; letter-spacing: -0.02em; color: rgb(255 255 255 / 0.7); }
.in-hero__next { display: inline-flex; align-items: center; gap: 0.9rem; padding-bottom: 0.35rem; border-bottom: 1px solid rgb(255 255 255 / 0.3); font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; transition: border-color 0.35s; }
.in-hero__next svg { width: 1.5rem; height: 0.75rem; rotate: 90deg; transition: translate 0.5s var(--ease-out); }
.in-hero__next:is(:hover, :focus-visible) { border-color: var(--white); }
.in-hero__next:is(:hover, :focus-visible) svg { translate: 0 0.25rem; }

@media (prefers-reduced-motion: no-preference) {
  .js .in-hero__title .mask > span { transform: translate3d(0, 110%, 0); }
  .is-loaded .in-hero__title .mask > span { transform: none; transition: transform 1.3s var(--ease-out) calc(var(--d) * 120ms + 150ms); }
}

/* ==========================================================================
   Index
   ========================================================================== */
.ix { background: var(--black); color: var(--white); padding-block: clamp(4.5rem, 9vw, 10rem) clamp(5rem, 10vw, 11rem); }
.ix__head { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr); align-items: end; gap: 1.25rem clamp(2rem, 6vw, 8rem); }
.ix__head .d-eyebrow { grid-column: 1 / -1; }
.ix__title { font-size: clamp(2.2rem, 0.9rem + 4.2vw, 6rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.055em; }
.ix__title .mask { display: block; width: fit-content; padding-bottom: 0.12em; margin-bottom: -0.12em; }
.ix__aside { max-width: 26em; font-size: clamp(1rem, 0.85rem + 0.35vw, 1.2rem); line-height: 1.45; color: rgb(255 255 255 / 0.6); }
.ix__grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); align-items: start; gap: clamp(2rem, 5vw, 5rem); margin-top: clamp(3rem, 6vw, 6rem); }

.ix-group + .ix-group { margin-top: clamp(2.5rem, 5vw, 4.5rem); }
.ix-group__k { display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.4rem 1rem; padding-bottom: 1rem; font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; }
.ix-group__k b { font-weight: 600; color: var(--blue-bright); }
.ix-group__k span { flex: 1; min-width: 12rem; font-size: 0.9rem; font-weight: 400; letter-spacing: 0; text-transform: none; color: rgb(255 255 255 / 0.45); }
.ix-list { border-top: 1px solid rgb(255 255 255 / 0.5); }

.ix-row { position: relative; border-bottom: 1px solid var(--border-dark); }
.ix-row::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: var(--a); transform: scaleX(0); transform-origin: 0 50%; transition: transform 0.7s var(--ease-out); }
.ix-row.is-active::after, .ix-row.is-open::after { transform: none; }
.ix-row__h { font: inherit; letter-spacing: normal; }
.ix-row__btn { display: grid; grid-template-columns: clamp(4rem, 7vw, 6.5rem) minmax(0, 1fr) clamp(3rem, 5vw, 4rem); align-items: center; gap: 0.25rem clamp(1rem, 2.5vw, 2rem); width: 100%; padding-block: clamp(1.1rem, 2.2vw, 2rem); text-align: left; }
.ix-row__no { font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.08em; font-variant-numeric: tabular-nums; color: rgb(255 255 255 / 0.4); transition: color 0.4s; }
.ix-row__no i { font-style: normal; font-size: var(--fs-micro); opacity: 0.6; }
.ix-row__name { font-size: clamp(1.6rem, 1rem + 2.2vw, 4rem); font-weight: 600; line-height: 1; letter-spacing: -0.045em; color: rgb(255 255 255 / 0.72); transition: color 0.4s, transform 0.7s var(--ease-out); }
.ix-row__short, .ix-row__long { grid-column: 2; min-height: 2.9em; font-size: clamp(0.95rem, 0.88rem + 0.25vw, 1.1rem); line-height: 1.45; color: rgb(255 255 255 / 0.45); }
.ix-row__long { display: none; max-width: 34em; }
.ix-row__go { grid-column: 3; grid-row: 1 / span 2; justify-self: end; display: grid; place-items: center; width: clamp(2.5rem, 4vw, 3.25rem); aspect-ratio: 1; border: 1px solid rgb(255 255 255 / 0.2); border-radius: 50%; transition: background-color 0.4s, border-color 0.4s, color 0.4s, rotate 0.6s var(--ease-out); }
.ix-row__go svg { width: 40%; height: 20%; }
.ix-row.is-active .ix-row__no { color: var(--a); }
.ix-row.is-active .ix-row__name { color: var(--white); }
.ix-row.is-open .ix-row__go { background: var(--a); border-color: var(--a); color: var(--black); rotate: 90deg; }
.ix-row__btn:focus-visible { outline-offset: -3px; }

@media (hover: hover) and (pointer: fine) {
  .ix-row.is-active .ix-row__name { transform: translateX(clamp(0.25rem, 0.8vw, 0.75rem)); }
  .ix-row.is-active .ix-row__go { border-color: var(--a); color: var(--a); }
  .ix-list:has(.ix-row:hover) .ix-row:not(:hover) .ix-row__name { color: rgb(255 255 255 / 0.4); }
  /* the short line gives way to the fuller one while the row is live */
  .ix-row__short, .ix-row__long { transition: opacity 0.35s var(--ease-soft); }
  .ix-row.is-active .ix-row__short { display: none; }
  .ix-row.is-active .ix-row__long { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: rgb(255 255 255 / 0.66); }
}

/* ---- expanded panel ---- */
.ix-row__panel { padding-bottom: clamp(1.75rem, 3vw, 2.75rem); }
.ix-row__lead { max-width: 34em; margin-bottom: clamp(1.25rem, 2.5vw, 2rem); font-size: clamp(1.05rem, 0.92rem + 0.45vw, 1.35rem); line-height: 1.4; letter-spacing: -0.02em; color: rgb(255 255 255 / 0.8); }
/* without JS the rows cannot open, so they are open already and the stage is dropped */
html:not(.js) .ix-row__panel[hidden] { display: block; }
html:not(.js) .ix-row__go, html:not(.js) .ix__stage { display: none; }
html:not(.js) .ix__grid { grid-template-columns: 1fr; }
.ix-row__viz:empty { display: none; }
.ix-row__viz { margin-bottom: 1.5rem; }
.ix-row__cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.5rem clamp(1.5rem, 3vw, 3rem); }
.ix-row__k { margin-bottom: 0.75rem; font-size: var(--fs-micro); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--a); }
.ix-build, .ix-caps { display: grid; gap: 0.5rem; }
.ix-build li, .ix-caps li { position: relative; padding-left: 1.1rem; font-size: 0.98rem; color: rgb(255 255 255 / 0.72); }
.ix-build li::before, .ix-caps li::before { content: ""; position: absolute; left: 0; top: 0.62em; width: 0.5rem; height: 1px; background: var(--a); }
.ix-caps { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.ix-case { display: grid; gap: 0.35rem; margin-top: clamp(1.5rem, 2.5vw, 2rem); padding-top: clamp(1rem, 2vw, 1.5rem); border-top: 1px solid var(--border-dark); }
.ix-case__k { font-size: var(--fs-micro); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: rgb(255 255 255 / 0.45); }
.ix-case__n { font-size: clamp(1.2rem, 0.95rem + 0.8vw, 1.8rem); font-weight: 600; letter-spacing: -0.035em; transition: color 0.35s; }
.ix-case__t { font-size: 0.95rem; color: rgb(255 255 255 / 0.6); }
.ix-case__go { display: inline-flex; align-items: center; gap: 0.6rem; margin-top: 0.5rem; font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.06em; color: var(--a); }
.ix-case__go svg { width: 1.5rem; height: 0.75rem; transition: translate 0.5s var(--ease-out); }
.ix-case:is(:hover, :focus-visible) .ix-case__n { color: var(--a); }
.ix-case:is(:hover, :focus-visible) .ix-case__go svg { translate: 0.35rem 0; }

/* ---- sticky stage ---- */
.ix__stage { position: sticky; top: calc(var(--header-h) + 1.5rem); }
.ix-stage { display: grid; gap: 1rem; }
.ix-stage__meta { display: flex; align-items: baseline; gap: 1rem; font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: rgb(255 255 255 / 0.45); font-variant-numeric: tabular-nums; }
.ix-stage__meta span:last-child { color: var(--white); }

/* ==========================================================================
   Industry visuals — shared primitives, per-industry composition
   ========================================================================== */
.vz { position: relative; grid-area: 1 / 1; container-type: inline-size; aspect-ratio: 5 / 4; border-radius: 1rem; background: #0a0a0f; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.08); overflow: hidden; opacity: 0; visibility: hidden; transition: opacity 0.5s var(--ease-soft), visibility 0s linear 0.5s; }
.ix-stage .vz { grid-row: 2; }
.vz.is-active { opacity: 1; visibility: visible; transition-delay: 0.05s, 0s; }
.ix-row__viz .vz { opacity: 1; visibility: visible; }
.vz::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(circle at 1px 1px, rgb(255 255 255 / 0.07) 1px, transparent 0); background-size: 5cqi 5cqi; }
.vz__art { position: absolute; inset: 6cqi 6cqi 24cqi; }
.vz__art > * { position: absolute; }
.vz-card { left: calc(var(--x) * 1cqi); top: calc(var(--y) * 1cqi); width: calc(var(--w) * 1cqi); height: calc(var(--h) * 1cqi); border-radius: 1.4cqi; background: rgb(255 255 255 / 0.05); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12); }
.vz-card[data-soft] { background: rgb(255 255 255 / 0.03); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.07); }
.vz-bar { left: calc(var(--x) * 1cqi); top: calc(var(--y) * 1cqi); width: calc(var(--w) * 1cqi); height: calc(var(--h, 1.6) * 1cqi); border-radius: 999px; background: rgb(255 255 255 / 0.22); }
.vz-bar--soft { background: rgb(255 255 255 / 0.12); }
.vz-bar--track { background: rgb(255 255 255 / 0.08); }
.vz-bar--fill { background: var(--a); transform-origin: 0 50%; }
.vz-dot { left: calc(var(--x) * 1cqi); top: calc(var(--y) * 1cqi); width: calc(var(--s, 2.4) * 1cqi); aspect-ratio: 1; border-radius: 50%; background: rgb(255 255 255 / 0.45); }
.vz-dot--a { background: var(--a); }
.vz-ring { left: calc(var(--x) * 1cqi); top: calc(var(--y) * 1cqi); width: calc(var(--s) * 1cqi); aspect-ratio: 1; border-radius: 50%; box-shadow: inset 0 0 0 1.5px rgb(255 255 255 / 0.28); }
.vz-chip { left: calc(var(--x) * 1cqi); top: calc(var(--y) * 1cqi); padding: 0.9cqi 1.8cqi; border-radius: 999px; background: rgb(255 255 255 / 0.07); box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.14); font: 600 max(0.55rem, 1.7cqi)/1 var(--mono); letter-spacing: 0.04em; color: rgb(255 255 255 / 0.75); white-space: nowrap; }
.vz-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.vz-route { fill: none; stroke: rgb(255 255 255 / 0.22); stroke-width: 1; vector-effect: non-scaling-stroke; }
.vz-route--dash { stroke-dasharray: 3 4; }
.vz-route--live { stroke: var(--a); stroke-width: 2; stroke-dasharray: 0.12 0.88; stroke-dashoffset: 0.12; opacity: 0; }

.vz__flow { position: absolute; left: 6cqi; right: 6cqi; bottom: 6cqi; display: flex; flex-wrap: wrap; align-items: center; gap: 1cqi 0; }
.vz__flow li { display: flex; align-items: center; font: 600 max(0.55rem, 1.8cqi)/1 var(--mono); letter-spacing: 0.06em; text-transform: uppercase; color: rgb(255 255 255 / 0.38); transition: color 0.4s; }
.vz__flow li + li::before { content: ""; width: 2.4cqi; height: 1px; margin-inline: 1.2cqi; background: rgb(255 255 255 / 0.2); }

@media (prefers-reduced-motion: no-preference) {
  .vz.is-active .vz-route--live { opacity: 1; animation: vz-run 3.4s linear infinite; }
  .vz.is-active .vz-route--slow { animation-duration: 5s; }
  .vz.is-active .vz-bar--fill { animation: vz-fill 3.4s var(--ease-in-out) infinite; }
  .vz.is-active .vz-ping { animation: vz-ping 2.6s var(--ease-out) infinite; }
  .vz.is-active .vz-ring--pulse { animation: vz-halo 3.2s var(--ease-out) infinite; }
  .vz.is-active .vz-ring--sweep::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 78%, var(--a) 92%, transparent); opacity: 0.35; animation: vz-sweep 3.6s linear infinite; }
  .vz.is-active .vz__flow li { animation: vz-step 4.4s var(--ease-in-out) infinite; animation-delay: calc(var(--i) * 0.5s); }
  @keyframes vz-run { to { stroke-dashoffset: -0.88; } }
  @keyframes vz-fill { 0%, 8% { transform: scaleX(0.15); } 55%, 100% { transform: scaleX(1); } }
  @keyframes vz-ping { 0% { box-shadow: 0 0 0 0 rgb(255 255 255 / 0.28); } 70%, 100% { box-shadow: 0 0 0 2.6cqi rgb(255 255 255 / 0); } }
  @keyframes vz-halo { 0% { scale: 0.9; opacity: 0.5; } 70%, 100% { scale: 1.35; opacity: 0; } }
  @keyframes vz-sweep { to { rotate: 360deg; } }
  @keyframes vz-step { 0%, 12% { color: rgb(255 255 255 / 0.38); } 16%, 26% { color: var(--a); } 34%, 100% { color: rgb(255 255 255 / 0.38); } }
}
.vz-ring--sweep { overflow: hidden; }

/* ==========================================================================
   Industry × capability
   ========================================================================== */
.mx { background: var(--off-white); color: var(--black); padding-block: clamp(4.5rem, 9vw, 10rem); }
.mx-picks { display: flex; flex-wrap: wrap; gap: 0.35rem 1.4rem; margin-top: clamp(2.5rem, 5vw, 4.5rem); padding-bottom: clamp(1.5rem, 3vw, 2.5rem); border-bottom: 1px solid var(--black); }
.mx-pick { position: relative; padding-block: 0.15rem; font-size: clamp(1.15rem, 0.9rem + 1.1vw, 2.4rem); font-weight: 600; line-height: 1.1; letter-spacing: -0.04em; color: #a4a4a4; transition: color 0.35s; }
.mx-pick::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: max(2px, 0.05em); background: var(--a); transform: scaleX(0); transform-origin: 0 50%; transition: transform 0.6s var(--ease-out); }
.mx-pick:is(:hover, :focus-visible) { color: var(--black); }
.mx-pick[aria-pressed="true"] { color: var(--black); }
.mx-pick[aria-pressed="true"]::after { transform: none; }
.mx-pick:focus-visible { outline-offset: 4px; }

.mx-out { margin-top: clamp(2rem, 4vw, 3.5rem); }
.mx-out__k { font-size: clamp(1.1rem, 0.9rem + 0.7vw, 1.6rem); font-weight: 600; letter-spacing: -0.03em; }
.mx-out__k span { color: var(--a, var(--blue)); }
.mx-caps { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 0; margin-top: clamp(1.5rem, 3vw, 2.5rem); border-top: 1px solid var(--border-light); }
.mx-cap { border-bottom: 1px solid var(--border-light); }
.mx-cap a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: clamp(0.85rem, 1.6vw, 1.25rem); padding-right: 1rem; opacity: 0.32; transition: opacity 0.5s var(--ease-soft), color 0.35s; }
.mx-cap.is-on a { opacity: 1; }
.mx-cap__n { font-size: clamp(1rem, 0.9rem + 0.4vw, 1.3rem); font-weight: 600; letter-spacing: -0.03em; }
.mx-cap__go { display: grid; place-items: center; width: 2rem; height: 1rem; opacity: 0; translate: -0.4rem 0; transition: opacity 0.35s, translate 0.5s var(--ease-out); }
.mx-cap__go svg { width: 1.4rem; height: 0.7rem; }
.mx-cap.is-on a:is(:hover, :focus-visible) { color: var(--a, var(--blue)); }
.mx-cap.is-on a:is(:hover, :focus-visible) .mx-cap__go { opacity: 1; translate: 0 0; }

/* ==========================================================================
   Fundamentals
   ========================================================================== */
.fund { background: var(--black); color: var(--white); padding-block: clamp(5rem, 10vw, 12rem); }
.fund__title { font-size: clamp(2.2rem, 0.9rem + 4.4vw, 6.5rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.055em; }
.fund__title .mask { display: block; width: fit-content; padding-bottom: 0.12em; margin-bottom: -0.12em; }
.fund__title .mask:last-child > span { color: transparent; -webkit-text-stroke: 1.5px rgb(255 255 255 / 0.5); }
.fund__list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem clamp(1.5rem, 3vw, 3rem); margin-top: clamp(3rem, 6vw, 6rem); border-top: 1px solid rgb(255 255 255 / 0.5); }
.fund__list li { display: grid; align-content: start; gap: 0.75rem; padding-top: clamp(1.25rem, 2.2vw, 2rem); font-size: clamp(1.15rem, 0.95rem + 0.7vw, 1.8rem); font-weight: 600; line-height: 1.15; letter-spacing: -0.035em; }
.fund__list b { font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.08em; color: var(--blue-bright); }

/* ==========================================================================
   Markets
   ========================================================================== */
.mk { background: var(--off-white); color: var(--black); padding-block: clamp(4.5rem, 9vw, 10rem); }
.mk__grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
.mk__title { margin-top: 1rem; font-size: clamp(2rem, 1rem + 3vw, 4.5rem); font-weight: 700; line-height: 0.96; letter-spacing: -0.05em; }
.mk__title .mask { display: block; width: fit-content; padding-bottom: 0.12em; margin-bottom: -0.12em; }
.mk__note { max-width: 30em; margin-top: clamp(1.25rem, 2.5vw, 2rem); font-size: clamp(1rem, 0.9rem + 0.3vw, 1.2rem); line-height: 1.5; color: #5e5e5e; }
.mk__rail svg { width: 100%; height: auto; }
.mk__line { fill: none; stroke: rgb(0 0 0 / 0.18); stroke-width: 1; }
.mk__live { fill: none; stroke: var(--blue); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 0.08 0.92; stroke-dashoffset: 0.08; }
.mk__nodes circle { fill: var(--off-white); stroke: rgb(0 0 0 / 0.5); stroke-width: 1.5; }
.mk__ticks path { fill: none; stroke: rgb(0 0 0 / 0.2); stroke-width: 1; }
.mk__labels text { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; fill: #1a1a1a; text-anchor: middle; }
.mk__home { fill: var(--blue); }
.mk__halo { fill: none; stroke: var(--blue); stroke-width: 1.5; opacity: 0; transform-box: fill-box; transform-origin: center; }
.mk__origin { font: 600 13px var(--mono); letter-spacing: 0.08em; text-transform: uppercase; fill: #8a8a8a; text-anchor: middle; }
.mk__rail figcaption { margin-top: 1.25rem; font-size: 0.9rem; color: #7a7a7a; }

@media (prefers-reduced-motion: no-preference) {
  .mk__live { animation: mk-run 7s linear infinite; }
  .mk__halo { animation: mk-halo 4s var(--ease-out) infinite; }
  @keyframes mk-run { to { stroke-dashoffset: -0.92; } }
  @keyframes mk-halo { 0% { scale: 0.7; opacity: 0.6; } 70%, 100% { scale: 1.8; opacity: 0; } }
}

/* ==========================================================================
   Insights
   ========================================================================== */
.ins { background: var(--black); color: var(--white); padding-block: clamp(4.5rem, 9vw, 10rem); }
.ins__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.ins__title { font-size: clamp(2.2rem, 0.9rem + 4.2vw, 6rem); font-weight: 700; line-height: 0.95; letter-spacing: -0.055em; }
.ins__title .mask { display: block; width: fit-content; padding-bottom: 0.12em; margin-bottom: -0.12em; }
.ins__list { border-top: 1px solid rgb(255 255 255 / 0.5); }
.ins__list li { display: grid; grid-template-columns: 3rem minmax(0, 1fr); align-items: baseline; gap: 1rem; padding-block: clamp(1.25rem, 2.2vw, 2rem); border-bottom: 1px solid var(--border-dark); }
.ins__list b { font-size: var(--fs-small); font-weight: 600; letter-spacing: 0.08em; color: var(--blue-bright); }
.ins__list p { font-size: clamp(1.15rem, 0.95rem + 0.8vw, 1.9rem); font-weight: 600; line-height: 1.2; letter-spacing: -0.035em; }
.ins__note { grid-column: 2; max-width: 30em; margin-top: 1.5rem; font-size: 1rem; line-height: 1.5; color: rgb(255 255 255 / 0.6); }

.in-cta .s-cta__text strong { font-weight: 600; color: var(--black); }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 64em) {
  .ix__head, .mk__grid, .ins__grid { grid-template-columns: 1fr; }
  .ix__grid { grid-template-columns: 1fr; }
  .ix__stage { display: none; }               /* the visual moves into the open row instead */
  .ix-row__btn { grid-template-columns: 3.5rem minmax(0, 1fr) 2.75rem; }
  .ix-row__short { min-height: 0; }
  .fund__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ins__note { grid-column: 1; }
}

@media (max-width: 48em) {
  .in-hero__title .mask:nth-child(2), .in-hero__title .mask:nth-child(4) { margin-left: 1rem; }
  .ix-row__cols { grid-template-columns: 1fr; }
  .ix-caps { grid-template-columns: 1fr; }
  .fund__list { grid-template-columns: 1fr; gap: 0; }
  .fund__list li { padding-block: 1.25rem; border-bottom: 1px solid var(--border-dark); }
  .mx-caps { grid-template-columns: 1fr; }
  .ins__list li { grid-template-columns: 2.5rem minmax(0, 1fr); }
}
