:root {
  --black: #050505;
  --dark: #0d0d0d;
  --white: #ffffff;
  --muted: #666666;
  --soft-blue: #e7f6ff;
  --red: #ff0000;
  --orange: #e38c10;
  --line: rgba(0, 0, 0, 0.12);
  --shadow: 0 24px 41px -19px rgba(0, 0, 0, 0.5);
  --max: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #110505;
  background: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
}

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

.container {
  width: min(100% - 40px, var(--max));
  margin-inline: auto;
}

.section-pad {
  padding: 70px 0;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 100;
  background: #000;
  color: #fff;
  padding: .75rem 1rem;
}

.skip-link:focus {
  left: 1rem;
}

.site-header {
  background: transparent;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  box-shadow: none;
  color: #fff;
}

.header-inner {
  width: min(100% - 40px, 1200px);
  min-height: 92px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) auto auto;
  gap: 30px;
  align-items: center;
}

.brand {
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-name {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .65);
}

.brand-address {
  margin-top: 7px;
  color: rgba(255, 255, 255, .86);
  font-size: 14px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .65);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .65);
}

.main-nav a:hover {
  color: var(--orange);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 2px;
  background: rgba(0, 0, 0, .18);
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 70;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: currentColor;
  display: block;
  transition: transform .25s ease, opacity .25s ease;
}

.menu-toggle.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-order-link {
  display: none !important;
}

.order-button {
  display: inline-block;
  background: var(--red);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  letter-spacing: .02em;
  padding: 13px 28px;
  border-radius: 10px;
  box-shadow: 0 0 10px 7px rgba(0, 0, 0, .48);
  transition: background-color .2s ease, transform .2s ease;
}

.order-button:hover,
.order-button:focus {
  background: var(--orange);
  transform: translateY(-1px);
}

.header-order {
  box-shadow: none;
  padding: 12px 22px;
  white-space: nowrap;
}

.hero,
.hero-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
  color: #fff;
}

.hero-slideshow,
.slide,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.slide {
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  animation: fadeSlides 24s infinite;
}

.slide-one {
  background-image: url("assets/images/country-fried-steak.jpg");
  animation-delay: 0s;
}

.slide-two {
  background-image: url("assets/images/bacon-egg-biscuit.jpg");
  animation-delay: 6s;
}

.slide-three {
  background-image: url("assets/images/bbq-sandwich-hero.jpg");
  animation-delay: 12s;
}

.slide-four {
  background-image: url("assets/images/biscuits-hero.jpg");
  animation-delay: 18s;
}
.slide-five {
  background-image: url("assets/images/veggie-pizza.jpg");
  animation-delay: 18s;
}
.slide-six {
  background-image: url("assets/images/kk1.jpg");
  animation-delay: 18s;
}
/* 404 page */
.error-page .site-footer {
  border-top: 0;
}

.error-hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: #050505 url("assets/images/biscuits-hero.jpg") center / cover no-repeat;
  text-align: center;
}

.error-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(227, 140, 16, .26), transparent 34%),
    linear-gradient(0deg, rgba(5,5,5,.88) 0%, rgba(0,0,0,.64) 46%, rgba(0,0,0,.42) 100%);
}

.error-hero__content {
  position: relative;
  z-index: 1;
  padding: 160px 20px 100px;
}

.error-code {
  margin: 0 0 6px;
  color: var(--orange);
  font-size: clamp(58px, 12vw, 140px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: .03em;
  text-shadow: 0 10px 35px rgba(0,0,0,.65);
}

.error-hero h1 {
  max-width: 920px;
  margin: 0 auto 22px;
  color: #fff;
  font-size: clamp(38px, 6.4vw, 82px);
  line-height: 1.02;
  text-shadow: 0 0 41px #000e14;
}

.error-message {
  max-width: 760px;
  margin: 0 auto 34px;
  color: rgba(255,255,255,.84);
  font-size: clamp(17px, 2vw, 21px);
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 28px;
}

.error-link {
  color: #fff;
  border-color: #fff;
  text-shadow: 0 2px 14px rgba(0,0,0,.65);
}

.error-link:hover,
.error-link:focus {
  color: var(--orange);
  border-color: var(--orange);
}
@keyframes fadeSlides {

  0%,
  100% {
    opacity: 0;
    transform: scale(1.03);
  }

  7%,
  25% {
    opacity: 1;
    transform: scale(1.08);
  }

  32% {
    opacity: 0;
    transform: scale(1.1);
  }
}

/* .hero-overlay {
  background:
    linear-gradient(0deg, rgba(5, 5, 5, .82) 0%, rgba(0, 0, 0, .70) 14%, rgba(0, 0, 0, .46) 45%, rgba(0, 0, 0, .28) 100%);
} */

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: clamp(150px, 22vh, 260px) 30px clamp(90px, 16vh, 180px);
}

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

.hero h1 {
  max-width: 950px;
  margin: 0 auto 20px;
  font-size: clamp(40px, 7.2vw, 88px);
  line-height: 1.05;
  color: #fff;
  text-shadow: 0 0 41px #000e14;
}

.hero-location {
  margin: 20px 0 30px;
  font-size: 24px;
  font-weight: 700;
}

.intro-dark {
  background: #050505;
  color: #fff;
  padding: 80px 0 90px;
}

.intro-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.intro h2 {
  color: rgba(255, 255, 255, .86);
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.08;
}

.intro h3 {
  font-size: clamp(22px, 2.4vw, 34px);
  color: #fff;
}

.intro p {
  color: rgba(255, 255, 255, .8);
}

.intro .order-button {
  margin-top: 25px;
}

.info-band {
  background: var(--soft-blue);
  padding: 70px 0 120px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.info-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .08);
  padding: 42px 38px;
  min-height: 240px;
  text-align: center;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .07);
}

.info-card h2 {
  font-size: clamp(28px, 3vw, 42px);
  margin-bottom: 15px;
}

.info-card p {
  margin-bottom: 8px;
}

.card-icon {
  font-size: 42px;
  line-height: 1;
  color: var(--red);
  display: block;
  margin-bottom: 15px;
}

.dessert-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 55px;
  align-items: center;
}

.dessert-copy h2,
.section-heading h2,
.final-copy h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.dessert-copy p,
.section-heading p,
.final-copy p {
  color: var(--muted);
}

.dessert-photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.dessert-photos img {
  width: 100%;
  min-height: 480px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.menu-preview {
  background: #fff;
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-heading img {
  width: 250px;
  margin: 0 auto 20px;
  opacity: .88;
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.food-lightbox-trigger {
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, .04);
  background: transparent;
  overflow: hidden;
  cursor: zoom-in;
  appearance: none;
}

.food-lightbox-trigger img {
  width: 100%;
  aspect-ratio: 1.16 / 1;
  object-fit: cover;
  transition: transform .2s ease, filter .2s ease;
}

.food-lightbox-trigger:hover img,
.food-lightbox-trigger:focus-visible img {
  transform: scale(1.04);
  filter: brightness(1.04);
}

.food-lightbox-trigger:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: -3px;
  position: relative;
  z-index: 1;
}

.center-action {
  text-align: center;
  margin-top: 36px;
}

.text-link {
  color: #111;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 2px solid #111;
  padding-bottom: 5px;
}

.text-link:hover {
  color: var(--red);
  border-color: var(--red);
}

.gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 26px;
  background: rgba(0, 0, 0, .86);
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease;
}

.gallery-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}

.gallery-lightbox__dialog {
  position: relative;
  width: min(100%, 1080px);
  display: grid;
  gap: 14px;
  justify-items: center;
}

.gallery-lightbox__image-wrap {
  width: 100%;
  max-height: min(78vh, 760px);
  display: grid;
  place-items: center;
}

.gallery-lightbox__image {
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 760px);
  object-fit: contain;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .5);
}

.gallery-lightbox__caption {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .6);
}

.gallery-lightbox__button {
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: #111;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .35);
}

.gallery-lightbox__button:hover,
.gallery-lightbox__button:focus-visible {
  background: #fff;
  outline: 3px solid var(--orange);
}

.gallery-lightbox__close {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  font-size: 28px;
  line-height: 1;
}

.gallery-lightbox__nav {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  transform: translateY(-50%);
  font-size: 38px;
  line-height: 1;
}

.gallery-lightbox__prev {
  left: -70px;
}

.gallery-lightbox__next {
  right: -70px;
}

body.lightbox-open {
  overflow: hidden;
}

.brand-section {
  background:
    radial-gradient(circle at top left, rgba(255, 0, 0, .12), transparent 32%),
    linear-gradient(135deg, #111 0%, #050505 58%, #1a0800 100%);
  color: #fff;
}

.brand-heading {
  margin-bottom: 55px;
}

.brand-heading h2 {
  color: #fff;
}

.brand-heading p:not(.kicker) {
  color: rgba(255, 255, 255, .78);
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 38px;
}

.brand-grid-featured {
  align-items: stretch;
}

.brand-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 50px rgba(0, 0, 0, .35);
  border: 1px solid rgba(255, 255, 255, .16);
}

.brand-photo {
  position: relative;
  padding: 0 !important;
}

.brand-photo img {
  width: 100%;
  height: 310px;
  object-fit: fill;
}

.brand-photo::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(0deg, rgba(0, 0, 0, .32), transparent);
}

.brand-tag {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 13px;
  border-radius: 3px;
}

.brand-copy {
  padding: 34px !important;
}

.brand-mark {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  min-height: 88px;
  min-width: 220px;
  margin-bottom: 24px;
  padding: 15px 20px 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .02em;
  border-radius: 4px;
  box-shadow: 0 13px 24px rgba(0, 0, 0, .18);
}

.brand-mark span {
  font-size: 17px;
  font-weight: 800;
}

.brand-mark strong {
  display: block;
  font-size: 36px;
  margin-top: 5px;
}

.pizza-mark {
  background: linear-gradient(135deg, #f2b500 0%, #ce1111 54%, #1f7d30 100%);
}

.chicken-mark {
  background: linear-gradient(135deg, #ffca2f 0%, #f05a24 48%, #b4141c 100%);
}

.brand-card h3 {
  font-size: clamp(25px, 2.6vw, 36px);
  line-height: 1.1;
  margin-bottom: 12px;
}

.brand-card p {
  color: var(--muted);
  margin-bottom: 22px;
}

.brand-link {
  display: inline-block;
}

.menu-brand-callout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 0 48px;
}

.mini-brand {
  background: url("./assets/images/wingsbites.jpg") center/cover no-repeat;
  color: #fff;
  padding: 30px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .18);
}

.mini-brand p {
  color: rgba(255, 255, 255, .82);
  margin-bottom: 0;
}

.mini-brand .brand-mark {
  margin-bottom: 18px;
  transform: scale(.86);
  transform-origin: left top;
}

.featured-menu-brand {
  background: #fff8e9;
  border-top: 4px solid var(--red) !important;
  padding: 26px 24px 18px !important;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .06);
}

.final-cta {
  padding: 70px 0;
}

.final-grid {
  display: grid;
  grid-template-columns: 51% 49%;
  gap: 40px;
  align-items: stretch;
}

.final-image {
  min-height: 520px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .9) 100%), url("assets/images/red-velvet.webp");
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 41px -19px rgba(0, 0, 0, .5);
}

.final-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 0;
}

.kicker {
  font-style: italic;
  color: var(--red) !important;
  font-weight: 700;
}

.final-copy h3 {
  font-size: 28px;
  margin-top: 18px;
}

.final-copy .order-button {
  align-self: flex-start;
  margin-top: 20px;
}

.menu-hero {
  background: url("./assets/images/veggie-pizza.jpg") center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 170px 0 120px;
}

.menu-hero h1 {
  font-size: clamp(34px, 5vw, 60px);
  max-width: 820px;
  margin: 0 auto 20px;
  line-height: 1.05;
}

.menu-hero p {
  color: rgba(255, 255, 255, .78);
  max-width: 720px;
  margin: 0 auto 28px;
}

.menu-page {
  background: #fff;
}

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

.menu-columns article {
  border-top: 1px solid var(--line);
  padding: 26px 10px 10px;
}

.menu-columns h3 {
  font-size: 26px;
}

.menu-columns ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
}

.menu-columns li {
  padding: 6px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.site-footer {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, .1);
  color: #333;
}

.footer-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

.footer-inner p {
  margin: 0;
}

@media (max-width: 1024px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 84px;
    padding: 16px 0;
    gap: 16px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 45;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    padding: 118px 24px 34px;
    background: rgba(5, 5, 5, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    box-shadow: 0 22px 55px rgba(0, 0, 0, .42);
    transform: translateY(-112%);
    opacity: 0;
    pointer-events: none;
    transition: transform .3s ease, opacity .25s ease;
  }

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

  body.menu-open {
    overflow: hidden;
  }

  .main-nav a {
    font-size: 18px;
  }

  .header-order {
    display: none;
  }

  .mobile-order-link {
    display: inline-block !important;
    margin-top: 6px;
    text-shadow: none !important;
  }

  .hero,
  .hero-section {
    min-height: 100vh;
  }

  .hero-content {
    padding: 150px 15px 110px;
  }

  .intro-grid,
  .dessert-grid,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .final-image {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .container {
    width: min(100% - 30px, var(--max));
  }

  .section-pad {
    padding: 55px 0;
  }

  .hero,
  .hero-section {
    min-height: 100vh;
  }

  .hero-content {
    padding: 130px 10px 80px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .intro-dark {
    padding: 55px 0;
  }

  .info-band {
    padding: 55px 0;
  }

  .info-grid,
  .brand-grid,
  .menu-columns,
  .menu-brand-callout {
    grid-template-columns: 1fr;
  }

  .dessert-photos {
    grid-template-columns: 1fr;
  }

  .dessert-photos img {
    min-height: 360px;
  }

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

  .gallery-lightbox {
    padding: 18px;
  }

  .gallery-lightbox__dialog {
    width: 100%;
  }

  .gallery-lightbox__image-wrap,
  .gallery-lightbox__image {
    max-height: 72vh;
  }

  .gallery-lightbox__close {
    top: -10px;
    right: -4px;
  }

  .gallery-lightbox__nav {
    top: auto;
    bottom: -66px;
    transform: none;
    width: 48px;
    height: 48px;
  }

  .gallery-lightbox__prev {
    left: calc(50% - 62px);
  }

  .gallery-lightbox__next {
    right: calc(50% - 62px);
  }

  .footer-inner {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 24px 0;
  }
  .error-hero__content {
    padding: 140px 10px 80px;
  }

  .error-actions {
    flex-direction: column;
    gap: 18px;
  }
}