section.section-intro-grid {
  align-items: center;
}

.section-header--left {
  text-align: left;
  margin: 0 0 var(--space-6);
}

.section-header--compact {
  margin-bottom: var(--space-6);
}

.section-intro-grid .intro-feature-list {
  margin-top: var(--space-4);
}

.section-chef-grid {
  align-items: center;
}

.section-chef-media {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.section-chef-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-chef-card {
  margin-top: var(--space-4);
}

.section-chef-cta,
.section-private-cta,
.section-themed-cta,
.section-fine-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.section-drinks-grid {
  align-items: center;
}

.section-drinks-media {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.section-drinks-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-drinks-cards .card {
  padding: var(--space-4);
}

.section-private-grid {
  align-items: stretch;
}

.section-private-footer {
  display: flex;
  flex-direction: column;
}

.section-themed-grid {
  display: grid;
  gap: var(--space-10);
}

.section-themed-inner {
  align-items: stretch;
}

.section-themed-media {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.section-themed-media img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-themed-cta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-2);
}

.section-fine-dining {
  position: relative;
}

.section-fine-grid {
  align-items: center;
}

.section-fine-card-wrap {
  display: flex;
  align-items: stretch;
}

.section-fine-footer {
  display: flex;
  flex-direction: column;
}

.section-reservation-inner {
  max-width: 1040px;
}

.section-reservation-grid {
  align-items: flex-start;
}

.section-reservation-form {
  height: 100%;
}

.section-reservation-submit {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.section-reservation-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.section-reservation-note {
  font-size: var(--font-size-xs);
  color: var(--color-text-muted);
}

.hero--restaurant {
  min-height: 70vh;
}

@media (max-width: 960px) {
  .section-chef-media,
  .section-drinks-media,
  .section-themed-media {
    max-height: 320px;
  }
}

@media (max-width: 720px) {
  .section-reservation-links,
  .section-chef-cta,
  .section-private-cta,
  .section-themed-cta,
  .section-fine-cta {
    flex-direction: column;
    align-items: stretch;
  }
}

ul {
  list-style: none !important;
}

.nav-toggle {
  flex-direction: column;
}
