.editorial-content-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(15rem,1fr);gap:clamp(1.5rem,4vw,3.5rem);align-items:start}.editorial-sidebar{display:grid;gap:1rem;position:sticky;top:1rem}.editorial-card{border:1px solid var(--color-border,#e5e2dc);border-radius:var(--radius-lg,1rem);padding:1.15rem;background:var(--color-surface,#fff);box-shadow:var(--shadow-sm,0 3px 14px rgba(25,22,18,.05))}.editorial-card__title{font-size:1rem;margin:0 0 .8rem}.editorial-card__body{color:var(--color-text-secondary,#54514d);line-height:1.65}.editorial-card__body>:first-child{margin-top:0}.editorial-card__body>:last-child{margin-bottom:0}.editorial-card__body img{display:block;max-width:100%;height:auto;border-radius:.6rem}.editorial-card__quote{margin:0}.editorial-card__quote cite{display:block;margin-top:.7rem;font-size:.85rem}@media(max-width:800px){.editorial-content-layout{display:block}.editorial-sidebar{position:static;margin-top:2rem}}
