*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root { --black: #0a0a0a; --white: #fafafa; --accent: #1a1a2e; --mid: #666; --soft: #f5f5f7; --border: #e5e5e5; }
body { font-family: 'Georgia', serif; background: var(--white); color: var(--black); line-height: 1.65; }
a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
header { padding: 1.5rem 2rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; }
header .logo { font-size: 1.1rem; font-weight: 400; letter-spacing: 0.15em; text-transform: uppercase; font-family: -apple-system, sans-serif; text-decoration: none; }
header nav { display: flex; gap: 2rem; }
header nav a { text-decoration: none; color: var(--mid); font-family: -apple-system, sans-serif; font-size: 0.875rem; letter-spacing: 0.05em; }
.crumbs { max-width: 980px; margin: 0 auto; padding: 1.5rem 2rem 0; font-family: -apple-system, sans-serif; font-size: 0.82rem; color: var(--mid); letter-spacing: 0.04em; }
.crumbs a { color: var(--mid); text-decoration: none; }
.hero { max-width: 980px; margin: 0 auto; padding: 2.5rem 2rem 3.5rem; }
.hero .eyebrow { font-family: -apple-system, sans-serif; font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mid); margin-bottom: 1.25rem; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 400; line-height: 1.15; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.hero p.lede { font-size: 1.15rem; color: var(--mid); max-width: 660px; margin-bottom: 2rem; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
.btn-primary { background: var(--black); color: var(--white); padding: 0.95rem 2rem; text-decoration: none; font-family: -apple-system, sans-serif; font-size: 0.95rem; letter-spacing: 0.04em; border-radius: 3px; border: 0; cursor: pointer; }
.btn-outline { border: 1px solid var(--black); color: var(--black); padding: 0.95rem 2rem; text-decoration: none; font-family: -apple-system, sans-serif; font-size: 0.95rem; letter-spacing: 0.04em; border-radius: 3px; background: transparent; cursor: pointer; }
.section { max-width: 1100px; margin: 0 auto; padding: 3rem 2rem; }
.section h2 { font-size: 1.05rem; font-family: -apple-system, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-bottom: 1.5rem; font-weight: 400; }
.section h3 { font-size: clamp(1.5rem, 2.8vw, 2.1rem); font-weight: 400; line-height: 1.25; max-width: 720px; margin-bottom: 1rem; letter-spacing: -0.02em; }
.section p { font-size: 1.05rem; color: var(--mid); max-width: 720px; margin-bottom: 1rem; line-height: 1.7; }
.local-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-top: 1.5rem; }
.local-card { padding: 1.25rem; border: 1px solid var(--border); border-radius: 4px; }
.local-card .label { font-family: -apple-system, sans-serif; font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-bottom: 0.4rem; }
.local-card .value { font-size: 0.98rem; }
.sister { background: var(--soft); padding: 2.5rem 2rem; }
.sister-inner { max-width: 980px; margin: 0 auto; }
.sister h2 { font-size: 0.95rem; font-family: -apple-system, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); margin-bottom: 1rem; font-weight: 400; }
.sister-list { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; font-family: -apple-system, sans-serif; font-size: 0.9rem; }
.sister-list a { color: var(--mid); text-decoration: none; }
.cta-strip { background: var(--accent); color: var(--white); padding: 3rem 2rem; text-align: center; }
.cta-strip h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); font-weight: 400; letter-spacing: -0.02em; margin-bottom: 1.25rem; }
.cta-strip p { color: rgba(255,255,255,0.75); margin-bottom: 1.5rem; font-size: 1.02rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-strip .btn-light { background: var(--white); color: var(--accent); padding: 0.95rem 2rem; text-decoration: none; font-family: -apple-system, sans-serif; font-size: 0.95rem; letter-spacing: 0.04em; border-radius: 3px; }
footer { border-top: 1px solid var(--border); padding: 2rem; text-align: center; font-family: -apple-system, sans-serif; font-size: 0.8rem; color: var(--mid); }
@media (max-width: 600px) { header nav { display: none; } }
