#hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

#hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.panino-brand-statement {
  background: #f9f8f6;
  padding: 84px 0;
  border-top: 1px solid #eee7df;
}

@media (max-width: 767.98px) {
  .panino-brand-statement {
    padding: 56px 0;
  }
}

.panino-brand-statement .center-block {
  text-align: center;
}

.panino-brand-statement .display {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  color: #1f1b18;
}

@media (min-width: 992px) {
  .panino-brand-statement .display {
    font-size: 40px;
  }
}

.panino-brand-statement .eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6b5f57;
  background: #efece8;
  border: 1px solid #e2ddd8;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.panino-brand-statement .lead {
  font-size: 18px;
  line-height: 1.75;
  color: #3b342f;
  opacity: .95;
}

.panino-brand-statement .manifesto p {
  color: #3b342f;
  line-height: 1.8;
  margin: 0;
}

.panino-brand-statement .mt-8 {
  margin-top: 8px !important;
}

.panino-brand-statement .mt-16 {
  margin-top: 16px !important;
}




.panino-intro-premium {
  background: #f7f6f3;
  padding: 72px 0;
}

.panino-intro-premium .eyebrow {
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6b5f57;
  background: #efece8;
  border: 1px solid #e2ddd8;
  padding: 6px 10px;
  border-radius: 999px;
}

.panino-intro-premium .h2 {
  font-weight: 700;
  color: #1f1b18;
}

.panino-intro-premium .lead {
  font-size: 18px;
  line-height: 1.65;
  color: #3b342f;
}

.panino-intro-premium .bullet-list {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}

.panino-intro-premium .bullet-list li {
  position: relative;
  padding-left: 20px;
  margin: 6px 0;
}

.panino-intro-premium .bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b08c57;
}

.panino-intro-premium .media-frame {
  background: #fff;
  border: 1px solid #e9e3dc;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 10px 26px rgba(34, 22, 12, .06);
  aspect-ratio: 4 / 3;
  display: flex;
}

.panino-intro-premium .media-frame .swiper-wrapper {
  height: 100%;
}

.panino-intro-premium .media-frame img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.panino-intro-premium .soft-divider {
  height: 1px;
  margin: 48px 0;
  background: linear-gradient(90deg, rgba(176, 140, 87, 0), rgba(176, 140, 87, .4), rgba(176, 140, 87, 0));
}






.parallax-desktop {
  background-image: url(/images/parallax/menu.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  padding-bottom: 120px;
  position: relative;
}

.parallax-mobile {
  background-image: url(/images/parallax/menu.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
  position: relative;
}

.parallax-desktop .bg-overlay,
.parallax-mobile .bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .25);
}





.section-delivery {
  padding: 110px 0;
}

.delivery-hero {
  max-height: 420px;
  object-fit: contain;
}

.delivery-logos {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  background: #e6e1d7;
}

.platform img {
  max-height: 42px;
  width: auto;
}

@media (max-width: 767.98px) {
  .delivery-hero {
    max-height: 220px;
  }
}