:root, body, body[data-theme="3"] {
  --red: #b82027;
  --cream: #eae3d6;
  --gold: #bd8d39;
  --black: #080808;
  --muted: #a9a49c;
  --line: #2a2927;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--black);
  color: var(--cream);
  font-family: Inter, sans-serif;
  overflow-x: hidden;
}
button, a {
  font: inherit;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
header {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  border-bottom: 1px solid #242321;
  position: sticky;
  top: 0;
  background: rgba(8, 8, 8, 0.94);
  backdrop-filter: blur(12px);
  z-index: 100;
}
.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.logo-img {
  height: 52px;
  width: auto;
  max-width: 155px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
.logo-stacked-img {
  height: 84px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
  transition: transform 0.2s ease;
}
.logo:hover .logo-img,
.logo:hover .logo-stacked-img {
  transform: scale(1.04);
}
.modal-logo {
  height: 90px;
  width: auto;
  margin: 0 auto 15px;
  display: block;
  object-fit: contain;
}
nav {
  display: flex;
  gap: 28px;
  font: 700 12px Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
nav a {
  padding: 32px 0;
  border-bottom: 2px solid transparent;
}
nav a:hover {
  border-color: var(--red);
}
.btn {
  border: 0;
  background: var(--red);
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 17px 22px;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.12);
}
.btn i {
  font-style: normal;
  margin-left: 18px;
}
.ghost {
  background: transparent;
  border: 1px solid #777;
}
.menu {
  display: none;
  background: none;
  border: 0;
  color: #fff;
  font-size: 25px;
}

/* HERO SECTION - TEMPLATE 03 (EDITORIAL FULL-BLEED) */
.hero, body[data-theme="3"] .hero {
  min-height: 88vh;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.hero-image, body[data-theme="3"] .hero-image {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #080808ee 0%, #08080855 62%, #08080822 100%), url('/food-hero.png') center/cover;
}
.hero-copy, body[data-theme="3"] .hero-copy {
  max-width: 850px;
  padding: 8vw 2vw 8vw 6vw;
  z-index: 2;
  position: relative;
}
.eyebrow {
  color: var(--red);
  font: 800 12px Inter, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.hero h1,
.section-head h2,
.about h2,
.locations h2,
.franchise h2,
.final h2,
dialog h2 {
  letter-spacing: -0.025em;
  margin: 22px 0;
  text-transform: uppercase;
}
.section-head h2,
.about h2,
.locations h2,
.franchise h2,
.final h2,
dialog h2 {
  font: 400 clamp(4.5rem, 9vw, 9rem)/0.82 Anton, sans-serif;
}
.hero h1, body[data-theme="3"] .hero h1 {
  font: 900 italic clamp(4.5rem, 9vw, 9rem)/0.82 'Barlow Condensed', sans-serif !important;
  letter-spacing: -0.06em;
}
.hero h1 em,
h2 em {
  font-style: normal;
  color: var(--red);
}
.lead {
  font: 700 clamp(1.2rem, 2vw, 1.8rem) 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}
.food-list {
  font-size: 16px;
  color: #c4beb5;
  line-height: 1.7;
}
.actions {
  display: flex;
  gap: 12px;
  margin-top: 35px;
}
.stamp {
  position: absolute;
  right: 6%;
  bottom: 9%;
  width: 115px;
  height: 115px;
  border: 2px solid var(--cream);
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  font: 800 13px/1.25 'Barlow Condensed', sans-serif;
  transform: rotate(8deg);
  background: #08080899;
}
.scroll {
  position: absolute;
  bottom: 22px;
  left: 6vw;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

/* ABOUT SECTION - TEMPLATE 03 (CREAM EDITORIAL BACKGROUND) */
.about, body[data-theme="3"] .about {
  padding: 10vw 6vw;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  border-top: 1px solid var(--line);
  background: var(--cream) !important;
  color: #111 !important;
}
.about h2 {
  font-size: clamp(3.5rem, 7vw, 7rem);
  color: #111 !important;
}
.about h2 span {
  font-size: 0.55em;
}
.about-copy, body[data-theme="3"] .about-copy {
  max-width: 620px;
  line-height: 1.75;
  color: #5c5851 !important;
}
.about-copy .big, body[data-theme="3"] .about-copy .big {
  color: #111 !important;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.45;
  font-weight: 600;
}
.punch {
  font: 800 24px/1.2 'Barlow Condensed', sans-serif;
  color: var(--red);
}
.about-copy .mission-callout {
  font: 800 clamp(1.2rem, 2vw, 1.6rem)/1.3 'Barlow Condensed', sans-serif;
  color: #111;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 12px 0 16px;
}
.about-copy .tagline-bold {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  color: #111;
  margin: 16px 0;
}
.about-copy .fork-tag {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 2px dashed #d5cebf;
}
.about-copy .fork-tag p {
  margin: 0 0 6px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
}
.about-copy .fork-shout {
  font: 900 italic clamp(2rem, 4.2vw, 3.2rem)/0.95 'Barlow Condensed', sans-serif;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: -0.03em;
  margin: 6px 0 0 0;
}

/* BRANDS SECTION - TEMPLATE 03 (2 COLUMNS) */
.brands {
  padding: 9vw 6vw;
  background: var(--cream);
  color: #111;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 3px solid #111;
  padding-bottom: 24px;
}
.section-head h2 {
  font-size: clamp(4rem, 8vw, 8rem);
  margin: 8px 0 0;
  color: #111;
}
.section-head > p {
  line-height: 1.6;
}
.brand-grid, body[data-theme="3"] .brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
}
.brand-grid article, body[data-theme="3"] .brand-grid article {
  min-height: 380px !important;
  padding: 24px;
  border-right: 1px solid #bcb5a9;
  border-bottom: 1px solid #bcb5a9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--cream);
  transition: background 0.25s ease, color 0.25s ease;
  position: relative;
}
.brand-grid article:hover {
  background: var(--red) !important;
  color: #fff !important;
}
.brand-img-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 4px;
  background: #111;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.brand-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease, filter 0.3s ease;
}
.brand-grid article:hover .brand-img {
  transform: scale(1.05);
  filter: brightness(1.04);
}
.num {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(8, 8, 8, 0.82);
  color: #fff;
  font: 800 11px Inter, sans-serif;
  letter-spacing: 0.1em;
  padding: 4px 8px;
  border-radius: 3px;
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 2;
}
.brand-meta {
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.brand-mark {
  font: 700 28px/0.88 'Barlow Condensed', sans-serif;
  text-align: left;
}
.brand-mark b {
  font-size: 1.55em;
}
.dallas,
.sticky,
.texas {
  color: var(--red);
}
.brand-grid article:hover .brand-mark {
  color: #fff !important;
}
.brand-grid article:hover p {
  color: #f7e8e8 !important;
}
.brand-grid article p {
  font-size: 14px;
  color: #555047;
  line-height: 1.5;
  margin: 0;
}
.brand-grid article:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
@media (min-width: 768px) {
  .brand-grid article:last-child:nth-child(odd) {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
  }
  .brand-grid article:last-child:nth-child(odd) .brand-img-wrap {
    height: 250px;
  }
}
.center-cta {
  text-align: center;
  padding-top: 7vw;
}
.center-cta p {
  font: 800 18px Inter, sans-serif;
  letter-spacing: 0.15em;
}

/* LOCATIONS */
.locations {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 800px;
}
.location-intro {
  padding: 10vw 6vw;
  background: var(--red);
}
.location-intro .eyebrow {
  color: #111;
}
.location-intro h2 {
  font-size: clamp(3.7rem, 7vw, 7rem);
}
.location-intro h2 em {
  color: #111;
}
.location-intro > p {
  max-width: 500px;
  line-height: 1.6;
}
.route {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #ffffff66;
}
.location-list {
  padding: 9vw 6vw;
}
.location-list h3 {
  font: 800 28px 'Barlow Condensed', sans-serif;
  border-bottom: 1px solid #444;
  padding-bottom: 15px;
}
.location-list small {
  float: right;
  color: var(--red);
  font: 700 11px Inter, sans-serif;
}
.location-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.location-list li {
  padding: 12px 0;
  color: #c5bfb5;
}
.location-list li:before {
  content: '✦';
  color: var(--red);
  margin-right: 10px;
}
.platforms {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 45px;
}
.platforms a {
  font-weight: 700;
  border-bottom: 1px solid;
}

/* FRANCHISE */
.franchise {
  padding: 10vw 6vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8vw;
  border-top: 1px solid var(--line);
  background: #12110f;
}
.franchise h2 {
  font-size: clamp(3.5rem, 7vw, 7rem);
}
.franchise-title .big {
  color: var(--cream);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.45;
  font-weight: 600;
}
.franchise-title p {
  line-height: 1.7;
  color: #bdb7ae;
}
.franchise-title .btn {
  margin-top: 25px;
}
.steps article {
  display: flex;
  gap: 30px;
  padding: 28px 0;
  border-bottom: 1px solid #393733;
}
.steps article > b {
  color: var(--red);
  font: 700 12px Inter, sans-serif;
}
.steps h3 {
  font: 800 28px 'Barlow Condensed', sans-serif;
  margin: 0;
}
.steps p {
  color: #aaa49b;
  margin-bottom: 0;
}

/* FINAL CTA & FOOTER */
.final {
  text-align: center;
  padding: 10vw 20px;
  background: var(--cream);
  color: #111;
}
.final h2 {
  font-size: clamp(5rem, 11vw, 11rem);
  margin: 25px 0;
  color: #111;
}
.final .btn {
  font-size: 18px;
  padding: 20px 32px;
}
.final > p:last-child {
  color: #706a61;
}
footer {
  padding: 50px 5vw 90px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 35px;
  align-items: start;
}
footer > div {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
footer .legal {
  color: #827d75;
  flex-direction: column;
  gap: 10px;
}

/* MOBILE ORDER BUTTON */
.mobile-order {
  display: none;
  position: fixed;
  bottom: 12px;
  left: 12px;
  right: 12px;
  z-index: 110;
  background: var(--red);
  color: #fff;
  border: 0;
  padding: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  box-shadow: 0 8px 35px #000;
}

/* DIALOGS */
.close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 0;
  background: none;
  color: inherit;
  font-size: 38px;
  cursor: pointer;
}
dialog {
  width: min(680px, 92vw);
  max-height: 90vh;
  overflow: auto;
  background: #111;
  color: #fff;
  border: 1px solid #555;
  padding: 45px;
  box-shadow: 0 30px 100px #000;
}
dialog::backdrop {
  background: #000c;
  backdrop-filter: blur(6px);
}
dialog h2 {
  font-size: clamp(3rem, 7vw, 6rem);
}
dialog label {
  display: grid;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
dialog input,
dialog select {
  width: 100%;
  padding: 15px;
  border: 1px solid #555;
  background: #1a1918;
  color: #fff;
  font: 16px Inter, sans-serif;
}
#orderModal label {
  margin: 30px 0 15px;
}
#orderModal small {
  display: block;
  color: #888;
  margin-top: 15px;
}
.success {
  display: none;
  text-align: center;
  min-height: 300px;
  place-content: center;
}
.success span {
  font-size: 60px;
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
form label:nth-last-of-type(1) {
  grid-column: 1/-1;
}
form .btn {
  grid-column: 1/-1;
}

/* RESPONSIVE */
@media (max-width: 800px) {
  header {
    height: 68px;
    padding: 0 18px;
  }
  .logo-img {
    height: 42px;
    max-width: 125px;
  }
  .logo-stacked-img {
    height: 72px;
  }
  header > .btn {
    display: none;
  }
  .menu {
    display: block;
  }
  nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: #111;
    flex-direction: column;
    padding: 25px;
  }
  nav.open {
    display: flex;
  }
  nav a {
    padding: 5px;
  }
  .hero {
    grid-template-columns: 1fr;
    min-height: 820px;
  }
  .hero-copy {
    padding: 80px 22px 40px;
  }
  .hero h1 {
    font-size: clamp(4.2rem, 21vw, 6rem);
  }
  .hero-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.48;
    background: linear-gradient(0deg, #080808 2%, transparent 60%),
      linear-gradient(90deg, #080808 0%, transparent),
      url('/food-hero.png') 65% center/cover;
  }
  .hero-copy > * {
    position: relative;
  }
  .scroll {
    display: none;
  }
  .stamp {
    right: 20px;
    bottom: 25px;
  }
  .about,
  .franchise,
  body[data-theme="3"] .about {
    grid-template-columns: 1fr !important;
    padding: 90px 22px;
    gap: 35px;
  }
  .about h2,
  .franchise h2 {
    font-size: 3.7rem;
  }
  .brands {
    padding: 80px 18px;
  }
  .section-head {
    display: block;
  }
  .section-head h2 {
    font-size: 4.5rem;
  }
  .brand-grid,
  body[data-theme="3"] .brand-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .brand-grid article {
    min-height: 215px;
    padding: 20px;
  }
  .brand-mark {
    font-size: 21px;
  }
  .locations {
    grid-template-columns: 1fr;
  }
  .location-intro,
  .location-list {
    padding: 80px 22px;
  }
  .location-intro h2 {
    font-size: 3.8rem;
  }
  .platforms {
    flex-wrap: wrap;
  }
  .final {
    padding: 100px 15px;
  }
  .final h2 {
    font-size: 4.8rem;
  }
  footer {
    grid-template-columns: 1fr;
    padding: 45px 22px 100px;
  }
  .mobile-order {
    display: block;
  }
  dialog {
    padding: 35px 22px;
  }
  form {
    grid-template-columns: 1fr;
  }
  form label:nth-last-of-type(1),
  form .btn {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .brand-grid,
  body[data-theme="3"] .brand-grid {
    grid-template-columns: 1fr !important;
  }
  .brand-grid article {
    min-height: 190px;
  }
  .actions {
    flex-direction: column;
    align-items: stretch;
  }
  .actions .btn {
    text-align: center;
  }
  .hero h1 {
    font-size: 4.3rem;
  }
  .location-list ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
