/* A305: a wider overview, readable supporting text, and space between groups. */
.technical-frame{
 padding:clamp(32px,3vw,52px) clamp(20px,3vw,56px);
 grid-template-rows:auto 1fr auto;
 row-gap:clamp(40px,5vh,72px);
}
.technical-frame>.brand-intro{width:100%;max-width:1680px;justify-self:center;padding:0;text-align:center}
.brand-intro .eyebrow{max-width:none;margin:0 0 24px;font-size:clamp(.7rem,.84vw,.8125rem);line-height:1.6;letter-spacing:.2em}
.brand-lockup{justify-content:center;align-items:center;gap:clamp(16px,2vw,28px)}
.brand-lockup h1{max-width:none;color:var(--brand-deep);font-size:clamp(2rem,3.1vw,3.5rem);line-height:1.12;letter-spacing:-.025em}
.brand-lockup h1 span{color:var(--brand-deep);font-family:var(--font-geist-sans);font-size:.58em;letter-spacing:0;vertical-align:baseline;font-weight:400}
.brand-lockup .brand-mark{width:clamp(48px,4.4vw,74px);height:clamp(48px,4.4vw,74px);margin:0}
.technical-frame>.development-overview{
 width:100%;max-width:1680px;justify-self:center;align-self:center;align-items:center;
 grid-template-columns:minmax(0,1fr) minmax(0,1fr);
 gap:clamp(40px,4.5vw,80px);padding:0;
}
.development-story{min-width:0;width:100%;max-width:700px;display:flex;flex-direction:column;gap:clamp(48px,5vw,80px)}
.development-story .mission{max-width:36ch;width:100%;margin:0;color:var(--brand-deep);font-size:clamp(1.5rem,1.9vw,2.125rem);line-height:1.5}
.development-story>.development-status{align-self:stretch;justify-self:stretch;max-width:none;width:100%}
.development-status>.section-label,.market-content>.section-label{margin:0 0 20px;color:#53697e;font-size:.8125rem;font-weight:500;line-height:1.5;letter-spacing:.14em}
.development-status .markers{gap:14px}
.development-status .markers li{display:flex;align-items:center;justify-content:center;min-height:48px;padding:14px 18px;font-size:clamp(.75rem,.85vw,.875rem);line-height:1.35;letter-spacing:.04em}
.development-demo{min-width:0;padding-left:clamp(40px,4.5vw,80px);border-left:1px solid var(--hairline)}
.kabir-preview{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;margin-top:0}
.kabir-headshot{width:min(100%,540px);margin:0;pointer-events:none;user-select:none;-webkit-user-select:none;cursor:default}
.kabir-headshot img{display:block;width:100%;height:auto;background:transparent;pointer-events:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;mask-image:linear-gradient(to bottom,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 90%,transparent 100%)}
body .button.kabir-demo-button{width:min(100%,620px);min-height:84px;padding:18px 24px;font-size:clamp(1.0625rem,1.5vw,1.25rem);line-height:1.4}
.ordinary-tissue-phrase{white-space:nowrap}
.market-context{width:min(100%,620px);margin:clamp(40px,3.6vw,56px) auto 0}
.market-metric{display:grid;grid-template-columns:120px minmax(0,1fr);gap:26px;align-items:center;padding:26px;border:1px solid #d0dbdf;border-radius:16px;background:rgba(255,255,255,.34)}
.metric-dial{position:relative;width:120px;height:120px;display:grid;place-items:center}
.metric-dial svg{position:absolute;inset:0;width:100%;height:100%;fill:none;stroke-width:5}
.metric-track{stroke:#d2dee4}.metric-arc{stroke:#0865d6;stroke-linecap:butt}
.metric-value{position:relative;color:var(--brand-deep);font:650 32px/1 var(--font-geist-sans);letter-spacing:-.035em}
.metric-copy{min-width:0}
.metric-copy h3{margin:0 0 14px;color:var(--brand-deep);font:600 clamp(1rem,1.2vw,1.1875rem)/1.35 var(--font-geist-sans)}
.metric-copy .metric-clarifier{display:block;margin-top:5px;font-size:.875rem;line-height:1.45;font-weight:400;color:#536b83}
.metric-copy p{margin:0;color:#536b83;font-size:.875rem;line-height:1.6}
.metric-copy .metric-definition{margin-top:3px}
.metric-source{display:inline-block;margin-top:10px;color:#365c86;font-size:.8125rem;line-height:1.6;text-decoration-color:#aec7dc;text-underline-offset:3px}
.metric-source:hover{color:var(--brand-deep);text-decoration-color:currentColor}
.technical-frame>footer{gap:28px;flex-wrap:wrap;padding-top:32px}
.technical-frame .contact{max-width:100%;font-size:.9375rem}
.technical-frame .contact a{overflow-wrap:anywhere}
.technical-frame .contact-name{font-size:1rem}
.technical-frame .footer-links{gap:12px 22px;font-size:.8125rem;line-height:1.5}
.technical-frame .company-status{font-size:.75rem;line-height:1.8}

/* Keep the wider desktop layout comfortable before switching to one column. */
@media(min-width:1041px) and (max-width:1280px){
 .technical-frame>.development-overview{gap:36px}
 .development-demo{padding-left:36px}
 .market-metric{grid-template-columns:92px minmax(0,1fr);gap:18px;padding:20px}
 .metric-dial{width:92px;height:92px}.metric-value{font-size:27px}
}
@media(max-width:1040px){
 .technical-frame{grid-template-rows:auto auto auto;row-gap:48px}
 .technical-frame>.development-overview{grid-template-columns:1fr;gap:48px;max-width:700px;padding:0}
 .development-story{max-width:none;gap:40px}
 .development-story .mission{max-width:none}
 .development-demo{border-left:0;border-top:1px solid var(--hairline);padding:40px 0 0}
 .brand-lockup h1{font-size:clamp(1.8rem,4.4vw,2.8rem)}
 .kabir-headshot{width:min(100%,480px)}
 .technical-frame>footer{margin-top:0;gap:24px 36px}
}
@media(max-width:560px){
 .technical-frame{padding:30px 20px 26px;row-gap:40px}
 .brand-lockup h1{font-size:clamp(1.4rem,5.6vw,1.9rem)}
 .brand-lockup{gap:12px}.brand-lockup .brand-mark{width:44px;height:44px}
 .brand-intro .eyebrow{margin-bottom:20px;font-size:.6875rem;letter-spacing:.12em}
 .development-story{gap:32px}
 .development-story .mission{font-size:clamp(1.25rem,4.5vw,1.5rem);line-height:1.52}
 .development-status>.section-label,.market-content>.section-label{margin-bottom:16px;font-size:.75rem}
 .development-status .markers{gap:12px}
 .development-status .markers li{padding:12px 10px;font-size:.75rem}
 .technical-frame>.development-overview{gap:36px}
 .development-demo{padding-top:32px}
 .kabir-preview{gap:20px}
 body .button.kabir-demo-button{min-height:76px;padding:16px 12px;font-size:1rem}
 .market-context{margin-top:36px}
 .market-metric{grid-template-columns:88px minmax(0,1fr);gap:18px;padding:18px}
 .metric-dial{width:88px;height:88px}.metric-value{font-size:25px}
 .metric-copy h3{font-size:1rem}
 .metric-copy .metric-clarifier{font-size:.8125rem}
 .metric-copy p,.metric-source{font-size:.8125rem}
 .technical-frame>footer{padding-top:28px;gap:26px}
}
@media(max-width:420px){
 .market-metric{grid-template-columns:minmax(0,1fr);justify-items:center;gap:20px;padding:22px 18px;text-align:center}
 .metric-dial{width:104px;height:104px}.metric-value{font-size:28px}
 .metric-copy{width:100%}
}
@media(max-width:360px){
 .technical-frame{padding-inline:16px}
 .brand-lockup .brand-mark{width:36px;height:36px}
 .development-status .markers{grid-template-columns:1fr}
}
