@font-face {
  font-family: "Cinzel";
  src: url("/assets/nbh/fonts/Cinzel-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cinzel Decorative";
  src: url("/assets/nbh/fonts/CinzelDecorative-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --nbh-pearl: #f8f0e2;
  --nbh-lac: #b54f37;
  --nbh-lac-ui: #a84631;
  --nbh-saffron: #f09028;
  --nbh-ink: #2d201a;
  --nbh-soft: #fffaf1;
  --nbh-line: rgba(181, 79, 55, 0.28);
  --nbh-muted: #72594f;
  --nbh-shadow: 0 18px 45px rgba(45, 32, 26, 0.11);
  color-scheme: light;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--nbh-pearl);
  color: var(--nbh-ink);
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 250, 241, 0.72) 0%, rgba(248, 240, 226, 0) 42%),
    var(--nbh-pearl);
  color: var(--nbh-ink);
}

img {
  display: block;
  max-width: 100%;
}

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

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 20;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--nbh-ink);
  color: var(--nbh-soft);
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--nbh-line);
  background: rgba(248, 240, 226, 0.94);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.nav-brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
  min-width: 0;
}

.nav-brand-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.nav-brand-wordmark {
  width: 172px;
  height: auto;
  object-fit: contain;
  flex: 0 1 auto;
  min-width: 128px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-link,
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--nbh-line);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.94rem;
  font-weight: 700;
  background: rgba(255, 250, 241, 0.78);
  color: var(--nbh-lac);
  white-space: nowrap;
}

.btn {
  background: var(--nbh-lac);
  color: var(--nbh-soft);
  border-color: var(--nbh-lac);
}

.btn.secondary {
  background: var(--nbh-soft);
  color: var(--nbh-lac);
}

.site-main {
  overflow: hidden;
}

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100vh - 74px);
  padding: 46px 0 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.72fr);
  gap: 54px;
  align-items: start;
}

.hero-copy {
  min-width: 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--nbh-lac-ui);
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.98;
  font-weight: 400;
  color: var(--nbh-lac);
  max-width: 820px;
}

.hero-subtitle {
  margin: 24px 0 0;
  max-width: 650px;
  font-size: 1.18rem;
  line-height: 1.7;
  color: var(--nbh-muted);
}

.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-menu-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hero-menu-strip span {
  min-height: 74px;
  padding: 12px 14px;
  border: 1px solid rgba(181, 79, 55, 0.26);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.82);
  color: var(--nbh-lac);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  font-weight: 900;
}

.hero-menu-strip strong {
  color: var(--nbh-ink);
  font-size: 0.92rem;
  line-height: 1.25;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--nbh-line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 250, 241, 0.72);
}

.proof-item {
  min-width: 0;
  padding: 16px;
  border-right: 1px solid var(--nbh-line);
}

.proof-item:last-child {
  border-right: 0;
}

.proof-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--nbh-lac-ui);
}

.proof-value {
  display: block;
  font-size: 0.98rem;
  line-height: 1.4;
  color: var(--nbh-ink);
}

.hero-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
  align-items: stretch;
  margin-top: -34px;
}

.hero-details .hero-menu-strip,
.hero-details .proof-row {
  min-height: 100%;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 36px 0 20px 46px;
  border: 1px solid var(--nbh-line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.64);
  box-shadow: var(--nbh-shadow);
}

.hero-photo-card {
  position: relative;
  z-index: 2;
  width: min(440px, 88%);
  padding: 14px;
  border: 1px solid rgba(181, 79, 55, 0.28);
  border-radius: 8px;
  background: var(--nbh-soft);
  box-shadow: 0 24px 55px rgba(45, 32, 26, 0.14);
}

.hero-photo-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 7px;
  border: 1px solid rgba(181, 79, 55, 0.16);
}

.hero-photo-caption {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 14px;
  padding-right: 150px;
  color: var(--nbh-muted);
  font-weight: 750;
  line-height: 1.3;
}

.hero-photo-caption strong {
  color: var(--nbh-lac);
  text-align: right;
}

.hero-crest-card {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 30px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(181, 79, 55, 0.28);
  border-radius: 50%;
  background: rgba(248, 240, 226, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 35px rgba(45, 32, 26, 0.12);
}

.hero-crest-card img {
  width: 112px;
}

.section {
  border-top: 1px solid var(--nbh-line);
  background: rgba(255, 250, 241, 0.46);
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 68px 0;
}

.section-head {
  max-width: 820px;
  margin-bottom: 30px;
}

.section h2 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 2.4rem;
  line-height: 1.15;
  color: var(--nbh-lac);
  font-weight: 400;
}

.section-lede {
  margin: 14px 0 0;
  color: var(--nbh-muted);
  line-height: 1.7;
  font-size: 1.05rem;
}

.menu-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: start;
}

.menu-panel,
.channel-panel,
.surface-card,
.status-panel,
.board-note {
  border: 1px solid var(--nbh-line);
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.82);
  box-shadow: 0 10px 28px rgba(45, 32, 26, 0.07);
}

.menu-panel {
  padding: 20px;
}

.menu-panel.featured {
  background: var(--nbh-soft);
}

.menu-panel h3,
.channel-panel h3,
.surface-card h3,
.status-panel h3,
.board-note h3 {
  margin: 0 0 14px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.35rem;
  color: var(--nbh-lac);
  font-weight: 400;
}

.menu-list {
  display: grid;
  gap: 10px;
}

.menu-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-top: 1px solid rgba(181, 79, 55, 0.18);
}

.menu-row:first-child {
  border-top: 0;
}

.dish-name {
  min-width: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.36;
  color: var(--nbh-ink);
}

.dish-note {
  display: block;
  margin-top: 3px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--nbh-muted);
  font-weight: 500;
}

.price {
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.04rem;
  font-weight: 400;
  color: var(--nbh-lac);
  white-space: nowrap;
}

.menu-aside {
  display: grid;
  gap: 20px;
}

.salan-strip {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid var(--nbh-lac);
  background: rgba(240, 144, 40, 0.11);
  color: var(--nbh-ink);
  font-weight: 850;
  line-height: 1.45;
}

.channel-panel {
  padding: 20px;
}

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

.channel-list li {
  padding-top: 12px;
  border-top: 1px solid rgba(181, 79, 55, 0.18);
  line-height: 1.5;
  color: var(--nbh-muted);
}

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

.delivery-prices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin-top: 14px;
  color: var(--nbh-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

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

.surface-card {
  padding: 20px;
  min-height: 210px;
}

.surface-card p {
  margin: 0;
  color: var(--nbh-muted);
  line-height: 1.55;
}

.surface-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 4px 9px;
  border: 1px solid var(--nbh-line);
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 850;
  color: var(--nbh-lac-ui);
  background: rgba(248, 240, 226, 0.74);
}

.board-preview {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 22px;
  align-items: center;
}

.board-frame {
  border: 1px solid var(--nbh-line);
  border-radius: 8px;
  background: var(--nbh-soft);
  box-shadow: var(--nbh-shadow);
  padding: 18px;
}

.mini-board {
  aspect-ratio: 16 / 9;
  border: 2px solid var(--nbh-lac);
  border-radius: 8px;
  padding: 20px;
  background: var(--nbh-pearl);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  overflow: hidden;
}

.mini-board-logo {
  width: 210px;
}

.mini-board h3 {
  margin: 16px 0 0;
  font-family: "Cinzel", Georgia, serif;
  color: var(--nbh-lac);
  font-size: 1.65rem;
  line-height: 1.1;
  font-weight: 400;
}

.mini-board-list {
  display: grid;
  gap: 7px;
  align-content: center;
}

.mini-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid rgba(181, 79, 55, 0.22);
  padding-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 800;
}

.status-panel {
  padding: 24px;
}

.status-list {
  display: grid;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(181, 79, 55, 0.18);
  line-height: 1.5;
}

.status-key {
  color: var(--nbh-lac-ui);
  font-weight: 850;
}

.status-value {
  color: var(--nbh-muted);
}

.compliance-strip {
  border-top: 1px solid var(--nbh-line);
  background: var(--nbh-lac);
  color: var(--nbh-soft);
}

.compliance-strip .section-inner {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.compliance-strip strong {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 400;
}

.site-footer {
  border-top: 1px solid var(--nbh-line);
  background: var(--nbh-pearl);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-logo {
  width: 220px;
}

.footer-copy {
  margin: 10px 0 0;
  color: var(--nbh-muted);
  line-height: 1.5;
}

.footer-seal {
  width: 86px;
}

/* Board preview page */
.board-page {
  min-height: 100vh;
  padding: 22px;
}

.board-toolbar {
  width: min(1360px, 100%);
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.board-toolbar h1 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  color: var(--nbh-lac);
  font-size: 1.7rem;
  font-weight: 400;
}

.board-shell {
  width: min(1360px, 100%);
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  min-height: 760px;
  border: 2px solid var(--nbh-lac);
  border-radius: 8px;
  background: var(--nbh-pearl);
  box-shadow: var(--nbh-shadow);
  padding: 22px;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 14px;
  overflow: hidden;
}

.board-head {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) 102px;
  gap: 20px;
  align-items: center;
}

.board-brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  width: 250px;
}

.board-brand-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}

.board-brand-wordmark {
  width: 158px;
  height: auto;
  object-fit: contain;
  flex: 0 1 auto;
}

.board-title {
  text-align: center;
}

.board-title h2 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1.08;
  color: var(--nbh-lac);
  font-weight: 400;
}

.board-title p {
  margin: 8px 0 0;
  color: var(--nbh-muted);
  font-weight: 800;
  font-size: 0.9rem;
}

.board-seal {
  width: 92px;
  justify-self: end;
}

.board-salan {
  min-height: 44px;
  border: 1px solid var(--nbh-lac);
  border-radius: 8px;
  background: rgba(240, 144, 40, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 18px;
  color: var(--nbh-ink);
  font-weight: 900;
  font-size: 1rem;
}

.board-menu {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
  min-height: 0;
}

.board-col {
  min-height: 0;
  display: grid;
  gap: 8px;
}

.board-category {
  border: 1px solid var(--nbh-line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 250, 241, 0.8);
}

.board-category.hero-category {
  background: var(--nbh-soft);
}

.board-category h3 {
  margin: 0 0 6px;
  font-family: "Cinzel", Georgia, serif;
  color: var(--nbh-lac);
  font-size: 1.08rem;
  font-weight: 400;
}

.board-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: baseline;
  border-top: 1px solid rgba(181, 79, 55, 0.19);
  padding: 4px 0;
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--nbh-ink);
}

.board-item > span:last-child {
  color: var(--nbh-lac);
  white-space: nowrap;
}

.board-item:first-of-type {
  border-top: 0;
}

.board-item small {
  display: block;
  margin-top: 1px;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.66rem;
  color: var(--nbh-muted);
  font-weight: 650;
}

.board-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  color: var(--nbh-muted);
  font-size: 0.88rem;
  font-weight: 750;
}

.board-footer span:nth-child(2) {
  color: var(--nbh-lac-ui);
}

.board-note {
  width: min(1360px, 100%);
  margin: 18px auto 0;
  padding: 18px;
  color: var(--nbh-muted);
  line-height: 1.55;
}

@media (max-width: 980px) {
  .hero,
  .menu-grid,
  .board-preview,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 38px;
  }

  .hero h1 {
    font-size: 3.1rem;
  }

  .hero-details {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .hero-visual {
    min-height: 400px;
    align-items: flex-start;
  }

  .hero-visual::before {
    inset: 36px 0 0 26px;
  }

  .hero-photo-card {
    width: min(430px, calc(100% - 34px));
    margin-right: auto;
  }

  .proof-row,
  .surface-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    border-right: 0;
    border-top: 1px solid var(--nbh-line);
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .board-shell {
    aspect-ratio: auto;
    min-height: auto;
    overflow: visible;
  }

  .board-head,
  .board-menu,
  .board-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .board-brand,
  .board-seal {
    justify-self: center;
  }
}

@media (max-width: 680px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .nav-actions {
    width: 100%;
    justify-content: flex-start;
  }

  .nav-link,
  .btn {
    flex: 1 1 auto;
  }

  .hero h1 {
    font-size: 2.35rem;
  }

  .hero-subtitle,
  .section-lede {
    font-size: 1rem;
  }

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

  .hero-visual {
    min-height: auto;
    display: block;
    padding-bottom: 58px;
  }

  .hero-visual::before {
    inset: 28px 0 42px 24px;
  }

  .hero-photo-card {
    width: 100%;
  }

  .hero-photo-caption {
    align-items: flex-start;
    flex-direction: column;
    padding-right: 0;
  }

  .hero-photo-caption strong {
    text-align: left;
  }

  .hero-crest-card {
    width: 112px;
    height: 112px;
    right: 14px;
    bottom: 0;
  }

  .hero-crest-card img {
    width: 82px;
  }

  .section-inner {
    padding: 48px 0;
  }

  .section h2 {
    font-size: 1.9rem;
  }

  .delivery-prices,
  .mini-board,
  .status-list li {
    grid-template-columns: 1fr;
  }

  .mini-board {
    aspect-ratio: auto;
  }

  .board-page {
    padding: 14px;
  }

  .board-shell {
    padding: 18px;
  }
}
