/*
Theme Name: Asaba Seafood (Stitch)
Theme URI: https://asabaseafood.com/
Author: Asaba Seafood
Version: 1.0.0
Description: Minimal Stitch-based theme for Asaba Seafood homepage (Tailwind-based).
Text Domain: asaba-seafood-stitch
*/

/* Minimal reset — core styles are Tailwind-driven on the homepage */
body { font-family: 'DM Sans', sans-serif; background: #fff8f4; color: #231a0f; }

.hero-section { position: relative; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0)); }
.hero-content { position: relative; z-index: 20; padding: 4rem 1rem; }

/* Buttons */
.btn { display: inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:12px 24px; font-weight:700; }
.btn-primary { background:#E65100; color:#fff; }
.btn-outline { background:transparent; color:#fff; border:2px solid rgba(255,255,255,0.2); }

/* Product grid container fallback */
.asaba-products { display:grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap:16px; }
