
.navlink { @apply text-sm text-white/90 hover:text-reggaeYellow transition; }
.cta { @apply inline-flex items-center gap-2 px-3 py-1 rounded-full border border-white/10 hover:border-reggaeYellow/70 transition; }
.section-title { @apply text-3xl md:text-4xl font-extrabold mb-4 tracking-wide; }
.member span { @apply font-semibold text-white; }
.label { @apply block text-sm text-white/80 mb-1; }
.input { @apply w-full px-4 py-3 rounded-xl bg-white/5 border border-white/10 outline-none focus:border-reggaeYellow/70; }
.gallery-item img { @apply w-full h-full object-cover rounded-xl ring-1 ring-white/10 hover:ring-reggaeYellow/60 transition; }
.btn-primary { @apply px-5 py-3 rounded-xl bg-reggaeGreen hover:brightness-110 shadow-soft transition; }
.btn-ghost { @apply px-5 py-3 rounded-xl border border-white/15 hover:border-reggaeYellow/70; }
.btn-yellow { @apply px-5 py-3 rounded-xl bg-reggaeYellow text-ink font-semibold hover:brightness-110; }
.prose p { @apply text-white/80; }
