/* about -- expanded title block hero */
.idblock{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid var(--rule);border-top:1px solid var(--ink);background:var(--sheet)}
.idblock>div{padding:clamp(14px,2vw,22px) clamp(14px,2vw,20px);border-left:1px solid var(--rule);display:flex;flex-direction:column;gap:8px;min-width:0}
.idblock>div:first-child{border-left:0}
.idblock .k{color:var(--ink-3);font-size:12px;letter-spacing:.2em}
.idblock .v{font-size:clamp(.95rem,1.3vw,1.08rem);font-weight:500;line-height:1.45;overflow-wrap:anywhere}
.idblock>div:nth-child(n+4){border-top:1px solid var(--rule)}
.idblock>div:nth-child(4){border-left:0}
@media (max-width:760px){.idblock{grid-template-columns:minmax(0,1fr)}.idblock>div{border-left:0;border-top:1px solid var(--rule)}.idblock>div:first-child{border-top:0}}

/* six industries as a ruled duty schedule -- deliberately NOT the home card grid */
.dutysched{max-width:var(--maxw);margin:0 auto;border:1px solid var(--rule);border-top:1px solid var(--ink);background:var(--sheet);display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
.dutysched>div{display:grid;grid-template-columns:3.2em minmax(0,1fr);gap:4px 14px;padding:clamp(14px,2vw,20px) clamp(14px,2vw,22px);border-top:1px solid var(--rule-2);align-items:baseline}
.dutysched>div:nth-child(-n+2){border-top:0}
.dutysched>div:nth-child(odd){border-right:1px solid var(--rule-2)}
.dutysched .ix{font-family:var(--f-mono);font-size:12px;letter-spacing:.14em;color:var(--red);grid-row:span 2}
.dutysched h3{font-size:clamp(1.05rem,1.6vw,1.3rem);font-variation-settings:'wdth' 102}
.dutysched p{color:var(--ink-2);font-size:13.5px;line-height:1.45;grid-column:2}
@media (max-width:760px){.dutysched{grid-template-columns:minmax(0,1fr)}.dutysched>div:nth-child(odd){border-right:0}.dutysched>div:nth-child(2){border-top:1px solid var(--rule-2)}}
