html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}

body {
  margin: 0;
  background: #0d1417;
  color: #e8e3d8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

input,
select,
textarea,
button {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  color: rgba(232, 227, 216, .35);
}

input[type="date"],
input[type="time"] {
  color-scheme: dark;
}

*:focus-visible {
  outline: 2px solid #c9b683;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 14px 22px;
  background: #c9b683;
  color: #0d1417;
  font: 600 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .18em;
  transform: translateY(-100%);
  transition: transform .2s;
}

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

.sp-only {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(201, 182, 131, .14);
  background: rgba(10, 15, 18, .78);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 48px;
  gap: 32px;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.site-logo-picture,
.footer-logo-picture {
  display: block;
  line-height: 0;
}

.site-logo-image {
  display: block;
  width: 172px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 28px;
  color: rgba(232, 227, 216, .85);
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .2em;
}

.site-nav a {
  padding-bottom: 2px;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #c9b683;
}

.site-nav a.is-active {
  border-bottom: 1px solid #c9b683;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mobile-business-hours {
  display: none;
}

.header-tel {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.header-tel span {
  color: #c9b683;
  font: 500 10.5px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
}

.header-tel strong {
  margin-top: 5px;
  color: #f5efe0;
  font: 600 20px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .02em;
}

.reserve-link {
  display: inline-block;
  padding: 11px 22px;
  background: #c9b683;
  color: #0d1417;
  font: 600 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
  transition: background .2s;
}

.reserve-link:hover {
  background: #d8c794;
}

.drawer-toggle {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  gap: 5px;
  border: 1px solid rgba(201, 182, 131, .4);
  background: transparent;
  cursor: pointer;
}

.drawer-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  background: #c9b683;
}

.drawer-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0, 0, 0, .55);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  backdrop-filter: blur(4px);
}

.nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: 82vw;
  padding: 88px 28px 40px;
  gap: 6px;
  overflow-y: auto;
  border-left: 1px solid rgba(201, 182, 131, .18);
  background: #0a1014;
  transform: translateX(100%);
  transition: transform .35s ease;
}

.drawer-wrap.is-open .drawer-overlay {
  opacity: 1;
  pointer-events: auto;
}

.drawer-wrap.is-open .nav-drawer {
  transform: translateX(0);
}

.drawer-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(201, 182, 131, .3);
  background: transparent;
  color: #c9b683;
  cursor: pointer;
  font: 300 18px/1 Georgia;
}

.drawer-brand {
  margin-bottom: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(201, 182, 131, .18);
  color: #c9b683;
  font: 500 11px Georgia, serif;
  letter-spacing: .28em;
}

.nav-drawer a:not(.drawer-tel):not(.drawer-reserve) {
  display: flex;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid rgba(201, 182, 131, .1);
  color: #e8e3d8;
  font: 500 12px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .24em;
}

.nav-drawer a:not(.drawer-tel):not(.drawer-reserve) span:last-child {
  color: rgba(232, 227, 216, .65);
  font: 400 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.nav-drawer a.is-active {
  color: #c9b683;
}

.nav-drawer a.is-active span:last-child {
  color: rgba(201, 182, 131, .85);
}

.drawer-cta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 182, 131, .18);
}

.drawer-tel,
.drawer-reserve {
  display: block;
  padding: 14px 16px;
  text-align: center;
}

.drawer-tel {
  margin-bottom: 8px;
  background: #c9b683;
  color: #0d1417;
  font: 600 14px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.drawer-reserve {
  border: 1px solid rgba(201, 182, 131, .4);
  color: #f5efe0;
  font: 600 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
}

.breadcrumb {
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 48px 0;
  color: rgba(232, 227, 216, .66);
  font: 500 10px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
  letter-spacing: .2em;
}

.breadcrumb--narrow {
  max-width: 1080px;
}

.breadcrumb--article {
  max-width: 880px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.breadcrumb li + li::before {
  margin: 0 8px;
  color: rgba(201, 182, 131, .5);
  content: "/";
}

.breadcrumb a {
  transition: color .2s;
}

.breadcrumb a:hover {
  color: #f5efe0;
}

.breadcrumb [aria-current="page"] {
  color: #c9b683;
}

.breadcrumb + .menu-page-title-section .page-title-pad,
.breadcrumb + .news-page-title-section .page-title-pad,
.breadcrumb + .faq-page-title-section .page-title-pad,
.breadcrumb + .access-page-title-section .page-title-pad,
.breadcrumb + .staff-page-title-section .page-title-pad,
.breadcrumb + .reserve-page-title-section .page-title-pad {
  padding-top: 42px;
}

.breadcrumb + .nf-main {
  padding-top: 56px;
}

.site-footer {
  border-top: 1px solid rgba(201, 182, 131, .15);
  background: #0a1014;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 48px;
  gap: 24px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.footer-logo-image {
  display: block;
  width: 220px;
  height: auto;
}

.footer-copy {
  color: rgba(232, 227, 216, .65);
  font: 400 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.page-menu .site-header,
.page-news .site-header,
.page-faq .site-header,
.page-access .site-header,
.page-staff .site-header {
  background: rgba(10, 15, 18, .85);
}

.page-news .drawer-brand,
.page-news .drawer-close,
.page-faq .drawer-brand,
.page-faq .drawer-close,
.page-access .drawer-brand,
.page-access .drawer-close,
.page-staff .drawer-brand,
.page-staff .drawer-close {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, sans-serif;
}

.page-news .footer-copy,
.page-faq .footer-copy,
.page-access .footer-copy {
  color: rgba(232, 227, 216, .72);
}

.page-menu .footer-copy {
  font: 500 13px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 80;
  display: none;
  padding: 10px;
  gap: 8px;
  border-top: 1px solid rgba(201, 182, 131, .25);
  background: rgba(10, 15, 18, .96);
  backdrop-filter: blur(12px);
}

.sp-sticky-cta a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 14px 8px;
  gap: 3px;
  text-align: center;
}

.sp-sticky-cta a:first-child {
  font: 600 14px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .02em;
}

.sp-sticky-cta a:first-child {
  background: #c9b683;
  color: #0d1417;
}

.sp-sticky-cta a:first-child span:first-child {
  font: 500 8px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .2em;
}

.sp-sticky-cta a:first-child span:last-child {
  font: 600 15px/1 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sp-sticky-cta a:last-child {
  flex: 0 0 38%;
  border: 1px solid rgba(201, 182, 131, .5);
  background: #1a2530;
  color: #f5efe0;
}

.sp-sticky-cta a:last-child span:first-child {
  color: #c9b683;
  font: 500 8px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .22em;
}

.sp-sticky-cta a:last-child span:last-child {
  font: 600 13px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-reserve .sp-sticky-cta a:last-child {
  flex-basis: 36%;
}

.page-reserve .sp-sticky-cta a:last-child span:last-child {
  font-size: 12px;
}

.line-reservation-desktop-only {
  display: none;
}

@media (min-width: 861px), (hover: hover) and (pointer: fine) {
  .line-reservation-mobile-only {
    display: none !important;
  }

  .line-reservation-desktop-only {
    display: inline;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1100px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: flex !important;
  }

  .header-inner {
    padding: 16px 40px;
    gap: 16px;
  }
}

@media (max-width: 860px) {
  html {
    scroll-padding-top: 112px;
  }

  body {
    padding-bottom: 74px;
  }

  .sp-sticky-cta {
    display: flex;
  }

  .header-inner {
    padding: 12px 18px;
    gap: 12px;
  }

  .mobile-business-hours {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 6px 18px;
    gap: 14px;
    border-top: 1px solid rgba(201, 182, 131, .18);
    background: rgba(201, 182, 131, .08);
    color: #f5efe0;
    font: 500 11px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: .02em;
  }

  .mobile-business-hours__label {
    flex: 0 0 auto;
    color: #c9b683;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .14em;
  }

  .mobile-business-hours__times {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 14px;
  }

  .mobile-business-hours__times span {
    white-space: nowrap;
  }

  .mobile-business-hours__times b {
    margin-right: 3px;
    color: #c9b683;
    font-size: 10px;
    font-weight: 600;
  }

  .breadcrumb {
    padding: 22px 20px 0;
  }

  .site-logo-image {
    width: 134px;
  }

  .footer-logo-image {
    width: 190px;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 20px;
    gap: 10px;
  }
}
