/* Public header and organization cards. Loaded after the base stylesheet. */
.brand{flex:0 0 auto;white-space:nowrap}
.main-nav{flex:1;min-width:0;justify-content:flex-end;gap:18px;flex-wrap:nowrap}
.main-nav a{white-space:nowrap}

.structure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}
.structure-card{min-width:0;overflow:hidden;padding:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 8px 25px rgba(15,39,65,.05)}
.structure-photo{height:230px;display:grid;place-items:center;align-content:center;gap:10px;overflow:hidden;background:linear-gradient(135deg,#d7efff,#76c6e9 50%,#28598d);color:#fff;font-size:62px}
.structure-photo img{display:block;width:100%;height:100%;object-fit:cover}
.structure-monogram{display:grid;place-items:center;width:82px;height:82px;border:2px solid rgba(255,255,255,.72);border-radius:50%;background:rgba(11,31,58,.23);font-weight:800}.structure-photo-note{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.88)}
.structure-body{padding:18px 20px 20px}
.structure-body h3{margin:0;font-size:20px;line-height:1.22;overflow-wrap:anywhere}
.structure-body p{margin:8px 0 0;color:var(--muted);font-size:14px}
.structure-body p span{padding:0 3px;color:var(--primary)}

@media(max-width:1100px){.main-nav{gap:13px;font-size:13px}}
@media(max-width:900px){.structure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.structure-photo{height:210px}}
@media(max-width:620px){.structure-grid{grid-template-columns:1fr}.structure-photo{height:240px}}
