/* Catering menu + party chef services */

/* Full-bleed photo heroes for pages that only had text headings */
.page-hero-section.has-photo-hero {
  position: relative;
  overflow: hidden;
  padding-top: 220px;
  padding-bottom: 150px;
  margin-bottom: 2.75rem;
  background: #1c1410;
}

.page-hero-section.has-photo-hero .container.is-page-hero {
  position: relative;
  z-index: 2;
}

.page-hero-section.has-photo-hero .page-hero-heading,
.page-hero-section.has-photo-hero .page-hero-heading.is-menu,
.page-hero-section.has-photo-hero .page-hero-heading.is-small,
.page-hero-section.has-photo-hero .page-hero-heading.is-event,
.page-hero-section.has-photo-hero .page-hero-heading.is-terms-conditions,
.page-hero-section.has-photo-hero .date {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

.page-hero-image.is-menu,
.page-hero-image.is-reservation,
.page-hero-image.is-legal,
.page-hero-image.is-event-details,
.page-hero-image.is-contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: visible !important;
  opacity: 1 !important;
}

.page-hero-image.is-menu {
  background-image: url("../img/lizy/hero-party.webp"), url("../img/lizy/hero-party.jpg");
  background-position: 50% 42%;
}

.page-hero-image.is-contact {
  background-image: url("../img/lizy/gallery-feast.jpg");
  background-position: center 35%;
}

.page-hero-image.is-reservation {
  background-image: url("../img/6a4b92859b86b5bc60baac06_event-hero-image.avif");
  background-position: center 40%;
}

.page-hero-image.is-legal {
  background-image: url("../img/6a4649ff58750e00535d049f_dishes-image-1.avif");
}

.page-hero-image.is-event-details {
  background-image: url("../img/6a4b92859b86b5bc60baac06_event-hero-image.avif");
}

.page-hero-section.has-photo-hero .page-hero-overlay {
  background: linear-gradient(
    180deg,
    rgba(12, 8, 6, 0.55) 0%,
    rgba(12, 8, 6, 0.42) 45%,
    rgba(12, 8, 6, 0.62) 100%
  );
}

@media screen and (max-width: 991px) {
  .page-hero-section.has-photo-hero {
    padding-top: 160px;
    padding-bottom: 100px;
    margin-bottom: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .page-hero-section.has-photo-hero {
    padding-top: 140px;
    padding-bottom: 80px;
    margin-bottom: 2rem;
  }
}

.lk-home-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.lk-home-ctas .button {
  width: auto;
}

.menu-section.is-home-menu {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(220, 20, 37, 0.06), transparent 45%),
    linear-gradient(180deg, #f8f2ea 0%, #f3ebe1 100%);
}

.menu-section.is-home-menu .section-heading {
  text-align: center;
}

/* Let section titles read wide instead of stacking in a narrow block */
.section-heading,
.section-heading.is-small,
.section-heading.is-white,
.section-heading.is-testimonial,
.section-heading.is-event,
.section-heading.is-reservation,
.section-heading.is-event-page,
.section-heading.is-contact,
.section-heading.is-about,
.section-heading.is-table,
.section-heading.is-team,
.section-heading.is-about-reservation {
  max-width: min(56rem, 100%);
}

.heading-block {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .section-heading,
  .section-heading.is-small,
  .section-heading.is-white,
  .section-heading.is-testimonial,
  .section-heading.is-event,
  .section-heading.is-reservation,
  .section-heading.is-event-page,
  .section-heading.is-contact,
  .section-heading.is-about,
  .section-heading.is-table,
  .section-heading.is-team,
  .section-heading.is-about-reservation {
    max-width: 100%;
  }
}


.menu-section {
  --lk-ink: #1c1410;
  --lk-muted: #6a5a4e;
  --lk-paper: #f7f0e8;
  --lk-sheet: #fffaf4;
  --lk-line: rgba(28, 20, 16, 0.1);
  --lk-accent: #dc1425;
  --lk-accent-soft: rgba(220, 20, 37, 0.08);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(220, 20, 37, 0.055), transparent 42%),
    linear-gradient(180deg, #f8f2ea 0%, #f2e9df 55%, #efe6db 100%);
}

.menu-section .w-tabs {
  max-width: 920px;
  margin: 0 auto;
}

.menu-section .tabs-menu-block.w-tab-menu,
.menu-section .w-tab-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1.75rem;
}

.menu-section .menu-tab-link {
  border: 1px solid var(--lk-line);
  background: var(--lk-sheet);
  border-radius: 4px;
  padding: 0.55rem 1rem;
  color: var(--lk-ink, #1c1410);
  box-shadow: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.menu-section .menu-tab-link .menu-tab-text {
  color: inherit;
}

/* Override main.css white-on-hover: keep dark text on light tabs */
.menu-section .menu-tab-link:hover {
  background: #fff;
  border-color: var(--lk-ink, #1c1410);
  color: var(--lk-ink, #1c1410);
  box-shadow: 2px 2px #111;
}

.menu-section .menu-tab-link:hover .menu-tab-text {
  color: var(--lk-ink, #1c1410);
}

.menu-section .menu-tab-link.w--current,
.menu-section .menu-tab-link.w--current:hover {
  background: var(--lk-ink);
  border-color: var(--lk-ink);
  color: #fff;
  box-shadow: 2px 2px #111;
}

.menu-section .menu-tab-link.w--current .menu-tab-text,
.menu-section .menu-tab-link.w--current:hover .menu-tab-text {
  color: #fff;
}

.catering-note {
  max-width: 40rem;
  margin: 0.5rem auto 2.75rem;
  padding-top: 0.75rem;
  text-align: center;
  color: var(--lk-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.catering-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.catering-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0.35rem 0;
  background-color: #fffaf4;
  background-image:
    linear-gradient(180deg, rgba(255, 250, 244, 0.98), rgba(255, 248, 240, 0.92)),
    radial-gradient(ellipse at top, rgba(220, 20, 37, 0.06), transparent 55%);
  border: 1px solid var(--lk-line);
  box-shadow: 0 18px 50px rgba(28, 20, 16, 0.06);
}

.catering-more-hint {
  margin: 0;
  padding: 1rem 1.35rem 1.25rem;
  text-align: center;
  color: var(--lk-muted);
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.catering-more-hint a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.menu-skel {
  display: none;
  max-width: 880px;
  margin: 0 auto 2rem;
}
html.w-mod-js .menu-section:not(.is-menu-live) .menu-skel {
  display: block;
}
html.w-mod-js .menu-section:not(.is-menu-live) .w-tabs {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  pointer-events: none;
}
.menu-skel-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin-bottom: 1.75rem;
}
.menu-skel-tabs span {
  display: block;
  height: 42px;
  border-radius: 4px;
}
.menu-skel-tabs span:nth-child(1) { width: 7.6rem; }
.menu-skel-tabs span:nth-child(2) { width: 6.4rem; }
.menu-skel-tabs span:nth-child(3) { width: 5.2rem; }
.menu-skel-tabs span:nth-child(4) { width: 6.2rem; }
.menu-skel-tabs span:nth-child(5) { width: 5.4rem; }
.menu-skel-tabs span:nth-child(6) { width: 6.8rem; }
.menu-skel-tabs span:nth-child(7) { width: 8.2rem; }
.menu-skel-sheet {
  background: #fffaf4;
  border: 1px solid var(--lk-line, rgba(28, 20, 16, 0.1));
  box-shadow: 0 18px 50px rgba(28, 20, 16, 0.06);
}
.menu-skel-row {
  display: grid;
  gap: 0.7rem;
  padding: 1.45rem 1.35rem 1.55rem;
  border-bottom: 1px solid var(--lk-line, rgba(28, 20, 16, 0.1));
}
.menu-skel-row:last-child { border-bottom: 0; }
.menu-skel-line,
.menu-skel-btn {
  display: block;
  border-radius: 4px;
}
.menu-skel-line.is-title {
  width: min(16rem, 62%);
  height: 1.55rem;
}
.menu-skel-line.is-price {
  width: min(9rem, 36%);
  height: 1.05rem;
}
.menu-skel-btn {
  width: 8.6rem;
  height: 2.65rem;
}
.menu-skel-pulse {
  background: linear-gradient(90deg, #e4d4c2 0%, #f6eee4 42%, #e4d4c2 84%);
  background-size: 200% 100%;
  animation: lk-skel 1.15s ease-in-out infinite;
}
@keyframes lk-skel {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}

.menu-single-block.is-catering {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.95rem;
  align-items: stretch;
  padding: 1.45rem 1.35rem 1.55rem;
  border: none;
  border-bottom: 1px solid var(--lk-line);
  background: transparent;
  border-radius: 0;
  overflow: visible;
  transition: background 0.2s ease;
}

.menu-single-block.is-catering:last-child {
  border-bottom: none;
}

.menu-single-block.is-catering:hover {
  background: rgba(255, 255, 255, 0.55);
}

.menu-single-block.is-catering .menu-details-block {
  padding: 0;
  min-width: 0;
}

.menu-single-block.is-catering .menu-title {
  margin: 0;
  max-width: none;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(1.45rem, 3.4vw, 1.9rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.04em;
}

.menu-single-block.is-catering .menu-note {
  margin: 0.4rem 0 0;
  max-width: 34rem;
  color: var(--lk-muted);
  font-family: var(--_typography---font-family--secondary-font), Nunito, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.01em;
  white-space: pre-line;
}

.menu-single-block.is-catering .menu-text {
  display: none;
}

.menu-single-block.is-catering .divider {
  display: none;
}

.menu-single-block.is-catering .menu-price {
  margin: 0;
  color: var(--lk-muted);
  font-family: var(--_typography---font-family--secondary-font), Nunito, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: normal;
  text-align: left;
}

.menu-single-block.is-catering.is-lk-enhanced .menu-price {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.menu-single-block.is-catering .button-block {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.menu-single-block.is-catering .button.is-secondary {
  height: 48px;
  width: 100%;
  max-width: none;
  min-width: 0;
  padding: 0 1.15rem;
  border-radius: 4px;
  justify-content: center;
}

.menu-single-block.is-catering .menu-image-block,
.menu-single-block.is-catering .menu-tag-block {
  display: none;
}

/* Half / Full tray chooser */
.lk-tray-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  width: 100%;
}

.lk-tray-opt {
  appearance: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid var(--lk-line);
  background: #fff;
  color: var(--lk-ink);
  cursor: pointer;
  text-align: left;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.lk-tray-opt:hover {
  border-color: rgba(220, 20, 37, 0.45);
  transform: translateY(-1px);
}

.lk-tray-opt.is-selected {
  border-color: var(--lk-accent);
  background: var(--lk-accent-soft);
  box-shadow: inset 0 0 0 1px var(--lk-accent);
}

.lk-tray-label {
  font-family: var(--_typography---font-family--secondary-font), Nunito, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lk-muted);
}

.lk-tray-opt.is-selected .lk-tray-label {
  color: var(--lk-accent);
}

.lk-tray-price {
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: 1.55rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: var(--lk-ink);
}

.lk-tray-single {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.35rem 0 0.15rem;
}

.lk-tray-single .lk-tray-label {
  margin: 0;
}

.lk-tray-single .lk-tray-price {
  font-size: 1.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .lk-tray-opt,
  .menu-single-block.is-catering {
    transition: none;
  }

  .lk-tray-opt:hover {
    transform: none;
  }
}

.party-chef-section {
  background: #111;
  color: #fff;
  padding: 4rem 0;
}

.party-chef-section .section-heading {
  color: #fff;
}

.party-chef-section .section-text {
  color: rgba(255, 255, 255, 0.82);
  max-width: 40rem;
  margin: 0.75rem auto 0;
  text-align: center;
}

.party-chef-banner {
  display: inline-block;
  margin: 1.25rem auto 0;
  padding: 0.55rem 1.1rem;
  background: #dc1425;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.party-chef-steps,
.party-chef-events {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.party-chef-steps {
  grid-template-columns: repeat(4, 1fr);
}

.party-chef-events {
  grid-template-columns: repeat(5, 1fr);
}

.party-chef-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 1.25rem 1rem;
  text-align: center;
}

.party-chef-card .step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.65rem;
  border-radius: 999px;
  background: #dc1425;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.party-chef-card h3 {
  margin: 0 0 0.4rem;
  color: #fff;
  font-size: 1rem;
}

.party-chef-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
  line-height: 1.4;
}

.party-chef-cta {
  margin-top: 2rem;
  text-align: center;
}

.party-chef-cta a {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  border-bottom: 2px solid #dc1425;
}

.party-chef-cta span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.catering-flyer-link {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.catering-flyer-link a {
  color: #dc1425;
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .party-chef-steps {
    grid-template-columns: 1fr 1fr;
  }

  .party-chef-events {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .menu-single-block.is-catering {
    padding: 1.25rem 1rem 1.35rem;
    gap: 0.85rem;
  }

  .lk-tray-options {
    gap: 0.5rem;
  }

  .lk-tray-opt {
    padding: 0.8rem 0.85rem;
  }

  .lk-tray-price {
    font-size: 1.4rem;
  }

  .party-chef-steps,
  .party-chef-events {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .menu-single-block.is-catering.is-lk-enhanced {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    align-items: end;
    column-gap: 1.5rem;
  }

  .menu-single-block.is-catering.is-lk-enhanced .menu-details-block {
    align-self: center;
  }

  .menu-single-block.is-catering.is-lk-enhanced .button-block {
    grid-column: 2;
  }
}

/* Keep food cards uniform regardless of photo aspect ratio */
.dishes-image-block {
  aspect-ratio: 4 / 3;
  width: 100%;
  overflow: hidden;
}

.dishes-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.event-image,
.event-thumbnail,
.about-image,
.branding-image,
.reservation-image,
.about-story-image {
  object-fit: cover;
  object-position: center;
}

.signature-image {
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 991px) {
  .dishes-image-block {
    aspect-ratio: 1 / 1;
  }
}


/* Home about strip: match gallery "Food That Makes the Moment" image style */
.about-image-block {
  height: 654px;
  align-items: center;
}

.about-image-wrap {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  gap: 1.25rem;
}

.about-image {
  border-radius: 48px !important;
  flex: none;
  width: 100%;
  max-width: 460px;
  height: 580px;
  min-height: 0 !important;
  object-fit: cover;
  object-position: center;
}

.about-image-wrap .about-image:nth-child(1) {
  max-width: 460px;
  height: 580px;
  transform: rotate(-10deg);
}

.about-image-wrap .about-image:nth-child(2) {
  max-width: 400px;
  height: 490px;
  transform: translate(0, 37px) rotate(15deg);
}

.about-image-wrap .about-image:nth-child(3) {
  max-width: 460px;
  height: 580px;
  transform: rotate(-15deg);
}

@media screen and (max-width: 991px) {
  .about-image-block {
    height: 480px;
  }

  .about-image-wrap .about-image:nth-child(1),
  .about-image-wrap .about-image:nth-child(3) {
    max-width: 320px;
    height: 400px;
  }

  .about-image-wrap .about-image:nth-child(2) {
    max-width: 280px;
    height: 340px;
  }

  .about-image {
    border-radius: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .about-image-block {
    height: 360px;
  }

  .about-image-wrap {
    gap: 0.85rem;
  }

  .about-image-wrap .about-image:nth-child(1),
  .about-image-wrap .about-image:nth-child(3) {
    max-width: 220px;
    height: 280px;
  }

  .about-image-wrap .about-image:nth-child(2) {
    max-width: 190px;
    height: 240px;
    transform: translate(0, 24px) rotate(15deg);
  }

  .about-image {
    border-radius: 28px !important;
  }
}

@media screen and (max-width: 479px) {
  .about-image-block {
    height: 260px;
  }

  .about-image-wrap .about-image:nth-child(1),
  .about-image-wrap .about-image:nth-child(3) {
    max-width: 150px;
    height: 190px;
  }

  .about-image-wrap .about-image:nth-child(2) {
    max-width: 130px;
    height: 165px;
    transform: translate(0, 16px) rotate(15deg);
  }

  .about-image {
    border-radius: 20px !important;
  }
}

/* ----- Catering Favorites (homepage showcase, no prices) ----- */
.our-item-section.lk-favorites {
  background:
    radial-gradient(90% 70% at 12% 20%, rgba(255, 239, 203, 0.12), transparent 55%),
    radial-gradient(70% 60% at 88% 80%, rgba(220, 20, 37, 0.18), transparent 50%),
    linear-gradient(160deg, #0f2a18 0%, #005416 48%, #083518 100%);
  position: relative;
  overflow: hidden;
}

.lk-favorites-heading {
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.lk-favorites-lead {
  margin-top: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.55;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.lk-favorites-stage {
  display: block;
  width: 100%;
  position: relative;
}

.lk-favorites .signature-item-tab-block {
  align-items: stretch;
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.lk-favorites .tabs-content {
  flex: 1 1 48%;
  width: auto;
  max-width: none;
  min-width: 0;
  align-self: stretch;
  position: relative;
  min-height: 0;
}

.lk-favorites .tabs-content .w-tab-pane {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.lk-favorites .signature-image {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.lk-favorites .tabs-menu {
  flex: 1 1 48%;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  padding: 1.85rem 1.75rem 1.6rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  gap: 0.7rem;
  justify-content: center;
}

.lk-favorites-kicker {
  margin: 0 0 0.65rem;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #005416;
}

.lk-favorites .signature-item-title-block {
  border: none;
  border-radius: 18px;
  background: #f4f1ea;
  height: auto;
  min-height: 4.25rem;
  padding: 1.15rem 1.35rem;
  color: #1a1612;
  letter-spacing: 0.04em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.lk-favorites .signature-item-title-block:hover {
  background: #ebe4d8;
  transform: translateX(4px);
}

.lk-favorites .signature-item-title-block.w--current {
  border: none;
  background: #dc1425;
  color: #fff;
}

.lk-favorites .lk-fav-name {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.lk-favorites .lk-fav-meta {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  opacity: 0.72;
}

.lk-favorites .signature-item-title-block.w--current .lk-fav-meta {
  opacity: 0.9;
  color: #fff;
}

.lk-favorites-cta {
  margin-top: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.lk-favorites-cta:hover {
  background: #dc1425;
  color: #fff;
  transform: translateY(-1px);
}

.lk-favorites .signature-title,
.lk-favorites .button-block.is-signature-item {
  display: none;
}

@media screen and (max-width: 991px) {
  .lk-favorites .signature-item-tab-block {
    flex-direction: column;
  }

  .lk-favorites .tabs-menu {
    max-width: none;
    width: 100%;
    padding: 1.35rem 1.15rem;
  }

  .lk-favorites .tabs-content {
    flex: none;
    max-width: none;
    width: 100%;
    height: min(42vw, 320px);
    min-height: 240px;
  }

  .lk-favorites .tabs-content .w-tab-pane {
    position: absolute;
  }

  .lk-favorites .signature-image {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .lk-favorites-lead {
    font-size: 0.98rem;
  }

  .lk-favorites .tabs-content {
    height: 220px;
    min-height: 220px;
  }

  .lk-favorites .signature-image {
    border-radius: 20px;
    height: 100%;
  }

  .lk-favorites .signature-item-title-block {
    min-height: 3.75rem;
    padding: 1rem 1.15rem;
  }

  .lk-favorites .lk-fav-name {
    font-size: 1.08rem;
  }

  .lk-favorites .tabs-menu {
    border-radius: 20px;
  }
}


/* ----- Professional footer ----- */
.footer.lk-footer {
  background:
    radial-gradient(80% 60% at 0% 0%, rgba(220, 20, 37, 0.12), transparent 55%),
    radial-gradient(70% 50% at 100% 100%, rgba(0, 84, 22, 0.35), transparent 50%),
    linear-gradient(180deg, #0c1a12 0%, #08140e 55%, #060f0a 100%);
  color: rgba(255, 255, 255, 0.86);
  padding: clamp(3.5rem, 6vw, 5rem) 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.footer.lk-footer > .empty-space {
  display: none;
}

.lk-footer-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.5rem, 4vw, 3.5rem);
}

.lk-footer-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(0, 1fr)) minmax(220px, 1.25fr);
  gap: clamp(1.75rem, 3vw, 2.75rem);
  align-items: start;
}

.lk-footer-brand {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 22rem;
}

.lk-footer-logo-link {
  display: inline-flex;
  width: fit-content;
  text-decoration: none;
}

.footer.lk-footer .footer-logo {
  width: auto;
  height: clamp(48px, 6.5vw, 64px);
  max-width: min(72vw, 240px);
  object-fit: contain;
  filter: none;
}

.lk-footer-tagline {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 400;
}

.lk-footer-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  margin-top: 0.25rem;
  color: #fff;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 0.15rem;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lk-footer-phone:hover {
  color: #ffd7db;
  border-color: #dc1425;
}

.lk-footer-heading {
  margin: 0 0 1rem;
  color: #fff;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lk-footer-list,
.lk-footer-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.lk-footer-list a,
.lk-footer-connect a {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.98rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.lk-footer-list a:hover,
.lk-footer-connect a:hover {
  color: #fff;
}

.lk-footer-list a.is-current {
  color: #fff;
}

.lk-footer-info li {
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.95rem;
  line-height: 1.45;
}

.lk-footer-connect {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lk-footer-connect a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.lk-footer-connect a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dc1425;
  box-shadow: 0 0 0 3px rgba(220, 20, 37, 0.18);
  flex-shrink: 0;
}

.lk-footer-note {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.92rem;
  line-height: 1.5;
}

.footer.lk-footer .newsletter-form-block {
  margin: 0;
}

.footer.lk-footer .newslatter-from-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer.lk-footer .footer-field-title {
  display: none;
}

.footer.lk-footer .footer-email-field {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.95rem;
  box-shadow: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.footer.lk-footer .footer-email-field::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer.lk-footer .footer-email-field:focus {
  outline: none;
  border-color: rgba(220, 20, 37, 0.7);
  background: rgba(255, 255, 255, 0.09);
}

.footer.lk-footer .button-block.is-footer {
  margin: 0;
  width: 100%;
}

.footer.lk-footer .button.is-primary.is-footer {
  width: 100%;
  height: 48px;
  margin: 0;
  border: none;
  border-radius: 12px;
  background: #dc1425;
  box-shadow: none;
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s ease, transform 0.2s ease;
}

.footer.lk-footer .button.is-primary.is-footer:hover {
  background: #b91020;
  transform: translateY(-1px);
}

.footer.lk-footer .lk-newsletter-submit {
  cursor: pointer;
}

.footer.lk-footer .lk-newsletter-submit:disabled {
  opacity: 1;
  cursor: pointer;
}

.footer.lk-footer .footer-email-field[aria-invalid="true"] {
  border-color: #ff8a8a;
}

.footer.lk-footer .lk-newsletter-success,
.footer.lk-footer .lk-newsletter-error {
  margin: 0.85rem 0 0;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.9rem;
  line-height: 1.45;
}

.footer.lk-footer .lk-newsletter-success {
  color: #b8e6c4;
}

.footer.lk-footer .lk-newsletter-error {
  color: #ffb4b4;
}

.lk-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem 1.5rem;
  padding: 1.25rem 0 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  grid-column: 1 / -1;
  width: 100%;
}

.footer.lk-footer .copyright-text {
  margin: 0;
  flex: 0 0 auto;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.88rem;
}

.footer.lk-footer .copyright-right-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  gap: 0.35rem 0.85rem;
}

.footer.lk-footer .footer-menu-link {
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer.lk-footer .footer-menu-link:hover {
  color: #fff;
}

.footer.lk-footer .footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.footer.lk-footer .footer-copy-right-block,
.footer.lk-footer .footer-logo-block,
.footer.lk-footer .empty-space.is-small {
  display: none !important;
}

@media screen and (max-width: 1100px) {
  .lk-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lk-footer-brand {
    grid-column: 1 / -1;
    max-width: 32rem;
  }
}

@media screen and (max-width: 767px) {
  .footer.lk-footer {
    padding-top: 3rem;
  }

  .lk-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .lk-footer-bottom {
    padding-bottom: 5.5rem; /* room for review FAB */
  }
}

/* ----- Events / Occasions page ----- */
.lk-events-hero .page-hero-heading-block {
  max-width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  text-align: center;
}

.lk-events-hero .lk-events-kicker {
  text-align: center;
}

.lk-events-hero .page-hero-heading.is-event {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.4rem, 6.5vw, 4.25rem) !important;
  line-height: 1.08 !important;
  color: #fff;
  text-align: center;
}

.page-hero-section.has-photo-hero .page-hero-heading.is-event {
  max-width: 16ch;
  font-size: clamp(2.4rem, 6.5vw, 4.25rem) !important;
  line-height: 1.08 !important;
  color: #fff;
}

.lk-events-hero .lk-events-hero-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.lk-events-hero .lk-events-hero-cta {
  justify-content: center;
}

.lk-events-section .section-heading.is-event-page {
  max-width: min(20ch, 100%);
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2rem, 5vw, 3.25rem) !important;
  line-height: 1.12 !important;
  text-align: center;
  text-wrap: balance;
}

.lk-events-kicker {
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lk-events-hero-lead {
  margin: 0.85rem 0 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.lk-events-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  margin-top: 1.5rem;
}

.lk-events-hero-cta .button,
.lk-events-hero-cta .button.is-primary,
.lk-events-hero-cta .button.is-secondary {
  width: auto !important;
  flex: 0 0 auto;
  white-space: nowrap;
}

.lk-events-hero .lk-events-hero-cta .button.is-secondary {
  border-color: #fff;
  background: transparent;
  color: #fff;
  box-shadow: none;
  height: auto;
  padding: 0.85rem 1.35rem;
}

.lk-events-hero .lk-events-hero-cta .button.is-secondary .button-link-text {
  color: #fff;
}

.lk-occasion-detail .lk-events-hero-cta .button.is-secondary,
.lk-events-cta-band .lk-events-hero-cta .button.is-secondary {
  border-color: #1c1410;
  background: transparent;
  color: #1c1410;
  box-shadow: none;
  height: auto;
  padding: 0.85rem 1.35rem;
}

.lk-occasion-detail .lk-events-hero-cta .button.is-secondary .button-link-text,
.lk-events-cta-band .lk-events-hero-cta .button.is-secondary .button-link-text {
  color: #1c1410;
}

.lk-events-section {
  --lk-ink: #1c1410;
  --lk-muted: #6a5a4e;
  padding: 0.5rem 0 4rem;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(220, 20, 37, 0.05), transparent 42%),
    linear-gradient(180deg, #f8f2ea 0%, #f2e9df 100%);
}

.lk-events-intro {
  max-width: 40rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.lk-events-lead {
  margin: 0.75rem auto 0;
  max-width: 36rem;
  color: var(--lk-muted, #6a5a4e);
  font-size: 1.05rem;
  line-height: 1.65;
  text-align: center;
}

.lk-occasions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.lk-occasion {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.lk-occasion-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #1c1410;
}

.lk-occasion-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}

.lk-occasion:hover .lk-occasion-img,
.lk-occasion:focus-visible .lk-occasion-img {
  transform: scale(1.04);
}

.lk-occasion-body {
  padding: 1.15rem 0.1rem 0;
}

.lk-occasion-title {
  margin: 0;
  color: var(--lk-ink, #1c1410);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lk-occasion-text {
  margin: 0.55rem 0 0;
  max-width: 34ch;
  color: var(--lk-muted, #6a5a4e);
  font-size: 1rem;
  line-height: 1.55;
}

.lk-occasion-link {
  display: inline-block;
  margin-top: 0.85rem;
  color: #dc1425;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(220, 20, 37, 0.35);
  transition: border-color 0.2s ease;
}

.lk-occasion:hover .lk-occasion-link,
.lk-occasion:focus-visible .lk-occasion-link {
  border-bottom-color: #dc1425;
}

.lk-events-how {
  --lk-ink: #1c1410;
  --lk-muted: #6a5a4e;
  --lk-line: rgba(28, 20, 16, 0.12);
  --lk-accent: #dc1425;
  padding: clamp(3.25rem, 7vw, 5rem) 0;
  background:
    linear-gradient(90deg, rgba(220, 20, 37, 0.06) 0%, transparent 28%),
    linear-gradient(180deg, #efe6db 0%, #f7f0e8 100%);
  color: var(--lk-ink);
}

.lk-events-how-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.lk-events-how-intro {
  max-width: 22rem;
}

.lk-events-how-kicker {
  margin: 0 0 0.65rem;
  color: var(--lk-accent);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lk-events-how-heading {
  margin: 0;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 10ch;
}

.lk-events-how-lead {
  margin: 0.9rem 0 0;
  color: var(--lk-muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

.lk-events-how-link {
  display: inline-block;
  margin-top: 1.25rem;
  color: var(--lk-accent);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid rgba(220, 20, 37, 0.3);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lk-events-how-link:hover {
  border-bottom-color: var(--lk-accent);
  transform: translateX(3px);
}

.lk-events-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  position: relative;
}

.lk-events-steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 1.55rem;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--lk-accent) 12%,
    var(--lk-accent) 88%,
    transparent 100%
  );
  opacity: 0.35;
  pointer-events: none;
}

.lk-events-step {
  position: relative;
  padding: 0 1.1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: lk-step-in 0.55s ease both;
}

.lk-events-step:nth-child(2) {
  animation-delay: 0.08s;
}

.lk-events-step:nth-child(3) {
  animation-delay: 0.16s;
}

.lk-events-step:last-child {
  padding-right: 0;
}

.lk-events-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--lk-accent);
  color: var(--lk-accent);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 24px rgba(28, 20, 16, 0.08);
  position: relative;
  z-index: 1;
}

.lk-events-step-body {
  padding-right: 0.5rem;
}

.lk-events-step h3 {
  margin: 0 0 0.45rem;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.15;
}

.lk-events-step p {
  margin: 0;
  color: var(--lk-muted);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 24ch;
}

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

.lk-events-cta-band {
  padding: 3.75rem 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(220, 20, 37, 0.08), transparent 45%),
    linear-gradient(180deg, #f3ebe1 0%, #efe6db 100%);
}

.lk-events-cta-inner {
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

.lk-events-cta-heading {
  margin: 0;
  color: #1c1410;
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(1.85rem, 4vw, 2.6rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.lk-events-cta-text {
  margin: 0.75rem 0 0;
  color: #6a5a4e;
  font-size: 1.05rem;
  line-height: 1.6;
}

.lk-events-cta-band .lk-events-hero-cta {
  justify-content: center;
}

.lk-events-phone {
  color: #1c1410;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.lk-events-phone:hover {
  color: #dc1425;
}

/* Occasion detail pages */
.lk-occasion-detail {
  --lk-ink: #1c1410;
  --lk-muted: #6a5a4e;
  padding: 0.5rem 0 3.5rem;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(220, 20, 37, 0.05), transparent 42%),
    linear-gradient(180deg, #f8f2ea 0%, #f2e9df 100%);
}

.lk-occasion-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

.lk-occasion-detail-copy h2 {
  margin: 0 0 0.85rem;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  line-height: 1.15;
  text-transform: uppercase;
}

.lk-occasion-detail-copy p {
  margin: 0 0 1rem;
  color: var(--lk-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.lk-occasion-detail-copy ul {
  margin: 0 0 1.5rem;
  padding-left: 1.15rem;
  color: var(--lk-ink);
  font-size: 1.02rem;
  line-height: 1.7;
}

.lk-occasion-detail-aside {
  padding: 1.5rem 1.35rem;
  background: #fffaf4;
  border: 1px solid rgba(28, 20, 16, 0.1);
}

.lk-occasion-detail-aside h3 {
  margin: 0 0 0.65rem;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lk-occasion-detail-aside p {
  margin: 0 0 1.15rem;
  color: var(--lk-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.lk-occasion-detail-aside .lk-events-hero-cta {
  margin-top: 0;
}

.lk-occasion-back {
  display: inline-block;
  margin-bottom: 1.5rem;
  color: #dc1425;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.lk-occasion-back:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .lk-occasions-grid {
    grid-template-columns: 1fr;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }

  .lk-events-how-layout {
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }

  .lk-events-how-intro {
    max-width: 34rem;
    margin: 0 auto;
    text-align: center;
  }

  .lk-events-how-heading {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .lk-events-steps {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
    gap: 0;
    padding-left: 0.25rem;
  }

  .lk-events-steps::before {
    left: 1.5rem;
    right: auto;
    top: 1.55rem;
    bottom: 1.55rem;
    width: 2px;
    height: auto;
    background: linear-gradient(
      180deg,
      transparent 0%,
      var(--lk-accent) 10%,
      var(--lk-accent) 90%,
      transparent 100%
    );
  }

  .lk-events-step {
    flex-direction: row;
    align-items: flex-start;
    gap: 1.1rem;
    padding: 0 0 1.75rem;
  }

  .lk-events-step:last-child {
    padding-bottom: 0;
  }

  .lk-events-step-body {
    padding-top: 0.45rem;
    padding-right: 0;
  }

  .lk-events-step p {
    max-width: none;
  }

  .lk-occasion-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .lk-events-section {
    padding-bottom: 3rem;
  }

  .lk-events-how,
  .lk-events-cta-band {
    padding: 2.75rem 0;
  }

  .lk-occasion-media {
    aspect-ratio: 5 / 4;
  }
}

.page-hero-image.lk-occasion-hero-birthday,
.page-hero-image.lk-occasion-hero-wedding,
.page-hero-image.lk-occasion-hero-corporate,
.page-hero-image.lk-occasion-hero-babyshower {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Occasion detail heroes - center title + lead like Events */
.page-hero-section.is-event-details.has-photo-hero .page-hero-heading-block {
  align-items: center;
  max-width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-hero-section.is-event-details.has-photo-hero .lk-events-kicker,
.page-hero-section.is-event-details.has-photo-hero .lk-events-hero-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-hero-section.is-event-details.has-photo-hero .page-hero-heading.is-event {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Menu + legal photo heroes */
.page-hero-section.has-photo-hero .page-hero-heading-block {
  align-items: center;
  text-align: center;
}

.page-hero-section.has-photo-hero .page-hero-heading.is-menu,
.page-hero-section.has-photo-hero .page-hero-heading.is-small,
.page-hero-section.has-photo-hero .page-hero-heading.is-terms-conditions {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ----- Order / Reservation page ----- */
.page-hero-section.is-reservation.has-photo-hero {
  margin-bottom: 0;
}

.lk-order-hero .page-hero-heading-block {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  width: 100%;
  max-width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.lk-order-hero .container.is-page-hero {
  display: flex;
  justify-content: center;
  text-align: center;
}

.lk-order-hero .lk-events-kicker,
.lk-order-hero .lk-events-hero-lead {
  width: 100%;
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.lk-order-hero .page-hero-heading.is-event {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2.4rem, 6.5vw, 4.25rem) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.lk-order-hero .page-hero-heading .gsap_split_line,
.lk-order-hero .page-hero-heading .gsap_split_line-mask {
  display: block;
  width: 100% !important;
  text-align: center !important;
}

.lk-order-section {
  --lk-ink: #1c1410;
  --lk-muted: #6a5a4e;
  --lk-line: rgba(28, 20, 16, 0.1);
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse at 18% 0%, rgba(220, 20, 37, 0.05), transparent 42%),
    linear-gradient(180deg, #f8f2ea 0%, #f2e9df 100%);
}

.lk-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.lk-order-aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 6rem;
}

.lk-order-card {
  padding: 1.35rem 1.25rem;
  background: #fffaf4;
  border: 1px solid var(--lk-line);
}

.lk-order-card-title {
  margin: 0 0 0.85rem;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lk-order-checklist,
.lk-order-step-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--lk-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.lk-order-checklist {
  list-style: none;
  padding-left: 0;
}

.lk-order-checklist li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.45rem;
}

.lk-order-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #dc1425;
  font-weight: 700;
}

.lk-order-step-list li + li {
  margin-top: 0.65rem;
}

.lk-order-step-list strong {
  color: var(--lk-ink);
}

.lk-order-help p {
  margin: 0 0 0.85rem;
  color: var(--lk-muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.lk-order-phone {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  text-decoration: none;
}

.lk-order-phone:hover {
  color: #dc1425;
}

.lk-order-menu-link {
  color: #dc1425;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.lk-order-menu-link:hover {
  text-decoration: underline;
}

.lk-order-form-panel.reservation-block {
  max-width: none;
  align-self: stretch;
  padding: clamp(1.5rem, 3vw, 2rem) clamp(1.35rem, 3vw, 2rem);
  border: 1px solid var(--lk-line);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 50px rgba(28, 20, 16, 0.08);
}

.lk-order-form-head {
  margin-bottom: 1.5rem;
}

.lk-order-form-title {
  margin: 0;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.lk-order-form-lead {
  margin: 0.55rem 0 0;
  color: var(--lk-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.lk-order-form {
  width: 100%;
}

.lk-order-fieldset {
  margin: 0 0 1.5rem;
  padding: 0 0 1.35rem;
  border: none;
  border-bottom: 1px solid var(--lk-line);
}

.lk-order-fieldset:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.lk-order-legend {
  display: block;
  width: 100%;
  margin: 0 0 1rem;
  padding: 0;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lk-order-grid {
  display: grid;
  gap: 0.85rem 1rem;
}

.lk-order-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lk-order-field {
  min-width: 0;
}

.lk-order-label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--lk-ink);
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}

.lk-order-optional {
  color: var(--lk-muted);
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
}

.lk-order-input.input-field {
  height: auto;
  min-height: 52px;
  margin-bottom: 0;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(28, 20, 16, 0.16);
  border-radius: 10px;
  background: #fff;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lk-order-input.input-field:focus {
  border-color: #dc1425;
  box-shadow: 0 0 0 3px rgba(220, 20, 37, 0.12);
  outline: none;
}

.lk-order-input.input-field.is-selector {
  background-position: calc(100% - 1rem) center;
}

.lk-order-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.5;
}

.lk-order-note {
  margin: 0 0 1.15rem;
  color: var(--lk-muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.lk-order-submit.button.is-primary {
  width: 100% !important;
  min-height: 52px;
  border-radius: 999px;
  box-shadow: none;
  font-size: 1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lk-order-section .success-message,
.lk-order-section .error-message {
  margin-top: 1rem;
  border-radius: 10px;
}

.lk-order-section .error-message a {
  color: inherit;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .lk-order-layout {
    grid-template-columns: 1fr;
  }

  .lk-order-aside {
    position: static;
    grid-template-columns: 1fr;
  }

  .lk-order-grid--2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .lk-order-section {
    padding-top: 2rem;
  }

  .lk-order-form-panel.reservation-block {
    padding: 1.25rem 1rem;
  }
}

/* ----- Contact page ----- */
.page-hero-section.lk-contact-hero {
  margin-bottom: 0;
}

.lk-contact-hero .container.is-page-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.lk-contact-hero .page-hero-heading-block {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  width: 100%;
  max-width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.lk-contact-hero .lk-events-kicker,
.lk-contact-hero .lk-events-hero-lead,
.lk-contact-hero .page-hero-heading,
.lk-contact-hero .page-hero-heading.is-event {
  width: 100%;
  max-width: none;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.lk-contact-hero .page-hero-heading.is-event {
  font-size: clamp(2.4rem, 6.5vw, 4rem) !important;
  line-height: 1.08 !important;
  color: #fff;
}

.lk-contact-hero .lk-events-hero-lead {
  max-width: 32rem;
}

.lk-contact-hero .page-hero-heading .gsap_split_line,
.lk-contact-hero .page-hero-heading .gsap_split_line-mask {
  display: block;
  width: 100% !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.lk-contact-section {
  --lk-ink: #1c1410;
  --lk-muted: #6a5a4e;
  --lk-line: rgba(28, 20, 16, 0.1);
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse at 82% 0%, rgba(220, 20, 37, 0.05), transparent 42%),
    linear-gradient(180deg, #f8f2ea 0%, #f2e9df 100%);
}

.lk-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
}

.lk-contact-aside {
  display: grid;
  gap: 1rem;
  position: sticky;
  top: 6rem;
}

.lk-contact-card {
  padding: 1.35rem 1.25rem;
  background: #fffaf4;
  border: 1px solid var(--lk-line);
}

.lk-contact-card--primary {
  background: #1c1410;
  border-color: #1c1410;
  color: #fff;
}

.lk-contact-card-title {
  margin: 0 0 0.75rem;
  font-family: var(--_typography---font-family--primary-font), Ranchers, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lk-contact-card--primary .lk-contact-card-title {
  color: #fff;
}

.lk-contact-link--phone {
  display: block;
  margin-bottom: 0.55rem;
  color: #fff;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.lk-contact-link--phone:hover {
  color: #ffb4bc;
}

.lk-contact-card-text,
.lk-contact-address {
  margin: 0 0 0.85rem;
  color: var(--lk-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.lk-contact-card--primary .lk-contact-card-text {
  color: rgba(255, 255, 255, 0.78);
}

.lk-contact-address {
  color: var(--lk-ink);
  font-weight: 600;
  line-height: 1.5;
}

.lk-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.25rem;
}

.lk-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: #dc1425;
  color: #fff;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease;
}

.lk-contact-btn:hover {
  background: #b8101f;
  color: #fff;
}

.lk-contact-btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.lk-contact-btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.lk-contact-card .lk-order-checklist li {
  color: var(--lk-muted);
}

.lk-contact-card--order {
  background: #fff;
}

.lk-contact-order-btn.button.is-primary {
  width: 100% !important;
  margin-bottom: 0.75rem;
  border-radius: 999px;
  box-shadow: none;
}

.lk-contact-form-panel {
  padding: clamp(1.5rem, 3vw, 2rem);
  background: #fff;
  border: 1px solid var(--lk-line);
  box-shadow: 0 18px 50px rgba(28, 20, 16, 0.08);
}

.lk-contact-form .lk-order-note a {
  color: #dc1425;
  font-weight: 600;
  text-decoration: none;
}

.lk-contact-form .lk-order-note a:hover {
  text-decoration: underline;
}

.lk-contact-section .success-message,
.lk-contact-section .error-message {
  margin-top: 1rem;
  border-radius: 10px;
}

.lk-contact-section .error-message a {
  color: inherit;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .lk-contact-layout {
    grid-template-columns: 1fr;
  }

  .lk-contact-aside {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .lk-contact-section {
    padding-top: 2rem;
  }

  .lk-contact-form-panel {
    padding: 1.25rem 1rem;
  }
}

/* ----- Legal pages (Privacy, Terms, Cookies, Allergens) ----- */
.lk-legal-hero .page-hero-heading-block {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center;
  width: 100%;
  max-width: min(40rem, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.lk-legal-hero .container.is-page-hero {
  display: flex;
  justify-content: center;
  text-align: center;
}

.lk-legal-hero .lk-events-kicker,
.lk-legal-hero .page-hero-heading,
.lk-legal-hero .date {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.lk-legal-hero .date {
  margin-top: 0.85rem;
  opacity: 0.9;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.lk-legal-section-wrap.terms-conditions-section {
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.lk-legal-layout {
  display: grid;
  grid-template-columns: minmax(10rem, 12.5rem) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: start;
  max-width: 56rem;
  margin: 0 auto;
}

.lk-legal-nav {
  position: sticky;
  top: 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.35rem 0;
}

.lk-legal-nav-link {
  display: block;
  padding: 0.65rem 0.85rem;
  color: var(--lk-muted, #6b5e54);
  font-family: var(--_typography---font-family--secondary-font, Nunito, sans-serif);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.lk-legal-nav-link:hover {
  color: #1c1410;
  background: rgba(28, 20, 16, 0.04);
}

.lk-legal-nav-link.is-current {
  color: #1c1410;
  border-left-color: #dc1425;
  background: rgba(220, 20, 37, 0.06);
}

.lk-legal-content {
  min-width: 0;
  max-width: 42rem;
}

.lk-legal-section {
  margin: 0;
  padding: 0 0 clamp(1.75rem, 3.5vw, 2.5rem);
  border-bottom: 1px solid var(--lk-line, rgba(28, 20, 16, 0.1));
}

.lk-legal-section + .lk-legal-section {
  padding-top: clamp(1.75rem, 3.5vw, 2.5rem);
}

.lk-legal-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lk-legal-title {
  margin: 0 0 1rem;
  color: #1c1410;
  font-family: var(--_typography---font-family--secondary-font, Nunito, sans-serif);
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.lk-legal-text {
  margin: 0 0 1rem;
  color: var(--lk-muted, #5c5048);
  font-family: var(--_typography---font-family--secondary-font, Nunito, sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}

.lk-legal-text:last-child {
  margin-bottom: 0;
}

.lk-legal-text strong {
  color: #1c1410;
  font-weight: 700;
}

.lk-legal-list {
  margin: 0.35rem 0 1.15rem;
  padding: 0 0 0 1.25rem;
  color: var(--lk-muted, #5c5048);
  font-family: var(--_typography---font-family--secondary-font, Nunito, sans-serif);
  font-size: 1rem;
  line-height: 1.7;
}

.lk-legal-list li {
  margin: 0.35rem 0;
}

.lk-legal-list + .lk-legal-text {
  margin-top: 0.25rem;
}

@media screen and (max-width: 991px) {
  .lk-legal-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .lk-legal-nav {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--lk-line, rgba(28, 20, 16, 0.1));
  }

  .lk-legal-nav-link {
    border-left: 0;
    border-bottom: 2px solid transparent;
    padding: 0.5rem 0.75rem;
  }

  .lk-legal-nav-link.is-current {
    border-left-color: transparent;
    border-bottom-color: #dc1425;
  }

  .lk-legal-content {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .lk-legal-section-wrap.terms-conditions-section {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .lk-legal-section,
  .lk-legal-section + .lk-legal-section {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lk-legal-section:first-child {
    padding-top: 0;
  }

  .lk-legal-text,
  .lk-legal-list {
    font-size: 0.975rem;
    line-height: 1.65;
  }
}

/* --- Lizy's real kitchen media --- */
.hero-section .hero-image-block {
  /* Same still as last GitHub push (main.css hero) */
  background-image: url("../img/6a4354b368cf2d8db024f33d_3766f482763f2df8f51245f340f379cb_hero-image.avif");
  background-position: 50%;
  background-size: cover;
}

.hero-section .hero-image-block::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(8, 6, 4, 0.52) 0%,
      rgba(8, 6, 4, 0.28) 45%,
      rgba(8, 6, 4, 0.58) 100%
    ),
    rgba(8, 6, 4, 0.22);
}

.hero-section .hero-content-block {
  z-index: 2;
}

.lk-kitchen-reel {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(220, 20, 37, 0.05), transparent 45%),
    linear-gradient(180deg, #f7f1ea 0%, #f3ebe2 100%);
}

.lk-kitchen-reel .lk-reel-lead {
  margin-top: 0.75rem;
  max-width: 36ch;
  color: #5a4b42;
}

.lk-reel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.lk-reel-card {
  margin: 0;
  border-radius: 1.25rem;
  overflow: hidden;
  background: #1c1410;
  box-shadow: 0 12px 30px rgba(28, 20, 16, 0.12);
}

.lk-reel-video {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  background: #1c1410;
}

.lk-reel-card figcaption {
  padding: 0.7rem 0.85rem 0.9rem;
  font-family: var(--_typography---font-family--secondary-font, Outfit, sans-serif);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: #1c1410;
}

@media screen and (max-width: 767px) {
  .lk-reel-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .lk-reel-video {
    aspect-ratio: 16 / 10;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lk-reel-video {
    display: none;
  }

  .lk-reel-card {
    min-height: 220px;
    background-size: cover;
    background-position: center;
  }

  .lk-reel-card:nth-child(1) {
    background-image: url("../img/lizy/dish-puff.jpg");
  }

  .lk-reel-card:nth-child(2) {
    background-image: url("../img/lizy/about-cooking.jpg");
  }

  .lk-reel-card:nth-child(3) {
    background-image: url("../img/lizy/gallery-feast.jpg");
  }
}
