/* ── VIFoodie Design System ── */
:root {
  --white:    #ffffff;
  --off:      #f9f9f9;
  --border:   #ebebeb;
  --ink:      #1a1a1a;
  --navy:     #1a2744;
  --body:     #555555;
  --muted:    #999999;

  /* Accent pops */
  --coral:    #ff6b4a;
  --coral-lt: #fff2ef;
  --mango:    #f5c842;
  --mango-lt: #fffbeb;
  --teal:     #2e7d6e;
  --teal-lt:  #e8f5f0;
  --amber:    #e8a040;
  --amber-lt: #fef6e8;
  --purple:   #8b6bbf;
  --purple-lt:#f3effa;
  --ocean:    #3d7abf;
  --ocean-lt: #edf4fc;

  --radius:   12px;
  --shadow:   0 2px 8px rgba(0,0,0,.06);
  --shadow-md:0 4px 20px rgba(0,0,0,.10);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  color: var(--body);
  background: var(--white);
  line-height: 1.7;
}

img { max-width: 100%; display: block; }
a  { color: var(--teal); text-decoration: none; }

/* ── HEADER ── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 12px rgba(0,0,0,.06);
}
.header-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark {
  width: 40px;
  height: 40px;
  background: var(--coral);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.logo-text strong {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1.1;
}
.logo-text span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}

/* ── PILL NAV ── */
.header-pill-nav {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  justify-content: center;
}
.hpill {
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 14px;
  border-radius: 99px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  white-space: nowrap;
  transition: all .15s;
  display: inline-block;
}
.hpill:hover { border-color: var(--coral); color: var(--coral); }
.hpill.advertise {
  background: var(--coral);
  border-color: var(--coral);
  color: #fff;
}
.hpill.advertise:hover { background: #e5552e; border-color: #e5552e; }

/* Dropdown */
.nav-group { position: relative; }
.nav-group:hover .nav-dropdown { display: block; }
.nav-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  min-width: 210px;
  padding: 8px;
  z-index: 300;
}
.nav-dropdown a {
  display: block;
  padding: 9px 14px;
  font-family: 'Nunito', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  border-radius: 8px;
  text-decoration: none;
  transition: background .12s;
}
.nav-dropdown a:hover { background: var(--off); color: var(--coral); }

/* Clock */
.header-datetime {
  flex-shrink: 0;
  text-align: right;
}
.hdt-time {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}
.hdt-date {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
  margin-top: 2px;
}

/* Mobile nav */
.mobile-nav {
  display: none;
  overflow-x: auto;
  padding: 10px 16px;
  gap: 8px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.mobile-nav::-webkit-scrollbar { display: none; }

@media (max-width: 900px) {
  .header-pill-nav { display: none; }
  .header-datetime  { display: none; }
  .mobile-nav       { display: flex; }
}

/* ── PAGE HERO ── */
.page-hero {
  background: var(--navy);
  padding: 52px 24px;
  text-align: center;
}
.page-hero-eyebrow {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .9px;
  color: var(--coral);
  margin-bottom: 10px;
}
.page-hero-title {
  font-family: 'Nunito', sans-serif;
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.15;
}
.page-hero-desc {
  font-size: 16px;
  color: rgba(255,255,255,.65);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ── CATEGORY TAG PILLS ── */
.tag { display:inline-block; font-family:'Nunito',sans-serif; font-size:11px; font-weight:800; padding:3px 10px; border-radius:99px; white-space:nowrap; }
.tag-beach-bar   { background:var(--coral-lt);  color:var(--coral);  }
.tag-local       { background:var(--teal-lt);   color:var(--teal);   }
.tag-fine-dining { background:#f0f0f6;           color:var(--navy);   }
.tag-breakfast   { background:var(--mango-lt);  color:#b5870a;       }
.tag-rum         { background:var(--amber-lt);  color:#a05010;       }
.tag-food-truck  { background:var(--purple-lt); color:var(--purple); }
.tag-seafood     { background:var(--ocean-lt);  color:var(--ocean);  }

/* ── LISTING CARD ── */
.listing-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .15s, transform .15s;
}
.listing-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.listing-card-body { padding: 18px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.listing-card-name { font-family:'Nunito',sans-serif; font-size:16px; font-weight:900; color:var(--navy); }
.listing-card-location { font-size:12px; color:var(--muted); font-weight:600; }
.listing-card-desc { font-size:13px; color:var(--body); line-height:1.65; flex:1; }
.listing-card-tags { display:flex; flex-wrap:wrap; gap:5px; }
.listing-card-actions { padding:14px 18px; border-top:1px solid var(--border); display:flex; gap:8px; }
.btn-google {
  flex:1; text-align:center; padding:8px; border-radius:8px;
  background:var(--off); border:1px solid var(--border);
  font-family:'Nunito',sans-serif; font-size:12px; font-weight:800;
  color:var(--navy); text-decoration:none;
}
.btn-google:hover { background:var(--border); }
.btn-tripadvisor {
  flex:1; text-align:center; padding:8px; border-radius:8px;
  background:#00aa6c; font-family:'Nunito',sans-serif;
  font-size:12px; font-weight:800; color:#fff; text-decoration:none;
}
.btn-tripadvisor:hover { background:#009960; }
.btn-website {
  text-align:center; padding:8px 14px; border-radius:8px;
  background:var(--coral); font-family:'Nunito',sans-serif;
  font-size:12px; font-weight:800; color:#fff; text-decoration:none;
}
.btn-website:hover { background:#e5552e; }

/* ── CROSS-PROMO ── */
.crosspromo-section { background:#1a2744; padding:32px 24px; }
.crosspromo-inner {
  max-width:1100px; margin:0 auto;
  display:grid; grid-template-columns:1fr 1fr 1fr; gap:16px;
}
.crosspromo-card {
  display:flex; align-items:center; gap:14px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px; padding:18px 20px;
  text-decoration:none; transition:background .15s;
}
.crosspromo-card:hover { background:rgba(255,255,255,.12); }
.crosspromo-icon { font-size:26px; flex-shrink:0; }
.crosspromo-name { font-family:'Nunito',sans-serif; font-size:14px; font-weight:900; color:#fff; margin-bottom:3px; }
.crosspromo-desc { font-size:12px; color:rgba(255,255,255,.50); line-height:1.5; }
.crosspromo-arrow { margin-left:auto; color:rgba(255,255,255,.30); font-size:18px; flex-shrink:0; }

/* ── NEWSLETTER ── */
.newsletter-section { background:var(--coral); padding:44px 24px; }
.newsletter-inner { max-width:560px; margin:0 auto; text-align:center; }
.newsletter-title { font-family:'Nunito',sans-serif; font-size:24px; font-weight:900; color:#fff; margin-bottom:8px; }
.newsletter-desc  { font-size:14px; color:rgba(255,255,255,.80); margin-bottom:20px; line-height:1.6; }
.newsletter-form  { display:flex; gap:10px; max-width:440px; margin:0 auto; }
.newsletter-input {
  flex:1; padding:12px 16px; border-radius:9px; border:none;
  font-size:14px; font-family:'Nunito Sans',sans-serif;
  background:#fff; color:var(--ink); outline:none;
}
.newsletter-btn {
  padding:12px 22px; background:var(--navy); color:#fff;
  border:none; border-radius:9px; font-family:'Nunito',sans-serif;
  font-size:14px; font-weight:900; cursor:pointer; white-space:nowrap;
}
.newsletter-btn:hover { background:#111d36; }

/* ── FOOTER ── */
.site-footer { background:#111d36; padding:48px 24px 0; }
.footer-main {
  max-width:1200px; margin:0 auto;
  display:grid; grid-template-columns:2fr 1fr 1fr 1fr 1fr;
  gap:32px; padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.fc-logo { display:flex; align-items:center; gap:10px; margin-bottom:12px; }
.fc-logo-mark { width:36px; height:36px; background:var(--coral); border-radius:9px; display:flex; align-items:center; justify-content:center; font-size:18px; }
.fc-logo-name { font-family:'Nunito',sans-serif; font-size:16px; font-weight:900; color:#fff; }
.fc-tagline { font-size:13px; color:rgba(255,255,255,.45); line-height:1.7; margin-bottom:16px; }
.fc-other-label { font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.7px; color:rgba(255,255,255,.30); margin-bottom:8px; }
.fc-other-link {
  display:flex; align-items:center; gap:8px;
  padding:8px 10px; background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10); border-radius:8px;
  font-family:'Nunito',sans-serif; font-size:12px; font-weight:700;
  color:rgba(255,255,255,.65); text-decoration:none; margin-bottom:6px;
}
.fc-other-link:hover { background:rgba(255,255,255,.10); color:#fff; }
.fc-heading { font-family:'Nunito',sans-serif; font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.7px; color:rgba(255,255,255,.35); margin-bottom:10px; }
.fc-links { display:flex; flex-direction:column; gap:4px; }
.fc-link { font-size:13px; color:rgba(255,255,255,.55); text-decoration:none; padding:2px 0; }
.fc-link:hover { color:#fff; }
.footer-bottom {
  max-width:1200px; margin:0 auto;
  padding:18px 0; display:flex; flex-direction:column; align-items:center; gap:8px;
}
.footer-bottom-in { display:flex; justify-content:space-between; align-items:center; width:100%; }
.fb-copy { font-size:12px; color:rgba(255,255,255,.30); }
.fb-links { display:flex; gap:16px; }
.fb-link { font-size:12px; color:rgba(255,255,255,.35); text-decoration:none; }
.fb-link:hover { color:#fff; }
.fb-easter { font-size:11px; color:rgba(255,255,255,.18); }

/* ── UTILITIES ── */
.section-label {
  font-family:'Nunito',sans-serif; font-size:11px; font-weight:800;
  text-transform:uppercase; letter-spacing:.8px; color:var(--coral);
  margin-bottom:8px;
}
.section-title {
  font-family:'Nunito',sans-serif; font-size:28px; font-weight:900;
  color:var(--navy); margin-bottom:12px; line-height:1.2;
}
.section-desc { font-size:15px; color:var(--body); line-height:1.8; max-width:680px; }

.grid-3 { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.grid-4 { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.grid-auto { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px; }

/* FAQ */
.faq-item { border-bottom:1px solid var(--border); }
.faq-q {
  width:100%; background:none; border:none; cursor:pointer;
  display:flex; justify-content:space-between; align-items:center;
  padding:16px 0; font-family:'Nunito',sans-serif;
  font-size:15px; font-weight:800; color:var(--navy); text-align:left; gap:12px;
}
.faq-icon { font-size:18px; color:var(--coral); flex-shrink:0; font-style:normal; }
.faq-a { display:none; padding:0 0 16px; font-size:14px; color:var(--body); line-height:1.8; }
.faq-a.open { display:block; }

@media (max-width:768px) {
  .grid-3, .grid-4 { grid-template-columns:1fr; }
  .footer-main { grid-template-columns:1fr 1fr; }
  .crosspromo-inner { grid-template-columns:1fr; }
  .page-hero-title { font-size:26px; }
  .footer-bottom-in { flex-direction:column; gap:8px; text-align:center; }
  .newsletter-form { flex-direction:column; }
}
