/* Critical above-the-fold styles — reduces layout shift before Tailwind CDN loads */
*,::before,::after{box-sizing:border-box}
body{margin:0;font-family:Inter,system-ui,sans-serif;color:#1f2937;background:#fff}
.font-serif{font-family:"Playfair Display",Georgia,serif}
.max-w-7xl{max-width:80rem;margin-left:auto;margin-right:auto}
.max-w-5xl{max-width:64rem;margin-left:auto;margin-right:auto}
.max-w-4xl{max-width:56rem;margin-left:auto;margin-right:auto}
.mx-auto{margin-left:auto;margin-right:auto}
.px-4{padding-left:1rem;padding-right:1rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.text-center{text-align:center}
.text-white{color:#fff}
.text-gray-600{color:#4b5563}
.text-gray-900{color:#111827}
.font-bold{font-weight:700}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.bg-gray-50{background:#f9fafb}
.bg-gray-900{background:#111827}
.bg-amber-400{background:#fbbf24}
.rounded-xl{border-radius:.75rem}
.rounded-full{border-radius:9999px}
.shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}
.border{border:1px solid #e5e7eb}
a{color:inherit;text-decoration:none}
img,video{max-width:100%;height:auto}
@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
