/* ============================================================================
   ARCHIVO: app/Modules/ComerciosLanding/Frontend/Assets/css/11-landing-food.css
   VERSION: 2026.07.21.01
   SCOPE: .ey-food
   ============================================================================ */

.ey-food {
  --fd-primary: #f97316;
  --fd-accent: #ef4444;
  --fd-bg: #0f0f0f;
  --fd-bg-soft: #151515;
  --fd-surface: #1d1d1d;
  --fd-surface-2: #262626;
  --fd-border: #303030;
  --fd-text: #f7f7f7;
  --fd-muted: #a3a3a3;
  --fd-radius: 16px;
  --fd-radius-small: 10px;
  --fd-shadow: 0 18px 50px rgb(0 0 0 / 38%);
  --fd-hero-height: 560px;

  min-height: 100vh;
  overflow-x: hidden;
  background: var(--fd-bg);
  color: var(--fd-text);
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.ey-food *,
.ey-food *::before,
.ey-food *::after {
  box-sizing: border-box;
}

.ey-food img {
  display: block;
  max-width: 100%;
}

.ey-food a {
  color: inherit;
  text-decoration: none;
}

.ey-food button,
.ey-food input {
  font: inherit;
}

.ey-food [hidden] {
  display: none !important;
}

.fd-shell {
  width: min(calc(100% - 32px), 1200px);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

/* Topbar */

.fd-topbar {
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid var(--fd-border);
  background: rgb(10 10 10 / 92%);
  backdrop-filter: blur(16px);
}

.fd-topbar__inner {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.fd-topbar__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.fd-topbar__logo,
.fd-topbar__logo-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  border-radius: 11px;
}

.fd-topbar__logo {
  object-fit: cover;
  border: 2px solid var(--fd-primary);
}

.fd-topbar__logo-icon {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--fd-primary), var(--fd-accent));
}

.fd-topbar__name {
  min-width: 0;
  max-width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fd-open-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  white-space: nowrap;
}

.fd-open-badge--open {
  color: #4ade80;
  background: rgb(34 197 94 / 12%);
  border: 1px solid rgb(34 197 94 / 28%);
}

.fd-open-badge--closed {
  color: #f87171;
  background: rgb(239 68 68 / 12%);
  border: 1px solid rgb(239 68 68 / 28%);
}

.fd-open-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.fd-topbar__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 2px;
}

.fd-topbar__nav a {
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--fd-muted);
  font-size: 0.82rem;
}

.fd-topbar__nav a:hover,
.fd-topbar__nav a:focus-visible {
  color: var(--fd-text);
  background: var(--fd-surface);
}

.fd-topbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fd-cart-btn {
  min-height: 40px;
  padding: 7px 11px;
  border: 1px solid var(--fd-border);
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--fd-surface);
}

.fd-cart-count {
  min-width: 19px;
  height: 19px;
  padding-inline: 5px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--fd-primary);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 900;
}

.fd-burger {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--fd-border);
  border-radius: 10px;
  background: var(--fd-surface);
  cursor: pointer;
}

.fd-burger span {
  display: block;
  height: 2px;
  margin-block: 4px;
  border-radius: 2px;
  background: var(--fd-text);
}

/* Hero */

.fd-hero {
  position: relative;
  min-height: var(--fd-hero-height);
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 20%, rgb(249 115 22 / 18%), transparent 32%),
    linear-gradient(135deg, #180a02, #0f0f0f 58%, #1a0505);
}

.fd-hero__image,
.fd-hero__overlay {
  position: absolute;
  inset: 0;
}

.fd-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fd-hero__overlay {
  background:
    linear-gradient(
      90deg,
      rgb(8 8 8 / 94%) 0%,
      rgb(8 8 8 / 75%) 48%,
      rgb(8 8 8 / 42%) 100%
    );
}

.fd-hero__content {
  position: relative;
  z-index: 2;
  padding-block: 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: 48px;
}

.fd-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--fd-primary);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fd-hero__title {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.fd-hero__description {
  max-width: 650px;
  margin: 20px 0 0;
  color: #d4d4d4;
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.65;
}

.fd-hero__meta {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fd-rating,
.fd-status-open,
.fd-status-closed {
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
}

.fd-rating {
  color: #fbbf24;
  background: rgb(251 191 36 / 11%);
  border: 1px solid rgb(251 191 36 / 24%);
}

.fd-status-open {
  color: #4ade80;
  background: rgb(34 197 94 / 11%);
  border: 1px solid rgb(34 197 94 / 24%);
}

.fd-status-closed {
  color: #f87171;
  background: rgb(239 68 68 / 11%);
  border: 1px solid rgb(239 68 68 / 24%);
}

.fd-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fd-actions--center {
  justify-content: center;
}

.fd-btn {
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 800;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.fd-btn:hover {
  transform: translateY(-1px);
}

.fd-btn--primary {
  color: #fff;
  background: var(--fd-primary);
}

.fd-btn--outline {
  color: #fff;
  background: rgb(255 255 255 / 6%);
  border-color: rgb(255 255 255 / 30%);
}

.fd-btn--ghost {
  color: var(--fd-text);
  background: var(--fd-surface);
  border-color: var(--fd-border);
}

.fd-btn--small {
  min-height: 38px;
  padding: 8px 13px;
  font-size: 0.79rem;
}

.fd-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.fd-hero__features {
  display: grid;
  gap: 12px;
}

.fd-feature {
  padding: 18px;
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: var(--fd-radius);
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgb(15 15 15 / 72%);
  backdrop-filter: blur(12px);
}

.fd-feature > span {
  font-size: 1.8rem;
}

.fd-feature strong,
.fd-feature small {
  display: block;
}

.fd-feature small {
  margin-top: 3px;
  color: var(--fd-muted);
  line-height: 1.4;
}

/* Stats */

.fd-stats {
  border-block: 1px solid var(--fd-border);
  background: var(--fd-bg-soft);
}

.fd-stats__grid {
  padding-block: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.fd-stat {
  padding: 14px;
  text-align: center;
  border-right: 1px solid var(--fd-border);
}

.fd-stat:last-child {
  border-right: 0;
}

.fd-stat strong,
.fd-stat span {
  display: block;
}

.fd-stat strong {
  color: var(--fd-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
}

.fd-stat span {
  margin-top: 4px;
  color: var(--fd-muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Sections */

.fd-menu,
.fd-gallery,
.fd-hours,
.fd-reviews,
.fd-contact {
  padding-block: 72px;
}

.fd-gallery,
.fd-reviews {
  background: var(--fd-bg-soft);
}

.fd-section-heading {
  margin-bottom: 28px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.fd-section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 2.7rem);
  line-height: 1.05;
}

.fd-categories {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 5px;
  scrollbar-width: thin;
}

.fd-category {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--fd-border);
  border-radius: 999px;
  background: var(--fd-surface);
  color: var(--fd-muted);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
}

.fd-category.is-active {
  color: #fff;
  border-color: var(--fd-primary);
  background: var(--fd-primary);
}

.fd-search {
  max-width: 560px;
  min-height: 46px;
  margin-bottom: 28px;
  padding-inline: 14px;
  border: 1px solid var(--fd-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--fd-surface);
}

.fd-search:focus-within {
  border-color: var(--fd-primary);
}

.fd-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--fd-text);
}

.fd-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.fd-product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius);
  display: flex;
  flex-direction: column;
  background: var(--fd-surface);
}

.fd-product-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--fd-surface-2);
}

.fd-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fd-product-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--fd-accent);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 900;
  text-transform: uppercase;
}

.fd-product-card__badge--warning {
  background: #d97706;
}

.fd-product-card__body {
  flex: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.fd-product-card__category {
  color: var(--fd-primary);
  font-size: 0.67rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.fd-product-card h3 {
  min-height: 2.5em;
  margin: 7px 0 0;
  font-size: 0.98rem;
  line-height: 1.25;
}

.fd-product-card p {
  margin: 9px 0 0;
  color: var(--fd-muted);
  font-size: 0.79rem;
  line-height: 1.48;
}

.fd-product-card__pricing {
  margin-top: auto;
  padding-top: 15px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}

.fd-product-card__pricing strong {
  color: var(--fd-primary);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.fd-product-card__pricing del {
  color: var(--fd-muted);
  font-size: 0.76rem;
}

.fd-product-card__actions {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.fd-empty {
  padding: 48px 20px;
  border: 1px dashed var(--fd-border);
  border-radius: var(--fd-radius);
  text-align: center;
  background: var(--fd-surface);
}

.fd-empty p {
  margin: 8px 0 18px;
  color: var(--fd-muted);
}

/* Gallery */

.fd-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 180px;
  gap: 8px;
}

.fd-gallery__item {
  padding: 0;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background: var(--fd-surface);
}

.fd-gallery__item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.fd-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hours */

.fd-hours__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.fd-hours__day {
  min-height: 104px;
  padding: 15px 10px;
  border: 1px solid var(--fd-border);
  border-radius: 12px;
  display: grid;
  place-content: center;
  gap: 7px;
  text-align: center;
  background: var(--fd-surface);
}

.fd-hours__day.is-today {
  border-color: var(--fd-primary);
  background: rgb(249 115 22 / 9%);
}

.fd-hours__day span {
  color: var(--fd-muted);
  font-size: 0.76rem;
}

/* Reviews */

.fd-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fd-review-card {
  padding: 20px;
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius);
  background: var(--fd-surface);
}

.fd-review-card header {
  display: flex;
  align-items: center;
  gap: 11px;
}

.fd-review-card__avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--fd-primary), var(--fd-accent));
  font-weight: 900;
}

.fd-review-card header strong,
.fd-review-card header span {
  display: block;
}

.fd-review-card header span {
  margin-top: 3px;
  color: #fbbf24;
  font-size: 0.78rem;
}

.fd-review-card p {
  margin: 15px 0 0;
  color: var(--fd-muted);
  line-height: 1.6;
}

/* Contact */

.fd-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 36px;
}

.fd-map {
  height: 390px;
  overflow: hidden;
  border: 1px solid var(--fd-border);
  border-radius: var(--fd-radius);
  background: var(--fd-surface);
}

.fd-contact__info {
  min-width: 0;
}

.fd-contact-card {
  min-width: 0;
  margin-bottom: 12px;
  padding: 17px;
  border: 1px solid var(--fd-border);
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  background: var(--fd-surface);
}

.fd-contact-card > span {
  font-size: 1.25rem;
}

.fd-contact-card small,
.fd-contact-card strong,
.fd-contact-card a {
  display: block;
}

.fd-contact-card small {
  margin-bottom: 4px;
  color: var(--fd-muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.fd-contact-card strong,
.fd-contact-card a {
  overflow-wrap: anywhere;
}

/* CTA and footer */

.fd-cta {
  padding-block: 70px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgb(249 115 22 / 20%), transparent 45%),
    #0b0b0b;
}

.fd-cta__content {
  max-width: 720px;
}

.fd-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.4rem);
}

.fd-cta p {
  margin: 14px 0 0;
  color: var(--fd-muted);
}

.fd-footer {
  padding-block: 26px;
  border-top: 1px solid var(--fd-border);
  color: var(--fd-muted);
  text-align: center;
  background: #080808;
}

.fd-footer a {
  color: var(--fd-primary);
}

/* Lightbox */

.fd-lightbox {
  position: fixed;
  inset: 0;
  z-index: 600;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgb(0 0 0 / 92%);
}

.fd-lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 84vh;
  object-fit: contain;
}

.fd-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 50%;
  background: rgb(255 255 255 / 10%);
  color: #fff;
  cursor: pointer;
  font-size: 1.5rem;
}

/* Responsive */

@media (max-width: 1000px) {
  .fd-topbar__nav {
    display: none;
  }

  .fd-burger {
    display: block;
  }

  .fd-topbar__nav.is-open {
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    padding: 14px 16px;
    border-bottom: 1px solid var(--fd-border);
    display: grid;
    background: rgb(10 10 10 / 98%);
  }

  .fd-hero__content {
    grid-template-columns: 1fr;
  }

  .fd-hero__features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fd-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .fd-hours__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .fd-reviews__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fd-contact__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .fd-shell {
    width: min(calc(100% - 20px), 1200px);
  }

  .fd-open-badge {
    display: none;
  }

  .fd-topbar__name {
    max-width: 150px;
  }

  .fd-hero {
    min-height: auto;
  }

  .fd-hero__content {
    padding-block: 58px;
  }

  .fd-hero__features {
    display: none;
  }

  .fd-actions .fd-btn {
    flex: 1 1 100%;
  }

  .fd-menu,
  .fd-gallery,
  .fd-hours,
  .fd-reviews,
  .fd-contact {
    padding-block: 48px;
  }

  .fd-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .fd-product-card__media {
    aspect-ratio: 1 / 1;
  }

  .fd-product-card__body {
    padding: 11px;
  }

  .fd-product-card h3 {
    min-height: 2.55em;
    font-size: 0.82rem;
  }

  .fd-product-card p {
    font-size: 0.7rem;
  }

  .fd-product-card__pricing strong {
    font-size: 0.94rem;
  }

  .fd-product-card__actions {
    grid-template-columns: 1fr;
  }

  .fd-product-card__actions .fd-btn {
    width: 100%;
  }

  .fd-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 135px;
  }

  .fd-gallery__item:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }

  .fd-hours__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fd-reviews__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .fd-topbar__name {
    max-width: 112px;
  }

  .fd-cart-btn {
    padding-inline: 8px;
  }

  .fd-product-grid {
    gap: 7px;
  }

  .fd-product-card__body {
    padding: 9px;
  }

  .fd-product-card__badge {
    top: 7px;
    left: 7px;
    max-width: calc(100% - 14px);
    font-size: 0.56rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fd-btn {
    transition: none;
  }
}
