:root {
  --char: #211a16;
  --ink: #2a1f19;
  --ink-soft: #665044;
  --paper: #fff7ea;
  --cream: #f7e6c8;
  --masa: #f4c15b;
  --marigold: #e6a021;
  --tomato: #c6452d;
  --tomato-dark: #9f2f22;
  --agave: #2f7f67;
  --agave-dark: #185847;
  --aqua: #25a6a0;
  --clay: #b6643b;
  --line: rgba(42, 31, 25, 0.14);
  --shadow: 0 22px 60px rgba(42, 31, 25, 0.18);
  --radius: 7px;
  --flourish: url("assets/mesa-brava-flourish.svg");
  --corner: url("assets/mesa-brava-corner.svg");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 20%, rgba(230, 160, 33, 0.20), transparent 26rem),
    radial-gradient(circle at 88% 8%, rgba(37, 166, 160, 0.16), transparent 22rem),
    linear-gradient(90deg, rgba(198, 69, 45, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 127, 103, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: auto, auto, 34px 34px, 34px 34px, auto;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

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

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

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 830px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.3rem, 8.5vw, 8.8rem);
  overflow-wrap: normal;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.28);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

h2 {
  max-width: 790px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
}

h3 {
  font-size: 1.2rem;
}

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

.cantina-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  display: grid;
  width: 100%;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "strip strip strip"
    "brand nav order";
  gap: 8px 18px;
  align-items: center;
  padding: 0 max(20px, calc((100vw - 1160px) / 2)) 10px;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(33, 21, 16, 0.98), rgba(50, 25, 17, 0.96)),
    var(--char);
  border-bottom: 1px solid rgba(255, 247, 234, 0.18);
  box-shadow: 0 14px 38px rgba(33, 26, 22, 0.24);
}

.cantina-header.scrolled {
  background: rgba(33, 26, 22, 0.98);
}

.top-strip {
  grid-area: strip;
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 min(0px, calc((100vw - 1160px) / -2));
  padding: 7px max(20px, calc((100vw - 1160px) / 2));
  color: var(--char);
  background:
    linear-gradient(90deg, rgba(255, 247, 234, 0.18), transparent 26%, rgba(198, 69, 45, 0.16) 72%, transparent),
    var(--masa);
  font-size: 0.84rem;
  font-weight: 900;
}

.top-strip a {
  color: var(--tomato-dark);
  white-space: nowrap;
}

.brand {
  grid-area: brand;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  font-weight: 900;
}

.brand > span:last-child {
  min-width: 0;
}

.brand-logo {
  width: clamp(174px, 18vw, 246px);
  height: auto;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.28));
}

.brand small {
  display: none;
  color: rgba(255, 247, 234, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
}

.cantina-nav {
  grid-area: nav;
  display: flex;
  justify-content: center;
  gap: 6px;
}

.cantina-nav a,
.header-order {
  border-radius: var(--radius);
  font-weight: 900;
}

.cantina-nav a {
  padding: 10px 12px;
  color: inherit;
  font-size: 0.93rem;
}

.cantina-nav a:hover,
.cantina-nav a:focus-visible {
  color: var(--char);
  background: var(--masa);
  outline: none;
}

.header-order {
  grid-area: order;
  padding: 12px 14px;
  color: var(--paper);
  background: var(--tomato);
  white-space: nowrap;
  box-shadow: inset 0 -3px 0 rgba(33, 26, 22, 0.20);
}

.header-order:hover,
.header-order:focus-visible {
  background: var(--tomato-dark);
  outline: none;
}

.nav-toggle {
  grid-area: nav;
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 247, 234, 0.22);
  border-radius: var(--radius);
  color: inherit;
  background: rgba(255, 247, 234, 0.08);
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 10px;
}

.hero {
  position: relative;
  display: grid;
  min-height: clamp(760px, 88svh, 940px);
  align-items: end;
  overflow: hidden;
  padding: 180px 0 78px;
  color: var(--paper);
  background:
    radial-gradient(circle at 82% 18%, rgba(230, 160, 33, 0.28), transparent 20rem),
    linear-gradient(135deg, #211510, #120c09);
  isolation: isolate;
}

.hero-image,
.hero-shade,
.hero-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  z-index: -3;
  max-width: none;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(1.22) contrast(1.06) brightness(0.88);
}

.hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 72% 26%, rgba(230, 160, 33, 0.36), transparent 26rem),
    radial-gradient(circle at 88% 74%, rgba(198, 69, 45, 0.24), transparent 20rem),
    linear-gradient(100deg, rgba(24, 16, 12, 0.97) 0%, rgba(33, 20, 14, 0.82) 43%, rgba(33, 26, 22, 0.24) 78%),
    linear-gradient(180deg, rgba(33, 26, 22, 0.16), rgba(33, 26, 22, 0.86));
}

.hero-pattern {
  z-index: -1;
  opacity: 0.24;
  background-image:
    linear-gradient(45deg, transparent 42%, rgba(244, 193, 91, 0.52) 42% 50%, transparent 50% 92%, rgba(37, 166, 160, 0.48) 92%),
    linear-gradient(-45deg, transparent 42%, rgba(198, 69, 45, 0.48) 42% 50%, transparent 50% 92%, rgba(244, 193, 91, 0.44) 92%);
  background-size: 64px 64px;
  mix-blend-mode: hard-light;
}

.hero-inner {
  position: relative;
  display: grid;
  width: min(1160px, calc(100% - 40px));
  grid-template-columns: minmax(0, 0.74fr) minmax(260px, 0.26fr);
  gap: 26px 40px;
  align-items: end;
  margin: 0 auto;
}

.hero-inner > :not(.hero-note) {
  grid-column: 1;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--masa);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.welcome-section .section-kicker,
.atmosphere-section .section-kicker,
.specials-section .section-kicker {
  color: var(--tomato);
}

.hero .eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 11px;
  border: 1px solid rgba(244, 193, 91, 0.38);
  border-radius: var(--radius);
  color: var(--char);
  background: var(--masa);
  box-shadow: 0 12px 26px rgba(33, 26, 22, 0.28);
}

.hero-logo {
  width: 100%;
  max-width: 780px;
  height: auto;
  margin-top: 14px;
  filter: drop-shadow(0 20px 32px rgba(0, 0, 0, 0.34));
}

.hero-copy {
  max-width: min(690px, 100%);
  margin: 20px 0 0;
  color: rgba(255, 247, 234, 0.88);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.hero-note {
  grid-column: 2;
  grid-row: 1 / span 5;
  align-self: end;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255, 247, 234, 0.22);
  border-top: 6px solid var(--masa);
  border-radius: var(--radius);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(198, 69, 45, 0.88), rgba(130, 43, 30, 0.92)),
    var(--tomato);
  box-shadow: 0 18px 42px rgba(33, 26, 22, 0.34);
}

.hero-note span {
  display: block;
  margin-bottom: 10px;
  color: var(--masa);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  line-height: 1.08;
}

.hero-actions,
.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.15;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  color: var(--paper);
  background: var(--tomato);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--tomato-dark);
}

.button.secondary {
  color: var(--char);
  background: var(--masa);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: #f8cf70;
}

.button.ghost {
  color: var(--paper);
  border-color: rgba(255, 247, 234, 0.58);
  background: rgba(255, 247, 234, 0.10);
}

.button.ghost:hover,
.button.ghost:focus-visible {
  background: rgba(255, 247, 234, 0.18);
}

.full-width {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.trust-row span {
  padding: 10px 12px;
  border: 1px solid rgba(244, 193, 91, 0.34);
  border-radius: var(--radius);
  color: rgba(255, 247, 234, 0.88);
  background:
    linear-gradient(135deg, rgba(255, 247, 234, 0.18), rgba(255, 247, 234, 0.06));
  font-size: 0.92rem;
  font-weight: 900;
  box-shadow: inset 0 -2px 0 rgba(255, 247, 234, 0.08);
}

.quick-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px max(20px, calc((100vw - 1160px) / 2));
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(244, 193, 91, 0.16), transparent 28%),
    linear-gradient(90deg, rgba(24, 88, 71, 0.96), rgba(33, 26, 22, 0.92)),
    var(--agave-dark);
  border-top: 6px solid var(--masa);
  overflow: hidden;
  isolation: isolate;
}

.quick-band::before {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  width: min(34vw, 430px);
  background:
    linear-gradient(90deg, rgba(24, 88, 71, 0.98), rgba(24, 88, 71, 0.28)),
    url("https://images.pexels.com/photos/27365271/pexels-photo-27365271.jpeg?auto=compress&cs=tinysrgb&w=900") center / cover;
  opacity: 0.62;
  content: "";
}

.quick-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.quick-copy span {
  color: var(--masa);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-copy strong {
  display: block;
  max-width: 820px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.18;
}

.quick-actions {
  margin-top: 0;
}

.quick-button {
  color: var(--char);
  background: var(--masa);
}

.quick-button:hover,
.quick-button:focus-visible {
  background: #f8cf70;
}

.light-button {
  color: var(--paper);
  border-color: rgba(255, 247, 234, 0.42);
  background: rgba(255, 247, 234, 0.10);
}

.light-button:hover,
.light-button:focus-visible {
  background: rgba(255, 247, 234, 0.18);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1160px, calc(100% - 40px));
  margin: 34px auto 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(244, 193, 91, 0.13), transparent 42%),
    #fffdf7;
  box-shadow: 0 14px 38px rgba(42, 31, 25, 0.08);
}

.metrics div {
  display: grid;
  min-height: 130px;
  align-content: center;
  gap: 5px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1;
  color: var(--tomato-dark);
}

.metrics span {
  color: var(--ink-soft);
  font-weight: 900;
}

.section {
  padding: 92px 0;
}

section[id] {
  scroll-margin-top: 128px;
}

.welcome-section {
  background:
    linear-gradient(135deg, rgba(244, 193, 91, 0.24), transparent 34%),
    linear-gradient(0deg, rgba(255, 247, 234, 0.78), rgba(255, 247, 234, 0.78)),
    var(--paper);
}

.welcome-grid,
.menu-heading,
.specials-grid,
.review-grid,
.visit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 1.04fr);
  gap: 54px;
  align-items: start;
}

.quick-band > *,
.welcome-grid > *,
.menu-heading > *,
.specials-grid > *,
.review-grid > *,
.visit-grid > * {
  min-width: 0;
}

.welcome-copy p:last-child,
.menu-heading > p,
.photo-copy p,
.visit-copy p {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.welcome-copy p:last-child,
.photo-copy p,
.visit-copy p {
  margin: 22px 0 0;
}

.feature-stack {
  display: grid;
  gap: 14px;
}

.welcome-side {
  display: grid;
  gap: 14px;
}

.welcome-photo,
.specials-photo,
.visit-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--char);
  box-shadow: 0 16px 42px rgba(42, 31, 25, 0.13);
  isolation: isolate;
}

.welcome-photo {
  min-height: 300px;
}

.welcome-photo img,
.specials-photo img,
.visit-photo img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.04);
}

.welcome-photo::after,
.specials-photo::after,
.visit-photo::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 34%, rgba(33, 21, 16, 0.72));
  content: "";
}

.welcome-photo figcaption,
.specials-photo figcaption,
.visit-photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: rgba(255, 247, 234, 0.92);
  font-weight: 900;
  line-height: 1.24;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.46);
}

.feature-stack article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--tomato);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(37, 166, 160, 0.08), transparent 34%),
    #fffdf7;
  box-shadow: 0 12px 32px rgba(42, 31, 25, 0.07);
}

.feature-stack span {
  grid-row: 1 / span 2;
  color: var(--agave);
  font-weight: 900;
}

.feature-stack p {
  margin: 0;
  color: var(--ink-soft);
}

.atmosphere-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(198, 69, 45, 0.13), transparent 22rem),
    linear-gradient(90deg, rgba(47, 127, 103, 0.08), transparent 52%),
    #fff8ed;
}

.atmosphere-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 34px;
}

.atmosphere-heading > * {
  min-width: 0;
}

.atmosphere-heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.atmosphere-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.85fr) minmax(240px, 0.85fr);
  grid-auto-rows: minmax(220px, auto);
  gap: 14px;
}

.atmosphere-card {
  position: relative;
  min-height: 285px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(42, 31, 25, 0.16);
  border-radius: var(--radius);
  background: var(--char);
  box-shadow: 0 18px 44px rgba(42, 31, 25, 0.14);
  isolation: isolate;
}

.atmosphere-card.large {
  grid-row: span 2;
}

.atmosphere-card.tall {
  grid-row: span 2;
}

.atmosphere-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.15) contrast(1.04);
  transition: transform 240ms ease;
}

.atmosphere-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, transparent 35%, rgba(33, 21, 16, 0.76)),
    linear-gradient(45deg, rgba(244, 193, 91, 0.10), transparent 48%);
  content: "";
}

.atmosphere-card:hover img {
  transform: scale(1.025);
}

.atmosphere-card figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  color: rgba(255, 247, 234, 0.92);
  font-weight: 900;
  line-height: 1.25;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.48);
}

.menu-section {
  color: var(--paper);
  background:
    radial-gradient(circle at 14% 18%, rgba(244, 193, 91, 0.20), transparent 24rem),
    radial-gradient(circle at 86% 22%, rgba(198, 69, 45, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(198, 69, 45, 0.14), transparent 30%),
    linear-gradient(45deg, transparent 44%, rgba(47, 127, 103, 0.16) 44% 48%, transparent 48%),
    var(--char);
  background-size: auto, auto, auto, 52px 52px, auto;
}

.menu-section .section-kicker {
  color: var(--masa);
}

.menu-heading {
  align-items: end;
  margin-bottom: 34px;
}

.menu-heading > p {
  margin: 0;
  color: rgba(255, 247, 234, 0.76);
}

.menu-shell {
  position: relative;
  padding: 18px;
  border: 1px solid rgba(244, 193, 91, 0.34);
  border-top: 8px solid var(--masa);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 247, 234, 0.12), rgba(255, 247, 234, 0.04)),
    rgba(255, 247, 234, 0.07);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.menu-photo-row {
  display: grid;
  grid-template-columns: 1.3fr 0.85fr 0.85fr;
  gap: 10px;
  margin-bottom: 16px;
}

.menu-photo-row figure {
  position: relative;
  min-height: 180px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 234, 0.16);
  border-radius: var(--radius);
  background: var(--char);
  isolation: isolate;
}

.menu-photo-row img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.18) contrast(1.05);
}

.menu-photo-row figure::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 40%, rgba(33, 21, 16, 0.74));
  content: "";
}

.menu-photo-row figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  color: var(--paper);
  font-weight: 900;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.46);
}

.menu-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.menu-tab {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid rgba(244, 193, 91, 0.26);
  border-radius: var(--radius);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(255, 247, 234, 0.12), rgba(255, 247, 234, 0.04));
  cursor: pointer;
  font-weight: 900;
}

.menu-tab:hover,
.menu-tab:focus-visible,
.menu-tab.active {
  color: var(--char);
  background: var(--masa);
  outline: none;
}

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

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

.menu-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  min-height: 164px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 234, 0.14);
  border-radius: var(--radius);
  color: var(--char);
  background:
    linear-gradient(90deg, rgba(244, 193, 91, 0.16), transparent 36%),
    var(--paper);
}

.menu-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 7px;
  background: var(--tomato);
  content: "";
}

.menu-card.featured {
  border-color: rgba(244, 193, 91, 0.72);
  background:
    linear-gradient(135deg, rgba(47, 127, 103, 0.16), transparent 40%),
    var(--paper);
  box-shadow: inset 0 0 0 2px rgba(244, 193, 91, 0.26), 0 12px 28px rgba(0, 0, 0, 0.16);
}

.menu-card span {
  display: inline-flex;
  margin-bottom: 11px;
  color: var(--tomato-dark);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.menu-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
}

.menu-card strong {
  color: var(--agave-dark);
  font-size: 1.2rem;
  white-space: nowrap;
}

.photo-band {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
  color: var(--paper);
  background:
    linear-gradient(135deg, rgba(244, 193, 91, 0.18), transparent 32%),
    var(--agave-dark);
}

.photo-copy {
  align-self: center;
  padding: 76px clamp(34px, 5vw, 78px) 76px max(24px, calc((100vw - 1160px) / 2));
}

.photo-copy > * {
  max-width: 560px;
}

.photo-copy h2 {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.photo-copy p {
  color: rgba(255, 247, 234, 0.78);
}

.photo-copy .button {
  margin-top: 28px;
}

.photo-band img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.specials-section {
  background:
    linear-gradient(90deg, rgba(37, 166, 160, 0.12), transparent 50%),
    linear-gradient(45deg, transparent 46%, rgba(198, 69, 45, 0.06) 46% 50%, transparent 50%),
    #fffdf7;
  background-size: auto, 44px 44px, auto;
}

.specials-copy {
  display: grid;
  gap: 24px;
}

.specials-photo {
  min-height: 320px;
}

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

.specials-list article {
  min-height: 168px;
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--agave);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(244, 193, 91, 0.16), transparent 42%),
    var(--paper);
  box-shadow: 0 12px 32px rgba(42, 31, 25, 0.07);
}

.specials-list span {
  display: inline-grid;
  width: 44px;
  height: 36px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: var(--radius);
  color: var(--char);
  background: var(--masa);
  font-weight: 900;
}

.specials-list strong {
  display: block;
  font-size: 1.16rem;
}

.specials-list p {
  margin: 9px 0 0;
  color: var(--ink-soft);
}

.reviews-section {
  color: var(--paper);
  background:
    linear-gradient(rgba(33, 20, 14, 0.78), rgba(33, 20, 14, 0.90)),
    url("https://images.unsplash.com/photo-1756521973435-4e4e1d2884b7?auto=format&fit=crop&w=1900&q=82") center / cover;
}

.reviews {
  display: grid;
  gap: 14px;
}

blockquote {
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(255, 247, 234, 0.20);
  border-radius: var(--radius);
  background: rgba(255, 247, 234, 0.10);
  backdrop-filter: blur(8px);
}

blockquote p {
  margin: 0 0 14px;
  color: rgba(255, 247, 234, 0.84);
  font-size: 1.03rem;
}

cite {
  color: var(--masa);
  font-style: normal;
  font-weight: 900;
}

.visit-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(198, 69, 45, 0.12), transparent 22rem),
    var(--cream);
}

.visit-grid {
  grid-template-columns: minmax(0, 0.85fr) minmax(310px, 0.65fr);
}

.contact-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.contact-lines a {
  padding-bottom: 4px;
  border-bottom: 2px solid var(--tomato);
  color: var(--agave-dark);
  font-weight: 900;
}

.visit-panel {
  display: grid;
  gap: 14px;
}

.visit-photo {
  min-height: 230px;
}

.map-card,
.hours-card,
.order-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fffdf7;
  box-shadow: 0 14px 34px rgba(42, 31, 25, 0.08);
}

.map-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 28px;
  display: grid;
  align-content: end;
  isolation: isolate;
}

.map-card::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(47, 127, 103, 0.14) 1px, transparent 1px),
    linear-gradient(0deg, rgba(47, 127, 103, 0.14) 1px, transparent 1px);
  background-size: 34px 34px;
  content: "";
}

.map-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, transparent 18%, rgba(198, 69, 45, 0.20) 18% 23%, transparent 23% 58%, rgba(230, 160, 33, 0.28) 58% 63%, transparent 63%),
    linear-gradient(45deg, rgba(37, 166, 160, 0.20), transparent 42%);
  content: "";
}

.map-pin {
  position: absolute;
  top: 80px;
  left: 50%;
  display: block;
  width: 34px;
  height: 34px;
  border: 8px solid var(--tomato);
  border-radius: 50% 50% 50% 0;
  background: var(--paper);
  transform: rotate(-45deg);
  box-shadow: 0 10px 24px rgba(42, 31, 25, 0.24);
}

.map-card strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.map-card p {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-weight: 900;
}

.hours-card {
  display: grid;
  gap: 0;
}

.hours-card div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 62px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
}

.hours-card div:last-child {
  border-bottom: 0;
}

.hours-card span {
  color: var(--ink-soft);
  font-weight: 900;
}

.hours-card strong {
  text-align: right;
}

.order-form {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 26px;
}

.order-form h3 {
  grid-column: 1 / -1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.9rem;
}

.order-form label {
  display: grid;
  gap: 6px;
  font-weight: 900;
}

.order-form label:nth-of-type(4),
.order-form .full-width,
.form-note {
  grid-column: 1 / -1;
}

.order-form input,
.order-form select,
.order-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 13px;
  color: var(--ink);
  background: #fffaf0;
}

.order-form textarea {
  resize: vertical;
}

.order-form input:focus,
.order-form select:focus,
.order-form textarea:focus {
  border-color: var(--agave);
  outline: 3px solid rgba(47, 127, 103, 0.18);
}

.form-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.mobile-cta {
  position: fixed;
  z-index: 40;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid rgba(255, 247, 234, 0.20);
  border-radius: var(--radius);
  background: rgba(33, 26, 22, 0.96);
  box-shadow: 0 14px 40px rgba(33, 26, 22, 0.34);
}

.mobile-cta a {
  display: grid;
  min-height: 48px;
  place-items: center;
  color: var(--paper);
  font-weight: 900;
}

.mobile-cta a:nth-child(2) {
  color: var(--char);
  background: var(--masa);
}

.cantina-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 28px max(20px, calc((100vw - 1160px) / 2));
  color: rgba(255, 247, 234, 0.72);
  background: var(--char);
}

.cantina-footer p {
  margin: 0;
}

.cantina-footer a {
  color: var(--paper);
  font-weight: 900;
}

/* Artisan layer: small hand-painted details without changing the page flow. */
.cantina-header::after,
.menu-shell::after,
.photo-band::after,
.reviews-section::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 7px;
  background:
    linear-gradient(90deg, var(--tomato) 0 18%, var(--masa) 18% 43%, var(--agave) 43% 68%, var(--aqua) 68% 84%, var(--tomato) 84% 100%);
  content: "";
}

.section-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.section-kicker::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  background:
    linear-gradient(45deg, var(--tomato) 0 48%, transparent 48% 52%, var(--agave) 52% 100%);
  border: 2px solid rgba(244, 193, 91, 0.74);
  border-radius: 2px;
  content: "";
  transform: rotate(45deg);
}

.welcome-copy h2,
.atmosphere-heading h2,
.menu-heading h2,
.photo-copy h2,
.specials-copy h2,
.review-grid h2,
.visit-copy h2 {
  position: relative;
  padding-bottom: 36px;
}

.welcome-copy h2::after,
.atmosphere-heading h2::after,
.menu-heading h2::after,
.photo-copy h2::after,
.specials-copy h2::after,
.review-grid h2::after,
.visit-copy h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(260px, 78%);
  height: 42px;
  background: var(--flourish) left center / contain no-repeat;
  content: "";
}

.menu-heading h2::after,
.photo-copy h2::after,
.review-grid h2::after {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.18));
}

.metrics,
.welcome-photo,
.atmosphere-card,
.menu-shell,
.photo-band,
.specials-list article,
.map-card,
.hours-card,
.order-form {
  position: relative;
}

.metrics::before,
.menu-shell::before,
.order-form::before {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 70px;
  height: 70px;
  background: var(--corner) center / contain no-repeat;
  content: "";
  opacity: 0.28;
  pointer-events: none;
}

.menu-shell::before {
  top: 18px;
  right: 18px;
  opacity: 0.22;
  transform: rotate(90deg);
}

.menu-card::after,
.feature-stack article::after,
.specials-list article::after,
blockquote::after {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  background: var(--corner) center / contain no-repeat;
  content: "";
  opacity: 0.24;
  pointer-events: none;
  transform: rotate(180deg);
}

.feature-stack article,
.specials-list article,
blockquote,
.menu-card {
  position: relative;
}

.menu-card span,
.specials-list span,
.feature-stack span {
  position: relative;
}

.menu-card span::after,
.feature-stack span::after {
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 8px;
  background: linear-gradient(90deg, var(--tomato), var(--masa), var(--agave));
  border-radius: 99px;
  content: "";
}

.quick-band::after,
.atmosphere-section::after,
.visit-section::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 69, 45, 0.38), rgba(244, 193, 91, 0.45), transparent);
  content: "";
}

.quick-band,
.atmosphere-section,
.photo-band,
.reviews-section,
.visit-section {
  position: relative;
}

.welcome-photo::before,
.atmosphere-card::before,
.visit-photo::before,
.specials-photo::before {
  position: absolute;
  inset: 14px;
  z-index: 1;
  border: 1px solid rgba(244, 193, 91, 0.44);
  border-radius: calc(var(--radius) - 1px);
  content: "";
  pointer-events: none;
}

.photo-band {
  border-top: 7px solid var(--masa);
  border-bottom: 7px solid var(--masa);
}

@media (max-width: 1020px) {
  .cantina-header {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "strip strip"
      "brand nav";
  }

  .cantina-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 14px;
    display: none;
    min-width: 232px;
    flex-direction: column;
    padding: 8px;
    color: var(--ink);
    background: rgba(255, 247, 234, 0.98);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

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

  .cantina-nav a {
    padding: 12px;
  }

  .header-order {
    display: none;
  }

  .nav-toggle {
    display: block;
    justify-self: end;
    z-index: 2;
  }

  .quick-band,
  .welcome-grid,
  .atmosphere-heading,
  .menu-heading,
  .specials-grid,
  .review-grid,
  .visit-grid,
  .photo-band {
    grid-template-columns: 1fr;
  }

  .quick-actions {
    width: 100%;
  }

  .quick-actions .button {
    flex: 1 1 220px;
  }

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

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

  .menu-photo-row figure {
    min-height: 220px;
  }

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

  .atmosphere-card.large,
  .atmosphere-card.tall {
    grid-row: auto;
  }

  .atmosphere-card.large {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  .photo-copy {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (max-width: 760px) {
  .container,
  .hero-inner,
  .metrics {
    width: min(100% - 28px, 1160px);
  }

  .cantina-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .top-strip {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .top-strip a {
    display: none;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: min(218px, 62vw);
  }

  .brand > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hero {
    min-height: clamp(720px, 82svh, 840px);
    align-items: end;
    padding: 132px 0 54px;
    background:
      #211510 url("https://images.unsplash.com/photo-1746635732995-ab5c6118d5a7?auto=format&fit=crop&w=1500&q=82") 90% center / cover no-repeat;
  }

  .hero-image {
    display: none;
  }

  .hero-shade {
    background:
      radial-gradient(circle at 78% 20%, rgba(230, 160, 33, 0.18), transparent 17rem),
      linear-gradient(90deg, rgba(33, 20, 14, 0.74), rgba(33, 26, 22, 0.44)),
      linear-gradient(180deg, rgba(33, 26, 22, 0.28), rgba(33, 26, 22, 0.58));
  }

  .hero-pattern {
    opacity: 0.20;
    background-size: 56px 56px;
  }

  .hero-logo {
    width: 330px;
    max-width: calc(100vw - 28px);
    margin-top: 10px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.05rem, 10vw, 3.2rem);
  }

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

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

  .hero-copy {
    font-size: 1.02rem;
  }

  .hero-note {
    display: none;
  }

  .quick-band {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .metrics,
  .menu-panel,
  .specials-list,
  .atmosphere-grid,
  .menu-photo-row,
  .order-form {
    grid-template-columns: 1fr;
  }

  .quick-band::before {
    width: 100%;
    opacity: 0.20;
  }

  .welcome-photo,
  .specials-photo,
  .visit-photo {
    min-height: 250px;
  }

  .atmosphere-card,
  .atmosphere-card.large {
    grid-column: auto;
    min-height: 260px;
  }

  .metrics div,
  .metrics div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metrics div:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 68px 0;
  }

  .welcome-copy h2,
  .atmosphere-heading h2,
  .menu-heading h2,
  .photo-copy h2,
  .specials-copy h2,
  .review-grid h2,
  .visit-copy h2 {
    padding-bottom: 30px;
  }

  .welcome-copy h2::after,
  .atmosphere-heading h2::after,
  .menu-heading h2::after,
  .photo-copy h2::after,
  .specials-copy h2::after,
  .review-grid h2::after,
  .visit-copy h2::after {
    width: min(210px, 86%);
    height: 34px;
  }

  .metrics::before,
  .menu-shell::before,
  .order-form::before,
  .menu-card::after,
  .feature-stack article::after,
  .specials-list article::after,
  blockquote::after {
    opacity: 0.18;
  }

  section[id] {
    scroll-margin-top: 132px;
  }

  .menu-shell {
    padding: 12px;
  }

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

  .menu-tab {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-card {
    min-height: 0;
  }

  .feature-stack article {
    grid-template-columns: 1fr;
  }

  .photo-band img {
    min-height: 310px;
  }

  .order-form label:nth-of-type(4),
  .order-form .full-width,
  .form-note {
    grid-column: auto;
  }

  .cantina-footer {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 86px;
  }

  .mobile-cta {
    display: grid;
  }
}

@media (max-width: 430px) {
  .brand {
    max-width: 74vw;
  }

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

  .menu-card {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hours-card div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hours-card strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
  .brand-logo {
    width: clamp(160px, 38vw, 216px);
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-inner > :not(.hero-note),
  .hero-note {
    grid-column: 1;
  }

  .hero-note {
    grid-row: auto;
    max-width: 470px;
  }
