/* ============================================================
   KSHR — Framework page · radial-marquee hero + designed ladder
   Loads AFTER home.css (reuses its tokens & components)
   ============================================================ */

/* ---------- dark hero stage ---------- */
.fw-hero {
  position: relative;
  background:
    radial-gradient(120% 90% at 50% 8%, rgba(40,84,156,.34) 0%, transparent 60%),
    radial-gradient(80% 60% at 50% 120%, color-mix(in srgb, var(--teal) 30%, transparent), transparent 70%),
    var(--navy-900);
  color: var(--on-dark);
  overflow: clip;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
}
.fw-hero::after { /* subtle grain/vignette */
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(120% 80% at 50% 40%, transparent 55%, rgba(6,14,24,.55) 100%);
  z-index: 2;
}
.fw-hero-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

/* ---------- hero ascent diagram ---------- */
.fw-ascent { position: relative; height: clamp(340px, 40vw, 460px); align-self: center; width: 100%; }
.fw-ascent svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.asc-path { fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 700; stroke-dashoffset: 700; animation: ascDraw 1.8s .3s cubic-bezier(.4,.1,.2,1) forwards; }
.asc-path-ghost { fill: none; stroke: rgba(255,255,255,.10); stroke-width: 7; stroke-linecap: round; }
@keyframes ascDraw { to { stroke-dashoffset: 0; } }
.asc-pulse { fill: #fff; filter: drop-shadow(0 0 8px rgba(255,255,255,.9)); }
.asc-node { position: absolute; left: var(--x); top: var(--y); transform: translate(-50%, -50%); display: block; z-index: 2; }
.asc-dot { position: relative; display: grid; place-content: center; width: 44px; height: 44px; border-radius: 50%; font-family: var(--mono); font-size: 13px; font-weight: 700; letter-spacing: .04em; color: #fff; background: rgba(255,255,255,.06); border: 1.5px solid rgba(255,255,255,.4); backdrop-filter: blur(4px); transition: background .35s ease, border-color .35s ease, transform .35s cubic-bezier(.34,1.4,.4,1); }
.asc-dot::after { content: ""; position: absolute; inset: -7px; border-radius: 50%; border: 1.5px solid var(--c); opacity: 0; }
.asc-node.lit .asc-dot { background: var(--c); border-color: var(--c); transform: scale(1.12); box-shadow: 0 0 24px color-mix(in srgb, var(--c) 55%, transparent); }
.asc-node.lit .asc-dot::after { animation: ascPing 2.2s ease-out infinite; }
@keyframes ascPing { 0% { transform: scale(.7); opacity: .7; } 80%, 100% { transform: scale(1.6); opacity: 0; } }
.asc-card { position: absolute; left: 56px; top: 50%; transform: translateY(-50%) translateX(-6px); width: max-content; max-width: 220px; opacity: .38; transition: opacity .35s ease, transform .35s cubic-bezier(.4,.1,.2,1); }
.asc-node.n2 .asc-card { left: auto; right: 56px; text-align: right; transform: translateY(-50%) translateX(6px); }
.asc-node.n3 .asc-card { left: auto; right: 56px; text-align: right; transform: translateY(-50%) translateX(6px); }
.asc-node.lit .asc-card { opacity: 1; transform: translateY(-50%) translateX(0); }
.asc-card .ak { display: block; font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--c); margin-bottom: 4px; }
.asc-card .an { display: block; font-weight: 700; font-size: clamp(14px, 1.3vw, 17px); letter-spacing: -.01em; line-height: 1.25; color: #fff; }
.asc-node { opacity: 0; animation: ascIn .7s cubic-bezier(.4,.1,.2,1) forwards; }
.asc-node.n1 { animation-delay: .5s; } .asc-node.n2 { animation-delay: .75s; } .asc-node.n3 { animation-delay: 1s; }
@keyframes ascIn { to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .asc-path { animation: none; stroke-dashoffset: 0; }
  .asc-node { animation: none; opacity: 1; }
  .asc-node.lit .asc-dot::after { animation: none; }
  .asc-pulse { display: none; }
}

/* ---------- stage section canvas ---------- */
.stage-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; opacity: .5; }

/* ---------- detail panel watermark ---------- */
.cd-wm { position: absolute; right: -6px; bottom: -30px; font-family: var(--sans); font-weight: 800; font-size: clamp(140px, 16vw, 230px); line-height: 1; letter-spacing: -.06em; color: transparent; -webkit-text-stroke: 1.5px color-mix(in srgb, var(--stage-c, var(--teal)) 30%, transparent); pointer-events: none; user-select: none; transition: -webkit-text-stroke-color .5s ease; }

/* ---------- editorial climb (matches homepage) ---------- */
.fw-climb { position: relative; padding-left: 20px; align-self: center; width: 100%; max-width: 520px; justify-self: end; }
.fw-climb-line { position: absolute; left: 0; top: 10px; bottom: 10px; width: 2px; }
.fw-climb-line svg { height: 100%; width: 4px; overflow: visible; }
.fw-climb-line path { stroke: var(--orange); stroke-width: 2.5; fill: none; stroke-dasharray: 600; stroke-dashoffset: 600; animation: fwDraw 1.6s .4s cubic-bezier(.4,.1,.2,1) forwards; }
@keyframes fwDraw { to { stroke-dashoffset: 0; } }
.fw-climb-rung { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 18px 6px 18px 18px; color: inherit; position: relative; opacity: 0; transform: translateY(14px); animation: fwRung .7s cubic-bezier(.4,.1,.2,1) forwards; transition: background .25s ease, padding-left .25s ease; border-radius: 14px; }
.fw-climb-rung:nth-child(2) { animation-delay: .45s; }
.fw-climb-rung:nth-child(3) { animation-delay: .62s; }
.fw-climb-rung:nth-child(4) { animation-delay: .79s; }
@keyframes fwRung { to { opacity: 1; transform: none; } }
.fw-climb-rung + .fw-climb-rung { border-top: 1px solid rgba(255,255,255,.16); border-radius: 0 0 14px 14px; }
.fw-climb-rung:hover { background: rgba(255,255,255,.06); padding-left: 24px; }
.fw-num { font-family: var(--sans); font-weight: 800; font-size: clamp(44px, 4.6vw, 64px); line-height: .8; letter-spacing: -.04em; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.75); transition: color .3s ease, -webkit-text-stroke-color .3s ease; }
.fw-climb-rung[data-s="1"]:hover .fw-num { color: var(--orange); -webkit-text-stroke-color: var(--orange); }
.fw-climb-rung[data-s="2"]:hover .fw-num { color: var(--teal); -webkit-text-stroke-color: var(--teal); }
.fw-climb-rung[data-s="3"]:hover .fw-num { color: #7fa8e8; -webkit-text-stroke-color: #7fa8e8; }
.fw-rt .fk { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-mut); margin-bottom: 5px; }
.fw-rt .fn { display: block; font-weight: 700; font-size: clamp(16px, 1.5vw, 19px); letter-spacing: -.01em; line-height: 1.25; color: #fff; }
.fw-go { font-size: 20px; color: rgba(255,255,255,.5); transition: transform .25s ease, color .25s ease; }
.fw-climb-rung:hover .fw-go { transform: translateY(4px); color: #fff; }
@media (prefers-reduced-motion: reduce) { .fw-climb-rung { animation: none; opacity: 1; transform: none; } .fw-climb-line path { animation: none; stroke-dashoffset: 0; } }

/* ---------- growth path — editorial words (matches homepage) ---------- */
.gp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3vw, 44px); }
.gp { position: relative; padding-top: 18px; border-top: 1.5px solid var(--ink); cursor: default; }
.gp::before { content: ""; position: absolute; top: -1.5px; left: 0; right: 0; height: 3px; background: var(--gpc, var(--accent)); transform: scaleX(0); transform-origin: left; transition: transform .55s cubic-bezier(.4,.1,.2,1); }
.gp[data-s="1"] { --gpc: var(--orange); } .gp[data-s="2"] { --gpc: var(--teal); } .gp[data-s="3"] { --gpc: var(--navy); }
.gp-k { display: block; font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.gp-w { display: block; font-family: var(--sans); font-weight: 800; font-size: clamp(30px, 3.6vw, 52px); letter-spacing: -.03em; line-height: 1; margin: 10px 0 12px; color: var(--ink); opacity: .3; transition: opacity .5s ease, color .5s ease; }
.gp-d { display: block; font-size: 15px; color: var(--ink-2); max-width: 34ch; }
.gp.on::before { transform: scaleX(1); }
.gp.on .gp-w { opacity: 1; color: var(--gpc); animation: gpPulse .6s cubic-bezier(.4,.1,.2,1); }
@keyframes gpPulse { 0% { transform: scale(1); } 40% { transform: scale(1.03); } 100% { transform: scale(1); } }
@media (max-width: 760px) { .gp-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .gp-w { opacity: 1; animation: none; } .gp::before { transform: scaleX(1); } }

/* ---------- solutions + faq polish ---------- */
.sol { transition: transform .25s cubic-bezier(.4,.1,.2,1), box-shadow .25s ease, border-color .25s ease; }
.sol:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-2); }
.sol .si { transition: background .25s ease, transform .25s ease; }
.sol .si svg { transition: stroke .25s ease; }
.sol:hover .si { background: var(--teal); transform: scale(1.08); }
.sol:hover .si svg { stroke: #fff; }
details.frac-card { transition: box-shadow .25s ease, border-color .25s ease; }
details.frac-card:hover { border-color: var(--line-2); box-shadow: var(--shadow-md); }
details.frac-card summary span { display: inline-block; transition: transform .3s cubic-bezier(.4,.1,.2,1); }
details.frac-card[open] summary span { transform: rotate(45deg); }
details.frac-card[open] p { animation: faqIn .35s cubic-bezier(.4,.1,.2,1); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { details.frac-card[open] p { animation: none; } }

/* ---------- animated climb graphic (replaces the wheel) ---------- */
.climb-graphic {
  position: relative;
  height: 440px;
  align-self: center;
}
.climb-graphic svg.connector {
  position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; z-index: 1;
}
.climb-graphic svg.connector path {
  fill: none; stroke-width: 2.5; stroke-linecap: round;
  stroke-dasharray: var(--len, 900); stroke-dashoffset: var(--len, 900);
  animation: drawPath 1.6s .25s cubic-bezier(.4,.1,.2,1) forwards;
}
@keyframes drawPath { to { stroke-dashoffset: 0; } }

.cstage {
  position: absolute; z-index: 2;
  width: clamp(220px, 23vw, 290px);
  background: rgba(255,255,255,.97);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(6,14,24,.4);
  padding: 16px 18px;
  display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center;
}
.cstage .cn {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-content: center;
  color: #fff; font-weight: 800; font-size: 22px; font-family: var(--sans);
}
.cstage .ck { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cstage .ctt { font-weight: 700; font-size: 15px; letter-spacing: -.01em; color: var(--ink); line-height: 1.15; margin-top: 2px; }
.cstage.c1 { left: 0; bottom: 0; }
.cstage.c2 { left: 16%; top: 50%; margin-top: -36px; }
.cstage.c3 { right: 0; top: 0; }
.cstage.c1 .cn { background: linear-gradient(140deg, var(--orange), #f2902f); }
.cstage.c2 .cn { background: linear-gradient(140deg, var(--teal), #1a98a2); }
.cstage.c3 .cn { background: linear-gradient(140deg, #2d57a4, #4f7bd0); }
/* gentle continuous float */
@media (prefers-reduced-motion: no-preference) {
  .climb-graphic .cstage.c1 { animation: floaty 6s 1.4s ease-in-out infinite; }
  .climb-graphic .cstage.c2 { animation: floaty 6.3s 1.7s ease-in-out infinite; }
  .climb-graphic .cstage.c3 { animation: floaty 6.6s 2s ease-in-out infinite; }
}
@keyframes floaty { 0%,100%{ transform: translateY(0);} 50%{ transform: translateY(-7px);} }

@media (prefers-reduced-motion: reduce) {
  .climb-graphic svg.connector path { animation: none; stroke-dashoffset: 0; }
}

/* hero copy */
.fw-hero-inner { position: relative; z-index: 3; width: 100%; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(28px, 4vw, 60px); align-items: center; }
.fw-hero .eyebrow { color: var(--orange-soft); }
.fw-hero h1 { color: #fff; max-width: 560px; margin: 16px 0 0; }
.fw-hero .lead { color: var(--on-dark-mut); max-width: 520px; margin: 20px 0 0; }
.fw-hero-cta { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; }
.fw-pills { margin-top: 34px; display: flex; gap: 10px; flex-wrap: wrap; }
.fw-pill {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--mono); font-size: 12px; letter-spacing: .04em;
  padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  color: var(--on-dark);
}
.fw-pill .pdot { width: 8px; height: 8px; border-radius: 50%; }

/* reduced motion: stop the wheel */
@media (prefers-reduced-motion: reduce) {
  .radial-spin { animation: none; }
}

/* ---------- designed ascending ladder (the 3 stages, in front) ---------- */
.ladderx { display: grid; gap: 14px; margin-top: 8px; }
.rung {
  display: grid; grid-template-columns: 96px 1fr auto; align-items: center; gap: 22px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-md); padding: 22px 26px; position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}
.rung:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.rung.r1 { margin-left: 0; }
.rung.r2 { margin-left: clamp(0px, 6vw, 90px); }
.rung.r3 { margin-left: clamp(0px, 12vw, 180px); }
.rung .rnum {
  width: 96px; height: 96px; border-radius: 18px; display: grid; place-content: center;
  color: #fff; font-family: var(--sans); font-weight: 800; font-size: 44px; position: relative;
}
.rung.r1 .rnum { background: linear-gradient(140deg, var(--orange), #f2902f); }
.rung.r2 .rnum { background: linear-gradient(140deg, var(--teal), #1a98a2); }
.rung.r3 .rnum { background: linear-gradient(140deg, var(--navy), #2d57a4); }
.rung .rnum .rverb { position: absolute; bottom: 8px; left: 0; right: 0; text-align: center; font-family: var(--mono); font-size: 9px; letter-spacing: .14em; opacity: .9; font-weight: 500; }
.rung .rbody .rk { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.rung .rbody .rn { font-weight: 700; font-size: clamp(20px, 2.4vw, 26px); letter-spacing: -.02em; margin: 4px 0 6px; }
.rung .rbody .rd { color: var(--ink-2); font-size: 15px; max-width: 560px; }
.rung .rout { text-align: right; max-width: 220px; }
.rung .rout .rol { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.rung .rout .rov { font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--ink); margin-top: 4px; line-height: 1.3; }
.rung .rconn {
  position: absolute; left: 44px; bottom: -14px; width: 2px; height: 14px;
  background: var(--line-2);
}
.rung.r3 .rconn { display: none; }

/* climb connector arrow between rungs */
.ladder-wrap { position: relative; }

@media (max-width: 940px) {
  .fw-hero { min-height: 0; padding-block: clamp(48px, 8vw, 90px); }
  .fw-hero-inner { grid-template-columns: 1fr; }
  .fw-hero h1, .fw-hero .lead { max-width: none; }
  .fw-ascent { order: -1; max-width: 520px; margin: 0 auto; }
  .fw-climb { order: -1; max-width: 480px; margin: 0 auto; justify-self: center; }
  .climb-graphic { order: -1; height: 360px; max-width: 460px; margin: 0 auto; width: 100%; }
}
@media (max-width: 760px) {
  .rung { grid-template-columns: 64px 1fr; padding: 18px; }
  .rung .rnum { width: 64px; height: 64px; font-size: 30px; border-radius: 14px; }
  .rung .rout { grid-column: 1 / -1; text-align: left; max-width: none; border-top: 1px dashed var(--line-2); padding-top: 12px; }
  .rung.r2, .rung.r3 { margin-left: 0; }
}

/* ============================================================
   Interactive Climb — click a rung to climb; detail crossfades;
   "find your stage" check recommends a rung.
   ============================================================ */
.climb-ix { display: grid; grid-template-columns: minmax(290px, 340px) 1fr; gap: clamp(24px, 4vw, 52px); align-items: stretch; }

/* left: vertical ladder selector */
.climb-ladder { position: relative; display: flex; flex-direction: column-reverse; justify-content: space-between; gap: 14px; padding-left: 52px; min-height: 430px; }
.cl-rail { position: absolute; left: 24px; top: 30px; bottom: 30px; width: 4px; border-radius: 4px; background: var(--line-2); overflow: hidden; }
.cl-fill { position: absolute; left: 0; bottom: 0; width: 100%; height: 0; border-radius: 4px;
  background: linear-gradient(to top, var(--orange), var(--teal) 55%, #4f7bd0); transition: height .6s cubic-bezier(.34,1.2,.4,1); }
.cl-fill::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 80px;
  background: linear-gradient(to top, transparent, rgba(255,255,255,.55)); animation: fillSheen 2.6s ease-in-out infinite; }
@keyframes fillSheen { 0%,100% { opacity: .35; transform: translateY(8px); } 50% { opacity: .85; transform: translateY(-6px); } }
.cl-marker { position: absolute; left: 15px; width: 22px; height: 22px; border-radius: 50%; background: #fff;
  border: 3px solid var(--teal); box-shadow: 0 0 0 5px color-mix(in srgb, var(--teal) 22%, transparent), 0 6px 16px rgba(20,40,63,.25);
  top: 0; transform: translateY(-50%); transition: top .6s cubic-bezier(.34,1.2,.4,1), border-color .4s ease, box-shadow .4s ease; z-index: 3; }
.cl-marker::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 2px solid currentColor; opacity: 0; animation: markerPing 2.2s ease-out infinite; }
@keyframes markerPing { 0% { transform: scale(.6); opacity: .5; } 80%,100% { transform: scale(1.5); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .cl-fill, .cl-marker { transition: none; } .cl-fill::after, .cl-marker::after { animation: none; } }

.cl-rung { position: relative; display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  background: var(--card); border: 1.5px solid var(--line); border-radius: 14px; padding: 15px 17px; cursor: pointer;
  font-family: var(--sans); box-shadow: var(--shadow-sm); transition: transform .2s cubic-bezier(.34,1.2,.4,1), box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.cl-rung:hover { transform: translateX(4px); border-color: var(--line-2); }
.cl-rung .cl-node { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-content: center;
  color: #fff; font-family: var(--sans); font-weight: 800; font-size: 20px; opacity: .5; transition: opacity .3s ease, transform .3s cubic-bezier(.34,1.4,.4,1); }
.cl-rung[data-stage="1"] .cl-node { background: linear-gradient(140deg, var(--orange), #f2902f); }
.cl-rung[data-stage="2"] .cl-node { background: linear-gradient(140deg, var(--teal), #1a98a2); }
.cl-rung[data-stage="3"] .cl-node { background: linear-gradient(140deg, #2d57a4, #4f7bd0); }
.cl-rung .cl-rt { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.cl-rung .cl-rt .cl-v { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cl-rung .cl-rt .cl-n { font-weight: 700; font-size: 16px; letter-spacing: -.01em; color: var(--ink); line-height: 1.15; }
.cl-rung[aria-selected="true"] { border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); box-shadow: var(--shadow-md); background: color-mix(in srgb, var(--card) 84%, var(--accent) 7%); transform: translateX(4px); }
.cl-rung[aria-selected="true"] .cl-node { opacity: 1; transform: scale(1.08); }

/* right: detail panel */
.climb-detail { background: var(--card); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-md);
  padding: clamp(24px, 3vw, 36px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.climb-detail::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: var(--stage-c, var(--teal)); transition: background .4s ease; }
.climb-detail .cd-inner > * { animation: cdSlide .5s cubic-bezier(.2,.7,.2,1) both; }
.climb-detail .cd-inner > *:nth-child(1) { animation-delay: .03s; }
.climb-detail .cd-inner > *:nth-child(2) { animation-delay: .09s; }
.climb-detail .cd-inner > *:nth-child(3) { animation-delay: .15s; }
.climb-detail .cd-inner > *:nth-child(4) { animation-delay: .21s; }
.climb-detail .cd-inner > *:nth-child(5) { animation-delay: .27s; }
@keyframes cdSlide { from { transform: translateY(16px); } to { transform: none; } }
@media (prefers-reduced-motion: reduce) { .climb-detail .cd-inner > * { animation: none; } }
.cd-top { display: flex; align-items: center; gap: 14px; }
.cd-badge { flex: none; width: 52px; height: 52px; border-radius: 13px; display: grid; place-content: center; color: #fff; font-weight: 800; font-size: 24px; }
.cd-1 .cd-badge { background: linear-gradient(140deg, var(--orange), #f2902f); }
.cd-2 .cd-badge { background: linear-gradient(140deg, var(--teal), #1a98a2); }
.cd-3 .cd-badge { background: linear-gradient(140deg, #2d57a4, #4f7bd0); }
.cd-k { font-family: var(--mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cd-title { font-weight: 700; font-size: clamp(22px, 2.6vw, 28px); letter-spacing: -.02em; margin-top: 2px; }
.cd-who { color: var(--ink-2); font-size: 15.5px; margin-top: 14px; }
.cd-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 18px; }
.cd-lbl { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-2); margin-bottom: 8px; }
.cd-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.cd-list li { display: flex; gap: 9px; font-size: 14.5px; align-items: flex-start; }
.cd-list li .pdot { flex: none; width: 7px; height: 7px; border-radius: 50%; margin-top: 7px; }
.cd-1 .cd-list li .pdot { background: var(--orange); }
.cd-2 .cd-list li .pdot { background: var(--teal); }
.cd-3 .cd-list li .pdot { background: #4f7bd0; }
.cd-signs li { color: var(--ink-2); }
.cd-signs li::before { content: "✓"; color: var(--teal-deep); font-weight: 700; margin-right: 4px; }
.cd-out { margin-top: 20px; padding: 14px 16px; border-radius: 12px; display: flex; gap: 10px; align-items: flex-start;
  background: color-mix(in srgb, var(--accent) 9%, transparent); border: 1px solid color-mix(in srgb, var(--accent) 22%, transparent); }
.cd-out .cd-ol { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.cd-out .cd-ov { font-family: var(--serif); font-style: italic; font-size: 15.5px; color: var(--ink); line-height: 1.35; }
.cd-cta { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* find your stage check */
.finder { margin-top: 30px; border-top: 1px dashed var(--line-2); padding-top: 26px; }
.finder-head { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.finder-head .fh-t { font-weight: 700; font-size: 19px; letter-spacing: -.01em; }
.finder-head .fh-s { color: var(--muted); font-size: 14.5px; }
.finder-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.fchip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; cursor: pointer;
  background: var(--card); border: 1.5px solid var(--line); font-family: var(--sans); font-size: 14px; color: var(--ink-2);
  transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease; }
.fchip:hover { transform: translateY(-1px); border-color: var(--line-2); }
.fchip .fc-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line-2); transition: background .16s ease; }
.fchip[aria-pressed="true"] { color: var(--ink); border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); background: color-mix(in srgb, var(--card) 80%, var(--accent) 8%); }
.fchip[data-stage="1"][aria-pressed="true"] .fc-dot { background: var(--orange); }
.fchip[data-stage="2"][aria-pressed="true"] .fc-dot { background: var(--teal); }
.fchip[data-stage="3"][aria-pressed="true"] .fc-dot { background: #4f7bd0; }
.finder-result { margin-top: 18px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; min-height: 44px;
  opacity: 0; transform: translateY(6px); transition: opacity .35s ease, transform .35s ease; }
.finder-result.show { opacity: 1; transform: none; }
.finder-result .fr-txt { font-size: 15.5px; }
.finder-result .fr-txt b { font-weight: 700; }

@media (max-width: 860px) {
  .climb-ix { grid-template-columns: 1fr; }
  .cd-cols { grid-template-columns: 1fr; }
}

/* ============ specialized solutions — editorial rows ============ */
.spx { margin-top: 6px; }
.spx-row { position: relative; display: grid; grid-template-columns: clamp(60px, 7vw, 100px) 1fr auto; gap: clamp(16px, 3vw, 44px); align-items: center;
  padding: clamp(20px, 2.6vw, 32px) 0; border-top: 1.5px solid var(--ink); color: inherit;
  transition: padding .35s cubic-bezier(.4,.1,.2,1); }
.spx-row:last-of-type { border-bottom: 1.5px solid var(--ink); }
.spx-row::before { content: ""; position: absolute; inset: 0; z-index: -1; background: color-mix(in srgb, var(--accent) 7%, transparent);
  opacity: 0; transition: opacity .3s ease; }
.spx-row:hover { padding-left: clamp(8px, 1.2vw, 18px); padding-right: clamp(8px, 1.2vw, 18px); }
.spx-row:hover::before { opacity: 1; }
.spx-n { font-family: var(--sans); font-weight: 800; font-size: clamp(32px, 4vw, 56px); line-height: .85; letter-spacing: -.04em;
  color: transparent; -webkit-text-stroke: 1.4px var(--ink); transition: color .3s ease, -webkit-text-stroke-color .3s ease; }
.spx-row:hover .spx-n { color: var(--accent); -webkit-text-stroke-color: var(--accent); }
.spx-t { display: block; font-weight: 700; font-size: clamp(18px, 2vw, 26px); letter-spacing: -.02em; line-height: 1.1; }
.spx-d { display: block; font-size: 15px; color: var(--ink-2); margin-top: 7px; max-width: 66ch; }
.spx-arrow { width: clamp(42px, 3.6vw, 54px); height: clamp(42px, 3.6vw, 54px); border: 1.5px solid var(--ink); border-radius: 50%;
  display: grid; place-items: center; font-size: 21px; color: var(--ink);
  transition: transform .3s cubic-bezier(.4,.1,.2,1), background .3s ease, color .3s ease, border-color .3s ease; }
.spx-row:hover .spx-arrow { background: var(--accent); border-color: var(--accent); color: #fff; transform: translate(4px, -4px); }
@media (max-width: 600px) { .spx-row { grid-template-columns: 1fr auto; } .spx-n { display: none; } }

/* ============ FAQ — editorial rows ============ */
.faq-list { align-content: start; }
.faq-row { border-top: 1.5px solid var(--ink); }
.faq-row:last-of-type { border-bottom: 1.5px solid var(--ink); }
.faq-row summary { list-style: none; display: grid; grid-template-columns: auto 1fr auto; gap: clamp(14px, 2vw, 24px); align-items: center;
  padding: clamp(16px, 2vw, 22px) 0; cursor: pointer; transition: padding-left .3s cubic-bezier(.4,.1,.2,1); }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row summary:hover { padding-left: 8px; }
.fq-n { font-family: var(--mono); font-size: 11px; letter-spacing: .1em; color: var(--muted); transition: color .3s ease; }
.faq-row[open] .fq-n, .faq-row summary:hover .fq-n { color: var(--accent); }
.fq-q { font-weight: 700; font-size: clamp(16.5px, 1.7vw, 21px); letter-spacing: -.015em; line-height: 1.25; }
.fq-x { width: 34px; height: 34px; border: 1.5px solid var(--ink); border-radius: 50%; display: grid; place-items: center;
  font-size: 18px; font-weight: 500; line-height: 1; color: var(--ink);
  transition: transform .35s cubic-bezier(.4,.1,.2,1), background .3s ease, color .3s ease, border-color .3s ease; }
.faq-row summary:hover .fq-x { border-color: var(--accent); color: var(--accent); }
.faq-row[open] .fq-x { transform: rotate(45deg); background: var(--accent); border-color: var(--accent); color: #fff; }
.fq-a { margin: 0 0 20px; padding-left: calc(11px + clamp(14px, 2vw, 24px)); max-width: 62ch; font-size: 15.5px; line-height: 1.6; color: var(--ink-2);
  border-left: 2px solid color-mix(in srgb, var(--accent) 40%, transparent); animation: faqIn .35s cubic-bezier(.4,.1,.2,1); }
@media (prefers-reduced-motion: reduce) { .fq-a { animation: none; } }

/* ============ delivery — dark editorial band ============ */
.dlv { background: var(--ink); color: var(--paper); }
.dlv .lead { color: var(--on-dark-mut); }
.dlv-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(30px, 5vw, 90px); align-items: center; }
.dlv-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; font-weight: 600; font-size: 17px; color: #fff;
  border-bottom: 2px solid var(--orange-soft); padding-bottom: 3px; transition: gap .18s ease, color .18s ease; }
.dlv-link:hover { gap: 14px; color: var(--orange-soft); }
.dlv-link .a { transition: transform .18s ease; }
.dlv-link:hover .a { transform: translateX(4px); }
.dlv-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-soft); }
.dlv-specs { border-top: 1px solid rgba(255,255,255,.25); margin-top: 12px; }
.ds { display: grid; grid-template-columns: minmax(90px, 130px) 1fr; gap: 18px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.ds .dsl { font-family: var(--mono); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--on-dark-mut); }
.ds .dsv { font-weight: 700; font-size: clamp(15px, 1.4vw, 18px); letter-spacing: -.01em; color: #fff; }
.dlv-models { border-top: 1px solid rgba(255,255,255,.25); margin-top: 12px; }
.dm { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.16);
  font-weight: 700; font-size: clamp(15.5px, 1.5vw, 19px); letter-spacing: -.01em; color: #fff; transition: padding-left .3s cubic-bezier(.4,.1,.2,1); }
.dm:hover { padding-left: 10px; }
.dm .n { font-family: var(--mono); font-size: 11px; font-weight: 500; color: var(--orange-soft); }
@media (max-width: 860px) { .dlv-grid { grid-template-columns: 1fr; } }


.stair { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 3.4vw, 48px); align-items: end; margin-top: clamp(10px, 2vw, 24px); }
.stair .step { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: clamp(12px, 1.4vw, 20px); align-content: start; align-items: baseline; text-align: left;
  background: none; border: none; border-top: 1.5px solid var(--ink); padding: 16px 0 18px; cursor: pointer; font-family: var(--sans);
  transition: transform .45s cubic-bezier(.4,.1,.2,1); }
.stair .step.s1 { min-height: clamp(86px, 9vw, 104px); }
.stair .step.s2 { min-height: clamp(108px, 11.5vw, 130px); }
.stair .step.s3 { min-height: clamp(130px, 14vw, 156px); }
.stair .step::before { content: ""; position: absolute; top: -1.5px; left: 0; right: 0; height: 4px; background: var(--sc, var(--accent));
  transform: scaleX(0); transform-origin: left; transition: transform .55s cubic-bezier(.4,.1,.2,1); }
.stair .step::after { content: ""; position: absolute; inset: 0; top: -1.5px; z-index: -1;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--sc, var(--accent)) 9%, transparent), transparent 75%);
  opacity: 0; transition: opacity .45s ease; }
.stair .step.s1 { --sc: var(--orange); } .stair .step.s2 { --sc: var(--teal); } .stair .step.s3 { --sc: #4f7bd0; }
.stair .step.on { transform: translateY(-8px); }
.stair .step.on::before { transform: scaleX(1); }
.stair .step.on::after { opacity: 1; }
.step-num { grid-row: 1 / 3; align-self: start; font-family: var(--sans); font-weight: 800; font-size: clamp(32px, 3.6vw, 52px); line-height: .85; letter-spacing: -.04em;
  color: transparent; -webkit-text-stroke: 1.4px var(--ink); opacity: .45; transition: opacity .4s ease, color .4s ease, -webkit-text-stroke-color .4s ease; }
.stair .step:hover .step-num { opacity: 1; }
.stair .step.on .step-num { opacity: 1; color: var(--sc); -webkit-text-stroke-color: var(--sc); }
.step-verb { font-family: var(--mono); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--muted); transition: color .4s ease; }
.stair .step.on .step-verb { color: var(--sc); }
.step-name { font-weight: 700; font-size: clamp(14.5px, 1.35vw, 17.5px); letter-spacing: -.01em; line-height: 1.22; color: var(--ink); margin-top: 4px; opacity: .55; transition: opacity .4s ease; }
.stair .step:hover .step-name, .stair .step.on .step-name { opacity: 1; }

/* detail — open editorial, no card */
.stage-detail { position: relative; border-top: 1.5px solid var(--ink); margin-top: clamp(16px, 2vw, 26px); padding-top: clamp(20px, 2.6vw, 32px); min-height: 240px; }
.sd-wm { position: absolute; right: 0; top: 4px; font-family: var(--sans); font-weight: 800; font-size: clamp(90px, 11vw, 160px); line-height: .8; letter-spacing: -.06em;
  color: transparent; -webkit-text-stroke: 1.5px color-mix(in srgb, var(--stage-c, var(--teal)) 26%, transparent); pointer-events: none; user-select: none; }
.sd-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(26px, 4vw, 72px); align-items: start; }
.sd-grid > * > * { animation: sdIn .55s cubic-bezier(.2,.7,.2,1) both; }
.sd-grid > * > *:nth-child(2) { animation-delay: .07s; }
.sd-grid > * > *:nth-child(3) { animation-delay: .14s; }
.sd-grid > * > *:nth-child(4) { animation-delay: .21s; }
@keyframes sdIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .sd-grid > * > * { animation: none; } }
.sd-k { display: inline-flex; align-items: center; gap: 12px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--stage-c, var(--accent)); }
.sd-flag { font-size: 10px; letter-spacing: .12em; padding: 4px 10px; border-radius: 999px; background: var(--stage-c, var(--accent)); color: #fff; }
.sd-title { font-weight: 800; font-size: clamp(24px, 2.8vw, 38px); letter-spacing: -.025em; line-height: 1.05; margin: 14px 0 0; }
.sd-who { font-size: clamp(15.5px, 1.4vw, 17.5px); color: var(--ink-2); line-height: 1.6; margin: 16px 0 0; max-width: 52ch; }
.sd-who b { color: var(--ink); }
.sd-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.sd-lbl { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.sd-list { list-style: none; margin: 12px 0 0; padding: 0; }
.sd-list li { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--line-2);
  font-weight: 600; font-size: clamp(14.5px, 1.3vw, 16.5px); letter-spacing: -.005em; color: var(--ink); }
.sd-list li .n { font-family: var(--mono); font-size: 11px; color: var(--stage-c, var(--accent)); }
.sd-out { display: grid; gap: 4px; margin-top: 18px; }
.sd-out .ol { font-family: var(--mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--stage-c, var(--accent)); }
.sd-out .ov { font-weight: 600; font-size: 15.5px; color: var(--ink-2); line-height: 1.5; }

/* find your stage — editorial checklist */
.finder2 { margin-top: clamp(48px, 6vw, 80px); }
.finder2-head { display: flex; align-items: baseline; gap: clamp(16px, 3vw, 40px); flex-wrap: wrap; margin-bottom: 8px; }
.finder2-t { font-weight: 800; font-size: clamp(20px, 2.2vw, 28px); letter-spacing: -.02em; margin: 0; }
.finder2-list { display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: clamp(20px, 3vw, 44px); border-top: 1.5px solid var(--ink); margin-top: 14px; }
.frow { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; text-align: left;
  background: none; border: none; border-bottom: 1px solid var(--line-2); padding: 15px 2px; cursor: pointer; font-family: var(--sans);
  transition: padding-left .3s cubic-bezier(.4,.1,.2,1); }
.frow:hover { padding-left: 8px; }
.frow::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--fc);
  transform: scaleX(0); transform-origin: left; transition: transform .45s cubic-bezier(.4,.1,.2,1); }
.frow[aria-pressed="true"]::after { transform: scaleX(1); }
.frow .fi { font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em; color: var(--muted); transition: color .3s ease; }
.frow[aria-pressed="true"] .fi { color: var(--fc); }
.frow .fs2 { font-weight: 600; font-size: clamp(14px, 1.25vw, 15.5px); letter-spacing: -.005em; color: var(--ink-2); transition: color .3s ease; }
.frow:hover .fs2, .frow[aria-pressed="true"] .fs2 { color: var(--ink); }
.frow .fchk { width: 19px; height: 19px; border: 1.5px solid var(--line-2); border-radius: 5px; display: grid; place-items: center; color: #fff;
  transition: background .3s cubic-bezier(.34,1.4,.4,1), border-color .3s ease, transform .3s cubic-bezier(.34,1.4,.4,1); }
.frow .fchk svg { width: 11px; height: 11px; opacity: 0; transform: scale(.5); transition: opacity .25s ease, transform .3s cubic-bezier(.34,1.4,.4,1); }
.frow:hover .fchk { border-color: var(--fc); }
.frow[aria-pressed="true"] .fchk { background: var(--fc); border-color: var(--fc); transform: scale(1.08); }
.frow[aria-pressed="true"] .fchk svg { opacity: 1; transform: scale(1); }
.finder2-result { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  max-height: 0; overflow: hidden; opacity: 0; transform: translateY(8px);
  transition: max-height .5s cubic-bezier(.4,.1,.2,1), opacity .4s ease, transform .5s cubic-bezier(.4,.1,.2,1), padding .5s ease; }
.finder2-result.show { max-height: 140px; opacity: 1; transform: none; padding-top: 22px; }
.fr-line { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.fr-k { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.fr-stage { font-weight: 800; font-size: clamp(19px, 2vw, 26px); letter-spacing: -.02em; }

@media (max-width: 860px) {
  .stair { align-items: stretch; }
  .stair .step, .stair .step.s1, .stair .step.s2, .stair .step.s3 { min-height: 0; }
  .sd-grid { grid-template-columns: 1fr; }
  .sd-wm { font-size: 110px; top: -10px; }
  .finder2-list { grid-template-columns: 1fr; }
}
