.how-hero { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; padding: 26px 0 32px; }
.how-hero h1 { margin: 4px 0 12px; font-size: clamp(36px,5vw,62px); line-height: 1.02; }
.how-hero p { max-width: 720px; color: var(--muted); font-size: 16px; }
.how-hero-art { color: var(--purple-2); }
.how-hero-art svg { width: 100%; height: auto; fill: rgba(124,58,237,.08); stroke: currentColor; stroke-width: 5; }
.how-steps { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.how-steps article { position: relative; display: grid; grid-template-columns: auto 1fr; gap: 14px; padding: 19px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel); }
.how-steps article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: #171207; background: var(--gold); font-weight: 900; }
.how-steps svg { width: 25px; height: 25px; color: var(--purple-2); }
.how-steps h2 { margin: 7px 0 5px; }
.how-steps p { margin: 0; color: var(--muted); }
.tour-explanation { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 22px; padding: 22px; border: 1px solid rgba(212,175,55,.28); border-radius: 14px; background: rgba(212,175,55,.06); }
.tour-explanation h2 { margin: 2px 0 6px; }
.tour-explanation p { margin: 0; color: var(--muted); }
@media (max-width: 760px) { .how-hero, .how-steps { grid-template-columns: 1fr; } .how-hero-art { max-width: 320px; } .tour-explanation { align-items: flex-start; flex-direction: column; } }
@media (max-width: 760px) {
    .how-hero h1 { font-size: 34px; }
    .how-hero > p:not(.eyebrow) { font-size: 14px; }
}
