:root{font-family:Arial,Helvetica,sans-serif;color:#183448;background:#fff;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit}a:focus-visible{outline:3px solid #126ca8;outline-offset:6px}.header,main,footer{max-width:1240px;margin:auto}.header{padding:30px 36px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #d9e2e8}.brand{text-decoration:none;font-size:24px;font-weight:700;letter-spacing:-.7px}.brand span{display:block;margin-top:6px;font-size:12px;letter-spacing:1.5px;font-weight:400;text-transform:uppercase;color:#526b7c}.project-nav{font-size:14px;text-underline-offset:5px}.intro{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr);gap:70px;padding:80px 36px 70px}.eyebrow{font-size:13px;text-transform:uppercase;letter-spacing:1.8px;line-height:1.6;color:#356b90;margin:0 0 20px}h1{font-size:clamp(42px,6vw,76px);line-height:1.1;letter-spacing:-3px;margin:0 0 24px}.project-title{font-size:clamp(22px,2.4vw,30px);line-height:1.4;margin:0 0 26px}.lead{font-size:18px;line-height:1.75;color:#526675;margin:0}.funding{align-self:start;padding:32px;background:#f3f7fa;border-top:4px solid #22567d;scroll-margin-top:24px}.funding img{width:100%;height:auto;display:block;margin:0 0 34px}.funding h2{font-size:17px;margin:0 0 14px}.funding p{font-size:16px;line-height:1.75;margin:0}.details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px;padding:48px 36px 72px;border-top:1px solid #d9e2e8}.number{font-size:14px;font-weight:700;color:#356b90}.details h2{font-size:23px;margin:16px 0 20px}.details p{color:#526675;font-size:16px;line-height:1.8;margin:0 0 16px}footer{padding:30px 36px;border-top:1px solid #d9e2e8;display:flex;justify-content:space-between;gap:20px;font-size:14px;color:#526675}footer strong{color:#183448}@media(max-width:850px){.intro{grid-template-columns:1fr;gap:40px;padding-top:48px}.funding{max-width:520px}.funding img{max-width:320px}.details{grid-template-columns:1fr;gap:30px}.details article{max-width:650px}}@media(max-width:480px){.header{align-items:start}.header,footer{padding:24px}.project-nav{max-width:130px;line-height:1.5;text-align:right}.intro{padding:40px 24px}.details{padding:32px 24px}.funding{padding:24px}footer{flex-direction:column}h1{letter-spacing:-1.5px}}
:root { scroll-behavior: smooth; }
.prototype { padding: 48px 36px 64px; border-top: 1px solid #d9e2e8; }
.prototype-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.prototype-heading .eyebrow { margin-bottom: 12px; }
.prototype h2 { margin: 0; font-size: clamp(26px, 3vw, 36px); letter-spacing: -.7px; }
.project-stage { flex-shrink: 0; padding: 9px 14px; border: 1px solid #c9d9e5; border-radius: 6px; background: #f3f7fa; color: #22567d; font-size: 14px; font-weight: 600; }
.prototype-description { max-width: 740px; margin: 20px 0 32px; color: #526675; font-size: 16px; line-height: 1.75; }
.prototype-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.prototype-gallery figure { margin: 0; padding: 20px; display: flex; flex-direction: column; min-width: 0; }
.prototype-gallery img { display: block; width: 100%; height: clamp(280px, 38vw, 480px); object-fit: contain; }
.prototype-note { margin: 20px 0 0; color: #526675; font-size: 14px; line-height: 1.7; }
.prototype-gallery figcaption { margin-top: 16px; padding-top: 14px; color: #526675; font-size: 14px; line-height: 1.5; }
@media(max-width:650px) { .prototype-heading { align-items: flex-start; flex-direction: column; gap: 16px; } .prototype-gallery { grid-template-columns: 1fr; } .prototype-gallery img { height: 360px; } }
@media(max-width:480px) { .prototype { padding: 32px 24px 40px; } .prototype-gallery figure { padding: 14px; } }
@media(prefers-reduced-motion:reduce) { :root { scroll-behavior: auto; } }
