/* SEO delivery area landing pages */
.seo-landing {
  color: var(--foreground, #1A1A1A);
}

.seo-landing.mk-allow-select,
.seo-landing .mk-allow-select,
.seo-landing p,
.seo-landing li,
.seo-landing h1,
.seo-landing h2,
.seo-landing h3 {
  -webkit-user-select: text;
  user-select: text;
}

.seo-breadcrumbs {
  margin-bottom: 1.25rem;
}

.seo-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: #6b7280;
}

.seo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.5rem;
  color: #9ca3af;
}

.seo-breadcrumbs a {
  color: var(--primary, #D97706);
  text-decoration: none;
}

.seo-breadcrumbs a:hover {
  text-decoration: underline;
}

.seo-landing__header {
  margin-bottom: 2rem;
  max-width: 46rem;
}

.seo-landing__eyebrow {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--primary, #D97706);
  margin-bottom: 0.5rem;
}

.seo-landing__header h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.85rem;
}

.seo-landing__lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 1.25rem;
}

.seo-landing__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.seo-landing .btn-primary-mk {
  background: var(--primary, #D97706);
  border: 1px solid var(--primary, #D97706);
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  text-decoration: none;
}

.seo-landing .btn-primary-mk:hover {
  filter: brightness(0.95);
  color: #fff;
}

.seo-landing .btn-outline-mk {
  background: transparent;
  border: 1px solid #d1d5db;
  color: var(--foreground, #1A1A1A);
  font-weight: 600;
  border-radius: 999px;
  padding: 0.55rem 1.15rem;
  text-decoration: none;
}

.seo-landing .btn-outline-mk:hover {
  border-color: var(--primary, #D97706);
  color: var(--primary, #D97706);
}

.seo-section {
  margin-bottom: 2.25rem;
  max-width: 48rem;
}

.seo-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
}

.seo-section h3 {
  font-size: 1.05rem;
  font-weight: 650;
  margin-bottom: 0.35rem;
}

.seo-section p {
  line-height: 1.75;
  color: #374151;
  margin-bottom: 0.9rem;
}

.seo-why-grid,
.seo-dish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 0.85rem;
  margin: 1rem 0 1.25rem;
}

.seo-why-card,
.seo-dish-card {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 0.75rem;
  padding: 1rem 1.05rem;
  background: #fff;
}

.seo-why-card p,
.seo-dish-card p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.seo-list {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.seo-list li {
  margin-bottom: 0.55rem;
  line-height: 1.65;
  color: #374151;
}

.seo-note {
  font-size: 0.95rem;
  color: #6b7280;
}

.seo-faq details {
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 0.65rem;
  padding: 0.85rem 1rem;
  margin-bottom: 0.65rem;
  background: #fff;
}

.seo-faq summary {
  cursor: pointer;
  font-weight: 600;
}

.seo-faq details p {
  margin: 0.65rem 0 0;
}

.seo-order {
  padding: 1.25rem 1.35rem;
  border-radius: 0.9rem;
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.08), rgba(74, 107, 47, 0.06));
  border: 1px solid rgba(217, 119, 6, 0.18);
}

.seo-nearby {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 0.5rem 1rem;
}

.seo-nearby a {
  color: var(--primary, #D97706);
  text-decoration: none;
  font-weight: 500;
}

.seo-nearby a:hover {
  text-decoration: underline;
}

.seo-alpha {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.75rem;
}

.seo-alpha a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #e5e7eb;
  color: var(--foreground, #1A1A1A);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

.seo-alpha a:hover {
  border-color: var(--primary, #D97706);
  color: var(--primary, #D97706);
}

.seo-suburb-group {
  margin-bottom: 1.75rem;
}

.seo-suburb-group h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 0.35rem;
  margin-bottom: 0.75rem;
}

.seo-suburb-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr));
  gap: 0.35rem 0.85rem;
}

.seo-suburb-list a {
  color: #374151;
  text-decoration: none;
}

.seo-suburb-list a:hover {
  color: var(--primary, #D97706);
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .seo-landing__cta-row .btn-primary-mk,
  .seo-landing__cta-row .btn-outline-mk {
    width: 100%;
    text-align: center;
  }
}
