.elementor-3140 .elementor-element.elementor-element-7849a1e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:2;}.elementor-3140 .elementor-element.elementor-element-7849a1e:not(.elementor-motion-effects-element-type-background), .elementor-3140 .elementor-element.elementor-element-7849a1e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4D4D4D;}.elementor-3140 .elementor-element.elementor-element-2c2e690{--spacer-size:95px;}.elementor-3140 .elementor-element.elementor-element-7ca2cbc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-914de2d */.vm-project-single {
  --vm-blue: #1a5392;
  --vm-blue-dark: #123c6b;
  --vm-blue-soft: rgba(26, 83, 146, 0.09);
  --vm-blue-softer: rgba(26, 83, 146, 0.055);
  --vm-bg: #f7f9fc;
  --vm-surface: #ffffff;
  --vm-text: #172033;
  --vm-muted: #667085;
  --vm-border: rgba(23, 32, 51, 0.10);
  --vm-shadow: 0 22px 70px rgba(18, 60, 107, 0.12);
  --vm-shadow-soft: 0 12px 38px rgba(23, 32, 51, 0.08);
  --vm-radius-lg: 28px;
  --vm-radius-md: 20px;
  --vm-radius-sm: 15px;

  color: var(--vm-text);
  background:
    radial-gradient(circle at 8% 0%, rgba(26, 83, 146, 0.10), transparent 32rem),
    radial-gradient(circle at 88% 12%, rgba(26, 83, 146, 0.08), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, var(--vm-bg) 48%, #ffffff 100%);
  overflow: hidden;
  font-family: "Lato", sans-serif;
}

.vm-project-single * {
  box-sizing: border-box;
}

.vm-project-single h1,
.vm-project-single h2,
.vm-project-single h3 {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}

.vm-project-single p,
.vm-project-single a,
.vm-project-single span,
.vm-project-single strong,
.vm-project-single div {
  font-family: "Lato", sans-serif;
}

.vm-project-hero,
.vm-project-info-strip,
.vm-related-projects,
.vm-project-cta {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

/* ================================
   HERO
================================ */

.vm-project-hero {
  padding: clamp(46px, 7vw, 92px) 0 clamp(28px, 4vw, 48px);
}

.vm-project-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(32px, 5vw, 68px);
  align-items: center;
}

.vm-project-eyebrow,
.vm-section-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 12px;
  background: var(--vm-blue-soft);
  color: var(--vm-blue);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vm-project-title {
  margin: 0;
  max-width: 620px;
  color: var(--vm-text);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.vm-project-description {
  margin-top: 22px;
  max-width: 640px;
  color: var(--vm-muted);
  font-size: 16px;
  line-height: 1.75;
}

.vm-project-description p {
  margin: 0;
}

.vm-project-actions,
.vm-project-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

/* ================================
   BUTTONS
================================ */

.vm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 14px 20px 13px;
  border-radius: 15px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.vm-btn:hover {
  transform: translateY(-2px);
}

.vm-btn--primary {
  background: var(--vm-blue);
  color: #ffffff !important;
  border: 1px solid var(--vm-blue);
  box-shadow: 0 14px 30px rgba(26, 83, 146, 0.25);
}

.vm-btn--primary:hover {
  background: var(--vm-blue-dark);
  border-color: var(--vm-blue-dark);
  color: #ffffff !important;
}

.vm-btn--secondary {
  background: #ffffff;
  color: var(--vm-blue) !important;
  border: 1px solid rgba(26, 83, 146, 0.22);
  box-shadow: 0 10px 26px rgba(23, 32, 51, 0.055);
}

.vm-btn--secondary:hover {
  background: var(--vm-blue-soft);
  color: var(--vm-blue-dark) !important;
  border-color: rgba(26, 83, 146, 0.34);
}

/* ================================
   HERO MOCKUP VISUAL
================================ */

.vm-project-hero__visual {
  position: relative;
  z-index: 1;
  overflow: visible;
  isolation: isolate;
  padding: clamp(18px, 3vw, 34px);
}

.vm-project-hero__visual::before {
  content: "";
  position: absolute;
  width: 92%;
  height: 72%;
  left: 2%;
  top: 13%;
  background: linear-gradient(
    135deg,
    rgba(26, 83, 146, 0.14),
    rgba(26, 83, 146, 0.035)
  );
  border-radius: clamp(24px, 4vw, 42px);
  transform: rotate(-4deg);
  z-index: 0;
  pointer-events: none;
}

.vm-project-hero__visual::after {
  content: "";
  position: absolute;
  width: 48%;
  height: 48%;
  right: 4%;
  bottom: 5%;
  background: radial-gradient(
    circle,
    rgba(26, 83, 146, 0.16),
    rgba(26, 83, 146, 0) 68%
  );
  z-index: 0;
  pointer-events: none;
}

.vm-project-visual-card {
  position: relative;
  z-index: 2;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.vm-project-visual-card::before,
.vm-project-visual-glow {
  display: none;
}

.vm-project-visual-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  filter: drop-shadow(0 24px 34px rgba(23, 32, 51, 0.12));
}

/* ================================
   INFO STRIP
================================ */

.vm-project-info-strip {
  padding: 0 0 clamp(58px, 8vw, 96px);
}

.vm-project-info-strip__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border-radius: var(--vm-radius-md);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--vm-border);
  box-shadow: var(--vm-shadow-soft);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vm-info-item {
  min-width: 0;
  padding: clamp(20px, 2.6vw, 30px);
  border-right: 1px solid var(--vm-border);
}

.vm-info-item:last-child {
  border-right: 0;
}

.vm-info-item span {
  display: block;
  margin-bottom: 9px;
  color: var(--vm-muted);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
}

.vm-info-item strong,
.vm-info-item a {
  display: block;
  color: var(--vm-text);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none !important;
  word-break: break-word;
}

.vm-info-item a:hover {
  color: var(--vm-blue);
}

/* ================================
   RELATED PROJECTS
================================ */

.vm-related-projects {
  padding: 0 0 clamp(64px, 8vw, 108px);
}

.vm-related-projects__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.vm-related-projects__header h2 {
  margin: 0;
  color: var(--vm-text);
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.vm-text-link {
  color: var(--vm-blue);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none !important;
}

.vm-text-link:hover {
  color: var(--vm-blue-dark);
}

.vm-related-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vm-related-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: var(--vm-radius-md);
  background: var(--vm-surface);
  border: 1px solid rgba(26, 83, 146, 0.10);
  box-shadow: 0 16px 42px rgba(23, 32, 51, 0.075);
  text-decoration: none !important;
  color: var(--vm-text) !important;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.vm-related-card:hover {
  transform: translateY(-5px);
  border-color: rgba(26, 83, 146, 0.24);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}

.vm-related-card__image-wrap {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(circle at 80% 10%, rgba(26,83,146,0.10), transparent 18rem),
    #f2f6fa;
  overflow: hidden;
}

.vm-related-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.vm-related-card:hover .vm-related-card__image {
  transform: scale(1.035);
}

.vm-related-card__body {
  padding: 20px;
}

.vm-related-card__tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 11px;
  background: var(--vm-blue-soft);
  color: var(--vm-blue);
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  line-height: 1;
  text-transform: uppercase;
}

.vm-related-card h3 {
  margin: 0;
  color: var(--vm-text);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.vm-related-card__cta {
  display: inline-flex;
  margin-top: 18px;
  color: var(--vm-muted);
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vm-related-card:hover .vm-related-card__cta {
  color: var(--vm-blue);
}

/* ================================
   CTA - CLEAN SPLIT CARD
================================ */

.vm-project-cta {
  padding: 0 0 clamp(70px, 10vw, 124px);
}

.vm-project-cta__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border-radius: var(--vm-radius-lg);
  background:
    radial-gradient(circle at 18% 10%, rgba(80, 148, 220, 0.34), transparent 25rem),
    radial-gradient(circle at 88% 88%, rgba(255, 255, 255, 0.18), transparent 22rem),
    linear-gradient(135deg, #123c6b 0%, #1a5392 52%, #102b4c 100%);
  box-shadow: 0 28px 84px rgba(18, 60, 107, 0.25);
  overflow: hidden;
}

.vm-project-cta__inner::before {
  content: "";
  position: absolute;
  width: 42%;
  height: 70%;
  right: -7%;
  top: 12%;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(-6deg);
  pointer-events: none;
}

.vm-project-cta__inner::after {
  content: "";
  position: absolute;
  width: 34%;
  height: 52%;
  right: 13%;
  bottom: -18%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  filter: blur(34px);
  pointer-events: none;
}

.vm-project-cta__content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.vm-project-cta .vm-section-eyebrow {
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.88);
}

.vm-project-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.6vw, 60px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

.vm-project-cta p {
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.75;
}

.vm-btn--light {
  background: #ffffff;
  color: var(--vm-blue) !important;
  border: 1px solid #ffffff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.vm-btn--light:hover {
  background: rgba(255,255,255,0.92);
  color: var(--vm-blue-dark) !important;
}

.vm-btn--ghost {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.vm-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff !important;
}

.vm-contact-bento {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: min(100%, 460px);
  justify-self: end;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.vm-contact-bento::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.vm-contact-bento::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: 16px;
  bottom: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  filter: blur(24px);
  pointer-events: none;
}

.vm-contact-bento .vm-project-cta__headshot {
  position: relative;
  z-index: 2;
  display: block;
  width: 96px;
  height: 96px;
  border-radius: 18px;
  object-fit: cover;
  object-position: center center;
  transform: none;
  filter: saturate(0.96) contrast(1.03);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
}

.vm-contact-bento__content {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.vm-contact-bento__label {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.62);
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.vm-contact-bento h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}

.vm-contact-bento__links {
  display: grid;
  gap: 6px;
}

.vm-contact-bento__links a {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none !important;
  word-break: normal;
  overflow-wrap: anywhere;
}

.vm-contact-bento__links a:hover {
  color: #ffffff;
}

/* ================================
   TABLET
================================ */

@media (max-width: 1024px) {
  .vm-project-hero__inner {
    grid-template-columns: 1fr;
  }

  .vm-project-title {
    max-width: 850px;
  }

  .vm-project-description {
    max-width: 780px;
  }

  .vm-project-hero__visual {
    max-width: 860px;
    padding: clamp(18px, 4vw, 36px);
  }

  .vm-project-hero__visual::before {
    width: 90%;
    height: 70%;
    left: 5%;
    top: 14%;
    transform: rotate(-3deg);
  }

  .vm-project-hero__visual::after {
    width: 52%;
    height: 46%;
    right: 2%;
    bottom: 6%;
  }

  .vm-project-info-strip__inner {
    grid-template-columns: 1fr;
  }

  .vm-info-item {
    border-right: 0;
    border-bottom: 1px solid var(--vm-border);
  }

  .vm-info-item:last-child {
    border-bottom: 0;
  }

  .vm-related-projects__grid {
    grid-template-columns: 1fr;
  }

  .vm-project-cta__inner {
    grid-template-columns: 1fr;
  }

  .vm-contact-bento {
    justify-self: start;
    max-width: 520px;
  }
}

/* ================================
   MOBILE
================================ */

@media (max-width: 640px) {
  .vm-project-hero,
  .vm-project-info-strip,
  .vm-related-projects,
  .vm-project-cta {
    width: min(100% - 28px, 1200px);
  }

  .vm-project-hero {
    padding-top: 42px;
  }

  .vm-project-title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.08;
  }

  .vm-project-description,
  .vm-project-cta p {
    font-size: 16px;
    line-height: 1.7;
  }

  .vm-project-actions,
  .vm-project-cta__actions {
    flex-direction: column;
  }

  .vm-btn {
    width: 100%;
  }

  .vm-project-hero__visual {
    padding: 18px 8px;
  }

  .vm-project-hero__visual::before {
    width: 92%;
    height: 86%;
    left: 5%;
    top: 7%;
    border-radius: 24px;
    transform: rotate(-2.5deg);
  }

  .vm-project-hero__visual::after {
    width: 62%;
    height: 42%;
    right: -5%;
    bottom: 8%;
  }

  .vm-project-visual-image {
    filter: drop-shadow(0 16px 22px rgba(23, 32, 51, 0.1));
  }

  .vm-info-item {
    padding: 20px;
  }

  .vm-related-projects__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .vm-related-projects__header h2,
  .vm-project-cta h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .vm-project-cta__inner {
    padding: 26px;
    border-radius: 24px;
  }

  .vm-contact-bento {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    justify-self: stretch;
    padding: 18px;
    border-radius: 20px;
  }

  .vm-contact-bento .vm-project-cta__headshot {
    width: 96px;
    height: 96px;
    border-radius: 16px;
  }

  .vm-contact-bento h3 {
    font-size: 23px;
  }
}/* End custom CSS */