← Back to The GoSeeDo Journal

Labor Day Weekend on the Westside: Where to Actually Go

Labor Day on the Westside has a reputation for being the weekend you give up and stay home. Not this year. The Chili Cook-Off is back after a year away, the Marina turns into a free dance floor, and there is more on than you can fit into four days. Here is the weekend, day by day.

Labor Day Weekend on the Westside: Where to Actually Go | GoSeeDo :root { --teal: #689C9F; --deep-teal: #3D8F8F; --pink: #E98DCB; --peach: #E7A29C; --page-bg: #F6F2F4; --dark: #1A3A3A; --amber: #F59E0B; --card-bg: #FFFFFF; --brand-gradient: linear-gradient(135deg, var(--deep-teal) 0%, var(--teal) 40%, #7ab8b8 65%, var(--peach) 100%); } * { box-sizing: border-box; } body { margin: 0; background: var(--page-bg); color: var(--dark); font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 17px; line-height: 1.75; -webkit-font-smoothing: antialiased; } .wrap { max-width: 760px; margin: 0 auto; padding: 0 24px 80px; } /* Hero */ .hero { background: var(--brand-gradient); color: #fff; padding: 72px 24px 64px; text-align: center; } .hero-inner { max-width: 760px; margin: 0 auto; } .eyebrow { font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.92; margin: 0 0 18px; } .hero h1 { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(2.1rem, 6vw, 3.3rem); line-height: 1.1; margin: 0 0 20px; letter-spacing: -0.02em; } .hero p { font-size: 1.15rem; line-height: 1.6;