/* InflectionRadar: one company move, one prospective need, evidence on request. */
.project-card.radar-investigation { grid-column:1/-1; width:100%; max-width:1120px; justify-self:center; }
.radar-brand-mark { flex:none; width:28px; height:28px; color:#315643; }
.radar-investigation .prototype-name { color:#315643; }
.radar-investigation .project-intro strong { font-size:clamp(24px,3vw,32px); max-width:none; }
.radar-demo { --radar-ink:#203c30; --radar-muted:#667363; --radar-rule:#d9dfd2; background:#f3f4ed; color:var(--radar-ink); padding:26px 34px 18px; }
.radar-service-picker { display:flex; align-items:center; flex-wrap:wrap; gap:10px; padding-bottom:25px; border-bottom:1px solid var(--radar-rule); }
.radar-service-picker label { font-size:14px; color:#52634f; }
#radar-service { font-family:inherit; font-size:14px; font-weight:600; color:#234432; background:#fffef8; border:1px solid #bbc8b4; border-radius:6px; min-height:44px; padding:10px 34px 10px 13px; cursor:pointer; max-width:100%; }
.radar-prediction { display:grid; grid-template-columns:minmax(0,.75fr) 54px minmax(0,1.25fr); gap:26px; align-items:center; padding:36px 0 30px; }
.radar-eyebrow { font-size:11px; color:#667363; margin-bottom:20px; }
#radar-company-logo { width:171px; height:28px; object-fit:contain; object-position:left center; margin-bottom:19px; }
#radar-company-move { font-size:21px; line-height:1.4; letter-spacing:-.025em; max-width:25ch; text-wrap:pretty; }
#radar-asof { display:block; font-size:10px; color:#6c7866; margin-top:14px; }
.radar-connection { color:#a08139; }
.radar-connection svg { width:54px; height:24px; }
.radar-result { min-width:0; }
.radar-result .radar-eyebrow { margin-bottom:13px; color:#53654c; }
#radar-brief-copy { min-height:204px; }
#radar-brief-title { font-family:Georgia,'Times New Roman',serif; font-size:clamp(38px,4.5vw,55px); font-weight:400; letter-spacing:-.045em; line-height:1.04; max-width:19ch; text-wrap:pretty; }
#radar-brief-reason { font-size:15px; line-height:1.6; color:#56654f; margin-top:18px; max-width:47ch; text-wrap:pretty; }
.radar-actions { display:flex; align-items:center; justify-content:space-between; gap:14px 24px; flex-wrap:wrap; padding-top:6px; }
#radar-reveal { display:flex; align-items:center; justify-content:space-between; gap:24px; border:1px solid #234432; border-radius:6px; background:#234432; color:#f8f6e9; min-height:48px; padding:12px 17px; font-size:13px; font-weight:500; line-height:1.4; text-align:left; transition:background .2s; }
#radar-reveal:hover { background:#345741; }
.radar-reveal-arrow { font-size:18px; transition:transform .2s; }
#radar-reveal[aria-expanded="true"] .radar-reveal-arrow { transform:rotate(180deg); }
#radar-next-company { border:0; background:none; color:#51664c; min-height:48px; padding:10px 0; font-size:12px; }
#radar-next-company span { margin-left:12px; }
#radar-next-company:hover { color:#203c30; text-decoration:underline; text-underline-offset:4px; }
.radar-proof { margin-top:27px; padding-top:26px; border-top:1px solid var(--radar-rule); }
.radar-proof-heading { display:flex; align-items:baseline; justify-content:space-between; gap:12px; margin-bottom:23px; }
.radar-proof-heading h4 { font-size:16px; font-weight:600; letter-spacing:-.02em; }
#radar-period { font-size:11px; color:#667363; }
.radar-timeline { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); list-style:none; margin:0; padding:0; gap:26px; }
.radar-timeline li { position:relative; min-width:0; padding-top:21px; border-top:1px solid #b7c4ae; }
.radar-timeline li::before { content:""; position:absolute; width:7px; height:7px; left:0; top:-5px; background:#a98031; border:1px solid #f3f4ed; border-radius:50%; }
.radar-timeline time { font-size:10px; color:#68745f; }
.radar-timeline strong { display:block; font-size:15px; font-weight:600; margin:11px 0 9px; line-height:1.35; letter-spacing:-.02em; }
.radar-timeline p { font-size:12px; line-height:1.65; color:#5e6c56; }
.radar-timeline a { display:inline-flex; gap:10px; align-items:center; min-height:44px; margin-top:5px; color:#35572e; font-size:11px; }
.radar-reasoning { display:grid; grid-template-columns:1.4fr 1fr; gap:30px; padding:21px 24px; background:#e8edde; border-radius:6px; margin-top:15px; }
.radar-reasoning h4 { font-size:11px; font-weight:600; margin-bottom:8px; }
.radar-reasoning p { font-size:13px; line-height:1.65; color:#56654c; }
.radar-demo-footer { margin-top:23px; font-size:10px; line-height:1.6; color:#6a7662; }
.radar-demo :is(button,a,select):focus-visible { outline:3px solid #b07820; outline-offset:4px; }
@media (max-width:850px) {
  .radar-demo { padding-inline:26px; }
  .radar-prediction { grid-template-columns:minmax(0,.8fr) 30px minmax(0,1.2fr); gap:20px; }
  .radar-connection svg { width:30px; }
  #radar-brief-title { font-size:42px; }
  #radar-company-move { font-size:19px; }
}
@media (max-width:650px) {
  .radar-demo { padding:20px 20px 17px; }
  .radar-service-picker { gap:8px; padding-bottom:20px; }
  .radar-service-picker label { font-size:13px; }
  #radar-service { font-size:13px; padding-right:12px; }
  .radar-prediction { grid-template-columns:minmax(0,1fr); gap:18px; padding:25px 0 24px; }
  .radar-move .radar-eyebrow { display:none; }
  #radar-company-logo { width:148px; height:24px; margin-bottom:13px; }
  #radar-company-move { max-width:29ch; font-size:18px; }
  #radar-asof { margin-top:10px; font-size:9px; }
  .radar-connection { height:20px; margin-left:4px; }
  .radar-connection svg { width:26px; height:20px; transform:rotate(90deg); }
  .radar-result .radar-eyebrow { font-size:11px; margin-bottom:10px; }
  #radar-brief-title { font-size:40px; max-width:18ch; }
  #radar-brief-copy { min-height:0; }
  #radar-brief-reason { font-size:14px; margin-top:14px; }
  .radar-actions { gap:5px; }
  #radar-reveal { width:100%; min-height:48px; padding-inline:13px; font-size:12px; gap:12px; }
  #radar-next-company { min-height:44px; }
  .radar-proof-heading { flex-direction:column; gap:7px; }
  .radar-timeline { grid-template-columns:minmax(0,1fr); gap:0; }
  .radar-timeline li { border-top:0; border-left:1px solid #b7c4ae; padding:0 0 19px 20px; margin-left:4px; }
  .radar-timeline li:last-child { border-color:transparent; padding-bottom:0; }
  .radar-timeline li::before { left:-5px; top:3px; }
  .radar-timeline strong { margin-top:8px; }
  .radar-reasoning { grid-template-columns:minmax(0,1fr); gap:20px; padding:18px; }
  .radar-demo-footer { margin-top:13px; font-size:9px; }
}
@media (max-width:350px) { .radar-demo { padding-inline:16px; } #radar-brief-title { font-size:35px; } }
@media (prefers-reduced-motion:reduce) { .radar-demo * { animation:none!important; transition:none!important; } }
