
  :root {
    --sand:    #f5efe6;
    --cream:   #faf7f2;
    --sea:     #2a7fad;
    --sea-dk:  #1a5c80;
    --olive:   #6b7c47;
    --text:    #2c2416;
    --muted:   #8a7e6e;
    --border:  #e0d8cc;
    --shadow:  0 4px 24px rgba(44,36,22,.10);

	--terracotta:      #c0622a;
	--terracotta-light:#e8906a;
	--terracotta-bg:   #fdf6f2;
	--tag-bg:          #f0d6a5;
	--tag-color:       #6b4c1e;
	--text-primary:    #2c2c2c;
	--text-secondary:  #666;
	--text-meta:       #888;
	--border-accent:   #c0622a;
	--white:           #fff;
	--card-radius:     10px;
	--font-main:       Verdana, Geneva, sans-serif;
	--font-title:      'Cormorant Garamond', Georgia, serif;
	--shadow2:          0 2px 8px rgba(0,0,0,0.08);
	--premium-gold:    #b8860b;
  }
/* ── Reset for this component only ── */
#business-section *,
#business-section *::before, 
#business-section *::after {
  box-sizing: border-box;
}


/* ── Results container ── */
.business-container {
  min-height: 120px;
}
/*
@keyframes businessFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
} 
*/

@keyframes businessFadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* ── Items: hidden by default, shown by showSelected() ── */
.business-item {
  display: none;
}
.business-item.visible {
  /* display: flex; */
  display: grid; 
  animation: businessFadeIn 0.3s ease forwards;
}



  /* ── restaurant list ──────────────────────────────────────── */

  /*
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
  */
  .business-name {
    font-size: 1.5rem; 
    font-weight: 300;
    color: var(--text); 
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
	line-height: 1.2;
	margin-bottom: 0px; 
  }

	/* 
	margin-top: .7rem;
	*/ 
/* new: 
  font-size: 0.75rem;
  color: var(--text-meta);
*/
	.business-meta {
		font-size: 11px;
		color: var(--muted);
		font-weight: 300;
		letter-spacing: .04em;
		display: flex;
		align-items: center;
		gap: 0.3rem; 
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	.business-meta .dot { color: #ccc; }
  
/* TAGS 
.business-tags { display: flex; gap: .4rem; flex-wrap: wrap; margin-top: .8rem; }
*/ 
.business-tags {
	display: flex; 
	flex-wrap: wrap; 
	gap: 0.3rem; 
 	margin-top: 0.1rem;
}

  .tag {
    font-size: .68rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: .15rem .5rem;
    border-radius: 20px;
    background: var(--sand);
    color: var(--muted);
    border: 1px solid var(--border);
  }
 

/* ─── RESET / BASE ───────────────────────────────── */ 
 
/* ─── CARD SHELL ──────────────────────────────────────────── */
article.business-item {
  background: var(--white);
  border: 1px solid #ddd;
  border-left: 4px solid var(--border-accent);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow2);
  overflow: hidden;
  max-width: 860px;
  margin: 0 auto 1.2rem;
  font-size: 0.82rem;
}
 
/* ─── DESKTOP LAYOUT (flex row) ───────────────────────────── */
.card-inner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  /*  min-height: 90px;  */
  min-height: 80px;  
}

/* LEFT / MAIN CELL */
.card-main {
  flex: 1;
  min-width: 0;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

/* PREMIUM PHOTO CELL */
.card-photo {
  width: 110px;
  flex-shrink: 0;
  overflow: hidden;
  background: #e8ddd0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
}
.card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-photo .photo-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f0d6a5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b8914a;
  font-size: 1.4rem;
}

/* CONTACT / RIGHT CELL */
.card-contacts {
  width: 190px; 
  display: grid;
 /* 
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center; */ 
  border-left: 1px solid #ddd;
  padding: 0.65rem 0.85rem;
  gap: 0.45rem;
}

.premium-badge {
  display: inline-block;
  background: var(--premium-gold);
  color: #fff;
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1px 6px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 4px;
}

/* QUOTE */
.rest-quote {
  font-style: italic;
  font-size: 0.78rem;
  color: var(--text-secondary);
  line-height: 1.4;
  border-left: 2px solid var(--tag-bg);
  padding-left: 0.5rem;
  margin: 0.1rem 0;
}


/* 
font-size: 0.7rem;
padding: 2px 8px;
border-radius: 20px;
*/ 
.content-atag {
  color: #6b4c1e;
  background: #f0d6a5;
  white-space: nowrap;
}





/* ─── CONTACT ITEMS ───────────────────────────────────────── */
.contact-row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.75rem;
  color: var(--text-secondary);
  cursor: default;
  white-space: nowrap;
}
.contact-row img,
.contact-row .icon-svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  vertical-align: middle;
  object-fit: contain;
}
.contact-row a, .contact-row span.clickable {
  color: var(--text-secondary);
  text-decoration: none;
  cursor: pointer;
}
.contact-row a:hover, .contact-row span.clickable:hover {
  color: var(--terracotta);
}

/* Social icons row 
  gap: 0.55rem;
  margin-top: 0.2rem;
*/
.social-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;  
  justify-content: space-evenly;  
}
.social-row img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.15s;
}
.social-row img:hover { opacity: 1; }

/* Separator line between phone/email and map in desktop right cell */
.contact-separator {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0.2rem 0;
}

/* ─── MOBILE FOOTER BAR ───────────────────────────────────── */
.card-footer {
  display: none; /* hidden on desktop */
  border-top: 1px solid #ddd;
  padding: 0.55rem 0.85rem;
  gap: 0.2rem 1.2rem;
  flex-wrap: wrap;
  align-items: center;
  background: #fdf9f5;
}
.card-footer .footer-action {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  color: var(--text-secondary);
  cursor: pointer;
  white-space: nowrap;
}
.card-footer .footer-action img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.card-footer .footer-action:hover { color: var(--terracotta); }
.card-footer .footer-socials {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  /* margin-left: auto; */
  margin: auto; 
}
.card-footer .footer-socials img {
  width: 17px;
  height: 17px;
  object-fit: contain;
  opacity: 0.7;
  cursor: pointer;
}
.card-footer .footer-socials img:hover { opacity: 1; }

/* ─── PREMIUM MOBILE: photo alongside content ─────────────── */
.card-main-wrap {
  display: flex;
  flex: 1;
  min-width: 0;
}
/* on desktop, photo-right is hidden inside card-main-wrap */
.card-photo-mobile {
  display: none;
}

/* ─── RESPONSIVE ──────────────────────────────────────────── */
@media (max-width: 600px) {
  /* hide desktop contact cell */
  .card-contacts { display: none; }
  /* hide desktop photo cell */
  .card-photo.card-photo-desktop { display: none; }

  /* show footer */
  .card-footer { display: flex; }

  /* show mobile photo (premium) */
  .card-photo-mobile {
    display: flex;
    width: 90px;
    flex-shrink: 0;
    align-items: flex-start;
    justify-content: center;
    padding: 0.75rem 0.5rem 0.5rem 0;
  }
  .card-photo-mobile .photo-placeholder {
    width: 72px;
    height: 72px;
    border-radius: 8px;
    background: #f0d6a5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8914a;
    font-size: 1.6rem;
  }
  .card-photo-mobile img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
  }

  .card-main { padding: 0.7rem 0.75rem; }
}


.map-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  margin: auto;  
  flex-shrink: 0;
}

  .map-btn:hover {
    background: var(--sea);
    color: #fff;
    transform: scale(1.08);
  }
  .map-btn svg { width: 20px; height: 20px; fill: currentColor; }

.map-btn img { width: 36px; height: auto; }
.map-btn span {
  font-size: 0.6rem;
  color: var(--text-meta);
  text-align: center;
}
 
 
.nav-popup .leaflet-popup-content-wrapper {
    border-radius: 6px;
    padding: 2px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.nav-popup .leaflet-popup-content {
    margin: 6px 10px;
}
.nav-popup .leaflet-popup-tip {
    background: #fff;
}

 





