/* ============================================================
   What's On East London — Premium Coastal Editorial Design
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Inter:wght@400;500;600&display=swap');

/* === RESET === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: 'Inter', sans-serif; background: #0A1628; color: #E4EDF6; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
ul, ol { list-style: none; }

/* === DARK THEME DESIGN TOKENS === */
:root {
  --primary:    #E8432A;
  --primary-dk: #C73219;
  --primary-lt: #FF6B52;
  --primary-bg: rgba(232,67,42,0.15);
  --gold:       #D4A843;
  --gold-lt:    #F5C864;
  --navy:       #0A1628;
  --navy-2:     #111F30;
  --navy-3:     #18293E;
  --navy-4:     #1F334D;
  --surface:    #111F30;
  --surface-2:  #18293E;
  --surface-w:  #111F30;
  --bg:         #0D1A28;
  --text:       #E4EDF6;
  --text-2:     #7A95AD;
  --text-3:     #3D5A72;
  --border:     rgba(255,255,255,0.07);
  --border-lt:  rgba(255,255,255,0.04);
  --shadow-xs:  0 1px 4px rgba(0,0,0,0.3);
  --shadow-sm:  0 2px 10px rgba(0,0,0,0.35);
  --shadow:     0 4px 20px rgba(0,0,0,0.4);
  --shadow-lg:  0 12px 40px rgba(0,0,0,0.5);
  --shadow-xl:  0 24px 64px rgba(0,0,0,0.6);
  --radius-sm:  10px;
  --radius:     18px;
  --radius-lg:  26px;
  --radius-xl:  32px;
  --nav-height: 72px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-top:    env(safe-area-inset-top, 0px);
}

/* === APP SHELL === */
#app {
  min-height: 100dvh;
  padding-bottom: calc(var(--nav-height) + var(--safe-bottom) + 8px);
}

/* === SCROLL HIDE === */
.scroll-x { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.scroll-x::-webkit-scrollbar { display: none; }

/* === PAGE TRANSITIONS === */
.page-enter { animation: pageIn 0.32s cubic-bezier(0.25,0.46,0.45,0.94) both; }
@keyframes pageIn { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }

/* === BOTTOM NAV === */
.bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0;
  height: calc(var(--nav-height) + var(--safe-bottom));
  padding-bottom: var(--safe-bottom);
  background: rgba(10,22,40,0.96);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: stretch; z-index: 1000;
}
.nav-item {
  flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 4px; padding: 8px 4px; color: var(--text-3);
  transition: color 0.2s; -webkit-tap-highlight-color: transparent;
}
.nav-item svg { width: 22px; height: 22px; fill: currentColor; transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1); }
.nav-item span { font-size: 10px; font-weight: 700; font-family: 'Poppins',sans-serif; letter-spacing: 0.2px; }
.nav-item.active { color: var(--primary); }
.nav-item.active svg { transform: scale(1.12); }
.nav-center { flex: 1.1; }
.nav-center-btn {
  width: 50px; height: 50px; border-radius: 50%;
  background: var(--navy); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(10,22,40,0.3); margin-bottom: 2px; margin-top: -6px;
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s;
}
.nav-center-btn svg { fill: white; width: 21px; height: 21px; }
.nav-center.active .nav-center-btn { background: var(--primary); box-shadow: 0 6px 20px rgba(232,67,42,0.45); transform: scale(1.06); }
.nav-center.active { color: var(--primary); }

/* === OFFLINE BANNER === */
.offline-banner {
  position: fixed; top: 0; left: 0; right: 0;
  background: var(--navy-2); color: white;
  text-align: center; padding: 10px 16px;
  font-size: 13px; font-weight: 600; z-index: 2000; display: none;
}
.offline-banner.show { display: block; }

/* === HERO === */
.hero {
  position: relative; min-height: 420px;
  display: flex; align-items: flex-end; overflow: hidden;
  padding-top: calc(var(--safe-top) + 20px);
}
.hero-bg {
  position: absolute; inset: 0;
  background: var(--navy);
}
.hero-glow-1 {
  position: absolute; width: 340px; height: 340px; border-radius: 50%;
  background: radial-gradient(circle, rgba(232,67,42,0.28) 0%, transparent 70%);
  top: -60px; right: -60px; pointer-events: none;
}
.hero-glow-2 {
  position: absolute; width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(212,168,67,0.14) 0%, transparent 70%);
  bottom: 0; left: -40px; pointer-events: none;
}
.hero-grain {
  position: absolute; inset: 0; opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 180px;
}
.hero-content { position: relative; padding: 0 22px 32px; width: 100%; }

/* Weather widget */
.weather-widget {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-radius: 40px; padding: 8px 16px 8px 10px; margin-bottom: 20px;
  animation: fadeIn 0.5s ease both;
}
@keyframes fadeIn { from { opacity:0; transform:translateY(8px); } to { opacity:1; transform:translateY(0); } }
.weather-icon { font-size: 22px; line-height: 1; }
.weather-main { display: flex; align-items: center; gap: 8px; }
.weather-temp { font-family:'Poppins',sans-serif; font-size: 16px; font-weight: 700; color: white; }
.weather-desc { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.55); }
.weather-dot { width: 3px; height: 3px; border-radius: 50%; background: rgba(255,255,255,0.25); }
.weather-divider { width: 1px; height: 18px; background: rgba(255,255,255,0.15); margin: 0 4px; }
.weather-time {
  font-family:'Poppins',sans-serif; font-size: 15px; font-weight: 700; color: white; letter-spacing: -0.3px;
}
.weather-time-ampm { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.45); margin-left: 2px; }
.weather-extras { font-size: 11px; color: rgba(255,255,255,0.45); font-weight: 500; }

/* Hero typography */
.hero-eyebrow {
  font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 700;
  color: rgba(255,255,255,0.4); letter-spacing: 3px; text-transform: uppercase;
  margin-bottom: 10px; display: flex; align-items: center; gap: 8px;
}
.hero-eyebrow::after {
  content: ''; flex: 0 0 32px; height: 1px; background: rgba(255,255,255,0.2);
}
.hero-title {
  font-family: 'Poppins', sans-serif; font-size: 52px; font-weight: 900;
  color: white; line-height: 1.0; letter-spacing: -2px; margin-bottom: 10px;
}
.hero-title em { font-style: normal; color: var(--primary); }
.hero-date { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.45); margin-bottom: 24px; }

.hero-stats {
  display: flex; align-items: center; gap: 0;
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; margin-top: 4px;
}
.hero-stat { flex: 1; }
.stat-num { font-family:'Poppins',sans-serif; font-size: 20px; font-weight: 800; color: white; line-height: 1; display: block; }
.stat-label { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.8px; margin-top: 3px; display: block; }
.hero-stat-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.1); margin: 0 16px; }
.pulse-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #22C55E; animation: pulse 2s infinite; margin-right: 6px; vertical-align: middle; }
@keyframes pulse { 0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,0.6)} 50%{box-shadow:0 0 0 5px rgba(34,197,94,0)} }

/* === MAGAZINE CTA === */
.magazine-cta {
  margin: 24px 20px 0; cursor: pointer;
  background: linear-gradient(135deg, #0F2540 0%, #1A3554 100%);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s; -webkit-tap-highlight-color: transparent;
  box-shadow: var(--shadow-lg);
}
.magazine-cta:active { transform: scale(0.98); }
.magazine-cta-inner {
  display: flex; align-items: center; padding: 20px 22px; gap: 14px; position: relative;
}
.magazine-cta-inner::after {
  content: ''; position: absolute; right: 0; top: 0; bottom: 0; width: 180px;
  background: radial-gradient(ellipse at right, rgba(232,67,42,0.25), transparent 70%);
}
.mag-badge {
  background: var(--primary); color: white;
  font-size: 9px; font-weight: 800; font-family:'Poppins',sans-serif;
  letter-spacing: 1.5px; padding: 4px 10px; border-radius: 20px; flex-shrink: 0; text-transform: uppercase;
}
.mag-cta-text { flex: 1; }
.mag-cta-sub { font-size: 10px; font-weight: 700; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1.2px; margin-bottom: 4px; }
.mag-cta-title { font-family:'Poppins',sans-serif; font-size: 18px; font-weight: 800; color: white; line-height: 1.2; }
.mag-cta-desc { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 3px; }
.mag-cta-arrow { color: var(--primary); font-size: 22px; flex-shrink: 0; position: relative; z-index: 1; }

/* === DISCOVER PILLS === */
.discover-row {
  display: flex; gap: 10px;
  padding: 20px 0 0 20px; /* no right padding — use ::after spacer instead */
  overflow-x: auto;
  scrollbar-width: none; -webkit-overflow-scrolling: touch;
}
.discover-row::-webkit-scrollbar { display: none; }
/* Spacer so last pill isn't clipped by overflow container */
.discover-row::after { content:''; flex-shrink:0; min-width:24px; display:block; }
.discover-spacer { flex-shrink:0; min-width:20px; display:block; }
.discover-pill {
  flex-shrink: 0; display: flex; align-items: center; gap: 8px;
  padding: 11px 18px; border-radius: 40px;
  background: var(--surface); border: 1.5px solid var(--border);
  font-size: 13px; font-weight: 700; font-family:'Poppins',sans-serif; color: var(--text);
  cursor: pointer; transition: all 0.18s; -webkit-tap-highlight-color: transparent;
  box-shadow: 0 1px 4px rgba(10,22,40,0.06), 0 2px 8px rgba(10,22,40,0.05);
  white-space: nowrap;
}
.discover-pill:active { transform: scale(0.95); box-shadow: none; }
.discover-pill.featured { background: var(--navy); color: white; border-color: var(--navy); box-shadow: 0 4px 14px rgba(10,22,40,0.2); }
.discover-pill-icon { font-size: 15px; }
.discover-pill-count {
  font-size: 10px; font-weight: 800; color: white;
  background: var(--primary); padding: 1px 7px; border-radius: 20px; margin-left: 2px;
}
.discover-pill.featured .discover-pill-count { background: rgba(255,255,255,0.2); }

/* === SECTION HEADERS === */
.home-section { margin-top: 32px; }
.section-header { display: flex; align-items: flex-end; justify-content: space-between; padding: 0 20px; margin-bottom: 16px; }
.section-title { font-family:'Poppins',sans-serif; font-size: 20px; font-weight: 800; color: var(--text); letter-spacing: -0.4px; }
.section-link { font-size: 13px; font-weight: 700; color: var(--primary); font-family:'Poppins',sans-serif; }

/* === EVENT CARDS COMPACT (horizontal scroll) === */
.events-scroll { display: flex; gap: 14px; padding: 0 20px; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.events-scroll::-webkit-scrollbar { display: none; }

.event-card-compact {
  flex: 0 0 192px; height: 268px; border-radius: var(--radius-lg);
  overflow: hidden; position: relative; cursor: pointer;
  -webkit-tap-highlight-color: transparent; transition: transform 0.2s;
  box-shadow: var(--shadow-lg);
}
.event-card-compact:active { transform: scale(0.97); }
.card-bg {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  transition: transform 0.4s; background-color: var(--navy-2);
}
.event-card-compact:hover .card-bg { transform: scale(1.03); }
.card-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,15,28,0.95) 0%, rgba(7,15,28,0.4) 50%, rgba(7,15,28,0.1) 100%);
}
.card-date-badge {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(8px);
  border-radius: 10px; padding: 6px 10px; text-align: center; min-width: 42px;
}
.card-date-day { font-family:'Poppins',sans-serif; font-size: 20px; font-weight: 900; color: var(--primary); line-height: 1; }
.card-date-mon { font-size: 9px; font-weight: 800; color: var(--text-2); text-transform: uppercase; letter-spacing: 0.5px; }
.card-cat-pill {
  position: absolute; top: 14px; right: 14px;
  background: rgba(255,255,255,0.12); backdrop-filter: blur(10px);
  color: white; font-size: 9px; font-weight: 800; font-family:'Poppins',sans-serif;
  text-transform: uppercase; letter-spacing: 0.8px; padding: 4px 9px; border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.15);
}
.card-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 16px; }
.card-title { font-family:'Poppins',sans-serif; font-size: 15px; font-weight: 800; color: white; line-height: 1.3; margin-bottom: 6px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.card-venue { font-size: 11px; color: rgba(255,255,255,0.6); font-weight: 500; margin-bottom: 8px; }
.card-cost-pill {
  display: inline-block; padding: 3px 10px; border-radius: 20px;
  font-size: 10px; font-weight: 800; font-family:'Poppins',sans-serif;
}
.card-cost-free { background: rgba(34,197,94,0.9); color: white; }
.card-cost-paid { background: rgba(232,67,42,0.9); color: white; }

/* === PAGE HEADER === */
.page-header {
  padding: calc(var(--safe-top) + 52px) 22px 22px;
  background: var(--navy);
}
.page-title { font-family:'Poppins',sans-serif; font-size: 34px; font-weight: 900; color: white; letter-spacing: -1px; line-height: 1; }
.page-sub { font-size: 13px; color: rgba(255,255,255,0.4); font-weight: 500; margin-top: 6px; }

/* === FILTER BAR === */
.filter-bar {
  display: flex; gap: 8px; padding: 14px 20px; overflow-x: auto;
  -webkit-overflow-scrolling: touch; scrollbar-width: none;
  background: var(--surface); border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 10;
}
.filter-bar::-webkit-scrollbar { display: none; }
.filter-pill {
  flex-shrink: 0; padding: 8px 16px; border-radius: 40px;
  font-size: 12px; font-weight: 700; font-family:'Poppins',sans-serif;
  color: var(--text-2); background: var(--bg); border: 1.5px solid transparent;
  transition: all 0.15s; -webkit-tap-highlight-color: transparent; white-space: nowrap;
}
.filter-pill.active { background: var(--navy); color: white; box-shadow: 0 4px 12px rgba(10,22,40,0.2); }

/* === SEARCH BAR === */
.search-bar { position: relative; margin: 16px 20px; }
.search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); width: 17px; height: 17px; stroke: var(--text-3); fill: none; stroke-width: 2; stroke-linecap: round; }
.search-input {
  width: 100%; padding: 13px 16px 13px 42px; border-radius: 40px;
  border: 1.5px solid var(--border); background: var(--bg);
  font-size: 14px; color: var(--text); outline: none; transition: all 0.15s;
}
.search-input:focus { border-color: var(--navy); background: var(--surface); box-shadow: 0 0 0 3px rgba(10,22,40,0.06); }
.search-input::placeholder { color: var(--text-3); }

/* === EVENT CARDS FULL (list) === */
.events-list { padding: 16px 20px 0; display: flex; flex-direction: column; gap: 16px; }

.event-card-full {
  background: var(--surface); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--border-lt);
  display: flex; transition: box-shadow 0.2s, transform 0.2s; -webkit-tap-highlight-color: transparent;
}
.event-card-full:active { transform: scale(0.99); box-shadow: var(--shadow-sm); }
.efl-date {
  width: 62px; flex-shrink: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start; padding: 18px 6px; gap: 0;
  border-right: 1px solid var(--border-lt);
}
.efl-day { font-family:'Poppins',sans-serif; font-size: 26px; font-weight: 900; color: var(--primary); line-height: 1; }
.efl-mon { font-size: 10px; font-weight: 800; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.5px; }
.efl-line { width: 1px; flex: 1; background: var(--border); margin-top: 10px; min-height: 16px; }
.efl-body { flex: 1; padding: 16px 16px 16px 14px; min-width: 0; }
.efl-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.efl-cat { font-size: 10px; font-weight: 800; font-family:'Poppins',sans-serif; text-transform: uppercase; letter-spacing: 0.8px; padding: 3px 9px; border-radius: 20px; color: var(--primary); background: var(--primary-bg); }
.efl-title { font-family:'Poppins',sans-serif; font-size: 16px; font-weight: 800; color: var(--text); line-height: 1.3; margin-bottom: 9px; letter-spacing: -0.2px; }
.efl-meta { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.efl-meta-row { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-2); font-weight: 500; }
.efl-meta-row svg { width: 13px; height: 13px; fill: var(--text-3); flex-shrink: 0; }
.efl-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.efl-btn { display: inline-flex; align-items: center; gap: 5px; padding: 7px 13px; border-radius: 20px; font-size: 11px; font-weight: 700; font-family:'Poppins',sans-serif; transition: all 0.15s; }
.efl-btn-primary { background: var(--navy); color: white; }
.efl-btn-primary:hover { background: var(--navy-3); }
.efl-btn-ghost { background: var(--bg); color: var(--text-2); border: 1px solid var(--border); }
.efl-btn svg { width: 12px; height: 12px; fill: currentColor; }
.efl-image-wrapper { margin-bottom: 10px; border-radius: var(--radius-sm); overflow: hidden; }
.efl-image { width: 100%; height: 130px; object-fit: cover; }
.efl-image-link { display: block; }

/* === NEWS CARDS COMPACT (home grid) === */
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 0 20px; }
.news-card {
  background: var(--surface); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--border-lt);
  cursor: pointer; -webkit-tap-highlight-color: transparent; transition: transform 0.2s, box-shadow 0.2s;
}
.news-card:active { transform: scale(0.97); box-shadow: var(--shadow-xs); }
.news-card-img { height: 110px; position: relative; overflow: hidden; background: var(--navy-2); }
.news-card-img img { width: 100%; height: 100%; object-fit: cover; }
.news-card-img a { display: block; height: 100%; }
.news-card-body { padding: 12px; }
.news-card-cat { font-size: 9px; font-weight: 800; font-family:'Poppins',sans-serif; text-transform: uppercase; letter-spacing: 0.8px; color: var(--primary); margin-bottom: 5px; }
.news-card-title { font-family:'Poppins',sans-serif; font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.35; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 6px; }
.news-card-date { font-size: 10px; color: var(--text-3); font-weight: 500; }

/* === NEWS FEED (full view) === */
.news-feed { padding: 16px 20px 0; display: flex; flex-direction: column; gap: 18px; }
.news-card-full {
  background: var(--surface); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--border-lt);
  cursor: pointer; -webkit-tap-highlight-color: transparent; transition: transform 0.2s;
}
.news-card-full:active { transform: scale(0.99); }
.ncf-image { height: 210px; position: relative; overflow: hidden; background: var(--navy-2); }
.ncf-image img { width: 100%; height: 100%; object-fit: cover; }
.ncf-image a { display: block; width: 100%; height: 100%; }
.ncf-image .ncf-cat {
  position: absolute; bottom: 14px; left: 14px;
  background: var(--primary); color: white;
  font-size: 9px; font-weight: 800; font-family:'Poppins',sans-serif;
  text-transform: uppercase; letter-spacing: 0.8px; padding: 4px 10px; border-radius: 20px;
}
.ncf-body { padding: 18px 18px 16px; }
.ncf-title { font-family:'Poppins',sans-serif; font-size: 19px; font-weight: 800; color: var(--text); line-height: 1.3; margin-bottom: 9px; letter-spacing: -0.3px; }
.ncf-excerpt { font-size: 14px; color: var(--text-2); line-height: 1.65; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 14px; }
.ncf-footer { display: flex; align-items: center; justify-content: space-between; }
.ncf-date { font-size: 12px; color: var(--text-3); font-weight: 500; }
.ncf-tags { display: flex; gap: 6px; flex-wrap: wrap; }
.ncf-tag { font-size: 10px; font-weight: 600; color: var(--text-3); background: var(--bg); padding: 3px 8px; border-radius: 20px; }

/* === BUSINESS CARDS === */
.business-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 16px 20px; }
.business-card {
  background: var(--surface); border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--border-lt); box-shadow: var(--shadow-sm);
  -webkit-tap-highlight-color: transparent; cursor: pointer; transition: transform 0.2s, box-shadow 0.2s;
}
.business-card:active { transform: scale(0.97); }
.biz-image { height: 96px; position: relative; overflow: hidden; background: var(--navy-2); }
.biz-image img { width: 100%; height: 100%; object-fit: cover; }
.biz-image a { display: block; width: 100%; height: 100%; }
.biz-logo {
  position: absolute; bottom: -14px; left: 12px;
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--surface); border: 2px solid var(--surface);
  box-shadow: var(--shadow-sm); overflow: hidden;
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.biz-logo img { width: 100%; height: 100%; object-fit: cover; }
.biz-body { padding: 20px 12px 12px; }
.biz-name { font-family:'Poppins',sans-serif; font-size: 13px; font-weight: 800; color: var(--text); line-height: 1.25; margin-bottom: 2px; }
.biz-cat { font-size: 10px; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.5px; font-family:'Poppins',sans-serif; margin-bottom: 5px; }
.biz-tagline { font-size: 11px; color: var(--text-3); line-height: 1.4; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; margin-bottom: 10px; }
.biz-actions { display: flex; gap: 6px; }
.biz-btn { flex: 1; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 7px 6px; border-radius: 8px; font-size: 10px; font-weight: 700; font-family:'Poppins',sans-serif; transition: all 0.15s; }
.biz-btn svg { width: 11px; height: 11px; fill: currentColor; }
.biz-btn-phone { background: var(--bg); color: var(--text-2); border: 1px solid var(--border); }
.biz-btn-wa { background: #22C55E; color: white; }
.biz-btn-web { background: var(--navy); color: white; }
.biz-featured-badge { position: absolute; top: 8px; right: 8px; background: var(--gold); color: var(--navy); font-size: 9px; font-weight: 800; font-family:'Poppins',sans-serif; padding: 3px 7px; border-radius: 20px; letter-spacing: 0.3px; }

/* === MAGAZINE VIEW === */
.magazine-reader { margin: 20px 20px 0; }
.magazine-frame-wrapper {
  width: 100%; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--navy); box-shadow: var(--shadow-xl); aspect-ratio: 3/4; position: relative;
}
.magazine-frame-wrapper iframe { width: 100%; height: 100%; border: none; }
.magazine-frame-caption { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 0 4px; }
.magazine-frame-caption span { font-size: 12px; color: var(--text-3); font-weight: 500; }
.open-external { font-size: 12px; font-weight: 700; color: var(--primary); font-family:'Poppins',sans-serif; }
.archive-grid { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.archive-grid::-webkit-scrollbar { display: none; }
.magazine-archive-item { flex: 0 0 120px; cursor: pointer; -webkit-tap-highlight-color: transparent; }
.archive-cover {
  width: 120px; height: 160px; border-radius: var(--radius); overflow: hidden;
  margin-bottom: 8px; transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: var(--shadow); background: var(--navy-2);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.magazine-archive-item:active .archive-cover { transform: scale(0.97); }
.magazine-archive-item.active .archive-cover { box-shadow: 0 0 0 3px var(--primary), var(--shadow-lg); }
.archive-cover img { width: 100%; height: 100%; object-fit: cover; }
.archive-month { font-family:'Poppins',sans-serif; font-size: 20px; font-weight: 900; color: white; }
.archive-year { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); }
.archive-title { font-family:'Poppins',sans-serif; font-size: 12px; font-weight: 700; color: var(--text); text-align: center; }
.archive-badge { display: block; text-align: center; font-size: 9px; font-weight: 800; color: var(--primary); text-transform: uppercase; letter-spacing: 0.5px; margin-top: 3px; font-family:'Poppins',sans-serif; }

/* === INSTALL APP BUTTON === */
.install-app-btn {
  display: flex; align-items: center; gap: 14px;
  margin: 24px 20px 0; padding: 16px 20px;
  background: var(--navy); border-radius: var(--radius-lg);
  cursor: pointer; transition: transform 0.15s, box-shadow 0.15s;
  -webkit-tap-highlight-color: transparent; width: calc(100% - 40px);
  text-align: left; position: relative; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.install-app-btn::before { content:''; position:absolute; inset:0; background: linear-gradient(100deg, rgba(232,67,42,0.15) 0%, transparent 50%); }
.install-app-btn:active { transform: scale(0.98); }
.install-app-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--primary); display:flex; align-items:center; justify-content:center; font-size: 22px; flex-shrink: 0; box-shadow: 0 4px 14px rgba(232,67,42,0.4); }
.install-app-text { flex: 1; position: relative; }
.install-app-title { font-family:'Poppins',sans-serif; font-size: 15px; font-weight: 800; color: white; }
.install-app-sub { font-size: 12px; color: rgba(255,255,255,0.45); font-weight: 500; margin-top: 2px; }
.install-app-arrow { color: rgba(255,255,255,0.3); font-size: 18px; flex-shrink: 0; position: relative; }

/* === SOCIAL SECTION === */
.social-section { padding: 28px 20px 0; }
.social-section h3 { font-family:'Poppins',sans-serif; font-size: 13px; font-weight: 700; color: var(--text-3); margin-bottom: 14px; text-transform: uppercase; letter-spacing: 1.2px; }
.social-links { display: flex; gap: 10px; flex-wrap: wrap; }
.social-btn { display: flex; align-items: center; gap: 8px; padding: 11px 18px; border-radius: 40px; font-size: 13px; font-weight: 700; font-family:'Poppins',sans-serif; color: white; transition: transform 0.15s, opacity 0.15s; -webkit-tap-highlight-color: transparent; }
.social-btn:active { transform: scale(0.95); opacity: 0.9; }
.social-btn svg { width: 17px; height: 17px; }
.social-fb { background: #1877F2; }
.social-fb svg { fill: white; stroke: none; }
.social-ig { background: linear-gradient(135deg, #833AB4, #FD1D1D, #FCB045); }
.social-ig svg { fill: none; stroke: white; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.social-tt { background: #000; }
.social-tt svg { stroke: none; fill: white; }

/* === ADVERTISE CTA === */
.advertise-cta { margin: 24px 20px 0; }
.adv-inner {
  background: var(--navy); border-radius: var(--radius-xl); padding: 28px 24px;
  text-align: center; position: relative; overflow: hidden;
}
.adv-inner::before { content:''; position:absolute; top:-40px; right:-40px; width:150px; height:150px; border-radius:50%; background:rgba(232,67,42,0.12); }
.adv-inner::after { content:''; position:absolute; bottom:-50px; left:-30px; width:170px; height:170px; border-radius:50%; background:rgba(212,168,67,0.08); }
.adv-inner h3 { font-family:'Poppins',sans-serif; font-size: 24px; font-weight: 900; color: white; margin-bottom: 8px; position: relative; letter-spacing: -0.4px; }
.adv-inner p { font-size: 14px; color: rgba(255,255,255,0.55); margin-bottom: 20px; line-height: 1.6; position: relative; }
.btn-primary { display: inline-block; background: var(--primary); color: white; font-size: 14px; font-weight: 800; font-family:'Poppins',sans-serif; padding: 13px 28px; border-radius: 40px; transition: all 0.15s; position: relative; box-shadow: 0 4px 16px rgba(232,67,42,0.4); }
.btn-primary:active { transform: scale(0.97); }

/* === CATEGORY GRADIENT HELPERS (for cards without images) === */
.grad-sports        { background: linear-gradient(145deg, #0F2D5E 0%, #1A4A8A 100%); }
.grad-markets       { background: linear-gradient(145deg, #0D3320 0%, #185C35 100%); }
.grad-arts          { background: linear-gradient(145deg, #2D0E55 0%, #4A1A8A 100%); }
.grad-food          { background: linear-gradient(145deg, #4A0A0A 0%, #8B1A1A 100%); }
.grad-lifestyle     { background: linear-gradient(145deg, #3D0A25 0%, #6B1240 100%); }
.grad-shopping      { background: linear-gradient(145deg, #3D1500 0%, #7A2E00 100%); }
.grad-accommodation { background: linear-gradient(145deg, #002535 0%, #004A60 100%); }
.grad-beauty        { background: linear-gradient(145deg, #2D0A35 0%, #551560 100%); }
.grad-nature        { background: linear-gradient(145deg, #0A2510 0%, #1A4A20 100%); }
.grad-community     { background: linear-gradient(145deg, #0A1240 0%, #162080 100%); }
.grad-family        { background: linear-gradient(145deg, #3D1A00 0%, #703500 100%); }
.grad-music         { background: linear-gradient(145deg, #3D0020 0%, #700040 100%); }
.grad-magazine      { background: linear-gradient(145deg, var(--navy-2) 0%, var(--navy-4) 100%); }
.grad-general       { background: linear-gradient(145deg, #1A1F2C 0%, #2C3345 100%); }

/* === TOAST === */
.toast {
  position: fixed; top: 20px; left: 50%;
  transform: translateX(-50%) translateY(-80px);
  background: var(--navy); color: white;
  padding: 12px 22px; border-radius: 40px;
  font-size: 14px; font-weight: 600; font-family:'Poppins',sans-serif;
  z-index: 3000; white-space: nowrap; box-shadow: var(--shadow-xl);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1); pointer-events: none;
}
.toast.show { transform: translateX(-50%) translateY(0); }

/* === BOTTOM SHEET MODAL === */
.modal-overlay {
  position: fixed; inset: 0; background: rgba(10,22,40,0.55);
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
  z-index: 2000; display: flex; align-items: flex-end;
  opacity: 0; pointer-events: none; transition: opacity 0.22s;
}
.modal-overlay.open { opacity: 1; pointer-events: auto; }
.modal-sheet {
  background: var(--surface); border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  padding: 0 22px calc(24px + var(--safe-bottom));
  width: 100%; max-height: 88dvh; overflow-y: auto;
  transform: translateY(100%); transition: transform 0.32s cubic-bezier(0.4,0,0.2,1);
}
.modal-overlay.open .modal-sheet { transform: translateY(0); }
.modal-handle { width: 40px; height: 4px; background: var(--border); border-radius: 2px; margin: 14px auto 22px; }
.modal-title { font-family:'Poppins',sans-serif; font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 4px; letter-spacing: -0.3px; }
.modal-sub { font-size: 14px; color: var(--text-2); margin-bottom: 20px; }

/* === INSTALL MODAL === */
.install-modal-overlay {
  position: fixed; inset: 0; background: rgba(10,22,40,0.6);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  z-index: 3000; display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity 0.25s;
}
.install-modal-overlay.open { opacity: 1; pointer-events: auto; }
.install-modal {
  background: var(--surface-w); border-radius: 28px 28px 0 0;
  padding: 0 24px calc(32px + var(--safe-bottom));
  width: 100%; max-width: 480px; max-height: 92dvh; overflow-y: auto;
  transform: translateY(100%); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
}
.install-modal-overlay.open .install-modal { transform: translateY(0); }
.install-handle { width: 40px; height: 4px; background: var(--border); border-radius: 2px; margin: 14px auto 22px; }
.install-modal-icon { width: 72px; height: 72px; border-radius: 20px; background: var(--primary); display:flex; align-items:center; justify-content:center; font-family:'Poppins',sans-serif; font-size: 32px; font-weight: 900; color: white; margin: 0 auto 16px; box-shadow: 0 8px 24px rgba(232,67,42,0.4); }
.install-modal h2 { font-family:'Poppins',sans-serif; font-size: 22px; font-weight: 800; text-align: center; color: var(--text); margin-bottom: 8px; letter-spacing: -0.3px; }
.install-modal-sub { font-size: 14px; color: var(--text-2); text-align: center; line-height: 1.55; margin-bottom: 24px; }
.install-steps { display: flex; flex-direction: column; gap: 10px; margin-bottom: 24px; }
.install-step { display: flex; align-items: flex-start; gap: 14px; background: var(--bg); border-radius: var(--radius); padding: 14px 16px; }
.install-step-num { width: 26px; height: 26px; border-radius: 50%; background: var(--navy); color: white; font-family:'Poppins',sans-serif; font-size: 12px; font-weight: 800; display:flex; align-items:center; justify-content:center; flex-shrink: 0; }
.install-step-text { flex: 1; }
.install-step-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 2px; font-family:'Poppins',sans-serif; }
.install-step-desc { font-size: 12px; color: var(--text-2); line-height: 1.5; }
.install-step-icon { font-size: 20px; flex-shrink: 0; }
.install-direct-btn { width: 100%; padding: 16px; background: var(--primary); color: white; border-radius: 40px; border: none; cursor: pointer; font-family:'Poppins',sans-serif; font-size: 16px; font-weight: 800; display:flex; align-items:center; justify-content:center; gap: 10px; transition: all 0.15s; margin-bottom: 10px; box-shadow: 0 4px 16px rgba(232,67,42,0.4); }
.install-direct-btn:active { transform: scale(0.98); }
.install-later-btn { width: 100%; padding: 14px; background: var(--bg); color: var(--text-2); border-radius: 40px; border: 1.5px solid var(--border); cursor: pointer; font-size: 14px; font-weight: 700; font-family:'Poppins',sans-serif; transition: all 0.15s; }
.install-platform-badge { display: flex; align-items: center; justify-content: center; gap: 6px; background: var(--bg); border: 1px solid var(--border); border-radius: 40px; padding: 7px 14px; font-size: 12px; font-weight: 600; color: var(--text-2); margin: 0 auto 18px; width: fit-content; }

/* === SKELETON === */
.skeleton { background: linear-gradient(90deg, #ece9e4 25%, #e4e1dc 50%, #ece9e4 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; border-radius: 8px; }
@keyframes shimmer { from{background-position:200% 0} to{background-position:-200% 0} }

/* === INSTALL BANNER (auto-prompt) === */
.install-banner {
  position: fixed; bottom: calc(var(--nav-height) + var(--safe-bottom) + 10px);
  left: 14px; right: 14px; background: var(--navy); color: white;
  border-radius: var(--radius-lg); padding: 14px 16px;
  display: flex; align-items: center; gap: 12px; z-index: 999;
  box-shadow: var(--shadow-xl); animation: slideUp 0.3s cubic-bezier(0.4,0,0.2,1);
}
@keyframes slideUp { from{transform:translateY(24px);opacity:0} to{transform:translateY(0);opacity:1} }
.install-banner-icon { font-size: 22px; flex-shrink: 0; }
.install-banner-text { flex: 1; font-size: 13px; font-weight: 500; line-height: 1.4; }
.install-banner-text strong { display: block; font-size: 14px; margin-bottom: 1px; font-family:'Poppins',sans-serif; }
.btn-install { background: var(--primary); color: white; padding: 8px 16px; border-radius: 40px; font-size: 12px; font-weight: 800; font-family:'Poppins',sans-serif; flex-shrink: 0; }
.btn-dismiss { color: rgba(255,255,255,0.4); padding: 8px; font-size: 16px; flex-shrink: 0; }

/* === EMPTY STATE === */
.empty-state { text-align: center; padding: 56px 24px; color: var(--text-3); }
.empty-state-icon { font-size: 44px; margin-bottom: 12px; }
.empty-state h3 { font-family:'Poppins',sans-serif; font-size: 18px; font-weight: 800; color: var(--text-2); margin-bottom: 8px; }
.empty-state p { font-size: 14px; line-height: 1.6; }

/* === UTILITIES === */
.bottom-spacer { height: 24px; }

/* === PULL TO REFRESH === */
.ptr-indicator {
  position: fixed; top: 0; left: 50%; transform: translateX(-50%);
  z-index: 500; display: flex; align-items: center; gap: 8px;
  background: var(--primary); color: white;
  padding: 8px 18px; border-radius: 0 0 20px 20px;
  font-size: 13px; font-weight: 700; font-family:'Poppins',sans-serif;
  transition: transform 0.2s; transform: translateX(-50%) translateY(-100%);
  box-shadow: 0 4px 16px rgba(232,67,42,0.4);
}
.ptr-indicator.pulling { transform: translateX(-50%) translateY(0); }
.ptr-indicator.refreshing { transform: translateX(-50%) translateY(0); }
.ptr-spin { animation: spin 0.8s linear infinite; display: inline-block; }
@keyframes spin { to { transform: rotate(360deg); } }

/* === GLOBAL SEARCH === */
.search-fab {
  position: fixed; bottom: calc(var(--nav-height) + var(--safe-bottom) + 14px); right: 18px;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy-3); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; z-index: 200; box-shadow: var(--shadow-lg);
  transition: transform 0.2s, background 0.2s; -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.search-fab:active { transform: scale(0.92); }
.search-overlay {
  position: fixed; inset: 0; background: var(--navy); z-index: 800;
  display: flex; flex-direction: column;
  transform: translateY(100%); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.search-overlay.open { transform: translateY(0); }
.search-overlay-header {
  display: flex; align-items: center; gap: 12px;
  padding: calc(var(--safe-top) + 14px) 16px 14px;
  border-bottom: 1px solid var(--border); flex-shrink: 0;
}
.search-overlay-input {
  flex: 1; background: var(--navy-3); border: 1.5px solid var(--border);
  border-radius: 40px; padding: 11px 16px 11px 20px;
  font-size: 16px; color: var(--text); outline: none;
  transition: border-color 0.15s;
}
.search-overlay-input:focus { border-color: var(--primary); }
.search-overlay-input::placeholder { color: var(--text-3); }
.search-cancel { font-size: 14px; font-weight: 700; color: var(--primary); font-family:'Poppins',sans-serif; white-space: nowrap; flex-shrink: 0; }
.search-results { flex: 1; overflow-y: auto; padding: 16px; }
.search-group-label {
  font-size: 10px; font-weight: 800; color: var(--text-3);
  text-transform: uppercase; letter-spacing: 1.2px;
  margin: 16px 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--border);
}
.search-result-item {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 14px; border-radius: var(--radius-sm);
  background: var(--navy-2); margin-bottom: 8px; cursor: pointer;
  transition: background 0.15s; -webkit-tap-highlight-color: transparent;
  border: 1px solid var(--border-lt);
}
.search-result-item:active { background: var(--navy-3); }
.search-result-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.search-result-title { font-family:'Poppins',sans-serif; font-size: 14px; font-weight: 700; color: var(--text); }
.search-result-sub { font-size: 12px; color: var(--text-3); margin-top: 2px; }
.search-empty { text-align: center; padding: 60px 24px; color: var(--text-3); font-size: 14px; }

/* === ENQUIRY MODAL === */
.enq-modal { padding: 24px; }
.enq-modal h2 { font-family:'Poppins',sans-serif; font-size: 22px; font-weight: 800; color: var(--text); margin-bottom: 6px; }
.enq-modal p { font-size: 14px; color: var(--text-2); margin-bottom: 20px; line-height: 1.5; }
.enq-field { margin-bottom: 14px; }
.enq-label { font-size: 11px; font-weight: 700; color: var(--text-2); text-transform: uppercase; letter-spacing: 0.6px; display: block; margin-bottom: 6px; }
.enq-input { width: 100%; padding: 13px 16px; border: 1.5px solid var(--border); border-radius: var(--radius-sm); font-size: 15px; color: var(--text); background: var(--navy-3); outline: none; transition: border-color 0.15s; }
.enq-input:focus { border-color: var(--primary); }
.enq-input::placeholder { color: var(--text-3); }
.enq-btn { width: 100%; padding: 14px; background: #22C55E; color: white; border: none; border-radius: 40px; font-family:'Poppins',sans-serif; font-size: 15px; font-weight: 800; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 4px; transition: all 0.15s; }
.enq-btn:active { transform: scale(0.98); }

/* ============================================================
   DARK THEME OVERRIDES
   All component colours tuned for dark navy background
   ============================================================ */

/* Filter bar */
.filter-bar { background: var(--navy-2); border-bottom-color: var(--border); }
.filter-pill { background: var(--navy-3); color: var(--text-2); border-color: transparent; }
.filter-pill.active { background: var(--primary); color: white; }

/* Search */
.search-input { background: var(--navy-3); border-color: var(--border); color: var(--text); }
.search-input:focus { background: var(--navy-4); border-color: var(--primary); }
.search-input::placeholder { color: var(--text-3); }

/* Section titles */
.section-title { color: var(--text); }

/* Page header (already dark, just ensure text) */
.page-title { color: white; }

/* Event cards full */
.event-card-full { background: var(--surface); border-color: var(--border-lt); }
.efl-date { border-right-color: var(--border); }
.efl-day { color: var(--primary); }
.efl-mon { color: var(--text-3); }
.efl-line { background: var(--border); }
.efl-title { color: var(--text); }
.efl-meta-row { color: var(--text-2); }
.efl-meta-row svg { fill: var(--text-3); }
.efl-cat { color: var(--primary); background: var(--primary-bg); }
.efl-btn-ghost { background: var(--navy-3); color: var(--text-2); border-color: var(--border); }
.efl-btn-ghost:hover { background: var(--navy-4); }

/* News cards compact */
.news-card { background: var(--surface); border-color: var(--border-lt); }
.news-card-title { color: var(--text); }
.news-card-date { color: var(--text-3); }

/* News cards full */
.news-card-full { background: var(--surface); border-color: var(--border-lt); }
.ncf-title { color: var(--text); }
.ncf-excerpt { color: var(--text-2); }
.ncf-date { color: var(--text-3); }
.ncf-tag { background: var(--navy-3); color: var(--text-3); }

/* Business cards */
.business-card { background: var(--surface); border-color: var(--border-lt); }
.biz-name { color: var(--text); }
.biz-tagline { color: var(--text-3); }
.biz-btn-phone { background: var(--navy-3); color: var(--text-2); border-color: var(--border); }

/* Magazine */
.magazine-frame-caption span { color: var(--text-3); }
.archive-title { color: var(--text-2); }

/* Install app button */
.install-app-btn { background: var(--navy-3); border-color: var(--border); }

/* Social section */
.social-section h3 { color: var(--text-3); }

/* Advertise CTA already dark */

/* Modals */
.modal-sheet { background: var(--navy-2); }
.modal-handle { background: var(--border); }
.modal-title { color: var(--text); }
.modal-sub { color: var(--text-2); }

/* Install modal */
.install-modal { background: var(--navy-2); }
.install-handle { background: var(--border); }
.install-modal h2 { color: var(--text); }
.install-modal-sub { color: var(--text-2); }
.install-step { background: var(--navy-3); }
.install-step-title { color: var(--text); }
.install-step-desc { color: var(--text-2); }
.install-step-num { background: var(--navy-4); }
.install-platform-badge { background: var(--navy-3); color: var(--text-2); border-color: var(--border); }
.install-direct-btn { background: var(--primary); }
.install-later-btn { background: var(--navy-3); color: var(--text-2); border-color: var(--border); }

/* Discover pills on dark — both variants look good */
.discover-pill { background: var(--navy-2); border-color: rgba(255,255,255,0.1); color: var(--text); }
.discover-pill.featured { background: var(--primary); border-color: var(--primary); color: white; }

/* Toast */
.toast { background: var(--navy-3); }

/* Empty states */
.empty-state h3 { color: var(--text-2); }

/* Offline banner */
.offline-banner { background: var(--navy-3); }

/* === RESPONSIVE === */
@media (min-width: 480px) {
  .hero-title { font-size: 62px; }
  .business-grid { grid-template-columns: repeat(3,1fr); }
  .news-grid { grid-template-columns: repeat(3,1fr); }
}
@media (min-width: 768px) {
  #app, .bottom-nav, .install-banner, .toast, .offline-banner { max-width: 480px; }
  #app, .offline-banner { margin: 0 auto; }
  .bottom-nav, .install-banner, .toast { left: 50%; transform: translateX(-50%); }
  .toast.show { transform: translateX(-50%) translateY(0); }
}
