:root {
  --ivory: #f3eee2;
  --paper: #fbf8f1;
  --brown: #29201a;
  --brown-soft: #584a3e;
  --gold: #a17d3e;
  --line: rgba(161, 125, 62, .4);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --roman: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--brown); font-family: var(--serif); line-height: 1.9; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.page-top-anchor { position: absolute; top: 0; left: 0; width: 1px; height: 1px; pointer-events: none; }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center;
  justify-content: space-between; height: 76px; padding: 0 5vw; color: #fff;
  background: linear-gradient(to bottom, rgba(0,0,0,.64), transparent); transition: background .25s;
}
.site-header.is-scrolled { background: rgba(27, 21, 17, .96); }
.site-logo { display: inline-flex; align-items: center; text-decoration: none; }
.site-logo img { display: block; width: auto; height: 28px; }
.site-nav { display: flex; gap: 30px; }
.site-nav a { font-size: 13px; letter-spacing: .1em; text-decoration: none; }
.site-nav a:hover { color: #d7b773; }
.header-phone { display: inline-flex; align-items: center; gap: 10px; padding: 8px 13px; border: 1px solid rgba(215,183,115,.75); color: #fff; font-family: Arial, "Helvetica Neue", sans-serif; font-size: 14px; font-variant-numeric: lining-nums tabular-nums; line-height: 1; letter-spacing: .05em; text-decoration: none; }
.header-phone__label { color: #d7b773; font-size: 10px; letter-spacing: .14em; }
.header-phone:hover { background: rgba(161,125,62,.28); }
.nav-toggle { display: none; }

.hero { position: relative; display: grid; min-height: 100svh; place-items: center; overflow: hidden; color: #fff; text-align: center; }
.hero__image, .hero__shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__image { object-fit: cover; }
.hero__shade { background: linear-gradient(rgba(9,6,4,.38), rgba(9,6,4,.73)); }
.hero__content { position: relative; z-index: 1; padding: 90px 24px; }
.hero__eyebrow, .section-heading__en { margin: 0 0 12px; color: #c7a867; font: 12px var(--roman); letter-spacing: .3em; }
.hero h1 { margin: 0 0 0 -.5em; font: 400 clamp(46px, 8vw, 90px) var(--roman); letter-spacing: .1em; }
.hero-title-text { letter-spacing: .02em; }
.hero-logo { display: inline-block; width: auto; height: 1.2em; vertical-align: -.18em; }
.hero__copy { margin: 18px 0 34px; font-size: clamp(17px, 2vw, 23px); letter-spacing: .18em; }
.hero__actions { display: flex; justify-content: center; gap: 14px; }
.hero__scroll { position: absolute; z-index: 2; bottom: 22px; display: flex; flex-direction: column; align-items: center; gap: 7px; font: 8px var(--roman); letter-spacing: .24em; text-decoration: none; }
.hero__scroll span { writing-mode: horizontal-tb; }
.hero__scroll b { font: 16px/1 Arial, sans-serif; letter-spacing: 0; }

.button { display: inline-flex; min-width: 170px; min-height: 50px; align-items: center; justify-content: center; padding: 10px 22px; border: 1px solid var(--gold); font-size: 14px; letter-spacing: .1em; text-decoration: none; transition: .2s; }
.button--gold { background: var(--gold); color: #fff; }
.button--outline { border-color: rgba(255,255,255,.7); color: #fff; }
.button--dark { background: var(--brown); color: #fff; }
.button:hover { filter: brightness(1.12); transform: translateY(-1px); }

.section { padding: clamp(80px, 10vw, 140px) max(6vw, 24px); }
.section-heading { margin: 0 auto 58px; text-align: center; }
.section-heading h2 { margin: 0; font-size: clamp(25px, 3.2vw, 40px); font-weight: 500; letter-spacing: .1em; }
.section-heading h2::after { content: ""; display: block; width: 54px; height: 1px; margin: 22px auto 0; background: var(--gold); }
.section-heading--light h2 { color: #fff; }
.business-status { display: inline-flex; align-items: center; gap: 8px; margin: 18px 0 0; padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--brown-soft); font-size: 12px; letter-spacing: .06em; }
.business-status__dot { width: 7px; height: 7px; border-radius: 50%; background: #8a8178; }
.business-status.is-open .business-status__dot { background: #4f8a61; box-shadow: 0 0 0 3px rgba(79,138,97,.13); }
.business-status.is-open .business-status__text { color: #3f7450; }
.business-status__note { padding-left: 8px; border-left: 1px solid var(--line); color: #756a60; font-size: 10px; }

.about__grid, .access__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 7vw, 100px); max-width: 1080px; margin: auto; align-items: center; }
.about__copy { font-size: 16px; }
.about__copy p { margin: 0 0 1.5em; }
.about__image-wrap { margin: 0; padding: 14px; border: 1px solid var(--line); }
.about__image-wrap img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.drinks { background: #211a16; color: #e9dfd1; }
.drinks__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; max-width: 1120px; margin: auto; background: rgba(161,125,62,.35); }
.drinks__grid article { min-height: 250px; padding: 34px 28px; background: #211a16; }
.drinks__grid span { color: var(--gold); font-family: Arial, "Helvetica Neue", sans-serif; font-size: 11px; font-variant-numeric: lining-nums tabular-nums; line-height: 1; letter-spacing: .08em; }
.drinks__grid h3 { margin: 28px 0 16px; color: #fff; font: 400 25px var(--roman); letter-spacing: .08em; }
.drinks__grid p { margin: 0; font-size: 14px; }
.drinks__action { margin: 45px 0 0; text-align: center; }
.text-link { color: #d9bb78; letter-spacing: .1em; text-underline-offset: 7px; }

.gallery { padding-right: 0; padding-left: 0; }
.gallery .section-heading { padding-right: max(6vw, 24px); padding-left: max(6vw, 24px); }
.gallery__grid {
  position: relative;
  width: 100%;
  max-width: none;
  height: clamp(390px, 46vw, 590px);
  margin: 0;
  overflow: hidden;
  touch-action: pan-y;
}
.gallery__item {
  position: absolute;
  top: 0;
  left: 18vw;
  display: none;
  width: 64vw;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  background: #17120f;
  opacity: .48;
  cursor: pointer;
  transition: left .32s cubic-bezier(.22, .61, .36, 1), opacity .24s ease;
}
.gallery__item.is-previous,
.gallery__item.is-current,
.gallery__item.is-next { display: block; }
.gallery__item.is-previous { left: -47vw; }
.gallery__item.is-current { left: 18vw; z-index: 2; opacity: 1; cursor: zoom-in; }
.gallery__item.is-next { left: 83vw; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s, opacity .35s; }
.gallery__item:nth-child(1) img,
.gallery__item:nth-child(2) img { object-position: center; }
.gallery__item:nth-child(3) img,
.gallery__item:nth-child(6) img { object-position: center 38%; }
.gallery__item:nth-child(4) img,
.gallery__item:nth-child(7) img { object-position: center 58%; }
.gallery__item:nth-child(5) img,
.gallery__item:nth-child(8) img,
.gallery__item:nth-child(9) img { object-position: center; }
.gallery__item.gallery__item--focus-top img { object-position: center 15%; }
.gallery__item.is-current:hover img, .gallery__item:focus-visible img { opacity: .82; transform: scale(1.025); }
.gallery__item:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.lightbox { position: fixed; inset: 0; width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: #000; overflow: hidden; }
.lightbox::backdrop { background: #000; }
.lightbox__stage { position: relative; display: grid; width: 100%; height: 100%; place-items: center; overflow: hidden; background: #000; }
.lightbox__image {
  display: block;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  max-width: calc(100vw - 32px);
  max-height: calc(100dvh - 32px);
  object-fit: contain !important;
  object-position: center center !important;
  background: #000;
  transform: scale(1);
  transform-origin: center;
  transition: transform .15s ease;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: none;
  cursor: grab;
}
.lightbox__image.is-dragging { cursor: grabbing; transition: none; }
.lightbox__close { position: absolute; z-index: 5; top: 14px; right: 18px; width: 46px; height: 46px; padding: 0; border: 0; background: transparent; color: #fff; font: 38px/1 Arial, sans-serif; cursor: pointer; text-shadow: 0 1px 5px rgba(0,0,0,.8); }
.lightbox__arrow { position: absolute; z-index: 2; top: 50%; width: 56px; height: 72px; padding: 0; border: 0; background: transparent; color: #fff; font: 52px/1 var(--roman); cursor: pointer; text-shadow: 0 1px 6px rgba(0,0,0,.9); transform: translateY(-50%); }
.lightbox__arrow--previous { left: 10px; }
.lightbox__arrow--next { right: 10px; }
.lightbox__zoom-controls { position: absolute; z-index: 3; right: 12px; bottom: 12px; display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,.55); border-radius: 4px; background: rgba(0,0,0,.62); }
.lightbox__zoom-controls button { min-width: 42px; height: 38px; padding: 0 10px; border: 0; border-right: 1px solid rgba(255,255,255,.28); background: transparent; color: #fff; font: 16px var(--roman); cursor: pointer; }
.lightbox__zoom-controls button:last-child { border-right: 0; }
.lightbox__thumbnails { position: absolute; z-index: 4; right: 80px; bottom: 18px; left: 80px; display: flex; justify-content: center; gap: 8px; height: 80px; margin: 0; overflow-x: auto; scrollbar-width: none; }
.lightbox__thumbnails::-webkit-scrollbar { display: none; }
.lightbox__thumbnail { flex: 0 0 112px; height: 76px; padding: 0; border: 2px solid transparent; background: #17120f; opacity: .58; cursor: pointer; }
.lightbox__thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.lightbox__thumbnail.is-active { border-color: #d3af66; opacity: 1; }

.access { background: var(--ivory); }
.information-list { margin: 0; }
.information-list div { display: grid; grid-template-columns: 110px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.information-list dt { color: var(--brown-soft); }
.information-list dd { margin: 0; }
.information-list dd small { color: var(--brown-soft); font-size: 12px; }
.information-list a { text-underline-offset: 4px; }
.access__actions { padding: 44px; border: 1px solid var(--line); text-align: center; }
.access__actions p { margin: 0 0 28px; }
.access__actions .button { display: flex; width: 100%; margin-top: 12px; }
.access-map {
  max-width: 1080px;
  margin: clamp(42px, 6vw, 72px) auto 0;
  padding: 10px;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(41, 32, 26, .1);
}
.access-map__frame {
  display: block;
  width: 100%;
  height: clamp(320px, 46vw, 500px);
  border: 0;
  filter: sepia(.08) saturate(.85) contrast(.96);
}

.site-footer { padding: 60px 24px 100px; background: #17120f; color: #cfc4b5; text-align: center; }
.site-footer p { margin: 8px 0; }
.site-footer__logo { display: flex; justify-content: center; }
.site-footer__logo img { width: auto; height: 38px; }
.mobile-actions { display: none; }

@media (max-width: 760px) {
  .site-header { height: 64px; padding: 0 20px; }
  .nav-toggle { display: block; border: 0; background: transparent; color: #fff; font: 11px var(--roman); letter-spacing: .18em; }
  .site-nav { position: absolute; inset: 64px 0 auto; display: none; padding: 24px; background: rgba(27,21,17,.98); text-align: center; }
  .site-nav.is-open { display: grid; gap: 18px; }
  .header-phone { display: none; }
  .hero__actions { flex-direction: column; align-items: center; }
  .about__grid, .access__grid { grid-template-columns: 1fr; }
  .drinks__grid { grid-template-columns: 1fr 1fr; }
  .drinks__grid article { min-height: 210px; }
  .gallery__grid { height: 320px; padding: 0; }
  .gallery__item { left: 13vw; width: 74vw; }
  .gallery__item.is-previous { left: -62vw; }
  .gallery__item.is-current { left: 13vw; }
  .gallery__item.is-next { left: 88vw; }
  .lightbox { width: 100%; height: 100%; }
  .lightbox__thumbnails { display: none; }
  .information-list div { grid-template-columns: 85px 1fr; }
  .access__actions { padding: 30px 22px; }
  .access-map { margin-top: 42px; padding: 6px; }
  .access-map__frame { height: 360px; }
  .mobile-actions { position: fixed; z-index: 30; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 -4px 18px rgba(0,0,0,.18); }
  .mobile-actions a { display: flex; min-height: 58px; flex-direction: column; align-items: center; justify-content: center; padding: 7px 10px; background: var(--gold); color: #fff; font-size: 14px; line-height: 1.25; letter-spacing: .06em; text-align: center; text-decoration: none; }
  .mobile-actions a small { margin-bottom: 2px; font-size: 10px; letter-spacing: .1em; }
  .mobile-actions a + a { background: var(--brown); }
}

@media (max-width: 480px) {
  .drinks__grid { grid-template-columns: 1fr; }
  .drinks__grid article { min-height: auto; }
  .gallery__grid { height: 270px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
