.editorial {background:#ECE9E3;color:var(--ink);padding:clamp(3rem,6vw,5rem) var(--pad) clamp(4rem,7vw,6rem);}
.editorial__wrap {max-width:960px;margin-inline:auto;}
.editorial h1 {font-family:var(--serif);font-weight:400;font-size:clamp(2.6rem,2rem + 2.4vw,4.2rem);line-height:1.05;letter-spacing:-.025em;margin:0 0 1.75rem;}
.editorial__intro {font-size:clamp(1.15rem,1rem + .5vw,1.4rem);line-height:1.65;max-width:750px;color:var(--ink-2);}
.editorial__section {margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(11,29,51,.15);}
.editorial h2 {font-family:var(--serif);font-size:clamp(1.8rem,1.5rem + .8vw,2.3rem);font-weight:400;line-height:1.16;margin:0 0 1rem;}
.editorial p + p {margin-top:1rem;}
.editorial__section p,.editorial li,.editorial dd {font-size:1rem;line-height:1.75;color:var(--ink-2);max-width:780px;}
.editorial__section a:not(.btn) {text-decoration:underline;text-underline-offset:4px;}
.editorial__founder {display:grid;grid-template-columns:180px 1fr;gap:2rem;align-items:center;}
.editorial__founder img {width:180px;aspect-ratio:4/5;object-fit:cover;border-radius:var(--r-card);}
.editorial__role {font-size:.85rem!important;color:var(--steel)!important;margin-bottom:1rem;}
.editorial__actions {display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:1.75rem;}
.legal-status {margin:0 0 2rem;padding:1rem 1.25rem;border-left:3px solid var(--steel);background:rgba(11,29,51,.045);font-size:.85rem;line-height:1.6;}
.legal-status strong {display:block;color:var(--ink);font-weight:600;margin-bottom:.25rem;}
.legal-fields {margin:1.25rem 0 0;display:grid;grid-template-columns:minmax(150px,1fr) 2fr;gap:.7rem 1.5rem;}
.legal-fields dt {font-weight:500;font-size:.95rem;line-height:1.6;}
.legal-fields dd {margin:0;}
.legal-pending {color:var(--steel);font-size:.9rem;}
.editorial__section ul {padding-left:1.2rem;margin:1rem 0;}
.editorial__section li + li {margin-top:.5rem;}
.editorial__date {font-size:.8rem;color:var(--ink-2);margin-bottom:1.5rem;}
@media(max-width:600px){
 .editorial__founder {grid-template-columns:1fr;gap:1.5rem;}
 .editorial__founder img {width:150px;}
 .editorial__actions {align-items:stretch;flex-direction:column;gap:1.2rem;}
 .editorial__actions .btn {width:100%;}
 .legal-fields {grid-template-columns:1fr;gap:.3rem;}
 .legal-fields dd {margin-bottom:.7rem;}
}
