**What's in it:**

- `@import` for Fraunces (display), Inter Tight (body), IBM Plex Mono (labels/numbers) -- all loaded from Google Fonts
- Full custom property set: `--primary: #a4d30c`, `--accent: #ec840c`, `--ink`, `--cream`, `--sand`, and all tints/shades used across the sheet
- **Utility bar** sticky at `z-index: 900`, nav sticky directly below at `z-index: 800` -- both fully opaque
- **Hero** with full-bleed photo, layered gradient overlay, Fraunces `11vw` headline that intentionally runs wide, IBM Plex Mono `00 / Est. 2001` eyebrow
- **Marquee strip** with `@keyframes marquee`, pause-on-hover, chartreuse dot separators
- **Type-band** at `clamp(80px, 22vw, 320px)` -- "CENTRAL TEXAS" moment
- **Stats** grid with `clamp(48px, 8vw, 96px)` counter numerals in chartreuse
- **Editorial about** two-column grid (80px gap, collapses at 900px) with drop-cap `::first-letter` float at 4.5rem
- **Services grid** -- photo cards with `z-index` overlay, scale-on-hover
- **Full bleed band**, gallery, manifesto, CTA band, FAQ accordion, contact, footer -- all styled
- **Mobile call pill** fixed bottom-right in `--accent` orange (single shock color), hidden at 900px+
- **`.flipped`** swaps layout via `direction: rtl` + `direction: ltr` on children -- no mirror transforms
- Animation utilities (`.fade-up`, `.fade-left`, `.fade-right`, `.scale-in`, `.stagger`) with `.visible` IntersectionObserver targets
