:root {
  --bg: #030304;
  --ink: #f6f3ee;
  --muted: rgba(246, 243, 238, .78);
  --line: rgba(246, 243, 238, .25);
  --gold: #b19a71;
  --blue: #071623;
  --blue-deep: #03111c;
  --pink: #bf0c65;
  --paper: #fdefd0;
  --serif: "Cormorant Garamond", "Noto Serif JP", serif;
  --jp: "Noto Serif JP", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--jp);
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

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

section[id] {
  scroll-margin-top: 94px;
}

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 26px clamp(22px, 4vw, 56px);
  color: #fff;
  mix-blend-mode: normal;
  transition: color .2s ease;
}

.brand,
.footer-brand {
  display: inline-block;
  line-height: 0;
}

.brand img {
  width: clamp(135px, 13vw, 186px);
  height: auto;
}

.footer-brand img {
  width: 220px;
  height: auto;
}

.global-nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
}

.global-nav a:not(:last-child),
.site-footer nav a:not(:last-child) {
  position: relative;
}

.global-nav a:not(:last-child)::after,
.site-footer nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: calc(clamp(18px, 2.3vw, 34px) * -.55);
  top: 50%;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .55);
  transform: translateY(-50%);
}

@media (min-width: 901px) {
  .site-header.is-on-light {
    color: #071925;
  }

  .site-header.is-on-light .global-nav a:not(:last-child)::after {
    background: rgba(7, 25, 37, .5);
  }
}

.instagram-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: min(100vh, 820px);
  overflow: hidden;
  background: #090609;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .3)),
    linear-gradient(90deg, rgba(0, 0, 0, .25), transparent 45%);
}

.hero-img {
  width: 100%;
  min-height: min(100vh, 820px);
  object-fit: cover;
}

.hero picture {
  display: block;
}

.scroll-cue {
  position: absolute;
  z-index: 2;
  left: clamp(22px, 4vw, 56px);
  bottom: 52px;
  writing-mode: vertical-rl;
  font-family: var(--serif);
  font-size: 11px;
  letter-spacing: .08em;
}

.scroll-cue::after {
  content: "";
  display: block;
  width: 1px;
  height: 68px;
  margin: 14px auto 0;
  background: rgba(255, 255, 255, .65);
}

h1,
h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 5.3vw, 72px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: .06em;
}

.section-photo {
  position: relative;
  min-height: 0;
  padding: clamp(45px, 6vw, 85px) clamp(22px, 8vw, 148px);
  display: grid;
  align-items: center;
  grid-template-columns: minmax(280px, 440px) minmax(380px, 1fr);
  gap: clamp(44px, 8vw, 130px);
  background-color: var(--paper);
  background-image: url("img/bg_beige.jpg");
  background-size: cover;
  background-position: center;
  color: #071925;
}

.section-photo::before {
  content: none;
}

.concept-copy,
.concept-image {
  position: relative;
  z-index: 1;
}

.concept-copy p {
  margin: 16px 0 0;
  color: rgba(7, 25, 37, .86);
  font-size: clamp(15px, 1.35vw, 20px);
  letter-spacing: .12em;
}

.concept-image {
  margin: 0;
  align-self: end;
}

.concept-image img,
.system figure img,
.access figure img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.texture-divider {
  position: relative;
  height: clamp(74px, 8vw, 124px);
  overflow: hidden;
  background-color: var(--paper);
  background-image: url("img/bg_beige.jpg");
  background-size: cover;
  background-position: center;
}

.texture-divider::before {
  content: none;
}

.texture-divider::after {
  content: none;
}

.texture-divider-dark {
  height: clamp(54px, 6vw, 88px);
  background-color: var(--paper);
  background-image: url("img/bg_beige.jpg");
  background-size: cover;
  background-position: center;
}

.menu-bg {
  background-color: var(--blue);
  background-image:
    linear-gradient(135deg, rgba(7, 22, 35, .78), rgba(1, 13, 23, .88)),
    url("img/bg_nabe.jpg");
  background-size: cover;
  background-position: center;
}

.system {
  position: relative;
  padding: clamp(88px, 10vw, 150px) clamp(22px, 8vw, 148px) clamp(120px, 13vw, 190px);
}

.system::before,
.system::after,
.access::before,
.instagram::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 239, 204, .58);
}

.system::before,
.access::before,
.instagram::before {
  top: 0;
}

.system::after {
  bottom: 0;
}

.system-wrap {
  max-width: 980px;
  margin: 0 auto clamp(100px, 12vw, 170px);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.system-wrap figure,
.access-wrap figure {
  margin: 0;
}

.system-wrap p {
  margin: 14px 0;
  font-size: clamp(16px, 1.35vw, 20px);
  letter-spacing: .12em;
}

.tag {
  display: inline-block;
  margin-top: 34px !important;
  padding: 4px 23px;
  border: 1px solid rgba(255, 255, 255, .7);
}

.drink-menu-divider {
  position: relative;
  max-width: 1120px;
  margin: 0 auto clamp(70px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(44px, 1fr) auto minmax(44px, 1fr);
  gap: clamp(18px, 3vw, 38px);
  align-items: center;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(21px, 2.4vw, 34px);
  letter-spacing: .1em;
}

.drink-menu-divider::before,
.drink-menu-divider::after {
  content: "";
  height: 1px;
  background: rgba(255, 239, 204, .62);
}

.drink-menu-divider span {
  color: var(--paper);
  padding: 0 clamp(14px, 2.4vw, 28px);
  background: transparent;
  box-shadow: none;
}

.menu-wrap {
  max-width: 1050px;
  margin: 0 auto;
}

.gallery h2,
.access > h2,
.instagram h2 {
  text-align: center;
  margin-bottom: clamp(56px, 7vw, 90px);
}

.menu-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(54px, 10vw, 130px);
}

.menu-block {
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 239, 204, .26);
}

.menu-block h3 {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(27px, 2.5vw, 38px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: .03em;
}

.menu-block h3 small {
  font-size: .42em;
  letter-spacing: .08em;
}

.drink-more {
  display: block;
  min-width: 138px;
  height: 42px;
  margin: 34px auto 0;
  border: 1px solid rgba(255, 239, 204, .66);
  border-radius: 999px;
  background: transparent;
  color: var(--paper);
  font-family: var(--serif);
  font-size: 17px;
  letter-spacing: .08em;
  cursor: pointer;
}

.drink-menu-panel {
  position: relative;
  max-height: 420px;
  overflow: hidden;
  transition: max-height .35s ease;
}

.drink-menu-panel::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 132px;
  background: linear-gradient(180deg, rgba(7, 22, 35, 0), rgba(7, 22, 35, .98) 78%);
  pointer-events: none;
}

.drink-menu-panel.is-open {
  max-height: 5000px;
}

.drink-menu-panel.is-open::after {
  content: none;
}

@keyframes accordionIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-note {
  margin: 13px 0 4px;
  color: rgba(246, 243, 238, .62);
  font-size: 13px;
  letter-spacing: .16em;
}

dl {
  margin: 0;
}

.menu-block dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  border-bottom: 1px dotted rgba(255, 255, 255, .22);
  padding: 3px 0;
}

dt,
dd {
  margin: 0;
}

.menu-block dt,
.menu-block dd {
  font-size: 15px;
  letter-spacing: .05em;
}

.menu-block dd {
  white-space: nowrap;
}

small {
  font-size: .66em;
}

.gallery {
  position: relative;
  min-height: auto;
  overflow: hidden;
  display: block;
  padding: clamp(48px, 6vw, 85px) 0;
  background-color: var(--paper);
  background-image: url("img/bg_beige.jpg");
  background-size: cover;
  background-position: center;
  color: #071925;
}

.gallery-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.gallery-carousel {
  position: relative;
  width: min(860px, 100%);
  margin: 0 auto;
}

.gallery-track {
  display: flex;
  gap: 14px;
  padding: 0 11% 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 11%;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.gallery-track::-webkit-scrollbar {
  display: none;
}

.gallery-track img {
  flex: 0 0 74%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
  scroll-snap-align: center;
  box-shadow: 0 18px 48px rgba(7, 25, 37, .18);
}

.gallery-arrow {
  position: absolute;
  z-index: 2;
  top: calc(50% - 20px);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 25, 37, .36);
  border-radius: 50%;
  background: rgba(255, 239, 204, .78);
  color: #071925;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.gallery-arrow-prev {
  left: 8px;
}

.gallery-arrow-next {
  right: 8px;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.gallery-reader {
  margin: 12px 0 0;
  color: rgba(7, 25, 37, .7);
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .08em;
  text-align: center;
}

.gallery-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(7, 25, 37, .6);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.gallery-dots button.is-active {
  background: #071925;
}

.access {
  position: relative;
  padding: clamp(88px, 10vw, 150px) clamp(22px, 8vw, 148px) clamp(90px, 11vw, 160px);
}

.access-wrap {
  max-width: 1070px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(52px, 8vw, 96px);
  align-items: center;
}

.access-table div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px;
  padding: 21px 0;
  border-top: 1px solid var(--line);
}

.access-table div:last-child {
  border-bottom: 1px solid var(--line);
}

.access-table dt,
.access-table dd {
  font-size: 15px;
  letter-spacing: .08em;
}

.map {
  height: clamp(280px, 28vw, 430px);
  filter: grayscale(1);
  overflow: hidden;
}

.map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.instagram {
  position: relative;
  padding: clamp(88px, 10vw, 150px) clamp(22px, 8vw, 148px) clamp(110px, 12vw, 170px);
}

.instagram-embed {
  max-width: 660px;
  min-height: 420px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.instagram-media {
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, .32);
  margin: 0 auto !important;
  max-width: 540px;
  min-width: 326px;
  padding: 0;
  width: 100%;
}

.instagram-media a {
  display: grid;
  place-items: center;
  min-height: 360px;
  color: #111;
  font-family: Arial, sans-serif;
}

.site-footer {
  padding: 45px 22px 55px;
  display: grid;
  justify-items: center;
  gap: 44px;
  background: #000;
  color: #fff;
}

.site-footer p {
  margin: 0;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: .06em;
}

@media (max-width: 900px) {
  main,
  section,
  .site-header,
  .site-footer,
  .map {
    max-width: 100%;
    overflow-x: clip;
  }

  .site-header {
    align-items: center;
    padding: 18px 20px;
  }

  .brand img {
    width: 102px;
  }

  .menu-toggle {
    display: grid;
    gap: 6px;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    color: #fff;
  }

  .menu-toggle span {
    display: block;
    height: 1px;
    background: currentColor;
  }

  .global-nav {
    position: absolute;
    top: 74px;
    right: 20px;
    display: none;
    min-width: 210px;
    padding: 22px;
    background: rgba(0, 0, 0, .9);
    border: 1px solid rgba(255, 255, 255, .18);
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a::after,
  .site-footer nav a::after {
    display: none;
  }

  .hero,
  .hero-img {
    min-height: 86vh;
  }

  .section-photo,
  .system-wrap,
  .menu-columns,
  .access-wrap {
    grid-template-columns: 1fr;
  }

  .section-photo {
    min-height: auto;
    padding-top: 58px;
  }

  .concept-image {
    align-self: auto;
  }

  .system-wrap {
    margin-bottom: 64px;
  }

  .gallery-track {
    padding: 0 11vw 18px;
  }

  .site-footer nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px 26px;
  }

  .map {
    height: 360px;
  }

  .instagram-embed {
    width: 100%;
    max-width: 430px;
    min-height: 720px;
  }

  .instagram-media {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  h1,
  h2 {
    font-size: 42px;
  }

  .hero,
  .hero-img {
    min-height: 0;
  }

  .hero-img {
    height: auto;
    object-position: center center;
  }

  .hero::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .08) 42%, rgba(0, 0, 0, .62)),
      linear-gradient(90deg, rgba(0, 0, 0, .18), transparent 48%);
  }

  .site-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, .64), transparent);
  }

  .brand img {
    width: 90px;
  }

  section[id] {
    scroll-margin-top: 76px;
  }

  .texture-divider {
    height: 44px;
  }

  .texture-divider-dark {
    height: 36px;
  }

  .scroll-cue {
    bottom: 28px;
  }

  .section-photo,
  .system,
  .access,
  .instagram {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-photo {
    gap: 28px;
    padding-top: 29px;
    padding-bottom: 27px;
  }

  .concept-image img {
    aspect-ratio: 4 / 3;
  }

  .concept-copy p {
    letter-spacing: .05em;
    overflow-wrap: anywhere;
  }

  .concept-copy br {
    display: none;
  }

  .system-wrap {
    gap: 28px;
    margin-bottom: 42px;
  }

  .system {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .drink-menu-divider {
    grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr);
    gap: 12px;
    margin-bottom: 30px;
    text-align: center;
  }

  .drink-menu-divider::before,
  .drink-menu-divider::after {
    height: 1px;
  }

  .drink-menu-divider span {
    justify-self: center;
    padding: 0 8px;
  }

  .gallery h2,
  .access > h2,
  .instagram h2 {
    margin-bottom: 38px;
  }

  .drink-menu-panel {
    max-height: 390px;
  }

  .drink-menu-panel::after {
    height: 120px;
  }

  .menu-block {
    margin-bottom: 30px;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(255, 239, 204, .24);
  }

  .menu-block h3 {
    font-size: 31px;
  }

  .menu-block dl div {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 9px 0;
  }

  .menu-block dd {
    white-space: normal;
    color: rgba(246, 243, 238, .82);
  }

  .gallery {
    padding-top: 29px;
    padding-bottom: 29px;
    overflow: hidden;
  }

  .gallery::before {
    content: "Gallery";
    display: block;
    margin: 0 0 34px;
    color: #071925;
    font-family: var(--serif);
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: .06em;
    text-align: center;
  }

  .gallery h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .gallery-track {
    gap: 14px;
    padding: 0 9vw 16px;
    scroll-padding-inline: 9vw;
  }

  .gallery-track img {
    flex-basis: 82vw;
    height: 56vw;
    min-height: 210px;
    max-height: 260px;
  }

  .gallery-arrow {
    width: 36px;
    height: 36px;
    top: calc(50% + 12px);
    background: rgba(255, 239, 204, .86);
    font-size: 28px;
  }

  .gallery-arrow-prev {
    left: 8px;
  }

  .gallery-arrow-next {
    right: 8px;
  }

  .access-table div {
    grid-template-columns: 82px 1fr;
    gap: 16px;
    padding: 17px 0;
  }

  .instagram-embed {
    min-height: 720px;
  }
}
