@import url("./tokens.css");

/* ========== Reset + base ========== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--masa);
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.18;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(66, 28, 20, 0.16) 0 0.55px, transparent 0.7px),
    radial-gradient(circle at 80% 75%, rgba(66, 28, 20, 0.13) 0 0.45px, transparent 0.65px);
  background-size: 21px 23px, 27px 25px;
}

img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

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

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: var(--focus-ring);
  outline-offset: 4px;
}

button {
  font: inherit;
  cursor: pointer;
  border: none;
  background: none;
  color: inherit;
}

p {
  margin: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 1000;
  padding: 0.65rem 1rem;
  background: var(--gold);
  color: var(--ink);
  font-weight: 700;
  border-radius: 999px;
  transform: translateY(-220%);
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}

.phase-banner {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  background: var(--gold);
  color: var(--ink);
  text-align: center;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.75rem;
}

body:has(.phase-banner) .site-header {
  top: 30px;
}

body:has(.phase-banner) {
  --section-anchor-offset: calc(var(--header-h-desktop) + 42px);
}

@media (max-width: 820px) {
  body:has(.phase-banner) {
    --section-anchor-offset: calc(var(--header-h-mobile) + var(--safe-top, 0px) + 40px);
  }
}

.wrap {
  width: min(1240px, calc(100vw - 30px));
  margin-inline: auto;
}

@media (min-width: 521px) {
  .wrap {
    width: min(1240px, calc(100vw - 40px));
  }
}

@media (min-width: 821px) {
  .wrap {
    width: min(1240px, calc(100vw - 52px));
  }
}

@media (min-width: 1081px) {
  .wrap {
    width: min(1240px, calc(100vw - 80px));
  }
}

.display {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.9;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.21em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 3px;
  content: "";
  background: var(--gold);
}

.eyebrow.light {
  color: var(--gold-soft);
}

.eyebrow.light::before {
  background: var(--red);
}

.button {
  display: inline-flex;
  min-height: var(--btn-h);
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

@media (prefers-reduced-motion: reduce) {
  .button:hover {
    transform: none;
  }
}

.button.primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 13px 28px rgba(191, 16, 28, 0.28);
}

.button.primary:hover {
  background: #d31723;
}

.button.gold {
  color: #2c1510;
  background: var(--gold);
}

.button.white {
  color: #2c1510;
  border-color: rgba(255, 255, 255, 0.72);
  background: #fffaf3;
}

.button.outline-light {
  color: var(--red-deep);
  border-color: rgba(129, 10, 19, 0.23);
  border-width: 2px;
  background: rgba(255, 255, 255, 0.4);
}

.arrow {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
}

/* Same thin stick as View Menu →, rotated for external/out links */
.arrow-ne {
  transform: rotate(-45deg);
  transform-origin: center;
}

.section {
  scroll-margin-top: var(--section-anchor-offset);
}

/* ========== Header (Phase 2) ========== */
.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  left: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 8, 9, 0.92), rgba(12, 8, 9, 0.72));
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.site-header.is-scrolled {
  background: rgba(12, 8, 9, 0.94);
}

.nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--header-h-desktop);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.nav-brand {
  display: flex;
  align-items: center;
  width: fit-content;
  min-width: 54px;
}

.nav-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links a {
  position: relative;
  padding: 12px 0;
  color: #e9dcce;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-action {
  justify-self: end;
}

.nav-action .button {
  min-height: 44px;
  padding-inline: 19px;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  font-size: 20px;
}

.mobile-nav {
  display: none;
  position: absolute;
  top: calc(var(--header-h-mobile) + var(--safe-top, 0px) - 8px);
  right: max(15px, calc((100vw - min(1240px, calc(100vw - 30px))) / 2));
  width: min(220px, calc(100vw - 30px));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(20, 12, 13, 0.96);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.mobile-nav.is-open {
  display: grid;
}

.mobile-nav a {
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.mobile-nav a:last-child {
  border: 0;
  color: var(--gold);
}

@media (max-width: 820px) {
  html {
    background: #0c0809;
  }

  body::before {
    display: none;
  }

  .site-header,
  .site-header.is-scrolled {
    top: 0;
    z-index: 1000;
    padding-top: var(--safe-top, env(safe-area-inset-top, 0px));
    background-color: #0c0809;
    background-image: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  /* Paint under the status bar so scrolled content can’t peek above the bar */
  .site-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
    height: var(--safe-top, env(safe-area-inset-top, 0px));
    background: #0c0809;
  }

  .nav {
    grid-template-columns: 1fr auto;
    min-height: var(--header-h-mobile);
  }

  .nav-links,
  .nav-action {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }
}

/* ========== Hero (Phase 2) ========== */
.hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  color: #fff;
  background: var(--comal);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -5;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 18% 47%, rgba(128, 39, 19, 0.27), transparent 34%),
    radial-gradient(circle at 77% 54%, rgba(189, 16, 28, 0.14), transparent 34%),
    linear-gradient(120deg, #160d0e 0%, var(--comal) 48%, #170d0d 100%);
}

.hero-photo {
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 10%, #000 28%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.3) 10%, #000 28%, #000 100%);
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Pull back from the old tight 394×700 crop — keep three tacos + lime */
  object-position: 58% 32%;
  transform: scale(0.88);
  transform-origin: 62% 36%;
  filter: saturate(0.95) contrast(1.04);
}

.hero-photo::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--comal) 0%, rgba(14, 11, 11, 0.98) 8%, rgba(14, 11, 11, 0.78) 26%, rgba(14, 11, 11, 0.16) 59%, rgba(14, 11, 11, 0.12) 100%),
    linear-gradient(180deg, rgba(14, 11, 11, 0.74) 0%, transparent 25%, transparent 66%, var(--comal) 100%),
    linear-gradient(12deg, rgba(92, 8, 14, 0.46), transparent 44%);
}

.hero-photo::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(ellipse 44% 60% at 68% 47%, transparent 25%, rgba(14, 11, 11, 0.16) 82%),
    linear-gradient(90deg, transparent 70%, rgba(14, 11, 11, 0.34));
}

.hero-grain {
  position: absolute;
  z-index: -2;
  inset: 0;
  opacity: 0.32;
  pointer-events: none;
  background-image:
    radial-gradient(rgba(255, 255, 255, 0.27) 0.55px, transparent 0.7px),
    radial-gradient(rgba(255, 200, 87, 0.18) 0.45px, transparent 0.62px);
  background-position: 0 0, 11px 17px;
  background-size: 24px 24px, 29px 29px;
  mask-image: linear-gradient(90deg, #000, transparent 80%);
}

.hero-content {
  display: flex;
  min-height: 920px;
  align-items: center;
  padding: 145px 0 126px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(650px, 58%);
}

.hero-brand {
  position: relative;
  display: grid;
  width: 266px;
  height: 232px;
  place-items: center;
  margin-bottom: 18px;
}

.hero-brand::before {
  position: absolute;
  width: 410px;
  height: 210px;
  border-radius: 50%;
  content: "";
  opacity: 0.94;
  background: radial-gradient(ellipse, rgba(255, 200, 87, 0.54) 0%, rgba(217, 129, 23, 0.28) 35%, rgba(139, 54, 10, 0.12) 57%, transparent 74%);
  filter: blur(9px);
}

.hero-brand img {
  position: relative;
  width: 248px;
  height: 248px;
  object-fit: contain;
  filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.38));
}

.hero .eyebrow {
  margin-bottom: 19px;
}

.hero h1 {
  max-width: 630px;
  font-size: clamp(64px, 6.7vw, 101px);
}

.hero h1 span {
  display: block;
  color: var(--gold);
}

.hero-lede {
  max-width: 520px;
  margin: 25px 0 29px;
  color: #e4d8cf;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

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

.hero-actions .button {
  min-height: var(--btn-h-group);
}

.hero-actions .button:last-child {
  min-width: 150px;
  padding-inline: 28px;
}

.hero-social {
  position: absolute;
  z-index: 4;
  right: max(40px, calc((100vw - 1240px) / 2));
  bottom: 116px;
  width: 290px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 200, 87, 0.31);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(68, 15, 19, 0.86), rgba(20, 13, 13, 0.83));
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(12px);
  transform: rotate(-1deg);
}

.hero-social strong {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.social-links {
  display: grid;
  gap: 9px;
}

.social-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f2e7de;
  font-size: 13px;
  font-weight: 750;
}

.social-links a:hover {
  color: var(--gold);
}

.social-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 9px;
  flex: 0 0 auto;
}

.social-icon.instagram {
  color: #fff;
  background: radial-gradient(circle at 32% 100%, #ffd600 0 22%, #ff7a00 32%, #ff0169 58%, #d300c5 78%, #7638fa 100%);
}

.social-icon.facebook {
  color: #fff;
  background: #1877f2;
}

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

.serape {
  height: 12px;
  background: repeating-linear-gradient(
    90deg,
    #a50b16 0 34px,
    #d9472d 34px 39px,
    #f7ca54 39px 50px,
    #1f631f 50px 78px,
    #f5eee2 78px 86px
  );
}

/* Compact in-flow social — handoff parity for 821–1080 (candidate wrongly hid this) */
.hero-social-inline {
  display: none;
  margin-top: 22px;
  max-width: 520px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 200, 87, 0.28);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(68, 15, 19, 0.72), rgba(20, 13, 13, 0.7));
}

.hero-social-inline strong {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.hero-social-inline .social-links {
  grid-template-columns: 1fr 1fr;
}

/* ========== Utility bar (Phase 2) ========== */
.truck-bar {
  position: relative;
  z-index: 6;
  margin-top: -64px;
  padding-bottom: 8px;
}

.truck-bar-inner {
  display: grid;
  grid-template-columns: 1fr 1.35fr auto;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  color: #fff;
  background: #241718;
  box-shadow: 0 28px 70px rgba(33, 10, 11, 0.28);
}

.truck-fact {
  display: flex;
  min-height: 128px;
  align-items: center;
  gap: 17px;
  padding: 26px 31px;
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.truck-fact:last-child {
  border-right: 0;
}

.fact-icon {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 16px;
  color: var(--gold);
  background: rgba(255, 200, 87, 0.09);
  font-size: 21px;
}

.fact-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.fact-copy small {
  display: block;
  margin-bottom: 5px;
  color: #d4c7c4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fact-copy strong {
  display: block;
  font-size: 20px;
  line-height: 1.35;
}

.fact-copy > span {
  color: #ddd0cc;
  font-size: 13px;
}

.service-lines {
  display: grid;
  gap: 8px;
}

.service-line {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: baseline;
}

.service-line strong {
  font-size: 17px;
}

.service-line span {
  font-size: 15px;
  color: #ddd0cc;
}

.truck-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px;
}

.truck-actions .button {
  min-width: 124px;
  min-height: var(--btn-h-group);
}

/* ========== Craft (Phase 3) ========== */
.craft {
  position: relative;
  overflow: hidden;
  padding: 92px 0 82px;
  background: var(--masa);
  color: var(--ink);
}

.craft::before {
  position: absolute;
  top: 80px;
  right: -220px;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(191, 16, 28, 0.1);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 70px rgba(191, 16, 28, 0.025),
    0 0 0 140px rgba(191, 16, 28, 0.018);
}

.craft-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
}

.craft-copy h2 {
  max-width: 520px;
  margin-bottom: 28px;
  font-size: clamp(52px, 6vw, 96px);
}

.craft-copy h2 em {
  color: var(--red);
  font-style: normal;
}

.craft-copy > p {
  max-width: 500px;
  margin: 0;
  color: #625552;
  font-size: 18px;
  line-height: 1.72;
}

.craft-points {
  display: grid;
  gap: 0;
  margin-top: 42px;
  border-top: 1px solid rgba(104, 24, 26, 0.16);
}

.craft-point {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 18px;
  padding: 19px 0;
  border-bottom: 1px solid rgba(104, 24, 26, 0.16);
}

.craft-point b {
  color: var(--red);
  font-family: var(--font-display);
  font-size: 17px;
}

.craft-point span {
  font-size: 14px;
  font-weight: 690;
  line-height: 1.45;
}

.photo-composition {
  position: relative;
  min-height: 550px;
}

.photo-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 82%;
  height: 530px;
  margin: 0;
  overflow: hidden;
  border-radius: 160px 20px 110px 20px;
  box-shadow: var(--shadow-core);
}

.photo-main::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 66%, rgba(30, 12, 12, 0.45));
}

.photo-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 47%;
}

.photo-stamp {
  position: absolute;
  right: -6px;
  bottom: 16px;
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  border: 1px solid rgba(53, 18, 14, 0.34);
  border-radius: 50%;
  color: #35120e;
  background: var(--gold);
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}

.photo-stamp::before {
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(53, 18, 14, 0.42);
  border-radius: inherit;
  content: "";
}

/* ========== Menu (Phase 3 / CR01 compact) ========== */
.menu {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: #fff;
  background: var(--comal);
}

.menu.menu-compact {
  padding: 80px 0;
}

.menu::before {
  position: absolute;
  top: -280px;
  left: -180px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(146, 15, 22, 0.25), transparent 67%);
}

.menu-heading {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 38px;
}

.menu-heading > div {
  max-width: 820px;
}

.menu-heading h2 {
  max-width: 700px;
  font-size: clamp(54px, 6.5vw, 100px);
}

.menu-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.83fr 1.17fr;
  gap: 58px;
  align-items: start;
}

.menu-compact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.menu-feature,
.menu-feature-compact {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 200, 87, 0.2);
  border-radius: 34px;
  background: #351417;
}

.menu-feature {
  position: sticky;
  top: calc(var(--header-h-desktop) + 24px);
  min-height: 790px;
}

.menu-feature-compact {
  position: relative;
  height: 400px;
  min-height: 360px;
  max-height: 440px;
}

.menu-feature img,
.menu-feature-compact img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 42%;
}

.menu-feature::after,
.menu-feature-compact::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(14, 11, 11, 0.03), rgba(14, 11, 11, 0.15) 46%, rgba(14, 11, 11, 0.94) 100%),
    linear-gradient(130deg, rgba(116, 7, 14, 0.18), transparent 48%);
}

.feature-copy {
  position: absolute;
  z-index: 2;
  right: 32px;
  bottom: 32px;
  left: 32px;
}

.menu-feature-compact .feature-copy {
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.feature-copy small {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.feature-copy strong {
  display: block;
  max-width: 360px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 57px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.94;
  text-transform: uppercase;
}

.menu-feature-compact .feature-copy strong {
  font-size: clamp(28px, 3.2vw, 42px);
  max-width: 280px;
}

.menu-overview-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-overview-list li {
  display: grid;
  gap: 6px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-overview-list strong {
  color: #fff;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.menu-overview-list span {
  max-width: 46ch;
  color: #f5eee4;
  font-size: 15px;
  line-height: 1.5;
}

.menu-overview .menu-footer {
  justify-content: flex-start;
  margin-top: 28px;
}

.menu-list {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-category h3 {
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.menu-category span {
  color: #7c706d;
  font-size: 11px;
}

.menu-category span:empty {
  display: none;
}

.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 82px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.menu-item strong {
  display: block;
  margin-bottom: 7px;
  font-size: 19px;
}

.menu-item span {
  color: #a99d99;
  font-size: 13px;
  line-height: 1.45;
}

.price {
  min-width: 78px;
  padding: 10px 13px;
  border-radius: 12px 4px 12px 4px;
  color: #35120e;
  background: var(--gold);
  font-size: 17px;
  font-weight: 900;
  text-align: center;
  transform: rotate(-1deg);
}

.menu-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-top: 22px;
}

/* ========== Visit Us (Phase 4) ========== */
.find {
  padding: 96px 0 108px;
  background: var(--paper);
  color: var(--ink);
}

.find-heading {
  display: block;
  margin-bottom: 36px;
}

.find-heading h2 {
  max-width: none;
  font-size: clamp(48px, 5.8vw, 82px);
  white-space: nowrap;
}

.find-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  overflow: hidden;
  border: 1px solid rgba(104, 24, 26, 0.16);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-core);
}

.truck-photo {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background: #241416;
}

.truck-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% center;
  filter: saturate(0.94) contrast(1.04);
}

.truck-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(ellipse at center, transparent 52%, rgba(31, 12, 13, 0.26) 100%);
}

.find-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 43px;
}

.find-card .eyebrow {
  margin-bottom: 13px;
}

.address {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.98;
  text-transform: uppercase;
}

.landmark {
  margin: 0 0 27px;
  color: #514442;
  font-size: 18px;
  font-weight: 620;
}

.find-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 32px;
}

.find-actions .button {
  padding-inline: 13px;
  min-height: var(--btn-h-group);
}

.hours-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 0 9px;
  border-top: 1px solid rgba(104, 24, 26, 0.16);
}

.hours-head strong {
  font-family: var(--font-display);
  font-size: 27px;
  text-transform: uppercase;
}

.hours {
  margin: 0;
}

.hour-row {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(104, 24, 26, 0.16);
  font-size: 15px;
}

.hour-row dt {
  margin-bottom: 6px;
  font-weight: 750;
}

.hour-row dd {
  margin: 0;
  color: #3f3432;
  font-size: 15px;
  font-weight: 670;
  line-height: 1.45;
  text-align: left;
}

/* ========== Catering (Phase 4) ========== */
.catering {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  color: #fff;
  background: linear-gradient(130deg, #360b0f 0%, #5a0c13 48%, #210d10 100%);
}

.catering::before {
  position: absolute;
  top: -230px;
  right: -100px;
  width: 730px;
  height: 730px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, rgba(255, 200, 87, 0.19), transparent 64%);
}

.catering::after {
  position: absolute;
  bottom: -350px;
  left: -220px;
  width: 680px;
  height: 680px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.025),
    0 0 0 160px rgba(255, 255, 255, 0.016);
}

.catering-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 110px;
  align-items: center;
}

.catering h2 {
  max-width: 710px;
  margin-bottom: 28px;
  font-size: clamp(54px, 6.5vw, 106px);
}

.catering h2 span {
  color: var(--gold);
}

.catering-copy > p {
  max-width: 590px;
  margin: 0 0 33px;
  color: #dec7c4;
  font-size: 17px;
  line-height: 1.7;
}

.catering-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.catering-actions .button {
  min-height: var(--btn-h-group);
}

.catering-actions .button.white {
  color: #2c1510;
  border-color: #fffaf3;
  background: #fffaf3;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
}

.mail-icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  line-height: 1;
}

.catering-aside {
  position: relative;
  min-height: 480px;
}

.catering-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 200, 87, 0.26);
  border-radius: 140px 24px 110px 24px;
  transform: rotate(1.6deg);
}

.catering-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.catering-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(48, 7, 11, 0.05), rgba(48, 7, 11, 0.52)),
    linear-gradient(115deg, rgba(90, 12, 19, 0.35), transparent 45%);
}

.event-stamp {
  position: absolute;
  z-index: 3;
  right: -22px;
  bottom: 22px;
  display: grid;
  width: 152px;
  height: 152px;
  place-items: center;
  border-radius: 50%;
  color: #38120f;
  background: var(--gold);
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-7deg);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.24);
}

.event-stamp::after {
  position: absolute;
  inset: 9px;
  border: 2px dashed rgba(56, 18, 15, 0.38);
  border-radius: inherit;
  content: "";
}

/* ========== Story (Phase 4) ========== */
.story {
  position: relative;
  overflow: hidden;
  padding: 84px 0 78px;
  background: var(--masa);
  color: var(--ink);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  gap: 58px;
  align-items: center;
}

.story-mark.family-photo {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 3;
  place-items: stretch;
  overflow: hidden;
  border-radius: 28px 160px 28px 28px;
  background: #1a0d0d;
}

.story-mark.family-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.story-copy h2 {
  max-width: 610px;
  margin-bottom: 29px;
  font-size: clamp(48px, 6vw, 96px);
}

.story-copy h2 span {
  color: var(--red);
}

.story-copy > p {
  max-width: 590px;
  margin: 0 0 24px;
  color: #625552;
  font-size: 17px;
  line-height: 1.75;
}

.story-signoff {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
  color: var(--red-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.story-signoff::before {
  width: 55px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--red) 0 33%, #e8d8ca 33% 66%, var(--green) 66%);
}

/* ========== Footer (Phase 4) ========== */
.footer {
  color: #fff;
  background: #0b0808;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.15fr 0.7fr 0.7fr;
  gap: 90px;
  padding: 84px 0 68px;
}

.footer-brand {
  display: flex;
  width: min(390px, 100%);
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-self: center;
}

.footer-brand img {
  width: 138px;
  height: 138px;
  object-fit: contain;
  margin: 0 auto 20px;
}

.footer-brand .slogan {
  width: 100%;
  margin: 0;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  text-align: center;
}

.footer h3 {
  margin: 12px 0 20px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 13px;
}

.footer-links a {
  width: fit-content;
  color: #e7dcd4;
  font-size: 14px;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 67px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #776d6b;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-ribbon {
  height: 5px;
  background: linear-gradient(90deg, var(--red) 0 33.333%, #f5eee4 33.333% 66.666%, var(--green) 66.666%);
}

/* ========== Inner pages ========== */
.page-hero {
  padding: calc(var(--header-h-desktop) + 72px) 0 48px;
  background: var(--comal);
  color: var(--masa);
}

.page-hero h1 {
  font-size: clamp(42px, 6vw, 72px);
  max-width: 16ch;
}

.page-hero .lede {
  max-width: 46ch;
  margin-top: 1rem;
  color: #e4d8cf;
  font-size: 17px;
  line-height: 1.6;
}

.page-body {
  padding: 56px 0 80px;
  background: var(--masa);
  color: var(--ink);
}

.page-body.dark {
  background: var(--comal);
  color: var(--masa);
}

.prose {
  max-width: 40rem;
}

.prose h2 {
  margin: 2rem 0 0.75rem;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--red-deep);
}

.prose p,
.prose li {
  color: #4d403d;
  font-size: 1rem;
  line-height: 1.7;
}

.prose ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  list-style: disc;
}

.prose .meta {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 2rem;
}

.contact-card {
  padding: 1.5rem;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid rgba(104, 24, 26, 0.14);
  box-shadow: 0 16px 40px rgba(49, 16, 16, 0.08);
}

.contact-card h2 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.4rem;
  text-transform: uppercase;
}

.contact-card p {
  margin: 0 0 1rem;
  color: #625552;
  line-height: 1.55;
}

.interim-note {
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid var(--gold);
  background: rgba(255, 200, 87, 0.12);
  color: #4d403d;
  font-size: 0.92rem;
  line-height: 1.5;
}

/* ========== Responsive — hero / utility / social ========== */
@media (max-width: 1080px) and (min-width: 821px) {
  .hero-social {
    display: none;
  }

  .hero-social-inline {
    display: block;
  }

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

  .truck-actions {
    grid-column: 1 / -1;
    justify-content: stretch;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
  }

  .truck-actions .button {
    flex: 1;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 1040px;
  }

  .hero-content {
    min-height: 1040px;
    align-items: flex-start;
    padding-top: calc(120px + var(--safe-top, 0px));
  }

  .hero-copy {
    width: 100%;
    text-align: center;
  }

  .hero-brand {
    width: 100%;
    height: 176px;
    margin: 0 auto 10px;
  }

  .hero-brand::before {
    width: 315px;
    height: 165px;
  }

  .hero-brand img {
    width: 190px;
    height: 190px;
  }

  .hero .eyebrow {
    justify-content: center;
  }

  .hero h1 {
    margin-inline: auto;
    font-size: clamp(49px, 15.4vw, 67px);
    line-height: 0.88;
  }

  .hero-lede {
    margin: 18px auto 22px;
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .hero-actions .button {
    min-width: 0;
  }

  .hero-actions .button:last-child {
    grid-column: 1 / -1;
  }

  .hero-photo {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42%;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-photo img {
    object-position: 50% 40%;
    transform: scale(0.94);
    transform-origin: center 42%;
  }

  .hero-photo::before {
    background:
      linear-gradient(180deg, var(--comal) 0%, rgba(14, 11, 11, 0.92) 8%, rgba(14, 11, 11, 0.12) 45%, rgba(14, 11, 11, 0.39) 100%),
      linear-gradient(90deg, rgba(14, 11, 11, 0.24), transparent 40%, rgba(14, 11, 11, 0.18));
  }

  .hero-social {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    display: block;
    width: auto;
    margin: -48px 15px 0;
    transform: none;
  }

  .hero-social-inline {
    display: none;
  }

  .truck-bar {
    margin-top: 18px;
  }

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

  .truck-fact {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    min-height: 0;
  }

  .truck-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 820px) {
  .craft {
    padding: 82px 0 72px;
  }

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

  .photo-composition {
    min-height: 500px;
  }

  .photo-main {
    position: relative;
    width: 100%;
    height: 480px;
  }

  .menu-layout,
  .menu-compact-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .menu.menu-compact {
    padding: 60px 0;
  }

  .menu-feature {
    position: relative;
    top: auto;
    min-height: 420px;
  }

  .menu-feature-compact {
    height: 310px;
    min-height: 280px;
    max-height: 340px;
  }

  .find-heading h2 {
    white-space: normal;
  }

  .find-grid,
  .catering-grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .truck-photo {
    min-height: 360px;
  }

  .catering-aside {
    min-height: 420px;
  }

  .catering-grid {
    gap: 70px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 55px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .page-hero {
    padding-top: calc(var(--header-h-mobile) + var(--safe-top, 0px) + 64px);
  }
}

@media (max-width: 520px) {
  .hero-social .social-links {
    grid-template-columns: 1fr;
  }

  .service-line {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .fact-copy strong {
    font-size: 17px;
  }

  .craft {
    padding: 70px 0;
  }

  .photo-composition {
    min-height: 390px;
  }

  .photo-main {
    height: 370px;
  }

  .photo-stamp {
    right: -2px;
    bottom: 2px;
  }

  .menu-item strong {
    font-size: 17px;
  }

  .menu-item span {
    font-size: 12px;
  }

  .menu-footer .button {
    width: 100%;
  }

  .find-card {
    padding: 28px 22px;
  }

  .address {
    font-size: 32px;
  }

  .find-actions,
  .catering-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .event-stamp {
    right: 8px;
    bottom: 8px;
    width: 120px;
    height: 120px;
    font-size: 14px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 62px 48px;
  }

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