.home-top { padding: 22px 0 0; background: linear-gradient(180deg, #fff 0%, var(--bg) 100%); }
.web-banners { position: relative; padding-bottom: 18px; }
.web-banner-viewport { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.web-banner-viewport::-webkit-scrollbar { display: none; }
.web-banner-track { display: flex; gap: 16px; }
.web-banner-card { width: calc((100% - 32px) / 3); min-width: calc((100% - 32px) / 3); aspect-ratio: 1720 / 530; display: block; overflow: hidden; border-radius: 14px; background: #17231d; box-shadow: 0 9px 24px rgba(16,35,25,.1); scroll-snap-align: start; }
.web-banner-card img, .web-banner-card video { width: 100%; height: 100%; display: block; object-fit: cover; }
.web-banner-arrow { position: absolute; top: calc(50% - 9px); z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.95); color: var(--brand); box-shadow: 0 8px 22px rgba(0,0,0,.12); cursor: pointer; font-size: 28px; line-height: 1; transform: translateY(-50%); }
.web-banner-arrow:hover { background: #fff7df; }
.web-banner-arrow.is-prev { left: -20px; }
.web-banner-arrow.is-next { right: -20px; }
.web-banner-arrow.is-disabled { display: none; }
.web-banner-dots { display: flex; justify-content: center; align-items: center; gap: 5px; padding-top: 10px; }
.web-banner-dots[hidden] { display: none; }
.web-banner-dots button { width: 6px; height: 6px; padding: 0; border: 0; border-radius: 999px; background: rgba(15,61,40,.2); cursor: pointer; transition: width .2s, background .2s; }
.web-banner-dots button.active { width: 18px; background: var(--accent); }
.home-fallback-hero { min-height: 340px; display: flex; align-items: center; padding: 54px; overflow: hidden; border-radius: 22px; color: #fff; background: radial-gradient(circle at 76% 30%, rgba(230,168,0,.45), transparent 27%), linear-gradient(125deg,#101a14,#244331); }
.home-fallback-hero > div { max-width: 560px; }
.home-eyebrow, .section-kicker { display: block; margin-bottom: 7px; color: var(--accent-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.home-fallback-hero .home-eyebrow { color: #ffd35b; }
.home-fallback-hero h1 { margin-bottom: 12px; font-size: clamp(34px,5vw,56px); line-height: 1.08; }
.home-fallback-hero p { margin-bottom: 26px; color: rgba(255,255,255,.78); font-size: 18px; }
.home-categories { display: flex; align-items: center; gap: 0; margin-top: 10px; padding: 8px 12px; overflow-x: auto; border: 1px solid rgba(0,0,0,.05); border-radius: 16px; background: #fff; box-shadow: 0 8px 26px rgba(16,35,25,.045); scrollbar-width: none; }
.home-categories::-webkit-scrollbar { display: none; }
.home-categories a { flex: 0 0 auto; padding: 8px 17px; border-right: 1px solid var(--line); color: var(--text); font-size: 14px; font-weight: 700; white-space: nowrap; }
.home-categories a:last-child { border-right: 0; }
.home-categories a:hover, .home-categories a.active { color: var(--brand); background: var(--brand-soft); border-radius: 10px; }
.home-restaurants { padding-top: 34px; }
.home-restaurants .section-head { align-items: flex-end; margin-bottom: 23px; }
.home-restaurants .section-head h2 { line-height: 1.1; }

@media (max-width: 640px) {
  .home-top { padding-top: 12px; }
  .web-banners { padding-bottom: 12px; }
  .web-banner-track { gap: 10px; }
  .web-banner-card { width: 82%; min-width: 82%; border-radius: 12px; }
  .web-banner-arrow { display: none; }
  .web-banner-dots { padding-top: 8px; }
  .home-categories { margin-top: 7px; padding: 6px 8px; border-radius: 13px; }
  .home-categories a { padding: 7px 13px; font-size: 13px; }
  .home-fallback-hero { min-height: 280px; padding: 30px 24px; }
  .home-restaurants { padding-top: 30px; }
  .home-restaurants .section-head { margin-bottom: 18px; }
  .section-kicker { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) { .web-banner-track { transition: none; } }
