/* Mazwi Site Engine — responsive presentation layer */
:root {
  --mz-navy: #0b1c2b;
  --mz-navy-2: #132b40;
  --mz-navy-3: #1c3a50;
  --mz-orange: #ee7b24;
  --mz-orange-2: #ffad4d;
  --mz-teal: #16b8a6;
  --mz-sky: #76c8e8;
  --mz-cream: #f5f1e8;
  --mz-paper: #fbfaf7;
  --mz-white: #ffffff;
  --mz-ink: #15212c;
  --mz-muted: #64717d;
  --mz-line: #dde3e7;
  --mz-shadow: 0 24px 70px rgba(11, 28, 43, .14);
  --mz-soft-shadow: 0 14px 36px rgba(11, 28, 43, .09);
  --mz-radius: 28px;
  --mz-radius-sm: 18px;
}

body.mazwi-site-mode {
  margin: 0;
  color: var(--mz-ink);
  background: var(--mz-paper);
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.mazwi-site-mode .wp-site-blocks > header.wp-block-template-part,
body.mazwi-site-mode .wp-site-blocks > footer.wp-block-template-part,
body.mazwi-site-mode header.custom-home-header.wp-block-template-part,
body.mazwi-site-mode #masthead,
body.mazwi-site-mode #colophon,
body.mazwi-site-mode .site-header:not(.mz-header),
body.mazwi-site-mode .site-footer:not(.mz-footer),
body.mazwi-site-mode .wp-block-post-title,
body.mazwi-site-mode .entry-title,
body.mazwi-site-mode .post-thumbnail,
body.mazwi-site-mode .entry-header {
  display: none !important;
}

body.mazwi-site-mode main,
body.mazwi-site-mode #primary,
body.mazwi-site-mode .site-main,
body.mazwi-site-mode .entry-content,
body.mazwi-site-mode .wp-block-post-content,
body.mazwi-site-mode article,
body.mazwi-site-mode .wp-site-blocks {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.mazwi-site-mode * {
  box-sizing: border-box;
}

body.mazwi-site-mode img {
  max-width: 100%;
}

body.mazwi-site-mode a,
body.mazwi-site-mode button,
body.mazwi-site-mode input,
body.mazwi-site-mode select,
body.mazwi-site-mode textarea {
  font: inherit;
}

body.mazwi-site-mode a {
  color: inherit;
}

.mz-shell {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
}

.mz-container {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.mz-narrow {
  width: min(860px, calc(100% - 48px));
  margin-inline: auto;
}

.mz-page {
  position: relative;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: clip;
  background: var(--mz-paper);
}

.mz-page p,
.mz-page li {
  font-size: 17px;
  line-height: 1.78;
}

.mz-page p {
  margin: 0 0 1.25em;
}

.mz-page h1,
.mz-page h2,
.mz-page h3,
.mz-page h4,
.mz-footer h2,
.mz-footer h3 {
  margin-top: 0;
  color: inherit;
  font-weight: 750;
  line-height: 1.06;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.mz-page h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 64px);
}

.mz-page h3 {
  margin-bottom: 12px;
  font-size: clamp(22px, 2.6vw, 32px);
}

.mz-section {
  position: relative;
  padding: clamp(84px, 9vw, 138px) 0;
}

.mz-section--tight {
  padding: clamp(66px, 7vw, 98px) 0;
}

.mz-section--cream {
  background: var(--mz-cream);
}

.mz-section--white {
  background: var(--mz-white);
}

.mz-section--navy {
  color: var(--mz-white);
  background:
    radial-gradient(circle at 92% 10%, rgba(22, 184, 166, .18), transparent 28%),
    radial-gradient(circle at 5% 100%, rgba(238, 123, 36, .18), transparent 32%),
    var(--mz-navy);
}

.mz-section--ink {
  color: var(--mz-white);
  background: #101820;
}

.mz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #a04a0c;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.mz-eyebrow::before {
  width: 28px;
  height: 2px;
  content: "";
  background: var(--mz-orange);
}

.mz-eyebrow--light {
  color: var(--mz-orange-2);
}

.mz-lead {
  max-width: 760px;
  color: var(--mz-muted);
  font-size: clamp(18px, 2vw, 22px) !important;
  line-height: 1.65 !important;
}

.mz-section--navy .mz-lead,
.mz-section--ink .mz-lead {
  color: #bdcad4;
}

.mz-kicker-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: clamp(38px, 5vw, 66px);
}

.mz-kicker-row > div:first-child {
  max-width: 850px;
}

.mz-kicker-row > p {
  max-width: 420px;
  margin-bottom: 4px;
  color: var(--mz-muted);
}

.mz-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--mz-orange), #f59a43);
  box-shadow: 0 12px 26px rgba(238, 123, 36, .24);
  color: #15191c !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.mz-btn:hover,
.mz-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(238, 123, 36, .3);
}

.mz-btn--small {
  min-height: 46px;
  padding: 12px 19px;
}

.mz-btn--dark {
  background: var(--mz-navy);
  box-shadow: 0 12px 26px rgba(11, 28, 43, .22);
  color: var(--mz-white) !important;
}

.mz-btn--dark:hover,
.mz-btn--dark:focus-visible {
  box-shadow: 0 18px 34px rgba(11, 28, 43, .28);
}

.mz-btn--light {
  background: var(--mz-white);
  box-shadow: none;
  color: var(--mz-navy) !important;
}

.mz-btn--outline,
.mz-btn--outline-light {
  background: transparent;
  box-shadow: none;
}

.mz-btn--outline {
  border-color: #b7c0c7;
  color: var(--mz-ink) !important;
}

.mz-btn--outline-light {
  border-color: rgba(255, 255, 255, .34);
  color: var(--mz-white) !important;
}

.mz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

/* Top bar and navigation */
.mz-topbar {
  z-index: 9990;
  color: #dce7ed;
  background: #07131e;
}

.mz-topbar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: .04em;
}

.mz-topbar__links {
  display: flex;
  gap: 24px;
}

.mz-topbar a {
  color: inherit !important;
  text-decoration: none;
}

.mz-topbar a:hover {
  color: var(--mz-orange-2) !important;
}

.mz-header {
  position: sticky;
  z-index: 9990;
  top: 0;
  border-bottom: 1px solid rgba(18, 42, 60, .08);
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 8px 30px rgba(11, 28, 43, 0);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

body.admin-bar .mz-header {
  top: 32px;
}

.mz-header.is-scrolled {
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 12px 36px rgba(11, 28, 43, .1);
}

.mz-header__inner {
  display: grid;
  min-height: 84px;
  grid-template-columns: 176px 1fr auto;
  align-items: center;
  gap: clamp(22px, 3vw, 48px);
}

.mz-brand {
  display: inline-flex;
  align-items: center;
}

.mz-brand img {
  display: block;
  width: 172px;
  height: 58px;
  object-fit: contain;
}

.mz-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(17px, 2vw, 30px);
}

.mz-nav a {
  position: relative;
  padding: 30px 0;
  color: var(--mz-navy) !important;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none !important;
}

.mz-nav a::after {
  position: absolute;
  right: 0;
  bottom: 22px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  content: "";
  background: var(--mz-orange);
  transform: scaleX(0);
  transition: transform .25s ease;
}

.mz-nav a:hover::after,
.mz-nav a.is-current::after {
  transform: scaleX(1);
}

.mz-menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  color: var(--mz-white);
  background: var(--mz-navy);
  cursor: pointer;
}

.mz-menu-toggle__label {
  font-size: 12px;
  font-weight: 800;
}

.mz-menu-toggle__lines {
  display: grid;
  width: 18px;
  gap: 4px;
}

.mz-menu-toggle__lines i {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

/* Hero slider */
.mz-slider {
  position: relative;
  min-height: min(790px, calc(100vh - 90px));
  color: var(--mz-white);
  background: var(--mz-navy);
  isolation: isolate;
}

.mz-slides {
  position: absolute;
  inset: 0;
}

.mz-slide {
  position: absolute;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity .85s ease, visibility .85s ease;
}

.mz-slide.is-active {
  visibility: visible;
  opacity: 1;
}

.mz-slide__media,
.mz-slide__media::after,
.mz-slide__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mz-slide__media {
  overflow: hidden;
}

.mz-slide__media img {
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
  transition: transform 8s linear;
}

.mz-slide.is-active .mz-slide__media img {
  transform: scale(1.1);
}

.mz-slide__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 18, 28, .94) 0%, rgba(6, 18, 28, .76) 40%, rgba(6, 18, 28, .16) 78%),
    linear-gradient(0deg, rgba(6, 18, 28, .72) 0%, transparent 46%);
}

.mz-slide__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: min(790px, calc(100vh - 90px));
  align-items: center;
  padding: 90px 0 160px;
}

.mz-slide__copy {
  max-width: 850px;
}

.mz-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #ecf4f7;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mz-hero-chip::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--mz-orange);
  box-shadow: 0 0 0 6px rgba(238, 123, 36, .16);
}

.mz-slide h1 {
  max-width: 920px;
  margin: 0 0 24px;
  color: var(--mz-white);
  font-size: clamp(48px, 6.5vw, 92px);
  font-weight: 780;
  letter-spacing: -.055em;
  line-height: .98;
}

.mz-slide h1 em {
  color: var(--mz-orange-2);
  font-style: normal;
}

.mz-slide__copy > p {
  max-width: 700px;
  color: #cfdae0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.mz-slider__controls {
  position: absolute;
  z-index: 5;
  right: max(24px, calc((100vw - 1280px) / 2));
  bottom: 96px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.mz-slider__arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--mz-white);
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mz-slider__arrow:hover {
  background: var(--mz-orange);
  transform: translateY(-2px);
}

.mz-slider__dots {
  display: flex;
  gap: 8px;
  margin-right: 8px;
}

.mz-slider__dot {
  width: 32px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, .34);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}

.mz-slider__dot.is-active {
  width: 54px;
  background: var(--mz-orange);
}

.mz-hero-rail {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  background: rgba(5, 17, 26, .58);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.mz-hero-rail__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mz-hero-stat {
  min-height: 90px;
  padding: 20px 28px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.mz-hero-stat:last-child {
  border-right: 0;
}

.mz-hero-stat strong,
.mz-hero-stat span {
  display: block;
}

.mz-hero-stat strong {
  margin-bottom: 3px;
  color: var(--mz-white);
  font-size: 16px;
}

.mz-hero-stat span {
  color: #aebbc3;
  font-size: 12px;
}

/* Inner page hero */
.mz-page-hero {
  position: relative;
  display: flex;
  min-height: 590px;
  align-items: end;
  color: var(--mz-white);
  background: var(--mz-navy);
  isolation: isolate;
}

.mz-page-hero__media,
.mz-page-hero__media::after,
.mz-page-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mz-page-hero__media img {
  object-fit: cover;
}

.mz-page-hero__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(6, 18, 28, .93), rgba(6, 18, 28, .56) 55%, rgba(6, 18, 28, .18)),
    linear-gradient(0deg, rgba(6, 18, 28, .8), transparent 60%);
}

.mz-page-hero__inner {
  position: relative;
  z-index: 2;
  padding: 110px 0 82px;
}

.mz-breadcrumb {
  display: flex;
  gap: 9px;
  margin-bottom: 24px;
  color: #cbd7dd;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.mz-breadcrumb a {
  color: var(--mz-orange-2) !important;
  text-decoration: none;
}

.mz-page-hero h1 {
  max-width: 930px;
  margin: 0 0 22px;
  color: var(--mz-white);
  font-size: clamp(50px, 7vw, 94px);
  font-weight: 780;
  line-height: .98;
  letter-spacing: -.055em;
}

.mz-page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: #d4dfe4;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

/* Cards, grids and layouts */
.mz-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.mz-service-card {
  position: relative;
  min-height: 330px;
  grid-column: span 4;
  overflow: hidden;
  border: 1px solid rgba(11, 28, 43, .08);
  border-radius: var(--mz-radius);
  background: var(--mz-white);
  box-shadow: var(--mz-soft-shadow);
  isolation: isolate;
}

.mz-service-card--wide {
  grid-column: span 8;
}

.mz-service-card--dark {
  color: var(--mz-white);
  background: var(--mz-navy);
}

.mz-service-card__image,
.mz-service-card__image::after,
.mz-service-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mz-service-card__image img {
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.mz-service-card__image::after {
  content: "";
  background: linear-gradient(0deg, rgba(6, 18, 28, .93), rgba(6, 18, 28, .05) 75%);
}

.mz-service-card:hover .mz-service-card__image img {
  transform: scale(1.055);
}

.mz-service-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  min-height: 330px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}

.mz-service-card:not(.mz-service-card--plain) .mz-service-card__content {
  color: var(--mz-white);
}

.mz-service-card__number {
  position: absolute;
  top: 26px;
  right: 28px;
  color: var(--mz-orange-2);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
}

.mz-service-card h3 {
  margin-bottom: 9px;
  font-size: clamp(24px, 3vw, 38px);
}

.mz-service-card p {
  max-width: 520px;
  margin-bottom: 14px;
  color: inherit;
  font-size: 15px;
  line-height: 1.65;
  opacity: .82;
}

.mz-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--mz-orange-2) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.mz-text-link::after {
  content: "↗";
  transition: transform .2s ease;
}

.mz-text-link:hover::after {
  transform: translate(3px, -3px);
}

.mz-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: clamp(54px, 7vw, 104px);
}

.mz-split--reverse .mz-split__media {
  order: 2;
}

.mz-split__media {
  position: relative;
}

.mz-split__image {
  display: block;
  width: 100%;
  min-height: 580px;
  border-radius: var(--mz-radius);
  object-fit: cover;
  box-shadow: var(--mz-shadow);
}

.mz-image-badge {
  position: absolute;
  right: -24px;
  bottom: 38px;
  width: min(270px, 68%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 20px;
  color: var(--mz-white);
  background: rgba(11, 28, 43, .9);
  box-shadow: var(--mz-soft-shadow);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.mz-image-badge strong,
.mz-image-badge span {
  display: block;
}

.mz-image-badge strong {
  margin-bottom: 5px;
  color: var(--mz-orange-2);
  font-size: 28px;
}

.mz-image-badge span {
  color: #d6e0e5;
  font-size: 13px;
  line-height: 1.5;
}

.mz-check-list {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.mz-check-list li {
  position: relative;
  padding: 14px 16px 14px 52px;
  border: 1px solid var(--mz-line);
  border-radius: 15px;
  background: rgba(255, 255, 255, .7);
  color: var(--mz-ink);
  font-size: 15px;
  line-height: 1.5;
}

.mz-check-list li::before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  color: var(--mz-white);
  background: var(--mz-teal);
  font-size: 13px;
  font-weight: 900;
}

.mz-section--navy .mz-check-list li,
.mz-section--ink .mz-check-list li {
  border-color: rgba(255, 255, 255, .13);
  color: var(--mz-white);
  background: rgba(255, 255, 255, .06);
}

.mz-info-grid,
.mz-value-grid,
.mz-sector-grid,
.mz-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mz-info-card,
.mz-value-card,
.mz-sector-card {
  position: relative;
  min-height: 250px;
  padding: 30px;
  border: 1px solid var(--mz-line);
  border-radius: var(--mz-radius-sm);
  background: var(--mz-white);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.mz-info-card:hover,
.mz-value-card:hover,
.mz-sector-card:hover {
  border-color: rgba(238, 123, 36, .5);
  box-shadow: var(--mz-soft-shadow);
  transform: translateY(-5px);
}

.mz-info-card__icon,
.mz-value-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 16px;
  color: var(--mz-navy);
  background: #fde8d8;
  font-size: 22px;
  font-weight: 850;
}

.mz-info-card p,
.mz-value-card p,
.mz-sector-card p {
  color: var(--mz-muted);
  font-size: 15px;
  line-height: 1.7;
}

.mz-info-card h3,
.mz-value-card h3,
.mz-sector-card h3 {
  font-size: 23px;
}

.mz-card-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #10594f;
  background: #dff7f2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Process */
.mz-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  counter-reset: mz-step;
}

.mz-process__step {
  position: relative;
  min-height: 250px;
  padding: 30px 25px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  counter-increment: mz-step;
}

.mz-process__step::before {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  content: "0" counter(mz-step);
  color: var(--mz-orange-2);
  background: rgba(255, 255, 255, .04);
  font-size: 12px;
  font-weight: 850;
}

.mz-process__step::after {
  position: absolute;
  top: -4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--mz-orange);
}

.mz-process__step h3 {
  font-size: 20px;
}

.mz-process__step p {
  color: #aebbc3;
  font-size: 14px;
  line-height: 1.65;
}

/* Project gallery */
.mz-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.mz-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 38px;
}

.mz-filter-btn {
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid var(--mz-line);
  border-radius: 999px;
  color: var(--mz-ink);
  background: var(--mz-white);
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.mz-filter-btn.is-active {
  border-color: var(--mz-navy);
  color: var(--mz-white);
  background: var(--mz-navy);
}

.mz-project-card {
  position: relative;
  min-height: 410px;
  grid-column: span 4;
  overflow: hidden;
  border-radius: var(--mz-radius-sm);
  background: var(--mz-navy);
  transition: opacity .25s ease, transform .25s ease;
}

.mz-project-card--wide {
  grid-column: span 8;
}

.mz-project-card[hidden] {
  display: none !important;
}

.mz-project-card img,
.mz-project-card::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.mz-project-card img {
  object-fit: cover;
  transition: transform .55s ease;
}

.mz-project-card::after {
  content: "";
  background: linear-gradient(0deg, rgba(6, 18, 28, .94), transparent 70%);
  pointer-events: none;
}

.mz-project-card:hover img {
  transform: scale(1.05);
}

.mz-project-card__content {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px;
  color: var(--mz-white);
}

.mz-project-card__meta {
  margin-bottom: 8px;
  color: var(--mz-orange-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mz-project-card h3 {
  margin-bottom: 7px;
  color: var(--mz-white);
  font-size: 24px;
}

.mz-project-card p {
  margin: 0;
  color: #cfdae0;
  font-size: 13px;
  line-height: 1.55;
}

.mz-project-card__zoom {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  color: var(--mz-white);
  background: rgba(6, 18, 28, .55);
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.mz-lightbox {
  width: min(1080px, calc(100vw - 36px));
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 22px;
  overflow: hidden;
  color: var(--mz-white);
  background: var(--mz-navy);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .46);
}

.mz-lightbox::backdrop {
  background: rgba(3, 10, 16, .84);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.mz-lightbox img {
  display: block;
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  background: #07131e;
}

.mz-lightbox__caption {
  padding: 18px 68px 20px 22px;
  color: #d9e2e7;
  font-size: 14px;
}

.mz-lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--mz-white);
  background: rgba(6, 18, 28, .82);
  cursor: pointer;
}

/* Capabilities / tender panel */
.mz-capability {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns: .8fr 1.2fr;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 34px;
  background: rgba(255, 255, 255, .045);
}

.mz-capability__intro {
  padding: clamp(38px, 5vw, 68px);
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.mz-capability__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.mz-capability__item {
  min-height: 190px;
  padding: 34px;
  border-right: 1px solid rgba(255, 255, 255, .12);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.mz-capability__item:nth-child(2n) {
  border-right: 0;
}

.mz-capability__item:nth-last-child(-n+2) {
  border-bottom: 0;
}

.mz-capability__item strong {
  display: block;
  margin-bottom: 12px;
  color: var(--mz-orange-2);
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mz-capability__item p {
  margin: 0;
  color: #bdcad4;
  font-size: 14px;
  line-height: 1.7;
}

/* Service detail rows */
.mz-service-detail {
  display: grid;
  min-height: 600px;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--mz-line);
}

.mz-service-detail:last-child {
  border-bottom: 1px solid var(--mz-line);
}

.mz-service-detail:nth-child(even) .mz-service-detail__media {
  order: 2;
}

.mz-service-detail__media {
  min-height: 560px;
  overflow: hidden;
}

.mz-service-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}

.mz-service-detail:hover .mz-service-detail__media img {
  transform: scale(1.035);
}

.mz-service-detail__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 90px);
  background: var(--mz-white);
}

.mz-service-detail__content h2 {
  font-size: clamp(36px, 4.8vw, 58px);
}

.mz-service-detail__content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 24px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.mz-service-detail__content li {
  position: relative;
  padding-left: 20px;
  color: var(--mz-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mz-service-detail__content li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: "";
  background: var(--mz-orange);
}

/* Blog cards and article */
.mz-post-card {
  overflow: hidden;
  border: 1px solid var(--mz-line);
  border-radius: var(--mz-radius-sm);
  background: var(--mz-white);
  box-shadow: 0 10px 24px rgba(11, 28, 43, .06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.mz-post-card:hover {
  box-shadow: var(--mz-soft-shadow);
  transform: translateY(-5px);
}

.mz-post-card__image {
  display: block;
  height: 235px;
  overflow: hidden;
}

.mz-post-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.mz-post-card:hover .mz-post-card__image img {
  transform: scale(1.045);
}

.mz-post-card__content {
  padding: 26px;
}

.mz-post-card__meta {
  margin-bottom: 13px;
  color: #9a490f;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mz-post-card h3 {
  font-size: 24px;
  line-height: 1.18;
}

.mz-post-card h3 a {
  color: var(--mz-ink) !important;
  text-decoration: none;
}

.mz-post-card p {
  color: var(--mz-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mz-article-hero {
  padding: clamp(88px, 10vw, 150px) 0 74px;
  color: var(--mz-white);
  background:
    radial-gradient(circle at 80% 20%, rgba(22, 184, 166, .16), transparent 30%),
    var(--mz-navy);
}

.mz-article-hero h1 {
  max-width: 1050px;
  margin: 22px 0 26px;
  color: var(--mz-white);
  font-size: clamp(46px, 6.5vw, 84px);
}

.mz-article-hero p {
  max-width: 760px;
  color: #c5d1d8;
  font-size: 20px;
}

.mz-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: var(--mz-orange-2);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mz-article-body {
  width: min(860px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 112px) 0;
}

.mz-article-body > p:first-of-type {
  color: var(--mz-ink);
  font-size: clamp(20px, 2.5vw, 26px);
  line-height: 1.6;
}

.mz-article-body h2 {
  margin: 58px 0 20px;
  font-size: clamp(32px, 4.5vw, 49px);
}

.mz-article-body h3 {
  margin: 38px 0 14px;
  font-size: 26px;
}

.mz-article-body p,
.mz-article-body li {
  color: #3f4e5a;
  font-size: 17px;
  line-height: 1.85;
}

.mz-article-body li + li {
  margin-top: 10px;
}

.mz-article-image {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.mz-article-image img {
  display: block;
  width: 100%;
  max-height: 680px;
  border-radius: var(--mz-radius);
  object-fit: cover;
  box-shadow: var(--mz-shadow);
}

.mz-note {
  margin: 38px 0;
  padding: 28px 30px;
  border-left: 4px solid var(--mz-orange);
  border-radius: 0 18px 18px 0;
  background: var(--mz-cream);
}

.mz-note strong {
  display: block;
  margin-bottom: 7px;
  color: var(--mz-navy);
  font-size: 18px;
}

.mz-note p:last-child {
  margin-bottom: 0;
}

/* FAQ */
.mz-faqs {
  border-top: 1px solid var(--mz-line);
}

.mz-faqs details {
  border-bottom: 1px solid var(--mz-line);
}

.mz-faqs summary {
  position: relative;
  padding: 25px 62px 25px 0;
  color: var(--mz-ink);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 750;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.mz-faqs summary::-webkit-details-marker {
  display: none;
}

.mz-faqs summary::after {
  position: absolute;
  top: 20px;
  right: 0;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  content: "+";
  color: var(--mz-white);
  background: var(--mz-navy);
  font-size: 22px;
  font-weight: 400;
  transition: transform .2s ease, background .2s ease;
}

.mz-faqs details[open] summary::after {
  background: var(--mz-orange);
  transform: rotate(45deg);
}

.mz-faqs details > div {
  max-width: 850px;
  padding: 0 0 26px;
  color: var(--mz-muted);
}

.mz-faqs details > div p {
  font-size: 16px;
  line-height: 1.75;
}

/* Contact */
.mz-contact-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(34px, 6vw, 80px);
  align-items: start;
}

.mz-contact-details {
  position: sticky;
  top: 120px;
}

.mz-contact-card {
  padding: 28px;
  border: 1px solid var(--mz-line);
  border-radius: var(--mz-radius-sm);
  background: var(--mz-white);
}

.mz-contact-card + .mz-contact-card {
  margin-top: 14px;
}

.mz-contact-card strong {
  display: block;
  margin-bottom: 7px;
  color: var(--mz-navy);
  font-size: 18px;
}

.mz-contact-card p {
  margin-bottom: 10px;
  color: var(--mz-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mz-contact-card a {
  color: #9a490f !important;
  font-weight: 800;
  text-decoration: none;
}

.mz-contact-form-wrap {
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid var(--mz-line);
  border-radius: var(--mz-radius);
  background: var(--mz-white);
  box-shadow: var(--mz-soft-shadow);
}

.mz-contact-form-wrap > h2 {
  font-size: clamp(36px, 5vw, 56px);
}

.mz-contact-form {
  margin-top: 34px;
}

.mz-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 19px;
}

.mz-contact-form label > span {
  display: block;
  margin-bottom: 8px;
  color: var(--mz-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .025em;
}

.mz-contact-form input,
.mz-contact-form select,
.mz-contact-form textarea {
  width: 100%;
  border: 1px solid #cfd8de;
  border-radius: 13px;
  outline: 0;
  color: var(--mz-ink);
  background: #fafcfd;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.mz-contact-form input,
.mz-contact-form select {
  height: 54px;
  padding: 0 15px;
}

.mz-contact-form textarea {
  min-height: 176px;
  padding: 15px;
  resize: vertical;
}

.mz-contact-form input:focus,
.mz-contact-form select:focus,
.mz-contact-form textarea:focus {
  border-color: var(--mz-orange);
  background: var(--mz-white);
  box-shadow: 0 0 0 4px rgba(238, 123, 36, .12);
}

.mz-form-full {
  display: block;
  margin-top: 19px;
}

.mz-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 16px;
}

.mz-check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--mz-orange);
}

.mz-check span {
  margin: 0 !important;
  color: var(--mz-muted) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.5;
}

.mz-form-submit {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
}

.mz-form-submit p {
  max-width: 260px;
  margin: 0;
  color: var(--mz-muted);
  font-size: 11px;
  line-height: 1.5;
}

.mz-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mz-form-notice {
  margin-bottom: 24px;
  padding: 17px 19px;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1.55;
}

.mz-form-notice--success {
  border: 1px solid #9fd8cc;
  color: #12564d;
  background: #e5f8f4;
}

.mz-form-notice--error {
  border: 1px solid #efc0b1;
  color: #7d2b14;
  background: #fff0eb;
}

/* CTA band */
.mz-cta-band {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 86px);
  border-radius: 34px;
  color: var(--mz-white);
  background:
    linear-gradient(115deg, rgba(11, 28, 43, .98), rgba(19, 43, 64, .88)),
    var(--mz-navy);
  box-shadow: var(--mz-shadow);
}

.mz-cta-band::after {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 360px;
  height: 360px;
  border: 64px solid rgba(238, 123, 36, .16);
  border-radius: 50%;
  content: "";
}

.mz-cta-band__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.mz-cta-band h2 {
  max-width: 760px;
  margin-bottom: 12px;
  color: var(--mz-white);
  font-size: clamp(38px, 5vw, 62px);
}

.mz-cta-band p {
  max-width: 660px;
  margin: 0;
  color: #c6d3da;
}

.mz-cta-band .mz-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

/* Footer */
.mz-footer {
  position: relative;
  overflow: hidden;
  padding: 88px 0 24px;
  color: #c4d0d7;
  background: #07131e;
}

.mz-footer__flare {
  position: absolute;
  top: -160px;
  right: 4%;
  width: 460px;
  height: 460px;
  border: 90px solid rgba(238, 123, 36, .09);
  border-radius: 50%;
}

.mz-footer__lead {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 42px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.mz-footer__lead h2 {
  margin-bottom: 0;
  color: var(--mz-white);
  font-size: clamp(40px, 5vw, 68px);
}

.mz-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.mz-footer__grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 54px;
  padding: 64px 0 54px;
}

.mz-footer__about {
  max-width: 390px;
}

.mz-footer__mark {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 15px;
  color: var(--mz-white);
  background: linear-gradient(135deg, var(--mz-orange), #a7470a);
  font-size: 26px;
  font-weight: 850;
}

.mz-footer__about strong {
  display: block;
  margin-bottom: 12px;
  color: var(--mz-white);
  font-size: 19px;
}

.mz-footer p,
.mz-footer a,
.mz-footer span {
  font-size: 13px;
  line-height: 1.75;
}

.mz-footer h3 {
  margin-bottom: 20px;
  color: var(--mz-white);
  font-size: 14px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mz-footer__grid a,
.mz-footer__grid span {
  display: block;
  margin-bottom: 8px;
  color: #aebdc6 !important;
  text-decoration: none;
}

.mz-footer__grid a:hover {
  color: var(--mz-orange-2) !important;
}

.mz-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #81919c;
}

.mz-floating-actions {
  position: fixed;
  z-index: 10020;
  right: 18px;
  bottom: 18px;
  display: flex;
  gap: 10px;
}

.mz-float {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
  color: var(--mz-white) !important;
  font-size: 12px;
  text-decoration: none !important;
}

.mz-float--phone {
  background: var(--mz-navy);
}

.mz-float--whatsapp {
  background: #168b61;
}

/* Reveal animation */
.mz-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

.mz-reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Responsive */
@media (max-width: 1120px) {
  .mz-header__inner {
    grid-template-columns: 158px 1fr auto;
    gap: 20px;
  }

  .mz-brand img {
    width: 154px;
  }

  .mz-nav {
    gap: 16px;
  }

  .mz-header__cta {
    display: none;
  }

  .mz-process {
    grid-template-columns: repeat(3, 1fr);
  }

  .mz-process__step:nth-child(n+4) {
    border-top: 1px solid rgba(255, 255, 255, .2);
  }
}

@media (max-width: 900px) {
  .mz-container,
  .mz-narrow,
  .mz-article-body,
  .mz-article-image {
    width: min(100% - 36px, 1280px);
  }

  .mz-header__inner {
    display: flex;
    min-height: 76px;
    justify-content: space-between;
  }

  .mz-brand img {
    width: 146px;
    height: 52px;
  }

  .mz-menu-toggle {
    display: inline-flex;
  }

  .mz-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    left: 18px;
    display: none;
    overflow: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--mz-line);
    border-radius: 20px;
    background: rgba(255, 255, 255, .985);
    box-shadow: var(--mz-shadow);
  }

  .mz-header.is-menu-open .mz-nav {
    display: flex;
  }

  .mz-nav a {
    padding: 14px 15px;
    border-radius: 11px;
    font-size: 15px;
  }

  .mz-nav a::after {
    display: none;
  }

  .mz-nav a.is-current {
    color: var(--mz-white) !important;
    background: var(--mz-navy);
  }

  .mz-kicker-row,
  .mz-split,
  .mz-contact-layout,
  .mz-cta-band__inner,
  .mz-footer__lead {
    grid-template-columns: 1fr;
    align-items: start;
    flex-direction: column;
  }

  .mz-kicker-row {
    display: grid;
    gap: 14px;
  }

  .mz-split--reverse .mz-split__media {
    order: initial;
  }

  .mz-image-badge {
    right: 18px;
  }

  .mz-service-card,
  .mz-service-card--wide,
  .mz-project-card,
  .mz-project-card--wide {
    grid-column: span 6;
  }

  .mz-info-grid,
  .mz-value-grid,
  .mz-sector-grid,
  .mz-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mz-capability {
    grid-template-columns: 1fr;
  }

  .mz-capability__intro {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .mz-service-detail {
    grid-template-columns: 1fr;
  }

  .mz-service-detail:nth-child(even) .mz-service-detail__media {
    order: initial;
  }

  .mz-service-detail__media {
    min-height: 440px;
  }

  .mz-contact-details {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .mz-contact-card + .mz-contact-card {
    margin-top: 0;
  }

  .mz-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .mz-container,
  .mz-narrow,
  .mz-article-body,
  .mz-article-image {
    width: calc(100% - 28px);
  }

  body.admin-bar .mz-header {
    top: 46px;
  }

  .mz-topbar__inner {
    min-height: 34px;
    justify-content: center;
    text-align: center;
  }

  .mz-topbar__inner > span,
  .mz-topbar__links a:first-child {
    display: none;
  }

  .mz-topbar__links {
    gap: 12px;
  }

  .mz-section {
    padding: 76px 0;
  }

  .mz-section--tight {
    padding: 58px 0;
  }

  .mz-page p,
  .mz-page li {
    font-size: 16px;
  }

  .mz-slider,
  .mz-slide__content {
    min-height: 700px;
  }

  .mz-slide__content {
    align-items: flex-start;
    padding: 84px 0 170px;
  }

  .mz-slide h1 {
    font-size: clamp(43px, 13vw, 64px);
  }

  .mz-slide__copy > p {
    font-size: 17px;
    line-height: 1.55;
  }

  .mz-slide__media::after {
    background:
      linear-gradient(90deg, rgba(6, 18, 28, .91), rgba(6, 18, 28, .55)),
      linear-gradient(0deg, rgba(6, 18, 28, .78), transparent 55%);
  }

  .mz-actions {
    width: 100%;
  }

  .mz-actions .mz-btn {
    flex: 1 1 100%;
  }

  .mz-slider__controls {
    right: 14px;
    bottom: 116px;
  }

  .mz-slider__arrow {
    width: 42px;
    height: 42px;
  }

  .mz-slider__dots {
    display: none;
  }

  .mz-hero-stat {
    min-height: 88px;
    padding: 16px 12px;
  }

  .mz-hero-stat strong {
    font-size: 13px;
    line-height: 1.25;
  }

  .mz-hero-stat span {
    display: none;
  }

  .mz-page-hero {
    min-height: 520px;
  }

  .mz-page-hero__inner {
    padding: 90px 0 56px;
  }

  .mz-page-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .mz-page-hero p {
    font-size: 17px;
  }

  .mz-bento,
  .mz-gallery {
    gap: 14px;
  }

  .mz-service-card,
  .mz-service-card--wide,
  .mz-project-card,
  .mz-project-card--wide {
    min-height: 370px;
    grid-column: 1 / -1;
  }

  .mz-service-card__content {
    min-height: 370px;
    padding: 24px;
  }

  .mz-split__image {
    min-height: 430px;
  }

  .mz-image-badge {
    right: 14px;
    bottom: 14px;
    width: calc(100% - 28px);
  }

  .mz-info-grid,
  .mz-value-grid,
  .mz-sector-grid,
  .mz-post-grid,
  .mz-contact-details,
  .mz-form-grid {
    grid-template-columns: 1fr;
  }

  .mz-info-card,
  .mz-value-card,
  .mz-sector-card {
    min-height: 0;
  }

  .mz-process {
    grid-template-columns: 1fr;
  }

  .mz-process__step {
    min-height: 0;
    padding: 26px 0 30px 68px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .2);
  }

  .mz-process__step::before {
    position: absolute;
    top: 20px;
    left: 17px;
    width: 38px;
    height: 38px;
    margin: 0;
  }

  .mz-process__step::after {
    top: 0;
    left: -4px;
  }

  .mz-capability__list {
    grid-template-columns: 1fr;
  }

  .mz-capability__item,
  .mz-capability__item:nth-child(2n),
  .mz-capability__item:nth-last-child(-n+2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .mz-capability__item:last-child {
    border-bottom: 0;
  }

  .mz-service-detail__media {
    min-height: 350px;
  }

  .mz-service-detail__content {
    padding: 44px 22px 54px;
  }

  .mz-service-detail__content ul {
    grid-template-columns: 1fr;
  }

  .mz-post-card__image {
    height: 220px;
  }

  .mz-article-hero {
    padding: 78px 0 58px;
  }

  .mz-article-hero h1 {
    font-size: clamp(42px, 12vw, 60px);
  }

  .mz-article-body {
    padding: 64px 0;
  }

  .mz-contact-form-wrap {
    padding: 26px 18px;
  }

  .mz-form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .mz-form-submit p {
    max-width: none;
  }

  .mz-cta-band {
    padding: 40px 24px;
    border-radius: 25px;
  }

  .mz-cta-band .mz-actions {
    width: 100%;
    margin-top: 20px;
  }

  .mz-footer {
    padding-top: 70px;
  }

  .mz-footer__lead {
    align-items: stretch;
    padding-bottom: 44px;
  }

  .mz-footer__actions .mz-btn {
    width: 100%;
  }

  .mz-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 46px 0;
  }

  .mz-footer__bottom {
    flex-direction: column;
    gap: 6px;
  }

  .mz-floating-actions {
    right: 12px;
    bottom: 12px;
  }

  .mz-float {
    min-width: 48px;
    padding: 12px 14px;
  }

  .mz-float b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mz-reveal {
    opacity: 1;
    transform: none;
  }

  .mz-slide,
  .mz-slide__media img,
  .mz-service-card__image img,
  .mz-project-card img,
  .mz-post-card,
  .mz-btn {
    transition: none !important;
  }

  html {
    scroll-behavior: auto !important;
  }
}

