Cheers, Britannia. Thanks for 30 Years of Pints, Penalties, and Pure Santa Monica
After 30 years at 318 Santa Monica Blvd, The Britannia pours its final pints July 30. Before the last glass is collected, a thank you to the Cain family and the pub that gave the Westside its British corner. The last night is one to show up for.
Cheers to The Britannia: 30 Years of Pints in Santa Monica :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(--deep-teal) 0%, var(--teal) 55%, var(--peach) 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 80