/* Focused service-area experience. */
.bar-sa {
	--sa-gold: var(--barfq-accent-global, var(--e-global-color-primary, #f8b54a));
	--sa-gold-deep: #9a6b20;
	--sa-ink: #12110f;
	--sa-copy: #565149;
	--sa-cream: #fceed9;
	--sa-paper: #fffdf8;
	--sa-line: rgba(18, 17, 15, .11);
	--sa-radius-sm: 12px;
	--sa-radius-md: 20px;
	--sa-radius-lg: 28px;
	--sa-shadow: 0 0 0 1px rgba(0,0,0,.05), 0 2px 4px rgba(0,0,0,.04), 0 22px 60px rgba(0,0,0,.08);
	--sa-motion: 180ms cubic-bezier(.2, 0, 0, 1);
	background: var(--sa-paper);
	color: var(--sa-ink);
	font-family: var(--barfq-body-font, Manrope, sans-serif);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bar-sa *, .bar-sa *::before, .bar-sa *::after { box-sizing: border-box; }
.bar-sa :is(h1, h2, h3) { margin-top: 0; color: inherit; font-family: var(--barfq-heading-font, Gotu, serif); font-weight: 400; text-wrap: balance; }
.bar-sa :is(p, li) { text-wrap: pretty; }
.bar-sa a:focus-visible, .bar-sa summary:focus-visible { outline: 3px solid var(--sa-gold); outline-offset: 4px; box-shadow: 0 0 0 7px rgba(248,181,74,.2); }

.bar-sa-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.bar-sa-section { padding: clamp(72px, 8vw, 112px) 0; }
.bar-sa-kicker { margin: 0 0 14px; color: var(--sa-gold-deep); font-size: 11px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.bar-sa-heading { max-width: 760px; margin-bottom: 42px; }
.bar-sa-heading h2, .bar-sa-answer h2, .bar-sa-booking h2, .bar-sa-evidence h2, .bar-sa-nearby h2, .bar-sa-cta h2 { margin-bottom: 18px; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.06; letter-spacing: -.025em; }
.bar-sa-heading > p:last-child, .bar-sa-booking-grid > div > p:last-child, .bar-sa-evidence-grid > div > p { color: var(--sa-copy); font-size: 17px; line-height: 1.75; }

.bar-sa-hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: radial-gradient(circle at 75% 18%, rgba(248,181,74,.19), transparent 31%), #090909; color: #fff; }
.bar-sa-hero.has-image { background-image: linear-gradient(90deg, rgba(7,7,7,.96) 0%, rgba(7,7,7,.86) 44%, rgba(7,7,7,.46) 100%), var(--bar-sa-hero-image); background-position: center; background-size: cover; }
.bar-sa-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(248,181,74,.55), transparent); }
.bar-sa-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .6fr); gap: clamp(42px, 7vw, 92px); align-items: center; padding-block: 120px 96px; }
.bar-sa-hero-copy { max-width: 760px; }
.bar-sa-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 44px; color: rgba(255,255,255,.58); font-size: 12px; }
.bar-sa-breadcrumbs a { min-height: 40px; display: inline-flex; align-items: center; color: rgba(255,255,255,.78); text-decoration: none; }
.bar-sa-breadcrumbs a:hover { color: var(--sa-gold); }
.bar-sa-hero .bar-sa-kicker { color: var(--sa-gold); }
.bar-sa-hero h1 { max-width: 850px; margin-bottom: 26px; color: #fff; font-size: clamp(48px, 6.3vw, 84px); line-height: .99; letter-spacing: -.035em; }
.bar-sa-lead { max-width: 700px; margin: 0 0 34px; color: rgba(255,255,255,.76); font-size: clamp(17px, 2vw, 21px); line-height: 1.7; }
.bar-sa-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.bar-sa-button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 999px; font-size: 13px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform var(--sa-motion), background-color var(--sa-motion), color var(--sa-motion), box-shadow var(--sa-motion); }
.bar-sa-button:hover { transform: translateY(-2px); }
.bar-sa-button:active { transform: scale(.96); }
.bar-sa-button-primary { background: var(--sa-gold); color: #111; box-shadow: 0 12px 30px rgba(248,181,74,.2); }
.bar-sa-button-primary:hover { background: #f4c36e; color: #111; }
.bar-sa-button-secondary { box-shadow: inset 0 0 0 1px rgba(255,255,255,.34); color: #fff; }
.bar-sa-button-secondary:hover { box-shadow: inset 0 0 0 1px var(--sa-gold); color: var(--sa-gold); }
.bar-sa-text-link { min-height: 44px; display: inline-flex; align-items: center; padding-inline: 8px; color: #fff; font-size: 13px; text-underline-offset: 5px; }
.bar-sa-text-link:hover { color: var(--sa-gold); }
.bar-sa-reviewed { margin: 22px 0 0; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.6; }

.bar-sa-hero-card { padding: 8px; border-radius: var(--sa-radius-lg); background: rgba(12,12,12,.74); box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 24px 70px rgba(0,0,0,.35); backdrop-filter: blur(14px); }
.bar-sa-card-label { margin: 0; color: var(--sa-gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bar-sa-hero-card > .bar-sa-card-label { padding: 18px 18px 10px; color: var(--sa-gold); }
.bar-sa-hero-fact { padding: 18px; border-radius: var(--sa-radius-md); }
.bar-sa-hero-fact + .bar-sa-hero-fact { border-top: 1px solid rgba(255,255,255,.1); border-radius: 0; }
.bar-sa-hero-fact span { display: block; margin-bottom: 6px; color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.bar-sa-hero-fact strong { display: block; color: #fff; font-size: 17px; font-weight: 650; line-height: 1.45; font-variant-numeric: tabular-nums; }

.bar-sa-answer { background: var(--sa-cream); }
.bar-sa-answer-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(290px, .75fr); gap: clamp(38px, 7vw, 90px); align-items: start; }
.bar-sa-answer h2 { max-width: 760px; }
.bar-sa-answer-copy { max-width: 800px; margin: 0; color: #37332d; font-size: clamp(18px, 2.2vw, 23px); line-height: 1.7; }
.bar-sa-answer-notes { padding: 30px; border-radius: var(--sa-radius-md); background: #fff; box-shadow: var(--sa-shadow); }
.bar-sa-answer-notes p:not(.bar-sa-card-label) { margin: 12px 0 0; color: var(--sa-copy); line-height: 1.7; }
.bar-sa-quick-answers { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 38px; }
.bar-sa-quick-answers p { margin: 0; padding: 24px 26px; border-radius: var(--sa-radius-md); background: rgba(255,255,255,.68); color: #403a32; box-shadow: 0 0 0 1px rgba(154,107,32,.14), 0 14px 35px rgba(0,0,0,.06); font-size: 15px; line-height: 1.7; }

.bar-sa-local { background: var(--sa-paper); }
.bar-sa-local-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.bar-sa-local-grid:has(.bar-sa-local-card:nth-child(4)) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.bar-sa-local-card { min-height: 280px; padding: 30px; border-radius: var(--sa-radius-md); background: #fff; box-shadow: var(--sa-shadow); }
.bar-sa-local-card > span { display: block; margin-bottom: 42px; color: var(--sa-gold-deep); font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
.bar-sa-local-card h3 { margin-bottom: 15px; font-size: 25px; line-height: 1.18; }
.bar-sa-local-card p { margin: 0; color: var(--sa-copy); font-size: 15px; line-height: 1.72; }
.bar-sa-editorial { background: #f3eee5; }
.bar-sa-editorial-list { display: grid; gap: 1px; overflow: hidden; border-radius: var(--sa-radius-lg); background: rgba(35,29,22,.1); box-shadow: var(--sa-shadow); }
.bar-sa-editorial-section { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 26px; padding: clamp(28px, 4vw, 52px); background: #fff; }
.bar-sa-editorial-number { color: var(--sa-gold-deep); font-size: 12px; font-weight: 850; font-variant-numeric: tabular-nums; }
.bar-sa-editorial-section h3 { max-width: 760px; margin: 0 0 20px; font-size: clamp(26px, 3vw, 38px); line-height: 1.16; text-wrap: balance; }
.bar-sa-editorial-section p { max-width: 850px; margin: 0 0 16px; color: var(--sa-copy); font-size: 16px; line-height: 1.82; text-wrap: pretty; }
.bar-sa-editorial-section p:last-child { margin-bottom: 0; }
.bar-sa-internal-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.bar-sa-internal-links a { min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 12px 18px; border-radius: var(--sa-radius-sm); background: var(--sa-ink); color: #fff; font-size: 12px; font-weight: 800; text-align: center; text-decoration: none; transition-property: transform, background-color; transition-duration: var(--sa-motion); }
.bar-sa-internal-links a:hover { background: #30281f; transform: translateY(-2px); }
.bar-sa-internal-links a:active { transform: scale(.96); }

.bar-sa-booking { background: #fff; }
.bar-sa-booking-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); gap: clamp(44px, 8vw, 110px); align-items: center; }
.bar-sa-checklist { counter-reset: booking; display: grid; gap: 12px; margin: 0; padding: 8px; border-radius: var(--sa-radius-lg); background: var(--sa-cream); list-style: none; }
.bar-sa-checklist li { counter-increment: booking; min-height: 68px; display: flex; align-items: center; gap: 16px; padding: 16px 18px; border-radius: var(--sa-radius-md); background: rgba(255,255,255,.76); color: #37332d; font-weight: 650; line-height: 1.5; }
.bar-sa-checklist li::before { content: counter(booking); width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 50%; background: var(--sa-ink); color: #fff; font-size: 11px; font-variant-numeric: tabular-nums; }

.bar-sa-services { background: #0c0c0c; color: #fff; }
.bar-sa-heading-light h2 { color: #fff; }
.bar-sa-services .bar-sa-kicker { color: var(--sa-gold); }
.bar-sa-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border-radius: var(--sa-radius-md); background: rgba(255,255,255,.13); box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
.bar-sa-service-grid article { min-height: 250px; padding: 34px; background: #111; }
.bar-sa-service-grid h3 { margin-bottom: 18px; color: #fff; font-size: 26px; line-height: 1.16; }
.bar-sa-service-grid p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.75; }

.bar-sa-evidence { background: var(--sa-cream); }
.bar-sa-evidence-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr); gap: clamp(44px, 7vw, 88px); align-items: start; }
.bar-sa-evidence .bar-sa-reviewed { color: #736b60; }
.bar-sa-evidence-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.bar-sa-evidence-cards article { min-height: 135px; padding: 24px; border-radius: var(--sa-radius-sm); background: #fff; box-shadow: var(--sa-shadow); }
.bar-sa-evidence-cards span { display: block; margin-bottom: 10px; color: var(--sa-gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bar-sa-evidence-cards strong { color: #302c27; font-size: 16px; line-height: 1.55; }

.bar-sa-faq { background: var(--sa-paper); }
.bar-sa-faq-grid { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(44px, 8vw, 110px); align-items: start; }
.bar-sa-faq-list { display: grid; gap: 10px; }
.bar-sa-faq-list details { border-radius: var(--sa-radius-sm); background: #fff; box-shadow: 0 0 0 1px var(--sa-line); overflow: hidden; }
.bar-sa-faq-list summary { position: relative; min-height: 64px; display: flex; align-items: center; padding: 18px 56px 18px 20px; color: var(--sa-ink); cursor: pointer; font-weight: 750; line-height: 1.5; list-style: none; }
.bar-sa-faq-list summary::-webkit-details-marker { display: none; }
.bar-sa-faq-list summary::after { content: "+"; position: absolute; right: 20px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--sa-cream); color: var(--sa-ink); font-size: 18px; transition: transform var(--sa-motion), background-color var(--sa-motion); }
.bar-sa-faq-list details[open] summary::after { transform: rotate(45deg); background: var(--sa-gold); }
.bar-sa-faq-list details > div { padding: 0 20px 20px; }
.bar-sa-faq-list details p { margin: 0; color: var(--sa-copy); line-height: 1.75; }

.bar-sa-nearby { background: #171717; color: #fff; }
.bar-sa-nearby .bar-sa-kicker { color: var(--sa-gold); }
.bar-sa-nearby h2 { color: #fff; }
.bar-sa-nearby-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.bar-sa-nearby-links a { min-height: 46px; display: inline-flex; align-items: center; padding: 11px 16px; border-radius: 999px; color: #fff; box-shadow: inset 0 0 0 1px rgba(255,255,255,.17); font-size: 13px; font-weight: 700; text-decoration: none; transition: color var(--sa-motion), box-shadow var(--sa-motion); }
.bar-sa-nearby-links a:hover { color: var(--sa-gold); box-shadow: inset 0 0 0 1px var(--sa-gold); }

.bar-sa-cta { padding: clamp(64px, 7vw, 90px) 0; background: #090909; color: #fff; }
.bar-sa-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 44px; align-items: center; }
.bar-sa-cta .bar-sa-kicker { color: var(--sa-gold); }
.bar-sa-cta h2 { margin-bottom: 12px; color: #fff; }
.bar-sa-cta p:last-child { max-width: 720px; margin: 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.7; }
.bar-sa-mobile-actions { display: none; }

.bar-sa-directory-hero { min-height: 650px; }
.bar-sa-directory-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 60px; align-items: end; padding-block: 130px 95px; }
.bar-sa-directory-count { padding: 26px; border-radius: var(--sa-radius-md); background: rgba(10,10,10,.74); box-shadow: 0 0 0 1px rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.bar-sa-directory-count strong { display: block; color: var(--sa-gold); font-family: var(--barfq-heading-font, Gotu, serif); font-size: 56px; font-weight: 400; line-height: 1; font-variant-numeric: tabular-nums; }
.bar-sa-directory-count span { display: block; margin-top: 10px; color: rgba(255,255,255,.66); font-size: 12px; line-height: 1.5; }
.bar-sa-directory-list { background: var(--sa-paper); }
.bar-sa-city-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.bar-sa-city-card { min-height: 260px; display: flex; flex-direction: column; padding: 28px; border-radius: var(--sa-radius-md); background: #fff; box-shadow: var(--sa-shadow); transition: transform var(--sa-motion), box-shadow var(--sa-motion); }
.bar-sa-city-card:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(154,107,32,.2), 0 26px 64px rgba(0,0,0,.1); }
.bar-sa-city-card span { color: var(--sa-gold-deep); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.bar-sa-city-card h3 { margin: 12px 0 20px; font-size: 25px; line-height: 1.18; }
.bar-sa-city-card h3 a { color: var(--sa-ink); text-decoration: none; }
.bar-sa-city-card p { margin: 0 0 24px; color: var(--sa-copy); font-size: 14px; line-height: 1.65; }
.bar-sa-city-card .bar-sa-city-route { margin-bottom: 10px; color: #694816; font-weight: 750; }
.bar-sa-card-link { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; color: var(--sa-ink); font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.bar-sa-card-link span { color: var(--sa-gold-deep); font-size: 20px; transition: transform var(--sa-motion); }
.bar-sa-card-link:hover span { transform: translateX(3px); }
.bar-sa-empty { padding: 30px; border-radius: var(--sa-radius-md); background: var(--sa-cream); color: var(--sa-copy); text-align: center; }

@media (max-width: 980px) {
	.bar-sa-hero-grid, .bar-sa-answer-grid, .bar-sa-booking-grid, .bar-sa-evidence-grid, .bar-sa-faq-grid { grid-template-columns: 1fr; }
	.bar-sa-quick-answers { grid-template-columns: 1fr; }
	.bar-sa-internal-links { grid-template-columns: 1fr; }
	.bar-sa-hero-card { max-width: 620px; }
	.bar-sa-local-grid, .bar-sa-service-grid, .bar-sa-city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.bar-sa-service-grid { gap: 12px; background: transparent; box-shadow: none; }
	.bar-sa-service-grid article { border-radius: var(--sa-radius-md); box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
	.bar-sa-cta-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
	.bar-sa-container { width: min(100% - 28px, 1180px); }
	.bar-sa-section { padding: 68px 0; }
	.bar-sa-hero { min-height: 0; }
	.bar-sa-hero-grid { gap: 38px; padding-block: 82px 64px; }
	.bar-sa-breadcrumbs { margin-bottom: 28px; }
	.bar-sa-hero h1 { font-size: clamp(42px, 12vw, 58px); }
	.bar-sa-actions .bar-sa-button { width: 100%; }
	.bar-sa-text-link { width: 100%; justify-content: center; }
	.bar-sa-local-grid, .bar-sa-service-grid, .bar-sa-evidence-cards, .bar-sa-city-grid { grid-template-columns: 1fr; }
	.bar-sa-local-card, .bar-sa-service-grid article { min-height: 0; }
	.bar-sa-editorial-section { grid-template-columns: 1fr; gap: 12px; }
	.bar-sa-local-card > span { margin-bottom: 26px; }
	.bar-sa-directory-hero-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 86px 64px; }
	.bar-sa-directory-count { max-width: 260px; }
	.bar-sa-nearby-links a { width: 100%; }
	.bar-sa-cta { padding-bottom: 88px; }
	.bar-sa-mobile-actions { position: fixed; inset: auto 0 0; z-index: 9998; display: grid; grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); gap: 1px; padding: 8px; background: #090909; box-shadow: 0 -8px 28px rgba(0,0,0,.28); }
	.bar-sa-mobile-actions a { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 10px; background: var(--sa-gold); color: #111; font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
	.bar-sa-mobile-actions a:nth-child(2) { background: #fff; }
	.bar-sa-mobile-actions a:nth-child(3) { background: #128c4a; color: #fff; }
}

@media (prefers-reduced-motion: reduce) {
	.bar-sa *, .bar-sa *::before, .bar-sa *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
	.bar-sa :is(.bar-sa-button, .bar-sa-city-card):hover, .bar-sa-button:active, .bar-sa-card-link:hover span { transform: none; }
}
