body.home{background:#f3f1ea}
.comp-hero{padding:1.5rem 0 2rem}
.board{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:auto auto;gap:12px}
.blk-copy{background:#fff;border:5px solid #111;padding:1.25rem 1.3rem;grid-column:1;grid-row:1}
.blk-copy h1{font-size:clamp(1.2rem,2.8vw,1.8rem);line-height:1.28;margin-bottom:.55rem}
.blk-pic{border:5px solid #111;background:#0055a5;padding:.4rem;grid-column:2;grid-row:1 / span 2}
.ports{display:grid;grid-template-columns:140px 1fr;gap:12px;align-items:center;grid-column:1;grid-row:2}
.port-c{width:140px;height:140px;border:5px solid #111;border-radius:50%;background:#e30613;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:.5rem;font-weight:800;font-size:.78rem}
.port-r{border:5px solid #111;background:#f5d300;min-height:88px;display:flex;align-items:center;padding:0 1rem;font-weight:800}
.kpis{display:flex;gap:10px;flex-wrap:wrap;margin-top:1rem}
.kpis div{width:92px;height:92px;border:4px solid #111;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:.68rem;font-weight:800}
.kpis div:nth-child(1){background:#e30613;color:#fff}
.kpis div:nth-child(2){background:#f5d300;margin-top:14px}
.kpis div:nth-child(3){background:#0055a5;color:#fff;margin-top:28px}
.kpis strong{font-size:1rem}

.geo3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;align-items:end}
.geo{border:5px solid #111;padding:1.1rem;min-height:170px}
.geo.round{border-radius:50%;background:#f5d300;text-align:center}
.geo.sq{background:#fff}
.geo.tri{background:#0055a5;color:#fff;clip-path:polygon(50% 0,100% 100%,0 100%);padding:2.4rem 1.2rem 1.2rem;text-align:center}
.geo h3{font-size:.95rem;margin-bottom:.3rem}

.bars-w{display:flex;flex-direction:column;gap:10px}
.bw{border:5px solid #111;padding:.9rem 1.1rem}
.bw:nth-child(1){width:100%;background:#e30613;color:#fff}
.bw:nth-child(2){width:82%;background:#f5d300;margin-left:9%}
.bw:nth-child(3){width:64%;background:#0055a5;color:#fff;margin-left:18%}
.bw h3{font-size:.92rem}

.fields{display:grid;grid-template-columns:58% 42%;gap:0}
.fields .a{border:5px solid #111;background:#fff;padding:1.1rem}
.fields .b{border:5px solid #111;border-left:none;background:#e30613;color:#fff;padding:1.1rem}
.fields h3{margin-bottom:.45rem}
.fields li{padding:.28rem 0;border-bottom:3px solid #111;font-size:.86rem}
.fields .b li{border-bottom-color:#fff}
.home-shot{margin-top:12px;border:5px solid #111}

.home-cta{background:#111;color:#fff;padding:2.1rem 0;border-top:8px solid #f5d300}
.home-cta a{margin:.25rem .25rem 0 0}

@media(max-width:768px){
  .board,.geo3,.fields{grid-template-columns:1fr}
  .blk-pic{grid-column:1;grid-row:auto}
  .ports{grid-column:1;grid-template-columns:1fr}
  .port-c{margin:0 auto}
  .geo.tri{clip-path:none}
  .fields .b{border-left:5px solid #111;border-top:none}
  .bw:nth-child(2),.bw:nth-child(3){width:100%;margin:0}
  .kpis div{margin-top:0 !important}
}
