.guide-page{min-height:calc(100vh - 4.5rem);padding-block:clamp(3rem,7vw,6rem);background-color:var(--hearth)}.guide-shell{max-width:64rem}.guide-section-kicker{color:var(--copper);font-family:var(--body);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.guide-switcher{position:-webkit-sticky;position:sticky;top:4.5rem;z-index:5;display:inline-flex;gap:.25rem;margin-block:2rem 0;padding:.3rem;border:1px solid rgba(232,224,213,.1);border-radius:999px;background-color:rgba(0,0,0,.88);-webkit-backdrop-filter:blur(.8rem);backdrop-filter:blur(.8rem)}.guide-switch{padding:.7rem 1.4rem;border-radius:999px;color:var(--dust);font-size:.9rem;font-weight:600;text-decoration:none;transition:background-color .18s ease,color .18s ease}.guide-switch-active,.guide-switch:hover{background-color:var(--copper);color:#241a14}.guide-section{max-width:62rem;padding-top:clamp(3rem,6vw,5rem);scroll-margin-top:8rem}.guide-section-heading{max-width:46rem}.guide-section-title{max-width:24ch;color:var(--parchment);font-family:var(--display);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:600;line-height:1.1;margin-top:.65rem}.guide-section-intro{max-width:58ch;color:var(--dust);font-size:1.05rem;line-height:1.85;margin-top:1.2rem}.guide-step-list{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;list-style:none;margin:clamp(2rem,4vw,3rem) 0 0;padding:0}.guide-step{display:grid;grid-template-columns:2.6rem minmax(0,1fr);grid-gap:1.2rem;gap:1.2rem;padding:1.5rem 1.6rem;border:1px solid rgba(232,224,213,.09);border-radius:.9rem;background:linear-gradient(135deg,rgba(232,224,213,.045),rgba(232,224,213,.015))}.guide-step-number{color:var(--copper);font-family:var(--display);font-size:1.15rem;font-weight:600;opacity:.65}.guide-step-content{min-width:0}.guide-step-command{display:inline-block;max-width:100%;overflow-wrap:anywhere;padding:.4rem .75rem;border:1px solid rgba(205,138,110,.26);border-radius:.45rem;color:var(--copper);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem;line-height:1.35}.guide-step-title{color:var(--parchment);font-family:var(--display);font-size:1.35rem;font-weight:600;line-height:1.25;margin-top:1.1rem}.guide-step-body{max-width:56ch;color:var(--dust);font-size:1rem;line-height:1.8;margin-top:.75rem}.guide-section-members .guide-step-list{gap:1rem}@media (min-width:700px){.guide-section-members .guide-step-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:900px){.guide-switcher{top:1rem}}@media (max-width:480px){.guide-switcher{display:flex;width:100%}.guide-switch{flex:1 1;text-align:center}.guide-step{padding:1.25rem;gap:.9rem}}@media (prefers-reduced-motion:reduce){.guide-switch{transition:none}}