:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #5f6975;
  --line: #d9e0e6;
  --surface: #ffffff;
  --soft: #f4f7f8;
  --teal: #05776f;
  --teal-dark: #035c56;
  --coral: #c84f3d;
  --mustard: #d59b2d;
  --green: #3e7f4b;
  --shadow: 0 18px 45px rgba(23, 32, 42, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[hidden] {
  display: none !important;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  height: 72px;
  padding: 0 clamp(18px, 4vw, 54px);
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 17, 23, 0.74), rgba(12, 17, 23, 0.2));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.15rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--mustard);
  color: #17202a;
}

.top-nav {
  display: flex;
  gap: 22px;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 650;
  font-size: 0.94rem;
}

.top-nav a:hover {
  color: #fff;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: currentColor;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.icon-button svg,
.hero-search svg,
.ghost-button svg,
.submit-form button svg {
  width: 18px;
  height: 18px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 112px clamp(20px, 5vw, 72px) 54px;
  overflow: hidden;
  color: #fff;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(9, 15, 18, 0.86) 0%, rgba(9, 15, 18, 0.58) 40%, rgba(9, 15, 18, 0.16) 100%),
    linear-gradient(0deg, rgba(9, 15, 18, 0.7), rgba(9, 15, 18, 0.06) 42%),
    url("assets/hisar-market-hero.png") center / cover;
  transform: scale(1.01);
}

.hero-content {
  position: relative;
  width: min(720px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--mustard);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(2.55rem, 7vw, 5.65rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  font-size: 1.02rem;
  letter-spacing: 0;
}

.hero-copy {
  width: min(620px, 100%);
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 2vw, 1.24rem);
  line-height: 1.6;
}

.hero-search {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(680px, 100%);
  min-height: 64px;
  padding: 8px 8px 8px 18px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  font-size: 1rem;
}

.hero-search button,
.submit-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.hero-search button:hover,
.submit-form button:hover {
  background: var(--teal-dark);
}

.quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.chip {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 0 15px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 750;
  cursor: pointer;
}

.chip.active {
  background: #fff;
  color: var(--ink);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.metrics div {
  min-height: 116px;
  padding: 26px clamp(18px, 4vw, 54px);
  background: #fff;
}

.metrics strong {
  display: block;
  color: var(--coral);
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  line-height: 1;
}

.metrics span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 650;
}

.directory-section,
.featured-band,
.seo-links-section,
.plans-section,
.submit-section {
  padding: 74px clamp(18px, 5vw, 72px);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}

.toolbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.select-label {
  color: var(--muted);
  font-weight: 800;
  font-size: 0.78rem;
  text-transform: uppercase;
}

select,
.submit-form input,
.submit-form select {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
}

.layout {
  display: grid;
  grid-template-columns: minmax(210px, 260px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.category-panel {
  position: sticky;
  top: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.category-panel h3 {
  margin-bottom: 16px;
}

.category-list {
  display: grid;
  gap: 8px;
}

.category-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 42px;
  border: 0;
  border-radius: 8px;
  padding: 0 12px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.category-button span:last-child {
  color: var(--muted);
  font-size: 0.86rem;
}

.category-button.active,
.category-button:hover {
  background: #e9f4f3;
  color: var(--teal-dark);
}

.results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.results-head p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: #fff;
  color: var(--ink);
  font-weight: 750;
  cursor: pointer;
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.business-card,
.featured-card {
  display: flex;
  flex-direction: column;
  min-height: 286px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.05);
  overflow: hidden;
}

.business-card {
  padding: 18px;
}

.card-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.business-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  flex: 0 0 auto;
}

.business-icon svg {
  width: 23px;
  height: 23px;
}

.save-button {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  cursor: pointer;
}

.save-button.saved {
  color: var(--coral);
  border-color: rgba(200, 79, 61, 0.36);
  background: #fff1ee;
}

.save-button svg {
  width: 18px;
  height: 18px;
}

.business-card h3,
.featured-card h3 {
  margin: 0 0 8px;
  line-height: 1.2;
}

.business-card-photo {
  display: block;
  overflow: hidden;
  margin: -18px -18px 16px;
}

.business-card-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #eef2f4;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.9rem;
}

.meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.meta svg {
  width: 15px;
  height: 15px;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 18px;
}

.tag {
  border-radius: 999px;
  padding: 5px 9px;
  background: var(--soft);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.card-actions {
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 8px;
}

.details-button,
.call-button {
  min-height: 44px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
}

.details-button {
  background: var(--ink);
  color: #fff;
  font-weight: 800;
}

.call-button {
  display: grid;
  place-items: center;
  background: #e9f4f3;
  color: var(--teal-dark);
}

.call-button svg {
  width: 18px;
  height: 18px;
}

.featured-band {
  background: #fff;
}

.text-link {
  color: var(--teal-dark);
  font-weight: 850;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-card {
  min-height: 248px;
}

.featured-media {
  height: 92px;
  background:
    linear-gradient(135deg, rgba(5, 119, 111, 0.88), rgba(200, 79, 61, 0.82)),
    var(--accent);
  background-position: center;
  background-size: cover;
}

.featured-body {
  padding: 18px;
}

.featured-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 5px 9px;
  background: #fff4dc;
  color: #7a520e;
  font-size: 0.78rem;
  font-weight: 850;
}

.featured-badge svg {
  width: 14px;
  height: 14px;
}

.featured-body p {
  color: var(--muted);
  line-height: 1.5;
}

.seo-links-section {
  background: #f8faf9;
}

.seo-link-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.seo-link-groups > div,
.business-profile,
.seo-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: #fff;
}

.seo-link-list {
  display: grid;
  gap: 10px;
}

.seo-link-list a {
  color: var(--teal-dark);
  font-weight: 800;
}

.seo-header {
  position: sticky;
  background: var(--ink);
}

.seo-nav {
  color: rgba(255, 255, 255, 0.88);
}

.seo-main {
  padding: 64px clamp(18px, 5vw, 72px) 80px;
}

.seo-hero,
.business-profile {
  margin-bottom: 26px;
}

.seo-hero {
  max-width: 820px;
}

.seo-hero h1,
.business-profile h1 {
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 4.5rem);
}

.seo-hero p,
.business-profile p,
.seo-section dd {
  color: var(--muted);
  line-height: 1.6;
}

.seo-results {
  margin-top: 26px;
}

.seo-card h3 a {
  color: var(--ink);
}

.profile-meta {
  margin-top: 18px;
}

.profile-actions {
  margin-top: 18px;
}

.seo-section {
  margin-top: 22px;
}

.business-profile.has-photo {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
}

.business-cover {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  background: #eef2f4;
}

.whatsapp-action {
  background: #1f8f5f !important;
}

.share-action {
  background: var(--ink) !important;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  object-fit: cover;
  background: #eef2f4;
}

.details-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0 0;
}

.details-list div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.details-list dt {
  color: var(--muted);
  font-weight: 850;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.details-list dd {
  margin: 6px 0 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.05);
}

.product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef2f4;
}

.product-body {
  padding: 16px;
}

.product-body h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 1.12rem;
}

.product-body p {
  color: var(--muted);
  line-height: 1.5;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin-top: 12px;
}

.price-row strong {
  color: var(--teal-dark);
  font-size: 1.25rem;
}

.price-row span {
  color: var(--muted);
  font-weight: 800;
  text-decoration: line-through;
}

.review-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.review-header h2 {
  margin: 0 0 6px;
}

.review-header p {
  color: var(--muted);
}

.review-success,
.review-error {
  border-radius: 999px;
  padding: 7px 11px;
  font-weight: 850;
}

.review-success {
  background: #e9f4f3;
  color: var(--teal-dark);
}

.review-error {
  width: fit-content;
  margin-bottom: 10px;
  background: #fff1ee;
  color: var(--coral);
}

.review-form {
  display: grid;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #f9fbfb;
}

.review-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.review-form-grid .wide {
  grid-column: 1 / -1;
}

.review-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.review-form input,
.review-form select,
.review-form textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 11px;
  background: #fff;
  color: var(--ink);
}

.review-form textarea {
  resize: vertical;
}

.review-form button {
  justify-self: start;
  min-height: 44px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  background: var(--teal);
  color: #fff;
  font-weight: 850;
  cursor: pointer;
}

.review-login-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
}

.review-login-card p,
.review-note {
  color: var(--muted);
  font-weight: 800;
}

.review-login-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  background: var(--ink);
  color: #fff;
  font-weight: 850;
  white-space: nowrap;
}

.review-honeypot {
  position: absolute;
  left: -9999px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.review-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.review-card-top strong {
  color: var(--ink);
}

.review-card-top span {
  color: #d59b2d;
  letter-spacing: 1px;
}

.review-card p {
  color: var(--muted);
  line-height: 1.55;
}

.review-card time {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.plans-section {
  background: #f8faf9;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.plan-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.05);
}

.featured-plan {
  border-color: rgba(213, 155, 45, 0.58);
  background: linear-gradient(180deg, #fffaf0, #ffffff 58%);
}

.plan-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  margin-bottom: 16px;
  background: #e9f4f3;
  color: var(--teal-dark);
}

.featured-plan .plan-icon {
  background: #fff0d3;
  color: #8c5e12;
}

.plan-icon svg {
  width: 23px;
  height: 23px;
}

.plan-kicker {
  margin-bottom: 8px;
  color: var(--coral);
  font-weight: 850;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.plan-card h3 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.plan-card p,
.plan-card li {
  color: var(--muted);
  line-height: 1.55;
}

.plan-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 19px;
}

.submit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 520px);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  background: #eef5f3;
}

.submit-copy p:last-child {
  max-width: 560px;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 1.05rem;
}

.submit-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.plan-picker {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
}

.plan-picker legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.submit-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.plan-option {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  min-height: 78px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: #fff;
  cursor: pointer;
}

.plan-option:has(input:checked) {
  border-color: rgba(5, 119, 111, 0.5);
  background: #eef8f7;
}

.plan-option input {
  margin-top: 3px;
  accent-color: var(--teal);
}

.plan-option strong,
.plan-option small {
  display: block;
}

.plan-option strong {
  color: var(--ink);
}

.plan-option small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.35;
}

.submit-form button,
.form-status {
  grid-column: 1 / -1;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-weight: 750;
}

.business-dialog {
  width: min(560px, calc(100vw - 28px));
  border: 0;
  border-radius: 8px;
  padding: 0;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.business-dialog::backdrop {
  background: rgba(16, 22, 29, 0.58);
}

.dialog-card {
  padding: 24px;
}

.dialog-photo {
  display: block;
  width: 100%;
  max-height: 260px;
  margin-bottom: 18px;
  border-radius: 8px;
  object-fit: cover;
}

.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}

.dialog-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.dialog-actions a,
.dialog-actions button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  border: 0;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.phone-display {
  margin: 16px 0 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  background: var(--soft);
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 850;
}

.empty-state {
  min-height: 180px;
  display: grid;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-weight: 800;
}

@media (max-width: 1060px) {
  .business-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    height: 66px;
  }

  .top-nav {
    position: absolute;
    top: 66px;
    left: 14px;
    right: 14px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(23, 32, 42, 0.96);
  }

  .top-nav.open {
    display: flex;
  }

  .top-nav a {
    padding: 13px;
  }

  .menu-toggle {
    display: inline-grid;
  }

  .hero {
    min-height: 82vh;
    padding-top: 96px;
  }

  .hero-search {
    grid-template-columns: 20px minmax(0, 1fr);
    padding: 14px;
  }

  .hero-search button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .review-login-card {
    align-items: stretch;
    flex-direction: column;
  }

  .metrics,
  .layout,
  .seo-link-groups,
  .product-grid,
  .business-profile.has-photo,
  .review-form-grid,
  .plans-grid,
  .submit-section {
    grid-template-columns: 1fr;
  }

  .plan-picker {
    grid-template-columns: 1fr;
  }

  .category-panel {
    position: static;
  }

  .category-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 86vh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .quick-filters {
    gap: 8px;
  }

  .chip {
    min-height: 36px;
    padding-inline: 12px;
    font-size: 0.88rem;
  }

  .metrics {
    display: block;
  }

  .directory-section,
  .featured-band,
  .seo-links-section,
  .plans-section,
  .submit-section {
    padding: 54px 16px;
  }

  .business-grid,
  .featured-grid,
  .seo-link-groups,
  .details-list,
  .gallery-grid,
  .review-grid,
  .plans-grid,
  .submit-form,
  .category-list {
    grid-template-columns: 1fr;
  }

  .toolbar {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
  }

  .brand {
    font-size: 1rem;
  }
}
