.blog-hero .page-copy { max-width: 680px; } .blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; } .blog-card { display: flex; min-height: 100%; overflow: hidden; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); box-shadow: var(--card-shadow); transition: transform 180ms var(--ease-out), box-shadow 180ms ease, border-color 160ms ease; } .blog-card:hover { border-color: rgba(8, 124, 240, 0.3); box-shadow: var(--card-shadow-hover); transform: translateY(-2px); } .blog-card-image { width: 100%; aspect-ratio: 16 / 9; background: var(--surface-muted); object-fit: cover; } .blog-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; } .blog-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--muted); font-size: 13px; font-weight: 800; } .blog-card h2 { margin: 14px 0 0; color: var(--navy); font-size: 24px; line-height: 1.2; } .blog-card h2 a { text-decoration: none; } .blog-card p { margin: 12px 0 0; color: var(--text); font-size: 15px; line-height: 1.65; } .blog-card .card-action { margin-top: auto; } .blog-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 34px; color: var(--muted); font-size: 14px; font-weight: 800; } .blog-pagination a, .blog-pagination span { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 8px; padding: 0 14px; background: var(--surface); } .blog-pagination a { color: var(--navy); transition: border-color 160ms ease, color 160ms ease, transform 160ms var(--ease-out); } .blog-pagination a:hover, .blog-pagination a:focus-visible { border-color: rgba(8, 124, 240, 0.42); color: var(--blue); transform: translateY(-1px); } @media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (max-width: 640px) { .blog-grid { grid-template-columns: 1fr; } }
← Back to home
Blog

Tips and insights for your next park day

Practical articles about wait times, crowd patterns and smart ways to get more from your day in the park.

No blog posts are live yet. Once the editors publish, articles will appear here.