/* ============================================================
   Espetinhos do Zé e da Mel - Tema Azul Premium
   ============================================================ */

:root {
  --bg: #07111f;
  --bg-2: #0b1728;
  --bg-3: #0e223a;
  --card: #10243c;
  --card-soft: #143052;
  --blue: #38bdf8;
  --blue-2: #60a5fa;
  --blue-3: #93c5fd;
  --cyan: #67e8f9;
  --text: #f2f8ff;
  --muted: #b8c7d9;
  --danger: #fb7185;
  --success: #34d399;
  --warning: #fbbf24;
  --border: rgba(96, 165, 250, .24);
  --shadow: 0 18px 45px rgba(0,0,0,.42);
  --blue-shadow: 0 18px 45px rgba(56,189,248,.16);
  --radius: 22px;
  --max: 1180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Lato', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.18), transparent 32%),
    radial-gradient(circle at top right, rgba(37,99,235,.20), transparent 36%),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.018) 0px,
      rgba(255,255,255,.018) 2px,
      rgba(0,0,0,.02) 4px,
      rgba(0,0,0,.02) 9px
    ),
    linear-gradient(135deg, #050b13 0%, #071827 48%, #04070d 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(14,56,92,.17), transparent 25%, rgba(255,255,255,.025) 50%, transparent 75%, rgba(14,56,92,.12)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='260' height='260' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  opacity: .36;
  mix-blend-mode: overlay;
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
button, input, textarea, select { font-family: inherit; }

.container {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
}

h1, h2, h3, .brand-title {
  font-family: 'Playfair Display', serif;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: rgba(5, 12, 22, .88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 12px 30px rgba(0,0,0,.38);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 245px;
}

.logo {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  border: 1px solid rgba(56,189,248,.55);
  background:
    linear-gradient(135deg, rgba(103,232,249,.98), rgba(37,99,235,.82)),
    radial-gradient(circle, rgba(255,255,255,.3), transparent 60%);
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(56,189,248,.22);
  flex: 0 0 auto;
}

.logo span {
  font-family: 'Playfair Display', serif;
  font-size: 1.45rem;
  font-weight: 800;
  color: #04111f;
  letter-spacing: -.04em;
}

.brand-text strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.05;
  color: var(--cyan);
}

.brand-text small {
  color: var(--muted);
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 8px 0;
}

.nav-wrap::-webkit-scrollbar { display: none; }

.nav-link {
  border: 1px solid rgba(56,189,248,.26);
  color: var(--text);
  background: rgba(255,255,255,.035);
  padding: 10px 15px;
  border-radius: 999px;
  white-space: nowrap;
  font-size: .9rem;
  transition: .25s ease;
}

.nav-link:hover {
  background: rgba(56,189,248,.14);
  border-color: rgba(56,189,248,.62);
  transform: translateY(-2px);
}

.hero {
  padding: 138px 0 48px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 34px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 900;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 36px;
  height: 1px;
  background: var(--blue);
}

h1 {
  font-size: clamp(2.55rem, 7vw, 5.45rem);
  line-height: .95;
  letter-spacing: -.045em;
  max-width: 790px;
  color: #f7fbff;
}

.hero p {
  margin-top: 20px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.75;
  max-width: 640px;
}

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

.btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 900;
  letter-spacing: .02em;
  transition: .25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: 'Lato', sans-serif;
}

.btn-primary {
  background: linear-gradient(135deg, var(--cyan), var(--blue-2));
  color: #04111f;
  box-shadow: 0 15px 30px rgba(56,189,248,.20);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 35px rgba(56,189,248,.30);
}

.btn-ghost {
  background: rgba(255,255,255,.04);
  color: var(--text);
  border: 1px solid rgba(56,189,248,.35);
}

.btn-ghost:hover {
  border-color: var(--blue);
  background: rgba(56,189,248,.09);
  transform: translateY(-3px);
}

.btn-danger {
  background: rgba(251,113,133,.14);
  color: #fecdd3;
  border: 1px solid rgba(251,113,133,.38);
}

.btn-small {
  padding: 10px 13px;
  font-size: .82rem;
}

.hero-photo {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 430px;
  border: 1px solid rgba(56,189,248,.28);
  background:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.78) 100%),
    url("https://images.unsplash.com/photo-1555939594-58d7cb561ad1?auto=format&fit=crop&w=1400&q=85") center/cover;
}

.hero-photo::after {
  content: "Carvão • Tempero • Tradição";
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(0,0,0,.58);
  border: 1px solid rgba(56,189,248,.33);
  color: var(--cyan);
  border-radius: 999px;
  padding: 13px 18px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.section {
  padding: 48px 0;
  scroll-margin-top: 112px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  letter-spacing: -.035em;
  color: #f7fbff;
}

.section-sub {
  color: var(--muted);
  max-width: 580px;
  line-height: 1.65;
  margin-top: 8px;
}

.loading {
  min-height: 260px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  gap: 16px;
}

.spinner {
  width: 46px;
  height: 46px;
  border: 4px solid rgba(56,189,248,.17);
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-inline: auto;
}

@keyframes spin { to { transform: rotate(360deg); } }

.error-box, .success-box, .info-box {
  margin: 18px 0;
  padding: 16px;
  border-radius: 18px;
  line-height: 1.55;
  display: none;
}

.error-box {
  border: 1px solid rgba(251,113,133,.4);
  background: rgba(251,113,133,.09);
  color: #ffdce2;
}

.success-box {
  border: 1px solid rgba(52,211,153,.4);
  background: rgba(52,211,153,.09);
  color: #d1fae5;
}

.info-box {
  display: block;
  border: 1px solid rgba(56,189,248,.32);
  background: rgba(56,189,248,.08);
  color: #dff7ff;
}

.promo-banner {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 0;
  overflow: hidden;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(56,189,248,.16), rgba(255,255,255,.03)),
    rgba(16, 36, 60, .94);
  border: 1px solid rgba(56,189,248,.32);
  box-shadow: var(--blue-shadow);
}

.promo-img {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.promo-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.36));
}

.promo-content {
  padding: clamp(26px, 5vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tag {
  width: max-content;
  background: rgba(56,189,248,.14);
  border: 1px solid rgba(56,189,248,.38);
  color: var(--cyan);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
  margin-bottom: 16px;
}

.promo-content h3 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #f7fbff;
}

.promo-content p {
  color: var(--muted);
  line-height: 1.75;
  margin-top: 13px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.old-price {
  color: #8da2b8;
  font-size: 1.1rem;
  text-decoration: line-through;
}

.promo-price,
.product-price {
  color: var(--cyan);
  font-weight: 900;
  font-size: 1.55rem;
}

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

.product-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.015)),
    var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,.26);
  transition: .28s ease;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-7px);
  border-color: rgba(56,189,248,.56);
  box-shadow: 0 25px 55px rgba(0,0,0,.32), 0 16px 35px rgba(56,189,248,.13);
}

.product-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #07111f;
  position: relative;
}

.product-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.35));
}

.highlight-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  color: #04111f;
  background: linear-gradient(135deg, var(--cyan), var(--blue-2));
  border-radius: 999px;
  padding: 8px 11px;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(0,0,0,.2);
}

.product-info {
  padding: 21px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
}

.product-info h3 {
  font-size: 1.38rem;
  color: #f7fbff;
  line-height: 1.15;
}

.product-info p {
  color: var(--muted);
  line-height: 1.58;
  font-size: .96rem;
  flex: 1;
}

.category-section + .category-section { margin-top: 46px; }

.category-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.category-title h2 {
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  color: #f7fbff;
}

.category-title::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(56,189,248,.55), transparent);
}

.empty-state {
  border: 1px dashed rgba(56,189,248,.32);
  background: rgba(255,255,255,.035);
  border-radius: 20px;
  padding: 26px;
  color: var(--muted);
  line-height: 1.6;
}

.footer {
  margin-top: 38px;
  padding: 38px 0;
  background: rgba(0,0,0,.34);
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 24px;
}

.footer h3 {
  color: var(--cyan);
  margin-bottom: 9px;
  font-size: 1.35rem;
}

.footer p,
.footer a {
  color: var(--muted);
  line-height: 1.7;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.78);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
  backdrop-filter: blur(8px);
}

.modal-overlay.active {
  display: flex;
  animation: fadeIn .25s ease both;
}

.modal {
  width: min(100%, 520px);
  background:
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    #07111f;
  border: 1px solid rgba(56,189,248,.58);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 16px 50px rgba(56,189,248,.18);
  animation: modalIn .35s cubic-bezier(.2,.85,.25,1.2) both;
}

.modal-img {
  min-height: 230px;
  background-size: cover;
  background-position: center;
  background-color: #07111f;
}

.modal-content { padding: 28px; }

.modal-content h2 {
  font-size: clamp(1.8rem, 5vw, 2.45rem);
  color: #f7fbff;
  line-height: 1.05;
}

.modal-content p {
  margin-top: 12px;
  color: var(--muted);
  line-height: 1.68;
}

.modal-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@keyframes modalIn {
  from { opacity: 0; transform: scale(.92) translateY(18px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

/* ADMIN */
.admin-body {
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.19), transparent 35%),
    linear-gradient(135deg, #050b13, #071827);
}

.admin-shell {
  padding: 118px 0 42px;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.admin-title h1 {
  font-size: clamp(2rem, 5vw, 3.7rem);
}

.admin-title p {
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.6;
}

.admin-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)),
    rgba(16,36,60,.88);
  border: 1px solid var(--border);
  border-radius: 26px;
  box-shadow: var(--shadow);
  padding: 24px;
}

.login-card {
  max-width: 520px;
  margin: 0 auto;
}

.admin-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.tab-btn {
  border: 1px solid var(--border);
  background: rgba(255,255,255,.04);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 16px;
  cursor: pointer;
  font-weight: 900;
  transition: .25s ease;
}

.tab-btn.active,
.tab-btn:hover {
  background: rgba(56,189,248,.16);
  border-color: rgba(56,189,248,.58);
  color: var(--cyan);
}

.admin-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 22px;
  align-items: start;
}

.form-grid {
  display: grid;
  gap: 13px;
}

.field label {
  display: block;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 900;
  margin-bottom: 7px;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid rgba(96,165,250,.22);
  background: rgba(0,0,0,.22);
  color: var(--text);
  border-radius: 14px;
  padding: 12px 13px;
  outline: none;
  transition: .2s ease;
}

.field textarea {
  min-height: 92px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(56,189,248,.11);
}

.checkbox-line {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-weight: 900;
}

.checkbox-line input {
  width: 18px;
  height: 18px;
}

.table-wrap {
  overflow-x: auto;
  border-radius: 20px;
  border: 1px solid var(--border);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px;
}

.admin-table th,
.admin-table td {
  padding: 13px;
  border-bottom: 1px solid rgba(96,165,250,.14);
  vertical-align: middle;
  text-align: left;
}

.admin-table th {
  color: var(--cyan);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(56,189,248,.08);
}

.admin-table td {
  color: var(--muted);
}

.admin-table tr:hover td {
  background: rgba(255,255,255,.025);
}

.table-img {
  width: 68px;
  height: 48px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--border);
}

.action-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hidden { display: none !important; }

@media (max-width: 960px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 13px 0 10px;
    min-height: unset;
  }

  .nav-wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .hero { padding-top: 170px; }

  .hero-grid,
  .promo-banner,
  .footer-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .hero-photo { min-height: 330px; }

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

@media (max-width: 640px) {
  .container { width: min(100% - 22px, var(--max)); }

  .brand { min-width: 0; }

  .logo {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .hero {
    padding-top: 166px;
    padding-bottom: 30px;
  }

  .hero-photo {
    min-height: 280px;
    border-radius: 24px;
  }

  .hero-photo::after {
    left: 14px;
    bottom: 14px;
    font-size: .82rem;
    padding: 10px 12px;
  }

  .section { padding: 34px 0; }

  .section-head { display: block; }

  .cards-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .product-img { height: 210px; }

  .promo-img { min-height: 245px; }

  .promo-content { padding: 24px; }

  .btn { width: 100%; }

  .modal-content { padding: 22px; }

  .admin-shell { padding-top: 160px; }

  .admin-top {
    display: block;
  }

  .admin-top .btn {
    margin-top: 14px;
  }

  .admin-card { padding: 18px; }
}


/* ============================================================
   Ajustes: início separado, cardápio separado e menu limpo
   ============================================================ */

.clean-header .nav-wrap {
  justify-content: flex-end;
  overflow: visible;
}

.main-nav .nav-link {
  min-width: 92px;
  text-align: center;
}

.nav-link.active {
  background: rgba(56,189,248,.18);
  border-color: rgba(56,189,248,.68);
  color: var(--cyan);
}

.home-hero {
  min-height: 720px;
  display: flex;
  align-items: center;
}

.home-photo {
  min-height: 500px;
}

.home-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.home-highlights div {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 16px;
}

.home-highlights strong {
  display: block;
  color: var(--cyan);
  font-weight: 900;
  margin-bottom: 7px;
}

.home-highlights span {
  display: block;
  color: var(--muted);
  line-height: 1.45;
  font-size: .94rem;
}

.about-section {
  padding-top: 20px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: stretch;
}

.about-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02)),
    rgba(16,36,60,.88);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 4vw, 42px);
}

.about-card p {
  color: var(--muted);
  line-height: 1.75;
  margin-top: 14px;
}

.about-card .btn {
  margin-top: 22px;
}

.about-list h3 {
  color: var(--cyan);
  font-size: 1.7rem;
  margin-bottom: 18px;
}

.about-list ul {
  list-style: none;
  display: grid;
  gap: 12px;
}

.about-list li {
  padding: 14px 15px;
  border-radius: 16px;
  background: rgba(56,189,248,.08);
  border: 1px solid rgba(56,189,248,.2);
  color: var(--text);
  font-weight: 900;
}

.menu-hero {
  padding: 150px 0 42px;
  background:
    radial-gradient(circle at top left, rgba(56,189,248,.14), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent);
  border-bottom: 1px solid rgba(56,189,248,.14);
}

.menu-hero h1 {
  font-size: clamp(2.7rem, 7vw, 5.2rem);
  max-width: 780px;
}

.menu-hero p {
  color: var(--muted);
  line-height: 1.7;
  max-width: 620px;
  margin-top: 14px;
}

.category-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
  padding: 14px;
  border-radius: 22px;
  background: rgba(0,0,0,.20);
  border: 1px solid rgba(56,189,248,.18);
}

.category-bar .nav-link {
  background: rgba(255,255,255,.045);
}

@media (max-width: 960px) {
  .clean-header {
    flex-direction: row;
    align-items: center;
    min-height: 82px;
    padding: 0;
  }

  .clean-header .brand {
    min-width: 0;
  }

  .clean-header .nav-wrap {
    width: auto;
  }

  .home-highlights,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    padding-top: 130px;
    min-height: auto;
  }

  .menu-hero {
    padding-top: 125px;
  }
}

@media (max-width: 640px) {
  .clean-header {
    gap: 10px;
  }

  .clean-header .brand-text strong {
    font-size: 1rem;
  }

  .clean-header .brand-text small {
    font-size: .66rem;
  }

  .main-nav {
    gap: 7px;
  }

  .main-nav .nav-link {
    min-width: auto;
    padding: 9px 12px;
    font-size: .82rem;
  }

  .home-hero {
    padding-top: 120px;
  }

  .home-photo {
    min-height: 310px;
  }

  .menu-hero {
    padding-top: 120px;
  }

  .category-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .category-bar::-webkit-scrollbar {
    display: none;
  }

  .category-bar .nav-link {
    flex: 0 0 auto;
  }
}


/* ============================================================
   REFINO MADEIRO AZUL - Correções visuais e responsivas
   ============================================================ */

:root {
  --bg: #151719;
  --bg-2: #111827;
  --bg-3: #1B3A5C;
  --card: #171c22;
  --card-soft: #202a35;
  --blue: #4A90E2;
  --blue-2: #1B3A5C;
  --blue-3: #7db7ff;
  --cyan: #8cc7ff;
  --text: #f7f7f7;
  --muted: #cbd5df;
  --border: rgba(74,144,226,.32);
  --shadow: 0 22px 58px rgba(0,0,0,.46);
  --blue-shadow: 0 18px 45px rgba(74,144,226,.20);
}

body {
  background:
    radial-gradient(circle at top left, rgba(74,144,226,.16), transparent 34%),
    radial-gradient(circle at top right, rgba(27,58,92,.32), transparent 38%),
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,.018) 0,
      rgba(255,255,255,.018) 2px,
      rgba(0,0,0,.05) 4px,
      rgba(0,0,0,.05) 12px
    ),
    linear-gradient(135deg, #0f1012 0%, #151719 44%, #09111c 100%);
}

body::before {
  opacity: .42;
  background:
    linear-gradient(90deg, rgba(40,25,12,.12), transparent 22%, rgba(255,255,255,.025) 50%, transparent 78%, rgba(27,58,92,.20)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='280' height='280' viewBox='0 0 280 280'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.62' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='280' height='280' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.topbar {
  background: rgba(9, 12, 17, .92);
  border-bottom: 1px solid rgba(74,144,226,.32);
}

.logo {
  border-color: rgba(74,144,226,.72);
  background: linear-gradient(135deg, #7db7ff, #4A90E2 50%, #1B3A5C);
}

.brand-text strong,
.footer h3,
.about-list h3 {
  color: #8cc7ff;
}

.nav-link {
  border-color: rgba(74,144,226,.34);
  background: rgba(255,255,255,.035);
  position: relative;
}

.nav-link:hover,
.nav-link.active {
  color: #ffffff;
  border-color: rgba(74,144,226,.82);
  background: rgba(74,144,226,.13);
  box-shadow: 0 0 22px rgba(74,144,226,.14);
}

.nav-link.active::after,
.category-link.active::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: #8cc7ff;
}

.btn-primary {
  background: linear-gradient(135deg, #7db7ff 0%, #4A90E2 48%, #1B3A5C 100%);
  color: #ffffff;
  border: 1px solid rgba(125,183,255,.45);
  box-shadow: 0 14px 32px rgba(74,144,226,.24);
}

.btn-primary:hover {
  box-shadow: 0 18px 44px rgba(74,144,226,.38);
  filter: brightness(1.07);
}

.btn-ghost {
  border-color: rgba(74,144,226,.46);
}

.btn-ghost:hover {
  border-color: #4A90E2;
  background: rgba(74,144,226,.12);
}

.eyebrow {
  color: #8cc7ff;
}

.eyebrow::before {
  background: #4A90E2;
}

.menu-hero {
  background:
    radial-gradient(circle at top left, rgba(74,144,226,.15), transparent 36%),
    linear-gradient(180deg, rgba(27,58,92,.28), transparent);
  border-bottom: 1px solid rgba(74,144,226,.18);
}

.category-bar {
  position: sticky;
  top: 94px;
  z-index: 35;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(9, 12, 17, .82);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(74,144,226,.22);
  box-shadow: 0 16px 38px rgba(0,0,0,.28);
}

.category-bar .nav-link {
  cursor: pointer;
  padding-bottom: 13px;
}

/* Tarjas azuis nas seções */
.section-head {
  align-items: center;
}

.section-head > div {
  width: 100%;
}

.section-title {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 14px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1B3A5C, rgba(74,144,226,.82));
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(27,58,92,.28);
  border: 1px solid rgba(125,183,255,.25);
}

.section-sub {
  margin-top: 14px;
}

.section-band,
.category-title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  padding: 15px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #1B3A5C, rgba(74,144,226,.82));
  border: 1px solid rgba(125,183,255,.28);
  box-shadow: 0 14px 32px rgba(27,58,92,.24);
}

.section-band h2,
.category-title h2 {
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  letter-spacing: -.02em;
}

.category-title::after {
  display: none;
}

.cards-grid {
  gap: 24px;
}

.product-card {
  min-height: 360px;
  border-color: rgba(74,144,226,.22);
  background: #11161c;
  box-shadow: 0 18px 42px rgba(0,0,0,.32);
}

.product-card:hover {
  border-color: rgba(74,144,226,.78);
  box-shadow: 0 28px 70px rgba(0,0,0,.46), 0 0 38px rgba(74,144,226,.20);
  transform: translateY(-8px);
}

.product-img {
  height: 360px;
  min-height: 360px;
  flex: 1;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}

.product-img::after {
  background:
    linear-gradient(180deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.42) 45%, rgba(0,0,0,.88) 100%);
  z-index: 0;
}

.product-overlay {
  position: relative;
  z-index: 2;
  width: calc(100% - 28px);
  margin: 14px;
  padding: 17px;
  border-radius: 18px;
  background: rgba(0,0,0,.72);
  border: 1px solid rgba(74,144,226,.28);
  backdrop-filter: blur(10px);
}

.product-overlay h3 {
  font-size: 1.35rem;
  color: #ffffff;
  line-height: 1.1;
}

.product-overlay p {
  margin-top: 8px;
  color: #d6e3ef;
  line-height: 1.48;
  font-size: .95rem;
}

.product-overlay .product-price {
  display: inline-flex;
  margin-top: 12px;
  color: #8cc7ff;
  font-size: 1.35rem;
}

.product-info {
  display: none;
}

.highlight-badge {
  background: linear-gradient(135deg, #7db7ff, #4A90E2);
  color: #06101c;
  z-index: 3;
}

/* Promoção */
.promo-banner {
  border-color: rgba(74,144,226,.36);
  background:
    linear-gradient(135deg, rgba(27,58,92,.86), rgba(13,18,24,.96)),
    rgba(17,22,28,.95);
  box-shadow: 0 25px 65px rgba(0,0,0,.40), 0 0 45px rgba(74,144,226,.13);
}

.promo-content h3 {
  color: #ffffff;
}

.tag {
  background: rgba(74,144,226,.16);
  color: #8cc7ff;
  border-color: rgba(74,144,226,.42);
}

.promo-price {
  color: #8cc7ff;
}

/* Popup */
.modal {
  width: min(100%, 560px);
  position: relative;
  background: #0c1118;
  border-color: rgba(74,144,226,.70);
  box-shadow: 0 45px 110px rgba(0,0,0,.62), 0 0 55px rgba(74,144,226,.22);
}

.modal-close-x {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 5;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.58);
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: .22s ease;
}

.modal-close-x:hover {
  background: rgba(74,144,226,.28);
  border-color: rgba(125,183,255,.75);
  transform: scale(1.05);
}

.modal-img {
  min-height: 300px;
  position: relative;
}

.modal-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.68));
}

.modal-content {
  margin: -118px 18px 18px;
  position: relative;
  z-index: 2;
  border-radius: 22px;
  background: rgba(0,0,0,.76);
  border: 1px solid rgba(74,144,226,.34);
  backdrop-filter: blur(12px);
}

.modal-content h2 {
  color: #ffffff;
}

.modal-content p {
  color: #dce9f5;
}

.modal-overlay.active {
  animation: fadeIn .25s ease both;
}

.modal-overlay.active .modal {
  animation: modalIn .34s cubic-bezier(.2,.85,.25,1.16) both;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(.92) translateY(18px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.category-section {
  scroll-margin-top: 150px;
}

#promocaoDoDia,
#destaques,
#cardapio {
  scroll-margin-top: 150px;
}

@media (max-width: 960px) {
  .category-bar {
    top: 86px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    border-radius: 20px;
  }

  .category-bar::-webkit-scrollbar {
    display: none;
  }

  .category-bar .nav-link {
    flex: 0 0 auto;
  }

  .product-img {
    height: 330px;
    min-height: 330px;
  }
}

@media (max-width: 640px) {
  .section-title {
    width: 100%;
    font-size: 1.75rem;
    padding: 13px 16px;
  }

  .category-bar {
    top: 82px;
    margin-top: 20px;
    padding: 10px;
  }

  .product-card {
    min-height: 310px;
  }

  .product-img {
    height: 310px;
    min-height: 310px;
  }

  .product-overlay {
    width: calc(100% - 20px);
    margin: 10px;
    padding: 14px;
  }

  .product-overlay h3 {
    font-size: 1.22rem;
  }

  .product-overlay p {
    font-size: .9rem;
  }

  .promo-banner {
    border-radius: 24px;
  }

  .modal-img {
    min-height: 260px;
  }

  .modal-content {
    margin: -98px 12px 12px;
    padding: 20px;
  }

  .modal-actions .btn {
    width: 100%;
  }
}
