/* bluebird-layout.css — W Contracting Roof Repair Regina (wcontractingroofrepair.com), Bluebird layout (2026-09-13).
   Ported from the Diakite port of the Clear Exteriors v2 pilot Dylan approved. Same template lineage, so the class
   names match; re-pointed at THIS site's own :root tokens in assets/style.css: --navy #17181c charcoal, --navy-2,
   --orange #c00018 brand red (CTAs), --orange-2 #99000f, --sky #ff5a68 (accent on dark), --tint #f6f5f3.
   Montserrat + Inter unchanged. LAYOUT ONLY; loads after style.css. */

/* ---------- bands ---------- */
section.section.bb-band { padding: 84px 0 !important; border-top: 0 !important; }
section.section.bb-white { background: var(--white) !important; color: var(--ink); }
section.section.bb-pale { background: var(--tint) !important; color: var(--ink); }
section.section.bb-dark { background: linear-gradient(150deg, var(--navy) 0%, var(--navy-2) 100%) !important; color: rgba(255, 255, 255, .9); }
.bb-white h2, .bb-pale h2, .bb-white h3, .bb-pale h3 { color: var(--navy); }
.bb-dark h2, .bb-dark h3 { color: var(--white); }
.bb-dark p:not(.kicker), .bb-dark li, .bb-dark dd { color: rgba(255, 255, 255, .9); }
.bb-dark a:not(.btn):not(.area-card):not(.svc-card) { color: var(--sky); }
.bb-dark .kicker { color: var(--sky); }
.bb-band h2 { font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.18; margin-bottom: 18px; }
.bb-center-head > .wrap > .kicker, .bb-center-head > .wrap > h2 { text-align: center; margin-left: auto; margin-right: auto; }
.bb-center-head > .wrap > h2 { max-width: 860px; margin-bottom: 30px; }
.bb-center-head > .wrap > p:not(.kicker) { max-width: 760px; margin-left: auto; margin-right: auto; }

/* ---------- 2-column photo | card rows (Bluebird reference §8) ---------- */
.bb-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 34px; align-items: stretch; }
.bb-row-rev { grid-template-columns: 1.1fr 0.9fr; }
.bb-row-rev > .bb-media { order: 2; }
.bb-media { position: relative; border-radius: var(--radius); overflow: hidden; min-height: 440px; box-shadow: var(--shadow-sm); background: var(--navy); }
.bb-media > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 55%; position: absolute; inset: 0; border-radius: 0; box-shadow: none; max-height: none; min-height: 0; }
.bb-card { border-radius: var(--radius); padding: 44px 46px; align-self: center; min-width: 0; }
.bb-card-dark { align-self: stretch; background: linear-gradient(150deg, var(--navy) 0%, var(--navy-2) 100%); display: flex; flex-direction: column; justify-content: center; }
.bb-card-dark h2, .bb-card-dark h3, .bb-card-dark b, .bb-card-dark strong, .bb-card-dark summary { color: var(--white) !important; }
.bb-card-dark p:not(.kicker), .bb-card-dark li, .bb-card-dark td, .bb-card-dark th { color: rgba(255, 255, 255, .9) !important; }
.bb-card-dark a:not(.btn) { color: var(--sky) !important; }
.bb-card-dark .ic { color: var(--sky) !important; }
.bb-card-dark .kicker { color: var(--sky) !important; }
.bb-card-plain { padding: 16px 8px; }
.bb-card > .kicker { display: table; }
.bb-card h2 { font-size: clamp(1.55rem, 2.6vw, 2.1rem); }
.bb-card p { margin-bottom: .9em; max-width: 68ch; }
.bb-card .inline-cta { margin-top: 10px; }
.bb-media-note { position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 24px; background: linear-gradient(180deg, rgba(23, 24, 28, 0) 0%, rgba(23, 24, 28, .92) 34%); }
.bb-media-note h3 { color: var(--white) !important; font-size: 1.1rem; margin-bottom: 4px; }
.bb-media-note p { color: rgba(255, 255, 255, .9) !important; font-size: .88rem; margin: 0; }
.bb-media-note .band-stats { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 6px 16px; margin: 10px 0 0; }
.bb-media-note .band-stat { display: inline-flex; flex-direction: row; align-items: baseline; gap: 6px; }
.bb-media-note .band-stat b { color: var(--sky); font-size: 1rem; line-height: 1.2; }
.bb-media-note .band-stat span { color: rgba(255, 255, 255, .86); font-size: .72rem; margin-top: 0; }
.bb-fig-cap { color: rgba(255, 255, 255, .86) !important; font-size: .84rem; margin: 0; }

/* icon rows (why-us benefit cards) */
.bb-icon-rows { list-style: none; display: grid; gap: 16px; margin: 20px 0 8px; }
.bb-icon-rows li { display: flex; gap: 14px; align-items: flex-start; }
.bb-icon-rows .ic { flex: none; width: 40px; height: 40px; padding: 9px; border-radius: 10px; background: rgba(255, 90, 104, .16); margin: 0; }
.bb-icon-rows h3 { font-size: 1.02rem; margin: 2px 0 4px; }
.bb-icon-rows p { font-size: .92rem; margin: 0; }

/* ---------- "More about …" disclosure ---------- */
.bb-more-about { margin-top: 18px; }
.bb-more-about > summary { display: inline-flex; align-items: center; gap: 8px; cursor: pointer; list-style: none; font-family: var(--font-head); font-weight: 700; font-size: .9rem; padding: 10px 18px; border-radius: 999px; border: 1.5px solid currentColor; }
.bb-more-about > summary::-webkit-details-marker { display: none; }
.bb-more-about > summary::after { content: "+"; font-size: 1.1em; line-height: 1; }
.bb-more-about[open] > summary::after { content: "\2013"; }
.bb-more-body { margin-top: 20px; text-align: left; }
.bb-more-body > * + * { margin-top: 14px; }
.bb-more-body h3 { margin: 22px 0 8px; font-size: 1.15rem; }
.bb-more-body p { margin-bottom: .9em; }
.bb-more-body .lf-row { grid-template-columns: 1fr 1fr; gap: 28px; margin: 18px 0; }
.bb-more-body .lf-quote { margin: 22px 0; text-align: left; max-width: none; }
.bb-more-body .stat-ribbon { margin: 8px 0 16px; }
.bb-more-body .kicker { display: block; }
.bb-card-dark .bb-more-about > summary, .bb-dark .bb-more-about > summary { color: var(--sky) !important; }
.bb-white .bb-more-about > summary, .bb-pale .bb-more-about > summary { color: var(--navy); }
.bb-card-dark .bb-more-body .lf-text p, .bb-card-dark .bb-more-body .fig-cap { color: rgba(255, 255, 255, .88) !important; }
.bb-card-dark .bb-more-body .stat-cell { background: rgba(255, 255, 255, .06); }
.bb-card-dark .bb-more-body .stat-cell span { color: rgba(255, 255, 255, .8) !important; }
.bb-card-dark .bb-more-body .lf-quote blockquote, .bb-card-dark .bb-more-body .lf-quote figcaption { color: rgba(255, 255, 255, .9) !important; }
.bb-card-dark .table-scroll { background: var(--white); border-radius: 10px; }
.bb-card-dark .table-scroll td, .bb-card-dark .table-scroll th { color: var(--ink) !important; }
.bb-card-dark .table-scroll a { color: var(--navy-2) !important; }
.bb-sub { margin-top: 26px; }

/* ---------- how-it-works journey (reference §6): 4 white "Step : 0N" cards on dark ---------- */
.bb-how ol.steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; max-width: none; margin-top: 8px; }
.bb-how ol.steps li, .bb-offer-steps ol.steps li { background: var(--white); border: 0; border-radius: var(--radius); padding: 30px 22px 28px; text-align: center; box-shadow: 0 10px 30px rgba(0, 0, 0, .22); }
.bb-how .step-no, .bb-offer-steps .step-no { display: inline-block; background: var(--orange); color: var(--white); font-family: var(--font-head); font-weight: 800; font-size: .8rem; letter-spacing: .03em; padding: 6px 16px; border-radius: 999px; margin-bottom: 16px; }
.bb-how .step-no::before, .bb-offer-steps .step-no::before { content: "Step : "; }
.bb-how ol.steps h3, .bb-offer-steps ol.steps h3 { color: var(--navy) !important; font-size: 1.08rem; line-height: 1.3; margin-bottom: 10px; }
.bb-how ol.steps p, .bb-offer-steps ol.steps p { color: var(--muted) !important; font-size: .94rem; line-height: 1.6; margin: 0; text-align: center; }
.bb-how > .wrap > p.inline-cta { text-align: center; }
.bb-offer-steps { margin-top: 62px; }
.bb-offer-steps > .kicker { display: table; margin: 0 auto 10px; }
.bb-offer-steps > h3 { color: var(--white) !important; font-size: clamp(1.4rem, 2.4vw, 1.9rem); margin-bottom: 26px; text-align: center; }
.bb-offer-steps ol.steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; max-width: none; }

/* ---------- the offer as the ONE mid-page strip ---------- */
.bb-offer-strip .offer-card { max-width: 860px; margin-inline: auto; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 90, 104, .45); text-align: center; }
.bb-offer-strip .offer-card .kicker { display: table; margin: 0 auto 10px; }
.bb-offer-strip .offer-card p { margin-left: auto; margin-right: auto; }

/* ---------- reviews on a white band ---------- */
.bb-reviews > .wrap > .kicker, .bb-reviews > .wrap > h2, .bb-reviews .rating-line { text-align: center; margin-left: auto; margin-right: auto; justify-content: center; }
.bb-reviews > .wrap > .kicker { color: var(--orange-2) !important; }
.bb-reviews h2 { color: var(--navy) !important; }
.bb-reviews .rating-line span, .bb-reviews .rating-line b { color: var(--navy) !important; }
.bb-reviews .rating-line { display: flex; }
/* reviews as a swipe row (the owner asked for left/right swiping over vertical scroll, 2026-07-31) */
.bb-reviews .review-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 44px) / 3); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 6px 2px 18px; margin-top: 18px; }
.bb-reviews .review-grid > .review-card { scroll-snap-align: start; }
.bb-reviews .review-card { background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.bb-reviews .review-card blockquote { color: var(--ink) !important; }
.bb-reviews .review-card figcaption { color: var(--navy) !important; }
.bb-reviews .review-card figcaption .muted { color: var(--muted) !important; }
.bb-reviews .review-card .stars .ic, .bb-reviews .rating-line .stars .ic { color: #e0a23a; fill: #e0a23a; }
.bb-reviews .review-cta { text-align: center; }
.bb-reviews .review-cta .btn-light { background: var(--navy); color: var(--white); }

/* ---------- FAQ: pale band, dark pill rows, row 1 open ---------- */
.bb-faq .faq-item { border: 0; background: var(--white); box-shadow: var(--shadow-sm); border-radius: 12px; }
.bb-faq .faq-item > summary { background: var(--navy); color: var(--white); border-radius: 12px; }
.bb-faq .faq-item[open] > summary { border-radius: 12px 12px 0 0; }
.bb-faq .faq-item > summary::after { color: var(--sky) !important; }
.bb-faq .faq-item p { color: var(--ink) !important; padding-top: 16px; }
.bb-faq .wrap > .kicker, .bb-faq .wrap > h2 { text-align: center; }
.bb-faq .wrap > .faq-item { max-width: 896px; }

/* ---------- service areas: dark band, text + pills LEFT | map RIGHT ---------- */
.bb-areas-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: stretch; }
.bb-areas-text > .kicker { display: table; }
.bb-dark .bb-areas-text .prose p { color: rgba(255, 255, 255, .9); }
.bb-dark .bb-areas-text .area-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 20px 0; }
.bb-dark a.area-card { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-radius: 999px; background: var(--orange) !important; color: var(--white) !important; border: 0; font-family: var(--font-head); font-weight: 700; font-size: .84rem; line-height: 1.2; box-shadow: none; text-decoration: none; }
.bb-dark a.area-card .ic { color: var(--white) !important; width: 16px; height: 16px; flex: none; }
.bb-areas-map { min-height: 420px; }
.bb-areas-map .area-map, .bb-areas-map .area-map iframe { height: 100%; min-height: 420px; }
.bb-related { margin-top: 46px; }
.bb-related > h3 { color: var(--white) !important; font-size: 1.25rem; margin-bottom: 14px; }
.bb-dark .svc-card h3 { color: var(--navy) !important; }
.bb-dark .svc-card p { color: var(--muted) !important; }
.bb-dark .svc-card .link-more { color: var(--orange-2) !important; }
.bb-dark .bb-more-about { margin-top: 26px; }
.bb-dark .bb-more-body { background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .14); border-radius: var(--radius); padding: 22px 26px; }
.bb-dark .bb-more-body h2, .bb-dark .bb-more-body h3 { color: var(--white) !important; }
.bb-dark .bb-more-body .table-scroll { background: var(--white); border-radius: 10px; }
.bb-dark .bb-more-body .table-scroll td, .bb-dark .bb-more-body .table-scroll th { color: var(--ink) !important; }
.bb-dark .bb-more-body .table-scroll a { color: var(--navy-2) !important; }
.bb-areas-extra { margin-top: 36px; }
.bb-areas-extra .areas-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

/* ---------- city: service chips "<Service> in <City>" (reference §5.2) ---------- */
.bb-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0 8px; }
a.bb-chip { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 10px; background: var(--navy); color: var(--white) !important; font-family: var(--font-head); font-weight: 700; font-size: .88rem; text-decoration: none; line-height: 1.25; }
a.bb-chip .ic { width: 20px; height: 20px; color: var(--sky) !important; flex: none; margin: 0; }
a.bb-chip:hover { background: var(--navy-2); }

/* ---------- city: work carousel under a row, town-knowledge panel ---------- */
.bb-work { margin-top: 56px; }
.bb-work > h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.bb-town-panel { max-width: 940px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 44px; box-shadow: var(--shadow-sm); text-align: left; }
.bb-town-panel p { margin-bottom: .9em; }

/* ---------- gallery band (before/after + aerial pair + job carousel, all protected) ---------- */
.bb-gallery > .wrap > .bb-sub > h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); text-align: center; }
.bb-gallery > .wrap > .bb-sub > .kicker { display: table; margin: 0 auto 8px; }
.bb-gallery .ba, .bb-gallery .pp-grid { max-width: 1040px; margin-left: auto; margin-right: auto; }
.bb-gallery .bb-sub { margin-top: 64px; }

/* ---------- directions (reference §5.9): 3 cards "From <town>" ---------- */
.bb-directions .dir-card { background: var(--navy); border: 0; color: var(--white); }
.bb-directions .dir-card h3 { color: var(--white) !important; }
.bb-directions .route-facts dt { color: var(--sky) !important; }
.bb-directions .route-facts dd { color: rgba(255, 255, 255, .9) !important; }
.bb-directions .dir-card .btn-ghost { border-color: var(--sky); color: var(--white); }
p.bb-dir-from { display: inline-flex; align-self: flex-start; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 700; font-size: .86rem; color: var(--white) !important; background: var(--orange); border-radius: 999px; padding: 5px 14px; margin: 0 0 12px; }
.bb-directions > .wrap > p.route-note { text-align: center; }

/* ---------- home ---------- */
.bb-home-services .svc-card .link-more { font-size: .84rem; }

/* ---------- service-areas hub: designed card grid, 4 columns for a flat city list ---------- */
.bb-towns .town-cards { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; gap: 18px; }
.bb-towns .town-card { background: var(--navy); border: 0; text-align: center; }
.bb-towns .town-card-name { color: var(--white); text-transform: uppercase; letter-spacing: .04em; }
.bb-towns .town-card-county { color: var(--sky); }
.bb-towns .town-card-note { color: rgba(255, 255, 255, .84); }
.bb-towns > .wrap > p.towns-note { text-align: center; max-width: 760px; margin: 26px auto 0; }
.bb-hub-map { margin-top: 56px; }
.bb-hub-map .bb-areas-text h3 { margin: 0 0 8px; }
.bb-center-head .bb-more-about { text-align: center; margin-top: 40px; }

/* ---------- closing CTA (reference §2.8): centered, call + estimate + hours micro-line ---------- */
.cta-band.bb-cta { padding: 80px 0 70px; text-align: center; }
.bb-cta .cta-in { display: block; max-width: 900px; }
.bb-cta h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); margin-bottom: 24px; }
.bb-cta .cta-actions { justify-content: center; display: flex; flex-wrap: wrap; gap: 14px; }
.bb-cta .cta-in > p { margin: 20px 0 0; font-size: .95rem; }

/* ---------- mobile: one column, IMAGE FIRST, no horizontal overflow ---------- */
@media (max-width: 1020px) {
  .bb-how ol.steps, .bb-offer-steps ol.steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bb-towns .town-cards { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .bb-reviews .review-grid { grid-auto-columns: calc((100% - 22px) / 2); }
}
@media (max-width: 860px) {
  section.section.bb-band { padding: 56px 0 !important; }
  .bb-row, .bb-row-rev, .bb-areas-grid, .bb-areas-extra .areas-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .bb-row > .bb-media, .bb-row-rev > .bb-media { order: -1; min-height: 240px; border-radius: var(--radius) var(--radius) 0 0; }
  .bb-card { padding: 26px 22px; border-radius: 0 0 var(--radius) var(--radius); }
  .bb-card-plain { padding: 22px 4px 0; }
  .bb-media:has(.bb-media-note) { display: flex; flex-direction: column; }
  .bb-media:has(.bb-media-note) > img { position: static; height: 260px; }
  .bb-media-note { position: static; background: var(--navy); }
  .bb-areas-map { margin-top: 26px; min-height: 300px; }
  .bb-areas-map .area-map, .bb-areas-map .area-map iframe { min-height: 300px; }
  .bb-dark .bb-areas-text .area-cards, .bb-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bb-town-panel { padding: 24px 20px; }
  .bb-more-body .lf-row { grid-template-columns: minmax(0, 1fr); }
  .bb-reviews .review-grid { grid-auto-columns: 86%; }
}
@media (max-width: 560px) {
  .bb-how ol.steps, .bb-offer-steps ol.steps, .bb-chips { grid-template-columns: minmax(0, 1fr); }
  .bb-towns .town-cards { grid-template-columns: minmax(0, 1fr) !important; }
  .bb-dark .bb-areas-text .area-cards { grid-template-columns: 1fr 1fr; }
  .bb-dark .bb-more-body { padding: 16px 14px; }
}
.bb-media-note .bb-note-btn { margin-top: 12px; padding: 9px 18px; font-size: .86rem; }
.bb-gallery .pp-lede, .bb-gallery .pp-note, .bb-gallery .work-note { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }

/* ---------- Regina additions ---------- */
.bb-card-dark .check-list .ic, .bb-card-dark .why-list .ic { color: var(--sky) !important; }
.bb-card-dark .check-list li { color: rgba(255,255,255,.92) !important; }
.bb-card-dark .why-list p { color: rgba(255,255,255,.86) !important; }
.bb-card-dark .inline-cta a { color: var(--sky) !important; }
.bb-media > img.media-img { min-height: 0; max-height: none; box-shadow: none; }
.bb-dark .area-cards a.area-card span { color: var(--white); }
.bb-town-cards { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 8px; }
.bb-town-cards a.area-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; min-height: 150px; padding: 26px 18px; background: linear-gradient(150deg, var(--navy) 0%, var(--navy-2) 100%); border: 0; border-radius: var(--radius); text-align: center; text-decoration: none; box-shadow: var(--shadow-sm); color: var(--white); }
.bb-town-cards a.area-card .ic { color: var(--sky); width: 26px; height: 26px; }
.bb-town-cards a.area-card > span:first-of-type { color: var(--white); font-family: var(--font-head); font-weight: 800; text-transform: uppercase; letter-spacing: .04em; font-size: 1.02rem; }
.bb-town-cards .bb-card-cta { display: inline-block; background: var(--orange); color: var(--white); font-family: var(--font-head); font-weight: 700; font-size: .8rem; padding: 7px 14px; border-radius: 999px; }
.bb-about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: stretch; }
.bb-about-grid .bb-town-panel { margin: 0; }
.bb-about-grid .area-map iframe { min-height: 360px; }
.bb-dark .inline-cta { color: rgba(255,255,255,.9); }
.bb-dark .inline-cta a { color: var(--sky); }
.bb-pale .bb-panel { max-width: 940px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 38px 44px; box-shadow: var(--shadow-sm); }
.bb-dark .dir-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); color: #fff; }
@media (max-width: 1020px) { .bb-town-cards { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 860px) { .bb-about-grid { grid-template-columns: minmax(0,1fr); } .bb-about-grid .area-map { margin-top: 20px; } .bb-pale .bb-panel { padding: 24px 18px; } }
@media (max-width: 560px) { .bb-town-cards { grid-template-columns: minmax(0,1fr); } }

/* ---------- sitewide nav: Service Areas dropdown (every town page); mobile tap-to-expand (Dylan 09-13) ---------- */
.sub-toggle { display: none; }
@media (max-width: 860px) {
  .nav .has-sub { position: relative; }
  .nav .has-sub > a { padding-right: 52px; }
  body.nav-open .nav .has-sub:not(.is-open) > .sub { display: none !important; }
  .sub-toggle { display: block; position: absolute; right: 0; top: 0; width: 48px; height: 42px; border: 0; background: transparent; cursor: pointer; border-radius: 8px; }
  .sub-toggle::before { content: "+"; font-family: var(--font-head); font-weight: 800; font-size: 1.4rem; line-height: 42px; color: var(--orange); }
  .has-sub.is-open > .sub-toggle::before { content: "\2013"; }
  .nav .has-sub > a::after { content: none; }
}
/* fixes after the first render read */
.bb-directions .dir-card { padding: 18px 18px 20px; border-radius: var(--radius); }
.bb-directions .dir-card h3 { margin-bottom: 12px; }
.bb-offer-list { max-width: 980px; margin: 0 auto; }
.bb-offer-list .why-list { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px 36px; text-align: left; }
section.bb-band > .wrap > p.inline-cta { text-align: center; }
.bb-town-cards { display: flex; flex-wrap: wrap; justify-content: center; }
.bb-town-cards > a.area-card { flex: 0 1 calc(25% - 14px); }
@media (max-width: 1020px) { .bb-town-cards > a.area-card { flex-basis: calc(50% - 9px); } }
@media (max-width: 560px) { .bb-town-cards > a.area-card { flex-basis: 100%; } .bb-offer-list .why-list { grid-template-columns: minmax(0,1fr); } }
