/*
Theme Name: Revoada Bar
Theme URI: https://example.com/
Author: OpenAI
Description: Tema WordPress para Revoada Bar, Lanchonete e Restaurante com suporte a WooCommerce.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: revoada-bar
*/

:root {
  --revoada-black: #090909;
  --revoada-red: #9d1111;
  --revoada-red-2: #c51b1b;
  --revoada-gold: #d4af37;
  --revoada-white: #ffffff;
  --revoada-gray: #c9c9c9;
  --revoada-dark: #111111;
  --revoada-radius: 20px;
  --revoada-shadow: 0 18px 44px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--revoada-black);
  color: var(--revoada-white);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 72px 0; }
.section-title { font-size: clamp(2rem, 4vw, 3rem); line-height: 1.1; margin: 0 0 12px; font-weight: 800; }
.section-kicker { color: var(--revoada-gold); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 700; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 700;
  transition: .25s ease; cursor: pointer;
}
.btn-primary { background: linear-gradient(135deg, var(--revoada-red), var(--revoada-red-2)); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); }
.btn-secondary { border-color: rgba(212,175,55,.45); color: var(--revoada-gold); background: transparent; }
.btn-secondary:hover { background: rgba(212,175,55,.08); }
.card {
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--revoada-radius);
  box-shadow: var(--revoada-shadow);
}
.site-header {
  position: sticky; top: 0; z-index: 1000; background: rgba(9,9,9,.94); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; }
.brand-title { font-size: 1.65rem; font-weight: 900; color: var(--revoada-gold); line-height: 1; }
.brand-subtitle { font-size: .9rem; color: var(--revoada-gray); }
.main-nav ul { list-style: none; display: flex; gap: 22px; padding: 0; margin: 0; }
.main-nav a { color: #f0f0f0; font-weight: 600; }
.main-nav a:hover { color: var(--revoada-gold); }
.mobile-toggle { display: none; }
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(circle at top right, rgba(212,175,55,.15), transparent 25%), radial-gradient(circle at bottom left, rgba(157,17,17,.25), transparent 30%), linear-gradient(135deg, #090909, #140707 50%, #090909);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; min-height: 78vh; }
.hero h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1.02; margin: 0 0 18px; font-weight: 900; }
.hero p { font-size: 1.08rem; color: var(--revoada-gray); max-width: 660px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero-badges { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 28px; }
.hero-badge { padding: 16px; border-radius: 18px; background: rgba(17,17,17,.9); border: 1px solid rgba(255,255,255,.08); }
.highlight-panel { padding: 24px; }
.offer-banner {
  border-radius: 24px; padding: 26px; color: white;
  background: linear-gradient(135deg, #771010, #c11a1a 60%, #8c1212);
  margin-bottom: 18px;
}
.offer-banner strong { display: block; font-size: 2.25rem; color: var(--revoada-gold); }
.offer-item { display: flex; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.offer-item:last-child { border-bottom: 0; }
.grid { display: grid; gap: 24px; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.category-card, .product-card { padding: 22px; }
.category-card { text-align: center; }
.category-icon { font-size: 2.1rem; margin-bottom: 10px; }
.product-image { border-radius: 18px; aspect-ratio: 4/3; background: linear-gradient(135deg, #8f1111, #1b0808); margin-bottom: 18px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.price { font-weight: 900; font-size: 1.5rem; color: var(--revoada-gold); }
.delivery-box { padding: 22px; text-align: center; }
.info-panel { padding: 28px; }
.site-footer { border-top: 1px solid rgba(255,255,255,.08); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 24px; padding: 48px 0; }
.site-content { min-height: 60vh; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  padding: 24px !important;
  background: #111;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
}
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  background: linear-gradient(135deg, var(--revoada-red), var(--revoada-red-2)) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 12px 20px !important;
}
.woocommerce div.product div.summary,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout #customer_details,
.woocommerce-checkout #order_review {
  background: #101010; padding: 24px; border-radius: 22px; border: 1px solid rgba(255,255,255,.08);
}
.notice-box { padding: 18px 20px; border-radius: 16px; background: rgba(212,175,55,.08); border: 1px solid rgba(212,175,55,.35); color: #f4e4a6; }
.delivery-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.delivery-list li { padding: 16px; background: #0f0f0f; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); text-align: center; }
.revoada-page-hero { padding: 72px 0 36px; background: linear-gradient(135deg, #0b0b0b, #160909); }
.revoada-page-hero p { color: var(--revoada-gray); max-width: 760px; }
@media (max-width: 991px) {
  .hero-grid, .footer-grid, .grid-4, .grid-6, .woocommerce ul.products, .delivery-list { grid-template-columns: 1fr 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767px) {
  .header-inner, .hero-grid, .footer-grid, .grid-3, .grid-4, .grid-6, .woocommerce ul.products, .delivery-list { grid-template-columns: 1fr; }
  .header-inner { flex-wrap: wrap; }
  .main-nav { width: 100%; }
  .main-nav ul { flex-wrap: wrap; gap: 14px; }
  .hero-badges { grid-template-columns: 1fr; }
  .section { padding: 56px 0; }
}
