/* ============================================================
   Aspen Health — Premium product case study
   Editorial portfolio system on Sedona tokens.
   ============================================================ */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: #fff; color: var(--sd-fg-primary);
  font-family: var(--sd-font-sans);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
::selection { background: var(--sd-blue-50); }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-thumb { background: var(--sd-grey-200); border-radius: 6px; border: 2px solid #fff; }
a { color: inherit; }

/* ── Sticky nav ─────────────────────────────────────────── */
.nav {
  position: sticky; top: 0; z-index: 60; height: 60px;
  background: rgba(255,255,255,.82); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--sd-border);
  display: flex; align-items: center;
}
.nav .wrap { display: flex; align-items: center; width: 100%; }
.nav .brand { display: flex; align-items: center; gap: 10px; font-weight: 900; font-size: 15px; letter-spacing: -0.3px; }
.nav .brand .mk { width: 24px; height: 24px; border-radius: 7px; background: var(--sd-blue-800); color: #fff; display: grid; place-items: center; font-size: 12px; font-weight: 900; }
.nav .links { margin-left: auto; display: flex; gap: 26px; }
.nav .links a { font-size: 13px; font-weight: 700; color: var(--sd-grey-500); text-decoration: none; letter-spacing: 0.1px; }
.nav .links a:hover { color: var(--sd-grey-900); }
.nav .prog { position: absolute; left: 0; bottom: -1px; height: 2px; background: var(--sd-blue-800); width: 0; transition: width .1s linear; }
@media (max-width: 860px){ .nav .links { display: none; } }

/* ── Layout ─────────────────────────────────────────────── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.wrap-n { max-width: 840px; margin: 0 auto; padding: 0 48px; }
.band { padding: 120px 0; }
.band-s { padding: 80px 0; }
.grey { background: var(--sd-grey-50); }
.ink { background: #0B0F1F; color: #fff; }
@media (max-width: 720px){ .wrap, .wrap-n { padding: 0 24px; } .band { padding: 80px 0; } }

/* ── Type ───────────────────────────────────────────────── */
.kick { font-size: 12px; font-weight: 900; letter-spacing: 2.4px; text-transform: uppercase; color: var(--sd-blue-800); }
.kick.on { color: #5AA9FF; }
.kick.mut { color: var(--sd-grey-400); }
.sectno { font-family: var(--sd-font-mono); font-size: 13px; font-weight: 700; color: var(--sd-grey-400); letter-spacing: 1px; }
.dsp { font-weight: 900; letter-spacing: -2px; line-height: 1.0; font-size: clamp(44px, 7vw, 92px); }
.h1 { font-weight: 900; letter-spacing: -1.4px; line-height: 1.04; font-size: clamp(34px, 5vw, 56px); }
.h2 { font-weight: 900; letter-spacing: -0.9px; line-height: 1.08; font-size: clamp(26px, 3.4vw, 38px); }
.h3 { font-weight: 800; letter-spacing: -0.4px; line-height: 1.2; font-size: 21px; }
.lede { font-size: clamp(19px, 2.2vw, 24px); line-height: 1.5; color: var(--sd-fg-secondary); font-weight: 400; letter-spacing: 0.1px; }
.lede strong { color: var(--sd-fg-primary); font-weight: 700; }
.p { font-size: 16.5px; line-height: 1.62; color: var(--sd-fg-secondary); letter-spacing: 0.1px; }
.p-sm { font-size: 14px; line-height: 1.55; color: var(--sd-fg-muted); }
.mono { font-family: var(--sd-font-mono); }
.mut { color: var(--sd-fg-muted); }

.sec-head { max-width: 760px; }
.sec-head .row { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.sec-head .h2 { margin: 0; }
.sec-head .lede { margin: 22px 0 0; }

/* ── Hero ───────────────────────────────────────────────── */
.hero { background: #0B0F1F; color: #fff; position: relative; overflow: hidden; }
.hero::before { content:""; position:absolute; right:-220px; top:-140px; width:700px; height:700px; border-radius:50%;
  background: radial-gradient(circle, rgba(0,120,255,.30), rgba(0,120,255,0) 60%); }
.hero::after { content:""; position:absolute; left:-160px; bottom:-200px; width:560px; height:560px; border-radius:50%;
  background: radial-gradient(circle, rgba(46,210,140,.16), rgba(46,210,140,0) 62%); }
.hero-in { position: relative; z-index: 2; padding-top: 96px; padding-bottom: 88px; }
.hero .dsp { color: #fff; margin: 26px 0 0; }
.hero .dsp .accent { background: linear-gradient(90deg,#5AA9FF,#7FE3B0); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lede { color: #C2C8DD; max-width: 720px; margin-top: 28px; }
.hero .lede strong { color: #fff; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 0; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-meta .cell { flex: 1; min-width: 140px; padding: 24px 26px 0 0; }
.hero-meta .k { font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: #6B7596; font-weight: 800; }
.hero-meta .v { font-size: 15.5px; color: #EAEDF7; font-weight: 600; margin-top: 7px; line-height: 1.35; }

/* device frame for product shots */
.frame { border-radius: 14px; overflow: hidden; background: #fff; border: 1px solid var(--sd-border); box-shadow: var(--sd-shadow-lg); }
.frame .bar { height: 34px; background: #fff; border-bottom: 1px solid var(--sd-border); display: flex; align-items: center; gap: 7px; padding: 0 13px; }
.frame .bar .d { width: 10px; height: 10px; border-radius: 50%; }
.frame .bar .d.r { background: #FF5F57; } .frame .bar .d.y { background: #FEBC2E; } .frame .bar .d.g { background: #28C840; }
.frame .bar .u { margin-left: 12px; height: 18px; flex: 1; max-width: 280px; border-radius: 6px; background: var(--sd-grey-100); }
.frame.dark { border-color: rgba(255,255,255,.12); }
.frame.dark .bar { background: #11152A; border-color: rgba(255,255,255,.08); }
.frame.dark .bar .u { background: rgba(255,255,255,.08); }
.frame img { display: block; width: 100%; }

.hero-shot { margin-top: 64px; position: relative; z-index: 2; }
.hero-shot .frame { box-shadow: 0 40px 100px rgba(0,0,0,.55); }

/* ── Snapshot dashboard ─────────────────────────────────── */
.snap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--sd-border); border: 1px solid var(--sd-border); border-radius: var(--sd-radius-lg); overflow: hidden; }
.snap .cell { background: #fff; padding: 26px 24px; }
.snap .k { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sd-grey-400); font-weight: 800; }
.snap .v { font-size: 18px; font-weight: 800; letter-spacing: -0.3px; margin-top: 12px; line-height: 1.3; }
.snap .s { font-size: 13px; color: var(--sd-grey-500); margin-top: 6px; line-height: 1.4; }
@media (max-width: 860px){ .snap { grid-template-columns: 1fr 1fr; } }

/* ── Generic cards ──────────────────────────────────────── */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.card { background: #fff; border: 1px solid var(--sd-border); border-radius: var(--sd-radius-lg); padding: 28px; }
.ink .card { background: #11152A; border-color: rgba(255,255,255,.10); }
@media (max-width: 860px){ .grid-3, .grid-2 { grid-template-columns: 1fr; } }

/* ── Annotated "what wasn't working" ────────────────────── */
.annot { position: relative; }
.annot .shot { border-radius: 14px; overflow: hidden; border: 1px solid var(--sd-border); box-shadow: var(--sd-shadow-md); }
.annot .shot img { width: 100%; display: block; filter: saturate(.96); }
.flag-list { display: flex; flex-direction: column; gap: 14px; }
.flag {
  display: flex; gap: 14px; padding: 18px 20px; border-radius: 12px;
  background: #fff; border: 1px solid var(--sd-border); border-left: 3px solid #DB3545;
}
.flag .n { width: 26px; height: 26px; border-radius: 50%; flex: 0 0 26px; background: #FCE9EA; color: #B11D2A; font-size: 12px; font-weight: 900; display: grid; place-items: center; }
.flag .t1 { font-size: 15px; font-weight: 800; letter-spacing: -0.2px; }
.flag .t2 { font-size: 13.5px; line-height: 1.5; color: var(--sd-grey-600); margin-top: 4px; }
/* red pins overlaid on screenshot */
.pin { position: absolute; z-index: 5; transform: translate(-50%,-50%); }
.pin .dot { width: 26px; height: 26px; border-radius: 50%; background: #DB3545; color: #fff; font-size: 12px; font-weight: 900; display: grid; place-items: center; box-shadow: 0 4px 14px rgba(219,53,69,.5); border: 2px solid #fff; }
.pin .ring { position: absolute; inset: -7px; border: 2px dashed rgba(219,53,69,.6); border-radius: 12px; }

/* ── Systems map ────────────────────────────────────────── */
.sys { display: flex; flex-direction: column; align-items: center; gap: 0; }
.sys .node {
  width: 100%; max-width: 720px; background: #fff; border: 1px solid var(--sd-border);
  border-radius: 14px; padding: 20px 26px; display: flex; align-items: center; gap: 18px;
  box-shadow: var(--sd-shadow-sm); position: relative;
}
.sys .node .ic { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 11px; display: grid; place-items: center; background: var(--sd-blue-50); color: var(--sd-blue-800); }
.sys .node .lbl { font-size: 17px; font-weight: 800; letter-spacing: -0.3px; }
.sys .node .sub { font-size: 13.5px; color: var(--sd-grey-500); margin-top: 2px; line-height: 1.4; }
.sys .node .tag { margin-left: auto; font-family: var(--sd-font-mono); font-size: 11px; font-weight: 700; color: var(--sd-grey-400); white-space: nowrap; }
.sys .conn { width: 2px; height: 30px; background: linear-gradient(var(--sd-blue-300), var(--sd-blue-200)); }
.sys .conn .ar { } 
.sys .node.accent { border-color: var(--sd-blue-300); box-shadow: 0 0 0 3px rgba(0,120,255,.08), var(--sd-shadow-sm); }
.sys .node.accent .ic { background: var(--sd-blue-800); color: #fff; }
.sys-loop { font-size: 12.5px; color: var(--sd-grey-400); font-weight: 700; margin-top: 18px; display: flex; align-items: center; gap: 8px; }
@media (max-width:600px){ .sys .node .tag { display:none; } }

/* ── Exploration wall ───────────────────────────────────── */
.wall { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.expl { background: #fff; border: 1px solid var(--sd-border); border-radius: 14px; overflow: hidden; display: flex; flex-direction: column; }
.expl.win { border-color: var(--sd-blue-300); box-shadow: 0 0 0 3px rgba(0,120,255,.10); }
.expl .mock { height: 180px; background: var(--sd-grey-50); border-bottom: 1px solid var(--sd-border); position: relative; overflow: hidden; padding: 14px; }
.expl .meta { padding: 16px 18px 18px; }
.expl .meta .top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.expl .meta .nm { font-size: 15px; font-weight: 800; letter-spacing: -0.2px; }
.expl .meta .verd { font-size: 11px; font-weight: 900; letter-spacing: .4px; text-transform: uppercase; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
.verd.kill { background: #FCE9EA; color: #B11D2A; }
.verd.evo { background: var(--sd-orange-50); color: #C25410; }
.verd.win { background: var(--sd-green-50); color: #068751; }
.expl .meta .note { font-size: 13px; line-height: 1.5; color: var(--sd-grey-600); margin-top: 9px; }
.expl .meta .note b { color: var(--sd-grey-900); font-weight: 800; }
@media (max-width: 860px){ .wall { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .wall { grid-template-columns: 1fr; } }

/* mini schematic primitives for wall mockups */
.mini { width: 100%; height: 100%; display: flex; gap: 6px; }
.mbar { background: var(--sd-grey-200); border-radius: 3px; }
.mcol { display: flex; flex-direction: column; gap: 5px; }
.mbox { background: #fff; border: 1px solid var(--sd-border); border-radius: 6px; }
.mfill { background: var(--sd-blue-100); border-radius: 5px; }
.mdash { border: 1.5px dashed var(--sd-grey-300); border-radius: 7px; }
.mblue { background: var(--sd-blue-800); border-radius: 4px; }

/* ── Decisions ──────────────────────────────────────────── */
.dec { border-top: 1px solid var(--sd-border); padding: 40px 0; display: grid; grid-template-columns: 64px 1fr; gap: 28px; }
.dec:last-child { border-bottom: 1px solid var(--sd-border); }
.dec .idx { font-family: var(--sd-font-mono); font-size: 14px; font-weight: 700; color: var(--sd-blue-800); padding-top: 4px; }
.dec .body { display: grid; grid-template-columns: 1.15fr 1fr; gap: 36px; align-items: start; }
.dec .deh { font-size: 23px; font-weight: 900; letter-spacing: -0.5px; line-height: 1.15; }
.dec .flow { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.dec .step { display: flex; gap: 12px; align-items: flex-start; }
.dec .step .lab { font-size: 10.5px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; color: var(--sd-grey-400); width: 74px; flex: 0 0 74px; padding-top: 3px; }
.dec .step .txt { font-size: 14.5px; line-height: 1.5; color: var(--sd-fg-secondary); }
.dec .step .txt b { color: var(--sd-fg-primary); font-weight: 700; }
.dec .out { background: var(--sd-green-50); border: 1px solid var(--sd-green-300); border-radius: 10px; padding: 13px 15px; }
.dec .out .lab { color: #068751; }
.dec .out .txt { color: var(--sd-green-900); }
.dec .vis { border-radius: 12px; overflow: hidden; border: 1px solid var(--sd-border); box-shadow: var(--sd-shadow-sm); background: var(--sd-grey-50); }
.dec .vis img { width: 100%; display: block; }
.dec .vis .cap { font-size: 12px; color: var(--sd-grey-500); padding: 10px 14px; border-top: 1px solid var(--sd-border); background: #fff; }
@media (max-width: 860px){ .dec { grid-template-columns: 1fr; gap: 14px; } .dec .body { grid-template-columns: 1fr; gap: 22px; } }

/* ── AI challenges grid ─────────────────────────────────── */
.chal { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.10); border-radius: var(--sd-radius-lg); overflow: hidden; }
.chal .c { background: #0F1428; padding: 30px 26px; }
.chal .c .ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(90,169,255,.14); color: #7FB6FF; display: grid; place-items: center; }
.chal .c .nm { font-size: 18px; font-weight: 800; letter-spacing: -0.3px; margin: 16px 0 8px; color: #fff; }
.chal .c .why { font-size: 13.5px; line-height: 1.55; color: #9BA3BE; }
.chal .c .move { font-size: 13px; line-height: 1.5; color: #C9D0E6; margin-top: 14px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.10); }
.chal .c .move b { color: #7FE3B0; font-weight: 700; }
@media (max-width: 860px){ .chal { grid-template-columns: 1fr; } }

/* ── Eng collaboration ──────────────────────────────────── */
.eng-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0; border: 1px solid var(--sd-border); border-radius: 14px; overflow: hidden; }
.eng-row .cell { padding: 22px 24px; }
.eng-row .cell + .cell { border-left: 1px solid var(--sd-border); }
.eng-row .lab { font-size: 11px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 10px; }
.eng-row .lab.a { color: var(--sd-grey-400); }
.eng-row .lab.b { color: #C25410; }
.eng-row .lab.c { color: #068751; }
.eng-row .txt { font-size: 14.5px; line-height: 1.55; color: var(--sd-fg-secondary); }
.eng-row .txt b { color: var(--sd-fg-primary); font-weight: 700; }
.eng-row .cell.c-cell { background: var(--sd-green-50); }
@media (max-width: 800px){ .eng-row { grid-template-columns: 1fr; } .eng-row .cell + .cell { border-left: 0; border-top: 1px solid var(--sd-border); } }

/* eng evidence blocks */
.eng-block { border: 1px solid var(--sd-border); border-radius: 14px; overflow: hidden; background: #fff; }
.eng-block .eng-row { border: 0; border-radius: 0; border-top: 1px solid var(--sd-border); }
.eng-vis { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--sd-border); }
.eng-vis.three { grid-template-columns: 1fr 1fr 1fr; }
.eng-vis .shot { background: var(--sd-grey-50); padding: 22px; display: flex; flex-direction: column; gap: 13px; }
.eng-vis .shot .vlab { font-size: 10.5px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.eng-vis .shot .vlab.was { color: #B11D2A; }
.eng-vis .shot .vlab.now { color: #068751; }
.eng-vis .shot .vlab.lib { color: var(--sd-grey-400); }
.eng-vis .shot .ph { flex: 1; display: flex; align-items: center; }
.eng-vis .shot .ph img { width: 100%; border: 1px solid var(--sd-border); border-radius: 10px; box-shadow: var(--sd-shadow-sm); max-height: 380px; object-fit: cover; object-position: top; }
.eng-vis .shot .vcap { font-size: 12.5px; line-height: 1.5; color: var(--sd-grey-500); }
@media (max-width: 800px){ .eng-vis, .eng-vis.three { grid-template-columns: 1fr; } }

.quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 28px; }
.quote { background: #fff; border: 1px solid var(--sd-border); border-radius: 14px; padding: 26px; }
.quote .q { font-size: 18px; line-height: 1.5; font-weight: 600; letter-spacing: -0.2px; color: var(--sd-fg-primary); }
.quote .by { display: flex; align-items: center; gap: 11px; margin-top: 18px; }
.quote .by .av { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 12px; font-weight: 900; }
.quote .by .nm { font-size: 13.5px; font-weight: 800; }
.quote .by .rl { font-size: 12px; color: var(--sd-grey-500); }
@media (max-width: 720px){ .quotes { grid-template-columns: 1fr; } }

/* ── Final experience ───────────────────────────────────── */
.fx { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.fx.rev { direction: rtl; } .fx.rev > * { direction: ltr; }
.fx .callouts { display: flex; flex-direction: column; gap: 22px; }
.fx .co { display: flex; gap: 15px; }
.fx .co .n { width: 30px; height: 30px; flex: 0 0 30px; border-radius: 9px; background: var(--sd-blue-800); color: #fff; font-size: 13px; font-weight: 900; display: grid; place-items: center; }
.fx .co .t1 { font-size: 16.5px; font-weight: 800; letter-spacing: -0.3px; }
.fx .co .t2 { font-size: 14px; line-height: 1.55; color: var(--sd-grey-600); margin-top: 5px; }
.fx .co .t2 b { color: var(--sd-grey-900); font-weight: 700; }
@media (max-width: 860px){ .fx { grid-template-columns: 1fr; } }

/* ── Impact ─────────────────────────────────────────────── */
.imp { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.imp .col h4 { font-size: 13px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; color: var(--sd-blue-800); margin: 0 0 18px; }
.imp .col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.imp .col li { display: flex; gap: 12px; align-items: flex-start; }
.imp .col li .ic { width: 22px; height: 22px; flex: 0 0 22px; border-radius: 6px; background: var(--sd-green-50); color: var(--sd-green-700); display: grid; place-items: center; margin-top: 1px; }
.imp .col li .tx { font-size: 15px; line-height: 1.45; }
.imp .col li .tx b { font-weight: 800; }
.imp .col li .tx span { display: block; font-size: 13px; color: var(--sd-grey-500); margin-top: 3px; }
@media (max-width: 860px){ .imp { grid-template-columns: 1fr; gap: 36px; } }

.bigstat { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 56px; }
.bigstat .s { text-align: left; }
.bigstat .num { font-weight: 900; font-size: clamp(40px,5vw,60px); letter-spacing: -2px; line-height: 1; color: var(--sd-blue-800); display: inline-flex; align-items: center; gap: 14px; }
.bigstat .num svg { width: 0.62em; height: 0.62em; stroke-width: 2.5; color: var(--sd-blue-800); }
.bigstat .lb { font-size: 14px; color: var(--sd-grey-600); margin-top: 12px; line-height: 1.4; max-width: 240px; }
@media (max-width: 720px){ .bigstat { grid-template-columns: 1fr; gap: 32px; } }

/* ── Reflection ─────────────────────────────────────────── */
.v2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.10); border-radius: var(--sd-radius-lg); overflow: hidden; }
.v2 .c { background: #0F1428; padding: 30px 28px; }
.v2 .c .num { font-family: var(--sd-font-mono); font-size: 12px; color: #5AA9FF; font-weight: 700; }
.v2 .c .nm { font-size: 19px; font-weight: 800; color: #fff; margin: 12px 0 8px; letter-spacing: -0.3px; }
.v2 .c .tx { font-size: 14px; line-height: 1.6; color: #9BA3BE; }
@media (max-width: 720px){ .v2 { grid-template-columns: 1fr; } }

/* ── Footer ─────────────────────────────────────────────── */
.foot { padding: 60px 0 70px; border-top: 1px solid rgba(255,255,255,.12); }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; }
.btn { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-weight: 800; font-size: 15px; padding: 13px 22px; border-radius: 10px; }
.btn.pri { background: var(--sd-blue-800); color: #fff; }
.btn.gho { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.18); }

/* ════════════════════════ V2 ADDITIONS ════════════════════════ */

/* ── Research · "The verdict was blunt" ─────────────────── */
.verdict {
  border-left: 4px solid #DB3545; padding: 4px 0 4px 26px; margin: 44px 0 8px;
}
.verdict .q { font-size: clamp(24px,3vw,34px); font-weight: 900; letter-spacing: -0.8px; line-height: 1.18; }
.verdict .q .red { color: #C2222E; }
.verdict .sub { font-size: 14px; color: var(--sd-grey-500); margin-top: 12px; font-weight: 600; }

/* tested artifacts — V1 manual scheduler modals */
.tested { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 40px; }
.tested .item .frm { position: relative; border-radius: 14px; overflow: hidden; border: 1px solid var(--sd-border); box-shadow: var(--sd-shadow-md); background: #fff; }
.tested .item .frm img { width: 100%; display: block; }
.tested .item .tag { position: absolute; top: 14px; left: 14px; z-index: 4; font-size: 10.5px; font-weight: 900; letter-spacing: .8px; text-transform: uppercase; color: #fff; background: rgba(11,16,41,.82); padding: 6px 11px; border-radius: 99px; backdrop-filter: blur(2px); }
.tested .item .cap { font-size: 13.5px; line-height: 1.5; color: var(--sd-grey-600); margin-top: 14px; }
.tested .item .cap b { color: var(--sd-grey-900); font-weight: 800; }
@media (max-width: 820px){ .tested { grid-template-columns: 1fr; } }

/* findings cards */
.findings { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 22px; }
.find { background: #fff; border: 1px solid var(--sd-border); border-radius: 14px; padding: 22px 20px; }
.find .ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; background: var(--sd-blue-50); color: var(--sd-blue-800); margin-bottom: 16px; }
.find .ft { font-size: 15.5px; font-weight: 800; letter-spacing: -0.3px; }
.find .fb { font-size: 13px; line-height: 1.55; color: var(--sd-grey-600); margin-top: 7px; }
.find .fb b { color: var(--sd-grey-900); font-weight: 700; }
@media (max-width: 980px){ .findings { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .findings { grid-template-columns: 1fr; } }

/* heard → shipped pairs */
.hs-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 16px; }
.hs { border: 1px solid var(--sd-border); border-radius: 14px; overflow: hidden; background: #fff; }
.hs .heard { background: #FCEEEF; padding: 18px 20px; border-bottom: 1px solid var(--sd-border); }
.hs .shipped { background: #EAF7F0; padding: 18px 20px; }
.hs .lab { font-size: 10.5px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; }
.hs .heard .lab { color: #B11D2A; }
.hs .shipped .lab { color: #06724A; }
.hs .tx { font-size: 14.5px; line-height: 1.5; margin-top: 8px; font-weight: 600; }
.hs .heard .tx { color: #7A1620; font-style: italic; }
.hs .shipped .tx { color: #0B3D29; }
@media (max-width: 860px){ .hs-grid { grid-template-columns: 1fr; } }

/* ── Solution · one copilot, three use cases ────────────── */
.usecases { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 52px; }
.uc { position: relative; background: #fff; border: 1px solid var(--sd-border); border-radius: var(--sd-radius-lg); padding: 28px 26px; }
.uc.active { border-color: var(--sd-blue-300); box-shadow: 0 0 0 3px rgba(0,95,236,.10), var(--sd-shadow-sm); }
.uc .ico { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; background: var(--sd-blue-50); color: var(--sd-blue-800); margin-bottom: 24px; }
.uc.active .ico { background: var(--sd-blue-800); color: #fff; }
.uc .badge { position: absolute; top: 24px; right: 24px; font-size: 10px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; padding: 5px 11px; border-radius: 99px; }
.uc .badge.now { background: var(--sd-green-50); color: var(--sd-green-800); }
.uc .badge.same { background: var(--sd-grey-100); color: var(--sd-grey-500); }
.uc .nm { font-size: 21px; font-weight: 800; letter-spacing: -0.4px; }
.uc .ds { font-size: 14.5px; line-height: 1.55; color: var(--sd-grey-600); margin-top: 10px; }
@media (max-width: 860px){ .usecases { grid-template-columns: 1fr; } }

/* ── Ideation block (in Decisions) ──────────────────────── */
.ideation { display: grid; grid-template-columns: 1.55fr 1fr; gap: 26px; align-items: stretch; margin-bottom: 56px; }
.ideation .board { border: 1px solid var(--sd-border); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--sd-shadow-md); display: flex; flex-direction: column; }
.ideation .board .head { display: flex; align-items: center; gap: 10px; padding: 12px 18px; border-bottom: 1px solid var(--sd-border); background: var(--sd-grey-50); }
.ideation .board .head .dl { display: flex; gap: 6px; }
.ideation .board .head .dl span { width: 10px; height: 10px; border-radius: 50%; background: var(--sd-grey-300); }
.ideation .board .head .ti { font-size: 12px; font-weight: 700; color: var(--sd-grey-500); font-family: var(--sd-font-mono); }
.ideation .board .img { flex: 1; overflow: hidden; background: #fff; }
.ideation .board .img img { width: 100%; display: block; }
.ideation .board .cap { padding: 14px 18px; font-size: 13px; color: var(--sd-grey-600); line-height: 1.5; border-top: 1px solid var(--sd-border); }
.ideation .board .cap b { color: var(--sd-grey-900); font-weight: 800; }
.ideation .detail { border: 1px solid var(--sd-border); border-radius: 16px; overflow: hidden; background: var(--sd-grey-50); display: flex; flex-direction: column; }
.ideation .detail .img { padding: 22px 22px 0; display: flex; justify-content: center; }
.ideation .detail .img img { width: 86%; border-radius: 12px 12px 0 0; border: 1px solid var(--sd-border); border-bottom: 0; box-shadow: var(--sd-shadow-md); display: block; }
.ideation .detail .cap { padding: 18px 22px 22px; font-size: 13px; color: var(--sd-grey-600); line-height: 1.55; }
.ideation .detail .cap .t1 { font-size: 14.5px; font-weight: 800; color: var(--sd-grey-900); margin-bottom: 6px; }
@media (max-width: 920px){ .ideation { grid-template-columns: 1fr; } }

/* ── Close note bar ─────────────────────────────────────── */
.note-bar { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.04); }
.note-bar .ic { color: #5AA9FF; flex: 0 0 auto; }
.note-bar .tx { font-size: 14.5px; line-height: 1.5; color: #C5CADD; font-weight: 600; }
.note-bar .tx b { color: #fff; font-weight: 800; }

/* ── Decisions · horizontal scroll gallery ──────────────── */
.decwall-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin: 4px 0 20px; }
.decwall-head .dh-l { display: flex; flex-direction: column; gap: 4px; }
.decwall-head .dh-hint { font-size: 13.5px; color: var(--sd-grey-500); font-weight: 600; }
.decwall-head .dh-nav { display: flex; gap: 10px; }
.decwall-head .dh-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--sd-border); background: #fff; color: var(--sd-grey-700); display: grid; place-items: center; cursor: pointer; transition: all .15s var(--sd-ease); }
.decwall-head .dh-btn:hover { border-color: var(--sd-blue-300); color: var(--sd-blue-800); box-shadow: var(--sd-shadow-sm); }
.decwall-head .dh-btn svg { width: 18px; height: 18px; }

.decwall { display: flex; flex-direction: column; gap: 22px; padding: 6px 0 26px; }
.decwall .dec {
  width: 100%;
  border: 1px solid var(--sd-border); border-radius: 18px; background: #fff;
  box-shadow: var(--sd-shadow-sm); overflow: hidden; padding: 0; gap: 0;
  display: grid; grid-template-columns: 64px 1fr;
}
.decwall .dec:last-child { border-bottom: 1px solid var(--sd-border); }
.decwall .dec .idx { padding: 28px 0 0 28px; }
.decwall .dec .body { display: grid; grid-template-columns: 1.1fr 1fr; gap: 36px; padding: 26px 28px 28px 16px; align-items: center; }
.decwall .dec .deh { font-size: 21px; letter-spacing: -0.4px; }
.decwall .dec .flow { margin: 18px 0 0; }
.decwall .dec .vis { margin: 0; border-radius: 12px; border: 1px solid var(--sd-border); }
.decwall .dec .vis { overflow: auto; }
.decwall .dec .vis img { width: 323px; height: 671px; object-fit: cover; object-position: top; display: block; }
@media (max-width: 860px){
  .decwall .dec { grid-template-columns: 1fr; }
  .decwall .dec .idx { padding: 22px 22px 0; }
  .decwall .dec .body { grid-template-columns: 1fr; gap: 20px; padding: 10px 22px 22px; }
}

/* ── Final · hero walkthrough video ─────────────────────── */
.vhero { margin-bottom: 60px; }
.vhero-frame { box-shadow: 0 30px 80px rgba(11,16,41,.26); }
.vhero-video { width: 100%; display: block; background: #0B0F1F; aspect-ratio: 16 / 9; object-fit: cover; }
.vhero-cap { display: flex; align-items: center; justify-content: center; gap: 9px; margin-top: 16px; font-size: 13.5px; color: var(--sd-grey-500); font-weight: 600; }
.vhero-cap svg { width: 15px; height: 15px; color: var(--sd-blue-800); flex: 0 0 auto; }

/* ── Impact · proven results cards ──────────────────────── */
.results-head { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; color: var(--sd-grey-500); margin-bottom: 22px; }
.results-head .rh-badge { width: 24px; height: 24px; border-radius: 6px; background: var(--sd-blue-800); color: #fff; display: grid; place-items: center; flex: 0 0 24px; }
.results-head .rh-badge svg { width: 13px; height: 13px; fill: currentColor; stroke: currentColor; }
.results { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.rescard { border: 1px solid var(--sd-border); border-radius: 16px; overflow: hidden; background: #fff; display: flex; flex-direction: column; box-shadow: var(--sd-shadow-sm); }
.rescard .ph { position: relative; aspect-ratio: 1 / 1; background: var(--sd-grey-100); }
.rescard .ph image-slot { display: block; width: 100%; height: 100%; }
.rescard .logo { position: absolute; left: 16px; bottom: 16px; z-index: 3; pointer-events: none; color: #fff; font-weight: 800; font-size: 13.5px; letter-spacing: .2px; line-height: 1.2; background: rgba(11,16,41,.58); padding: 6px 12px; border-radius: 8px; backdrop-filter: blur(4px); max-width: calc(100% - 32px); }
.rescard .rb { padding: 18px 20px 16px; border-bottom: 1px solid var(--sd-border); }
.rescard .rtag { display: inline-block; font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; color: var(--sd-grey-500); background: var(--sd-grey-100); padding: 4px 9px; border-radius: 6px; }
.rescard .rnum { font-size: 40px; font-weight: 900; letter-spacing: -2px; line-height: 1; margin-top: 14px; color: var(--sd-fg-primary); }
.rescard .rlb { font-size: 13.5px; color: var(--sd-grey-600); margin-top: 6px; font-weight: 600; }
.rescard .rfoot { padding: 16px 20px 20px; }
.rescard .rco { font-size: 15px; font-weight: 800; letter-spacing: -0.2px; }
.rescard .rds { font-size: 13px; line-height: 1.5; color: var(--sd-grey-600); margin-top: 6px; }
@media (max-width: 980px){ .results { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .results { grid-template-columns: 1fr; } }

/* reveal on scroll */
.rv { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .rv { opacity: 1; transform: none; transition: none; } }

/* ── Image zoom lightbox ────────────────────────────────── */
img.zoomable { cursor: zoom-in; }
.lightbox {
  position: fixed; inset: 0; z-index: 1000;
  display: none; align-items: center; justify-content: center;
  padding: 4vmin;
  background: rgba(11, 16, 41, 0.82);
  -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px);
  cursor: zoom-out; opacity: 0; transition: opacity .2s ease-out;
}
.lightbox.open { display: flex; opacity: 1; }
.lightbox img {
  max-width: 96vw; max-height: 92vh; width: auto; height: auto;
  border-radius: 10px; box-shadow: var(--sd-shadow-lg);
  background: #fff;
}
.lightbox .lb-close {
  position: fixed; top: 20px; right: 24px;
  width: 44px; height: 44px; border-radius: 50%;
  border: 0; background: rgba(255,255,255,0.14); color: #fff;
  font-size: 26px; line-height: 1; cursor: pointer;
  display: grid; place-items: center;
  transition: background .15s ease-out;
}
.lightbox .lb-close:hover { background: rgba(255,255,255,0.28); }
