/* hub-24.com — design package by the site's designer, 2026-09-10.
   Merged into ONE stylesheet on purpose: two stylesheets on a page fight
   over the same elements and the winner depends on load order. The name
   stays hub.css because the engine, the deploy script and the cache key
   (?v=<file mtime>) are already wired to it. */
:root{--navy:#101b2d;--navy-2:#162942;--lime:#c8ff3d;--lime-soft:#ebffc1;--cream:#f6f5ef;--white:#fff;--teal:#0b927f;--slate:#667085;--ink:#12213a;--line:#dce1e6;--danger:#ca3d48;--shadow:0 12px 35px rgba(16,27,45,.07);--radius:18px;--container:1280px;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-size:16px;line-height:1.45}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a{touch-action:manipulation}address{font-style:normal}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:8px;left:8px;padding:10px 14px;transform:translateY(-160%);border-radius:8px;background:var(--lime);color:var(--navy);font-weight:800}.skip-link:focus{transform:none}
.site-header{width:min(var(--container),calc(100% - 48px));height:72px;margin:auto;display:flex;align-items:center;gap:34px}.brand{display:inline-flex;align-items:center;color:var(--navy);font-size:34px;font-weight:900;letter-spacing:-.065em;line-height:1}.brand span{color:#8ed51f}.brand i{width:11px;height:11px;margin-left:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 0 4px rgba(200,255,61,.2)}.site-nav{display:flex;gap:32px;margin-left:auto;font-weight:700;font-size:14px}.site-nav a:hover{color:var(--teal)}.open-now-button{display:inline-flex;align-items:center;gap:10px;padding:11px 18px;border:1px solid #9cda28;border-radius:14px;background:var(--lime);color:var(--navy);font-weight:800}.clock-icon{display:inline-block;width:19px;height:19px;border:2px solid currentColor;border-radius:50%;position:relative}.clock-icon:before{content:"";position:absolute;left:8px;top:3px;width:2px;height:6px;background:currentColor}.clock-icon:after{content:"";position:absolute;left:8px;top:8px;width:5px;height:2px;background:currentColor;transform:rotate(25deg);transform-origin:left center}.menu-toggle{display:none;padding:8px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--navy);font-weight:800}
.home-hero{min-height:520px;background:var(--navy);color:#fff;display:grid;grid-template-columns:minmax(0,1fr) minmax(480px,.95fr);overflow:hidden}.hero-content{padding:54px max(34px,calc((100vw - var(--container))/2)) 34px;position:relative;z-index:2}.kicker,.eyebrow{margin:0 0 8px;color:var(--teal);font-size:12px;font-weight:850;letter-spacing:.13em;text-transform:uppercase}.home-hero .kicker{color:var(--lime)}.home-hero h1{max-width:750px;margin:0;font-size:clamp(52px,5.4vw,82px);line-height:.97;letter-spacing:-.055em}.home-hero h1 span{color:var(--lime)}.hero-lead{max-width:670px;margin:18px 0;color:#e2e9f2;font-size:21px}.search-panel{display:grid;grid-template-columns:minmax(260px,1fr) minmax(220px,.65fr) 170px;max-width:820px;margin-top:28px;border:5px solid #fff;border-radius:16px;background:#fff;box-shadow:0 14px 30px rgba(0,0,0,.2);overflow:hidden}.search-panel label{position:relative;display:flex;align-items:center}.search-panel label i{position:absolute;left:16px;width:16px;height:16px;border:2px solid var(--navy);border-radius:50%}.search-panel label i:after{content:"";position:absolute;width:7px;height:2px;right:-5px;bottom:-3px;background:var(--navy);transform:rotate(45deg)}.search-panel input,.search-panel select{width:100%;height:50px;padding:0 18px 0 44px;border:0;background:#fff;color:var(--navy);outline:none}.search-panel input:focus,.search-panel select:focus{box-shadow:inset 0 0 0 2px var(--teal)}.location-field{border-left:1px solid var(--line)}.location-field i{border:0!important;width:13px!important;height:17px!important;background:var(--slate);border-radius:50% 50% 50% 0!important;transform:rotate(-45deg)}.location-field i:after{display:none}.search-panel button{border:0;border-radius:12px;background:var(--lime);color:var(--navy);font-weight:900;cursor:pointer}.live-count{display:flex;align-items:center;gap:8px;margin:13px 0 0;color:#e8eef6;font-size:14px}.live-count i{width:11px;height:11px;border-radius:50%;background:var(--lime)}.live-count span{opacity:.45}.hero-features{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:730px;margin-top:34px}.hero-features>div{display:flex;align-items:flex-start;gap:12px}.hero-features>div>span{color:var(--lime);font-size:32px;line-height:1}.hero-features p{display:flex;flex-direction:column;margin:0}.hero-features small{color:#afbbca}.map-visual,.detail-map{position:relative;overflow:hidden;background:linear-gradient(145deg,#12273f,#0d1a2b);isolation:isolate}.map-visual:before,.detail-map:before{content:"";position:absolute;inset:-20%;z-index:-2;background:repeating-linear-gradient(28deg,transparent 0 65px,rgba(95,132,165,.25) 66px 72px,transparent 73px 112px),repeating-linear-gradient(112deg,transparent 0 78px,rgba(95,132,165,.18) 79px 83px,transparent 84px 130px)}.map-visual:after,.detail-map:after{content:"";position:absolute;right:-50px;bottom:-80px;z-index:-1;width:320px;height:310px;border-radius:55% 45% 0 0;background:#17483f;opacity:.7}.map-label{position:absolute;color:#b7c5d4;font-size:12px;letter-spacing:.08em;text-align:center}.map-label.area{right:44px;top:50px}.map-label.park{right:48px;bottom:145px}.map-pin{position:absolute;display:flex;align-items:center;gap:8px;padding:9px 13px;border:0;border-radius:11px;background:#fff;color:var(--navy);box-shadow:0 8px 18px rgba(0,0,0,.25);font-size:13px;white-space:nowrap}.map-pin i,.plain-pin{width:20px;height:20px;border:5px solid var(--lime);border-radius:50%;background:var(--navy);box-shadow:0 0 0 5px rgba(200,255,61,.18)}.pin-one{left:20%;top:18%}.pin-two{right:13%;top:31%}.pin-three{left:48%;top:56%}.plain-pin{position:absolute}.pin-four{left:29%;top:48%}.pin-five{right:23%;bottom:20%}
.page-section,.ad-wide{width:min(var(--container),calc(100% - 48px));margin-inline:auto}.page-section{padding:44px 0}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.section-heading h2{margin:0;font-size:31px;letter-spacing:-.035em}.section-heading>a{color:var(--teal);font-size:14px;font-weight:750}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.category-grid a{display:flex;min-height:132px;flex-direction:column;align-items:center;justify-content:center;padding:15px 8px;border:1px solid var(--line);border-radius:15px;background:#fff;text-align:center;transition:.18s}.category-grid a:hover{transform:translateY(-3px);border-color:var(--teal);box-shadow:var(--shadow)}.category-icon{color:var(--teal);font-size:31px}.category-grid strong{margin-top:8px}.category-grid small{color:var(--slate)}.ad-slot{display:flex;align-items:center;justify-content:center;gap:20px;min-height:100px;padding:18px;border:1px solid #dbe4c7;border-radius:16px;background:linear-gradient(105deg,#f0f7df,#e5f6ce);color:var(--slate)}.ad-slot>span{font-size:10px;letter-spacing:.12em;text-transform:uppercase}.ad-slot div{display:flex;flex-direction:column;color:var(--navy)}.ad-slot small{color:var(--slate)}.filter-row{display:flex;flex-wrap:wrap;gap:8px}.filter{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--navy);cursor:pointer;font-weight:700}.filter.active{border-color:#b7df65;background:var(--lime-soft)}.business-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.business-card{padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.business-top{display:flex;align-items:center;gap:13px}.business-logo,.mini-logo{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--navy);font-weight:900}.logo-red{background:#d9173f;color:#fff}.logo-green{background:#00885b;color:#fff}.logo-coral{background:#e42f3f;color:#fff}.logo-gold{background:#f1a71d;color:#fff}.business-card h3{margin:0;font-size:17px}.status{margin:4px 0 0;color:var(--slate);font-size:13px}.status.open{color:#198551;font-weight:800}.status i{display:inline-block;width:9px;height:9px;margin-right:6px;border-radius:50%;background:#5fc41e}.status span{color:var(--slate);font-weight:500}.meta,.business-card address{margin:11px 0;color:var(--slate);font-size:13px}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.card-actions a{padding:10px 8px;border:1px solid var(--line);border-radius:10px;text-align:center;font-size:13px;font-weight:750}.card-actions a:hover{border-color:var(--teal);color:var(--teal)}.guide-strip{display:grid;grid-template-columns:.7fr 1.3fr;gap:34px;border-top:1px solid var(--line)}.guide-strip h2{margin:0;font-size:31px}.guide-links{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.guide-links a{display:flex;flex-direction:column;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.guide-links span{margin-top:6px;color:var(--teal);font-size:13px}
.detail-header{height:78px}.header-search{flex:1;max-width:550px}.header-search input{width:100%;height:44px;padding:0 17px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy)}.detail-header .site-nav{margin-left:auto}.detail-main{width:min(var(--container),calc(100% - 48px));margin:auto}.breadcrumbs{display:flex;gap:10px;padding:20px 0;color:var(--slate);font-size:13px}.breadcrumbs a:hover{color:var(--teal)}.business-detail{display:grid;grid-template-columns:1fr .95fr;gap:18px}.identity-panel,.detail-map,.detail-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff;overflow:hidden}.identity-panel{padding:28px}.category-chip{display:inline-flex;width:max-content;margin:0;padding:7px 13px;border-radius:999px;background:#d9f5ef;color:#067463;font-size:13px;font-weight:750}.identity-panel h1{margin:17px 0 6px;font-size:clamp(36px,4vw,52px);line-height:1.05;letter-spacing:-.045em}.detail-lead{margin:0;color:var(--slate);font-size:18px}.open-panel{display:flex;align-items:center;gap:20px;margin-top:24px;padding:19px 22px;border-radius:13px;background:linear-gradient(100deg,var(--lime),#b3f84e);color:var(--navy)}.large-clock{position:relative;width:42px;height:42px;border:4px solid var(--navy);border-radius:50%}.large-clock:before{content:"";position:absolute;left:18px;top:7px;width:3px;height:14px;background:var(--navy)}.large-clock:after{content:"";position:absolute;left:18px;top:19px;width:11px;height:3px;background:var(--navy);transform:rotate(25deg);transform-origin:left}.open-panel p{display:flex;flex-direction:column;margin:0}.open-panel strong{font-size:23px}.open-panel span{font-size:15px}.primary-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.dark-button,.light-button{display:flex;min-height:58px;align-items:center;justify-content:center;gap:8px;padding:12px;border-radius:11px;font-weight:850}.dark-button{border:1px solid var(--navy);background:var(--navy);color:#fff}.light-button{border:1px solid #9daabd;background:#fff;color:var(--navy)}.source-note{margin:18px 0 0;color:var(--slate);font-size:14px}.detail-map{min-height:410px}.metro-label{position:absolute;left:38px;top:34px;display:flex;gap:7px;padding:3px 7px;border-radius:5px;background:#e8f0f8;color:var(--navy);font-size:19px;font-weight:900}.metro-label small{font-size:12px;font-weight:600}.detail-pin{position:absolute;left:48%;top:40%;width:40px;height:40px;border:12px solid var(--lime);border-radius:50% 50% 50% 0;background:var(--navy);transform:rotate(-45deg);box-shadow:0 0 0 8px rgba(200,255,61,.12)}.road-name{position:absolute;left:45%;top:58%;color:#dce8f4;font-size:13px;transform:rotate(14deg)}.map-address{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;padding:17px 20px;background:#fff;color:var(--navy)}.map-address>a{padding:10px 13px;border:1px solid var(--line);border-radius:9px;font-size:13px;font-weight:750}.detail-card{margin-top:2px;padding:26px}.detail-card h2{display:flex;align-items:center;gap:12px;margin:0 0 14px;font-size:24px}.hours-list,.contact-list{margin:0}.hours-list>div,.contact-list>div{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:44px;padding:7px 10px;border-bottom:1px solid var(--line)}.hours-list>div:last-child,.contact-list>div:last-child{border-bottom:0}.hours-list dd,.contact-list dd{margin:0}.hours-list dd{text-align:right}.hours-list .today{border:0;border-radius:8px;background:var(--lime-soft);font-weight:800}.hours-list b{font-weight:800}.contact-list dt{font-weight:650}.contact-list dd a{color:var(--teal);font-weight:800}.suggest-button{margin-top:12px;padding:10px 0;border:0;background:transparent;color:var(--teal);font-weight:800;cursor:pointer}.detail-ad{margin-top:24px}.nearby-section{padding-top:38px}.nearby-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.nearby-card{display:flex;min-height:235px;flex-direction:column;align-items:flex-start;padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff}.nearby-card strong{margin:12px 0 8px;font-size:16px}.nearby-card small{padding:5px 9px;border-radius:999px;background:#f1f3f6;color:var(--slate)}.nearby-card b{margin-top:10px;padding:6px 10px;border-radius:999px;background:#d9f5ef;color:#067463;font-size:12px}.nearby-card address{margin-top:12px;color:var(--slate);font-size:13px}.edit-dialog{width:min(440px,calc(100% - 32px));padding:28px;border:0;border-radius:18px;box-shadow:0 20px 70px rgba(0,0,0,.25)}.edit-dialog::backdrop{background:rgba(16,27,45,.65)}.dialog-close{position:absolute;right:14px;top:10px;border:0;background:transparent;font-size:27px;cursor:pointer}.edit-dialog h2{margin-top:0}.edit-dialog .dark-button{width:100%;border:0}
.site-footer{margin-top:40px;padding:38px max(24px,calc((100% - var(--container))/2));display:flex;align-items:center;gap:30px;background:var(--navy);color:#fff}.site-footer .brand{color:#fff}.site-footer p{color:#b9c3d0}.site-footer nav{display:flex;gap:26px;margin-left:auto;font-size:14px}.site-footer a:hover{color:var(--lime)}
@media(max-width:1100px){.home-hero{grid-template-columns:1fr}.map-visual{display:none}.category-grid{grid-template-columns:repeat(4,1fr)}.business-detail{grid-template-columns:1fr}.detail-map{min-height:390px}.business-grid{grid-template-columns:1fr 1fr}.nearby-grid{grid-template-columns:1fr 1fr}.guide-strip{grid-template-columns:1fr}.detail-header .site-nav{display:none}}
@media(max-width:760px){.site-header{height:auto;min-height:68px;flex-wrap:wrap;width:calc(100% - 28px);gap:16px;padding:13px 0}.brand{font-size:29px}.menu-toggle{display:block;margin-left:auto}.site-nav{display:none;order:4;width:100%;margin-left:0;flex-direction:column;gap:13px;padding:10px 0}.site-nav.open{display:flex}.open-now-button{padding:9px 13px}.detail-header .header-search{order:5;flex-basis:100%;max-width:none}.hero-content{padding:42px 18px 30px}.home-hero h1{font-size:52px}.hero-lead{font-size:18px}.search-panel{grid-template-columns:1fr;margin-top:22px}.search-panel label,.search-panel button{min-height:50px}.location-field{border-left:0;border-top:1px solid var(--line)}.search-panel button{height:50px}.hero-features{grid-template-columns:1fr}.page-section,.ad-wide,.detail-main{width:calc(100% - 28px)}.category-grid{grid-template-columns:1fr 1fr}.section-heading{align-items:flex-start;flex-direction:column}.business-grid{grid-template-columns:1fr}.filter-row{width:100%;overflow:auto;flex-wrap:nowrap}.filter{white-space:nowrap}.guide-links{grid-template-columns:1fr}.business-detail{gap:13px}.identity-panel,.detail-card{padding:20px}.identity-panel h1{font-size:38px}.primary-actions{grid-template-columns:1fr}.detail-map{min-height:360px}.map-address{grid-template-columns:auto 1fr}.map-address>a{grid-column:2}.contact-list>div{grid-template-columns:.7fr 1.3fr}.nearby-grid{grid-template-columns:1fr}.site-footer{align-items:flex-start;flex-direction:column}.site-footer nav{margin-left:0;flex-wrap:wrap}}
@media(max-width:420px){.home-hero h1{font-size:44px}.category-grid{grid-template-columns:1fr}.card-actions{grid-template-columns:1fr}.hours-list>div{grid-template-columns:1.2fr .8fr}.detail-map{min-height:330px}.detail-pin{top:34%}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}.category-grid a{transition:none}}

/* Shared listing pages */
.listing-main,.guide-main{width:min(var(--container),calc(100% - 48px));margin:auto}.listing-hero,.search-hero{margin:10px 0 28px;padding:46px;border:1px solid var(--line);border-radius:24px;background:#fff}.listing-hero.dark{background:var(--navy);color:#fff}.listing-hero h1,.search-hero h1,.guide-article h1,.error-card h1{max-width:900px;margin:6px 0 10px;font-size:clamp(40px,5vw,66px);line-height:1.02;letter-spacing:-.05em}.listing-hero>p,.search-hero>p{color:var(--slate);font-size:18px}.listing-hero.dark>p{color:#c8d1dc}.inline-search{display:grid;grid-template-columns:1fr auto;max-width:720px;margin-top:22px;padding:4px;border:1px solid var(--line);border-radius:13px;background:#fff}.inline-search input{min-width:0;height:48px;padding:0 15px;border:0;border-radius:10px;color:var(--navy);outline:0}.inline-search button{padding:0 24px;border:0;border-radius:10px;background:var(--lime);color:var(--navy);font-weight:850;cursor:pointer}.inline-search.large{max-width:850px}.listing-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0 14px}.listing-toolbar p{margin:0}.result-list{display:grid;gap:11px}.result-row{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:20px 22px;border:1px solid var(--line);border-radius:15px;background:#fff}.result-row h2,.result-row h3{margin:4px 0;font-size:20px}.result-row p{margin:3px 0;color:var(--slate)}.status.closed{color:var(--danger);font-weight:750}.status.closed i{background:var(--danger)}.row-actions{display:flex;gap:8px}.row-actions a{padding:9px 13px;border:1px solid var(--line);border-radius:9px;font-size:13px;font-weight:750}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding:30px 0}.pagination a,.pagination span,.pagination strong{display:grid;min-width:40px;height:40px;place-items:center;padding:0 10px;border:1px solid var(--line);border-radius:9px;background:#fff}.pagination strong{border-color:var(--navy);background:var(--navy);color:#fff}.city-groups{display:grid;gap:35px}.group-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.group-heading h2{margin:0;font-size:28px}.group-heading a{color:var(--teal);font-weight:750}.empty-state{max-width:680px;margin:35px auto;padding:56px 30px;border:1px solid var(--line);border-radius:22px;background:#fff;text-align:center}.empty-state>span{font-size:44px;color:var(--teal)}.empty-state h2{margin:10px 0}.empty-state p{color:var(--slate)}.empty-state a{color:var(--teal);font-weight:800}

/* Rich organization content */
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;margin-top:24px}.editorial-card,.brand-card,.faq-card,.attribute-section,.footnotes{padding:30px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.editorial-card h2,.faq-card h2,.attribute-section h2{margin:4px 0 18px;font-size:28px}.prose{font-size:17px;line-height:1.68}.prose p,.prose li{max-width:72ch}.prose blockquote{margin:24px 0;padding:18px 22px;border-left:4px solid var(--lime);background:var(--lime-soft);font-weight:650}.brand-card{align-self:start;text-align:center}.brand-mark{display:grid;width:82px;height:82px;margin:0 auto 15px;place-items:center;border-radius:22px;background:var(--navy);color:var(--lime);font-size:15px;font-weight:900}.brand-card h2{margin:5px 0}.brand-card p{color:var(--slate)}.faq-card,.attribute-section,.footnotes{margin-top:24px}.faq-card details{border-top:1px solid var(--line);padding:17px 0}.faq-card summary{cursor:pointer;font-weight:800}.faq-card details p{color:var(--slate)}.attribute-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.attribute-groups section{padding:20px;border:1px solid var(--line);border-radius:13px}.attribute-groups h3{margin:0 0 12px}.attribute-groups dl{margin:0}.attribute-groups dl>div{display:grid;grid-template-columns:.7fr 1.3fr;gap:8px;padding:7px 0;border-top:1px solid var(--line)}.attribute-groups dd{margin:0}.footnotes{font-size:14px;color:var(--slate)}.check-date{margin:16px 0 0;padding-top:14px;border-top:1px solid var(--line);color:var(--slate);font-size:13px}.same-kind-section{padding-top:15px}.business-list{display:grid;gap:10px}.business-list a{display:flex;justify-content:space-between;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:#fff}.business-list span{color:var(--slate)}

/* Editorial guide and error page */
.guide-article>header{max-width:980px;padding:55px 0 35px}.guide-deck{max-width:780px;color:var(--slate);font-size:21px}.article-meta{display:flex;gap:18px;color:var(--slate);font-size:13px}.guide-body{display:grid;grid-template-columns:240px minmax(0,760px);gap:45px;align-items:start}.article-toc{position:sticky;top:20px;display:flex;flex-direction:column;gap:10px;padding:20px;border:1px solid var(--line);border-radius:14px;background:#fff}.article-toc a{color:var(--slate);font-size:14px}.key-answer{margin:25px 0;padding:20px;border-radius:14px;background:var(--lime-soft)}.related-guides{padding:40px 0}.error-main{display:grid;min-height:calc(100vh - 180px);place-items:center;padding:40px 18px}.error-card{width:min(850px,100%);padding:55px;border:1px solid var(--line);border-radius:25px;background:#fff;text-align:center}.error-map{display:grid;width:90px;height:90px;margin:auto;place-items:center;border-radius:50%;background:var(--navy);color:var(--lime);font-size:46px;font-weight:900}.error-card .inline-search{margin-inline:auto}.error-actions{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:24px}.error-actions .dark-button{display:inline-flex;padding-inline:22px}

@media(max-width:900px){.content-layout,.guide-body{grid-template-columns:1fr}.brand-card{width:100%;text-align:left}.brand-mark{margin-left:0}.attribute-groups{grid-template-columns:1fr 1fr}.article-toc{position:static}.listing-hero,.search-hero{padding:32px}}
@media(max-width:620px){.listing-main,.guide-main{width:calc(100% - 28px)}.listing-hero,.search-hero,.error-card{padding:25px}.listing-hero h1,.search-hero h1,.guide-article h1,.error-card h1{font-size:40px}.inline-search{grid-template-columns:1fr}.inline-search button{min-height:48px}.listing-toolbar,.result-row,.group-heading{align-items:flex-start;flex-direction:column}.row-actions{width:100%}.row-actions a{flex:1;text-align:center}.attribute-groups{grid-template-columns:1fr}.business-list a{flex-direction:column;gap:4px}.article-meta,.error-actions{align-items:center;flex-direction:column}.content-layout{margin-top:15px}.editorial-card,.brand-card,.faq-card,.attribute-section,.footnotes{padding:22px}}

/* ─── engine blocks: what the package could not know about ─────────── */

/* Suggestions list. It belongs to suggest.js, which the design package could
   not know about: it looks up #suggestions by id and unhides it. */
.header-search{position:relative}
.suggestions{position:absolute;z-index:60;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;
  list-style:none;background:var(--white);border:1px solid var(--line);border-radius:12px;
  box-shadow:var(--shadow);max-height:60vh;overflow:auto}
.suggestions[hidden]{display:none}
.suggestions li{padding:8px 10px;border-radius:8px;cursor:pointer}
.suggestions li:hover,.suggestions li[aria-selected="true"]{background:var(--lime-soft)}

/* Chips under the card title: kind, city, chain, cuisine. Each one leads to
   places like it - that is what makes the directory hold together. */
.tags{display:flex;flex-wrap:wrap;gap:.4em;margin:.8em 0 0;padding:0}
.tag{display:inline-block;padding:.25em .7em;border-radius:999px;background:var(--lime-soft);
  color:var(--navy);font-size:.85rem;font-weight:600}
.tag.chain{background:var(--cream);border:1px solid var(--line)}

/* Payment and accessibility rows. The word stays beside the icon: colour or a
   glyph alone is not a statement. The ceiling on the icon is deliberate - an
   unsized inline SVG once swallowed the whole row on a phone. */
.payment-row{list-style:none;display:flex;flex-wrap:wrap;gap:.5em .9em;margin:.9em 0 0;padding:0}
.payment-row li{display:flex;align-items:center;gap:.35em}
.payment-row li svg{width:20px;height:20px;min-width:20px;max-width:20px;color:var(--teal);flex:none}
.prose svg,.editorial-card svg{max-width:100%;height:auto}

/* Chain facts beside the logo. */
.brand-card .logo{max-width:120px;height:auto;margin-bottom:.6em}
.brand-facts{display:grid;gap:.3em;margin:.8em 0 0}
.brand-facts > div{display:flex;justify-content:space-between;gap:.8em}
.brand-facts dt{color:var(--slate)}
.brand-facts dd{margin:0;font-weight:600}

/* An attribute that says yes or no should read as yes or no at a glance, but
   never by colour alone - the word is printed. */
.attribute-groups dl > div.yes dd{color:var(--teal);font-weight:600}
.attribute-groups dl > div.no dd{color:var(--slate)}

/* Hours: today is marked, a closed day is not silently blank. */
.hours-list .today dt,.hours-list .today dd{font-weight:700}
.hours-list .shut dd{color:var(--slate)}

/* Map. The embed is OpenStreetMap and needs no key; a fixed height keeps the
   page from jumping when it loads. */
.detail-map .map{width:100%;height:320px;border:0;border-radius:var(--radius);display:block}
.map-address{display:flex;flex-wrap:wrap;align-items:center;gap:.6em;padding:.8em 0 0}

/* Notes and the checked-on date: quiet, but never hidden. */
.note{color:var(--slate);font-size:.92rem;line-height:1.5}
.check-date{color:var(--slate);font-size:.9rem;margin:.8em 0 0}

/* Pagination: a city can run to thousands of cards, so the window of numbers
   has gaps, and the gap is drawn rather than left as a hole. */
.pagination .skip{padding:0 .3em;color:var(--slate)}
.pagination strong{font-weight:800}

/* Guide pages are prose, not cards. */
.guide{max-width:70ch;margin-inline:auto}

/* ─── category icons ──────────────────────────────────────────────────────
   Inline SVG, so it inherits the tile's colour and needs no second rule for a
   dark panel. The size is fixed in the stylesheet rather than on the element:
   an unsized icon once swallowed a whole row on a phone. */
.category-icon{width:26px;height:26px;min-width:26px;max-width:26px;flex:none;
  color:var(--teal);display:block;margin-bottom:10px}
.category-grid a:hover .category-icon{color:var(--navy)}

/* ─── page gutters ────────────────────────────────────────────────────────
   Breadcrumbs and the right-hand column used to touch the window edges: the
   design package puts the width on <main>, and the engine's <main> had no
   class at all. One place sets the gutter for every page now. */
.home-main,.listing-main,.detail-main,.guide-main{
  width:min(var(--container),calc(100% - 48px));margin-inline:auto}
.home-main > .page-section,.listing-main > .page-section,
.detail-main > .page-section,.guide-main > .page-section{width:100%}
.breadcrumbs{padding-inline:2px}
@media (max-width:760px){
  .home-main,.listing-main,.detail-main,.guide-main{width:calc(100% - 28px)}
}

/* ─── guides catalogue ────────────────────────────────────────────────────
   A directory of the articles themselves: rubrics on top, cards below. The
   rubric is the kind of business the guide is about, so it leads back into the
   directory instead of into a dead end. */
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 6px;padding:0}
.tag-row .tag{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;
  border:1px solid var(--line);border-radius:999px;background:var(--white);
  color:var(--ink);font-size:13px;font-weight:700}
.tag-row .tag span{color:var(--slate);font-weight:600}
.tag-row .tag:hover{border-color:var(--teal);color:var(--teal)}
.tag-row .tag.active{background:var(--lime);border-color:#9cda28;color:var(--navy)}
.tag-row .tag.active span{color:var(--navy)}

.guide-grid{display:grid;gap:18px;margin:22px 0 44px;
  grid-template-columns:repeat(auto-fill,minmax(290px,1fr))}
.guide-card{display:flex;flex-direction:column;justify-content:space-between;
  padding:22px;border:1px solid var(--line);border-radius:var(--radius);
  background:var(--white);box-shadow:var(--shadow)}
.guide-card:hover{border-color:var(--teal)}
.guide-card-icon{display:block;color:var(--teal)}
.guide-card h2{margin:12px 0 8px;font-size:19px;line-height:1.3}
.guide-card p{margin:0;color:var(--slate);line-height:1.55}
.guide-card-foot{display:flex;flex-wrap:wrap;align-items:center;gap:10px;
  margin-top:16px;padding-top:14px;border-top:1px solid var(--line);
  font-size:13px;color:var(--slate)}
.guide-card-foot .tag{padding:5px 11px;border-radius:999px;background:var(--cream);
  border:1px solid var(--line);font-weight:700;color:var(--ink)}

.guide-foot{margin-top:34px;padding-top:20px;border-top:1px solid var(--line)}
.guide-foot .tag{display:inline-block;margin:0 8px 8px 0;padding:6px 13px;
  border-radius:999px;border:1px solid var(--line);background:var(--cream);
  font-size:13px;font-weight:700}
.guide-foot a:hover{color:var(--teal)}
