/* ============================================================
   ACCESS WILMINGTON — Main Stylesheet
   Brand: Gold #ebc637 | Navy #203064 | Red #c62127
   Fonts: Arvo (headings) | Open Sans (body)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Open Sans', Arial, sans-serif; color: #222; background: #f0f0ed; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

:root {
  --gold:        #ebc637;
  --gold-dark:   #d4ad20;
  --navy:        #203064;
  --navy-light:  #2c4480;
  --red:         #c62127;
  --gray-bg:     #f0f0ed;
  --gray-light:  #f7f7f5;
  --gray-mid:    #e2e2de;
  --text:        #222;
  --text-muted:  #666;
  --white:       #fff;
  --radius:      8px;
  --shadow:      0 2px 12px rgba(0,0,0,0.10);
  --shadow-hover:0 6px 24px rgba(0,0,0,0.16);
  --max-width:   1140px;
}

/* ---- UTILITY ---- */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
.btn { display: inline-block; padding: 10px 22px; border-radius: 4px; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 0.88rem; letter-spacing: 0.03em; transition: all 0.2s; cursor: pointer; border: none; }
.btn-primary  { background: var(--red);  color: var(--white); }
.btn-primary:hover  { background: #a01a1f; }
.btn-gold     { background: var(--gold); color: var(--navy); }
.btn-gold:hover     { background: var(--gold-dark); }
.btn-outline  { background: transparent; border: 2px solid var(--white); color: var(--white); }
.btn-outline:hover  { background: var(--white); color: var(--navy); }
.btn-navy     { background: var(--navy); color: var(--white); }
.btn-navy:hover     { background: var(--navy-light); }

.section-label    { font-family: 'Open Sans', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--red); margin-bottom: 6px; }
.section-title    { font-family: 'Arvo', Georgia, serif; font-size: 1.75rem; color: var(--navy); margin-bottom: 4px; }
.section-subtitle { font-size: 0.95rem; color: var(--text-muted); }

/* ---- TOP BAR ---- */
.topbar { background: var(--gold); }
.topbar__inner { display: flex; align-items: center; justify-content: space-between; padding: 10px 20px; max-width: var(--max-width); margin: 0 auto; }
.topbar__logo img { height: 72px; width: auto; }
.topbar__right { display: flex; align-items: center; gap: 20px; }
.topbar__tagline { font-size: 0.78rem; font-weight: 600; color: var(--navy); letter-spacing: 0.04em; text-transform: uppercase; opacity: 0.75; }
.sister-site-btn { font-size: 0.72rem; font-weight: 700; color: var(--navy); background: rgba(32,48,100,0.12); border: 1px solid rgba(32,48,100,0.25); border-radius: 20px; padding: 5px 12px; letter-spacing: 0.03em; transition: background 0.2s; white-space: nowrap; }
.sister-site-btn:hover { background: rgba(32,48,100,0.22); }
.topbar__socials { display: flex; gap: 10px; }
.topbar__socials a { color: var(--navy); display: flex; opacity: 0.8; transition: opacity 0.2s; }
.topbar__socials a:hover { opacity: 1; }
.topbar__socials svg { width: 20px; height: 20px; }

/* ---- NAV ---- */
.nav { background: var(--navy); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }
.nav__links { display: flex; list-style: none; }
.nav__links li a { display: block; padding: 14px 16px; font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.85); letter-spacing: 0.04em; text-transform: uppercase; transition: color 0.2s; }
.nav__links li a:hover,
.nav__links li a.active { color: var(--gold); }
.nav__links li a.active { border-bottom: 3px solid var(--gold); }
.nav__cta { display: flex; align-items: center; gap: 12px; }
.nav__search { display: flex; align-items: center; background: rgba(255,255,255,0.1); border-radius: 4px; padding: 6px 12px; gap: 8px; }
.nav__search input { background: none; border: none; outline: none; color: var(--white); font-size: 0.85rem; font-family: 'Open Sans', sans-serif; width: 160px; }
.nav__search input::placeholder { color: rgba(255,255,255,0.5); }
.nav__search svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.6); fill: none; flex-shrink: 0; }

/* ---- EVENT TAGS ---- */
.event-cat-tag { display: inline-block; background: var(--gold); color: var(--navy); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 9px; border-radius: 3px; }
.event-cat-tag.red  { background: var(--red);  color: var(--white); }
.event-cat-tag.navy { background: var(--navy); color: var(--white); }
.biz-cat-badge { display: inline-block; background: rgba(235,198,55,0.15); color: var(--navy); border: 1px solid var(--gold); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; }

/* ---- AD SLOTS ---- */
.ad-banner { background: var(--white); padding: 16px 0; border-bottom: 1px solid var(--gray-mid); }
.ad-banner__slot { max-width: 728px; margin: 0 auto; background: var(--gray-mid); border-radius: 4px; display: flex; align-items: center; justify-content: center; height: 90px; color: var(--text-muted); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; border: 2px dashed #ccc; }
.ad-banner__label { text-align: center; font-size: 0.65rem; color: #aaa; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }
.ad-slot-300 { width: 300px; height: 250px; background: var(--gray-mid); border: 2px dashed #ccc; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 0.72rem; color: #aaa; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }

/* ---- COMMUNITY PARTNERS ---- */
.sponsors { background: var(--white); padding: 28px 0; border-top: 1px solid var(--gray-mid); border-bottom: 1px solid var(--gray-mid); }
.sponsors__inner { display: flex; align-items: center; gap: 32px; justify-content: center; flex-wrap: wrap; }
.sponsors__label { font-size: 0.70rem; font-weight: 700; color: #aaa; text-transform: uppercase; letter-spacing: 0.1em; white-space: nowrap; }
.sponsor-logo { height: 36px; background: var(--gray-mid); border-radius: 4px; padding: 6px 18px; display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: #aaa; font-weight: 600; min-width: 100px; }

/* ---- MEDIA PARTNERS (hero sidebar) ---- */
.media-partners-block { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius); padding: 14px 16px; margin-bottom: 12px; }
.media-partners-block__label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-bottom: 12px; }
.media-partners-block__logos { display: flex; align-items: center; justify-content: center; gap: 28px; }
.media-partners-block__logo-wrap { background: #fff; border-radius: 6px; width: 136px; height: 68px; display: flex; align-items: center; justify-content: center; opacity: 0.9; transition: opacity 0.2s; }
.media-partners-block__logo-wrap:hover { opacity: 1; }
.media-partners-block__logo-wrap img { width: auto; object-fit: contain; display: block; }
.media-partners-block__logo-wrap.logo--wway img { height: 46px; }
.media-partners-block__logo-wrap.logo--penguin img { height: 46px; }

/* ---- PAGINATION ---- */
.aw-pagination { display: flex; gap: 6px; justify-content: center; padding: 32px 0 8px; flex-wrap: wrap; }
.aw-pagination a,
.aw-pagination span { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; border-radius: 4px; font-size: 0.85rem; font-weight: 600; border: 1px solid var(--gray-mid); color: var(--text); transition: all 0.2s; }
.aw-pagination a:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.aw-pagination .current { background: var(--navy); color: var(--white); border-color: var(--navy); }
.aw-pagination .prev, .aw-pagination .next { color: var(--red); }

/* ---- FOOTER ---- */
.footer { background: #111c2c; color: rgba(255,255,255,0.65); padding: 52px 0 24px; }
.footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer__brand .logo-text { font-family: 'Arvo', Georgia, serif; font-size: 1.4rem; color: var(--gold); font-weight: 700; margin-bottom: 10px; }
.footer__brand .logo-text span { color: var(--red); }
.footer__brand p { font-size: 0.85rem; line-height: 1.7; max-width: 240px; margin-bottom: 16px; }
.footer__socials { display: flex; gap: 10px; }
.footer__socials a { width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,0.08); display: flex; align-items: center; justify-content: center; transition: background 0.2s; }
.footer__socials a:hover { background: var(--gold); }
.footer__socials a:hover svg { stroke: var(--navy); }
.footer__socials svg { width: 16px; height: 16px; stroke: rgba(255,255,255,0.7); fill: none; }
.footer__col h4 { font-family: 'Arvo', Georgia, serif; font-size: 0.90rem; color: var(--white); margin-bottom: 14px; }
.footer__col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer__col ul li a { font-size: 0.83rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer__col ul li a:hover { color: var(--gold); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; display: flex; align-items: center; justify-content: space-between; font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.footer__bottom a { color: rgba(255,255,255,0.35); }
.footer__bottom a:hover { color: var(--gold); }

/* ---- MOBILE ---- */
@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  .footer__grid { grid-template-columns: 1fr; }
  .nav__links { display: none; }
  .topbar__tagline { display: none; }
}

/* ---- HERO ---- */
.hero { background: var(--navy); padding: 48px 0 0; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60"><circle cx="30" cy="30" r="1" fill="rgba(235,198,55,0.08)"/></svg>') repeat; pointer-events: none; }
.hero__content { position: relative; z-index: 1; padding-bottom: 32px; }
.hero__badge { display: inline-flex; align-items: center; gap: 8px; background: var(--red); color: var(--white); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 5px 12px; border-radius: 3px; margin-bottom: 16px; text-decoration: none; }
.hero__title { font-family: 'Arvo', Georgia, serif; font-size: 2.6rem; color: var(--white); line-height: 1.15; margin-bottom: 10px; }
.hero__title em { color: var(--gold); font-style: normal; }
.hero__date { font-size: 1rem; color: rgba(255,255,255,0.65); margin-bottom: 28px; }
.hero__date strong { color: var(--gold); font-weight: 600; }
.hero__featured { display: grid; grid-template-columns: 1fr 380px; gap: 24px; }
.hero__main-event { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; }
.hero__main-img { width: 100%; height: 100%; min-height: 200px; object-fit: cover; display: block; }
.hero__main-img-placeholder { width: 100%; min-height: 360px; background: linear-gradient(135deg, #2c4480 0%, #203064 40%, #0f1f38 100%); display: flex; align-items: center; justify-content: center; }
.hero__main-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.42); display: flex; flex-direction: column; justify-content: flex-end; padding: 24px 24px 10px; }
.hero__event-title { font-family: 'Arvo', Georgia, serif; font-size: 1.7rem; color: var(--white); line-height: 1.2; margin-bottom: 8px; }
.hero__event-meta { display: flex; gap: 16px; align-items: center; font-size: 0.82rem; color: rgba(255,255,255,0.80); flex-wrap: wrap; }
.hero__sidebar { display: flex; flex-direction: column; gap: 12px; }
.hero__sidebar-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.hero__sidebar-header h3 { font-family: 'Arvo', Georgia, serif; font-size: 0.95rem; color: rgba(255,255,255,0.9); }
.hero__sidebar-header a { font-size: 0.78rem; color: var(--gold); font-weight: 600; }
.event-mini { background: rgba(255,255,255,0.07); border-radius: var(--radius); padding: 14px; display: flex; gap: 14px; align-items: flex-start; cursor: pointer; transition: background 0.2s; border: 1px solid rgba(255,255,255,0.05); text-decoration: none; }
.event-mini:hover { background: rgba(255,255,255,0.12); }
.event-mini__time { flex-shrink: 0; text-align: center; background: var(--gold); color: var(--navy); border-radius: 5px; padding: 6px 10px; min-width: 52px; }
.event-mini__time .hour { font-family: 'Arvo', Georgia, serif; font-size: 1.1rem; font-weight: 700; line-height: 1; }
.event-mini__time .ampm { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; }
.event-mini__title { font-family: 'Arvo', Georgia, serif; font-size: 0.92rem; color: var(--white); margin-bottom: 4px; line-height: 1.3; }
.event-mini__loc { font-size: 0.76rem; color: rgba(255,255,255,0.55); display: flex; align-items: center; gap: 4px; }
.hero__view-all { margin-top: auto; }

/* ---- WEATHER (inside hero left column) ---- */
.hero__left-col { display: flex; flex-direction: column; gap: 4px; margin-left: 3px; }
.hero__left-col .hero__main-event { flex: 1; margin-left: 0; border-radius: var(--radius); }
.hero__weather { background: rgba(0,0,0,0.40); border-radius: var(--radius); display: flex; align-items: stretch; overflow: hidden; }
.hero__weather-day { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 10px 4px; border-right: 1px solid rgba(255,255,255,0.10); }
.hero__weather-day:last-child { border-right: none; }
.hero__weather-label { font-size: 0.60rem; font-weight: 700; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255,255,255,0.50); }
.hero__weather-label.today { color: var(--gold); }
.hero__weather-icon { display: flex; align-items: center; justify-content: center; }
.hero__weather-icon svg { width: 22px; height: 22px; }
.hero__weather-temp { font-family: 'Arvo', Georgia, serif; font-size: 0.82rem; font-weight: 700; color: var(--white); }

/* ---- CAT STRIP ---- */
.cat-strip { background: var(--white); border-bottom: 2px solid var(--gray-mid); }
.cat-strip__inner { display: flex; align-items: center; max-width: var(--max-width); margin: 0 auto; padding: 0 20px; overflow-x: auto; }
.cat-strip__tab { display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 14px 22px; cursor: pointer; border-bottom: 3px solid transparent; color: var(--text-muted); font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.2s, border-color 0.2s; white-space: nowrap; text-decoration: none; }
.cat-strip__tab:hover { color: var(--navy); }
.cat-strip__tab.active { color: var(--navy); border-bottom-color: var(--gold); }
.cat-strip__tab svg { width: 22px; height: 22px; stroke: currentColor; fill: none; }

/* ---- EVENTS SECTION ---- */
.events-section { padding: 48px 0 56px; }
.events-section__header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 28px; }
.events-section__header a { font-size: 0.85rem; color: var(--red); font-weight: 600; }
.events-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.event-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); transition: box-shadow 0.25s, transform 0.25s; }
.event-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.event-card__img { width: 100%; height: 190px; object-fit: cover; }
.event-card__img-placeholder { width: 100%; height: 190px; display: flex; align-items: center; justify-content: center; }
.event-card__img-placeholder svg { width: 48px; height: 48px; opacity: 0.2; stroke: white; fill: none; }
.event-card__img-placeholder.color-1 { background: linear-gradient(135deg, #2c4480, #203064); }
.event-card__img-placeholder.color-2 { background: linear-gradient(135deg, #8B1A20, #c62127); }
.event-card__img-placeholder.color-3 { background: linear-gradient(135deg, #a87e10, #ebc637); }
.event-card__img-placeholder.color-4 { background: linear-gradient(135deg, #1a5244, #28856c); }
.event-card__img-placeholder.color-5 { background: linear-gradient(135deg, #3d2270, #6b3cbf); }
.event-card__img-placeholder.color-6 { background: linear-gradient(135deg, #203064, #2c4480); }
.event-card__body { padding: 16px; }
.event-card__tags { display: flex; gap: 6px; margin-bottom: 10px; flex-wrap: wrap; }
.event-card__title { font-family: 'Arvo', Georgia, serif; font-size: 1.02rem; color: var(--navy); margin-bottom: 8px; line-height: 1.3; }
.event-card__meta { display: flex; flex-direction: column; gap: 4px; font-size: 0.78rem; color: var(--text-muted); }
.event-card__meta-row { display: flex; align-items: center; gap: 6px; }
.event-card__meta-row svg { width: 13px; height: 13px; flex-shrink: 0; stroke: var(--red); fill: none; }
.event-card__footer { padding: 12px 16px; border-top: 1px solid var(--gray-mid); display: flex; align-items: center; justify-content: space-between; }
.event-card__footer a { font-size: 0.80rem; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.05em; }
.event-card__price { font-size: 0.80rem; color: var(--text-muted); }

/* ---- MOVIES STRIP ---- */
.movies-strip { background: #111c2c; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.06); }
.movies-strip__inner { display: flex; align-items: center; gap: 28px; }
.movies-strip__label { flex-shrink: 0; min-width: 120px; }
.movies-strip__films { display: flex; gap: 14px; flex: 1; overflow-x: auto; padding-bottom: 4px; }
.movie-card { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 10px 14px; cursor: pointer; flex-shrink: 0; transition: background 0.2s; text-decoration: none; }
.movie-card:hover { background: rgba(255,255,255,0.10); }
.movie-card__poster { width: 44px; height: 62px; border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.movie-card__title { font-family: 'Arvo', Georgia, serif; font-size: 0.82rem; color: var(--white); margin-bottom: 3px; }
.movie-card__meta { font-size: 0.70rem; color: rgba(255,255,255,0.40); }

/* ---- DIRECTORY PROMO ---- */
.dir-promo { background: var(--navy); padding: 52px 0; }
.dir-promo__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.dir-promo__text .section-label { color: var(--gold); }
.dir-promo__text .section-title { color: var(--white); font-size: 2rem; margin-bottom: 12px; }
.dir-promo__text p { color: rgba(255,255,255,0.70); font-size: 0.97rem; line-height: 1.7; margin-bottom: 24px; }
.dir-promo__cats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-bottom: 0; }
.dir-cat-tile { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: var(--radius); padding: 18px; display: flex; align-items: center; gap: 14px; transition: background 0.2s, border-color 0.2s; text-decoration: none; }
.dir-cat-tile:hover { background: rgba(235,198,55,0.12); border-color: var(--gold); }
.dir-cat-tile__icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dir-cat-tile__icon.gold { background: var(--gold); }
.dir-cat-tile__icon.red  { background: var(--red); }
.dir-cat-tile__icon.white { background: rgba(255,255,255,0.15); }
.dir-cat-tile__icon svg { width: 22px; height: 22px; stroke: var(--navy); fill: none; }
.dir-cat-tile__icon.red svg, .dir-cat-tile__icon.white svg { stroke: white; }
.dir-cat-tile__info strong { display: block; font-family: 'Arvo', Georgia, serif; color: var(--white); font-size: 0.95rem; margin-bottom: 2px; }
.dir-cat-tile__info span { font-size: 0.75rem; color: rgba(255,255,255,0.50); }

/* ---- ROTATING AD ---- */
.dir-ad-rotator { padding: 16px 0 12px; border-top: 1px solid rgba(255,255,255,0.08); }
.dir-ad-rotator__label { text-align: center; font-size: 0.63rem; color: rgba(255,255,255,0.25); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.dir-ad-slot { display: none; }
.dir-ad-slot.active { display: block; }
.dir-ad-slot__inner { height: 90px; background: rgba(255,255,255,0.06); border: 2px dashed rgba(255,255,255,0.15); border-radius: 4px; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; color: rgba(255,255,255,0.30); font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; }
.dir-ad-rotator__dots { display: flex; justify-content: center; gap: 6px; margin-top: 10px; }
.ad-dot { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,0.20); cursor: pointer; transition: background 0.2s; }
.ad-dot.active { background: var(--gold); }

/* ---- DIRECTORY ARCHIVE ---- */
.dir-archive-hero { background: var(--navy); padding: 44px 0 36px; }
.dir-archive-hero__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.dir-archive-hero__text .section-label { color: var(--gold); }
.dir-archive-hero__text h1 { font-family: 'Arvo', Georgia, serif; color: var(--white); font-size: 2.2rem; margin: 6px 0 8px; }
.dir-archive-hero__text p { color: rgba(255,255,255,0.65); font-size: 0.95rem; max-width: 480px; }
.dir-search-form { display: flex; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.25); flex-shrink: 0; }
.dir-search-form__input { width: 260px; padding: 12px 16px; font-size: 0.92rem; border: none; outline: none; background: #fff; color: var(--navy); }
.dir-search-form__btn { background: var(--gold); border: none; padding: 0 18px; cursor: pointer; display: flex; align-items: center; transition: background 0.2s; }
.dir-search-form__btn:hover { background: #d4af2f; }
.dir-search-form__btn svg { width: 18px; height: 18px; stroke: var(--navy); fill: none; stroke-width: 2.2; }

.dir-cat-nav { background: var(--navy); border-top: 1px solid rgba(255,255,255,0.08); padding: 0; }
.dir-cat-nav__inner { display: flex; gap: 6px; overflow-x: auto; padding: 12px 0 14px; scrollbar-width: none; -ms-overflow-style: none; }
.dir-cat-nav__inner::-webkit-scrollbar { display: none; }
.dir-cat-pill { flex-shrink: 0; padding: 6px 16px; border-radius: 20px; font-size: 0.82rem; font-weight: 600; border: 1px solid rgba(255,255,255,0.20); color: rgba(255,255,255,0.70); text-decoration: none; transition: all 0.2s; white-space: nowrap; }
.dir-cat-pill:hover { border-color: var(--gold); color: var(--gold); }
.dir-cat-pill.active { background: var(--gold); border-color: var(--gold); color: var(--navy); }

.dir-filter-bar { background: #f5f6f8; border-bottom: 1px solid var(--gray-mid); padding: 10px 0; }
.dir-filter-bar__inner { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.dir-filter-bar__label { font-size: 0.80rem; font-weight: 700; color: var(--text-muted); white-space: nowrap; }
.dir-filter-bar__select { font-size: 0.84rem; padding: 5px 10px; border-radius: 6px; border: 1px solid #ccc; color: var(--navy); background: #fff; cursor: pointer; }
.dir-filter-bar__count { font-size: 0.82rem; color: var(--text-muted); margin-left: auto; }
.dir-filter-bar__clear { font-size: 0.82rem; font-weight: 700; color: var(--red); text-decoration: none; white-space: nowrap; }
.dir-filter-bar__clear:hover { text-decoration: underline; }

.dir-listings { padding: 40px 0 60px; }
.biz-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.biz-card { background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: box-shadow 0.25s, transform 0.25s; }
.biz-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.biz-card--featured { outline: 2px solid var(--gold); outline-offset: -2px; }
.biz-card__img-link { display: block; position: relative; flex-shrink: 0; }
.biz-card__img { width: 100%; height: 200px; object-fit: cover; display: block; }
.biz-card__img-placeholder { width: 100%; height: 200px; background: linear-gradient(135deg, #203064, #2c4480); display: flex; align-items: center; justify-content: center; }
.biz-card__img-placeholder svg { width: 48px; height: 48px; opacity: 0.25; }
.biz-card__featured-badge { position: absolute; top: 10px; left: 10px; background: var(--gold); color: var(--navy); font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.08em; padding: 3px 9px; border-radius: 20px; }

.biz-card__body { padding: 16px; flex: 1; }
.biz-card__top { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; flex-wrap: wrap; }
.biz-card__title { font-family: 'Arvo', Georgia, serif; font-size: 1.05rem; color: var(--navy); margin-bottom: 6px; line-height: 1.3; }
.biz-card__title a { color: inherit; text-decoration: none; }
.biz-card__title a:hover { color: var(--red); }
.biz-card__address { display: flex; align-items: flex-start; gap: 5px; font-size: 0.78rem; color: var(--text-muted); margin-bottom: 8px; line-height: 1.4; }
.biz-card__address svg { width: 12px; height: 12px; flex-shrink: 0; margin-top: 2px; stroke: var(--red); fill: none; }
.biz-card__excerpt { font-size: 0.82rem; color: var(--text-muted); line-height: 1.55; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

.biz-card__footer { padding: 11px 16px; border-top: 1px solid var(--gray-mid); display: flex; align-items: center; gap: 10px; }
.biz-card__phone { display: flex; align-items: center; gap: 5px; font-size: 0.76rem; color: var(--text-muted); text-decoration: none; flex: 1; }
.biz-card__phone svg { width: 12px; height: 12px; stroke: var(--navy); fill: none; flex-shrink: 0; }
.biz-card__phone:hover { color: var(--navy); }
.biz-card__price { font-size: 0.80rem; color: var(--text-muted); font-weight: 600; }
.biz-card__cta { font-size: 0.80rem; font-weight: 700; color: var(--red); text-decoration: none; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; }
.biz-card__cta:hover { color: var(--navy); }

.biz-open-pill { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.07em; padding: 3px 8px; border-radius: 20px; }
.biz-open-pill.open { background: #e6f4ee; color: #1a7a45; }
.biz-open-pill.closed { background: #fde8e8; color: #b91c1c; }

.dir-empty { text-align: center; padding: 80px 20px; color: var(--text-muted); }
.dir-empty svg { width: 52px; height: 52px; margin: 0 auto 16px; display: block; opacity: 0.25; }
.dir-empty h3 { font-family: 'Arvo', Georgia, serif; color: var(--navy); font-size: 1.4rem; margin-bottom: 8px; }
.dir-empty p { font-size: 0.95rem; }
.dir-empty a { color: var(--red); font-weight: 600; }

/* ---- BUSINESS PROFILE ---- */
/* Breadcrumb (white bar above hero) */
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--gray-mid); padding: 10px 0; }
.breadcrumb__inner { display: flex; align-items: center; gap: 8px; font-size: 0.80rem; color: var(--text-muted); flex-wrap: wrap; }
.breadcrumb__inner a { color: var(--red); }
.breadcrumb__inner a:hover { text-decoration: underline; }
.breadcrumb__sep { opacity: 0.4; }
.breadcrumb__current { color: var(--navy); font-weight: 600; }

/* Hero */
.profile-hero { background: var(--navy); padding: 36px 0 0; }
.profile-hero__inner { display: flex; gap: 28px; align-items: stretch; flex-wrap: wrap; padding-bottom: 0; }
.profile-hero__logo-block { flex-shrink: 0; }
.profile-logo { width: 110px; height: 110px; border-radius: 14px; background: linear-gradient(135deg, #8B1A20, #c62127); display: flex; align-items: center; justify-content: center; font-family: 'Arvo', Georgia, serif; font-size: 1.5rem; color: var(--white); font-weight: 700; border: 4px solid var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.25); margin-bottom: -28px; }
.profile-logo-img { width: 110px; height: 110px; border-radius: 14px; object-fit: cover; border: 4px solid var(--white); box-shadow: 0 4px 20px rgba(0,0,0,0.25); margin-bottom: -28px; display: block; }
.profile-logo-card { background: var(--white); border-radius: 14px; box-shadow: 0 6px 24px rgba(0,0,0,0.30); padding: 16px 20px; display: flex; align-items: center; justify-content: center; align-self: stretch; }
.profile-logo-card img { height: 94px; width: auto; max-width: 220px; object-fit: contain; display: block; }
.profile-hero__text { flex: 1; min-width: 240px; padding-bottom: 24px; }
.profile-hero__cats { display: flex; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.profile-cat { display: inline-block; padding: 3px 10px; border-radius: 3px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.profile-cat-gold { background: var(--gold); color: var(--navy); }
.profile-cat-red  { background: var(--red); color: var(--white); }
.profile-cat-navy { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.9); }
.profile-hero__name { font-family: 'Arvo', Georgia, serif; font-size: 2.3rem; color: var(--white); line-height: 1.1; margin-bottom: 8px; }
.profile-hero__tagline { font-size: 0.95rem; color: rgba(255,255,255,0.65); margin-bottom: 12px; line-height: 1.6; }
.profile-hero__rating-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.profile-hero__hood { display: inline-flex; align-items: center; gap: 5px; font-size: 0.80rem; color: rgba(255,255,255,0.60); }
.profile-hero__hood svg { width: 12px; height: 12px; stroke: var(--gold); fill: none; }
.profile-hero__open-badge { display: inline-flex; align-items: center; gap: 6px; padding: 4px 12px; border-radius: 20px; font-size: 0.78rem; font-weight: 700; }
.badge-open  { background: #1a7a45; color: var(--white); }
.badge-closed { background: #b91c1c; color: var(--white); }
.profile-hero__actions { flex-shrink: 0; padding-bottom: 24px; display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.profile-hero__actions .btn { min-width: 170px; text-align: center; justify-content: center; }

/* Photo gallery */
.photo-gallery { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 210px; gap: 3px; margin-top: 3px; }
.photo-gallery__item { overflow: hidden; position: relative; }
.photo-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.photo-placeholder.ph1 { background: linear-gradient(135deg, #5c1a20 0%, #c62127 100%); }
.photo-placeholder.ph2 { background: linear-gradient(135deg, #203064 0%, #2c4480 100%); }
.photo-placeholder.ph3 { background: linear-gradient(135deg, #3d2270 0%, #6b3cbf 100%); }
.photo-placeholder svg { width: 40px; height: 40px; opacity: 0.15; }
.photo-gallery__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-gallery__count { position: absolute; bottom: 10px; right: 10px; background: rgba(0,0,0,0.55); color: var(--white); font-size: 0.72rem; font-weight: 600; padding: 3px 9px; border-radius: 4px; }

/* Profile body layout */
.profile-body { background: #f0f0ed; padding: 36px 0 64px; }
.profile-layout { display: grid; grid-template-columns: 1fr 340px; gap: 28px; align-items: start; }

/* Quick info bar */
.quick-info { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 22px; margin-bottom: 22px; display: flex; gap: 24px; flex-wrap: wrap; }
.quick-info__item { display: flex; align-items: center; gap: 10px; }
.quick-info__icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quick-info__icon.gold  { background: #fdf4cc; }
.quick-info__icon.red   { background: #fde8e8; }
.quick-info__icon.navy  { background: #e8ecf4; }
.quick-info__icon.green { background: #e3f4ee; }
.quick-info__icon svg { width: 17px; height: 17px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.quick-info__icon.gold svg  { stroke: #8a6400; }
.quick-info__icon.red svg   { stroke: #941818; }
.quick-info__icon.navy svg  { stroke: #203064; }
.quick-info__icon.green svg { stroke: #1a7a45; }
.quick-info__text strong { display: block; font-size: 0.82rem; color: var(--navy); font-weight: 700; }
.quick-info__text span   { font-size: 0.76rem; color: var(--text-muted); }
.quick-info__text a { color: var(--red); }

/* Profile cards (main column) */
.profile-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 26px; margin-bottom: 22px; }
.profile-card h2 { font-family: 'Arvo', Georgia, serif; font-size: 1.20rem; color: var(--navy); margin-bottom: 14px; padding-bottom: 10px; border-bottom: 2px solid var(--gray-mid); }
.profile-card p { font-size: 0.93rem; color: var(--text); line-height: 1.75; margin-bottom: 12px; }
.profile-card p:last-child { margin-bottom: 0; }
.profile-about-text p { margin-bottom: 1em; }

/* Hours table */
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
.hours-table tr { border-bottom: 1px solid var(--gray-mid); }
.hours-table tr:last-child { border-bottom: none; }
.hours-table td { padding: 9px 4px; }
.hours-table .day { color: var(--navy); font-weight: 600; width: 130px; }
.hours-table .time { color: var(--text-muted); }
.hours-table .time--closed { color: #b91c1c; font-weight: 600; }
.hours-table tr.today { background: #fdf4cc; }
.hours-today-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 2px 6px; border-radius: 3px; margin-left: 6px; vertical-align: middle; }

/* Map */
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--gray-mid); margin-bottom: 14px; }
.profile-address-line { display: flex; align-items: flex-start; gap: 7px; font-size: 0.88rem; color: var(--text-muted); margin-bottom: 14px; }
.profile-address-line svg { width: 13px; height: 13px; stroke: var(--red); fill: none; flex-shrink: 0; margin-top: 2px; }

/* Delivery buttons (main column) */
.delivery-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.delivery-btn { display: inline-flex; align-items: center; gap: 9px; padding: 11px 20px; border-radius: 8px; font-size: 0.88rem; font-weight: 700; text-decoration: none; border: 2px solid; transition: all 0.2s; }
.delivery-btn--doordash { border-color: #FF3008; color: #FF3008; }
.delivery-btn--doordash:hover { background: #FF3008; color: white; }
.delivery-btn--ubereats  { border-color: #000; color: #000; }
.delivery-btn--ubereats:hover  { background: #000; color: white; }
.delivery-btn--grubhub   { border-color: #F63440; color: #F63440; }
.delivery-btn--grubhub:hover   { background: #F63440; color: white; }

/* Venue events */
.venue-event { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--gray-mid); }
.venue-event:last-of-type { border-bottom: none; }
.venue-event__date { flex-shrink: 0; width: 50px; height: 54px; border-radius: 8px; background: var(--navy); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.venue-event__date .month  { font-size: 0.58rem; font-weight: 700; text-transform: uppercase; color: var(--gold); letter-spacing: 0.06em; }
.venue-event__date .day-num { font-family: 'Arvo', Georgia, serif; font-size: 1.3rem; color: var(--white); line-height: 1; font-weight: 700; }
.venue-event__title { font-family: 'Arvo', Georgia, serif; font-size: 0.93rem; color: var(--navy); margin-bottom: 4px; }
.venue-event__meta  { font-size: 0.78rem; color: var(--text-muted); }
.venue-event__link  { font-size: 0.78rem; color: var(--red); font-weight: 700; display: block; margin-top: 5px; }
.venue-event__link:hover { text-decoration: underline; }

/* Sidebar */
.profile-sidebar { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 18px; }

/* Sidebar info card */
.sidebar-info-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 20px; }
.sidebar-info-card h3 { font-family: 'Arvo', Georgia, serif; font-size: 1rem; color: var(--navy); margin-bottom: 14px; }
.info-row { display: flex; align-items: flex-start; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--gray-mid); }
.info-row:last-child { border-bottom: none; padding-bottom: 0; }
.info-row__icon { width: 32px; height: 32px; border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-row__icon.gold  { background: #fdf4cc; }
.info-row__icon.red   { background: #fde8e8; }
.info-row__icon.navy  { background: #e8ecf4; }
.info-row__icon.green { background: #e3f4ee; }
.info-row__icon svg { width: 15px; height: 15px; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.info-row__icon.gold svg  { stroke: #8a6400; }
.info-row__icon.red svg   { stroke: #941818; }
.info-row__icon.navy svg  { stroke: #203064; }
.info-row__icon.green svg { stroke: #1a7a45; }
.info-row__content { flex: 1; min-width: 0; }
.info-row__label { font-size: 0.68rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 2px; }
.info-row__value { font-size: 0.86rem; color: var(--text); line-height: 1.4; }
.info-row__value a { color: var(--red); }
.info-row__value a:hover { text-decoration: underline; }

/* Sidebar action buttons */
.sidebar-actions { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px; display: flex; flex-direction: column; gap: 9px; }

/* Button system */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 11px 20px; border-radius: 6px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 0.88rem; letter-spacing: 0.03em; transition: all 0.2s; cursor: pointer; border: 2px solid transparent; text-decoration: none; }
.btn-primary    { background: var(--red); color: var(--white); border-color: var(--red); }
.btn-primary:hover { background: #a01a1f; border-color: #a01a1f; }
.btn-gold       { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-dark, #d4ad20); }
.btn-ghost-white { background: rgba(255,255,255,0.12); color: var(--white); border-color: rgba(255,255,255,0.30); }
.btn-ghost-white:hover { background: rgba(255,255,255,0.22); }
.btn-map  { background: #e8ecf4; color: var(--navy); border-color: #e8ecf4; }
.btn-map:hover { background: var(--navy); color: var(--white); }
.btn-outline-navy { background: transparent; border: 2px solid var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: var(--white); }
/* Delivery platform buttons (sidebar) */
.btn-delivery { width: 100%; justify-content: flex-start; font-size: 0.84rem; }
.btn-doordash  { background: #FFF1F0; color: #FF3008; border-color: #ffd4d0; }
.btn-doordash:hover  { background: #FF3008; color: white; border-color: #FF3008; }
.btn-ubereats  { background: #f2f2f2; color: #000; border-color: #ddd; }
.btn-ubereats:hover  { background: #000; color: white; border-color: #000; }
.btn-grubhub   { background: #FFF1F1; color: #F63440; border-color: #ffd4d6; }
.btn-grubhub:hover   { background: #F63440; color: white; border-color: #F63440; }
/* Generic order online (Toast etc.) */
.delivery-btn--order { background: #eef1f8; color: var(--navy); border-color: #c8d0e6; }
.delivery-btn--order:hover { background: var(--navy); color: white; border-color: var(--navy); }

/* Social */
.profile-social { display: flex; gap: 10px; }
.profile-social__link { flex: 1; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px; border: 1px solid var(--gray-mid); border-radius: 8px; font-size: 0.82rem; font-weight: 700; color: var(--navy); text-decoration: none; transition: all 0.2s; }
.profile-social__link svg { width: 15px; height: 15px; stroke: currentColor; fill: none; }
.profile-social__link:hover { border-color: var(--navy); background: var(--navy); color: #fff; }

/* Ad slot */
.sidebar-ad-tall { background: var(--white); border-radius: var(--radius); border: 2px dashed #ccc; height: 280px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
.sidebar-ad-tall__label { font-size: 0.65rem; color: #bbb; text-transform: uppercase; letter-spacing: 0.06em; }
.sidebar-ad-tall__size  { font-size: 0.82rem; color: #ccc; font-weight: 600; }
.sidebar-ad-tall a { font-size: 0.75rem; color: var(--red); font-weight: 600; }

.profile-back-link { font-size: 0.83rem; font-weight: 700; color: var(--text-muted); text-decoration: none; display: inline-flex; align-items: center; gap: 4px; }
.profile-back-link:hover { color: var(--red); }

/* Tags */
.tag { display: inline-block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 3px 10px; border-radius: 20px; text-decoration: none; }
.tag--cat { background: var(--gold); color: var(--navy); }
.tag--cat:hover { background: #d4af2f; }

/* ---- NEWSLETTER ---- */
.newsletter { background: var(--gold); padding: 52px 0; }

/* ============================================================
   BUSINESS DIRECTORY ARCHIVE (archive-aw_business.php)
   ============================================================ */

/* Breadcrumb */
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--gray-mid); padding: 10px 0; font-size: 0.82rem; color: var(--text-muted); }
.breadcrumb__inner { display: flex; align-items: center; gap: 6px; }
.breadcrumb__inner a { color: var(--text-muted); transition: color 0.15s; }
.breadcrumb__inner a:hover { color: var(--red); }
.breadcrumb__sep { color: #bbb; font-size: 0.9rem; }
.breadcrumb__current { color: var(--text); font-weight: 600; }

/* Category Hero */
.cat-hero { background: var(--navy); padding: 48px 0 40px; position: relative; overflow: hidden; }
.cat-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px; background: var(--gold); }
.cat-hero__inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; position: relative; z-index: 1; }
.cat-hero__text { display: flex; flex-direction: column; gap: 8px; }
.cat-hero__icon { width: 56px; height: 56px; background: var(--gold); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; flex-shrink: 0; }
.cat-hero__icon svg { width: 30px; height: 30px; stroke: var(--navy); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cat-hero__label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.cat-hero__title { font-family: 'Arvo', Georgia, serif; font-size: 2.4rem; color: var(--white); margin-bottom: 10px; }
.cat-hero__desc { font-size: 0.97rem; color: rgba(255,255,255,0.65); max-width: 540px; line-height: 1.7; }
.cat-hero__stats { display: flex; gap: 28px; flex-shrink: 0; }
.cat-hero__stat { text-align: center; }
.cat-hero__stat-num { font-family: 'Arvo', Georgia, serif; font-size: 2rem; color: var(--gold); font-weight: 700; line-height: 1; }
.cat-hero__stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

/* Hero leaderboard ad */
.ad-hero { background: var(--gray-light); padding: 20px 0; border-bottom: 1px solid var(--gray-mid); display: flex; flex-direction: column; align-items: center; gap: 5px; }
.ad-hero__slot { max-width: 970px; width: 100%; background: var(--white); border: 2px dashed #ccc; border-radius: 5px; height: 90px; display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.ad-hero__label { font-size: 0.65rem; color: #bbb; text-transform: uppercase; letter-spacing: 0.06em; }

/* Sticky Filter Bar */
.filter-bar { background: var(--white); border-bottom: 2px solid var(--gray-mid); position: sticky; top: 0; z-index: 50; }
.filter-bar__inner { display: flex; align-items: center; gap: 12px; padding: 10px 20px; max-width: var(--max-width); margin: 0 auto; overflow-x: auto; }
.filter-label { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; flex-shrink: 0; }
.filter-chips { display: flex; gap: 6px; flex: 1; flex-wrap: nowrap; overflow-x: auto; }
.filter-chip { display: inline-block; padding: 5px 14px; border-radius: 20px; border: 1.5px solid var(--gray-mid); background: var(--white); color: var(--text); font-size: 0.80rem; font-weight: 600; white-space: nowrap; transition: all 0.15s; cursor: pointer; }
.filter-chip:hover { border-color: var(--navy); color: var(--navy); }
.filter-chip.active { background: var(--navy); color: var(--white); border-color: var(--navy); }
.filter-bar__right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; margin-left: auto; }
.filter-count { font-size: 0.78rem; color: var(--text-muted); white-space: nowrap; }
.filter-select { font-size: 0.82rem; font-family: 'Open Sans', sans-serif; border: 1.5px solid var(--gray-mid); border-radius: 4px; padding: 5px 10px; color: var(--text); background: var(--white); cursor: pointer; }
.filter-select:focus { outline: none; border-color: var(--navy); }

/* Page Body Layout */
.page-body { padding: 36px 0 60px; }
.page-layout { display: grid; grid-template-columns: 1fr 300px; gap: 32px; align-items: start; }

/* Listing Header */
.listing-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.listing-header h2 { font-family: 'Arvo', Georgia, serif; font-size: 1.15rem; color: var(--navy); }
.listing-header span { font-size: 0.80rem; color: var(--text-muted); }

/* Business Card — Horizontal */
.biz-card { display: flex; flex-direction: row; align-items: stretch; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); margin-bottom: 20px; overflow: hidden; transition: box-shadow 0.25s, transform 0.2s; border: 1px solid transparent; }
.biz-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-2px); border-color: var(--gray-mid); }
.biz-card--featured { border: 2px solid var(--gold); }
.biz-card--featured .biz-card__logo-wrap { background: #fdf4cc; border-right-color: #e8d16a; }

/* Logo wrap */
.biz-card__logo-wrap { width: 164px; flex-shrink: 0; background: var(--gray-light); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 16px 14px 20px; border-right: 1px solid var(--gray-mid); gap: 10px; }
.featured-badge { display: inline-flex; align-items: center; gap: 4px; background: var(--gold); color: var(--navy); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; white-space: nowrap; }
.biz-card__logo-img-wrap { width: 116px; height: 96px; background: #fff; border: 1.5px solid #e0e0e0; border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 8px; }
.biz-card--featured .biz-card__logo-img-wrap { border-color: #e8d16a; }
.biz-card__logo-actual { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; display: block; }
.biz-card__logo-placeholder { width: 96px; height: 96px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-family: 'Arvo', Georgia, serif; font-size: 1.5rem; font-weight: 700; color: var(--white); }
.biz-card__logo-placeholder.c1 { background: linear-gradient(135deg, #203064, #2c4480); }
.biz-card__logo-placeholder.c2 { background: linear-gradient(135deg, #8B1A20, #c62127); }
.biz-card__logo-placeholder.c3 { background: linear-gradient(135deg, #a87e10, #d4ad20); color: var(--navy); }
.biz-card__logo-placeholder.c4 { background: linear-gradient(135deg, #1a5244, #28856c); }
.biz-card__logo-placeholder.c5 { background: linear-gradient(135deg, #3d2270, #6b3cbf); }
.biz-card__logo-placeholder.c6 { background: linear-gradient(135deg, #2c4a6e, #4a7aac); }
.biz-card__rating { display: flex; flex-direction: column; align-items: center; gap: 2px; margin-top: 10px; }
.biz-card__rating-stars { display: flex; gap: 1px; font-size: 0.85rem; line-height: 1; }
.biz-card__rating-stars .star-full, .biz-card__rating-stars .star-half { color: var(--gold); }
.biz-card__rating-stars .star-empty { color: #ccc; }
.biz-card__rating-num { font-size: 0.75rem; font-weight: 700; color: var(--navy); }

/* Card Body */
.biz-card__body { flex: 1; padding: 20px 22px; display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.biz-card__tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.biz-tag { display: inline-block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 10px; border-radius: 20px; }
.biz-tag-red   { background: #fde8e8; color: #941818; border: 1px solid #f5a8a8; }
.biz-tag-gold  { background: #fdf4cc; color: #8a6400; border: 1px solid #e8d16a; }
.biz-tag-navy  { background: #e8ecf4; color: #203064; border: 1px solid #a0afcc; }
.biz-tag-green { background: #e3f4ee; color: #1a5244; border: 1px solid #7dc4a8; }
.biz-tag-closed { background: rgba(150,150,150,0.12); color: #888; border: 1px solid #ddd; }
.biz-card__name { font-family: 'Arvo', Georgia, serif; font-size: 1.18rem; color: var(--navy); line-height: 1.3; margin-bottom: 6px; }
.biz-card__name a { color: inherit; transition: color 0.15s; }
.biz-card__name a:hover { color: var(--red); }
.biz-card__desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.65; margin-bottom: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.biz-card__meta { display: flex; flex-wrap: wrap; gap: 6px 20px; margin-top: 4px; }
.biz-card__meta-item { display: flex; align-items: center; gap: 5px; font-size: 0.78rem; color: var(--text-muted); }
.biz-card__meta-item svg { width: 13px; height: 13px; stroke: var(--red); fill: none; flex-shrink: 0; }
.biz-card__meta-item.open { color: #1a7a45; font-weight: 600; flex-basis: 100%; }
.biz-card__meta-item.open svg { stroke: #1a7a45; }

/* Card CTA column */
.biz-card__cta { width: 158px; flex-shrink: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 20px 16px; border-left: 1px solid var(--gray-mid); background: var(--gray-light); }
.biz-card__cta-link { display: block; width: 100%; text-align: center; padding: 9px 14px; border-radius: 5px; font-size: 0.80rem; font-weight: 700; transition: all 0.18s; }
.biz-card__cta-profile { background: var(--red); color: var(--white); }
.biz-card__cta-profile:hover { background: #a01a1f; }
.biz-card__cta-web { background: var(--white); color: var(--navy); border: 1.5px solid var(--gray-mid); }
.biz-card__cta-web:hover { border-color: var(--navy); }
.biz-card__cta-map { font-size: 0.75rem; color: var(--red); display: flex; align-items: center; gap: 4px; transition: color 0.15s; }
.biz-card__cta-map svg { width: 12px; height: 12px; stroke: var(--red); fill: none; }
.biz-card__cta-map:hover { color: #a01a1f; }

/* Mid-page ad */
.ad-mid { margin: 6px 0 20px; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.ad-mid__slot { max-width: 728px; width: 100%; background: var(--gray-light); border: 2px dashed #ddd; border-radius: 4px; height: 90px; display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }
.ad-mid__label { font-size: 0.60rem; color: #ccc; text-transform: uppercase; letter-spacing: 0.06em; }

/* Pagination */
.pagination { display: flex; gap: 6px; margin-top: 24px; flex-wrap: wrap; }
.page-btn { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 12px; border-radius: 4px; border: 1.5px solid var(--gray-mid); background: var(--white); font-size: 0.85rem; font-weight: 600; color: var(--text); transition: all 0.15s; }
.page-btn:hover { border-color: var(--navy); color: var(--navy); }
.page-btn.active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.page-next { padding: 0 16px; }

/* Empty state */
.dir-empty { text-align: center; padding: 56px 20px; background: var(--white); border-radius: var(--radius); }
.dir-empty svg { width: 40px; height: 40px; stroke: #ccc; margin: 0 auto 12px; }
.dir-empty h3 { font-family: 'Arvo', Georgia, serif; color: var(--text-muted); margin-bottom: 8px; }
.dir-empty p { font-size: 0.88rem; color: #aaa; }
.dir-empty a { color: var(--red); }

/* Sidebar */
.sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 60px; }

/* Sidebar ad slots */
.sidebar-ad { background: var(--white); border-radius: var(--radius); border: 2px dashed #ccc; min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 16px; text-align: center; }
.sidebar-ad__label { font-size: 0.60rem; color: #bbb; text-transform: uppercase; letter-spacing: 0.07em; }
.sidebar-ad__size { font-size: 0.85rem; color: #ccc; font-weight: 600; }
.sidebar-ad__cta { font-size: 0.75rem; color: var(--red); font-weight: 600; }
.sidebar-ad__cta:hover { text-decoration: underline; }

/* Sidebar content cards */
.sidebar-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); padding: 18px 16px; }
.sidebar-card h3 { font-family: 'Arvo', Georgia, serif; font-size: 1rem; color: var(--navy); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 2px solid var(--gray-mid); }

/* Neighborhood filter list */
.sidebar-hood-list { display: flex; flex-direction: column; gap: 2px; }
.sidebar-hood-item { display: flex; align-items: center; justify-content: space-between; padding: 7px 10px; border-radius: 4px; font-size: 0.83rem; color: var(--text); transition: background 0.15s; }
.sidebar-hood-item:hover { background: var(--gray-light); }
.sidebar-hood-item.active { background: rgba(32,48,100,0.08); font-weight: 700; color: var(--navy); }
.sidebar-hood-item__name { flex: 1; }
.sidebar-hood-item__count { font-size: 0.75rem; color: var(--text-muted); background: var(--gray-light); padding: 1px 8px; border-radius: 10px; }

/* Cuisine grid */
.cuisine-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.cuisine-btn { display: inline-block; padding: 4px 11px; border-radius: 14px; border: 1.5px solid var(--gray-mid); font-size: 0.75rem; font-weight: 600; color: var(--text); background: var(--white); transition: all 0.15s; }
.cuisine-btn:hover { border-color: var(--navy); color: var(--navy); }
.cuisine-btn.active { background: var(--navy); border-color: var(--navy); color: var(--white); }

/* Newsletter block */
.sidebar-newsletter { background: var(--navy); border-radius: var(--radius); padding: 18px 16px; }
.sidebar-newsletter h3 { font-family: 'Arvo', Georgia, serif; font-size: 1rem; color: var(--white); margin-bottom: 6px; }
.sidebar-newsletter p { font-size: 0.80rem; color: rgba(255,255,255,0.70); line-height: 1.5; margin-bottom: 12px; }
.newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.newsletter__text .section-label { color: var(--red); }
.newsletter__text .section-title { color: var(--navy); font-size: 2rem; margin-bottom: 10px; }
.newsletter__text p { color: rgba(30,48,85,0.80); font-size: 0.97rem; line-height: 1.7; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero__featured { grid-template-columns: 1fr; }
  .hero__sidebar { display: none; }
  .events-grid { grid-template-columns: repeat(2, 1fr); }
  .dir-promo__inner, .newsletter__inner { grid-template-columns: 1fr; gap: 28px; }
  .movies-strip__inner { flex-wrap: wrap; }
  .biz-grid { grid-template-columns: repeat(2, 1fr); }
  .dir-archive-hero__inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .dir-search-form__input { width: 200px; }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .profile-hero__inner { flex-direction: column; align-items: flex-start; }
  .profile-hero__actions { align-items: flex-start; }
  .profile-hero__name { font-size: 1.8rem; }
  .photo-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 150px 150px; }
  .photo-gallery__item:first-child { grid-column: span 2; }
  /* Archive page — tablet */
  .page-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .cat-hero__inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .cat-hero__stats { gap: 20px; }
  .cat-hero__title { font-size: 1.8rem; }
  .biz-card__cta { width: 140px; }
}
@media (max-width: 600px) {
  .hero__title { font-size: 1.8rem; }
  .events-grid { grid-template-columns: 1fr; }
  .biz-grid { grid-template-columns: 1fr; }
  .dir-search-form { width: 100%; }
  .dir-search-form__input { width: 100%; flex: 1; }
  /* Archive page — mobile */
  .biz-card { flex-direction: column; }
  .biz-card__logo-wrap { width: 100%; min-height: 130px; flex-direction: column; align-items: center; justify-content: center; padding: 18px 20px; border-right: none; border-bottom: 1px solid var(--gray-mid); gap: 8px; }
  .biz-card__logo-img-wrap { width: 130px; height: 100px; }
  .biz-card__body { padding: 16px 18px; }
  .biz-card__name { font-size: 1.3rem; margin-bottom: 8px; }
  .biz-card__desc { -webkit-line-clamp: 3; margin-bottom: 10px; }
  .biz-card__cta { width: 100%; flex-direction: column; border-left: none; border-top: 1px solid var(--gray-mid); padding: 16px 18px; gap: 10px; align-items: stretch; }
  .biz-card__cta-link { text-align: center; padding: 12px; font-size: 0.85rem; letter-spacing: 0.04em; }
  .biz-card__cta-map { justify-content: center; font-size: 0.82rem; padding: 4px 0; }
  .cat-hero__inner { flex-direction: column; align-items: flex-start; }
  .cat-hero__stats { display: none; }
  .sidebar { grid-template-columns: 1fr; }
  .filter-bar__inner { flex-wrap: wrap; }
  .filter-bar__right { margin-left: 0; width: 100%; justify-content: space-between; }
}
