:root {
  --color-primary: #c41e1e;
  --color-primary-dark: #8b1414;
  --color-primary-light: #e83535;
  --color-accent: #9ca3af;
  --color-bg: #f0f1f4;
  --color-bg-soft: #e4e6eb;
  --color-surface: #ffffff;
  --color-dark: #1a1819;
  --color-accent-bg: #f6f0f0;
  --color-accent-bg-deep: #efe4e4;
  --color-accent-surface: #ffffff;
  --color-accent-border: rgba(196, 30, 30, 0.14);
  --color-accent-text: #2a2224;
  --color-accent-muted: #5c4f52;
  --color-footer: #6b2222;
  --color-footer-deep: #521a1a;
  --color-carta-frame: #f7ebb7;
  --color-carta-frame-deep: #f7ebb7;
  --color-text: #1a1819;
  --color-muted: #5c636e;
  --color-white: #ffffff;
  --shadow-soft: 0 20px 50px rgba(18, 16, 17, 0.08);
  --shadow-card: 0 8px 28px rgba(18, 16, 17, 0.06);
  --shadow-dark: 0 24px 64px rgba(0, 0, 0, 0.35);
  --radius-xl: 24px;
  --radius-lg: 18px;
  --radius-md: 12px;
  --container: 1140px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 10px;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 10px 14px;
  border-radius: 10px;
  z-index: 9999;
}

.skip-link:focus {
  left: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(240, 241, 244, 0.9);
  backdrop-filter: blur(20px) saturate(1.15);
  border-bottom: 1px solid rgba(18, 16, 17, 0.06);
}

.navbar {
  width: min(100% - 28px, var(--container));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 48px;
  height: 56px;
  display: grid;
  place-items: center;
  background: transparent;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 4px 12px rgba(155, 28, 28, 0.2));
}

.brand-text {
  display: grid;
  line-height: 1.15;
}

.brand-text strong {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-dark);
  letter-spacing: 0.02em;
}

.brand-text small {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 0 auto;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: var(--color-muted);
  font-weight: 750;
  font-size: 0.94rem;
}

.nav-links a:hover {
  color: var(--color-primary);
}

.nav-whatsapp {
  text-decoration: none;
  background: #24c15f;
  color: var(--color-white);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 850;
  box-shadow: 0 12px 30px rgba(36, 193, 95, 0.25);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 0;
  background: var(--color-white);
  color: var(--color-primary);
  width: 44px;
  height: 44px;
  border-radius: 14px;
  font-size: 1.35rem;
  box-shadow: var(--shadow-card);
}

.section-padding,
.section {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 64px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(196, 30, 30, 0.06), transparent 55%),
    radial-gradient(ellipse 45% 35% at 100% 50%, rgba(18, 16, 17, 0.04), transparent 50%),
    linear-gradient(180deg, #f8f9fb 0%, var(--color-bg) 70%, var(--color-bg-soft) 100%);
  z-index: 0;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 40px 56px;
  align-items: center;
}

.hero-brand-block {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 12px 0 8px;
}

.hero-logo-glow {
  position: absolute;
  width: min(340px, 80vw);
  height: min(340px, 50vh);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(196, 30, 30, 0.12) 0%, transparent 65%);
  filter: blur(12px);
  z-index: 0;
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: min(300px, 78vw);
  max-height: min(46vh, 400px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 48px rgba(26, 20, 18, 0.22));
}

.hero-copy {
  text-align: left;
}

.hero-visual {
  position: relative;
}

.hero-photo-frame {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 3;
  background: var(--color-bg-soft);
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-badge {
  position: absolute;
  right: -8px;
  bottom: 24px;
  background: var(--color-white);
  border: 1px solid rgba(155, 28, 28, 0.12);
  border-radius: 18px;
  padding: 14px 20px;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.hero-badge-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--color-muted);
  font-weight: 700;
}

.hero-badge strong {
  font-size: 1.15rem;
  color: var(--color-primary);
  letter-spacing: 0.02em;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--color-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
}

.hero h1,
.section-header h2,
.split-layout h2,
.cta-section h2 {
  margin: 0;
  font-family: var(--font-display);
  color: var(--color-dark);
  line-height: 1.08;
  font-weight: 700;
}

.hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  letter-spacing: -0.02em;
}

.hero-tagline {
  margin: 10px 0 0;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  font-weight: 600;
  color: var(--color-primary-dark);
}

.hero-description {
  font-size: 1rem;
  color: var(--color-muted);
  max-width: 480px;
  margin: 16px 0 0;
  font-weight: 400;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-pills {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-pills li {
  background: var(--color-surface);
  border: 1px solid rgba(18, 16, 17, 0.08);
  border-radius: 999px;
  padding: 10px 18px;
  box-shadow: var(--shadow-card);
}

.hero-pills strong {
  display: inline;
  color: var(--color-dark);
  font-size: 0.8rem;
  margin-right: 6px;
}

.hero-pills span {
  color: var(--color-muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, #25d366, #18a64b);
  color: var(--color-white);
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.28);
  text-align: center;
}

.btn-primary:hover {
  box-shadow: 0 20px 42px rgba(37, 211, 102, 0.34);
}

.btn-secondary {
  background: var(--color-surface);
  color: var(--color-text);
  border-color: rgba(18, 16, 17, 0.12);
  box-shadow: var(--shadow-card);
}

.btn.full {
  width: 100%;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-description {
    margin-left: auto;
    margin-right: auto;
  }

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

  .hero-pills {
    justify-content: center;
  }

  .hero-visual {
    max-width: 520px;
    margin: 0 auto;
  }

  .hero-badge {
    right: 12px;
    bottom: 16px;
  }
}

@media (max-width: 520px) {
  .hero {
    padding: 32px 0 48px;
  }

  .hero-logo {
    width: min(240px, 85vw);
    max-height: 38vh;
  }

  .hero-pills li {
    width: 100%;
    text-align: center;
    border-radius: var(--radius-md);
  }
}

.image-placeholder {
  min-height: 240px;
  height: 100%;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(155, 28, 28, 0.84), rgba(111, 17, 17, 0.86)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.08) 0 12px,
      transparent 12px 24px
    );
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--color-white);
  padding: 24px;
  font-weight: 850;
  overflow: hidden;
  position: relative;
}

.image-placeholder::after {
  content: "";
  position: absolute;
  inset: auto -20% -35% -20%;
  height: 58%;
  background: radial-gradient(circle, rgba(196, 30, 30, 0.2), transparent 62%);
}

.image-placeholder span {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.image-hero {
  min-height: 528px;
}

.floating-card {
  position: absolute;
  left: 34px;
  bottom: 34px;
  right: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(155, 28, 28, 0.12);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 40px rgba(23, 19, 18, 0.18);
  display: grid;
  gap: 4px;
}

.floating-card strong {
  color: var(--color-primary);
  font-size: 1.15rem;
}

.floating-card span {
  color: var(--color-muted);
}

.trust-strip {
  background: linear-gradient(180deg, var(--color-accent-bg) 0%, var(--color-accent-bg-deep) 100%);
  padding: 36px 0;
  border-top: 1px solid var(--color-accent-border);
  border-bottom: 1px solid var(--color-accent-border);
}

.trust-bar {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-bar article {
  background: var(--color-accent-surface);
  border: 1px solid var(--color-accent-border);
  border-radius: var(--radius-lg);
  padding: 20px;
  box-shadow: var(--shadow-card);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.trust-bar article:hover {
  border-color: rgba(196, 30, 30, 0.35);
  transform: translateY(-2px);
}

.trust-bar strong {
  display: block;
  color: var(--color-accent-text);
  font-size: 0.95rem;
}

.trust-bar span {
  display: block;
  color: var(--color-accent-muted);
  font-size: 0.88rem;
  margin-top: 6px;
}

.section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section-light {
  background: var(--color-bg);
}

.section-muted {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - var(--container)) / 2));
  padding-right: max(16px, calc((100% - var(--container)) / 2));
  background: linear-gradient(180deg, #e8eaef 0%, #dfe2e8 100%);
}

.section-accent,
.section-carta,
.section-reviews {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100% - var(--container)) / 2));
  padding-right: max(16px, calc((100% - var(--container)) / 2));
  background:
    radial-gradient(ellipse 90% 60% at 50% 0%, rgba(196, 30, 30, 0.06), transparent 60%),
    linear-gradient(165deg, var(--color-accent-bg) 0%, var(--color-accent-bg-deep) 100%);
  color: var(--color-accent-text);
}

.section-accent .section-header h2,
.section-carta .section-header h2,
.section-reviews .section-header h2 {
  color: var(--color-accent-text);
}

.section-accent .section-header p,
.section-carta .section-header p,
.section-reviews .section-header p {
  color: var(--color-accent-muted);
}

.section-header {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-header h2,
.split-layout h2,
.cta-section h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.section-header p {
  color: var(--color-muted);
  margin: 14px auto 0;
  max-width: 680px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

.food-card {
  background: var(--color-white);
  border: 1px solid rgba(155, 28, 28, 0.1);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.food-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-soft);
}

.food-image {
  height: 200px;
  padding: 12px;
}

.food-image .image-placeholder {
  min-height: 100%;
  border-radius: 16px;
  padding: 0;
  background: var(--color-bg-soft);
}

.food-image .image-placeholder::after {
  display: none;
}

.food-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0 18px 18px;
}

.food-content h3 {
  margin: 0 0 8px;
  color: var(--color-dark);
  font-size: 1.18rem;
}

.food-content p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.94rem;
}

.food-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.food-bottom strong {
  color: var(--color-primary);
  font-size: 1.05rem;
}

.food-bottom a,
.combo-card a {
  color: var(--color-primary);
  font-weight: 900;
  text-decoration: none;
}

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

.combo-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 28px;
  display: grid;
  gap: 14px;
}

.combo-card.featured {
  background: linear-gradient(145deg, #ffffff, #fff2d7);
  color: var(--color-text);
}

.combo-card h3 {
  margin: 0;
  font-size: 1.45rem;
}

.combo-card p {
  margin: 0;
  opacity: 0.86;
}

.combo-card strong {
  font-size: 2rem;
  color: #f0a8a8;
}

.combo-card.featured strong {
  color: var(--color-primary);
}

.badge {
  width: fit-content;
  background: var(--color-primary);
  color: var(--color-dark);
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 0.82rem;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 52px;
  align-items: center;
}

.split-layout > div > p {
  color: var(--color-muted);
}

.steps {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.steps article {
  display: flex;
  gap: 14px;
  background: var(--color-white);
  border: 1px solid rgba(155, 28, 28, 0.1);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(23, 19, 18, 0.06);
}

.steps span {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: 950;
}

.steps h3,
.steps p {
  margin: 0;
}

.steps p {
  color: var(--color-muted);
}

.order-box,
.map-box {
  background: var(--color-white);
  border: 1px solid rgba(155, 28, 28, 0.1);
  border-radius: var(--radius-xl);
  padding: 25px;
  box-shadow: var(--shadow-soft);
}

.order-box h3,
.map-box h3 {
  margin: 0 0 8px;
  font-size: 1.5rem;
}

.order-box p,
.map-box p {
  color: var(--color-muted);
}

.message-preview {
  background: #edfdf3;
  border: 1px solid rgba(37, 211, 102, 0.22);
  color: #146c35;
  padding: 16px;
  border-radius: 18px;
  margin: 18px 0;
  font-weight: 800;
}


.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px;
  padding: 10px 0;
  grid-auto-flow: dense;
}

.gallery-item {
  background: var(--color-surface);
  border: 5px solid #9b1c1c;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 1/1;
  box-shadow: 0 6px 18px rgba(155,28,28,0.10);
  transition: transform 0.18s, box-shadow 0.18s;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.18s;
}

.gallery-item:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 32px rgba(155,28,28,0.18);
}

/* Imagen vertical grande (restaurante principal) */

/* Imagen principal destacada: ocupa 2x2 */
.gallery-item.featured-main {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 2/2;
}
.gallery-item.featured-main img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* Imagen final más ancha pero mismo alto que las normales */
.gallery-item.wide-normal {
  grid-column: span 2;
  aspect-ratio: 2/1;
  min-width: 0;
}
.gallery-item.wide-normal img {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.location-layout {
  align-items: stretch;
}

.info-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.info-list p {
  margin: 0;
  background: var(--color-white);
  border: 1px solid rgba(155, 28, 28, 0.1);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 24px rgba(23, 19, 18, 0.05);
}

.location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.map-placeholder {
  min-height: 330px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(155, 28, 28, 0.88), rgba(23, 19, 18, 0.94)),
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.08) 0 12px,
      transparent 12px 24px
    );
  color: var(--color-white);
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 1.4rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.review-card {
  background: var(--color-accent-surface);
  border: 1px solid var(--color-accent-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
}

.stars {
  color: var(--color-primary);
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}

.review-card p {
  font-size: 1.02rem;
}

.faq {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq details {
  background: var(--color-white);
  border: 1px solid rgba(155, 28, 28, 0.1);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(23, 19, 18, 0.05);
}

.faq summary {
  cursor: pointer;
  color: var(--color-dark);
  font-weight: 900;
}

.faq p {
  color: var(--color-muted);
  margin-bottom: 0;
}

.cta-section {
  width: min(100% - 32px, 1050px);
  margin: 20px auto 84px;
  background:
    radial-gradient(circle at 85% 20%, rgba(196, 30, 30, 0.25), transparent 28%),
    linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
  color: var(--color-white);
  border-radius: 34px;
  padding: 44px;
  box-shadow: 0 24px 60px rgba(155, 28, 28, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cta-section h2,
.cta-section p,
.cta-section .eyebrow {
  color: var(--color-white);
}

.cta-section p {
  margin-bottom: 0;
  opacity: 0.88;
}

.site-footer {
  background: linear-gradient(165deg, var(--color-footer) 0%, var(--color-footer-deep) 100%);
  color: var(--color-white);
  padding: 34px max(16px, calc((100% - var(--container)) / 2));
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
  margin: 6px 0 0;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1200;
  background: #25d366;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 950;
  padding: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 44px rgba(37, 211, 102, 0.36);
  isolation: isolate;
}

/* pequeña "colita" a la izquierda del botón (como burbuja de chat) */
.whatsapp-float::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 1px;
  width: 31px;
  height: 29px;
  background: #25d366;
  border-radius: 8px 0 18px 8px;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.22);
  transform: rotate(12deg) skew(-10deg);
  transform-origin: 100% 100%;
  z-index: -1;
}

/* WhatsApp icon inside nav and floating button */
.nav-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.wa-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-whatsapp .wa-icon svg {
  width: 20px;
  height: 20px;
}

.whatsapp-float .wa-icon svg {
  width: 28px;
  height: 28px;
}

.wa-text {
  font-weight: 900;
  letter-spacing: -0.01em;
}

/* Accessibility: visually hidden text for screen readers */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 1060px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .split-layout,
  .combo-grid {
    grid-template-columns: 1fr;
  }

  .trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid .tall,
  .gallery-grid .wide {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 820px) {
  .navbar {
    min-height: 70px;
  }

  .menu-toggle {
    display: grid;
    place-items: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 78px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--color-white);
    border: 1px solid rgba(155, 28, 28, 0.12);
    border-radius: 22px;
    padding: 16px;
    box-shadow: var(--shadow-soft);
  }

  .nav-links.show {
    display: flex;
  }

  .nav-links a {
    display: block;
    padding: 12px;
  }

  .nav-whatsapp {
    display: none;
  }

  .reviews-grid,
  .cards-grid,
  .trust-bar,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .cta-section,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-section {
    padding: 30px;
  }

  .food-image {
    height: 230px;
  }
}

@media (max-width: 520px) {
  .brand-text small {
    display: none;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-actions,
  .location-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .floating-card {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }

  .whatsapp-float {
    left: 18px;
    right: 18px;
    text-align: center;
    width: 56px;
    height: 56px;
  }
}
/* Contenedor principal del banner (Estilo tarjeta roja de la imagen) */
.cta-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}
.cta-text {
  max-width: 70%;
}
.cta-text .eyebrow {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  opacity: 0.85;
  font-weight: 700;
}
.cta-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 16px 0;
}
.text-nowrap {
  white-space: nowrap;
}
.cta-text .description {
  font-size: 1.05rem;
  opacity: 0.92;
  margin: 0;
}
.cta-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cta {
  font-size: 1.15rem;
  font-weight: 800;
  padding: 18px 38px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25d366 0%, #1ebe57 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.18);
  border: none;
  transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
  text-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.btn-cta:hover {
  background: linear-gradient(90deg, #1ebe57 0%, #25d366 100%);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.22);
  transform: translateY(-2px) scale(1.04);
}
@media (max-width: 900px) {
  .cta-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .cta-btn-box {
    width: 100%;
    justify-content: flex-start;
  }
  .cta-text {
    max-width: 100%;
  }
}

/* ——— Carta (visor tipo libro) ——— */
.section-carta {
  padding-top: 72px;
  padding-bottom: 80px;
}

.carta-viewer {
  width: min(100% - 24px, 920px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
}

.carta-nav {
  width: 52px;
  height: 52px;
  border: 1px solid var(--color-accent-border);
  border-radius: 50%;
  background: var(--color-accent-surface);
  color: var(--color-primary);
  font-size: 1.35rem;
  cursor: pointer;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  display: grid;
  place-items: center;
}

.carta-nav:hover:not(:disabled) {
  transform: translateY(-2px);
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.carta-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  box-shadow: none;
}

.carta-stage {
  margin: 0;
  min-width: 0;
}

.carta-page-frame {
  background: linear-gradient(180deg, var(--color-carta-frame) 0%, var(--color-carta-frame-deep) 100%);
  border-radius: var(--radius-lg);
  padding: 12px;
  border: 1px solid rgba(230, 168, 48, 0.35);
  box-shadow: 0 16px 40px rgba(180, 130, 20, 0.12);
  position: relative;
  overflow: hidden;
}

.carta-page-frame::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(90deg, rgba(196, 30, 30, 0.25), transparent);
  pointer-events: none;
  z-index: 1;
}

.carta-image {
  width: 100%;
  height: auto;
  max-height: min(72vh, 820px);
  object-fit: contain;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--color-carta-frame);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.carta-image.is-changing {
  opacity: 0.35;
  transform: scale(0.985);
}

.carta-caption {
  text-align: center;
  margin-top: 14px;
  color: var(--color-accent-muted);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
}

.carta-controls {
  width: min(100% - 32px, 920px);
  margin: 28px auto 0;
  display: grid;
  gap: 20px;
}

.carta-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.carta-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(196, 30, 30, 0.2);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.carta-dot.is-active {
  background: var(--color-primary-light);
  transform: scale(1.25);
}

.carta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

@media (max-width: 768px) {
  .carta-viewer {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .carta-nav {
    width: 100%;
    height: 48px;
    border-radius: 14px;
  }

  .carta-nav-prev {
    order: 2;
  }

  .carta-stage {
    order: 1;
  }

  .carta-nav-next {
    order: 3;
  }

  .carta-page-frame {
    padding: 10px;
  }
}

.site-footer a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  color: var(--color-primary-light);
}

.footer-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
}

.info-list a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
}

.info-list a:hover {
  text-decoration: underline;
}

@media (max-width: 820px) {
  .trust-bar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .trust-bar {
    grid-template-columns: 1fr;
  }
}
