:root {
  --black: #040404;
  --ink: #f7f4ee;
  --muted: rgba(247, 244, 238, 0.66);
  --quiet: rgba(247, 244, 238, 0.38);
  --line: rgba(247, 244, 238, 0.14);
  --red: #d71920;
  --red-soft: rgba(215, 25, 32, 0.34);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px 42px;
}

.site-header.solid {
  background: linear-gradient(180deg, rgba(4, 4, 4, 0.94), rgba(4, 4, 4, 0));
}

.wordmark {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  background: transparent;
}

.wordmark img {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  object-fit: contain;
}

nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

nav a {
  transition: color 160ms ease;
}

nav a:hover {
  color: var(--ink);
}

.coming-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  place-items: center;
  isolation: isolate;
}

.concept-home,
.bar-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(180deg, #020202, #070504 44%, #020202),
    var(--black);
}

.room-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.72;
  transform: scale(1.01);
}

.coming-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 70% 64%, rgba(118, 32, 160, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(4, 4, 4, 0.78), rgba(4, 4, 4, 0.36) 44%, rgba(4, 4, 4, 0.64)),
    linear-gradient(180deg, rgba(4, 4, 4, 0.58), rgba(4, 4, 4, 0.14) 38%, rgba(4, 4, 4, 0.86));
}

.concept-home::before,
.bar-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
}

.concept-home::before {
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.82), rgba(4, 4, 4, 0.34) 44%, rgba(4, 4, 4, 0.78)),
    linear-gradient(180deg, rgba(4, 4, 4, 0.58), rgba(4, 4, 4, 0.2) 40%, rgba(4, 4, 4, 0.86));
}

.bar-hero::before {
  background:
    linear-gradient(90deg, rgba(4, 4, 4, 0.88), rgba(4, 4, 4, 0.34) 52%, rgba(4, 4, 4, 0.74)),
    linear-gradient(180deg, rgba(4, 4, 4, 0.4), rgba(4, 4, 4, 0.08) 42%, rgba(4, 4, 4, 0.78));
}

.coming-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 34vh;
  content: "";
  background: linear-gradient(180deg, rgba(4, 4, 4, 0), var(--black));
}

.concept-home::after,
.bar-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 34vh;
  content: "";
  background: linear-gradient(180deg, rgba(4, 4, 4, 0), var(--black));
}

.bar-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.dining-canvas {
  position: absolute;
  inset: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-lockup {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(520px, calc(100% - 40px));
  justify-items: center;
  padding: 104px 0 126px;
  text-align: center;
}

.home-lockup {
  position: relative;
  z-index: 4;
  display: grid;
  width: min(560px, calc(100% - 40px));
  justify-items: center;
  margin: 0 auto;
  padding: 104px 0 40px;
  text-align: center;
}

.home-logo {
  display: block;
  width: 128px;
  height: 194px;
  margin-bottom: 28px;
  object-fit: contain;
}

.hero-logo {
  display: block;
  width: 156px;
  height: 236px;
  margin-bottom: 34px;
  object-fit: contain;
}

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

h1 {
  margin: 0;
}

.status {
  margin-bottom: 24px;
  border-top: 1px solid rgba(247, 244, 238, 0.32);
  border-bottom: 1px solid rgba(247, 244, 238, 0.32);
  padding: 11px 0 12px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-status {
  margin: 0 0 22px;
  border-top: 1px solid rgba(247, 244, 238, 0.3);
  border-bottom: 1px solid rgba(247, 244, 238, 0.3);
  padding: 10px 0 11px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.subcopy {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.home-copy {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.subcopy span,
.home-copy span,
.bar-lockup span,
.location-actions span,
.menu-intro span {
  display: block;
  margin-top: 6px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Yu Gothic", Meiryo, serif;
}

.concept-links {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(680px, calc(100% - 40px));
  margin: 4px auto 120px;
  border: 1px solid rgba(247, 244, 238, 0.28);
  background: rgba(4, 4, 4, 0.42);
  backdrop-filter: blur(10px);
}

.concept-card {
  display: grid;
  min-height: 104px;
  align-content: center;
  justify-items: center;
  gap: 10px;
  padding: 22px;
  background: transparent;
  text-align: center;
  transition: background 160ms ease, color 160ms ease;
}

.concept-card + .concept-card {
  border-left: 1px solid rgba(247, 244, 238, 0.28);
}

.concept-card:hover {
  background: rgba(247, 244, 238, 0.1);
}

.concept-card span {
  color: var(--quiet);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Yu Gothic", Meiryo, serif;
  font-size: 13px;
}

.concept-card strong {
  color: var(--ink);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.hero-meta {
  position: absolute;
  right: 42px;
  bottom: 28px;
  left: 42px;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  color: var(--quiet);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.bar-lockup {
  position: relative;
  z-index: 4;
  align-self: center;
  width: min(500px, calc(100% - 84px));
  margin-left: 72px;
  padding: 118px 0 136px;
}

.bar-lockup h1 {
  max-width: 500px;
  margin-bottom: 26px;
  color: var(--ink);
  font-size: 52px;
  font-weight: 400;
  line-height: 1.04;
}

.bar-lockup p:not(.kicker) {
  max-width: 360px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.hero-meta span {
  border-top: 1px solid var(--line);
  padding-top: 13px;
}

.kicker {
  margin: 0 0 26px;
  color: var(--red);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.anticipation,
.location,
.bar-detail {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: 86px;
  padding: 118px 72px;
}

.anticipation,
.bar-detail {
  border-top: 1px solid var(--line);
}

h2 {
  max-width: 780px;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: 0;
}

.anticipation-copy {
  align-self: end;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.7;
}

.anticipation-copy p:last-child {
  margin-bottom: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "Yu Gothic", Meiryo, serif;
}

.bar-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.bar-list p {
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.notes p {
  min-height: 136px;
  margin: 0;
  border-right: 1px solid var(--line);
  padding: 30px 42px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.35;
}

.notes p:last-child {
  border-right: 0;
}

.location {
  background:
    radial-gradient(circle at 82% 16%, var(--red-soft), transparent 24%),
    var(--black);
}

.location-actions {
  align-self: end;
  display: grid;
  justify-items: start;
  gap: 13px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(247, 244, 238, 0.35);
  padding: 12px 20px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  transition: border-color 160ms ease, background 160ms ease;
}

.button:hover {
  border-color: rgba(247, 244, 238, 0.78);
  background: rgba(247, 244, 238, 0.06);
}

.menu-main {
  padding: 122px 28px 76px;
}

.menu-intro {
  display: grid;
  max-width: 860px;
  margin: 0 auto 42px;
  justify-items: center;
  text-align: center;
}

.menu-intro h1 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}

.menu-intro p:not(.kicker) {
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.menu-pages {
  display: grid;
  max-width: 680px;
  margin: 0 auto;
  gap: 22px;
}

.menu-pages img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  background: #000;
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
    padding: 20px;
  }

  .coming-hero,
  .concept-home,
  .bar-hero {
    min-height: 100svh;
  }

  .room-photo {
    object-position: 50% center;
  }

  .coming-hero::before,
  .concept-home::before,
  .bar-hero::before {
    background:
      linear-gradient(180deg, rgba(4, 4, 4, 0.58), rgba(4, 4, 4, 0.2) 42%, rgba(4, 4, 4, 0.88)),
      linear-gradient(90deg, rgba(4, 4, 4, 0.78), rgba(4, 4, 4, 0.28), rgba(4, 4, 4, 0.72));
  }

  .hero-lockup {
    width: calc(100% - 36px);
    padding-top: 96px;
    padding-bottom: 164px;
  }

  .dining-canvas {
    opacity: 0.82;
  }

  .home-lockup {
    width: calc(100% - 36px);
    padding-top: 96px;
    padding-bottom: 34px;
  }

  .home-logo {
    width: 116px;
    height: 176px;
  }

  .concept-links {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    margin-bottom: 164px;
  }

  .concept-card {
    min-height: 132px;
  }

  .bar-lockup {
    width: calc(100% - 44px);
    margin-left: 22px;
    padding-top: 114px;
    padding-bottom: 164px;
  }

  .bar-lockup h1 {
    font-size: 36px;
  }

  .hero-logo {
    width: 128px;
    height: 194px;
  }

  .hero-meta {
    right: 20px;
    left: 20px;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero-meta span {
    padding-top: 9px;
  }

  .anticipation,
  .location,
  .bar-detail {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 82px 22px;
  }

  h2 {
    font-size: 34px;
  }

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

  .notes p {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 22px;
  }

  .notes p:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  nav {
    gap: 16px;
    font-size: 12px;
  }

  .wordmark {
    width: 30px;
    height: 30px;
  }

  .status {
    font-size: 14px;
  }

  .subcopy,
  .anticipation-copy {
    font-size: 16px;
  }

  .hero-lockup {
    padding-top: 88px;
    padding-bottom: 174px;
  }

  .hero-logo {
    width: 116px;
    height: 176px;
    margin-bottom: 26px;
  }

  .hero-meta {
    bottom: 20px;
  }

  .button {
    width: 100%;
  }

  .menu-main {
    padding-right: 12px;
    padding-left: 12px;
  }
}
