/* Mohan Ops case studies v2.
   Dark hero and footer, warm off-white body. Bricolage Grotesque display, Geist text. */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: #0A0B0C; }

.cs {
  --bg: #0A0B0C;
  --bg-2: #101315;
  --line-d: #1C1F21;
  --line-d2: #2E3234;
  --ink-d: #F1ECE3;
  --ink-d2: #C1C6C2;
  --ink-d3: #9AA09C;
  --ink-d5: #6E756F;

  --paper: #F6F3EC;
  --paper-2: #FFFFFF;
  --paper-3: #EDE8DE;
  --line: #E2DDD2;
  --line-2: #D3CDBF;
  --ink: #141517;
  --ink-2: #3A3D42;
  --ink-3: #5F646B;
  --ink-4: #7E838A;

  --accent: #2F7FC4;
  --accent-2: #4FA3E3;
  --accent-bg: #E6F0F9;
  --accent-ink: #08131C;
  --amber: #C79A3C;
  --amber-bg: #FBF4E3;
  --amber-line: #E3CB8F;
  --amber-ink: #6B4E12;

  --gutter: max(clamp(20px, 5vw, 72px), calc((100vw - 1360px) / 2));
  --display: 'Bricolage Grotesque', 'Helvetica Neue', Arial, sans-serif;
  --text: Geist, 'Helvetica Neue', Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);

  background: var(--paper);
  color: var(--ink);
  font-family: var(--text);
  font-size: 15.5px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
.cs a { color: var(--accent); text-decoration: none; }
.cs ::selection { background: var(--accent-2); color: var(--bg); }
.cs :focus-visible { outline: 2px solid var(--accent-2); outline-offset: 4px; border-radius: 3px; }
.cs img { display: block; max-width: 100%; }
.cs-skip { position: absolute; left: -999px; top: 8px; z-index: 60; padding: .6em 1em; background: var(--ink-d); color: var(--bg) !important; border-radius: 4px; }
.cs-skip:focus { left: 8px; }

/* ---------- type ---------- */
.cs-eyebrow, .cs-crumb, .cs-tour-k, .cs-result-k, .cs-card-k { font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.cs-eyebrow { display: block; color: var(--accent); margin-bottom: clamp(20px, 2.6vw, 32px); }
.cs-h2 { font-family: var(--display); font-weight: 500; font-size: clamp(26px, 3.4vw, 44px); line-height: 1.08; letter-spacing: -.028em; text-wrap: balance; max-width: 18ch; }
.cs-p { margin-top: 1.2em; max-width: 54ch; color: var(--ink-3); font-size: 16px; }
.cs-p-flush { margin-top: 0; }
.cs-accent { color: var(--accent-2); }
.cs-fine { margin-top: 28px; font-size: 12.5px; color: var(--ink-4); }

.cs-pill { display: inline-block; padding: 4px 10px; border: 1px solid currentColor; border-radius: 999px; font-size: 9.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; opacity: .85; }
.cs-pill-amber { color: var(--amber-ink); background: var(--amber-bg); border: 1px dashed var(--amber-line); opacity: 1; }
.cs-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.cs-tags li { font-size: 11.5px; color: var(--ink-2); background: var(--paper-2); border: 1px solid var(--line-2); border-radius: 999px; padding: 4px 11px; }
.cs-tags-lg li { font-size: 12.5px; border-radius: 4px; padding: 8px 13px; }

/* ---------- nav (dark) ---------- */
.cs-nav { position: sticky; top: 0; z-index: 30; background: var(--bg); border-bottom: 1px solid var(--line-d); }
.cs-nav-in { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px var(--gutter); }
.cs .cs-brand img { height: 44px; width: auto; }
.cs-nav nav { display: flex; align-items: center; gap: 28px; font-size: 13.5px; }
.cs .cs-nav nav a { color: var(--ink-d); opacity: .86; }
.cs .cs-nav nav a:hover { opacity: 1; }
.cs .cs-nav nav .cs-nav-cta { opacity: 1; background: var(--ink-d); color: var(--bg); padding: 9px 16px; border-radius: 999px; font-size: 13px; font-weight: 500; transition: background .25s ease; }
.cs .cs-nav nav .cs-nav-cta:hover { background: var(--accent-2); }
.cs-adminbar { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 9px 24px; background: #121110; border-bottom: 1px dashed #3A3226; font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: #9A8B6E; text-align: center; }
.cs-dot { flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--amber); }

/* ---------- hero (dark) ---------- */
.cs-hero { position: relative; background: var(--bg); color: var(--ink-d); padding: clamp(40px, 6vw, 80px) var(--gutter) clamp(48px, 6vw, 80px); overflow: hidden; }
.cs-hero-has-shot { padding-bottom: clamp(200px, 22vw, 320px); }
.cs-glow { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(55% 60% at 18% 20%, rgba(79, 163, 227, .2), rgba(79, 163, 227, 0) 70%); animation: cs-glow 16s ease-in-out infinite alternate; }
@keyframes cs-glow { to { transform: translate(8%, 6%) scale(1.1); } }
.cs-hero-in { position: relative; }
.cs-crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; font-size: 10.5px; color: var(--ink-d5); margin-bottom: clamp(28px, 3.5vw, 44px); }
.cs .cs-crumb a, .cs-crumb .cs-crumb-on { color: var(--accent-2); }
.cs-hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 96px); align-items: end; }
.cs-client-logo { height: clamp(34px, 4vw, 52px); width: auto; max-width: 260px; object-fit: contain; object-position: left; margin-bottom: clamp(24px, 3vw, 36px); }
.cs-client-logo-light { background: var(--ink-d); padding: 10px 14px; border-radius: 6px; height: clamp(54px, 5.5vw, 72px); }
.cs-client-name { font-family: var(--display); font-weight: 600; font-size: 20px; letter-spacing: -.02em; margin-bottom: clamp(20px, 3vw, 32px); }
.cs-h1 { font-family: var(--display); font-weight: 500; font-size: clamp(34px, 5vw, 70px); line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.cs-lede { color: var(--ink-d3); max-width: 44ch; font-size: 16px; }
.cs-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line-d2); }
.cs-facts dt { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-d5); margin-bottom: 6px; }
.cs-facts dd { font-size: 13.5px; color: var(--ink-d2); }
.cs-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 3vw, 44px); margin-top: clamp(40px, 5vw, 64px); }
.cs-stat { border-top: 1px solid var(--line-d2); padding-top: 16px; }
.cs-stat-v { font-family: var(--display); font-weight: 500; font-size: clamp(34px, 4vw, 54px); line-height: 1; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.cs-stat-l { margin-top: 10px; font-size: 12.5px; line-height: 1.5; color: var(--ink-d5); max-width: 26ch; }
.cs-in { opacity: 0; transform: translateY(14px); animation: cs-in .9s var(--ease) var(--d, 0s) forwards; }
@keyframes cs-in { to { opacity: 1; transform: none; } }

.cs-hero-index .cs-h1 { max-width: 14ch; }
.cs-logo-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 48px; margin-top: clamp(40px, 5vw, 64px); padding-top: 28px; border-top: 1px solid var(--line-d2); }
.cs-logo-row img.cs-logo-chip { background: var(--ink-d); padding: 7px 10px; border-radius: 5px; height: 44px; opacity: 1; }
.cs-logo-row img { height: 30px; width: auto; max-width: 180px; object-fit: contain; opacity: .85; }

/* ---------- body (light) ---------- */
.cs-body { background: var(--paper); }
.cs-heroshot { margin-top: calc(-1 * clamp(170px, 19vw, 280px)); padding: 0 var(--gutter) clamp(24px, 3vw, 40px); position: relative; z-index: 2; }
.cs-sec { padding: clamp(56px, 7vw, 100px) var(--gutter); }
.cs-sec-tight { padding-top: clamp(32px, 4vw, 56px); padding-bottom: clamp(32px, 4vw, 56px); }
.cs-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 80px); align-items: start; }
.cs-split-head { align-items: end; }

.cs-pains { list-style: none; display: flex; flex-direction: column; margin-top: 6px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; padding: 10px 26px; }
.cs-pains li { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); font-size: 15px; color: var(--ink-2); }
.cs-pains li:first-child { border-top: none; }
.cs-pains li span { height: 2px; margin-top: .75em; background: #E0704A; border-radius: 2px; }

/* frame */
.cs-shot figcaption { margin-top: 14px; font-size: 13px; color: var(--ink-3); }
.cs-frame { display: block; width: 100%; padding: 0; border: 1px solid var(--line-2); border-radius: 10px; background: var(--paper-2); overflow: hidden; cursor: zoom-in; font: inherit; color: inherit; text-align: left;
  box-shadow: 0 30px 70px -30px rgba(20, 21, 23, .35), 0 2px 6px rgba(20, 21, 23, .06); transition: transform .6s var(--ease), box-shadow .6s var(--ease); }
.cs-frame:hover { transform: translateY(-3px); box-shadow: 0 40px 80px -30px rgba(20, 21, 23, .4), 0 2px 6px rgba(20, 21, 23, .06); }
.cs-frame-bar { display: flex; align-items: center; gap: 6px; height: 32px; padding: 0 12px; background: var(--paper-3); border-bottom: 1px solid var(--line); }
.cs-frame-bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); }
.cs-frame-bar em { margin-left: 10px; font-style: normal; font-size: 10.5px; letter-spacing: .08em; color: var(--ink-4); text-transform: uppercase; }
.cs-frame img { width: 100%; height: auto; }

/* flow */
.cs-flow { border: 1px solid var(--line); background: var(--paper-2); border-radius: 12px; padding: clamp(24px, 4vw, 52px); }
.cs-flow-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); align-items: center; }
.cs-flow-col { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.cs-flow-col li { position: relative; display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line-2); border-radius: 8px; padding: 11px 14px; font-size: 14px; font-weight: 500; color: var(--ink); }
.cs-flow-in li { flex-direction: row-reverse; text-align: right; }
.cs-node-ico { flex: none; width: 30px; height: 30px; border-radius: 7px; background: var(--paper-2); border: 1px solid var(--line); display: grid; place-items: center; }
.cs-node-ico img { width: 18px; height: 18px; object-fit: contain; }
.cs-flow-col li::after { content: ''; position: absolute; top: 50%; width: clamp(28px, 5vw, 72px); height: 2px;
  background: linear-gradient(90deg, var(--line-2) 0 40%, var(--accent) 50%, var(--line-2) 60% 100%); background-size: 300% 100%; animation: cs-wire 2.8s linear infinite; animation-delay: calc(var(--i) * -.7s); }
.cs-flow-in li::after { left: 100%; }
.cs-flow-out li::after { right: 100%; }
.cs-flow-col li::before { content: ''; position: absolute; top: 50%; width: 7px; height: 7px; margin-top: -3px; border-radius: 50%; background: var(--accent); }
.cs-flow-in li::before { right: -4px; }
.cs-flow-out li::before { left: -4px; }
@keyframes cs-wire { from { background-position: 100% 0; } to { background-position: 0 0; } }
.cs-flow-hub { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; min-width: 190px; max-width: 240px; align-self: stretch;
  padding: clamp(24px, 3vw, 36px) clamp(20px, 2.4vw, 30px); background: var(--bg); color: var(--ink-d); border-radius: 12px; text-align: center;
  background-image: radial-gradient(60% 60% at 50% 0%, rgba(79, 163, 227, .22), transparent 70%); }
.cs-flow-hub::before, .cs-flow-hub::after { content: ''; position: absolute; top: 12px; bottom: 12px; width: 2px; background: var(--accent); border-radius: 2px; opacity: .8; }
.cs-flow-hub::before { left: -1px; }
.cs-flow-hub::after { right: -1px; }
.cs-flow-hub-k { font-size: 9.5px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent-2); }
.cs-flow-hub strong { font-family: var(--display); font-weight: 600; font-size: clamp(19px, 2.1vw, 25px); line-height: 1.1; letter-spacing: -.02em; }
.cs-flow-hub-n { font-size: 12px; color: var(--ink-d3); }
.cs-flow figcaption { margin-top: clamp(20px, 3vw, 32px); font-size: 13px; color: var(--ink-3); text-align: center; }

/* modules */
.cs-mods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.cs-mods-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cs-mods-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cs-mod { background: var(--paper-2); border: 1px solid var(--line); border-radius: 10px; padding: clamp(22px, 2.6vw, 30px); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.cs-mod:hover { transform: translateY(-3px); box-shadow: 0 20px 40px -24px rgba(20, 21, 23, .3); }
.cs-mod-top { display: flex; align-items: center; justify-content: space-between; min-height: 24px; margin-bottom: 18px; }
.cs-mod-num { font-size: 11px; letter-spacing: .16em; color: var(--accent); }
.cs-mod h3 { font-family: var(--display); font-weight: 500; font-size: 19px; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 10px; }
.cs-mod p { font-size: 14px; line-height: 1.6; color: var(--ink-3); }

/* product tour */
.cs-tour-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(24px, 4vw, 64px); align-items: center; padding: clamp(28px, 4vw, 56px) 0; border-top: 1px solid var(--line); }
.cs-tour-row:first-of-type { border-top: none; padding-top: 0; }
.cs-tour-flip .cs-tour-text { order: 2; }
.cs-tour-k { color: var(--accent); margin-bottom: 12px; }
.cs-tour-p { font-family: var(--display); font-weight: 500; font-size: clamp(18px, 1.9vw, 24px); line-height: 1.3; letter-spacing: -.015em; color: var(--ink); max-width: 24ch; text-wrap: balance; }

/* impact charts */
.cs-chart-wrap { margin-top: clamp(36px, 4vw, 56px); }
.cs-chart-intro { font-size: 16px; color: var(--ink-2); max-width: 64ch; margin-bottom: 24px; }
.cs-charts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 32px); }
.cs-chart { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: clamp(20px, 2.6vw, 30px); }
.cs-chart figcaption { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.cs-chart figcaption strong { font-family: var(--display); font-weight: 500; font-size: 18px; letter-spacing: -.015em; }
.cs-chart figcaption span { font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); }
.cs-chart svg { width: 100%; height: auto; display: block; overflow: visible; font-family: var(--text); }
.cs-ch-lab { font-size: 13px; fill: var(--ink); font-weight: 500; }
.cs-ch-val { font-size: 12px; fill: var(--ink-4); font-variant-numeric: tabular-nums; }
.cs-ch-val-after { fill: var(--accent); font-weight: 600; }
rect.cs-ch-before, i.cs-ch-before { fill: #D3CDBF; background: #D3CDBF; }
rect.cs-ch-after, i.cs-ch-after { fill: var(--accent); background: var(--accent); }
.cs-ch-legend { display: flex; gap: 20px; margin-top: 12px; font-size: 12.5px; color: var(--ink-3); }
.cs-ch-legend i { display: inline-block; width: 12px; height: 12px; border-radius: 3px; margin-right: 8px; vertical-align: -1px; }
.cs-ch-grid { stroke: var(--line); stroke-width: 1; }
.cs-ch-tick { font-size: 11px; fill: var(--ink-4); }
.cs-ch-area { fill: var(--accent); opacity: .12; }
.cs-ch-line { fill: none; stroke: var(--accent); stroke-width: 2.5; stroke-linejoin: round; stroke-linecap: round; }
.cs-ch-dot { fill: var(--accent); stroke: var(--paper); stroke-width: 3; }
.cs-ch-note { margin-top: 12px; font-size: 12.5px; color: var(--ink-3); }

/* impact */
.cs-impact { background: var(--paper-2); border-block: 1px solid var(--line); }
.cs-results { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(16px, 2.5vw, 32px); margin-top: clamp(36px, 4vw, 56px); }
.cs-result { border-top: 2px solid var(--ink); padding-top: 18px; }
.cs-result-k { color: var(--ink-4); margin-bottom: 14px; }
.cs-result-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; }
.cs-result-l { margin-top: 14px; font-size: 15px; font-weight: 500; }
.cs-result-n { margin-top: 8px; font-size: 13px; line-height: 1.55; color: var(--ink-3); max-width: 38ch; }

.cs-slot { border: 1.5px dashed var(--amber-line); background: var(--amber-bg); border-radius: 8px; padding: clamp(22px, 2.6vw, 30px); margin-top: 32px; }
.cs-slot-bar { display: block; width: 28px; height: 2px; background: var(--amber); margin-bottom: 16px; }
.cs-slot-l { font-size: 15px; font-weight: 500; color: var(--amber-ink); }
.cs-slot-n { margin-top: 6px; font-size: 13px; color: var(--amber-ink); opacity: .8; }
.cs-shot-slot { margin-top: 0; padding: clamp(40px, 6vw, 72px); background: #1a1812; border-color: #3A3226; }
.cs-shot-slot .cs-slot-l, .cs-shot-slot .cs-slot-n { color: #E8DFCB; }

.cs-stackrow .cs-eyebrow { margin-bottom: 14px; }

/* next + footer (dark) */
.cs-next-wrap { background: var(--bg); padding-bottom: 0; }
.cs .cs-next { display: block; background: var(--bg-2); border: 1px solid var(--line-d); color: var(--ink-d); border-radius: 10px; padding: clamp(32px, 4.5vw, 56px); transition: border-color .4s ease; }
.cs .cs-next:hover { border-color: var(--accent-2); }
.cs-next .cs-eyebrow { color: var(--accent-2); margin-bottom: 18px; }
.cs-next-row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 24px; }
.cs-next-h { font-family: var(--display); font-weight: 500; font-size: clamp(22px, 3vw, 38px); line-height: 1.1; letter-spacing: -.03em; max-width: 24ch; text-wrap: balance; }
.cs-next-i { display: inline-flex; gap: 10px; font-size: 13px; color: var(--ink-d2); border-bottom: 1px solid var(--line-d2); padding-bottom: 3px; }
.cs-next-i span { color: var(--accent-2); transition: transform .4s var(--ease); }
.cs-next:hover .cs-next-i span { transform: translateX(6px); }

.cs-contact { background: var(--bg); color: var(--ink-d); padding-bottom: 40px; }
.cs-contact .cs-eyebrow { color: var(--accent-2); }
.cs-contact-h { font-family: var(--display); font-weight: 500; font-size: clamp(30px, 4.6vw, 60px); line-height: 1.02; letter-spacing: -.035em; max-width: 16ch; }
.cs-contact-row { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 32px; margin-top: clamp(28px, 4vw, 44px); }
.cs .cs-mail { font-family: var(--display); font-size: clamp(22px, 3vw, 36px); letter-spacing: -.025em; color: var(--ink-d); border-bottom: 1px solid var(--line-d2); padding-bottom: 2px; }
.cs .cs-mail:hover { color: var(--accent-2); border-color: var(--accent-2); }
.cs .cs-wa { display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line-d2); border-radius: 999px; padding: 11px 20px; font-size: 13.5px; color: var(--ink-d); }
.cs .cs-wa:hover { border-color: #25D366; }
.cs-wa svg { width: 16px; height: 16px; fill: #25D366; flex: none; }
.cs-legal { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: clamp(48px, 7vw, 88px); padding-top: 24px; border-top: 1px solid var(--line-d); font-size: 12px; color: var(--ink-d5); }
.cs .cs-legal a { color: var(--ink-d5); }
.cs .cs-legal a:hover { color: var(--ink-d); }

/* lightbox */
.cs-lightbox { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: clamp(16px, 4vw, 56px); background: rgba(5, 6, 7, .92); backdrop-filter: blur(6px); cursor: zoom-out; }
.cs-lightbox[hidden] { display: none; }
.cs-lightbox figure { max-width: 1500px; width: 100%; }
.cs-lightbox img { width: 100%; max-height: 82vh; object-fit: contain; border-radius: 6px; }
.cs-lightbox figcaption { margin-top: 14px; font-size: 13px; color: var(--ink-d3); text-align: center; }
.cs-lightbox-x { position: absolute; top: 18px; right: 22px; width: 40px; height: 40px; border: 1px solid var(--line-d2); border-radius: 50%; background: var(--bg); color: var(--ink-d); font-size: 22px; line-height: 1; cursor: pointer; }

/* ---------- index ---------- */
.cs-hero-index { padding-bottom: clamp(48px, 6vw, 80px); }
.cs-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 32px); padding: clamp(40px, 5vw, 72px) var(--gutter) clamp(56px, 8vw, 112px); }
.cs .cs-card { display: flex; flex-direction: column; color: var(--ink); background: var(--paper-2); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.cs .cs-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px -30px rgba(20, 21, 23, .35); }
.cs-card-shot { aspect-ratio: 72 / 37; background: var(--paper-3); border-bottom: 1px solid var(--line); overflow: hidden; }
.cs-card-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 1.2s var(--ease); }
.cs-card:hover .cs-card-shot img { transform: scale(1.03); }
.cs-card-empty { height: 100%; display: grid; place-items: center; background: linear-gradient(135deg, #14161a, #22262c); }
.cs-card-empty span { font-family: var(--display); font-weight: 600; font-size: 26px; color: var(--ink-d); letter-spacing: -.02em; }
.cs-card-body { padding: clamp(22px, 2.6vw, 30px); display: flex; flex-direction: column; flex: 1; }
.cs-card-k { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--ink-3); margin-bottom: 14px; }
.cs-card-h { font-family: var(--display); font-weight: 500; font-size: clamp(20px, 2.2vw, 26px); line-height: 1.15; letter-spacing: -.025em; text-wrap: balance; }
.cs-card-stats { display: flex; gap: 32px; margin-top: auto; padding-top: 20px; }
.cs-card-stats > div { margin-top: 18px; }
.cs-card-stats dt { font-family: var(--display); font-weight: 500; font-size: 26px; line-height: 1; letter-spacing: -.03em; }
.cs-card-stats dd { margin-top: 6px; font-size: 12px; color: var(--ink-4); max-width: 20ch; line-height: 1.4; }

/* ---------- reveals ---------- */
.js [data-rev] { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease), box-shadow .5s var(--ease), border-color .4s ease; transition-delay: var(--rd, 0s); }
.js [data-rev].is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .cs-hero-grid, .cs-split { grid-template-columns: 1fr; }
  .cs-h2 { max-width: 24ch; }
  .cs-mods, .cs-mods-2, .cs-mods-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cs-results { grid-template-columns: 1fr; gap: 28px; }
  .cs-tour-row { grid-template-columns: 1fr; gap: 20px; }
  .cs-charts { grid-template-columns: 1fr; }
  .cs-tour-flip .cs-tour-text { order: 0; }
  .cs-grid { grid-template-columns: 1fr; }
  .cs-hero-has-shot { padding-bottom: clamp(120px, 24vw, 200px); }
  .cs-heroshot { margin-top: calc(-1 * clamp(100px, 20vw, 170px)); }
}
@media (max-width: 640px) {
  .cs-nav-in { padding-block: 10px; }
  .cs .cs-brand img { height: 36px; }
  .cs-nav nav { gap: 16px; }
  .cs-stats, .cs-facts { grid-template-columns: 1fr; gap: 18px; }
  .cs-mods, .cs-mods-2, .cs-mods-4 { grid-template-columns: 1fr; }
  .cs-flow-grid { grid-template-columns: 1fr; gap: 28px; }
  .cs-flow-in li { flex-direction: row; text-align: left; }
  .cs-flow-col li::after { display: none; }
  .cs-flow-hub { max-width: none; }
  .cs-pains { padding: 4px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cs-in, .cs-glow, .cs-flow-col li::after { animation: none; }
  .cs-in { opacity: 1; transform: none; }
  .js [data-rev] { opacity: 1; transform: none; transition: none; }
}

/* ---------- contact with form ---------- */
.cs-contact-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(32px, 6vw, 96px); align-items: start; }
.cs-contact-p { margin-top: 18px; max-width: 40ch; color: var(--ink-d3); font-size: 15px; }
.cs-contact-form { background: var(--bg-2); border: 1px solid var(--line-d2); border-radius: 12px; padding: clamp(20px, 2.6vw, 32px); }
.mo-form-fallback { margin: 0; }
@media (max-width: 960px) { .cs-contact-grid { grid-template-columns: 1fr; } }

/* ---------- forms (plugin's own markup, see includes/forms.php) ---------- */
.mo-form { --f-bg: var(--paper-2); --f-line: var(--line-2); --f-ink: var(--ink); --f-muted: var(--ink-3); --f-soft: var(--paper); --f-focus: var(--accent); --f-btn: var(--ink); --f-btn-ink: var(--paper); --f-btn-hover: var(--accent); position: relative; font-family: var(--text); }
.cs-contact .mo-form { --f-bg: var(--bg); --f-line: var(--line-d2); --f-ink: var(--ink-d); --f-muted: var(--ink-d3); --f-soft: var(--bg-2); --f-focus: var(--accent-2); --f-btn: var(--ink-d); --f-btn-ink: var(--bg); --f-btn-hover: var(--accent-2); }
.mo-hp { position: absolute; left: -9999px; top: 0; width: 1px; height: 1px; overflow: hidden; }
.mo-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 18px 16px; }
.mo-field { grid-column: span 12; display: flex; flex-direction: column; }
.mo-col-6 { grid-column: span 6; }
.mo-label { display: block; margin-bottom: 8px; }
.mo-label-t { display: block; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--f-muted); }
.mo-label-t em { font-style: normal; text-transform: none; letter-spacing: 0; opacity: .7; }
.mo-hint { display: block; margin-top: 4px; font-size: 12.5px; color: var(--f-muted); text-transform: none; letter-spacing: 0; }
.mo-form input:not([type=radio]):not([type=checkbox]), .mo-form textarea, .mo-form select {
  width: 100%; font: inherit; font-size: 15px; color: var(--f-ink); background: var(--f-bg); border: 1px solid var(--f-line); border-radius: 8px; padding: 12px 14px; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease; -webkit-appearance: none; appearance: none; }
.mo-form textarea { min-height: 96px; resize: vertical; }
.mo-form input::placeholder, .mo-form textarea::placeholder { color: var(--f-muted); opacity: .7; }
.mo-form input:focus, .mo-form textarea:focus, .mo-form select:focus { border-color: var(--f-focus); box-shadow: 0 0 0 3px color-mix(in srgb, var(--f-focus) 18%, transparent); }
.mo-select { position: relative; display: block; }
.mo-select::after { content: ''; position: absolute; right: 14px; top: 50%; width: 8px; height: 8px; border-right: 1.5px solid var(--f-muted); border-bottom: 1.5px solid var(--f-muted); transform: translateY(-70%) rotate(45deg); pointer-events: none; }
.mo-form select { padding-right: 38px; cursor: pointer; }
.mo-form select option { color: #141517; background: #fff; }
.mo-cards { border: 0; padding: 0; margin: 0; min-width: 0; }
.mo-cards-in { display: flex; flex-wrap: wrap; gap: 8px; }
.mo-card { position: relative; cursor: pointer; }
.mo-card input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.mo-card span { display: inline-flex; align-items: center; gap: 8px; padding: 10px 16px; border: 1px solid var(--f-line); border-radius: 999px; background: var(--f-bg); color: var(--f-ink); font-size: 14px; font-weight: 500; line-height: 1.2; transition: border-color .2s ease, background .2s ease, color .2s ease, transform .4s var(--ease); }
.mo-card span::before { content: ''; width: 8px; height: 8px; border-radius: 50%; border: 1.5px solid var(--f-line); transition: background .2s ease, border-color .2s ease; }
.mo-card:hover span { border-color: var(--f-ink); transform: translateY(-1px); }
.mo-card input:checked + span { background: var(--f-btn); color: var(--f-btn-ink); border-color: var(--f-btn); }
.mo-card input:checked + span::before { background: var(--f-focus); border-color: var(--f-focus); }
.mo-card input:focus-visible + span { box-shadow: 0 0 0 3px color-mix(in srgb, var(--f-focus) 35%, transparent); }
.mo-msg { display: block; min-height: 0; font-size: 12.5px; color: #C8503A; margin-top: 6px; }
.mo-msg:empty { display: none; }
.mo-field.is-bad input, .mo-field.is-bad textarea, .mo-field.is-bad select { border-color: #C8503A; }
.mo-field.is-bad .mo-card span { border-color: #E0A090; }
.mo-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 18px; margin-top: 24px; }
.mo-btn { display: inline-flex; align-items: center; gap: 10px; padding: 13px 22px; border-radius: 999px; border: 1px solid var(--f-line); background: transparent; color: var(--f-ink); font: inherit; font-size: 14px; font-weight: 500; cursor: pointer; transition: background .25s ease, border-color .25s ease, color .25s ease, transform .5s var(--ease), opacity .2s ease; }
.mo-btn:hover { transform: translateY(-2px); }
.mo-btn-primary { background: var(--f-btn); color: var(--f-btn-ink); border-color: var(--f-btn); }
.mo-btn-primary:hover { background: var(--f-btn-hover); border-color: var(--f-btn-hover); color: #fff; }
.mo-btn[disabled] { opacity: .6; cursor: default; transform: none; }
.mo-btn span { transition: transform .4s var(--ease); }
.mo-btn:hover span { transform: translateX(4px); }
.mo-privacy { font-size: 12px; color: var(--f-muted); margin-left: auto; }
.mo-error { margin-top: 16px; font-size: 13.5px; color: #C8503A; }
.mo-done { text-align: center; padding: clamp(24px, 4vw, 48px) 0; }
.mo-done-check { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 18px; border-radius: 50%; background: var(--f-focus); color: #fff; animation: mo-pop .7s var(--ease); }
.mo-done-check svg { width: 26px; height: 26px; }
@keyframes mo-pop { from { transform: scale(.4); opacity: 0; } }
.mo-done strong { display: block; font-family: var(--display); font-weight: 500; font-size: 24px; letter-spacing: -.02em; color: var(--f-ink); }
.mo-done p { margin: 10px auto 0; max-width: 44ch; font-size: 14.5px; color: var(--f-muted); }

/* steps */
.mo-steps-nav { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-bottom: 10px; }
.mo-steps-nav li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--f-muted); }
.mo-steps-n { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--f-line); font-size: 12px; font-weight: 500; transition: background .3s ease, color .3s ease, border-color .3s ease; }
.mo-steps-nav li.is-on { color: var(--f-ink); font-weight: 500; }
.mo-steps-nav li.is-on .mo-steps-n { background: var(--f-btn); color: var(--f-btn-ink); border-color: var(--f-btn); }
.mo-steps-nav li.is-done .mo-steps-n { background: var(--f-focus); color: #fff; border-color: var(--f-focus); }
.mo-steps-bar { height: 3px; background: var(--f-line); border-radius: 3px; margin-bottom: 28px; overflow: hidden; }
.mo-steps-bar i { display: block; height: 100%; width: var(--p, 33%); background: var(--f-focus); border-radius: 3px; transition: width .6s var(--ease); }
.mo-step { border: 0; padding: 0; margin: 0; min-width: 0; display: none; }
.mo-step.is-on { display: block; animation: mo-step-in .5s var(--ease); }
.mo-step.is-back { animation-name: mo-step-back; }
@keyframes mo-step-in { from { opacity: 0; transform: translateX(18px); } }
@keyframes mo-step-back { from { opacity: 0; transform: translateX(-18px); } }
.mo-step legend { display: block; margin-bottom: 22px; padding: 0; }
.mo-step-k { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--f-focus); margin-bottom: 6px; }
.mo-step legend strong { display: block; font-family: var(--display); font-weight: 500; font-size: 24px; letter-spacing: -.02em; color: var(--f-ink); }
.mo-step-lede { display: block; margin-top: 4px; font-size: 14px; color: var(--f-muted); }
@media (max-width: 640px) {
  .mo-col-6 { grid-column: span 12; }
  .mo-steps-nav .mo-steps-l { display: none; }
  .mo-steps-nav { display: flex; gap: 14px; }
  .mo-privacy { margin-left: 0; width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .mo-step.is-on, .mo-done-check { animation: none; } }
