:root {
  --bg: #f4efe7;
  --surface: rgba(255, 250, 244, 0.88);
  --surface-strong: #fffaf4;
  --white: #fffaf4;
  --ink: #1f2430;
  --muted: #6f665e;
  --brand: #a52322;
  --brand-dark: #6e1618;
  --accent: #d6a646;
  --accent-soft: #f1dfb4;
  --forest: #295b47;
  --forest-soft: #d9ebe2;
  --line: rgba(31, 36, 48, 0.12);
  --shadow: 0 24px 50px rgba(31, 36, 48, 0.1);
  --shadow-soft: 0 12px 24px rgba(31, 36, 48, 0.08);
  --shadow-lift: 0 22px 44px rgba(31, 36, 48, 0.14);
  --glow-soft: 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-family: "Nunito", Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(214, 166, 70, 0.18), transparent 16rem),
    radial-gradient(circle at 85% 8%, rgba(41, 91, 71, 0.14), transparent 20rem),
    linear-gradient(180deg, #fbf7f0 0%, #f4efe7 100%);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(14px);
  background: rgba(34, 24, 20, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-row {
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 78px;
}

.brand img {
  width: 158px;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  position: relative;
  display: inline-grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--surface-strong);
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  position: absolute;
  left: 50%;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle span:nth-child(1) {
  transform: translate(-50%, -6px);
}

.menu-toggle span:nth-child(2) {
  transform: translate(-50%, 0);
}

.menu-toggle span:nth-child(3) {
  transform: translate(-50%, 6px);
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg);
}

.main-nav {
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% + 8px);
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(34, 24, 20, 0.96);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.main-nav a {
  padding: 12px 14px;
  border-radius: 12px;
  color: rgba(255, 250, 244, 0.92);
  font-weight: 700;
}

.main-nav a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 22px 0 56px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(31, 36, 48, 0.4), rgba(31, 36, 48, 0.1)),
    url("./assets/foto-loja-1.jpeg") center/cover no-repeat;
  filter: saturate(0.88);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(20, 18, 17, 0.45) 0%, rgba(20, 18, 17, 0.12) 44%, #f4efe7 100%);
  z-index: -1;
}

.hero-layout {
  display: grid;
  gap: 18px;
  align-items: end;
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

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

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.16);
  color: #fff7ed;
  backdrop-filter: blur(10px);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.order-copy h2,
.stores-copy h2 {
  font-family: "Sora", "Nunito", sans-serif;
  font-size: clamp(2rem, 7vw, 4rem);
  line-height: 1.02;
}

.hero h1 {
  max-width: 12ch;
  color: var(--surface-strong);
}

.hero p {
  max-width: 34rem;
  margin-top: 16px;
  color: rgba(255, 250, 244, 0.88);
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 22px;
}

.hero-points {
  margin-top: 18px;
}

.hero-points span {
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 244, 0.12);
  color: rgba(255, 250, 244, 0.92);
  font-size: 0.9rem;
  font-weight: 700;
}

.btn,
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border: none;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, filter 0.22s ease;
}

.btn:hover,
.header-cta:hover {
  transform: translateY(-2px) scale(1.01);
  filter: saturate(1.04);
}

.btn-primary,
.header-cta {
  background: linear-gradient(180deg, var(--brand), var(--brand-dark));
  color: var(--white);
  box-shadow: 0 12px 24px rgba(165, 35, 34, 0.22);
}

.btn-primary.form-submit {
  color: var(--white);
}

.btn-primary:visited,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.form-submit:visited,
.btn-primary.form-submit:hover,
.btn-primary.form-submit:focus,
.header-cta:visited,
.header-cta:hover,
.header-cta:focus {
  color: var(--white);
}

.btn-secondary {
  background: rgba(255, 250, 244, 0.14);
  color: var(--white);
  border: 1px solid rgba(255, 250, 244, 0.18);
}

.hero-visual {
  display: grid;
  gap: 14px;
}

.hero-photo-card,
.hero-floating {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-photo-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.hero-floating {
  background: var(--surface);
  backdrop-filter: blur(10px);
}

.hero-floating-meat img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.hero-floating-note {
  padding: 18px;
}

.hero-floating-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.hero-floating-note span {
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: 56px 0;
}

.section-soft {
  padding-top: 12px;
}

.section-heading {
  margin-bottom: 20px;
}

.section-kicker {
  background: var(--accent-soft);
  color: var(--brand-dark);
}

.section-heading h2,
.order-copy h2,
.stores-copy h2 {
  color: var(--ink);
  font-size: clamp(1.7rem, 5vw, 3rem);
}

.contact-cards,
.location-grid,
.order-layout,
.stores-layout {
  display: grid;
  gap: 18px;
}

.contact-card,
.spotlight-card,
.info-card,
.order-form,
.store-item,
.store-logo-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.contact-cards {
  grid-template-columns: 1fr;
}

.contact-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  min-height: 148px;
  padding: 20px;
}

.contact-card::before,
.spotlight-card::before,
.info-card::before,
.store-item::before,
.store-logo-card::before,
.order-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 42%);
  opacity: 0;
  transition: opacity 0.24s ease;
  pointer-events: none;
}

.contact-card:hover,
.spotlight-card:hover,
.info-card:hover,
.store-item:hover,
.store-logo-card:hover,
.order-form:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(31, 36, 48, 0.18);
}

.contact-card:hover::before,
.spotlight-card:hover::before,
.info-card:hover::before,
.store-item:hover::before,
.store-logo-card:hover::before,
.order-form:hover::before {
  opacity: 1;
}

.whatsapp-button,
.instagram-button {
  border: none;
  color: var(--white);
}

.whatsapp-button {
  background: linear-gradient(180deg, #2ad06b, #128c47);
  box-shadow: 0 16px 28px rgba(18, 140, 71, 0.24);
}

.instagram-button {
  background:
    radial-gradient(circle at 20% 120%, #fdf497 0%, #fdf497 12%, #fd5949 42%, #d6249f 68%, #285aeb 100%);
  box-shadow: 0 16px 28px rgba(214, 36, 159, 0.22);
}

.social-button-content {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.social-button-content > div {
  flex: 1;
  min-width: 0;
}

.social-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 20px rgba(12, 10, 9, 0.12);
}

.social-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.contact-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.3rem;
  color: var(--brand-dark);
}

.contact-card span,
.contact-card small {
  color: var(--muted);
}

.contact-card small {
  display: block;
  margin-top: auto;
  font-size: 0.92rem;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.whatsapp-button strong,
.whatsapp-button span,
.whatsapp-button small,
.instagram-button strong,
.instagram-button span,
.instagram-button small {
  color: #000;
}

.whatsapp-button small,
.instagram-button small {
  border-top-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .contact-card {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .social-button-content {
    align-items: flex-start;
  }

  .contact-card strong {
    font-size: 1.16rem;
  }

  .contact-card span {
    font-size: 0.98rem;
    line-height: 1.4;
  }

  .contact-card small {
    font-size: 0.88rem;
  }
}

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

.location-copy {
  display: grid;
  gap: 18px;
}

.spotlight-card {
  position: relative;
  overflow: hidden;
}

.spotlight-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.35s ease;
}

.spotlight-card:hover img,
.store-photo:hover img {
  transform: scale(1.04);
  filter: saturate(1.04) contrast(1.02);
}

.spotlight-card div,
.info-card {
  padding: 18px;
}

.spotlight-card h3,
.info-card h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.spotlight-card p,
.info-card p,
.order-copy p,
.stores-copy p {
  color: var(--muted);
  line-height: 1.65;
}

.map-card {
  position: relative;
  overflow: hidden;
  min-height: 340px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
}

.map-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 84px;
  background: linear-gradient(180deg, transparent, rgba(255, 250, 244, 0.16));
  pointer-events: none;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border: 0;
}

.order-copy {
  max-width: 34rem;
}

.order-form {
  position: relative;
  padding: 18px;
  box-shadow: var(--shadow-soft), var(--glow-soft);
}

.field-grid {
  display: grid;
  gap: 14px;
}

.field-group {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.field-group label {
  font-size: 0.94rem;
  font-weight: 800;
  color: var(--ink);
}

.field-group input,
.field-group select,
.field-group textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid rgba(31, 36, 48, 0.14);
  border-radius: var(--radius-sm);
  background: #fffdf9;
  color: var(--ink);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

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

.inline-field {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}

.field-group input:focus,
.field-group select:focus,
.field-group textarea:focus {
  outline: 2px solid rgba(214, 166, 70, 0.28);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(214, 166, 70, 0.08);
  transform: translateY(-1px);
}

.form-submit {
  width: 100%;
  margin-top: 6px;
}

.btn-neutral {
  background: #efe4d4;
  color: var(--brand-dark);
}

.cart-rule {
  display: grid;
  gap: 6px;
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: #fbf1df;
  border: 1px solid rgba(214, 166, 70, 0.24);
}

.cart-rule strong {
  color: var(--brand-dark);
}

.cart-rule span {
  color: var(--muted);
  line-height: 1.55;
}

.cart-panel {
  margin: 6px 0 16px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: #fffdf9;
  border: 1px solid rgba(31, 36, 48, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.cart-header h3 {
  font-size: 1.08rem;
}

.cart-header span {
  color: var(--muted);
  font-weight: 700;
}

.cart-items {
  display: grid;
  gap: 12px;
}

.cart-empty {
  color: var(--muted);
  line-height: 1.6;
}

.cart-item {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(31, 36, 48, 0.08);
  border-radius: var(--radius-md);
  background: var(--surface);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.cart-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 24px rgba(31, 36, 48, 0.08);
  border-color: rgba(31, 36, 48, 0.14);
}

.cart-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-item-top strong {
  font-size: 1rem;
}

.cart-item-top button {
  padding: 8px 12px;
  border: 1px solid rgba(31, 36, 48, 0.12);
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.cart-item-top button:hover,
.cart-stepper:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(31, 36, 48, 0.1);
  border-color: rgba(31, 36, 48, 0.18);
}

.cart-item-controls {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
}

.cart-item-controls input {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid rgba(31, 36, 48, 0.14);
  border-radius: 12px;
  background: #fff;
}

.cart-stepper {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(31, 36, 48, 0.12);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.section-stores {
  background: linear-gradient(180deg, rgba(41, 91, 71, 0.08), rgba(41, 91, 71, 0.02));
}

.store-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.store-item {
  position: relative;
  display: block;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}

.store-item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.08rem;
}

.store-item span {
  color: var(--muted);
}

.stores-gallery {
  display: grid;
  gap: 14px;
}

.store-photo {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
}

.store-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(12, 10, 9, 0.12));
  pointer-events: none;
}

.store-photo img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.35s ease;
}

.store-logo-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
  padding: 24px;
  background:
    radial-gradient(circle at top, rgba(214, 166, 70, 0.14), transparent 55%),
    var(--surface);
}

.store-logo-card img {
  width: min(100%, 280px);
}

.site-footer {
  padding: 30px 0 100px;
  background: #1b1a19;
  color: rgba(255, 250, 244, 0.9);
}

.footer-row {
  display: grid;
  gap: 18px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.floating-whatsapp {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 70;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #1f8a55, #16603c);
  color: var(--white);
  font-size: 2rem;
  box-shadow: 0 14px 24px rgba(31, 138, 85, 0.24);
  animation: floatingPulse 2.8s ease-in-out infinite;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 32px rgba(31, 138, 85, 0.32);
}

@keyframes floatingPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 14px 24px rgba(31, 138, 85, 0.24);
  }

  50% {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(31, 138, 85, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 768px) {
  .container {
    width: min(calc(100% - 40px), var(--container));
  }

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

  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav a {
    padding: 10px 14px;
    border-radius: 999px;
  }

  .header-cta {
    display: inline-flex;
  }

  .hero {
    padding-top: 34px;
    padding-bottom: 72px;
  }

  .hero-layout,
  .order-layout,
  .stores-layout {
    grid-template-columns: 1fr 1fr;
  }

  .hero-layout {
    gap: 24px;
  }

  .hero-visual {
    grid-template-columns: 1fr 0.82fr;
    grid-template-rows: auto auto;
    align-items: end;
  }

  .hero-photo-card {
    grid-column: 1 / -1;
  }

  .hero-photo-card img {
    min-height: 380px;
  }

  .location-grid {
    grid-template-columns: 0.78fr 1.22fr;
    align-items: start;
  }

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

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

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

  .stores-gallery {
    grid-template-columns: 1.3fr 0.7fr;
  }

  .footer-row {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .hero {
    padding-top: 42px;
    padding-bottom: 88px;
  }

  .hero::after {
    background:
      linear-gradient(90deg, rgba(12, 10, 9, 0.62) 0%, rgba(12, 10, 9, 0.46) 34%, rgba(12, 10, 9, 0.18) 58%, #f4efe7 100%);
  }

  .hero-layout {
    grid-template-columns: 0.98fr 1.02fr;
    gap: 34px;
  }

  .hero-copy {
    padding-top: 40px;
    max-width: 620px;
  }

  .hero h1 {
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  }

  .hero p {
    color: rgba(255, 250, 244, 0.94);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  }

  .hero-points span,
  .eyebrow {
    background: rgba(15, 11, 10, 0.34);
    border: 1px solid rgba(255, 250, 244, 0.12);
  }

  .hero-photo-card img {
    min-height: 460px;
  }

  .section {
    padding: 72px 0;
  }

  .order-layout {
    grid-template-columns: 0.78fr 1.22fr;
  }
}
