/* Review us popup + floating CTA */

.lk-review-fab {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 10040;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.75rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #1c1410;
  color: #fff;
  font-family: Nunito, Helvetica Neue, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(28, 20, 16, 0.28);
  transition: transform 0.18s ease, background 0.18s ease;
}

.lk-review-fab:hover {
  background: #dc1425;
  transform: translateY(-2px);
}

.lk-review-fab-star {
  color: #f5c542;
  font-size: 1.05rem;
  line-height: 1;
}

.lk-review-modal {
  position: fixed;
  inset: 0;
  z-index: 10070;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.lk-review-modal[hidden] {
  display: none !important;
}

.lk-review-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 8, 6, 0.62);
}

.lk-review-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: 1.75rem 1.5rem 1.5rem;
  background: #fffaf4;
  color: #1c1410;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  animation: lk-review-in 0.22s ease;
}

@keyframes lk-review-in {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lk-review-panel,
  .lk-review-fab {
    animation: none;
    transition: none;
  }
}

.lk-review-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(28, 20, 16, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #1c1410;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.lk-review-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #dc1425;
}

.lk-review-panel h2 {
  margin: 0 0 0.65rem;
  max-width: 16ch;
  font-family: Ranchers, sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
}

.lk-review-lead {
  margin: 0 0 1.25rem;
  color: #5a4c42;
  font-size: 0.98rem;
  line-height: 1.55;
}

.lk-review-actions {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1.35rem;
}

.lk-review-btn {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.95rem 1.1rem;
  text-decoration: none;
  border: 1px solid rgba(28, 20, 16, 0.12);
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.lk-review-btn.is-google {
  background: #dc1425;
  border-color: #dc1425;
  color: #fff;
}

.lk-review-btn.is-facebook {
  background: #fff;
  color: #1c1410;
}

.lk-review-btn:hover {
  transform: translateY(-1px);
}

.lk-review-btn.is-facebook:hover {
  border-color: #1877f2;
}

.lk-review-btn-label {
  font-weight: 700;
  font-size: 1rem;
}

.lk-review-btn-meta {
  font-size: 0.8rem;
  opacity: 0.8;
}

.lk-review-quotes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.lk-review-quotes li {
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(28, 20, 16, 0.1);
}

.lk-review-quotes p {
  margin: 0 0 0.35rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #2a211c;
}

.lk-review-quotes cite {
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #7a6a5e;
}

@media screen and (max-width: 767px) {
  .lk-review-fab {
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.7rem 0.95rem;
    font-size: 0.85rem;
  }

  .lk-review-panel {
    padding: 1.5rem 1.15rem 1.25rem;
  }
}

.lk-review-inline {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  line-height: 1.45;
}

.lk-review-inline a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* Testimonials: darker food backdrop, centered title, 2-up carousel */
.testimonial-section {
  position: relative;
  isolation: isolate;
}

.testimonial-section .testimonial-overlay {
  display: block;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(12, 8, 6, 0.78) 0%, rgba(12, 8, 6, 0.72) 45%, rgba(12, 8, 6, 0.82) 100%);
}

.testimonial-section .container.is-testimonial,
.testimonial-section .testimonial-block,
.testimonial-section .section-overlay-block {
  position: relative;
  z-index: 1;
}

.testimonial-section .testimonial-block {
  overflow: visible;
}

.testimonial-section .heading-block.is-testimonail {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.testimonial-section .section-heading.is-testimonial {
  max-width: min(40rem, 100%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.testimonial-main-block.lk-review-carousel {
  position: relative;
  visibility: visible !important;
  margin-top: 3rem;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5.5rem;
  box-sizing: border-box;
}

.lk-review-viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
}

.lk-review-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.35s ease;
  will-change: transform;
}

.lk-review-card.testimonial-single-block {
  display: block;
  flex: 0 0 calc((100% - 1.25rem) / 2);
  height: auto;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.lk-review-card .testimonial-content-block {
  max-width: none;
  height: 100%;
  min-height: 240px;
  visibility: visible !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.lk-review-card .testimonial-text {
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  text-transform: none;
  letter-spacing: 0.01em;
}

.lk-review-carousel .testimonial-arrow {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%);
  inset: auto !important;
  z-index: 8 !important;
  width: 64px;
  height: 64px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  background: rgba(12, 8, 6, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.lk-review-carousel .testimonial-arrow:hover {
  background: var(--primary-color, #dc1425);
  border-color: transparent;
  transform: translateY(-50%) scale(1.04);
}

.lk-review-carousel .testimonial-arrow.is-left {
  left: 0.35rem !important;
  right: auto !important;
}

.lk-review-carousel .testimonial-arrow.is-right {
  right: 0.35rem !important;
  left: auto !important;
}

.lk-review-carousel .testimonial-arrow.is-left .testimonial-arrow-icon {
  transform: scaleX(-1);
}

.lk-review-carousel .testimonial-arrow-icon {
  width: 22px;
  height: auto;
  filter: brightness(0) invert(1);
}

@media screen and (max-width: 991px) {
  .testimonial-main-block.lk-review-carousel {
    padding: 0 4.25rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-main-block.lk-review-carousel {
    margin-top: 2rem;
    padding: 0 3.25rem;
  }

  .lk-review-card.testimonial-single-block {
    flex: 0 0 100%;
  }

  .lk-review-track {
    gap: 0;
  }

  .lk-review-carousel .testimonial-arrow {
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lk-review-track {
    transition: none;
  }

  .lk-review-carousel .testimonial-arrow,
  .lk-review-carousel .testimonial-arrow:hover {
    transition: none;
    transform: translateY(-50%);
  }
}

