.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.78rem;
  transition: transform 0.25s var(--ease), background 0.25s var(--ease), border-color 0.25s var(--ease), color 0.25s var(--ease);
}

.btn:hover {
  transform: translateY(-2px);
  color: inherit;
}

.btn-gold {
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: var(--green-ink);
  box-shadow: 0 8px 24px rgba(228, 195, 106, 0.18);
}

.btn-gold:hover {
  color: var(--green-ink);
  background: var(--foam);
}

.btn-ghost {
  border-color: color-mix(in srgb, var(--gold) 55%, transparent);
  color: var(--cream);
  background: color-mix(in srgb, var(--green-ink) 40%, transparent);
}

.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.btn-line {
  border-color: color-mix(in srgb, var(--cream) 28%, transparent);
  color: var(--cream);
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: inherit;
  text-decoration: none;
}

.logo:hover {
  color: inherit;
}

.logo-mark {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--gold);
  flex: none;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.logo-text small {
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
}

.logo-text strong {
  font-family: var(--font-sign);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--gold-soft);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  width: 100%;
  height: var(--nav-h);
  border-bottom: 1px solid transparent;
  transition: background 0.35s var(--ease), border-color 0.35s var(--ease), box-shadow 0.35s var(--ease);
}

.site-header.is-scrolled {
  background: color-mix(in srgb, var(--green-ink) 92%, black);
  border-bottom-color: var(--line);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.nav-bar {
  height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  color: var(--cream);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta {
  display: none;
}

.nav-cta.always {
  display: inline-flex;
}

.nav-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--green-deep) 70%, transparent);
  color: var(--cream);
  cursor: pointer;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 1.15rem;
  height: 1.5px;
  margin: 0.28rem auto;
  background: currentColor;
  content: "";
}

.mobile-nav {
  position: fixed;
  inset: var(--nav-h) 0 0;
  z-index: 35;
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.5rem 1.25rem 2rem;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--green-ink) 94%, black), var(--wood));
}

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

.mobile-nav a {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream);
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1.7rem;
}

.hours-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: color-mix(in srgb, var(--green-ink) 55%, transparent);
  color: var(--gold-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hours-pill i {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #7d7d7d;
}

.hours-pill.is-open i {
  background: #7dce7a;
  box-shadow: 0 0 10px #7dce7a;
}

.hours-pill.is-closed i {
  background: var(--blood);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.55rem 0;
  border-bottom: 1px dashed color-mix(in srgb, var(--chalk) 16%, transparent);
}

.price-row strong {
  font-weight: 600;
}

.price-row em {
  color: var(--gold);
  font-style: normal;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.price-row small {
  display: block;
  color: var(--chalk-dim);
  font-size: 0.78rem;
  font-weight: 400;
}

.wood-frame {
  padding: 0.7rem;
  background:
    linear-gradient(180deg, #5a3d26, #2b1b10);
  box-shadow: var(--shadow-warm);
}

.wood-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 2rem;
  background: var(--green-ink);
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.footer-meta {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  color: var(--text-dim);
  font-size: 0.88rem;
}

.legal-list {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 1.25rem;
  background: rgba(6, 5, 4, 0.88);
}

.lightbox.is-open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 86vh;
  box-shadow: var(--shadow-warm);
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  background: var(--green-deep);
  color: var(--cream);
  cursor: pointer;
  font-size: 1.4rem;
}

@media (min-width: 920px) {
  .nav-links,
  .nav-cta {
    display: flex;
  }

  .nav-toggle {
    display: none;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
}
