.infrastructure-section{border-top:1px solid var(--line)}
.infrastructure-section .section-intro{max-width:720px}
.infrastructure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:32px}
.infrastructure-item{min-width:0;min-height:150px;padding:24px 26px;border:1px solid var(--line);background:#f6f5ee;display:flex;flex-direction:column;align-items:flex-start}
.infrastructure-item small{font:600 11px/1.4 var(--sans);letter-spacing:.13em;text-transform:uppercase;color:#6e796b}
.infrastructure-item strong{font:500 clamp(19px,2vw,27px)/1.22 var(--sans);color:var(--forest);margin-top:19px}
.infrastructure-item p{font:14px/1.5 var(--sans);color:#566357;margin:9px 0 0;overflow-wrap:anywhere}
.infrastructure-item.tone-planned strong{color:#866c3e}
.infrastructure-item.tone-neutral strong{color:#566357}
.infrastructure-empty{margin:30px 0 0;color:#667267}
.infrastructure-editor{max-width:1100px}
.infrastructure-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.infrastructure-editor-grid fieldset{min-width:0;margin:0;padding:22px;border:1px solid var(--line);background:#f8f7f0}
.infrastructure-editor-grid legend{font:600 15px/1.3 var(--sans);color:var(--forest);padding:0 7px}
.infrastructure-editor-grid label{display:block;margin-top:12px}
.infrastructure-editor-grid select,.infrastructure-editor-grid input{width:100%}
.infrastructure-editor-approval{max-width:660px;margin-top:28px}
.infrastructure-editor-approval small{display:block;margin-top:7px;color:#667267}
.infrastructure-editor-approval .infrastructure-check{display:flex;align-items:center;gap:12px;margin:20px 0 8px}
.infrastructure-editor-approval .infrastructure-check input{width:auto;flex:none}
@media(max-width:900px){.infrastructure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.infrastructure-grid,.infrastructure-editor-grid{grid-template-columns:1fr}.infrastructure-item{min-height:128px;padding:21px}.infrastructure-editor-grid fieldset{padding:18px}}
