/* =========================================================
   FILE: /wp-content/themes/ez-gp-child/assets/css/pages.css
   PURPOSE: Page-specific styles for Esquina Latina
   BRAND:
   - Primary: #640107
   - Primary Dark: #4d0105
   - Accent: #DBD8CE
   ========================================================= */

/* =========================================================
   1. PAGE TOKENS + WRAPPERS
   ========================================================= */
.esquina-homepage,
.esquina-standard-page,
.about-page,
.contact-page,
.menu-page,
.catering-page,
.location-page,
.faq-page,
.promotions-page,
.landing-page {
  --pp-red: #640107;
  --pp-red-dark: #4d0105;
  --pp-gold: #DBD8CE;
  --pp-gold-hover: #cfcabd;
  --pp-black: #1f1a17;
  --pp-text: #2b211d;
  --pp-muted: #6b625c;
  --pp-bg: #faf7f2;
  --pp-bg-soft: #f6f0ea;
  --pp-white: #ffffff;
  --pp-border: #e5d8cd;
  --pp-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  --pp-radius: 18px;
  --pp-radius-sm: 12px;
  --pp-radius-pill: 999px;
  --pp-max: 1200px;
  color: var(--pp-text);
  background: var(--pp-white);
}

.esquina-homepage *,
.esquina-homepage *::before,
.esquina-homepage *::after,
.esquina-standard-page *,
.esquina-standard-page *::before,
.esquina-standard-page *::after,
.about-page *,
.about-page *::before,
.about-page *::after,
.contact-page *,
.contact-page *::before,
.contact-page *::after,
.menu-page *,
.menu-page *::before,
.menu-page *::after,
.catering-page *,
.catering-page *::before,
.catering-page *::after,
.location-page *,
.location-page *::before,
.location-page *::after,
.faq-page *,
.faq-page *::before,
.faq-page *::after,
.promotions-page *,
.promotions-page *::before,
.promotions-page *::after,
.landing-page *,
.landing-page *::before,
.landing-page *::after {
  box-sizing: border-box;
}

.esquina-homepage img,
.esquina-standard-page img,
.about-page img,
.contact-page img,
.menu-page img,
.catering-page img,
.location-page img,
.faq-page img,
.promotions-page img,
.landing-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.esquina-homepage a,
.esquina-standard-page a,
.about-page a,
.contact-page a,
.menu-page a,
.catering-page a,
.location-page a,
.faq-page a,
.promotions-page a,
.landing-page a {
  color: var(--pp-red);
  text-decoration: none;
  transition: all 0.2s ease;
}

.esquina-homepage a:hover,
.esquina-standard-page a:hover,
.about-page a:hover,
.contact-page a:hover,
.menu-page a:hover,
.catering-page a:hover,
.location-page a:hover,
.faq-page a:hover,
.promotions-page a:hover,
.landing-page a:hover {
  color: var(--pp-red-dark);
}

/* =========================================================
   2. SHARED PAGE LAYOUT SYSTEM
   ========================================================= */

.esquina-homepage .pp-container,
.esquina-standard-page .pp-container,
.about-page .pp-container,
.contact-page .pp-container,
.menu-page .pp-container,
.catering-page .pp-container,
.location-page .pp-container,
.faq-page .pp-container,
.promotions-page .pp-container,
.landing-page .pp-container {
  width: min(100% - 32px, var(--pp-max));
  margin-inline: auto;
}

.esquina-homepage .pp-container-narrow,
.esquina-standard-page .pp-container-narrow,
.about-page .pp-container-narrow,
.contact-page .pp-container-narrow,
.menu-page .pp-container-narrow,
.catering-page .pp-container-narrow,
.location-page .pp-container-narrow,
.faq-page .pp-container-narrow,
.promotions-page .pp-container-narrow,
.landing-page .pp-container-narrow {
  width: min(100% - 32px, 860px);
  margin-inline: auto;
}

.esquina-homepage .pp-section,
.esquina-standard-page .pp-section,
.about-page .pp-section,
.contact-page .pp-section,
.menu-page .pp-section,
.catering-page .pp-section,
.location-page .pp-section,
.faq-page .pp-section,
.promotions-page .pp-section,
.landing-page .pp-section {
  padding: 72px 0;
}

.esquina-homepage .pp-section--tight,
.esquina-standard-page .pp-section--tight,
.about-page .pp-section--tight,
.contact-page .pp-section--tight,
.menu-page .pp-section--tight,
.catering-page .pp-section--tight,
.location-page .pp-section--tight,
.faq-page .pp-section--tight,
.promotions-page .pp-section--tight,
.landing-page .pp-section--tight {
  padding: 48px 0;
}

.esquina-homepage .pp-section--soft,
.esquina-standard-page .pp-section--soft,
.about-page .pp-section--soft,
.contact-page .pp-section--soft,
.menu-page .pp-section--soft,
.catering-page .pp-section--soft,
.location-page .pp-section--soft,
.faq-page .pp-section--soft,
.promotions-page .pp-section--soft,
.landing-page .pp-section--soft {
  background: var(--pp-bg);
}

.esquina-homepage .pp-section-heading,
.esquina-standard-page .pp-section-heading,
.about-page .pp-section-heading,
.contact-page .pp-section-heading,
.menu-page .pp-section-heading,
.catering-page .pp-section-heading,
.location-page .pp-section-heading,
.faq-page .pp-section-heading,
.promotions-page .pp-section-heading,
.landing-page .pp-section-heading {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 36px;
}

.esquina-homepage .pp-section-heading h2,
.esquina-standard-page .pp-section-heading h2,
.about-page .pp-section-heading h2,
.contact-page .pp-section-heading h2,
.menu-page .pp-section-heading h2,
.catering-page .pp-section-heading h2,
.location-page .pp-section-heading h2,
.faq-page .pp-section-heading h2,
.promotions-page .pp-section-heading h2,
.landing-page .pp-section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.15;
  color: var(--pp-black);
}

.esquina-homepage .pp-section-heading p,
.esquina-standard-page .pp-section-heading p,
.about-page .pp-section-heading p,
.contact-page .pp-section-heading p,
.menu-page .pp-section-heading p,
.catering-page .pp-section-heading p,
.location-page .pp-section-heading p,
.faq-page .pp-section-heading p,
.promotions-page .pp-section-heading p,
.landing-page .pp-section-heading p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--pp-muted);
}

/* =========================================================
   3. SHARED REUSABLE PAGE ELEMENTS
   ========================================================= */

/* Buttons */
.esquina-homepage .pp-btn-group,
.esquina-standard-page .pp-btn-group,
.about-page .pp-btn-group,
.contact-page .pp-btn-group,
.menu-page .pp-btn-group,
.catering-page .pp-btn-group,
.location-page .pp-btn-group,
.faq-page .pp-btn-group,
.promotions-page .pp-btn-group,
.landing-page .pp-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.esquina-homepage .pp-btn,
.esquina-standard-page .pp-btn,
.about-page .pp-btn,
.contact-page .pp-btn,
.menu-page .pp-btn,
.catering-page .pp-btn,
.location-page .pp-btn,
.faq-page .pp-btn,
.promotions-page .pp-btn,
.landing-page .pp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: var(--pp-radius-pill);
  font-weight: 700;
  font-size: 0.98rem;
  line-height: 1.2;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  text-align: center;
}

.esquina-homepage .pp-btn-primary,
.esquina-standard-page .pp-btn-primary,
.about-page .pp-btn-primary,
.contact-page .pp-btn-primary,
.menu-page .pp-btn-primary,
.catering-page .pp-btn-primary,
.location-page .pp-btn-primary,
.faq-page .pp-btn-primary,
.promotions-page .pp-btn-primary,
.landing-page .pp-btn-primary {
  background: var(--pp-red);
  color: var(--pp-white);
}

.esquina-homepage .pp-btn-primary:hover,
.esquina-standard-page .pp-btn-primary:hover,
.about-page .pp-btn-primary:hover,
.contact-page .pp-btn-primary:hover,
.menu-page .pp-btn-primary:hover,
.catering-page .pp-btn-primary:hover,
.location-page .pp-btn-primary:hover,
.faq-page .pp-btn-primary:hover,
.promotions-page .pp-btn-primary:hover,
.landing-page .pp-btn-primary:hover {
  background: var(--pp-red-dark);
  color: var(--pp-white);
  transform: translateY(-1px);
}

.esquina-homepage .pp-btn-secondary,
.esquina-standard-page .pp-btn-secondary,
.about-page .pp-btn-secondary,
.contact-page .pp-btn-secondary,
.menu-page .pp-btn-secondary,
.catering-page .pp-btn-secondary,
.location-page .pp-btn-secondary,
.faq-page .pp-btn-secondary,
.promotions-page .pp-btn-secondary,
.landing-page .pp-btn-secondary {
  background: var(--pp-white);
  color: var(--pp-red);
}

.esquina-homepage .pp-btn-secondary:hover,
.esquina-standard-page .pp-btn-secondary:hover,
.about-page .pp-btn-secondary:hover,
.contact-page .pp-btn-secondary:hover,
.menu-page .pp-btn-secondary:hover,
.catering-page .pp-btn-secondary:hover,
.location-page .pp-btn-secondary:hover,
.faq-page .pp-btn-secondary:hover,
.promotions-page .pp-btn-secondary:hover,
.landing-page .pp-btn-secondary:hover {
  background: #f8f8f8;
  color: var(--pp-red-dark);
}

.esquina-homepage .pp-btn-outline,
.esquina-standard-page .pp-btn-outline,
.about-page .pp-btn-outline,
.contact-page .pp-btn-outline,
.menu-page .pp-btn-outline,
.catering-page .pp-btn-outline,
.location-page .pp-btn-outline,
.faq-page .pp-btn-outline,
.promotions-page .pp-btn-outline,
.landing-page .pp-btn-outline {
  background: transparent;
  color: var(--pp-red);
  border-color: var(--pp-red);
}

.esquina-homepage .pp-btn-outline:hover,
.esquina-standard-page .pp-btn-outline:hover,
.about-page .pp-btn-outline:hover,
.contact-page .pp-btn-outline:hover,
.menu-page .pp-btn-outline:hover,
.catering-page .pp-btn-outline:hover,
.location-page .pp-btn-outline:hover,
.faq-page .pp-btn-outline:hover,
.promotions-page .pp-btn-outline:hover,
.landing-page .pp-btn-outline:hover {
  background: var(--pp-red);
  color: var(--pp-white);
}

/* Cards */
.esquina-homepage .pp-card-grid,
.esquina-standard-page .pp-card-grid,
.about-page .pp-card-grid,
.contact-page .pp-card-grid,
.menu-page .pp-card-grid,
.catering-page .pp-card-grid,
.location-page .pp-card-grid,
.faq-page .pp-card-grid,
.promotions-page .pp-card-grid,
.landing-page .pp-card-grid {
  display: grid;
  gap: 22px;
}

.esquina-homepage .pp-card-grid-2,
.esquina-standard-page .pp-card-grid-2,
.about-page .pp-card-grid-2,
.contact-page .pp-card-grid-2,
.menu-page .pp-card-grid-2,
.catering-page .pp-card-grid-2,
.location-page .pp-card-grid-2,
.faq-page .pp-card-grid-2,
.promotions-page .pp-card-grid-2,
.landing-page .pp-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.esquina-homepage .pp-card-grid-3,
.esquina-standard-page .pp-card-grid-3,
.about-page .pp-card-grid-3,
.contact-page .pp-card-grid-3,
.menu-page .pp-card-grid-3,
.catering-page .pp-card-grid-3,
.location-page .pp-card-grid-3,
.faq-page .pp-card-grid-3,
.promotions-page .pp-card-grid-3,
.landing-page .pp-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.esquina-homepage .pp-card,
.esquina-standard-page .pp-card,
.about-page .pp-card,
.contact-page .pp-card,
.menu-page .pp-card,
.catering-page .pp-card,
.location-page .pp-card,
.faq-page .pp-card,
.promotions-page .pp-card,
.landing-page .pp-card {
  background: var(--pp-white);
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  padding: 28px;
  box-shadow: var(--pp-shadow);
  height: 100%;
}

.esquina-homepage .pp-card h3,
.esquina-standard-page .pp-card h3,
.about-page .pp-card h3,
.contact-page .pp-card h3,
.menu-page .pp-card h3,
.catering-page .pp-card h3,
.location-page .pp-card h3,
.faq-page .pp-card h3,
.promotions-page .pp-card h3,
.landing-page .pp-card h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
  line-height: 1.25;
  color: var(--pp-black);
}

.esquina-homepage .pp-card p,
.esquina-standard-page .pp-card p,
.about-page .pp-card p,
.contact-page .pp-card p,
.menu-page .pp-card p,
.catering-page .pp-card p,
.location-page .pp-card p,
.faq-page .pp-card p,
.promotions-page .pp-card p,
.landing-page .pp-card p {
  margin: 0 0 16px;
  color: var(--pp-muted);
  line-height: 1.7;
}

.esquina-homepage .pp-card a,
.esquina-standard-page .pp-card a,
.about-page .pp-card a,
.contact-page .pp-card a,
.menu-page .pp-card a,
.catering-page .pp-card a,
.location-page .pp-card a,
.faq-page .pp-card a,
.promotions-page .pp-card a,
.landing-page .pp-card a {
  font-weight: 700;
}

/* Text / CTA / Highlight boxes */
.esquina-homepage .pp-highlight-box,
.esquina-homepage .pp-cta-banner,
.esquina-homepage .pp-text-block,
.esquina-standard-page .pp-highlight-box,
.esquina-standard-page .pp-cta-banner,
.esquina-standard-page .pp-text-block,
.about-page .pp-highlight-box,
.about-page .pp-cta-banner,
.about-page .pp-text-block,
.contact-page .pp-highlight-box,
.contact-page .pp-cta-banner,
.contact-page .pp-text-block,
.menu-page .pp-highlight-box,
.menu-page .pp-cta-banner,
.menu-page .pp-text-block,
.catering-page .pp-highlight-box,
.catering-page .pp-cta-banner,
.catering-page .pp-text-block,
.location-page .pp-highlight-box,
.location-page .pp-cta-banner,
.location-page .pp-text-block,
.faq-page .pp-highlight-box,
.faq-page .pp-cta-banner,
.faq-page .pp-text-block,
.promotions-page .pp-highlight-box,
.promotions-page .pp-cta-banner,
.promotions-page .pp-text-block,
.landing-page .pp-highlight-box,
.landing-page .pp-cta-banner,
.landing-page .pp-text-block {
  background: var(--pp-white);
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  padding: 38px;
  box-shadow: var(--pp-shadow);
}

.esquina-homepage .pp-highlight-box h2,
.esquina-homepage .pp-cta-banner h2,
.esquina-homepage .pp-text-block h2,
.esquina-standard-page .pp-highlight-box h2,
.esquina-standard-page .pp-cta-banner h2,
.esquina-standard-page .pp-text-block h2,
.about-page .pp-highlight-box h2,
.about-page .pp-cta-banner h2,
.about-page .pp-text-block h2,
.contact-page .pp-highlight-box h2,
.contact-page .pp-cta-banner h2,
.contact-page .pp-text-block h2,
.menu-page .pp-highlight-box h2,
.menu-page .pp-cta-banner h2,
.menu-page .pp-text-block h2,
.catering-page .pp-highlight-box h2,
.catering-page .pp-cta-banner h2,
.catering-page .pp-text-block h2,
.location-page .pp-highlight-box h2,
.location-page .pp-cta-banner h2,
.location-page .pp-text-block h2,
.faq-page .pp-highlight-box h2,
.faq-page .pp-cta-banner h2,
.faq-page .pp-text-block h2,
.promotions-page .pp-highlight-box h2,
.promotions-page .pp-cta-banner h2,
.promotions-page .pp-text-block h2,
.landing-page .pp-highlight-box h2,
.landing-page .pp-cta-banner h2,
.landing-page .pp-text-block h2 {
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.15;
  color: var(--pp-black);
}

.esquina-homepage .pp-highlight-box p,
.esquina-homepage .pp-cta-banner p,
.esquina-homepage .pp-text-block p,
.esquina-standard-page .pp-highlight-box p,
.esquina-standard-page .pp-cta-banner p,
.esquina-standard-page .pp-text-block p,
.about-page .pp-highlight-box p,
.about-page .pp-cta-banner p,
.about-page .pp-text-block p,
.contact-page .pp-highlight-box p,
.contact-page .pp-cta-banner p,
.contact-page .pp-text-block p,
.menu-page .pp-highlight-box p,
.menu-page .pp-cta-banner p,
.menu-page .pp-text-block p,
.catering-page .pp-highlight-box p,
.catering-page .pp-cta-banner p,
.catering-page .pp-text-block p,
.location-page .pp-highlight-box p,
.location-page .pp-cta-banner p,
.location-page .pp-text-block p,
.faq-page .pp-highlight-box p,
.faq-page .pp-cta-banner p,
.faq-page .pp-text-block p,
.promotions-page .pp-highlight-box p,
.promotions-page .pp-cta-banner p,
.promotions-page .pp-text-block p,
.landing-page .pp-highlight-box p,
.landing-page .pp-cta-banner p,
.landing-page .pp-text-block p {
  margin: 0 0 16px;
  line-height: 1.75;
  color: var(--pp-muted);
}

.esquina-homepage .pp-text-link,
.esquina-standard-page .pp-text-link,
.about-page .pp-text-link,
.contact-page .pp-text-link,
.menu-page .pp-text-link,
.catering-page .pp-text-link,
.location-page .pp-text-link,
.faq-page .pp-text-link,
.promotions-page .pp-text-link,
.landing-page .pp-text-link {
  display: inline-block;
  font-weight: 700;
}

/* Standard page hero for future SEO pages */
.esquina-standard-page .pp-page-hero,
.about-page .pp-page-hero,
.contact-page .pp-page-hero,
.menu-page .pp-page-hero,
.catering-page .pp-page-hero,
.location-page .pp-page-hero,
.faq-page .pp-page-hero,
.promotions-page .pp-page-hero,
.landing-page .pp-page-hero {
  background: linear-gradient(135deg, rgba(100, 1, 7, 0.94), rgba(31, 26, 23, 0.88));
  color: var(--pp-white);
  padding: 84px 0 64px;
}

.esquina-standard-page .pp-page-hero h1,
.about-page .pp-page-hero h1,
.contact-page .pp-page-hero h1,
.menu-page .pp-page-hero h1,
.catering-page .pp-page-hero h1,
.location-page .pp-page-hero h1,
.faq-page .pp-page-hero h1,
.promotions-page .pp-page-hero h1,
.landing-page .pp-page-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.05;
  color: var(--pp-white);
}

.esquina-standard-page .pp-page-hero p,
.about-page .pp-page-hero p,
.contact-page .pp-page-hero p,
.menu-page .pp-page-hero p,
.catering-page .pp-page-hero p,
.location-page .pp-page-hero p,
.faq-page .pp-page-hero p,
.promotions-page .pp-page-hero p,
.landing-page .pp-page-hero p {
  margin: 0 0 14px;
  max-width: 760px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

/* Generic layouts for future pages */
.esquina-standard-page .pp-two-col,
.about-page .pp-two-col,
.contact-page .pp-two-col,
.menu-page .pp-two-col,
.catering-page .pp-two-col,
.location-page .pp-two-col,
.faq-page .pp-two-col,
.promotions-page .pp-two-col,
.landing-page .pp-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.esquina-standard-page .pp-three-col,
.about-page .pp-three-col,
.contact-page .pp-three-col,
.menu-page .pp-three-col,
.catering-page .pp-three-col,
.location-page .pp-three-col,
.faq-page .pp-three-col,
.promotions-page .pp-three-col,
.landing-page .pp-three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.esquina-standard-page .pp-content-box,
.about-page .pp-content-box,
.contact-page .pp-content-box,
.menu-page .pp-content-box,
.catering-page .pp-content-box,
.location-page .pp-content-box,
.faq-page .pp-content-box,
.promotions-page .pp-content-box,
.landing-page .pp-content-box {
  background: var(--pp-white);
  border: 1px solid var(--pp-border);
  border-radius: var(--pp-radius);
  padding: 28px;
  box-shadow: var(--pp-shadow);
}

.esquina-standard-page .pp-list,
.about-page .pp-list,
.contact-page .pp-list,
.menu-page .pp-list,
.catering-page .pp-list,
.location-page .pp-list,
.faq-page .pp-list,
.promotions-page .pp-list,
.landing-page .pp-list {
  margin: 0;
  padding-left: 20px;
}

.esquina-standard-page .pp-list li,
.about-page .pp-list li,
.contact-page .pp-list li,
.menu-page .pp-list li,
.catering-page .pp-list li,
.location-page .pp-list li,
.faq-page .pp-list li,
.promotions-page .pp-list li,
.landing-page .pp-list li {
  margin: 0 0 10px;
  line-height: 1.7;
  color: var(--pp-muted);
}

/* Responsive */
@media (max-width: 1024px) {
  .esquina-homepage .pp-card-grid-3,
  .esquina-homepage .pp-card-grid-2,
  .esquina-standard-page .pp-card-grid-3,
  .esquina-standard-page .pp-card-grid-2,
  .esquina-standard-page .pp-two-col,
  .esquina-standard-page .pp-three-col,
  .about-page .pp-card-grid-3,
  .about-page .pp-card-grid-2,
  .about-page .pp-two-col,
  .about-page .pp-three-col,
  .contact-page .pp-card-grid-3,
  .contact-page .pp-card-grid-2,
  .contact-page .pp-two-col,
  .contact-page .pp-three-col,
  .menu-page .pp-card-grid-3,
  .menu-page .pp-card-grid-2,
  .menu-page .pp-two-col,
  .menu-page .pp-three-col,
  .catering-page .pp-card-grid-3,
  .catering-page .pp-card-grid-2,
  .catering-page .pp-two-col,
  .catering-page .pp-three-col,
  .location-page .pp-card-grid-3,
  .location-page .pp-card-grid-2,
  .location-page .pp-two-col,
  .location-page .pp-three-col,
  .faq-page .pp-card-grid-3,
  .faq-page .pp-card-grid-2,
  .faq-page .pp-two-col,
  .faq-page .pp-three-col,
  .promotions-page .pp-card-grid-3,
  .promotions-page .pp-card-grid-2,
  .promotions-page .pp-two-col,
  .promotions-page .pp-three-col,
  .landing-page .pp-card-grid-3,
  .landing-page .pp-card-grid-2,
  .landing-page .pp-two-col,
  .landing-page .pp-three-col {
    grid-template-columns: 1fr;
  }

  .esquina-standard-page .pp-page-hero,
  .about-page .pp-page-hero,
  .contact-page .pp-page-hero,
  .menu-page .pp-page-hero,
  .catering-page .pp-page-hero,
  .location-page .pp-page-hero,
  .faq-page .pp-page-hero,
  .promotions-page .pp-page-hero,
  .landing-page .pp-page-hero {
    padding: 72px 0 56px;
  }
}

@media (max-width: 767px) {
  .esquina-homepage .pp-section,
  .esquina-standard-page .pp-section,
  .about-page .pp-section,
  .contact-page .pp-section,
  .menu-page .pp-section,
  .catering-page .pp-section,
  .location-page .pp-section,
  .faq-page .pp-section,
  .promotions-page .pp-section,
  .landing-page .pp-section {
    padding: 54px 0;
  }

  .esquina-standard-page .pp-page-hero h1,
  .about-page .pp-page-hero h1,
  .contact-page .pp-page-hero h1,
  .menu-page .pp-page-hero h1,
  .catering-page .pp-page-hero h1,
  .location-page .pp-page-hero h1,
  .faq-page .pp-page-hero h1,
  .promotions-page .pp-page-hero h1,
  .landing-page .pp-page-hero h1 {
    font-size: 2.2rem;
  }

  .esquina-homepage .pp-btn-group,
  .esquina-standard-page .pp-btn-group,
  .about-page .pp-btn-group,
  .contact-page .pp-btn-group,
  .menu-page .pp-btn-group,
  .catering-page .pp-btn-group,
  .location-page .pp-btn-group,
  .faq-page .pp-btn-group,
  .promotions-page .pp-btn-group,
  .landing-page .pp-btn-group {
    flex-direction: column;
    align-items: stretch;
  }

  .esquina-homepage .pp-btn,
  .esquina-standard-page .pp-btn,
  .about-page .pp-btn,
  .contact-page .pp-btn,
  .menu-page .pp-btn,
  .catering-page .pp-btn,
  .location-page .pp-btn,
  .faq-page .pp-btn,
  .promotions-page .pp-btn,
  .landing-page .pp-btn {
    width: 100%;
  }

  .esquina-homepage .pp-card,
  .esquina-homepage .pp-highlight-box,
  .esquina-homepage .pp-cta-banner,
  .esquina-homepage .pp-text-block,
  .esquina-standard-page .pp-card,
  .esquina-standard-page .pp-highlight-box,
  .esquina-standard-page .pp-cta-banner,
  .esquina-standard-page .pp-text-block,
  .esquina-standard-page .pp-content-box,
  .about-page .pp-card,
  .about-page .pp-highlight-box,
  .about-page .pp-cta-banner,
  .about-page .pp-text-block,
  .about-page .pp-content-box,
  .contact-page .pp-card,
  .contact-page .pp-highlight-box,
  .contact-page .pp-cta-banner,
  .contact-page .pp-text-block,
  .contact-page .pp-content-box,
  .menu-page .pp-card,
  .menu-page .pp-highlight-box,
  .menu-page .pp-cta-banner,
  .menu-page .pp-text-block,
  .menu-page .pp-content-box,
  .catering-page .pp-card,
  .catering-page .pp-highlight-box,
  .catering-page .pp-cta-banner,
  .catering-page .pp-text-block,
  .catering-page .pp-content-box,
  .location-page .pp-card,
  .location-page .pp-highlight-box,
  .location-page .pp-cta-banner,
  .location-page .pp-text-block,
  .location-page .pp-content-box,
  .faq-page .pp-card,
  .faq-page .pp-highlight-box,
  .faq-page .pp-cta-banner,
  .faq-page .pp-text-block,
  .faq-page .pp-content-box,
  .promotions-page .pp-card,
  .promotions-page .pp-highlight-box,
  .promotions-page .pp-cta-banner,
  .promotions-page .pp-text-block,
  .promotions-page .pp-content-box,
  .landing-page .pp-card,
  .landing-page .pp-highlight-box,
  .landing-page .pp-cta-banner,
  .landing-page .pp-text-block,
  .landing-page .pp-content-box {
    padding: 22px;
  }

  .esquina-homepage .pp-container,
  .esquina-homepage .pp-container-narrow,
  .esquina-standard-page .pp-container,
  .esquina-standard-page .pp-container-narrow,
  .about-page .pp-container,
  .about-page .pp-container-narrow,
  .contact-page .pp-container,
  .contact-page .pp-container-narrow,
  .menu-page .pp-container,
  .menu-page .pp-container-narrow,
  .catering-page .pp-container,
  .catering-page .pp-container-narrow,
  .location-page .pp-container,
  .location-page .pp-container-narrow,
  .faq-page .pp-container,
  .faq-page .pp-container-narrow,
  .promotions-page .pp-container,
  .promotions-page .pp-container-narrow,
  .landing-page .pp-container,
  .landing-page .pp-container-narrow {
    width: min(100% - 24px, var(--pp-max));
  }
}

.home .inside-article,
.home .entry-content,
.home .site-main {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

.entry-content > .esquina-homepage {
  width: 100%;
  max-width: 100%;
}