:root {
  color-scheme: dark;
  --ink: #070707;
  --paper: #fff4e5;
  --bone: #ffe6c8;
  --salt: #fffaf1;
  --red: #f21e2e;
  --deep-red: #5f0509;
  --gold: #f6b343;
  --soy: #1b1010;
  --smoke: rgba(10, 8, 7, 0.72);
  --line: rgba(255, 244, 229, 0.22);
  font-family: "Hanken Grotesk", "Inter", "Arial", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--ink);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 10% 15%, rgba(242, 30, 46, 0.2), transparent 30rem),
    linear-gradient(180deg, #070707 0%, #150908 52%, #070707 100%);
}

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

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

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--ink);
  padding: 0.75rem 1rem;
  font-weight: 800;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem clamp(1rem, 3vw, 2.5rem);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.08));
  backdrop-filter: blur(14px);
}

.brand,
nav,
.hero-actions,
.order-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.85rem;
  min-width: 0;
}

.brand-mark-shell {
  width: 3.25rem;
  height: 3.25rem;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: #050505;
  padding: 0.14rem;
  box-shadow: 0 0 0 2px rgba(242, 30, 46, 0.28);
}

.brand-mark-shell img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}

.brand-lockup {
  display: grid;
  min-width: 0;
  line-height: 1;
}

.brand-lockup strong {
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  text-transform: uppercase;
  letter-spacing: 0;
}

.brand-lockup small {
  margin-top: 0.28rem;
  color: var(--bone);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

nav {
  gap: 0.45rem;
}

nav a {
  min-width: 4rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
}

.hero-photo,
.hero-motion,
.hero-contrast {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-photo {
  object-fit: cover;
  opacity: 0.35;
}

.hero-motion {
  z-index: 1;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: saturate(1.17) contrast(1.06) brightness(0.92);
}

.hero-motion-mobile {
  display: none;
}

.hero-contrast {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.32) 44%, rgba(0, 0, 0, 0.15) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.05) 42%, rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.hero-frame {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 22rem);
  align-items: end;
  gap: clamp(1.25rem, 4vw, 4rem);
  width: min(1180px, calc(100% - 2rem));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(7rem, 12vh, 9rem) 0 clamp(3rem, 8vh, 5rem);
}

.hero-copy {
  min-width: 0;
  max-width: 58rem;
}

.kicker,
.section-label {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  display: grid;
  margin-bottom: 1rem;
  font-size: clamp(4.2rem, 13vw, 13.5rem);
  line-height: 0.78;
  text-transform: uppercase;
  text-wrap: balance;
}

h1 span:last-child {
  font-size: 0.86em;
  color: transparent;
  -webkit-text-stroke: 0.035em var(--paper);
  text-shadow: 0 0 34px rgba(242, 30, 46, 0.38);
}

.lede {
  max-width: 42rem;
  color: var(--salt);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.hero-actions,
.order-actions {
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.primary-action,
.secondary-action,
.menu-cta,
.call-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.9rem 1.15rem;
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}

.primary-action {
  background: var(--red);
  color: white;
  box-shadow: 0 18px 54px rgba(242, 30, 46, 0.36);
}

.secondary-action,
.call-link {
  border: 1px solid var(--line);
  background: rgba(255, 244, 229, 0.08);
}

.hero-badge {
  align-self: center;
  justify-self: end;
  width: min(100%, 20rem);
}

.badge-crop {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow:
    0 0 0 0.45rem rgba(0, 0, 0, 0.82),
    0 0 0 0.58rem rgba(242, 30, 46, 0.65),
    0 2rem 6rem rgba(0, 0, 0, 0.55);
}

.badge-crop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.hero-badge p {
  margin: 1rem 0 0;
  color: var(--bone);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.pull-ribbon {
  position: absolute;
  z-index: 4;
  right: 3vw;
  bottom: 3vh;
  display: grid;
  gap: 0.5rem;
  width: min(42rem, 46vw);
  pointer-events: none;
}

.pull-ribbon span {
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--red), var(--paper), var(--red));
  transform-origin: right center;
  animation: pull 4.8s ease-in-out infinite;
}

.pull-ribbon span:nth-child(2) {
  animation-delay: -0.9s;
}

.pull-ribbon span:nth-child(3) {
  animation-delay: -1.8s;
}

.pull-ribbon span:nth-child(4) {
  animation-delay: -2.7s;
}

@keyframes pull {
  0%,
  100% {
    transform: scaleX(0.62);
    opacity: 0.42;
  }
  50% {
    transform: scaleX(1);
    opacity: 0.95;
  }
}

.service-line,
.identity-strip,
.menu-section,
.order-stage {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.service-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  transform: translateY(-1.5rem);
  position: relative;
  z-index: 5;
  border: 1px solid var(--line);
  background: var(--line);
}

.service-line p {
  margin: 0;
  padding: 1.15rem;
  background: rgba(11, 8, 8, 0.92);
  font-weight: 800;
}

.service-line span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--red);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.identity-strip {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: clamp(1rem, 5vw, 5rem);
  align-items: end;
  padding: clamp(3rem, 8vw, 7rem) 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.4rem, 6vw, 6rem);
  line-height: 0.92;
  text-transform: uppercase;
  text-wrap: balance;
}

.identity-strip > p,
.menu-intro p {
  color: var(--bone);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.flavor-band {
  overflow: hidden;
  border-block: 1px solid rgba(242, 30, 46, 0.5);
  background: var(--red);
  color: white;
}

.flavor-track {
  display: flex;
  width: max-content;
  animation: marquee 24s linear infinite;
}

.flavor-track span {
  padding: 1rem 1.5rem;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.menu-section {
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.menu-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(1.25rem, 4vw, 4rem);
}

.menu-intro {
  position: sticky;
  top: 6rem;
  align-self: start;
}

.menu-cta {
  margin-top: 1.1rem;
  background: var(--paper);
  color: var(--ink);
}

.menu-board {
  display: grid;
  gap: 0.8rem;
}

.menu-board article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.4rem 1rem;
  align-items: center;
  padding: clamp(1rem, 2.2vw, 1.4rem);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255, 244, 229, 0.08), rgba(242, 30, 46, 0.08));
}

.menu-board article span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(242, 30, 46, 0.72);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 950;
}

.menu-board h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  text-transform: uppercase;
}

.menu-board p {
  grid-column: 2 / 3;
  margin: 0;
  color: var(--bone);
  line-height: 1.5;
}

.menu-board strong {
  grid-row: span 2;
  color: var(--paper);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.order-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(242, 30, 46, 0.52);
  background:
    linear-gradient(135deg, rgba(242, 30, 46, 0.24), rgba(255, 244, 229, 0.07)),
    #0b0909;
}

@media (max-width: 820px) {
  .site-header {
    align-items: center;
    padding: 0.7rem 0.9rem;
  }

  nav {
    display: none;
  }

  .brand-lockup small {
    font-size: 0.66rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-motion-wide {
    display: none;
  }

  .hero-motion-mobile {
    display: block;
  }

  .hero-contrast {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.12) 48%, rgba(0, 0, 0, 0.86)),
      linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
  }

  .hero-frame {
    grid-template-columns: 1fr;
    align-content: end;
    min-height: 100svh;
    padding: 7rem 0 2.5rem;
  }

  .hero-copy {
    max-width: 100%;
  }

  .kicker {
    max-width: 18rem;
    margin-bottom: 0.7rem;
    font-size: 0.74rem;
    line-height: 1.15;
    overflow-wrap: anywhere;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3rem, 15vw, 4.25rem);
    line-height: 0.86;
  }

  .lede {
    max-width: calc(100vw - 2rem);
    font-size: 1rem;
  }

  .hero-badge {
    width: clamp(5.25rem, 24vw, 7rem);
    justify-self: start;
    order: -1;
    margin-bottom: 0.35rem;
  }

  .hero-badge p {
    display: none;
  }

  .pull-ribbon {
    display: none;
  }

  .service-line,
  .identity-strip,
  .menu-layout,
  .order-stage {
    grid-template-columns: 1fr;
  }

  .service-line {
    transform: none;
    margin-top: 0;
  }

  .identity-strip,
  .menu-section {
    padding-block: 3.25rem;
  }

  .menu-intro {
    position: static;
  }

  .menu-board article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .menu-board strong {
    grid-column: 2;
    grid-row: auto;
  }

  .order-actions {
    justify-content: flex-start;
  }
}

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

}
