:root {
  --red: #e30613;
  --ink: #101010;
  --charcoal: #2c2c2c;
  --paper: #f4f4f1;
  --line: rgba(16, 16, 16, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #d8d8d5;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

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

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

.cursor-light {
  position: fixed;
  z-index: 50;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(227, 6, 19, 0.18), transparent 68%);
  translate: -50% -50%;
  opacity: 0;
  transition: opacity 180ms ease;
}

.site-header {
  position: fixed;
  inset: 18px 22px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  min-height: 58px;
  padding: 0 14px;
  background: rgba(244, 244, 241, 0.86);
  border: 1px solid rgba(16, 16, 16, 0.14);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.header-action,
.button {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: var(--ink);
  color: white;
  font-size: 12px;
}

.nav-links {
  gap: 24px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.header-action {
  justify-self: end;
  min-height: 36px;
  padding: 0 14px;
  background: var(--red);
  color: white;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.grid-paper {
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 25% 25%, 25% 25%;
}

.hero {
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 28px;
  padding: 106px 22px 34px;
}

.hero-copy {
  position: relative;
  min-height: 620px;
  padding: 44px 34px;
  color: white;
  background: var(--red);
  overflow: hidden;
}

.hero-copy::after {
  content: "0";
  position: absolute;
  right: -28px;
  bottom: -80px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(180px, 23vw, 360px);
  font-weight: 900;
  line-height: 0.78;
  animation: pulseScale 6s ease-in-out infinite;
}

.kicker,
.tiny-label,
.detail,
.image-caption,
.section-number,
.site-footer,
.logo-card small {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.kicker {
  margin: 0 0 34px;
}

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

h1 {
  position: relative;
  z-index: 1;
  max-width: 640px;
  font-size: clamp(58px, 9.4vw, 152px);
  font-weight: 950;
  line-height: 0.82;
}

.hero-text {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-top: 28px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}

.hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid currentColor;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button:active {
  transform: translateY(1px);
}

.button.primary {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.button.ghost {
  background: transparent;
  color: white;
}

.hero-board {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 0.62fr;
  gap: 18px;
}

.poster {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  border: 1px solid rgba(16, 16, 16, 0.12);
  box-shadow: 0 22px 38px rgba(16, 16, 16, 0.16);
}

.poster-red {
  grid-row: span 2;
  background: var(--red);
  color: white;
}

.poster-red img {
  position: absolute;
  inset: auto auto 0 -18%;
  width: 92%;
  height: 62%;
  object-fit: cover;
  mix-blend-mode: multiply;
  filter: grayscale(1) contrast(1.2);
  opacity: 0.92;
  animation: photoDrift 12s ease-in-out infinite alternate;
}

.tiny-label {
  position: absolute;
  top: 34px;
  left: 34px;
  max-width: 160px;
  font-size: clamp(26px, 4vw, 52px);
  line-height: 0.92;
}

.giant-zero {
  position: absolute;
  right: 18px;
  bottom: 54px;
  font-size: clamp(140px, 20vw, 310px);
  font-weight: 950;
  line-height: 0.78;
}

.poster-index {
  position: absolute;
  right: 26px;
  bottom: 32px;
  font-size: clamp(38px, 5vw, 76px);
  font-weight: 950;
}

.poster-dark {
  display: grid;
  align-content: center;
  min-height: 370px;
  padding: 34px;
  background:
    linear-gradient(rgba(16, 16, 16, 0.42), rgba(16, 16, 16, 0.78)),
    url("https://images.unsplash.com/photo-1501339847302-ac426a4a7cbb?auto=format&fit=crop&w=1000&q=80") center / cover;
  color: white;
  filter: grayscale(1);
}

.poster-title {
  font-size: clamp(44px, 6.2vw, 92px);
  font-weight: 950;
  line-height: 0.9;
}

.detail {
  max-width: 310px;
  margin-top: 26px;
  line-height: 1.7;
}

.poster-light {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  gap: 10px;
  padding: 24px;
  background: var(--paper);
}

.swatch-title {
  grid-column: 1 / -1;
  align-self: start;
  font-size: 28px;
  font-weight: 950;
}

.swatch {
  min-height: 120px;
}

.swatch.red {
  background: var(--red);
}

.swatch.charcoal {
  background: var(--charcoal);
}

.swatch.milk {
  background: #deded8;
}

.marquee {
  overflow: hidden;
  border-block: 1px solid rgba(16, 16, 16, 0.2);
  background: var(--ink);
  color: white;
}

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

.marquee span {
  padding: 18px 36px;
  font-size: clamp(24px, 4vw, 64px);
  font-weight: 950;
  white-space: nowrap;
}

.panel-grid {
  display: grid;
  grid-template-columns: 1fr 1.24fr;
  gap: 22px;
  padding: 22px;
}

.panel {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 16, 16, 0.13);
  background: var(--paper);
}

.menu-panel {
  padding: 34px;
}

.section-number {
  display: block;
  color: var(--red);
  font-size: clamp(32px, 5vw, 88px);
  line-height: 0.9;
}

.menu-panel h2,
.reserve h2 {
  margin-top: 22px;
  font-size: clamp(42px, 7vw, 112px);
  font-weight: 950;
  line-height: 0.86;
}

.menu-list {
  display: grid;
  gap: 0;
  margin-top: 42px;
  border-top: 2px solid var(--ink);
}

.menu-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(16, 16, 16, 0.22);
  font-size: 18px;
  font-weight: 900;
}

.image-panel {
  background: var(--charcoal);
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.16);
  transition: filter 420ms ease, transform 700ms ease;
}

.image-panel:hover img {
  filter: grayscale(0.35) contrast(1.12);
  transform: scale(1.04);
}

.image-caption {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 360px;
  color: white;
  font-size: clamp(24px, 3vw, 46px);
  line-height: 0.92;
}

.type-panel {
  grid-column: 1 / -1;
  display: grid;
  align-content: end;
  min-height: 520px;
  padding: 34px;
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.92), rgba(16, 16, 16, 0.35)),
    url("https://images.unsplash.com/photo-1442512595331-e89e73853f31?auto=format&fit=crop&w=1600&q=80") center / cover;
  color: white;
}

.type-panel .section-number {
  color: rgba(255, 255, 255, 0.28);
  font-size: clamp(96px, 18vw, 260px);
}

.type-panel h2 {
  margin-top: -34px;
  font-size: clamp(38px, 7vw, 108px);
  font-weight: 950;
  line-height: 0.88;
}

.type-panel p {
  max-width: 470px;
  margin-top: 24px;
  font-weight: 800;
  line-height: 1.55;
}

.identity {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) 1fr;
  gap: 22px;
  padding: 0 22px 22px;
}

.identity-copy {
  min-height: 560px;
  padding: 34px;
  background: var(--charcoal);
  color: white;
}

.identity-copy h2 {
  margin-top: 34px;
  font-size: clamp(44px, 7vw, 118px);
  font-weight: 950;
  line-height: 0.88;
}

.identity-copy p {
  max-width: 500px;
  margin-top: 28px;
  font-weight: 800;
  line-height: 1.55;
}

.identity-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.logo-card,
.dos-card {
  display: grid;
  align-content: center;
  min-height: 260px;
  padding: 28px;
  background: var(--paper);
  border: 1px solid rgba(16, 16, 16, 0.13);
}

.simple-logo {
  font-size: clamp(28px, 4vw, 62px);
  font-weight: 950;
  line-height: 0.9;
}

.red-card {
  background: var(--red);
  color: white;
}

.dos-card h3 {
  font-size: 38px;
  font-weight: 950;
}

.dos-card p {
  margin-top: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.muted-card {
  background: #cfcfca;
}

.reserve {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 520px);
  align-items: end;
  gap: 28px;
  margin: 0 22px 22px;
  padding: 34px;
  background-color: var(--red);
  color: white;
}

.reserve .section-number {
  color: white;
}

.reserve-form {
  display: grid;
  gap: 16px;
  background: var(--paper);
  color: var(--ink);
  padding: 22px;
}

.reserve-form label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reserve-form input,
.reserve-form select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(16, 16, 16, 0.24);
  background: white;
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
  text-transform: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  background: var(--ink);
  color: white;
}

[data-animate] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 720ms ease, transform 720ms ease;
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes pulseScale {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) translateX(-8px);
  }
}

@keyframes photoDrift {
  from {
    transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.08) translateX(18px);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .panel-grid,
  .identity,
  .reserve {
    grid-template-columns: 1fr;
  }

  .hero-board {
    grid-template-columns: 1fr;
  }

  .poster-red {
    grid-row: auto;
  }

  .identity-copy {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .site-header {
    inset: 10px 10px auto;
  }

  .header-action {
    padding: 0 10px;
  }

  .hero {
    padding: 84px 10px 18px;
  }

  .hero-copy {
    min-height: 560px;
    padding: 28px 20px;
  }

  .panel-grid,
  .identity {
    padding: 10px;
    gap: 10px;
  }

  .identity-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .reserve {
    margin: 0 10px 10px;
    padding: 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@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;
  }
}
