:root {
  --mz-midnight: #0f2f51;
  --mz-deep: #1c4c86;
  --mz-blue: #4a8bc4;
  --mz-mid: #3f6c9f;
  --mz-bright: #1679bb;
  --mz-charcoal: #424242;
  --mz-soft: #e2e3e5;
  --mz-offwhite: #f7f9fb;
  --mz-white: #ffffff;
  --mz-gradient: linear-gradient(135deg, #0f2f51 0%, #1c4c86 35%, #4a8bc4 70%, #1679bb 100%);
  --mz-shadow: 0 24px 70px rgba(15, 47, 81, .12);
  --mz-radius: 16px;
  --mz-container: 1180px;
  --mz-header: 128px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--mz-charcoal); background: var(--mz-white); font-family: Inter, Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--mz-deep); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--mz-bright); }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .75em; color: var(--mz-midnight); font-family: Manrope, Inter, Arial, sans-serif; line-height: 1.1; letter-spacing: -.03em; }
h1 { font-size: clamp(3rem, 7vw, 6.75rem); }
h2 { font-size: clamp(2.15rem, 4.3vw, 4.4rem); }
h3 { font-size: clamp(1.2rem, 1.7vw, 1.55rem); }
p { margin: 0 0 1.2em; }
button, input, textarea, select { font: inherit; }

.screen-reader-text { 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 { position: fixed; z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; margin: 0; padding: 12px 18px; clip: auto; background: white; color: var(--mz-midnight); }
.mz-container { width: min(calc(100% - 40px), var(--mz-container)); margin-inline: auto; }
.mz-section { position: relative; padding: clamp(82px, 10vw, 150px) 0; overflow: hidden; }
.mz-section--soft { background: var(--mz-offwhite); }
.mz-section--midnight { color: white; background: var(--mz-midnight); }
.mz-section--midnight::before { content: ''; position: absolute; inset: 0; opacity: .18; background: url('../images/energy-network.svg') center/cover no-repeat; }
.mz-section--midnight > * { position: relative; }
.mz-two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.mz-grid { display: grid; gap: 24px; }
.mz-grid--4 { grid-template-columns: repeat(4, 1fr); }
.mz-grid--3 { grid-template-columns: repeat(3, 1fr); }
.mz-copy-large { font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.55; }
.mz-eyebrow { margin: 0 0 22px; color: #8ec7f1; font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mz-eyebrow--blue { color: var(--mz-bright); }
.mz-section-heading { max-width: 850px; margin-bottom: 58px; }
.mz-section-heading > p:last-child { max-width: 720px; font-size: 1.15rem; }
.mz-section-heading--light h2 { color: white; }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: var(--mz-header); border-bottom: 1px solid rgba(15,47,81,.08); background: rgba(255, 255, 255, .97); backdrop-filter: blur(18px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 40px rgba(15,47,81,.12); }
.site-header__inner { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; height: 100%; width: min(100% - 48px, 1760px); margin-inline: auto; padding: 12px 0 10px; }
.site-brand { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; height: 58px; text-decoration: none; }
.site-brand img { height: 100%; width: auto; max-width: 320px; object-fit: contain; }
.site-nav { display: flex; justify-content: center; }
.site-nav__list, .site-nav ul { display: flex; flex-wrap: wrap; row-gap: 2px; justify-content: center; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.site-nav a { display: inline-block; padding: 4px 0; color: var(--mz-midnight); font-size: .86rem; font-weight: 700; line-height: 1.2; letter-spacing: .01em; text-decoration: none; white-space: nowrap; }
.site-nav a:hover { color: var(--mz-bright); }
.site-nav .current-menu-item > a, .site-nav .current_page_item > a { color: var(--mz-bright); box-shadow: inset 0 -2px 0 var(--mz-bright); }
.site-header__cta { position: absolute; right: max(24px, calc((100% - 1760px) / 2 + 24px)); top: 50%; transform: translateY(-50%); }
.site-nav-toggle { display: none; width: 46px; height: 46px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.site-nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--mz-midnight); }

.mz-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid transparent; border-radius: 4px; color: white; background: var(--mz-gradient); box-shadow: 0 10px 30px rgba(28,76,134,.22); font-size: .9rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.mz-button:hover { color: white; transform: translateY(-2px); box-shadow: 0 16px 38px rgba(28,76,134,.3); }
.mz-button--small { min-height: 44px; padding: 11px 18px; }
.mz-button--outline { color: white; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); box-shadow: none; }
.mz-button--outline:hover { background: rgba(255,255,255,.15); }
.mz-button--light { color: var(--mz-midnight); background: white; box-shadow: none; }
.mz-button--light:hover { color: var(--mz-midnight); }
.mz-button--outline-light { color: white; border-color: rgba(255,255,255,.55); background: transparent; box-shadow: none; }
.mz-button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.mz-button-row--center { justify-content: center; }

.mz-hero { position: relative; min-height: 840px; padding: calc(var(--mz-header) + 100px) 0 100px; display: flex; align-items: center; overflow: hidden; color: white; background: radial-gradient(circle at 76% 38%, rgba(74,139,196,.42), transparent 27%), linear-gradient(120deg,#071d34 0%,#0f2f51 46%,#1c4c86 100%); }
.mz-hero::after { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, black 50%); }
.mz-hero__art { position: absolute; inset: 0; background: url('../images/hero-ribbon.svg') right center/auto 100% no-repeat; opacity: .94; }
.mz-hero::before { content: ''; position: absolute; z-index: 1; right: 4%; top: 50%; width: min(44vw, 640px); aspect-ratio: 934/1235; transform: translateY(-50%); background: url('../images/horse-mark.png') center/contain no-repeat; filter: brightness(0) invert(1); opacity: .1; }
.mz-hero__content { position: relative; z-index: 2; max-width: 1240px; }
.mz-hero h1 { max-width: 930px; color: white; text-wrap: balance; }
.mz-hero__lead { max-width: 740px; margin-bottom: 38px; color: rgba(255,255,255,.82); font-size: clamp(1.15rem, 2vw, 1.5rem); }

.mz-intro::after { content: ''; position: absolute; z-index: -1; right: -10%; bottom: -24%; width: 560px; height: 560px; opacity: .055; background: url('../images/horse-mark.png') center/contain no-repeat; }
.mz-card { height: 100%; padding: 34px; border: 1px solid rgba(15,47,81,.08); border-radius: var(--mz-radius); background: white; box-shadow: 0 16px 50px rgba(15,47,81,.06); }
.mz-card--numbered > span { display: block; margin-bottom: 54px; color: var(--mz-blue); font-size: .82rem; font-weight: 800; }
.mz-card--numbered h3 { font-size: 1.55rem; }
.mz-card--service { position: relative; overflow: hidden; min-height: 320px; transition: transform .25s ease, box-shadow .25s ease; }
.mz-card--service:hover { transform: translateY(-6px); box-shadow: var(--mz-shadow); }
.mz-card__icon { width: 58px; height: 58px; margin-bottom: 60px; border-radius: 50%; background: linear-gradient(135deg,rgba(74,139,196,.14),rgba(22,121,187,.28)); position: relative; }
.mz-card__icon span, .mz-card__icon::before { content: ''; position: absolute; border-radius: 999px; background: var(--mz-gradient); }
.mz-card__icon span { width: 30px; height: 4px; top: 27px; left: 14px; transform: rotate(-30deg); }
.mz-card__icon::before { width: 4px; height: 30px; top: 14px; left: 27px; transform: rotate(-30deg); }

.mz-timeline { position: relative; display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; margin-top: 70px; }
.mz-timeline::before { content: ''; position: absolute; top: 34px; left: 5%; right: 5%; height: 3px; background: linear-gradient(90deg,#4a8bc4,#8ec7f1); }
.mz-timeline__item { position: relative; text-align: center; }
.mz-timeline__item > span { position: relative; z-index: 1; display: grid; width: 68px; height: 68px; margin: 0 auto 24px; place-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; color: white; background: var(--mz-midnight); font-size: .82rem; font-weight: 800; }
.mz-timeline__item h3 { color: white; font-size: .98rem; line-height: 1.35; letter-spacing: -.01em; }

.mz-sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--mz-soft); border-left: 1px solid var(--mz-soft); }
.mz-sector { min-height: 190px; padding: 34px; border-right: 1px solid var(--mz-soft); border-bottom: 1px solid var(--mz-soft); transition: background .2s ease; }
.mz-sector:hover { background: var(--mz-offwhite); }
.mz-sector span { display: block; width: 36px; height: 4px; margin-bottom: 48px; border-radius: 99px; background: var(--mz-gradient); }
.mz-sector h3 { font-size: 1.1rem; }

.mz-ownership { color: white; background: var(--mz-gradient); }
.mz-ownership::after { content: ''; position: absolute; right: -9%; bottom: -35%; width: 630px; height: 630px; opacity: .1; background: url('../images/horse-mark.png') center/contain no-repeat; filter: brightness(0) invert(1); }
.mz-ownership h2 { color: white; }
.mz-ownership .mz-copy-large { color: rgba(255,255,255,.88); }
.mz-check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px; margin: 32px 0 0; padding: 0; list-style: none; }
.mz-check-list li { position: relative; padding-left: 28px; }
.mz-check-list li::before { content: ''; position: absolute; left: 0; top: .55em; width: 12px; height: 7px; border-left: 2px solid #bde3ff; border-bottom: 2px solid #bde3ff; transform: rotate(-45deg); }

.mz-cta { text-align: center; color: white; background: var(--mz-midnight); }
.mz-cta::before { content: ''; position: absolute; inset: 0; opacity: .34; background: url('../images/energy-network.svg') center/cover no-repeat; }
.mz-cta__inner { position: relative; max-width: 880px; }
.mz-cta h2 { color: white; }
.mz-cta p:not(.mz-eyebrow) { margin-inline: auto; max-width: 760px; color: rgba(255,255,255,.78); font-size: 1.2rem; }

.mz-page-hero { position: relative; padding: calc(var(--mz-header) + 110px) 0 92px; overflow: hidden; color: white; background: var(--mz-gradient); }
.mz-page-hero::after { content: ''; position: absolute; inset: 0; opacity: .24; background: url('../images/energy-network.svg') center/cover no-repeat; }
.mz-page-hero .mz-container { position: relative; z-index: 1; }
.mz-page-hero h1 { max-width: 1000px; color: white; font-size: clamp(2.8rem, 6vw, 5.8rem); }
.mz-page-hero__lead { max-width: 780px; font-size: 1.3rem; color: rgba(255,255,255,.82); }
.mz-content { padding-top: 80px; padding-bottom: 100px; }
.mz-content--narrow { max-width: 900px; }
.mz-content > *:first-child { margin-top: 0; }
.mz-content h2, .mz-content h3 { margin-top: 1.6em; }
.mz-featured-image { margin: 0 0 50px; overflow: hidden; border-radius: var(--mz-radius); }

.mz-post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding-top: 80px; padding-bottom: 100px; }
.mz-post-card { overflow: hidden; border: 1px solid var(--mz-soft); border-radius: var(--mz-radius); background: white; box-shadow: 0 14px 44px rgba(15,47,81,.06); }
.mz-post-card__image { display: block; height: 230px; background: var(--mz-offwhite); }
.mz-post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.mz-post-card__placeholder { display: block; width: 100%; height: 100%; background: var(--mz-gradient); }
.mz-post-card__body { padding: 28px; }
.mz-post-card__meta { color: var(--mz-blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.mz-post-card h2 { font-size: 1.5rem; }
.mz-post-card h2 a { color: inherit; text-decoration: none; }
.mz-text-link { font-weight: 800; }
.mz-empty { grid-column: 1 / -1; padding: 80px 0; }

.site-footer { position: relative; padding: 100px 0 30px; color: rgba(255,255,255,.72); background: #071d34; overflow: hidden; }
.site-footer__ribbon { position: absolute; inset: 0 0 auto; height: 8px; background: var(--mz-gradient); }
.site-footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 70px; }
.site-footer__brand img { width: 120px; max-height: 170px; object-fit: contain; filter: drop-shadow(0 12px 26px rgba(0,0,0,.18)); }
.site-footer h3 { color: white; font-size: 1rem; letter-spacing: .02em; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 8px; }
.site-footer__bottom { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-top: 74px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }

@media (max-width: 1500px) {
  .site-header__inner { flex-direction: row; justify-content: center; position: relative; padding: 0; gap: 0; }
  .site-brand { height: 52px; }
  .site-brand img { max-width: 240px; }
  .site-nav-toggle { display: block; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); margin: 0; }

  :root { --mz-header: 72px; }
  body.nav-open { overflow: hidden; }
  .site-header__cta { display: none; }
  .site-nav { position: fixed; inset: var(--mz-header) 0 0; display: none; padding: 34px 20px; background: rgba(255,255,255,.98); overflow-y: auto; }
  .site-nav.is-open { display: block; }
  .site-nav__list, .site-nav ul { flex-direction: column; align-items: flex-start; gap: 0; }
  .site-nav li { width: 100%; border-bottom: 1px solid var(--mz-soft); }
  .site-nav a { display: block; padding: 15px 0; font-size: 1.05rem; }
}

@media (max-width: 1100px) {
  .site-header__cta { display: none; }
  .site-nav__list, .site-nav ul { gap: 18px; }
  .mz-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .mz-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .mz-timeline { grid-template-columns: repeat(4, 1fr); row-gap: 40px; }
  .mz-timeline::before { display: none; }
  .mz-sector-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  :root { --mz-header: 72px; }
  body.nav-open { overflow: hidden; }
  .site-nav-toggle { display: block; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); margin: 0; }
  .site-nav { position: fixed; inset: var(--mz-header) 0 0; display: none; padding: 34px 20px; background: rgba(255,255,255,.98); }
  .site-nav.is-open { display: block; }
  .site-nav__list, .site-nav ul { flex-direction: column; align-items: flex-start; gap: 0; }
  .site-nav li { width: 100%; border-bottom: 1px solid var(--mz-soft); }
  .site-nav a { display: block; padding: 15px 0; font-size: 1.05rem; }
  .mz-two-col { grid-template-columns: 1fr; }
  .mz-hero { min-height: 760px; }
  .mz-hero__art { opacity: .45; background-position: 70% center; }
  .mz-timeline { grid-template-columns: 1fr; gap: 0; }
  .mz-timeline__item { display: grid; grid-template-columns: 68px 1fr; gap: 20px; align-items: center; padding: 15px 0; text-align: left; }
  .mz-timeline__item > span { margin: 0; }
  .mz-timeline__item h3 { margin: 0; font-size: 1.1rem; }
  .mz-sector-grid { grid-template-columns: repeat(2, 1fr); }
  .mz-post-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; max-width: 520px; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .mz-container { width: min(calc(100% - 28px), var(--mz-container)); }
  .mz-section { padding: 76px 0; }
  .mz-grid--4, .mz-grid--3, .mz-sector-grid, .mz-post-grid { grid-template-columns: 1fr; }
  .mz-card { padding: 28px; }
  .mz-card--numbered > span, .mz-card__icon { margin-bottom: 34px; }
  .mz-hero { min-height: 720px; padding-top: calc(var(--mz-header) + 52px); }
  .mz-hero__lead { font-size: 1.08rem; }
  .mz-button-row { flex-direction: column; align-items: stretch; }
  .mz-button { width: 100%; }
  .mz-check-list { grid-template-columns: 1fr; }
  .site-footer__grid, .site-footer__bottom { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { padding-top: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.mz-inline-button { display: inline-block; width: auto !important; margin-right: 12px; }
@media (max-width: 620px) { .mz-inline-button { display: block; width: 100% !important; margin-right: 0; } }

/* Oil and gas development additions */
.mz-two-col--graphic { align-items: center; }
.mz-feature-graphic { width: 100%; padding: clamp(18px, 3vw, 34px); border: 1px solid var(--mz-soft); border-radius: var(--mz-radius); background: #fff; box-shadow: var(--mz-shadow); }
.mz-project-focus .mz-card { min-height: 100%; }
.mz-industry-overview { overflow: hidden; }
@media (max-width: 900px) { .mz-two-col--graphic { grid-template-columns: 1fr; } }

/* Standalone theme components */
.mz-centered-link { margin-top: 42px; text-align: center; }
.mz-post-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.mz-project-location { color: var(--mz-mid); font-weight: 700; }
.mz-project-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: clamp(36px, 7vw, 90px); padding-top: 80px; padding-bottom: 110px; align-items: start; }
.mz-project-facts { position: sticky; top: calc(var(--mz-header) + 30px); padding: 30px; border: 1px solid var(--mz-soft); border-radius: var(--mz-radius); background: var(--mz-offwhite); }
.mz-project-facts h2 { font-size: 1.55rem; }
.mz-project-facts > div { display: grid; gap: 3px; padding: 15px 0; border-bottom: 1px solid var(--mz-soft); }
.mz-project-facts span { color: var(--mz-charcoal); }
.mz-project-facts .mz-button { width: 100%; margin-top: 24px; }
.mz-contact-layout { display: grid; grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr); gap: clamp(40px, 7vw, 90px); padding-top: 80px; padding-bottom: 110px; align-items: start; }
.mz-contact-panel { padding: clamp(26px, 5vw, 50px); border-radius: var(--mz-radius); background: var(--mz-offwhite); box-shadow: var(--mz-shadow); }
.mz-contact-form p { margin: 0 0 22px; }
.mz-contact-form label { display: block; margin-bottom: 7px; color: var(--mz-midnight); font-size: .9rem; font-weight: 800; }
.mz-contact-form input[type="text"], .mz-contact-form input[type="email"], .mz-contact-form input[type="tel"], .mz-contact-form select, .mz-contact-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #bcc9d5; border-radius: 5px; background: white; color: var(--mz-charcoal); }
.mz-contact-form input:focus, .mz-contact-form select:focus, .mz-contact-form textarea:focus { outline: 3px solid rgba(22,121,187,.18); border-color: var(--mz-bright); }
.mz-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mz-consent label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.mz-consent input { margin-top: .35em; }
.mz-honeypot { position: absolute !important; left: -9999px !important; }
.mz-form-message { margin-bottom: 24px; padding: 16px 18px; border-radius: 5px; font-weight: 700; }
.mz-form-message--success { border: 1px solid #81b69d; background: #edf8f1; color: #1e5b3d; }
.mz-form-message--error { border: 1px solid #d69b9b; background: #fff1f1; color: #7c2828; }
.mz-people-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin: 45px 0; }
.mz-person-card { overflow: hidden; border: 1px solid var(--mz-soft); border-radius: var(--mz-radius); background: white; box-shadow: 0 15px 45px rgba(15,47,81,.07); }
.mz-person-card__image { aspect-ratio: 4/3; background: var(--mz-offwhite); }
.mz-person-card__image img { width: 100%; height: 100%; object-fit: cover; }
.mz-person-card__body { padding: 26px; }
.mz-person-card__position { margin-bottom: 5px; color: var(--mz-deep); font-weight: 800; }
.mz-person-card__affiliation { color: var(--mz-mid); font-size: .92rem; }
.mz-partner-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 45px 0; }
.mz-partner-card { padding: 28px; border: 1px solid var(--mz-soft); border-radius: var(--mz-radius); text-align: center; background: white; }
.mz-partner-card img { max-height: 90px; width: auto; object-fit: contain; }
.mz-partner-card h3 { margin-top: 20px; font-size: 1.15rem; }
.mz-content > :where(h2,h3,h4) { margin-top: 1.4em; }
.mz-content > :first-child { margin-top: 0; }
@media (max-width: 980px) {
  .mz-post-grid--three, .mz-people-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mz-partner-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mz-project-layout, .mz-contact-layout { grid-template-columns: 1fr; }
  .mz-project-facts { position: static; }
}
@media (max-width: 620px) {
  .mz-post-grid--three, .mz-people-grid, .mz-partner-grid, .mz-form-grid { grid-template-columns: 1fr; }
}

/* --- v2.1.0 additions --- */
/* Anchor targets clear the sticky header when jumped to. */
[id] { scroll-margin-top: 96px; }
/* Bundled graphic embeds inside page content. */
.mz-feature-graphic-wrap { margin: 2.25rem 0; text-align: center; }
.mz-feature-graphic-wrap .mz-feature-graphic { max-width: 100%; height: auto; }
/* Search form used in hero + empty states. */
.mz-page-hero .search-form, .mz-empty .search-form { display: flex; gap: .5rem; justify-content: center; max-width: 480px; margin: 1rem auto 0; }
.mz-page-hero .search-form input[type="search"], .mz-empty .search-form input[type="search"] { flex: 1; padding: .65rem .9rem; border: 1px solid #C7D3DF; border-radius: 4px; font: inherit; }
.mz-page-hero .search-form input[type="submit"], .mz-empty .search-form input[type="submit"] { background: #1C4C86; color: #fff; border: 0; border-radius: 4px; padding: .65rem 1.1rem; font-weight: 700; cursor: pointer; }
/* Focus outline for programmatically focused anchor targets. */
[tabindex="-1"]:focus { outline: none; }
/* Comments */
.mz-comments { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #E2E3E5; }
.mz-comment-list { list-style: none; padding: 0; }
.mz-comment-list .comment-body { padding: 1rem 0; border-bottom: 1px solid #EEF2F6; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea { width: 100%; padding: .6rem .8rem; border: 1px solid #C7D3DF; border-radius: 4px; font: inherit; }
.comment-form .submit { background: #1C4C86; color: #fff; border: 0; border-radius: 4px; padding: .7rem 1.4rem; font-weight: 700; cursor: pointer; }

/* --- Header clearance & readability (v2.1.1) --- */
/* Any main content that does not begin with a hero still clears the fixed header. */
.site-main:not(.mz-fullwidth) > :first-child:not(.mz-hero):not(.mz-page-hero) { margin-top: calc(var(--mz-header) + 48px); }
/* Extra breathing room between the hero title block and following content. */
.mz-page-hero + .mz-container { padding-top: 40px; }
.site-footer__contact-name { font-weight: 700; color: #fff; margin-bottom: .35rem; }
/* Full-width / Elementor pages clear the fixed header without a hero. */
.mz-fullwidth { padding-top: var(--mz-header); }
.mz-fullwidth > .elementor { min-height: 40vh; }
