Point Dume Is Closed Until Further Notice. Here's What We Know
High tides and heavy surf carved away so much coastline at Point Dume that LA County has closed beach access indefinitely, with no reopening date. What exactly is closed, the Palisades Fire connection behind it, and where to get your beach fix while the point is off limits.
Point Dume Is Closed Until Further Notice. Here's What We Know :root { --teal: #689C9F; --deep-teal: #3D8F8F; --pink: #E98DCB; --peach: #E7A29C; --amber: #F59E0B; --page-bg: #F6F2F4; --dark: #1A3A3A; --card: #FFFFFF; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', Arial, sans-serif; background: var(--page-bg); color: var(--dark); line-height: 1.7; font-size: 17px; } .hero { background: linear-gradient(120deg, var(--teal) 0%, var(--deep-teal) 45%, var(--pink) 100%); color: #fff; padding: 72px 24px 64px; text-align: center; } .hero .eyebrow { display: inline-block; background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; padding: 6px 18px; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 22px; } .hero h1 { font-family: 'Outfit', sans-serif; font-weight: 800; font-size: clamp(30px, 5vw, 48px); line-height: 1.15; max-width: 820px; margin: 0 auto 18px; } .hero p.sub { font-size: 19px; max-width: 660px; margin: 0 auto; opacity: 0.95; } .meta { margin-top: 26px; font-size: 14px; opacity: 0.85; } article { max-width: 720px; margin: -34px auto 0; padding: 0 24px