* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #211d19;
  background: #fff8e8;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(90deg, rgba(33, 29, 25, .12) 1px, transparent 1px),
    linear-gradient(0deg, rgba(33, 29, 25, .08) 1px, transparent 1px);
  background-size: 28px 28px;
}

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

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

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 50;
  transform: translateY(-160%);
  padding: 10px 14px;
  color: #fff8e8;
  background: #171514;
  font-weight: 900;
}

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

.topbar {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(14px, 3vw, 40px);
  align-items: center;
  min-height: 70px;
  padding: 10px clamp(14px, 4vw, 52px);
  color: #fff8e8;
  background: rgba(23, 21, 20, .91);
  border-bottom: 3px solid #f2c744;
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #171514;
  background: #f2c744;
  border: 2px solid #fff8e8;
  font-size: 1.4rem;
  font-weight: 950;
  box-shadow: 5px 5px 0 #b5232b;
}

.brand-text {
  display: grid;
  min-width: 0;
  line-height: 1.05;
}

.brand-text strong {
  font-size: 1rem;
  font-weight: 950;
  white-space: nowrap;
}

.brand-text small {
  margin-top: 3px;
  color: rgba(255, 248, 232, .72);
  font-size: .72rem;
  font-weight: 850;
  text-transform: uppercase;
}

nav {
  justify-self: center;
  display: flex;
  gap: clamp(14px, 2.8vw, 34px);
  color: rgba(255, 248, 232, .78);
  font-size: .9rem;
  font-weight: 850;
}

nav a,
.header-call,
.button,
.quick-strip a {
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

nav a:hover,
nav a:focus-visible {
  color: #fff8e8;
}

.header-call {
  justify-self: end;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #171514;
  background: #f2c744;
  font-weight: 950;
  border: 2px solid #f2c744;
}

.header-call:hover,
.header-call:focus-visible,
.button:hover,
.button:focus-visible,
.quick-strip a:hover,
.quick-strip a:focus-visible {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  background: #171514;
}

.hero-media,
.hero-media img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 50% 42%;
  filter: saturate(1.12) contrast(1.06);
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 13, 12, .88) 0%, rgba(15, 13, 12, .66) 42%, rgba(15, 13, 12, .16) 80%),
    linear-gradient(0deg, rgba(15, 13, 12, .86) 0%, rgba(15, 13, 12, .18) 58%, rgba(15, 13, 12, .12) 100%);
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 132px 0 clamp(30px, 8vh, 70px);
  display: grid;
  grid-template-columns: minmax(0, 750px) minmax(250px, 330px);
  gap: clamp(22px, 5vw, 62px);
  align-items: end;
  color: #fff8e8;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #b5232b;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.group-section .eyebrow,
.visit-section .eyebrow {
  color: #f2c744;
}

h1 {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: clamp(2.55rem, 6vw, 5.45rem);
  line-height: .96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4.4vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: clamp(1.12rem, 1.8vw, 1.42rem);
  line-height: 1.08;
}

.hero-copy p:not(.eyebrow) {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 248, 232, .88);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero-actions,
.hour-actions,
.visit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 2px solid transparent;
  font-size: .95rem;
  font-weight: 950;
}

.button-primary {
  color: #171514;
  background: #f2c744;
  border-color: #f2c744;
  box-shadow: 5px 5px 0 #b5232b;
}

.button-secondary {
  color: #fff8e8;
  background: rgba(255, 248, 232, .08);
  border-color: rgba(255, 248, 232, .52);
}

.button-secondary-light,
.button-ghost {
  color: #171514;
  background: #fff8e8;
  border-color: #171514;
}

.hours-ticket {
  display: grid;
  gap: 8px;
  padding: 22px;
  color: #171514;
  background: #fff8e8;
  border: 3px solid #171514;
  box-shadow: 9px 9px 0 #b5232b;
  transform: rotate(1.2deg);
}

.ticket-label {
  width: max-content;
  padding: 4px 8px;
  color: #fff8e8;
  background: #26834d;
  font-size: .74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hours-ticket strong {
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.1;
}

.quick-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff8e8;
  background: #b5232b;
  border-top: 4px solid #f2c744;
  border-bottom: 4px solid #171514;
}

.quick-strip a {
  min-height: 106px;
  padding: 22px clamp(16px, 3.5vw, 46px);
  border-right: 1px solid rgba(255, 248, 232, .24);
}

.quick-strip a:last-child {
  border-right: 0;
}

.quick-strip span {
  display: block;
  margin-bottom: 6px;
  color: #f2c744;
  font-size: .76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.quick-strip strong {
  display: block;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.2;
}

.section {
  position: relative;
  padding: clamp(58px, 8vw, 108px) clamp(16px, 4vw, 54px);
}

.section-head,
.split-head {
  width: min(1120px, 100%);
  margin: 0 auto clamp(28px, 5vw, 48px);
}

.section-head {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.section-head p:not(.eyebrow),
.split-head p,
.hours-copy p,
.group-panel p,
.visit-copy p {
  color: #5f564f;
  font-size: clamp(1rem, 1.3vw, 1.12rem);
}

.food-section {
  background:
    linear-gradient(135deg, rgba(242, 199, 68, .18), rgba(38, 131, 77, .09)),
    #fff8e8;
}

.food-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.food-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(18px, 3vw, 30px);
  border: 3px solid #171514;
}

.food-card span {
  margin-bottom: auto;
  color: currentColor;
  font-weight: 950;
  opacity: .72;
}

.food-card p {
  margin-bottom: 0;
}

.food-card-dark {
  color: #fff8e8;
  background: #171514;
}

.food-card-red {
  color: #fff8e8;
  background: #b5232b;
}

.food-card-yellow {
  color: #171514;
  background: #f2c744;
}

.split-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .55fr);
  gap: clamp(20px, 5vw, 70px);
  align-items: end;
}

.photo-section {
  background: #fff2cc;
}

.photo-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr;
  grid-auto-rows: minmax(210px, 18vw);
  gap: 14px;
}

.photo-tile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  color: #fff8e8;
  background: #171514;
  border: 3px solid #171514;
}

.photo-tile-large {
  grid-row: span 2;
}

.photo-tile-wide {
  grid-column: span 2;
}

.photo-tile picture,
.photo-tile img {
  width: 100%;
  height: 100%;
}

.photo-tile img {
  object-fit: cover;
  transition: transform .28s ease;
}

.photo-tile:hover img {
  transform: scale(1.025);
}

.photo-tile figcaption {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  color: #171514;
  background: #f2c744;
  border: 2px solid #171514;
  font-size: .84rem;
  font-weight: 950;
}

.crop-counter img {
  object-position: 48% 35%;
}

.crop-storefront img {
  object-position: 51% 44%;
}

.crop-subs img {
  object-position: center center;
}

.crop-menu img {
  object-position: 55% 50%;
}

.hours-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .7fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  background: #fff8e8;
}

.hours-copy {
  max-width: 650px;
  justify-self: end;
}

.hours-board {
  width: min(460px, 100%);
  display: grid;
  gap: 8px;
  padding: 12px;
  color: #fff8e8;
  background: #171514;
  border: 4px solid #171514;
  box-shadow: 10px 10px 0 #f2c744;
}

.hour-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 54px;
  padding: 12px 14px;
  background: #2a2724;
  border-left: 5px solid #b5232b;
}

.hour-row.is-today {
  color: #171514;
  background: #f2c744;
  border-left-color: #26834d;
}

.hour-row span,
.hour-row strong {
  line-height: 1.1;
}

.group-section {
  color: #fff8e8;
  background:
    linear-gradient(90deg, rgba(23, 21, 20, .9), rgba(181, 35, 43, .84)),
    #171514;
}

.group-panel {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(260px, .7fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
}

.group-panel p {
  color: rgba(255, 248, 232, .78);
}

.group-steps {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.group-steps li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.group-steps span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #171514;
  background: #f2c744;
  font-weight: 950;
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(280px, .75fr) minmax(0, .9fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  color: #fff8e8;
  background: #171514;
}

.visit-photo {
  width: min(430px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  justify-self: end;
  border: 4px solid #f2c744;
  box-shadow: -12px 12px 0 #b5232b;
}

.visit-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 42%;
}

.visit-copy {
  max-width: 650px;
}

.visit-copy p {
  color: rgba(255, 248, 232, .8);
}

.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  color: #fff8e8;
  background: #b5232b;
  border-top: 4px solid #f2c744;
  text-align: center;
}

:focus-visible {
  outline: 3px solid #26834d;
  outline-offset: 4px;
}

@media (max-width: 980px) {
  .hero-shell,
  .hours-section,
  .group-panel,
  .visit-section {
    grid-template-columns: 1fr;
  }

  .hours-copy,
  .visit-photo {
    justify-self: start;
  }

  .hours-ticket {
    max-width: 360px;
  }

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

  .food-card {
    min-height: 210px;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(210px, 34vw);
  }

  .photo-tile-large {
    grid-column: span 2;
    grid-row: span 1;
  }

  .crop-counter img {
    object-position: 50% 37%;
  }
}

@media (max-width: 760px) {
  .topbar {
    grid-template-columns: auto auto;
    min-height: 64px;
  }

  nav {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    box-shadow: 4px 4px 0 #b5232b;
  }

  .brand-text strong {
    max-width: 178px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero {
    min-height: 90vh;
  }

  .hero-media img {
    object-position: 51% 45%;
  }

  .hero-overlay {
    background:
      linear-gradient(0deg, rgba(15, 13, 12, .9) 0%, rgba(15, 13, 12, .62) 52%, rgba(15, 13, 12, .18) 100%);
  }

  .hero-shell {
    width: min(100% - 28px, 620px);
    padding-top: 118px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 4rem);
  }

  .quick-strip {
    grid-template-columns: 1fr;
  }

  .quick-strip a {
    min-height: 84px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 248, 232, .22);
  }

  .split-head {
    grid-template-columns: 1fr;
  }

  .photo-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .photo-tile-large,
  .photo-tile-wide {
    grid-column: span 1;
  }

  .photo-tile-large {
    min-height: 280px;
  }

  .crop-storefront img {
    object-position: 50% 42%;
  }

  .crop-menu img {
    object-position: 58% 50%;
  }

  .group-panel .button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .topbar {
    padding-inline: 12px;
  }

  .brand {
    gap: 8px;
  }

  .brand-text strong {
    max-width: 154px;
    font-size: .93rem;
  }

  .brand-text small {
    font-size: .68rem;
  }

  .header-call {
    min-height: 40px;
    padding-inline: 14px;
  }

  .hero-shell {
    width: min(100% - 24px, 620px);
  }

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

  .hours-ticket {
    padding: 18px;
    box-shadow: 6px 6px 0 #b5232b;
  }

  .photo-grid {
    grid-auto-rows: 232px;
  }

  .hour-row {
    min-height: 58px;
    padding-inline: 12px;
  }

  .visit-photo {
    aspect-ratio: 4 / 5;
    box-shadow: -8px 8px 0 #b5232b;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .photo-tile:hover img,
  .button:hover,
  .button:focus-visible,
  .quick-strip a:hover,
  .quick-strip a:focus-visible,
  .header-call:hover,
  .header-call:focus-visible {
    transform: none;
  }
}
