:root {
  --pommy-red: #ff2f37;
  --pommy-orange: #ff7629;
  --pommy-yellow: #ffe817;
  --pommy-ink: #191919;
  --pommy-muted: #656565;
  --pommy-surface: #fff9f3;
  --pommy-border: #e8e8e8;
  --pommy-motion-ease: cubic-bezier(.22, 1, .36, 1);
  --pommy-motion-fast: 180ms;
}

.pommy-skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 10000;
  padding: 10px 14px;
  background: #fff;
  color: var(--pommy-ink);
  border: 2px solid var(--pommy-orange);
  transform: translateY(-160%);
  transition: transform var(--pommy-motion-fast) var(--pommy-motion-ease);
}

.pommy-skip-link:focus-visible { transform: translateY(0); }

.header-logo.pommy-logo { width: 54px; height: 54px; object-fit: contain; }
.footer-logo.pommy-logo { width: 96px; height: 96px; object-fit: contain; }
.brand.w-nav-brand { display: flex; align-items: center; }

.pommy-section-inner { max-width: 1272px; margin: 0 auto; padding: 96px 24px; }
.pommy-section-inner.compact { padding-top: 64px; padding-bottom: 64px; }
.pommy-section-inner.center { text-align: center; }
.pommy-page-intro { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.pommy-page-intro p { color: var(--pommy-muted); }
.pommy-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;
}
.pommy-eyebrow { margin-bottom: 12px; color: var(--pommy-orange); font-weight: 700; text-transform: uppercase; }

.pommy-hero-grid,
.pommy-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 64px;
  align-items: center;
}

.pommy-hero-copy { max-width: 580px; }
.pommy-hero-copy h1 { margin-bottom: 20px; }
.pommy-hero-copy p { max-width: 540px; margin-bottom: 28px; color: var(--pommy-muted); }
.pommy-hero-image { width: 100%; min-height: 440px; max-height: 560px; object-fit: cover; border-radius: 8px; }
.pommy-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.pommy-service-strip,
.pommy-chip-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.pommy-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--pommy-border);
  border-radius: 999px;
  background: #fff;
  color: var(--pommy-ink);
  font-weight: 700;
}

.pommy-category-grid,
.pommy-menu-grid,
.pommy-post-grid,
.pommy-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pommy-category-card,
.pommy-menu-card,
.pommy-post-card,
.pommy-info-card {
  overflow: hidden;
  border: 1px solid var(--pommy-border);
  border-radius: 8px;
  background: #fff;
}

.pommy-category-card,
.pommy-info-card { padding: 28px; }
.pommy-category-card h3, .pommy-info-card h3 { margin-bottom: 10px; }
.pommy-category-card p, .pommy-info-card p { color: var(--pommy-muted); }

.pommy-menu-card { display: flex; min-width: 0; flex-direction: column; }
.pommy-menu-card-image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: var(--pommy-surface); }
.pommy-menu-card-image img { width: 100%; height: 100%; object-fit: cover; }
.pommy-menu-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.pommy-menu-card-top { display: flex; gap: 14px; justify-content: space-between; align-items: flex-start; }
.pommy-menu-card h3 { margin: 0; font-size: 20px; }
.pommy-menu-card h3 a {
  color: var(--pommy-ink);
  text-decoration: none;
  transition: color 180ms ease;
}
.pommy-menu-card h3 a:hover { color: var(--pommy-orange); }
.pommy-price { flex: none; color: var(--pommy-orange); font-weight: 700; white-space: nowrap; }
.pommy-menu-card p { min-height: 48px; margin: 12px 0 18px; color: var(--pommy-muted); }
.pommy-menu-card-actions { display: flex; gap: 10px; margin-top: auto; }
.pommy-menu-card-actions .button-primary,
.pommy-menu-card-actions .button-secondary {
  flex: 1;
  padding: 12px 14px;
  text-align: center;
  text-decoration: none;
}
.pommy-menu-card h3 a:focus-visible,
.pommy-menu-card-image:focus-visible,
.pommy-menu-card-actions .button-primary:focus-visible,
.pommy-menu-card-actions .button-secondary:focus-visible,
.pommy-original-menu-card .image-wrapper:focus-visible,
.pommy-original-menu-card .title a:focus-visible,
.pommy-original-add:focus-visible {
  border-radius: 4px;
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--pommy-ink);
}

.pommy-menu-tools { display: grid; gap: 20px; margin-bottom: 40px; }
.pommy-search-label { display: block; margin-bottom: 8px; color: var(--pommy-ink); font-weight: 700; }
.pommy-search-input { width: 100%; min-height: 54px; margin: 0; }
.pommy-category-tabs { display: flex; gap: 10px; overflow-x: auto; padding: 2px 2px 10px; scrollbar-width: thin; }
.pommy-category-tab {
  flex: none;
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--pommy-border);
  border-radius: 999px;
  background: #fff;
  color: var(--pommy-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.pommy-category-tab[aria-pressed="true"] { border-color: var(--pommy-orange); background: var(--pommy-orange); color: #fff; }
.pommy-results-count { margin: 0; color: var(--pommy-muted); }
.pommy-empty-state { grid-column: 1 / -1; padding: 56px 24px; text-align: center; border: 1px solid var(--pommy-border); border-radius: 8px; }

.pommy-product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 64px; align-items: center; }
.pommy-product-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 8px; }
.pommy-product-copy p { color: var(--pommy-muted); }
.pommy-product-price { margin: 20px 0; color: var(--pommy-orange); font-size: 28px; font-weight: 700; }
.pommy-quantity-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: end; }
.pommy-quantity-field { width: 120px; }
.pommy-quantity-field label { display: block; margin-bottom: 8px; font-weight: 700; }
.pommy-quantity-field input { width: 100%; min-height: 52px; margin: 0; }

.pommy-cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: block;
  background: rgba(0, 0, 0, .48);
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms ease;
}
.pommy-cart-overlay.is-open { opacity: 1; pointer-events: auto; }
.pommy-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  width: min(440px, 100vw);
  height: 100dvh;
  flex-direction: column;
  background: #fff;
  box-shadow: -14px 0 40px rgba(0, 0, 0, .16);
  transform: translateX(105%);
  transition: transform 360ms var(--pommy-motion-ease);
}
.pommy-cart-drawer.is-open { transform: translateX(0); }
.pommy-cart-header,
.pommy-cart-footer { padding: 22px 24px; border-bottom: 1px solid var(--pommy-border); }
.pommy-cart-header { display: flex; justify-content: space-between; align-items: center; }
.pommy-cart-header h2 { margin: 0; font-size: 26px; }
.pommy-icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--pommy-border);
  border-radius: 50%;
  background: #fff;
  color: var(--pommy-ink);
  font: inherit;
  font-size: 24px;
  cursor: pointer;
}
.pommy-cart-items { flex: 1; overflow-y: auto; padding: 8px 24px; }
.pommy-cart-empty { padding: 48px 0; text-align: center; color: var(--pommy-muted); }
.pommy-cart-item { display: grid; grid-template-columns: 76px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--pommy-border); }
.pommy-cart-item > a { display: block; width: 76px; height: 76px; }
.pommy-cart-item > div { min-width: 0; }
.pommy-cart-item img { width: 76px; height: 76px; object-fit: cover; border-radius: 6px; }
.pommy-cart-item h3 { margin: 0 0 4px; font-size: 17px; }
.pommy-cart-item h3 a { color: var(--pommy-orange); text-decoration: none; transition: color 160ms ease; }
.pommy-cart-item h3 a:hover { color: var(--pommy-ink); }
.pommy-cart-item h3 a:focus-visible,
.pommy-remove-button:focus-visible,
.pommy-clear-cart:focus-visible,
.pommy-cart-footer .button-primary:focus-visible { outline: 3px solid rgba(239, 125, 57, .45); outline-offset: 3px; }
.pommy-cart-item-meta { color: var(--pommy-muted); font-size: 14px; }
.pommy-cart-item-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; align-items: center; }
.pommy-quantity-button { width: 34px; height: 34px; border: 1px solid var(--pommy-border); border-radius: 50%; background: #fff; cursor: pointer; }
.pommy-remove-button { border: 0; background: transparent; color: #a32626; text-decoration: none; cursor: pointer; transition: color 160ms ease; }
.pommy-remove-button:hover { color: var(--pommy-ink); }
.pommy-cart-total { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 16px; font-size: 20px; font-weight: 700; }
.pommy-cart-footer { display: grid; gap: 10px; border-top: 1px solid var(--pommy-border); border-bottom: 0; }
.pommy-cart-footer .pommy-cart-total { margin-bottom: 6px; }
.pommy-cart-footer .button-primary { display: flex; width: 100%; max-width: none; margin: 0; justify-content: center; text-align: center; text-decoration: none; }
.pommy-clear-cart { width: 100%; min-height: 36px; margin: 0; border: 0; background: transparent; color: var(--pommy-muted); text-decoration: none; cursor: pointer; transition: color 160ms ease; }
.pommy-clear-cart:hover { color: var(--pommy-ink); }
.pommy-cart-open { white-space: nowrap; }

.pommy-checkout-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 48px; align-items: start; }
.pommy-checkout-panel { padding: 32px; border: 1px solid var(--pommy-border); border-radius: 8px; background: #fff; }
.pommy-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.pommy-field { margin-bottom: 18px; }
.pommy-field label, .pommy-field legend { display: block; margin-bottom: 8px; color: var(--pommy-ink); font-weight: 700; }
.pommy-field input, .pommy-field textarea, .pommy-field select { width: 100%; margin: 0; }
.pommy-radio-row { display: flex; gap: 18px; flex-wrap: wrap; }
.pommy-radio-option { display: flex; gap: 8px; align-items: center; }
.pommy-radio-option input { width: auto; }
.pommy-errors { margin-bottom: 18px; padding: 14px 16px; border-left: 4px solid #b42318; background: #fff2f0; color: #7a271a; }
.pommy-order-line { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--pommy-border); }
.pommy-order-line:last-child { border-bottom: 0; }
.pommy-order-success { padding: 28px; border: 1px solid #9dd6af; border-radius: 8px; background: #f0fff4; }
.pommy-order-success h2 { margin-top: 0; }
.pommy-manual-copy { width: 100%; min-height: 180px; margin-top: 12px; resize: vertical; }

.pommy-post-card a { color: inherit; }
.pommy-post-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.pommy-post-card-body { padding: 24px; }
.pommy-post-card time { color: var(--pommy-muted); font-size: 14px; }
.pommy-post-card h2, .pommy-post-card h3 { margin: 10px 0; font-size: 22px; }
.pommy-article { max-width: 820px; margin: 0 auto; }
.pommy-article h1 { margin-bottom: 16px; }
.pommy-article-meta { margin-bottom: 32px; color: var(--pommy-muted); }
.pommy-article h2 { margin-top: 38px; }
.pommy-article-cta { margin-top: 44px; padding: 28px; border-radius: 8px; background: var(--pommy-surface); }

.pommy-contact-list { display: grid; gap: 14px; margin: 24px 0; }
.pommy-contact-list strong { display: block; margin-bottom: 3px; }
.pommy-contact-list a { color: var(--pommy-ink); }
.pommy-disclosure { color: var(--pommy-muted); font-size: 14px; }
.pommy-footer-actions { display: grid; gap: 12px; }
.pommy-footer-actions a { color: inherit; }
.footer-logo-container { display: inline-flex; }
.footer-bottom-content { justify-content: space-between; gap: 20px; flex-wrap: wrap; }

:focus-visible { outline: 3px solid var(--pommy-yellow); outline-offset: 3px; }
[hidden] { display: none !important; }
body.pommy-cart-locked { overflow: hidden; }

@media (max-width: 991px) {
  .pommy-category-grid, .pommy-menu-grid, .pommy-post-grid, .pommy-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pommy-hero-grid, .pommy-two-column, .pommy-product-layout, .pommy-checkout-grid { grid-template-columns: 1fr; }
  .pommy-hero-image { min-height: 360px; }
  .header-logo.pommy-logo { width: 48px; height: 48px; }
  .menu-button.w-nav-button {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    cursor: pointer;
  }
  .menu-button .w-icon-nav-menu::before { content: "\2630"; font-size: 24px; line-height: 1; }
  .menu-button .lottie-animation:not(:empty) + .pommy-fallback-menu-icon { display: none; }
  .nav-menu.w-nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 20px 24px;
    background: #fff;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .1);
  }
  .w-nav-overlay .nav-menu.w-nav-menu[data-nav-menu-open] { top: 0; }
  .nav-menu.w-nav-menu .header-navigation { display: grid; gap: 10px; }
}

@media (max-width: 767px) {
  .pommy-section-inner { padding: 72px 20px; }
  .pommy-section-inner.compact { padding-top: 48px; padding-bottom: 48px; }
  .pommy-category-grid, .pommy-menu-grid, .pommy-post-grid, .pommy-feature-grid { grid-template-columns: 1fr; }
  .pommy-field-grid { grid-template-columns: 1fr; gap: 0; }
  .pommy-menu-card p { min-height: 0; }
  .pommy-hero-image { min-height: 280px; }
  .pommy-checkout-panel { padding: 22px; }
  .pommy-actions .button-primary, .pommy-actions .button-secondary { width: 100%; text-align: center; }
  .pommy-header-cart { margin-left: auto; }
  .pommy-cart-open { padding-left: 14px; padding-right: 14px; }
}

@media (max-width: 479px) {
  .pommy-menu-card-actions { flex-direction: column; }
  .pommy-product-layout { gap: 32px; }
  .pommy-quantity-row { align-items: stretch; }
  .pommy-quantity-field { width: 100%; }
  .pommy-quantity-row .button-primary { width: 100%; }
  .header-logo.pommy-logo { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  .pommy-skip-link,
  .pommy-cart-overlay,
  .pommy-cart-drawer,
  .button-primary,
  .button-secondary,
  .pommy-original-home .menu-category-card img,
  .pommy-original-home .pommy-gallery-section .image.instagram,
  .footer .image.instagram,
  .pommy-original-menu-card .image-wrapper.menu-card .image,
  .pommy-original-add { transition: none !important; }
  #main-content [data-w-id] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  [data-w-id="eea6b3e0-d9ff-e6b5-76a4-5c0b4254248e"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
  .pommy-card-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  #main-content .image.home-hero-image {
    transform: rotate(-2deg) !important;
  }
  .menu-button .lottie-animation { display: none !important; }
  .menu-button .pommy-fallback-menu-icon { display: block !important; }
}

html.pommy-ix2-pending .pommy-original-home [data-pommy-native-reveal] {
  opacity: 0 !important;
}

html.pommy-ix2-pending [data-w-id="eea6b3e0-d9ff-e6b5-76a4-5c0b4254248e"] {
  opacity: 0 !important;
}

html.pommy-ix2-disabled .pommy-original-home [data-pommy-native-reveal] {
  opacity: 1 !important;
  transform: none !important;
}

html.pommy-ix2-disabled [data-w-id="eea6b3e0-d9ff-e6b5-76a4-5c0b4254248e"] {
  opacity: 1 !important;
  transform: none !important;
}

html.pommy-ix2-disabled .pommy-original-home .image.home-hero-image {
  transform: rotate(-2deg) !important;
}

@media (max-width: 768px) {
  html.pommy-card-reveals-ready .pommy-original-home .pommy-card-reveal {
    opacity: 0;
    transform: scale(.97);
    transition: opacity 360ms cubic-bezier(.25, .1, .25, 1) var(--pommy-card-delay, 0ms),
      transform 360ms cubic-bezier(.25, .1, .25, 1) var(--pommy-card-delay, 0ms);
  }

  html.pommy-card-reveals-ready .pommy-original-home .pommy-card-reveal.is-visible {
    opacity: 1;
    transform: scale(1);
  }
}

/* Pommy content mapped onto the original Restaurante X compositions. */
.section.pommy-standard-section {
  padding-top: 0;
  padding-bottom: 0;
}

.pommy-original-home {
  overflow: hidden;
}

.pommy-original-home .section.home-hero h1 {
  max-width: 560px;
}

@media (min-width: 992px) {
  .pommy-original-home .pommy-home-hero-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .pommy-original-home .pommy-home-hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    align-items: center;
    column-gap: 40px;
  }

  .pommy-original-home .pommy-home-hero-copy {
    width: 100%;
    max-width: 500px;
  }

  .pommy-original-home .section.home-hero h1 {
    max-width: 500px;
  }

  .pommy-original-home .pommy-home-hero-copy > p {
    max-width: 440px;
    margin-bottom: 32px;
  }

  .pommy-original-home .pommy-home-hero-media {
    width: 100%;
    max-width: 540px;
    justify-self: end;
  }
}

@media (min-width: 1200px) {
  .pommy-original-home .pommy-home-hero-container {
    max-width: 1232px;
  }

  .pommy-original-home .pommy-home-hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    column-gap: 64px;
  }

  .pommy-original-home .pommy-home-hero-copy,
  .pommy-original-home .section.home-hero h1 {
    max-width: 600px;
  }

  .pommy-original-home .pommy-home-hero-copy > p {
    max-width: 470px;
  }
}

.pommy-service-apps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px 64px;
  color: var(--pommy-ink);
  font-size: 20px;
  font-weight: 700;
}

.pommy-original-home .menu-category-card img {
  width: 72px;
  height: 72px;
}

.pommy-home-about-grid {
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.pommy-home-about-copy {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

.pommy-home-about-composition {
  grid-column: 1;
  grid-row: 1;
  min-height: 640px;
}

.pommy-home-about-composition > .image {
  min-height: 610px;
}

.pommy-original-detail {
  display: flex;
  align-items: flex-start;
}

.pommy-about-actions {
  margin-top: 24px;
}

.pommy-original-menu-card .image-wrapper.menu-card {
  display: block;
  aspect-ratio: 1.08 / 1;
}

.pommy-original-menu-card {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.pommy-original-menu-card > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
}

.pommy-original-menu-card .image-wrapper.menu-card .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.pommy-original-menu-card:hover .image-wrapper.menu-card .image {
  transform: scale(1.04);
}

.pommy-original-menu-card .title a {
  color: var(--pommy-ink);
  text-decoration: none;
  transition: color 180ms ease;
}

.pommy-original-menu-card .title a:hover {
  color: var(--pommy-orange);
}

.pommy-original-menu-card p {
  min-height: 48px;
}

.pommy-original-add {
  min-height: 44px;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  color: var(--pommy-orange);
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease;
  cursor: pointer;
}

.pommy-original-menu-card .pommy-original-add {
  margin-top: auto;
}

.pommy-original-add:hover {
  color: var(--pommy-ink);
}

.pommy-original-home .section.cta-v1 h2 {
  max-width: 520px;
}

.pommy-trust-card {
  min-height: 390px;
}

.pommy-trust-mark {
  display: grid;
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--pommy-orange);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.pommy-trust-detail {
  color: var(--pommy-orange);
  font-weight: 700;
}

/* Preserve the orange identity while meeting text contrast on light surfaces. */
.pommy-original-home .color-primary-1,
.pommy-original-home .pommy-eyebrow,
.pommy-original-home .pommy-trust-detail,
.pommy-original-add,
.pommy-price,
.pommy-product-price,
.pommy-cart-item h3 a {
  color: #c24b08;
}

.pommy-original-home .home-hero h1 .color-primary-1 {
  color: #e95d11;
}

.button-primary:not(.button-white),
.pommy-category-tab[aria-pressed="true"] {
  background-color: #c24b08;
}

.button-primary.button-white {
  color: #c24b08;
}

.pommy-original-home .section.cta-v1 {
  background-color: #c24b08;
}

.pommy-original-home .blog-card.featured-blog .mask {
  min-height: 380px;
}

.pommy-original-home .blog-card:not(.featured-blog) .mask {
  min-height: 190px;
}

.pommy-original-home .blog-card .image.full-image {
  position: absolute;
  inset: 0;
}

.pommy-visit-card {
  justify-content: center;
}

.pommy-visit-card h3 {
  margin-bottom: 32px;
}

.pommy-visit-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.pommy-visit-facts div {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--pommy-border);
}

.pommy-visit-facts strong,
.pommy-visit-facts span {
  display: block;
}

.pommy-visit-facts strong {
  margin-bottom: 6px;
  color: var(--pommy-ink);
}

.pommy-gallery-section .instagram-grid > .instagram-image {
  min-height: 520px;
}

.pommy-gallery-section ._2-column-grid.instagram-grid .instagram-image {
  min-height: 248px;
}

.pommy-gallery-section .image.instagram,
.footer .image.instagram {
  object-fit: cover;
}

@media (hover: hover) and (pointer: fine) {
  .pommy-original-home .menu-category-card img {
    transition: transform 300ms var(--pommy-motion-ease);
  }

  .pommy-original-home .menu-category-card:hover img {
    transform: translateY(-4px) rotate(-1deg);
  }

  .pommy-original-home .pommy-gallery-section .image.instagram,
  .footer .image.instagram {
    transition: transform 420ms var(--pommy-motion-ease);
  }

  .pommy-original-home .pommy-gallery-section .instagram-image:hover .image.instagram,
  .footer .instagram-image:hover .image.instagram {
    transform: scale(1.035);
  }
}

.button-primary:active,
.button-secondary:active,
.slider-arrow-v1:active,
.pommy-icon-button:active,
.pommy-quantity-button:active {
  transform: scale(.97);
}

.footer .footer-column {
  opacity: 1 !important;
  transform: none !important;
}

.footer .instagram-footer-grid .instagram-image {
  min-height: 120px;
}

.footer .pommy-contact-list {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pommy-home-about-grid {
    grid-template-columns: 1fr;
  }

  .pommy-home-about-copy {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .pommy-home-about-composition {
    grid-column: 1;
    grid-row: 2;
    min-height: 620px;
  }

  .pommy-original-home .blog-card.featured-blog .mask {
    min-height: 440px;
  }

  .pommy-gallery-section .instagram-grid > .instagram-image {
    min-height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .pommy-original-home .pommy-trust-card {
    padding-right: 72px;
    padding-left: 72px;
  }
}

@media (max-width: 767px) {
  .pommy-service-apps {
    gap: 20px 32px;
    font-size: 18px;
  }

  .pommy-home-about-composition {
    min-height: 560px;
  }

  .pommy-home-about-composition > .image {
    min-height: 500px;
  }

  .pommy-original-menu-card p {
    min-height: 0;
  }

  .pommy-trust-card {
    min-height: 360px;
  }

  .pommy-visit-facts {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pommy-gallery-section .instagram-grid > .instagram-image {
    min-height: 300px;
  }

  .pommy-gallery-section ._2-column-grid.instagram-grid .instagram-image {
    min-height: 142px;
  }
}

@media (max-width: 479px) {
  .pommy-service-apps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .pommy-home-about-composition {
    min-height: 0;
  }

  .pommy-home-about-composition > .image {
    min-height: 300px;
  }

  .pommy-trust-card {
    min-height: 420px;
  }

  .pommy-trust-mark {
    margin-right: auto;
    margin-left: auto;
  }

  .pommy-about-actions,
  .pommy-visit-card ._2-button-wrap {
    display: grid;
    gap: 12px;
  }

  .pommy-about-actions > *,
  .pommy-visit-card ._2-button-wrap > * {
    width: 100%;
    margin: 0;
  }

  .pommy-gallery-section .instagram-grid > .instagram-image {
    min-height: 220px;
  }

  .pommy-gallery-section ._2-column-grid.instagram-grid .instagram-image {
    min-height: 104px;
  }
}
