Credits
For those who appreciate the craft.
Philosophy
No shortcuts. No bloat. Every pixel and every line of code serves a purpose. We built this site to load in under a second, achieve perfect 100/100 Lighthouse scores on desktop, and work flawlessly on any device. That's the Goldberg standard.
Foundation
Astro builds the whole site to static HTML at deploy time. No framework runs in the browser, so there is nothing to hydrate, nothing to rehydrate, and nothing to go wrong on a slow phone. Sharp generates every image. Vercel serves the result from the edge.
Performance Without JavaScript
The pages are prerendered, so search engines read the same HTML a visitor does. SEO comes from structured data markup, comprehensive meta tags, and JSON-LD schemas rather than from anything executed at runtime. Critical CSS is inlined. Fonts are preloaded. The only script on the page is three kilobytes of hand-written vanilla JavaScript. Every millisecond earned.
Typography
Anton commands attention on headlines. Archivo ensures readability everywhere else. Both self-hosted to eliminate external requests and guarantee consistent rendering across all browsers.
Security
There is no server to attack and no database to leak. Static files only, served over HTTPS
with X-Content-Type-Options, a strict referrer policy, and a permissions policy
that denies camera, microphone, and geolocation outright. Production-ready from day one.
Architecture
One menu file feeds the menu page, the home page and the Menu schema — change a price once and it changes everywhere. The delivery partners, hours and social links work the same way. Zero runtime surprises. The kind of codebase developers dream of inheriting.
Design System
Plain CSS, no framework. Brand colors and spacing live in CSS custom properties, so theming is a one-line change. Fluid type scales with the viewport instead of jumping between breakpoints. Mobile-first responsive layout. The bold black-and-orange identity translates perfectly to print.
Accessibility
We don't treat accessibility as an afterthought. This site achieves a perfect 100 accessibility score on Lighthouse. Proper landmark regions (header, nav, main, footer) enable effortless screen reader navigation. Heading hierarchy follows strict sequential order for logical content flow. Every interactive element meets WCAG 2.1 touch target requirements at 44x44 pixels minimum. Semantic HTML throughout. No accessibility overlays or band-aid fixes needed.
Perfect Lighthouse Scores
This site achieves a perfect 100 on every Lighthouse metric on desktop. Performance: 100. Accessibility: 100. Best Practices: 100. SEO: 100. Four categories, four perfect scores, zero compromises. The kind of results that make developers double-check they didn't cache the audit.
What We Left Out
Cookie consent popups. Bloated frameworks. Features nobody asked for. This site does exactly what it needs to do, nothing more. That restraint is the hardest part.