:root {
  --mt-navy: #052a4e;
  --mt-deep: #031b33;
  --mt-blue: #0b67a6;
  --mt-accent: #ffb30f;
  --mt-text: #102843;
  --mt-muted: #5c6b7c;
  --mt-line: #dde5ec;
  --mt-mist: #f5f8fb;
  --mt-white: #ffffff;
  --mt-shadow: 0 18px 55px rgba(3, 27, 51, 0.1);
  --mt-radius: 10px;
  --mt-container: min(1280px, calc(100vw - 48px));
}

body {
  color: var(--mt-text);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}

a {
  text-underline-offset: 0.18em;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--mt-accent);
  outline-offset: 4px;
}

.mt-container {
  width: var(--mt-container);
  margin-inline: auto;
}

.mt-icon {
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  vertical-align: -0.25em;
}

.mt-site-header {
  position: relative;
  z-index: 50;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid rgba(5, 42, 78, 0.1);
  background: var(--mt-white);
  color: var(--mt-navy);
  box-shadow: 0 8px 28px rgba(3, 27, 51, 0.08);
}

.home .mt-site-header {
  position: absolute;
  inset: 0 0 auto;
  background: var(--mt-white);
}

.admin-bar.home .mt-site-header {
  top: 32px;
}

.mt-header-inner {
  width: var(--mt-container);
  min-height: 76px;
  margin-inline: auto !important;
  gap: clamp(1rem, 3vw, 3rem);
}

.mt-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 200px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.mt-brand__image {
  display: block;
  width: auto;
  max-width: 220px;
  max-height: 76px;
  object-fit: contain;
}

.mt-brand__mark {
  display: inline-flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 950;
  letter-spacing: -0.16em;
  transform: skew(-7deg);
}

.mt-brand__mark > span {
  display: grid;
  width: 1em;
  height: 1em;
  margin: 0 0.08em;
  place-items: center;
  border-radius: 50%;
  background: var(--mt-accent);
  color: var(--mt-blue);
}

.mt-brand__mark .mt-icon {
  width: 0.7em;
  height: 0.7em;
}

.mt-brand__copy {
  display: grid;
  gap: 3px;
}

.mt-brand__copy strong {
  color: var(--mt-accent);
  font-size: 1.04rem;
  letter-spacing: -0.04em;
}

.mt-brand__copy small {
  max-width: 118px;
  color: #fff;
  font-size: 0.42rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.mt-primary-nav {
  flex: 1;
}

.mt-primary-nav .wp-block-navigation-item__content {
  position: relative;
  padding: 10px 0 !important;
  color: var(--mt-navy) !important;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.mt-site-header .mt-brand {
  color: var(--mt-navy);
}

.mt-site-header .mt-brand__copy strong,
.mt-site-header .mt-brand__copy small {
  color: var(--mt-navy);
}

.mt-header-style-original .mt-site-header {
  border-bottom-color: transparent;
  background: var(--mt-deep);
  color: var(--mt-white);
  box-shadow: none;
}

.home.mt-header-style-original .mt-site-header {
  background: linear-gradient(180deg, rgba(1, 18, 35, 0.84), rgba(1, 18, 35, 0));
}

.mt-header-style-original .mt-site-header .mt-brand {
  color: #fff;
}

.mt-header-style-original .mt-site-header .mt-brand__copy strong {
  color: var(--mt-accent);
}

.mt-header-style-original .mt-site-header .mt-brand__copy small,
.mt-header-style-original .mt-primary-nav .wp-block-navigation-item__content {
  color: #fff !important;
}

.mt-primary-nav .wp-block-navigation-item__content::after {
  position: absolute;
  right: 100%;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--mt-accent);
  content: "";
  transition: right 180ms ease;
}

.mt-primary-nav .wp-block-navigation-item__content:hover::after,
.mt-primary-nav .wp-block-navigation-item__content:focus-visible::after {
  right: 0;
}

.mt-header-cta {
  flex: 0 0 auto;
}

.mt-header-cta .wp-block-button__link {
  padding: 0.95rem 1.25rem;
  text-transform: uppercase;
  box-shadow: 0 10px 28px rgba(255, 179, 15, 0.2);
}

.mt-home {
  margin: 0 !important;
}

.mt-hero {
  position: relative;
  display: grid;
  min-height: clamp(720px, 76vh, 880px);
  align-items: center;
  overflow: hidden;
  background-color: var(--mt-deep);
  background-image: var(--mt-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.mt-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 23, 44, 0.98) 0%, rgba(3, 36, 66, 0.86) 32%, rgba(3, 37, 68, 0.24) 68%, rgba(3, 25, 47, 0.18) 100%),
    linear-gradient(0deg, rgba(2, 23, 44, 0.45), transparent 38%);
}

.mt-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 148px;
  padding-bottom: 54px;
}

.mt-eyebrow {
  margin: 0 0 0.65rem;
  color: var(--mt-accent);
  font-size: clamp(0.68rem, 1vw, 0.82rem);
  font-weight: 850;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.mt-hero h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.65rem, 4.1vw, 4.1rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.mt-hero__lead {
  max-width: 610px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.65;
}

.mt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1.9rem;
}

.mt-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0.9rem 1.45rem;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.mt-button:hover {
  transform: translateY(-2px);
}

.mt-button .mt-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.mt-button--primary {
  background: var(--mt-accent);
  color: var(--mt-navy);
  box-shadow: 0 12px 28px rgba(255, 179, 15, 0.18);
}

.mt-button--primary:hover {
  background: #ffc13d;
  box-shadow: 0 16px 34px rgba(255, 179, 15, 0.28);
  color: var(--mt-navy);
}

.mt-button--ghost {
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(2, 26, 49, 0.24);
  color: #fff;
  backdrop-filter: blur(8px);
}

.mt-button--ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.mt-hero__trust {
  display: flex;
  padding: 0;
  margin: clamp(3rem, 7vh, 5.5rem) 0 0;
  flex-wrap: wrap;
  gap: 20px 46px;
  list-style: none;
}

.mt-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.84rem;
  font-weight: 600;
}

.mt-hero__trust .mt-icon {
  color: var(--mt-accent);
}

.mt-section {
  position: relative;
  padding: clamp(4.5rem, 7vw, 7.25rem) 0;
}

.mt-section-heading {
  max-width: 900px;
  margin: 0 auto clamp(2.3rem, 4vw, 3.4rem);
  text-align: center;
}

.mt-section-heading h2 {
  margin: 0;
  color: var(--mt-navy);
  font-size: clamp(1.85rem, 3.2vw, 3rem);
  letter-spacing: -0.035em;
}

.mt-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mt-services-intro {
  max-width: 820px;
  margin: 1rem auto 0;
  color: var(--mt-muted);
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.7;
}

.mt-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--mt-line);
  border-radius: var(--mt-radius);
  background: #fff;
  box-shadow: 0 8px 28px rgba(4, 39, 71, 0.045);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.mt-service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(11, 103, 166, 0.34);
  box-shadow: var(--mt-shadow);
}

.mt-service-card__edit {
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background: var(--mt-navy);
  color: #fff;
  box-shadow: 0 6px 18px rgba(3, 31, 59, 0.28);
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease;
}

.mt-service-card__edit:hover,
.mt-service-card__edit:focus-visible {
  background: var(--mt-blue);
  color: #fff;
}

.mt-service-card:hover .mt-service-card__edit,
.mt-service-card__edit:focus-visible {
  opacity: 1;
  transform: none;
}

.mt-service-card__edit .mt-icon {
  width: 19px;
  height: 19px;
}

@media (hover: none) {
  .mt-service-card__edit {
    opacity: 1;
    transform: none;
  }
}

.mt-service-card__media {
  aspect-ratio: 1.55;
  overflow: hidden;
  background: #dce7f0;
}

.mt-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.mt-service-card:hover .mt-service-card__media img {
  transform: scale(1.04);
}

.mt-service-card__icon {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  margin: -24px 0 -24px 20px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--mt-blue);
  color: #fff;
  box-shadow: 0 5px 16px rgba(3, 31, 59, 0.18);
}

.mt-service-card__icon .mt-icon {
  width: 24px;
  height: 24px;
}

.mt-service-card__icon > img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  transition: none;
}

.mt-service-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.2rem 1.35rem 1.6rem;
}

.mt-service-card__quote {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 0;
  margin-top: auto;
  border: 0;
  border-bottom: 2px solid var(--mt-accent);
  background: transparent;
  color: var(--mt-navy);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
}

.mt-service-card__quote .mt-icon {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.mt-service-card__quote:hover .mt-icon,
.mt-service-card__quote:focus-visible .mt-icon {
  transform: translateX(4px);
}

.mt-service-card__quote:focus-visible {
  outline: 3px solid rgba(11, 103, 166, 0.2);
  outline-offset: 4px;
}

.mt-service-card__body .mt-rich-text + .mt-service-card__quote {
  margin-top: 1.25rem;
}

.mt-service-card__body .mt-rich-text {
  flex: 1;
}

body.mt-service-quote-open {
  overflow: hidden;
}

.mt-service-quote[hidden],
.mt-service-quote [hidden] {
  display: none !important;
}

.mt-service-quote {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: 1.25rem;
  place-items: center;
}

.mt-service-quote__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 24, 45, 0.78);
  backdrop-filter: blur(5px);
}

.mt-service-quote__dialog {
  position: relative;
  z-index: 1;
  width: min(680px, 100%);
  max-height: calc(100vh - 2.5rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 20, 42, 0.35);
}

.mt-service-quote__dialog h2 {
  margin: 0.25rem 0 0.65rem;
  color: var(--mt-navy);
  font-size: clamp(1.65rem, 4vw, 2.25rem);
}

.mt-service-quote__dialog > div > p:not(.mt-eyebrow),
.mt-service-quote__success > p {
  margin: 0 0 1.5rem;
  color: #526476;
  line-height: 1.65;
}

.mt-service-quote__close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #eef3f7;
  color: var(--mt-navy);
  cursor: pointer;
}

.mt-service-quote__close .mt-icon {
  width: 21px;
  height: 21px;
}

.mt-service-quote__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.mt-service-quote__form label {
  display: grid;
  gap: 0.4rem;
  color: var(--mt-navy);
  font-size: 0.82rem;
  font-weight: 750;
}

.mt-service-quote__form input,
.mt-service-quote__form select,
.mt-service-quote__form textarea {
  width: 100%;
  padding: 0.78rem 0.9rem;
  border: 1px solid #cbd7e2;
  border-radius: 8px;
  background: #fff;
  color: #172c40;
  font: inherit;
}

.mt-service-quote__form input[readonly] {
  background: #f2f6f9;
}

.mt-service-quote__form input:focus,
.mt-service-quote__form select:focus,
.mt-service-quote__form textarea:focus {
  border-color: var(--mt-blue);
  outline: 3px solid rgba(11, 103, 166, 0.14);
}

.mt-phone-field {
  display: grid;
  grid-template-columns: 30px minmax(92px, 0.85fr) minmax(105px, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid #cbd7e2;
  border-radius: 8px;
  background: #fff;
}

.mt-phone-field:focus-within {
  border-color: var(--mt-blue);
  outline: 3px solid rgba(11, 103, 166, 0.14);
}

.mt-phone-field__flag {
  padding-left: 0.65rem;
  font-size: 1.15rem;
  line-height: 1;
}

.mt-service-quote__form .mt-phone-field select,
.mt-service-quote__form .mt-phone-field input {
  min-width: 0;
  padding: 0.78rem 0.45rem;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.mt-service-quote__form .mt-phone-field select {
  padding-left: 0.25rem;
  border-right: 1px solid #dbe3ea;
  background: #f5f8fa;
  color: var(--mt-navy);
  font-weight: 700;
}

.mt-service-quote__form .mt-phone-field input:focus,
.mt-service-quote__form .mt-phone-field select:focus {
  border-color: transparent;
  outline: 0;
}

.mt-service-quote__message,
.mt-service-quote__status,
.mt-service-quote__form .mt-button {
  grid-column: 1 / -1;
}

.mt-service-quote__website {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.mt-service-quote__status {
  min-height: 1.3em;
  margin: 0;
  color: #466175;
  font-size: 0.86rem;
}

.mt-service-quote__status.is-error {
  color: #b42318;
}

.mt-service-quote__form .mt-button {
  width: 100%;
  justify-content: center;
}

.mt-service-quote__form .mt-button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.mt-service-quote__success {
  padding: 1.25rem 0 0.5rem;
  text-align: center;
}

.mt-service-quote__success-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 1.25rem;
  place-items: center;
  border-radius: 50%;
  background: #e8f7ee;
  color: #168447;
}

.mt-service-quote__success-icon .mt-icon {
  width: 38px;
  height: 38px;
  stroke-width: 2.5;
}

.mt-service-quote__whatsapp {
  justify-content: center;
  background: #25d366;
  color: #062c19;
}

.mt-service-quote__finish {
  display: block;
  padding: 0.6rem 1rem;
  margin: 0.85rem auto 0;
  border: 0;
  background: transparent;
  color: var(--mt-navy);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

@media (max-width: 620px) {
  .mt-service-quote {
    padding: 0;
    align-items: end;
  }

  .mt-service-quote__dialog {
    width: 100%;
    max-height: 92vh;
    padding: 1.5rem 1.1rem;
    border-radius: 18px 18px 0 0;
  }

  .mt-service-quote__form {
    grid-template-columns: 1fr;
  }

  .mt-service-quote__form > * {
    grid-column: 1;
  }
}

.mt-service-card h3 {
  margin: 0 0 1rem;
  color: var(--mt-navy);
  font-size: 0.92rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.mt-rich-text {
  color: #293d52;
  font-size: 0.82rem;
  line-height: 1.6;
}

.mt-rich-text > :first-child {
  margin-top: 0;
}

.mt-rich-text > :last-child {
  margin-bottom: 0;
}

.mt-rich-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mt-rich-text li {
  position: relative;
  padding-left: 0.9rem;
  margin-bottom: 0.75rem;
}

.mt-rich-text li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--mt-navy);
  content: "•";
}

.mt-special-strip {
  display: grid;
  padding: 1.45rem clamp(1.2rem, 4vw, 3rem);
  margin-top: 28px;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  border: 1px solid #e5ebf0;
  border-radius: var(--mt-radius);
  background: linear-gradient(110deg, #fbfcfd, #f3f6f9);
}

.mt-special-strip > div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.mt-special-strip > div > span {
  display: grid;
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  place-items: center;
  color: var(--mt-accent);
}

.mt-special-strip > div:nth-child(2) > span {
  color: #73bd2b;
}

.mt-special-strip .mt-icon {
  width: 54px;
  height: 54px;
  stroke-width: 1.5;
}

.mt-special-strip h3 {
  margin: 0 0 0.3rem;
  color: var(--mt-navy);
  font-size: 0.94rem;
  text-transform: uppercase;
}

.mt-special-strip p {
  margin: 0;
  color: #394b5e;
  font-size: 0.8rem;
  line-height: 1.5;
}

.mt-service-commitment {
  display: flex;
  align-items: center;
  max-width: 980px;
  padding: 1.4rem clamp(1.25rem, 3vw, 2.25rem);
  margin: 28px auto 0;
  gap: 1.25rem;
  border: 1px solid rgba(11, 103, 166, 0.18);
  border-radius: var(--mt-radius);
  background: linear-gradient(110deg, #f8fbfd, #eef5fa);
}

.mt-service-commitment > span {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--mt-navy);
  color: var(--mt-accent);
}

.mt-service-commitment .mt-icon {
  width: 28px;
  height: 28px;
}

.mt-service-commitment p {
  margin: 0;
  color: var(--mt-navy);
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  font-weight: 700;
  line-height: 1.6;
}

.mt-why {
  overflow: hidden;
  padding-bottom: 0;
  background:
    linear-gradient(rgba(17, 89, 140, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 89, 140, 0.13) 1px, transparent 1px),
    radial-gradient(circle at 50% 10%, #0a477b 0%, var(--mt-navy) 42%, var(--mt-deep) 100%);
  background-size: 64px 64px, 64px 64px, auto;
  color: #fff;
}

.mt-section-heading--light h2 {
  color: #fff;
}

.mt-benefit-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 4.5rem;
}

.mt-benefit-grid article {
  text-align: center;
}

.mt-benefit-grid article > span {
  display: grid;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  place-items: center;
  color: var(--mt-accent);
}

.mt-benefit-grid article > span .mt-icon {
  width: 52px;
  height: 52px;
  stroke-width: 1.55;
}

.mt-benefit-grid h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-size: 0.96rem;
}

.mt-benefit-grid p {
  max-width: 200px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.8rem;
  line-height: 1.55;
}

.mt-stats {
  position: relative;
  z-index: 2;
  display: grid;
  padding: 1.8rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-radius: var(--mt-radius) var(--mt-radius) 0 0;
  background: #fff;
  color: var(--mt-navy);
  box-shadow: 0 -12px 36px rgba(1, 15, 29, 0.12);
}

.mt-stat {
  display: flex;
  min-width: 0;
  padding: 0.5rem 1.3rem;
  align-items: center;
  gap: 14px;
  border-right: 1px solid var(--mt-line);
}

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

.mt-stat > span {
  color: var(--mt-blue);
}

.mt-stat > span .mt-icon {
  width: 42px;
  height: 42px;
  stroke-width: 1.4;
}

.mt-stat strong,
.mt-stat small {
  display: block;
}

.mt-stat strong {
  margin-bottom: 3px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1;
}

.mt-stat small {
  color: #526476;
  font-size: 0.62rem;
  line-height: 1.35;
}

.mt-credentials {
  background: #fff;
}

.mt-credentials-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 2fr);
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
}

.mt-credentials-copy {
  color: #31475c;
  font-size: 0.88rem;
  line-height: 1.65;
}

.mt-credentials-copy ul {
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.mt-credentials-copy li {
  display: flex;
  margin: 0.65rem 0;
  align-items: flex-start;
  gap: 8px;
}

.mt-credentials-copy .mt-icon {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background: var(--mt-blue);
  color: #fff;
  stroke-width: 3;
}

.mt-credential-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--mt-line);
  border-radius: var(--mt-radius);
  box-shadow: 0 8px 32px rgba(3, 31, 59, 0.04);
}

.mt-credential-logos {
  display: grid;
  padding-bottom: 2rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--mt-line);
}

.mt-credential-logos > div {
  display: grid;
  min-height: 66px;
  place-items: center;
  color: var(--mt-blue);
  text-align: center;
}

.mt-credential-logos > div:nth-child(3n) {
  color: #d92c3b;
}

.mt-credential-logos > div:nth-child(4n) {
  color: #2f9e54;
}

.mt-credential-logos strong {
  font-size: clamp(0.9rem, 1.5vw, 1.3rem);
  line-height: 1;
}

.mt-credential-logos small {
  font-size: 0.46rem;
}

.mt-credential-logos img {
  max-height: 68px;
  object-fit: contain;
}

.mt-credential-panel > p {
  margin: 1.5rem 0 0;
  color: #4d6073;
  font-size: 0.72rem;
}

.mt-credentials-intro {
  max-width: 850px;
  margin: 1rem auto 0;
  color: var(--mt-muted);
  font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  line-height: 1.7;
}

.mt-credential-group {
  display: block;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  margin-top: 1.5rem;
  border: 1px solid var(--mt-line);
  border-radius: var(--mt-radius);
  background: #fff;
  box-shadow: 0 10px 34px rgba(3, 31, 59, 0.05);
}

.mt-credential-group__copy {
  max-width: 1050px;
  margin-inline: auto;
  text-align: center;
}

.mt-credential-group__copy > span {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--mt-accent);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mt-credential-group__copy h3 {
  max-width: 760px;
  margin: 0;
  margin-inline: auto;
  color: var(--mt-navy);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.18;
}

.mt-credential-group__copy ul {
  display: grid;
  max-width: 980px;
  padding: 0;
  margin: 1.5rem auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.35rem 2.5rem;
  list-style: none;
  text-align: left;
}

.mt-credential-group__copy li {
  position: relative;
  padding-left: 1rem;
  margin: 0.65rem 0;
  color: #44576a;
  font-size: 0.88rem;
  line-height: 1.55;
}

.mt-credential-group__copy li::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mt-blue);
  content: "";
}

.mt-credential-slider {
  position: relative;
  width: 100%;
  min-width: 0;
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
}

.mt-credential-slider [hidden] {
  display: none !important;
}

.mt-credential-slider__viewport {
  overflow: hidden;
  border-radius: 10px;
  background: var(--mt-logo-slider-bg, var(--mt-mist));
}

.mt-credential-slider__track {
  display: flex;
  transform: translateX(calc(var(--mt-slide-index, 0) * -100% / var(--mt-slides-visible, 1)));
  transition: transform 450ms ease;
}

.mt-credential-slide {
  display: grid;
  flex: 0 0 calc(100% / var(--mt-slides-visible, 1));
  min-width: 0;
  min-height: 150px;
  padding: 1.5rem;
  place-items: center;
  color: var(--mt-blue);
  text-align: center;
}

.mt-credential-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

.mt-credential-slide strong {
  font-size: 1.1rem;
}

.mt-credential-slider__controls {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 12px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  transform: translateY(-50%);
}

.mt-credential-slider__controls button {
  display: grid;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--mt-line);
  border-radius: 50%;
  background: #fff;
  color: var(--mt-navy);
  cursor: pointer;
  pointer-events: auto;
}

.mt-credential-slider__controls button:hover,
.mt-credential-slider__controls button:focus-visible {
  border-color: var(--mt-blue);
  background: var(--mt-blue);
  color: #fff;
}

.mt-credential-slider__controls .mt-icon {
  width: 18px;
  height: 18px;
}

.mt-credential-slider__counter {
  display: block;
  min-width: 44px;
  margin-top: 0.75rem;
  color: var(--mt-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.mt-credential-benefit {
  display: flex;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  margin-top: 1.5rem;
  align-items: flex-start;
  gap: 1.25rem;
  border-radius: var(--mt-radius);
  background: linear-gradient(105deg, var(--mt-navy), #07598f);
  color: #fff;
}

.mt-credential-benefit > span {
  display: grid;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--mt-accent);
}

.mt-credential-benefit .mt-icon {
  width: 29px;
  height: 29px;
}

.mt-credential-benefit .mt-eyebrow {
  margin: 0 0 0.55rem;
}

.mt-credential-benefit div > p:last-child {
  max-width: 1000px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.mt-credential-registrations {
  margin: 1.25rem 0 0;
  color: var(--mt-muted);
  font-size: 0.78rem;
  text-align: center;
}

.mt-projects {
  padding-top: 2rem;
}

.mt-project-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.mt-project-grid figure {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.5;
  margin: 0;
  border-radius: 7px;
  background: var(--mt-line);
  box-shadow: 0 9px 26px rgba(3, 31, 59, 0.08);
}

.mt-project-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 450ms ease;
}

.mt-project-grid figure:hover img {
  transform: scale(1.06);
}

.mt-project-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 0.75rem;
  background: linear-gradient(transparent, rgba(2, 24, 45, 0.9));
  color: #fff;
  font-size: 0.72rem;
}

.mt-projects__intro {
  margin: 1.5rem auto;
  color: #5a6b7c;
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

.mt-project-grid a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.mt-content-page,
.mt-content-page > .wp-block-post-content,
.mt-inner-page {
  margin-block-start: 0 !important;
}

.mt-content-page + .wp-block-template-part {
  margin-block-start: 0;
}

.mt-inner-hero {
  position: relative;
  display: grid;
  min-height: clamp(420px, 54vw, 620px);
  align-items: end;
  overflow: hidden;
  background-color: var(--mt-deep);
  background-image: var(--mt-inner-hero, linear-gradient(135deg, #031b33, #0b67a6));
  background-position: center;
  background-size: cover;
  color: #fff;
}

.mt-inner-hero--contact {
  background-image: var(--mt-contact-hero, linear-gradient(120deg, #031b33, #064a7d 62%, #0b67a6));
}

.mt-inner-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 23, 44, 0.97), rgba(3, 36, 66, 0.7) 52%, rgba(3, 36, 66, 0.18));
}

.mt-inner-hero__content {
  position: relative;
  z-index: 1;
  padding-block: clamp(4.5rem, 9vw, 7rem) clamp(3rem, 6vw, 5rem);
}

.mt-inner-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.mt-inner-hero__content > p:last-child {
  max-width: 680px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.45vw, 1.17rem);
  line-height: 1.65;
}

.mt-about-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: start;
}

.mt-about-intro h2,
.mt-contact-details h2,
.mt-contact-form-card h2,
.mt-page-cta h2 {
  margin: 0;
  color: var(--mt-text);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.mt-about-intro__copy {
  color: var(--mt-muted);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.8;
}

.mt-about-intro__copy p:first-child {
  margin-top: 0;
}

.mt-about-pillars {
  padding-block: clamp(3.5rem, 6vw, 5rem);
  background: var(--mt-mist);
}

.mt-about-pillars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mt-about-pillars article {
  padding: clamp(1.7rem, 3vw, 2.5rem);
  border: 1px solid var(--mt-line);
  border-radius: var(--mt-radius);
  background: #fff;
  box-shadow: 0 12px 36px rgba(3, 27, 51, 0.06);
}

.mt-about-pillars .mt-icon {
  width: 42px;
  height: 42px;
  color: var(--mt-accent);
}

.mt-about-pillars h3,
.mt-about-steps h3 {
  margin: 1rem 0 0.65rem;
  color: var(--mt-navy);
  font-size: 1.25rem;
}

.mt-about-pillars p,
.mt-about-steps p,
.mt-contact-details > p {
  color: var(--mt-muted);
  line-height: 1.7;
}

.mt-about-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mt-about-steps article {
  padding: 1.8rem;
  border-top: 3px solid var(--mt-accent);
  background: var(--mt-mist);
}

.mt-about-step__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.mt-about-step__top .mt-icon {
  width: 38px;
  height: 38px;
  color: var(--mt-accent);
}

.mt-about-step__top span {
  color: var(--mt-blue);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.mt-page-cta {
  padding-block: clamp(3rem, 5vw, 4.5rem);
  background: linear-gradient(100deg, #073b68, #005991 55%, #052a4e);
  color: #fff;
}

.mt-page-cta .mt-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.mt-page-cta h2 {
  max-width: 780px;
  color: #fff;
}

.mt-page-cta .mt-button {
  flex: 0 0 auto;
}

.mt-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.mt-contact-details > p:not(.mt-eyebrow) {
  margin-block: 1.25rem 2rem;
}

.mt-contact-cards {
  display: grid;
  gap: 12px;
}

.mt-contact-cards > a,
.mt-contact-cards > div {
  display: flex;
  padding: 1rem 1.1rem;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--mt-line);
  border-radius: 8px;
  background: var(--mt-mist);
  color: var(--mt-text);
  text-decoration: none;
}

.mt-contact-cards > a:hover {
  border-color: var(--mt-blue);
  background: #fff;
}

.mt-contact-cards .mt-icon {
  width: 25px;
  height: 25px;
  color: var(--mt-blue);
}

.mt-contact-cards small,
.mt-contact-cards strong {
  display: block;
}

.mt-contact-cards small {
  margin-bottom: 3px;
  color: var(--mt-muted);
  font-size: 0.68rem;
  font-weight: 750;
  text-transform: uppercase;
}

.mt-contact-cards strong {
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.mt-contact-form-card {
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid var(--mt-line);
  border-radius: var(--mt-radius);
  background: #fff;
  box-shadow: var(--mt-shadow);
}

.mt-contact-form-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.mt-contact-form {
  display: grid;
  gap: 18px;
  margin-top: 2rem;
}

.mt-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.mt-contact-form label {
  display: grid;
  gap: 7px;
  color: var(--mt-text);
  font-size: 0.76rem;
  font-weight: 800;
}

.mt-contact-form input,
.mt-contact-form select,
.mt-contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.8rem 0.9rem;
  border: 1px solid #cbd6df;
  border-radius: 6px;
  background: #fff;
  color: var(--mt-text);
  font: inherit;
  font-weight: 500;
}

.mt-contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.mt-contact-form input:focus,
.mt-contact-form select:focus,
.mt-contact-form textarea:focus {
  border-color: var(--mt-blue);
  outline: 3px solid rgba(11, 103, 166, 0.12);
}

.mt-contact-form .mt-button {
  width: fit-content;
  cursor: pointer;
}

.mt-form-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.mt-form-notice {
  padding: 0.9rem 1rem;
  margin-top: 1.2rem;
  border-radius: 6px;
  font-size: 0.86rem;
}

.mt-form-notice--success {
  background: #e9f8ef;
  color: #176238;
}

.mt-form-notice--error {
  background: #fff0f0;
  color: #9b2323;
}

.mt-project-single {
  margin-block-start: 0 !important;
  background: var(--mt-white);
}

.mt-project-single + .wp-block-template-part {
  margin-block-start: 0;
}

.mt-project-hero {
  position: relative;
  display: grid;
  min-height: clamp(430px, 58vw, 650px);
  align-items: end;
  overflow: hidden;
  background-color: var(--mt-deep);
  background-image: var(--mt-project-hero);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.mt-project-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 23, 44, 0.96), rgba(3, 36, 66, 0.66) 48%, rgba(3, 36, 66, 0.16)), linear-gradient(0deg, rgba(2, 23, 44, 0.72), transparent 65%);
}

.mt-project-hero__content {
  position: relative;
  z-index: 1;
  padding-block: clamp(5rem, 10vw, 8rem) clamp(3rem, 6vw, 5rem);
}

.mt-project-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.mt-project-hero__content > p:last-child {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.mt-project-back {
  display: inline-flex;
  margin-bottom: 2rem;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.mt-project-back .mt-icon {
  transform: rotate(180deg);
}

.mt-project-body {
  padding-top: clamp(3.5rem, 6vw, 6rem);
}

.mt-project-copy {
  max-width: 880px;
  margin: clamp(4rem, 7vw, 7rem) auto 0;
  color: var(--mt-muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.8;
}

.mt-project-copy > .mt-eyebrow {
  margin: 0 0 0.45rem;
}

.mt-project-copy > h2 {
  margin: 0 0 1.5rem;
  color: var(--mt-text);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
}

.mt-project-copy__content > :first-child {
  margin-top: 0;
}

.mt-project-copy__content h2,
.mt-project-copy__content h3 {
  color: var(--mt-text);
}

.mt-project-gallery-heading {
  margin-bottom: 2rem;
  text-align: center;
}

.mt-project-gallery-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.mt-project-gallery__item {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--mt-radius);
  background: var(--mt-line);
  box-shadow: var(--mt-shadow);
}

.mt-project-gallery__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.mt-project-gallery__expand {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(3, 27, 51, 0.72);
  color: #fff;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(7px);
}

.mt-project-gallery__expand .mt-icon {
  width: 18px;
  height: 18px;
}

.mt-project-gallery__item:hover .mt-project-gallery__expand,
.mt-project-gallery__item a:focus-visible .mt-project-gallery__expand {
  opacity: 1;
  transform: none;
}

.mt-project-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.mt-project-gallery__item:hover img {
  transform: scale(1.025);
}

.mt-project-gallery__item figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 2rem 1rem 0.8rem;
  background: linear-gradient(transparent, rgba(2, 23, 44, 0.86));
  color: #fff;
  font-size: 0.8rem;
}

.mt-project-gallery--gallery .mt-project-gallery__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mt-project-gallery--gallery .mt-project-gallery__item {
  aspect-ratio: 4 / 3;
}

.mt-project-gallery--metro .mt-project-gallery__items {
  display: grid;
  grid-auto-rows: 240px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mt-project-gallery--metro .mt-project-gallery__item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.mt-project-gallery--metro .mt-project-gallery__item:nth-child(4n + 4) {
  grid-column: span 2;
}

.mt-project-gallery--masonry .mt-project-gallery__items {
  columns: 3 280px;
  column-gap: 18px;
}

.mt-project-gallery--masonry .mt-project-gallery__item {
  margin-bottom: 18px;
  break-inside: avoid;
}

.mt-project-gallery--masonry .mt-project-gallery__item img {
  height: auto;
}

.mt-project-showcase {
  overflow: hidden;
  background: linear-gradient(180deg, #f5f8fb 0%, #fff 100%);
}

.mt-project-showcase__heading {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

.mt-project-showcase__intro {
  max-width: 920px;
  margin: 1.2rem auto 0;
  color: #43576b;
  font-size: clamp(0.96rem, 1.3vw, 1.08rem);
  line-height: 1.75;
}

.mt-project-showcase__intro p {
  margin: 0 0 0.85rem;
}

.mt-project-showcase__gallery {
  margin-top: clamp(2.2rem, 5vw, 4rem);
}

.mt-project-showcase__caption {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  display: grid;
  gap: 0.3rem;
  padding: clamp(2.8rem, 6vw, 5rem) 1.15rem 1rem;
  background: linear-gradient(transparent, rgba(1, 20, 39, 0.9));
  color: #fff;
  pointer-events: none;
}

.mt-project-showcase__caption strong {
  font-size: clamp(0.86rem, 1.2vw, 1.05rem);
  line-height: 1.25;
}

.mt-project-showcase__caption small {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.76rem;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mt-project-showcase__gallery .mt-project-gallery__items {
  gap: var(--mt-showcase-gap);
}

.mt-project-showcase__gallery.mt-project-gallery--gallery .mt-project-gallery__items,
.mt-project-showcase__gallery.mt-project-gallery--metro .mt-project-gallery__items {
  display: grid;
  grid-template-columns: repeat(var(--mt-showcase-columns), minmax(0, 1fr));
}

.mt-project-showcase__gallery.mt-project-gallery--gallery .mt-project-gallery__item {
  aspect-ratio: 4 / 3;
}

.mt-project-showcase__gallery.mt-project-gallery--metro .mt-project-gallery__items {
  grid-auto-rows: clamp(160px, 15vw, 235px);
}

.mt-project-showcase__gallery.mt-project-gallery--masonry .mt-project-gallery__items {
  columns: var(--mt-showcase-columns);
  column-gap: var(--mt-showcase-gap);
}

.mt-project-showcase__gallery.mt-project-gallery--masonry .mt-project-gallery__item {
  margin-bottom: var(--mt-showcase-gap);
}

.mt-project-gallery--magazine .mt-project-gallery__items {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: clamp(175px, 16vw, 250px);
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.mt-project-gallery--magazine .mt-project-gallery__item {
  grid-column: span 4;
}

.mt-project-gallery--magazine .mt-project-gallery__item:first-child {
  grid-column: span 7;
  grid-row: span 2;
}

.mt-project-gallery--magazine .mt-project-gallery__item:nth-child(2) {
  grid-column: span 5;
}

.mt-project-gallery--magazine .mt-project-gallery__item:nth-child(3) {
  grid-column: span 5;
}

@media (max-width: 1024px) {
  .mt-project-showcase__gallery.mt-project-gallery--gallery .mt-project-gallery__items,
  .mt-project-showcase__gallery.mt-project-gallery--metro .mt-project-gallery__items {
    grid-template-columns: repeat(var(--mt-showcase-columns-tablet), minmax(0, 1fr));
  }

  .mt-project-showcase__gallery.mt-project-gallery--masonry .mt-project-gallery__items {
    columns: var(--mt-showcase-columns-tablet);
  }

  .mt-project-gallery--magazine .mt-project-gallery__item {
    grid-column: span 6;
  }

  .mt-project-gallery--magazine .mt-project-gallery__item:first-child {
    grid-column: span 8;
  }

  .mt-project-gallery--magazine .mt-project-gallery__item:nth-child(2),
  .mt-project-gallery--magazine .mt-project-gallery__item:nth-child(3) {
    grid-column: span 4;
  }
}

@media (max-width: 640px) {
  .mt-project-showcase__gallery.mt-project-gallery--gallery .mt-project-gallery__items,
  .mt-project-showcase__gallery.mt-project-gallery--metro .mt-project-gallery__items {
    grid-auto-rows: auto;
    grid-template-columns: repeat(var(--mt-showcase-columns-mobile), minmax(0, 1fr));
  }

  .mt-project-showcase__gallery.mt-project-gallery--masonry .mt-project-gallery__items {
    columns: var(--mt-showcase-columns-mobile);
  }

  .mt-project-showcase__gallery.mt-project-gallery--metro .mt-project-gallery__item,
  .mt-project-showcase__gallery.mt-project-gallery--metro .mt-project-gallery__item:first-child,
  .mt-project-showcase__gallery.mt-project-gallery--metro .mt-project-gallery__item:nth-child(4n + 4) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .mt-project-gallery--magazine .mt-project-gallery__items {
    grid-auto-rows: auto;
    grid-template-columns: repeat(var(--mt-showcase-columns-mobile), minmax(0, 1fr));
  }

  .mt-project-gallery--magazine .mt-project-gallery__item,
  .mt-project-gallery--magazine .mt-project-gallery__item:first-child,
  .mt-project-gallery--magazine .mt-project-gallery__item:nth-child(2),
  .mt-project-gallery--magazine .mt-project-gallery__item:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
}

.mt-project-gallery--slider {
  position: relative;
  max-width: 1180px;
  margin-inline: auto;
}

.mt-project-gallery--slider .mt-project-gallery__items {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: var(--mt-radius);
}

.mt-project-gallery--slider .mt-project-gallery__item {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 450ms ease;
}

.mt-project-gallery--slider .mt-project-gallery__item.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.mt-project-slider__control {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(3, 27, 51, 0.76);
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
}

.mt-project-slider__control .mt-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.mt-project-slider__control--previous { left: 18px; }
.mt-project-slider__control--next { right: 18px; }

.mt-project-slider__dots {
  display: flex;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: -30px;
  left: 0;
  justify-content: center;
  gap: 8px;
}

.mt-project-slider__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #b7c2cc;
  cursor: pointer;
}

.mt-project-slider__dots button.is-active {
  width: 26px;
  border-radius: 8px;
  background: var(--mt-accent);
}

body.mt-lightbox-open {
  overflow: hidden;
}

.mt-lightbox[hidden] {
  display: none;
}

.mt-lightbox {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: clamp(18px, 4vw, 56px);
  place-items: center;
  color: #fff;
}

.mt-lightbox__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(1, 12, 24, 0.94);
  cursor: zoom-out;
  backdrop-filter: blur(12px);
}

.mt-lightbox__stage {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: min(1320px, calc(100vw - 150px));
  max-height: calc(100vh - 100px);
  margin: 0;
  place-items: center;
  touch-action: pan-y;
}

.mt-lightbox__stage img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 145px);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  user-select: none;
}

.mt-lightbox__stage figcaption {
  width: 100%;
  padding-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  text-align: center;
}

.mt-lightbox__stage figcaption strong,
.mt-lightbox__stage figcaption span {
  display: block;
}

.mt-lightbox__stage figcaption strong {
  color: #fff;
  font-size: 1rem;
}

.mt-lightbox__stage figcaption span {
  max-width: 820px;
  margin: 0.35rem auto 0;
  line-height: 1.55;
}

.mt-project-showcase .mt-lightbox__stage img {
  max-height: calc(100vh - 225px);
}

.mt-lightbox__close,
.mt-lightbox__control {
  position: absolute;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(5, 42, 78, 0.72);
  color: #fff;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease;
  backdrop-filter: blur(8px);
}

.mt-lightbox__control[hidden] {
  display: none;
}

.mt-lightbox__close:hover,
.mt-lightbox__control:hover {
  background: var(--mt-accent);
  color: var(--mt-navy);
}

.mt-lightbox__close {
  top: 22px;
  right: 22px;
}

.mt-lightbox__control {
  top: 50%;
  transform: translateY(-50%);
}

.mt-lightbox__control:hover {
  transform: translateY(-50%) scale(1.05);
}

.mt-lightbox__control--previous { left: 24px; }
.mt-lightbox__control--next { right: 24px; }

.mt-lightbox__close .mt-icon,
.mt-lightbox__control .mt-icon {
  width: 24px;
  height: 24px;
  stroke-width: 2.2;
}

.mt-lightbox__counter {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 50%;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  transform: translateX(-50%);
}

.mt-project-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding-top: 2rem;
  margin-top: clamp(4rem, 8vw, 7rem);
  border-top: 1px solid var(--mt-line);
}

.mt-project-navigation div:last-child {
  text-align: right;
}

.mt-project-navigation span,
.mt-project-navigation a {
  display: block;
}

.mt-project-navigation span {
  margin-bottom: 0.4rem;
  color: var(--mt-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mt-project-navigation a {
  color: var(--mt-navy);
  font-weight: 850;
  text-decoration: none;
}

.mt-center {
  text-align: center;
}

.mt-contact-bar {
  padding: 1.8rem 0;
  background: linear-gradient(100deg, #073b68, #005991 55%, #052a4e);
  color: #fff;
}

.mt-contact-bar__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) auto minmax(220px, 0.75fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.mt-contact-bar__title,
.mt-contact-bar__phone {
  display: flex;
  align-items: center;
  gap: 18px;
}

.mt-contact-bar__title > .mt-icon {
  width: 64px;
  height: 64px;
  color: var(--mt-accent);
  stroke-width: 1.5;
}

.mt-contact-bar h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  text-transform: uppercase;
}

.mt-contact-bar p {
  margin: 0.25rem 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.78rem;
}

.mt-contact-bar__phone > .mt-icon {
  width: 36px;
  height: 36px;
  color: var(--mt-accent);
}

.mt-contact-bar__phone strong,
.mt-contact-bar__phone small {
  display: block;
}

.mt-contact-bar__phone small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.65rem;
  overflow-wrap: anywhere;
}

.mt-footer {
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 1.5rem;
  background: var(--mt-deep);
  color: rgba(255, 255, 255, 0.76);
}

.mt-footer-grid {
  width: var(--mt-container);
  margin-inline: auto !important;
  gap: clamp(2rem, 4vw, 4.2rem) !important;
}

.mt-footer .mt-brand {
  margin-bottom: 1.2rem;
}

.mt-footer h3 {
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.mt-footer p,
.mt-footer a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.76rem;
  line-height: 1.8;
}

.mt-footer-nav .wp-block-navigation__container {
  gap: 0.25rem !important;
}

.mt-footer-contact {
  font-style: normal;
}

.mt-footer-contact p {
  display: flex;
  margin: 0.25rem 0;
  align-items: flex-start;
  gap: 9px;
}

.mt-footer-contact .mt-icon {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  color: var(--mt-accent);
}

.mt-copyright {
  width: var(--mt-container);
  padding-top: 1.5rem;
  margin: 2.5rem auto 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.52) !important;
  font-size: 0.66rem !important;
}

.js.mt-motion-enabled [data-mt-animate] {
  opacity: 0;
  transform: translateY(var(--mt-motion-distance, 24px));
  transition:
    opacity var(--mt-motion-duration, 650ms) cubic-bezier(0.2, 0.7, 0.2, 1),
    transform var(--mt-motion-duration, 650ms) cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--mt-delay, 0ms);
}

.js.mt-motion-enabled [data-mt-animate="fade"] {
  transform: none;
}

.js.mt-motion-enabled [data-mt-animate="scale"] {
  transform: scale(0.96);
}

.js.mt-motion-enabled [data-mt-animate].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 1120px) {
  .mt-primary-nav .wp-block-navigation__container {
    gap: 1rem;
  }

  .mt-header-cta {
    display: none !important;
  }

  .mt-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mt-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mt-stat:nth-child(3) {
    border-right: 0;
  }

  .mt-stat:nth-child(n + 4) {
    margin-top: 1rem;
  }

  .mt-project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mt-contact-bar__inner {
    grid-template-columns: 1fr auto;
  }

  .mt-about-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-contact-layout {
    grid-template-columns: 1fr 1.15fr;
  }

  .mt-contact-bar__phone {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media (max-width: 782px) {
  :root {
    --mt-container: min(100% - 32px, 680px);
  }

  .mt-site-header {
    padding: 10px 0;
  }

  .admin-bar.home .mt-site-header {
    top: 46px;
  }

  .mt-header-inner {
    min-height: 64px;
  }

  .mt-brand {
    min-width: 0;
  }

  .mt-brand__mark {
    font-size: 2rem;
  }

  .mt-brand__copy strong {
    font-size: 0.8rem;
  }

  .mt-brand__copy small {
    display: none;
  }

  .mt-brand__image {
    max-width: 164px;
    max-height: 56px;
  }

  .mt-primary-nav {
    flex: 0 0 auto;
  }

  .mt-primary-nav .wp-block-navigation__responsive-container-open {
    color: var(--mt-navy);
  }

  .mt-header-style-original .mt-primary-nav .wp-block-navigation__responsive-container-open {
    color: #fff;
  }

  .mt-primary-nav .wp-block-navigation__responsive-container.is-menu-open {
    padding: 1.5rem;
  }

  .mt-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    color: #fff !important;
  }

  .mt-primary-nav .wp-block-navigation__responsive-container-content {
    align-items: flex-start !important;
  }

  .mt-primary-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
    font-size: 1.05rem;
  }

  .mt-hero {
    min-height: 760px;
    background-position: 66% center;
  }

  .mt-hero__shade {
    background: linear-gradient(90deg, rgba(2, 23, 44, 0.97), rgba(3, 36, 66, 0.78) 80%, rgba(3, 36, 66, 0.48));
  }

  .mt-hero__content {
    padding-top: 125px;
  }

  .mt-hero h1 {
    max-width: 560px;
    font-size: clamp(2.4rem, 9.5vw, 3.4rem);
  }

  .mt-hero__lead {
    max-width: 540px;
  }

  .mt-hero__trust {
    display: grid;
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .mt-special-strip,
  .mt-credentials-grid {
    grid-template-columns: 1fr;
  }

  .mt-benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-stat,
  .mt-stat:nth-child(3) {
    border-right: 1px solid var(--mt-line);
  }

  .mt-stat:nth-child(even) {
    border-right: 0;
  }

  .mt-stat:nth-child(n + 3) {
    margin-top: 1rem;
  }

  .mt-credential-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mt-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-project-gallery--gallery .mt-project-gallery__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-project-gallery--metro .mt-project-gallery__items {
    grid-auto-rows: 190px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-about-intro__grid,
  .mt-contact-layout {
    grid-template-columns: 1fr;
  }

  .mt-about-pillars__grid {
    grid-template-columns: 1fr;
  }

  .mt-page-cta .mt-container {
    align-items: flex-start;
    flex-direction: column;
  }

  .mt-contact-bar__inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mt-contact-bar__title,
  .mt-contact-bar__phone {
    justify-content: center;
  }

  .mt-contact-bar .mt-button {
    justify-self: center;
  }

  .mt-footer-grid {
    flex-wrap: wrap !important;
  }

  .mt-footer-grid > .wp-block-column {
    flex-basis: calc(50% - 1.5rem) !important;
  }
}

@media (max-width: 540px) {
  :root {
    --mt-container: calc(100% - 28px);
  }

  .mt-hero {
    min-height: 780px;
  }

  .mt-hero h1 {
    font-size: clamp(2.15rem, 10.5vw, 3rem);
  }

  .mt-actions {
    display: grid;
  }

  .mt-button {
    width: 100%;
  }

  .mt-hero__trust {
    grid-template-columns: 1fr;
  }

  .mt-section {
    padding-block: 4rem;
  }

  .mt-service-grid,
  .mt-benefit-grid,
  .mt-stats,
  .mt-project-grid {
    grid-template-columns: 1fr;
  }

  .mt-inner-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .mt-about-steps,
  .mt-form-grid {
    grid-template-columns: 1fr;
  }

  .mt-page-cta .mt-button,
  .mt-contact-form .mt-button {
    width: 100%;
  }

  .mt-project-gallery--gallery .mt-project-gallery__items {
    grid-template-columns: 1fr;
  }

  .mt-project-gallery--metro .mt-project-gallery__items {
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: 1fr;
  }

  .mt-project-gallery--metro .mt-project-gallery__item,
  .mt-project-gallery--metro .mt-project-gallery__item:first-child,
  .mt-project-gallery--metro .mt-project-gallery__item:nth-child(4n + 4) {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .mt-project-slider__control {
    width: 40px;
    height: 40px;
  }

  .mt-project-gallery__expand {
    opacity: 1;
    transform: none;
  }

  .mt-lightbox {
    padding: 64px 14px 54px;
  }

  .mt-lightbox__stage {
    max-width: 100%;
    max-height: calc(100vh - 118px);
  }

  .mt-lightbox__stage img {
    max-height: calc(100vh - 150px);
  }

  .mt-lightbox__close {
    top: 12px;
    right: 12px;
  }

  .mt-lightbox__control {
    top: auto;
    bottom: 10px;
    width: 42px;
    height: 42px;
    transform: none;
  }

  .mt-lightbox__control:hover {
    transform: scale(1.05);
  }

  .mt-lightbox__control--previous { left: 14px; }
  .mt-lightbox__control--next { right: 14px; }

  .mt-project-navigation {
    grid-template-columns: 1fr;
  }

  .mt-project-navigation div:last-child {
    text-align: left;
  }

  .mt-special-strip {
    padding: 1.25rem;
  }

  .mt-special-strip > div {
    align-items: flex-start;
  }

  .mt-benefit-grid {
    gap: 2.5rem;
  }

  .mt-stat,
  .mt-stat:nth-child(even),
  .mt-stat:nth-child(3) {
    padding: 0.75rem;
    margin-top: 0.6rem;
    border-right: 0;
    border-bottom: 1px solid var(--mt-line);
  }

  .mt-stat:last-child {
    border-bottom: 0;
  }

  .mt-credential-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mt-project-grid figure:nth-child(n + 4) {
    display: none;
  }

  .mt-contact-bar__title {
    align-items: flex-start;
    text-align: left;
  }

  .mt-contact-bar__title > .mt-icon {
    width: 48px;
    height: 48px;
  }

  .mt-footer-grid > .wp-block-column {
    flex-basis: 100% !important;
  }
}

@media (max-width: 540px) {
  .mt-service-commitment {
    align-items: flex-start;
  }

  .mt-service-commitment > span {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 900px) {
  .mt-credential-group {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .mt-credential-group {
    padding: 1.25rem;
  }

  .mt-credential-benefit {
    display: block;
  }

  .mt-credential-benefit > span {
    margin-bottom: 1rem;
  }

  .mt-credential-group__copy ul {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-mt-animate] {
    opacity: 1 !important;
    transform: none !important;
  }
}
