/* added for count up items start */
    .mjb-stats-wrapper {
      --font-display: 'Barlow Condensed', sans-serif;
      /*padding: 2rem;*/
    }

    .mjb-stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 16px;
     /* padding: 2rem 0; */
    }

    .mjb-stat-card {
      padding: 1.5rem 1.25rem;
	  z-index: 2;
    }

    .mjb-stat-number {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 60px;
      font-weight: bold;
      color: #279989 !important;
      line-height: 1.1;
      margin-bottom: 0;
      font-variant-numeric: tabular-nums;
    }
    .mjb-stat-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 0.8rem;
      color: white !important;
      line-height: 1.5;
      letter-spacing: 0.04em;
      opacity: 0.6;
      margin-top: 0.4rem;
    }
/* added for count up items end */
.mjbadded-wrapper {
  display: block;
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#mjbadded-stroke, #mjbadded-filled {
  width: 100%;
  height: auto;
  display: block;
}
#mjbadded-stroke {
  stroke: rgba(255, 255, 255, 0.5);
  stroke-width: 2px;
  -webkit-animation: mjbadded-fadeOut 1s ease;
  animation: mjbadded-fadeOut 1s ease;
  -webkit-animation-delay: 2.75s;
  animation-delay: 2.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#mjbadded-filled {
  fill: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  /* width: 100%; */
  width: 200px;
  height: 100%;
  -webkit-animation: mjbadded-fadeIn 2s ease;
  animation: mjbadded-fadeIn 2s ease;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes mjbadded-fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes mjbadded-fadeIn { from { opacity: 0; } to { opacity: 1; } }
@-webkit-keyframes mjbadded-fadeOut { from { opacity: 1; } to { opacity: 0; } }
@keyframes mjbadded-fadeOut { from { opacity: 1; } to { opacity: 0; } }

/* items on home page start*/
.intro__pull-quote {
  font-family: 'Barlow Condensed', sans-serif;
  /*font-size: clamp(1.4rem, 2.5vw, 2rem); */
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #f1e2ab !important;
  margin-bottom: 2rem;
}
.division--construction {
	background: #43695b;
}
.divisions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 57vh;
}
.division {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: clamp(2rem, 3.5vw, 3.5rem);
	min-height: 346px;
}
.division__number {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: clamp(5rem, 10vw, 10rem);
	font-weight: 800;
	line-height: 1;
	opacity: 0.08;
	position: absolute;
	top: 2rem;
	right: 3rem;
	letter-spacing: -0.04em;
}
.division__bg {
	position: absolute;
	inset: 0;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	opacity: 0.35;
	transition: opacity 0.4s ease;
}
.division__content {
	position: relative;
	z-index: 2;
}
.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.display-md {
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 700;
	font-size: clamp(1.75rem, 3vw, 2.75rem);
	line-height: 1.05;
	text-transform: uppercase;
}
.division__services {
	list-style: none;
	margin: 1.5rem 0 2rem;
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}
.mjb-division-card img {
  opacity: 0.35;
  transition: opacity 0.4s ease;
}
.mjb-division-card:hover img {
  opacity: 0.5;
}
.mjb-division-card a {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.3s ease;
}
.mjb-division-card a:hover {
  background: #ffffff;
  color: #09282d !important;
}
/* process card start */
/*.elementor-widget-html .elementor-widget-container,
.elementor-widget-html {
  height: 100%;*/

.process__card {
  background: white;
  padding: 2.5rem 2rem;
  border-bottom: 3px solid #ffffff;
  transition: border-color 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.process__card:hover {
  border-bottom: 3px solid #279989;
}

.process__card-number {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	color: #43695b;
	opacity: 0.18;
	line-height: 1;
	margin-bottom: 1rem;
}
.process__card-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin-bottom: 0.75rem;
	color: #07272d !important;
}

.process__card-body {
	font-size: 0.875rem;
	line-height: 1.65;
	color: #63666a;
	 margin-top: auto;
}
/* process card end */
/* pillar points card start */
.mjbproccard {
    /*background: white; */
    padding: 2.5rem 2rem;
    border-bottom: 3px solid #f4f4f0;
    transition: border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	color: #07272d !important;
}
.mjbproccard:hover {
    border-bottom: 3px solid #279989;
}
.mjbproccard__img {
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    display: block;
}
.mjbproccard .mjbproccard__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.4rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.75rem;
    color: #07272d !important;
    text-align: center;
	opacity: 70%;
	letter-spacing: 0.01em;
}
/* pillar points card end */


/* Work Card start */
.mjbworkcard {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.mjbworkcard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

.mjbworkcard:hover .mjbworkcard__img {
  transform: scale(1.05);
}

.mjbworkcard__overlay {
  position: absolute;
  inset: 0;
  /*background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);*/
  background: linear-gradient(to top, rgba(7,39,45,0.9) 0%, transparent 60%);
  transition: opacity 0.3s ease;
}

.mjbworkcard:hover .mjbworkcard__overlay {
  opacity: 0.85;
}

.mjbworkcard__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  z-index: 2;
}

.mjbworkcard__category {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #279989;
  margin-bottom: 0.4rem;
}

.mjbworkcard__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.15;
}
/* Work Card end */
/* why item start */
.why__item {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 0.2rem 0;
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 1.5rem;
  align-items: start;
}
.why__item-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #279989;
  padding-top: 0.2rem;
}  
.why__item-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.why__item-body {
  font-size: 0.875rem;
  line-height: 1.65;
  opacity: 0.75;
  color: #ffffff;
}
/* why item end */
/* ─── TESTIMONIAL SECTION ───────────────────────────────────── */
    .mjb-testimonial {
      padding: clamp(5rem, 9vw, 9rem);
      background: #07272D;
      text-align: center;
    }

    .mjb-container {
      max-width: 960px;
      margin: 0 auto;
    }

    /* ─── SLIDER ────────────────────────────────────────────────── */
    #mjb-testimonialSlider {
      position: relative;
      overflow: hidden;
      max-width: 860px;
      margin: 0 auto;
    }

    #mjb-testimonialTrack {
      display: flex;
      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mjb-testimonial-slide {
      min-width: 100%;
      box-sizing: border-box;
      padding: 0 1rem;
    }

    .mjb-testimonial-slide blockquote {
      font-family:'Barlow', sans-serif;
      /*font-size: clamp(1.5rem, 3vw, 2.5rem); */
      font-weight: 600;
      line-height: 1.2;
      color: #F1E2AB;
     /* margin: 0 0 2.5rem;*/
	 font-style: inherit !important;
    }

    .mjb-testimonial-slide blockquote::before { content: '\201C'; }
    .mjb-testimonial-slide blockquote::after  { content: '\201D'; }

    .mjb-testimonial-slide cite {
      font-style: normal;
      font-size: 0.8rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      display: block;
    }

    /* ─── NAV ───────────────────────────────────────────────────── */
    .mjb-testimonial-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      margin-top: 2.5rem;
    }

    .mjb-testimonial-arrow {
      background: none;
      border: 1px solid rgba(255, 255, 255, 0.2);
      color: white;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: border-color 0.2s, background 0.2s;
    }
    .mjb-testimonial-arrow:hover {
      border-color: #279989;
      background: rgba(39, 153, 137, 0.15);
    }

    #mjb-testimonialDots {
      display: flex;
      gap: 8px;
    }

    .mjb-testimonial-dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      border: none;
      background: rgba(255, 255, 255, 0.25);
      cursor: pointer;
      padding: 0;
      transition: background 0.3s, transform 0.3s;
    }
    .mjb-testimonial-dot.active {
      background: #279989;
      transform: scale(1.4);
    }
	
.careers-band__image {
  position: relative;
  overflow: hidden;
}	
/* construction page disciplines start */
.service-panel__color-bar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #279989;
}
.service-panel__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: clamp(2rem, 3.5vw, 3rem) clamp(1.5rem, 2.5vw, 2.5rem);
}
.service-panel__num {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #279989;
	margin-bottom: 1.5rem;
}
.service-panel__title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 1.25rem;
	color: #ffffff;
}
.service-panel__body {
	font-size: 0.875rem;
	line-height: 1.7;
	opacity: 0.7;
	margin-bottom: 2rem;
	flex-grow: 1;
	color: #ffffff;
}
.service-panel__specialties {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 2rem;
	padding-top: 1.5rem;
	color: #ffffff;	
	border-top: 1px solid rgba(255,255,255,0.1);
	list-style: none;
	font-size: 0.675rem;
}
.service-panel__link {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #279989;
	display: flex;
	align-items: center;
	gap: 0.5em;
	/*margin-top: auto;*/
	transition: gap 0.2s;
	text-decoration: none;
}
.service-panel__link:hover,
.service-panel__link:focus,
.service-panel__link:active {
  gap: 0.9em;
  color: #279989 !important;
}
.service-panel__link::after {
  content: '\2192';
}
.mjb-service-wrap {
  height: 100%;
}

.mjb-service-wrap .service-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
}
/* construction page disciplines end */	
/* card of construction page start */
.mjbcd-card {
  position: relative;
  overflow: hidden;
  background: #07272d;
  cursor: pointer;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.mjbcd-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 0.75;
  transform: scale(1);
  transition: transform 0.5s ease, opacity 0.3s ease;
}

.mjbcd-card:hover .mjbcd-card__img {
  transform: scale(1.05);
  opacity: 0.9;
}

.mjbcd-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,39,45,0.92) 0%, rgba(7,39,45,0.3) 50%, transparent 100%);
}

.mjbcd-card__info {
  position: relative;
  z-index: 2;
  padding: 2rem;
}

.mjbcd-card__category {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #279989;
  margin-bottom: 0.5rem;
}

.mjbcd-card__title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.05;
  margin-bottom: 0.4rem;
}

.mjbcd-card__meta {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1rem;
}

.mjbcd-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
  margin-bottom: 1.25rem;
}

.mjbcd-card__link {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #279989;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mjbcd-card__link:hover,
.mjbcd-card__link:focus,
.mjbcd-card__link:active {
  color: #ffffff !important;
}
.mjbcd-card__link::after {
  content: ' \2192';
}
/* card of construction page end */	
/* for project quote panel construction page start */
.mjcprodquote-panel {
    background: #07272d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 4vw, 4.5rem) clamp(2rem, 3.5vw, 4rem);
    position: relative;
}
.mjcprodquotea-panel {
    /*background: #07272d;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.5rem, 4vw, 4.5rem) clamp(2rem, 3.5vw, 4rem);
    position: relative;
}
.mjcprodquotea-panel .mjcprodquotea-panel__quote::before {
  content: '\201C';
  color: #279989;
}
.mjcprodquotea-panel .mjcprodquotea-panel__quote::after {
  content: '\201C';
  color: #279989;
}
.mjcprodquote-panel__eyebrow {
    font-family: 'Barlow', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #279989;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.mjcprodquote-panel__details {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.mjcprodquote-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-size: 0.8rem;
}
.mjcprodquote-detail-row__label {
    font-family: 'Barlow', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #279989;
    opacity: 0.8;
}
.mjcprodquote-detail-row__value {
    opacity: 0.65;
	color: #ffffff;
	font-size: 0.8rem;
}
.mjcprodquote-btn {
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.9em 2.2em;
    border: 1.5px solid currentColor;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    text-decoration: none;
}
.mjcprodquote-btn--outline {
    background: transparent;
    border-color: rgba(255,255,255,0.6);
    color: #ffffff;
}

.mjcprodquote-btn--outline:hover {
    background: #ffffff;
    color: #101820;
}






.mjcprodquote-panel__quote {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    color: #f1e2ab !important;
    margin: 0;
    padding: 0;
    border: none;
}
.mjcprodquotea-panel__quote {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #f1e2ab !important;
	margin: 0;
	padding: 0;
	border: none;
	font-weight: 800;
	font-family: "Barlow Condensed", Sans-serif;
	font-style: inherit;
}
.mjcprodquote-panel .mjcprodquote-panel__quote {
    color: #f1e2ab !important;
    font-style: normal;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1.75rem;
}
.mjcprodquote-panel .mjcprodquote-panel__quote::before {
    content: '\201C';
    color: #279989;
}
.mjcprodquote-panel .mjcprodquote-panel__quote::after {
    content: '\201D';
    color: #279989;
}
.project-quote-panel__cite {
    font-family: 'Barlow', sans-serif;
    font-size: 0.8rem;
    opacity: 0.5;
    line-height: 1.5;
    color: #ffffff;
}
.mjcprodquote-card {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    display: flex;
    flex-direction: column;	
}
.mjcprodquote-card__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    opacity: 0.75;
    transform: scale(1);
    transition: transform 0.5s ease, opacity 0.3s ease;
}
.mjcprodquote-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.2) 100%);
}
.mjcprodquote-card__info {
    position: relative;
    z-index: 2;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    color: #ffffff;
}
.mjcprodquote-card__category {
    font-family: 'Barlow', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #279989;
    margin-bottom: 0.5rem;
}
.mjcprodquote-card__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.mjcprodquote-card__meta {
    font-size: 0.75rem;
    opacity: 0.6;
    margin-bottom: 1rem;
}
.mjcprodquote-card__excerpt {
    font-size: 0.85rem;
    line-height: 1.6;
    opacity: 0.85;
    margin-bottom: 1.25rem;
}
.mjcprodquote-card__link {
    font-family: 'Barlow', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 0.2em;
    align-self: flex-start;
}
/* for project quote panel construction page start */	

/* for breadcrumb start */
/*.mjc-breadcrumb {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Barlow', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ffffff;
	opacity: 0.85;
} */
/*.mjc-breadcrumb a { */
    /*color: #279989;*/
/*	color: #ffffff !important;
    text-decoration: none;
	opacity: 0.85;
}	*/

/* NEW bread crumb */
.mjc-breadcrumb {
    display: flex;
    align-items: center;
    min-height: 32px;
    height: auto;
    margin-left: 140px;
    /* padding: 6px 20px;*/
    width: calc(100% - 140px);
    box-sizing: border-box;
    flex-wrap: wrap;

    font-family: 'Barlow', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.5;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.85;
}

.mjc-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.mjc-breadcrumb a:hover {
	text-decoration: underline;
	color: #fff !important;
}

/* Tablet and mobile */
@media only screen and (max-width: 767px) {
    .mjc-breadcrumb {
        margin-left: 0;
        margin-top: 0px;
        padding: 8px 15px;
        width: 100%;
        min-height: 38px;
        box-sizing: border-box;
        flex-wrap: wrap;
    }
}

.elementor-74 .elementor-element.elementor-element-b0d1cfe {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin-top: 0px;
	margin-bottom: 15px !important;
	padding: 0px 0px 0px 0px;
}
/* for breadcrumb end */	
/* for header on retail page start */
.mjbrd-page-header {
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 4.5rem;
    overflow: hidden;
    /* background: #07272D;*/
}
.mjbrd-page-header__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(7,39,45,0.2) 0%, rgba(7,39,45,0.5) 45%, rgba(7,39,45,0.97) 100%),
                url('/wp-content/uploads/tcg-two-html/retaildivisionimages/Image-%2811%29_mod%2Bgreen.jpg') center / cover no-repeat;
}
.mjbrd-page-header__content {
    position: relative;
    z-index: 2;
    /*padding-top: 150px; */
}
.mjbrd-page-header__label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #279989;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.mjbrd-display-xl {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
   /* font-size:6.5rem; */
	font-size:124px;
    line-height: 0.92;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}
.mjbrd-page-header__subtext {
    max-width: 600px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    opacity: 0.75;
    margin: 1.75rem 0 2.5rem;
	color: #ffffff;
}
.mjbrd-page-header__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
.mjbrd-btn {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.9em 2.2em;
    border: 1.5px solid currentColor;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    text-decoration: none;
}
.mjbrd-btn--primary {
    background: #279989;
    border-color: #279989;
    color: #ffffff;
}
.mjbrd-btn--outline {
    background: transparent;
    border-color: rgba(255,255,255,0.55);
    color: #ffffff;
}
.mjbrd-complexity-bar {
    position: relative;
    z-index: 3;
    margin-top: 4rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
	color: #ffffff;
    opacity: 0.6;
	font-size: 0.8rem;
}
.mjbrd-hero {
    position: relative;
}
/* .mjbrd-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(7,39,45,0.2) 0%, rgba(7,39,45,0.5) 45%, rgba(7,39,45,0.97) 100%);
    pointer-events: none;
    z-index: 1;
}
.mjbrd-hero > .elementor-container {
    position: relative;
    z-index: 2;
}*/
/* for header on retail page end */
	
.mjbrd-service-panel__specialties {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-bottom: 2rem;
	/* padding-top: 1.5rem; */
	color: #ffffff;
	/* border-top: 1px solid rgba(255,255,255,0.1); */
	list-style: none;
	font-size: 0.675rem;
}
.mjbrd-service-panel__specialties1 {
  font-size: 0.80rem;
  color: #07272D;
  opacity: 0.65;
  align-items: flex-start;
  gap: 0.6em;
  line-height: 1.5;
}
.mjbworkcard__overlay1 {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(7,39,45,0.8) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.mjbul-feature-project__highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
}
.mjbul-feature-project__highlight {
    font-size: 0.8rem;
    opacity: 0.55;
    line-height: 1.45;
    display: flex;
    align-items: flex-start;
    gap: 0.5em;
	color: #ffffff !important;
}
.mjbul-feature-project__highlight::before {
	content: '\2B25';
	font-size: 0.55em;
	color: #299686;
	opacity: 1;
	flex-shrink: 0;
	margin-top: 0.25em;
}
	
/* callout box in retail page start */
.mjbss-callout__right {
    border-left: 0px solid rgba(255,255,255,0.15);
    padding-left: clamp(3rem, 5vw, 6rem);
}
.mjbss-callout__stat-block {
    margin-bottom: 3rem;
}
.mjbss-stats-wrapper {
    font-family: 'Barlow Condensed', sans-serif;
    padding: 2rem;
}
.mjbss-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 280px));
    justify-content: center;
    gap: 16px;
    padding: 2rem 0;
}
.mjbss-stat-card {
    background: transparent;
    border-radius: 12px;
    padding: 1.5rem 1.25rem;
    text-align: center;
}
.mjbss-stat-number {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(5rem, 9vw, 8rem);
    font-weight: 800;
    color: white;
    line-height: 0.9;
    margin-bottom: 10px;
    font-variant-numeric: tabular-nums;
}
.mjbss-callout__stat-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.55;
    margin-top: 0.5rem;
}
.mjbss-callout__quote {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 600;
    line-height: 1.25;
    color: #F1E2AB;
    margin-bottom: 0.75rem;
}
.mjbss-callout__quote-source {
    font-size: 0.78rem;
    opacity: 0.5;
    letter-spacing: 0.04em;
}
.mjbss-btn {
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.9em 2.2em;
    border: 1.5px solid currentColor;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
    text-decoration: none;
}
.mjbss-btn--outline {
    background: transparent;
    border-color: rgba(255,255,255,0.55);
    color: #ffffff;									
}
.mjbss-callout__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to left, transparent 50%, rgba(67,105,91,1) 100%);
    z-index: -1;
}
/* callout box in retail page end */	
/* stats box on retail page start */
.scale-callout__stat-label {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  margin-top: 0.5rem;
}
.scale-callout__quote {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #F1E2AB;
  margin-bottom: 0.75rem;
}
.scale-callout__quote-source {
  font-size: 0.78rem;
  opacity: 0.5;
  letter-spacing: 0.04em;
}
    .mjba-stats-wrapper { 
      font-family: 'Barlow Condensed', sans-serif;
    /*  background: #fff;
      padding: 2rem; */
    }
    .mjba-stats-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 280px));
      justify-content: center;
      gap: 16px;
      padding: 2rem 0;
    }
    .mjba-stat-card {
      background: #f5f5f5;
      border-radius: 12px;
      padding: 1.5rem 1.25rem;
      text-align: center;
    }
.mjba-stat-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 6rem;
  font-weight: 800;
  color: white;
  line-height: 0.9;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
}
    .mjba-stat-label {
      font-family: 'Barlow Condensed', sans-serif;
      font-size: 13px;
      color: #666;
      line-height: 1.5;
    }
	.mjbleadcard {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: background 0.3s;
}
.mjbleadcard__quote {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.25;
    color: #F1E2AB;
    margin-bottom: 0.75rem;
    opacity: 0.7;
    flex-grow: 1;
	font-size: 1.7rem;
    flex-grow: 1;
}
.mjbleadcard__quote::before {
    content: '\201C';
    color: #279989;
    font-style: normal;
    font-weight: 700;
    margin-right: 2px;
}
.mjbleadcard__quote::after {
    content: '\201D';
    color: #279989;
    font-style: normal;
    font-weight: 700;
    margin-left: 2px;
}
.mjbleadcard__quote-source {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.78rem;
    color: #ffffff;
    opacity: 0.5;
    letter-spacing: 0.04em;
}
/* added so dropdowns do not display multiple when returning fom lightbox start */
.main-navigation .menu-item-has-children > a .dropdown-menu-toggle {
    display: none;
}
/* added so dropdowns do not display multiple when returning fom lightbox end */

/* strip for project pages start*/
.scope-strip {
  background: #07272d;
 /* border-bottom: 1px solid rgba(255,255,255,0.06);*/
  padding: 1rem 0;
}	 
.scope-strip__inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}
.scope-strip__heading {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #279989;
	margin-right: 0.75rem;
	opacity: 0.8;
	flex-shrink: 0;
}
.scope-tag {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0.4em 0.9em;
	border: 1px solid rgba(255,255,255,0.15);
	opacity: 0.7;
	color: #ffffff;
}
/* strip for project pages end*/

/* finish cards start */

/* Equal-height card grid */
.mjbfincard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
    align-items: stretch;
	background: #edf0f0;
}

.mjbfincard-grida {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.2rem;
	align-items: stretch;
	background: #edf0f0;
}

.mjbfincard-gridfive {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0.2rem;
	align-items: stretch;
	background: #edf0f0;
}

@media (max-width: 1024px) {
    .mjbfincard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .mjbfincard-grid {
        grid-template-columns: 1fr;
    }
}
.mjbfincard {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
	height: 100%;
}
.mjbfincard__image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
   /* background: #43695b; */
    background: #ffffff;
    flex-shrink: 0;
}
.mjbfincard__image img {
    /*position: absolute;*/
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    filter: grayscale(15%);
    display: block;
    max-width: 100%;
}
.mjbfincard:hover .mjbfincard__image img {
    transform: scale(1.05);
    filter: grayscale(0%);
}
.mjbfincard__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem 1.5rem 2rem;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s;
}
.mjbfincard:hover .mjbfincard__content {
    border-color: #279989;
}
.mjbfincard__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #07272d;
    margin-bottom: 0.6rem;
}
.mjbfincard__body {
    font-size: 0.825rem;
    line-height: 1.65;
    color: #63666a;
}
/* finish cards end */

/* core value card start */
.mjbval-wrap * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.mjbval-wrap {
    --teal:         #279989;
    --midnight:     #07272d;
    --sage:         #43695B;
    --white:        #ffffff;
    --font-display: 'Barlow Condensed', sans-serif;
    --font-body:    'Barlow', sans-serif;
    font-family: var(--font-body);
}

/* ── GRID ─────────────────────────────────────────────── */
.mjbval-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(3rem, 5vw, 6rem);
    align-items: start;
}
@media (max-width: 768px) {
    .mjbval-grid {
        grid-template-columns: 1fr;
    }
    .mjbval-image-panel {
        display: none;
    }
}

/* ── ACCORDION LIST ───────────────────────────────────── */
.mjbval-list {
    display: flex;
    flex-direction: column;
}
.mjbval-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.mjbval-item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    cursor: pointer;
    user-select: none;
    gap: 1rem;
}
.mjbval-item__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--midnight);
    transition: color 0.2s;
	color: #fff;
}
.mjbval-item.mjbval-active .mjbval-item__title {
    color: var(--teal);
}
.mjbval-item__toggle {
    font-family: 'Barlow Condensed', sans-serif;;
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--teal);
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.mjbval-item.mjbval-active .mjbval-item__toggle {
    transform: rotate(45deg);
}
.mjbval-item__body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding-bottom: 0;
}
.mjbval-item.mjbval-active .mjbval-item__body {
    max-height: 300px;
    padding-bottom: 1.5rem;
}
.mjbval-item__text {
    font-size: 0.9rem;
    line-height: 1.75;
    color: #ffffff69;
    font-weight: 300;
}

/* ── STICKY IMAGE PANEL ───────────────────────────────── */
.mjbval-image-panel {
    position: sticky;
    top: 100px;
    aspect-ratio: 3/4;
    overflow: hidden;
   /* background: #43695B; */
}
.mjbval-image-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: block;
}
.mjbval-image-panel img.mjbval-visible {
    opacity: 1;
} 
.mjbval-item__title::before {
    content: '◆';
    font-size: 0.55em;
    color: #279989;
    flex-shrink: 0;
    margin-right: 0.5em;
    vertical-align: middle;
}
.mjbval-item__toggle {
	width: 28px;
	height: 28px;
	flex-shrink: 0;
	border: 1.5px solid rgba(177, 177, 177, 0.2);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 1;
	transition: all 0.2s;
	color: rgba(177, 177, 177, 0.2);
	font-family: var(--font-display);
	font-weight: 700;
}
.mjbval-item.mjbval-active .mjbval-item__toggle {
    border-color: #279989;
    color: #279989;
    transform: rotate(45deg);
}
/* core value card end */
/* perks cards start */
/* Mission Perks */
.mjb-mission__perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(7, 39, 45, 0.1);
}

.mjb-perk {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.mjb-perk__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1.5px solid rgba(39, 153, 137, 0.4);
    border-radius: 50%;

    color: #279989;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 800;
    font-size: 0.8rem;

    margin-top: 0.1rem;
}

.mjb-perk__text {
    flex: 1;
}

.mjb-perk__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #07272D
    margin-bottom: 0.2rem;
}

.mjb-perk__desc {
    font-size: 0.78rem;
    line-height: 1.55;
    color: #63666A;
    margin: 0;
}

/* Responsive */
@media (max-width: 767px) {
    .mjb-mission__perks {
        grid-template-columns: 1fr;
    }
}
/* perks cards end */
/* ==========================
   MJB JOB LIST start
   ========================== */

.mjb-jobs__list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255,255,255,.08);
}

.mjb-job-row {
    border-bottom: 1px solid rgba(255,255,255,.08);
    transition: background .25s ease;
}

.mjb-job-row:hover {
    background: rgba(255,255,255,.02);
}

.mjb-job-row__header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 2rem;
    align-items: center;
    padding: 1.5rem 0;
    cursor: pointer;
}

.mjb-job-row__title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(1.1rem,1.6vw,1.35rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
	color: #ffffff
}

.mjb-job-row__dept {
    margin-top: .2rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #279989;
    opacity: .8;
}

.mjb-job-row__type {
    padding: .35em .85em;
    border: 1px solid rgba(255,255,255,.18);
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;

    opacity: .6;
}

.mjb-job-row__arrow {
    flex-shrink: 0;

    color: #279989;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;

    opacity: .6;
    transition: transform .25s ease, opacity .25s ease;
}

.mjb-job-row__body {
    display: block;
    overflow: hidden;
    max-height: 0;
    padding-bottom: 0;
    transition:
        max-height .35s ease,
        padding .25s ease;
}

.mjb-job-row__desc {
    margin-bottom: 1.25rem;
    font-size: .95rem;
    line-height: 1.75;
    color: rgba(255,255,255,.72);
}

.mjb-job-row__apply {
    display: inline-flex;
    align-self: flex-start;
    text-decoration: none;
    color: #279989;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;

    color: #279989;

    transition: opacity .2s ease;
}

.mjb-job-row__apply:hover {
    opacity: .75;
}

@media (max-width:767px){

    .mjb-job-row__header{
        grid-template-columns:1fr;
        gap:.75rem;
    }

    .mjb-job-row__type,
    .mjb-job-row__arrow{
        justify-self:start;
    }

}
.mjb-job-row__apply {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.6em;

    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;

    color: #279989;

    transition:
        gap .2s ease,
        opacity .2s ease;
}

.mjb-job-row__apply::after {
    content: "→";
    transition: transform .2s ease;
}

.mjb-job-row__apply:hover {
    color: #279989;
	gap: 1em;
    opacity: .8;
}

.mjb-job-row__apply:hover::after {
    transform: translateX(3px);
}
/* ==========================================
   Accordion Open State
   ========================================== */

.mjb-job-row.is-open {
    background: rgba(255,255,255,.02);
}

.mjb-job-row.is-open .mjb-job-row__body {
    padding-bottom: 1.75rem;
}

.mjb-job-row.is-open .mjb-job-row__arrow {
    transform: rotate(90deg);
    opacity: 1;
}

/* Hover */

.mjb-job-row:hover {
    background: rgba(255,255,255,.015);
}

.mjb-job-row:hover .mjb-job-row__arrow {
    opacity: 1;
}
/* ==========================
   MJB JOB LIST end
   ========================== */
   /*   overlay  4 image start */
   .mjbimgoverlay {
    position: relative;
    display: block;
}
.mjbimgoverlay img {
    display: block;
    width: 100%;
    height: auto;
}
.mjbimgoverlay__grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, rgba(67,105,91,0.9) 100%);
    pointer-events: none;
}
   /*   overlay  4 image end */
   
   /* connection cards start */
.mjb-connection-card {
	background: #ffffff;
	border-left: 3px solid #279989;
	padding: 1.25rem 1.5rem;
	margin-bottom: 0.75rem;
}
.mjb-connection-card__title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #07272D;
	margin-bottom: 0.35rem;
}
.mjb-connection-card__desc {
font-family: 'Barlow', sans-serif;
	font-size: 0.78rem;
	color: #63666A;
	line-height: 1.55;
}   
   
   /* connection cards end */
/* social button links start */
.mbj-social-row {
	display: flex;
	gap: 0.75rem;
	flex-wrap: wrap;
}
.mbj-social-link:hover {
  background: #07272D;
  color: #ffffff;
  border-color: #07272D;
}
.mbj-social-link {
  font-family: 'Barlow', sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4em 0.85em;
  border: 1px solid rgba(7,39,45,0.15);
    border-top-color: rgba(7, 39, 45, 0.15);
    border-right-color: rgba(7, 39, 45, 0.15);
    border-bottom-color: rgba(7, 39, 45, 0.15);
    border-left-color: rgba(7, 39, 45, 0.15);
  color: #07272D;
  transition: all 0.2s;
}
/* social button links end */   
/* nenu contact selection colors start*/
/*.menu-item-6778 {
    background-color: #279989;
	padding: 10px 20px !important;
}

.menu-item-6778 a {
    color: #ffffff;
	padding: 10px 20px !important;
}


.menu-item-6778 a:hover {
    background-color: #279989;
    color: #fffff;
	padding: 10px 20px !important;
}
*/
/* nenu contact selection colors end*/


/* page-id-7068 css scoped for founding-farmers-alexandria page start*/  
 /* :root {
    --midnight-pine: #07272D;
    --deep-sage:     #43695B;
    --cool-gray:     #63666A;
    --teal:          #279989;
    --porcelain:     #F1E2AB;
    --onyx:          #101820;
    --white:         #FFFFFF;
    --off-white:     #F4F4F0;
    --font-display: 'Barlow Condensed', sans-serif;
    --font-body:    'Barlow', sans-serif;
    --section-pad:  clamp(5rem, 9vw, 9rem);
    --gutter:       clamp(1.page-id-7068 .5rem, 5vw, 5rem);
  } */
  
body.page-id-7068 {
  --midnight-pine: #07272D;
  --deep-sage:     #43695B;
  --cool-gray:     #63666A;
  --teal:          #279989;
  --porcelain:     #F1E2AB;
  --onyx:          #101820;
  --white:         #FFFFFF;
  --off-white:     #F4F4F0;
  --font-display: 'Barlow Condensed', sans-serif;
  --font-body:    'Barlow', sans-serif;
  --section-pad:  clamp(5rem, 9vw, 9rem);
  --gutter:       clamp(1.5rem, 5vw, 5rem);
}  

 /* *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); background: var(--onyx); color: var(--white); overflow-x: hidden; line-height: 1.page-id-7068 .6; }
  img  { display: block; max-width: 100%; }
  a    { color: inherit; text-decoration: none; }
*/

body.page-id-7068 {
  font-family: var(--font-body);
  background: var(--onyx);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.6; 
}

body.page-id-7068 *,
body.page-id-7068 *::before,
body.page-id-7068 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body.page-id-7068 img {
  display: block;
  max-width: 100%;
}

body.page-id-7068 a {
  color: inherit;
  text-decoration: none;
}

  .page-id-7068 .container { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); }

  /* -- Type -- */
  .page-id-7068 .eyebrow {
    display: inline-flex; align-items: center; gap: 0.5em;
    font-family: var(--font-display); font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; margin-bottom: 1.25rem;
  }
  .page-id-7068 .eyebrow::before { content: '\25C6'; font-size: 0.6em; color: var(--teal); opacity: 1; }
  .page-id-7068 .eyebrow--dark { color: var(--midnight-pine); opacity: 1; }

  .page-id-7068 .display-xl { font-family: var(--font-display); font-weight: 800; font-size: clamp(3rem, 7vw, 6.5rem); line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase; }
  .page-id-7068 .display-lg { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; }
  .page-id-7068 .display-md { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.3rem, 2vw, 1.9rem); line-height: 1.05; text-transform: uppercase; }

  /* -- Buttons -- */
  .page-id-7068 .btn { display: inline-block; font-family: var(--font-display); font-size: 0.875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.9em 2.2em; border: 1.5px solid currentColor; border-radius: 0; transition: background 0.2s, color 0.2s; cursor: pointer; }
  .page-id-7068 .btn--primary { background: var(--teal); border-color: var(--teal); color: var(--white); }
  .page-id-7068 .btn--primary:hover { background: #1e7a6c; border-color: #1e7a6c; }
  .page-id-7068 .btn--outline { background: transparent; border-color: rgba(255,255,255,0.55); color: var(--white); }
  .page-id-7068 .btn--outline:hover { background: var(--white); color: var(--onyx); }
  .page-id-7068 .btn--outline-dark { background: transparent; border-color: var(--midnight-pine); color: var(--midnight-pine); }
  .page-id-7068.btn--outline-dark:hover { background: var(--midnight-pine); color: var(--white); }

  /* -- Nav -- */
  .page-id-7068 .nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.25rem var(--gutter); display: flex; align-items: center; justify-content: space-between; background: rgba(7,39,45,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.07); }
  .page-id-7068 .nav__logo { font-family: var(--font-display); font-weight: 800; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; display: flex; align-items: center; gap: 0.5rem; }
  .page-id-7068 .nav__links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
  .page-id-7068 .nav__links a { font-family: var(--font-display); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; transition: opacity 0.2s; }
  .page-id-7068 .nav__links a:hover { opacity: 1; }

  /* -- Breadcrumb -- */
  .page-id-7068 .breadcrumb { padding: calc(72px + 1.5rem) var(--gutter) 1.5rem; max-width: 1320px; margin: 0 auto; font-family: var(--font-display); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.4; display: flex; gap: 0.6em; align-items: center; }
  .page-id-7068 .breadcrumb a { opacity: 0.8; transition: opacity 0.2s; }
  .page-id-7068 .breadcrumb a:hover { opacity: 1; }
  .page-id-7068 .breadcrumb__sep { opacity: 0.35; }

  /* =====================================================
     PAGE HEADER
  ===================================================== */
  .page-id-7068 .page-header { background: var(--midnight-pine)!important; padding: 0 0 clamp(3rem, 5vw, 5rem); }
  .page-id-7068 .page-header__inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; padding: 0 var(--gutter); max-width: 1320px; margin: 0 auto; }
  .page-id-7068 .page-header__label { font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
  .page-id-7068 .page-header__label::before { content: '\25C6'; }
  .page-id-7068 .page-header__meta { display: flex; flex-direction: column; gap: 1.5rem; padding-left: clamp(2rem, 4vw, 4rem); border-left: 1px solid rgba(255,255,255,0.1); min-width: 220px; align-self: end; padding-bottom: 0.25rem; }
  .page-id-7068 .meta-item__label { font-family: var(--font-display); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); opacity: 0.8; margin-bottom: 0.3rem; }
  .page-id-7068 .meta-item__value { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.25; }

  /* =====================================================
     HERO IMAGE
  ===================================================== */
  .page-id-7068 .hero-image { position: relative; overflow: hidden; width: 100%; aspect-ratio: 21/9; background: var(--deep-sage); }
  .page-id-7068 .hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .page-id-7068 .hero-image::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 30%; background: linear-gradient(to bottom, transparent, rgba(7,39,45,0.6)); }

  /* =====================================================
     SCOPE STRIP
  ===================================================== */
  .page-id-7068 .scope-strip { background: var(--midnight-pine); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 1.75rem 0; }
  .page-id-7068 .scope-strip__inner { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
  .page-id-7068 .scope-strip__heading { font-family: var(--font-display); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-right: 0.75rem; opacity: 0.8; flex-shrink: 0; }
  .page-id-7068 .scope-tag { font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4em 0.9em; border: 1px solid rgba(255,255,255,0.15); opacity: 0.7; }

  /* =====================================================
     THE STORY -- light / off-white
  ===================================================== */
.page-id-7068 .story { padding: var(--section-pad) 0; background: var(--off-white); color: var(--onyx); }
.page-id-7068 .story__grid { display: grid; grid-template-columns: 5fr 4fr; gap: clamp(3rem, 6vw, 8rem); align-items: start; }
.page-id-7068 .story__lead { font-family: var(--font-display); font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 600; line-height: 1.2; color: var(--midnight-pine); margin-bottom: 2rem; }
.page-id-7068 .story__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; color: var(--cool-gray); margin-bottom: 1.4rem; }
.page-id-7068 .story__images { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 100px; }
.page-id-7068 .story__img-block { position: relative; overflow: hidden; background: var(--cool-gray); }
.page-id-7068 .story__img-block--tall { aspect-ratio: 3/4; }
.page-id-7068 .story__img-block--wide { aspect-ratio: 16/10; }
.page-id-7068 .story__img-block img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
.page-id-7068 .story__img-block:hover img { transform: scale(1.03); }

  /* =====================================================
     BAR SPOTLIGHT -- dark / midnight pine
  ===================================================== */
.page-id-7068 .bar-spotlight { padding: var(--section-pad) 0; background: var(--midnight-pine); position: relative; overflow: hidden; }
.page-id-7068 .bar-spotlight__inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--card-gap, 1px); }
.page-id-7068 .bar-spotlight__image { position: relative; overflow: hidden; background: var(--deep-sage); min-height: 540px; }
.page-id-7068 .bar-spotlight__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.85; transition: opacity 0.4s; }
.page-id-7068 .bar-spotlight__image:hover img { opacity: 1; }
.page-id-7068 .bar-spotlight__content { padding: clamp(3rem, 5vw, 5rem) clamp(2.5rem, 4vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
.page-id-7068 .bar-spotlight__pull { font-family: var(--font-display); font-size: clamp(1.4rem, 2.5vw, 2.1rem); font-weight: 600; line-height: 1.15; color: var(--porcelain); margin-bottom: 2rem; }
.page-id-7068 .bar-spotlight__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; opacity: 0.72; margin-bottom: 1.25rem; }
  /* Detail list */
.page-id-7068 .detail-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.page-id-7068 .detail-list li { font-size: 0.875rem; opacity: 0.65; display: flex; align-items: flex-start; gap: 0.75em; line-height: 1.55; }
.page-id-7068 .detail-list li::before { content: '--'; opacity: 0.4; font-size: 0.75em; flex-shrink: 0; margin-top: 0.15em; font-family: var(--font-display); }

  /* =====================================================
     SCOPE DETAIL -- sage / how we worked
  ===================================================== */
.page-id-7068 .scope-detail { padding: var(--section-pad) 0; background: var(--deep-sage); position: relative; overflow: hidden; }
.page-id-7068 .scope-detail__bg-mark { position: absolute; right: -2rem; top: 50%; transform: translateY(-50%); font-family: var(--font-display); font-size: 28vw; font-weight: 800; text-transform: uppercase; letter-spacing: -0.05em; opacity: 0.05; pointer-events: none; user-select: none; line-height: 1; }
.page-id-7068 .scope-detail__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 8rem); align-items: start; }
.page-id-7068 .scope-detail__pull { font-family: var(--font-display); font-size: clamp(1.4rem, 2.5vw, 2.1rem); font-weight: 600; line-height: 1.15; color: var(--porcelain); margin-bottom: 2rem; }
.page-id-7068 .scope-detail__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; opacity: 0.75; margin-bottom: 1.25rem; }

  /* =====================================================
     GALLERY -- 4-up grid, light / white
  ===================================================== */
.page-id-7068 .gallery { background: var(--white); color: var(--onyx); }
.page-id-7068 .gallery__header { padding: var(--section-pad) 0 clamp(2.5rem, 4vw, 4rem); }
.page-id-7068 .gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr) 1fr; grid-template-rows: auto auto; gap: 1px; background: rgba(7,39,45,0.07); }
.page-id-7068 .gallery__item { position: relative; overflow: hidden; background: var(--cool-gray); }
.page-id-7068 .gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
.page-id-7068 .gallery__item:hover img { transform: scale(1.04); }
  /* Large item spans 2 rows on left */
.page-id-7068 .gallery__item--tall { grid-row: span 2; aspect-ratio: 3/4; }
.page-id-7068 .gallery__item--standard { aspect-ratio: 16/10; }
.page-id-7068 .gallery__item--wide { grid-column: span 2; aspect-ratio: 16/7; }
.page-id-7068 .gallery__item--full-width { grid-column: 1 / -1; aspect-ratio: 21 / 8;}
.page-id-7068 .gallery__item--third {aspect-ratio: 4 / 3;}


  /* =====================================================
     PROCESS PAIR -- shop vs site
  ===================================================== */
.page-id-7068 .process-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.04); }
.page-id-7068 .process-panel { position: relative; overflow: hidden; background: var(--midnight-pine); min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; }
.page-id-7068 .process-panel__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.45; transition: opacity 0.4s; }
.page-id-7068 .process-panel:hover .process-panel__image { opacity: 0.6; }
.page-id-7068 .process-panel__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,39,45,0.92) 0%, transparent 60%); }
.page-id-7068 .process-panel__content { position: relative; z-index: 2; padding: clamp(2rem, 3.5vw, 3.5rem); }
.page-id-7068 .process-panel__label { font-family: var(--font-display); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; }
.page-id-7068 .process-panel__caption { font-family: var(--font-display); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 700; text-transform: uppercase; line-height: 1.1; margin-bottom: 0.75rem; }
.page-id-7068 .process-panel__body { font-size: 0.85rem; line-height: 1.65; opacity: 0.65; font-weight: 300; max-width: 380px; }

  /* =====================================================
     SIMILAR PROJECTS -- dark
  ===================================================== */
.page-id-7068 .similar { padding: var(--section-pad) 0; background: var(--midnight-pine); }
.page-id-7068 .similar__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
.page-id-7068 .similar-card { position: relative; overflow: hidden; background: var(--deep-sage); aspect-ratio: 4/3; cursor: pointer; display: block; }
.page-id-7068 .similar-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.6; transition: transform 0.5s ease, opacity 0.3s; }
.page-id-7068 .similar-card:hover .similar-card__img { transform: scale(1.04); opacity: 0.5; }
.page-id-7068 .similar-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,39,45,0.9) 0%, transparent 55%); }
.page-id-7068 .similar-card__info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; z-index: 2; }
.page-id-7068 .similar-card__cat { font-family: var(--font-display); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.35rem; }
  /* HARDCODED -- never inherit */
.page-id-7068 .similar-card__title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; line-height: 1.05; color: #FFFFFF; }

  /* =====================================================
     CTA BAND
  ===================================================== */
.page-id-7068 .cta-band { padding: clamp(4rem, 7vw, 6.5rem) 0; background: var(--deep-sage); border-top: 1px solid rgba(255,255,255,0.05); }
.page-id-7068 .cta-band__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2.5rem; }
.page-id-7068 .cta-band__headline { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.02; margin-bottom: 0.5rem; }
.page-id-7068 .cta-band__sub { font-size: 0.9rem; opacity: 0.7; font-weight: 300; max-width: 440px; line-height: 1.65; }
.page-id-7068 .cta-band__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; flex-shrink: 0; }
.page-id-7068 .cta-band__divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }
.page-id-7068 .cta-band__direct { font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: flex; flex-direction: column; gap: 0.3rem; opacity: 0.55; }
.page-id-7068 .cta-band__direct a { transition: opacity 0.2s; }
.page-id-7068 .cta-band__direct a:hover { opacity: 1; }

.page-id-7068 .footer-strip { background: var(--onyx); border-top: 1px solid rgba(255,255,255,0.06); padding: 2rem var(--gutter); display: flex; justify-content: space-between; align-items: center; font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.4; }

  /* =====================================================
     RESPONSIVE
  ===================================================== */
  @media (max-width: 1024px) {
  .page-id-7068 .gallery__grid { grid-template-columns: 1fr 1fr; }
  .page-id-7068 .gallery__item--tall { grid-row: span 1; aspect-ratio: 4/3; }
  .page-id-7068 .gallery__item--wide { grid-column: span 2; }
  }
  @media (max-width: 900px) {
  .page-id-7068 .nav__links { display: none; }
  .page-id-7068 .page-header__inner { grid-template-columns: 1fr; }
  .page-id-7068 .page-header__meta { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; }
  .page-id-7068 .story__grid, .bar-spotlight__inner, .scope-detail__inner { grid-template-columns: 1fr; }
  .page-id-7068 .story__images { position: static; flex-direction: row; }
  .page-id-7068 .bar-spotlight__image { min-height: 320px; }
  .page-id-7068 .process-pair { grid-template-columns: 1fr; }
  .page-id-7068 .similar__grid { grid-template-columns: 1fr 1fr; }
  .page-id-7068 .cta-band__inner { flex-direction: column; align-items: flex-start; }
  .page-id-7068 .cta-band__divider { display: none; }
  .page-id-7068 .hero-image { aspect-ratio: 16/9; }
  }
  @media (max-width: 600px) {
  .page-id-7068 .similar__grid { grid-template-columns: 1fr; }
  .page-id-7068 .gallery__grid { grid-template-columns: 1fr; }
  .page-id-7068 .gallery__item--wide { grid-column: span 1; }
  .page-id-7068 .story__images { flex-direction: column; }
  }
/* page-id-7068 css scoped for founding-farmers-alexandria page end */    
/* css items for founding fathers alexandria page start */
  :root {
    --ffa-midnight-pine: #07272D;
    --ffa-deep-sage:     #43695B;
    --ffa-cool-gray:     #63666A;
    --ffa-teal:          #279989;
    --ffa-porcelain:     #F1E2AB;
    --ffa-onyx:          #101820;
    --ffa-white:         #FFFFFF;
    --ffa-off-white:     #F4F4F0;
    --ffa-font-display: 'Barlow Condensed', sans-serif;
    --ffa-font-body:    'Barlow', sans-serif;
    --ffa-section-pad:  clamp(5rem, 9vw, 9rem);
    --ffa-gutter:       clamp(1.5rem, 5vw, 5rem);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--ffa-font-body); background: var(--ffa-onyx); color: var(--ffa-white); overflow-x: hidden; line-height: 1.6; }
  img  { display: block; max-width: 100%; }
  a    { color: inherit; text-decoration: none; }

  .ffa-container { max-width: 1320px; margin: 0 auto; /*padding: 0 var(--ffa-gutter);*/ }

  /* -- Type -- */
  .ffa-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5em;
    font-family: var(--ffa-font-display); font-size: 0.75rem; font-weight: 600; color: #fff;
    letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; margin-bottom: 1.25rem;
  }
  .ffa-eyebrow::before { content: '\25C6'; font-size: 0.6em; color: var(--ffa-teal); opacity: 1; }
  .ffa-eyebrow--dark { color: var(--ffa-midnight-pine); opacity: 1; }

  .ffa-display-xl { font-family: var(--ffa-font-display)!important; font-weight: 800; font-size: clamp(3rem, 7vw, 6.5rem); line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase; color: #fff }
  .ffa-display-lg { font-family: var(--ffa-font-display)!important; font-weight: 800; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; text-align: inherit; }
  .ffa-display-md { font-family: var(--ffa-font-display)!important; font-weight: 700; font-size: clamp(1.3rem, 2vw, 1.9rem); line-height: 1.05; text-transform: uppercase; color: #fff; text-align: inherit;}

  /* -- Buttons -- */
  .ffa-btn { display: inline-block; font-family: var(--ffa-font-display)!important; font-size: 0.875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.9em 2.2em; border: 1.5px solid currentColor; border-radius: 0; transition: background 0.2s, color 0.2s; cursor: pointer; }
  .ffa-btn--primary { background: var(--ffa-teal); border-color: var(--ffa-teal); color: var(--ffa-white); }
  .ffa-btn--primary:hover { background: #1e7a6c; border-color: #1e7a6c; }
  .ffa-btn--outline { background: transparent; border-color: rgba(255,255,255,0.55); color: var(--ffa-white); }
  .ffa-btn--outline:hover { background: var(--ffa-white); color: var(--ffa-onyx); }
  .ffa-btn--outline-dark { background: transparent; border-color: var(--ffa-midnight-pine); color: var(--ffa-midnight-pine); }
  .ffa-btn--outline-dark:hover { background: var(--ffa-midnight-pine); color: var(--ffa-white); }

  /* -- Nav -- */
  .ffa-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.25rem var(--ffa-gutter); display: flex; align-items: center; justify-content: space-between; background: rgba(7,39,45,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.07); }
  .ffa-nav__logo { font-family: var(--ffa-font-display); font-weight: 800; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; display: flex; align-items: center; gap: 0.5rem; }
  .ffa-nav__links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
  .ffa-nav__links a { font-family: var(--ffa-font-display); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; transition: opacity 0.2s; }
  .ffa-nav__links a:hover { opacity: 1; }

  /* -- Breadcrumb -- */
  .ffa-breadcrumb { padding: calc(72px + 1.5rem) var(--ffa-gutter) 1.5rem; max-width: 1320px; margin: 0 auto; font-family: var(--ffa-font-display); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.4; display: flex; gap: 0.6em; align-items: center; }
  .ffa-breadcrumb a { opacity: 0.8; transition: opacity 0.2s; }
  .ffa-breadcrumb a:hover { opacity: 1; }
  .ffa-breadcrumb__sep { opacity: 0.35; }

  /* =====================================================
     PAGE HEADER
  ===================================================== */
  .ffa-page-header { background: var(--ffa-midnight-pine); padding: 0 0 clamp(3rem, 5vw, 5rem); }
  .ffa-page-header__inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; padding: 0 var(--ffa-gutter); max-width: 1320px; margin: 0 auto; }
  .ffa-page-header__label { font-family: var(--ffa-font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--ffa-teal); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
  .ffa-page-header__label::before { content: '\25C6'; }
  .ffa-page-header__meta { display: flex; flex-direction: column; gap: 1.5rem; padding-left: clamp(2rem, 4vw, 4rem); border-left: 1px solid rgba(255,255,255,0.1); min-width: 220px; align-self: end; padding-bottom: 0.25rem; }
  .ffa-meta-item__label { font-family: var(--ffa-font-display); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ffa-teal); opacity: 0.8; margin-bottom: 0.3rem; }
  .ffa-meta-item__value { font-family: var(--ffa-font-display); font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.25; color: #fff;}

  /* =====================================================
     HERO IMAGE
  ===================================================== */
  .ffa-hero-image { position: relative; overflow: hidden; width: 100%; aspect-ratio: 21/9; background: var(--ffa-deep-sage); }
  .ffa-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .ffa-hero-image::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 30%; background: linear-gradient(to bottom, transparent, rgba(7,39,45,0.6)); }

  /* =====================================================
     SCOPE STRIP
  ===================================================== */
  .ffa-scope-strip { background: var(--ffa-midnight-pine); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 1.75rem 0; }
  .ffa-scope-strip__inner { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
  .ffa-scope-strip__heading { font-family: var(--ffa-font-display); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ffa-teal); margin-right: 0.75rem; opacity: 0.8; flex-shrink: 0; }
  .ffa-scope-tag { font-family: var(--ffa-font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4em 0.9em; border: 1px solid rgba(255,255,255,0.15); opacity: 0.7; color:#fff; }

  /* =====================================================
     THE STORY -- light / off-white
  ===================================================== */
  .ffa-story { padding: var(--ffa-section-pad) 0; background: var(--ffa-off-white); color: var(--ffa-onyx); }
  .ffa-story__grid { display: grid; grid-template-columns: 5fr 4fr; gap: clamp(3rem, 6vw, 8rem); align-items: start; }
  .ffa-story__lead { font-family: var(--ffa-font-display); font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 600; line-height: 1.2; color: var(--ffa-midnight-pine); margin-bottom: 2rem; }
  .ffa-story__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; color: var(--ffa-cool-gray); margin-bottom: 1.4rem; }
  .ffa-story__images { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 100px; }
  .ffa-story__img-block { position: relative; overflow: hidden; background: var(--ffa-cool-gray); }
  .ffa-story__img-block--tall { aspect-ratio: 3/4; }
  .ffa-story__img-block--wide { aspect-ratio: 16/10; }
  .ffa-story__img-block img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover !important; object-position: center; transition: transform 0.5s ease; }
  .ffa-story__img-block:hover img { transform: scale(1.03); }

  /* =====================================================
     BAR SPOTLIGHT -- dark / midnight pine
  ===================================================== */
  .ffa-bar-spotlight { padding: var(--ffa-section-pad) 0; background: var(--ffa-midnight-pine); position: relative; overflow: hidden; }
  .ffa-bar-spotlight__inner { display: grid; grid-template-columns: 1fr 1fr; gap: var(--ffa-card-gap, 1px); }
  .ffa-bar-spotlight__image { position: relative; overflow: hidden; background: var(--ffa-deep-sage); min-height: 540px; }
  .ffa-bar-spotlight__image img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; opacity: 0.85; transition: opacity 0.4s; }
  .ffa-bar-spotlight__image:hover img { opacity: 1; }
  .ffa-bar-spotlight__content { padding: clamp(3rem, 5vw, 5rem) clamp(2.5rem, 4vw, 4.5rem); display: flex; flex-direction: column; justify-content: center; }
  .ffa-bar-spotlight__pull { font-family: var(--ffa-font-display); font-size: clamp(1.4rem, 2.5vw, 2.1rem); font-weight: 600; line-height: 1.15; color: var(--ffa-porcelain); margin-bottom: 2rem; }
  .ffa-bar-spotlight__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; opacity: 0.72; margin-bottom: 1.25rem; color: #fff; }
  /* Detail list */
  .ffa-detail-list { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
  .ffa-detail-list li { font-size: 0.875rem; opacity: 0.65; display: flex; align-items: flex-start; gap: 0.75em; line-height: 1.55; color: #fff; }
  .ffa-detail-list li::before { content: '--'; opacity: 0.4; font-size: 0.75em; flex-shrink: 0; margin-top: 0.15em; font-family: var(--ffa-font-display); }

  /* =====================================================
     SCOPE DETAIL -- sage / how we worked
  ===================================================== */
  .ffa-scope-detail { padding: var(--ffa-section-pad) 0; background: var(--ffa-deep-sage); position: relative; overflow: hidden; }
  .ffa-scope-detail__bg-mark { position: absolute; right: -0.5rem; top: 50%; transform: translateY(-50%); font-family: var(--ffa-font-display); font-size: 28vw; font-weight: 800; text-transform: uppercase; letter-spacing: -0.05em; opacity: 0.05; pointer-events: none; user-select: none; line-height: 1; color: #fff; }
  .ffa-scope-detail__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 8rem); align-items: start; }
  .ffa-scope-detail__pull { font-family: var(--ffa-font-display); font-size: clamp(1.4rem, 2.5vw, 2.1rem); font-weight: 600; line-height: 1.15; color: var(--ffa-porcelain); margin-bottom: 2rem; }
  .ffa-scope-detail__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; opacity: 0.75; margin-bottom: 1.25rem; color: #fff; }

  /* =====================================================
     GALLERY -- 4-up grid, light / white
  ===================================================== */
  .ffa-gallery { background: var(--ffa-white); color: var(--ffa-onyx); }
  .ffa-gallery__header { padding: var(--ffa-section-pad) 0 clamp(2.5rem, 4vw, 4rem); }
  .ffa-gallery__grid { display: grid; grid-template-columns: repeat(2, 1fr) 1fr; grid-template-rows: auto auto; gap: 1px; background: rgba(7,39,45,0.07); }
  .ffa-gallery__item { position: relative; overflow: hidden; background: var(--ffa-cool-gray); }
  .ffa-gallery__item img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
  .ffa-gallery__item:hover img { transform: scale(1.04); }
  /* Large item spans 2 rows on left */
  .ffa-gallery__item--tall { grid-row: span 2; aspect-ratio: 3/4; }
  .ffa-gallery__item--standard { aspect-ratio: 16/10; }
  .ffa-gallery__item--wide { grid-column: span 2; aspect-ratio: 16/7; }
  .ffa-gallery__item--full-width { grid-column: 1 / -1; aspect-ratio: 21 / 8;}
  .ffa-gallery__item--third {aspect-ratio: 4 / 3;}


  /* =====================================================
     PROCESS PAIR -- shop vs site
  ===================================================== */
  .ffa-process-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.04); }
  .ffa-process-panel { position: relative; overflow: hidden; background: var(--ffa-midnight-pine); min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; }
  .ffa-process-panel__image { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; opacity: 0.45; transition: opacity 0.4s; }
  .ffa-process-panel:hover .ffa-process-panel__image { opacity: 0.6; }
  .ffa-process-panel__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,39,45,0.92) 0%, transparent 60%); }
  .ffa-process-panel__content { position: relative; z-index: 2; padding: clamp(2rem, 3.5vw, 3.5rem); }
  .ffa-process-panel__label { font-family: var(--ffa-font-display); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ffa-teal); margin-bottom: 0.75rem; }
  .ffa-process-panel__caption { font-family: var(--ffa-font-display); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 700; text-transform: uppercase; line-height: 1.1; margin-bottom: 0.75rem; color: #fff; }
  .ffa-process-panel__body { font-size: 0.85rem; line-height: 1.65; opacity: 0.65; font-weight: 300; max-width: 380px; color: #fff; }

  /* =====================================================
     SIMILAR PROJECTS -- dark
  ===================================================== */
  .ffa-similar { padding: var(--ffa-section-pad) 0; background: var(--ffa-midnight-pine); }
  .ffa-similara { /*padding: var(--ffa-section-pad) 0; */ background: var(--ffa-midnight-pine); }
  .ffa-similar__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
  .ffa-similar-card { position: relative; overflow: hidden; background: var(--ffa-deep-sage); aspect-ratio: 4/3; cursor: pointer; display: block; }
  .ffa-similar-card__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0.6; transition: transform 0.5s ease, opacity 0.3s; }
  .ffa-similar-card:hover .ffa-similar-card__img { transform: scale(1.04); opacity: 0.5; }
  .ffa-similar-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,39,45,0.9) 0%, transparent 55%); }
  .ffa-similar-card__info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; z-index: 2; }
  .ffa-similar-card__cat { font-family: var(--ffa-font-display); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ffa-teal); margin-bottom: 0.35rem; }
  /* HARDCODED -- never inherit */
  .ffa-similar-card__title { font-family: var(--ffa-font-display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; line-height: 1.05; color: #FFFFFF; }

  /* =====================================================
     CTA BAND
  ===================================================== */
  .ffa-cta-band { padding: clamp(4rem, 7vw, 6.5rem) 0; background: var(--ffa-deep-sage); /*border-top: 1px solid rgba(255,255,255,0.05); */ }
  .ffa-cta-band__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2.5rem; }
  .ffa-cta-band__headline { font-family: var(--ffa-font-display)!important; font-weight: 800; text-transform: uppercase; font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.02; margin-bottom: 0.5rem; color: #fff;}
  .ffa-cta-band__sub { font-size: 0.9rem; opacity: 0.7; font-weight: 300; max-width: 440px; line-height: 1.65; color: #fff;}
  .ffa-cta-band__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; flex-shrink: 0; }
  .ffa-cta-band__divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }
  .ffa-cta-band__direct { font-family: var(--ffa-font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: flex; flex-direction: column; gap: 0.3rem; opacity: 0.55; }
  .ffa-cta-band__direct a { transition: opacity 0.2s; }
  .ffa-cta-band__direct a:hover { opacity: 1; }

  .ffa-footer-strip { background: var(--ffa-onyx); border-top: 1px solid rgba(255,255,255,0.06); padding: 2rem var(--ffa-gutter); display: flex; justify-content: space-between; align-items: center; font-family: var(--ffa-font-display); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.4; }

  /* =====================================================
     RESPONSIVE
  ===================================================== */
  @media (max-width: 1024px) {
    .ffa-gallery__grid { grid-template-columns: 1fr 1fr; }
    .ffa-gallery__item--tall { grid-row: span 1; aspect-ratio: 4/3; }
    .ffa-gallery__item--wide { grid-column: span 2; }
  }
  @media (max-width: 900px) {
    .ffa-nav__links { display: none; }
    .ffa-page-header__inner { grid-template-columns: 1fr; }
    .ffa-page-header__meta { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; }
    .ffa-story__grid, .ffa-bar-spotlight__inner, .ffa-scope-detail__inner { grid-template-columns: 1fr; }
    .ffa-story__images { position: static; flex-direction: row; }
    .ffa-bar-spotlight__image { min-height: 320px; }
    .ffa-process-pair { grid-template-columns: 1fr; }
    .ffa-similar__grid { grid-template-columns: 1fr 1fr; }
    .ffa-cta-band__inner { flex-direction: column; align-items: flex-start; }
    .ffa-cta-band__divider { display: none; }
    .ffa-hero-image { aspect-ratio: 16/9; }
  }
  @media (max-width: 600px) {
    .ffa-similar__grid { grid-template-columns: 1fr; }
    .ffa-gallery__grid { grid-template-columns: 1fr; }
    .ffa-gallery__item--wide { grid-column: span 1; }
    .ffa-story__images { flex-direction: column; }
  }
/* css items for founding fathers alexandria page end */  
/* css items for edward jones page start */
  :root {
    --midnight-pine: #07272D;
    --deep-sage:     #43695B;
    --cool-gray:     #63666A;
    --teal:          #279989;
    --porcelain:     #F1E2AB;
    --onyx:          #101820;
    --white:         #FFFFFF;
    --off-white:     #F4F4F0;
    --font-display: 'Barlow Condensed', sans-serif;
    --font-body:    'Barlow', sans-serif;
    --section-pad:  clamp(5rem, 9vw, 9rem);
    --gutter:       clamp(1.5rem, 5vw, 5rem);
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: var(--font-body); background: var(--onyx); color: var(--white); overflow-x: hidden; line-height: 1.6; }
  img  { display: block; max-width: 100%; }
  a    { color: inherit; text-decoration: none; }

  .ej-container { max-width: 1320px; margin: 0 auto; padding: 0 var(--gutter); }

  /* -- Type -- */
  .ej-eyebrow {
    display: inline-flex; align-items: center; gap: 0.5em;
    font-family: var(--font-display); font-size: 0.75rem; font-weight: 600;
    letter-spacing: 0.18em; text-transform: uppercase; opacity: 0.6; margin-bottom: 1.25rem; color: #fff;
  }
  .ej-eyebrow::before { content: '\25C6'; font-size: 0.6em; color: var(--teal); opacity: 1; }
  .ej-eyebrow--dark { color: var(--midnight-pine); opacity: 1; }

  .ej-display-xl { font-family: var(--font-display)!important; font-weight: 800; font-size: clamp(3rem, 7vw, 6.5rem); line-height: 0.92; letter-spacing: -0.01em; text-transform: uppercase; color: #fff;}
  .ej-display-lg { font-family: var(--font-display)!important; font-weight: 800; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1; text-transform: uppercase; color: #fff; text-align: inherit;}
  .ej-display-md { font-family: var(--font-display)!important; font-weight: 700; font-size: clamp(1.3rem, 2vw, 1.9rem); line-height: 1.05; text-transform: uppercase; color: #fff; text-align: inherit;}

  /* -- Buttons -- */
  .ej-btn { display: inline-block; font-family: var(--font-display); font-size: 0.875rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 0.9em 2.2em; border: 1.5px solid currentColor; border-radius: 0; transition: background 0.2s, color 0.2s; cursor: pointer; }
  .ej-btn--primary { background: var(--teal); border-color: var(--teal); color: var(--white); }
  .ej-btn--primary:hover { background: #1e7a6c; border-color: #1e7a6c; }
  .ej-btn--outline { background: transparent; border-color: rgba(255,255,255,0.55); color: var(--white); }
  .ej-btn--outline:hover { background: var(--white); color: var(--onyx); }

  /* -- Nav -- */
  .ej-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 1.25rem var(--gutter); display: flex; align-items: center; justify-content: space-between; background: rgba(7,39,45,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(255,255,255,0.07); }
  .ej-nav__logo { font-family: var(--font-display); font-weight: 800; font-size: 1rem; letter-spacing: 0.06em; text-transform: uppercase; display: flex; align-items: center; gap: 0.5rem; }
  .ej-nav__links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
  .ej-nav__links a { font-family: var(--font-display); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; transition: opacity 0.2s; }
  .ej-nav__links a:hover { opacity: 1; }

  /* -- Breadcrumb -- */
  .ej-breadcrumb { padding: calc(72px + 1.5rem) var(--gutter) 1.5rem; max-width: 1320px; margin: 0 auto; font-family: var(--font-display); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.4; display: flex; gap: 0.6em; align-items: center; }
  .ej-breadcrumb a { opacity: 0.8; transition: opacity 0.2s; }
  .ej-breadcrumb a:hover { opacity: 1; }
  .ej-breadcrumb__sep { opacity: 0.35; }

  /* =====================================================
     PAGE HEADER
  ===================================================== */
  .ej-page-header { background: var(--midnight-pine); padding: 0 0 clamp(3rem, 5vw, 5rem); }
  .ej-page-header__inner { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: end; padding: 0 var(--gutter); max-width: 1320px; margin: 0 auto; }
  .ej-page-header__label { font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 1.25rem; display: flex; align-items: center; gap: 0.75rem; }
  .ej-page-header__label::before { content: '\25C6'; }
  .ej-page-header__meta { display: flex; flex-direction: column; gap: 1.5rem; padding-left: clamp(2rem, 4vw, 4rem); border-left: 1px solid rgba(255,255,255,0.1); min-width: 240px; align-self: end; padding-bottom: 0.25rem; }
  .ej-meta-item__label { font-family: var(--font-display); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); opacity: 0.8; margin-bottom: 0.3rem; }
  .ej-meta-item__value { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; line-height: 1.25; color: #fff;}

  /* =====================================================
     HERO IMAGE
  ===================================================== */
  .ej-hero-image { position: relative; overflow: hidden; width: 100%; aspect-ratio: 21/9; background: var(--deep-sage); }
  .ej-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  .ej-hero-image::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 30%; background: linear-gradient(to bottom, transparent, rgba(7,39,45,0.6)); }

  /* =====================================================
     SCOPE STRIP
  ===================================================== */
  .ej-scope-strip { background: var(--midnight-pine); border-bottom: 1px solid rgba(255,255,255,0.06); padding: 1.75rem 0; }
  .ej-scope-strip__inner { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
  .ej-scope-strip__heading { font-family: var(--font-display); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-right: 0.75rem; opacity: 0.8; flex-shrink: 0; }
  .ej-scope-tag { font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4em 0.9em; border: 1px solid rgba(255,255,255,0.15); opacity: 0.7; color: #fff;}

  /* =====================================================
     THE STORY -- off-white / light
  ===================================================== */
  .ej-story { padding: var(--section-pad) 0; background: var(--off-white); color: var(--onyx); }
  .ej-story__grid { display: grid; grid-template-columns: 5fr 4fr; gap: clamp(3rem, 6vw, 8rem); align-items: start; }
  .ej-story__lead { font-family: var(--font-display); font-size: clamp(1.4rem, 2.2vw, 1.9rem); font-weight: 600; line-height: 1.2; color: var(--midnight-pine); margin-bottom: 2rem; }
  .ej-story__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; color: var(--cool-gray); margin-bottom: 1.4rem; }
  .ej-story__images { display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 100px; }
  .ej-story__img-block { position: relative; overflow: hidden; background: var(--cool-gray); }
  .ej-story__img-block--tall { aspect-ratio: 3/4; }
  .ej-story__img-block--wide { aspect-ratio: 16/10; }
  .ej-story__img-block img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
  .ej-story__img-block:hover img { transform: scale(1.03); }

  /* =====================================================
     LOCATIONS -- dark, six-city grid
  ===================================================== */
  .ej-locations { padding: var(--section-pad) 0; background: var(--midnight-pine); }
  .ej-locations__header { margin-bottom: 3.5rem; }
  .ej-locations__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,255,255,0.07); }
  .ej-location-card { background: var(--midnight-pine); padding: 2rem 2rem 2.25rem; position: relative; }
  .ej-location-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: transparent; transition: background 0.25s; }
  .ej-location-card:hover::after { background: var(--teal); }
  .ej-location-card__num { font-family: var(--font-display); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); opacity: 0.7; margin-bottom: 0.75rem; }
  .ej-location-card__city { font-family: var(--font-display); font-size: clamp(1.2rem, 1.8vw, 1.6rem); font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1; margin-bottom: 0.3rem; color: #fff;}
  .ej-location-card__state {
	font-family: var(--font-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.4;
	margin-bottom: 1rem;
	color: #fff !important;
}
.ej-location-card__date {
	font-size: 0.8rem;
	opacity: 0.55;
	font-weight: 300;
	color: #fff !important;
}
  .ej-location-card__date strong { font-weight: 600; opacity: 1; color: var(--white); }

  /* =====================================================
     SCOPE DETAIL -- sage / how we worked
  ===================================================== */
  .ej-scope-detail { padding: var(--section-pad) 0; background: var(--deep-sage); position: relative; overflow: hidden; }
  .ej-scope-detail__bg-mark { position: absolute; right: -2rem; top: 50%; transform: translateY(-50%); font-family: var(--font-display); font-size: 28vw; font-weight: 800; text-transform: uppercase; letter-spacing: -0.05em; opacity: 0.05; pointer-events: none; user-select: none; line-height: 1; color: #fff;}
  .ej-scope-detail__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 6vw, 8rem); align-items: start; }
  .ej-scope-detail__pull { font-family: var(--font-display); font-size: clamp(1.4rem, 2.5vw, 2.1rem); font-weight: 600; line-height: 1.15; color: var(--porcelain); margin-bottom: 2rem; }
  .ej-scope-detail__body { font-size: clamp(0.9rem, 1.1vw, 1rem); font-weight: 300; line-height: 1.8; opacity: 0.75; margin-bottom: 1.4rem; color: #fff; }

  /* Grouped scope list -- less dense than a straight 12-item list */
  .ej-scope-groups { display: flex; flex-direction: column; gap: 0; }
  .ej-scope-group { padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,0.12); }
  .ej-scope-group:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }
  .ej-scope-group__label { font-family: var(--font-display); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.5rem; opacity: 0.9; }
  .ej-scope-group__items { font-size: 0.875rem; opacity: 0.65; line-height: 1.65; font-weight: 300; color: #fff; }

  /* =====================================================
     GALLERY -- white / light
  ===================================================== */
  .ej-gallery { background: var(--white); color: var(--onyx); }
  .ej-gallery__header { padding: var(--section-pad) 0 clamp(2.5rem, 4vw, 4rem); }
  .ej-gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(7,39,45,0.07); }
  .ej-gallery__item { position: relative; overflow: hidden; background: var(--cool-gray); aspect-ratio: 3/4; }
  .ej-gallery__item--wide { grid-column: span 2; aspect-ratio: 16/9; }
  .ej-gallery__item img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; transition: transform 0.5s ease; }
  .ej-gallery__item:hover img { transform: scale(1.04); }

  /* =====================================================
     PROCESS PAIR
  ===================================================== */
  .ej-process-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,0.04); }
  .ej-process-panel { position: relative; overflow: hidden; background: var(--midnight-pine); min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; }
  .ej-process-panel__image { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; opacity: 0.45; transition: opacity 0.4s; }
  .ej-process-panel:hover .ej-process-panel__image { opacity: 0.6; }
  .ej-process-panel__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,39,45,0.92) 0%, transparent 60%); }
  .ej-process-panel__content { position: relative; z-index: 2; padding: clamp(2rem, 3.5vw, 3.5rem); }
  .ej-process-panel__label { font-family: var(--font-display); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; }
  .ej-process-panel__caption { font-family: var(--font-display); font-size: clamp(1.1rem, 1.8vw, 1.5rem); font-weight: 700; text-transform: uppercase; line-height: 1.1; margin-bottom: 0.75rem; color: #fff;}
  .ej-process-panel__body { font-size: 0.85rem; line-height: 1.65; opacity: 0.65; font-weight: 300; max-width: 380px; color: #fff;}

  /* =====================================================
     SIMILAR PROJECTS
  ===================================================== */
  .ej-similar { padding: var(--section-pad) 0; background: var(--midnight-pine); }
  .ej-similara {
	/* padding: var(--section-pad) 0; */
	background: var(--midnight-pine);
}
  .ej-similar__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.5rem; }
  .ej-similar-card { position: relative; overflow: hidden; background: var(--deep-sage); aspect-ratio: 4/3; cursor: pointer; display: block; }
  .ej-similar-card__img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; object-position: center; opacity: 0.6; transition: transform 0.5s ease, opacity 0.3s; }
  .ej-similar-card:hover .ej-similar-card__img { transform: scale(1.04); opacity: 0.5; }
  .ej-similar-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,39,45,0.9) 0%, transparent 55%); }
  .ej-similar-card__info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; z-index: 2; }
  .ej-similar-card__cat { font-family: var(--font-display); font-size: 0.62rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.35rem; }
  .ej-similar-card__title { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; text-transform: uppercase; line-height: 1.05; color: #FFFFFF; }

  /* =====================================================
     CTA BAND
  ===================================================== */
  .ej-cta-band { padding: clamp(4rem, 7vw, 6.5rem) 0; background: var(--deep-sage); border-top: 1px solid rgba(255,255,255,0.05); }
  .ej-cta-band__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 2.5rem; }
  .ej-cta-band__headline { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.75rem, 3.5vw, 3rem); line-height: 1.02; margin-bottom: 0.5rem; }
  .ej-cta-band__sub { font-size: 0.9rem; opacity: 0.7; font-weight: 300; max-width: 440px; line-height: 1.65; }
  .ej-cta-band__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; flex-shrink: 0; }
  .ej-cta-band__divider { width: 1px; height: 36px; background: rgba(255,255,255,0.2); }
  .ej-cta-band__direct { font-family: var(--font-display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; display: flex; flex-direction: column; gap: 0.3rem; opacity: 0.55; }
  .ej-cta-band__direct a { transition: opacity 0.2s; }
  .ej-cta-band__direct a:hover { opacity: 1; }

  .ej-footer-strip { background: var(--onyx); border-top: 1px solid rgba(255,255,255,0.06); padding: 2rem var(--gutter); display: flex; justify-content: space-between; align-items: center; font-family: var(--font-display); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.4; }

  /* =====================================================
     RESPONSIVE
  ===================================================== */
  @media (max-width: 1024px) {
    .ej-locations__grid { grid-template-columns: repeat(2, 1fr); }
    .ej-gallery__grid { grid-template-columns: repeat(2, 1fr); }
    .ej-gallery__item--wide { grid-column: span 2; }
  }
  @media (max-width: 900px) {
    .ej-nav__links { display: none; }
    .ej-page-header__inner { grid-template-columns: 1fr; }
    .ej-page-header__meta { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; }
    .ej-story__grid, .ej-scope-detail__inner { grid-template-columns: 1fr; }
    .ej-story__images { position: static; flex-direction: row; }
    .ej-process-pair { grid-template-columns: 1fr; }
    .ej-similar__grid { grid-template-columns: 1fr 1fr; }
    .ej-cta-band__inner { flex-direction: column; align-items: flex-start; }
    .ej-cta-band__divider { display: none; }
    .ej-hero-image { aspect-ratio: 16/9; }
  }
  @media (max-width: 600px) {
    .ej-locations__grid { grid-template-columns: 1fr 1fr; }
    .ej-gallery__grid { grid-template-columns: 1fr 1fr; }
    .ej-similar__grid { grid-template-columns: 1fr; }
    .ej-story__images { flex-direction: column; }
  }
  /* css items for edward jones page end */
  

.mjblrp-stat-label-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	color: white !important;
	line-height: 1.5;
	letter-spacing: 0.04em;
	/* opacity: 0.6; */
	margin-top: 0.4rem;
	font-weight: 800;
	text-transform: uppercase;
}
.mjblrp-stat-label-titlea {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1rem;
	color: white !important;
	line-height: 1.5;
	letter-spacing: 0.04em;
	/* opacity: 0.6; */
	margin-top: 0.4rem;
    margin-left: 1rem;
	font-weight: 800;
	text-transform: uppercase;
}
/* mjb-alert: custom modal for "coming soon" job listing links start*/
.mjb-alert-overlay {
	position: fixed;
	inset: 0;
	background: rgba(20, 24, 23, 0.72);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	padding: 1.5rem;
}
.mjb-alert-overlay.mjb-alert-active {
	display: flex;
}
.mjb-alert-box {
	background: #e7fff5;
	max-width: 420px;
	width: 100%;
	padding: 2.4rem 2rem 2rem;
	text-align: center;
	position: relative;
	border-top: 5px solid #279989;
	box-shadow: 0 20px 50px rgba(0,0,0,0.25);
	font-family: 'Barlow', sans-serif;
}
.mjb-alert-mark {
	font-size: 1.1rem;
	color: #279989;
	letter-spacing: 0.14em;
	margin-bottom: 0.6rem;
	display: block;
}
.mjb-alert-title {
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1a1a1a;
	margin: 0 0 0.75rem;
}
.mjb-alert-text {
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #4a4a4a;
	margin: 0 0 1.6rem;
}
.mjb-alert-close-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	font-family: 'Barlow Condensed', sans-serif !important;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #ffffff;
	background: #279989;
	border: none !important;
	padding: 0.75em 1.6em;
	cursor: pointer;
	transition: background .2s ease;
	text-shadow: 0px 0px 0px #000000 !important;
	border-radius: 0px 0px 0px 0px !important;
}
.mjb-alert-close-btn:hover {
	background: #1f7a6d;
}
.mjb-alert-x {
	position: absolute;
	top: 0.9rem;
	right: 1rem;
	background: none;
	border: none;
	font-size: 1.3rem;
	line-height: 1;
	color: #999;
	cursor: pointer;
	padding: 0.2rem;
}
.mjb-alert-x:hover {
	color: #279989;
}
/* mjb-alert: custom modal for "coming soon" job listing links end*/


/* Sawyer Residence — 3-video row: reorder, resize, and crop to match */
.elementor-element-9230c57 > .elementor-container {
  display: flex !important;
  align-items: stretch !important;
  max-width: 1160px;
  margin: 0 auto;
}

/* Left: Sandbox video */
.elementor-element-75d94d5 {
  order: 1;
  width: 19.8% !important;
  flex-basis: 19.8% !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 380px !important;
}

/* Center: Gate video (wide) — sets the row's height */
.elementor-element-9bc861d {
  order: 2;
  width: 60.4% !important;
  flex-basis: 60.4% !important;
  min-height: 380px !important;
}

/* Right: Garden-walk video */
.elementor-element-33d1f39 {
  order: 3;
  width: 19.8% !important;
  flex-basis: 19.8% !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 380px !important;
}

/* Anchor left/right videos directly to their column, bypassing intermediate wrappers */
.elementor-element-75d94d5 .elementor-video,
.elementor-element-33d1f39 .elementor-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Center video fills its column */
.elementor-element-9bc861d .elementor-video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}