/* Design tokens */
.wp-site-blocks {
  --site-section-space: clamp(3rem, 6vw, 6rem);
  --site-card-radius: 8px;
  --site-media-radius: 8px;
  --site-card-shadow: 0 1px 4px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04);
  --site-border-width: 1px;
  --site-button-radius: 8px;
}

/* Hero section */
.site-section--hero {
  overflow: hidden;
}
.site-section--hero h1 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.site-section--hero p {
  font-size: 1.1rem;
  color: #555;
  max-width: 520px;
}
.site-section--hero img {
  border-radius: var(--site-media-radius);
}

/* Cards grid */
.site-section--cards .site-card {
  border-radius: var(--site-card-radius);
  box-shadow: var(--site-card-shadow);
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.site-section--cards .site-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08), 0 8px 28px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}
.site-section--cards .site-card img {
  border-radius: var(--site-media-radius) var(--site-media-radius) 0 0;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  width: 100%;
}
.site-section--cards .site-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 0;
}
.site-section--cards .site-card p {
  font-size: 0.95rem;
  color: #666;
}

/* Alternating media cards */
.site-section--cards .is-style-cards-alternating-media .site-card {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}
.site-section--cards .is-style-cards-alternating-media .site-card:hover {
  box-shadow: none;
  transform: none;
}
.site-section--cards .is-style-cards-alternating-media .site-card img {
  border-radius: var(--site-media-radius);
  aspect-ratio: 3 / 2;
}

/* Data band */
.site-section--features .is-style-features-data-band {
  text-align: center;
}
.site-section--features .is-style-features-data-band .site-card {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}
.site-section--features .is-style-features-data-band .site-card .site-card__title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--wp--preset--color--accent);
  line-height: 1.1;
}
.site-section--features .is-style-features-data-band .site-card .site-card__body {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  margin-top: 0.25rem;
}

/* CTA panel */
.site-section--cta .wp-block-buttons .wp-block-button__link {
  padding: 15px 36px;
  font-size: 1.05rem;
  font-weight: 700;
}

/* Header */
.site-header {
  background: #fff;
  border-bottom: 1px solid #e8ecf0;
}
.site-header__brand {
  font-weight: 800;
  font-size: 1.3rem;
  color: var(--wp--preset--color--primary);
}

/* Footer */
.site-footer {
  background: var(--wp--preset--color--contrast-2);
  color: rgba(255,255,255,0.75);
}
.site-footer a {
  color: rgba(255,255,255,0.8);
}
.site-footer a:hover {
  color: #fff;
}
.site-footer__brand {
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
}

/* Section anchors compensation for fixed header if any */
[id] {
  scroll-margin-top: 80px;
}

/* Responsive */
@media (max-width: 782px) {
  .site-section--hero h1 {
    font-size: 1.75rem;
  }
  .site-section--hero p {
    font-size: 1rem;
  }
  .site-section--cards .site-card h3 {
    font-size: 1.05rem;
  }
  .site-section--features .is-style-features-data-band .site-card .site-card__title {
    font-size: 1.8rem;
  }
}

/* site-page-ir:start */
:where(.site-section){padding:var(--site-section-space,clamp(3.5rem,8vw,7rem)) clamp(1rem,4vw,2rem);color:var(--wp--preset--color--contrast,#17211b)}
:where(.site-section.site-surface--legacy:nth-of-type(even)){background:var(--wp--preset--color--base-2,#f5f6f2)}
:where(.site-section__inner){width:min(100%,var(--wp--style--global--wide-size,1200px));margin-inline:auto;container-type:inline-size}
:where(.site-section__header){max-width:46rem;margin-bottom:clamp(1.75rem,4vw,3rem)}
:where(.site-align--center .site-section__header){margin-inline:auto;text-align:center}
:where(.site-align--right .site-section__header){margin-left:auto}
:where(.site-section__eyebrow,.site-card__eyebrow){margin:0 0 .75rem;font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--wp--preset--color--accent,#627b67)}
:where(.site-section__title){margin:0;font-size:clamp(2rem,5vw,4rem);line-height:1.04;letter-spacing:-.035em}
:where(.site-section--hero){padding-block:clamp(2rem,4vw,4rem)}
:where(.site-section__body){margin:1rem 0 0;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.7;color:var(--wp--preset--color--contrast-2,#58625b)}
:where(.site-section__hero){display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.9fr);align-items:center;gap:clamp(2rem,6vw,6rem);min-height:clamp(36rem,65vh,44rem)}
:where(.site-section--hero .site-section__title){font-size:clamp(2.5rem,5vw,4rem)}
:where(.site-section__hero-media,.site-card__media,.site-gallery-item__media){margin:0;overflow:hidden;border-radius:var(--site-media-radius,1.25rem);background:#e7e9e4}
:where(.site-section__hero-media img,.site-card__media img,.site-gallery-item__media img){display:block;width:100%;height:100%;object-fit:cover}
:where(.site-section__hero-media img){aspect-ratio:4/5}
:where(.is-style-hero-split-image-left .site-section__hero-media-column){order:-1}
:where(.is-style-hero-centered .site-section__hero){grid-template-columns:1fr;min-height:0;text-align:center}
:where(.is-style-hero-centered .site-section__header,.is-style-hero-centered .site-section__actions){margin-inline:auto;justify-content:center}
:where(.is-style-hero-centered .site-section__hero-media-column){width:min(100%,58rem);margin-inline:auto}
:where(.is-style-hero-centered .site-section__hero-media img){aspect-ratio:16/8}
:where(.is-style-hero-image-background-safe .site-section__hero){padding:clamp(2rem,5vw,4rem);border-radius:var(--site-card-radius,1.5rem);background:var(--wp--preset--color--base-2,#f5f6f2);color:var(--wp--preset--color--contrast,#17211b)}
:where(.site-color--inverse.is-style-hero-image-background-safe .site-section__hero){background:var(--wp--preset--color--contrast,#17211b);color:var(--wp--preset--color--base,#fff)}
:where(.site-color--inverse.is-style-hero-image-background-safe .site-section__body){color:inherit;opacity:.82}
:where(.site-color--inverse.is-style-hero-image-background-safe .site-action--primary .wp-block-button__link){background:var(--wp--preset--color--base,#fff);color:var(--wp--preset--color--contrast,#17211b)}
:where(.site-narrative--full){display:grid;min-height:clamp(24rem,52vw,48rem);align-content:end;padding:clamp(2rem,7vw,7rem);background:var(--wp--preset--color--base-2,#f5f6f2)}
:where(.site-narrative--full.site-narrative--no-media){min-height:0;align-content:start;padding:clamp(3rem,7vw,6rem)}
:where(.site-narrative--full .site-narrative__copy){max-width:62rem}
:where(.site-narrative--full .site-section__title){font-size:clamp(2.75rem,6vw,4.5rem);max-width:13ch}
:where(.site-narrative--split){display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,1fr);align-items:center;gap:clamp(2rem,6vw,6rem)}
:where(.site-narrative__media){margin:0;overflow:hidden;border-radius:var(--site-media-radius,1.25rem)}
:where(.site-narrative__media img){display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.site-section__grid.wp-block-columns,.site-section__gallery.wp-block-columns{display:grid;gap:clamp(1rem,2.5vw,2rem)}
:where(.site-columns--2){grid-template-columns:repeat(2,minmax(0,1fr))}
:where(.site-columns--3){grid-template-columns:repeat(3,minmax(0,1fr))}
:where(.site-columns--4){grid-template-columns:repeat(4,minmax(0,1fr))}
:where(.site-card,.site-quote){margin:0;padding:clamp(1.25rem,3vw,2rem);overflow:hidden}
:where(.site-surface--legacy .site-card,.site-surface--legacy .site-quote){border:1px solid color-mix(in srgb,currentColor 13%,transparent);border-radius:1.1rem;background:var(--wp--preset--color--base,#fff);box-shadow:0 18px 50px rgba(22,33,27,.07)}
:where(.site-surface--outlined .site-card,.site-surface--outlined .site-quote){border:var(--site-border-width,1px) solid color-mix(in srgb,currentColor 28%,transparent);border-radius:var(--site-card-radius,.5rem);background:transparent;box-shadow:none}
:where(.site-surface--elevated .site-card,.site-surface--elevated .site-quote){border:0;border-radius:var(--site-card-radius,1.1rem);background:var(--wp--preset--color--base,#fff);box-shadow:var(--site-card-shadow,0 18px 50px rgba(22,33,27,.09))}
:where(.site-surface--contrast .site-card,.site-surface--contrast .site-quote){border:0;border-radius:var(--site-card-radius,0);background:var(--wp--preset--color--contrast,#17211b);color:var(--wp--preset--color--base,#fff);box-shadow:none}
:where(.site-surface--contrast .site-card__body,.site-surface--contrast .site-card__meta){color:inherit;opacity:.78}
:where(.site-surface--flat .site-card,.site-surface--flat .site-quote){padding-inline:0;border:0;border-top:var(--site-border-width,1px) solid color-mix(in srgb,currentColor 25%,transparent);border-radius:0;background:transparent;box-shadow:none}
:where(.site-surface--transparent .site-card,.site-surface--transparent .site-quote){padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}
:where(.site-surface--legacy .site-card__media,.site-surface--outlined .site-card__media,.site-surface--elevated .site-card__media,.site-surface--contrast .site-card__media){margin:calc(clamp(1.25rem,3vw,2rem) * -1) calc(clamp(1.25rem,3vw,2rem) * -1) 1.5rem}
:where(.site-surface--flat .site-card__media,.site-surface--transparent .site-card__media){margin:0 0 1.5rem}
:where(.site-card__media img){aspect-ratio:4/3}
:where(.site-image--soft-rounded .site-section__hero-media,.site-image--soft-rounded .site-card__media,.site-image--soft-rounded .site-gallery-item__media){border-radius:var(--site-media-radius,1.5rem)}
:where(.site-image--hard-crop .site-section__hero-media,.site-image--hard-crop .site-card__media,.site-image--hard-crop .site-gallery-item__media){border-radius:0}
:where(.site-image--monochrome img){filter:grayscale(1) contrast(1.05)}
:where(.site-image--duotone img){filter:grayscale(1) sepia(.65) saturate(1.8) hue-rotate(var(--site-duotone-hue,145deg)) contrast(1.08)}
:where(.site-card__title){margin:0;font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.2}
:where(.site-card__body,.site-card__meta){margin:.8rem 0 0;line-height:1.65;color:var(--wp--preset--color--contrast-2,#58625b)}
:where(.site-card__title,.site-card__body,.site-card__meta,.site-quote__body){overflow-wrap:break-word;word-break:normal;hyphens:auto}
:where(.site-card__price){margin:.8rem 0 0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:750;letter-spacing:-.03em}
:where(.is-style-cards-editorial-grid .site-card:first-child,.is-style-gallery-editorial-grid .site-gallery-item:first-child){grid-column:span 2}
:where(.is-style-cards-editorial-grid .site-card:first-child .site-card__media img,.is-style-gallery-editorial-grid .site-gallery-item:first-child img){aspect-ratio:16/9}
:where(.is-style-features-numbered-grid .site-section__grid){counter-reset:site-feature}
:where(.is-style-features-numbered-grid .site-card){counter-increment:site-feature}
:where(.is-style-features-numbered-grid .site-card:before){content:counter(site-feature,decimal-leading-zero);display:block;margin-bottom:1.5rem;font-size:.8rem;font-weight:800;letter-spacing:.14em;color:var(--wp--preset--color--accent,#627b67)}
:where(.is-style-features-alternating .site-card:nth-child(even)){transform:translateY(clamp(1rem,3vw,2.5rem))}
:where(.is-style-pricing-featured-tier .site-card:nth-child(2)){border-color:var(--wp--preset--color--accent,#627b67);box-shadow:0 24px 70px rgba(22,33,27,.14)}
:where(.site-section__media-list){display:grid;gap:clamp(1.5rem,4vw,3.5rem)}
:where(.site-list-item){display:grid;grid-template-columns:minmax(14rem,.8fr) minmax(0,1.2fr);align-items:center;gap:clamp(1.5rem,5vw,5rem);padding-block:clamp(1rem,3vw,2rem);border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent)}
:where(.site-list-item--no-media){grid-template-columns:minmax(0,1fr)}
:where(.site-list-item__media .site-card__media){margin:0}
:where(.site-list-item__media .site-card__media img){aspect-ratio:4/3}
:where(.site-list-item__copy){max-width:42rem}
:where(.site-section__media-list--alternating .site-list-item:nth-child(even)){grid-template-columns:minmax(0,1.2fr) minmax(14rem,.8fr)}
:where(.site-section__media-list--alternating .site-list-item:nth-child(even) .site-list-item__media){order:2}
:where(.site-featured-supporting){display:grid;grid-template-columns:minmax(0,1.35fr) minmax(16rem,.65fr);gap:clamp(1rem,3vw,2.5rem)}
:where(.site-featured-supporting__item){padding:clamp(1.25rem,3vw,2rem);border-top:1px solid currentColor}
:where(.site-featured-supporting__item--lead){grid-row:span 3;padding:0;border-top:0}
:where(.site-featured-supporting__item--lead .site-card__media){margin:0 0 1.5rem}
:where(.site-featured-supporting__item--lead .site-card__title){font-size:clamp(1.75rem,4vw,3.5rem)}
:where(.site-category-navigation){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
:where(.site-category-navigation__item){display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem;padding:clamp(1.5rem,4vw,3.5rem) 0;border-bottom:1px solid color-mix(in srgb,currentColor 28%,transparent)}
:where(.site-category-navigation__item:nth-child(odd)){padding-right:clamp(1rem,4vw,3.5rem);border-right:1px solid color-mix(in srgb,currentColor 28%,transparent)}
:where(.site-category-navigation__item:nth-child(even)){padding-left:clamp(1rem,4vw,3.5rem)}
:where(.site-category-navigation__item .site-card__title){font-size:clamp(1.5rem,3vw,2.75rem)}
:where(.site-category-navigation__item .site-card__body){max-width:34rem}
:where(.site-data-band){display:grid;gap:0;border-block:1px solid color-mix(in srgb,currentColor 28%,transparent)}
:where(.site-data-point){padding:clamp(1.25rem,3vw,2.5rem);border-right:1px solid color-mix(in srgb,currentColor 20%,transparent)}
:where(.site-data-point:last-child){border-right:0}
:where(.site-data-point .site-card__title){font-size:clamp(1.6rem,3.5vw,3rem)}
:where(.site-data-point .site-card__body){max-width:24rem}
:where(.site-timeline){position:relative;display:grid;gap:0;max-width:54rem}
:where(.site-timeline):before{content:"";position:absolute;left:.45rem;top:1.5rem;bottom:1.5rem;width:1px;background:color-mix(in srgb,currentColor 25%,transparent)}
:where(.site-timeline__item){position:relative;padding:0 0 clamp(2rem,5vw,4rem) 3rem}
:where(.site-timeline__item):before{content:"";position:absolute;left:0;top:.35rem;width:.95rem;height:.95rem;border:3px solid var(--wp--preset--color--base,#fff);border-radius:50%;background:var(--wp--preset--color--accent,#627b67);box-shadow:0 0 0 1px currentColor}
:where(.site-collage){display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:dense;gap:clamp(.75rem,2vw,1.5rem)}
:where(.site-collage__item){grid-column:span 4;margin:0}
:where(.site-collage__item:nth-child(5n+1)){grid-column:span 7;grid-row:span 2}
:where(.site-collage__item:nth-child(5n+2)){grid-column:span 5}
:where(.site-collage__item:nth-child(5n+3)){grid-column:span 5}
:where(.site-collage__item .site-gallery-item__media){margin:0}
:where(.site-collage__item .site-gallery-item__media img){aspect-ratio:4/3}
:where(.site-collage__item:nth-child(5n+1) .site-gallery-item__media img){aspect-ratio:4/5}
:where(.site-section__actions){display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}
:where(.site-section__actions .wp-block-button__link){min-height:2.9rem;padding:.72rem 1.2rem;border-radius:var(--site-button-radius,999px);font-weight:700;transition:transform .2s ease,opacity .2s ease}
:where(.site-section__actions .wp-block-button__link:hover){transform:translateY(-1px);opacity:.88}
:where(.site-action--primary .wp-block-button__link){background:var(--wp--preset--color--contrast,#17211b);color:var(--wp--preset--color--base,#fff)}
:where(.site-action--secondary .wp-block-button__link){border:1px solid currentColor;background:transparent;color:inherit}
:where(.site-action--text .wp-block-button__link){padding-inline:.25rem;background:transparent;color:inherit;text-decoration:underline;text-underline-offset:.25em}
:where(.site-gallery-item){margin:0;display:grid;gap:.8rem}
:where(.site-gallery-item__media img){aspect-ratio:1/1}
:where(.site-quote__body){margin:0 0 1.25rem;font-size:1.08rem;line-height:1.7}
:where(.is-style-testimonials-featured-quote .site-quote:first-child){grid-column:1/-1;display:grid;grid-template-columns:minmax(15rem,.65fr) minmax(0,1.35fr);align-items:center;column-gap:clamp(2rem,5vw,5rem);padding:clamp(2rem,5vw,4rem)}
:where(.is-style-testimonials-featured-quote .site-quote:first-child > :not(.site-card__media)){grid-column:2}
:where(.is-style-testimonials-featured-quote .site-quote:first-child .site-card__media){grid-column:1;grid-row:1/span 5;width:min(100%,24rem);margin:0}
:where(.is-style-testimonials-featured-quote .site-quote:first-child .site-card__media img){aspect-ratio:4/3}
:where(.is-style-testimonials-featured-quote .site-quote:first-child .site-quote__body){max-width:42rem;font-size:clamp(1.25rem,2.3vw,1.9rem);line-height:1.5}
:where(.site-section__cta-panel){padding:clamp(2rem,6vw,5rem);border-radius:var(--site-card-radius,1.5rem);background:var(--wp--preset--color--contrast,#17211b);color:var(--wp--preset--color--base,#fff)}
:where(.site-surface--flat .site-section__cta-panel,.site-surface--transparent .site-section__cta-panel){padding-inline:0;border-radius:0;background:transparent;color:inherit}
:where(.site-surface--outlined .site-section__cta-panel){border:var(--site-border-width,1px) solid currentColor;background:transparent;color:inherit}
:where(.site-surface--elevated .site-section__cta-panel){background:var(--wp--preset--color--base,#fff);color:var(--wp--preset--color--contrast,#17211b);box-shadow:var(--site-card-shadow,0 18px 50px rgba(22,33,27,.09))}
:where(.site-section__cta-panel .site-section__body){color:inherit;opacity:.78}
:where(.site-section__cta-panel .site-action--primary .wp-block-button__link){background:var(--wp--preset--color--base,#fff);color:var(--wp--preset--color--contrast,#17211b)}
:where(.is-style-cta-split-panel .site-section__cta-panel){display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem}
:where(.is-style-cta-full-width-surface .site-section__inner){width:100%;max-width:none}
:where(.site-section__faq){display:grid;gap:.75rem;max-width:52rem}
:where(.is-style-faq-two-column-safe .site-section__faq){grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;align-items:start}
:where(.site-align--center .site-section__faq){margin-inline:auto}
:where(.site-faq-item){padding:1rem 1.25rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:.85rem;background:var(--wp--preset--color--base,#fff)}
:where(.site-faq-item summary){cursor:pointer;font-weight:700}
:where(.site-faq-item__answer){padding-top:.85rem;line-height:1.7;color:var(--wp--preset--color--contrast-2,#58625b)}
:where(.site-spacing--compact){padding-block:clamp(2rem,5vw,4rem)}
:where(.site-spacing--spacious){padding-block:clamp(5rem,10vw,9rem)}
:where(.site-color--inverse){background:var(--wp--preset--color--contrast,#17211b);color:var(--wp--preset--color--base,#fff)}
:where(.site-color--muted){background:var(--wp--preset--color--base-2,#f5f6f2)}
:where(.site-color--brand-primary){background:var(--wp--preset--color--primary,#334155);color:var(--wp--preset--color--on-primary,#fff)}
:where(.site-color--brand-secondary){background:var(--wp--preset--color--secondary,#475569);color:var(--wp--preset--color--on-secondary,#fff)}
:where(.site-color--brand-primary,.site-color--brand-secondary) :where(h1,h2,h3,h4,h5,h6,p,li,summary,figcaption,blockquote,a:not(.wp-block-button__link)){color:inherit}
:where(.site-color--brand-primary .site-action--primary .wp-block-button__link){background:var(--wp--preset--color--on-primary,#fff);color:var(--wp--preset--color--primary,#334155)}
:where(.site-color--brand-secondary .site-action--primary .wp-block-button__link){background:var(--wp--preset--color--on-secondary,#fff);color:var(--wp--preset--color--secondary,#475569)}
body .site-header{position:relative;z-index:50;margin:0!important;padding:0 clamp(1rem,4vw,2rem)!important;background:color-mix(in srgb,var(--wp--preset--color--base,#fff) 94%,transparent);color:var(--wp--preset--color--contrast,#17211b);border-bottom:1px solid color-mix(in srgb,currentColor 12%,transparent)}
body .site-header--overlay{position:absolute;inset:0 0 auto;background:linear-gradient(180deg,rgba(0,0,0,.58),transparent);color:#fff;border-bottom-color:transparent}
body .site-header__inner{width:min(100%,var(--wp--style--global--wide-size,1200px))!important;min-height:4.25rem;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(1.5rem,4vw,4rem)}
body .site-header__brand{min-width:0;margin:0!important;padding:0!important}
body .site-header__brand .wp-block-site-title{max-width:min(62vw,28rem);margin:0;font-size:clamp(1.05rem,2vw,1.35rem);font-weight:750;line-height:1.1;letter-spacing:-.02em;overflow-wrap:anywhere}
body .site-header__brand .wp-block-site-title a,body .site-header__nav .wp-block-navigation-item__content{color:inherit;text-decoration:none}
body .site-header__nav{justify-self:end;margin:0!important;color:inherit}
body .site-header__nav .wp-block-navigation__container{gap:clamp(1rem,2.4vw,2rem);align-items:center}
body .site-header__nav .wp-block-navigation-item__content{font-size:.94rem;font-weight:580}
body .site-header__cta>.wp-block-navigation-item__content{padding:.72rem 1.15rem!important;border-radius:999px;background:var(--wp--preset--color--primary,#334155);color:var(--wp--preset--color--on-primary,#fff)!important;font-weight:750!important;line-height:1}
body .site-header__nav .wp-block-navigation__responsive-container-open{width:2.75rem;height:2.75rem;align-items:center;justify-content:center;color:inherit}
body .site-footer{margin:0!important;padding:clamp(4rem,7vw,6rem) clamp(1rem,4vw,2rem) 2rem!important;background:var(--wp--preset--color--contrast,#17211b);color:var(--wp--preset--color--base,#fff)}
body .site-footer__inner{width:min(100%,var(--wp--style--global--wide-size,1200px))!important;margin:0 auto!important;padding:0!important}
body .site-footer__main{display:grid!important;align-items:start;gap:clamp(2rem,5vw,5rem);margin:0!important;padding:0!important}
body .site-footer__main--columns-1{grid-template-columns:minmax(0,1fr)}
body .site-footer__main--columns-2{grid-template-columns:minmax(16rem,1.4fr) minmax(10rem,.6fr)}
body .site-footer__main--columns-3{grid-template-columns:minmax(16rem,1.35fr) repeat(2,minmax(10rem,.65fr))}
body .site-footer__main--columns-4{grid-template-columns:minmax(16rem,1.3fr) repeat(3,minmax(9rem,.7fr))}
body .site-footer__brand,body .site-footer__column{margin:0!important;padding:0!important}
body .site-footer__brand{max-width:30rem}
body .site-footer__brand .wp-block-site-title{margin:0;font-size:clamp(1.6rem,3vw,2.3rem);line-height:1.08;letter-spacing:-.03em}
body .site-footer__brand .wp-block-site-title a,body .site-footer a{color:inherit;text-decoration:none}
body .site-footer__description{margin:1rem 0 0;max-width:30rem;line-height:1.7;opacity:.72}
body .site-footer__heading{margin:0 0 1.25rem;font-size:.8rem;font-weight:780;letter-spacing:.12em;text-transform:uppercase;color:inherit;opacity:.68}
body .site-footer__nav{margin:0!important;justify-content:flex-start}
body .site-footer__nav .wp-block-navigation__container{gap:.7rem;align-items:flex-start}
body .site-footer__nav .wp-block-navigation-item__content{font-size:.95rem;line-height:1.45}
body .site-footer__contact-line{margin:0 0 .7rem;line-height:1.55;opacity:.82}
body .site-footer__hours-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;margin:0 0 .7rem;font-size:.92rem;line-height:1.45;opacity:.82}
body .site-footer__hours-row strong{font-weight:600}
body .site-footer__bottom{margin:clamp(3rem,6vw,5rem) 0 0!important;padding:1.5rem 0 0!important;border-top:1px solid color-mix(in srgb,currentColor 24%,transparent)}
body .site-footer__bottom p{margin:0;font-size:.85rem;opacity:.6}
@container (max-width:1100px){:where(.site-columns--4){grid-template-columns:repeat(2,minmax(0,1fr))}}
@container (max-width:900px){:where(.site-columns--3,.site-columns--4){grid-template-columns:repeat(2,minmax(0,1fr))}}
@container (max-width:700px){:where(.site-list-item,.site-section__media-list--alternating .site-list-item,.site-featured-supporting,.site-narrative--split,.site-category-navigation){grid-template-columns:1fr}:where(.site-section__media-list--alternating .site-list-item:nth-child(even) .site-list-item__media){order:0}:where(.site-featured-supporting__item--lead){grid-row:auto}:where(.site-category-navigation__item:nth-child(odd),.site-category-navigation__item:nth-child(even)){padding-inline:0;border-right:0}:where(.site-data-point){border-right:0;border-bottom:1px solid color-mix(in srgb,currentColor 20%,transparent)}:where(.site-collage__item,.site-collage__item:nth-child(5n+1),.site-collage__item:nth-child(5n+2),.site-collage__item:nth-child(5n+3)){grid-column:1/-1;grid-row:auto}}
@container (max-width:600px){:where(.site-columns--2,.site-columns--3,.site-columns--4){grid-template-columns:1fr}}
@media (max-width:1024px){:where(.site-section--hero){padding-block:clamp(2rem,4vw,3rem)}:where(.site-section__hero){min-height:clamp(32rem,58vh,38rem)}:where(.site-section--hero .site-section__title){font-size:clamp(2.25rem,4.7vw,3rem)}:where(.site-narrative--full .site-section__title){font-size:clamp(2.5rem,5vw,3.25rem)}body .site-footer__main{gap:clamp(2rem,5vw,4rem)}}
@media (max-width:900px){body .site-footer__main--columns-3,body .site-footer__main--columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:781px){:where(.site-section--hero){padding-block:clamp(2rem,8vw,2.5rem)}:where(.site-section__hero,.site-narrative--split){grid-template-columns:1fr;min-height:0}:where(.site-section--hero .site-section__title){font-size:clamp(2rem,9vw,2.25rem)}:where(.site-section__hero-media-column){order:-1}:where(.site-section__hero-media img){aspect-ratio:16/10;max-height:18rem}:where(.site-narrative--full){min-height:0;padding:clamp(2rem,8vw,4rem)}:where(.site-narrative--full .site-section__title){font-size:clamp(2.25rem,9.5vw,2.375rem)}:where(.is-style-faq-two-column-safe .site-section__faq,.site-category-navigation){grid-template-columns:1fr}:where(.site-category-navigation__item:nth-child(odd),.site-category-navigation__item:nth-child(even)){padding-inline:0;border-right:0}:where(.is-style-cards-editorial-grid .site-card:first-child,.is-style-gallery-editorial-grid .site-gallery-item:first-child,.is-style-testimonials-featured-quote .site-quote:first-child){grid-column:auto}:where(.is-style-testimonials-featured-quote .site-quote:first-child){display:block}:where(.is-style-testimonials-featured-quote .site-quote:first-child .site-card__media){width:100%;margin:0 0 1.5rem}:where(.is-style-features-alternating .site-card:nth-child(even)){transform:none}:where(.is-style-cta-split-panel .site-section__cta-panel){grid-template-columns:1fr}}
@media (max-width:600px){body .site-header__inner{min-height:4rem;gap:1rem}body .site-header__brand .wp-block-site-title{font-size:1rem}body .site-footer__main{grid-template-columns:1fr!important}body .site-footer__brand{max-width:none}}
/* site-page-ir:end */