.wsp-menu-landing-page {
  background: #f6f7f9;
  color: #1f2937;
}

.wsp-menu-landing-main {
  padding: 42px 18px 64px;
}

.wsp-menu-landing-container {
  max-width: 1160px;
  margin: 0 auto;
}

.wsp-menu-landing-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: 14px;
  margin-bottom: 20px;
}

.wsp-menu-landing-breadcrumbs a {
  color: #ea580c;
  font-weight: 800;
  text-decoration: none;
}

.wsp-menu-landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 30px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 30px;
  margin-bottom: 28px;
}

.wsp-menu-landing-eyebrow {
  color: #ea580c;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.wsp-menu-landing-hero h1 {
  color: #111827;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
  margin: 0 0 16px;
}

.wsp-menu-landing-summary {
  color: #475569;
  font-size: 18px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.wsp-menu-landing-image {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  padding: 14px;
}

.wsp-menu-landing-image img {
  display: block;
  width: 100%;
  max-height: 360px;
  height: auto;
  object-fit: contain;
}

.wsp-menu-landing-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wsp-menu-landing-chip {
  border: 1px solid #fed7aa;
  background: #fff7ed;
  color: #9a3412;
  font-size: 13px;
  font-weight: 800;
  padding: 7px 10px;
}

.wsp-menu-landing-section {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 24px;
  margin-bottom: 24px;
}

.wsp-menu-landing-section h2 {
  color: #111827;
  font-size: 24px;
  margin: 0 0 10px;
}

.wsp-menu-landing-section > p {
  color: #475569;
  line-height: 1.5;
  margin: 0 0 18px;
}

.wsp-menu-landing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wsp-menu-landing-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  padding: 16px;
  text-decoration: none;
}

.wsp-menu-landing-card h3 {
  color: #111827;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.wsp-menu-landing-card p {
  color: #475569;
  line-height: 1.45;
  margin: 0 0 12px;
}

.wsp-menu-landing-card span {
  color: #ea580c;
  font-weight: 900;
  margin-top: auto;
}

.wsp-menu-landing-card.is-planned span {
  color: #64748b;
}

.wsp-menu-landing-note {
  border-left: 4px solid #f97316;
  background: #fff7ed;
  color: #7c2d12;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .wsp-menu-landing-hero,
  .wsp-menu-landing-grid {
    grid-template-columns: 1fr;
  }

  .wsp-menu-landing-hero {
    padding: 22px;
  }
}
