/* ═══════════════════════════════════════════════════════════════════════
   business.css — Business profile page (`/business/<slug>`)

   Reuses tokens from /custom/css/core.css (--gg-red, --gg-font-head,
   --gg-r-xl, etc.).  No `:root` redeclarations and no global resets — those
   stay project-wide.

   Block: .gg-bp  (Business Profile)
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Body / page wrapper ─────────────────────────────────────────────── */
.gg-bp-body{ background: var(--gg-off-white, #FAFAFA); }
.gg-bp-body::before{
	content: "";
	position: fixed; inset: 0;
	background:
		radial-gradient(1100px 460px at 8% -8%, rgba(237,41,56,.06), transparent 70%),
		radial-gradient(900px 420px at 110% 12%, rgba(237,41,56,.04), transparent 75%);
	pointer-events: none; z-index: 0;
}

.gg-bp{
	width: 100%;
	padding: 24px 28px 32px;
	position: relative; z-index: 1;
}
@media (max-width: 700px){
	.gg-bp{ padding: 14px 14px 64px; }
}
@media (max-width: 380px){
	.gg-bp{ padding: 12px 14px 64px; }
}
@media (min-width: 1440px){
	.gg-bp{ padding: 28px 28px 40px; }
}

/* ── Breadcrumb ──────────────────────────────────────────────────────── */
.gg-bp__crumbs{ margin-bottom: clamp(14px, 2vw, 22px); }
.gg-bp__crumbs-list{
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-wrap: wrap; gap: 8px;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-xs, 12px);
	color: var(--gg-gray-500, #6B7280);
}
.gg-bp__crumbs-list li{ display: inline-flex; align-items: center; gap: 8px; }
.gg-bp__crumbs-list li + li::before{ content: "/"; color: var(--gg-gray-300, #D1D5DB); }
.gg-bp__crumbs-list a{ color: var(--gg-gray-600, #4B5563); transition: color 200ms ease; }
.gg-bp__crumbs-list a:hover{ color: var(--gg-red, #ED2938); }
.gg-bp__crumbs-list span[aria-current]{
	color: var(--gg-gray-800, #1F2937);
	font-weight: 600;
}

/* Shared eyebrow + section heading ───────────────────────────────────── */
.gg-bp__eyebrow{
	display: inline-block;
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-2xs, 11px);
	font-weight: 700;
	color: var(--gg-red-deep, #B91C28);
	letter-spacing: .14em; text-transform: uppercase;
	margin-bottom: 6px;
}
.gg-bp__eyebrow--light{ color: rgba(255,255,255,.78); }
.gg-bp__sec-title{
	display: inline-flex; align-items: center; gap: 12px; flex-wrap: wrap;
	font-family: var(--gg-font-head);
	font-size: clamp(var(--gg-text-xl, 22px), 2.2vw, var(--gg-text-2xl, 28px));
	font-weight: 800;
	color: var(--gg-black, #0A0A0A);
	letter-spacing: -.02em;
	line-height: 1.15;
	margin: 0;
}
.gg-bp__sec-title-ico{
	width: 36px; height: 36px;
	display: inline-grid; place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff !important;
	font-size: 16px;
	box-shadow: 0 6px 14px -6px rgba(237,41,56,.45);
	flex-shrink: 0;
}
.gg-bp__sec-sub{
	margin: 6px 0 0;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-sm, 13px);
	color: var(--gg-gray-500, #6B7280);
}

/* ═════════════ HERO — compact 2-column premium ═════════════
   Layout:
     ┌─[LEFT 56% — cover image w/ floating glass chips]─┬─[RIGHT 44% — info panel]─┐
     │                                                  │  Logo · Name · Tagline   │
     │   [✓Verified] [★4.9 (1.1k)] [⏱30 min]           │  ┌──────────────────┐   │
     │                                                  │  │ 4-tile mini-stats│   │
     │                  (image)                         │  └──────────────────┘   │
     │   [Est. 2011 badge]                              │  📍 City · [Browse →]   │
     └──────────────────────────────────────────────────┴──────────────────────────┘
   Stacks to single column under 900px.                                            */
.gg-bp__hero{
	position: relative;
	margin-bottom: clamp(20px, 2.4vw, 32px);
	border-radius: var(--gg-r-xl, 18px);
	overflow: hidden;
	background:
		radial-gradient(ellipse at top left,     rgba(237,41,56,.08) 0%, transparent 55%),
		radial-gradient(ellipse at bottom right, rgba(237,41,56,.05) 0%, transparent 55%),
		var(--gg-white, #FFFFFF);
	box-shadow:
		0 1px 2px rgba(237,41,56,.04),
		0 24px 48px -16px rgba(237,41,56,.16);
}
.gg-bp__hero-glow{
	position: absolute;
	right: -100px; top: -100px;
	width: 380px; height: 380px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(237,41,56,.22) 0%, transparent 60%);
	filter: blur(48px);
	pointer-events: none;
	z-index: 1;
}
.gg-bp__hero-grid{
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
	gap: 0;
	min-height: 360px;
}

/* ── LEFT — cover image with floating chips ── */
.gg-bp__hero-cover{
	position: relative;
	min-height: 360px;
	overflow: hidden;
	background: var(--gg-gray-100, #F3F4F6);
}
.gg-bp__hero-cover img{
	width: 100%; height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.04);
	transition: transform 1400ms cubic-bezier(.16,1,.3,1);
}
.gg-bp__hero:hover .gg-bp__hero-cover img{ transform: scale(1.08); }
.gg-bp__hero-veil{
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.42) 100%),
		linear-gradient(90deg, rgba(237,41,56,.18), rgba(0,0,0,0) 55%);
	pointer-events: none;
}

/* Glass chips floating top-left of the cover */
.gg-bp__hero-chips{
	position: absolute; top: 16px; left: 16px;
	display: flex; flex-wrap: wrap; gap: 8px;
	z-index: 2;
	max-width: calc(100% - 32px);
}
.gg-bp__hero-chip{
	display: inline-flex; align-items: center; gap: 6px;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255,255,255,.35);
	font-family: var(--gg-font-head);
	font-size: 11px;
	font-weight: 700;
	color: var(--gg-gray-800, #1F2937);
	letter-spacing: .02em;
	box-shadow: 0 6px 16px -6px rgba(15,23,42,.22);
}
.gg-bp__hero-chip i{ font-size: 12px; color: var(--gg-gray-700, #374151) !important; }
.gg-bp__hero-chip strong{ font-weight: 800; }
.gg-bp__hero-chip em{ font-style: normal; font-weight: 600; color: var(--gg-gray-500, #6B7280); font-size: 10px; }
.gg-bp__hero-chip--verified{
	background: linear-gradient(135deg, #2563EB, #1E40AF);
	color: #fff !important;
	border-color: transparent;
}
.gg-bp__hero-chip--verified i{ color: #fff !important; }
.gg-bp__hero-chip--rating{
	background: linear-gradient(135deg, #FBBF24, #D97706);
	color: #fff !important;
	border-color: transparent;
}
.gg-bp__hero-chip--rating i,
.gg-bp__hero-chip--rating em{ color: #fff !important; }
.gg-bp__hero-chip--rating em{ opacity: .8; }

/* "Established YYYY" pill bottom-left of the cover */
.gg-bp__hero-since{
	position: absolute; bottom: 16px; left: 16px;
	display: flex; flex-direction: column;
	padding: 8px 14px;
	border-radius: 12px;
	background: rgba(10,10,10,.78);
	color: #fff;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 8px 22px -8px rgba(0,0,0,.4);
	font-family: var(--gg-font-head);
	z-index: 2;
	line-height: 1.05;
}
.gg-bp__hero-since span{
	font-size: 9px; font-weight: 700;
	letter-spacing: .16em; text-transform: uppercase;
	color: rgba(255,255,255,.7);
}
.gg-bp__hero-since strong{
	font-size: 18px; font-weight: 800; letter-spacing: -.02em;
	color: #fff;
}

/* ── RIGHT — identity panel.  Vertical stack: logo → identity text →
       borderless stats grid → foot row.                                      */
.gg-bp__hero-panel{
	position: relative;
	padding: clamp(20px, 2.4vw, 28px);
	display: flex; flex-direction: column;
	gap: 18px;
	min-width: 0;
	background:
		linear-gradient(180deg, rgba(255,255,255,.5), rgba(255,255,255,1) 30%),
		var(--gg-white, #FFFFFF);
}

/* Logo on its own line at the top */
.gg-bp__hero-logo{
	width: 72px; height: 72px;
	border-radius: 18px;
	overflow: hidden;
	background: var(--gg-white, #FFFFFF);
	border: 3px solid var(--gg-white, #FFFFFF);
	box-shadow: 0 12px 28px -10px rgba(15,23,42,.28),
	            0 0 0 1px rgba(15,23,42,.06);
	flex: none;
	display: block;
	transition: transform 220ms ease;
	align-self: flex-start;
}
.gg-bp__hero-logo:hover{ transform: translateY(-2px) rotate(-1deg); }
.gg-bp__hero-logo img{ width: 100%; height: 100%; object-fit: cover; display: block; }

/* Identity text — eyebrow / name / tagline stacked below the logo */
.gg-bp__hero-id{
	min-width: 0;
	display: flex; flex-direction: column;
	gap: 6px;
}
.gg-bp__hero-id .gg-bp__eyebrow{ margin: 0; }
.gg-bp__hero-name{
	display: inline-flex; align-items: center; gap: 6px; flex-wrap: wrap;
	font-family: var(--gg-font-head);
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	font-weight: 800;
	color: var(--gg-black, #0A0A0A);
	letter-spacing: -.025em;
	line-height: 1.1;
	margin: 0;
}
.gg-bp__hero-tick{ color: #2563EB; font-size: .68em; }
.gg-bp__hero-tagline{
	margin: 4px 0 0;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-sm, 14px);
	color: var(--gg-gray-600, #4B5563);
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Borderless stats — 2×2 grid of icon + number/label/description tiles */
.gg-bp__hero-stats{
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 18px;
	padding: 14px 16px;
	border-radius: 14px;
	background:
		radial-gradient(ellipse at top right, rgba(237,41,56,.06) 0%, transparent 55%),
		linear-gradient(180deg, var(--gg-gray-50, #F9FAFB), var(--gg-white, #FFFFFF));
}
.gg-bp__hero-stats > div{
	display: flex; align-items: center; gap: 12px;
	min-width: 0;
}
.gg-bp__hero-stat-ico{
	width: 40px; height: 40px;
	flex: none;
	display: inline-flex; align-items: center; justify-content: center;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff !important;
	font-size: 16px;
	box-shadow: 0 8px 18px -8px rgba(237,41,56,.5),
	            inset 0 1px 0 rgba(255,255,255,.18);
}
.gg-bp__hero-stat-ico i{ color: inherit !important; }
.gg-bp__hero-stat-ico--gold{
	background: linear-gradient(135deg, #FBBF24, #D97706);
	box-shadow: 0 8px 18px -8px rgba(217,119,6,.5),
	            inset 0 1px 0 rgba(255,255,255,.22);
}
.gg-bp__hero-stat-body{
	display: flex; flex-direction: column;
	min-width: 0; line-height: 1.1;
}
.gg-bp__hero-stats dd{
	margin: 0;
	font-family: var(--gg-font-head);
	font-size: clamp(18px, 1.8vw, 22px);
	font-weight: 800;
	color: var(--gg-black, #0A0A0A);
	letter-spacing: -.02em;
	background: linear-gradient(135deg, var(--gg-black, #0A0A0A), var(--gg-red-deep, #B91C28));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.gg-bp__hero-stats dt{
	margin: 1px 0 0;
	font-family: var(--gg-font-head);
	font-size: 11px;
	font-weight: 700;
	color: var(--gg-gray-800, #1F2937);
	letter-spacing: .04em;
}
.gg-bp__hero-stats small{
	font-family: var(--gg-font-body);
	font-size: 10px;
	font-weight: 500;
	color: var(--gg-gray-500, #6B7280);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Foot row — location on left, primary CTA on right */
.gg-bp__hero-foot{
	margin-top: auto;
	padding-top: 4px;
	display: flex; align-items: center; justify-content: space-between;
	gap: 12px; flex-wrap: wrap;
}
.gg-bp__hero-loc{
	display: inline-flex; align-items: center; gap: 6px;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-xs, 12px);
	font-weight: 600;
	color: var(--gg-gray-600, #4B5563);
}
.gg-bp__hero-loc i{ color: var(--gg-red-deep, #B91C28) !important; font-size: 14px; }

/* Buttons (primary used inside the hero panel + CTA banner) */
.gg-bp__btn{
	display: inline-flex; align-items: center; justify-content: center; gap: 8px;
	padding: 11px 18px;
	border-radius: 12px;
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-xs, 12px);
	font-weight: 700;
	letter-spacing: .04em;
	white-space: nowrap;
	transition: all 200ms ease;
	cursor: pointer;
	border: 1.5px solid transparent;
}
.gg-bp__btn i{ font-size: 14px; transition: transform 200ms ease; }
.gg-bp__btn--primary{
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff;
	box-shadow: 0 10px 26px -10px rgba(237,41,56,.6),
	            inset 0 1px 0 rgba(255,255,255,.18);
}
.gg-bp__btn--primary:hover{ filter: brightness(1.05); transform: translateY(-1px); color: #fff; }
.gg-bp__btn--primary:hover i{ transform: translateX(2px); }
.gg-bp__btn--ghost{
	background: var(--gg-white, #FFFFFF);
	border-color: var(--gg-gray-200, #E5E7EB);
	color: var(--gg-gray-800, #1F2937);
}
.gg-bp__btn--ghost:hover{
	border-color: var(--gg-red-subtle, rgba(237,41,56,.32));
	color: var(--gg-red-deep, #B91C28);
}

/* Hero responsive — stack to single column under 900px */
@media (max-width: 900px){
	.gg-bp__hero-grid{
		grid-template-columns: 1fr;
		min-height: 0;
	}
	.gg-bp__hero-cover{
		min-height: 0;
		aspect-ratio: 16 / 7;
		max-height: 280px;
	}
}
@media (max-width: 600px){
	.gg-bp__hero-cover{ aspect-ratio: 16 / 8; max-height: 220px; }
	.gg-bp__hero-chips{ top: 10px; left: 10px; gap: 6px; }
	.gg-bp__hero-chip{ padding: 5px 10px; font-size: 10px; }
	.gg-bp__hero-since{ bottom: 10px; left: 10px; padding: 6px 11px; }
	.gg-bp__hero-since strong{ font-size: 16px; }
	.gg-bp__hero-panel{ padding: 18px 16px; gap: 16px; }
	.gg-bp__hero-logo{ width: 64px; height: 64px; border-radius: 14px; border-width: 3px; }
	.gg-bp__hero-stats{
		grid-template-columns: 1fr;     /* single column on phones */
		gap: 12px;
		padding: 12px 14px;
	}
	.gg-bp__hero-stat-ico{ width: 36px; height: 36px; font-size: 14px; }
	.gg-bp__hero-foot .gg-bp__btn{ width: 100%; }
}

/* ═════════════ Sticky sub-nav — viewport-wide, reveal on scroll ═════════════
   Mirrors the detail page pattern: position:fixed spans the full viewport
   width, hidden by default (opacity + translate), revealed via .is-stuck
   once the hero scrolls out of view (toggled by business.js).               */
.gg-bp__subnav{
	position: fixed;
	top: 72px;
	left: 0;
	right: 0;
	z-index: calc(var(--gg-z-sticky, 200) - 1);
	pointer-events: none;
	opacity: 0;
	transform: translate3d(0, -16px, 0);
	transition: opacity .35s cubic-bezier(.16,1,.3,1),
	            transform .35s cubic-bezier(.16,1,.3,1);
}
.gg-bp__subnav.is-stuck{
	opacity: 1;
	transform: translate3d(0, 0, 0);
	pointer-events: auto;
}
.gg-bp__subnav-inner{
	display: flex; align-items: center; gap: 14px;
	/* Match the .gg-bp body horizontal padding so links align with content */
	padding: 12px 28px;
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid var(--gg-gray-200, #E5E7EB);
	box-shadow: 0 6px 20px -10px rgba(15, 23, 42, .08);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.gg-bp__subnav-id{
	flex-shrink: 0;
	display: inline-flex; align-items: center; gap: 8px;
	padding-right: 12px;
	border-right: 1px solid var(--gg-gray-200, #E5E7EB);
	font-family: var(--gg-font-head);
	font-weight: 700;
	font-size: var(--gg-text-sm, 13px);
	color: var(--gg-black, #0A0A0A);
	letter-spacing: -.01em;
	max-width: 220px;
	white-space: nowrap;
}
.gg-bp__subnav-id i{
	color: var(--gg-red, #ED2938);
	font-size: 16px;
	flex-shrink: 0;
}
.gg-bp__subnav-id span{
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	min-width: 0;
}
.gg-bp__subnav-nav{ flex: 1; min-width: 0; }
.gg-bp__subnav-nav ul{
	list-style: none; padding: 0; margin: 0;
	display: flex; align-items: center; gap: 2px;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.gg-bp__subnav-nav ul::-webkit-scrollbar{ display: none; }
.gg-bp__subnav-nav a{
	display: inline-flex; align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-sm, 13px);
	font-weight: 600;
	color: var(--gg-gray-600, #4B5563);
	white-space: nowrap;
	transition: background 180ms ease, color 180ms ease;
	cursor: pointer;
}
.gg-bp__subnav-nav a:hover{
	background: var(--gg-gray-100, #F3F4F6);
	color: var(--gg-black, #0A0A0A);
}
.gg-bp__subnav-nav a.is-active{
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff;
	box-shadow: 0 4px 12px rgba(237, 41, 56, .25);
}

/* Site header shrinks at 768 (72→62px), match it + use 14px side padding */
@media (max-width: 768px){
	.gg-bp__subnav{ top: 62px; }
	.gg-bp__subnav-inner{ padding: 10px 14px; gap: 10px; }
	.gg-bp__subnav-id{ max-width: 140px; }
}

/* ═════════════ Section shell ═════════════ */
.gg-bp__sec{
	position: relative;
	padding: clamp(20px, 2.4vw, 32px);
	margin-bottom: clamp(16px, 2vw, 24px);
	border-radius: var(--gg-r-xl, 18px);
	background:
		radial-gradient(ellipse at top right, rgba(237,41,56,.04) 0%, transparent 50%),
		var(--gg-white, #FFFFFF);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
	box-shadow:
		0 1px 2px rgba(237,41,56,.03),
		0 8px 24px -16px rgba(237,41,56,.08);
	scroll-margin-top: 140px;
}
.gg-bp__sec-head{
	display: flex; align-items: flex-end; justify-content: space-between;
	gap: 14px; flex-wrap: wrap;
	margin-bottom: 18px;
}
.gg-bp__sec-head > div{ min-width: 0; }

/* ── Sort select ── */
.gg-bp__sort{
	display: inline-flex; align-items: center; gap: 8px;
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-xs, 12px);
	color: var(--gg-gray-600, #4B5563);
	font-weight: 700;
}
.gg-bp__sort-select{
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-xs, 12px);
	font-weight: 600;
	color: var(--gg-gray-800, #1F2937);
	padding: 8px 32px 8px 12px;
	border-radius: 10px;
	background: var(--gg-white, #FFFFFF);
	border: 1.5px solid var(--gg-gray-200, #E5E7EB);
	appearance: none; -webkit-appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236B7280'%3E%3Cpath d='M3.204 5h9.592L8 10.481 3.204 5z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	cursor: pointer;
	transition: border-color 200ms ease;
}
.gg-bp__sort-select:focus{
	outline: 0;
	border-color: var(--gg-red, #ED2938);
}

/* ── Filter pills ── */
.gg-bp__filters{
	list-style: none; padding: 0; margin: 0 0 18px;
	display: flex; flex-wrap: wrap; gap: 8px;
}
.gg-bp__filter{
	display: inline-flex; align-items: center;
	padding: 8px 16px;
	border-radius: 999px;
	background: var(--gg-gray-50, #F9FAFB);
	border: 1.5px solid var(--gg-gray-200, #E5E7EB);
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-xs, 12px);
	font-weight: 700;
	color: var(--gg-gray-700, #374151);
	letter-spacing: .02em;
	cursor: pointer;
	transition: all 200ms ease;
}
.gg-bp__filter:hover{
	border-color: var(--gg-red-subtle, rgba(237,41,56,.32));
	color: var(--gg-red-deep, #B91C28);
}
.gg-bp__filter.is-on{
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 4px 12px -4px rgba(237,41,56,.45);
}

/* ── Listing grid ── */
.gg-bp__grid{
	list-style: none; padding: 0; margin: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
@media (max-width: 1100px){ .gg-bp__grid{ grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 800px){  .gg-bp__grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px){  .gg-bp__grid{ grid-template-columns: 1fr; } }
.gg-bp__card[hidden]{ display: none !important; }

/* ── Magazine-style listing card ──
   Layout zones:
     1. Media — taller 4:3 image with category pill (top-left), rating chip
        (top-right glassmorphism), and a soft dark veil for legibility.
     2. Price chip — pulled up to overlap the image's bottom edge so it
        anchors the eye and creates a fresh asymmetric break.
     3. Body — title (clamped), tag pills, then a separator with location
        on the left and an animated "View details →" link on the right.
   Hover applies: -4px lift, soft red shadow, image zoom, gradient sweep at
   the bottom, and an arrow-pulled CTA.                                       */
.gg-bp__card{
	position: relative;
	background: var(--gg-white, #FFFFFF);
	border-radius: 18px;
	border: 1px solid var(--gg-gray-200, #E5E7EB);
	overflow: hidden;
	display: flex;
	transition: transform 320ms cubic-bezier(.16,1,.3,1),
	            box-shadow 320ms ease,
	            border-color 320ms ease;
	box-shadow: 0 1px 2px rgba(15,23,42,.04);
}
.gg-bp__card::after{
	/* red gradient sweep that fades in along the bottom on hover */
	content: "";
	position: absolute; left: 0; right: 0; bottom: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 380ms cubic-bezier(.16,1,.3,1);
	z-index: 3;
}
.gg-bp__card:hover{
	transform: translateY(-6px);
	box-shadow:
		0 1px 2px rgba(237,41,56,.06),
		0 24px 44px -16px rgba(237,41,56,.22);
	border-color: var(--gg-red-subtle, rgba(237,41,56,.32));
}
.gg-bp__card:hover::after{ transform: scaleX(1); }

.gg-bp__card-link{
	display: flex; flex-direction: column;
	flex: 1; min-width: 0; width: 100%;
	color: inherit;
}

/* — Media zone — */
.gg-bp__card-media{
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: var(--gg-gray-100, #F3F4F6);
}
.gg-bp__card-media img{
	width: 100%; height: 100%;
	object-fit: cover;
	transform: scale(1.02);
	transition: transform 900ms cubic-bezier(.16,1,.3,1), filter 320ms ease;
}
.gg-bp__card:hover .gg-bp__card-media img{
	transform: scale(1.08);
	filter: saturate(1.1);
}
.gg-bp__card-veil{
	position: absolute; inset: 0;
	background:
		linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(10,10,10,.42) 100%),
		linear-gradient(135deg, rgba(237,41,56,.15) 0%, rgba(0,0,0,0) 50%);
	pointer-events: none;
}

/* Category pill — top-left */
.gg-bp__card-cat{
	position: absolute; top: 12px; left: 12px;
	padding: 5px 11px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff !important;
	font-family: var(--gg-font-head);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .08em; text-transform: uppercase;
	box-shadow: 0 6px 14px -4px rgba(237,41,56,.55);
	z-index: 2;
}

/* Rating chip — top-right (glass) */
.gg-bp__card-rating{
	position: absolute; top: 12px; right: 12px;
	display: inline-flex; align-items: center; gap: 5px;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(255,255,255,.94);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 4px 12px -4px rgba(15,23,42,.18);
	font-family: var(--gg-font-head);
	font-size: 11px;
	color: var(--gg-gray-800, #1F2937);
	z-index: 2;
}
.gg-bp__card-rating i{ color: #FBBF24 !important; font-size: 11px; }
.gg-bp__card-rating strong{ font-weight: 800; letter-spacing: -.01em; }
.gg-bp__card-rating em{ font-style: normal; color: var(--gg-gray-500, #6B7280); font-size: 10px; font-weight: 500; }

/* — Price chip — overlaps the image bottom-left edge — */
.gg-bp__card-price{
	position: relative;
	z-index: 2;
	margin: -22px 0 0 16px;
	align-self: flex-start;
	display: inline-flex; flex-direction: column;
	padding: 8px 14px;
	border-radius: 12px;
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff !important;
	box-shadow: 0 10px 24px -8px rgba(237,41,56,.5),
	            inset 0 1px 0 rgba(255,255,255,.18);
	transition: transform 320ms cubic-bezier(.16,1,.3,1);
	line-height: 1;
}
.gg-bp__card:hover .gg-bp__card-price{ transform: translateY(-2px) rotate(-1deg); }
.gg-bp__card-price-label{
	font-family: var(--gg-font-body);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255,255,255,.78);
	margin-bottom: 3px;
}
.gg-bp__card-price strong{
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-lg, 18px);
	font-weight: 800;
	letter-spacing: -.02em;
}

/* — Body zone — */
.gg-bp__card-body{
	padding: 14px 18px 18px;
	display: flex; flex-direction: column; gap: 10px;
	flex: 1;
}
.gg-bp__card-title{
	margin: 0;
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-md, 15px);
	font-weight: 800;
	color: var(--gg-black, #0A0A0A);
	line-height: 1.3;
	letter-spacing: -.015em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 220ms ease;
}
.gg-bp__card:hover .gg-bp__card-title{ color: var(--gg-red-deep, #B91C28); }

.gg-bp__card-tags{
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-wrap: wrap; gap: 5px;
}
.gg-bp__card-tags li{
	font-family: var(--gg-font-head);
	font-size: 10px;
	font-weight: 700;
	color: var(--gg-gray-700, #374151);
	padding: 3px 9px;
	background: var(--gg-gray-50, #F9FAFB);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
	border-radius: 999px;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.gg-bp__card-foot{
	margin-top: auto;
	padding-top: 12px;
	border-top: 1px dashed var(--gg-gray-200, #E5E7EB);
	display: flex; align-items: center; justify-content: space-between;
	gap: 8px;
}
.gg-bp__card-loc{
	display: inline-flex; align-items: center; gap: 5px;
	font-family: var(--gg-font-body);
	font-size: 11px;
	font-weight: 600;
	color: var(--gg-gray-500, #6B7280);
}
.gg-bp__card-loc i{ color: var(--gg-red-deep, #B91C28) !important; font-size: 12px; }

/* "View details" — text + arrow link, slides + colors on hover */
.gg-bp__card-cta{
	display: inline-flex; align-items: center; gap: 6px;
	font-family: var(--gg-font-head);
	font-size: 11px;
	font-weight: 800;
	color: var(--gg-gray-800, #1F2937);
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: color 220ms ease, gap 220ms ease;
}
.gg-bp__card-cta i{
	width: 22px; height: 22px;
	display: grid; place-items: center;
	border-radius: 999px;
	background: var(--gg-gray-100, #F3F4F6);
	color: var(--gg-gray-700, #374151) !important;
	font-size: 12px;
	transition: background 220ms ease, color 220ms ease, transform 320ms cubic-bezier(.16,1,.3,1);
}
.gg-bp__card:hover .gg-bp__card-cta{
	color: var(--gg-red-deep, #B91C28);
	gap: 10px;
}
.gg-bp__card:hover .gg-bp__card-cta i{
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff !important;
	transform: translateX(2px);
	box-shadow: 0 4px 10px -4px rgba(237,41,56,.5);
}

/* Empty state for filters */
.gg-bp__grid-empty{
	margin-top: 12px;
	padding: 32px;
	text-align: center;
	border: 1px dashed var(--gg-gray-300, #D1D5DB);
	border-radius: 14px;
	color: var(--gg-gray-500, #6B7280);
}
.gg-bp__grid-empty i{ font-size: 24px; color: var(--gg-gray-400, #9CA3AF); margin-bottom: 8px; display: inline-block; }
.gg-bp__grid-empty p{ margin: 0; font-family: var(--gg-font-body); font-size: var(--gg-text-sm, 13px); }

/* ═════════════ About + highlights ═════════════ */
.gg-bp__about-text{
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-md, 15px);
	color: var(--gg-gray-700, #374151);
	line-height: 1.7;
	margin: 0 0 18px;
}
.gg-bp__highlights{
	list-style: none; padding: 0; margin: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}
@media (max-width: 800px){ .gg-bp__highlights{ grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px){ .gg-bp__highlights{ grid-template-columns: 1fr; } }
.gg-bp__highlight{
	display: flex; align-items: center; gap: 12px;
	padding: 14px;
	border-radius: 12px;
	background: var(--gg-gray-50, #F9FAFB);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
}
.gg-bp__highlight-ico{
	width: 40px; height: 40px;
	display: grid; place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff !important;
	font-size: 16px;
	flex-shrink: 0;
	box-shadow: 0 4px 10px -4px rgba(237,41,56,.45);
}
/* Bootstrap's bs-link-color leaks into <i> tags wrapped in some demo
   pages (Canvas demos define `i.bi`/`a i` colors).  Force-inherit so the
   icon glyph picks up the parent's color reliably.                          */
.gg-bp__highlight-ico i,
.gg-bp__highlight-ico .bi{
	color: inherit !important;
}
.gg-bp__highlight strong{
	display: block;
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-sm, 13px);
	font-weight: 700;
	color: var(--gg-black, #0A0A0A);
	line-height: 1.25;
}
.gg-bp__highlight span{
	font-family: var(--gg-font-body);
	font-size: 11px;
	color: var(--gg-gray-500, #6B7280);
}

/* ═════════════ Reviews ═════════════ */
.gg-bp__rating-summary{
	display: grid;
	grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 32px);
	align-items: center;
	padding: 18px;
	margin-bottom: 18px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(237,41,56,.04), rgba(237,41,56,0)) , var(--gg-gray-50, #F9FAFB);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
}
@media (max-width: 600px){
	.gg-bp__rating-summary{ grid-template-columns: 1fr; }
}
.gg-bp__rating-score{
	text-align: center;
	padding-right: clamp(12px, 2vw, 24px);
	border-right: 1px dashed rgba(237,41,56,.25);
}
@media (max-width: 600px){
	.gg-bp__rating-score{ padding: 0 0 14px; border-right: 0; border-bottom: 1px dashed rgba(237,41,56,.25); }
}
.gg-bp__rating-score strong{
	display: block;
	font-family: var(--gg-font-head);
	font-size: clamp(2.4rem, 5vw, 3.2rem);
	font-weight: 800;
	color: var(--gg-red-deep, #B91C28);
	line-height: 1;
}
.gg-bp__rating-stars{ display: inline-flex; gap: 2px; margin-top: 6px; }
.gg-bp__rating-stars i{ color: var(--gg-gray-300, #D1D5DB); font-size: 16px; }
.gg-bp__rating-stars i.is-on{ color: #FBBF24; }
.gg-bp__rating-score span{
	display: block;
	margin-top: 6px;
	font-family: var(--gg-font-body);
	font-size: 11px;
	color: var(--gg-gray-500, #6B7280);
}

.gg-bp__rating-bars{
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column;
	gap: 6px;
}
.gg-bp__rating-bars li{
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 36px;
	align-items: center;
	gap: 10px;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-xs, 12px);
	color: var(--gg-gray-600, #4B5563);
}
.gg-bp__rating-bar-label{ display: inline-flex; align-items: center; gap: 4px; font-weight: 700; }
.gg-bp__rating-bar-label i{ color: #FBBF24; font-size: 11px; }
.gg-bp__rating-bar-track{
	display: block;
	height: 8px;
	border-radius: 999px;
	background: var(--gg-gray-200, #E5E7EB);
	overflow: hidden;
}
.gg-bp__rating-bar-track > span{
	display: block;
	width: var(--w, 0%);
	height: 100%;
	background: linear-gradient(90deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	border-radius: inherit;
	transition: width 800ms cubic-bezier(.16,1,.3,1);
}
.gg-bp__rating-bar-pct{ text-align: right; font-weight: 600; color: var(--gg-gray-700, #374151); }

/* Star filter chips above the reviews list */
.gg-bp__rev-filters{
	list-style: none; padding: 0; margin: 0 0 16px;
	display: flex; flex-wrap: wrap; gap: 8px;
}
.gg-bp__rev-filter{
	display: inline-flex; align-items: center; gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--gg-gray-50, #F9FAFB);
	border: 1.5px solid var(--gg-gray-200, #E5E7EB);
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-xs, 12px);
	font-weight: 700;
	color: var(--gg-gray-700, #374151);
	cursor: pointer;
	transition: all 200ms ease;
}
.gg-bp__rev-filter:hover{
	border-color: var(--gg-red-subtle, rgba(237,41,56,.32));
	color: var(--gg-red-deep, #B91C28);
}
.gg-bp__rev-filter.is-on{
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 4px 12px -4px rgba(237,41,56,.45);
}
.gg-bp__rev-filter-stars{ display: inline-flex; gap: 1px; }
.gg-bp__rev-filter-stars i{
	font-size: 11px;
	color: var(--gg-gray-300, #D1D5DB) !important;
}
.gg-bp__rev-filter-stars i.is-on{ color: #FBBF24 !important; }
.gg-bp__rev-filter.is-on .gg-bp__rev-filter-stars i.is-on{ color: #fff !important; }
.gg-bp__rev-filter-count{
	font-family: var(--gg-font-body);
	font-weight: 600;
	font-size: 11px;
	opacity: .8;
}

.gg-bp__rev-empty{
	margin: 12px 0;
	padding: 28px 16px;
	text-align: center;
	border: 1px dashed var(--gg-gray-300, #D1D5DB);
	border-radius: 12px;
	color: var(--gg-gray-500, #6B7280);
}
.gg-bp__rev-empty i{ font-size: 22px; color: var(--gg-gray-400, #9CA3AF); display: block; margin-bottom: 6px; }
.gg-bp__rev-empty p{ margin: 0; font-family: var(--gg-font-body); font-size: var(--gg-text-sm, 13px); }

/* Load-more button */
.gg-bp__rev-more{
	margin: 18px auto 0;
	display: flex; align-items: center; justify-content: center; gap: 10px;
	padding: 14px 24px;
	min-width: 280px;
	border-radius: 14px;
	background:
		radial-gradient(ellipse at top right, rgba(237,41,56,.10) 0%, transparent 60%),
		var(--gg-white, #FFFFFF);
	border: 1.5px solid var(--gg-gray-200, #E5E7EB);
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-sm, 13px);
	font-weight: 700;
	color: var(--gg-gray-800, #1F2937);
	cursor: pointer;
	transition: all 220ms ease;
}
.gg-bp__rev-more i{ font-size: 18px; color: var(--gg-red-deep, #B91C28); transition: transform 220ms ease; }
.gg-bp__rev-more small{
	font-family: var(--gg-font-body);
	font-size: 11px;
	font-weight: 500;
	color: var(--gg-gray-500, #6B7280);
	letter-spacing: 0;
}
.gg-bp__rev-more:hover{
	border-color: var(--gg-red-subtle, rgba(237,41,56,.32));
	transform: translateY(-1px);
	box-shadow: 0 12px 28px -16px rgba(237,41,56,.35);
}
.gg-bp__rev-more:hover i{ transform: translateY(2px); }

.gg-bp__reviews{
	list-style: none; padding: 0; margin: 0;
	display: flex; flex-direction: column;
	gap: 14px;
}
.gg-bp__review[hidden]{ display: none !important; }
.gg-bp__review{
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 14px;
	padding: 16px;
	border-radius: 12px;
	background: var(--gg-gray-50, #F9FAFB);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
	transition: border-color 220ms ease, background 220ms ease;
}
.gg-bp__review:hover{
	background: var(--gg-white, #FFFFFF);
	border-color: var(--gg-red-subtle, rgba(237,41,56,.22));
}
.gg-bp__review-avatar{
	width: 48px; height: 48px;
	border-radius: 50%;
	object-fit: cover;
}
.gg-bp__review-body{ min-width: 0; }
.gg-bp__review-head{
	display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap;
	margin-bottom: 4px;
}
.gg-bp__review-head strong{
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-sm, 13px);
	font-weight: 700;
	color: var(--gg-black, #0A0A0A);
}
.gg-bp__review-date{ font-family: var(--gg-font-body); font-size: 11px; color: var(--gg-gray-400, #9CA3AF); }
.gg-bp__review-meta{
	display: inline-flex; align-items: center; gap: 8px;
	margin-bottom: 6px;
	font-family: var(--gg-font-body);
	font-size: 11px;
	color: var(--gg-gray-500, #6B7280);
}
.gg-bp__review-stars{ display: inline-flex; gap: 1px; }
.gg-bp__review-stars i{ color: var(--gg-gray-300, #D1D5DB); font-size: 11px; }
.gg-bp__review-stars i.is-on{ color: #FBBF24; }
.gg-bp__review-job{
	padding: 1px 8px;
	border-radius: 999px;
	background: rgba(237,41,56,.08);
	color: var(--gg-red-deep, #B91C28);
	font-weight: 600;
	font-size: 10px;
	letter-spacing: .02em;
}
.gg-bp__review-text{
	margin: 0;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-sm, 13px);
	color: var(--gg-gray-700, #374151);
	line-height: 1.6;
}

/* ═════════════ Location ═════════════ */
.gg-bp__location{
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(220px, 1fr);
	gap: 18px;
	align-items: stretch;
}
.gg-bp__location > .gg-bp__map,
.gg-bp__location > .gg-bp__address{ min-width: 0; }
.gg-bp__location > .gg-bp__address{ grid-column: 1; }
.gg-bp__location > .gg-bp__hours{ grid-column: 2; grid-row: 1 / span 2; }
@media (max-width: 700px){
	.gg-bp__location{ grid-template-columns: 1fr; }
	.gg-bp__location > .gg-bp__address,
	.gg-bp__location > .gg-bp__hours{ grid-column: 1; grid-row: auto; }
}

.gg-bp__map{
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--gg-red-subtle, rgba(237,41,56,.18));
	background: var(--gg-gray-100, #F3F4F6);
	min-height: 280px;
	box-shadow: 0 8px 24px -16px rgba(237,41,56,.35);
}
.gg-bp__map iframe{
	display: block;
	width: 100%; height: 100%;
	border: 0;
	min-height: 280px;
	pointer-events: none;
	filter: saturate(0.65) hue-rotate(-12deg) contrast(.96) brightness(1.02);
}
.gg-bp__map::before{
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(135deg, rgba(237,41,56,.10), rgba(237,41,56,0) 55%);
	mix-blend-mode: multiply;
	pointer-events: none;
	z-index: 1;
}
.gg-bp__map::after{
	content: "";
	position: absolute; inset: 0;
	box-shadow: inset 0 0 0 1px rgba(237,41,56,.08), inset 0 -40px 60px -40px rgba(15,23,42,.18);
	pointer-events: none;
	z-index: 2;
}
.gg-bp__map-pin{
	position: absolute; left: 50%; top: 50%;
	transform: translate(-50%, calc(-50% - 14px));
	z-index: 3;
	pointer-events: none;
	animation: gg-bp-pin-drop 600ms cubic-bezier(.16,1,.3,1) both;
}
.gg-bp__map-pin::before{
	content: "";
	position: absolute; left: 50%; bottom: -10px;
	width: 32px; height: 8px;
	border-radius: 50%;
	background: rgba(237,41,56,.35);
	transform: translateX(-50%);
	filter: blur(4px);
	animation: gg-bp-pin-pulse 1.8s ease-in-out infinite;
}
.gg-bp__map-pin i{
	font-size: 36px;
	color: var(--gg-red, #ED2938);
	filter: drop-shadow(0 6px 12px rgba(237,41,56,.5));
}
@keyframes gg-bp-pin-drop{
	from{ transform: translate(-50%, calc(-50% - 80px)); opacity: 0; }
	to{   transform: translate(-50%, calc(-50% - 14px)); opacity: 1; }
}
@keyframes gg-bp-pin-pulse{
	0%, 100%{ transform: translateX(-50%) scale(1); opacity: .35; }
	50%{     transform: translateX(-50%) scale(1.35); opacity: .15; }
}
@media (prefers-reduced-motion: reduce){
	.gg-bp__map-pin, .gg-bp__map-pin::before{ animation: none; }
}

/* Address strip */
.gg-bp__address{
	display: flex; align-items: center; gap: 14px;
	padding: 14px 16px;
	border-radius: 12px;
	background: var(--gg-gray-50, #F9FAFB);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
	transition: border-color 220ms ease, background 220ms ease;
}
.gg-bp__address:hover{
	background: var(--gg-white, #FFFFFF);
	border-color: var(--gg-red-subtle, rgba(237,41,56,.28));
}
.gg-bp__address-icon{
	width: 40px; height: 40px;
	display: grid; place-items: center;
	border-radius: 10px;
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff;
	font-size: 16px;
	flex-shrink: 0;
	box-shadow: 0 4px 10px -4px rgba(237,41,56,.45);
}
.gg-bp__address-body{ display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.gg-bp__address-label{
	font-family: var(--gg-font-head);
	font-size: 10px;
	font-weight: 700;
	color: var(--gg-gray-500, #6B7280);
	letter-spacing: .12em; text-transform: uppercase;
}
.gg-bp__address-text{
	margin: 0;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-sm, 13px);
	font-weight: 600;
	color: var(--gg-gray-800, #1F2937);
	line-height: 1.4;
	word-break: break-word;
}
.gg-bp__address-link{
	display: inline-flex; align-items: center; gap: 5px;
	padding: 8px 12px;
	border-radius: 10px;
	background: var(--gg-white, #FFFFFF);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
	color: var(--gg-gray-800, #1F2937);
	font-family: var(--gg-font-head);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	white-space: nowrap;
	flex-shrink: 0;
	transition: all 200ms ease;
}
.gg-bp__address-link i{ font-size: 12px; transition: transform 200ms ease; }
.gg-bp__address-link:hover{
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	border-color: transparent;
	color: #fff;
	box-shadow: 0 6px 14px -4px rgba(237,41,56,.45);
}
.gg-bp__address-link:hover i{ transform: translate(2px, -2px); }
@media (max-width: 480px){
	.gg-bp__address{ flex-wrap: wrap; }
	.gg-bp__address-link{ flex: 1 1 100%; justify-content: center; }
}

/* Hours */
.gg-bp__hours{
	background: var(--gg-white, #FFFFFF);
	border: 1px solid var(--gg-gray-200, #E5E7EB);
	border-radius: 14px;
	padding: 14px 16px;
}
.gg-bp__hours header{
	display: flex; align-items: center; gap: 8px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--gg-gray-100, #F3F4F6);
}
.gg-bp__hours header i{ color: var(--gg-red, #ED2938); font-size: 16px; }
.gg-bp__hours header h3{
	margin: 0;
	font-family: var(--gg-font-head);
	font-size: var(--gg-text-md, 15px);
	font-weight: 700;
	color: var(--gg-black, #0A0A0A);
	flex: 1;
}
.gg-bp__hours-status{
	display: inline-flex; align-items: center; gap: 6px;
	padding: 3px 8px;
	border-radius: 999px;
	background: rgba(34,197,94,.12);
	color: #15803D;
	font-family: var(--gg-font-head);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.gg-bp__hours-status::before{
	content: ""; width: 6px; height: 6px;
	border-radius: 50%;
	background: #22C55E;
	animation: gg-bp-pulse 1.6s ease-in-out infinite;
}
@keyframes gg-bp-pulse{
	0%, 100%{ box-shadow: 0 0 0 0 rgba(34,197,94,.5); }
	50%{ box-shadow: 0 0 0 5px rgba(34,197,94,0); }
}
.gg-bp__hours ul{ list-style: none; padding: 0; margin: 0; }
.gg-bp__hours li{
	display: flex; justify-content: space-between;
	padding: 6px 0;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-xs, 12px);
	color: var(--gg-gray-700, #374151);
}
.gg-bp__hours li span:last-child{ color: var(--gg-gray-500, #6B7280); font-weight: 500; }
.gg-bp__hours li.is-today{
	font-weight: 700;
	color: var(--gg-red-deep, #B91C28);
}
.gg-bp__hours li.is-today span:last-child{ color: var(--gg-red, #ED2938); font-weight: 700; }

/* ═════════════ Bottom CTA banner — premium dark + red glow ═════════════ */
.gg-bp__cta{
	position: relative;
	margin-top: clamp(20px, 2.4vw, 32px);
	padding: clamp(28px, 3vw, 44px);
	border-radius: var(--gg-r-xl, 20px);
	background:
		radial-gradient(900px 320px at 100% 0%, rgba(237,41,56,.45), transparent 60%),
		radial-gradient(700px 280px at 0% 100%, rgba(237,41,56,.22), transparent 60%),
		linear-gradient(135deg, #0A0A0A 0%, #1F2937 100%);
	overflow: hidden;
	color: #fff !important;        /* defeat any global heading colors */
	box-shadow: 0 24px 60px -24px rgba(237,41,56,.45);
}
.gg-bp__cta-glow{
	position: absolute;
	right: -100px; top: -100px;
	width: 360px; height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(237,41,56,.5) 0%, transparent 60%);
	filter: blur(48px);
	pointer-events: none;
}
.gg-bp__cta-inner{
	position: relative; z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
}
@media (max-width: 700px){
	.gg-bp__cta-inner{ grid-template-columns: 1fr; }
}
.gg-bp__cta-text{ min-width: 0; }
/* High specificity + !important so global h2 / theme rules can't repaint
   these to black.  This banner needs to stay white regardless of context. */
.gg-bp__cta .gg-bp__cta-title,
.gg-bp__cta h2.gg-bp__cta-title{
	margin: 0 0 12px;
	font-family: var(--gg-font-head);
	font-size: clamp(1.4rem, 2.4vw, 2rem);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.2;
	color: #fff !important;
}
.gg-bp__cta .gg-bp__cta-sub{
	margin: 0;
	font-family: var(--gg-font-body);
	font-size: var(--gg-text-sm, 14px);
	color: rgba(255,255,255,.82) !important;
	line-height: 1.6;
	max-width: 60ch;
}
.gg-bp__cta-actions{ flex: none; }

/* White CTA button (used inside the dark banner) */
.gg-bp__btn--white{
	background: #fff;
	color: var(--gg-black, #0A0A0A);
	border-color: #fff;
	box-shadow: 0 8px 22px -8px rgba(0,0,0,.35);
}
.gg-bp__btn--white:hover{
	background: linear-gradient(135deg, var(--gg-red, #ED2938), var(--gg-red-deep, #B91C28));
	color: #fff;
	border-color: transparent;
	transform: translateY(-1px);
}
.gg-bp__btn--white:hover i{ transform: translateX(2px); }

/* Focus outlines */
.gg-bp :is(a, button, input, select, textarea):focus-visible{
	outline: 2px solid var(--gg-red, #ED2938);
	outline-offset: 2px;
	border-radius: 6px;
}
