.regional-page { background: #fff; color: #2f1b10; }
.regional-page .top-bar-item, .regional-page .call-us-btn { display: inline-flex; align-items: center; gap: 7px; }
.regional-page .top-bar-item svg, .regional-page .call-us-btn svg { width: 14px; height: 14px; }
.regional-page .call-us-btn { padding: 4px 14px; border-radius: 20px; background: rgba(255,255,255,.14); color: #fff; font-weight: 700; text-decoration: none; }
.regional-logo { display: flex; flex-shrink: 0; margin-left: -30px; margin-right: 12px; text-decoration: none; }
.regional-logo img { width: auto; height: 52px; object-fit: contain; }
.regional-page .header-action-card { text-decoration: none; }
.regional-page .card-icon svg { width: 22px; height: 22px; }
.regional-page #header-order-now-btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.regional-page .order-now-btn svg, .regional-page .search-btn svg { width: 16px; height: 16px; }
.regional-account-label { padding: 12px 20px; color: #ef4444; font-size: 14px; font-weight: 600; }
.regional-back-row { padding: 14px 0; background: #fff; border-bottom: 1px solid #f3e6dc; }
.regional-back-row a { display: inline-flex; align-items: center; gap: 8px; color: #e85d04; font-size: 14px; font-weight: 800; text-decoration: none; transition: transform .2s ease; }
.regional-back-row a:hover { transform: translateX(-3px); }
.regional-back-row svg { width: 17px; height: 17px; }
.regional-page-section { padding: 38px 0 54px; background: #fef9f3; }
.regional-page-title { margin: 0 0 18px; }
.regional-page-intro { max-width: 720px; margin: 0 auto 34px; color: #746154; text-align: center; line-height: 1.7; }
.regional-page-carousel-shell { position: relative; padding: 0 54px; }
.regional-page-grid { display: flex; align-items: stretch; gap: 20px; overflow-x: auto; padding: 8px 4px 14px; scroll-snap-type: x mandatory; scroll-behavior: auto; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
.regional-page-grid::-webkit-scrollbar { display: none; }
.regional-carousel-btn { position: absolute; top: 50%; z-index: 4; display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; padding: 0; color: #fff; background: #e85d04; border: 0; border-radius: 50%; box-shadow: 0 7px 18px rgba(232,93,4,.25); cursor: pointer; transform: translateY(-50%); transition: background .25s ease, box-shadow .25s ease; }
.regional-carousel-btn:hover { background: #c94e03; box-shadow: 0 9px 22px rgba(232,93,4,.34); }
.regional-carousel-btn svg { width: 20px; height: 20px; }
.regional-carousel-prev { left: 0; }
.regional-carousel-next { right: 0; }
.regional-page-card { display: flex; flex: 0 0 220px; min-width: 220px; min-height: 265px; flex-direction: column; align-items: center; justify-content: center; padding: 20px 14px; color: #302116; font: inherit; background: #fef9f3; border: 1px solid #f1d4bf; border-radius: 18px; box-shadow: 0 7px 20px rgba(74,47,29,.06); scroll-snap-align: start; text-align: center; cursor: pointer; transition: border-color .3s ease, box-shadow .3s ease, background .3s ease; }
.regional-page-card:hover { color: #302116; border-color: #e85d04; box-shadow: 0 12px 28px rgba(232,93,4,.14); }
.regional-page-card.active { background: #fff3e8; border: 2px solid #e85d04; box-shadow: 0 12px 30px rgba(232,93,4,.18); }
.regional-page-image { display: flex; width: 180px; height: 180px; align-items: center; justify-content: center; overflow: hidden; }
.regional-page-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.regional-page-card strong { margin-top: 4px; font-size: 15px; }
.regional-explore { display: inline-flex; align-items: center; gap: 5px; margin-top: 9px; color: #e85d04; font-size: 12px; font-weight: 800; }
.regional-explore svg { width: 13px; height: 13px; }
.regional-vendors-section { scroll-margin-top: 18px; padding: 48px 0 58px; background: #fff; }
.regional-vendors-heading { margin-bottom: 30px; text-align: center; }
.regional-vendors-kicker { display: block; margin-bottom: 8px; color: #e85d04; font-size: 11px; font-weight: 800; letter-spacing: 1.3px; }
.regional-vendors-heading h2 { margin: 0 0 9px; color: #301b10; font-family: Georgia,serif; font-size: 30px; }
.regional-vendors-heading p { margin: 0 auto 14px; color: #746154; font-size: 14px; }
.regional-vendor-count { display: inline-flex; padding: 7px 13px; color: #c94e03; background: #fff1e7; border-radius: 999px; font-size: 12px; font-weight: 800; }
.regional-vendors-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.regional-vendor-card { overflow: hidden; background: #fff; border: 1px solid #f2cbb0; border-radius: 17px; box-shadow: 0 8px 24px rgba(74,47,29,.07); transition: border-color .3s ease, box-shadow .3s ease; }
.regional-vendor-card:hover { border-color: #e85d04; box-shadow: 0 14px 30px rgba(232,93,4,.14); }
.regional-vendor-image { display: flex; height: 170px; align-items: center; justify-content: center; padding: 20px; background: #fffaf6; border-bottom: 1px solid #f4e7dc; }
.regional-vendor-image img { width: 100%; height: 100%; object-fit: contain; }
.regional-vendor-body { position: relative; padding: 22px; text-align: center; }
.regional-vendor-rating { position: absolute; top: -15px; right: 18px; display: inline-flex; align-items: center; gap: 4px; padding: 6px 10px; color: #fff; background: #e85d04; border-radius: 999px; font-size: 11px; font-weight: 800; }
.regional-vendor-rating svg { width: 12px; height: 12px; fill: currentColor; }
.regional-vendor-body h3 { min-height: 24px; margin: 3px 0 7px; color: #2f1b10; font-size: 17px; }
.regional-vendor-location { display: flex; align-items: center; justify-content: center; gap: 5px; margin: 0 0 16px; color: #756254; font-size: 12px; }
.regional-vendor-location svg { width: 13px; height: 13px; color: #e85d04; }
.regional-vendor-specialty { display: flex; min-height: 58px; flex-direction: column; gap: 4px; margin: 0 0 18px; color: #4d392c; font-size: 13px; line-height: 1.5; }
.regional-vendor-specialty span { color: #9a806e; font-size: 10px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.regional-vendor-body > a { display: inline-flex; width: 100%; align-items: center; justify-content: center; gap: 7px; padding: 11px 16px; color: #fff; background: #f0524d; border-radius: 10px; font-size: 13px; font-weight: 800; text-decoration: none; transition: background .25s ease; }
.regional-vendor-body > a:hover { color: #fff; background: #d93e39; }
.regional-vendor-body > a svg { width: 15px; height: 15px; }
.regional-vendors-empty { padding: 48px 20px; color: #6f5c50; background: #fff9f4; border: 1px dashed #e9b995; border-radius: 18px; text-align: center; }
.regional-vendors-empty > svg { width: 42px; height: 42px; color: #e85d04; }
.regional-vendors-empty h3 { margin: 12px 0 6px; color: #351f13; }
.regional-vendors-empty p { margin: 0 0 18px; }
.regional-vendors-empty a { display: inline-flex; align-items: center; gap: 7px; color: #e85d04; font-weight: 800; text-decoration: none; }
.regional-vendors-empty a svg { width: 15px; height: 15px; }
.regional-page .quick-links-section { margin-top: 0; }
.regional-page .main-footer { margin-top: 0; overflow: hidden; }
.regional-page .footer-bg-wrapper { width: 100%; }
.regional-page .footer-content-grid { width: 100%; }
.regional-page .footer-brand-col .footer-logo { display: inline-flex; width: auto; align-items: center; }
.regional-page .footer-brand-col .footer-logo img { display: block; width: auto !important; height: 72px !important; max-width: 230px !important; object-fit: contain; margin: 0 !important; transform: none !important; }
.regional-page .footer-about { max-width: 250px; }

@media (max-width: 820px) { .regional-page-section { padding-top: 28px; } .regional-vendors-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px) { .regional-page-carousel-shell { padding: 0 38px; } .regional-page-grid { gap: 12px; } .regional-carousel-btn { width: 34px; height: 34px; } .regional-carousel-prev { left: -2px; } .regional-carousel-next { right: -2px; } .regional-page-card { flex-basis: 175px; min-width: 175px; min-height: 205px; padding: 12px 8px; } .regional-page-image { width: 135px; height: 135px; } .regional-page-title .ornate-title-text { font-size: 25px; } .regional-page-intro { margin-bottom: 24px; padding: 0 8px; font-size: 13px; } .regional-vendors-section { padding: 34px 0 42px; } .regional-vendors-heading h2 { font-size: 24px; } .regional-vendors-grid { grid-template-columns: 1fr; gap: 16px; } }
@media (prefers-reduced-motion: reduce) { .regional-page-grid { scroll-behavior: auto; } .regional-page-card, .regional-back-row a, .regional-carousel-btn { transition: none; } }
