.authority { background: var(--color-green); color: #f5f3ed; padding-block: 4rem; }
.authority__band { display: grid; grid-template-columns: 1.3fr 2fr; gap: clamp(2rem, 4vw, 4rem); align-items: center; min-height: 9rem; }
.authority__identity { display: flex; align-items: center; gap: 1.5rem; padding-right: 2rem; border-right: 1px solid rgb(228 207 161 / 25%); min-height: 7rem; }
.authority__imagotype { width: 4.5rem; height: 4.5rem; object-fit: contain; flex: 0 0 auto; }
.authority__identity p { font-size: .92rem; line-height: 1.65; }
.authority-stats { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: clamp(1.5rem, 3vw, 3rem); align-items: start; }
.authority-stat__value { display: block; font-size: clamp(2.5rem, 4vw, 3.6rem); font-weight: 300; line-height: 1.1; letter-spacing: -.045em; font-variant-numeric: tabular-nums; white-space: nowrap; color: var(--color-sand); }
.authority-stat__label { margin-top: 1rem; max-width: 20ch; font-size: .85rem; line-height: 1.5; color: rgb(245 243 237 / 85%); }
.authority-stat--pending .authority-stat__value { opacity: .35; }
@media (min-width: 768px) and (max-width: 1100px) {
    .authority__band { grid-template-columns: 1fr 1.8fr; gap: 1.5rem; }
    .authority__identity { gap: .8rem; padding-right: 1rem; }
    .authority__imagotype { width: 3rem; height: 3rem; }
    .authority__identity p { font-size: .8rem; }
    .authority-stats { gap: 1rem; }
    .authority-stat__label { font-size: .75rem; }
}
@media (max-width: 767px) {
    .authority { padding-block: 3rem; }
    .authority__band { grid-template-columns: 1fr; gap: 2rem; }
    .authority__identity { flex-direction: column; align-items: flex-start; border-right: 0; border-bottom: 1px solid rgb(228 207 161 / 25%); padding: 0 0 2rem; gap: 1.25rem; }
    .authority-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
    .authority-stat:last-child { grid-column: 1 / -1; }
    .authority-stat__value { font-size: 3rem; }
    .authority-stat__label { margin-top: .75rem; }
}
