/*
Main Style Sheet by Corby Simpson

***********************************************************************
COLOR PALETTE

#000000 - White
#fceeca - Light Beige
#cc4d01 - Orange
#333333 - Dark Grey

**********************************************************************/
/*********************************************************************
 BASIC ELEMENTS                                             
*********************************************************************/
body {
  font-family: "Source Sans Pro", "trebuchet ms", arial, sans-serif;
  color: #333;
  line-height: 1.6;
  font-size: 1rem;
  background: #222;
}

.post, .page {
  margin: 0;
}

article h1 {
  display: block;
  clear: both;
  font-family: "Bebas Neue", arial, sans-serif;
  color: #000;
  font-size: 1.5625rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  line-height: 0.9em;
  border-bottom: 1px dotted #000;
}

h2 {
  display: block;
  clear: both;
  font-family: "Bebas Neue", arial, sans-serif;
  color: #000;
  font-size: 2.4rem;
  padding: 0;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: 0.03em;
}

h3 {
  display: block;
  clear: both;
  font-family: "Bebas Neue", arial, sans-serif;
  color: #000;
  font-size: 1.5625rem;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.03em;
  border-bottom: 1px dotted #222;
}

h2.h2--small {
  font-size: 1.5rem;
  line-height: 1.15;
}

h2.h2--medium {
  font-size: 1.75rem;
  line-height: 1.1;
}

h2.h2--large {
  font-size: 3.2rem;
  line-height: 1.05;
}

h3.h3--small {
  font-size: 1.25rem;
  line-height: 1.3;
}

h3.h3--medium {
  font-size: 1.375rem;
  line-height: 1.35;
}

h3.h3--large {
  font-size: 1.5625rem;
  line-height: 1.4;
}

ul {
  padding-left: 40px;
}

ul li, ul ul li {
  font-size: 1.2rem;
  padding-bottom: 15px;
  line-height: 1.6em;
}

.tagline {
  display: block;
  clear: both;
  font-family: "Source Sans Pro", arial, sans-serif;
  color: #000000;
  font-size: 1.25rem;
  margin: 30px 0 25px 0;
  padding: 0 0 0 0;
  line-height: 1.4em;
  font-weight: 600;
}

.ff-columns {
  --ff-columns-count: 2;
  --ff-columns-gap: 32px;
  --ff-columns-gap-fluid: clamp(18px, 3.2vw, var(--ff-columns-gap));
  display: flex;
  flex-wrap: wrap;
  gap: var(--ff-columns-gap-fluid);
  align-items: stretch;
  margin: 2rem 0;
}

.ff-columns__column {
  --ff-column-span: 1;
  --ff-column-total: var(--ff-columns-count);
  min-width: 0;
  flex: 0 0 calc((((100% - ((var(--ff-column-total) - 1) * var(--ff-columns-gap-fluid))) / var(--ff-column-total)) * var(--ff-column-span)) + ((var(--ff-column-span) - 1) * var(--ff-columns-gap-fluid)));
  max-width: calc((((100% - ((var(--ff-column-total) - 1) * var(--ff-columns-gap-fluid))) / var(--ff-column-total)) * var(--ff-column-span)) + ((var(--ff-column-span) - 1) * var(--ff-columns-gap-fluid)));
}

.ff-columns__column--bg-teal,
.ff-columns__column--bg-navy,
.ff-columns__column--bg-pink,
.ff-columns__column--bg-white,
.ff-columns__column--bg-light {
  padding: clamp(22px, 2.8vw, 40px);
  border-radius: 24px;
  box-shadow: 0 16px 36px rgba(10, 16, 30, 0.12);
}

.ff-columns__column--bg-teal {
  background: #63c8bd;
}

.ff-columns__column--bg-navy {
  background: #182235;
}

.ff-columns__column--bg-pink {
  background: #ff1f9a;
}

.ff-columns__column--bg-white,
.ff-columns__column--bg-light {
  background: #ffffff;
}

.ff-columns__column--text-light,
.ff-columns__column--text-light :where(h1, h2, h3, h4, h5, h6, p, li, a, strong, em, blockquote, cite, span) {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.ff-columns__column--text-dark,
.ff-columns__column--text-dark :where(h1, h2, h3, h4, h5, h6, p, li, a, strong, em, blockquote, cite, span) {
  color: #1f2736 !important;
  -webkit-text-fill-color: #1f2736 !important;
}

.ff-columns__column > :first-child {
  margin-top: 0;
}

.ff-columns__column > :last-child {
  margin-bottom: 0;
}

body.page-template-custom-portfolio-php .ff-columns__column,
body.single-firefly_work_item .ff-columns__column,
body.single-post .entry-content .ff-columns__column {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body.page-template-custom-portfolio-php .ff-columns__column p,
body.page-template-custom-portfolio-php .ff-columns__column li,
body.single-firefly_work_item .ff-columns__column p,
body.single-firefly_work_item .ff-columns__column li {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

body.page-template-custom-portfolio-php .portfolio-overview-content > .ff-columns__column[data-ff-column-total="2"],
body.single-firefly_work_item .portfolio-project-content > .ff-columns__column[data-ff-column-total="2"] {
  display: inline-block;
  width: calc((100% - 32px) / 2);
  vertical-align: top;
}

body.page-template-custom-portfolio-php .portfolio-overview-content > .ff-columns__column[data-ff-column-total="2"]:first-of-type,
body.single-firefly_work_item .portfolio-project-content > .ff-columns__column[data-ff-column-total="2"]:first-of-type {
  margin-right: 32px;
}

body.page-template-custom-portfolio-php .portfolio-overview-content > p:has(> .ff-columns__column[data-ff-column-total="2"]),
body.single-firefly_work_item .portfolio-project-content > p:has(> .ff-columns__column[data-ff-column-total="2"]) {
  display: inline-block;
  width: calc((100% - 32px) / 2);
  margin: 0 0 2rem;
  vertical-align: top;
}

body.page-template-custom-portfolio-php .portfolio-overview-content > p:has(> .ff-columns__column[data-ff-column-total="2"]):first-of-type,
body.single-firefly_work_item .portfolio-project-content > p:has(> .ff-columns__column[data-ff-column-total="2"]):first-of-type {
  margin-right: 32px;
}

body.page-template-custom-portfolio-php .portfolio-overview-content > p:has(> .ff-columns__column[data-ff-column-total="2"]) > .ff-columns__column,
body.single-firefly_work_item .portfolio-project-content > p:has(> .ff-columns__column[data-ff-column-total="2"]) > .ff-columns__column {
  display: block;
}

body.single-post .entry-content .ff-columns__column p,
body.single-post .entry-content .ff-columns__column li {
  font-size: 1.2rem;
  line-height: 1.6em;
}

.ff-columns__column--span-2 {
  --ff-column-span: 2;
}

.ff-columns__column--span-3 {
  --ff-column-span: 3;
}

.ff-columns__column--span-4 {
  --ff-column-span: 4;
}

.ff-columns__column[data-ff-column-total="4"][data-ff-column-span="4"],
.ff-columns__column--span-4 {
  flex-basis: 100%;
  max-width: 100%;
}

.ux-heart-icon {
  color: #92009b;
  padding: 0 5px;
}

strong {
  font-weight: 700;
}

p {
  color: #222;
  line-height: 1.6em;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}

.question {
  font-weight: 900;
}

.answer {
  font-style: italic;
}

a {
  color: #ff1f9a;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #d61b83;
  text-decoration: underline;
}

a:visited {
  color: #ff1f9a;
}

blockquote {
  position: relative;
  max-width: 860px;
  margin: 2.8rem auto;
  padding: 2.5rem 1.5rem 1.35rem;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

blockquote::before {
  content: "“";
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(99, 200, 189, 0.95);
  font-family: "Sanchez", Georgia, serif;
  font-size: 5rem;
  line-height: 1;
}

blockquote::after {
  content: "";
  display: block;
  width: 40px;
  height: 1.5px;
  margin: 1rem auto 0;
  background: #7b8597;
}

blockquote > :first-child {
  margin-top: 0;
}

blockquote > :last-child {
  margin-bottom: 0;
}

blockquote p {
  margin: 0;
  color: #1f2736;
  font-family: "Sanchez", Georgia, serif;
  font-size: 1.32rem;
  line-height: 1.65;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 0;
}

blockquote cite,
blockquote footer,
blockquote .cite {
  display: block;
  margin-top: 0.95rem;
  color: #7b8597;
  font-size: 0.75rem;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

blockquote cite::before,
blockquote footer::before,
blockquote .cite::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  blockquote {
    margin: 2.2rem auto;
    padding: 2.1rem 1rem 1.1rem;
  }

  blockquote::before {
    font-size: 4rem;
  }

  blockquote p {
    font-size: 1.22rem;
    line-height: 1.64;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.hidden {
  display: none;
}

hr {
  padding: 0;
  margin-bottom: 40px;
  display: block;
  clear: both;
  border: 0;
  border-bottom: solid 2px #e5d7b3;
}

.hide {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

.x-large {
  font-size: 3.125rem;
  letter-spacing: -0.025em;
  line-height: 0;
}

.large {
  font-size: 2.125rem;
  letter-spacing: -0.025em;
  line-height: 0.5em;
}

.small {
  display: block;
  font-size: 0.4375rem;
  line-height: 1.2em;
  margin-top: 1em;
}

/*******************************************/
/**************** HEADER *******************/
/*******************************************/
.menu-bottom {
  border-top: 1px solid rgba(126, 217, 211, 0.42);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.button {
  display: inline-block;
  padding: 0.75rem 2rem;
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.button:hover {
  background: #fff;
  color: #000;
}

.menu-meta {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-meta a {
  color: #fff;
  font-size: 0.95rem;
  text-decoration: none;
}

.menu-meta a:hover {
  text-decoration: underline;
}

.menu-meta:empty {
  display: none;
}

.menu-social {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-social li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.menu-social a:hover {
  color: #71d7d6;
  border-color: rgba(113, 215, 214, 0.55);
  background-color: rgba(113, 215, 214, 0.1);
}

.fullscreen-menu li {
  padding: 0.5rem 0;
  line-height: 1.2;
  overflow: visible;
}

.fullscreen-menu {
  overflow: visible;
}

.fullscreen-menu a {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease, text-shadow 0.3s ease, color 0.3s ease;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  overflow: visible;
}

.menu-link-label {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.fullscreen-menu a:hover,
.fullscreen-menu a:focus-visible,
.fullscreen-menu a.is-firefly-hover {
  transform: scale(1.05);
  color: #ffffff;
  text-shadow: 0 0 8px rgba(227, 58, 212, 0.65), 0 0 15px rgba(47, 79, 207, 0.45);
  outline: none;
}

.menu-firefly-layer {
  position: absolute;
  inset: -0.75rem -1rem -1.75rem;
  pointer-events: none;
  overflow: visible;
  opacity: 0;
  transition: opacity 0.34s ease;
}

.menu-firefly-layer--back {
  z-index: 1;
}

.menu-firefly-layer--front {
  z-index: 3;
}

.menu-firefly-layer.is-visible {
  opacity: 1;
}

.menu-firefly {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--firefly-size, 12px);
  height: var(--firefly-size, 12px);
  border-radius: 999px;
  background:
    radial-gradient(circle, hsla(var(--firefly-hue, 190), 100%, 96%, 1) 0%, hsla(var(--firefly-hue, 190), 100%, 82%, 0.78) 30%, hsla(var(--firefly-hue, 190), 100%, 68%, 0.32) 54%, hsla(var(--firefly-hue, 190), 100%, 65%, 0) 100%);
  transform: translate(0, 0);
  opacity: 0;
  will-change: transform, opacity, box-shadow;
  transition: opacity 0.32s ease;
  z-index: 1;
}

.menu-sparkle {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  color: #fff;
  mix-blend-mode: normal;
  will-change: transform, opacity;
  transform-origin: center;
  z-index: 5;
  text-shadow: none !important;
  filter: none !important;
  -webkit-text-fill-color: currentColor !important;
}

.magic-word {
  position: relative;
  display: inline-block;
  font-weight: bold;
  animation: pulseGlow 2.5s infinite;
  text-shadow: 0 0 5px #fff;
}

.magic-sparkle {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  user-select: none;
  color: #fff;
  will-change: transform, opacity;
  mix-blend-mode: screen;
  transform-origin: center;
  z-index: 0;
}

@keyframes pulseGlow {
  0% {
    text-shadow: 0 0 4px #fff;
  }
  50% {
    text-shadow: 0 0 15px #fff;
  }
  100% {
    text-shadow: 0 0 4px #fff;
  }
}
.menu-games-icons {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 1.5em;
}

.menu-games-icons a img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #444;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  padding: 8px;
}

.menu-games-icons a img:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 255, 170, 0.6);
}

/*******************************************/
/**************** FOOTER *******************/
/*******************************************/
/*******************************************/
/***************** HOMEPAGE ****************/
/*******************************************/
.main {
  background-color: #000;
  color: #fff;
  margin-bottom: 50px;
}

.description {
  font-weight: 500;
  font-style: normal;
  font-size: 0.5rem;
  letter-spacing: 0;
  display: block;
  clear: both;
  border-bottom: dotted 1px #333;
  padding-bottom: 20px;
  position: relative;
  font-family: "Bebas Neue", arial, sans-serif;
  margin-bottom: 20px;
  color: #fff;
}

.description a {
  color: #d9f9f9;
  text-decoration: none;
  display: inline-block; /* Needed for transform to apply cleanly */
  position: relative;
  overflow: visible;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.description a:hover {
  transform: scale(1.05);
  color: #ffffff;
  text-shadow: 0 0 8px rgba(227, 58, 212, 0.65), 0 0 15px rgba(47, 79, 207, 0.45);
}

#make {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
  background: url("../images/make.webp") no-repeat center center;
  background-size: contain;
  aspect-ratio: 1266/606;
}

#technology-container-extended {
  margin-top: -40px;
}

#technology-container-extended img {
  z-index: 9;
  position: relative;
  bottom: -60px;
  max-width: 1280px;
  margin: 0 auto;
  width: 70%;
}

#creative h2, #ux h2 {
  clear: none;
}

.appleIcon {
  height: 28px;
  padding: 0 4px 0 6px;
}

.logos, .projectDetails-container {
  display: block;
  overflow: auto;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  background-color: #fff;
}

.aboutLogos {
  display: block;
  float: left;
  width: 27%;
  margin: 40px 3% 0 3%;
}

#viewPortfolio {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 30px 0;
  font-size: 1.125rem;
  padding-top: 30px;
}

/*********************************************************************
 SUBPAGE SCREEN CONTENT                                              
*******************************************************************/
.post-2506, .post-2508, .post-2512 {
  background: #585eda;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  color: #fff; /* Ensures readable text on solid brand color */
}

.projectDetails-container {
  padding-top: 20px;
  border-bottom: dotted 1px #222;
  margin-bottom: 70px;
}

.projectDetails {
  font-size: 0.875rem;
  line-height: 1.4em;
  font-weight: 600;
  padding: 0 0 20px 20px;
}

.projectDetails span {
  font-weight: 500;
}

.projectDetails-container .row {
  margin-left: 0;
  margin-right: 0;
}

.projectDetails-container .projectDetails span {
  overflow-wrap: anywhere;
  word-break: break-word;
}

#mainSubContent ul li {
  font-size: 0.875rem;
  line-height: 1.5em;
  list-style: square;
  margin-left: 2em;
}

#mainSubContent ul li:last-child {
  margin-bottom: 2em;
}

#mainSubContent {
  float: left;
  padding: 0;
  max-width: 65%;
  margin: 0 0 0 0;
  padding-right: 10px;
}

/* Yes, I realize that sideNav describes the look, but I can't think of anything better to call a third level navigation */
#sideNav {
  float: right;
  width: 30%;
  margin: 0;
  padding: 0 0 0 20px;
  margin-top: 20px;
  border-left: 1px dotted;
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}

#sideNav .colNav {
  padding-top: 73px;
  clear: both;
}

#sideNav ul {
  margin: 0 0 10px 10px;
}

#sideNav li {
  background: url("../images/listBullet.gif") no-repeat 0 5px;
  padding: 0 0 15px 15px;
  color: #333;
  font-size: 0.875rem;
}

#sideNav .selected {
  text-decoration: none;
  color: #333;
  font-weight: 600;
}

#servicesList {
  display: block;
  max-width: 590px;
}

#servicesList ul {
  margin: 0 0 10px 15px;
}

#servicesList ul.col {
  float: left;
  width: 260px;
  margin-right: 0;
  color: #333333;
  padding-bottom: 20px;
}

#servicesList li {
  font-size: 0.75rem;
  background: url("..//images/listBullet.gif") no-repeat 0 5px;
  padding: 0 0 5px 15px;
  color: #333;
}

/*********************************************************************
 PORTFOLIO SCREEN CONTENT                                              
*******************************************************************/
/*********************************************************************
 PORTFOLIO SCREEN CONTENT                                              
*******************************************************************/
/* Client Branded */
/*.caseStudyTitle.intuition {background-color: #78a21d;}
.rect.intuition {border-color: #a3c221;}

.caseStudyTitle.canon {background-color: #b0060f;}
.rect.canon {border-color: #e53a4f;}

.caseStudyTitle.sja {background-color: #81082c;}
.rect.sja {border-color: #c0355f;}

.caseStudyTitle.mazda {background-color: #0099cc;}
.rect.mazda {border-color: #34cbfd;}*/
#utility-container {
  display: none;
  color: #fff;
}

#utility-container .utility-shell,
#utility-container #utilityNav,
#utility-container .utility-social {
  display: flex;
  align-items: center;
}

#utility-container .utility-logo {
  display: inline-flex;
  align-items: center;
}

#utility-container .utility-logo img {
  display: block;
  width: auto;
  height: 30px;
}

#utility-container .utility-email a,
#utility-container .utility-social a {
  text-decoration: none;
}

#utility-container .utility-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

#header-container {
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  z-index: 200;
  background: #09111f;
}

body.menu-open #header-container {
  z-index: 1101;
}

#header-container header nav #mainNav {
  font-size: 0.75rem;
  float: right;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  clear: both;
}

#header-container header nav #mainNav li {
  float: left;
  font-size: 0.625rem;
  padding-bottom: 1.4em;
  margin-left: 20px;
  line-height: 24px;
}

#header-container header nav #mainNav li a {
  font-size: 0.8125rem;
  display: block;
  padding: 5px 10px 0 10px;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  border-radius: 5px;
  font-family: "Sanchez", arial, sans-serif;
}

#header-container header nav #mainNav li a:hover {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  background-color: #cc4d01;
}

#header-container header nav #mainNav .active {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
  background-color: #cc4d01;
}

.nav-toggle,
.nav-toggle:hover {
  color: #fff;
}

#header-container header nav #mainNav .active,
#header-container header nav #mainNav li a {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

#logo {
  float: none;
  padding: 5px 0;
  text-align: center;
  position: relative;
  z-index: 1003;
}

#utility-container header #utilityNav {
  display: none;
}

#header-container header {
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: #09111f;
}

#logo img {
  height: 48px;
  width: auto;
}

.menu-overlay {
  z-index: 1000;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.hamburger {
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1002;
  background: transparent;
  border: 0;
  padding: 0;
}

.hamburger span {
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.4s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(126, 217, 211, 0.16), transparent 22rem),
    radial-gradient(circle at 18% 76%, rgba(255, 63, 173, 0.14), transparent 24rem),
    linear-gradient(180deg, #08101e 0%, #111b2f 54%, #09101d 100%);
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  transition: opacity 0.4s ease;
  overflow: hidden;
}

.menu-overlay::before,
.menu-overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.menu-overlay::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 1px),
    radial-gradient(circle at 76% 14%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 1.5px),
    radial-gradient(circle at 24% 68%, rgba(126, 217, 211, 0.16) 0, rgba(126, 217, 211, 0) 2px),
    radial-gradient(circle at 64% 72%, rgba(255, 63, 173, 0.14) 0, rgba(255, 63, 173, 0) 2px);
  background-size: 18rem 18rem, 22rem 22rem, 16rem 16rem, 20rem 20rem;
  opacity: 0.75;
}

.menu-overlay::after {
  inset: auto 50% -8rem;
  width: min(72rem, 96vw);
  height: 26rem;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(126, 217, 211, 0.22) 0%, rgba(126, 217, 211, 0.08) 34%, rgba(126, 217, 211, 0) 72%);
  filter: blur(24px);
  opacity: 0.88;
  z-index: 0;
}

.menu-overlay > * {
  position: relative;
  z-index: 1;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-logo img {
  height: 40px;
  width: auto;
}

.menu-close {
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.menu-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

.fullscreen-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.fullscreen-menu li {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
}

.fullscreen-menu a {
  text-decoration: none;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  transition: transform 0.3s ease, text-shadow 0.3s ease, color 0.3s ease;
}

#preloader {
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(126, 217, 211, 0.16), transparent 22rem),
    radial-gradient(ellipse 58rem 34rem at 18% 112%, rgba(255, 63, 173, 0.18) 0%, rgba(255, 63, 173, 0.12) 22%, rgba(255, 63, 173, 0.06) 46%, rgba(255, 63, 173, 0) 76%),
    linear-gradient(180deg, #08101e 0%, #111b2f 54%, #09101d 100%);
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translateY(0);
  will-change: transform;
}

#preloader::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 1px),
    radial-gradient(circle at 76% 14%, rgba(255, 255, 255, 0.12) 0, rgba(255, 255, 255, 0) 1.5px),
    radial-gradient(circle at 24% 68%, rgba(126, 217, 211, 0.16) 0, rgba(126, 217, 211, 0) 2px),
    radial-gradient(circle at 64% 72%, rgba(255, 63, 173, 0.14) 0, rgba(255, 63, 173, 0) 2px);
  background-size: 18rem 18rem, 22rem 22rem, 16rem 16rem, 20rem 20rem;
  opacity: 0.75;
  pointer-events: none;
}

.preloader-content {
  display: block;
  position: relative;
  z-index: 2;
  pointer-events: none;
  text-align: center;
  width: min(32.5rem, 84vw);
  aspect-ratio: 520 / 500;
  transform: translateY(0);
}

.preloader-content::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  width: min(58rem, 108vw);
  height: 22rem;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(126, 217, 211, 0.1) 0%, rgba(126, 217, 211, 0.065) 18%, rgba(126, 217, 211, 0.035) 38%, rgba(126, 217, 211, 0.015) 58%, rgba(126, 217, 211, 0.005) 70%, rgba(126, 217, 211, 0) 88%);
  filter: blur(34px);
  opacity: 0.66;
  z-index: -1;
  pointer-events: none;
}

.preloader-text {
  position: absolute;
  left: 50%;
  top: calc(50% - 7.75rem);
  transform: translateX(-50%);
  z-index: 2;
  margin: 0;
  width: max-content;
  max-width: calc(100% - 2rem);
  font-family: "Bebas Neue", arial, sans-serif;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  animation: breathe 2s ease-in-out infinite;
  text-shadow: 0 0 1.5rem rgba(126, 217, 211, 0.32);
}

@keyframes breathe {
  0%, 100% {
    opacity: 0.7;
    transform: translateX(-50%) scale(1);
  }
  50% {
    opacity: 1;
    transform: translateX(-50%) scale(1.05);
  }
}
#firefly-loader-canvas {
  display: block;
  background: transparent;
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  pointer-events: none;
  filter: drop-shadow(0 0 2rem rgba(126, 217, 211, 0.2));
}

.canvas-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: auto;
}

.canvas-bg canvas {
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: auto;
}

.ff-button,
.home-button,
.footer-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  min-height: 74px;
  padding: 24px 30px 20px;
  border: 1px solid transparent;
  border-radius: 24px;
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(8, 12, 24, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ff-button,
.ff-button:visited,
.home-button,
.home-button:visited,
.footer-cta-button,
.footer-cta-button:visited {
  text-decoration: none;
}

.ff-button:hover,
.ff-button:focus,
.home-button:hover,
.home-button:focus,
.footer-cta-button:hover,
.footer-cta-button:focus {
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(8, 12, 24, 0.24);
}

.ff-button::after,
.home-button::after,
.footer-cta-button::after {
  content: none;
}

.ff-button--shortcode {
  margin-top: 14px;
}

.ff-button--small {
  min-height: 46px;
  padding: 14px 18px 10px;
  border-radius: 16px;
  font-size: 1rem;
}

.ff-button--medium {
  min-height: 58px;
  padding: 18px 24px 14px;
  border-radius: 20px;
  font-size: 1.2rem;
}

.ff-button--large {
  min-height: 74px;
  padding: 24px 30px 20px;
  border-radius: 24px;
  font-size: 1.45rem;
}

.ff-button--teal,
.footer-cta-button--primary {
  background: #63c8bd;
  border-color: #63c8bd;
  color: #182235;
  -webkit-text-fill-color: #182235;
}

.ff-button--teal:visited,
.footer-cta-button--primary:visited {
  color: #182235;
  -webkit-text-fill-color: #182235;
}

.ff-button--teal:hover,
.ff-button--teal:focus,
.footer-cta-button--primary:hover,
.footer-cta-button--primary:focus {
  background: #7adad0;
  border-color: #7adad0;
  color: #182235;
  -webkit-text-fill-color: #182235;
}

.ff-button--pink,
.home-button:not(.ff-button--teal):not(.ff-button--blue):not(.ff-button--pink) {
  background: #ff1f9a;
  border-color: #ff1f9a;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.ff-button--pink:visited,
.home-button:not(.ff-button--teal):not(.ff-button--blue):not(.ff-button--pink):visited {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.ff-button--pink:hover,
.ff-button--pink:focus,
.home-button:not(.ff-button--teal):not(.ff-button--blue):not(.ff-button--pink):hover,
.home-button:not(.ff-button--teal):not(.ff-button--blue):not(.ff-button--pink):focus {
  background: #ff57bf;
  border-color: #ff57bf;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.ff-button--blue {
  background: #2f4fcf;
  border-color: #2f4fcf;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.ff-button--blue:visited {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.ff-button--blue:hover,
.ff-button--blue:focus {
  background: #4b66de;
  border-color: #4b66de;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

#footer-Container {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #13152a;
  font-size: 0.75rem;
  padding: 56px 0 18px;
}

#footer-Container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 620px;
  height: 480px;
  background: radial-gradient(ellipse, rgba(93, 98, 195, 0.11) 0%, rgba(93, 98, 195, 0.05) 36%, transparent 74%);
  pointer-events: none;
  z-index: 0;
}

#footer-Container.footer-container--legal-only {
  padding-top: 18px;
}

#footer-Container.footer-container--legal-only::before {
  content: none;
}

#footer-Container footer {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px;
}

#footer-Container footer .nav li {
  padding-left: 20px;
  display: inline;
  font-size: 0.875rem;
}

#footer-Container footer .nav li:first-child {
  padding-left: 0;
}

#footer-Container footer .nav li a {
  color: #fff;
}

#footer-Container footer .nav li a:hover {
  text-decoration: underline;
}

#footer-Container footer #contact {
  float: left;
  text-align: left;
  color: #fff;
  padding-left: 25px;
  width: 200px;
}

#footer-Container footer .nav {
  padding-left: 0;
  float: left;
  color: #000000;
  margin-bottom: 2em;
}

#footer-Container footer .utilityNav {
  clear: both;
  display: block;
}

.copyright {
  padding-top: 20px;
  clear: both;
  color: #ffffff;
  text-align: center;
}

.utilityNav li {
  list-style: none;
  font-size: 0.8125rem;
  padding-bottom: 15px;
  line-height: 15px;
}

.utilityNav li a {
  color: #fff;
}

#footer-Container footer ul {
  padding: 0;
}

#footer-Container footer .utilityNav .icon {
  padding-left: 20px;
  height: 20px;
  float: left;
  clear: both;
}

.footer-cta-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3.5rem 0 6rem;
}

.footer-cta-shell::before {
  content: "";
  position: absolute;
  bottom: -60px;
  right: 20%;
  width: 500px;
  height: 360px;
  background: radial-gradient(ellipse, rgba(52, 174, 165, 0.08) 0%, rgba(52, 174, 165, 0.04) 34%, transparent 74%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.footer-cta-shell::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 380px;
  height: 380px;
  background: radial-gradient(ellipse, rgba(255, 24, 154, 0.06) 0%, rgba(255, 24, 154, 0.03) 34%, transparent 74%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.footer-cta-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 26px;
  color: #e33ad4;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  -webkit-text-fill-color: #e33ad4;
}

.footer-cta-eyebrow::before,
.footer-cta-eyebrow::after {
  content: "";
  display: block;
  width: 52px;
  border-top: 2px solid rgba(227, 58, 212, 0.65);
}

.footer-cta-eyebrow span {
  display: inline-block;
  color: inherit;
  -webkit-text-fill-color: inherit;
}

.footer-cta-heading {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #f3f1ff;
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: clamp(3.2rem, 17vw, 5rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-cta-line {
  display: block;
}

.footer-cta-line + .footer-cta-line {
  margin-top: 0.08em;
}

.footer-cta-line--split {
  white-space: nowrap;
}

.footer-cta-word {
  display: inline-block;
}

.footer-cta-word--violet,
.ff-colour-primary {
  color: #6d72e4;
}

.footer-cta-word--teal,
.ff-colour-secondary {
  color: #63c8bd;
}

.footer-cta-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  margin-top: 48px;
  justify-content: center;
  align-items: center;
}

#footer-Container .site-info {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#footer-Container.footer-container--legal-only .site-info {
  padding-top: 0;
  border-top: 0;
}

.copyright {
  padding-top: 0;
}

.subPageHeader {
  display: block;
  clear: both;
  font-family: "Bebas Neue", arial, sans-serif;
  color: #000;
  font-size: 3.125rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 20px 0 10px 0;
  margin: 0;
  line-height: 1em;
  border-bottom: dotted 1px #222;
}

.subPageHeader.project {
  font-size: 1.25rem;
  text-align: center;
  border-bottom: none;
  padding-bottom: 18px;
  margin-top: 0;
}

.projectTagline {
  font-size: 1.125rem;
  text-align: center;
  border-bottom: none;
  padding-bottom: 50px;
  font-family: "Source Sans Pro", arial, sans-serif;
  font-weight: 100;
}

.firefly-page-intro {
  width: 100%;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(2.75rem, 5vw, 4.5rem);
}

.firefly-page-eyebrow {
  margin: 0 0 0.45rem;
  color: #1f2530;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.92rem;
  font-weight: 700;
}

.firefly-page-eyebrow::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 3px;
  margin-right: 14px;
  vertical-align: middle;
  background: #ff1f9a;
}

.firefly-page-intro .subPageHeader {
  color: #182235;
  border-bottom-color: rgba(24, 34, 53, 0.18);
  padding-top: 0;
  padding-bottom: 0.75rem;
  margin-bottom: 1.2rem;
}

.firefly-page-intro-copy {
  max-width: 72rem;
}

body.page-template-custom-pricing-php .firefly-page-intro-copy p,
body.page-template-custom-pricing-php .firefly-page-intro-copy li,
body.page-template-custom-contact-php .firefly-page-intro-copy,
body.page-template-custom-contact-php .firefly-page-intro-copy p,
body.page-template-custom-contact-php .firefly-page-intro-copy li,
.firefly-blog-header .firefly-page-intro-copy {
  color: #4f5d73;
  font-size: 1.0625rem;
  line-height: 1.6em;
}

#content {
  clear: both;
  font-size: 0.75rem;
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

#content.content-fullwidth {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

#content.play-fullbleed {
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-template-custom-contact-php {
  background: #ececf1;
}
.page-template-custom-contact-php .contact-page-shell {
  max-width: 1240px;
  margin: 0 auto;
}
.page-template-custom-contact-php .contact-page-intro {
  max-width: none;
  margin-bottom: clamp(2.4rem, 4vw, 3.5rem);
}
.page-template-custom-contact-php .contact-page-intro.is-empty {
  max-width: none;
  margin: 0 0 clamp(2.4rem, 4vw, 3.5rem);
}
.page-template-custom-contact-php .contact-page-intro__lede {
  margin: 0;
}
.page-template-custom-contact-php .contact-page-intro__lede > :first-child {
  margin-top: 0;
}
.page-template-custom-contact-php .contact-page-intro__lede > :last-child {
  margin-bottom: 0;
}
.page-template-custom-contact-php .contact-page-grid {
  display: grid;
  gap: clamp(1.8rem, 3vw, 2.6rem);
  align-items: start;
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}
.page-template-custom-contact-php .contact-page-grid.is-empty {
  max-width: none;
  margin: 0;
}

.page-template-custom-contact-php .wpcf7 {
  margin-top: clamp(1.5rem, 3vw, 2rem);
}

.page-template-custom-contact-php .wpcf7 form {
  display: grid;
  gap: 1.1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(197, 207, 220, 0.92);
  border-radius: 28px;
  box-shadow: 0 18px 42px rgba(24, 34, 53, 0.08);
}

.page-template-custom-contact-php .wpcf7 form > p {
  margin: 0;
  padding-bottom: 0;
}

.page-template-custom-contact-php .wpcf7 label {
  display: block;
  color: #1f2b3d;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.page-template-custom-contact-php .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.55rem;
}

.page-template-custom-contact-php .wpcf7 input[type="text"],
.page-template-custom-contact-php .wpcf7 input[type="email"],
.page-template-custom-contact-php .wpcf7 input[type="tel"],
.page-template-custom-contact-php .wpcf7 input[type="url"],
.page-template-custom-contact-php .wpcf7 textarea,
.page-template-custom-contact-php .wpcf7 select {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid #ccd5e1;
  border-radius: 16px;
  background: #ffffff;
  color: #1f2b3d;
  font-size: 1.0625rem;
  line-height: 1.6;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.page-template-custom-contact-php .wpcf7 textarea {
  min-height: 10rem;
  resize: vertical;
}

.page-template-custom-contact-php .wpcf7 input[type="text"]:focus,
.page-template-custom-contact-php .wpcf7 input[type="email"]:focus,
.page-template-custom-contact-php .wpcf7 input[type="tel"]:focus,
.page-template-custom-contact-php .wpcf7 input[type="url"]:focus,
.page-template-custom-contact-php .wpcf7 textarea:focus,
.page-template-custom-contact-php .wpcf7 select:focus {
  outline: none;
  border-color: #63c8bd;
  box-shadow: 0 0 0 4px rgba(99, 200, 189, 0.16);
}

.page-template-custom-contact-php .wpcf7 input::placeholder,
.page-template-custom-contact-php .wpcf7 textarea::placeholder {
  color: #7b8796;
}

.page-template-custom-contact-php .wpcf7 .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  min-height: 74px;
  padding: 24px 30px 20px;
  border: 1px solid #63c8bd;
  border-radius: 24px;
  background: #63c8bd;
  color: #182235;
  font-family: "Bebas Neue", arial, sans-serif;
  font-size: 1.45rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 12px 24px rgba(8, 12, 24, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

.page-template-custom-contact-php .wpcf7 .wpcf7-submit:hover,
.page-template-custom-contact-php .wpcf7 .wpcf7-submit:focus {
  background: #7ed9d3;
  border-color: #7ed9d3;
  color: #182235;
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(8, 12, 24, 0.24);
  outline: none;
}

.page-template-custom-contact-php .wpcf7 .wpcf7-spinner {
  margin: 0 0 0 14px;
  vertical-align: middle;
}

.page-template-custom-contact-php .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.55rem;
  color: #c4335d;
  font-size: 0.92rem;
}

.page-template-custom-contact-php .wpcf7 .wpcf7-response-output {
  margin: 0.5rem 0 0;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

.page-template-custom-contact-php .wpcf7 form.invalid .wpcf7-response-output,
.page-template-custom-contact-php .wpcf7 form.unaccepted .wpcf7-response-output,
.page-template-custom-contact-php .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: rgba(196, 51, 93, 0.3);
  background: rgba(196, 51, 93, 0.06);
  color: #8f2342;
}

.page-template-custom-contact-php .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(99, 200, 189, 0.32);
  background: rgba(99, 200, 189, 0.1);
  color: #1f6a63;
}
.page-template-custom-contact-php .contact-page-content {
  min-width: 0;
}
.page-template-custom-contact-php .contact-page-content > :first-child {
  margin-top: 0;
}
.page-template-custom-contact-php .contact-page-panel {
  min-width: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  border: 0;
  color: #1f2b3d;
}
.page-template-custom-contact-php .contact-page-grid.is-empty .contact-page-panel {
  margin-top: 0.5rem;
}
.page-template-custom-contact-php .contact-page-details {
  display: grid;
  gap: 14px;
  width: 100%;
  margin-bottom: 22px;
}
.page-template-custom-contact-php .contact-page-detail-card {
  position: relative;
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 0 0 16px 62px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(31, 43, 61, 0.12);
  color: #1f2b3d;
  text-decoration: none;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-template-custom-contact-php .contact-page-detail-card:hover,
.page-template-custom-contact-php .contact-page-detail-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(31, 43, 61, 0.24);
  color: #1f2b3d;
  text-decoration: none;
}
.page-template-custom-contact-php .contact-page-detail-card__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: #24324a;
  color: #8fe6df;
  font-size: 1.15rem;
}
.page-template-custom-contact-php .contact-page-detail-card__meta {
  display: grid;
  gap: 4px;
  min-width: 0;
}
.page-template-custom-contact-php .contact-page-detail-card__label {
  color: #7b8796;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-template-custom-contact-php .contact-page-detail-card__value {
  color: #1f2b3d;
  font-size: 1.02rem;
  font-weight: 600;
  overflow-wrap: break-word;
  word-break: normal;
}
.page-template-custom-contact-php .contact-page-detail-card__value--email {
  overflow-wrap: normal;
  word-break: normal;
  white-space: nowrap;
}
.page-template-custom-contact-php .contact-page-social {
  border-top: 0;
  padding-top: 18px;
}
.page-template-custom-contact-php .contact-page-social__title {
  margin: 0 0 14px;
  color: #1f2b3d;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-template-custom-contact-php .contact-page-social__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-custom-contact-php .contact-page-social__list a {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 16px;
  background: #24324a;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.page-template-custom-contact-php .contact-page-social__list a i {
  font-size: 1.2rem;
  line-height: 1;
}
.page-template-custom-contact-php .contact-page-social__list a:hover,
.page-template-custom-contact-php .contact-page-social__list a:focus-visible {
  background: #1c7f79;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

@media only screen and (min-width: 900px) {
  .page-template-custom-contact-php .contact-page-grid {
    grid-template-columns: minmax(340px, 0.46fr) minmax(0, 0.54fr);
  }
  .page-template-custom-contact-php .contact-page-grid.is-empty {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 899px) {
  .page-template-custom-contact-php .contact-page-detail-card__value--email {
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
body.single-post {
  background:
    radial-gradient(circle at top, rgba(115, 205, 203, 0.18), transparent 34%),
    linear-gradient(180deg, #eef2f7 0%, #e6e8ee 100%);
  overflow-x: clip;
}

body.single-post .firefly-single-main {
  padding: clamp(44px, 7vw, 88px) 24px 112px;
}

body.single-post .firefly-single-shell {
  max-width: 1320px;
  margin: 0 auto;
}

body.single-post .firefly-single-shell > article.post {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

body.single-post .entry-header {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

body.single-post .entry-title {
  margin: 0;
  color: #1f2736;
  font-size: 3.125rem;
  line-height: 1em;
  letter-spacing: 0.03em;
  padding: 20px 0 10px;
  border-bottom: 1px dotted currentColor;
}

body.single-post .entry-meta {
  margin: 0 0 16px;
  color: #56617a;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}

body.single-post .entry-meta .byline {
  display: inline-flex;
  align-items: center;
  gap: 0.26em;
}

body.single-post .entry-meta .byline-prefix {
  letter-spacing: 0.04em;
}

body.single-post .entry-meta .author {
  letter-spacing: 0.04em;
}

body.single-post .entry-meta::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #ff1f9a;
  border-radius: 999px;
  flex: 0 0 auto;
}

body.single-post .post-thumbnail {
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  max-width: none;
  box-shadow: none;
}

body.single-post .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
}

body.single-post .firefly-post-hero {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 32px;
  margin-left: -50vw;
  margin-right: -50vw;
  transition: margin-top 0.3s ease;
}

body.single-post .firefly-post-hero__media {
  position: relative;
  aspect-ratio: 1920/675;
  min-height: 0;
  border-radius: 0;
  overflow: hidden;
  background: #0f1b2d;
  box-shadow: none;
}

body.single-post .entry-header--hero {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: none;
  margin: 0;
  padding: clamp(28px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(7, 13, 24, 0) 0%, rgba(7, 13, 24, 0.78) 42%, rgba(7, 13, 24, 0.94) 100%);
}

body.single-post .entry-header--hero .entry-meta,
body.single-post .entry-header--hero .entry-title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

body.single-post .entry-header--hero .entry-title {
  color: #ffffff;
  padding: 0 0 14px;
  border-bottom: 0;
  text-shadow: 0 4px 14px rgba(4, 9, 18, 0.42), 0 14px 30px rgba(4, 9, 18, 0.34);
}

body.single-post .entry-header--hero .entry-meta {
  color: rgba(240, 246, 255, 0.92);
}

body.single-post .entry-header--hero .entry-meta a,
body.single-post .entry-header--hero .entry-meta a:visited {
  color: rgba(255, 198, 237, 0.98);
}

body.single-post .entry-header--hero .entry-meta::before {
  background: #73cdcb;
}

body.single-post .entry-header--body {
  display: none;
}

body.single-post .entry-header--body .entry-meta,
body.single-post .entry-header--hero .entry-meta {
  justify-content: center;
}

body.single-post .firefly-post-body {
  max-width: 1280px;
  margin: -88px auto 0;
  padding: clamp(26px, 4vw, 44px);
  background: #ffffff;
  border: 1px solid rgba(184, 193, 208, 0.92);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(24, 34, 53, 0.1);
  position: relative;
  z-index: 3;
}

body.single-post .entry-content {
  color: #2a3344;
  max-width: 1060px;
  margin: 1.25rem auto 0;
}

body.single-post .entry-content > * + * {
  margin-top: 1.15em;
}

body.single-post .entry-content p,
body.single-post .entry-content li {
  font-size: 1.2rem;
  line-height: 1.6em;
}

body.single-post .entry-content h1,
body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4 {
  color: #1f2736;
  font-family: "Bebas Neue", arial, sans-serif;
  font-weight: 400;
  text-transform: none;
  border-bottom: 0;
  padding: 0;
  line-height: 1.1;
  letter-spacing: 0.03em;
  margin-top: 1.5em;
  margin-bottom: 0.55em;
}

body.single-post .entry-content h1 {
  font-size: 3.2rem;
  line-height: 1.05;
}

body.single-post .entry-content h2 {
  font-size: 1.75rem;
  line-height: 1.1;
}

body.single-post .entry-content h3 {
  font-size: 1.375rem;
  line-height: 1.35;
}

body.single-post .entry-content h4 {
  font-family: "Source Sans Pro", "trebuchet ms", arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

body.single-post .entry-content a {
  color: #2f4fcf;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

body.single-post .entry-content a:hover,
body.single-post .entry-content a:focus-visible {
  color: #1f2736;
}

body.single-post .entry-footer {
  max-width: 1060px;
  margin: 42px auto 0;
  padding-top: 20px;
  border-top: 1px solid #ccd2dc;
}

body.single-post .firefly-post-nav-shell {
  max-width: 1280px;
  margin: 56px auto 0;
}

body.single-post .firefly-post-nav-heading {
  margin: 0 0 20px;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  color: #1f2736;
}

body.single-post .post-navigation {
  max-width: none;
  margin: 0 auto;
  padding: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(245, 248, 252, 0.94) 100%);
  border: 1px solid rgba(198, 203, 213, 0.9);
  border-radius: 32px;
  box-shadow: 0 24px 56px rgba(24, 34, 53, 0.1);
}

body.single-post .post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

body.single-post .post-navigation a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  min-height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
  border: 1px solid #d5dce7;
  border-radius: 26px;
  padding: 24px 26px;
  color: #1f2736;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  position: relative;
  overflow: hidden;
}

body.single-post .post-navigation a::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #63c8bd 0%, #ec4ea1 100%);
}

body.single-post .post-navigation .nav-previous a::after,
body.single-post .post-navigation .nav-next a::after {
  font-size: 1.8rem;
  line-height: 1;
  color: #63c8bd;
  align-self: center;
  transition: transform 180ms ease;
}

body.single-post .post-navigation .nav-previous a::after {
  content: "\2190";
}

body.single-post .post-navigation .nav-next a::after {
  content: "\2192";
}

body.single-post .post-navigation a:hover {
  border-color: #63c8bd;
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(24, 34, 53, 0.12);
}

body.single-post .post-navigation .nav-previous a:hover::after {
  transform: translateX(-4px);
}

body.single-post .post-navigation .nav-next a:hover::after {
  transform: translateX(4px);
}

body.single-post .post-navigation .nav-subtitle {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5e6880;
  font-weight: 700;
}

body.single-post .post-navigation .nav-title {
  display: block;
  margin-top: 12px;
  max-width: 22ch;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.35;
  text-wrap: balance;
}

body.single-post .comments-area {
  max-width: 980px;
  margin: 32px auto 0;
  background: #ffffff;
  border: 1px solid rgba(184, 193, 208, 0.92);
  border-radius: 28px;
  padding: clamp(22px, 3vw, 38px);
  box-shadow: 0 20px 50px rgba(24, 34, 53, 0.08);
}

body.blog,
body.archive {
  background:
    radial-gradient(circle at top, rgba(115, 205, 203, 0.16), transparent 34%),
    linear-gradient(180deg, #eef2f7 0%, #e6e8ee 100%);
}

.firefly-blog-main {
  padding: clamp(48px, 7vw, 90px) 24px 112px;
}

.firefly-blog-shell {
  max-width: 1280px;
  margin: 0 auto;
}

.firefly-blog-header {
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
}

.firefly-blog-header .subPageHeader {
  margin-bottom: 1.2rem;
}

.firefly-blog-header .tagline {
  margin: 0;
}

.firefly-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
  padding: clamp(18px, 2vw, 24px);
  background: #ffffff;
  border: 1px solid #ccd2dc;
  box-shadow: 0 20px 50px rgba(24, 34, 53, 0.08);
}

.firefly-blog-featured__media,
.firefly-blog-featured__media a {
  display: block;
  width: 100%;
  height: 100%;
}

.firefly-blog-featured__media img,
.firefly-blog-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 34vw, 520px);
  object-fit: cover;
  background: linear-gradient(135deg, #26457f, #3354d6);
}

.firefly-blog-featured__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(8px, 1vw, 18px) 0;
}

.firefly-blog-featured__content .firefly-blog-card__meta {
  margin: 0 0 10px;
  color: #5c667a;
  font-size: 0.79rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.firefly-blog-featured__title {
  margin: 0;
  color: #1f2736;
  font-family: "Bebas Neue", arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.02;
}

.firefly-blog-featured__title {
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.firefly-blog-featured__title a,
.firefly-blog-featured__title a:visited {
  color: inherit;
  text-decoration: none;
}

.firefly-blog-featured__title a:hover,
.firefly-blog-featured__title a:focus {
  color: #2f4fcf;
  text-decoration: underline;
}

.firefly-blog-featured__excerpt {
  margin-top: 18px;
  color: #2a3344;
  font-size: 1.05rem;
  line-height: 1.72;
}

.firefly-blog-featured__cta {
  margin: 24px 0 0;
}

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

.insight-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #ccd2dc;
  padding: 0 0 18px;
}

.insight-image,
.insight-image a,
.insight-image__placeholder,
.insight-image .firefly-blog-image-placeholder {
  display: block;
  width: 100%;
  min-height: 186px;
  height: 186px;
  overflow: hidden;
}

.insight-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insight-card h4 {
  margin: 16px 16px 0;
  font-size: 1.45rem;
  line-height: 1.22;
}

.insight-card h4 a,
.insight-card h4 a:visited {
  color: #1f2736;
  text-decoration: none;
}

.insight-card h4 a:hover,
.insight-card h4 a:focus-visible {
  color: #2f4fcf;
  text-decoration: underline;
}

.insight-meta {
  margin: 10px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.insight-meta__date {
  font-size: 0.92rem;
  line-height: 1.35;
  color: #6d7688;
  font-weight: 600;
}

.insight-meta__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.insight-meta__categories a,
.insight-meta__categories span {
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ec4ea1;
  font-weight: 700;
  text-decoration: none;
}

.insight-meta__categories a:hover,
.insight-meta__categories a:focus-visible {
  color: #b92b79;
  text-decoration: underline;
}

.firefly-blog-main .navigation.pagination {
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
  text-align: center;
}

.firefly-blog-main .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.firefly-blog-main .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #ccd2dc;
  background: #ffffff;
  color: #1f2736;
  text-decoration: none;
  font-weight: 700;
}

.firefly-blog-main .page-numbers.current {
  background: #63c8bd;
  border-color: #63c8bd;
  color: #182235;
}

@media only screen and (max-width: 900px) {
  body.single-post .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  body.single-post .firefly-single-main {
    padding: 44px 16px 72px;
  }
  body.single-post .firefly-post-hero {
    margin-bottom: 18px;
  }
  body.single-post .firefly-post-hero__media {
    aspect-ratio: 1920/675;
    min-height: 0;
  }
  body.single-post .entry-header--hero {
    display: none;
  }
  body.single-post .entry-header--body {
    display: block;
    margin-bottom: 24px;
  }
  body.single-post .firefly-post-body {
    margin-top: 0;
    border-radius: 22px;
    padding: 22px 16px;
  }
  body.single-post .entry-title {
    font-size: 2.25rem;
    line-height: 1;
    padding-top: 0;
  }
  body.single-post .entry-meta {
    gap: 10px;
  }
  body.single-post .entry-content p,
  body.single-post .entry-content li {
    font-size: 0.98rem;
    line-height: 1.6em;
  }
  body.single-post .comments-area {
    border-radius: 22px;
    padding: 20px 16px;
  }

  body.single-post .firefly-post-nav-heading {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }

  body.single-post .post-navigation {
    padding: 18px;
    border-radius: 24px;
  }

  body.single-post .post-navigation a {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px 18px;
  }

  body.single-post .post-navigation .nav-previous a::after,
  body.single-post .post-navigation .nav-next a::after {
    justify-self: end;
  }

  .firefly-blog-main {
    padding: 44px 16px 72px;
  }

  .firefly-blog-featured {
    grid-template-columns: 1fr;
  }

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

@media only screen and (max-width: 767px) {
  .ff-columns {
    gap: clamp(16px, 5vw, 20px);
  }

  .ff-columns__column,
  .ff-columns__column--span-2,
  .ff-columns__column--span-3,
  .ff-columns__column--span-4 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .firefly-blog-header {
    text-align: left;
  }

  .firefly-blog-header .home-section-eyebrow {
    justify-content: flex-start;
  }

  .firefly-blog-grid {
    grid-template-columns: 1fr;
  }

  .firefly-blog-featured,
  .firefly-blog-card {
    box-shadow: none;
  }
}
#make {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
  background: url("../images/make.webp") no-repeat center center;
  background-size: contain;
  aspect-ratio: 1266/606;
}

#technology-container-extended {
  margin-top: -40px;
}

#technology-container-extended img {
  z-index: 9;
  position: relative;
  bottom: -60px;
  max-width: 1280px;
  margin: 0 auto;
  width: 70%;
}

#creative h2,
#ux h2 {
  clear: none;
}

.appleIcon {
  height: 28px;
  padding: 0 4px 0 6px;
}

.logos,
.projectDetails-container {
  display: block;
  overflow: auto;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  background-color: #fff;
}

.aboutLogos {
  display: block;
  float: left;
  width: 27%;
  margin: 40px 3% 0 3%;
}

#viewPortfolio {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 30px 0;
  font-size: 1.125rem;
  padding-top: 30px;
}

.circle-text div {
  float: left;
  width: 100%;
  padding-top: 40%;
  margin-top: -0.5em;
  text-align: center;
  color: white;
}

.circle-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.large {
  font-size: 1.875rem;
  letter-spacing: -0.025em;
  line-height: 0.3em;
  color: #ffd231;
  font-family: "Bebas Neue", arial, sans-serif;
}

.x-large {
  color: #ffd231;
  font-family: "Bebas Neue", arial, sans-serif;
}

.small {
  display: block;
  font-size: 0.4375rem;
  line-height: 1.2em;
  margin-top: 1em;
  font-family: "Bebas Neue", arial, sans-serif;
  letter-spacing: 0.03em;
}

.circleStats {
  display: block;
  padding: 30px 0;
  overflow: auto;
}

.quickstat {
  width: 48.7%;
  float: left;
  padding-left: 2.4%;
  padding-bottom: 2.4%;
}

.portfolioGrid {
  row-gap: 40px;
}

.projectCard {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.projectImageWrapper {
  position: relative;
}

.projectImageWrapper img {
  width: 100%;
  display: block;
  border: 3px solid #fff;
  border-radius: 10px;
}

.portfolio-image {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: 40px;
  pointer-events: none;
}

.portfolio-image img {
  width: 100%;
  height: auto;
  display: block;
}

.projectOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}

.projectOverlay .projectLogo {
  max-height: 150px;
  margin-bottom: -50px;
  object-fit: contain;
}

.projectOverlay p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
}

.caseStudy {
  background-color: #fff;
  height: 100%;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.caseStudyImage {
  display: block;
}

.caseStudyTitle,
.title,
.caseStudySmallTitle {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #cc4d01;
  color: #fff;
  text-align: center;
  float: left;
  text-transform: uppercase;
  font-weight: 400;
}

.title {
  padding: 10px 0;
  font-size: 1rem;
}

.caseStudyDescription {
  width: 100%;
  padding: 10px 5% 0;
  background-color: #fff;
  clear: both;
}

.caseStudyDescription p {
  padding-bottom: 0;
}

.rect_image {
  width: 100%;
  height: 63px;
  display: block;
  overflow: hidden;
}

.rect {
  width: 94%;
  padding: 10px 0;
  position: absolute;
  left: 3%;
  top: 3%;
  font-size: 1.125rem;
  border: dashed 1px #f18443;
  margin-top: 10px;
}

#casestudy-nav-container {
  display: block;
  clear: both;
  position: initial;
  text-align: center;
  background-color: #222;
}

.casestudy-nav {
  right: 20px;
  top: 50px;
  display: block;
  z-index: 10;
}

.casestudy-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.casestudy-nav ul li {
  padding: 0;
  float: none;
  display: inline-block;
  padding-bottom: 0;
  line-height: initial;
}

.casestudy-nav li a {
  background-color: #222;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
  padding: 0 0.15em;
  font-size: 0.5rem;
  width: 60px;
  float: left;
  margin-top: 10px;
  transition: 0.2s;
}

.casestudy-nav li a:hover {
  text-decoration: none;
  background-color: #ffd231;
  color: #222;
}

.caseStudySmall {
  background-color: #fff;
  height: 100%;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.caseStudySmallImage {
  display: block;
}

.projectNav {
  font-size: 2.5rem;
  line-height: 1;
  color: #333;
}

.handDrawn {
  position: relative;
  top: -100px;
  z-index: 100;
  padding-top: 40px;
}

.handDrawn .statement {
  background-color: #222;
  padding: 20px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 30px;
}

.PortfolioCaseStudies {
  padding-bottom: 20px;
}

.PortfolioCaseStudies h2 {
  display: block;
  clear: both;
  font-family: "Source Sans Pro", arial, serif;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: 900;
  margin: 0 0 10px 0;
  padding: 0;
  border-left: none;
  letter-spacing: -0.025em;
}

.portfolio-overview-shell {
  width: 100%;
  max-width: none;
}

.portfolio-overview-intro,
.portfolio-overview-content,
.portfolio-overview-outro {
  width: 100%;
  max-width: none;
}

.portfolio-overview-intro {
  margin-bottom: 2.75rem;
}

.portfolio-overview-intro-copy,
.portfolio-overview-outro-copy {
  width: 100%;
  max-width: none;
}

.portfolio-overview-intro-copy > :last-child,
.portfolio-overview-content > :last-child,
.portfolio-overview-outro-copy > :last-child {
  margin-bottom: 0;
}

.portfolio-overview-content > :first-child {
  margin-top: 0;
}

body.page-template-custom-portfolio-php .portfolio-overview-content > p:empty {
  display: none;
  margin: 0;
  padding: 0;
}

.portfolio-overview-content {
  width: 100%;
}

.portfolio-overview-outro {
  margin-top: 3rem;
}

body.page-template-custom-portfolio-php,
body.single-firefly_work_item {
  --ff-work-bg: #e7e7eb;
  --ff-work-surface: rgba(255, 255, 255, 0.98);
  --ff-work-ink: #182235;
  --ff-work-muted: #44566c;
  --ff-work-line: rgba(24, 34, 53, 0.14);
  --ff-work-accent: #1eb0af;
  --ff-work-highlight: #e33ad4;
  --ff-work-highlight-soft: #f2b7ea;
  --ff-work-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
  background: radial-gradient(circle at top left, rgba(30, 176, 175, 0.16), transparent 24%), radial-gradient(circle at top right, rgba(242, 183, 234, 0.22), transparent 30%), #e7e7eb;
}

body.page-template-custom-portfolio-php #content.content-fullwidth,
body.single-firefly_work_item #content.content-fullwidth {
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  overflow: visible;
}

body.page-template-custom-portfolio-php #mainSubContentFull,
body.single-firefly_work_item #mainSubContentFull {
  max-width: 1240px;
  margin: 0 auto;
}

body.page-template-custom-portfolio-php .subPageHeader,
body.single-firefly_work_item .subPageHeader {
  color: var(--ff-work-ink);
  border-bottom-color: rgba(24, 34, 53, 0.18);
}

body.page-template-custom-portfolio-php .tagline,
body.single-firefly_work_item .tagline,
body.single-firefly_work_item .projectTagline {
  color: var(--ff-work-muted);
}

body.page-template-custom-portfolio-php p,
body.page-template-custom-portfolio-php li,
body.page-template-custom-portfolio-php .ff-columns__column,
body.single-firefly_work_item p,
body.single-firefly_work_item li,
body.single-firefly_work_item .ff-columns__column {
  color: #223047;
  font-size: 1.0625rem;
  line-height: 1.78;
}

body.page-template-custom-portfolio-php .portfolio-overview-intro-copy a,
body.page-template-custom-portfolio-php .portfolio-overview-content a,
body.page-template-custom-portfolio-php .portfolio-overview-outro a,
body.single-firefly_work_item .projectDetails a,
body.single-firefly_work_item .portfolio-project-content a {
  color: var(--ff-work-highlight);
}

body.page-template-custom-portfolio-php .portfolio-overview-intro-copy a:hover,
body.page-template-custom-portfolio-php .portfolio-overview-content a:hover,
body.page-template-custom-portfolio-php .portfolio-overview-outro a:hover,
body.single-firefly_work_item .projectDetails a:hover,
body.single-firefly_work_item .portfolio-project-content a:hover {
  color: var(--ff-work-ink);
}

body.page-template-custom-portfolio-php .portfolio-overview-intro {
  width: 100%;
  max-width: none;
  margin-bottom: clamp(2.5rem, 4vw, 3.5rem);
}

body.page-template-custom-portfolio-php .portfolio-overview-intro .tagline {
  max-width: 820px;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px dotted rgba(24, 34, 53, 0.22);
}

body.page-template-custom-portfolio-php .portfolio-overview-grid-wrap {
  margin-bottom: clamp(3rem, 5vw, 4.5rem);
}

body.page-template-custom-portfolio-php .portfolioGrid {
  row-gap: 34px;
}

body.page-template-custom-portfolio-php .portfolioGrid > [class*=col-] {
  display: flex;
}

body.page-template-custom-portfolio-php .projectCardWrapper {
  display: flex;
  width: 100%;
}

body.page-template-custom-portfolio-php .projectCard {
  display: block;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--ff-work-line);
  border-radius: 24px;
  background: var(--ff-work-surface);
  box-shadow: var(--ff-work-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.page-template-custom-portfolio-php .projectCard:hover,
body.page-template-custom-portfolio-php .projectCard:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(16, 24, 40, 0.16);
  border-color: rgba(30, 176, 175, 0.34);
  text-decoration: none;
}

body.page-template-custom-portfolio-php .projectImageWrapper {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(16, 26, 42, 0.08), rgba(16, 26, 42, 0.02));
}

body.page-template-custom-portfolio-php .projectImageWrapper img {
  width: 100%;
  display: block;
  aspect-ratio: 1.18/1;
  object-fit: cover;
  border: 0;
  border-radius: 0;
}

body.page-template-custom-portfolio-php .projectOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 30px 28px;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(16, 26, 42, 0.12) 10%, rgba(16, 26, 42, 0.78) 58%, rgba(16, 26, 42, 0.9) 100%);
  text-align: center;
}

body.page-template-custom-portfolio-php .projectOverlay .projectLogo {
  width: min(62%, 300px);
  max-width: 300px;
  max-height: 120px;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

body.page-template-custom-portfolio-php .projectOverlay h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.9rem;
  line-height: 1.1;
  color: #ffffff;
}

body.page-template-custom-portfolio-php .projectOverlay p {
  max-width: 30ch;
  margin: 0;
  padding: 0;
  color: rgba(246, 250, 255, 0.94);
  font-size: 1.0625rem;
  line-height: 1.5;
}

body.page-template-custom-portfolio-php .portfolio-overview-outro {
  margin: clamp(3rem, 5vw, 4.5rem) auto clamp(4rem, 6vw, 5.5rem);
  padding: clamp(2.2rem, 4vw, 3rem);
  border-radius: 28px;
  background: linear-gradient(145deg, #182235 0%, #20314d 70%, #1f887f 140%);
  box-shadow: var(--ff-work-shadow);
}

body.page-template-custom-portfolio-php .portfolio-overview-outro h2,
body.page-template-custom-portfolio-php .portfolio-overview-outro p,
body.page-template-custom-portfolio-php .portfolio-overview-outro a {
  color: #ffffff;
}

body.page-template-custom-portfolio-php .portfolio-overview-outro .tagline {
  margin-top: 0;
  padding-bottom: 14px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.32);
}

body.single-firefly_work_item article.portfolio-project-page {
  background: transparent;
}

body.single-firefly_work_item .portfolio-project-hero {
  display: none;
  padding: 0;
  overflow: visible;
}

body.single-firefly_work_item .portfolio-project-hero__shell {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

body.single-firefly_work_item .portfolio-project-hero__media {
  --ff-work-overlay-width: min(72vw, 1020px);
  position: relative;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  background: #0d1525;
}

body.single-firefly_work_item .portfolio-project-hero__overlay {
  position: absolute;
  right: clamp(18px, 0vw, 56px);
  bottom: clamp(-88px, -6vw, -26px);
  width: var(--ff-work-overlay-width);
  aspect-ratio: 1.72/1;
  border-radius: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  z-index: 3;
  background-image: var(--ff-work-overlay-image);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

body.single-firefly_work_item .portfolio-project-header--hero {
  position: absolute;
  left: clamp(24px, 5vw, 72px);
  right: auto;
  bottom: clamp(34px, 7vw, 96px);
  z-index: 2;
  width: min(calc(100% - var(--ff-work-overlay-width) - clamp(40px, 4vw, 72px)), 34rem);
  max-width: none;
  padding: clamp(0.55rem, 1vw, 0.9rem) 0;
  isolation: isolate;
}

body.single-firefly_work_item .portfolio-project-header--hero::before {
  content: "";
  position: absolute;
  inset: clamp(-1.4rem, -2vw, -0.9rem) clamp(-1.8rem, -3vw, -1.1rem) clamp(-1.15rem, -2.2vw, -0.75rem) clamp(-1.8rem, -3vw, -1.1rem);
  z-index: -1;
  border-radius: 42px;
  background:
    radial-gradient(circle at 18% 36%, rgba(7, 13, 25, 0.84) 0%, rgba(7, 13, 25, 0.58) 34%, rgba(7, 13, 25, 0.22) 64%, rgba(7, 13, 25, 0) 100%),
    linear-gradient(90deg, rgba(7, 13, 25, 0.52) 0%, rgba(7, 13, 25, 0.24) 52%, rgba(7, 13, 25, 0) 100%);
  filter: blur(24px);
  opacity: 0.95;
  pointer-events: none;
}

body.single-firefly_work_item #casestudy-nav-container {
  background: transparent;
  position: relative;
  z-index: 4;
  margin-top: clamp(-2.2rem, -3.6vw, -1.35rem);
}

body.single-firefly_work_item .casestudy-nav {
  position: static;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

body.single-firefly_work_item .projectNav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  font-size: 1rem;
}

body.single-firefly_work_item .casestudy-nav ul li {
  float: none;
  display: block;
}

body.single-firefly_work_item .casestudy-nav li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-top: 0;
  padding: 0;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(16, 26, 42, 0.92);
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(8, 14, 25, 0.2);
}

body.single-firefly_work_item .casestudy-nav li a:hover,
body.single-firefly_work_item .casestudy-nav li a:focus-visible {
  background: var(--ff-work-highlight);
  border-color: var(--ff-work-highlight);
  color: #ffffff;
  text-decoration: none;
}

body.single-firefly_work_item .portfolio-project-shell {
  max-width: 980px;
  margin: 0 auto;
  margin-top: clamp(1.25rem, 3vw, 2.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}

body.single-firefly_work_item .subPageHeader.project {
  text-align: left;
  color: var(--ff-work-ink);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.98;
  border-bottom: 0;
  padding: 0 0 18px;
  margin: 0 0 18px;
}

body.single-firefly_work_item .projectTagline {
  max-width: 720px;
  margin: 0 0 2.4rem;
  padding-bottom: 0;
  text-align: left;
  font-size: clamp(1.16rem, 1.8vw, 1.48rem);
  line-height: 1.55;
  color: var(--ff-work-muted);
  font-weight: 600;
}

body.single-firefly_work_item .portfolio-project-header--hero .subPageHeader.project {
  color: #ffffff;
  border-bottom: 0;
  text-shadow: 0 4px 14px rgba(4, 9, 18, 0.42), 0 14px 30px rgba(4, 9, 18, 0.34);
  margin-bottom: 16px;
}

body.single-firefly_work_item .portfolio-project-header--hero .subPageHeader.project.fancy span::before,
body.single-firefly_work_item .portfolio-project-header--hero .subPageHeader.project.fancy span::after {
  display: none;
}

body.single-firefly_work_item .portfolio-project-header--hero .projectTagline {
  max-width: 56ch;
  color: rgba(246, 250, 255, 0.96);
  font-weight: 500;
  text-shadow: 0 3px 10px rgba(4, 9, 18, 0.4), 0 10px 24px rgba(4, 9, 18, 0.28);
  margin-bottom: 0;
}

body.single-firefly_work_item .portfolio-project-header--mobile {
  margin-bottom: 1.5rem;
}

body.single-firefly_work_item .portfolio-project-header--mobile .subPageHeader.project {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

body.single-firefly_work_item .portfolio-project-header--mobile .projectTagline {
  max-width: none;
  margin-bottom: 0;
}

body.single-firefly_work_item .projectDetails-container {
  margin: 0 auto 3rem;
  padding: 24px 26px 4px;
  border: 1px solid var(--ff-work-line);
  border-radius: 26px;
  background: var(--ff-work-surface);
  box-shadow: var(--ff-work-shadow);
}

body.single-firefly_work_item .projectDetails {
  padding: 0 0 20px;
  font-size: 0.92rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5b6a81;
}

body.single-firefly_work_item .projectDetails span {
  display: block;
  margin-top: 8px;
  color: var(--ff-work-ink);
  font-size: 1.08rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

body.single-firefly_work_item .portfolio-project-content h2,
body.single-firefly_work_item .portfolio-project-content h3 {
  color: var(--ff-work-ink);
  border-bottom-color: rgba(24, 34, 53, 0.18);
}

body.single-firefly_work_item .portfolio-project-content img {
  border-radius: 24px;
  box-shadow: var(--ff-work-shadow);
}

@media only screen and (min-width: 768px) {
  body.single-firefly_work_item .portfolio-project-hero {
    display: block;
  }
  body.single-firefly_work_item .portfolio-project-hero__media {
    aspect-ratio: 1920 / 675;
    min-height: 0;
    max-height: none;
    background-image: var(--ff-work-hero-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  body.single-firefly_work_item .portfolio-project-header--mobile {
    display: none;
  }
}
