/* PressUp Eats — restaurant subdomain (forest green + cream) */
:root {
  --pjb-cream: #fffbf7;
  --pjb-ink: #1b1b1b;
  --pjb-muted: #5c5c5c;
  --pjb-accent: #2d6a4f;
  --pjb-accent-2: #40916c;
  --pjb-radius: 14px;
  --pjb-font-body: "Inter", system-ui, sans-serif;
  --pjb-font-display: "Playfair Display", Georgia, serif;
}

.sr-nav-cta {
  background: linear-gradient(135deg, var(--pjb-accent) 0%, #1b4332 100%) !important;
  border: none !important;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(45, 106, 79, 0.35);
}

.sr-nav-cta:hover {
  background: linear-gradient(135deg, #245c44 0%, #143d2e 100%) !important;
  color: #fff !important;
}

.pj-restaurant {
  font-family: var(--pjb-font-body);
  background: var(--pjb-cream);
  color: var(--pjb-ink);
}

.pj-restaurant h1,
.pj-restaurant h2,
.pj-restaurant h3,
.pj-brand-hero-title {
  font-family: var(--pjb-font-display);
}

.pj-topnav {
  background: rgba(255, 251, 247, 0.96) !important;
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
  backdrop-filter: blur(10px);
}

.pj-topnav .nav-item a:not(.btn) {
  color: var(--pjb-ink) !important;
  font-weight: 500;
  font-size: 0.92rem;
}

.pj-subnav {
  background: #fff;
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
  position: sticky;
  top: 0;
  z-index: 1020;
}

.pj-subnav .nav-link {
  color: var(--pjb-muted);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.85rem 0.9rem;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.pj-subnav .nav-link:hover,
.pj-subnav .nav-link:focus {
  color: var(--pjb-accent);
  background: rgba(45, 106, 79, 0.08);
}

.pj-subnav .nav-item:first-child .nav-link {
  color: var(--pjb-accent);
  border-color: rgba(45, 106, 79, 0.22);
  background: rgba(45, 106, 79, 0.08);
}

.pj-brand-hero {
  position: relative;
  min-height: 420px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  background: #1b1b1b;
}

.pj-brand-hero-bg {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.pj-brand-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.pj-brand-hero-inner {
  position: relative;
  z-index: 2;
  padding: 2.75rem 1.25rem 2.25rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.pj-brand-hero-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pj-hero-meta {
  font-size: 0.95rem;
  opacity: 0.95;
}

.pj-hero-meta a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.pj-hero-actions {
  display: flex;
  justify-content: center;
}

.pj-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 1rem;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--pjb-accent) 0%, #1b4332 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(13, 40, 24, 0.28);
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.pj-call-btn:hover {
  color: #fff;
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(13, 40, 24, 0.34);
}

.pj-call-btn:active {
  transform: translateY(0px);
  filter: brightness(0.98);
}

.pj-call-btn i {
  font-size: 1rem;
}

.pj-rating-line {
  font-size: 1.05rem;
}

.pj-hero-facts {
  margin: 0 auto;
  width: min(680px, 100%);
  background: rgba(5, 8, 13, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  backdrop-filter: blur(4px);
}

.pj-section {
  padding: 2.5rem 0;
}

.pj-section h2 {
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.pj-prose-content {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3a3a3a;
}

.pj-prose-content p {
  margin-bottom: 1rem;
}

.pj-prose-muted {
  color: var(--pjb-muted);
}

.pj-amenity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}

.pj-amenity {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  border-radius: 12px;
  padding: 0.65rem 0.75rem;
  font-size: 0.88rem;
  border: 1px solid rgba(27, 27, 27, 0.07);
}

.pj-amenity i {
  color: var(--pjb-accent);
  font-size: 1.1rem;
}

.pj-menu-category h3 {
  font-size: 1.05rem;
  font-weight: 700;
  margin: 1.25rem 0 0.5rem;
}

.pj-menu-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pj-menu-category li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
  font-size: 0.95rem;
}

.pj-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.pj-photo-grid img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  cursor: pointer;
}

.pj-review-card {
  background: #fff;
  border-radius: var(--pjb-radius);
  padding: 1.15rem;
  border: 1px solid rgba(27, 27, 27, 0.07);
  height: 100%;
}

.pj-reviews-note {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.86rem;
  color: var(--pjb-muted);
}

.pj-reviews-note i {
  color: var(--pjb-accent);
}

.pj-review-name {
  font-weight: 700;
  color: var(--pjb-ink);
}

.pj-review-stars {
  letter-spacing: 0.04em;
}

.pj-review-rating-num {
  letter-spacing: normal;
  font-weight: 700;
}

.pj-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 0.02em;
  font-size: 0.92rem;
  color: rgba(27, 27, 27, 0.82);
  border: 1px solid rgba(27, 27, 27, 0.08);
  flex: 0 0 auto;
  user-select: none;
}

.pj-review-avatar[data-avatar-color="0"] { background: #FFB3BA; }
.pj-review-avatar[data-avatar-color="1"] { background: #BAFFC9; }
.pj-review-avatar[data-avatar-color="2"] { background: #BAE1FF; }
.pj-review-avatar[data-avatar-color="3"] { background: #FFFFBA; }
.pj-review-avatar[data-avatar-color="4"] { background: #FFDFBA; }

.pj-review-avatar:empty::before {
  content: "G";
}

.pj-review-body.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--pj-review-clamp, 4);
  overflow: hidden;
}

.pj-review-more {
  font-weight: 700;
  color: var(--pjb-accent);
  text-decoration: none;
}

.pj-review-more:hover {
  color: #1b4332;
  text-decoration: underline;
}

.pj-hours-wrap table {
  width: 100%;
  font-size: 0.95rem;
}
.pj-hours-wrap table td {
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(27, 27, 27, 0.08);
}

.pj-fake-form {
  background: #fff;
  border-radius: var(--pjb-radius);
  padding: 1.25rem;
  border: 1px solid rgba(27, 27, 27, 0.1);
}

.pj-related-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-decoration: none;
  color: inherit;
  border: 1px solid rgba(27, 27, 27, 0.08);
  display: block;
  transition: box-shadow 0.2s;
}
.pj-related-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  color: inherit;
}

.pj-related-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.pj-lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}
.pj-lightbox-modal.show {
  display: flex;
}
.pj-lightbox-inner {
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.pj-lightbox-inner img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .pj-brand-hero {
    min-height: 340px;
  }

  .pj-brand-hero-inner {
    text-align: left;
    padding: 2rem 1.1rem 1.5rem;
  }

  .pj-brand-hero-title {
    font-size: clamp(1.8rem, 8vw, 2.25rem);
    margin-bottom: 0.85rem !important;
    line-height: 1.1;
  }

  .pj-hero-facts {
    margin: 0;
    padding: 0.8rem 0.9rem;
  }

  .pj-hero-actions {
    justify-content: flex-start;
  }

  .pj-rating-line {
    font-size: 0.98rem;
  }

  .pj-hero-meta {
    font-size: 0.92rem;
    line-height: 1.45;
  }

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

  .pj-subnav .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .pj-subnav .nav::-webkit-scrollbar {
    display: none;
  }

  .pj-subnav .nav-link {
    white-space: nowrap;
    padding: 0.7rem 0.82rem;
  }
}

/* Recently viewed — above footer (not inside footer rail) */
.pj-related-venues {
  margin-top: 2.5rem;
  padding: 2.25rem 0 2rem;
  border-top: 1px solid rgba(45, 106, 79, 0.14);
  background: linear-gradient(180deg, rgba(244, 246, 244, 0.85) 0%, #fffbf7 100%);
}

.pj-related-venues a {
  color: var(--pjb-ink);
  text-decoration: none;
}

/* Footer — restaurant subdomain (PressUp palette, no default blue links) */
.pj-footer-main--restaurant {
  color: var(--pjb-ink);
  margin-top: 2.5rem;
  border-top: 1px solid rgba(45, 106, 79, 0.14);
}

.pj-related-venues + .pj-footer-main--restaurant {
  margin-top: 0;
}

.pj-footer-main--restaurant .pj-footer-rail a {
  color: var(--pjb-ink);
  text-decoration: none;
}

.pj-footer-rail {
  background: linear-gradient(180deg, #f4f6f4 0%, #fffbf7 55%, #fffbf7 100%);
  padding: 2.5rem 0 2rem;
}

.pj-footer-brand-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--pjb-accent);
  margin-bottom: 0.35rem;
}

.pj-footer-brand-name {
  font-family: var(--pjb-font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.65rem;
  color: var(--pjb-ink);
}

.pj-footer-brand-desc {
  font-size: 0.88rem;
  color: var(--pjb-muted);
  line-height: 1.65;
  margin-bottom: 0.85rem;
  max-width: 36rem;
}

.pj-footer-brand-addr {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.86rem;
  color: var(--pjb-muted);
  line-height: 1.5;
  margin: 0;
}

.pj-footer-icon {
  color: var(--pjb-accent);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.pj-footer-eyebrow {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: var(--pjb-muted);
  margin-bottom: 0.85rem;
}

.pj-footer-nav-list li + li {
  margin-top: 0.35rem;
}

.pj-footer-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--pjb-ink) !important;
  text-decoration: none !important;
  padding: 0.35rem 0;
  border-radius: 6px;
  transition: color 0.15s ease, background 0.15s ease;
}

.pj-footer-nav-link:hover {
  color: var(--pjb-accent) !important;
}

.pj-footer-nav-ico {
  font-size: 1rem;
  opacity: 0.55;
  color: var(--pjb-accent);
}

.pj-footer-nav-link:hover .pj-footer-nav-ico {
  opacity: 1;
}

.pj-footer-related-head {
  margin-bottom: 1rem;
}

.pj-footer-related-title {
  font-family: var(--pjb-font-display);
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.2rem;
  color: var(--pjb-ink);
}

.pj-footer-related-sub {
  font-size: 0.8rem;
  color: var(--pjb-muted);
  margin: 0;
}

.pj-footer-related-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 576px) {
  .pj-footer-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .pj-footer-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pj-footer-related-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  background: #fff;
  border: 1px solid rgba(45, 106, 79, 0.12);
  border-radius: 12px;
  padding: 0.75rem 0.85rem;
  color: var(--pjb-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 2px 8px rgba(27, 27, 27, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  min-height: 100%;
}

.pj-footer-related-card:hover {
  border-color: rgba(45, 106, 79, 0.35);
  box-shadow: 0 8px 22px rgba(27, 67, 50, 0.1);
  transform: translateY(-3px);
  color: var(--pjb-ink) !important;
}

.pj-footer-related-text {
  display: block;
  min-width: 0;
  flex: 1;
}

.pj-footer-related-name {
  display: block;
  font-family: var(--pjb-font-display);
  font-weight: 600;
  font-size: 0.88rem;
  line-height: 1.35;
  margin-bottom: 0.25rem;
  color: var(--pjb-ink);
}

.pj-footer-related-card:hover .pj-footer-related-name {
  color: var(--pjb-accent);
}

.pj-footer-related-addr {
  display: block;
  font-size: 0.78rem;
  color: var(--pjb-muted);
  line-height: 1.45;
}

.pj-footer-related-arrow {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(45, 106, 79, 0.1);
  color: var(--pjb-accent);
  font-size: 0.95rem;
  line-height: 1;
  transition: background 0.2s ease, color 0.2s ease;
}

.pj-footer-related-card:hover .pj-footer-related-arrow {
  background: var(--pjb-accent);
  color: #fff;
}

.pj-footer-bottom--restaurant {
  background: linear-gradient(180deg, #1b4332 0%, #0d2818 100%);
  color: rgba(216, 243, 220, 0.88);
  padding: 1.35rem 1rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
  text-align: center;
  font-size: 0.82rem;
  line-height: 1.55;
}

.pj-footer-legal-line {
  color: rgba(232, 245, 233, 0.92);
}

.pj-footer-tagline-line {
  color: rgba(183, 228, 199, 0.9);
  font-size: 0.78rem;
}
