/* Mohan Ops home page. Loads after work.css and reuses its tokens. */

/* ---------- hero ---------- */
.hm-hero { position: relative; isolation: isolate; overflow: hidden; background: var(--bg); color: var(--ink-d); padding: clamp(72px, 11vw, 150px) var(--gutter) 0; }
.hm-aurora { position: absolute; inset: -20%; z-index: -2; filter: blur(70px) saturate(120%); pointer-events: none; }
.hm-aurora i { position: absolute; width: 48vmax; height: 48vmax; border-radius: 50%; opacity: 0; mix-blend-mode: screen; animation: hm-bloom 2.2s ease forwards, hm-float 26s ease-in-out infinite; }
.hm-aurora .b1 { background: radial-gradient(circle, rgba(47, 127, 196, .9) 0%, transparent 62%); top: -6%; left: 4%; }
.hm-aurora .b2 { background: radial-gradient(circle, rgba(79, 163, 227, .7) 0%, transparent 62%); top: 4%; left: 52%; animation-delay: .2s, -9s; }
.hm-aurora .b3 { background: radial-gradient(circle, rgba(30, 64, 255, .6) 0%, transparent 62%); top: 34%; left: 22%; animation-delay: .35s, -17s; }
@keyframes hm-bloom { to { opacity: .42; } }
@keyframes hm-float { 0%, 100% { transform: translate(0, 0) scale(1); } 33% { transform: translate(5vmax, -4vmax) scale(1.08); } 66% { transform: translate(-4vmax, 4vmax) scale(.95); } }
.hm-grain { position: absolute; inset: 0; z-index: -1; pointer-events: none; opacity: .35; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.hm-hero-in { position: relative; max-width: 1000px; margin: 0 auto; text-align: center; }
.hm-kicker { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-d3); border: 1px solid var(--line-d2); border-radius: 999px; padding: 8px 16px 8px 12px; }
.hm-live { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 0 0 rgba(79, 163, 227, .6); animation: hm-live 2.4s ease-out infinite; }
@keyframes hm-live { 70% { box-shadow: 0 0 0 9px rgba(79, 163, 227, 0); } 100% { box-shadow: 0 0 0 0 rgba(79, 163, 227, 0); } }
.hm-name { position: relative; margin-top: clamp(26px, 4vw, 44px); font-family: var(--display); font-weight: 600; font-size: clamp(64px, 13.5vw, 176px); line-height: .94; letter-spacing: -.05em; }
.hm-name .hm-w { display: inline-block; white-space: nowrap; }
.hm-name .hm-w + .hm-w { margin-left: .22em; }
.hm-name .hm-l { display: inline-block; opacity: 0; filter: blur(14px); transform: translateY(.16em) scale(1.06); animation: hm-focus 1.1s var(--ease) var(--d) forwards; }
@keyframes hm-focus { to { opacity: 1; filter: blur(0); transform: none; } }
.hm-name.is-sheen { background: linear-gradient(105deg, var(--ink-d) 30%, #FFFFFF 45%, var(--accent-2) 55%, var(--ink-d) 70%); background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; animation: hm-sheen 7s ease-in-out infinite; }
@keyframes hm-sheen-in { to { opacity: 1; } }
@keyframes hm-sheen { 0% { background-position: 160% 0; } 100% { background-position: -60% 0; } }
.hm-lede { margin: clamp(24px, 3vw, 36px) auto 0; max-width: 40ch; font-size: clamp(16px, 1.8vw, 20px); line-height: 1.5; color: var(--ink-d3); text-wrap: balance; }
.hm-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: clamp(26px, 3vw, 36px); }
.cs .hm-btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border-radius: 999px; border: 1px solid var(--line-d2); color: var(--ink-d); font-size: 14px; font-weight: 500; transition: border-color .3s ease, background .3s ease, color .3s ease, transform .5s var(--ease); }
.cs .hm-btn:hover { border-color: var(--ink-d); transform: translateY(-2px); }
.cs .hm-btn-primary { background: var(--ink-d); color: var(--bg); border-color: var(--ink-d); }
.cs .hm-btn-primary:hover { background: var(--accent-2); border-color: var(--accent-2); }
.hm-btn span { transition: transform .4s var(--ease); }
.hm-btn:hover span { transform: translateX(4px); }
.cs .hm-btn-dark { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.cs .hm-btn-dark:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.hm-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 760px; margin: clamp(44px, 6vw, 72px) auto 0; padding-top: 24px; border-top: 1px solid var(--line-d2); text-align: left; }
.hm-proof dt { font-family: var(--display); font-weight: 500; font-size: clamp(30px, 3.6vw, 46px); line-height: 1; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.hm-proof dd { margin-top: 8px; font-size: 12.5px; line-height: 1.45; color: var(--ink-d5); max-width: 22ch; }

/* cover strip */
.hm-strip { position: relative; margin-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(48px, 6vw, 80px); overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }
.hm-strip-track { display: flex; gap: 18px; width: max-content; animation: hm-strip 70s linear infinite; }
.hm-strip:hover .hm-strip-track { animation-play-state: paused; }
@keyframes hm-strip { to { transform: translateX(-50%); } }
.hm-strip-item { flex: none; width: clamp(240px, 26vw, 380px); aspect-ratio: 72 / 37; border-radius: 10px; overflow: hidden; border: 1px solid var(--line-d2); background: var(--bg-2); transition: transform .5s var(--ease), border-color .3s ease; }
.hm-strip-item:hover { transform: translateY(-4px); border-color: var(--accent-2); }
.hm-strip-item img { width: 100%; height: 100%; object-fit: cover; }
.hm-cue { position: absolute; bottom: 14px; left: 50%; width: 1px; height: 40px; background: linear-gradient(to bottom, rgba(79, 163, 227, 0), rgba(79, 163, 227, .6)); opacity: 0; animation: hm-sheen-in .8s ease 2.2s forwards; }
.hm-cue::after { content: ''; position: absolute; left: -2px; top: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--accent-2); box-shadow: 0 0 10px var(--accent-2); animation: hm-cue 2.6s ease-in-out 2.4s infinite; }
@keyframes hm-cue { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(36px); opacity: 0; } }

/* ---------- body sections ---------- */
.hm-sec + .hm-sec { border-top: 1px solid var(--line); }
.hm-head { margin-bottom: clamp(32px, 4vw, 52px); }
.hm-head-row { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 64px); align-items: end; }
.hm-head-center { text-align: center; }
.hm-head-center .cs-h2, .hm-head-center .cs-p { margin-inline: auto; }
.cs .cs-body .cs-eyebrow { color: var(--accent); }

/* data-flow figure */
.hm-flow { background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; padding: clamp(22px, 3vw, 40px); }
.hm-flow svg { width: 100%; height: auto; overflow: visible; display: block; font-family: var(--text); }
.hm-flow figcaption { margin-top: 18px; font-size: 13px; color: var(--ink-3); text-align: center; }
.hm-src rect { fill: var(--paper); stroke: var(--line-2); }
.hm-src text { fill: var(--ink); font-size: 11px; font-weight: 500; }
.hm-wire path { fill: none; stroke: var(--line-2); stroke-width: 1.4; }
.hm-pulse path { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 16 190; animation: hm-pulse 3.4s linear infinite; }
@keyframes hm-pulse { to { stroke-dashoffset: -206; } }
.hm-hub { fill: var(--bg); }
.hm-ring { fill: none; stroke: var(--accent); stroke-width: 1.2; transform-box: fill-box; transform-origin: center; animation: hm-ring 3.4s ease-out infinite; }
@keyframes hm-ring { 0% { transform: scale(.7); opacity: .9; } 70%, 100% { transform: scale(2); opacity: 0; } }
.hm-bars rect { fill: url(#hm-bar); transform-box: fill-box; transform-origin: center bottom; animation: hm-bar 3.4s ease-in-out infinite; }
@keyframes hm-bar { 0%, 12% { transform: scaleY(.06); opacity: .35; } 46%, 82% { transform: scaleY(1); opacity: 1; } 100% { transform: scaleY(.06); opacity: .35; } }
.hm-trend { fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 150; stroke-dashoffset: 150; animation: hm-trend 3.4s ease-in-out infinite; }
@keyframes hm-trend { 0%, 16% { stroke-dashoffset: 150; } 54%, 84% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 150; } }
.hm-axis { stroke: var(--line-2); }
.hm-cap { fill: var(--ink-4); font-size: 10px; letter-spacing: .08em; }

/* capability cards */
.hm-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.hm-card { position: relative; display: flex; flex-direction: column; background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; padding: clamp(24px, 2.8vw, 34px); overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .4s ease; }
.hm-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(420px circle at var(--mx, 50%) var(--my, -10%), rgba(79, 163, 227, .16), transparent 65%); opacity: 0; transition: opacity .45s ease; pointer-events: none; }
.hm-card:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -30px rgba(20, 21, 23, .35); border-color: var(--line-2); }
.hm-card:hover::before { opacity: 1; }
.hm-card-top { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.hm-card-num { font-size: 11px; letter-spacing: .16em; color: var(--accent); font-variant-numeric: tabular-nums; }
.hm-card-line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--accent), transparent); transform: scaleX(0); transform-origin: left; transition: transform 1.2s var(--ease) .3s; }
.is-in .hm-card-line { transform: scaleX(1); }
.hm-card h3 { font-family: var(--display); font-weight: 500; font-size: 24px; letter-spacing: -.025em; margin-bottom: 12px; }
.hm-card p { font-size: 14.5px; line-height: 1.62; color: var(--ink-3); }
.hm-card .cs-tags { margin-top: auto; padding-top: 22px; }
.cs .hm-card-link { display: inline-flex; gap: 8px; margin-top: 18px; font-size: 13px; font-weight: 500; }
.hm-card-link span { transition: transform .4s var(--ease); }
.hm-card-link:hover span { transform: translateX(4px); }


/* pillars under "what we do" */
.hm-pillars { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.hm-pillars strong { display: block; font-family: var(--display); font-weight: 500; font-size: 18px; letter-spacing: -.02em; margin-bottom: 4px; }
.hm-pillars span { font-size: 13px; line-height: 1.45; color: var(--ink-3); }

/* card figures */
.hm-card-fig { margin: 0 0 22px; padding: 16px 14px 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.hm-card-fig svg { width: 100%; height: auto; display: block; overflow: visible; }
.hm-card-fig figcaption { margin-top: 10px; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-4); }
.hm-fig-bars rect { fill: var(--line-2); transform-box: fill-box; transform-origin: center bottom; transform: scaleY(.15); transition: transform 1.1s var(--ease), fill .6s ease; }
.hm-fig-bars rect:nth-child(n+6) { fill: var(--accent); }
.is-in .hm-fig-bars rect { transform: scaleY(1); }
.hm-fig-bars rect:nth-child(2) { transition-delay: .06s; } .hm-fig-bars rect:nth-child(3) { transition-delay: .12s; } .hm-fig-bars rect:nth-child(4) { transition-delay: .18s; } .hm-fig-bars rect:nth-child(5) { transition-delay: .24s; } .hm-fig-bars rect:nth-child(6) { transition-delay: .3s; } .hm-fig-bars rect:nth-child(7) { transition-delay: .36s; } .hm-fig-bars rect:nth-child(8) { transition-delay: .42s; }
.hm-fig-line { fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 320; stroke-dashoffset: 320; transition: stroke-dashoffset 1.6s var(--ease) .4s; }
.is-in .hm-fig-line { stroke-dashoffset: 0; }
.hm-fig-seats rect { fill: var(--paper-2); stroke: var(--line-2); }
.hm-fig-seats .hm-fig-seat-open { fill: none; stroke: var(--accent); stroke-dasharray: 4 4; }
.hm-fig-heads * { fill: var(--ink-2); opacity: 0; transform: translateY(6px); transition: opacity .6s ease, transform .8s var(--ease); }
.is-in .hm-fig-heads * { opacity: 1; transform: none; }
.hm-fig-heads :nth-child(3), .hm-fig-heads :nth-child(4) { transition-delay: .15s; } .hm-fig-heads :nth-child(5), .hm-fig-heads :nth-child(6) { transition-delay: .3s; } .hm-fig-heads :nth-child(7), .hm-fig-heads :nth-child(8) { transition-delay: .45s; }
.hm-fig-plus { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; }
.hm-fig-check { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 20; stroke-dashoffset: 20; transition: stroke-dashoffset .8s var(--ease) .6s; }
.is-in .hm-fig-check { stroke-dashoffset: 0; }
.hm-fig-tiles rect { fill: var(--paper-2); stroke: var(--line-2); }
.hm-fig-tile-txt rect { fill: var(--line-2); }
.hm-fig-tile-txt rect:nth-child(even) { fill: var(--ink-2); }
.hm-fig-spark { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 220; stroke-dashoffset: 220; transition: stroke-dashoffset 1.6s var(--ease) .3s; }
.is-in .hm-fig-spark { stroke-dashoffset: 0; }
.hm-fig-ring { fill: none; stroke: var(--accent); stroke-width: 3; stroke-dasharray: 57; stroke-dashoffset: 57; transform: rotate(-90deg); transform-box: fill-box; transform-origin: center; transition: stroke-dashoffset 1.4s var(--ease) .5s; }
.is-in .hm-fig-ring { stroke-dashoffset: 14; }

/* how a team is built */
.hm-team { background: var(--paper-2); }
.hm-track { list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; position: relative; }
.hm-track::before { content: ''; position: absolute; left: 20px; right: 20px; top: 20px; height: 1px; background: var(--line-2); }
.hm-track-step { position: relative; padding-top: 58px; }
.hm-track-n { position: absolute; top: 0; left: 0; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-family: var(--display); font-weight: 500; font-size: 16px; }
.hm-track-step:nth-child(5) .hm-track-n { background: var(--accent); }
.hm-track-step h3 { font-family: var(--display); font-weight: 500; font-size: 20px; letter-spacing: -.02em; margin-bottom: 8px; }
.hm-track-step p { font-size: 14px; line-height: 1.6; color: var(--ink-3); }

/* featured case studies */
.hm-work { background: var(--paper-2); }
.hm-work .hm-work-card { background: var(--paper); }
.hm-work-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2vw, 24px); }
.hm-work-lead { grid-column: 1 / -1; }
.hm-work-lead .cs-card-shot { aspect-ratio: 72 / 30; }
.hm-work-lead .cs-card-body { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px 48px; align-items: end; }
.hm-work-lead .cs-card-k { grid-column: 1 / -1; }
.hm-work-lead .cs-card-h { font-size: clamp(22px, 2.6vw, 32px); max-width: 22ch; }
.hm-work-lead .cs-card-stats { margin-top: 0; padding-top: 0; }
.hm-work-lead .cs-card-stats > div { margin-top: 0; }
.hm-work-more { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px 32px; margin-top: clamp(28px, 3.5vw, 44px); padding-top: 24px; border-top: 1px solid var(--line); }
.hm-client-list { list-style: none; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 12.5px; color: var(--ink-4); }
.hm-client-list li::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); margin-right: 8px; vertical-align: 2px; }

/* integrations marquee */
.hm-marquee { display: flex; flex-direction: column; gap: 14px; overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.hm-marquee-track { display: flex; gap: 14px; width: max-content; animation: hm-strip 55s linear infinite; }
.hm-marquee-rev .hm-marquee-track { animation-direction: reverse; }
.hm-marquee:hover .hm-marquee-track { animation-play-state: paused; }
.hm-chip { display: inline-flex; align-items: center; gap: 12px; padding: 12px 20px 12px 14px; background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ink); white-space: nowrap; transition: border-color .3s ease, transform .4s var(--ease); }
.hm-chip:hover { border-color: var(--accent); transform: translateY(-2px); }
.hm-chip img { width: 20px; height: 20px; object-fit: contain; }
.hm-note { margin: clamp(24px, 3vw, 36px) auto 0; max-width: 62ch; text-align: center; font-size: 12.5px; color: var(--ink-4); }

/* process */
.hm-steps { list-style: none; position: relative; padding-left: 34px; }
.hm-steps::before { content: ''; position: absolute; left: 8px; top: 8px; bottom: 8px; width: 1px; background: linear-gradient(to bottom, var(--accent), var(--line-2)); transform: scaleY(0); transform-origin: top; transition: transform 1.6s var(--ease); }
.hm-steps.is-drawn::before, .hm-steps:has(.is-in)::before { transform: scaleY(1); }
.hm-step { position: relative; padding-bottom: 30px; }
.hm-step:last-child { padding-bottom: 0; }
.hm-step::before { content: ''; position: absolute; left: -30px; top: 6px; width: 9px; height: 9px; border-radius: 50%; background: var(--paper); border: 1.5px solid var(--accent); box-shadow: 0 0 0 4px rgba(47, 127, 196, .1); }
.hm-step-k { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.hm-step h4 { font-family: var(--display); font-weight: 500; font-size: 19px; letter-spacing: -.02em; margin-bottom: 6px; }
.hm-step p:last-child { font-size: 14.5px; line-height: 1.6; color: var(--ink-3); max-width: 44ch; }

/* nav on home */
.cs-home .cs-nav { background: rgba(10, 11, 12, .72); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hm-cards { grid-template-columns: 1fr; }
  .hm-track { grid-template-columns: 1fr 1fr; }
  .hm-track::before { display: none; }
  .hm-work-grid { grid-template-columns: 1fr; }
  .hm-head-row { grid-template-columns: 1fr; }
  .hm-work-lead .cs-card-body { grid-template-columns: 1fr; }
  .hm-work-lead .cs-card-stats { margin-top: 8px; }
}
@media (max-width: 640px) {
  .hm-proof { grid-template-columns: 1fr; gap: 18px; }
  .hm-track, .hm-pillars { grid-template-columns: 1fr; }
  .hm-proof dd { max-width: none; }
  .hm-name { font-size: clamp(56px, 17vw, 90px); }
  .hm-kicker { font-size: 9.5px; letter-spacing: .12em; }
  .cs-home .cs-nav nav a:not(.cs-nav-cta):not([href*="case-studies"]) { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hm-aurora i { animation: hm-bloom 1s ease forwards; }
  .hm-name .hm-l { animation: none; opacity: 1; filter: none; transform: none; }
  .hm-cue { display: none; }
  .hm-name.is-sheen { animation: none; background: none; color: var(--ink-d); -webkit-text-fill-color: currentColor; }
  .hm-strip-track, .hm-marquee-track, .hm-pulse path, .hm-ring, .hm-bars rect, .hm-live { animation: none; }
  .hm-trend { animation: none; stroke-dashoffset: 0; }
  .hm-card-line, .hm-steps::before, .hm-fig-bars rect, .hm-fig-heads * { transform: none; transition: none; opacity: 1; }
  .hm-fig-line, .hm-fig-check, .hm-fig-spark { stroke-dashoffset: 0; transition: none; }
}

/* ---------- outbound page ---------- */
.ob-hero { padding-bottom: clamp(56px, 7vw, 96px); }
.ob-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.ob-hero .cs-h1 { max-width: 13ch; }
.ob-hero .cs-lede { margin-top: 22px; }
.ob-cta { justify-content: flex-start; }
.ob-cta-left { justify-content: flex-start; margin-top: 28px; }
.ob-video { margin: 0; }
.ob-video-frame { position: relative; aspect-ratio: 16 / 9; border-radius: 12px; overflow: hidden; background: var(--bg-2); border: 1px solid var(--line-d2); box-shadow: 0 40px 90px -30px rgba(0, 0, 0, .8); }
.ob-video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.ob-video figcaption { margin-top: 14px; font-size: 13px; color: var(--ink-d3); }
.ob-video-empty { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(20px, 3vw, 36px); border: 1.5px dashed var(--amber-line); border-radius: 12px; color: #E8DFCB; background: #1a1812; }
.ob-video-empty strong { font-size: 16px; margin-bottom: 8px; }
.ob-video-empty span:last-child { font-size: 13px; opacity: .8; max-width: 40ch; }
.ob-video-empty code { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: var(--amber-line); }
.ob-fit { list-style: none; display: flex; flex-direction: column; background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: 8px 26px; }
.ob-fit li { padding: 20px 0; border-top: 1px solid var(--line); }
.ob-fit li:first-child { border-top: none; }
.ob-fit strong { display: block; font-family: var(--display); font-weight: 500; font-size: 19px; letter-spacing: -.02em; margin-bottom: 6px; }
.ob-fit span { font-size: 14px; line-height: 1.55; color: var(--ink-3); }
.ob-mods.cs-mods-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ob-results.cs-impact { background: var(--paper-2); }
.ob-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 32px); margin-top: clamp(36px, 4vw, 56px); }
.ob-stat { border-top: 2px solid var(--ink); padding-top: 18px; }
.ob-stat-v { font-family: var(--display); font-weight: 500; font-size: clamp(40px, 4.6vw, 60px); line-height: 1; letter-spacing: -.035em; color: var(--accent); font-variant-numeric: tabular-nums; }
.ob-stat-l { margin-top: 14px; font-size: 15px; font-weight: 500; }
.ob-stat-n { margin-top: 6px; font-size: 13px; line-height: 1.5; color: var(--ink-3); }
.ob-steps { margin-top: 6px; }
.ob-faq { display: flex; flex-direction: column; }
.ob-q { border-top: 1px solid var(--line); }
.ob-q:last-child { border-bottom: 1px solid var(--line); }
.ob-q summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-family: var(--display); font-weight: 500; font-size: 18px; letter-spacing: -.015em; }
.ob-q summary::-webkit-details-marker { display: none; }
.ob-q summary span { position: relative; flex: none; width: 22px; height: 22px; border-radius: 50%; border: 1px solid var(--line-2); transition: transform .4s var(--ease), border-color .3s ease; }
.ob-q summary span::before, .ob-q summary span::after { content: ''; position: absolute; left: 50%; top: 50%; width: 10px; height: 1.5px; background: var(--ink); transform: translate(-50%, -50%); }
.ob-q summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.ob-q[open] summary span { transform: rotate(45deg); border-color: var(--accent); }
.ob-q p { padding: 0 0 22px; font-size: 15px; line-height: 1.6; color: var(--ink-3); max-width: 60ch; }
@media (max-width: 960px) {
  .ob-hero-grid { grid-template-columns: 1fr; }
  .ob-mods.cs-mods-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ob-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .ob-mods.cs-mods-3, .ob-stats { grid-template-columns: 1fr; }
}

/* outbound v2 */
.ob-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-top: clamp(40px, 5vw, 64px); padding-top: 24px; border-top: 1px solid var(--line-d2); }
.ob-points dt { font-family: var(--display); font-weight: 500; font-size: 19px; letter-spacing: -.02em; }
.ob-points dd { margin-top: 6px; font-size: 13.5px; line-height: 1.5; color: var(--ink-d3); max-width: 34ch; }
.ob-pains { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ob-pain { background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: clamp(22px, 2.6vw, 30px); border-top: 2px solid var(--ink); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.ob-pain:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -24px rgba(20, 21, 23, .3); }
.ob-pain h3 { font-family: var(--display); font-weight: 500; font-size: 19px; line-height: 1.25; letter-spacing: -.02em; margin-bottom: 10px; }
.ob-pain p { font-size: 14px; line-height: 1.6; color: var(--ink-3); }
.ob-cadence { margin-top: clamp(40px, 5vw, 64px); padding-top: clamp(28px, 3.5vw, 44px); border-top: 1px solid var(--line); }
.ob-cadence-k { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-4); margin-bottom: 20px; }
.ob-cadence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ob-cad { background: var(--paper); border: 1px solid var(--line); border-radius: 10px; padding: 22px; }
.ob-cad strong { display: block; font-family: var(--display); font-weight: 500; font-size: 22px; letter-spacing: -.02em; color: var(--accent); margin-bottom: 8px; }
.ob-cad p { font-size: 13.5px; line-height: 1.55; color: var(--ink-3); }
.ob-table-wrap { overflow-x: auto; background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; }
.ob-table { width: 100%; border-collapse: collapse; font-size: 14px; min-width: 640px; }
.ob-table th, .ob-table td { padding: 16px 20px; text-align: left; vertical-align: top; border-top: 1px solid var(--line); }
.ob-table thead th { border-top: none; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); font-weight: 500; padding-top: 20px; }
.ob-table tbody th { font-weight: 500; color: var(--ink); width: 26%; }
.ob-table td { color: var(--ink-3); }
.ob-table .ob-table-us { background: var(--accent-bg); color: var(--ink); font-weight: 500; }
.ob-table thead .ob-table-us { color: var(--accent); }
.ob-straight { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 32px; }
.ob-straight > div { border-top: 1px solid var(--line-2); padding-top: 18px; }
.ob-straight dt { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
.ob-straight dd { font-size: 15px; line-height: 1.55; color: var(--ink-2); }
@media (max-width: 960px) {
  .ob-pains, .ob-straight { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ob-cadence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .ob-points, .ob-pains, .ob-straight, .ob-cadence-grid { grid-template-columns: 1fr; }
}

/* plan form on outbound */
.ob-plan { background: var(--paper-2); }
.ob-plan .cs-split { align-items: start; }
.ob-plan-list { list-style: none; margin-top: 24px; display: flex; flex-direction: column; gap: 10px; font-size: 14px; color: var(--ink-2); }
.ob-plan-list li::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); margin-right: 12px; vertical-align: 2px; }
.ob-plan .mo-form { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: clamp(20px, 2.6vw, 32px); }

/* HQ showcase on outbound */
.ob-hq { background: var(--paper-2); }
.ob-hq-lead { display: grid; grid-template-columns: minmax(0, 2.2fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; margin-bottom: clamp(24px, 3vw, 40px); }
.ob-hq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 32px); }
.ob-hq-item .cs-shot { margin: 0; }
.ob-hq-cap { margin-top: 14px; font-size: 13.5px; line-height: 1.55; color: var(--ink-3); }
.ob-hq-cap strong { display: block; font-weight: 500; color: var(--ink); margin-bottom: 4px; }
@media (max-width: 960px) { .ob-hq-lead { grid-template-columns: 1fr; } .ob-hq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .ob-hq-grid { grid-template-columns: 1fr; } }

/* outbound v3: lighter */
.ob-pains-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ob-inc { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ob-inc li { background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: 20px 22px; }
.ob-inc strong { display: block; font-family: var(--display); font-weight: 500; font-size: 18px; letter-spacing: -.02em; margin-bottom: 6px; }
.ob-inc span { font-size: 13.5px; line-height: 1.5; color: var(--ink-3); }
.ob-around { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 24px; }
.ob-around-k { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-4); margin-right: 6px; }
.ob-chip { padding: 8px 14px; border: 1px solid var(--line-2); border-radius: 999px; background: var(--paper-2); font-size: 13px; font-weight: 500; }
.ob-cadence-grid { margin-top: 0; }
.ob-hq-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ob-straight-1 { grid-template-columns: 1fr; gap: 14px; }
.ob-straight-1 > div { padding-top: 14px; }
.ob-steps .hm-step { padding-bottom: 22px; }
.ob-steps .hm-step p:last-child { max-width: 40ch; }
.cs-split .cs-h2 + .ob-steps, .cs-split .cs-h2 + .ob-straight { margin-top: 28px; }
@media (max-width: 960px) { .ob-pains-3 { grid-template-columns: 1fr; } .ob-inc { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .ob-inc { grid-template-columns: 1fr; } }

/* rotating flow example */
.hm-src text, .hm-cap[data-out], .hm-flow-eg { transition: opacity .35s ease; }
.hm-flow.is-swap .hm-src text, .hm-flow.is-swap .hm-cap[data-out], .hm-flow.is-swap .hm-flow-eg { opacity: 0; }
.hm-flow.is-live .hm-bars rect { animation: none; transition: height .6s cubic-bezier(.2,.7,.2,1), y .6s cubic-bezier(.2,.7,.2,1); }
.hm-flow.is-live .hm-trend { animation: none; stroke-dasharray: none; stroke-dashoffset: 0; transition: opacity .35s ease; }
.hm-flow.is-swap .hm-trend { opacity: 0; }
.hm-flow-eg { display: block; margin-top: 4px; color: var(--ink-4); }

/* h1 as lede on home; contact facts */
h1.hm-lede { font-weight: 400; font-family: var(--text); letter-spacing: 0; }
.cs-facts dd a { color: inherit; }

/* real product shot beside "what we do" */
.hm-proof-shot .cs-shot { margin: 0; }
.hm-proof-shot .cs-frame { box-shadow: 0 24px 60px -24px rgba(10, 11, 12, .35); }
.hm-proof-cap { margin-top: 14px; font-size: 13.5px; line-height: 1.55; color: var(--ink-3); }
.hm-proof-cap a { color: var(--accent); white-space: nowrap; }

/* what-we-do text: two columns, pillars under */
.hm-what { max-width: 1040px; }
.hm-what .cs-p { max-width: 68ch; }

/* the scene */
.hm-scene { margin-top: clamp(28px, 4vw, 48px); background: var(--paper-2); border: 1px solid var(--line); border-radius: 14px; padding: clamp(18px, 2.5vw, 32px); position: relative; overflow: hidden; }
.hm-scene::before { content: ""; position: absolute; inset: -30% auto auto -10%; width: 50%; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(47,127,196,.08), transparent 70%); pointer-events: none; }
.hm-scene-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.hm-scene svg { display: block; width: 100%; min-width: 720px; height: auto; overflow: visible; font-family: var(--text); }
.hm-scene figcaption { margin-top: 18px; font-size: 13.5px; line-height: 1.55; color: var(--ink-3); text-align: center; max-width: 64ch; margin-left: auto; margin-right: auto; }
.sc-col { fill: var(--ink-4); font-size: 9.5px; letter-spacing: .14em; font-weight: 500; }
.hm-rails path { fill: none; stroke: var(--line-2); stroke-width: 1.2; }
.hm-in rect { fill: var(--paper); stroke: var(--line-2); }
.hm-in text { fill: var(--ink); font-size: 11.5px; font-weight: 500; }
.hm-p { fill: var(--accent); filter: url(#sc-blur); opacity: .9; }
.hm-p2 { fill: var(--accent-2); }
.sc-halo { opacity: .8; animation: sc-halo 6s ease-in-out infinite; }
@keyframes sc-halo { 50% { opacity: .35; } }
.sc-hubbox { fill: url(#sc-hub); stroke: rgba(255,255,255,.07); }
.sc-rowbg { fill: rgba(255,255,255,.04); stroke: rgba(255,255,255,.07); }
.sc-ico path, .sc-ico circle, .sc-ico rect { fill: var(--accent-2); }
.sc-t { fill: var(--paper); font-size: 12.5px; font-weight: 500; }
.sc-s { fill: var(--ink-d3); font-size: 9.5px; }
.sc-live { fill: var(--accent-2); font-size: 9px; letter-spacing: .04em; }
.sc-av circle:first-child { fill: #C9CFD3; }
.sc-ring { fill: none; stroke: var(--accent-2); stroke-width: 1.2; transform-box: fill-box; transform-origin: center; animation: sc-ring 2.4s ease-out infinite; animation-delay: calc(var(--i) * .8s); opacity: 0; }
@keyframes sc-ring { 0% { transform: scale(.7); opacity: .9; } 100% { transform: scale(1.5); opacity: 0; } }
.sc-wave rect { fill: var(--accent-2); transform-box: fill-box; transform-origin: center; animation: sc-wave 1.1s ease-in-out infinite alternate; }
.sc-wave rect:nth-child(odd) { animation-duration: .9s; } .sc-wave rect:nth-child(3n) { animation-delay: -.4s; } .sc-wave rect:nth-child(5n) { animation-delay: -.7s; }
@keyframes sc-wave { from { transform: scaleY(.35); } to { transform: scaleY(1); } }
.sc-seat rect { fill: rgba(255,255,255,.06); stroke: rgba(255,255,255,.14); }
.sc-seat circle, .sc-seat path { fill: #C9CFD3; opacity: 0; animation: sc-seat 6s ease-in-out infinite; animation-delay: calc(var(--i) * .5s); }
@keyframes sc-seat { 0%, 10% { opacity: 0; transform: translateY(3px); } 22%, 80% { opacity: 1; transform: none; } 92%, 100% { opacity: 0; } }
.sc-seat-next rect { stroke-dasharray: 3 3; }
.sc-plus { fill: none; stroke: var(--accent-2); stroke-width: 1.6; stroke-linecap: round; animation: sc-blink 1.6s ease-in-out infinite; }
@keyframes sc-blink { 50% { opacity: .3; } }
.sc-bars rect { fill: url(#sc-bar); transform-box: fill-box; transform-origin: center bottom; animation: sc-bar 4.8s ease-in-out infinite; animation-delay: calc(var(--i) * -.55s); }
@keyframes sc-bar { 0%, 100% { transform: scaleY(.35); } 50% { transform: scaleY(1); } }
.sc-check-ring { fill: none; stroke: rgba(255,255,255,.15); }
.sc-check-spin { fill: none; stroke: var(--accent-2); stroke-width: 1.6; stroke-dasharray: 20 62; transform-box: fill-box; transform-origin: center; animation: sc-spin 2.2s linear infinite; }
@keyframes sc-spin { to { transform: rotate(360deg); } }
.sc-check path { fill: none; stroke: var(--paper); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sc-outbg { fill: var(--paper); stroke: var(--line-2); }
.sc-ol { fill: var(--ink); font-size: 12px; font-weight: 500; }
.sc-os { fill: var(--ink-4); font-size: 9.5px; }
.sc-num { fill: var(--accent); font-family: var(--display); font-size: 30px; font-weight: 600; letter-spacing: -.03em; }
.sc-fill rect { fill: var(--paper-2); stroke: var(--line-2); animation: sc-fill 6s ease-in-out infinite; animation-delay: calc(var(--i) * .5s + .6s); }
@keyframes sc-fill { 0%, 12% { fill: var(--paper-2); stroke: var(--line-2); } 24%, 80% { fill: var(--accent); stroke: var(--accent); } 92%, 100% { fill: var(--paper-2); stroke: var(--line-2); } }
.sc-obars rect { fill: url(#sc-bar); transform-box: fill-box; transform-origin: center bottom; animation: sc-obar 5s ease-in-out infinite; animation-delay: calc(var(--i) * .12s); }
@keyframes sc-obar { 0%, 8% { transform: scaleY(.12); } 30%, 85% { transform: scaleY(var(--h, 1)); } 100% { transform: scaleY(.12); } }
.sc-obars rect:nth-child(1) { --h: .4; } .sc-obars rect:nth-child(2) { --h: .55; } .sc-obars rect:nth-child(3) { --h: .7; } .sc-obars rect:nth-child(4) { --h: .85; } .sc-obars rect:nth-child(5) { --h: 1; }
.sc-trend { fill: none; stroke: var(--ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 100; stroke-dashoffset: 100; animation: sc-trend 5s ease-in-out infinite; }
@keyframes sc-trend { 0%, 20% { stroke-dashoffset: 100; } 45%, 85% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 100; } }
.sc-foot { fill: var(--ink-4); font-size: 9.5px; }
/* entrance */
.hm-in { opacity: 0; transform: translateY(8px); transition: opacity .6s var(--ease), transform .6s var(--ease); transition-delay: calc(var(--i, 0) * .09s); }
.sc-row, .sc-out { opacity: 0; transition: opacity .7s var(--ease); }
.sc-row { transition-delay: calc(.35s + var(--i, 0) * .12s); } .sc-out { transition-delay: calc(.7s + var(--i, 0) * .12s); }
.hm-scene.is-in .hm-in { opacity: 1; transform: none; }
.hm-scene.is-in .sc-row, .hm-scene.is-in .sc-out { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .hm-in { opacity: 1; transform: none; transition: none; } .sc-row, .sc-out { opacity: 1; transition: none; }
  .hm-p, .sc-ring { display: none; }
  .sc-wave rect, .sc-seat circle, .sc-seat path, .sc-plus, .sc-bars rect, .sc-check-spin, .sc-fill rect, .sc-obars rect, .sc-trend, .sc-halo { animation: none; opacity: 1; transform: none; stroke-dashoffset: 0; }
  .sc-fill rect { fill: var(--accent); stroke: var(--accent); }
}
