.pilot { padding:42px; background:var(--paper); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); display:grid; grid-template-columns:1.1fr .9fr; gap:34px; align-items:end; }
.pilot h2 { margin-bottom:14px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2rem,3.5vw,3.5rem); line-height:1.03; letter-spacing:-.04em; }
.pilot p { margin-bottom:0; color:var(--muted); font-size:.97rem; }
.pilot ul { list-style:none; padding:0; margin:0 0 22px; display:grid; gap:9px; color:#4d4841; }
.pilot li::before { content:"—"; margin-right:10px; color:var(--accent); font-weight:800; }