/* Home page — section-specific overrides */

/* About preview section */
.about-section .grid-2 {
  gap: 48px;
  align-items: center;
}

.about-text p {
  margin-bottom: 16px;
}

.about-text p:last-child {
  margin-bottom: 0;
}

/* Events section */
.events-section .grid-3 {
  margin-bottom: 32px;
}

.events-cta {
  text-align: center;
}

/* Menu preview section */
.menu-preview-grid {
  margin-bottom: 32px;
}

/* Hero tagline (under the title) */
.hero-tagline {
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.06em;
  color: var(--ink);
  opacity: 0.92;
}
