/* Sarasota Area Rotary Clubs — shared site styles */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f4f6f9; color: #222; min-height: 100vh; }

.header { background: #002B7F; padding: 28px 20px 24px; text-align: center; }
.logo-wrap { display: inline-block; background: #fff; border-radius: 12px; padding: 12px 28px; margin-bottom: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.logo-wrap img { height: 64px; width: auto; display: block; }
.header h1 { color: #fff; font-size: 26px; font-weight: 600; letter-spacing: 0.01em; margin-bottom: 6px; }
.header p.subtitle { color: #b8cdf0; font-size: 14px; letter-spacing: 0.04em; }
.header .district-badge { display: inline-block; background: #F7A81B; color: #002B7F; font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; padding: 4px 14px; border-radius: 999px; margin-top: 12px; }

.notice-bar { background: #FFF8E6; border-bottom: 2px solid #F7A81B; text-align: center; padding: 10px 16px; font-size: 13px; color: #7A5A10; line-height: 1.5; }
.notice-bar strong { color: #5a4008; }

.section-label { text-align: center; font-size: 12px; font-weight: 600; color: #6b7a99; letter-spacing: 0.08em; text-transform: uppercase; padding: 28px 16px 12px; }

.intro { max-width: 720px; margin: 20px auto 0; padding: 0 20px; font-size: 14.5px; line-height: 1.7; color: #3a4658; text-align: center; }
.intro h2 { font-size: 13px; font-weight: 700; color: #6b7a99; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 10px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; max-width: 960px; margin: 0 auto; padding: 0 18px 32px; }
.card { background: #fff; border-radius: 10px; border-top: 4px solid var(--accent); box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 20px; display: flex; flex-direction: column; gap: 12px; }
.card-title { font-size: 15.5px; font-weight: 600; color: #002B7F; line-height: 1.3; }
.divider { height: 1px; background: #e8edf5; }
.info-row { display: flex; gap: 10px; font-size: 13.5px; line-height: 1.5; }
.info-label { color: #8a96ab; min-width: 68px; flex-shrink: 0; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; padding-top: 2px; }
.info-value { color: #333; }
.season-note { font-size: 11.5px; color: #8a96ab; font-style: italic; margin-top: 3px; }
.card-footer { margin-top: auto; padding-top: 4px; }
.visit-btn { display: inline-block; font-size: 13px; font-weight: 600; color: #002B7F; text-decoration: none; border: 1.5px solid #002B7F; border-radius: 6px; padding: 7px 16px; transition: background 0.15s, color 0.15s; }
.visit-btn:hover { background: #002B7F; color: #fff; }

/* Simple content pages: About / Contact / Privacy / 404 */
.page { max-width: 680px; margin: 0 auto; padding: 36px 20px 48px; }
.page h1 { color: #002B7F; font-size: 24px; margin-bottom: 14px; }
.page h2 { color: #002B7F; font-size: 16px; margin: 22px 0 8px; }
.page p { font-size: 14.5px; line-height: 1.75; color: #333; margin-bottom: 12px; }
.page ul { margin: 0 0 12px 20px; font-size: 14.5px; line-height: 1.75; color: #333; }
.page a { color: #002B7F; font-weight: 600; }
.page a:hover { text-decoration: none; }

.footer { background: #002B7F; text-align: center; padding: 20px 16px; font-size: 12.5px; color: #b8cdf0; line-height: 1.9; }
.footer a { color: #F7A81B; text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer .site-links { margin-top: 8px; }
.footer .site-links a { margin: 0 8px; }

@media (max-width: 480px) { .header h1 { font-size: 20px; } .grid { padding: 0 12px 24px; } }
