:root {
  --bg: #130906;
  --surface: rgba(33, 14, 10, 0.78);
  --surface-strong: #24110c;
  --ink: #fff7ef;
  --muted: #dfc8bc;
  --primary: #ff9d00;
  --primary-dark: #d86b00;
  --accent: #ff2c86;
  --accent-soft: #ff9bc7;
  --green: #ff2c86;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: min(1180px, calc(100% - 2rem));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 157, 0, 0.2), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 44, 134, 0.16), transparent 20%),
    radial-gradient(circle at bottom left, rgba(124, 40, 9, 0.24), transparent 28%),
    linear-gradient(180deg, #130906 0%, #23100b 45%, #150907 100%);
  min-height: 100vh;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  filter: blur(30px);
  pointer-events: none;
  z-index: 0;
}

.site-shell::before {
  top: -80px;
  right: -80px;
  background: rgba(255, 157, 0, 0.18);
}

.site-shell::after {
  bottom: -80px;
  left: -80px;
  background: rgba(255, 44, 134, 0.12);
}

.topbar,
.hero,
.section {
  position: relative;
  z-index: 1;
}

.topbar {
  width: var(--container);
  margin: 1rem auto 0;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 157, 0, 0.26);
  border-radius: 999px;
  background: rgba(20, 9, 7, 0.82);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: sticky;
  top: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  color: var(--muted);
}

.brand-mark {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.04);
  padding: 0.2rem;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.nav a {
  font-weight: 700;
  color: rgba(255, 247, 239, 0.86);
  transition: color 0.25s ease, transform 0.25s ease;
}

.nav a:hover {
  color: var(--primary);
  transform: translateY(-1px);
}

.cart-button,
.button,
.icon-button,
.add-button,
.cart-item-controls button {
  border: 0;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.cart-button,
.button {
  border-radius: 999px;
  font-weight: 800;
}

.cart-button {
  padding: 0.85rem 1rem;
  background: linear-gradient(145deg, #ffb200 0%, #ff7b00 60%, #ff2c86 100%);
  color: #180906;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  box-shadow: 0 16px 34px rgba(255, 44, 134, 0.18);
}

.cart-button span {
  min-width: 28px;
  height: 28px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(20, 8, 5, 0.88);
  color: #fff8ef;
  font-size: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.3rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

.button:hover,
.cart-button:hover,
.add-button:hover,
.icon-button:hover,
.cart-item-controls button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #170805;
  background: linear-gradient(145deg, #ffbf1f 0%, #ff8b00 62%, #ff5f12 100%);
}

.button.secondary {
  color: #fff8ef;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 157, 0, 0.22);
}

.button.tertiary {
  color: #fff;
  background: linear-gradient(145deg, #ff2c86 0%, #ff006d 100%);
}

.hero,
.section {
  width: var(--container);
  margin: 0 auto;
}

.hero {
  padding: 2rem 0 1.3rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--primary);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
}

.section-heading h2,
.contact-card h2,
.cart-header h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.section-heading,
.about-card p,
.menu-card p,
.flavor-list p,
.flavor-banner p,
.price-card p,
.contact-card p {
  color: var(--muted);
}

.about-card,
.menu-card,
.flavor-banner,
.price-card,
.contact-card,
.hero-card {
  background: var(--surface);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 157, 0, 0.16);
  box-shadow: var(--shadow);
}

.hero-banner {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(255, 157, 0, 0.22);
}

.hero-banner img {
  display: block;
  width: 100%;
  height: auto;
}

.price-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.price-badge {
  background: rgba(255, 157, 0, 0.18);
  color: #ffc84a;
}

.section {
  padding: 2rem 0 1.5rem;
}

.section-heading {
  margin-bottom: 1.5rem;
}

.section-heading h2,
.contact-card h2,
.cart-header h2 {
  font-size: clamp(2.4rem, 5vw, 3.8rem);
}

.about-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.about-carousel {
  --about-visible: 3;
  --about-gap: 1rem;
  padding: 1.25rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(255, 44, 134, 0.14), transparent 30%),
    linear-gradient(160deg, rgba(35, 14, 10, 0.95), rgba(20, 9, 7, 0.92));
  border: 1px solid rgba(255, 157, 0, 0.18);
  box-shadow: var(--shadow);
}

.about-carousel-viewport {
  overflow: hidden;
}

.about-carousel-track {
  display: flex;
  gap: var(--about-gap);
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-slide {
  flex: 0 0 calc((100% - (var(--about-visible) - 1) * var(--about-gap)) / var(--about-visible));
  min-width: 0;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 157, 0, 0.14);
  display: grid;
  grid-template-rows: auto 1fr;
}

.about-slide-image {
  aspect-ratio: 1 / 0.9;
  background: linear-gradient(180deg, rgba(255, 157, 0, 0.1), rgba(255, 44, 134, 0.08));
}

.about-slide-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-slide-content {
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
}

.about-slide-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.about-slide-price {
  font-size: 1.15rem;
  color: #fff;
}

.about-slide h3 {
  margin: 0;
  font-size: 1.12rem;
}

.about-slide p {
  margin: 0;
  color: rgba(255, 247, 239, 0.76);
  line-height: 1.55;
}

.about-slide .add-button {
  width: 100%;
}

.about-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.about-carousel-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, width 0.25s ease;
}

.about-carousel-dots button.active {
  width: 34px;
  background: linear-gradient(145deg, #ffbf1f 0%, #ff2c86 100%);
}

.about-card,
.price-card,
.contact-card {
  border-radius: var(--radius-xl);
}

.about-card,
.price-card {
  padding: 1.6rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.menu-card {
  border-radius: var(--radius-lg);
  padding: 1rem;
  overflow: hidden;
}

.menu-card-image {
  height: 190px;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.menu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.menu-card:hover .menu-card-image img {
  transform: scale(1.06);
}

.menu-card-header,
.menu-card-footer,
.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.menu-card h3 {
  margin: 0.25rem 0 0;
  font-size: 1.1rem;
}

.menu-card p {
  min-height: 64px;
  line-height: 1.6;
}

.menu-card-footer strong {
  font-size: 1.2rem;
}

.add-button {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: linear-gradient(145deg, #ffbf1f 0%, #ff7f00 75%);
  color: #150805;
  font-weight: 800;
}

.flavor-layout {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 1.25rem;
}

.flavor-list {
  display: grid;
  gap: 1rem;
}

.flavor-list article,
.flavor-banner {
  padding: 1.6rem;
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(255, 157, 0, 0.16);
  box-shadow: var(--shadow);
}

.flavor-banner {
  min-height: 420px;
  padding: 0;
  border: 1px solid rgba(255, 157, 0, 0.24);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(18, 13, 10, 0.12), rgba(18, 13, 10, 0.42)),
    url("assets/banner-atendimento.png") center center/cover no-repeat;
  box-shadow: 0 26px 60px rgba(24, 11, 4, 0.28);
}

.flavor-banner > * {
  display: none;
}

.price-card.featured {
  transform: translateY(-8px);
  background: linear-gradient(160deg, rgba(255, 44, 134, 0.92), rgba(255, 139, 0, 0.92));
  color: #fff;
}

.price-card.featured p,
.price-card.featured .price-badge {
  color: #fff;
}

.price-card strong {
  display: block;
  margin: 1rem 0 0.75rem;
  font-size: 2rem;
}

.contact-card {
  padding: 1.6rem;
}

.checkout-block {
  padding: 0.2rem 0 0;
}

.checkout-fields {
  display: grid;
  gap: 0.75rem;
}

.checkout-fields input,
.checkout-fields textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 157, 0, 0.18);
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  resize: vertical;
}

.checkout-fields input::placeholder,
.checkout-fields textarea::placeholder {
  color: rgba(255, 255, 255, 0.62);
}

.checkout-fields input:focus,
.checkout-fields textarea:focus {
  outline: 2px solid rgba(255, 44, 134, 0.25);
  border-color: transparent;
}

.cart-note-wrap {
  padding-top: 0.15rem;
}

.order-form-note {
  min-height: auto;
  margin: 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
  font-size: 0.98rem;
  padding: 0.95rem 1rem;
  background: rgba(255, 157, 0, 0.12);
  border: 1px solid rgba(255, 157, 0, 0.18);
  border-radius: 16px;
}

.form-message,
.copy-feedback {
  min-height: 1.4rem;
  margin: 0.9rem 0 0;
  font-weight: 700;
  color: #ffb6d4;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.contact-meta {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  font-weight: 700;
}

.contact-meta a {
  color: #ff79b0;
}

.cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: rgba(22, 9, 7, 0.96);
  backdrop-filter: blur(22px);
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.34);
}

.cart-panel {
  width: min(430px, 100%);
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  z-index: 4;
  transform: translateX(105%);
  transition: transform 0.35s ease;
}

.cart-panel.open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.icon-button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 157, 0, 0.14);
  color: #fff7ef;
  font-size: 1.55rem;
}

.cart-items {
  flex: 1;
  min-height: 0;
  overflow: auto;
  display: grid;
  gap: 0.85rem;
  padding-right: 0.3rem;
  padding-bottom: 0.35rem;
}

.empty-state {
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 247, 239, 0.8);
}

.cart-item {
  border-radius: 20px;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.75rem;
}

.cart-item-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.cart-item-header h3 {
  margin: 0;
  font-size: 1rem;
}

.cart-item-header p {
  margin: 0.25rem 0 0;
  color: rgba(255, 247, 239, 0.68);
  font-size: 0.92rem;
}

.cart-item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.cart-item-controls div {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.cart-item-controls button {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 157, 0, 0.14);
  font-size: 1.05rem;
  color: #fff8ef;
}

.cart-summary {
  margin-top: auto;
  max-height: 52vh;
  overflow: auto;
  border-radius: 24px;
  padding: 1.15rem;
  background: linear-gradient(180deg, #1c0906 0%, #2b100b 100%);
  color: #fff;
  display: grid;
  gap: 0.8rem;
  border: 1px solid rgba(255, 157, 0, 0.2);
}

.cart-summary .button {
  width: 100%;
}

.cart-actions {
  display: grid;
  gap: 0.75rem;
  padding-top: 0.45rem;
  margin-top: 0.1rem;
}

.summary-row.total {
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 157, 0, 0.18);
  font-size: 1.08rem;
}

.summary-row.total strong {
  font-size: 1.4rem;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(21, 14, 10, 0.45);
  backdrop-filter: blur(4px);
  z-index: 2;
}

.admin-body {
  background:
    radial-gradient(circle at top left, rgba(255, 157, 0, 0.18), transparent 24%),
    radial-gradient(circle at top right, rgba(255, 44, 134, 0.12), transparent 22%),
    linear-gradient(180deg, #150906 0%, #24100b 100%);
}

.admin-shell {
  width: var(--container);
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

.admin-hero,
.admin-section,
.admin-stat,
.admin-card {
  background: var(--surface);
  border: 1px solid rgba(255, 157, 0, 0.16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.admin-hero,
.admin-section {
  border-radius: var(--radius-xl);
  padding: 1.6rem;
}

.admin-hero {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
}

.admin-hero h1 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 0.95;
}

.admin-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.admin-stat {
  border-radius: 22px;
  padding: 1.15rem;
}

.admin-stat span {
  display: block;
  color: var(--muted);
  margin-bottom: 0.45rem;
}

.admin-stat strong {
  font-size: 1.2rem;
  color: #ffc84a;
}

.admin-section + .admin-section {
  margin-top: 1.2rem;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.admin-card {
  border-radius: 24px;
  padding: 1.2rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
}

.status-received,
.status-submitted,
.status-pending,
.status-awaiting_payment {
  background: rgba(255, 157, 0, 0.24);
  color: #ffd36c;
}

.status-proof_sent,
.status-payment_review {
  background: rgba(255, 44, 134, 0.2);
  color: #ffabd2;
}

.status-paid,
.status-payment_confirmed,
.status-finished {
  background: rgba(76, 175, 80, 0.22);
  color: #bcf3bf;
}

.status-preparing {
  background: rgba(84, 148, 255, 0.22);
  color: #c8ddff;
}

.status-refused,
.status-canceled {
  background: rgba(255, 99, 71, 0.22);
  color: #ffc4b6;
}

.admin-card p {
  margin: 0.55rem 0 0;
  color: rgba(255, 247, 239, 0.82);
}

.admin-card-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.admin-card-header h3 {
  margin: 0.45rem 0 0;
}

.admin-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1rem;
}

.admin-status-grid-single {
  grid-template-columns: 1fr;
}

.admin-status-block {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 157, 0, 0.14);
}

.admin-status-label,
.admin-select-field span {
  color: rgba(255, 247, 239, 0.72);
  font-size: 0.9rem;
  font-weight: 700;
}

.admin-select-field {
  display: grid;
  gap: 0.45rem;
}

.admin-select {
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 157, 0, 0.2);
  background: rgba(20, 9, 7, 0.86);
  color: #fff7ef;
}

.admin-select:focus {
  outline: 2px solid rgba(255, 44, 134, 0.25);
  border-color: transparent;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.24s;
}

@media (max-width: 1080px) {
  .flavor-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

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

  .about-grid,
  .pricing-grid,
  .admin-summary,
  .admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-carousel {
    --about-visible: 2;
  }

}

@media (max-width: 760px) {
  .topbar {
    border-radius: 28px;
    padding: 1rem;
    flex-direction: column;
    align-items: stretch;
  }

  .nav,
  .cart-button {
    justify-content: center;
  }

  .hero {
    padding-top: 1.2rem;
  }

  .about-grid,
  .pricing-grid,
  .menu-grid,
  .admin-summary,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .admin-status-grid {
    grid-template-columns: 1fr;
  }

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

  .about-carousel {
    --about-visible: 1;
    padding: 1rem;
  }

  .flavor-banner {
    min-height: 280px;
  }

  .contact-card {
    align-items: stretch;
  }

  .admin-hero {
    align-items: stretch;
    flex-direction: column;
  }

  .cart-panel {
    padding: 1rem;
  }

  .cart-summary {
    max-height: 58vh;
  }
}
