/**
 * Berlin Restro — Porto “Demo Restaurant” sample alignment (original CSS).
 * Reference: resources/berlin-theme/HTML/demo-restaurant*.html + demo-restaurant.css + skin-restaurant primary #c19655.
 * Scoped: .tenant-site-root.theme-berlin-restro.br-porto-restaurant
 */

.tenant-site-root.theme-berlin-restro.br-porto-restaurant {
  --br-pr-primary: #c19655;
  --br-pr-primary-dark: #a67c3d;
  --br-pr-dark: #212529;
  --br-pr-muted: #777;
  /* Solid CTAs: tenant button → primary brand → Porto gold (from $site_style + fallbacks) */
  --br-pr-btn-fill: var(--color-button, var(--color-primary, var(--br-pr-primary)));
  --br-pr-btn-fill-hover: var(--color-button-dark, var(--color-button, var(--color-primary, var(--br-pr-primary-dark))));
  --br-pr-btn-ink: var(--color-button-text, #fff);
  --br-pr-btn-ink-hover: var(--color-button-dark-text, var(--color-button-text, #fff));
}

/* ── Header: dark top bar (demo-restaurant.html) ─────── */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-topbar {
  background: var(--br-pr-dark) !important;
  color: rgba(255, 255, 255, 0.82) !important;
  border: none !important;
  padding: 0.35rem 0 !important;
  font-size: 0.8125rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-topbar__tag {
  color: rgba(255, 255, 255, 0.75) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-topbar__hours {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-topbar__hours i {
  color: var(--br-pr-primary);
}

/* Main header bar: tall, white, Porto-style */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-header.br-pr-main-bar {
  background: #fff !important;
  border-bottom: 1px solid #e9ecef !important;
  box-shadow: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-header-row {
  min-height: 100px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-header-inner.br-pr-header-row {
  justify-content: flex-start !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-nav-desktop.br-nav-board {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

@media (max-width: 991.98px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-header-row {
    min-height: 72px;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-header-ornament {
  display: none !important;
}

/* Nav: title case, demo spacing */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-nav-board .bc-nav-link {
  border-radius: 6px !important;
  text-transform: capitalize !important;
  letter-spacing: 0.02em !important;
  font-size: 0.9375rem !important;
  font-weight: 600 !important;
  padding: 0.5rem 0.85rem !important;
  color: var(--br-pr-dark) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-nav-board .bc-nav-link:hover {
  background: rgba(193, 150, 85, 0.12) !important;
  color: var(--br-pr-primary-dark) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-nav-board .bc-nav-link.active {
  background: rgba(193, 150, 85, 0.14) !important;
  color: var(--br-pr-primary) !important;
}

/* Book a Table — custom-btn-style-1 shadow offset (simplified) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-header-book,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-header-cta {
  position: relative;
  border-radius: 7px !important;
  background: var(--br-pr-btn-fill) !important;
  color: var(--br-pr-btn-ink) !important;
  border: none !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.14) !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  padding: 0.55rem 1.25rem !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-header-book:hover,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-header-cta:hover {
  transform: translate(2px, 2px) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
  background: var(--br-pr-btn-fill-hover) !important;
  color: var(--br-pr-btn-ink-hover) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-insta {
  font-size: 1.35rem;
  color: var(--br-pr-dark) !important;
  margin-left: 0.5rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-insta:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-header-icon-btn {
  font-size: 1.3rem;
  color: var(--br-pr-dark) !important;
  border: none !important;
  line-height: 1;
  align-items: center;
  justify-content: center;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-header-icon-btn:hover,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-header-icon-btn:focus {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-tripadvisor:hover {
  color: #00af87 !important;
}

/* Text logo — Porto “PORTO / RESTAURANT” stack (sans) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-logo-stack {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-logo-stack__primary {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-weight: 800;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--br-pr-dark) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-logo-stack__secondary {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-weight: 600;
  font-size: 0.58rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: #444 !important;
  margin-top: 0.2rem;
}

/* Logo text — Lora (when single-line .bc-logo-text is used elsewhere) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-logo-text {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
}

/* Mobile drawer CTA + section buttons: same tenant fill as header (not default gold pill) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-offcanvas-cta {
  background: var(--br-pr-btn-fill) !important;
  color: var(--br-pr-btn-ink) !important;
  border: 1px solid transparent !important;
  border-radius: 7px !important;
  letter-spacing: 0.06em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-offcanvas-cta:hover {
  background: var(--br-pr-btn-fill-hover) !important;
  color: var(--br-pr-btn-ink-hover) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .btn-bc-primary,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .btn-primary {
  background: var(--br-pr-btn-fill) !important;
  border-color: var(--br-pr-btn-fill) !important;
  color: var(--br-pr-btn-ink) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .btn-bc-primary:hover,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .btn-primary:hover {
  background: var(--br-pr-btn-fill-hover) !important;
  border-color: var(--br-pr-btn-fill-hover) !important;
  color: var(--br-pr-btn-ink-hover) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant form button[type="submit"].btn:not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-link),
.tenant-site-root.theme-berlin-restro.br-porto-restaurant form .btn[type="submit"]:not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-link) {
  background-color: var(--br-pr-btn-fill) !important;
  border-color: var(--br-pr-btn-fill) !important;
  color: var(--br-pr-btn-ink) !important;
}

/* ── CTA band (two-column marketing strip, Porto restaurant) ── */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light {
  background: #fff !important;
  color: var(--br-pr-muted, #777) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__rule {
  width: 2.5rem;
  height: 2px;
  background: var(--br-pr-primary, #c19655);
  margin-bottom: 1rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__eyebrow {
  color: var(--br-pr-primary, #c19655);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__eyebrow::before {
  display: none;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__title {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-weight: 700 !important;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem) !important;
  line-height: 1.2 !important;
  color: var(--br-pr-dark, #212529) !important;
  letter-spacing: -0.02em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__body {
  color: var(--br-pr-muted, #777) !important;
  max-width: 36rem;
  line-height: 1.75;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__media {
  border-radius: 12px;
  border: 1px solid rgba(33, 37, 41, 0.08);
  box-shadow:
    0 4px 6px rgba(33, 37, 41, 0.04),
    0 22px 48px rgba(33, 37, 41, 0.12);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .btn-bc-primary {
  border-radius: 6px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  font-size: 0.72rem !important;
  padding: 0.85rem 1.35rem !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__trust {
  gap: 1rem 1.75rem;
  margin-top: 1.5rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__trust span {
  color: var(--br-pr-muted, #9b9b9b) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--light .br-cafe-cta__trust i {
  color: var(--br-pr-primary, #c19655) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--dark:not(.bc-cta--photo-bg) .br-cafe-cta__title {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-weight: 700 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-cta-section.br-cafe-cta.br-cafe-cta--dark:not(.bc-cta--photo-bg) .br-cafe-cta__trust i {
  color: var(--br-pr-primary, #c19655) !important;
}

/* ── Blog cards (demo-restaurant-blog.html) ─────────── */
.br-pr-blog-grid .br-pr-blog-card {
  margin-bottom: 2.5rem;
}

.br-pr-blog-card__link-img {
  display: block;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 0.5rem;
}

.br-pr-blog-card__img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.br-pr-blog-card__link-img:hover .br-pr-blog-card__img {
  transform: scale(1.03);
}

.br-pr-blog-card__meta {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--br-pr-muted, #777);
  margin: 0.5rem 0;
}

.br-pr-blog-card__title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

.br-pr-blog-card__title a {
  color: var(--br-pr-dark, #212529);
  text-decoration: none;
}

.br-pr-blog-card__title a:hover {
  color: var(--br-pr-primary, #c19655);
}

.br-pr-blog-card__excerpt {
  font-size: 0.95rem;
  color: var(--br-pr-muted, #777);
  line-height: 1.65;
  margin-bottom: 0.75rem;
}

.br-pr-blog-card__more {
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none !important;
  color: var(--br-pr-dark, #212529) !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
}

.br-pr-blog-card__more:hover {
  color: var(--br-pr-primary, #c19655) !important;
}

.br-pr-blog-pagination .page-link {
  border-radius: 50% !important;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.15rem;
  border: 1px solid #dee2e6 !important;
  color: var(--br-pr-dark) !important;
  font-weight: 600;
}

.br-pr-blog-pagination .page-item.active .page-link {
  background: var(--br-pr-primary) !important;
  border-color: var(--br-pr-primary) !important;
  color: #fff !important;
}

/* ── Blog grid — Porto home (demo-restaurant): date badge + white card body ─ */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-demo-kicker {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__link {
  color: inherit;
  border-radius: 10px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__link:focus-visible {
  outline: 2px solid var(--br-pr-primary, #c19655);
  outline-offset: 3px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__inner {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(33, 37, 41, 0.07);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__link:hover .br-pr-blog-porto-card__inner {
  box-shadow: 0 16px 40px rgba(33, 37, 41, 0.1);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #e9ecef;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__link:hover .br-pr-blog-porto-card__img {
  transform: scale(1.04);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__placeholder {
  width: 100%;
  height: 100%;
  min-height: 160px;
  color: var(--br-pr-muted, #777);
  background: #e9ecef;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__date {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  pointer-events: none;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__date-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 3.35rem;
  padding: 0.45rem 0.65rem 0.5rem;
  background: var(--br-pr-primary, #c19655);
  color: #fff;
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  border-radius: 10px;
  box-shadow: 5px 6px 0 0 var(--br-pr-primary-dark, #a67c3d);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__date-day {
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__date-month {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.95;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__body {
  flex: 1 1 auto;
  padding: 1.35rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: #fff;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__cat {
  display: block;
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--br-pr-muted, #9a9a9a);
  margin-bottom: 0.5rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__title {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: clamp(1.05rem, 2.1vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  color: var(--br-pr-dark, #212529);
  margin: 0 0 0.85rem;
  transition: color 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__link:hover .br-pr-blog-porto-card__title {
  color: var(--br-pr-primary, #c19655);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__cta {
  margin-top: auto;
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--br-pr-primary, #c19655);
  text-decoration: none;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid--porto .br-pr-blog-porto-card__link:hover .br-pr-blog-porto-card__cta {
  color: var(--br-pr-primary-dark, #a67c3d);
}

/* ── Contact details (demo-restaurant-contact: title + intro, left block, mosaic) ─ */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__head {
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
  text-align: center;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__kicker {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--br-pr-muted, #9a9a9a);
  margin-bottom: 0.5rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.2;
  color: var(--br-pr-dark, #212529);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__intro {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--br-pr-muted, #777);
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__address {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-weight: 700;
  color: var(--br-pr-dark, #212529);
  line-height: 1.35;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__directions {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  color: var(--br-pr-primary, #c19655) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__directions:hover {
  color: var(--br-pr-primary-dark, #a67c3d) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__icon {
  flex-shrink: 0;
  width: 1.75rem;
  margin-right: 0.65rem;
  color: var(--br-pr-dark, #212529);
  font-size: 1.1rem;
  line-height: 1.4;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__channel-link {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--br-pr-dark, #212529) !important;
  text-decoration: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__channel-link:hover {
  color: var(--br-pr-primary, #c19655) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__channel-text {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--br-pr-dark, #212529);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__note {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--br-pr-muted, #777);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-cell {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(33, 37, 41, 0.1);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-cell--main {
  min-height: clamp(220px, 38vw, 420px);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-cell--small {
  flex: 1 1 0;
  min-height: clamp(100px, 22vw, 180px);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-stack {
  gap: 0.75rem;
}

@media (min-width: 576px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-stack {
    min-height: 100%;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-single {
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(33, 37, 41, 0.1);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__mosaic-single img {
  width: 100%;
  max-height: min(520px, 70vh);
  object-fit: cover;
  display: block;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-details__carousel .bc-cdetails2-slide {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(33, 37, 41, 0.1);
}

/* ── Counter: grid stat tiles (default) | list = vertical strip | rail = icons row ─ */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__rule {
  width: 2.5rem;
  height: 2px;
  background: var(--br-pr-primary, #c19655);
  margin-bottom: 0.85rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__eyebrow {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--br-pr-primary, #c19655);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-weight: 500;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  line-height: 1.2;
  color: var(--br-pr-dark, #212529);
  letter-spacing: -0.02em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__subtitle {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--br-pr-muted, #777);
  max-width: 38rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__surface {
  background: linear-gradient(180deg, rgba(193, 150, 85, 0.06) 0%, rgba(255, 255, 255, 0.92) 42%, #fff 100%);
  border-radius: 16px;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(33, 37, 41, 0.06);
  box-shadow: 0 20px 50px rgba(33, 37, 41, 0.06);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__tile-inner {
  position: relative;
  padding: 1.35rem 1rem 1.5rem;
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(33, 37, 41, 0.06);
  box-shadow: 0 8px 24px rgba(33, 37, 41, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__tile-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--br-pr-primary-dark, #a67c3d), var(--br-pr-primary, #c19655));
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__tile:hover .br-pr-counter__tile-inner {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(33, 37, 41, 0.1);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__tile-value {
  display: block;
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: var(--br-pr-primary, #c19655);
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--grid .br-pr-counter__tile-label {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--br-pr-muted, #777);
  line-height: 1.4;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

/* Legacy vertical list (display_style: list) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__rule {
  width: 2.5rem;
  height: 2px;
  background: var(--br-pr-primary, #c19655);
  margin-bottom: 0.85rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__eyebrow {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--br-pr-muted, #9a9a9a);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__title {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: var(--br-pr-dark, #212529);
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__subtitle {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--br-pr-muted, #777);
  max-width: 36rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__panel.br-stats-rail {
  background: #f6f6f6 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 1.35rem 1.75rem 1.5rem !important;
  color: var(--br-pr-muted, #777) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-stats-rail__unit--stacked {
  border: none !important;
  border-bottom: 1px solid #e0e0e0 !important;
  padding: 0.55rem 0 !important;
  margin: 0 !important;
  display: block !important;
  text-align: left !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-stats-rail__unit--stacked:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__line {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--br-pr-muted, #777);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__value {
  color: inherit;
  font-weight: 600;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--list .br-pr-counter__label {
  color: inherit;
  font-weight: 500;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--rail .br-stats-rail--rail {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--rail .br-stats-rail--rail .br-stats-rail__unit {
  flex: 1 1 50%;
  min-width: 140px;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  justify-content: flex-start !important;
  padding: 1.35rem 1rem !important;
}

@media (min-width: 768px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--rail .br-stats-rail--rail .br-stats-rail__unit {
    flex: 1 1 0;
  }
}

@media (max-width: 767.98px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-counter--rail .br-stats-rail--rail .br-stats-rail__unit {
    flex: 1 1 100%;
    border-right: none !important;
  }
}

/* ── Porto parallax page hero (blog / menu / contact / inner pages + single post) ─ */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero {
  position: relative;
  margin: 0;
  margin-bottom: -2px;
  overflow: hidden;
  min-height: clamp(240px, 42vh, 420px);
  display: flex;
  align-items: center;
  padding: 0 0 clamp(3.25rem, 8vw, 5rem);
  background-color: #2c2620;
  background-image: linear-gradient(180deg, rgba(44, 44, 44, 0.72) 0%, rgba(33, 37, 41, 0.5) 100%),
    var(--br-pr-hero-bg, var(--br-pr-post-bg, linear-gradient(160deg, #4a3f35 0%, #1f1b18 55%, #151311 100%)));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero.br-pr-parallax,
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero.br-pr-parallax {
    background-attachment: fixed;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__overlay {
  display: none;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero__inner,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__inner {
  z-index: 1;
  width: 100%;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-breadcrumb,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-breadcrumb {
  margin-bottom: 0;
  padding: 0;
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-size: clamp(1.1rem, 2.8vw, 1.65rem);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-breadcrumb a,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-breadcrumb a {
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-breadcrumb a:hover,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-breadcrumb a:hover {
  color: #fff !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-breadcrumb__sep,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0.15rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-breadcrumb__active {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero__h1,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  font-weight: 700 !important;
  font-size: clamp(2rem, 5.5vw, 3.25rem) !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  color: #fff !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero__scroll,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(3.25rem, 8vw, 4.75rem);
  transform: translateX(-50%);
  z-index: 3;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero__scroll:hover,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__scroll:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero__shape,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  line-height: 0;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero__shape svg,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__shape svg {
  display: block;
  width: 100%;
  height: clamp(56px, 10vw, 116px);
  vertical-align: bottom;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-paragraph-porto__body p {
  margin-bottom: 1rem;
  line-height: 1.75;
  color: var(--bc-text, #555);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-paragraph-porto__body p:last-child {
  margin-bottom: 0;
}

/* demo-restaurant-contact.html full-bleed map */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-map-porto--bleed iframe {
  min-height: 500px;
  display: block;
  width: 100%;
  border: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-menu-board__img {
  border-radius: 0 !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12) !important;
}

@media (min-width: 992px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-menu-board--overlap {
    margin-top: -2.75rem;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-menu-board__hr {
  height: 2px;
  background: #dedede;
  border: 0;
  opacity: 1;
}

/* ── Home hero (demo-restaurant.html single full-bleed) ─ */
/* Overlay + rhythm: theme overlay.overlay-show uses #2C2C2C ≈ 0.8 opacity (see demo-restaurant.css + theme-elements) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero.bc-hero-section {
  min-height: clamp(560px, 92vh, 900px);
  padding-bottom: clamp(6rem, 14vw, 8.5rem);
  background: #2c2c2c;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero .bc-hero-bg-img {
  z-index: 0;
  filter: none;
  transform: none;
  transform-origin: center center;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.82) 100%);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__pattern {
  display: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__content {
  z-index: 3;
  min-height: clamp(320px, 58vh, 620px);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__row {
  min-height: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero .text-color-primary {
  color: var(--br-pr-primary) !important;
}

/* Kicker: Poppins + Porto primary (global .bc-hero-section span was forcing white) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__kicker,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__kicker .br-pr-home-hero__kicker-text {
  font-family: var(--bc-font), "Poppins", system-ui, sans-serif !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__kicker .br-pr-home-hero__kicker-text {
  color: var(--br-pr-primary) !important;
  font-size: clamp(0.8125rem, 1.9vw, 1rem) !important;
  font-weight: 500 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero .positive-ls-2 {
  letter-spacing: 0.2em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero .positive-ls-1 {
  letter-spacing: 0.04em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero .opacity-8 {
  opacity: 0.9;
}

/* demo-restaurant.css .custom-line: 50px × 2px grey — not gold */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__line {
  display: inline-block;
  width: 50px;
  height: 0;
  border: 0;
  border-bottom: 2px solid rgba(173, 181, 189, 0.9);
  background: transparent !important;
  vertical-align: middle;
  flex-shrink: 0;
}

@media (max-width: 575.98px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__line {
    width: 36px;
  }
}

/* demo .custom-big-font-size-1 → 3.5rem / 5.5rem */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  font-size: clamp(3.25rem, 11vw, 5.5rem) !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__subtitle {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: clamp(1.05rem, 2.4vw, 1.25rem) !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.95) !important;
  max-width: 38rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__btn-ghost {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.88) !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 0.9375rem !important;
  letter-spacing: 0.16em !important;
  padding-left: 2.75rem !important;
  padding-right: 2.75rem !important;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-color: #fff !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__btn-solid {
  border-radius: 7px !important;
  background: var(--br-pr-btn-fill) !important;
  color: var(--br-pr-btn-ink) !important;
  border: none !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.14) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__btn-solid:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
  background: var(--br-pr-btn-fill-hover) !important;
  color: var(--br-pr-btn-ink-hover) !important;
}

/* demo: plain dark icon on white curve — text-5-5, no circle */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__chevron {
  position: absolute;
  left: 50%;
  bottom: max(1.15rem, calc(clamp(56px, 10vw, 116px) - 2.35rem));
  transform: translateX(-50%);
  z-index: 6;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0.2rem;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  color: #212529 !important;
  text-decoration: none !important;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  line-height: 1;
  transition: color 0.2s ease, transform 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__chevron:hover {
  color: var(--br-pr-primary) !important;
  transform: translateX(-50%) translateY(2px);
}

/* Above overlay (1), below content (3) + chevron (6); keep inside section so overflow-hidden does not clip */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__wave {
  z-index: 2;
  pointer-events: none;
  bottom: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero__wave svg {
  display: block;
  width: 100%;
  height: clamp(56px, 10vw, 116px);
  vertical-align: bottom;
}

/* Pull up to overlap wave; do not paint a full-width white layer here — it hid the SVG curve */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero ~ .bc-hero-cards {
  margin-top: calc(-1 * clamp(88px, 12vw, 120px));
  padding-top: 0.25rem;
  position: relative;
  z-index: 4;
}

@media (max-width: 767.98px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero ~ .bc-hero-cards {
    margin-top: calc(-1 * clamp(64px, 16vw, 92px));
  }
}

@media (max-width: 575.98px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero ~ .bc-hero-cards {
    margin-top: -2.75rem;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant #aboutus.br-pr-hero-jump-anchor {
  display: block;
  height: 0;
  overflow: hidden;
  scroll-margin-top: 96px;
}

@media (min-width: 992px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-home-hero.br-pr-parallax .bc-hero-bg-img {
    will-change: transform;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant #brPostContent,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant #br-pr-page-content {
  scroll-margin-top: 100px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-page-anchor {
  height: 1px;
  margin-top: -1px;
  pointer-events: none;
  visibility: hidden;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-meta {
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  color: var(--br-pr-muted, #777);
  margin: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-meta__sep {
  opacity: 0.35;
  padding: 0 0.35rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-feature img {
  border-radius: 7px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-body {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--bc-text, #555);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-body p {
  margin-bottom: 1.1rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hr {
  border: 0;
  border-top: 1px solid #e9ecef;
  opacity: 1;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--br-pr-muted, #777);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-tag {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  color: var(--br-pr-dark) !important;
  text-decoration: none !important;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-tag:hover {
  border-color: var(--br-pr-primary);
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-share {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--br-pr-dark) !important;
  text-decoration: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-share:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-block-title,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-reply-title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--br-pr-dark);
  margin: 0 0 1rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-author__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--br-pr-dark);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-comment-form {
  position: relative;
  background: #f4f4f4;
  border: none;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-form-control {
  border: none !important;
  box-shadow: none !important;
  padding: 0.65rem 1rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-submit {
  background: var(--br-pr-btn-fill) !important;
  color: var(--br-pr-btn-ink) !important;
  border: none !important;
  border-radius: 7px !important;
  font-weight: 600 !important;
  padding: 0.6rem 1.5rem !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease, color 0.2s ease !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-submit:hover {
  transform: translate(2px, 2px) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.09) !important;
  background: var(--br-pr-btn-fill-hover) !important;
  color: var(--br-pr-btn-ink-hover) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-comment__replies {
  border-left: 2px solid #e9ecef;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #6b5d4a;
  margin: 0 0 0.75rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-rule {
  height: 1px;
  margin: 1.25rem 0;
  background: linear-gradient(90deg, transparent, #dee2e6 15%, #dee2e6 85%, transparent);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-search .form-control {
  border: none !important;
  background: #f4f4f4 !important;
  font-size: 0.9rem;
  box-shadow: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-search-btn {
  background: var(--br-pr-btn-fill) !important;
  border: none !important;
  color: var(--br-pr-btn-ink) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-search-btn:hover {
  background: var(--br-pr-btn-fill-hover) !important;
  color: var(--br-pr-btn-ink-hover) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-post-meta {
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  color: var(--br-pr-muted, #777);
  margin: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-post-link {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--br-pr-dark) !important;
  text-decoration: none !important;
  display: block;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-post-link:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-cat {
  color: var(--br-pr-primary) !important;
  text-decoration: none !important;
  font-weight: 600;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-sidebar-cat:hover {
  text-decoration: underline !important;
}

@media (max-width: 767.98px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-hero__scroll,
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-post-hero__scroll {
    display: none !important;
  }
}

/* ── Blog listing cards (demo-restaurant-blog.html list + btn-link) ─ */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-custom-radius-1 {
  border-radius: 7px !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-placeholder {
  aspect-ratio: 16 / 10;
  min-height: 160px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-meta {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  color: var(--br-pr-muted);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-title a,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  color: var(--br-pr-dark);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-title a:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-excerpt {
  font-size: 0.95rem;
  color: var(--br-pr-muted);
  line-height: 1.65;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-readmore {
  font-size: 1rem !important;
  color: var(--br-pr-dark) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-demo-readmore:hover {
  color: var(--br-pr-primary) !important;
}

/* Porto custom-pagination-style-1 (rounded + compact) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-pagination-demo .page-link {
  border-radius: 50% !important;
  width: 2.65rem;
  height: 2.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.12rem;
  border: 1px solid #dee2e6 !important;
  color: var(--br-pr-dark) !important;
  font-weight: 600;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-pagination-demo .page-item.active .page-link {
  background: var(--br-pr-primary) !important;
  border-color: var(--br-pr-primary) !important;
  color: #fff !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant #brBlogTagContent {
  scroll-margin-top: 100px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blogtag-search-input {
  border: 1px solid #dee2e6;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blogtag-cat-link {
  color: var(--br-pr-dark) !important;
  border: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blogtag-cat-link:hover,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blogtag-cat-link.active {
  color: var(--br-pr-primary) !important;
}

/* ── Restro Menu section (builder module: two-column + full menu) ─ */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full {
  padding-top: 3rem !important;
  padding-bottom: 4rem !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__full-zigzag {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-row {
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-row {
    margin-bottom: 3.5rem;
  }

  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-row:last-child {
    margin-bottom: 0;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-col--media {
  position: relative;
  z-index: 1;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-col--panel {
  position: relative;
  z-index: 2;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-media {
  border-radius: 0.35rem;
  overflow: hidden;
  background: #f4f4f4;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.12);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 240px;
  object-fit: cover;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__zigzag-img {
    min-height: 320px;
  }

  .tenant-site-root.theme-berlin-restro.br-porto-restaurant
    .br-pr-restro-menu--full
    .br-pr-restro-menu__zigzag-row:not(.br-pr-restro-menu__zigzag-row--flip)
    .br-pr-restro-menu__zigzag-col--panel
    .br-pr-restro-menu__card-panel {
    margin-left: -1.5rem;
  }

  .tenant-site-root.theme-berlin-restro.br-porto-restaurant
    .br-pr-restro-menu--full
    .br-pr-restro-menu__zigzag-row--flip
    .br-pr-restro-menu__zigzag-col--panel
    .br-pr-restro-menu__card-panel {
    margin-right: -1.5rem;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__card-panel {
  background: #fff;
  border-radius: 0.35rem;
  padding: 1.65rem 1.35rem;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu--full .br-pr-restro-menu__card-panel {
    padding: 2rem 2.1rem;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__title {
  font-size: clamp(1.85rem, 4vw, 2.65rem) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__intro {
  max-width: 42rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__intro mark {
  background: rgba(212, 175, 55, 0.22);
  padding: 0 0.15em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__cat-title {
  font-family: var(--bc-font), "Poppins", sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: var(--br-pr-dark) !important;
  margin-bottom: 0.5rem !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__cat-rule {
  height: 1px;
  background: #d5d5d5;
  border: 0;
  opacity: 1;
  margin: 0 0 1.25rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__cat-thumb {
  border-radius: 0.35rem;
  overflow: hidden;
  background: #f4f4f4;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__cat-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: cover;
  vertical-align: middle;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__item {
  margin-bottom: 1.25rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__item-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__name {
  font-family: var(--bc-font), "Poppins", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: var(--br-pr-dark) !important;
  flex: 1;
  min-width: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__price {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  color: var(--br-pr-dark) !important;
  flex-shrink: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__cur {
  font-size: 0.75em;
  margin-right: 0.08em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__dots {
  height: 1px;
  margin-top: 0.35rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.28);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-restro-menu__desc {
  font-size: 0.875rem !important;
  line-height: 1.55 !important;
  color: var(--br-pr-muted) !important;
  margin: 0 !important;
}

/* ── Menu board: demo-restaurant.css .custom-menu-item ───────────── */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-secondary-font {
  font-family: var(--bc-font), "Poppins", sans-serif !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-font-secondary {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item .custom-menu-item-details {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  gap: 0.75rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item .custom-menu-item-details .custom-menu-item-title {
  position: relative;
  padding-bottom: 10px;
  flex: 1;
  min-width: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item .custom-menu-item-details .custom-menu-item-price {
  position: relative;
  flex-shrink: 0;
  top: -4px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--br-pr-dark);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item .custom-menu-item-details .custom-menu-item-line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px dashed #777;
  opacity: 0.55;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item .custom-menu-item-desc {
  margin-top: 8px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item .br-pr-menu-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--br-pr-muted);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .custom-menu-item + .custom-menu-item {
  margin-top: 1.5rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-menu-board .custom-divider-size-1,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant hr.br-pr-menu-section-hr {
  height: 3px;
  border: 0;
  background: #e9ecef;
  opacity: 1;
}

/* Menu page–style overlap (demo-restaurant-menu.html custom-negative-margin-top-1) */
@media (min-width: 992px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-menu-overlap-up {
    margin-top: -8rem;
  }
}

/* ── Map + contact (demo-restaurant-contact.html) ─────────────────── */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-map-porto .bc-map-wrap {
  min-height: 420px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-map-porto .bc-map-wrap iframe {
  min-height: 420px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-contact-porto .bc-section-title {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-box-shadow-4 {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/* ═══ demo-restaurant.html section patterns (shared headings + blocks) ═══ */

/* Default Berlin eyebrow / section titles → Porto gold kicker + Lora heading */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-eyebrow:not(.bc-eyebrow-gold),
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-section-eyebrow {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  color: var(--br-pr-primary) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant h2.bc-section-title:not(.bc-title-light),
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .bc-section-title:not(.bc-title-light) {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  color: var(--br-pr-dark) !important;
  font-weight: 500 !important;
  font-size: clamp(1.55rem, 3.1vw, 2.35rem) !important;
  line-height: 1.2 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-demo-kicker,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant h2.br-pr-demo-kicker {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  color: var(--br-pr-primary) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  line-height: 1.35 !important;
  margin-bottom: 0.5rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-demo-kicker-alt {
  color: var(--br-pr-primary) !important;
  letter-spacing: 0.18em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-demo-heading,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant h3.br-pr-demo-heading {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  color: var(--br-pr-dark) !important;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem) !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-demo-lead {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: var(--bc-text, #555) !important;
}

/* About (#aboutus) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-kicker__line {
  display: inline-block;
  flex: 1 1 2.25rem;
  max-width: 3.5rem;
  height: 1px;
  background: var(--br-pr-primary);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-kicker__line {
    max-width: 4.5rem;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-kicker__text {
  color: var(--br-pr-primary) !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.22em !important;
  white-space: nowrap;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-porto__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--br-pr-dark);
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 2px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-feature-strip {
  border-top: none;
  margin-top: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-feature-strip .bc-about-feature-item {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-feature-strip .bc-about-feature-icon {
  background: transparent !important;
  color: var(--br-pr-primary, #c19655) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-feature-strip .bc-about-feature-label {
  color: var(--br-pr-dark, #212529);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-porto__img {
  border-radius: 0 !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-about-porto__quote {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  color: var(--br-pr-muted);
  border-left: 3px solid var(--br-pr-primary);
  padding-left: 1rem;
}

/* Porto custom-btn-style-1 shadow offset (demo-restaurant.css) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-custom-btn-1 {
  position: relative;
  border-radius: 7px !important;
  z-index: 1;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-custom-btn-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.35;
  border-radius: inherit;
  transform: translate3d(5px, 5px, 0);
  transition: transform 0.3s ease;
  z-index: -1;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-porto-custom-btn-1:hover::before {
  transform: translate3d(0, 0, 0);
}

/* Testimonials: light band + white card, TripAdvisor row, side arrows (demo reference) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-parallax {
  min-height: clamp(300px, 48vw, 460px);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-parallax__bg {
  position: absolute;
  inset: 0;
  background-image: var(--br-pr-testi-bg);
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-parallax__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: #e8eaed;
  opacity: 1;
}

/* Subtle map-style noise when no photo background */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-parallax:not(:has(.br-pr-testimonials-parallax__bg)) .br-pr-testimonials-parallax__overlay {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.03) 0%, transparent 45%),
    radial-gradient(circle at 78% 70%, rgba(0, 0, 0, 0.025) 0%, transparent 40%),
    linear-gradient(180deg, #eceef1 0%, #e4e6ea 100%);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-parallax:has(.br-pr-testimonials-parallax__bg) .br-pr-testimonials-parallax__overlay {
  background: linear-gradient(180deg, rgba(44, 44, 44, 0.55) 0%, rgba(33, 37, 41, 0.45) 100%);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-parallax__inner {
  z-index: 2;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-stars__icon {
  font-size: 1.15rem;
  color: var(--br-pr-primary);
  opacity: 0.45;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-parallax:has(.br-pr-testimonials-parallax__bg) .br-pr-testimonials-stars__icon {
  color: rgba(255, 255, 255, 0.65);
  opacity: 1;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-shell {
  max-width: min(76rem, 100%);
  padding-left: clamp(1.5rem, 5vw, 3rem);
  padding-right: clamp(1.5rem, 5vw, 3rem);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-owl.owl-carousel {
  position: relative;
  width: 100%;
  background: transparent !important;
  box-shadow: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-owl .owl-stage-outer {
  overflow: hidden;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-card {
  background: #fff !important;
  border-radius: 4px !important;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08), 0 2px 12px rgba(0, 0, 0, 0.04) !important;
  /* Wide horizontal card: ~60–70% of carousel row, max ~920px */
  width: 100% !important;
  max-width: min(92%, 57.5rem) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 2.25rem clamp(1.5rem, 4vw, 3.25rem) 2rem !important;
}

@media (min-width: 768px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-card {
    padding: 2.75rem clamp(2rem, 4.5vw, 3.75rem) 2.25rem !important;
  }
}

@media (min-width: 992px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-card {
    max-width: min(70%, 57.5rem) !important;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-ta-icon {
  font-size: 2.5rem;
  color: #000 !important;
  opacity: 0.88;
  margin-bottom: 1.25rem !important;
  line-height: 1;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-blockquote {
  padding: 0.5rem 0 0 !important;
  margin: 0 auto 1.25rem !important;
  max-width: 100%;
  width: 100%;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-blockquote::before {
  content: "\201C";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  color: #1a1a1a;
  opacity: 0.88;
  margin-bottom: 0.35rem;
  text-align: center;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-quote {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 0.98rem !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  color: #333 !important;
  text-align: center !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-quote--clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  min-height: calc(1.65em * 5);
  max-height: calc(1.65em * 5);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-source {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 0.7rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #9a9a9a !important;
  margin-top: 0.25rem !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-author {
  margin-top: 0.35rem !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-author__name {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #111 !important;
  letter-spacing: 0.02em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-shell .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
  z-index: 3;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-shell .owl-nav button.owl-prev,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-shell .owl-nav button.owl-next {
  pointer-events: auto;
  position: static !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  min-width: 2.5rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
  color: #333 !important;
  font-size: 0.85rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-shell .owl-nav button.owl-prev:hover,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-shell .owl-nav button.owl-next:hover {
  background: #fff !important;
  color: var(--br-pr-primary) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-shell .owl-nav .br-pr-testimonials-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-owl .owl-dots {
  margin-top: 1.25rem !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-owl .owl-dots .owl-dot span {
  background: #c5c5c5 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-testimonials-owl .owl-dots .owl-dot.active span {
  background: var(--br-pr-primary) !important;
}

/* Gallery “Inside Porto” grey band */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-gallery-porto-section {
  background: #f4f4f4;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-gallery-porto-section .bc-gallery-item__media img,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-gallery-porto-section .bc-gallery-item {
  border-radius: 0 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-gallery-porto-section .bc-gallery-item__media img {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

/* ═══ Team + chef: demo-restaurant.html (theme does not load Porto style.css — utilities duplicated here) ═══ */

/* Porto utility aliases (scoped to chef strip + team grid only) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .text-color-primary,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-color-primary {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .text-color-dark,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-color-dark {
  color: var(--br-pr-dark) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .text-color-grey,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-color-grey {
  color: var(--br-pr-muted) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-transform-none {
  text-transform: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .font-weight-medium {
  font-weight: 500 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .font-weight-semibold {
  font-weight: 600 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .font-weight-bold,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .font-weight-bold {
  font-weight: 700 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .positive-ls-2 {
  letter-spacing: 2px !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .positive-ls-3 {
  letter-spacing: 2.5px !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-2 {
  font-size: 0.9em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-2-5 {
  font-size: 0.95em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .text-3,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-3 {
  font-size: 1em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .text-4,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-4 {
  font-size: 1.2em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-5 {
  font-size: 1.5em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .text-9 {
  font-size: 2.5em !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .line-height-1 {
  line-height: 1 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .line-height-4 {
  line-height: 1.4 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .line-height-8 {
  line-height: 1.8 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .line-height-7 {
  line-height: 1.7 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .alternative-font-4 {
  font-family: var(--bc-font, "Poppins", Arial, sans-serif) !important;
}

/* Chef strip: demo-restaurant.html */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip {
  background: transparent;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip__decor {
  pointer-events: none;
  z-index: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip__decor--tl {
  width: min(48vw, 260px);
  height: min(48vw, 260px);
  opacity: 0.22;
  background: radial-gradient(ellipse at 0% 0%, var(--br-pr-primary) 0%, transparent 70%);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip__decor--tr {
  width: min(44vw, 240px);
  height: min(44vw, 240px);
  opacity: 0.2;
  background: radial-gradient(ellipse at 100% 0%, var(--br-pr-primary) 0%, transparent 70%);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip__decor--img {
  max-width: min(40vw, 220px);
  height: auto;
  opacity: 0.95;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip__photo {
  width: min(280px, 78vw);
  height: min(280px, 78vw);
  object-fit: cover;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip__photo--placeholder {
  font-size: clamp(3rem, 10vw, 4rem);
  background: var(--br-pr-btn-fill, var(--br-pr-primary));
}

/* Porto custom-testimonial-style-1 + testimonial-with-quotes (demo-restaurant.css + theme-elements behaviour) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-style-2 blockquote {
  background: transparent !important;
  border: none;
  margin: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-style-2 blockquote::before,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-style-2 blockquote::after {
  display: none !important;
  content: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-with-quotes blockquote {
  position: relative;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .custom-testimonial-style-1.testimonial.testimonial-style-2.testimonial-with-quotes blockquote::before {
  display: block !important;
  content: "\201C";
  font-family: var(--bc-font-heading), "Lora", Georgia, serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1;
  color: #212121;
  position: absolute;
  left: 10px;
  top: -6px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-with-quotes.testimonial-remove-right-quote blockquote::after {
  content: none !important;
  display: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-with-quotes blockquote p {
  padding: 0 2.5rem !important;
}

@media (max-width: 991.98px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-with-quotes blockquote p {
    padding: 0 1.25rem !important;
  }
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-style-2 .testimonial-author {
  margin: 6px 0 0;
  padding: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-style-2 .testimonial-author strong {
  color: var(--br-pr-dark) !important;
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-style-2 .testimonial-author img {
  margin: 0 auto 0;
  max-width: 100%;
  max-height: none;
}

@media (min-width: 992px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-chef-strip .testimonial.testimonial-style-2 .testimonial-author img {
    margin: 0;
  }
}

/* Team grid: classic profile cards (light section, white rounded card, circle avatar, name + Role:) */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic {
  background: linear-gradient(180deg, #f7f4ef 0%, #f0ebe3 100%);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .col.text-center h2 {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  font-weight: 600 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid .col.text-center h3 {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  font-weight: 500 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card--classic {
  background: linear-gradient(165deg, #fffefb 0%, #fff 45%, #faf8f5 100%) !important;
  border-radius: 12px !important;
  border: 1px solid rgba(193, 150, 85, 0.14) !important;
  box-shadow:
    0 4px 24px rgba(45, 36, 24, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.9) inset !important;
  overflow: hidden !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card--classic::before {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, var(--br-pr-primary-dark), var(--br-pr-primary), var(--br-pr-primary-dark));
  opacity: 0.95;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card--classic:hover {
  border-color: rgba(193, 150, 85, 0.28) !important;
  box-shadow:
    0 16px 40px rgba(45, 36, 24, 0.1),
    0 6px 16px rgba(193, 150, 85, 0.12) !important;
  transform: translateY(-3px);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__avatar-ring {
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--br-pr-primary) 0%, var(--br-pr-primary-dark) 55%, rgba(193, 150, 85, 0.55) 100%);
  width: fit-content;
  box-shadow: 0 10px 28px rgba(193, 150, 85, 0.22);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__avatar-wrap {
  width: 128px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  line-height: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__avatar {
  width: 128px;
  height: 128px;
  object-fit: cover;
  display: block;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__avatar--placeholder {
  width: 128px;
  height: 128px;
  font-size: 2.5rem;
  color: #fff !important;
  background: linear-gradient(145deg, var(--br-pr-primary) 0%, #8a6a3d 100%) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .row > [class*="col"]:nth-child(4n + 1) .br-pr-team-card__avatar--placeholder {
  background: linear-gradient(145deg, #5c4a32 0%, #3d3228 100%) !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__name {
  font-family: var(--bc-font-heading), "Lora", Georgia, serif !important;
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #1e1b18 !important;
  line-height: 1.35 !important;
  margin-bottom: 0.35rem !important;
  letter-spacing: 0.01em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__role-line {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 0.8125rem !important;
  line-height: 1.45 !important;
  color: #6b6560 !important;
  margin: 0 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__role-prefix {
  font-weight: 500;
  margin-right: 0.2em;
  color: #888078 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__role {
  font-weight: 600;
  color: var(--br-pr-primary-dark) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__bio {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  color: #5c5854 !important;
  line-height: 1.55 !important;
  font-size: 0.8125rem !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__bio--clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  min-height: calc(1.55em * 3);
  max-height: calc(1.55em * 3);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__footer--ruled {
  border-top: 1px dashed rgba(193, 150, 85, 0.22);
  width: 100%;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__social--inline .br-pr-team-card__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #f0f1f3;
  color: #555 !important;
  font-size: 0.85rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__social--inline .br-pr-team-card__social-link:hover {
  background: var(--br-pr-primary);
  color: #fff !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__btn {
  background: var(--br-pr-btn-fill, var(--br-pr-primary)) !important;
  border: none !important;
  color: var(--br-pr-btn-ink, #fff) !important;
  font-weight: 600 !important;
  font-size: 0.8125rem !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  line-height: 1.4 !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  box-shadow: 0 4px 16px rgba(193, 150, 85, 0.35) !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--classic .br-pr-team-card__btn:hover {
  background: var(--br-pr-btn-fill-hover, var(--br-pr-primary-dark)) !important;
  color: var(--br-pr-btn-ink-hover, #fff) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(193, 150, 85, 0.42) !important;
}

/* Team layout: One below other — full-width rows, avatar + copy */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked {
  background: #f2f3f5;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  background: #fff !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-1px);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__accent {
  width: 4px;
  flex-shrink: 0;
  background: var(--br-pr-primary);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__inner {
  flex: 1;
  min-width: 0;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__avatar-wrap {
  width: 100px;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__avatar {
  width: 100px;
  height: 100px;
  object-fit: cover;
  display: block;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__avatar--placeholder {
  width: 100px;
  height: 100px;
  font-size: 2.25rem;
  color: rgba(255, 255, 255, 0.95);
  background: #5b8fd8;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-stack > article:nth-child(even) .br-pr-team-row__avatar--placeholder {
  background: #d8dcdf;
  color: #4a4a4a !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__role-line {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 0.875rem !important;
  line-height: 1.45 !important;
  color: #666 !important;
  margin: 0 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__role-prefix {
  font-weight: 500;
  margin-right: 0.2em;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__name {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem) !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  line-height: 1.3 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__bio {
  font-family: var(--bc-font, "Poppins", system-ui, sans-serif) !important;
  font-size: 0.9375rem !important;
  line-height: 1.65 !important;
  color: #555 !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__social-border {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 50%;
  background: #f0f1f3;
  color: #555 !important;
  font-size: 0.85rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__social-link:hover {
  background: var(--br-pr-primary);
  color: #fff !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__btn {
  background: var(--br-pr-btn-fill, var(--br-pr-primary)) !important;
  border: none !important;
  color: var(--br-pr-btn-ink, #fff) !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  line-height: 1.45 !important;
  transition: background 0.2s ease, transform 0.2s ease;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__btn:hover {
  background: var(--br-pr-btn-fill-hover, var(--br-pr-primary-dark)) !important;
  color: var(--br-pr-btn-ink-hover, #fff) !important;
}

@media (min-width: 768px) {
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__avatar-wrap {
    width: 112px;
  }

  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__avatar,
  .tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-team-grid--stacked .br-pr-team-row__avatar--placeholder {
    width: 112px;
    height: 112px;
  }
}

/* Legacy blog list cards (e.g. blogtag) — keep shadow on transparent-card layout */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant .br-pr-blog-grid .br-pr-blog-demo-article .card {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.06) !important;
}

/* Footer: demo-restaurant dark band */
.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto.bc-footer {
  background: #212529 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  border-top: none !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-top {
  background: transparent !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-heading,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .br-footer-brand {
  color: #fff !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-desc,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-contact-chip,
.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-contact-chip a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-contact-chip a:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-bottom {
  color: rgba(255, 255, 255, 0.55) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-bottom a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-bottom a:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-social a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .bc-footer-social a:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto ul.list-unstyled a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto ul.list-unstyled a:hover {
  color: var(--br-pr-primary) !important;
}

.tenant-site-root.theme-berlin-restro.br-porto-restaurant footer.br-pr-footer-porto .br-footer-hours-badge {
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}
