.guide-wrap { width: min(800px, calc(100% - 32px)); margin: 0 auto; }
.guide-hero { background: #fff; padding: 32px 0 48px; border-bottom: 1px solid var(--line); }
.guide-breadcrumb { color: var(--muted); font-size: 13px; margin-bottom: 36px; }
.guide-hero h1 { font-size: clamp(28px, 4vw, 40px); line-height: 1.5; text-wrap: balance; }
.guide-meta { font-size: 13px; color: var(--muted); margin-top: 24px; }
.guide-content { padding-top: 36px; padding-bottom: 48px; overflow-wrap: anywhere; }
.guide-content section { margin: 64px 0; scroll-margin-top: 100px; }
.guide-content h2 { font-size: clamp(23px, 3vw, 30px); line-height: 1.5; }
.guide-content h3 { margin-top: 36px; font-size: 21px; }
.guide-content p { line-height: 1.95; }
.guide-content a:not(.btn), .guide-breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.guide-page a:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }
.guide-toc { padding: 24px; box-shadow: none; }
.guide-toc h2 { font-size: 20px; }
.guide-content ol, .guide-content ul { padding-left: 1.5em; }
.guide-content li + li { margin-top: 12px; }
.guide-tip { padding: 22px; border-left: 4px solid var(--navy); background: #fff; margin: 24px 0; }
.guide-tip p { margin: 8px 0 0; }
.guide-fields { background: #fff; padding: 0 24px; border: 1px solid var(--line); border-radius: var(--radius); }
.guide-fields > div { padding: 18px 0; }
.guide-fields > div + div { border-top: 1px solid var(--line); }
.guide-fields dt { font-weight: 700; color: var(--navy); }
.guide-fields dd { margin: 6px 0 0; }
.guide-shot { margin: 28px auto 40px; max-width: 600px; }
.guide-shot img { width: 100%; height: auto; border: 1px solid var(--line); border-radius: 12px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
