.editorial-page{display:grid;gap:clamp(2rem,5vw,3.5rem);width:100%;max-width:var(--wf-width-content);min-height:100vh;margin:0 auto;padding:clamp(2rem,5vw,4rem) var(--wf-gutter) clamp(3rem,7vw,5.5rem);box-sizing:border-box;background:var(--wf-paper);color:var(--wf-ink)}.editorial-page.content-page{max-width:var(--wf-width-prose)}.editorial-page .page-header,.editorial-page .page-hero{display:grid;gap:var(--wf-space-3);padding-bottom:clamp(1.5rem,4vw,2.5rem);border:0;border-bottom:1px solid var(--wf-hairline);border-radius:0;background:transparent;box-shadow:none;text-align:left}.editorial-page .page-hero{padding:clamp(1.5rem,4vw,2.5rem) 0 clamp(1.5rem,4vw,2.5rem)}.editorial-page .breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;margin:0 0 var(--wf-space-1);color:var(--wf-muted);font-size:var(--wf-text-small)}.editorial-page .breadcrumb a{color:var(--wf-clay-strong);text-decoration:none;font-weight:800}.editorial-page .breadcrumb a:hover{color:var(--wf-ink);text-decoration:underline;text-underline-offset:4px}.editorial-page .separator{margin:0;color:var(--wf-muted)}.editorial-page .eyebrow{margin:0;color:var(--wf-teal-strong);font-size:var(--wf-text-label);font-weight:900;letter-spacing:var(--wf-tracking-label);text-transform:uppercase}.editorial-page h1,.editorial-page h2,.editorial-page h3,.editorial-page .page-header h1,.editorial-page .page-hero h1,.editorial-page .section h2,.editorial-page .content-section h2,.editorial-page .section h3,.editorial-page .content-section h3{margin:0;color:var(--wf-ink);font-family:var(--wf-font-display);letter-spacing:0}.editorial-page h1,.editorial-page .page-header h1,.editorial-page .page-hero h1{max-width:13ch;font-size:clamp(2.65rem,7vw,4.75rem);line-height:.96}.editorial-page h2,.editorial-page .section h2,.editorial-page .content-section h2{font-size:clamp(1.75rem,4vw,2.35rem);line-height:1.05}.editorial-page h3,.editorial-page .section h3,.editorial-page .content-section h3{font-size:1.15rem;line-height:1.18}.editorial-page .tagline,.editorial-page .lead{max-width:68ch;margin:0;color:var(--wf-body-soft);font-size:clamp(1.08rem,2vw,1.24rem);line-height:1.65}.editorial-page .meta{margin:0;color:var(--wf-muted);font-size:var(--wf-text-small);font-weight:800}.editorial-page .section,.editorial-page .content-section{display:grid;gap:var(--wf-space-3);margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.editorial-page p,.editorial-page li,.editorial-page .section p,.editorial-page .content-section p,.editorial-page .section li,.editorial-page .content-section li{color:var(--wf-body-soft);line-height:1.72}.editorial-page p,.editorial-page .section p,.editorial-page .content-section p{margin:0}.editorial-page .section p+p,.editorial-page .content-section p+p{margin-top:0}.editorial-page .section>p,.editorial-page .section>ul,.editorial-page .section>ol,.editorial-page .content-section>p,.editorial-page .content-section>ul,.editorial-page .content-section>ol{max-width:76ch}.editorial-page ul,.editorial-page ol,.editorial-page .section ul,.editorial-page .section ol,.editorial-page .content-section ul,.editorial-page .content-section ol{display:grid;gap:var(--wf-space-2);margin:0;padding-left:1.35rem}.editorial-page strong{color:var(--wf-ink);font-weight:800}.editorial-page a{color:var(--wf-clay-strong);text-underline-offset:3px}.editorial-page a:hover{color:var(--wf-ink)}.guide-types-grid,.traveler-grid,.faq-grid,.link-grid{display:grid;gap:var(--wf-space-3)}.guide-types-grid,.faq-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr))}.traveler-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.link-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}.guide-type-card,.traveler-card,.faq-card,.format-item,.contributor{padding:var(--wf-space-4);border:1px solid var(--wf-hairline);border-radius:var(--wf-radius-sm);background:var(--wf-surface);box-shadow:none}.guide-type-card,.traveler-card,.format-item{display:grid;gap:var(--wf-space-2)}.guide-type-card p,.traveler-card p,.faq-card p,.format-item p{font-size:.97rem;line-height:1.62}.traveler-header{display:flex;gap:var(--wf-space-3);align-items:center}.traveler-emoji{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--wf-radius-sm);background:var(--wf-teal-wash);font-size:1.35rem;line-height:1}.traveler-detail{display:grid;gap:var(--wf-space-2)}.challenge-label,.solution-label,.links-label{color:var(--wf-muted)!important;font-size:var(--wf-text-label)!important;font-weight:900;letter-spacing:var(--wf-tracking-label);text-transform:uppercase}.traveler-links{display:grid;gap:var(--wf-space-2);margin-top:auto;padding-top:var(--wf-space-3);border-top:1px solid var(--wf-hairline)}.dest-chips{display:flex;flex-wrap:wrap;gap:var(--wf-space-2)}.dest-chip,.link-grid a{display:inline-flex;align-items:center;min-height:44px;border:1px solid var(--wf-line-strong);border-radius:var(--wf-radius-sm);background:var(--wf-surface);color:var(--wf-ink);text-decoration:none;font-weight:800}.dest-chip{padding:.35rem .75rem;font-size:var(--wf-text-small)}.link-grid a{padding:.75rem 1rem}.dest-chip:hover,.link-grid a:hover{border-color:var(--wf-teal);color:var(--wf-teal-strong)}.link-grid a:focus-visible,.dest-chip:focus-visible,.author-links a:focus-visible,.editorial-page .back-link:focus-visible{outline:3px solid rgba(30,110,104,.35);outline-offset:3px}.format-list{display:grid;gap:var(--wf-space-3)}.questions-list,.link-list,.steps{display:grid;gap:var(--wf-space-2)}.editorial-page .last-updated{margin:0;color:var(--wf-muted);font-size:var(--wf-text-small);font-style:normal}.editorial-page .page-footer{display:flex;flex-wrap:wrap;gap:var(--wf-space-3);align-items:center;justify-content:space-between;padding-top:var(--wf-space-4);border-top:1px solid var(--wf-hairline)}.editorial-page .back-link{display:inline-flex;align-items:center;min-height:44px;color:var(--wf-clay-strong);text-decoration:none;font-weight:800}.editorial-page .back-link:hover{color:var(--wf-ink);text-decoration:underline;text-underline-offset:4px}.author-page .author-header{justify-items:start}.author-avatar{width:160px;height:160px;border:1px solid var(--wf-hairline);border-radius:50%;background:var(--wf-surface);box-shadow:var(--wf-shadow-hero)}.author-links{display:flex;flex-wrap:wrap;gap:var(--wf-space-2);margin:var(--wf-space-1) 0 0;padding:0;list-style:none}.author-links a{display:inline-flex;align-items:center;min-height:44px;padding:.4rem .8rem;border:1px solid var(--wf-line-strong);border-radius:var(--wf-radius-sm);background:var(--wf-surface);color:var(--wf-clay-strong);text-decoration:none;font-weight:800}.author-links a:hover{border-color:var(--wf-clay);color:var(--wf-ink)}.contributor{display:grid;gap:var(--wf-space-2)}.contributor+.contributor{margin-top:var(--wf-space-2)}@media (max-width: 720px){.editorial-page{gap:var(--wf-space-5);padding-block-start:var(--wf-space-5)}.editorial-page h1{max-width:none;font-size:clamp(2.45rem,14vw,3.75rem)}.guide-type-card,.traveler-card,.faq-card,.format-item,.contributor{padding:var(--wf-space-3)}.editorial-page .page-footer{align-items:flex-start;justify-content:flex-start}}
