.rumba-refresh-page {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.rumba-refresh-shell {
  width: min(1200px, 100%) !important;
  max-width: 100vw;
  min-height: 100svh;
  overflow: hidden;
}

.rumba-refresh-shell,
.rumba-refresh-shell * {
  box-sizing: border-box;
}

.rumba-refresh-shell img,
.rumba-refresh-shell video {
  max-width: 100%;
}

.rumba-refresh-shell .scroll-fade {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.rumba-refresh-shell .scroll-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rumba-refresh-shell .form-status {
  min-height: 1.7rem;
}

.store-info-list {
  font-style: normal;
}

.store-info-row {
  display: grid !important;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  column-gap: 12px !important;
  align-items: start;
  margin: 0 !important;
  padding: 12px 0 !important;
}

.store-info-label {
  min-width: 0;
  color: #333c1c;
  font-weight: 800;
}

.store-info-value {
  min-width: 0;
  line-height: 1.75;
}

.menu-photo {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  flex-shrink: 0;
  margin: 0;
  overflow: hidden;
  background: rgba(75, 43, 16, 0.06);
  border: 1px solid rgba(75, 43, 16, 0.22);
  border-radius: 6px;
}

.menu-photo--hero {
  width: 420px;
  height: 380px;
  aspect-ratio: 420 / 380;
}

.menu-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-card {
  min-width: 0;
}

.rumba-refresh-menu-toggle {
  display: none;
}

@media (max-width: 820px) {
  .store-info-row {
    grid-template-columns: 5rem minmax(0, 1fr);
    column-gap: 8px !important;
    padding: 10px 0 !important;
  }

  .store-info-value {
    line-height: 1.65;
  }

  .rumba-refresh-header {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center !important;
    padding: 12px 20px !important;
  }

  .rumba-refresh-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    margin-left: auto;
    padding: 8px 12px;
    color: inherit;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 999px;
    cursor: pointer;
  }

  .rumba-refresh-menu-icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14px;
  }

  .rumba-refresh-menu-icon > span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .rumba-refresh-menu-icon > span:nth-child(1) {
    top: 0;
  }

  .rumba-refresh-menu-icon > span:nth-child(2) {
    top: 6px;
  }

  .rumba-refresh-menu-icon > span:nth-child(3) {
    top: 12px;
  }

  .rumba-refresh-menu-toggle.is-open .rumba-refresh-menu-icon > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .rumba-refresh-menu-toggle.is-open .rumba-refresh-menu-icon > span:nth-child(2) {
    opacity: 0;
  }

  .rumba-refresh-menu-toggle.is-open .rumba-refresh-menu-icon > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .rumba-refresh-nav {
    display: none !important;
    flex: 0 0 100%;
    flex-direction: column;
    width: 100%;
    align-items: stretch !important;
    gap: 2px !important;
    margin-top: 10px;
    padding-top: 8px;
    border-top: 1px solid currentColor;
  }

  .rumba-refresh-nav.is-open {
    display: flex !important;
  }

  .rumba-refresh-nav a {
    flex: none;
    width: 100%;
    min-height: 40px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    white-space: normal !important;
  }

  .rumba-refresh-shell > div:not(.rumba-refresh-header) {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .rumba-refresh-shell > h2 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .rumba-refresh-shell [style*="grid-template-columns"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .rumba-refresh-shell * {
    min-width: 0;
  }

  .rumba-refresh-shell p,
  .rumba-refresh-shell address,
  .rumba-refresh-shell label,
  .rumba-refresh-shell input,
  .rumba-refresh-shell select,
  .rumba-refresh-shell textarea {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .rumba-refresh-shell [style*="width:460px"],
  .rumba-refresh-shell [style*="width:420px"],
  .rumba-refresh-shell [style*="width: 955px"] {
    width: 100% !important;
  }

  .rumba-refresh-shell h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 11vw, 5.25rem) !important;
    overflow-wrap: anywhere;
  }

  .rumba-refresh-shell .store-page-title {
    font-size: clamp(1.9rem, 9vw, 2.25rem) !important;
    letter-spacing: 0.02em !important;
    white-space: nowrap;
    overflow-wrap: normal !important;
    word-break: keep-all;
  }

  .store-page-title__desktop-break {
    display: none;
  }

  .rumba-refresh-shell h2 {
    font-size: clamp(1.9rem, 8vw, 2.5rem) !important;
    overflow-wrap: anywhere;
  }

  .rumba-refresh-shell h3 {
    overflow-wrap: anywhere;
  }

  .rumba-refresh-shell p span[style*="white-space"] {
    white-space: normal !important;
  }

  .rumba-refresh-shell address p {
    flex-direction: column;
    gap: 8px !important;
  }

  .rumba-refresh-shell form [style*="grid-template-columns"] {
    gap: 24px !important;
  }

  .menu-mobile-note {
    height: auto !important;
    min-height: 0;
  }

  .menu-mobile-note p {
    margin: 0;
  }

  .menu-hero {
    gap: 36px !important;
  }

  .menu-photo,
  .menu-photo--hero {
    width: 100%;
    height: auto;
    aspect-ratio: 6 / 5;
  }

  .menu-photo--hero {
    aspect-ratio: 21 / 19;
  }

  .menu-card-grid {
    gap: 56px !important;
  }

  .rumba-refresh-shell .menu-section-title,
  .menu-card h3 {
    font-size: 26px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rumba-refresh-shell .scroll-fade {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
