:root {
  --charcoal: #090908;
  --coal: #12100e;
  --graphite: #1f1d1a;
  --iron: #34302a;
  --copper: #c56d2d;
  --ember: #ef8b26;
  --gold: #d8a34a;
  --oxblood: #7a1f16;
  --cream: #fff4df;
  --muted: #c7bba9;
  --line: rgba(255, 244, 223, 0.14);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--charcoal);
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 8%, rgba(239, 139, 38, 0.16), transparent 32rem),
    linear-gradient(180deg, #090908 0%, #17110d 48%, #080807 100%);
  color: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 70%);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(9, 9, 8, 0.88);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-mark img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.brand-mark span {
  font-size: 1.08rem;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 28px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  transition: color 160ms ease;
}

.site-nav a:hover {
  color: var(--cream);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 244, 223, 0.05);
  color: var(--cream);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 560px);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(44px, 7vw, 96px) clamp(18px, 4vw, 64px) clamp(72px, 8vw, 110px);
  border-bottom: 1px solid var(--line);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.52) 0%, rgba(9, 9, 8, 0.26) 48%, rgba(9, 9, 8, 0.15) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, 0.24) 0%, rgba(9, 9, 8, 0.04) 48%, rgba(9, 9, 8, 0.52) 100%);
}

.hero::after {
  background:
    radial-gradient(circle at 28% 52%, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.24) 78%),
    linear-gradient(180deg, rgba(9, 9, 8, 0), rgba(9, 9, 8, 0.76) 98%);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.92;
  filter: saturate(0.94) contrast(1.08);
  transform: scale(1.02);
  pointer-events: none;
}

.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-mobile {
  display: none;
}

.hero-copy,
.hero-media {
  position: relative;
  z-index: 2;
}

.hero-copy {
  max-width: 720px;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.72);
}

.eyebrow {
  margin: 0 0 16px;
  color: #d8a34a;
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.58);
}

.hero-eyebrow {
  margin-bottom: 14px;
  font-size: 0.92rem;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 14px;
  font-size: 7rem;
  line-height: 0.86;
  text-transform: uppercase;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: 4rem;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.55rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.slogan {
  margin-bottom: 20px;
  color: var(--ember);
  font-size: 1.75rem;
  font-weight: 900;
}

.hero-text,
.section-copy,
.section-heading p:not(.eyebrow),
.promo-copy p:not(.eyebrow),
.contact-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-text {
  max-width: 620px;
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.button,
.menu-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 6px;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.menu-card a:hover,
.contact-link:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--ember), var(--copper));
  color: #130b07;
  box-shadow: 0 16px 36px rgba(239, 139, 38, 0.24);
}

.attention-shake {
  animation: button-shake 2.4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes button-shake {
  0%,
  82%,
  100% {
    transform: translateX(0);
  }

  86% {
    transform: translateX(-3px) rotate(-0.4deg);
  }

  90% {
    transform: translateX(3px) rotate(0.4deg);
  }

  94% {
    transform: translateX(-2px) rotate(-0.25deg);
  }

  97% {
    transform: translateX(2px) rotate(0.25deg);
  }
}

.button.secondary {
  border: 1px solid rgba(216, 163, 74, 0.45);
  color: var(--cream);
  background: rgba(255, 244, 223, 0.04);
}

.button.food99-button {
  border: 1px solid rgba(255, 210, 0, 0.58);
  color: #150f04;
  background: linear-gradient(135deg, #ffd600, #f6a31a);
  box-shadow: 0 16px 36px rgba(246, 163, 26, 0.2);
}

.button-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  object-fit: contain;
}

.button.primary .button-icon {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.18));
}

.button.food99-button .button-icon {
  width: 32px;
  height: 32px;
  margin-left: -3px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-facts span,
.item-tag {
  border: 1px solid rgba(216, 163, 74, 0.34);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(216, 163, 74, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-facts span {
  padding: 7px 12px;
}

.hero-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 420px;
}

.hero-logo {
  position: relative;
  width: min(82vw, 520px);
  filter: drop-shadow(0 24px 36px rgba(0, 0, 0, 0.5));
}

.section {
  padding: clamp(64px, 8vw, 118px) clamp(18px, 4vw, 64px);
  scroll-margin-top: 86px;
}

.split-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 80px);
  border-bottom: 1px solid var(--line);
}

.split-section::before,
.split-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.split-section::before {
  z-index: -2;
  background-image: url("assets/backgrounds/about-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.78;
  filter: saturate(0.92) contrast(1.04);
}

.split-section::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.82) 0%, rgba(9, 9, 8, 0.58) 52%, rgba(9, 9, 8, 0.42) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, 0.78) 0%, rgba(9, 9, 8, 0.42) 48%, rgba(9, 9, 8, 0.86) 100%);
}

.section-copy p {
  margin-bottom: 18px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.tab-button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 244, 223, 0.04);
  color: var(--muted);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.tab-button.active {
  border-color: rgba(239, 139, 38, 0.7);
  background: rgba(239, 139, 38, 0.15);
  color: var(--cream);
}

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

.menu-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 244, 223, 0.07), rgba(255, 244, 223, 0.025));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}

.menu-card[hidden] {
  display: none;
}

.menu-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.menu-pagination[hidden] {
  display: none;
}

.page-button {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 244, 223, 0.04);
  color: var(--muted);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.page-button:hover,
.page-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239, 139, 38, 0.7);
  color: var(--cream);
  outline: none;
}

.page-button.active {
  border-color: rgba(239, 139, 38, 0.78);
  background: rgba(239, 139, 38, 0.16);
  color: var(--cream);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  object-position: center bottom;
  border-bottom: 1px solid var(--line);
}

.menu-card div {
  padding: 18px;
}

.item-tag {
  display: inline-flex;
  padding: 5px 10px;
  margin-bottom: 12px;
}

.menu-card p:not(.item-tag) {
  min-height: 72px;
  color: var(--muted);
}

.menu-card a {
  width: 100%;
  border: 1px solid rgba(239, 139, 38, 0.48);
  color: var(--cream);
  background: rgba(239, 139, 38, 0.1);
}

.menu-card a::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: url("assets/icons/whatsapp-icon.png") center / contain no-repeat;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.28));
}

.menu-card a:hover,
.menu-card a:focus-visible {
  border-color: rgba(216, 163, 74, 0.72);
  background: rgba(216, 163, 74, 0.14);
}

.featured-item {
  border-color: rgba(239, 139, 38, 0.52);
}

.featured-item img {
  object-position: center 72%;
}

.order-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.028), rgba(255, 244, 223, 0.01)),
    rgba(9, 9, 8, 0.36);
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.order-step {
  min-height: 210px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.06), rgba(255, 244, 223, 0.018)),
    rgba(9, 9, 8, 0.46);
}

.order-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border: 1px solid rgba(216, 163, 74, 0.4);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(216, 163, 74, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.order-step h3 {
  color: var(--cream);
}

.order-step p {
  color: var(--muted);
}

.promo-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 560px);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
  padding: clamp(64px, 8vw, 116px) clamp(18px, 4vw, 64px);
  border-block: 1px solid var(--line);
  scroll-margin-top: 86px;
}

.promo-band::before,
.promo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.promo-band::before {
  z-index: -2;
  background-image: url("assets/backgrounds/promos-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.78;
  filter: saturate(0.92) contrast(1.04);
}

.promo-band::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.82) 0%, rgba(9, 9, 8, 0.58) 52%, rgba(9, 9, 8, 0.42) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, 0.78) 0%, rgba(9, 9, 8, 0.42) 48%, rgba(9, 9, 8, 0.86) 100%);
}

.promo-copy {
  max-width: 620px;
}

.promo-band > img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
  object-position: center bottom;
  border: 1px solid rgba(216, 163, 74, 0.26);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.client-hall {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(300px, 0.92fr);
  align-items: center;
  gap: clamp(28px, 6vw, 78px);
  border-bottom: 1px solid var(--line);
}

.client-hall::before,
.client-hall::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.client-hall::before {
  z-index: -2;
  background-image: url("assets/backgrounds/clients-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.04);
}

.client-hall::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.86) 0%, rgba(9, 9, 8, 0.64) 54%, rgba(9, 9, 8, 0.48) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, 0.82) 0%, rgba(9, 9, 8, 0.48) 48%, rgba(9, 9, 8, 0.88) 100%);
}

.client-copy {
  max-width: 640px;
  text-shadow: 0 3px 24px rgba(0, 0, 0, 0.72);
}

.client-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.client-cta {
  margin-top: 10px;
}

.client-slider {
  position: relative;
  width: min(100%, 520px);
  justify-self: end;
}

.client-track {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(216, 163, 74, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.06), rgba(255, 244, 223, 0.015)),
    rgba(9, 9, 8, 0.76);
  box-shadow: var(--shadow);
}

.client-track::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(9, 9, 8, 0), rgba(9, 9, 8, 0.18)),
    radial-gradient(circle at 50% 0%, rgba(239, 139, 38, 0.18), transparent 42%);
}

.client-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(10px, 2vw, 18px);
  opacity: 0;
  transform: scale(0.985);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
}

.client-slide.active {
  opacity: 1;
  transform: scale(1);
}

.client-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.client-dot {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(216, 163, 74, 0.76);
  border-radius: 999px;
  background: rgba(255, 244, 223, 0.08);
  cursor: pointer;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.client-dot:hover,
.client-dot.active {
  background: var(--gold);
  box-shadow: 0 0 18px rgba(216, 163, 74, 0.42);
}

.client-dot:hover {
  transform: translateY(-1px);
}

.contact-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 6vw, 80px);
  border-bottom: 1px solid var(--line);
}

.contact-section::before,
.contact-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact-section::before {
  z-index: -2;
  background-image: url("assets/backgrounds/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.78;
  filter: saturate(0.92) contrast(1.04);
}

.contact-section::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.82) 0%, rgba(9, 9, 8, 0.58) 52%, rgba(9, 9, 8, 0.42) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, 0.78) 0%, rgba(9, 9, 8, 0.42) 48%, rgba(9, 9, 8, 0.86) 100%);
}

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

.contact-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.contact-link {
  position: relative;
  min-height: 116px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 244, 223, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

a.contact-link {
  cursor: pointer;
}

a.contact-link::after {
  content: "Abrir";
  position: absolute;
  right: 16px;
  bottom: 14px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.75;
}

a.contact-link:hover,
a.contact-link:focus-visible {
  border-color: rgba(239, 139, 38, 0.72);
  background: rgba(239, 139, 38, 0.13);
  box-shadow: 0 18px 40px rgba(239, 139, 38, 0.12);
  outline: none;
}

a.contact-link:hover::after,
a.contact-link:focus-visible::after {
  opacity: 1;
}

.contact-action {
  padding-left: 74px;
}

.contact-primary {
  grid-column: 1 / -1;
  min-height: 134px;
  border-color: rgba(239, 139, 38, 0.52);
  background:
    linear-gradient(135deg, rgba(239, 139, 38, 0.16), rgba(37, 211, 102, 0.08)),
    rgba(255, 244, 223, 0.05);
}

.contact-primary strong {
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.contact-primary em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.contact-action svg {
  position: absolute;
  left: 20px;
  top: 22px;
  width: 34px;
  height: 34px;
  fill: var(--ember);
  transition: transform 160ms ease, fill 160ms ease;
}

.contact-action:hover svg,
.contact-action:focus-visible svg {
  fill: var(--cream);
  transform: scale(1.08);
}

.contact-link span {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-link strong {
  display: block;
  color: var(--cream);
  font-size: 1.22rem;
  line-height: 1.15;
}

.legal-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 440px;
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(56px, 8vw, 96px);
  border-bottom: 1px solid var(--line);
}

.legal-hero::before,
.legal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.legal-hero::before {
  z-index: -2;
  background-image: url("assets/backgrounds/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.42;
  filter: saturate(0.88) contrast(1.02);
}

.legal-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 9, 8, 0.9) 0%, rgba(9, 9, 8, 0.68) 58%, rgba(9, 9, 8, 0.72) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, 0.78), rgba(9, 9, 8, 0.9));
}

.legal-hero h1 {
  max-width: 920px;
  font-size: clamp(3rem, 8vw, 6.4rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.15rem;
}

.legal-content {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.legal-content article {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.055), rgba(255, 244, 223, 0.022)),
    rgba(9, 9, 8, 0.58);
}

.legal-content h2 {
  margin-bottom: 12px;
  color: var(--gold);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.legal-content p {
  color: var(--muted);
  font-size: 1.04rem;
}

.legal-content a {
  color: var(--ember);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-updated {
  margin: 12px 0 0;
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px clamp(24px, 5vw, 72px);
  padding: 36px clamp(18px, 4vw, 64px) 104px;
  border-top: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 244, 223, 0.035), rgba(255, 244, 223, 0)),
    rgba(9, 9, 8, 0.78);
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  transition: opacity 160ms ease, transform 160ms ease;
}

.footer-brand:hover,
.footer-brand:focus-visible {
  opacity: 0.86;
  outline: none;
  transform: translateY(-1px);
}

.footer-brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  color: var(--cream);
  font-weight: 900;
  text-transform: uppercase;
}

.footer-brand span {
  display: block;
  margin-top: 2px;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 14px 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 800;
}

.footer-links a {
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a[aria-current="page"] {
  color: var(--gold);
  outline: none;
}

.site-footer small {
  grid-column: 1 / -1;
  color: rgba(199, 187, 169, 0.82);
}

.footer-copyright {
  justify-self: center;
  max-width: 820px;
  text-align: center;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 999px;
  background: #25d366;
  color: #07150b;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
  animation: whatsapp-pulse 3.2s ease-in-out infinite;
  transform-origin: center;
}

.floating-whatsapp img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

@keyframes whatsapp-pulse {
  0%,
  72%,
  100% {
    transform: scale(1);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
  }

  80% {
    transform: scale(1.04);
    box-shadow:
      0 18px 38px rgba(0, 0, 0, 0.42),
      0 0 0 8px rgba(37, 211, 102, 0.16),
      0 0 34px rgba(37, 211, 102, 0.52);
  }

  88% {
    transform: scale(1);
    box-shadow:
      0 18px 38px rgba(0, 0, 0, 0.42),
      0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media (max-width: 1040px) {
  .hero,
  .promo-band,
  .client-hall,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    min-height: 320px;
  }

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

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

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3.1rem;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
  }

  .brand-mark img {
    width: 44px;
    height: 44px;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px 18px 18px;
    border-bottom: 1px solid var(--line);
    background: rgba(9, 9, 8, 0.97);
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 244, 223, 0.08);
  }

  .hero {
    padding-top: 38px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(9, 9, 8, 0.52) 0%, rgba(9, 9, 8, 0.24) 52%, rgba(9, 9, 8, 0.7) 100%),
      linear-gradient(90deg, rgba(9, 9, 8, 0.42), rgba(9, 9, 8, 0.2));
  }

  .hero-video {
    opacity: 0.8;
    filter: saturate(0.9) contrast(1.08);
  }

  .hero-video-desktop {
    display: none;
  }

  .hero-video-mobile {
    display: block;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  h3 {
    font-size: 1.35rem;
  }

  .slogan {
    font-size: 1.35rem;
  }

  .hero-text,
  .section-copy,
  .section-heading p:not(.eyebrow),
  .promo-copy p:not(.eyebrow),
  .contact-section p:not(.eyebrow) {
    font-size: 1rem;
  }

  .eyebrow {
    font-size: 1.2rem;
  }

  .hero-eyebrow {
    font-size: 0.92rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .contact-cta-row .button {
    width: 100%;
  }

  .client-cta {
    width: 100%;
  }

  .split-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

  .menu-card img {
    aspect-ratio: 4 / 3;
  }

  .order-steps {
    grid-template-columns: 1fr;
  }

  .order-step {
    min-height: auto;
  }

  .promo-band > img {
    max-height: 520px;
  }

  .client-copy {
    max-width: 720px;
  }

  .client-slider {
    width: min(100%, 440px);
    justify-self: center;
  }

  .floating-whatsapp {
    left: 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 98px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .attention-shake {
    animation: none !important;
  }

  .floating-whatsapp {
    animation: none !important;
  }
}
