@media (max-width: 1023px) {
  html {
    scroll-padding-top: 74px;
  }

  .site-shell {
    width: min(100% - 1rem, 74rem);
  }

  .section-pad {
    padding-block: 2.5rem;
  }

  header nav.site-shell {
    min-height: 70px !important;
    padding-block: 0.5rem !important;
  }

  .mobile-menu-panel {
    padding: 0.75rem !important;
  }

  .mobile-menu-panel a {
    padding: 0.75rem 1rem !important;
  }

  .editorial-heading {
    line-height: 1 !important;
  }

  .reveal h2.editorial-heading {
    font-size: 2.15rem !important;
  }

  .reveal > span {
    margin-top: 1rem !important;
  }

  .reveal > p:last-child {
    margin-top: 1rem !important;
    line-height: 1.65 !important;
  }

  .photo-panel {
    min-height: 14rem !important;
    border-radius: 1rem !important;
  }

  .photo-panel .panel-label {
    bottom: 0.75rem;
    left: 0.75rem;
    max-width: calc(100% - 1.5rem);
    padding: 0.5rem 0.75rem;
    font-size: 0.65rem;
  }

  .photo-panel .panel-mark {
    top: 0.75rem;
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  main > section:first-child > .site-shell:first-child {
    min-height: auto !important;
    gap: 1.5rem !important;
    padding-block: 2rem !important;
  }

  main > section:first-child h1.editorial-heading {
    margin-top: 1rem !important;
    font-size: clamp(2.65rem, 9vw, 3.5rem) !important;
  }

  main > section:first-child h1 + p {
    margin-top: 1rem !important;
    font-size: 1rem !important;
    line-height: 1.65 !important;
  }

  main > section:first-child h1 + p + div {
    margin-top: 1.25rem !important;
  }

  main > section:first-child > .site-shell:first-child > div:first-child > div:last-child {
    display: none !important;
  }

  main > section:first-child > .site-shell:first-child > div:nth-child(2) {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(14rem, 76%);
    grid-template-columns: none !important;
    gap: 0.75rem !important;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  main > section:first-child > .site-shell:first-child > div:nth-child(2)::-webkit-scrollbar {
    display: none;
  }

  main > section:first-child > .site-shell:first-child > div:nth-child(2) > * {
    margin-top: 0 !important;
    scroll-snap-align: start;
  }

  main > section:first-child > .site-shell:first-child .photo-panel {
    min-height: 13rem !important;
  }

  main > section:first-child > .site-shell:first-child + .site-shell {
    display: none;
  }

  #about > .site-shell {
    gap: 1.5rem !important;
  }

  #about > .site-shell > .photo-panel {
    min-height: 16rem !important;
  }

  #about img[alt="ESTIA Greek Urban Food"] {
    width: 8rem !important;
    height: 4rem !important;
    margin-bottom: 1rem !important;
  }

  #about [class~="mt-7"][class~="grid"] {
    gap: 0.75rem !important;
    margin-top: 1rem !important;
  }

  #about [class~="mt-7"][class~="grid"] p {
    line-height: 1.65 !important;
  }

  #about [class~="mt-7"][class~="grid"] p:last-child {
    display: none;
  }

  #about [class~="mt-8"][class~="grid"] {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    grid-template-columns: none !important;
    gap: 0.75rem !important;
    overflow-x: auto;
    margin-top: 1.25rem !important;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #about [class~="mt-8"][class~="grid"]::-webkit-scrollbar {
    display: none;
  }

  #about [class~="mt-8"][class~="grid"] article {
    padding: 0.8rem !important;
    border-radius: 1rem !important;
    scroll-snap-align: start;
  }

  #about [class~="mt-8"][class~="grid"] article > span {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  #menu > .site-shell > div:nth-child(2) {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 78%;
    grid-template-columns: none !important;
    gap: 0.75rem !important;
    overflow-x: auto;
    margin-top: 1.5rem !important;
    padding-bottom: 0.35rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #menu > .site-shell > div:nth-child(2)::-webkit-scrollbar {
    display: none;
  }

  #menu > .site-shell > div:nth-child(2) > * {
    scroll-snap-align: start;
  }

  #menu > .site-shell > div:nth-child(3) {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
    margin-top: 0.75rem !important;
  }

  #menu > .site-shell > div:nth-child(3) .photo-panel {
    min-height: 10rem !important;
  }

  .home-menu-tabs {
    margin-top: 1.5rem !important;
  }

  .home-menu-link {
    min-height: 2.5rem !important;
    padding-inline: 0.85rem !important;
    font-size: 0.7rem !important;
  }

  .home-menu-tabs > div:nth-child(2) {
    gap: 1rem !important;
    margin-top: 1rem !important;
  }

  .home-menu-section {
    padding: 1rem !important;
    border-radius: 1rem !important;
  }

  .home-menu-section > div:first-child {
    gap: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .home-menu-section .editorial-heading {
    font-size: 1.75rem !important;
  }

  .home-menu-section .menu-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 0.5rem;
    padding-block: 0.65rem;
  }

  .home-menu-section .menu-row h4,
  .home-menu-section .menu-row > p {
    font-size: 0.95rem !important;
    line-height: 1.25 !important;
  }

  .home-menu-section .menu-row > div > p {
    display: none;
  }

  .home-menu-section .menu-row:nth-child(n + 7) {
    display: none;
  }

  .home-menu-tabs > div:last-child {
    margin-top: 1rem !important;
  }

  #location > .site-shell > div:nth-child(2) {
    gap: 1rem !important;
    margin-top: 1.5rem !important;
  }

  #location iframe {
    height: 13rem !important;
  }

  #location article.cream-card {
    padding: 1rem !important;
    border-radius: 1rem !important;
  }

  #location article.cream-card > span {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  #location article.cream-card h3 {
    margin-top: 0.8rem !important;
    font-size: 1.7rem !important;
  }

  #location article.cream-card [class~="mt-6"] {
    margin-top: 1rem !important;
  }

  #reviews .site-shell > div:first-child {
    gap: 1rem !important;
  }

  #reviews [class~="mt-10"][class~="grid"] {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 82%;
    grid-template-columns: none !important;
    gap: 0.75rem !important;
    overflow-x: auto;
    margin-top: 1.5rem !important;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #reviews [class~="mt-10"][class~="grid"]::-webkit-scrollbar {
    display: none;
  }

  #reviews article.cream-card {
    min-height: 17rem !important;
    padding: 1rem !important;
    border-radius: 1rem !important;
    scroll-snap-align: start;
  }

  #reviews article.cream-card h3 {
    margin-top: 1rem !important;
    font-size: 1.75rem !important;
  }

  #reviews article.cream-card p {
    margin-top: 1rem !important;
  }

  #contact [class~="mt-10"][class~="grid"] {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-columns: 72%;
    grid-template-columns: none !important;
    gap: 0.75rem !important;
    overflow-x: auto;
    margin-top: 1.5rem !important;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  #contact [class~="mt-10"][class~="grid"]::-webkit-scrollbar {
    display: none;
  }

  #contact .brand-card {
    padding: 1rem !important;
    border-radius: 1rem !important;
    scroll-snap-align: start;
  }

  #contact .brand-card > span {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }

  #contact .brand-card h3 {
    margin-top: 1rem !important;
    font-size: 1.7rem !important;
  }

  #contact > .site-shell > div:last-child {
    margin-top: 1.5rem !important;
  }

  footer .site-shell {
    gap: 1.5rem !important;
    padding-block: 2rem !important;
  }

  footer .site-shell > div:first-child p {
    display: none;
  }

  footer .site-shell > div:not(:first-child) > div {
    margin-top: 0.75rem !important;
  }
}

@media (max-width: 480px) {
  .section-pad {
    padding-block: 2.15rem;
  }

  .reveal h2.editorial-heading {
    font-size: 2rem !important;
  }

  main > section:first-child > .site-shell:first-child > div:nth-child(2),
  #menu > .site-shell > div:nth-child(2),
  #reviews [class~="mt-10"][class~="grid"] {
    grid-auto-columns: 86%;
  }

  #contact [class~="mt-10"][class~="grid"] {
    grid-auto-columns: 82%;
  }
}
