.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#00CC66;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cormorant Garamond Italic";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   HORIZONTAL OVERFLOW PROTECTION
================================ */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

.elementor,
.elementor-location-header,
.elementor-location-footer,
.site,
#page {
  max-width: 100%;
  overflow-x: clip;
}

/* ================================
   PROJECT CASE STUDY SECTION
================================ */

.project-case-section,
.project-case-section > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  padding: 0 !important;
  background: #050604;
  color: #ffffff;
  overflow: visible !important;
}

/* Main row */

.project-case-row {
  width: 100%;
  min-height: 560px;
  background: #050604;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.project-case-row,
.project-case-row > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 0 !important;
}

.project-case-row > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
  min-height: inherit;
  padding: 0 !important;
}

.project-case-row.is-reverse,
.project-case-row.is-reverse > .e-con-inner {
  flex-direction: row-reverse !important;
}

/* Columns */

.project-case-media,
.project-case-content {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50% !important;
  min-width: 0 !important;
}

/* Media side */

.project-case-media {
  display: flex;
  flex-direction: column;
  min-height: 560px;
  background: #050604;
  overflow: hidden;
}

.project-case-media .elementor-widget-html,
.project-case-media .elementor-widget-container {
  width: 100%;
  height: 100%;
}

/* Gallery */

.project-gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 560px;
  background: #050604;
  overflow: hidden;
}

.project-gallery-main {
  flex: 1 1 auto;
  width: 100%;
  min-height: 448px;
  margin: 0;
  overflow: hidden;
  background: #000000;
}

.project-gallery-main img,
.project-gallery-main video,
.project-gallery-main iframe,
.project-gallery-youtube-poster,
.project-gallery-youtube-poster img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 448px;
  object-fit: cover;
  border: 0;
  background: #000000;
}

/* Thumbnail strip */

.project-gallery-thumbs {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  gap: 10px;
  padding: 14px;
  background: #050604;
  overflow-x: auto;
  overflow-y: hidden;
}

.project-gallery-thumb {
  position: relative;
  appearance: none;
  flex: 0 0 112px !important;
  width: 112px !important;
  min-width: 112px !important;
  max-width: 112px !important;
  height: 84px !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.58;
  transition: opacity 0.2s ease, border-color 0.2s ease;
}

.project-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-gallery-thumb:hover,
.project-gallery-thumb.is-active {
  opacity: 1;
  border-color: #00cc66;
}

/* YouTube support */

.project-gallery-youtube-poster {
  position: relative;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
}

.project-gallery-main-play,
.project-gallery-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  pointer-events: none;
}

.project-gallery-main-play {
  font-size: 54px;
  background: rgba(0, 0, 0, 0.24);
}

.project-gallery-play {
  font-size: 22px;
  background: rgba(0, 0, 0, 0.28);
}

.project-gallery-youtube-poster:hover .project-gallery-main-play {
  color: #00cc66;
  background: rgba(0, 0, 0, 0.38);
}

/* Content side */

.project-case-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 72px 7vw;
  background: #080907;
}

.project-case-content .elementor-widget-html,
.project-case-content .elementor-widget-container {
  width: 100%;
}

.project-case-text {
  width: 100%;
  max-width: 620px;
  min-width: 0;
}

/* Text styles */

.project-case-title {
  font-family: "Syne", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.055em;
  color: #ffffff;
  margin: 0 0 20px;
}

.project-case-title span {
  color: #00cc66;
}

.project-case-subhead {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: italic;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 28px;
}

.project-case-copy {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 24px;
}

.project-case-copy strong {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

/* Tags */

.project-case-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.project-case-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(0, 204, 102, 0.45);
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #00cc66;
}

/* Learn more link */

.project-case-link,
.project-case-link:visited {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 28px;
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.25s ease, gap 0.25s ease;
}

.project-case-link span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #00cc66;
  transform: translateY(-1px);
}

.project-case-link:hover {
  gap: 16px;
  color: #00cc66;
}

.project-case-link:focus-visible {
  outline: 2px solid #00cc66;
  outline-offset: 6px;
}

/* ================================
   LARGE SCREEN
================================ */

@media (min-width: 1600px) {
  .project-case-row,
  .project-case-media,
  .project-case-content,
  .project-gallery {
    min-height: 660px;
  }

  .project-gallery-main {
    min-height: 533px;
  }

  .project-gallery-main img,
  .project-gallery-main video,
  .project-gallery-main iframe,
  .project-gallery-youtube-poster,
  .project-gallery-youtube-poster img {
    min-height: 533px;
  }

  .project-gallery-thumb {
    flex-basis: 132px !important;
    width: 132px !important;
    min-width: 132px !important;
    max-width: 132px !important;
    height: 99px !important;
  }

  .project-case-content {
    padding: 88px 8vw;
  }

  .project-case-text {
    max-width: 680px;
  }

  .project-case-title {
    font-size: 54px;
  }

  .project-case-subhead {
    font-size: 22px;
  }

  .project-case-copy {
    font-size: 15px;
  }
}

/* ================================
   DESKTOP
================================ */

@media (min-width: 1025px) and (max-width: 1599px) {
  .project-case-row,
  .project-case-media,
  .project-case-content,
  .project-gallery {
    min-height: 560px;
  }

  .project-case-title {
    font-size: 46px;
  }
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  .project-case-row,
  .project-case-row > .e-con-inner,
  .project-case-row.is-reverse,
  .project-case-row.is-reverse > .e-con-inner {
    flex-direction: column !important;
  }

  .project-case-media,
  .project-case-content {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto;
  }

  .project-gallery {
    height: auto;
    min-height: auto;
  }

  .project-gallery-main {
    min-height: 460px;
  }

  .project-gallery-main img,
  .project-gallery-main video,
  .project-gallery-main iframe,
  .project-gallery-youtube-poster,
  .project-gallery-youtube-poster img {
    height: 460px;
    min-height: 460px;
  }

  .project-gallery-thumbs {
    padding: 12px 36px;
  }

  .project-case-content {
    padding: 64px 48px 72px;
  }

  .project-case-text {
    max-width: 760px;
  }

  .project-case-title {
    font-size: 42px;
  }
}

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

@media (max-width: 767px) {
  .project-case-row,
  .project-case-row > .e-con-inner,
  .project-case-row.is-reverse,
  .project-case-row.is-reverse > .e-con-inner {
    flex-direction: column !important;
  }

  .project-case-media,
  .project-case-content {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: auto;
  }

  .project-gallery {
    height: auto;
    min-height: auto;
  }

  .project-gallery-main {
    min-height: 300px;
  }

  .project-gallery-main img,
  .project-gallery-main video,
  .project-gallery-main iframe,
  .project-gallery-youtube-poster,
  .project-gallery-youtube-poster img {
    height: 300px;
    min-height: 300px;
  }

  .project-gallery-thumbs {
    padding: 10px 14px;
    gap: 8px;
  }

  .project-gallery-thumb {
    flex-basis: 86px !important;
    width: 86px !important;
    min-width: 86px !important;
    max-width: 86px !important;
    height: 86px !important;
  }

  .project-case-content {
    padding: 42px 20px 54px;
  }

  .project-case-title {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 16px;
  }

  .project-case-subhead {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .project-case-copy {
    font-size: 12px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .project-case-tags span {
    font-size: 9.5px;
    letter-spacing: 0.13em;
    padding: 7px 10px;
    min-height: 30px;
  }

  .project-case-link {
    margin-top: 28px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }

  .project-case-link span {
    font-size: 16px;
  }

  .project-gallery-main-play {
    font-size: 42px;
  }

  .project-gallery-play {
    font-size: 18px;
  }
}

/* ================================
   DESKTOP / WIDESCREEN CONTENT PADDING TIGHTEN
================================ */

@media (min-width: 1025px) and (max-width: 1599px) {
  .project-case-content {
    padding: 48px 4vw !important;
  }

  .project-case-text {
    max-width: 680px;
  }
}

@media (min-width: 1600px) {
  .project-case-content {
    padding: 56px 4.5vw !important;
  }

  .project-case-text {
    max-width: 720px;
  }
}

/* ================================
   YOUTUBE POSTER PLAY BUTTON CLEAN FIX
================================ */

/* Make the large YouTube poster behave like a normal image button */
.project-gallery-youtube-poster {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  padding: 0 !important;
  border: 0 !important;
  background: #000000 !important;
  overflow: hidden !important;
  cursor: pointer !important;
}

/* Keep poster image full-size behind the play button */
.project-gallery-youtube-poster > img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover !important;
}

/* Hide the JavaScript-generated span so older rules cannot stretch it */
.project-gallery-youtube-poster > .project-gallery-main-play {
  display: none !important;
}

/* Draw the centered play button cleanly */
.project-gallery-youtube-poster::after {
  content: "▶";
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 5 !important;

  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;

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

  transform: translate(-50%, -50%) !important;
  box-sizing: border-box !important;
  border-radius: 50% !important;

  padding-left: 4px !important;
  font-size: 23px !important;
  line-height: 1 !important;
  color: #ffffff !important;

  background: rgba(0, 0, 0, 0.68) !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  pointer-events: none !important;
}

.project-gallery-youtube-poster:hover::after {
  color: #00cc66 !important;
  border-color: #00cc66 !important;
  background: rgba(0, 0, 0, 0.78) !important;
}

/* Once iframe loads, keep it clean */
.project-gallery-main iframe {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  border: 0 !important;
  background: #000000 !important;
}

@media (max-width: 767px) {
  .project-gallery-youtube-poster::after {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    font-size: 19px !important;
    padding-left: 3px !important;
  }
}
/* ================================
   GLOBAL PROJECT GALLERY IMAGE FIT
   Desktop and widescreen preserve full still images
================================ */

@media (min-width: 1025px) {
  .project-case-row .project-gallery-main {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 448px !important;
    min-height: 448px !important;
    max-height: 448px !important;
    background: #000000 !important;
  }

  .project-case-row .project-gallery-main > img,
  .project-case-row .project-gallery-main img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #000000 !important;
  }

  .project-case-row .project-gallery-youtube-poster > img,
  .project-case-row .project-gallery-thumb img {
    object-fit: cover !important;
  }
}

@media (min-width: 1600px) {
  .project-case-row .project-gallery-main {
    height: 533px !important;
    min-height: 533px !important;
    max-height: 533px !important;
  }
}

/* ================================
   MOBILE PROJECT GALLERY WIDTH FIX
   Prevent gallery images from pushing wider than viewport
================================ */

@media (max-width: 767px) {
  .project-case-row,
  .project-case-row > .e-con-inner,
  .project-case-media,
  .project-case-media .elementor-widget-html,
  .project-case-media .elementor-widget-container,
  .project-gallery,
  .project-gallery-main {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .project-gallery-main img,
  .project-gallery-main video,
  .project-gallery-main iframe,
  .project-gallery-youtube-poster,
  .project-gallery-youtube-poster > img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 300px !important;
    max-height: 300px !important;
    object-fit: cover !important;
    object-position: center center !important;
    box-sizing: border-box !important;
  }

  .project-gallery-thumbs {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    box-sizing: border-box !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Syne';
	font-display: auto;
	src: url('https://barryelwonger.com/wp-content/uploads/2026/05/Syne-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Outfit';
	font-display: auto;
	src: url('https://barryelwonger.com/wp-content/uploads/2026/05/Outfit-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cormorant Garamond Italic';
	font-display: auto;
	src: url('https://barryelwonger.com/wp-content/uploads/2026/05/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */