:root {
  --nt-bg: #f6f7f5;
  --nt-ink: #111917;
  --nt-muted: #5f6b67;
  --nt-line: #dce2dc;
  --nt-blue: #08756c;
  --nt-blue-dark: #063f3b;
  --nt-green: #08756c;
  --nt-amber: #b8661a;
  --nt-radius: 8px;
}

/* Noreka companion plugin presentation. Domain data and behavior live in the plugins. */
.shell.public-site.nt-home.nt-restaurant-home .noreka-restaurant-menu {
  padding: 104px max(28px, calc((100vw - 1180px) / 2));
  background:
    radial-gradient(circle at 88% 8%, rgba(172, 123, 54, 0.08), transparent 24rem),
    #f8f3ea;
  color: #211816;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-restaurant-menu > h2,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-intro,
.shell.public-site.nt-home.nt-restaurant-home .noreka-featured-menu,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-categories {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-restaurant-menu > h2 {
  position: relative;
  margin-block: 0 18px;
  padding-left: 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0.06em;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-restaurant-menu > h2::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #a73420;
  content: "";
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-featured-menu {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(360px, 0.86fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 16px 24px;
  margin-block: 0 80px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  min-height: 174px;
  overflow: hidden;
  border-block: 1px solid rgba(87, 60, 42, 0.22);
  background: rgba(255, 255, 255, 0.48);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured:first-child {
  grid-row: 1 / -1;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(390px, 1fr) auto;
  min-height: 0;
  border: 1px solid rgba(87, 60, 42, 0.22);
  background: rgba(255, 255, 255, 0.64);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured:first-child img {
  aspect-ratio: 4 / 3;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content {
  min-width: 0;
  padding: 22px 24px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content h3,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content h5,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content p {
  margin: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content h3,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content h5 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content h3 {
  font-size: clamp(19px, 2vw, 27px);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content p {
  margin-top: 10px;
  color: #665b54;
  font-size: 0.92rem;
  line-height: 1.8;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-badge {
  display: inline-flex;
  margin-bottom: 10px;
  color: #a73420;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-price {
  display: block;
  margin-top: 14px;
  color: #2c201c;
  font-size: 1rem;
  font-variant-numeric: tabular-nums;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-categories > h3 {
  margin: 0 0 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 600;
  letter-spacing: 0.06em;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-intro,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-empty {
  margin-block: 0 42px;
  color: #665b54;
  font-size: 1rem;
  line-height: 1.9;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category-description,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-meta {
  color: #766a63;
  font-size: 0.9rem;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tabs {
  display: flex;
  gap: 34px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(87, 60, 42, 0.3);
  scrollbar-width: none;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tabs::-webkit-scrollbar {
  display: none;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tab {
  position: relative;
  flex: 0 0 auto;
  min-width: 84px;
  min-height: 52px;
  padding: 0 8px 15px;
  border: 0;
  background: transparent;
  color: #302522;
  cursor: pointer;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tab::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #ad3525;
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tab.is-active {
  color: #ad3525;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tab.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tab:focus-visible,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-page-next:focus-visible,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more:focus-visible {
  outline: 2px solid #ad3525;
  outline-offset: 3px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category {
  padding-top: 24px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category[hidden],
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category li[hidden],
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-page-next[hidden] {
  display: none !important;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category-description {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider {
  position: relative;
  padding-right: 36px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul > li {
  min-width: 0;
  padding-inline: 18px;
  border-left: 1px solid rgba(87, 60, 42, 0.18);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul > li:nth-child(3n + 1) {
  padding-left: 0;
  border-left: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 20px;
  min-width: 0;
  height: 100%;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item > img {
  display: block;
  width: 140px;
  height: 108px;
  object-fit: cover;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item-content {
  padding: 7px 0 4px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item-content h5 {
  overflow-wrap: anywhere;
  font-size: 16px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item-content p {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-price {
  margin-top: 8px;
  font-size: 15px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-page-next {
  position: absolute;
  top: 50%;
  right: -12px;
  display: grid;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  background: transparent;
  color: #ad3525;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-page-next svg,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more {
  display: grid;
  grid-template-columns: minmax(40px, 1fr) auto auto minmax(40px, 1fr);
  gap: 12px;
  width: 100%;
  min-height: 52px;
  margin-top: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ad3525;
  cursor: pointer;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  align-items: center;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more::before,
.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more::after {
  height: 1px;
  background: rgba(87, 60, 42, 0.28);
  content: "";
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more svg {
  display: block;
}

@media (max-width: 1020px) and (min-width: 761px) {
  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul > li:nth-child(3n + 1) {
    padding-left: 18px;
    border-left: 1px solid rgba(87, 60, 42, 0.18);
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul > li:nth-child(2n + 1) {
    padding-left: 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tab::after {
    transition: none;
  }
}

@media (max-width: 760px) {
  .shell.public-site.nt-home.nt-restaurant-home .noreka-restaurant-menu {
    padding: 64px 20px;
    background: #f8f3ea;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-restaurant-menu > h2 {
    padding-left: 18px;
    font-size: clamp(34px, 10vw, 44px);
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-featured-menu {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 14px;
    margin-bottom: 56px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured:first-child {
    grid-row: auto;
    grid-template-rows: auto;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured:first-child img {
    height: auto;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured:not(:first-child) {
    grid-template-columns: 124px minmax(0, 1fr);
    min-height: 148px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item-content {
    padding: 18px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured:not(:first-child) .noreka-menu-item-content {
    padding: 16px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-item.is-featured:not(:first-child) .noreka-menu-item-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tabs {
    gap: 18px;
    margin-right: -20px;
    padding-right: 20px;
    scroll-snap-type: x proximity;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-tab {
    min-width: auto;
    min-height: 48px;
    padding-inline: 6px;
    font-size: 14px;
    scroll-snap-align: start;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category {
    padding-top: 20px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider {
    padding-right: 38px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul {
    display: block;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul > li,
  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul > li:nth-child(3n + 1) {
    padding: 14px 0;
    border-top: 1px solid rgba(87, 60, 42, 0.16);
    border-left: 0;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-slider > ul > li:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item > img {
    width: 112px;
    height: 88px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-category .noreka-menu-item-content {
    padding: 1px 0;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-page-next {
    right: -10px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-menu-more {
    gap: 14px;
    margin-top: 20px;
    font-size: 13px;
  }
}

body {
  background: var(--nt-bg);
  color: var(--nt-ink);
}

.nt-utility {
  border-bottom-color: var(--nt-line);
  background: #fff;
  color: var(--nt-muted);
}

.nt-masthead {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.nt-brand__mark,
.nt-editor-avatar {
  border: 0;
  border-radius: 6px;
  background: var(--nt-blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(8, 117, 108, 0.18);
}

.nt-search-link,
.nt-widget,
.nt-search-box,
.nt-ranking,
.nt-editor,
.nt-sidebar-policy,
.nt-sidebar-popular,
.nt-purpose,
.nt-home-section {
  border-color: var(--nt-line);
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.nt-lead-story {
  background-image: linear-gradient(90deg, rgba(17, 25, 23, 0.9), rgba(17, 25, 23, 0.18) 76%), url("../images/noreka-izakaya-hero.jpg") !important;
  background-position: center !important;
}

.nt-secondary--watch {
  background-image: linear-gradient(0deg, rgba(17, 25, 23, 0.78), rgba(17, 25, 23, 0.06) 72%), url("../images/noreka-counter-seats.jpg") !important;
}

.nt-secondary--travel {
  background-image: linear-gradient(0deg, rgba(17, 25, 23, 0.78), rgba(17, 25, 23, 0.08) 72%), url("../images/noreka-yakitori-menu.jpg") !important;
}

.nt-label,
.nt-primary-button,
.nt-search-box button,
.nt-newsletter a,
.nt-article-cta > a,
.nt-widget .wp-block-search__button {
  background: var(--nt-blue);
}

.nt-primary-button:hover,
.nt-newsletter a:hover,
.nt-article-cta > a:hover {
  background: var(--nt-blue-dark);
}

.nt-purpose-grid span {
  border-color: rgba(8, 117, 108, 0.28);
  background: #edf6f2;
  color: var(--nt-blue-dark);
}

.nt-category-rail {
  background: #fff;
}

.nt-category-rail a::before,
.nt-category-rail .nt-menu-list a::before {
  color: var(--nt-blue);
  background: var(--nt-blue);
}

.nt-newsletter,
.nt-article-cta {
  border-color: rgba(8, 117, 108, 0.25);
  background: #edf6f2;
}

.nt-newsletter h2,
.nt-article-cta span,
.nt-editor a,
.nt-sidebar-policy a,
.nt-section-heading a,
.nt-widget a,
.nt-author-box a,
.nt-article-kicker,
.nt-sidebar-popular span {
  color: var(--nt-blue-dark);
}

.nt-list-image--water,
.nt-latest-image--phone,
.nt-rank-thumb--card {
  background-image: url("../images/noreka-counter-seats.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
}

.nt-list-image--pc,
.nt-latest-image--brush,
.nt-rank-thumb--dryer,
.nt-rank-thumb--router {
  background-image: url("../images/noreka-yakitori-menu.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
}

.nt-list-image--protein,
.nt-latest-image--meal,
.nt-latest-image--hotel,
.nt-rank-thumb--beauty,
.nt-rank-thumb--food {
  background-image: url("../images/noreka-izakaya-hero.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
}

.nt-trust {
  background: #fff;
}

.nt-trust p {
  border-left-color: var(--nt-blue);
}

.nt-footer-premium {
  background: #111917;
}

.nt-restaurant-home {
  padding-bottom: 76px;
}

.nt-restaurant-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  max-width: var(--nt-container);
  min-height: 520px;
  margin: 0 auto;
  padding: 56px;
  align-items: end;
  border-radius: var(--nt-radius);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(17, 25, 23, 0.88), rgba(17, 25, 23, 0.32) 58%, rgba(17, 25, 23, 0.74)),
    url("../images/noreka-izakaya-hero.jpg") center / cover no-repeat;
}

.nt-restaurant-hero__copy {
  max-width: 680px;
}

.nt-restaurant-hero h1 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.18;
  font-weight: 900;
}

.nt-restaurant-hero p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 16px;
}

.nt-restaurant-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.nt-secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.nt-reserve-panel {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--nt-ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.nt-reserve-panel h2 {
  margin: 0 0 14px;
  font-size: 18px;
}

.nt-reserve-panel form {
  display: grid;
  gap: 10px;
}

.nt-reserve-panel label {
  display: grid;
  gap: 5px;
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 800;
}

.nt-reserve-panel input,
.nt-reserve-panel select {
  min-height: 42px;
  width: 100%;
  border: 1px solid var(--nt-line);
  border-radius: 4px;
  padding: 0 10px;
  background: #fff;
  color: var(--nt-ink);
}

.nt-reserve-panel button {
  min-height: 46px;
  border: 0;
  border-radius: 4px;
  background: var(--nt-blue);
  color: #fff;
  font-weight: 900;
}

.nt-reserve-panel p {
  margin: 12px 0 0;
  color: var(--nt-muted);
  font-size: 12px;
}

.nt-visit-strip,
.nt-restaurant-jump,
.nt-coupon-section {
  max-width: var(--nt-container);
  margin: 16px auto 0;
}

.nt-visit-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--nt-line);
  border-radius: var(--nt-radius);
  background: #fff;
  overflow: hidden;
}

.nt-visit-strip div {
  min-height: 94px;
  padding: 16px;
  border-right: 1px solid var(--nt-line);
}

.nt-visit-strip div:last-child {
  border-right: 0;
}

.nt-visit-strip span,
.nt-visit-strip small {
  display: block;
  color: var(--nt-muted);
  font-size: 11px;
  font-weight: 800;
}

.nt-visit-strip strong {
  display: block;
  margin: 5px 0 2px;
  font-size: 16px;
  line-height: 1.45;
}

.nt-restaurant-jump {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nt-restaurant-jump a {
  flex: 1 0 auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--nt-line);
  border-radius: 4px;
  background: #fff;
  color: var(--nt-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.nt-coupon-section {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid rgba(184, 102, 26, 0.28);
  border-radius: var(--nt-radius);
  background: #fff8ed;
}

.nt-coupon-section h2,
.nt-coupon-section p {
  margin: 0;
}

.nt-coupon-section p {
  margin-top: 6px;
  color: var(--nt-muted);
  font-size: 13px;
}

.nt-coupon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.nt-coupon-grid article {
  padding: 16px;
  border: 1px dashed rgba(184, 102, 26, 0.45);
  border-radius: 6px;
  background: #fff;
}

.nt-coupon-grid span,
.nt-course-grid span,
.nt-menu-grid span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--nt-amber);
  font-size: 11px;
  font-weight: 900;
}

.nt-coupon-grid strong {
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.nt-coupon-grid small {
  display: block;
  margin-top: 8px;
  color: var(--nt-muted);
  font-size: 11px;
}

.nt-course-grid,
.nt-menu-grid {
  display: grid;
  gap: 16px;
}

.nt-course-grid {
  grid-template-columns: repeat(2, 1fr);
}

.nt-course-grid article {
  display: grid;
  grid-template-columns: 42% minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--nt-line);
  border-radius: var(--nt-radius);
  background: #fff;
}

.nt-course-grid article > div:last-child,
.nt-menu-grid article {
  padding: 18px;
}

.nt-course-grid h3,
.nt-menu-grid h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.45;
}

.nt-course-grid p,
.nt-menu-grid p {
  margin: 0;
  color: var(--nt-muted);
  font-size: 13px;
}

.nt-course-grid strong,
.nt-menu-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--nt-blue-dark);
  font-size: 20px;
  font-weight: 900;
}

.nt-course-grid a {
  display: inline-flex;
  min-height: 40px;
  margin-top: 12px;
  padding: 0 14px;
  align-items: center;
  border-radius: 4px;
  background: var(--nt-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.nt-course-image,
.nt-menu-image,
.nt-photo {
  min-height: 180px;
  background-position: center;
  background-size: cover;
}

.nt-course-image--main,
.nt-menu-image--yakitori,
.nt-photo--yakitori {
  background-image: url("../images/noreka-yakitori-menu.jpg");
}

.nt-course-image--table,
.nt-photo--counter {
  background-image: url("../images/noreka-counter-seats.jpg");
}

.nt-menu-image--dashimaki,
.nt-menu-image--beer,
.nt-photo--hero {
  background-image: url("../images/noreka-izakaya-hero.jpg");
}

.nt-menu-grid {
  grid-template-columns: repeat(3, 1fr);
}

.nt-menu-grid article {
  border: 1px solid var(--nt-line);
  border-radius: var(--nt-radius);
  background: #fff;
  overflow: hidden;
  padding: 0;
}

.nt-menu-grid article > :not(.nt-menu-image) {
  margin-left: 18px;
  margin-right: 18px;
}

.nt-menu-grid article > strong {
  margin-bottom: 18px;
}

.nt-menu-image {
  min-height: 170px;
  margin-bottom: 16px;
}

.nt-photo-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  gap: 12px;
}

.nt-photo {
  min-height: 240px;
  border-radius: 6px;
}

.nt-photo--hero {
  min-height: 330px;
}

.nt-access-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
}

.nt-access-section dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--nt-line);
}

.nt-access-section dl div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--nt-line);
}

.nt-access-section dt {
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 900;
}

.nt-access-section dd {
  margin: 0;
  font-weight: 800;
}

.nt-map-placeholder {
  min-height: 280px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 8px;
  border: 1px solid var(--nt-line);
  border-radius: var(--nt-radius);
  background:
    linear-gradient(135deg, rgba(8, 117, 108, 0.1), rgba(184, 102, 26, 0.1)),
    repeating-linear-gradient(45deg, #fff, #fff 18px, #f2f5f2 18px, #f2f5f2 36px);
  text-align: center;
}

.nt-map-placeholder strong {
  color: var(--nt-blue-dark);
  font-size: 30px;
  font-weight: 900;
}

.nt-map-placeholder span,
.nt-map-placeholder a {
  font-size: 13px;
  font-weight: 900;
}

.nt-map-placeholder a {
  color: var(--nt-blue-dark);
}

.nt-article-shop-table {
  margin: 28px 0;
  padding: 22px;
  border: 1px solid var(--nt-line);
  border-radius: var(--nt-radius);
  background: #fff;
}

.nt-article-shop-table h2 {
  margin: 0 0 14px;
  font-size: 20px;
}

.nt-article-shop-table dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--nt-line);
}

.nt-article-shop-table dl div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--nt-line);
}

.nt-article-shop-table dt {
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 900;
}

.nt-article-shop-table dd {
  margin: 0;
  font-weight: 800;
}

.nt-mobile-reserve-bar {
  position: fixed;
  z-index: 60;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--nt-line);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -10px 24px rgba(17, 25, 23, 0.12);
}

.nt-mobile-reserve-bar a {
  min-height: 56px;
  display: grid;
  place-items: center;
  color: var(--nt-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.nt-mobile-reserve-bar a:nth-child(2) {
  background: var(--nt-blue);
  color: #fff;
}

@media (max-width: 900px) {
  .nt-restaurant-hero,
  .nt-coupon-section,
  .nt-course-grid article,
  .nt-access-section {
    grid-template-columns: 1fr;
  }

  .nt-restaurant-hero {
    min-height: auto;
    padding: 32px 20px;
  }

  .nt-reserve-panel {
    margin-top: 10px;
  }

  .nt-visit-strip,
  .nt-menu-grid,
  .nt-photo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nt-course-grid,
  .nt-coupon-grid {
    grid-template-columns: 1fr;
  }

  .nt-access-section {
    gap: 16px;
  }

  .nt-mobile-reserve-bar {
    display: grid;
  }
}

@media (max-width: 560px) {
  .nt-restaurant-home {
    padding-bottom: 88px;
  }

  .nt-restaurant-hero h1 {
    font-size: 32px;
  }

  .nt-visit-strip,
  .nt-menu-grid,
  .nt-photo-grid {
    grid-template-columns: 1fr;
  }

  .nt-visit-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--nt-line);
  }

  .nt-visit-strip div:last-child {
    border-bottom: 0;
  }

  .nt-access-section dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .nt-article-shop-table dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

.shell.public-site {
  background: var(--nt-bg);
  min-height: 100vh;
}

.wp-site-blocks > header.wp-block-template-part:first-child {
  display: none;
}

.wp-site-blocks > main.shell.public-site,
.wp-site-blocks > footer.wp-block-template-part {
  margin-block-start: 0;
}

.hero.editorial-hero {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
  gap: 32px;
  align-items: end;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.hero-copy .lead {
  margin: 0;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button small {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  font-weight: 700;
  opacity: 0.78;
}

.hero-decision-panel > span,
.hero-decision-panel > strong {
  display: block;
}

.hero-decision-panel > span {
  color: var(--nt-blue);
  font-size: 12px;
  font-weight: 900;
}

.hero-decision-panel > strong {
  margin: 4px 0 14px;
  color: var(--nt-ink);
  font-size: 20px;
  line-height: 1.35;
}

.hero-decision-panel dl {
  display: grid;
  gap: 0;
  margin: 0;
  border-top: 1px solid var(--nt-line);
}

.hero-decision-panel dl div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--nt-line);
}

.hero-decision-panel dt {
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 900;
}

.hero-decision-panel dd {
  margin: 0;
  color: var(--nt-ink);
  font-size: 13px;
  font-weight: 800;
}

.site-jumpbar {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.section .inner {
  width: 100%;
}

.section-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}

.section-heading.compact-heading {
  max-width: 680px;
}

.muted,
.section-heading .muted,
.access-section .muted {
  color: var(--nt-muted);
}

.scene-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.scene-card {
  position: relative;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px;
  padding: 20px;
  color: #ffffff;
  background:
    linear-gradient(0deg, rgba(17, 25, 23, 0.82), rgba(17, 25, 23, 0.14) 68%),
    url("../images/noreka-yakitori-menu.jpg") center / cover no-repeat;
}

.scene-card:nth-child(2) {
  background-image:
    linear-gradient(0deg, rgba(17, 25, 23, 0.82), rgba(17, 25, 23, 0.12) 68%),
    url("../images/noreka-izakaya-hero.jpg");
}

.scene-card:nth-child(3) {
  background-image:
    linear-gradient(0deg, rgba(17, 25, 23, 0.82), rgba(17, 25, 23, 0.12) 68%),
    url("../images/noreka-counter-seats.jpg");
}

.scene-card:nth-child(4) {
  background-image:
    linear-gradient(0deg, rgba(17, 25, 23, 0.82), rgba(17, 25, 23, 0.12) 68%),
    url("../images/noreka-izakaya-hero.jpg");
}

.scene-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(8px);
}

.scene-card strong {
  font-size: 17px;
  line-height: 1.55;
}

.menu-showcase {
  display: grid;
}

.menu-showcase.nt-menu-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.menu-tile {
  min-width: 0;
}

.menu-tile .badge {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--nt-amber);
  font-size: 11px;
  font-weight: 900;
}

.menu-tile small {
  display: block;
  color: var(--nt-muted);
  font-size: 13px;
  line-height: 1.65;
}

.menu-tile p {
  margin: 12px 0 0;
  color: var(--nt-blue-dark);
  font-size: 18px;
  font-weight: 900;
}

.menu-category-list {
  margin-top: 28px;
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
}

.menu-category-list h3 {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid var(--nt-line);
  font-size: 20px;
}

.menu-category-list section {
  padding: 18px 20px;
  border-bottom: 1px solid var(--nt-line);
}

.menu-category-list section:last-child {
  border-bottom: 0;
}

.menu-category-list h4 {
  margin: 0 0 10px;
  color: var(--nt-blue-dark);
  font-size: 15px;
  font-weight: 900;
}

.list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-top: 1px solid var(--nt-line);
}

.list li:first-child {
  border-top: 0;
}

.list strong {
  color: var(--nt-blue-dark);
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 28px;
}

.row-heading h2 {
  margin: 0 0 16px;
  font-size: 24px;
}

.stack {
  display: grid;
  gap: 12px;
}

.news-line,
.story-card {
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
}

.news-line time {
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 900;
}

.news-line strong,
.story-card h3 {
  display: block;
  margin: 4px 0 6px;
  font-size: 17px;
}

.news-line p,
.story-card p {
  margin: 0;
  color: var(--nt-muted);
  font-size: 13px;
}

.story-card a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--nt-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.about-gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  align-items: center;
}

.about-gallery .lead,
.access-section .lead {
  color: var(--nt-muted);
  font-size: 16px;
  line-height: 1.9;
}

.gallery-rail {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
}

.gallery-rail .nt-photo:first-child {
  grid-row: span 2;
  min-height: 460px;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 28px;
  align-items: start;
}

.access-details {
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
}

.access-details h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.special-days {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--nt-line);
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 900px) {
  .hero-content,
  .scene-grid,
  .editorial-grid,
  .about-gallery-layout,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scene-card {
    min-height: 210px;
  }

  .gallery-rail .nt-photo:first-child {
    min-height: 280px;
  }

  .mobile-action-bar {
    display: grid;
  }
}

@media (max-width: 560px) {
  .scene-grid,
  .gallery-rail {
    grid-template-columns: 1fr;
  }

  .scene-card {
    min-height: 220px;
  }

  .hero-decision-panel {
    display: none;
  }
}

/* Noreka CMS public-site fidelity pass */
:root {
  --nt-bg: #f6f7f5;
  --nt-soft: #edf6f2;
  --nt-ink: #111917;
  --nt-muted: #5f6b67;
  --nt-line: #dce2dc;
  --nt-blue: #08756c;
  --nt-blue-dark: #063f3b;
  --nt-green: #08756c;
  --nt-amber: #b8661a;
  --nt-radius: 8px;
  --nt-container: 1180px;
}

body {
  background: var(--nt-bg);
  color: var(--nt-ink);
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
  overflow-x: clip;
}

.nt-utility {
  height: 34px;
  background: #ffffff;
  border-bottom: 1px solid var(--nt-line);
  color: var(--nt-muted);
}

.nt-masthead {
  position: sticky;
  z-index: 40;
  top: 0;
  height: 66px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--nt-line);
  backdrop-filter: blur(18px);
}

.nt-brand__mark {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: var(--nt-blue);
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(8, 117, 108, 0.22);
}

.nt-brand strong {
  font-size: 18px;
  line-height: 1.2;
}

.nt-brand small {
  color: var(--nt-muted);
  font-size: 11px;
}

.nt-desktop-nav,
.nt-utility nav {
  gap: 8px;
}

.nt-desktop-nav a,
.nt-utility nav a,
.nt-search-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--nt-ink);
  font-size: 13px;
  font-weight: 800;
}

.nt-desktop-nav a:hover,
.nt-utility nav a:hover,
.nt-search-link:hover {
  background: var(--nt-soft);
  color: var(--nt-blue-dark);
}

.nt-search-link {
  border-color: var(--nt-line);
  background: #ffffff;
}

.nt-category-rail {
  height: 48px;
  background: #ffffff;
  border-bottom: 1px solid var(--nt-line);
}

.nt-category-rail a,
.nt-category-rail .nt-menu-list a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 0 10px;
  color: var(--nt-muted);
  font-size: 13px;
  font-weight: 900;
}

.nt-category-rail a:hover,
.nt-category-rail .nt-menu-list a:hover {
  background: var(--nt-soft);
  color: var(--nt-blue-dark);
}

.nt-home.nt-restaurant-home {
  max-width: 100vw;
  padding: 0 0 80px;
  background: var(--nt-bg);
}

.nt-restaurant-hero {
  max-width: none;
  min-height: min(760px, calc(100svh - 66px));
  margin: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(40px, 8vw, 96px) clamp(20px, 6vw, 72px);
  background:
    linear-gradient(90deg, rgba(17, 25, 23, 0.82), rgba(17, 25, 23, 0.26) 52%, rgba(17, 25, 23, 0.7)),
    url("../images/noreka-izakaya-hero.jpg") center / cover no-repeat;
}

.nt-restaurant-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(0deg, rgba(17, 25, 23, 0.58), transparent);
}

.nt-restaurant-hero > * {
  position: relative;
  z-index: 1;
}

.nt-restaurant-hero__copy {
  max-width: 760px;
}

.nt-restaurant-hero h1 {
  max-width: 760px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(40px, 8vw, 86px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.nt-restaurant-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.75;
}

.nt-restaurant-actions {
  gap: 12px;
  margin-top: 28px;
}

.nt-primary-button,
.nt-secondary-button,
.nt-reserve-panel button,
.nt-course-grid a,
.nt-map-placeholder a {
  min-height: 48px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
}

.nt-primary-button,
.nt-reserve-panel button,
.nt-course-grid a {
  background: var(--nt-blue);
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(8, 117, 108, 0.22);
}

.nt-primary-button:hover,
.nt-reserve-panel button:hover,
.nt-course-grid a:hover {
  background: var(--nt-blue-dark);
}

.nt-secondary-button {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.nt-reserve-panel {
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 72px rgba(17, 25, 23, 0.28);
}

.nt-reserve-panel h2 {
  color: var(--nt-ink);
  font-size: 20px;
  font-weight: 900;
}

.nt-reserve-panel input,
.nt-reserve-panel select {
  min-height: 44px;
  border-radius: 6px;
  border-color: #cfd8d4;
}

.nt-visit-strip,
.nt-restaurant-jump,
.nt-coupon-section,
.nt-home-section {
  width: min(calc(100% - 40px), var(--nt-container));
  max-width: var(--nt-container);
}

.nt-visit-strip {
  margin-top: -32px;
  position: relative;
  z-index: 5;
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(17, 25, 23, 0.12);
}

.nt-visit-strip div {
  min-height: 104px;
  padding: 18px 20px;
  background: #ffffff;
}

.nt-visit-strip span,
.nt-visit-strip small {
  color: var(--nt-muted);
  font-size: 12px;
}

.nt-visit-strip strong {
  color: var(--nt-ink);
  font-size: 16px;
}

.nt-restaurant-jump {
  height: auto;
  margin-top: 18px;
  gap: 10px;
}

.nt-restaurant-jump a {
  min-height: 46px;
  border-radius: 6px;
  border-color: var(--nt-line);
  background: #ffffff;
  color: var(--nt-blue-dark);
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.nt-coupon-section,
.nt-home-section {
  margin-top: 28px;
  border-radius: 8px;
  border-color: var(--nt-line);
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.nt-coupon-section {
  background: #fff8ed;
  border-color: rgba(184, 102, 26, 0.26);
  padding: 24px;
}

.nt-home-section {
  padding: clamp(24px, 4vw, 44px);
  background: #ffffff;
}

.nt-section-heading h2,
.nt-coupon-section h2,
.nt-access-section h2,
.nt-trust h2 {
  color: var(--nt-ink);
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.22;
  font-weight: 900;
}

.nt-section-heading a {
  color: var(--nt-blue-dark);
}

.nt-course-grid,
.nt-menu-grid,
.nt-photo-grid {
  gap: 18px;
}

.nt-course-grid article,
.nt-menu-grid article,
.nt-coupon-grid article,
.nt-article-shop-table,
.nt-sidebar-policy,
.nt-sidebar-popular,
.nt-widget,
.nt-search-box,
.nt-ranking,
.nt-editor {
  border-color: var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.nt-course-grid article,
.nt-menu-grid article {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.nt-course-grid article:hover,
.nt-menu-grid article:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(17, 25, 23, 0.1);
}

.nt-course-image,
.nt-menu-image,
.nt-photo {
  background-color: var(--nt-soft);
}

.nt-course-grid h3,
.nt-menu-grid h3 {
  color: var(--nt-ink);
  font-weight: 900;
}

.nt-course-grid span,
.nt-menu-grid span,
.nt-coupon-grid span {
  color: var(--nt-amber);
}

.nt-course-grid strong,
.nt-menu-grid strong {
  color: var(--nt-blue-dark);
}

.nt-photo-section {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-inline: 0;
}

.nt-photo-grid {
  align-items: stretch;
}

.nt-photo {
  border-radius: 8px;
  overflow: hidden;
}

.nt-access-section {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  background: #ffffff;
}

.nt-access-section dl div,
.nt-article-shop-table dl div {
  border-color: var(--nt-line);
}

.nt-map-placeholder {
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(8, 117, 108, 0.12), rgba(184, 102, 26, 0.1)),
    repeating-linear-gradient(45deg, #ffffff, #ffffff 18px, #f2f5f2 18px, #f2f5f2 36px);
}

.nt-trust {
  margin-top: 34px;
  background: #ffffff;
}

.nt-trust p {
  border-left-color: var(--nt-blue);
}

.nt-mobile-reserve-bar {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.nt-mobile-reserve-bar a:nth-child(2) {
  background: var(--nt-blue);
}

.nt-footer-premium {
  background: #111917;
}

.footer.nt-footer-premium {
  padding: 28px 20px;
  background: #111917;
  color: #ffffff;
}

.footer .inner.status-line {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
}

.footer .inner.status-line strong {
  flex: none;
  font-size: 18px;
  font-weight: 900;
}

.footer .inner.status-line span {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.7;
}

.nt-public-subpage {
  min-height: calc(100vh - 78px);
  padding: 0;
  background: var(--nt-bg);
}

.nt-public-subpage .section {
  padding: clamp(44px, 8vw, 92px) 20px;
}

.nt-public-subpage .inner,
.blog-post-layout,
.listing-layout {
  width: min(100%, 980px);
  margin: 0 auto;
}

.listing-layout {
  width: min(100%, 1180px);
}

.blog-post-layout {
  display: grid;
  gap: 22px;
}

.blog-post-header,
.listing-header {
  display: grid;
  gap: 10px;
}

.blog-post-header h1,
.listing-header h1,
.listing-header .wp-block-query-title,
.not-found-panel h1 {
  margin: 0;
  color: var(--nt-ink);
  font-size: clamp(38px, 7vw, 72px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.listing-header {
  margin-bottom: 28px;
}

.eyebrow {
  margin: 0;
  color: var(--nt-blue);
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 900;
}

.panel,
.blog-post-body {
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(22px, 4vw, 44px);
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.blog-post-body {
  color: var(--nt-ink);
  font-size: 16px;
  line-height: 1.9;
}

.blog-post-body > * + * {
  margin-top: 18px;
}

.blog-post-body h2 {
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--nt-ink);
  font-size: 28px;
  line-height: 1.3;
}

.blog-post-body p {
  margin-bottom: 0;
}

.blog-post-body img,
.nt-article-featured img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.nt-article-featured {
  margin: 0;
}

.nt-article-featured img {
  aspect-ratio: 16 / 9;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.listing-layout .wp-block-query,
.listing-layout .wp-block-search {
  margin-top: 22px;
}

.listing-layout .wp-block-query > p,
.listing-layout .wp-block-query-no-results,
.listing-layout .wp-block-query-pagination {
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.listing-layout .wp-block-query-pagination {
  margin-top: 18px;
}

.story-card,
.news-line {
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.story-card h2,
.news-line h2 {
  margin: 6px 0 8px;
  color: var(--nt-ink);
  font-size: 20px;
  line-height: 1.45;
}

.story-card h2 a,
.news-line h2 a {
  color: inherit;
  text-decoration: none;
}

.story-card .wp-block-post-date,
.news-line .wp-block-post-date {
  color: var(--nt-muted);
  font-size: 12px;
  font-weight: 900;
}

.story-card .wp-block-post-excerpt,
.news-line .wp-block-post-excerpt {
  color: var(--nt-muted);
  font-size: 13px;
  line-height: 1.75;
}

.story-card .wp-block-read-more,
.story-card .button,
.blog-post-layout > .button,
.not-found-panel .button,
.access-details .button {
  width: fit-content;
  color: var(--nt-blue-dark);
  text-decoration: none;
}

.wp-block-search__inside-wrapper {
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 6px;
}

.wp-block-search__input {
  border: 0;
  min-height: 44px;
  padding: 0 12px;
}

.wp-block-search__button {
  border: 0;
  border-radius: 6px;
  background: var(--nt-blue);
  color: #ffffff;
  font-weight: 900;
}

.not-found-panel {
  display: grid;
  gap: 18px;
  text-align: left;
}

.not-found-panel p {
  max-width: 640px;
  margin: 0;
  color: var(--nt-muted);
  line-height: 1.8;
}

.not-found-panel .cta-row {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .nt-public-subpage .section {
    padding: 36px 16px 72px;
  }

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

  .blog-post-header h1,
  .listing-header h1,
  .listing-header .wp-block-query-title,
  .not-found-panel h1 {
    font-size: 40px;
  }
}

@media (max-width: 900px) {
  .nt-masthead {
    height: 64px;
  }

  .nt-restaurant-hero {
    min-height: calc(100svh - 104px);
    grid-template-columns: 1fr;
    padding: 44px 20px 32px;
  }

  .nt-restaurant-hero h1 {
    font-size: clamp(40px, 12vw, 62px);
  }

  .nt-reserve-panel {
    display: none;
  }

  .nt-visit-strip {
    margin-top: 0;
    width: 100%;
    border-inline: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .nt-restaurant-jump,
  .nt-coupon-section,
  .nt-home-section {
    width: min(calc(100% - 32px), var(--nt-container));
  }

  .footer .inner.status-line {
    display: grid;
  }
}

@media (max-width: 560px) {
  .nt-restaurant-hero {
    min-height: 640px;
  }

  .nt-restaurant-actions {
    display: grid;
  }

  .nt-primary-button,
  .nt-secondary-button {
    width: 100%;
  }

  .nt-section-heading {
    display: grid;
    gap: 8px;
  }
}

/* Noreka CMS exactness pass: keep this block last so older theme styles cannot win. */
.shell {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: clip;
  background: var(--nt-bg);
  overscroll-behavior-x: none;
}

.shell .section {
  padding: 56px 20px;
}

.shell .inner {
  width: 100%;
  max-width: var(--nt-container);
  margin-inline: auto;
}

.hero.editorial-hero.nt-restaurant-hero {
  min-height: min(100svh, 860px);
  display: grid;
  align-items: end;
  padding: 0;
  background-color: var(--nt-ink);
  background-image: none;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

.hero.editorial-hero.nt-restaurant-hero > img {
  grid-column: 1;
  grid-row: 1;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.05);
}

.hero.editorial-hero.nt-restaurant-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 25%, rgba(255, 255, 255, 0.08), transparent 28rem),
    linear-gradient(90deg, rgba(17, 25, 23, 0.9), rgba(17, 25, 23, 0.72) 42%, rgba(17, 25, 23, 0.18)),
    linear-gradient(rgba(17, 25, 23, 0.08) 46%, rgba(17, 25, 23, 0.86));
}

.hero.editorial-hero .hero-content {
  grid-column: 1 / -1;
  grid-row: 1;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(0, 700px) 520px;
  gap: 48px;
  margin-inline: 0;
  padding: 0 64px 42px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  align-items: flex-end;
}

.hero-copy h1 {
  max-width: 768px;
  margin-bottom: 18px;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(56px, 5vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
}

.hero-copy .lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.75;
}

.button svg,
.mobile-action-bar svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.button span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.hero-decision-panel.nt-reserve-panel {
  display: grid;
  align-content: flex-start;
  gap: 16px;
  padding: 4px 0 4px 28px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-decision-panel.nt-reserve-panel > span {
  display: inline-flex;
  width: fit-content;
  margin: 0;
  border-radius: 0;
  background: #b22a1d;
  padding: 4px 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
}

.hero-decision-panel.nt-reserve-panel > strong {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
}

.hero-decision-panel.nt-reserve-panel dl,
.hero-decision-panel.nt-reserve-panel dl div {
  border-color: rgba(255, 255, 255, 0.2);
}

.hero-decision-panel.nt-reserve-panel dt {
  color: #d8a24a;
}

.hero-decision-panel.nt-reserve-panel dd {
  color: #ffffff;
  font-weight: 700;
}

.nt-restaurant-actions .button {
  min-height: 60px;
  padding: 12px 22px;
}

.nt-restaurant-actions .warm,
.nt-restaurant-actions .nt-primary-button {
  border-color: #d99a2b;
  background: #d99a2b;
  color: #1d1208;
  box-shadow: 0 10px 30px rgba(201, 138, 50, 0.24);
}

.nt-restaurant-actions .hero-secondary,
.nt-restaurant-actions .nt-secondary-button {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  box-shadow: none;
}

.hero-visit-strip.nt-visit-strip {
  grid-column: 1 / -1;
  grid-row: 2;
  justify-self: center;
  width: 100%;
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.42);
}

@media (min-width: 901px) {
  .hero-visit-strip.nt-visit-strip {
    display: none;
  }
}

.hero-visit-strip.nt-visit-strip div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  min-width: 0;
  padding: 16px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
}

.hero-visit-strip.nt-visit-strip div:last-child {
  border-right: 0;
}

.hero-visit-strip.nt-visit-strip svg {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  color: #ffffff;
}

.hero-visit-strip.nt-visit-strip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}

.hero-visit-strip.nt-visit-strip strong {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.55;
}

.quick-info {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  display: grid;
  border-bottom: 1px solid var(--nt-line);
  background: #ffffff;
}

.site-jumpbar.nt-restaurant-jump {
  width: 100%;
  max-width: none;
  margin: 0;
  justify-content: center;
  gap: 8px;
  border-bottom: 1px solid var(--nt-line);
  background: #ffffff;
  padding: 12px 40px;
}

.site-jumpbar.nt-restaurant-jump a {
  min-height: 40px;
  border: 0;
  box-shadow: none;
}

.scene-grid {
  gap: 12px;
}

.scene-section.nt-home-section {
  background: #211816;
  color: #ffffff;
}

.scene-section .nt-section-heading h2,
.scene-section h2 {
  color: #ffffff;
}

.scene-section .muted {
  color: rgba(255, 255, 255, 0.72);
}

.scene-card {
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.menu-editorial {
  max-width: var(--nt-container);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
}

.menu-editorial .section-heading {
  grid-column: 1 / -1;
}

.menu-showcase.nt-menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.menu-tile {
  display: grid;
  grid-template-columns: 144px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 12px;
  box-shadow: 0 1px 2px rgba(17, 25, 23, 0.04);
}

.menu-tile img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.menu-category-list {
  margin-top: 0;
  border-width: 0 0 0 1px;
  border-radius: 0;
  padding-left: 28px;
  background: transparent;
  overflow: visible;
}

.editorial-grid {
  max-width: var(--nt-container);
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editorial-row.nt-home-section {
  border-top: 1px solid var(--nt-line);
  border-bottom: 1px solid var(--nt-line);
  background: #ffffff;
}

.editorial-row .news-line {
  display: grid;
  gap: 8px;
  padding: 0 0 16px;
  border-width: 0 0 1px;
  border-color: var(--nt-line);
  border-radius: 0;
  box-shadow: none;
}

.editorial-row .news-line:last-child {
  border-bottom: 0;
}

.editorial-row .story-card {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 150px;
}

.about-gallery-layout {
  max-width: var(--nt-container);
  gap: 32px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.access-layout {
  max-width: var(--nt-container);
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 420px;
}

.mobile-action-bar.nt-mobile-reserve-bar {
  background: #211816;
  border-color: #211816;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.3);
}

.mobile-action-bar.nt-mobile-reserve-bar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #ffffff;
  border-color: #4a3832;
}

.mobile-action-bar.nt-mobile-reserve-bar svg {
  color: #d8b06a;
}

.footer,
.footer.nt-footer-premium {
  padding: 32px 20px 96px;
  background: var(--nt-ink);
  color: #ffffff;
}

.blog-post-layout {
  max-width: 768px;
  gap: 20px;
}

.blog-post-header,
.blog-post-body {
  max-width: 768px;
}

.blog-post-body {
  line-height: 2;
}

.blog-post-body .wp-block-post-content {
  display: contents;
}

.blog-post-layout > .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 14px;
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--nt-ink);
  font-size: 14px;
  font-weight: 800;
}

.blog-post-layout > .button svg {
  width: 16px;
  height: 16px;
}

.blog-post-body img,
.blog-post-body .wp-block-image img,
.nt-article-featured img {
  display: block;
  width: 100%;
  max-height: 520px;
  margin-block: 20px;
  border-radius: 8px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .shell .section {
    padding: 80px 56px;
  }
}

@media (max-width: 900px) {
  .hero.editorial-hero .hero-content,
  .menu-editorial,
  .editorial-grid,
  .about-gallery-layout,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .hero.editorial-hero .hero-content {
    padding: 88px 20px 32px;
  }

  .hero-visit-strip.nt-visit-strip {
    grid-template-columns: 1fr;
  }

  .hero-visit-strip.nt-visit-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .hero-visit-strip.nt-visit-strip div:last-child {
    border-bottom: 0;
  }

  .menu-category-list {
    border-width: 1px 0 0;
    padding-top: 20px;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .hero.editorial-hero.nt-restaurant-hero {
    min-height: min(86svh, 720px);
  }

  .hero-copy h1 {
    font-size: 46px;
  }

  .menu-showcase.nt-menu-grid,
  .scene-grid {
    grid-template-columns: 1fr;
  }

  .hero-visit-strip.nt-visit-strip {
    width: 100%;
  }

  .hero-decision-panel.nt-reserve-panel {
    display: none;
  }

  .menu-tile {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .shell .section {
    padding: 52px 16px;
  }
}

/* Content hierarchy additions: special-hours notice and curated updates. */
.shell.public-site.nt-home.nt-restaurant-home .noreka-important-notice {
  display: grid;
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.3fr);
  gap: 24px;
  width: min(calc(100% - 48px), 1152px);
  margin: 32px auto 0;
  padding: 22px 24px;
  border-left: 4px solid var(--nt-amber);
  background: #fff7e9;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-important-notice > div,
.shell.public-site.nt-home.nt-restaurant-home .noreka-important-notice li {
  display: grid;
  gap: 4px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-important-notice ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shell.public-site.nt-home.nt-restaurant-home .nt-latest-updates {
  background: #fff;
}

.shell.public-site.nt-home.nt-restaurant-home .nt-latest-updates__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.shell.public-site.nt-home.nt-restaurant-home .nt-latest-update {
  padding: 24px;
  border: 1px solid var(--nt-line);
  border-radius: var(--nt-radius);
}

.shell.public-site.nt-home.nt-restaurant-home .nt-latest-update__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: var(--nt-muted);
  font-size: 0.85rem;
}

.shell.public-site.nt-home.nt-restaurant-home .nt-latest-update h3 {
  margin-block: 12px 8px;
}

.shell.public-site.nt-home.nt-restaurant-home .nt-latest-update p {
  margin: 0;
  color: var(--nt-muted);
}

@media (max-width: 760px) {
  .shell.public-site.nt-home.nt-restaurant-home .noreka-important-notice,
  .shell.public-site.nt-home.nt-restaurant-home .nt-latest-updates__list {
    grid-template-columns: 1fr;
  }
}

/* Web reservation request flow. */
.noreka-modal-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal[hidden] {
  display: none;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 24px;
  padding-bottom: max(24px, env(safe-area-inset-bottom));
  opacity: 0;
  transition: opacity 160ms ease;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal.is-open {
  opacity: 1;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 14, 12, 0.78);
  backdrop-filter: blur(3px);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1100px, 100%);
  max-height: calc(100dvh - 48px);
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid rgba(199, 144, 73, 0.7);
  background: #f7f1e7;
  box-shadow: 0 24px 80px rgba(15, 10, 8, 0.42);
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__dialog:focus {
  outline: 2px solid #c79049;
  outline-offset: 3px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__close {
  position: sticky;
  top: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 14px 14px -58px auto;
  padding: 0;
  border: 1px solid rgba(42, 36, 32, 0.28);
  border-radius: 0;
  background: rgba(255, 253, 249, 0.94);
  color: #2a2420;
  cursor: pointer;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__close:hover {
  border-color: #98502f;
  color: #98502f;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__close:focus-visible {
  outline: 3px solid #c79049;
  outline-offset: 2px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__close svg {
  width: 22px;
  height: 22px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal .noreka-reservation-section {
  padding: 52px 44px 40px;
  border: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal .noreka-reservation-layout {
  width: 100%;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-section {
  scroll-margin-top: 72px;
  border-top: 1px solid #d9cbbb;
  border-bottom: 1px solid #d9cbbb;
  background: #f3eee6;
  padding: 72px 20px 88px;
  color: #211d19;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-layout {
  max-width: 1100px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 8px 48px;
  align-items: end;
  padding-bottom: 28px;
  border-bottom: 1px solid #cdbda9;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-heading p {
  grid-column: 1 / -1;
  margin: 0;
  color: #98502f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-heading h2 {
  margin: 0;
  font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-heading > span {
  color: #625a51;
  font-size: 14px;
  line-height: 1.8;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-form {
  padding-top: 32px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 28px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid > label {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: #342d27;
  font-size: 14px;
  font-weight: 800;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid > label.is-wide {
  grid-column: 1 / -1;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid label > span {
  display: flex;
  gap: 8px;
  align-items: center;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid em,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid small {
  color: #98502f;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid input,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid select,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid #bfae9b;
  border-radius: 4px;
  background: #fffdfa;
  padding: 11px 13px;
  color: #211d19;
  font: inherit;
  font-size: 16px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid textarea {
  min-height: 112px;
  resize: vertical;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid input:focus,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid select:focus,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid textarea:focus,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-consent input:focus,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-submit button:focus {
  outline: 3px solid #d59a47;
  outline-offset: 3px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 24px;
  color: #4d463f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-consent a {
  color: #7f3f27;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-submit {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 28px;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-submit button {
  min-width: 260px;
  min-height: 52px;
  border: 1px solid #98502f;
  border-radius: 4px;
  background: #98502f;
  padding: 12px 24px;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-submit button:hover {
  background: #753a24;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-submit p {
  margin: 0;
  color: #6a6158;
  font-size: 12px;
  line-height: 1.7;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-notice {
  display: grid;
  gap: 5px;
  margin: 28px 0 0;
  border-left: 4px solid #27705e;
  background: #e8f2ed;
  padding: 16px 18px;
  color: #23443b;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-notice.is-error {
  border-left-color: #a43b32;
  background: #f8e9e7;
  color: #6f2a25;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-notice strong,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-notice span,
.shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-notice p {
  margin: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .noreka-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (max-width: 720px) {
  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal {
    padding: 16px;
    padding-top: max(16px, env(safe-area-inset-top));
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__dialog {
    width: 100%;
    max-height: calc(100dvh - 32px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal__close {
    top: 10px;
    margin: 10px 10px -54px auto;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal .noreka-reservation-section {
    padding: 46px 18px 30px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-section {
    scroll-margin-top: 64px;
    padding: 52px 16px 92px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-heading,
  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid {
    grid-template-columns: 1fr;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-heading {
    gap: 10px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-heading h2 {
    font-size: 34px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-grid > label.is-wide {
    grid-column: auto;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-submit {
    display: grid;
  }

  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-submit button {
    width: 100%;
    min-width: 0;
  }

  .shell.public-site.nt-home.nt-restaurant-home .back-to-top {
    display: none;
  }
}

/* Noreka CMS direct-media parity pass. */
.scene-card {
  isolation: isolate;
  display: grid;
  align-content: end;
  gap: 8px;
  background: #111917;
}

.scene-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(17, 25, 23, 0.84), rgba(17, 25, 23, 0.12) 70%);
}

.scene-card > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-card > svg {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 22px;
  height: 22px;
  color: rgba(255, 255, 255, 0.9);
}

.scene-card strong {
  padding-right: 28px;
}

.menu-category-list .list li {
  align-items: start;
  gap: 16px;
}

.menu-item-detail {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.menu-item-detail small {
  color: var(--nt-muted);
  font-size: 12px;
  line-height: 1.55;
}

.story-card > svg {
  width: 28px;
  height: 28px;
  color: var(--nt-green);
}

.story-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: var(--nt-green);
  font-weight: 900;
}

.story-card a svg {
  width: 16px;
  height: 16px;
}

.gallery-rail .nt-photo {
  width: 100%;
  height: 225px;
  min-height: 220px;
  object-fit: cover;
  border-radius: 8px;
  background: #111917;
}

.gallery-rail .nt-photo:first-child {
  height: 462px;
  min-height: 462px;
}

.map-embed {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--nt-line);
  border-radius: 8px;
  background: #edf1ec;
}

.map-embed iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.access-section .button svg {
  width: 16px;
  height: 16px;
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 35;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(17, 25, 23, 0.84);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(17, 25, 23, 0.22);
  backdrop-filter: blur(12px);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
}

.mobile-action-note {
  display: none;
}

@media (max-width: 900px) {
  .map-embed,
  .map-embed iframe {
    min-height: 320px;
    height: 320px;
  }

  .back-to-top {
    bottom: calc(78px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 560px) {
  .gallery-rail .nt-photo,
  .gallery-rail .nt-photo:first-child {
    height: 250px;
    min-height: 250px;
  }

  .scene-card > svg {
    right: 16px;
    bottom: 16px;
  }
}

/* Noreka CMS full-width band parity pass. */
.wp-site-blocks > main.shell {
  margin-block-start: 0;
  transform: translateY(-28px);
}

.hero.editorial-hero,
.hero.editorial-hero.nt-restaurant-hero {
  min-height: 78vh;
  height: 78vh;
  background: #2a1d14;
}

.hero.editorial-hero .hero-decision-panel {
  width: min(390px, 100%);
}

@media (min-width: 1024px) {
  .hero.editorial-hero .hero-content {
    grid-template-columns: minmax(0, 700px) 390px;
    column-gap: 48px;
  }

  .hero-copy h1 {
    font-size: 72px;
  }
}

.quick-info {
  width: 100%;
  max-width: none;
  min-height: 2px;
  margin: 0;
  border: 0;
  background: #211816;
  color: #ffffff;
}

.site-jumpbar.nt-restaurant-jump {
  width: 100%;
  max-width: none;
  min-height: 77px;
  margin: 0;
  padding: 16px 20px;
  gap: 28px;
  border: 0;
  background: #211816;
  color: #17120e;
}

.site-jumpbar.nt-restaurant-jump a {
  flex: 0 0 auto;
  min-height: 45px;
  padding: 0 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
}

.shell .section.nt-home-section,
.nt-home-section {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.shell .section.nt-home-section {
  padding: 80px 20px;
}

.scene-section.nt-home-section {
  background: #2a1d14;
}

.menu-section.nt-home-section {
  background: #f7f1e7;
}

.editorial-row.nt-home-section,
.access-section.nt-home-section {
  background: #f7f1e7;
}

.about-gallery.nt-home-section {
  background: #ffffff;
}

.footer,
.footer.nt-footer-premium {
  padding: 32px 56px;
  background: #211816;
}

.access-layout.nt-access-section {
  background: transparent;
}

.access-details {
  border-color: rgba(23, 18, 14, 0.12);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: none;
}

.access-layout {
  align-items: start;
}

.access-layout > div:first-child {
  grid-column: 1;
}

.access-section h2 {
  margin: 0 0 16px;
  font-size: 36px;
  line-height: 40px;
}

.access-section .lead {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 32px;
}

.access-section .muted {
  margin: 0;
  line-height: 24px;
}

.access-section .cta-row {
  gap: 10px;
  margin: 24px 0 0;
}

.access-section .button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
}

.access-details {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 374px;
  margin-top: 0;
  padding: 0 24px 24px 32px;
  border-radius: 6px;
  background: #fffaf1;
}

.map-embed,
.map-embed iframe {
  height: 422px;
  min-height: 422px;
}

.access-section .map-embed {
  margin-top: 24px;
}

.access-details .list li {
  min-height: 56px;
  align-items: center;
}

.special-days {
  margin-top: 20px;
}

@media (max-width: 900px) {
  .access-layout {
    display: block;
  }

  .access-section h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .map-embed,
  .map-embed iframe {
    height: 422px;
    min-height: 422px;
  }

  .access-details {
    min-height: 395px;
    margin-top: 32px;
    padding: 0 20px 24px;
  }
}

@media (min-width: 901px) {
  .footer .inner.status-line strong {
    line-height: 24px;
  }

  .footer .inner.status-line span {
    max-width: none;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {
  .footer,
  .footer.nt-footer-premium {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.back-to-top {
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  background: #211816;
  border-color: rgba(255, 255, 255, 0.18);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
}

.menu-showcase.nt-menu-grid {
  gap: 0 24px;
  align-content: start;
}

.menu-tile {
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.menu-tile:hover {
  transform: none;
  box-shadow: none;
}

.menu-tile img {
  width: 160px;
  height: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  aspect-ratio: auto;
  object-fit: cover;
}

.menu-tile > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: start;
  margin: 0;
  padding: 16px;
}

.menu-tile .badge {
  display: flex;
  width: 100%;
  margin: 0 6px 0 0;
  padding: 4px 10px;
  border-radius: 4px;
  background: #eadac4;
  color: #17120e;
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
}

.menu-tile h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
}

.menu-tile small {
  margin: 0;
  color: rgba(23, 18, 14, 0.72);
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.menu-tile p {
  margin: 0;
  color: #17120e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
}

@media (min-width: 901px) {
  .hero.editorial-hero,
  .hero.editorial-hero.nt-restaurant-hero {
    min-height: 78vh;
    height: 78vh;
  }

  .hero.editorial-hero.nt-restaurant-hero > img {
    opacity: 0.82;
    filter: saturate(1.02) contrast(1.02);
  }

  .hero.editorial-hero.nt-restaurant-hero::after {
    background:
      radial-gradient(circle at 78% 25%, rgba(255, 255, 255, 0.06), transparent 28rem),
      linear-gradient(90deg, rgba(17, 12, 8, 0.94), rgba(17, 12, 8, 0.74) 42%, rgba(17, 12, 8, 0.28) 68%, rgba(17, 12, 8, 0.42)),
      linear-gradient(rgba(17, 12, 8, 0.16) 35%, rgba(17, 12, 8, 0.84));
  }

  .nt-restaurant-actions .button {
    height: 60px;
    min-height: 60px;
    padding: 8px 20px;
    line-height: 1.3;
  }

  .button small {
    margin-top: 2px;
    line-height: 1.25;
  }
}

.menu-showcase.nt-menu-grid .menu-tile {
  height: 197px;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.menu-showcase.nt-menu-grid .menu-tile:nth-child(even) {
  height: 173px;
}

.menu-showcase.nt-menu-grid .menu-tile img {
  width: 160px;
  height: 100%;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  aspect-ratio: auto;
  object-fit: cover;
}

.menu-showcase.nt-menu-grid .menu-tile > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-content: start;
  height: 100%;
  margin: 0;
  padding: 16px;
}

@media (max-width: 720px) {
  .menu-showcase.nt-menu-grid .menu-tile,
  .menu-showcase.nt-menu-grid .menu-tile:nth-child(even) {
    height: 193px;
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .menu-showcase.nt-menu-grid .menu-tile:nth-child(even) {
    height: 169px;
  }

  .menu-showcase.nt-menu-grid .menu-tile img {
    width: 104px;
  }

  .menu-showcase.nt-menu-grid .menu-tile > div {
    padding: 14px;
  }
}

.nt-home-section > .inner {
  max-width: 1152px;
}

.scene-section .section-heading {
  display: block;
  max-width: 896px;
  margin-bottom: 24px;
}

.scene-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.scene-card {
  min-height: 256px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.scene-card span {
  display: block;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
}

.scene-card strong {
  display: flow-root;
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

@media (max-width: 720px) {
  .site-jumpbar.nt-restaurant-jump {
    min-height: 66px;
    padding-inline: 12px;
    gap: 12px;
  }

  .shell .section.nt-home-section {
    padding: 56px 20px;
  }

  .nt-home-section > .inner {
    max-width: none;
  }

  .scene-section .section-heading {
    margin-bottom: 24px;
  }

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

  .scene-card {
    height: 100px;
    min-height: 100px;
    padding: 16px 18px;
    overflow: hidden;
  }

  .scene-card:first-child {
    height: 220px;
    min-height: 220px;
    padding: 0;
  }

  .menu-showcase.nt-menu-grid {
    gap: 0;
  }

  .menu-tile {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .menu-tile img {
    width: 104px;
  }

  .menu-tile > div {
    padding: 14px;
  }

  .footer,
  .footer.nt-footer-premium {
    padding-bottom: 96px;
  }

  .back-to-top {
    right: 16px;
    bottom: calc(76px + env(safe-area-inset-bottom));
  }
}

/* Noreka CMS final full-page parity corrections. */
@media (min-width: 768px) {
  .shell .section.nt-home-section {
    padding: 80px 56px;
  }

  .menu-editorial,
  .editorial-grid,
  .about-gallery-layout,
  .access-layout {
    max-width: 1280px;
  }

  .nt-home-section > .inner.menu-editorial,
  .nt-home-section > .inner.editorial-grid,
  .nt-home-section > .inner.about-gallery-layout,
  .nt-home-section > .inner.access-layout {
    max-width: 1280px;
  }

  .scene-section .section-heading {
    height: 80px;
    line-height: 24px;
    overflow: hidden;
  }

  .menu-editorial .section-heading {
    height: 88px;
    overflow: hidden;
  }

  .menu-showcase.nt-menu-grid,
  .menu-category-list {
    min-height: 779px;
    height: 779px;
  }
}

.editorial-row.nt-home-section {
  background: #fffaf0;
}

.editorial-row .story-card {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.editorial-row .story-card > svg {
  color: #c88a32;
}

.editorial-row .news-line {
  background: transparent;
  line-height: 24px;
}

.editorial-row .story-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.editorial-row .story-card p {
  margin: 0;
  font-size: 14px;
  line-height: 28px;
}

.editorial-row .story-card a {
  min-height: 44px;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
}

.gallery-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.gallery-rail .nt-photo,
.gallery-rail .nt-photo:first-child {
  width: 100%;
  height: auto;
  min-height: 0;
  border-radius: 0;
  object-fit: cover;
}

.gallery-rail .nt-photo:first-child {
  grid-column: 1 / -1;
  aspect-ratio: 8 / 3;
}

.gallery-rail .nt-photo:not(:first-child) {
  aspect-ratio: 8 / 5;
}

.hero.editorial-hero.nt-restaurant-hero > img {
  opacity: 0.74;
  filter: saturate(1.02) contrast(1.04) brightness(0.82);
}

.hero.editorial-hero.nt-restaurant-hero::after {
  background:
    radial-gradient(circle at 78% 25%, rgba(255, 255, 255, 0.04), transparent 28rem),
    linear-gradient(90deg, rgba(17, 12, 8, 0.96), rgba(17, 12, 8, 0.78) 42%, rgba(17, 12, 8, 0.3) 68%, rgba(17, 12, 8, 0.48)),
    linear-gradient(rgba(17, 12, 8, 0.24) 35%, rgba(17, 12, 8, 0.9));
}

@media (min-width: 901px) {
  .nt-restaurant-actions {
    transform: translateY(-6px);
  }

  .nt-restaurant-actions .button {
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .nt-restaurant-actions .button:nth-child(1) {
    width: 194px;
  }

  .nt-restaurant-actions .button:nth-child(2) {
    width: 154px;
  }

  .nt-restaurant-actions .button:nth-child(3) {
    width: 150px;
  }

  .editorial-row .story-card {
    height: 164px;
    margin-top: 16px;
    overflow: hidden;
  }
}

@media (min-width: 1600px) {
  .editorial-row.nt-home-section {
    height: 495px;
    overflow: hidden;
  }
}

@media (max-width: 560px) {
  .hero.editorial-hero,
  .hero.editorial-hero.nt-restaurant-hero {
    min-height: 665px;
    height: 665px;
  }

  .quick-info {
    min-height: 6px;
    height: 6px;
  }

  .nt-restaurant-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 42px;
  }

  .nt-restaurant-actions .nt-primary-button {
    grid-column: 1 / -1;
  }

  .nt-restaurant-actions .button {
    height: 44px;
    min-height: 44px;
    padding: 6px 12px;
    gap: 8px;
    line-height: 1;
  }

  .nt-restaurant-actions .button span {
    font-size: 14px;
    line-height: 16px;
  }

  .nt-restaurant-actions .button small {
    font-size: 11px;
    line-height: 12px;
  }

  .hero-visit-strip.nt-visit-strip {
    margin-top: 14px;
  }

  .hero-visit-strip.nt-visit-strip div {
    min-height: 0;
    line-height: 24px;
  }

  .scene-section .section-heading {
    height: 96px;
    line-height: 24px;
    overflow: hidden;
  }

  .menu-section.nt-home-section {
    height: 1770px;
    overflow: hidden;
  }

  .menu-showcase.nt-menu-grid {
    min-height: 702px;
    height: 702px;
  }

  .menu-showcase.nt-menu-grid .menu-tile,
  .menu-showcase.nt-menu-grid .menu-tile:nth-child(odd) {
    height: 187px;
  }

  .menu-showcase.nt-menu-grid .menu-tile:nth-child(even) {
    height: 163px;
  }

  .gallery-rail {
    grid-template-columns: 1fr;
  }

  .gallery-rail .nt-photo,
  .gallery-rail .nt-photo:first-child {
    height: 219px;
    min-height: 219px;
    aspect-ratio: auto;
  }

  .gallery-rail .nt-photo:not(:first-child) {
    aspect-ratio: auto;
  }

  .about-gallery.nt-home-section {
    height: 1024px;
    overflow: hidden;
  }

  .footer,
  .footer.nt-footer-premium {
    height: 232px;
    padding-bottom: 78px;
  }
}

/* Noreka CMS final scroll-flow parity corrections. */
.wp-site-blocks {
  gap: 0;
}

body.home .wp-site-blocks,
body.front-page .wp-site-blocks {
  margin-top: -28px !important;
}

.wp-site-blocks > main.shell {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0;
  transform: none;
}

@media (max-width: 560px) {
  .wp-site-blocks > main.shell {
    padding-bottom: 76px;
  }

  .mobile-action-note {
    display: block;
    min-height: 18px;
    margin: 0;
    padding: 8px 12px;
    line-height: 2px;
  }

  .mobile-action-bar.nt-mobile-reserve-bar {
    overflow: hidden;
  }
}

/* Noreka CMS visual parity refinements. */
.nt-home {
  background: var(--wp--preset--color--noreka-paper, #fffaf0);
  color: var(--wp--preset--color--noreka-ink, #171514);
  line-height: 24px;
}

.hero.editorial-hero.nt-restaurant-hero > img {
  z-index: 0;
  opacity: 0.82;
  filter: saturate(1.04) contrast(1.03);
  object-position: center;
  transform: none;
}

.hero.editorial-hero.nt-restaurant-hero::after {
  z-index: 1;
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 78% 25%, rgba(0, 0, 0, 0.08), transparent 28rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.18)),
    linear-gradient(rgba(0, 0, 0, 0.08) 46%, rgba(0, 0, 0, 0.86));
}

.hero-copy h1 {
  max-width: 896px;
  margin: 0;
}

.hero-copy .lead {
  max-width: 672px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}

.hero.editorial-hero .hero-content {
  max-width: 1280px;
  grid-template-columns: minmax(0, 714px) 390px;
}

.nt-restaurant-actions .button {
  font-weight: 800;
}

.nt-restaurant-actions .warm,
.nt-restaurant-actions .nt-primary-button {
  background: var(--wp--preset--color--noreka-gold, #c98a32);
  border: 1px solid var(--wp--preset--color--noreka-gold, #c98a32);
}

@media (min-width: 901px) {
  .hero.editorial-hero,
  .hero.editorial-hero.nt-restaurant-hero {
    min-height: 78vh;
    height: 78vh;
  }

  .hero-copy h1,
  .hero-copy .lead {
    transform: translateY(-2px);
  }

  .hero-decision-panel.nt-reserve-panel {
    height: 242px;
    overflow: hidden;
    transform: translateY(-6px);
  }
}

.scene-grid {
  border-radius: 4px;
  overflow: hidden;
}

.shell.public-site,
.nt-home {
  background: #fffaf0;
}

.scene-card img {
  opacity: 0.78;
}

.menu-editorial .section-heading {
  max-width: 768px;
  height: 80px;
  overflow: hidden;
  margin-bottom: 28px;
  gap: normal;
}

.site-jumpbar.nt-restaurant-jump a {
  padding: 0 4px;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 560px) {
  .hero-copy .lead {
    max-width: 350px;
  }

  .hero.editorial-hero .hero-content {
    grid-template-columns: 1fr;
    padding: 96px 20px 36px;
  }

  .hero-copy h1 {
    font-size: 48px;
    line-height: 49.92px;
  }

  .hero-copy .lead {
    font-size: 18px;
    line-height: 32px;
  }

  .nt-restaurant-actions {
    gap: 8px;
    margin-top: 24px;
  }

  .nt-restaurant-actions .button {
    padding: 8px 12px;
    line-height: 20px;
  }

  .hero-visit-strip.nt-visit-strip {
    height: 211px;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 6px;
  }

  .site-jumpbar.nt-restaurant-jump {
    gap: 28px;
    padding-inline: 20px;
  }

  .mobile-action-bar.nt-mobile-reserve-bar a {
    padding: 8px;
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
    background: transparent;
  }

  .menu-editorial .section-heading {
    height: 96px;
  }

  .editorial-row.nt-home-section {
    height: 704px;
    overflow: hidden;
  }

  .footer,
  .footer.nt-footer-premium {
    padding-bottom: 96px;
  }

  .mobile-action-note {
    display: block;
    min-height: 18px;
    margin: 0;
    padding: 8px 12px;
    background: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 900;
  }

  .mobile-action-bar.nt-mobile-reserve-bar {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    height: 58px;
    min-height: 58px;
    border-radius: 6px;
  }
}

/* Noreka top-page quality hardening. */
.nt-home a:focus-visible,
.nt-home button:focus-visible,
.shell a:focus-visible,
.shell button:focus-visible,
.shell input:focus-visible,
.shell select:focus-visible,
.shell textarea:focus-visible,
.nt-mobile-menu summary:focus-visible {
  outline: 2px solid #d8b06a;
  outline-offset: 3px;
}

.nt-home img {
  background-color: #211816;
}

.scene-card,
.menu-tile,
.gallery-rail .nt-photo,
.mobile-action-bar.nt-mobile-reserve-bar a,
.back-to-top {
  transition:
    color 160ms ease,
    background-color 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    opacity 160ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .scene-card:hover,
  .menu-tile:hover {
    transform: translateY(-2px);
  }

  .gallery-rail .nt-photo:hover {
    opacity: 0.94;
  }

  .mobile-action-bar.nt-mobile-reserve-bar a:hover,
  .back-to-top:hover {
    background-color: #33241f;
  }

  .scene-card:hover img {
    opacity: 0.88;
  }

  .scene-card:hover > svg {
    transform: translateX(2px);
  }

  .menu-tile:hover img {
    opacity: 0.96;
  }
}

.menu-category-list,
.editorial-row .news-line,
.editorial-row .story-card,
.access-details {
  text-wrap: pretty;
}

.menu-category-list .list strong {
  flex: 0 0 auto;
  white-space: nowrap;
}

.hero-visit-strip.nt-visit-strip strong,
.menu-tile h3,
.menu-tile small,
.news-line strong,
.story-card h3,
.access-details strong {
  overflow-wrap: anywhere;
}

/* Keep the visit decision readable over photography and resilient to real data. */
@media (min-width: 901px) {
  .hero-decision-panel.nt-reserve-panel {
    height: auto;
    min-height: 242px;
    overflow: visible;
    padding: 24px 24px 24px 28px;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-decision-panel.nt-reserve-panel dl div {
    grid-template-columns: 86px minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    padding: 10px 0;
  }

  .hero-decision-panel.nt-reserve-panel dd {
    min-width: 0;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 700;
    text-wrap: pretty;
  }
}

@media (max-width: 560px) {
  .hero-visit-strip.nt-visit-strip {
    height: auto;
    min-height: 0;
    overflow: visible;
    background: rgba(8, 5, 3, 0.68);
  }

  .hero-visit-strip.nt-visit-strip div {
    padding-block: 14px;
  }

  .hero-visit-strip.nt-visit-strip strong {
    line-height: 1.65;
    overflow-wrap: normal;
  }
}

@media (max-width: 560px) {
  .nt-restaurant-actions .button,
  .mobile-action-bar.nt-mobile-reserve-bar a {
    min-width: 0;
  }

  .nt-restaurant-actions .button span,
  .mobile-action-bar.nt-mobile-reserve-bar a {
    white-space: nowrap;
  }

  .menu-category-list .list li {
    align-items: start;
  }
}

/* Final design-quality pass: robust states and safer mobile content flow. */
.scene-card:focus-visible,
.mobile-action-bar.nt-mobile-reserve-bar a:focus-visible,
.back-to-top:focus-visible {
  outline: 2px solid #d8b06a;
  outline-offset: -4px;
}

.scene-card > svg {
  transition: transform 160ms ease;
}

.mobile-action-bar.nt-mobile-reserve-bar {
  bottom: calc(12px + env(safe-area-inset-bottom));
}

.mobile-action-bar.nt-mobile-reserve-bar a:active,
.back-to-top:active {
  transform: translateY(1px);
}

.nt-restaurant-actions .button span {
  white-space: nowrap;
}

.nt-restaurant-actions .nt-image-cta {
  position: relative;
  display: grid;
  place-items: center;
  width: 196px;
  max-width: 100%;
  aspect-ratio: 3.12 / 1;
  overflow: hidden;
  border: 0;
  border-radius: 7px;
  background: #171412;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

.nt-restaurant-actions .nt-image-cta--reservation {
  background: #c98a22;
  color: #17120e;
}

.nt-restaurant-actions .nt-image-cta--phone {
  border: 1px solid #d7a94f;
  background: #38332f;
  color: #ffffff;
}

.nt-restaurant-actions .nt-image-cta__fallback {
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.nt-restaurant-actions .nt-image-cta img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  background: transparent;
}

.nt-restaurant-actions .nt-image-cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.36);
  transform: translateY(-1px);
}

.nt-restaurant-actions .nt-image-cta:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.nt-restaurant-actions .nt-image-cta:active {
  transform: translateY(1px);
}

.noreka-calendar-section {
  width: 100%;
  padding: 56px 20px 64px;
  border-bottom: 1px solid #d8cec0;
  background: #f7f2e9;
  color: #17120e;
}

.noreka-calendar-inner {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.noreka-calendar-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.noreka-calendar-heading p,
.noreka-calendar-heading h2,
.noreka-calendar-heading span {
  margin: 0;
}

.noreka-calendar-heading p {
  color: #a66418;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}

.noreka-calendar-heading h2 {
  margin-top: 4px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
}

.noreka-calendar-heading > div > span {
  display: block;
  margin-top: 6px;
  color: #756c62;
  font-size: 13px;
}

.noreka-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5f574f;
  font-size: 12px;
  font-weight: 700;
}

.noreka-calendar-legend li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.noreka-calendar-legend i {
  width: 12px;
  height: 12px;
  border: 1px solid #a66418;
  border-radius: 50%;
}

.noreka-calendar-legend i.is-today {
  background: #a66418;
}

.noreka-calendar-legend i.is-closed {
  border-color: #cfccc6;
  background: #dfdcd6;
}

.noreka-calendar-legend i.is-open {
  border-color: #287055;
  background: #287055;
}

.noreka-calendar-legend i.is-special {
  border-color: #a66418;
  background: linear-gradient(135deg, #fff 0 42%, #a66418 43% 57%, #fff 58% 100%);
}

.noreka-calendar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.noreka-calendar-month {
  min-width: 0;
  padding: 20px;
  border: 1px solid #d8cec0;
  border-radius: 6px;
  background: #ffffff;
}

.noreka-calendar-month h3 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
}

.noreka-calendar-month h3 small {
  color: #8b8178;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
}

.noreka-calendar-month table {
  width: 100%;
  border-spacing: 4px;
  table-layout: fixed;
  border-collapse: separate;
}

.noreka-calendar-month th {
  height: 26px;
  color: #7a7168;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.noreka-calendar-month th abbr {
  text-decoration: none;
}

.noreka-calendar-month th.weekday-0,
.noreka-calendar-month td.weekday-0 {
  color: #a43b32;
}

.noreka-calendar-month th.weekday-6,
.noreka-calendar-month td.weekday-6 {
  color: #2d5f91;
}

.noreka-calendar-month td {
  position: relative;
  height: 34px;
  border-radius: 4px;
  color: #2d2925;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.noreka-calendar-month td.is-empty {
  background: transparent;
}

.noreka-calendar-month td.is-today {
  background: #a66418;
  color: #ffffff;
}

.noreka-calendar-month td.is-closed:not(.is-today) {
  background: #efede9;
  color: #8a847e;
}

.noreka-calendar-month td.is-special-hours:not(.is-closed):not(.is-today) {
  background: #fff8ea;
  color: #6e3e0d;
  box-shadow: inset 0 0 0 2px #a66418;
}

.noreka-calendar-month td small {
  position: absolute;
  right: 2px;
  bottom: 1px;
  color: #a43b32;
  font-size: 8px;
  line-height: 1;
}

.noreka-calendar-month td.is-today small {
  color: #ffffff;
}

.noreka-calendar-special {
  display: flex;
  gap: 14px;
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid #d8cec0;
  color: #5f574f;
  font-size: 13px;
  line-height: 1.65;
}

.noreka-calendar-special strong {
  flex: 0 0 auto;
  color: #a43b32;
}

.noreka-calendar-special span {
  overflow-wrap: anywhere;
}

@media (max-width: 900px) {
  .noreka-calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .nt-restaurant-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-restaurant-actions .nt-image-cta {
    width: 100%;
  }

  .noreka-calendar-section {
    padding: 40px 16px 48px;
  }

  .noreka-calendar-heading {
    display: grid;
    gap: 16px;
    margin-bottom: 22px;
  }

  .noreka-calendar-heading h2 {
    font-size: 26px;
  }

  .noreka-calendar-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .noreka-calendar-month {
    padding: 16px;
  }

  .noreka-calendar-month td {
    height: 38px;
  }

  .noreka-calendar-special {
    display: grid;
    gap: 4px;
  }
}

.footer .inner.status-line span {
  display: -webkit-box;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 560px) {
  .menu-section.nt-home-section,
  .about-gallery.nt-home-section,
  .editorial-row.nt-home-section {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .menu-showcase.nt-menu-grid,
  .menu-category-list {
    height: auto;
    min-height: 0;
  }

  .back-to-top {
    bottom: calc(88px + env(safe-area-inset-bottom));
  }
}

/* 2026-07-16: editorial restaurant system below the jump navigation. */
.nt-restaurant-home {
  --noreka-ink: var(--wp--preset--color--noreka-ink, #171514);
  --noreka-ink-soft: var(--wp--preset--color--noreka-ink-soft, #24201e);
  --noreka-paper: var(--wp--preset--color--noreka-paper, #fffaf0);
  --noreka-paper-light: var(--wp--preset--color--noreka-surface, #fffdf9);
  --noreka-copper: var(--wp--preset--color--noreka-copper, #a84f2e);
  --noreka-copper-dark: var(--wp--preset--color--noreka-copper-dark, #7f3f27);
  --noreka-gold: var(--wp--preset--color--noreka-gold, #c98a32);
  --noreka-line: var(--wp--preset--color--noreka-line, #d8cec0);
  --noreka-muted: var(--wp--preset--color--noreka-muted, #7a6e66);
  --noreka-serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --noreka-sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.nt-restaurant-home .nt-home-section > .inner {
  width: min(100% - 96px, 1180px);
  max-width: none;
  margin-inline: auto;
}

.nt-restaurant-home .nt-home-section h2,
.nt-restaurant-home .reservation-band strong {
  font-family: var(--noreka-serif);
  letter-spacing: 0;
}

.nt-restaurant-home .nt-home-section h2 {
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 600;
}

.nt-restaurant-home .nt-home-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 2px;
  background: var(--noreka-copper);
}

.nt-restaurant-home .nt-section-heading {
  height: auto;
  min-height: 0;
  margin: 0 0 42px;
  align-items: end;
}

.nt-restaurant-home .nt-section-heading .muted {
  max-width: 440px;
  margin: 0 0 4px;
  font-size: 14px;
  line-height: 1.9;
}

.nt-restaurant-home .scene-section.nt-home-section {
  position: relative;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: 72px 0 80px;
  background: var(--noreka-ink);
  color: #fff;
}

.nt-restaurant-home .scene-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 8% 0%, rgba(199, 144, 73, 0.14), transparent 30%);
  opacity: 0.55;
}

.nt-restaurant-home .scene-section .inner {
  position: relative;
}

.nt-restaurant-home .scene-section .nt-section-heading {
  display: block;
  max-width: 620px;
  margin-bottom: 34px;
}

.nt-restaurant-home .scene-section .nt-section-heading h2,
.nt-restaurant-home .scene-section .muted {
  color: #fff;
}

.nt-restaurant-home .scene-section .muted {
  max-width: 520px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
}

.nt-restaurant-home .scene-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nt-restaurant-home .scene-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.92fr) minmax(0, 1.08fr);
  grid-template-rows: auto 1fr;
  min-width: 0;
  min-height: 218px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 3px;
  background: #211e1c;
  color: #fff;
  box-shadow: none;
}

.nt-restaurant-home .scene-card::before,
.nt-restaurant-home .scene-card::after {
  content: none;
}

.nt-restaurant-home .scene-card img {
  position: static;
  grid-column: 1;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  min-height: 218px;
  object-fit: cover;
  opacity: 0.9;
  filter: saturate(0.9) contrast(1.03);
}

.nt-restaurant-home .scene-card h3 {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  width: auto;
  margin: 34px 44px 7px 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-family: var(--noreka-serif);
  font-size: 24px;
  line-height: 1.35;
  font-weight: 600;
}

.nt-restaurant-home .scene-card p {
  grid-column: 2;
  grid-row: 2;
  margin: 0 48px 28px 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.85;
  font-weight: 500;
}

.nt-restaurant-home .scene-card > svg {
  right: 20px;
  bottom: 20px;
  width: 20px;
  height: 20px;
  color: var(--noreka-gold);
}

@media (hover: hover) and (pointer: fine) {
  .nt-restaurant-home .scene-card:hover {
    transform: translateY(-2px);
    border-color: rgba(216, 176, 106, 0.58);
    background: #272320;
  }

  .nt-restaurant-home .scene-card:hover img {
    opacity: 1;
    transform: scale(1.018);
  }
}

.nt-restaurant-home .menu-section.nt-home-section {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 104px 0 112px;
  background: var(--noreka-paper);
  color: #201b18;
}

.nt-restaurant-home .menu-editorial {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(280px, 0.85fr);
  gap: 34px 52px;
}

.nt-restaurant-home .menu-editorial > .section-heading {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
}

.nt-restaurant-home .menu-showcase.nt-menu-grid {
  grid-column: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.85fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 10px;
  height: auto;
  min-height: 0;
}

.nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile,
.nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile:nth-child(even),
.nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile:nth-child(odd) {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(0, 1fr) auto;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border: 1px solid var(--noreka-line);
  border-radius: 0;
  background: var(--noreka-paper-light);
  box-shadow: none;
}

.nt-restaurant-home .menu-showcase .menu-tile:first-child {
  grid-row: 1 / 3;
}

.nt-restaurant-home .menu-showcase .menu-tile:nth-child(4) {
  grid-column: 2 / 4;
}

.nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile img {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
  transition: transform 220ms ease, filter 220ms ease;
}

.nt-restaurant-home .menu-showcase .menu-tile:first-child img {
  object-position: 46% center;
}

.nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile > div {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 16px;
  align-items: end;
  padding: 18px 20px 20px;
  background: var(--noreka-paper-light);
}

.nt-restaurant-home .menu-showcase .badge {
  display: none;
}

.nt-restaurant-home .menu-showcase.nt-menu-grid h3 {
  grid-column: 1;
  margin: 0;
  color: #201b18;
  font-family: var(--noreka-serif);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 600;
}

.nt-restaurant-home .menu-showcase.nt-menu-grid small {
  grid-column: 1 / -1;
  grid-row: 2;
  color: #6f655f;
  font-size: 11px;
  line-height: 1.7;
}

.nt-restaurant-home .menu-showcase.nt-menu-grid p {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  color: #201b18;
  font-family: var(--noreka-serif);
  font-size: 20px;
  line-height: 1.35;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .nt-restaurant-home .menu-showcase .menu-tile:hover {
    transform: none;
    border-color: rgba(168, 79, 46, 0.52);
  }

  .nt-restaurant-home .menu-showcase .menu-tile:hover img {
    opacity: 1;
    transform: scale(1.018);
    filter: saturate(1.06);
  }
}

.nt-restaurant-home .menu-category-list {
  grid-column: 2;
  align-self: stretch;
  margin: 0;
  padding: 28px 30px;
  border: 1px solid rgba(168, 79, 46, 0.38);
  background: rgba(255, 253, 249, 0.62);
  box-shadow: none;
}

.nt-restaurant-home .menu-category-list > h3 {
  margin: 0 0 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--noreka-line);
  font-family: var(--noreka-serif);
  font-size: 22px;
  font-weight: 600;
}

.nt-restaurant-home .menu-category-list section {
  margin: 0;
  padding: 17px 0;
  border-top: 1px solid var(--noreka-line);
}

.nt-restaurant-home .menu-category-list section:first-of-type {
  border-top: 0;
}

.nt-restaurant-home .menu-category-list h4 {
  margin: 0 0 10px;
  color: var(--noreka-copper);
  font-size: 12px;
  line-height: 1.4;
}

.nt-restaurant-home .menu-category-list .list li {
  gap: 12px;
  padding: 10px 0;
  border: 0;
}

.nt-restaurant-home .menu-category-list .menu-item-detail > span,
.nt-restaurant-home .menu-category-list .list strong {
  color: #2b2521;
  font-size: 13px;
}

.nt-restaurant-home .menu-category-list .menu-item-detail small {
  margin-top: 4px;
  color: #7b7069;
  font-size: 10px;
  line-height: 1.6;
}

.nt-restaurant-home .reservation-band {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  background: #1a1817;
  color: #fff;
}

.nt-restaurant-home .reservation-band::before {
  content: "";
  position: absolute;
  inset: 0 58% 0 0;
  background: url("../images/noreka-yakitori-menu.jpg") center / cover no-repeat;
  opacity: 0.14;
  mask-image: linear-gradient(90deg, #000, transparent);
}

.nt-restaurant-home .reservation-band__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  width: min(100% - 96px, 1180px);
  margin-inline: auto;
}

.nt-restaurant-home .reservation-band__inner > div {
  display: grid;
  gap: 7px;
}

.nt-restaurant-home .reservation-band__inner > div > span {
  color: var(--noreka-gold);
  font-size: 12px;
  font-weight: 700;
}

.nt-restaurant-home .reservation-band strong {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
}

.nt-restaurant-home .reservation-band__inner > div > small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}

.nt-restaurant-home .reservation-band__inner > a {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  min-width: 285px;
  min-height: 68px;
  padding: 12px 24px;
  border: 1px solid var(--noreka-copper);
  color: #e7a16e;
  background: rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.nt-restaurant-home .reservation-band__inner > a svg {
  width: 25px;
  height: 25px;
}

.nt-restaurant-home .reservation-band__inner > a span {
  display: grid;
  gap: 1px;
  font-size: 13px;
  font-weight: 700;
}

.nt-restaurant-home .reservation-band__inner > a small {
  color: #fff;
  font-family: var(--noreka-serif);
  font-size: 20px;
  font-weight: 500;
}

.nt-restaurant-home .editorial-row.nt-home-section {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 96px 0;
  border: 0;
  background: var(--noreka-paper-light);
}

.nt-restaurant-home .editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.nt-restaurant-home .editorial-grid > section {
  min-width: 0;
  padding: 0 48px;
}

.nt-restaurant-home .editorial-grid > section:first-child {
  padding-left: 0;
  border-right: 1px solid var(--noreka-line);
}

.nt-restaurant-home .editorial-grid > section:last-child {
  padding-right: 0;
}

.nt-restaurant-home .row-heading {
  margin: 0 0 30px;
}

.nt-restaurant-home .editorial-row h2 {
  font-size: 28px;
}

.nt-restaurant-home .news-line {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 7px 20px;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid var(--noreka-line);
  background: transparent;
}

.nt-restaurant-home .news-line:first-child {
  border-top: 0;
}

.nt-restaurant-home .news-line time {
  grid-row: 1 / 3;
  color: var(--noreka-copper);
  font-family: var(--noreka-serif);
  font-size: 12px;
}

.nt-restaurant-home .news-line strong {
  font-family: var(--noreka-serif);
  font-size: 17px;
  font-weight: 600;
}

.nt-restaurant-home .news-line p {
  margin: 0;
  color: #716761;
  font-size: 11px;
  line-height: 1.75;
}

.nt-restaurant-home .story-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nt-restaurant-home .story-card > img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.nt-restaurant-home .story-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.nt-restaurant-home .story-card time {
  margin-bottom: 12px;
  color: var(--noreka-copper);
  font-family: var(--noreka-serif);
  font-size: 12px;
}

.nt-restaurant-home .story-card h3 {
  margin: 0 0 12px;
  font-family: var(--noreka-serif);
  font-size: 21px;
  line-height: 1.55;
  font-weight: 600;
}

.nt-restaurant-home .story-card p {
  margin: 0;
  color: #716761;
  font-size: 12px;
  line-height: 1.85;
}

.nt-restaurant-home .story-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--noreka-copper);
  color: var(--noreka-copper);
  font-size: 12px;
  font-weight: 700;
}

.nt-restaurant-home .story-card a svg {
  width: 14px;
  height: 14px;
}

.nt-restaurant-home .about-gallery.nt-home-section {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 96px 0;
  background: var(--noreka-ink-soft);
  color: #fff;
}

.nt-restaurant-home .about-gallery-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.55fr);
  gap: 68px;
  align-items: center;
}

.nt-restaurant-home .about-gallery h2 {
  color: #fff;
}

.nt-restaurant-home .about-gallery .lead {
  max-width: 410px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 2.15;
}

.nt-restaurant-home .gallery-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 310px 160px;
  gap: 10px;
}

.nt-restaurant-home .gallery-rail .nt-photo {
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0;
}

.nt-restaurant-home .gallery-rail .nt-photo:first-child {
  grid-column: 1 / 3;
}

.nt-restaurant-home .access-section.nt-home-section {
  height: auto;
  min-height: 0;
  overflow: visible;
  padding: 104px 0 112px;
  background: var(--noreka-paper);
}

.nt-restaurant-home .access-layout.nt-access-section {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.75fr);
  gap: 60px;
  align-items: stretch;
}

.nt-restaurant-home .access-section h2 {
  color: #201b18;
}

.nt-restaurant-home .access-section .lead {
  margin: 30px 0 7px;
  color: #2d2723;
  font-size: 16px;
  font-weight: 700;
}

.nt-restaurant-home .access-section .muted {
  color: #756b64;
  font-size: 12px;
}

.nt-restaurant-home .access-section .cta-row {
  gap: 10px;
  margin: 24px 0 30px;
}

.nt-restaurant-home .access-section .button {
  min-height: 50px;
  padding: 12px 22px;
  border: 1px solid var(--noreka-copper);
  border-radius: 0;
  color: var(--noreka-copper);
  background: transparent;
  font-size: 12px;
  box-shadow: none;
}

.nt-restaurant-home .access-section .button:not(.primary) {
  border-color: var(--noreka-ink);
  color: #fff;
  background: var(--noreka-ink);
}

.nt-restaurant-home .map-embed {
  height: 330px;
  overflow: hidden;
  border: 1px solid var(--noreka-line);
  border-radius: 0;
  background: #e8e0d7;
}

.nt-restaurant-home .map-embed iframe {
  width: 100%;
  height: 100%;
  filter: saturate(0.62) contrast(0.96);
}

.nt-restaurant-home .access-details {
  align-self: end;
  margin: 0;
  padding: 32px;
  border: 1px solid rgba(168, 79, 46, 0.38);
  border-radius: 0;
  background: rgba(255, 253, 249, 0.64);
  box-shadow: none;
}

.nt-restaurant-home .access-details h3 {
  margin: 0 0 18px;
  font-family: var(--noreka-serif);
  font-size: 19px;
  font-weight: 600;
}

.nt-restaurant-home .access-details .list li {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  align-items: baseline;
  padding: 15px 0;
  border-top: 1px solid var(--noreka-line);
}

.nt-restaurant-home .access-details .list span {
  color: #7a6e66;
  font-size: 11px;
}

.nt-restaurant-home .access-details .list strong {
  color: #2a2420;
  font-size: 12px;
  line-height: 1.6;
}

.nt-restaurant-home .special-days {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid var(--noreka-line);
}

@media (max-width: 980px) {
  .nt-restaurant-home .nt-home-section > .inner,
  .nt-restaurant-home .reservation-band__inner {
    width: min(100% - 48px, 900px);
  }

  .nt-restaurant-home .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nt-restaurant-home .menu-editorial {
    grid-template-columns: 1fr;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid,
  .nt-restaurant-home .menu-category-list {
    grid-column: 1;
  }

  .nt-restaurant-home .menu-category-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;
  }

  .nt-restaurant-home .menu-category-list > h3 {
    grid-column: 1 / -1;
  }

  .nt-restaurant-home .editorial-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .nt-restaurant-home .editorial-grid > section,
  .nt-restaurant-home .editorial-grid > section:first-child,
  .nt-restaurant-home .editorial-grid > section:last-child {
    padding: 0;
    border: 0;
  }

  .nt-restaurant-home .about-gallery-layout,
  .nt-restaurant-home .access-layout.nt-access-section {
    grid-template-columns: 1fr;
  }

  .nt-restaurant-home .about-gallery-layout {
    gap: 46px;
  }

  .nt-restaurant-home .access-layout.nt-access-section {
    gap: 30px;
  }

  .nt-restaurant-home .access-details {
    align-self: stretch;
  }
}

@media (max-width: 640px) {
  .nt-restaurant-home .nt-home-section > .inner,
  .nt-restaurant-home .reservation-band__inner {
    width: calc(100% - 32px);
  }

  .nt-restaurant-home .nt-home-section h2 {
    padding-bottom: 13px;
    font-size: 26px;
  }

  .nt-restaurant-home .nt-section-heading,
  .nt-restaurant-home .scene-section .nt-section-heading,
  .nt-restaurant-home .menu-editorial > .section-heading {
    display: block;
    margin-bottom: 28px;
  }

  .nt-restaurant-home .nt-section-heading .muted {
    margin-top: 14px;
    font-size: 12px;
  }

  .nt-restaurant-home .scene-section.nt-home-section,
  .nt-restaurant-home .menu-section.nt-home-section,
  .nt-restaurant-home .editorial-row.nt-home-section,
  .nt-restaurant-home .about-gallery.nt-home-section,
  .nt-restaurant-home .access-section.nt-home-section {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .nt-restaurant-home .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .nt-restaurant-home .scene-card {
    grid-template-rows: 142px auto auto;
    min-height: 280px;
    padding-bottom: 18px;
  }

  .nt-restaurant-home .scene-card img {
    height: 142px;
  }

  .nt-restaurant-home .scene-card span {
    margin: 16px 14px 6px;
    font-size: 17px;
  }

  .nt-restaurant-home .scene-card strong {
    margin: 0 14px;
    font-size: 10px;
    line-height: 1.65;
  }

  .nt-restaurant-home .scene-card > svg {
    display: none;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
    gap: 8px;
  }

  .nt-restaurant-home .menu-showcase .menu-tile:first-child,
  .nt-restaurant-home .menu-showcase .menu-tile:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile {
    grid-template-rows: 150px auto;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile:first-child,
  .nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile:nth-child(4) {
    grid-template-rows: 220px auto;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid .menu-tile > div {
    display: block;
    padding: 14px;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid h3 {
    font-size: 15px;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid small {
    display: none;
  }

  .nt-restaurant-home .menu-showcase.nt-menu-grid p {
    margin-top: 7px;
    font-size: 16px;
  }

  .nt-restaurant-home .menu-category-list {
    display: block;
    padding: 24px 20px;
  }

  .nt-restaurant-home .reservation-band {
    padding: 38px 0;
  }

  .nt-restaurant-home .reservation-band__inner {
    display: grid;
    gap: 24px;
  }

  .nt-restaurant-home .reservation-band strong {
    font-size: 20px;
  }

  .nt-restaurant-home .reservation-band__inner > a {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }

  .nt-restaurant-home .news-line {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .nt-restaurant-home .news-line time {
    grid-row: auto;
  }

  .nt-restaurant-home .story-card {
    grid-template-columns: 1fr;
  }

  .nt-restaurant-home .story-card > img {
    height: 220px;
  }

  .nt-restaurant-home .story-card a {
    margin-top: 22px;
  }

  .nt-restaurant-home .gallery-rail {
    grid-template-rows: 220px 120px;
    gap: 6px;
  }

  .nt-restaurant-home .about-gallery .lead {
    font-size: 13px;
    line-height: 2;
  }

  .nt-restaurant-home .access-section .cta-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nt-restaurant-home .access-section .button {
    justify-content: center;
    padding-inline: 12px;
  }

  .nt-restaurant-home .map-embed {
    height: 280px;
  }

  .nt-restaurant-home .access-details {
    padding: 24px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shell.public-site.nt-home.nt-restaurant-home .noreka-reservation-modal {
    transition: none;
  }

  .nt-restaurant-home .scene-card,
  .nt-restaurant-home .scene-card img,
  .nt-restaurant-home .menu-tile,
  .nt-restaurant-home .menu-tile img {
    transition: none;
  }
}

/* Store information completeness and grouping. */
.shell.public-site.nt-home.nt-restaurant-home .access-location-meta {
  display: grid;
  gap: 0;
  margin: 24px 0;
  border-block: 1px solid var(--noreka-line);
}

.shell.public-site.nt-home.nt-restaurant-home .access-genre {
  width: fit-content;
  margin: 14px 0 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--noreka-copper);
  color: var(--noreka-copper-dark);
  font-size: 12px;
  font-weight: 800;
}

.shell.public-site.nt-home.nt-restaurant-home .access-location-meta > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 16px;
  padding: 13px 0;
}

.shell.public-site.nt-home.nt-restaurant-home .access-location-meta > div + div {
  border-top: 1px solid var(--noreka-line);
}

.shell.public-site.nt-home.nt-restaurant-home .access-location-meta dt {
  color: #7a6e66;
  font-size: 11px;
}

.shell.public-site.nt-home.nt-restaurant-home .access-location-meta dd {
  min-width: 0;
  margin: 0;
  color: #2a2420;
  font-size: 13px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.shell.public-site.nt-home.nt-restaurant-home .access-location-meta a {
  color: inherit;
  text-underline-offset: 3px;
}

.shell.public-site.nt-home.nt-restaurant-home .access-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-self: stretch;
}

.shell.public-site.nt-home.nt-restaurant-home .access-section .access-layout {
  grid-template-columns: minmax(0, 1fr);
}

.shell.public-site.nt-home.nt-restaurant-home .access-details > h3 {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .access-info-group + .access-info-group {
  margin-top: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .access-info-group h4 {
  margin: 0 0 8px;
  color: var(--noreka-copper-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .access-info-group h5 {
  margin: 18px 0 8px;
  color: #7a6e66;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .access-info-group .list {
  margin: 0;
}

.shell.public-site.nt-home.nt-restaurant-home .access-info-group .list li {
  min-height: 0;
  padding: 11px 0;
}

.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table {
  display: table;
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table th,
.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table td {
  padding: 10px 0;
  border-bottom: 1px solid var(--noreka-line);
  text-align: left;
  vertical-align: top;
}

.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table thead th {
  color: #7a6e66;
  font-size: 11px;
  font-weight: 700;
}

.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table thead th:first-child,
.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table tbody th {
  width: 112px;
}

.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table tbody th {
  color: #7a6e66;
  font-size: 11px;
  font-weight: 500;
}

.shell.public-site.nt-home.nt-restaurant-home .opening-hours-table tbody td {
  color: #2a2420;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .shell.public-site.nt-home.nt-restaurant-home .access-section .access-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .shell.public-site.nt-home.nt-restaurant-home .access-location-meta {
    margin: 20px 0;
  }

  .shell.public-site.nt-home.nt-restaurant-home .access-details {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 24px 20px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .access-info-group + .access-info-group {
    margin-top: 22px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .opening-hours-table thead th:first-child,
  .shell.public-site.nt-home.nt-restaurant-home .opening-hours-table tbody th {
    width: 84px;
  }
}

/* Compatibility overrides for the legacy high-specificity layout rules above. */
.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card {
  grid-template-columns: minmax(210px, 0.92fr) minmax(0, 1.08fr) !important;
  grid-template-rows: auto 1fr !important;
}

.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card img,
.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card h3,
.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card p {
  position: static !important;
  inset: auto !important;
  transform: none !important;
}

.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card img {
  grid-column: 1 !important;
  grid-row: 1 / 3 !important;
  height: 100% !important;
}

.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card p {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-showcase.nt-menu-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, 230px) !important;
  height: auto !important;
  min-height: 470px !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:first-child {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(2) {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(3) {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(4) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile,
.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(even),
.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(odd) {
  grid-template-columns: minmax(150px, 0.9fr) minmax(0, 1.1fr) !important;
  grid-template-rows: 1fr !important;
  width: auto !important;
  height: 230px !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile img {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 100% !important;
  height: 100% !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile > div {
  display: block !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  align-content: center;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile h3 {
  width: 100% !important;
}

.shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile p {
  margin-top: 10px !important;
  white-space: normal !important;
}

.shell.public-site.nt-home.nt-restaurant-home .about-gallery .gallery-rail {
  grid-template-rows: 310px 160px !important;
}

.shell.public-site.nt-home.nt-restaurant-home .about-gallery .gallery-rail .nt-photo:first-child {
  grid-column: 1 / 3 !important;
  grid-row: 1 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .about-gallery .gallery-rail .nt-photo:nth-child(2) {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .about-gallery .gallery-rail .nt-photo:nth-child(3) {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

.shell.public-site.nt-home.nt-restaurant-home .access-section .access-details {
  grid-column: 1 !important;
  grid-row: auto !important;
  width: 100% !important;
}

@media (max-width: 980px) {
  .shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .shell.public-site.nt-home.nt-restaurant-home .access-section .access-details {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 640px) {
  .shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card {
    grid-template-columns: 124px minmax(0, 1fr) !important;
    grid-template-rows: auto 1fr !important;
    height: 156px !important;
    min-height: 156px !important;
    padding: 0 !important;
    overflow: hidden;
  }

  .shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card img {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;
    height: 100% !important;
    min-height: 0;
  }

  .shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 22px 36px 6px 18px;
    font-size: 18px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 36px 18px 18px;
    font-size: 12px;
    line-height: 1.7;
  }

  .shell.public-site.nt-home.nt-restaurant-home .scene-section .scene-card > svg {
    display: block !important;
    right: 14px;
    bottom: 14px;
    width: 16px;
    height: 16px;
  }

  .shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-showcase.nt-menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto !important;
  }

  .shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:first-child,
  .shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(4) {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 220px auto !important;
    height: auto !important;
  }

  .shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(2),
  .shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile:nth-child(3) {
    grid-column: auto !important;
    grid-row: auto !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 150px auto !important;
    height: auto !important;
  }

  .shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile img {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .shell.public-site.nt-home.nt-restaurant-home .menu-section .menu-tile > div {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .shell.public-site.nt-home.nt-restaurant-home .about-gallery .gallery-rail {
    grid-template-rows: 220px 120px !important;
  }
}
