:root {
  --bg: #07090b;
  --panel: #0d1115;
  --panel-2: #121820;
  --text: #f5f2ec;
  --muted: #b7b0a7;
  --gold: #d8a834;
  --gold-dark: #9d741c;
  --line: rgba(255,255,255,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; object-fit: cover; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 18px 7vw; background: rgba(7,9,11,.88); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { color: var(--gold); font-weight: 800; font-size: 1.35rem; letter-spacing: -.03em; }
.brand-subtitle { font-size: .64rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.nav { display: flex; gap: 34px; font-size: .74rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.nav a:hover { color: var(--gold); }
.header-cta, .btn { border: 1px solid var(--gold); padding: 13px 20px; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; font-weight: 900; }
.hero { min-height: 720px; position: relative; display: flex; align-items: center; padding: 120px 7vw; background: linear-gradient(90deg, rgba(7,9,11,.97) 0%, rgba(7,9,11,.76) 44%, rgba(7,9,11,.2) 100%), url('assets/images/local-mojo-crowd.jpeg') center/cover; }
.hero-content { max-width: 680px; position: relative; z-index: 1; }
.eyebrow { color: var(--text); text-transform: uppercase; letter-spacing: .18em; font-size: .75rem; font-weight: 900; }
.gold { color: var(--gold); }
.center { text-align: center; }
h1, h2, h3 { margin: 0; line-height: .95; text-transform: uppercase; }
h1, h2 { font-family: 'Bebas Neue', Impact, sans-serif; letter-spacing: .025em; }
h1 { font-size: clamp(4.8rem, 10vw, 9.5rem); margin: 18px 0; }
h1 span { color: var(--gold); display: block; }
h2 { font-size: clamp(2.6rem, 5vw, 5rem); margin-bottom: 22px; }
h3 { font-size: 1.1rem; letter-spacing: .04em; }
.tagline { font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: 1.2rem; max-width: 560px; }
.hero-copy { color: var(--muted); max-width: 560px; font-size: 1.05rem; }
.hero-actions, .contact-actions { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 30px; }
.btn.primary { background: linear-gradient(135deg, var(--gold), #f0c76b); color: #111; }
.btn.secondary { background: transparent; color: var(--text); }
.split-section { display: grid; grid-template-columns: .88fr 1.12fr; background: var(--panel); }
.split-image img { height: 100%; min-height: 560px; }
.split-content { padding: 80px 7vw; align-self: center; }
.split-content p { color: var(--muted); max-width: 760px; }
.services-section, .projects-section, .contact-section, .impact-section { padding: 88px 7vw; }
.services-section { background: #f4f0e8; color: #111; text-align: center; }
.services-section .gold { color: var(--gold-dark); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 42px; text-align: left; }
.service-grid article { padding: 30px; border: 1px solid rgba(0,0,0,.15); background: white; min-height: 270px; }
.service-grid span { color: var(--gold-dark); font-weight: 900; }
.service-grid p { color: #49443c; }
.impact-section { background: var(--panel-2); text-align: center; }
.impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.impact-grid div { border: 1px solid var(--line); padding: 34px 22px; background: rgba(255,255,255,.035); }
.impact-grid strong { display: block; font-family: 'Bebas Neue'; font-size: 3.4rem; color: var(--gold); line-height: 1; }
.impact-grid span { color: var(--muted); font-weight: 700; }
.projects-section { background: linear-gradient(rgba(7,9,11,.94), rgba(7,9,11,.98)), url('assets/images/st-pats-crowd.jpeg') center/cover fixed; text-align: center; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 42px; text-align: left; }
.project-card { background: rgba(255,255,255,.05); border: 1px solid var(--line); overflow: hidden; }
.project-card img { height: 230px; }
.project-card div { padding: 24px; }
.project-card .role { color: var(--gold); font-weight: 900; text-transform: uppercase; font-size: .75rem; letter-spacing: .12em; }
.project-card p:not(.role) { color: var(--muted); }
.featured { grid-column: span 2; }
.community-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; padding: 80px 7vw; background: #f4f0e8; color: #111; }
.community-section p:last-child { font-size: 1.1rem; color: #38342f; }
.contact-section { text-align: center; }
.contact-section > p:not(.eyebrow) { color: var(--muted); }
.contact-actions { justify-content: center; }
.contact-form { max-width: 720px; margin: 42px auto 0; display: grid; gap: 15px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 17px 18px; background: rgba(255,255,255,.06); border: 1px solid var(--line); color: var(--text); font: inherit; }
.contact-form button { cursor: pointer; }
footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px 7vw; border-top: 1px solid var(--line); color: var(--muted); }
footer strong { color: var(--gold); display: block; }
footer span { text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 900; }
@media (max-width: 900px) {
  .nav, .header-cta { display: none; }
  .hero { min-height: 640px; padding-top: 90px; }
  .split-section, .community-section { grid-template-columns: 1fr; }
  .split-image img { min-height: 360px; }
  .service-grid, .impact-grid, .project-grid { grid-template-columns: 1fr; }
  .featured { grid-column: span 1; }
  h1 { font-size: 4.8rem; }
  footer { flex-direction: column; }
}
