.elementor-kit-6{--e-global-color-primary:#1E3650;--e-global-color-secondary:#A2AC7A;--e-global-color-text:#1A1A1A;--e-global-color-accent:#717A55;--e-global-color-487dc9c:#F7F5F0;--e-global-color-a6c49a5:#EFEBE2;--e-global-color-7e657bc:#4A4A4A;--e-global-color-cca4169:#14253A;--e-global-color-7c6bcd9:#111E2C;--e-global-color-dc485bf:#F7F5F0;--e-global-color-90a8c99:#D9D4C7;--e-global-color-548db76:#1A1A1A;--e-global-color-e29688f:#B07E2E;--e-global-color-442fac5:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:85px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1em;--e-global-typography-primary-letter-spacing:-0.025em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.15em;--e-global-typography-secondary-letter-spacing:-0.015em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.17em;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:13px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:0.22em;--e-global-typography-ed81be5-font-family:"Montserrat";--e-global-typography-ed81be5-font-size:13px;--e-global-typography-ed81be5-font-weight:600;--e-global-typography-ed81be5-text-transform:uppercase;--e-global-typography-ed81be5-letter-spacing:0.18px;--e-global-typography-4cea264-font-family:"Cormorant Garamond";--e-global-typography-4cea264-font-size:28px;--e-global-typography-4cea264-font-weight:400;--e-global-typography-4cea264-font-style:italic;font-family:"Open Sans";font-size:16px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Montserrat";font-size:40px;font-weight:700;}.elementor-kit-6 h2{font-family:"Montserrat";font-size:32px;font-weight:600;}.elementor-kit-6 h3{font-family:"Montserrat";font-size:24px;font-weight:500;}.elementor-kit-6 h4{font-size:20px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-family:"Open Sans";font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Montserrat";font-size:16px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:24px;}.elementor-element{--widgets-spacing:24px 24px;--widgets-spacing-row:24px;--widgets-spacing-column:24px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== PMA Editorial CSS ===== */

/* 1. NUMBERED COUNTER for the differentiators section.
   The CSS automatically generates 01, 02, 03, 04 numbers. */
.pma-counter-list { counter-reset: pma-step; }
.pma-counter-item { counter-increment: pma-step; }
.pma-counter-num::before {
  content: "0" counter(pma-step);
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #A2AC7A;
  letter-spacing: -0.02em;
}

/* 2. BLURRED STICKY NAV.
   Apply class .pma-nav-blur to the sticky header. */
.pma-nav-blur {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(247, 245, 240, 0.92) !important;
}

/* 3. EDITORIAL ITALIC TYPE for ledes, pull quotes, and the
   "Same Company since 1995" headline. */
.pma-italic-display {
  font-family: 'Cormorant Garamond', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 400 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.1 !important;
}

/* 4. PROSE MEASURE — caps line length at 64 characters. */
.pma-prose p { max-width: 64ch; margin-bottom: 1.4em; line-height: 1.7; }
.pma-prose p:last-child { margin-bottom: 0; }/* End custom CSS */