.hero-section,
.mode-section,
.category-section,
.featured-section,
.story-section,
.branches-section,
.dynamic-section,
.final-cta {
  scroll-margin-top: 92px;
}

.hero-copy p,
.section-heading p,
.story-card p,
.final-cta p {
  max-width: 760px;
}

.hero-visual .visual-card {
  border-color: rgba(255,244,228,.18);
  box-shadow: 0 24px 80px rgba(0,0,0,.28);
}

.visual-label {
  color: #111;
  background: rgba(255,244,228,.92);
  box-shadow: 0 14px 32px rgba(0,0,0,.22);
}

.mode-section .section-heading.compact {
  position: relative;
  overflow: hidden;
}

.mode-section .section-heading.compact::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(235,0,41,.18), transparent 68%);
  pointer-events: none;
}

.category-card,
.dish-card,
.branch-card,
.dynamic-card,
.faq-item {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.category-card:hover,
.dish-card:hover,
.branch-card:hover,
.dynamic-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,244,228,.34);
}

.dish-info p,
.branch-card p,
.dynamic-card p {
  color: rgba(255,255,255,.68);
}

.story-list div strong {
  color: #fff4e4;
}

.final-cta {
  background: linear-gradient(135deg, rgba(235,0,41,.2), rgba(255,244,228,.07));
}

.site-footer p {
  color: rgba(255,255,255,.58);
}

@media (max-width: 760px) {
  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    justify-content: center;
  }
}
