:root {
  --ez-color-bg: #ffffff;
  --ez-color-text: #181919;
  --ez-color-muted: #f8f8f8;
  --ez-color-accent: #e9d2aa;
  --ez-color-border: rgba(24, 25, 25, 0.14);
  --ez-color-surface: #ffffff;
  --ez-color-surface-alt: #f4f1eb;
  --ez-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ez-font-heading: var(--ez-font-body);
  --ez-text-sm: 0.875rem;
  --ez-text-base: 1rem;
  --ez-text-lg: 1.125rem;
  --ez-text-xl: 1.25rem;
  --ez-text-2xl: 1.5rem;
  --ez-lede-size: 1.125rem;
  --ez-h1-size-desktop: 3.5rem;
  --ez-h1-size-tablet: 3rem;
  --ez-h1-size-mobile: 2.25rem;
  --ez-h2-size-desktop: 2.5rem;
  --ez-h2-size-tablet: 2.15rem;
  --ez-h2-size-mobile: 1.85rem;
  --ez-h3-size-desktop: 1.875rem;
  --ez-h3-size-tablet: 1.65rem;
  --ez-h3-size-mobile: 1.45rem;
  --ez-h4-size-desktop: 1.45rem;
  --ez-h4-size-tablet: 1.3rem;
  --ez-h4-size-mobile: 1.2rem;
  --ez-h5-size-desktop: 1.125rem;
  --ez-h5-size-tablet: 1.05rem;
  --ez-h5-size-mobile: 1rem;
  --ez-h6-size-desktop: 1rem;
  --ez-h6-size-tablet: 0.95rem;
  --ez-h6-size-mobile: 0.9rem;
  --ez-h1-size: var(--ez-h1-size-desktop);
  --ez-h2-size: var(--ez-h2-size-desktop);
  --ez-h3-size: var(--ez-h3-size-desktop);
  --ez-h4-size: var(--ez-h4-size-desktop);
  --ez-h5-size: var(--ez-h5-size-desktop);
  --ez-h6-size: var(--ez-h6-size-desktop);
  --ez-h1-line-height: 1.05;
  --ez-h2-line-height: 1.1;
  --ez-h3-line-height: 1.15;
  --ez-h4-line-height: 1.2;
  --ez-h5-line-height: 1.25;
  --ez-h6-line-height: 1.3;
  --ez-h1-letter-spacing: 0;
  --ez-h2-letter-spacing: 0;
  --ez-h3-letter-spacing: 0;
  --ez-h4-letter-spacing: 0;
  --ez-h5-letter-spacing: 0;
  --ez-h6-letter-spacing: 0;
  --ez-h1-font-weight: 800;
  --ez-h2-font-weight: 700;
  --ez-h3-font-weight: 700;
  --ez-h4-font-weight: 700;
  --ez-h5-font-weight: 600;
  --ez-h6-font-weight: 600;
  --ez-h1-text-transform: none;
  --ez-h2-text-transform: none;
  --ez-h3-text-transform: none;
  --ez-h4-text-transform: none;
  --ez-h5-text-transform: none;
  --ez-h6-text-transform: none;
  --ez-layout-content: 760px;
  --ez-layout-wide: 1200px;
  --ez-radius-card: 1rem;
  --ez-shadow-soft: 0 18px 45px rgba(24, 25, 25, 0.08);
  --ez-section-gap: clamp(3rem, 7vw, 7rem);
  --ez-nav-gap: 1rem;
  --ez-dropdown-offset: 0.5rem;
  --ez-dropdown-min-width: 13rem;
  --ez-dropdown-radius: var(--ez-radius-card);
  --ez-header-top-padding: 0.375rem;
  --ez-header-top-min-height: 2rem;
  --ez-header-main-padding: 1rem;
  --ez-header-main-min-height: 4.5rem;
  --ez-header-bottom-padding: 0.375rem;
  --ez-header-bottom-min-height: 2.5rem;
  --ez-footer-top-padding: clamp(2rem, 5vw, 3.5rem);
  --ez-footer-top-min-height: 0;
  --ez-footer-main-padding: 1rem;
  --ez-footer-main-min-height: 0;
  --ez-footer-bottom-padding: 1.25rem;
  --ez-footer-bottom-min-height: 0;
  --ez-primary-menu-item-spacing: var(--ez-nav-gap);
  --ez-primary-menu-item-min-height: 2.5rem;
  --ez-primary-menu-font-size: 1rem;
  --ez-primary-menu-line-height: 1.2;
  --ez-primary-menu-letter-spacing: 0;
  --ez-primary-menu-font-weight: 600;
  --ez-primary-menu-text-transform: none;
  --ez-secondary-menu-item-spacing: var(--ez-nav-gap);
  --ez-secondary-menu-alignment: flex-end;
  --ez-secondary-menu-item-min-height: 2.5rem;
  --ez-secondary-menu-font-size: 1rem;
  --ez-secondary-menu-line-height: 1.2;
  --ez-secondary-menu-letter-spacing: 0;
  --ez-secondary-menu-font-weight: 600;
  --ez-secondary-menu-text-transform: none;
  --ez-footer-menu-item-spacing: 1rem;
  --ez-footer-menu-item-min-height: 1.5rem;
  --ez-footer-menu-font-size: 1rem;
  --ez-footer-menu-line-height: 1.4;
  --ez-footer-menu-letter-spacing: 0;
  --ez-footer-menu-font-weight: 600;
  --ez-footer-menu-text-transform: none;
  --ez-button-radius: 999px;
  --ez-button-padding-x: 1.625rem;
  --ez-button-padding-y: 0.875rem;
  --ez-button-min-height: 2.75rem;
  --ez-button-gap: 0.5rem;
  --ez-button-width: auto;
  --ez-button-font-size: 1rem;
  --ez-button-font-weight: 700;
  --ez-button-letter-spacing: 0;
  --ez-button-text-transform: none;
  --ez-button-line-height: 1.2;
  --ez-button-border-width: 1px;
  --ez-button-border-style: solid;
  --ez-button-transition: 250ms;
  --ez-button-hover-transform: translateY(-1px);
  --ez-button-hover-shadow: none;
  --ez-button-fill-bg: var(--ez-color-accent);
  --ez-button-fill-color: var(--ez-color-text);
  --ez-button-fill-border: var(--ez-color-accent);
  --ez-button-fill-hover-bg: var(--ez-color-text);
  --ez-button-fill-hover-color: #ffffff;
  --ez-button-fill-hover-border: var(--ez-color-text);
  --ez-button-outline-bg: transparent;
  --ez-button-outline-color: var(--ez-color-text);
  --ez-button-outline-border: var(--ez-color-text);
  --ez-button-outline-hover-bg: var(--ez-color-text);
  --ez-button-outline-hover-color: #ffffff;
  --ez-button-outline-hover-border: var(--ez-color-text);
  --ez-button-ez-outline-bg: transparent;
  --ez-button-ez-outline-color: var(--ez-color-text);
  --ez-button-ez-outline-border: var(--ez-color-text);
  --ez-button-ez-outline-hover-bg: var(--ez-color-text);
  --ez-button-ez-outline-hover-color: #ffffff;
  --ez-button-ez-outline-hover-border: var(--ez-color-text);
}

@media (max-width: 1024px) {
  :root {
    --ez-h1-size: var(--ez-h1-size-tablet);
    --ez-h2-size: var(--ez-h2-size-tablet);
    --ez-h3-size: var(--ez-h3-size-tablet);
    --ez-h4-size: var(--ez-h4-size-tablet);
    --ez-h5-size: var(--ez-h5-size-tablet);
    --ez-h6-size: var(--ez-h6-size-tablet);
  }
}
@media (max-width: 760px) {
  :root {
    --ez-h1-size: var(--ez-h1-size-mobile);
    --ez-h2-size: var(--ez-h2-size-mobile);
    --ez-h3-size: var(--ez-h3-size-mobile);
    --ez-h4-size: var(--ez-h4-size-mobile);
    --ez-h5-size: var(--ez-h5-size-mobile);
    --ez-h6-size: var(--ez-h6-size-mobile);
  }
}
.ez-vertical-beauty {
  --ez-radius-card: 1.5rem;
}

.ez-vertical-trades {
  --ez-radius-card: 0.5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--ez-color-bg);
  color: var(--ez-color-text);
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: var(--ez-font-body);
  font-size: 1rem;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ez-font-heading);
  margin-block: 0 1rem;
  text-wrap: balance;
}

h1 {
  font-size: var(--ez-h1-size, 3.5rem);
  font-weight: var(--ez-h1-font-weight, 800);
  letter-spacing: var(--ez-h1-letter-spacing, 0);
  line-height: var(--ez-h1-line-height, 1.05);
  text-transform: var(--ez-h1-text-transform, none);
}

h2 {
  font-size: var(--ez-h2-size, 2.5rem);
  font-weight: var(--ez-h2-font-weight, 700);
  letter-spacing: var(--ez-h2-letter-spacing, 0);
  line-height: var(--ez-h2-line-height, 1.1);
  text-transform: var(--ez-h2-text-transform, none);
}

h3 {
  font-size: var(--ez-h3-size, 1.875rem);
  font-weight: var(--ez-h3-font-weight, 700);
  letter-spacing: var(--ez-h3-letter-spacing, 0);
  line-height: var(--ez-h3-line-height, 1.15);
  text-transform: var(--ez-h3-text-transform, none);
}

h4 {
  font-size: var(--ez-h4-size, 1.45rem);
  font-weight: var(--ez-h4-font-weight, 700);
  letter-spacing: var(--ez-h4-letter-spacing, 0);
  line-height: var(--ez-h4-line-height, 1.2);
  text-transform: var(--ez-h4-text-transform, none);
}

h5 {
  font-size: var(--ez-h5-size, 1.125rem);
  font-weight: var(--ez-h5-font-weight, 600);
  letter-spacing: var(--ez-h5-letter-spacing, 0);
  line-height: var(--ez-h5-line-height, 1.25);
  text-transform: var(--ez-h5-text-transform, none);
}

h6 {
  font-size: var(--ez-h6-size, 1rem);
  font-weight: var(--ez-h6-font-weight, 600);
  letter-spacing: var(--ez-h6-letter-spacing, 0);
  line-height: var(--ez-h6-line-height, 1.3);
  text-transform: var(--ez-h6-text-transform, none);
}

p {
  margin-block: 0 1rem;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.875em;
}

:not(pre) > code {
  font-family: monospace;
  font-size: 0.9em;
}

.ez-content ul,
.ez-content ol {
  margin-block: 0 1rem;
  padding-inline-start: 1.5em;
}

.ez-content ul {
  list-style-type: disc;
}

.ez-content ol {
  list-style-type: decimal;
}

.ez-content li {
  margin-block-end: 0.25em;
}

.ez-site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

:root {
  --ez-layer-header: 900;
  --ez-layer-sticky-header: 1000;
  --ez-layer-dropdown: 1100;
  --ez-layer-mega-menu: 1150;
  --ez-layer-drawer-overlay: 1200;
  --ez-layer-drawer: 1300;
  --ez-layer-drawer-control: 1310;
  --ez-layer-scroll-top: 800;
  --ez-layer-third-party-widget: 700;
  --ez-mobile-gutter: clamp(1rem, 5vw, 1.5rem);
  --ez-tablet-gutter: clamp(1.25rem, 4vw, 2rem);
  --ez-mobile-section-gap: clamp(2.5rem, 11vw, 3.75rem);
  --ez-mobile-content-max: 42rem;
  --ez-mobile-header-shell-height: calc(var(--ez-logo-max-height, 5rem) + (var(--ez-mobile-header-padding, 0.75rem) * 2));
}

.ez-site-main {
  flex: 1;
}

.ez-container {
  width: min(100% - var(--ez-tablet-gutter) * 2, var(--ez-layout-wide));
  margin-inline: auto;
}

.ez-entry {
  width: min(100% - var(--ez-tablet-gutter) * 2, var(--ez-layout-content));
  margin-inline: auto;
  padding-block: var(--ez-section-gap);
}

.ez-entry-content > * + * {
  margin-top: 1.25rem;
}

.ez-entry-header {
  margin-bottom: 2rem;
}

.ez-entry-title {
  margin-bottom: 0;
}

.ez-entry-footer {
  border-top: 1px solid var(--ez-color-border);
  margin-top: 2rem;
  padding-top: 1rem;
}

.ez-page-header {
  background: var(--ez-color-muted);
  border-bottom: 1px solid var(--ez-color-border);
  padding-block: clamp(2rem, 5vw, 4rem);
}

.ez-page-header__inner {
  width: min(100% - 2rem, var(--ez-layout-wide));
  margin-inline: auto;
}

.ez-page-header__title {
  margin-bottom: 0;
}

.ez-page-header__description {
  color: color-mix(in srgb, var(--ez-color-text) 72%, transparent);
  font-size: clamp(1rem, 2vw, 1.2rem);
  margin-top: 1rem;
  max-width: 52rem;
}

.ez-breadcrumbs {
  align-items: center;
  color: color-mix(in srgb, var(--ez-color-text) 62%, transparent);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 700;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.ez-breadcrumbs a {
  text-decoration: none;
}

.ez-breadcrumbs a:hover,
.ez-breadcrumbs a:focus-visible {
  text-decoration: underline;
}

.ez-breadcrumbs__separator {
  color: color-mix(in srgb, var(--ez-color-text) 36%, transparent);
}

.ez-site-header,
.ez-site-footer {
  border-color: var(--ez-color-border);
}

.ez-site-header {
  background: var(--ez-header-main-bg, var(--ez-color-bg));
  border-bottom: 1px solid var(--ez-color-border);
  border-bottom-color: var(--ez-header-main-border, var(--ez-color-border));
  color: var(--ez-header-main-text, var(--ez-color-text));
  position: relative;
  z-index: var(--ez-layer-header);
}

.ez-site-header__inner,
.ez-site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: var(--ez-header-main-padding, 1rem);
}

.ez-site-header__inner {
  min-height: var(--ez-header-main-min-height, 4.5rem);
}

.ez-site-footer__inner {
  min-height: var(--ez-footer-main-min-height, 0);
  padding-block: var(--ez-footer-main-padding, 1rem);
}

.ez-site-branding {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.ez-site-branding__logo,
.ez-site-branding .custom-logo-link {
  display: inline-flex;
  line-height: 0;
}

.ez-site-branding .custom-logo {
  max-height: var(--ez-logo-max-height, 3rem);
  max-width: var(--ez-logo-max-width, none);
  width: auto;
}

.ez-site-description {
  color: color-mix(in srgb, var(--ez-color-text) 68%, transparent);
  font-size: 0.875rem;
  margin: 0;
}

.ez-site-header__navigation {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.ez-site-footer {
  background: var(--ez-footer-main-bg, var(--ez-color-bg));
  border-top: 1px solid var(--ez-color-border);
  border-top-color: var(--ez-footer-main-border, var(--ez-color-border));
  color: var(--ez-footer-main-text, var(--ez-color-text));
  margin-top: auto;
}

.ez-site-footer__brand {
  max-width: 24rem;
  min-width: 0;
}

.ez-site-footer__title {
  font-weight: 800;
  margin: 0;
}

.ez-site-footer__meta {
  color: color-mix(in srgb, var(--ez-color-text) 68%, transparent);
  margin: 0.25rem 0 0;
}

.ez-footer-nav {
  min-width: min(100%, 22rem);
}

.ez-footer-menu,
.ez-footer-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ez-footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem var(--ez-footer-menu-item-spacing, 1rem);
}

.ez-footer-menu__item {
  min-width: 0;
}

.ez-footer-menu__link {
  color: var(--ez-footer-menu-link, var(--ez-footer-main-link, inherit));
  display: inline-flex;
  font-size: var(--ez-footer-menu-font-size);
  font-weight: var(--ez-footer-menu-font-weight);
  letter-spacing: var(--ez-footer-menu-letter-spacing);
  line-height: var(--ez-footer-menu-line-height);
  min-height: var(--ez-footer-menu-item-min-height);
  overflow-wrap: anywhere;
  text-decoration: none;
  text-transform: var(--ez-footer-menu-text-transform);
}

.ez-footer-menu__link:hover,
.ez-footer-menu__link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ez-footer-menu--mode-grouped,
.ez-footer-menu--mode-columns {
  align-items: flex-start;
  display: grid;
  gap: 1rem 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 11rem), 1fr));
}

.ez-footer-menu--mode-grouped > .ez-footer-menu__item,
.ez-footer-menu--mode-columns > .ez-footer-menu__item {
  display: grid;
  gap: 0.45rem;
}

.ez-footer-sub-menu {
  background: var(--ez-footer-menu-submenu-bg, transparent);
  color: var(--ez-footer-menu-submenu-text, inherit);
  display: grid;
  gap: 0.35rem;
  padding-block-start: 0.15rem;
}

.ez-footer-sub-menu .ez-footer-menu__link {
  color: color-mix(in srgb, var(--ez-color-text) 70%, transparent);
  font-size: 0.9rem;
  font-weight: 500;
}

.ez-footer-sub-menu .ez-footer-menu__link:hover,
.ez-footer-sub-menu .ez-footer-menu__link:focus-visible {
  background: var(--ez-footer-menu-submenu-hover-bg, transparent);
  color: var(--ez-footer-menu-submenu-hover-text, inherit);
}

.ez-footer-menu__item--group-heading > .ez-footer-menu__link {
  font-weight: 800;
}

.ez-footer-menu__item--column-break {
  break-before: column;
}

.ez-site-footer__widgets {
  border-top: 1px solid var(--ez-color-border);
  display: grid;
  gap: var(--ez-footer-widget-gap, 3.75rem);
  grid-template-columns: repeat(var(--ez-footer-widget-columns, 4), minmax(0, 1fr));
  padding-block: var(--ez-footer-widget-padding-block, 3.5rem);
}

.ez-footer-widget {
  margin-block-end: 1rem;
}

.ez-footer-widget > *:last-child {
  margin-bottom: 0;
}

.ez-footer-widget__title {
  font-size: var(--ez-footer-widget-title-size, 1.15rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.875rem;
  text-align: left;
}

.ez-site-footer :where(p, li, a, .ez-nap-block) {
  font-size: var(--ez-footer-body-size, 0.9375rem);
  line-height: 1.6;
}

.ez-site-footer a {
  text-decoration: none;
}

.ez-site-footer a:hover,
.ez-site-footer a:focus-visible {
  text-decoration: underline;
}

.ez-footer-copyright-text {
  font-size: var(--ez-footer-copyright-size, 0.85rem);
}

.ez-site-footer :where(.menu, .wp-block-list) {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ez-site-footer :where(.menu li, .wp-block-list li) {
  margin-block-end: 0.3125rem;
}

.ez-site-footer .wp-block-image {
  margin-block-end: 1.25rem;
}

.ez-site-footer .wp-block-image img {
  height: auto;
  max-width: 100%;
  width: var(--ez-footer-logo-width, 10.625rem);
}

.ez-nap-name {
  font-weight: 700;
  margin-block-end: 0.5rem;
}

.ez-contact-inline {
  align-items: flex-start;
  display: flex;
  gap: 0.5625rem;
  margin-block-end: 0.4375rem;
}

.ez-address-text {
  display: flex;
  flex-direction: column;
}

.ez-nap-block .ez-icon i {
  color: var(--ez-color-accent);
}

.ez-social-icons .ez-social-link {
  background-color: var(--ez-color-accent);
}

.ez-empty-state {
  max-width: var(--ez-layout-content);
}

.ez-header-sticky .ez-site-header {
  position: sticky;
  top: 0;
  background: var(--ez-color-bg);
  z-index: var(--ez-layer-sticky-header);
}

body.admin-bar .ez-site-header[data-ez-sticky=true] {
  top: var(--wp-admin--admin-bar--height, 32px);
}

.ez-site-header__nav-row {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  min-width: 0;
}

.ez-header-cta {
  color: var(--ez-header-cta-text, #ffffff);
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 1024px) and (min-width: 761px) {
  .ez-container,
  .ez-entry,
  .ez-page-header__inner,
  .ez-empty-state,
  .ez-archive-grid {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: min(var(--ez-layout-wide), 100vw - var(--ez-tablet-gutter) * 2);
    width: calc(100% - var(--ez-tablet-gutter) * 2);
  }
  .ez-site-header__inner {
    gap: 1rem;
  }
  .ez-site-header__navigation {
    flex: 1 1 auto;
  }
  .ez-site-header__nav-row {
    width: 100%;
  }
  .ez-header-cta {
    white-space: normal;
  }
  .ez-site-header__top-inner,
  .ez-site-header__top-left,
  .ez-site-header__top-right,
  .ez-site-header__top .ez-utility-menu {
    box-sizing: border-box;
    min-width: 0;
    max-width: 100%;
  }
  .ez-site-header__top-inner {
    flex-wrap: wrap;
  }
  .ez-site-header__top-left,
  .ez-site-header__top-right {
    flex: 1 1 auto;
    flex-wrap: wrap;
  }
  .ez-site-header__top .ez-utility-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .ez-site-header__top .ez-menu__item,
  .ez-site-header__top .ez-menu__link,
  .ez-site-header__top .ez-address-text-inline {
    min-width: 0;
    max-width: 100%;
  }
  .ez-site-header__top .ez-menu__link {
    overflow-wrap: anywhere;
    white-space: normal !important;
  }
}
@media (max-width: 1024px) and (min-width: 761px) {
  .ez-site-footer__widgets {
    box-sizing: border-box;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-inline: auto;
    max-width: min(var(--ez-layout-wide), 100vw - var(--ez-tablet-gutter) * 2);
    padding-inline: var(--ez-tablet-gutter) !important;
    width: calc(100% - var(--ez-tablet-gutter) * 2);
  }
  .ez-site-footer__widgets,
  .ez-site-footer__widget-column,
  .ez-site-footer__widgets .ez-footer-widget {
    margin-inline: auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .ez-site-footer__widgets {
    justify-items: center;
  }
  .ez-site-footer__widgets .ez-footer-widget__title,
  .ez-site-footer__widgets .ez-footer-widget .wp-block-heading,
  .ez-site-footer__widgets .ez-footer-widget :where(h2, h3, h4, h5, h6) {
    text-align: center !important;
  }
  .ez-site-footer__widgets .ez-footer-widget :where(p, li, a),
  .ez-site-footer__widgets .ez-footer-widget .ez-nap-block {
    text-align: center;
  }
  .ez-site-footer__widgets .ez-footer-widget :where(ul, ol) {
    display: inline-grid;
    justify-items: center;
    padding-inline-start: 0;
    text-align: center !important;
  }
  .ez-site-footer__widgets .ez-footer-widget :where(.wp-block-buttons, .wp-block-social-links),
  .ez-site-footer__widgets .ez-footer-widget :where(.ez-social-links, .ez-social-icons) {
    justify-content: center !important;
    margin-inline: auto;
  }
  .ez-site-footer__widgets .ez-footer-widget .ez-nap-block,
  .ez-site-footer__widgets .ez-footer-widget .ez-contact-inline {
    align-items: center;
    box-sizing: border-box;
    justify-content: center;
    margin-inline: auto;
    text-align: center;
    width: 100%;
  }
  .ez-site-footer__widgets .ez-footer-widget .ez-nap-name,
  .ez-site-footer__widgets .ez-footer-widget .ez-nap-address,
  .ez-site-footer__widgets .ez-footer-widget .ez-nap-phone,
  .ez-site-footer__widgets .ez-footer-widget .ez-address-text {
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.ez-footer-cta-band {
  background: var(--ez-footer-top-bg, var(--ez-color-surface-alt));
  border-bottom: 1px solid var(--ez-footer-top-border, var(--ez-color-border));
  color: var(--ez-footer-top-text, var(--ez-color-text));
  min-height: var(--ez-footer-top-min-height, 0);
  padding-block: var(--ez-footer-top-padding, clamp(2rem, 5vw, 3.5rem));
  text-align: center;
}

.ez-footer-cta-band__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.ez-footer-cta-band a {
  color: var(--ez-footer-top-link, inherit);
}

.ez-footer-cta-band a:hover,
.ez-footer-cta-band a:focus-visible {
  color: var(--ez-footer-top-link-hover, var(--ez-footer-top-link, inherit));
}

.ez-site-footer a {
  color: var(--ez-footer-main-link, inherit);
}

.ez-site-footer a:hover,
.ez-site-footer a:focus-visible {
  color: var(--ez-footer-main-link-hover, var(--ez-footer-main-link, inherit));
}

.ez-site-footer .current-menu-item > a,
.ez-site-footer .current-menu-ancestor > a {
  color: var(--ez-footer-main-link-active, var(--ez-footer-main-link, inherit));
}

.ez-site-footer__bottom a {
  color: var(--ez-footer-bottom-link, inherit);
}

.ez-site-footer__bottom a:hover,
.ez-site-footer__bottom a:focus-visible {
  color: var(--ez-footer-bottom-link-hover, var(--ez-footer-bottom-link, inherit));
}

.ez-footer-cta-band__headline {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0;
}

.ez-button--large {
  font-size: 1.05rem;
  padding: 0.85rem 2rem;
}

.ez-site-footer__copyright {
  border-top: 1px solid var(--ez-color-border);
  padding-block: 1rem;
}

.ez-site-footer__bottom {
  background: var(--ez-footer-bottom-bg, transparent);
  border-top: 1px solid var(--ez-footer-bottom-border, var(--ez-color-border));
  margin-top: 2rem;
  min-height: var(--ez-footer-bottom-min-height, 0);
  padding-block: var(--ez-footer-bottom-padding, 1.25rem);
  color: var(--ez-footer-bottom-text, var(--ez-footer-main-text, var(--ez-color-text)));
}

.ez-site-footer__bottom-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.ez-footer-copyright-text {
  color: color-mix(in srgb, var(--ez-color-text) 55%, transparent);
  font-size: 0.8125rem;
  margin: 0;
  text-align: center;
}

.ez-site-footer__bottom-right {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.ez-footer-menu--inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ez-footer-menu--inline li a {
  font-size: 0.8125rem;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 150ms ease;
}

.ez-footer-menu--inline li a:hover,
.ez-footer-menu--inline li a:focus-visible {
  opacity: 1;
  text-decoration: underline;
}

.ez-nav-center .ez-site-header__navigation {
  align-items: center;
}

.ez-nav-start .ez-site-header__navigation {
  align-items: flex-start;
}

@media (max-width: 760px) {
  html,
  body,
  .ez-site {
    max-width: 100%;
    overflow-x: clip;
  }
  .ez-site {
    --ez-active-mobile-gutter: var(--ez-mobile-gutter);
  }
  .ez-container,
  .ez-entry,
  .ez-page-header__inner,
  .ez-empty-state,
  .ez-archive-grid {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: min(var(--ez-mobile-content-max), 100vw - var(--ez-mobile-gutter) * 2);
    width: calc(100% - var(--ez-mobile-gutter) * 2);
  }
  body.ez-page-container-full .ez-entry {
    max-width: none;
    width: 100%;
  }
  .ez-entry-content {
    overflow-wrap: anywhere;
  }
  .ez-entry-content > :not(.alignfull):not(.wp-block-cover),
  .ez-entry-content > .wp-block-group:not(.alignfull),
  .ez-entry-content > .wp-block-columns:not(.alignfull),
  .ez-entry-content > .wp-block-buttons:not(.alignfull),
  .ez-entry-content > .wp-block-image:not(.alignfull),
  .ez-entry-content > .wp-block-gallery:not(.alignfull),
  .ez-entry-content > .wp-block-details:not(.alignfull) {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: min(var(--ez-mobile-content-max), 100vw - var(--ez-mobile-gutter) * 2);
    width: calc(100% - var(--ez-mobile-gutter) * 2);
  }
  .ez-site-header[data-ez-sticky=true] {
    align-self: flex-start;
    top: var(--wp-admin--admin-bar--height, 0px);
    width: 100%;
    z-index: var(--ez-layer-sticky-header);
  }
  body.admin-bar .ez-site-header[data-ez-sticky=true] {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
  .ez-site-header__inner {
    align-items: center;
    flex-direction: row;
    gap: 0.75rem;
    justify-content: space-between;
    min-height: var(--ez-mobile-header-min-height, 4rem);
    padding-block: var(--ez-mobile-header-padding, 0.75rem);
  }
  .ez-menu-open .ez-site-header[data-ez-sticky=true] {
    position: sticky;
    top: var(--wp-admin--admin-bar--height, 0px);
    z-index: var(--ez-layer-drawer-control);
  }
  body.admin-bar.ez-menu-open .ez-site-header[data-ez-sticky=true] {
    top: var(--wp-admin--admin-bar--height, 46px);
  }
  .ez-site-header__top,
  .ez-site-header__bottom {
    display: none;
  }
  .ez-site-footer__inner {
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }
  .ez-site-branding {
    flex: 1 1 auto;
    max-width: calc(100% - 3.5rem);
  }
  .ez-site-branding .custom-logo {
    max-width: 100%;
  }
  .ez-site-header__navigation {
    align-items: flex-end;
    flex: 0 0 auto;
    margin-left: auto;
    width: auto;
  }
  .ez-site-header__nav-row {
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: auto;
  }
  .ez-site-header__nav-row > .ez-header-cta,
  .ez-site-header__nav-row > .ez-header-cta2--link {
    display: none;
  }
  .ez-site-header__top-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
  .ez-site-header__top-left,
  .ez-site-header__top-right {
    flex-wrap: wrap;
    justify-content: flex-start;
    min-width: 0;
    overflow-wrap: anywhere;
    width: 100%;
  }
  .ez-site-header__top .ez-utility-menu {
    align-items: flex-start;
    display: block !important;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
    min-width: 0;
    width: 100%;
  }
  .ez-site-header__top .ez-utility-menu > *,
  .ez-site-header__top .ez-utility-menu > li,
  .ez-site-header__top .ez-menu__item,
  .ez-site-header__top .ez-contact-inline,
  .ez-site-header__top .ez-address-text-inline {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .ez-site-header__top .ez-utility-menu > li + li {
    margin-block-start: 0.45rem;
  }
  .ez-site-header__top .ez-utility-menu a,
  .ez-site-header__top-right a,
  .ez-site-header__top .ez-menu__link {
    display: inline !important;
    flex-wrap: wrap;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    overflow-wrap: anywhere;
    white-space: normal;
  }
  .ez-site-header__top .ez-contact-inline {
    align-items: flex-start;
    display: block !important;
    gap: 0.35rem;
    min-width: 0;
    width: 100%;
  }
  .ez-site-header__top .ez-contact-inline .ez-icon {
    display: inline-flex;
    margin-inline-end: 0.35rem;
  }
  .ez-site-header__top .ez-contact-inline a,
  .ez-site-header__top .ez-address-text-fallback {
    min-width: 0;
  }
  .ez-site-header__top a[href^="mailto:"],
  .ez-site-header__top .ez-address-text-inline {
    display: block;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .wp-block-cover.alignfull {
    box-sizing: border-box;
    overflow-x: clip;
    padding-inline: var(--ez-mobile-gutter) !important;
    width: 100% !important;
  }
  .wp-block-cover.alignfull *,
  .wp-block-cover.alignfull .wp-block-cover__inner-container {
    box-sizing: border-box;
  }
  .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: min(var(--ez-mobile-content-max), 100vw - var(--ez-mobile-gutter) * 2);
    min-width: 0;
    padding-inline: 0 !important;
    width: 100% !important;
    margin-inline: auto;
  }
  .wp-block-cover.alignfull .ez-container,
  .wp-block-cover.alignfull .has-global-padding,
  .wp-block-cover.alignfull .wp-block-group {
    box-sizing: border-box;
    max-width: min(var(--ez-mobile-content-max), 100vw - var(--ez-mobile-gutter) * 2) !important;
    min-width: 0;
    padding-inline: 0 !important;
    width: 100% !important;
    margin-inline: auto;
  }
  .wp-block-cover.alignfull h1,
  .ez-entry-content h1,
  .ez-entry-content h2,
  .ez-entry-content h3,
  .ez-section h1,
  .ez-section h2,
  .ez-section h3 {
    box-sizing: border-box;
    line-height: 1.16;
    margin-inline: auto;
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: balance;
    white-space: normal !important;
    word-break: break-word;
  }
  .wp-block-cover.alignfull h1 {
    font-size: var(--ez-h1-size-mobile, clamp(2.35rem, 10vw, 3.25rem)) !important;
    width: 100%;
  }
  .wp-block-cover.alignfull p {
    font-size: 1rem !important;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal !important;
  }
  .wp-block-cover.alignfull .wp-block-buttons,
  .ez-entry-content .wp-block-buttons {
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
    margin-inline: auto;
    max-width: min(100%, 24rem);
    width: 100%;
  }
  .wp-block-cover.alignfull .wp-block-button,
  .wp-block-cover.alignfull .wp-block-button__link,
  .ez-entry-content .wp-block-button,
  .ez-entry-content .wp-block-button__link {
    width: 100%;
  }
  .ez-footer-cta-band__inner {
    align-items: center;
    text-align: center;
  }
  .ez-footer-cta-band--align-start .ez-footer-cta-band__inner,
  .ez-footer-cta-band--align-end .ez-footer-cta-band__inner {
    align-items: center;
    text-align: center;
  }
  .ez-footer-cta-band__actions {
    justify-content: center;
    width: 100%;
  }
  .ez-footer-cta-band__actions .ez-button,
  .ez-footer-cta-band__actions .wp-block-button__link {
    width: min(100%, 22rem);
  }
  .ez-footer-nav,
  .ez-footer-menu {
    width: 100%;
  }
  .ez-footer-nav {
    margin-inline: auto;
    text-align: center !important;
  }
  .ez-footer-menu {
    align-items: center;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }
  .ez-footer-menu--mode-grouped,
  .ez-footer-menu--mode-columns {
    justify-items: center;
  }
  .ez-footer-menu--mode-grouped > .ez-footer-menu__item,
  .ez-footer-menu--mode-columns > .ez-footer-menu__item,
  .ez-footer-sub-menu {
    justify-items: center;
    text-align: center;
  }
  .ez-site-footer__brand,
  .ez-site-footer__widgets,
  .ez-site-footer__widget-column,
  .ez-footer-widget {
    margin-inline: auto;
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
  .ez-site-footer__widgets {
    box-sizing: border-box;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-inline: auto;
    max-width: min(var(--ez-mobile-content-max, 42rem), 100vw - var(--ez-mobile-gutter, 1rem) * 2);
    padding-inline: 0;
    text-align: center !important;
    width: calc(100% - var(--ez-mobile-gutter, 1rem) * 2);
  }
  .ez-footer-widget {
    box-sizing: border-box;
    max-width: min(var(--ez-mobile-content-max, 42rem), 100vw - var(--ez-mobile-gutter, 1rem) * 2);
  }
  .ez-site-footer__widgets .ez-footer-widget__title,
  .ez-site-footer__widgets .ez-footer-widget .wp-block-heading,
  .ez-site-footer__widgets .ez-footer-widget :where(h2, h3, h4, h5, h6) {
    text-align: center !important;
  }
  .ez-footer-widget .wp-block-buttons,
  .ez-footer-widget .wp-block-social-links,
  .ez-site-footer .ez-social-links,
  .ez-site-footer .ez-social-icons {
    justify-content: center !important;
  }
  .ez-footer-widget ul,
  .ez-footer-widget ol {
    display: inline-grid;
    justify-items: center;
    padding-inline-start: 0;
    text-align: center !important;
  }
  .ez-footer-widget .ez-contact-inline,
  .ez-footer-widget .ez-nap-block .ez-contact-inline,
  .ez-site-footer .ez-contact-inline,
  .ez-site-footer .ez-nap-block {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-inline: auto;
    max-width: min(var(--ez-mobile-content-max, 42rem), 100vw - var(--ez-mobile-gutter, 1rem) * 2);
    text-align: center;
    width: 100%;
  }
  .ez-footer-widget li {
    overflow-wrap: anywhere;
  }
}
@media (max-width: 600px) {
  .ez-site-footer__bottom-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 0.75rem;
    text-align: center;
  }
  .ez-site-footer__bottom-right,
  .ez-footer-menu--inline {
    justify-content: center;
  }
}
/* =============================================================
   PAGE LAYOUT OVERRIDES
   ============================================================= */
body.ez-page-container-full .ez-entry {
  width: 100%;
  max-width: none;
  padding-inline: 0;
  padding-block: 0;
}

body.ez-page-container-full .ez-entry-content > * + * {
  margin-top: 0;
}

body.ez-hide-title .ez-entry-title,
body.ez-hide-title .ez-entry-header,
body.ez-hide-breadcrumbs .ez-breadcrumbs,
body.ez-hide-header .ez-site-header,
body.ez-hide-footer .ez-site-footer {
  display: none;
}

/* =============================================================
   SURFACE MODE (EZ DESIGN)
   ============================================================= */
body.ez-surface-muted {
  background: var(--ez-color-muted);
}

body.ez-surface-dark {
  background: #101416;
  color: #ffffff;
}

body.ez-glass-enabled .ez-card {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(12px) saturate(1.6);
  backdrop-filter: blur(12px) saturate(1.6);
  border-color: rgba(255, 255, 255, 0.35);
}

/* =============================================================
   HEADER ROWS
   ============================================================= */
.ez-site-header__top {
  background: var(--ez-header-top-bg, var(--ez-color-muted));
  border-bottom: 1px solid var(--ez-header-top-border, var(--ez-color-border));
  color: var(--ez-header-top-text, var(--ez-color-text));
  font-size: 0.8125rem;
  line-height: 1;
}

.ez-site-header__top-inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: var(--ez-header-top-min-height, 2rem);
  padding-block: var(--ez-header-top-padding, 0.375rem);
}

.ez-site-header__top a {
  color: var(--ez-header-top-link, inherit);
}

.ez-site-header__top a:hover,
.ez-site-header__top a:focus-visible {
  color: var(--ez-header-top-link-hover, var(--ez-header-top-link, inherit));
}

.ez-site-header__top .current-menu-item > a,
.ez-site-header__top .current-menu-ancestor > a {
  color: var(--ez-header-top-link-active, var(--ez-header-top-link, inherit));
}

.ez-site-header__top-left,
.ez-site-header__top-right {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  min-width: 0;
}

.ez-header-phone {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
}

.ez-header-phone:hover,
.ez-header-phone:focus-visible {
  text-decoration: underline;
}

.ez-header-utility-text {
  color: inherit;
  font-size: inherit;
}

.ez-site-header__bottom {
  background: var(--ez-header-bottom-bg, transparent);
  border-top: 1px solid var(--ez-header-bottom-border, var(--ez-color-border));
  color: var(--ez-header-bottom-text, var(--ez-color-text));
}

.ez-site-header__bottom-inner {
  align-items: center;
  display: flex;
  min-height: var(--ez-header-bottom-min-height, 2.5rem);
  padding-block: var(--ez-header-bottom-padding, 0.375rem);
}

.ez-site-header__navigation a,
.ez-site-header__inner a {
  color: var(--ez-header-main-link, inherit);
}

.ez-site-header__navigation a:hover,
.ez-site-header__navigation a:focus-visible,
.ez-site-header__inner a:hover,
.ez-site-header__inner a:focus-visible {
  color: var(--ez-header-main-link-hover, var(--ez-header-main-link, inherit));
}

.ez-site-header__navigation .current-menu-item > a,
.ez-site-header__navigation .current-menu-ancestor > a,
.ez-site-header__inner .current-menu-item > a,
.ez-site-header__inner .current-menu-ancestor > a {
  color: var(--ez-header-main-link-active, var(--ez-header-main-link, inherit));
}

.ez-site-header__bottom a {
  color: var(--ez-header-bottom-link, inherit);
}

.ez-site-header__bottom a:hover,
.ez-site-header__bottom a:focus-visible {
  color: var(--ez-header-bottom-link-hover, var(--ez-header-bottom-link, inherit));
}

.ez-site-header__bottom .current-menu-item > a,
.ez-site-header__bottom .current-menu-ancestor > a {
  color: var(--ez-header-bottom-link-active, var(--ez-header-bottom-link, inherit));
}

/* =============================================================
   SOCIAL LINKS
   ============================================================= */
.ez-social-links {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ez-social-links__item a {
  align-items: center;
  color: inherit;
  display: flex;
  opacity: 0.75;
  transition: opacity 150ms ease;
}

.ez-social-links__item a:hover,
.ez-social-links__item a:focus-visible {
  opacity: 1;
}

.ez-social-links__item svg {
  display: block;
  height: 1.1rem;
  width: 1.1rem;
}

.ez-social-links--footer .ez-social-links__item svg {
  height: 1.25rem;
  width: 1.25rem;
}

/* --- Dropdown hover bridge --- */
.ez-sub-menu::before {
  content: "";
  height: var(--ez-dropdown-offset, 0.5rem);
  left: 0;
  position: absolute;
  right: 0;
  top: calc(-1 * var(--ez-dropdown-offset, 0.5rem));
}

/* --- Hamburger bars --- */
.ez-nav-toggle__bars {
  background: currentColor;
  display: block;
  height: 2px;
  position: relative;
  transition: background 180ms ease 120ms;
  width: 1.25rem;
}

.ez-nav-toggle__bars::before,
.ez-nav-toggle__bars::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: transform 200ms ease, top 200ms ease 180ms, bottom 200ms ease 180ms;
  width: 100%;
}

.ez-nav-toggle__bars::before {
  top: -6px;
}

.ez-nav-toggle__bars::after {
  bottom: -6px;
  top: auto;
}

.ez-nav-toggle[aria-expanded=true] .ez-nav-toggle__bars {
  background: transparent;
  transition: background 180ms ease;
}

.ez-nav-toggle[aria-expanded=true] .ez-nav-toggle__bars::before {
  top: 0;
  transform: rotate(45deg);
  transition: top 200ms ease, transform 200ms ease 180ms;
}

.ez-nav-toggle[aria-expanded=true] .ez-nav-toggle__bars::after {
  bottom: 0;
  top: 0;
  transform: rotate(-45deg);
  transition: bottom 200ms ease, top 200ms ease, transform 200ms ease 180ms;
}

/* --- Menu overlay --- */
.ez-menu-overlay {
  background: rgba(24, 25, 25, 0.45);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 280ms ease;
  z-index: var(--ez-layer-drawer-overlay);
}

.ez-menu-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

/* --- Body lock --- */
.ez-menu-open {
  overflow-x: clip;
}

.ez-menu-open .ez-site-header {
  z-index: var(--ez-layer-sticky-header);
}

/* --- Secondary header CTA (text link) --- */
.ez-header-cta2--link {
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

.ez-header-cta2--link:hover,
.ez-header-cta2--link:focus-visible {
  text-decoration: none;
}

/* --- Footer CTA band: alignment variants --- */
.ez-footer-cta-band--align-start .ez-footer-cta-band__inner {
  align-items: flex-start;
  text-align: left;
}

.ez-footer-cta-band--align-end .ez-footer-cta-band__inner {
  align-items: flex-end;
  text-align: right;
}

/* --- Footer CTA band: body text + actions row --- */
.ez-footer-cta-band__body {
  color: color-mix(in srgb, var(--ez-color-text) 72%, transparent);
  margin: 0;
  max-width: 44rem;
  overflow-wrap: anywhere;
}

.ez-footer-cta-band__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.ez-footer-cta-band__secondary-cta {
  color: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ez-footer-cta-band__secondary-cta:hover,
.ez-footer-cta-band__secondary-cta:focus-visible {
  text-decoration: none;
}

/* =============================================================
   HEADER BEHAVIOR MODES
   ============================================================= */
body.ez-header-transparent .ez-site-header,
body.ez-page-header-transparent .ez-site-header {
  background: transparent;
  border-bottom-color: transparent;
  color: var(--ez-header-transparent-text, var(--ez-header-main-text, var(--ez-color-text)));
}

body.ez-header-transparent .ez-site-header.is-sticky,
body.ez-page-header-transparent .ez-site-header.is-sticky {
  background: var(--ez-header-main-bg, var(--ez-color-bg));
  border-bottom-color: var(--ez-header-main-border, var(--ez-color-border));
  color: var(--ez-header-main-text, var(--ez-color-text));
}

body.ez-page-header-solid .ez-site-header {
  background: var(--ez-header-main-bg, var(--ez-color-bg)) !important;
  border-bottom-color: var(--ez-header-main-border, var(--ez-color-border)) !important;
  color: var(--ez-header-main-text, var(--ez-color-text)) !important;
}

body.ez-page-header-no-sticky .ez-header-sticky .ez-site-header {
  box-shadow: none !important;
  position: relative !important;
}

body.ez-header-overlay .ez-site-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--ez-layer-header);
}

body.ez-header-overlay .ez-header-sticky .ez-site-header {
  position: absolute;
}

body.ez-menu-open.ez-header-overlay .ez-site-header[data-ez-sticky=true] {
  position: sticky;
}

.ez-site-header[data-ez-sticky=true] {
  transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease, color 200ms ease;
}

.ez-site-header[data-ez-sticky=true].is-sticky {
  background: var(--ez-header-main-bg, var(--ez-color-bg));
  border-bottom-color: var(--ez-header-main-border, var(--ez-color-border));
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  z-index: var(--ez-layer-sticky-header);
}

body.ez-menu-open .ez-site-header[data-ez-sticky=true].is-sticky {
  z-index: var(--ez-layer-drawer-control);
}

/* =============================================================
   SCROLL TO TOP
   ============================================================= */
.ez-scroll-to-top {
  align-items: center;
  background: var(--ez-color-accent);
  border: none;
  border-radius: var(--ez-button-radius, 999px);
  bottom: max(1.5rem, env(safe-area-inset-bottom));
  color: var(--ez-scroll-to-top-color, #ffffff);
  cursor: pointer;
  display: flex;
  height: 2.75rem;
  justify-content: center;
  line-height: 1;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  right: max(1.5rem, env(safe-area-inset-right));
  transition: opacity 200ms ease, transform 200ms ease;
  width: 2.75rem;
  z-index: var(--ez-layer-scroll-top);
}

.ez-scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.ez-scroll-to-top:hover,
.ez-scroll-to-top:focus-visible {
  transform: translateY(-2px);
}

.ez-scroll-to-top svg {
  display: block;
  height: 1.1rem;
  width: 1.1rem;
}

.ez-menu-open .ez-scroll-to-top {
  opacity: 0;
  pointer-events: none;
}

.ez-site :is(.ti-widget, .ti-widget-container, .ti-reviews-container, .ti-popup, .ti-review-popup, .trustindex-widget, .google-reviews) {
  position: relative;
  z-index: var(--ez-layer-third-party-widget);
}

.ez-menu-open :is(.ti-widget, .ti-widget-container, .ti-reviews-container, .ti-popup, .ti-review-popup, .trustindex-widget, .google-reviews) {
  z-index: calc(var(--ez-layer-drawer-overlay) - 1) !important;
}

@media (max-width: 760px) {
  .ez-scroll-to-top {
    bottom: max(1rem, env(safe-area-inset-bottom));
    right: max(1rem, env(safe-area-inset-right));
  }
}
/* =============================================================
   MOBILE DRAWER FOOTER ZONES
   ============================================================= */
.ez-drawer-secondary,
.ez-drawer-social,
.ez-drawer-cta {
  display: none;
}

@media (max-width: 760px) {
  .ez-drawer-secondary {
    border-top: 1px solid var(--ez-color-border);
    display: block;
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .ez-drawer-social {
    border-top: 1px solid var(--ez-color-border);
    display: block;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    text-align: center;
  }
  .ez-drawer-social .ez-social-links,
  .ez-social-links--drawer {
    justify-content: center !important;
    width: 100%;
  }
  .ez-drawer-cta {
    display: block;
    margin-top: 1rem;
  }
  .ez-drawer-cta .ez-button {
    display: block;
    text-align: center;
    width: 100%;
  }
  body.ez-drawer-left .ez-primary-nav {
    border-left: none;
    border-right: 1px solid var(--ez-color-border);
    left: 0;
    right: auto;
    transform: translateX(-110%);
  }
  body.ez-drawer-left .ez-primary-nav.is-open {
    box-shadow: 4px 0 24px rgba(24, 25, 25, 0.12);
    transform: translateX(0);
  }
}
.ez-button,
.wp-block-button__link {
  align-items: center;
  background: var(--ez-button-fill-bg);
  border: var(--ez-button-border-width) var(--ez-button-border-style) var(--ez-button-fill-border);
  border-radius: var(--ez-button-radius);
  color: var(--ez-button-fill-color);
  display: inline-flex;
  font-size: var(--ez-button-font-size);
  font-weight: var(--ez-button-font-weight);
  gap: var(--ez-button-gap);
  justify-content: center;
  letter-spacing: var(--ez-button-letter-spacing);
  line-height: var(--ez-button-line-height);
  max-width: 100%;
  min-height: var(--ez-button-min-height);
  overflow-wrap: anywhere;
  padding: var(--ez-button-padding-y) var(--ez-button-padding-x);
  text-decoration: none;
  text-align: center;
  text-transform: var(--ez-button-text-transform);
  transition: background-color var(--ez-button-transition) ease, border-color var(--ez-button-transition) ease, box-shadow var(--ez-button-transition) ease, color var(--ez-button-transition) ease, opacity var(--ez-button-transition) ease, transform var(--ez-button-transition) ease;
  white-space: normal;
  width: var(--ez-button-width);
}

.ez-button:hover,
.ez-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus-visible {
  background: var(--ez-button-fill-hover-bg);
  border-color: var(--ez-button-fill-hover-border);
  box-shadow: var(--ez-button-hover-shadow);
  color: var(--ez-button-fill-hover-color);
  transform: var(--ez-button-hover-transform);
}

.ez-header-cta.ez-button:hover,
.ez-header-cta.ez-button:focus-visible {
  transform: none;
}

.ez-button--secondary,
.is-style-outline .ez-button,
.is-style-outline .wp-block-button__link {
  background: var(--ez-button-outline-bg);
  border-color: var(--ez-button-outline-border);
  color: var(--ez-button-outline-color);
}

.ez-button--secondary:hover,
.ez-button--secondary:focus-visible,
.is-style-outline .ez-button:hover,
.is-style-outline .ez-button:focus-visible,
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus-visible {
  background: var(--ez-button-outline-hover-bg);
  border-color: var(--ez-button-outline-hover-border);
  color: var(--ez-button-outline-hover-color);
}

.is-style-ez-outline .ez-button,
.is-style-ez-outline .wp-block-button__link {
  background: var(--ez-button-ez-outline-bg);
  border-color: var(--ez-button-ez-outline-border);
  color: var(--ez-button-ez-outline-color);
}

.is-style-ez-outline .ez-button:hover,
.is-style-ez-outline .ez-button:focus-visible,
.is-style-ez-outline .wp-block-button__link:hover,
.is-style-ez-outline .wp-block-button__link:focus-visible {
  background: var(--ez-button-ez-outline-hover-bg);
  border-color: var(--ez-button-ez-outline-hover-border);
  color: var(--ez-button-ez-outline-hover-color);
}

.ez-card,
.is-style-ez-card,
.is-style-ez-proof-card,
.is-style-ez-resource-card,
.is-style-ez-form-panel {
  border: 1px solid var(--ez-color-border);
  border-radius: var(--ez-radius-card);
  box-shadow: var(--ez-shadow-soft);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: var(--ez-color-surface);
}

.ez-card > *:last-child,
.is-style-ez-card > *:last-child,
.is-style-ez-proof-card > *:last-child,
.is-style-ez-resource-card > *:last-child,
.is-style-ez-form-panel > *:last-child {
  margin-bottom: 0;
}

.ez-card__eyebrow,
.ez-proof-stat {
  color: color-mix(in srgb, var(--ez-color-text) 64%, transparent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.55rem;
  text-transform: uppercase;
}

.ez-card--proof,
.is-style-ez-proof-card {
  background: var(--ez-color-text);
  color: #ffffff;
}

.ez-card--review blockquote {
  margin: 0;
  overflow-wrap: anywhere;
}

.ez-card--review cite {
  color: color-mix(in srgb, var(--ez-color-text) 64%, transparent);
  display: block;
  font-style: normal;
  font-weight: 700;
  margin-top: 1rem;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .ez-card,
  .is-style-ez-card,
  .is-style-ez-proof-card,
  .is-style-ez-resource-card,
  .is-style-ez-form-panel,
  .ez-form-panel {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: min(100%, var(--ez-mobile-content-max, 42rem));
    text-align: center;
    width: 100%;
  }
  .ez-card--proof,
  .ez-card--review,
  .is-style-ez-proof-card {
    text-align: center;
  }
  .ez-card--review .wp-block-quote {
    border-left: 0;
    padding-left: 0;
  }
  .ez-card :where(.wp-block-buttons, .wp-block-image, .wp-block-gallery),
  .is-style-ez-card :where(.wp-block-buttons, .wp-block-image, .wp-block-gallery),
  .is-style-ez-resource-card :where(.wp-block-buttons, .wp-block-image, .wp-block-gallery),
  .is-style-ez-proof-card :where(.wp-block-buttons, .wp-block-image, .wp-block-gallery) {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .ez-card .wp-block-image img,
  .is-style-ez-card .wp-block-image img,
  .is-style-ez-resource-card .wp-block-image img,
  .is-style-ez-proof-card .wp-block-image img {
    height: auto;
    max-height: 14rem;
    object-fit: contain;
    width: auto;
    max-width: 100%;
  }
}
.ez-card--resource,
.is-style-ez-resource-card {
  display: flex;
  flex-direction: column;
}

.ez-card--resource p:last-child,
.is-style-ez-resource-card p:last-child {
  margin-top: auto;
}

.ez-archive-grid {
  width: min(100% - 2rem, var(--ez-layout-wide));
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
  gap: 1.25rem;
}

.ez-post-card__title {
  font-size: 1.25rem;
}

.ez-post-card__media {
  display: block;
  margin: calc(clamp(1.25rem, 3vw, 2rem) * -1);
  margin-bottom: 1rem;
  border-radius: var(--ez-radius-card) var(--ez-radius-card) 0 0;
  overflow: hidden;
}

.ez-post-card__image {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  display: block;
}

.ez-media-frame,
.is-style-ez-media-frame img {
  aspect-ratio: 4/3;
  background: var(--ez-color-surface-alt);
  border: 1px solid var(--ez-color-border);
  border-radius: var(--ez-radius-card);
  display: grid;
  min-height: 12rem;
  overflow: hidden;
  place-items: center;
  width: 100%;
}

.ez-media-frame span {
  color: color-mix(in srgb, var(--ez-color-text) 52%, transparent);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ez-form-panel,
.is-style-ez-form-panel {
  background: var(--ez-color-surface);
  border: 1px solid var(--ez-color-border);
  border-radius: var(--ez-radius-card);
  box-shadow: var(--ez-shadow-soft);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.ez-form-panel input,
.ez-form-panel textarea,
.ez-form-panel select {
  border: 1px solid var(--ez-color-border);
  border-radius: calc(var(--ez-radius-card) * 0.65);
  font: inherit;
  padding: 0.8rem 0.9rem;
  width: 100%;
}

.ez-form-panel label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.ez-site-title {
  font-weight: 800;
  text-decoration: none;
}

:root {
  --ez-dropdown-radius: 3px;
  --ez-mega-radius: 3px;
  --ez-mega-card-radius: 3px;
  --ez-mega-image-radius: 3px;
  --ez-mega-preview-min-height: 360px;
}

.ez-primary-menu,
.ez-utility-menu,
.ez-secondary-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ez-primary-menu {
  gap: var(--ez-primary-menu-item-spacing, var(--ez-nav-gap));
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 0;
}

.ez-primary-menu,
.ez-secondary-menu {
  position: relative;
}

.ez-secondary-menu {
  gap: var(--ez-secondary-menu-item-spacing, var(--ez-nav-gap));
  justify-content: var(--ez-secondary-menu-alignment, flex-end);
  flex-wrap: wrap;
  width: 100%;
}

.ez-site-header__bottom .ez-site-header__bottom-inner,
.ez-site-header__bottom .ez-secondary-nav,
.ez-secondary-nav {
  display: flex;
  justify-content: var(--ez-secondary-menu-alignment, flex-end);
}

.ez-site-header__bottom .ez-secondary-menu,
.ez-secondary-nav .ez-secondary-menu {
  display: flex;
  justify-content: var(--ez-secondary-menu-alignment, flex-end);
}

.ez-utility-menu {
  gap: var(--ez-nav-gap);
  min-width: 0;
}

.ez-menu__item {
  position: relative;
}

.ez-menu__item--has-children {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.ez-primary-menu a,
.ez-utility-menu a,
.ez-secondary-menu a {
  text-decoration: none;
}

.ez-utility-menu {
  font-size: 0.875rem;
  gap: 0.75rem;
}

.ez-menu__link {
  color: var(--ez-nav-link-color, inherit);
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: var(--ez-primary-menu-item-min-height);
  min-width: 0;
  overflow-wrap: anywhere;
}

.ez-primary-menu .ez-menu__link {
  font-size: var(--ez-primary-menu-font-size);
  font-weight: var(--ez-primary-menu-font-weight);
  letter-spacing: var(--ez-primary-menu-letter-spacing);
  line-height: var(--ez-primary-menu-line-height);
  min-height: var(--ez-primary-menu-item-min-height);
  text-transform: var(--ez-primary-menu-text-transform);
}

.ez-secondary-menu .ez-menu__link {
  font-size: var(--ez-secondary-menu-font-size);
  font-weight: var(--ez-secondary-menu-font-weight);
  letter-spacing: var(--ez-secondary-menu-letter-spacing);
  line-height: var(--ez-secondary-menu-line-height);
  min-height: var(--ez-secondary-menu-item-min-height);
  text-transform: var(--ez-secondary-menu-text-transform);
}

.ez-menu__link:hover,
.ez-menu__link:focus-visible {
  color: var(--ez-nav-link-hover-color, var(--ez-nav-link-color, inherit));
}

.ez-menu__item--cta {
  align-items: center;
}

.ez-menu__link--cta {
  min-height: 2.375rem;
  padding: 0.65rem 1rem;
}

.ez-menu-icon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  font-style: normal;
  inline-size: var(--ez-menu-icon-inline-size, 1.25rem);
  justify-content: center;
  line-height: 1;
  speak: never;
}

@media (max-width: 760px) {
  .ez-menu-icon--desktop {
    display: none;
  }
}

@media (min-width: 761px) {
  .ez-menu-icon--mobile {
    display: none;
  }
}

.ez-nav-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0.375rem;
  color: inherit;
  cursor: pointer;
  display: none;
  height: 2.5rem;
  justify-content: center;
  padding: 0;
  width: 2.5rem;
}

.ez-menu__item--has-children > .ez-menu__link {
  flex: 1 1 auto;
  min-width: 0;
}

.ez-submenu-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--ez-dropdown-radius, 3px);
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 2rem;
  justify-content: center;
  padding: 0;
  width: 2rem;
}

.ez-submenu-toggle:focus-visible {
  outline: 2px solid var(--ez-color-accent);
  outline-offset: 2px;
}

.ez-submenu-toggle__icon {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
  height: 0.45rem;
  transform: translateY(-0.15rem) rotate(45deg);
  transition: transform 160ms ease;
  width: 0.45rem;
}

.ez-submenu-toggle[aria-expanded=true] .ez-submenu-toggle__icon {
  transform: translateY(0.1rem) rotate(225deg);
}

.ez-sub-menu {
  background: var(--ez-submenu-bg, #ffffff);
  border: 1px solid var(--ez-submenu-border, var(--ez-color-border));
  border-radius: var(--ez-dropdown-radius, 3px);
  box-shadow: var(--ez-shadow-soft);
  color: var(--ez-submenu-text, var(--ez-color-text));
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: var(--ez-dropdown-min-width);
  padding: 0.5rem;
  position: absolute;
  top: calc(100% + var(--ez-dropdown-offset));
  width: max-content;
  max-width: var(--ez-dropdown-max-width, min(360px, 90vw));
  z-index: var(--ez-layer-dropdown, 1100);
}

.ez-primary-nav .ez-menu__item--depth-0,
.ez-secondary-nav .ez-menu__item--depth-0 {
  position: relative;
}

.ez-primary-nav .ez-menu__item--depth-0::after,
.ez-secondary-nav .ez-menu__item--depth-0::after {
  content: "";
  height: var(--ez-dropdown-offset);
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 100%;
}

.ez-primary-menu .ez-sub-menu {
  background: var(--ez-primary-menu-submenu-bg, var(--ez-submenu-bg, #ffffff));
  color: var(--ez-primary-menu-submenu-text, var(--ez-submenu-text, var(--ez-color-text)));
}

.ez-secondary-menu .ez-sub-menu {
  background: var(--ez-secondary-menu-submenu-bg, var(--ez-submenu-bg, #ffffff));
  color: var(--ez-secondary-menu-submenu-text, var(--ez-submenu-text, var(--ez-color-text)));
}

.ez-primary-nav .ez-menu__item.is-open > .ez-sub-menu,
.ez-primary-nav .ez-menu__item.is-hover-intent > .ez-sub-menu,
.ez-primary-nav .ez-menu__item:focus-within > .ez-sub-menu,
.ez-secondary-nav .ez-menu__item.is-open > .ez-sub-menu,
.ez-secondary-nav .ez-menu__item.is-hover-intent > .ez-sub-menu,
.ez-secondary-nav .ez-menu__item:focus-within > .ez-sub-menu {
  display: block;
}

.ez-menu__item--depth-0:hover > .ez-sub-menu,
.ez-menu__item--depth-0:focus-within > .ez-sub-menu,
.ez-menu__item--depth-0.is-hover-intent > .ez-sub-menu {
  pointer-events: auto;
}

.ez-sub-menu .ez-menu__item {
  display: block;
}

.ez-sub-menu .ez-menu__item--has-children {
  align-items: center;
  display: flex;
  gap: 0.25rem;
}

.ez-sub-menu .ez-menu__link {
  border-radius: var(--ez-dropdown-radius, 3px);
  display: flex;
  gap: var(--ez-menu-icon-gap, 0.5rem);
  padding: 0.625rem 0.75rem;
  white-space: nowrap;
}

.ez-sub-menu .ez-menu__link:hover,
.ez-sub-menu .ez-menu__link:focus-visible {
  background: var(--ez-color-muted);
}

.ez-primary-menu .ez-sub-menu .ez-menu__link:hover,
.ez-primary-menu .ez-sub-menu .ez-menu__link:focus-visible {
  background: var(--ez-primary-menu-submenu-hover-bg, var(--ez-color-muted));
  color: var(--ez-primary-menu-submenu-hover-text, inherit);
}

.ez-secondary-menu .ez-sub-menu .ez-menu__link:hover,
.ez-secondary-menu .ez-sub-menu .ez-menu__link:focus-visible {
  background: var(--ez-secondary-menu-submenu-hover-bg, var(--ez-color-muted));
  color: var(--ez-secondary-menu-submenu-hover-text, inherit);
}

@media (hover: hover) and (pointer: fine) and (min-width: 761px) {
  .ez-primary-nav .ez-sub-menu--flyout,
  .ez-secondary-nav .ez-sub-menu--flyout {
    inset-inline-start: calc(100% + 0.35rem);
    inset-inline-end: auto;
    top: -0.5rem;
  }
  .ez-primary-nav .ez-menu__item--depth-1,
  .ez-primary-nav .ez-menu__item--depth-2,
  .ez-primary-nav .ez-menu__item--depth-3,
  .ez-secondary-nav .ez-menu__item--depth-1,
  .ez-secondary-nav .ez-menu__item--depth-2,
  .ez-secondary-nav .ez-menu__item--depth-3 {
    position: relative;
  }
  .ez-primary-nav .ez-sub-menu--flyout::before,
  .ez-secondary-nav .ez-sub-menu--flyout::before {
    bottom: 0;
    height: auto;
    inset-inline-end: 100%;
    inset-inline-start: auto;
    top: 0;
    width: 0.5rem;
  }
}
@media (min-width: 761px) {
  body.ez-mega-menu-enabled .ez-menu__item--mega {
    position: static;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu {
    align-items: start;
    border-radius: var(--ez-mega-radius, 3px);
    box-sizing: border-box;
    gap: var(--ez-mega-col-gap, 1rem);
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-template-columns: repeat(var(--ez-mega-cols, 4), minmax(10rem, 1fr)) minmax(var(--ez-mega-preview-width, 320px), var(--ez-mega-preview-width, 320px));
    left: 50%;
    max-width: calc(100vw - 48px);
    overflow: hidden;
    padding: 1rem;
    position: fixed;
    right: auto;
    top: var(--ez-mega-menu-top, 120px);
    transform: translateX(-50%);
    width: min(var(--ez-mega-menu-width, 1320px), 100vw - 48px);
    z-index: var(--ez-layer-mega-menu, 1150);
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega.is-open > .ez-sub-menu,
  body.ez-mega-menu-enabled .ez-menu__item--mega.is-hover-intent > .ez-sub-menu,
  body.ez-mega-menu-enabled .ez-menu__item--mega:focus-within > .ez-sub-menu {
    display: grid;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu > .ez-menu__item {
    min-width: 0;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mm-col,
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-panel__wrap {
    align-self: start;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mm-col,
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mm-col__list,
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-panel__wrap {
    min-width: 0;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mm-col__list .ez-menu__link {
    gap: var(--ez-menu-icon-gap, 0.5rem);
    overflow: hidden;
    padding-inline-start: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mm-heading {
    padding-inline-start: 0;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-panel__wrap {
    display: block;
    justify-self: end;
    max-width: var(--ez-mega-preview-width, 320px);
    min-width: var(--ez-mega-preview-width, 320px);
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-preview,
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mm-preview,
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-panel {
    display: flex;
    flex-direction: column;
    min-height: var(--ez-mega-preview-min-height, 360px);
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-preview-desc,
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-panel__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.4;
    margin-bottom: 0;
    max-height: 5.6em;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  body.ez-mega-menu-enabled .ez-menu__item--mega > .ez-sub-menu .ez-mega-panel__cta {
    margin-top: auto;
  }
}
@media (max-width: 760px) {
  .ez-nav-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
    z-index: var(--ez-layer-drawer-control, 1310);
  }
  .ez-primary-nav {
    background: var(--ez-color-bg);
    border-left: 1px solid var(--ez-color-border);
    bottom: 0;
    box-sizing: border-box;
    max-height: calc(100dvh - var(--ez-mobile-header-shell-height, 6.5rem));
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: max(1.25rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) 1.25rem;
    position: fixed;
    right: 0;
    top: var(--ez-mobile-header-shell-height, 6.5rem);
    transform: translateX(110%);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 280ms;
    visibility: hidden;
    width: min(360px, 100vw - 2rem);
    z-index: var(--ez-layer-drawer, 1300);
  }
  .ez-menu-overlay {
    top: var(--ez-mobile-header-shell-height, 6.5rem);
    z-index: var(--ez-layer-drawer-overlay, 1200);
  }
  .ez-menu-open .ez-site-header {
    z-index: var(--ez-layer-drawer-control, 1310);
  }
  .ez-primary-nav.is-open {
    box-shadow: -4px 0 24px rgba(24, 25, 25, 0.12);
    transform: translateX(0);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 0ms;
    visibility: visible;
  }
  .ez-menu-open .ez-primary-nav {
    transform: translateX(0);
    transition: transform 280ms cubic-bezier(0.4, 0, 0.2, 1), visibility 0ms linear 0ms;
    visibility: visible;
  }
  .ez-primary-menu,
  .ez-secondary-menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
    justify-content: flex-start;
    width: 100%;
  }
  .ez-utility-menu {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  .ez-menu__item,
  .ez-menu__item--has-children {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .ez-menu__link {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
  }
  .ez-primary-menu .ez-menu__link,
  .ez-secondary-menu .ez-menu__link {
    min-height: 2.75rem;
  }
  .ez-submenu-toggle {
    height: 2.75rem;
    width: 2.75rem;
  }
  .ez-sub-menu,
  .ez-menu__item--mega > .ez-sub-menu {
    border: 0;
    border-left: 1px solid var(--ez-color-border);
    border-radius: 0;
    box-shadow: none;
    flex: 0 0 100%;
    margin-inline-start: 0.75rem;
    min-width: 0;
    padding: 0.25rem 0 0.25rem 0.75rem;
    position: static;
    transform: none;
    width: 100%;
  }
  .ez-sub-menu .ez-menu__link {
    white-space: normal;
  }
  .ez-menu__item--mega.is-open > .ez-sub-menu,
  .ez-menu__item--mega:focus-within > .ez-sub-menu,
  .ez-menu__item--mega.is-hover-intent > .ez-sub-menu {
    display: block;
  }
}
@media (max-width: 480px) {
  .ez-primary-nav {
    border-left: 0;
    left: 0;
    right: auto;
    width: 100vw;
  }
}
.ez-mega-panel__wrap {
  display: contents;
}

.ez-mega-panel {
  background: var(--ez-submenu-bg, var(--ez-color-bg));
  border: 1px solid var(--ez-color-border);
  border-radius: var(--ez-mega-card-radius, 3px);
  display: flex;
  flex-direction: column;
  gap: var(--ez-mega-preview-gap, 0.75rem);
  min-height: var(--ez-mega-preview-min-height, 360px);
  min-width: 0;
  overflow-wrap: anywhere;
  padding: 0.75rem;
}

.ez-mega-panel__image {
  aspect-ratio: var(--ez-mega-preview-img-ratio, 4/3);
  border-radius: var(--ez-mega-image-radius, 3px);
  display: block;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.ez-mega-panel__heading {
  color: var(--ez-mega-preview-title-color, var(--ez-color-text));
  font-size: var(--ez-text-sm);
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.ez-mega-panel__excerpt {
  color: var(--ez-mega-preview-text-color, var(--ez-color-text-muted, var(--ez-color-text)));
  font-size: var(--ez-text-sm);
  line-height: 1.5;
  margin: 0;
  overflow-wrap: anywhere;
}

.ez-mega-panel__cta {
  align-self: flex-start;
  color: var(--ez-color-primary);
  display: inline-flex;
  font-size: var(--ez-text-sm);
  font-weight: 700;
  text-decoration: none;
}

.ez-mega-panel__cta:hover,
.ez-mega-panel__cta:focus {
  text-decoration: underline;
}

@media (max-width: 760px) {
  .ez-mega-panel__wrap {
    display: none;
  }
}
.ez-mm-col {
  --ez-menu-icon-gap: 0.5rem;
  --ez-menu-icon-inline-size: 1.25rem;
  background: var(--ez-submenu-bg, var(--ez-color-bg));
  border: 1px solid var(--ez-color-border);
  border-radius: var(--ez-mega-card-radius, 3px);
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.75rem;
}

.ez-mm-col__list {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ez-mm-heading {
  color: var(--ez-color-text-muted, currentColor);
  display: inline-flex;
  font-size: var(--ez-text-sm);
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 0.05em;
  padding-block-end: 0.4rem;
  padding-inline-start: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.ez-mm-divider {
  border: 0;
  border-top: 1px solid var(--ez-color-border);
  margin-block: 0.5rem;
}

.ez-mm-preview {
  display: flex;
  flex-direction: column;
  gap: var(--ez-mega-preview-gap, 0.75rem);
  width: var(--ez-mega-preview-width, auto);
}

@media (max-width: 760px) {
  .ez-mm-col {
    width: 100%;
  }
}
.wp-block-group.alignfull {
  width: 100%;
}

.wp-block-columns {
  gap: 1.5rem;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wp-block-details {
  border-bottom: 1px solid var(--ez-color-border);
  padding-block: 1rem;
}

.wp-block-details summary {
  cursor: pointer;
  font-weight: 700;
}

.wp-block-quote {
  border-left: 4px solid var(--ez-color-accent);
  margin-inline: 0;
  padding-left: 1rem;
}

.wp-block-gallery {
  gap: 1rem;
}

.wp-block-column > iframe[src*="google.com/maps/embed"],
.wp-block-group > iframe[src*="google.com/maps/embed"],
.wp-block-column > iframe[src*="maps.google.com/maps"],
.wp-block-group > iframe[src*="maps.google.com/maps"] {
  aspect-ratio: 4/3;
  display: block;
  height: clamp(18rem, 42vw, 28.125rem);
  max-width: 100%;
  width: 100%;
}

@media (max-width: 900px) and (min-width: 761px) {
  .wp-block-group,
  .wp-block-columns,
  .wp-block-column,
  .wp-block-cover__inner-container {
    box-sizing: border-box;
    min-width: 0;
  }
  .wp-block-group.has-global-padding:not(.alignfull),
  .wp-block-columns:not(.alignfull),
  .wp-block-gallery:not(.alignfull) {
    margin-inline: auto;
    max-width: var(--ez-mobile-content-max, 42rem);
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) {
    align-items: center !important;
    flex-direction: column;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    text-align: center;
    width: 100%;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column > :where(h1, h2, h3, h4, h5, h6, p, ul, ol, .wp-block-buttons, .wp-block-image, .wp-block-gallery) {
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-buttons {
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .wp-block-group,
  .wp-block-columns,
  .wp-block-column,
  .wp-block-cover__inner-container {
    box-sizing: border-box;
    min-width: 0;
  }
  .wp-block-group.has-global-padding:not(.alignfull),
  .wp-block-columns:not(.alignfull),
  .wp-block-gallery:not(.alignfull) {
    margin-inline: auto;
    max-width: var(--ez-mobile-content-max, 42rem);
  }
  .wp-block-columns {
    align-items: center !important;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
    text-align: center;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column > :where(h1, h2, h3, h4, h5, h6, p, ul, ol, .wp-block-buttons, .wp-block-image, .wp-block-gallery) {
    margin-left: auto;
    margin-right: auto;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column :where(ul, ol) {
    display: inline-grid;
    justify-items: center;
    padding-inline-start: 0;
    text-align: center;
  }
  .wp-block-image img,
  .wp-block-video video,
  .wp-block-embed iframe,
  .wp-block-table,
  .wp-block-table table {
    max-width: 100%;
  }
  .wp-block-columns {
    gap: 1rem;
  }
  .wp-block-buttons {
    align-items: stretch;
    justify-content: center;
    margin-inline: auto;
    max-width: min(100%, 24rem);
  }
  .wp-block-button,
  .wp-block-button__link {
    max-width: 100%;
    width: 100%;
  }
  .wp-block-image {
    text-align: center;
  }
  .wp-block-gallery {
    justify-content: center;
  }
}
.ez-section {
  padding-block: var(--ez-section-gap);
}

.ez-section--hero {
  background: var(--ez-color-muted);
}

.ez-section--proof,
.ez-section--resources,
.ez-section--form {
  background: var(--ez-color-muted);
}

.ez-section--media,
.ez-section--faq {
  background: var(--ez-color-surface);
}

.ez-section--cta {
  background: var(--ez-color-text);
  color: #ffffff;
}

.ez-section--cta .wp-block-button__link {
  background: var(--ez-color-accent);
  color: var(--ez-color-text);
}

.ez-section__inner {
  max-width: var(--ez-layout-wide);
}

.ez-kicker {
  color: color-mix(in srgb, var(--ez-color-text) 62%, transparent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ez-lede {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  max-width: 56rem;
}

.ez-split {
  align-items: start;
}

.ez-card-grid {
  align-items: stretch;
}

.ez-card-grid > .wp-block-column {
  display: flex;
}

.ez-card-grid .ez-card {
  width: 100%;
}

.ez-proof-grid,
.ez-resource-grid,
.ez-media-grid {
  align-items: stretch;
}

.ez-proof-grid > .wp-block-column,
.ez-resource-grid > .wp-block-column,
.ez-media-grid > .wp-block-column {
  display: flex;
}

.ez-proof-grid .ez-card,
.ez-resource-grid .ez-card,
.ez-media-grid .ez-media-frame {
  width: 100%;
}

.ez-section--pricing,
.ez-section--location,
.ez-section--page-intro {
  background: var(--ez-color-surface);
}

.ez-section--faq .wp-block-details {
  background: var(--ez-color-surface);
  border: 1px solid var(--ez-color-border);
  border-radius: var(--ez-radius-card);
  padding: 1rem 1.25rem;
}

.ez-section--faq .wp-block-details + .wp-block-details {
  margin-top: 0.75rem;
}

.google-reviews {
  box-sizing: border-box;
  overflow-x: clip;
}

.google-reviews > .wp-block-columns {
  gap: clamp(1rem, 3vw, 2rem);
}

.google-reviews :where(.wp-block-buttons) {
  gap: 0.75rem;
}

.google-reviews :where(.ti-widget, .ti-widget-container, .ti-reviews-container, .ti-reviews-container-wrapper) {
  box-sizing: border-box;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: min(95%, var(--ez-layout-wide)) !important;
}

.google-reviews :where(.ti-review-item, .ti-inner, .ti-review-content, .ti-review-text-container) {
  box-sizing: border-box;
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 900px) and (min-width: 761px) {
  .ez-entry-content > .wp-block-group.has-global-padding,
  .ez-entry-content > section.wp-block-group.has-global-padding,
  .ez-section,
  .ez-section__inner,
  .ez-split,
  .ez-card-grid,
  .ez-proof-grid,
  .ez-resource-grid,
  .ez-media-grid {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: var(--ez-mobile-content-max, 42rem);
  }
  .ez-entry-content > .wp-block-group.alignfull.has-global-padding,
  .ez-entry-content > section.wp-block-group.alignfull.has-global-padding {
    max-width: none;
    padding-left: var(--ez-tablet-gutter, 1.25rem) !important;
    padding-right: var(--ez-tablet-gutter, 1.25rem) !important;
    width: 100%;
  }
  .ez-entry-content > .wp-block-group.alignfull.has-global-padding > *,
  .ez-entry-content > section.wp-block-group.alignfull.has-global-padding > * {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--ez-mobile-content-max, 42rem);
  }
  .ez-section,
  .ez-section :where(h1, h2, h3, h4, h5, h6, p, .ez-kicker, .ez-lede),
  .ez-split,
  .ez-card-grid,
  .ez-proof-grid,
  .ez-resource-grid,
  .ez-media-grid {
    text-align: center;
  }
}
@media (max-width: 900px) {
  .google-reviews {
    text-align: center;
  }
  .google-reviews > .wp-block-columns {
    align-items: center !important;
    flex-direction: column;
  }
  .google-reviews > .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
    text-align: center;
    width: 100%;
  }
  .google-reviews :where(h1, h2, h3, p, .ez-kicker, .wp-block-buttons) {
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
  .google-reviews :where(.wp-block-buttons) {
    align-items: stretch;
    justify-content: center !important;
    max-width: min(100%, 24rem);
    width: 100%;
  }
  .google-reviews :where(.wp-block-button, .wp-block-button__link) {
    width: 100%;
  }
  .google-reviews :where(.ti-widget, .ti-widget-container, .ti-reviews-container, .ti-reviews-container-wrapper) {
    width: 100% !important;
  }
}
@media (max-width: 760px) {
  .ez-entry-content > .wp-block-group.has-global-padding:not(.wp-block-cover),
  .ez-entry-content > section.wp-block-group.has-global-padding,
  .ez-section {
    padding-top: var(--ez-mobile-section-gap, clamp(2.5rem, 11vw, 3.75rem)) !important;
    padding-bottom: var(--ez-mobile-section-gap, clamp(2.5rem, 11vw, 3.75rem)) !important;
  }
  .ez-entry-content > .wp-block-group.has-global-padding,
  .ez-entry-content > section.wp-block-group.has-global-padding,
  .ez-section,
  .ez-section__inner,
  .ez-split,
  .ez-card-grid,
  .ez-proof-grid,
  .ez-resource-grid,
  .ez-media-grid {
    box-sizing: border-box;
    margin-inline: auto;
    max-width: var(--ez-mobile-content-max, 42rem);
  }
  .ez-entry-content > .wp-block-group.alignfull.has-global-padding,
  .ez-entry-content > section.wp-block-group.alignfull.has-global-padding {
    max-width: none;
    width: 100%;
    padding-left: var(--ez-mobile-gutter, 1rem) !important;
    padding-right: var(--ez-mobile-gutter, 1rem) !important;
  }
  .ez-entry-content > .wp-block-group.alignfull.has-global-padding > *,
  .ez-entry-content > section.wp-block-group.alignfull.has-global-padding > * {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--ez-mobile-content-max, 42rem);
  }
  .ez-section,
  .ez-section :where(h1, h2, h3, h4, h5, h6, p, .ez-kicker, .ez-lede),
  .ez-split,
  .ez-card-grid,
  .ez-proof-grid,
  .ez-resource-grid,
  .ez-media-grid,
  .ez-section--faq,
  .ez-section--faq .wp-block-details {
    text-align: center;
  }
  .ez-section :where(h1, h2, h3, h4, h5, h6, p, .ez-kicker, .ez-lede),
  .ez-section .wp-block-buttons,
  .ez-section .wp-block-image,
  .ez-section .wp-block-gallery {
    margin-left: auto;
    margin-right: auto;
  }
  .ez-card-grid {
    gap: 1rem;
  }
  .ez-card-grid > .wp-block-column {
    flex-basis: 100% !important;
  }
  .ez-card-grid .ez-card {
    padding: 1rem;
  }
  .ez-card-grid .wp-block-image {
    margin-bottom: 0.75rem;
  }
  .ez-card-grid .wp-block-image img {
    aspect-ratio: 16/10;
    max-height: 14rem;
    object-fit: cover;
    width: 100%;
  }
  .ez-media-grid .wp-block-image img,
  .ez-media-grid img,
  .wp-block-gallery img {
    height: auto;
    max-height: 9rem;
    object-fit: contain;
    width: auto;
    max-width: min(100%, 18rem);
  }
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) {
    align-items: stretch !important;
    display: grid !important;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    margin-inline: auto;
    max-width: min(100%, var(--ez-mobile-content-max, 42rem));
    width: 100%;
  }
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) > .wp-block-column {
    align-items: center;
    display: flex;
    flex-basis: auto !important;
    justify-content: center;
    min-width: 0;
    text-align: center;
    width: 100%;
  }
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) .wp-block-image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) img {
    height: auto;
    max-height: 5.5rem;
    max-width: min(100%, 9.5rem);
    object-fit: contain;
    width: auto;
  }
  .ez-section--faq .wp-block-details {
    padding: 1rem;
  }
}
@media (max-width: 900px) and (min-width: 761px) {
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) {
    align-items: stretch !important;
    display: grid !important;
    gap: 1.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    margin-inline: auto;
    max-width: min(100%, var(--ez-mobile-content-max, 42rem));
    width: 100%;
  }
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) > .wp-block-column {
    align-items: center;
    display: flex;
    flex-basis: auto !important;
    justify-content: center;
    min-width: 0;
    text-align: center;
    width: 100%;
  }
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) .wp-block-image {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  .ez-section.ez-token-surface > .wp-block-columns.alignwide:has(> .wp-block-column > .wp-block-image.size-full img) img {
    height: auto;
    max-height: 6rem;
    max-width: min(100%, 10rem);
    object-fit: contain;
    width: auto;
  }
}
.screen-reader-text,
.ez-skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.ez-skip-link:focus {
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.75rem 1rem;
  margin: 1rem;
  background: #ffffff;
  color: var(--ez-color-text);
  z-index: 100000;
}

:focus-visible {
  outline: 3px solid var(--ez-color-accent);
  outline-offset: 3px;
}

/*# sourceMappingURL=main.css.map */
