:root {
  --bg: #0f0805;
  --bg-soft: #1b100b;
  --panel: rgba(255,255,255,0.07);
  --panel-strong: rgba(255,255,255,0.12);
  --stroke: rgba(255,255,255,0.1);
  --text: #fff6ef;
  --muted: #d8c2b3;
  --gold: #f2b647;
  --gold-2: #ffd36e;
  --red: #d84c2f;
  --green: #25d366;
  --green-dark: #16974a;
  --shadow: 0 24px 60px rgba(0,0,0,0.35);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
  --font-display: "Fraunces", Georgia, serif;
  --font-ui: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(216, 76, 47, 0.2), transparent 28%),
    radial-gradient(circle at top right, rgba(242, 182, 71, 0.18), transparent 25%),
    linear-gradient(180deg, #140b08 0%, #0f0805 100%);
	font-family: var(--font-ui);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

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

.hero-section {
  position: relative;
  padding: 26px 0 44px;
  overflow: clip;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 6, 4, 0.42) 0%, rgba(12, 7, 5, 0.76) 36%, rgba(15, 8, 5, 0.94) 100%),
    var(--hero-bg) center/cover no-repeat;
  opacity: .9;
  transform: scale(1.04);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(242,182,71,.18), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(216,76,47,.22), transparent 30%);
  pointer-events: none;
}
.hero-section > * { position: relative; z-index: 1; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0 18px;
}
.site-brand { display: flex; align-items: center; gap: 16px; min-width: 0; }
.site-brand-copy strong {
  display: block;
  font-size: clamp(1.2rem, 2.4vw, 1.5rem);
  letter-spacing: .01em;
}
.site-brand-copy small { color: var(--muted); display: block; margin-top: 4px; }
.site-logo {
  width: clamp(88px, 18vw, 132px);
  height: clamp(88px, 18vw, 132px);
  object-fit: contain;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: clamp(8px, 1.8vw, 14px);
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(0,0,0,.24);
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
  align-items: center;
}
.site-nav a {
  color: var(--muted);
  padding: 10px 12px;
  border-radius: 999px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: rgba(255,255,255,.06);
}
.pill-link {
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 24px;
  align-items: center;
  padding-top: 16px;
}
.hero-copy {
  padding: 24px 0 12px;
}
.hero-copy h1 {
  font-size: clamp(2.5rem, 5vw, 5rem);
  line-height: .95;
  margin: 16px 0 14px;
  max-width: 12ch;
  text-wrap: balance;
}
.hero-copy p {
  color: var(--muted);
  line-height: 1.72;
  max-width: 58ch;
  font-size: clamp(1rem, 1.3vw, 1.08rem);
}
.eyebrow {
  display: inline-flex;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(242,182,71,.11);
  border: 1px solid rgba(242,182,71,.28);
  color: var(--gold-2);
  font-size: .83rem;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.hero-actions, .auth-actions, .account-links, .inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hero-actions { margin-top: 22px; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hero-badges span {
  padding: 11px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: var(--text);
  font-size: .95rem;
}
.hero-social {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
}
.instagram-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}
.instagram-pill:hover { background: rgba(255,255,255,0.1); }

.status-pill {
  display: inline-flex;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.05);
  font-weight: 700;
}
.status-pill.is-open { color: #98f0b8; border-color: rgba(37,211,102,.35); background: rgba(37,211,102,.12); }
.status-pill.is-closed { color: #ffb19f; border-color: rgba(216,76,47,.35); background: rgba(216,76,47,.12); }

.hero-card,
.feature-band article,
.product-card,
.order-panel,
.summary-panel,
.auth-card,
.account-card,
.panel-card,
.metric-card {
  background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(255,255,255,.05));
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-card {
  padding: 16px;
  backdrop-filter: blur(8px);
}
.hero-card-image {
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 4 / 4.5;
}
.hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-card-footer {
  padding: 16px 6px 4px;
}
.hero-card-footer strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.04rem;
}
.hero-card-footer p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.main-layout { padding: 26px 0 110px; }

.feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 34px;
}
.feature-band article { padding: 22px; }
.feature-band strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}
.feature-band p {
  margin: 0;
  color: var(--muted);
  line-height: 1.64;
}

.catalog-section { margin-bottom: 32px; }
.catalog-block + .catalog-block { margin-top: 16px; }
.section-head { margin-bottom: 16px; }
.section-head h2 {
  margin: 10px 0 0;
  font-size: clamp(1.9rem, 4vw, 2.7rem);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242,182,71,.22);
}
.product-card.is-selected {
  border-color: rgba(37,211,102,.34);
  box-shadow: 0 18px 42px rgba(12, 80, 40, 0.18);
}
.product-card.bump { animation: cardBump .38s ease; }
@keyframes cardBump {
  0% { transform: scale(1); }
  40% { transform: scale(1.015); }
  100% { transform: scale(1); }
}

.product-image {
  aspect-ratio: 4 / 4.2;
  overflow: hidden;
  background: rgba(0,0,0,.12);
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.product-card:hover .product-image img {
  transform: scale(1.03);
}
.product-body {
  padding: 18px 18px 10px;
}
.product-body h3 {
  margin: 0 0 10px;
  font-size: 1.16rem;
}
.product-body p {
  color: var(--muted);
  line-height: 1.62;
  min-height: 78px;
  margin: 0;
}
.product-footer {
  margin-top: auto;
  padding: 0 18px 18px;
}
.product-meta {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}
.price {
  color: var(--gold-2);
  font-weight: 800;
  font-size: 1.12rem;
}
.product-note {
  color: var(--muted);
  font-size: .88rem;
}
.product-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.card-stepper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
}
.count-badge {
  min-width: 34px;
  text-align: center;
  font-weight: 800;
}
.qty-control {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  font-size: 1.05rem;
  transition: background .18s ease, transform .18s ease, opacity .18s ease;
}
.qty-control:hover { background: rgba(255,255,255,.12); }
.qty-control:disabled {
  cursor: not-allowed;
  opacity: .35;
}
.button {
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  padding: 14px 22px;
  font-weight: 700;
  transition: transform .18s ease, opacity .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: linear-gradient(135deg, var(--gold), var(--gold-2)); color: #311605; }
.button.secondary { background: rgba(255,255,255,.06); color: var(--text); border: 1px solid var(--stroke); }
.button.ghost { background: transparent; color: var(--muted); border: 1px dashed rgba(255,255,255,.12); }
.button.danger { background: rgba(216,76,47,.16); color: #ffd0c2; border: 1px solid rgba(216,76,47,.18); }
.button.success {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: #fff;
  box-shadow: 0 16px 36px rgba(37,211,102,.22);
}
.button.card-button {
  padding: 12px 16px;
  flex: 1 1 auto;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));  color: #311605;  }
.button.card-button.is-active {
  background: rgba(37,211,102,.16);
  color: #ccffdc;
  border: 1px solid rgba(37,211,102,.22);
}
.button.block { width: 100%; }
.button.tiny { padding: 8px 12px; border-radius: 12px; font-size: .9rem; }

.order-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(290px, .88fr);
  gap: 18px;
  align-items: start;
}
.order-panel, .summary-panel {
  padding: 22px;
}
.summary-panel {
  position: sticky;
  top: 16px;
}
.account-invite {
  padding: 16px 18px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  align-items: center;
}
.account-invite p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.6;
}
.account-invite.logged-in {
  border-color: rgba(37,211,102,.18);
  background: rgba(37,211,102,.07);
}
.cart-items {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}
.empty-state {
  padding: 18px;
  border: 1px dashed rgba(255,255,255,.14);
  border-radius: 16px;
  color: var(--muted);
}
.cart-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.cart-row-main strong {
  display: block;
}
.cart-row-main small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}
.cart-row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qty-btn, .remove-btn {
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  padding: 10px 12px;
}
.qty-btn {
  background: rgba(255,255,255,.08);
  color: white;
}
.remove-btn {
  background: rgba(216,76,47,.18);
  color: #ffd3c7;
}
.form-grid, .grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.field { display: grid; gap: 8px; }
.field label {
  font-weight: 600;
  font-size: .96rem;
  color: var(--muted);
}
.field input,
.field textarea,
.field select,
.toolbar input,
.toolbar select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.05);
  color: var(--text);
  padding: 14px 16px;
  outline: 0;
}
.field select option { color: #27150d; }
.field input::placeholder,
.field textarea::placeholder { color: #bea798; }
.field input:focus,
.field textarea:focus,
.field select:focus,
.toolbar input:focus,
.toolbar select:focus {
  border-color: rgba(242,182,71,.35);
  box-shadow: 0 0 0 4px rgba(242,182,71,.08);
}
.span-2 { grid-column: span 2; }
.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  margin: 14px 0 0;
}
.checkbox-row input { margin-top: 4px; }
.coupon-row, .toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: end;
  margin-bottom: 16px;
}
.coupon-row .field, .toolbar input { flex: 1 1 220px; }
.helper-text {
  color: var(--muted);
  min-height: 22px;
  margin-bottom: 6px;
}
.summary-lines {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}
.summary-lines > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
}
.summary-lines strong { color: var(--text); }
.total-line {
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.total-line strong {
  color: var(--gold-2);
  font-size: 1.18rem;
}
.helper-box,
.login-reminder,
.summary-social {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.06);
  margin-bottom: 16px;
}
.helper-box p,
.login-reminder p,
.summary-social p {
  color: var(--muted);
  line-height: 1.6;
  margin: 8px 0 0;
}
.summary-copy {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 14px;
}
.summary-social a {
  color: var(--gold-2);
  font-weight: 700;
}
.flash-stack { display: grid; gap: 10px; margin: 16px auto; }
.flash { padding: 14px 16px; border-radius: 14px; border: 1px solid var(--stroke); }
.flash-success { background: rgba(37,211,102,.12); color: #c7ffd8; }
.flash-error { background: rgba(216,76,47,.14); color: #ffd5cb; }

.floating-cart {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(12,16,12,.9), rgba(24,36,24,.96));
  border: 1px solid rgba(37,211,102,.24);
  box-shadow: 0 20px 45px rgba(0,0,0,.35);
  color: #fff;
  backdrop-filter: blur(12px);
}
.floating-cart-icon { font-size: 1.1rem; }
.floating-cart-label { font-weight: 700; }
.floating-cart strong {
  min-width: 30px;
  padding: 6px 9px;
  text-align: center;
  border-radius: 999px;
  background: var(--green);
  color: #042a10;
  font-size: .94rem;
}
.floating-cart.is-pulse { animation: cartPulse .42s ease; }
@keyframes cartPulse {
  0% { transform: scale(1); }
  45% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.auth-body, .admin-body { min-height: 100vh; }
.auth-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.auth-card {
  width: min(100%, 560px);
  padding: 26px;
}
.auth-card.wide { width: min(100%, 760px); }
.auth-logo { display: inline-flex; margin-bottom: 16px; }
.auth-logo img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 24px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--stroke);
  padding: 8px;
}
.auth-card h1 { margin: 0 0 8px; }
.auth-card p {
  color: var(--muted);
  line-height: 1.6;
}
.auth-form { display: grid; gap: 14px; margin-top: 18px; }

.premium-admin { width: min(100%, 720px); }
.premium-header {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 18px;
  align-items: center;
}
.premium-header img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  border-radius: 28px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--stroke);
  padding: 10px;
}

.account-shell { padding: 30px 0; }
.account-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}
.account-grid, .admin-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.account-card, .panel-card { padding: 22px; }
.account-card h2, .panel-card h2 { margin-top: 0; }

.table-wrap { overflow-x: auto; }
.data-table {
  width: 100%;
  border-collapse: collapse;
}
.data-table th,
.data-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  text-align: left;
  vertical-align: top;
}
.data-table th {
  color: var(--muted);
  font-size: .92rem;
}
.data-table small { color: var(--muted); }

.admin-shell {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 100vh;
}
.admin-sidebar {
  background: rgba(0,0,0,.22);
  border-right: 1px solid rgba(255,255,255,.08);
  padding: 22px;
  position: sticky;
  top: 0;
  height: 100vh;
}
.admin-brand {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  margin-bottom: 24px;
}
.admin-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--stroke);
  padding: 6px;
}
.admin-brand small { color: var(--muted); }
.admin-nav { display: grid; gap: 8px; }
.admin-nav a {
  padding: 12px 14px;
  border-radius: 14px;
  color: var(--muted);
}
.admin-nav a:hover,
.admin-nav a.danger-link:hover {
  background: rgba(255,255,255,.05);
  color: var(--text);
}
.admin-main { padding: 24px; }
.admin-topbar h1 { margin: 0; }
.admin-topbar p { color: var(--muted); }

.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}
.metric-card { padding: 20px; }
.metric-card span {
  color: var(--muted);
  display: block;
  margin-bottom: 10px;
}
.metric-card strong { font-size: 2rem; }

.mini-list { display: grid; gap: 12px; }
.mini-list article {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.mini-list small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.inline-form {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.panel-head h2 { margin: 0; }

@media (max-width: 1080px) {
  .hero-grid,
  .order-shell,
  .feature-band,
  .product-grid,
  .account-grid,
  .admin-grid-2,
  .metric-grid,
  .admin-shell {
    grid-template-columns: 1fr;
  }

  .summary-panel { position: static; }
  .admin-sidebar { position: static; height: auto; }
}

@media (max-width: 820px) {
  .site-header {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-card-image {
    aspect-ratio: 4 / 3.6;
  }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 20px), var(--container)); }

  .site-brand {
    width: 100%;
  }

  .site-nav a {
    padding: 10px 10px;
  }

  .hero-section {
    padding-top: 18px;
  }

  .hero-copy {
    padding-top: 8px;
  }

  .hero-actions,
  .site-nav {
    gap: 10px;
  }

  .hero-actions .button {
    flex: 1 1 220px;
    justify-content: center;
    text-align: center;
  }

  .form-grid,
  .grid-2,
  .premium-header {
    grid-template-columns: 1fr;
  }

  .span-2 {
    grid-column: span 1;
  }

  .cart-row {
    grid-template-columns: 1fr;
  }

  .cart-row-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .product-body p {
    min-height: auto;
  }

  .product-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .card-stepper {
    justify-content: space-between;
  }

  .floating-cart {
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: center;
  }

  .account-top {
    flex-direction: column;
    align-items: flex-start;
  }
}


.order-form-grid {
  align-items: start;
}

.field.is-hidden-accessory {
  display: none !important;
}

.field input[readonly] {
  opacity: 0.9;
  cursor: default;
}

.coupon-row-summary {
  margin: 14px 0 10px;
}

.coupon-row-summary .field {
  flex: 1 1 100%;
}

.coupon-feedback {
  min-height: 24px;
  margin-bottom: 14px;
}

#discountValue {
  color: var(--green);
  font-weight: 800;
}

.cep-feedback {
  min-height: 20px;
}

.cep-feedback.success,
.coupon-feedback.success {
  color: #98f0b8;
}

.cep-feedback.error,
.cep-feedback.warning,
.coupon-feedback.error {
  color: #ffb19f;
}

.cep-feedback.loading,
.coupon-feedback.loading {
  color: var(--gold-2);
}

@media (min-width: 721px) {
  .order-form-grid .field-number {
    grid-column: span 1;
  }

  .order-form-grid .field-city-state {
    grid-column: span 1;
  }
}

.stock-modal[hidden] {
  display: none !important;
}

.stock-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.stock-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 5, 4, 0.78);
  backdrop-filter: blur(6px);
}

.stock-modal__dialog {
  position: relative;
  width: min(calc(100% - 24px), 640px);
  margin: 8vh auto 0;
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(30,20,14,.98), rgba(16,11,8,.98));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 24px 60px rgba(0,0,0,.42);
}

.stock-modal__dialog h3 {
  margin: 12px 0 8px;
  font-size: 1.8rem;
}

.stock-modal__dialog p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.65;
}

.stock-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255,255,255,.08);
  color: var(--text);
  font-size: 1.4rem;
}

.stock-issue-list {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
}

.stock-issue-item {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(216,76,47,.22);
}

.stock-issue-item strong {
  display: block;
  margin-bottom: 6px;
}

.stock-issue-item small {
  color: var(--muted);
  line-height: 1.5;
}

.stock-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.stock-modal__actions .button {
  flex: 1 1 220px;
}

.admin-flag-stock,
.admin-flag-ok {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: .9rem;
  font-weight: 700;
}

.admin-flag-stock {
  color: #ffd5cb;
  background: rgba(216,76,47,.16);
  border: 1px solid rgba(216,76,47,.26);
}

.admin-flag-ok {
  color: #c7ffd8;
  background: rgba(37,211,102,.10);
  border: 1px solid rgba(37,211,102,.22);
}

.admin-stock-note {
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  color: var(--muted);
  white-space: normal;
  line-height: 1.55;
}

@media (max-width: 720px) {
  .stock-modal__dialog {
    margin-top: 5vh;
    padding: 20px;
  }

  .stock-modal__dialog h3 {
    font-size: 1.4rem;
  }
h1, h2, h3,
.hero-copy h1,
.section-head h2,
.maintenance-title {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.button,
.site-nav a,
.field input,
.field textarea,
.field select,
.summary-lines,
.product-body p {
  font-family: var(--font-ui);
}
:root {
  --font-display: "Fraunces", Georgia, serif;
  --font-ui: "Manrope", "Segoe UI", Arial, sans-serif;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-ui) !important;
}

.hero-copy h1,
.section-head h2,
.summary-panel h3,
.site-brand-copy strong {
  font-family: var(--font-display) !important;
  letter-spacing: -0.02em;
}

.product-body h3,
.account-invite strong,
.helper-box strong,
.summary-social strong {
  font-family: var(--font-ui) !important;
  font-weight: 800;
}
}


/* ===== ARRIBA POLISH: tipografia, micro animações e cor ===== */

/* Base tipográfica */
body,
button,
input,
textarea,
select,
.product-body p,
.hero-copy p,
.summary-copy,
.helper-box p,
.summary-social p,
.account-invite p,
.field label,
.product-note,
.cart-row-main small {
  font-family: var(--font-ui);
}

.hero-copy h1,
.section-head h2,
.summary-panel h3,
.site-brand-copy strong,
.stock-modal__dialog h3,
.auth-card h1,
.account-card h2,
.panel-card h2,
.admin-topbar h1 {
  font-family: var(--font-display);
  letter-spacing: -0.025em;
  line-height: 1.04;
  font-weight: 650;
}

.product-body h3,
.feature-band strong,
.hero-card-footer strong,
.account-invite strong,
.helper-box strong,
.summary-social strong,
.cart-row-main strong,
.field label {
  font-family: var(--font-ui);
  font-weight: 800;
  letter-spacing: -0.015em;
}

.site-nav a,
.button,
.price,
.count-badge,
.summary-lines strong,
.total-line strong {
  font-family: var(--font-ui);
}

.hero-copy p,
.product-body p,
.summary-copy,
.helper-box p,
.summary-social p,
.feature-band p,
.hero-card-footer p {
  line-height: 1.72;
}

/* Ajuste fino de cor para vender mais */
:root {
  --panel-warm: rgba(255,255,255,0.08);
  --panel-glow: rgba(242,182,71,0.12);
  --text-strong: #fff9f4;
  --muted-soft: #e4cfc0;
  --gold-deep: #e9ab2d;
  --gold-soft: #ffd879;
  --cta-shadow: 0 18px 40px rgba(242,182,71,.20);
}

body {
  color: var(--text-strong);
}

.hero-copy p,
.product-body p,
.summary-copy,
.helper-box p,
.summary-social p,
.feature-band p,
.site-brand-copy small,
.field label,
.product-note,
.cart-row-main small {
  color: var(--muted-soft);
}

.hero-badges span,
.account-invite,
.helper-box,
.summary-social,
.feature-band article,
.cart-row,
.product-card,
.order-panel,
.summary-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.095), rgba(255,255,255,.048));
}

.price,
.total-line strong,
.summary-social a,
.eyebrow {
  color: var(--gold-soft);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold-deep), var(--gold-soft));
  color: #2d1304;
  box-shadow: var(--cta-shadow);
}

.button.primary:hover {
  box-shadow: 0 22px 46px rgba(242,182,71,.24);
}

.button.secondary {
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.12);
}

.hero-card,
.feature-band article,
.product-card,
.order-panel,
.summary-panel,
.auth-card,
.account-card,
.panel-card,
.metric-card {
  border-color: rgba(255,255,255,.12);
}

/* Micro animações elegantes */
.site-nav a,
.button,
.product-card,
.hero-badges span,
.hero-card,
.field input,
.field textarea,
.field select,
.qty-control,
.qty-btn,
.remove-btn,
.cart-row,
.summary-panel,
.order-panel {
  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease,
    opacity .22s ease;
}

.site-brand {
  transition: transform .22s ease;
}

.site-brand:hover {
  transform: translateY(-1px);
}

.hero-badges span:hover,
.helper-box:hover,
.summary-social:hover,
.feature-band article:hover {
  transform: translateY(-2px);
  border-color: rgba(242,182,71,.20);
  box-shadow: 0 16px 32px rgba(0,0,0,.16);
}

.product-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242,182,71,.28);
  box-shadow: 0 22px 48px rgba(0,0,0,.24);
}

.button:hover,
.qty-control:hover,
.qty-btn:hover,
.remove-btn:hover {
  transform: translateY(-1px);
}

.field input:hover,
.field textarea:hover,
.field select:hover {
  border-color: rgba(255,255,255,.16);
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.toolbar input:focus,
.toolbar select:focus {
  border-color: rgba(242,182,71,.42);
  box-shadow: 0 0 0 4px rgba(242,182,71,.10), 0 10px 24px rgba(0,0,0,.10);
}

.summary-panel {
  box-shadow: 0 24px 60px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.04);
}

.hero-card:hover .hero-card-image img {
  transform: scale(1.035);
}

/* subtítulos e nomes de produtos mais interessantes */
.product-body h3 {
  font-size: 1.18rem;
}

.section-head .eyebrow,
.eyebrow {
  letter-spacing: .05em;
}

.summary-panel h3 {
  font-size: 1.5rem;
}

.site-brand-copy strong {
  font-size: clamp(1.26rem, 2.5vw, 1.58rem);
}

@media (max-width: 720px) {
  .hero-copy h1,
  .section-head h2,
  .summary-panel h3 {
    letter-spacing: -0.02em;
  }

  .product-card:hover,
  .feature-band article:hover,
  .hero-badges span:hover,
  .helper-box:hover,
  .summary-social:hover {
    transform: none;
  }
}


/* Operations upgrade */
.stacked-gap { display: grid; gap: 16px; }
.admin-grid.two-columns { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(320px, .95fr); gap: 18px; }
.admin-order-view { align-items: start; }
.admin-section-head h2 { margin: 8px 0 0; }
.order-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.order-detail-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.order-detail-grid strong { display: block; margin-bottom: 6px; }
.order-detail-grid p { margin: 0; color: var(--muted); line-height: 1.5; }
.order-code-box {
  display: inline-flex;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px dashed rgba(242,182,71,.35);
  color: var(--gold-2);
  font-weight: 800;
  letter-spacing: .08em;
}
.status-triad, .delivery-actions-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.status-card-mini, .order-item-card, .timeline-item, .kitchen-mobile-card, .delivery-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 14px;
}
.status-card-mini small { display: block; color: var(--muted); margin-bottom: 8px; }
.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  font-weight: 800;
  font-size: .9rem;
}
.status-chip.is-success { background: rgba(37,211,102,.12); color: #9af3ba; border-color: rgba(37,211,102,.35); }
.status-chip.is-warning { background: rgba(242,182,71,.14); color: var(--gold-2); border-color: rgba(242,182,71,.32); }
.status-chip.is-info { background: rgba(131,182,255,.12); color: #b4d5ff; border-color: rgba(131,182,255,.25); }
.status-chip.is-danger { background: rgba(216,76,47,.14); color: #ffb7a8; border-color: rgba(216,76,47,.28); }
.status-chip.is-neutral { background: rgba(255,255,255,.08); color: var(--muted); }
.order-item-head, .ticket-head, .delivery-card-head, .kitchen-column-head { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.order-item-head span, .ticket-head span { color: var(--gold-2); font-weight: 700; }
.mini-list { margin: 0; padding-left: 18px; color: var(--muted); display: grid; gap: 6px; }
.timeline-list { display: grid; gap: 12px; }
.timeline-item small { display: block; color: var(--muted); margin-top: 4px; }
.timeline-item p { margin: 10px 0 0; color: var(--muted); line-height: 1.55; }
.compact-form textarea, .compact-form input, .compact-form select { width: 100%; }
.compact-actions { align-items: center; }
.compact-inline-form { display: inline-flex; gap: 8px; align-items: center; }
.toolbar { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.toolbar input, .toolbar select { min-height: 46px; }
.table-wrap { overflow: auto; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th, .data-table td { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.08); vertical-align: top; }
.data-table th { text-align: left; color: var(--muted); font-size: .92rem; }
.admin-flag-stock, .admin-flag-ok {
  display: inline-flex; padding: 8px 10px; border-radius: 999px; font-size: .82rem; font-weight: 700;
}
.admin-flag-stock { background: rgba(216,76,47,.14); color: #ffb7a8; }
.admin-flag-ok { background: rgba(255,255,255,.08); color: var(--muted); }
.kitchen-mobile-list { display: grid; gap: 18px; }
.kitchen-mobile-card.is-late, .kitchen-ticket.is-late { border-color: rgba(216,76,47,.38); box-shadow: 0 10px 30px rgba(216,76,47,.14); }
.kitchen-display-body { margin: 0; background: #090504; color: var(--text); font-family: var(--font-ui); }
.kitchen-display-shell { padding: 18px; }
.kitchen-display-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.kitchen-display-header h1 { margin: 8px 0 0; font-size: clamp(2rem, 3vw, 3rem); }
.kitchen-board { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.kitchen-column {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 150px);
}
.kitchen-column > header {
  padding: 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kitchen-column > header h2 { margin: 0; font-size: 1rem; }
.kitchen-column-body { padding: 12px; display: grid; gap: 12px; align-content: start; }
.kitchen-ticket {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 14px;
  animation: fadeCard .22s ease;
}
.ticket-customer { margin: 8px 0 10px; color: var(--muted); }
.ticket-items { margin: 0; padding-left: 18px; display: grid; gap: 8px; }
.ticket-items small { display: block; color: var(--muted); margin-top: 4px; }
@keyframes fadeCard { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.combo-modal__dialog { max-width: 860px; }
.combo-groups { display: grid; gap: 14px; max-height: 52vh; overflow: auto; padding-right: 4px; }
.combo-group-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 14px;
}
.combo-group-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.combo-group-head h4 { margin: 0 0 4px; }
.combo-group-head small { color: var(--muted); }
.combo-options-grid { display: grid; gap: 10px; }
.combo-option-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.combo-option-card small { color: var(--muted); display: block; margin-top: 4px; }
.combo-option-stepper { display: inline-flex; align-items: center; gap: 8px; }
.cart-row-config { color: var(--gold-2) !important; }
.delivery-card-head p { margin: 8px 0 0; color: var(--muted); }
.status-stack-inline { display: flex; flex-wrap: wrap; gap: 8px; justify-content: end; }
button[title], a[title] { position: relative; }
.button, .qty-btn, .remove-btn, .qty-control {
  transition: transform .16s ease, filter .16s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover, .qty-btn:hover, .remove-btn:hover, .qty-control:hover,
.button:focus-visible, .qty-btn:focus-visible, .remove-btn:focus-visible, .qty-control:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.03);
}
@media (max-width: 1080px) {
  .admin-grid.two-columns,
  .status-triad,
  .delivery-actions-grid,
  .order-detail-grid.compact { grid-template-columns: 1fr; }
  .kitchen-board { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .toolbar { flex-direction: column; align-items: stretch; }
  .order-detail-grid { grid-template-columns: 1fr; }
  .kitchen-board { grid-template-columns: 1fr; }
  .combo-option-card, .delivery-card-head, .ticket-head, .kitchen-column-head { flex-direction: column; align-items: stretch; }
}
