.hero-top {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .48) 0%, rgba(0, 0, 0, .22) 22%, rgba(0, 0, 0, 0) 48%), url("/assets/img/orderXpresshero.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 820px;
}

.hero-content-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

@media (max-width: 991.98px) {
  .hero-top {
    min-height: 640px;
  }
}

@media (max-width: 991.98px) {
  .hero-content-section {
    padding-top: 80px;
    padding-bottom: 84px;
  }
}

@media (max-width: 767.98px) {
  .hero-top {
    min-height: 460px;
  }
}

@media (max-width: 767.98px) {
  .hero-content-section {
    padding-top: 56px;
    padding-bottom: 72px;
  }
}

@media (max-width: 575.98px) {
  .hero-top {
    min-height: 400px;
  }
}

@media (max-width: 575.98px) {
  .hero-content-section {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}

.hero-top,
.hero-top *:not(.custom-toggler):not(.custom-toggler-icon):not(.toggler-line):not(:is(.navbar-collapse, .navbar-collapse *)) {
  opacity: 1 !important;
  transform: none !important;
}

html:not(.js-ready) .reveal-section {
  opacity: 1;
  transform: none;
}

.reveal-section {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-section.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-section.is-revealed-instant {
  transition: none !important;
}

.reveal-section:not(.is-revealed) {
  content-visibility: auto;
  contain-intrinsic-size: auto 280px;
}

@media (max-width: 767.98px) {
  .reveal-section:not(.is-revealed) {
    content-visibility: visible;
    contain-intrinsic-size: auto;
  }
}

img[data-src] {
  opacity: 0;
  transition: opacity 0.35s ease;
}

img[data-src].is-loaded,
img.is-loaded {
  opacity: 1;
}

.custom-navbar {
  padding-top: 16px;
  padding-bottom: 16px;
}

.custom-navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .nav-item--mobile-only {
    display: none !important;
  }

  .custom-navbar-inner {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .mobile-nav-bar {
    display: contents;
  }

  .mobile-menu-panel {
    display: contents;
  }

  .custom-navbar .navbar-collapse {
    position: static !important;
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    height: auto !important;
    min-height: 0 !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    background: none !important;
    inset: auto !important;
  }

  .custom-navbar-nav {
    position: static;
    right: auto;
    top: auto;
    transform: translateY(-8px);
    margin: 0 0 0 auto;
    flex-direction: row;
  }
}

.custom-navbar .navbar-brand, .custom-navbar .navbar-collapse, .custom-navbar .navbar-nav {
  align-items: center;
}

.custom-navbar .navbar-brand {
  display: flex;
  margin-bottom: 0;
}

.custom-navbar .navbar-brand-logo {
  display: block;
}

.navbar-brand-logo {
  width: clamp(300px, 52vw, 860px);
  height: auto;
}

.custom-toggler {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
}

.custom-toggler:focus {
  box-shadow: none;
}

.custom-toggler-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid #ccfc8d;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition:
    background-color 0.28s ease,
    border-color 0.28s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.toggler-line {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background: #ccfc8d;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.toggler-line--h {
  transform: rotate(0deg);
}

.toggler-line--v {
  transform: rotate(90deg);
}

.custom-toggler:not(.collapsed) .toggler-line--h,
.custom-toggler[aria-expanded="true"] .toggler-line--h,
.custom-toggler.is-active .toggler-line--h {
  transform: rotate(45deg) !important;
}

.custom-toggler:not(.collapsed) .toggler-line--v,
.custom-toggler[aria-expanded="true"] .toggler-line--v,
.custom-toggler.is-active .toggler-line--v {
  transform: rotate(135deg) !important;
}

.custom-toggler:not(.collapsed) .custom-toggler-icon,
.custom-toggler[aria-expanded="true"] .custom-toggler-icon,
.custom-toggler.is-active .custom-toggler-icon {
  background: rgba(255, 255, 255, 0.14);
  transform: scale(1.04) !important;
}

.custom-navbar-nav {
  gap: 10px;
}

.navbar-cta {
  border-radius: 999px;
  border: 2px solid #474747;
  background: #ccfc8d;
  color: #474747;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  padding: 8px 22px;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.navbar-cta:hover, .navbar-cta:focus, .navbar-cta:focus-visible, .navbar-cta:active {
  background: #ccfc8d;
  color: #474747;
  box-shadow: 6px 6px 0 #474747;
  transform: translate(-2px, -2px);
  outline: none;
}

.hand-underline {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  padding-bottom: 8px;
}

.hand-underline::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 0;
  height: 12px;
  background: url("/assets/img/grifo.svg") center/100% 100% no-repeat;
  opacity: 0.95;
  pointer-events: none;
}

.hand-underline-double::after {
  background: url("/assets/img/grifo-duple.svg") center/100% 100% no-repeat;
}

.supporting-icon {
  width: 42px;
  height: auto;
  margin: 0 10px 6px;
  vertical-align: middle;
  transform: rotate(-12deg) translateY(-3px);
  transform-origin: center;
}

.hero-arrow {
  display: block;
  margin: 0;
}

@media (max-width: 767.98px) {
  .hero-arrow {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .custom-navbar {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

@media (max-width: 767.98px) {
  .mobile-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    position: relative;
    z-index: 1065;
  }

  body.menu-open .mobile-nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: calc(18px + env(safe-area-inset-top, 0px));
    padding-bottom: 12px;
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
    z-index: 1065;
  }

  body.menu-open .navbar-brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.menu-open .custom-toggler {
    flex: 0 0 auto;
  }
}

@media (max-width: 767.98px) {
  .custom-navbar .container {
    align-items: center;
    justify-content: space-between !important;
    flex-wrap: nowrap;
    gap: 0;
    position: relative;
    z-index: 1060;
  }
}

@media (max-width: 767.98px) {
  .custom-toggler {
    min-width: 48px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand-logo {
    width: clamp(200px, 58vw, 230px);
    max-height: 52px;
    object-fit: contain;
    object-position: left center;
  }
}

@media (max-width: 767.98px) {
  .custom-navbar-nav {
    position: static !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px;
    width: 100%;
    flex-direction: column;
  }

  .policy-header .custom-navbar-nav {
    flex-direction: column !important;
    margin: 0 !important;
    width: 100%;
    gap: 16px;
  }

  .custom-navbar-nav .nav-item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
  }

  .custom-navbar-nav .nav-item > .nav-link.p-0 {
    display: none;
  }

  .mobile-menu-panel {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .custom-navbar-inner {
    position: static;
  }

  .custom-navbar .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    min-height: 100dvh;
    padding: calc(76px + env(safe-area-inset-top, 0px)) 24px calc(32px + env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    background: linear-gradient(165deg, #474747 0%, #3a3a3a 52%, #333333 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-16px);
    transition:
      opacity 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0.38s;
  }

  .custom-navbar .navbar-collapse.show,
  .custom-navbar .navbar-collapse.collapsing {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    height: 100dvh !important;
  }

  .custom-navbar .navbar-collapse:not(.show):not(.collapsing) {
    display: none !important;
  }

  .custom-navbar .navbar-collapse.menu-is-closing {
    opacity: 0 !important;
    transform: translateY(-12px) !important;
    transition:
      opacity 0.28s ease,
      transform 0.28s ease,
      visibility 0.28s !important;
  }
}

@media (max-width: 767.98px) {
  .custom-navbar .nav-link {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .custom-navbar-nav .nav-item {
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    transform: translateY(24px);
  }

  body.menu-open .custom-navbar-nav .nav-item {
    animation: mobileCtaEnter 0.48s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  body.menu-open .custom-navbar-nav .nav-item:nth-child(1) {
    animation-delay: 0.12s;
  }

  body.menu-open .custom-navbar-nav .nav-item:nth-child(2) {
    animation-delay: 0.22s;
  }

  body.menu-open .custom-navbar-nav .nav-item:nth-child(3) {
    animation-delay: 0.32s;
  }

  .custom-navbar-nav .navbar-cta {
    width: min(100%, 300px);
    min-width: 220px;
    min-height: 56px;
    font-size: 1.12rem;
    padding: 12px 28px;
  }

  .policy-header .custom-navbar-nav .navbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 28px;
    line-height: 1;
  }
}

@media (max-width: 767.98px) {
  body.menu-open {
    overflow: hidden;
    overscroll-behavior: none;
  }
}

@media (max-width: 767.98px) {
  .policy-page .custom-toggler-icon {
    background: rgba(0, 0, 0, 0.22);
    border-color: #ccfc8d;
  }

  .policy-page .toggler-line {
    background: #ccfc8d;
  }

  body.menu-open.policy-page .custom-toggler-icon {
    background: rgba(255, 255, 255, 0.14);
    border-color: #ccfc8d;
  }

  body.menu-open.policy-page .toggler-line {
    background: #ccfc8d;
  }
}

@keyframes mobileCtaEnter {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes mobilePageCtaEnter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.serving-carousel {
  padding: 0 68px 0 60px;
}

.serving-carousel .carousel-inner {
  overflow: hidden;
  padding-inline: 18px;
  box-sizing: border-box;
}

.serving-carousel .carousel-item {
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 768px) {
  .serving-carousel .carousel-inner {
    min-height: 560px;
  }

  .serving-carousel .carousel-item,
  .serving-carousel .carousel-item .row {
    height: 100%;
  }

  .serving-carousel .carousel-item .row {
    align-items: stretch;
  }

  .serving-carousel .carousel-item .row > [class*="col-"] {
    display: flex;
  }

  .serving-carousel .serving-card {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }

  .serving-carousel .serving-card h3 {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }

  .serving-carousel .serving-card p {
    flex: 1;
    min-height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

.serving-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.serving-card-image {
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 3px solid #474747;
  border-radius: 24px;
  box-shadow: 14px 14px 0 #ccfc8d, 14px 14px 0 3px #474747;
}

.serving-card h3 {
  margin-top: 24px;
  min-height: 72px;
}

.serving-card p {
  margin-bottom: 0;
  min-height: 96px;
}

.serving-carousel .serving-indicators {
  position: static;
  margin-top: 24px;
  margin-bottom: 0;
}

.serving-carousel .carousel-indicators [data-bs-target] {
  width: 22px;
  height: 22px;
  border: 0;
  background: url("/assets/img/bulletOff.svg") center/contain no-repeat;
  opacity: 1;
}

.serving-carousel .carousel-indicators .active {
  opacity: 1;
  background: url("/assets/img/bulletOn.svg") center/contain no-repeat;
}

.stats-card {
  text-align: center;
}

.stats-card-image {
  width: clamp(170px, 16vw, 240px);
  height: clamp(170px, 16vw, 240px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.stats-card-text {
  margin-top: 24px;
  margin-bottom: 0;
  min-height: 120px;
}

.local-owner-section {
  padding-top: 16px;
  padding-bottom: 56px;
}

.local-owner-image-wrap {
  max-width: 430px;
  margin: 0 auto;
  padding: 0 14px 14px 0;
}

.local-owner-main-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 3px solid #474747;
  border-radius: 24px;
  box-shadow: 14px 14px 0 #ccfc8d, 14px 14px 0 3px #474747;
}

.local-owner-content {
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.local-owner-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #474747;
  border-radius: 999px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #474747;
  margin-top: 12px;
  margin-bottom: 20px;
}

.local-owner-avatar {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #474747;
  margin-bottom: 0;
}

.local-owner-content h4 {
  font-family: "DM Sans", sans-serif;
  color: #474747;
  margin-bottom: 2px;
  min-height: 60px;
}

.local-owner-role {
  font-family: "DM Sans", sans-serif;
  color: #474747;
  margin-bottom: 14px;
  min-height: 36px;
}

.local-owner-quote {
  font-family: "DM Sans", sans-serif;
  color: #474747;
  max-width: 420px;
  margin-bottom: 0;
  min-height: 132px;
}

.owner-carousel .carousel-inner {
  height: 780px;
  overflow: hidden;
}

.owner-carousel .carousel-item,
.owner-carousel .carousel-item .local-owner-section {
  min-height: 780px;
}

@media (min-width: 992px) {
  .owner-carousel .carousel-inner {
    height: 502px;
  }

  .owner-carousel .carousel-item,
  .owner-carousel .carousel-item .local-owner-section {
    min-height: 502px;
  }

  .local-owner-content {
    height: 430px;
    min-height: 430px;
    justify-content: center;
  }

  .local-owner-quote {
    min-height: 120px;
  }
}

@media (max-width: 991.98px) {
  .local-owner-content {
    height: 358px;
    min-height: 358px;
    text-align: center;
  }

  .local-owner-avatar {
    margin-left: auto;
    margin-right: auto;
  }
}

.owner-indicators {
  margin-bottom: 0;
}

#ownerCarousel .carousel-indicators [data-bs-target] {
  width: 22px;
  height: 22px;
  border: 0;
  background: url("/assets/img/bulletOff.svg") center/contain no-repeat;
  opacity: 1;
}

#ownerCarousel .carousel-indicators .active {
  opacity: 1;
  background: url("/assets/img/bulletOn.svg") center/contain no-repeat;
}

@media (max-width: 991.98px) {
  .serving-card h3, .serving-card p {
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .serving-carousel {
    padding-left: 68px;
    padding-right: 68px;
  }

  .owner-carousel {
    padding-left: 62px;
    padding-right: 62px;
  }

  .owner-carousel .carousel-inner {
    padding-inline: 8px;
    box-sizing: border-box;
  }

  .local-owner-image-wrap {
    padding: 0 16px 14px 4px;
  }

  .owner-carousel .owner-indicators {
    position: static;
    margin-top: 24px;
    margin-bottom: 0;
  }

  #servingCarouselMobile .carousel-inner {
    min-height: calc((300px + 288px) * 2 + 1.5rem);
  }

  #servingCarouselMobile .carousel-item .row {
    justify-content: center;
    align-items: stretch;
  }

  #servingCarouselMobile .carousel-item .row > [class*="col-"] {
    display: flex;
  }

  #servingCarouselMobile .serving-card {
    width: 100%;
  }

  #servingCarouselMobile .serving-card h3 {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }

  #servingCarouselMobile .serving-card p {
    flex: 1;
    min-height: 144px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .local-owner-section {
    --bs-gutter-x: 3.25rem;
  }
}

@media (min-width: 992px) {
  .local-owner-image-wrap {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .local-owner-content {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .local-owner-quote {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .stats-card {
    padding-bottom: 28px;
  }
}

@media (max-width: 991.98px) {
  .stats-card-text {
    min-height: auto;
  }
}

.contact-section {
  background: #f1f2ec;
  padding: 72px 0 64px;
  position: relative;
  overflow: hidden;
}

.contact-title {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.1;
  color: #474747;
  margin-bottom: 24px;
  font-weight: 700;
}

.contact-title span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.contact-text {
  font-family: "DM Sans", sans-serif;
  color: #474747;
  font-size: 1.1rem;
  line-height: 1.65;
  max-width: 560px;
  margin-bottom: 18px;
}

.contact-text a {
  color: #474747;
}

.contact-form {
  margin-left: auto;
}

.contact-form-wrap {
  position: relative;
  max-width: 560px;
  margin-left: auto;
}

.contact-form-wrap.is-success .contact-form {
  pointer-events: none;
  opacity: 0.28;
  transition: opacity 0.35s ease;
}

.contact-form-success-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 24px;
  border: 2px solid #8ecf3a;
  border-radius: 24px;
  background: rgba(251, 255, 245, 0.97);
  box-shadow: 0 10px 28px rgba(71, 71, 71, 0.08);
  text-align: center;
  animation: contactFormSuccessIn 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-form-success-overlay p {
  margin: 0;
  max-width: 28ch;
  font-family: "DM Sans", sans-serif;
  font-size: 1.15rem;
  line-height: 1.55;
  font-weight: 600;
  color: #474747;
}

@keyframes contactFormSuccessIn {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-form-success-overlay {
    animation: none;
  }

  .contact-form-wrap.is-success .contact-form {
    transition: none;
  }
}

.contact-input {
  border: 1px solid #b7bbb0;
  border-radius: 0;
  min-height: 48px;
  font-family: "DM Sans", sans-serif;
  color: #474747;
  background: transparent;
  transition: background-color .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.contact-input:focus, .contact-input:focus-visible, .contact-input:active {
  border-color: #474747;
  background: #ccfc8d;
  box-shadow: 6px 6px 0 #474747;
  outline: none;
}

.contact-textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-submit {
  border-radius: 999px;
  border: 2px solid #474747;
  background: #ccfc8d;
  color: #474747;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  padding: 8px 22px;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.contact-submit:hover, .contact-submit:focus, .contact-submit:focus-visible, .contact-submit:active {
  background: #ccfc8d;
  color: #474747;
  box-shadow: 6px 6px 0 #474747;
  transform: translate(-2px, -2px);
  outline: none;
}

.cta-touch {
  border-radius: 999px;
  border: 2px solid #474747;
  background: #ccfc8d;
  color: #474747;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  padding: 8px 22px;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cta-touch:hover, .cta-touch:focus, .cta-touch:focus-visible, .cta-touch:active {
  background: #ccfc8d;
  color: #474747;
  box-shadow: 6px 6px 0 #474747;
  transform: translate(-2px, -2px);
  outline: none;
}

@media (max-width: 767.98px) {
  .reveal-section:not(.is-revealed) .reveal-cta {
    opacity: 0;
  }

  .reveal-section.is-revealed .reveal-cta {
    animation: mobilePageCtaEnter 0.52s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }

  .reveal-section.is-revealed .reveal-cta:nth-of-type(2) {
    animation-delay: 0.08s;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.menu-open .custom-navbar-nav .nav-item,
  .reveal-section.is-revealed .reveal-cta {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .custom-navbar .navbar-collapse {
    transition: none !important;
  }

  .toggler-line,
  .custom-toggler-icon {
    transition: none !important;
  }
}

.contact-section .row {
  position: relative;
  z-index: 2;
}

.site-footer {
  background-color: #4a4a4a;
  padding: 104px 0 56px;
}

.footer-logo {
  max-width: 760px;
  width: 100%;
  margin-bottom: 54px;
}

.footer-bottom-row {
  --bs-gutter-x: 1rem;
}

.footer-links-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid #ccfc8d;
  background: #fff;
  color: #4a4a4a;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .2s ease, transform .2s ease;
}

.footer-pill:hover, .footer-pill:focus, .footer-pill:focus-visible {
  box-shadow: 6px 6px 0 #ccfc8d;
  transform: translate(-2px, -2px);
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.footer-social-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #ccfc8d;
  background: #fff;
  color: #4a4a4a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.35rem;
  transition: box-shadow .2s ease, transform .2s ease;
}

.footer-social-icon:hover, .footer-social-icon:focus, .footer-social-icon:focus-visible {
  box-shadow: 6px 6px 0 #ccfc8d;
  transform: translate(-2px, -2px);
}

@media (max-width: 991.98px) {
  .contact-section {
    padding: 52px 0 48px;
  }
}

@media (max-width: 991.98px) {
  .contact-form-wrap {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  .contact-text {
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  .contact-decor-top {
    width: 82px;
    top: 14px;
    right: 10px;
  }
}

@media (max-width: 991.98px) {
  .contact-decor-bottom {
    width: 70px;
    left: 8px;
    bottom: 14px;
  }
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 44px 0 24px;
  }
}

@media (max-width: 991.98px) {
  .footer-logo {
    margin-bottom: 34px;
  }
}

@media (max-width: 991.98px) {
  .footer-links-group {
    justify-content: center !important;
  }
}

.policy-page {
  --policy-surface: #e6e7e1;
  background: var(--policy-surface);
}

.policy-header {
  padding: 18px 0 10px;
}

.policy-header-inner {
  min-height: 48px;
}

.policy-logo {
  width: 180px;
  max-width: 100%;
}

.policy-main {
  padding: 24px 0 48px;
}

.policy-title {
  font-family: "DM Sans", sans-serif;
  color: #474747;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 18px;
}

.policy-content {
  font-family: "DM Sans", sans-serif;
  color: #474747;
  font-size: 17px;
  line-height: 1.65;
  width: 100%;
  max-width: none;
}

.policy-content h2 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
}

.policy-content .reveal-section + .reveal-section {
  margin-top: 24px;
}

.policy-intro {
  margin-bottom: 8px;
}

.policy-content ul {
  padding-left: 18px;
}

.policy-content li {
  margin-bottom: 6px;
}

.faq-main .policy-title {
  margin-bottom: 22px;
}

.faq-content h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 27px;
}

.faq-content > p {
  margin-bottom: 12px;
}

.faq-accordion {
  margin-top: 8px;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

.faq-accordion-item {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background: transparent !important;
  border-bottom: 1px solid #474747 !important;
  overflow: visible;
}

.faq-accordion-item:first-child {
  border-top: 0 !important;
}

.faq-accordion-button {
  background-color: transparent !important;
  background: transparent !important;
  color: #1f1f1f;
  font-weight: 600;
  box-shadow: none !important;
  border: 0;
  border-radius: 0 !important;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.faq-accordion-button:not(.collapsed) {
  background-color: transparent !important;
  background: transparent !important;
  color: #1f1f1f;
}

.faq-accordion-button::after {
  content: "";
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  margin-left: auto;
  margin-right: 4px;
  border: 0;
  border-right: 1px solid #474747;
  border-bottom: 1px solid #474747;
  background: none;
  background-image: none;
  transform: rotate(45deg);
  transition: transform 0.22s ease;
}

.faq-accordion-button:not(.collapsed)::after {
  transform: rotate(-135deg);
}

.faq-accordion .accordion-body {
  background-color: transparent !important;
  background: transparent !important;
  padding: 6px 0 20px;
  color: #3d3d3d;
}

.faq-accordion .accordion-item:last-child, .faq-accordion .accordion-item:last-child .accordion-button, .faq-accordion .accordion-item:last-child .accordion-collapse, .faq-accordion .accordion-item:last-child .accordion-body {
  border-radius: 0 !important;
}

.faq-accordion .accordion-collapse {
  border: 0 !important;
  background: transparent !important;
}

.faq-accordion .accordion-header {
  margin: 0;
  background: transparent !important;
}

.faq-accordion .accordion-item, .faq-accordion .accordion-item * {
  box-shadow: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    content-visibility: visible;
  }

  img[data-src] {
    opacity: 1;
  }
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body.policy-page {
  background: var(--policy-surface, #e6e7e1);
}

.policy-shell {
  --policy-surface: #e6e7e1;
  --policy-header-height: 72px;
  scroll-padding-top: calc(var(--policy-header-height) + 12px);
}

.policy-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #474747;
}

.policy-page-content {
  padding-top: var(--policy-header-height);
}

.policy-header .custom-navbar {
  padding-top: 12px;
  padding-bottom: 12px;
}

.policy-header .navbar-brand-logo {
  width: clamp(160px, 18vw, 220px);
  max-height: 36px;
  object-fit: contain;
  object-position: left center;
}

.policy-header .custom-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
}

.policy-header .custom-navbar-nav {
  position: static !important;
  top: auto !important;
  right: auto !important;
  transform: none !important;
}

.policy-header .navbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccfc8d;
  background: #fff;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1;
  min-height: 44px;
  padding: 0 22px;
  text-decoration: none;
}

.policy-header .navbar-cta:hover,
.policy-header .navbar-cta:focus,
.policy-header .navbar-cta:focus-visible,
.policy-header .navbar-cta:active {
  background: #fff;
  color: #4a4a4a;
  box-shadow: 6px 6px 0 #ccfc8d;
  transform: translate(-2px, -2px);
}

.policy-header .navbar-cta--active {
  box-shadow: inset 0 0 0 1px #ccfc8d;
  transform: none;
}

@media (min-width: 768px) {
  .policy-header .mobile-nav-bar {
    display: contents;
  }

  .policy-header .mobile-menu-panel {
    display: contents;
  }

  .policy-header .custom-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .policy-header .navbar-collapse {
    display: flex !important;
    flex: 1 1 auto;
    justify-content: flex-end;
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .policy-header .custom-navbar-nav {
    flex-direction: row;
    margin: 0 0 0 auto !important;
    transform: translateY(-8px) !important;
    gap: 10px;
  }
}

.scroll-anchor,
#contact-section {
  scroll-margin-top: 112px;
}

.policy-shell .scroll-anchor,
.policy-shell .faq-accordion-item {
  scroll-margin-top: calc(var(--policy-header-height) + 16px);
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 2000;
  padding: 10px 16px;
  border-radius: 999px;
  background: #474747;
  color: #fbfff5;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.page-transition {
  animation: pageFadeIn 0.2s ease;
}

@keyframes pageFadeIn {
  from {
    opacity: 0.92;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-transition {
    animation: none;
  }
}

.navbar-cta--active {
  box-shadow: inset 0 0 0 2px #474747;
  transform: none;
}

.page-breadcrumbs {
  margin-bottom: 18px;
}

.page-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  color: #666;
}

.page-breadcrumbs-item:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #999;
}

.page-breadcrumbs-item a {
  color: #474747;
  text-decoration: none;
}

.page-breadcrumbs-item a:hover,
.page-breadcrumbs-item a:focus-visible {
  text-decoration: underline;
}

.page-breadcrumbs-item span {
  color: #474747;
  font-weight: 600;
}

.faq-main {
  padding-bottom: 24px;
}

.policy-title--large {
  font-size: 27px;
}

.page-back-cta {
  padding-bottom: 96px;
}

.footer-logo-wrap {
  padding-bottom: 48px;
}

.home-section-nav {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 1020;
  transform: translate(-50%, -120%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.28s ease, opacity 0.28s ease;
  max-width: calc(100vw - 24px);
}

.home-section-nav.is-visible {
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}

.home-section-nav-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 6px;
  gap: 4px;
  border-radius: 999px;
  background: rgba(251, 255, 245, 0.94);
  border: 1px solid rgba(71, 71, 71, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}

@media (min-width: 768px) {
  .home-section-nav-list {
    display: flex;
  }
}

.home-section-nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #474747;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.home-section-nav-list a.is-active,
.home-section-nav-list a:hover,
.home-section-nav-list a:focus-visible {
  background: #ccfc8d;
}

.site-carousel-control {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #474747;
  background: #ccfc8d;
}

.site-carousel-control:hover,
.site-carousel-control:focus-visible {
  box-shadow: 4px 4px 0 #474747;
}

.site-carousel-control-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #474747;
  font-size: 1.6rem;
  line-height: 1;
}

.serving-carousel,
.owner-carousel {
  position: relative;
  padding-bottom: 48px;
}

.serving-carousel .carousel-control-prev,
.owner-carousel .carousel-control-prev {
  left: 0;
}

.serving-carousel .carousel-control-next,
.owner-carousel .carousel-control-next {
  right: 0;
}

@media (max-width: 767.98px) {
  .serving-carousel .site-carousel-control,
  .owner-carousel .site-carousel-control {
    top: calc(50% - 24px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
}

.contact-form-actions {
  padding-top: 12px;
}

.contact-form-feedback {
  min-height: 0;
  margin-top: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  border-radius: 16px;
}

.contact-form-feedback.is-success {
  color: #2f5d1f;
  padding: 12px 14px;
  background: rgba(204, 252, 141, 0.45);
  border: 1px solid #474747;
}

.contact-form-feedback.is-error {
  color: #7a1f1f;
  padding: 12px 14px;
  background: rgba(255, 230, 230, 0.8);
  border: 1px solid #c44;
}

.faq-accordion .accordion-collapse.collapsing {
  transition: height 0.28s ease;
}

.faq-accordion-item {
  scroll-margin-top: 120px;
}

.contact-submit:disabled {
  opacity: 0.7;
  cursor: wait;
}
