@import url("../Divi/style.css"); 



:root {
  /* PRIMARY - */
  --primary-950: #121113; /* var(--primary-950) === Woodsmoke */
  --primary-800: #281A37; /* var(--primary-800) === Revolver */
  --primary-650: #382749; /* var(--primary-650) === Martinique */
  --primary-600: #381D53; /* var(--primary-600) === Grape */
  --primary-500: #4E3B64; /* var(--primary-500) === Mulled Wine */
  --primary-450: #6A5681; /* var(--primary-450) === Smoky */
  --primary-400: #756784; /* var(--primary-400) === Smoky */
  --primary-350: #837297; /* var(--primary-350) === Rum */
  --primary-300: #A99FB2; /* var(--primary-300) === Amethyst Smoke */
  --primary-250: #D1CDD5; /* var(--primary-250) === Gray Suit */
  --primary-200: #DEDBE1; /* var(--primary-200) === Mischka */
  --primary-150: #E8E6EA; /* var(--primary-150) === Mischka Lite */
  --primary-50:  #F7F7F8; /* var(--primary-50) === Athens Gray */

  /* SECONDARY */
  --secondary-800: #732611; /* var(--secondary-800) === Pueblo */
  --secondary-700: #B43A18; /* var(--secondary-700) === Thunderbird */
  --secondary-600: #E44E25; /* var(--secondary-600) === Cinnabar */
  --secondary-500: #EA7250; /* var(--secondary-500) === Burnt Sienna */
  --secondary-400: #EAA580; /* var(--secondary-400) === Tacoa */
  --secondary-200: #F2CBB6; /* var(--secondary-200) === Mandys Pink */
  --secondary-100: #FAF0EB; /* var(--secondary-100) === White Linen */

  /* ALTERNATIVE */
  --alt-900: #292D1A; /* var(--alt-900) === Green Kelp */
  --alt-700: #414828; /* var(--alt-700) === Woodland */
  --alt-600: #74862D; /* var(--alt-600) === Crete */
  --alt-500: #AEC552; /* var(--alt-500) === Celery */
  --alt-400: #C7D590; /* var(--alt-400) === Deco */
  --alt-200: #E9EED3; /* var(--alt-200) === Aths Special */
  --alt-100: #F3F6EA; /* var(--alt-100) === Ecru White */

  /* BASE */
  --base-1000: #000000; /* var(--base-1000) === Black */
  --base-0:    #FFFFFF; /* var(--base-0) === White */
}






/* == GLOBAL STYLING ================ */
/* ---------------------------------- */
p {
  margin-bottom: 0.75em;
}

/* --- DESKTOP MENU --- */
/* Scaling logo */
.et_pb_menu .et_pb_menu__logo {
  width: clamp(100px, calc(100px + (80 * ((100vw - 400px) / 740))), 140px);
  height: auto;
}

.et_pb_menu .et_menu_nav {
  padding-top: 10px;
}

.et_pb_menu .et_mobile_nav_menu .mobile_nav {
  margin-top: -36px;
}

.et_pb_menu .et_pb_menu__wrap {
  padding-top: 32px;
}


/* Hide contact icon on desktop */
.mobile-contact-trigger {
  display: none;
}

/* Dropdowns */
.sub-menu li a {
  text-transform: capitalize !important;
}
.nav li ul {
  width: 360px;
}
.nav li li {
  padding: 0 4px;
}
.et-menu li li a {
  width: 340px;
  padding: 12px 8px;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
  background-color: var(--primary-150);
}

.privateMenuLink{
  color: var(--primary-450);
}

/* Dropdowns - Mobile */
.et_mobile_menu li a {
  padding: 8px 3%;
  font-size: 16px !important;
}
.et_mobile_menu li li {
  padding-left: 0%;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


/* Exit to public site icon */
.exitPrivate a {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url('/wp-content/uploads/2025/11/icon_exit_a-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 56px !important;
  opacity: 0.5;
  transition: opacity 0.2s;
}
.exitPrivate a:hover {
  opacity: 1;
}
.exitPrivate {
  margin-left: 20px!important;
}




/* --- LINKS --- */
.linkOnLight {
  color: var(--secondary-600);
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-200);
  padding-bottom: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.linkOnLight:hover {
  color: var(--secondary-400);
  border-color: var(--secondary-400);
}

.linkOnDark {
  color: var(--secondary-400);
  text-decoration: none;
  border-bottom: 1px solid var(--secondary-400);
  padding-bottom: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.linkOnDark:hover {
  color: var(--secondary-100);
  border-color: var(--secondary-100);
}

.subtleLinkLight {
  color: var(--primary-250);
  text-decoration: none;
  border-bottom: 1px solid var(--primary-350);
  padding-bottom: 1px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.subtleLinkLight:hover {
  color: var(--secondary-500);
  border-color: var(--secondary-500);
}

.anchorLinks:hover {
  background-color: var(--base-0) !important;
}

.logoutLink{
  font-size: 10px!important;
  line-height: 10px!important;
  color: #382749;
}

/* --- LIST STYLING --- */
#main-content ul,
.et_pb_module ul,
.et_pb_text_inner ul,
.et-l--body ul,
.et-l--footer ul {
  list-style-type: disc !important;
  padding-left: 1.2em !important;
  margin-left: 0 !important;
  margin-bottom: 1.2em !important;
}

.et_pb_module ul {
  list-style-type: disc !important;
  padding-left: 1.2em !important;
  margin-left: 0 !important;
  margin-bottom: 1.2em !important;
}

#main-content ul li,
.et_pb_text_inner ul li,
.et-l--body ul li,
.et-l--footer ul li {
  line-height: 1.6 !important;
  margin-bottom: 0.5em !important;
}
.et_pb_module ul li{
  line-height: 1.5 !important;
  margin-bottom: 4px !important;
}


/* --- CUSTOM LIST --- */

/* Divi UL styling overrides */
#main-content ul.enList{
  padding-left: 0 !important;
  margin-left: 0 !important;
}
#main-content ul.enList > li{ margin-left: 0 !important; }


.enList * {
  line-height: inherit !important;
}

.enList {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.enList li {
  list-style: none;
  position: relative;
  padding-left: 1.3em;
  line-height: inherit;
  margin-bottom: 0.6em;
}

.enList li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0.1em;
  color: currentColor;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}

.listItemExt{
  margin-bottom: 20px;
}


/* --- QUOTES --- */

.quoteBlock {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 0 12%;
  max-width: 100%;
  box-sizing: border-box;
}

.quoteBlock .quoteIcon {
  width: 36px;
  height: auto;
  flex-shrink: 0;
  margin: 12px 16px 0 0;
}

.quoteBlock p {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin: 0;
}



/* == ABOUT PAGE ==================== */
/* ---------------------------------- */

/* --- Buttons --- */
.custom-btn-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.custom-btn-container .custom-btn {
  margin-right: 16px;
  margin-left: 16px;
}

.custom-btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  transition: all 0.3s ease;
}

/* --- White --- */

.primary-btn {
  background: var(--base-0);
  color: #432f5f;
  border: 2px solid var(--base-0);
}

.primary-btn:hover {
  background: transparent;
  color: var(--base-0);
}

.outline-btn {
  background: transparent;
  color: var(--base-0);
  border: 2px solid var(--base-0);
}

.outline-btn:hover {
  background: white;
  color: #432f5f;
}



/* == HOME PAGE ===================== */
/* ---------------------------------- */

/* --- Post Carousel --- */
.homeCarousel {
  position: relative;
  width: 100%;
  padding-bottom: 56px;
}

.homeCarousel .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - (48px * 2)) / 3);
  height: auto;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.carouselCard {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: var(--base-0);
  overflow: hidden;
  transition: background-image 0.3s ease;
  height: 100%;
}

.carouselCard:hover {
  background-image: linear-gradient(to top, #F1F0F3 0%, var(--base-0) 8%);
}

.carouselImgWrapper {
  height: 294px;
  overflow: hidden;
}

.carouselImgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carouselContent {
  padding: 16px 0 20px;
}

.carouselTitle {
  font-size: 22px;
  font-weight: 800;
  margin: 12px 0 8px;
  color: var(--primary-500);
  line-height: 1.3em;
}

.carouselMeta {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--primary-300);
  margin-bottom: 10px;
  display: block;
}

.carouselReadMore {
  color: var(--secondary-500);
  text-decoration: none;
  margin-bottom: 4px;
}

.carouselReadMore:hover {
  text-decoration: underline;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.swiper-pagination {
  position: relative;
  margin-top: 32px;
  text-align: center;
}

.swiper-pagination::before,
.swiper-pagination::after {
  content: "";
  display: inline-block;
  width: 100px;
  border-top: 1px dotted var(--primary-300);
  vertical-align: middle;
  margin: 0 12px;
}

.swiper-pagination-bullet {
  background: var(--primary-250);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--secondary-500);
}


/* Category Cards */
.catCardsHeading a {
  position: relative;
  transition: color 0.3s ease;
}

.catCardsHeading a::after {
  content: ' →';
  position: relative;
  left: 0;
  transition: left 0.3s ease;
}

.catCardsHeading a:hover {
  color: var(--secondary-400);
}

.catCardsHeading a:hover::after {
  left: 4px;
}


/* --- TERTIMONIALS CAROUSEL --- */

.testimonialCarousel {
  max-width: 100%;
  padding: 0;
  font-family: inherit;
}

.testimonialCarousel .swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-content {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 48px 0 60px 0;
  max-width: 1140px;
  margin: 0 auto;
}

.quote-icon img {
  width: 52px;
  height: auto;
  margin-top: 6px;
}

.testimonial-text {
  flex: 1.5;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--primary-450);
}

.divider {
  width: 1px;
  background-color: var(--primary-200);
  height: 100%;
  margin: auto 0;
}

.testimonial-author {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 16px;
}

.author-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.author-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.6;
  font-size: 16px;
  color: var(--primary-300);
}

.author-details strong {
  font-size: 20px;
  color: var(--primary-450);
}

.author-details a {
  color: var(--secondary-500);
  text-decoration: none;
  font-size: 0.85rem;
}

.testimonial-pagination {
  margin-top: 20px;
  text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #D8D0DF;
  opacity: 1;
  border-radius: 50%;
  cursor: pointer;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-500);
}


/* == INSIGHTS PAGE ================= */
/* ---------------------------------- */

/* --- Ft Shared Elements --- */

.hideCatMeta {
  display: none !important;
}

.featureBadge {
  display: inline-block;
  background-color: var(--primary-500);
  color: var(--base-0);
  padding: 3px 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  line-height: 1.8em;
  font-family: 'Open Sans', sans-serif;
  white-space: nowrap;
  width: auto;
  max-width: 100%;
  margin: 0 0 12px 0;
  align-self: flex-start;
}

.highlightMeta,
.secondaryMeta {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  margin-top: auto;
}


.featureHighlight .highlightTitle,
.featureSecondary .secondaryTitle,
.postTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  line-height: 1.3em;
}

.featureSecondary .secondaryTitle,
.postTitle {
  font-size: 28px;
}

.featureHighlight .highlightTitle a,
.featureSecondary .secondaryTitle a,
.blogPostItem .postTitle a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.featureSecondary .secondaryTitle a:hover,
.blogPostItem .postTitle a:hover {
  color: rgba(0, 0, 0, 0.3);
  color: color-mix(in srgb, currentColor 70%, transparent);
}


.readMore {
  color: var(--secondary-500);
  text-decoration: none;
  font-weight: 400;
}

.readMore:hover {
  color: #EB9566;
}

.readMore span {
  white-space: nowrap;
  display: inline-block;
}


/* --- Primary Featured Post --- */

.featureHighlight {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin: 80px 0;
}

.featureHighlight .highlightImage {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.featureHighlight .highlightImage img {
  width: 400px;
  height: auto;
  display: block;
}

.featureHighlight .highlightContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featureHighlight .highlightTitle {
  font-size: 44px;
  line-height: 1.2;
  margin: 0 0 10px;
}


.featureHighlight .featureBadge {
  background-color: #756784;
  color: var(--base-0);
}

.featureHighlight .highlightContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featureHighlight .highlightTitle {
  font-size: 44px;
  line-height: 1.2em !important;
  letter-spacing: -0.4px;
  color: #FAFAFA;
  margin: 0 0 12px;
}

.featureHighlight .highlightTitle a:hover {
  color: var(--base-0);
}

.featureHighlight .highlightExcerpt {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #D1CDD5;
  line-height: 1.6em;
  margin: 0 0 24px 0;
}

.featureHighlight .highlightMeta {
  color: #D1CDD5;
}


/* --- Secondary Featured Posts --- */


.featureSecondaryWrapper {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.featureSecondary {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  padding-right: 64px;
  padding-bottom: 80px;
  padding-left: 0;
  box-sizing: border-box;
}

.featureSecondary.withDivider {
  border-left: 1px solid #D9D9D9;
  padding-top: 80px;
  padding-right: 0;
  padding-bottom: 80px;
  padding-left: 64px;
}

.secondaryTopRow {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-bottom: 8px;
  min-height: 172px;
}

.secondaryImage {
  flex-shrink: 0;
  width: 150px;
  overflow: hidden;
}

.secondaryImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featureSecondary .secondaryContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featureSecondary .secondaryTitle {
  letter-spacing: -0.3px;
  margin: 0 0 8px;
  color: var(--primary-500);
}

.featureSecondary .secondaryExcerpt {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6em;
  margin: 0 0 12px;
}


/* --- Blog Filtering --- */

.blogFilterBar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}

.blogFilter {
  padding: 12px 24px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background-color: var(--base-0);
  color: #544A5E;
  cursor: pointer;
  transition: all 0.25s ease;
  display: inline-block;
}

.blogFilter.active {
  background-color: var(--secondary-500);
  border-color: var(--secondary-500);
  color: var(--base-0);
}

.blogFilter:hover {
  background-color: #EB9566;
  border-color: #EB9566;
  color: var(--base-0);
}

.blogFilter .itemsInCat {
  opacity: 0.6;
  margin-left: 4px;
  font-weight: 400;
}

.blogFilterToggle {
  display: none;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 16px;
  background-color: #f7f7f7;
  border: 1px solid var(--secondary-500);
  border-radius: 4px;
  color: var(--secondary-500);
  cursor: pointer;
  margin-bottom: 4px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.blogFilterToggle::after {
  content: '▼';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--secondary-500);
}

.dropdownArrow {
  float: right;
  font-size: 14px;
  color: var(--secondary-500);
  margin-left: 8px;
}


/* --- Filter Blurbs --- */

.category-hover-blurb {
  font-size: 0.9rem;
  color: #999;
  margin-top: 0.5rem;
  transition: opacity 0.2s;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.category-hover-blurb.visible {
  opacity: 1;
  height: auto;
}

#categoryHoverBlurb {
  position: fixed;
  background: #483e52;
  color: white;
  padding: 24px 36px;
  font-size: 15px;
  max-width: 560px;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
  border-radius: 4px;
  z-index: 99000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.25s ease-out, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

#categoryHoverBlurb.visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Nesletter Sidebar --- */

.newsletterBox {
  background: #F9F8FA;
  padding: 24px;
  border-radius: 4px;
}

.newsletterBox .et_pb_newsletter_fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletterBox input[type="email"] {
  border: 1px solid #BAB2C2;
  border-radius: 4px;
}

.newsletterBox .et_pb_newsletter_button {
  padding: 16px 48px;
  border: 2px solid var(--primary-500);
  border-radius: 4px;
  color: var(--primary-500);
  display: inline-block;
  margin: 0 0 32px 0;
  font-weight: 600;
  text-transform: none;
}
.newsletterBox .et_pb_newsletter_button:hover{
  padding: 16px 48px;
  border: 2px solid var(--secondary-500);
  background: var(--secondary-500);
  color: var(--base-0);
}




/* --- Blog List @@@@@@ CHECK REDUNDANCY @@@@@@ --- */

.blogPostList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blogPostItem {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  border-bottom: 1px solid #D9D9D9;
  padding: 32px 0 48px 0;
}

.blogPostItem .postImage {
  flex-shrink: 0;
  width: 150px;
  height: 128px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.blogPostItem .postImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --- Blog List @@@@@@ CHECK REDUNDANCY @@@@@@ --- */

.blogPostItem .postContent {
  flex: 1;
}

.postTitle {
  letter-spacing: -0.8px;
  margin: 0 0 8px;
}

.postExcerpt {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 12px;
  overflow: visible;
}

.postMeta,
.secondaryMeta {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: var(--primary-350);
}

.postMeta a,
.secondaryMeta a {
  color: var(--secondary-500);
  text-decoration: none;
}

.postMeta a:hover,
.secondaryMeta a:hover {
  text-decoration: underline;
}


/* --- Sidebar > Recent Posts --- */


.sidebarRecentPosts {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding-top: 16px;
}

.sidebarRecentPosts .recentPostItem {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px dotted var(--primary-200);
}

.sidebarRecentPosts .recentPostItem:last-child {
  border-bottom: none;
}

.sidebarRecentPosts .recentPostThumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebarRecentPosts .recentPostThumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sidebarRecentPosts .recentPostTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--primary-500);
  text-decoration: none;
  font-size: 20px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.sidebarRecentPosts .recentPostTitle:hover {
  color: var(--secondary-500);
  text-decoration: none;
}


/* == WORK WITH ME PAGE (WWM) ============= */
/* ---------------------------------- */


.lowerZ {
  position: relative;
  z-index: 0;
}


/* ============= Hero Cards ============= */

.wwm-heroCardsWrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.wwm-heroCards {
  background: var(--base-0);
  border: 1px solid var(--primary-200);
  border-radius: 4px;
  padding: 36px 32px 48px 32px;
}

.wwm-heroCards > img { width: 60px; height: 60px; }

.wwm-heroCards h3 { 
  margin: 24px 0 16px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.5px;
 }

.wwm-seeHow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-top: 8px;
  user-select: none;
}

.wwm-seeHowLabel{ 
  color: var(--primary-500);
  font-size: 18px;
}


/* Vars available to both cards and shared panel */
:root {
  --wwm-bg: var(--base-0);
  --wwm-border: var(--primary-500);
  --wwm-accent: var(--primary-500); 
  --wwm-radius: 4px;
  --wwm-pad: 36px;
  --wwm-transition: 0.3s ease;
}

/* ---------- Accordnion Content ---------- */
.wwm-accordionRevealWrapper {
  position: relative;
  margin-top: 2rem;
  border: 1px solid var(--wwm-border);
  border-radius: var(--wwm-radius);
  background: var(--wwm-bg);
  padding: 60px 48px 36px 48px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.06);
  overflow: visible;
  z-index: 1;
}

.wwm-tooltipText h4{ 
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin: 36px 0 12px;
}

.wwm-accordionRevealWrapper[hidden] { display: none; }

/* Smooth desktop animation: expand/collapse inner content */
.wwm-accordionContentInner {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height var(--wwm-transition), opacity var(--wwm-transition);
}

.wwm-accordionRevealWrapper.wwm-show .wwm-accordionContentInner {
  max-height: 2000px;
  opacity: 1;
}

/* Arrow pointing to the active card (single, conflict-free version) */
.wwm-accordionArrow {
  position: absolute;
  top: -10px;
  left: 0;
  width: 0; height: 0;
  transform: translateX(0);
}
.wwm-accordionArrow::before,
.wwm-accordionArrow::after {
  content: "";
  position: absolute;
  left: -12px;
  width: 0; height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.wwm-accordionArrow::before { 
  top: -2px;
  border-bottom: 12px solid var(--wwm-border);
}
.wwm-accordionArrow::after {
  top: 0;
  border-bottom: 12px solid var(--wwm-bg);
}

/* Active card (desktop) */
.wwm-heroCards.wwm-active {
  outline: 1px solid var(--wwm-accent);
  outline-offset: -1px;
}

.wwm-accordionRevealWrapper {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity var(--wwm-transition), transform var(--wwm-transition);
}
.wwm-accordionRevealWrapper.wwm-show {
  opacity: 1;
  transform: translateY(0);
}

.wwm-heroCards.wwm-active .wwm-seeHowLabel,
.wwm-heroCards.wwm-open .wwm-seeHowLabel {
  color: var(--primary-300);
}

.wwm-heroCards.wwm-active .wwm-seeHowIcon img {
  transform: rotate(180deg);
  transition: transform var(--wwm-transition);
}



/* ---------- Mobile/tablet inline panels inside cards ---------- */
.wwm-accordionContent {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height var(--wwm-transition),
    opacity var(--wwm-transition),
    margin-top var(--wwm-transition),
    padding-top var(--wwm-transition),
    border-top-width var(--wwm-transition);
  margin-top: 0;
  padding-top: 0;
  border-top: 0 solid var(--wwm-border);
}

.wwm-accordionContent.wwm-open {
  max-height: 1200px;
  opacity: 1;
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px dotted var(--primary-300);
}

/* Toggle affordance states */
.wwm-heroCards.wwm-open .wwm-seeHowIcon img {
  transform: rotate(180deg);
  transition: transform var(--wwm-transition);
}


/* --- Dark Section --- */





/* --- Case Studies Request Form --- */

#wpforms-form-4600 .wpforms-field-checkbox .wpforms-field-description{
  font-size: 0.9rem;
  color: var(--primary-300);
  margin-top: 4px;
}


div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li{
  padding-left: 0px!important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li::before{
  display: none;
}


/* --- Case Studies Message --- */

.csToggle {
  margin: 1.25rem 0 0;
  border-top: 0px;
  padding-top: 48px;
}
.csLabel{
font-weight:700;
}

.csToggle__btn {
  display: flex;
  align-items: center;
  gap: .5rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: var(--secondary-500);
}
.csToggle__btn:hover .csToggle__chev { transform: translateY(1px); }
.csToggle__chev {
  width: 1.1rem; height: 1.1rem; flex: 0 0 auto;
  fill: none; stroke: currentColor; stroke-width: 2;
  transition: transform .25s ease;

}


.csLabel{  
  border-bottom: 1px solid var(--base-0);
}


.csLabel:hover{
  color: var(--secondary-400);  
  border-bottom: 1px dotted var(--secondary-400);
}

.csToggle__panel {
  --dur: .28s;
  overflow: hidden;
  max-height: fit-content!important;
  background: var(--base-0);
  border: 1px solid var(--primary-200);
  border-radius: 4px;
  margin-top: 16px;
  padding:48px 48px 56px 48px;
  margin-bottom: 36px;
  transition: max-height var(--dur) ease, opacity var(--dur) ease;
}
.csToggle__panel.is-open {
  opacity: 1;
}

.csToggle[aria-expanded="true"] .csToggle__chev { transform: rotate(180deg); }

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .csToggle__panel { transition: none; }
  .csToggle__chev { transition: none; }
}

/* --- Case Studies Button --- */

.standardButton{
  padding: 16px 48px;
  border: 2px solid var(--primary-500);
  border-radius: 4px;
  color: var(--primary-500);
  display: inline-block;
  margin: 0 0 32px 0;
}
.standardButton:hover{
  border: 2px solid var(--secondary-500);
  background: var(--secondary-500);
  color: var(--base-0);
}


.locked-btn {
  color: var(--primary-500);  
  text-decoration: none;
  border-bottom: 1px solid var(--primary-500);
  padding-bottom: 1px;
}
.locked-btn:hover {
  color: var(--primary-300);  
  border-bottom: 1px solid var(--primary-300);
}

.locked-btn img {
  width: 18px;
  margin-right: 16px;
}


/* == POSTS PAGE ==================== */
/* ---------------------------------- */

.single-post .et_pb_post_content .wp-block-heading {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

/* --- Hero Area --- */

.custom-post-hero {
  margin-bottom: 40px;
  width: 100%;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.hero-text-col {
  flex: 1 1 0%;
  min-width: 300px;
  max-width: 65%;
}

.hero-image-col {
  flex: 1 1 0%;
  min-width: 200px;
  max-width: 35%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero-title {
  margin-bottom: 10px;
  line-height: 1.2;
}

.hero-meta {
  font-size: 16px;
  margin-bottom: 24px;
  color: var(--primary-500);
}

.hero-meta a {
  color: var(--secondary-500);
  text-decoration: none;
}

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

.hero-separator {
  margin: 0 6px;
  color: var(--primary-250);
}

.hero-excerpt {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-450);
  line-height: 1.5;
  margin-top: 8px;
  letter-spacing: -0.7px;
}






/* ========================================
   AUTHOR BIO (SC)
   ======================================== */

   .author-bio-wrapper {
    margin: 3rem 0;
    padding: 2rem 0;
    border-top: 1px solid #e5e5e5;
  }
  
  .author-bio-content {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
  }
  
  .author-bio-profile {
    flex-shrink: 0;
  }
  
  .author-bio-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .author-bio-info {
    flex: 1;
  }
  
  .author-bio-name {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-600);
  }
  
  .author-bio-text {
    margin-bottom: 1rem;
  }
  
  .author-bio-text p {
    margin: 0;
    line-height: 1.6;
  }
  
  .author-bio-social {
    display: flex;
    gap: 0.75rem;
  }
  
  .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: opacity 0.2s;
  }
  
  .social-icon:hover {
    opacity: 0.7;
  }
  
  .social-icon img {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  /* Mobile: Stack vertically */
  @media (max-width: 768px) {
    .author-bio-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    
    .author-bio-social {
      justify-content: center;
    }
  }






/* == CONTACT FORM ================== */
/* ---------------------------------- */


.contact-modal {
  position: fixed;
  top: 235px;
  right: 0;
  width: 100%;
  max-width: 680px;
  z-index: 99999;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}

.contact-modal.show {
  display: flex;
  pointer-events: auto;
}

.contact-modal .modal-box {
  background: var(--base-0);
  width: 100%;
  max-width: 680px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 72px 48px 88px 48px;
  box-shadow: -12px 0 48px rgba(0, 0, 0, 0.15);
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 1;
  border-radius: 0;
  z-index: 2;
}

.contact-modal.fade-in .modal-box {
  transform: translateX(0);
}

.contact-modal.fade-out .modal-box {
  transform: translateX(100%);
  opacity: 0;
}

.contact-modal .modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 36px;
  color: var(--secondary-500);
  background: none;
  border: none;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-compensation, 0px);
}

.contact-modal h2 {
  font-size: 44px;
  margin-bottom: 20px;
  margin-top: 0;
}

.contact-modal .contact-meta {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px dotted var(--primary-250);
  font-size: 18px;
}

.contact-modal .contact-meta h3 {
  margin-bottom: 0.3rem;
  font-weight: 700;
  margin-top: 20px;
}

.email-copy-container {
  margin-top: 1rem;
}

.copy-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--base-0);
  color: var(--primary-650);
  border: 1px solid var(--primary-200);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s ease;
  position: relative;
}

.copy-email:hover {
  background: var(--primary-150);
}

.copy-email:active {
  background: var(--primary-150);
}

.copy-email .email-text {
  flex-grow: 1;
  text-align: left;
}

.copy-email .copy-icon {
  margin-left: 0.75rem;
  stroke: var(--primary-300);
  transition: stroke 0.2s;
}

.copy-email:hover .copy-icon {
  stroke: var(--base-1000);
}

.copy-email::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -1.8rem;
  right: 0;
  background: var(--primary-650);
  color: var(--base-0);
  padding: 2px 6px;
  font-size: 0.75rem;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  white-space: nowrap;
}

.copy-email:hover::after {
  opacity: 1;
  transform: translateY(0);
}


.contact-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 1;
}





/* Row layout */
.email-row{
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0 0 36px;
}

.email-label{
  margin: 0;
  white-space: nowrap; 
}

/* Pill */
.email-copy-wrapper{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--primary-300);
  padding: 4px 16px;
  border-radius: 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  background: var(--base-0);
  transition: border-color 0.3s, background-color 0.3s;
  margin: 0; 
}

.email-copy-wrapper:hover{
  border-color: var(--primary-300);
  background-color: var(--primary-50);
}

.email-copy-wrapper:focus{
  outline: none;
  border-color: var(--primary-350);
}

.email-copy-wrapper .copy-icon{
  font-size: 1.2rem;
}

.email-copy-wrapper.copied{
  color: var(--alt-600);
  border-color: var(--alt-600);
}




.contact-modal .contact-meta a.socialLinks {
  font-size: 18px;
  color: var(--primary-500) !important;
}


.contact-modal .contact-meta h3,
.contact-modal .contact-meta h4 {
  margin-bottom: 0.1rem;
  font-weight: 600;
  margin-top: 1.2rem;
  font-size: 22px;
}

/* --- WPForms Overrides (layout) --- */

.contact-modal .wpforms-form input[type="text"],
.contact-modal .wpforms-form input[type="email"],
.contact-modal .wpforms-form textarea,
.contact-modal .wpforms-form button[type="submit"],
.contactOnPage .wpforms-form input[type="text"],
.contactOnPage .wpforms-form input[type="email"],
.contactOnPage .wpforms-form textarea,
.contactOnPage .wpforms-form button[type="submit"] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  line-height: 1.5;
  font-size: 18px;
  height: auto;
  border: 1px solid var(--primary-200);
  border-radius: 4px;
  font-family: inherit;
}

.contact-modal .wpforms-form input[type="text"]:focus,
.contact-modal .wpforms-form input[type="email"]:focus,
.contact-modal .wpforms-form textarea:focus {
  border: 1px solid var(--alt-500) !important;
  background: var(--base-0) !important;
  color: var(--primary-500) !important;
  outline: none;
  box-shadow: none;
}

.contact-modal .wpforms-form button[type="submit"],
.contactOnPage .wpforms-form button[type="submit"] {
  font-size: 18px;
  font-weight: 700;
  padding: 24px;
  line-height: 1.5;
  color: var(--primary-500) !important;
  background-color: var(--base-0) !important;
  border: 2px solid var(--primary-500);
  height: auto;
  box-shadow: none;
  cursor: pointer;
}

.contact-modal .wpforms-form button[type="submit"]:hover,
.contactOnPage .wpforms-form button[type="submit"]:hover {
  background: none !important;
  background-color: var(--secondary-500) !important;
  border-color: var(--secondary-500) !important;
  color: var(--base-0) !important;
}






/* Two columns that auto-collapse below ~520px */
#contactModal #wpforms-form-4147 .wpforms-field-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  column-gap: 16px;
  row-gap: 12px;
  align-items: start;
}


#contactModal #wpforms-form-4147 .wpforms-field-textarea,
#contactModal #wpforms-form-4147 .wpforms-submit-container{
  grid-column: 1 / -1;
}


#contactModal #wpforms-form-4147 .wpforms-field{
  float: none !important;
  clear: none !important;
  min-width: 0;
}


#contactModal #wpforms-form-4147 .wpforms-one-half,
#contactModal #wpforms-form-4147 .wpforms-three-sixths,
#contactModal #wpforms-form-4147 .wpforms-two-fourths,
#contactModal #wpforms-form-4147 .wpforms-first,
#contactModal #wpforms-form-4147 .wpforms-last{
  width: auto !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  margin-right: 0 !important;
}


#contactModal #wpforms-form-4147 .wpforms-field input,
#contactModal #wpforms-form-4147 .wpforms-field select,
#contactModal #wpforms-form-4147 .wpforms-field textarea{
  width: 100% !important;
  max-width: none !important;
}










/* == FOLIO AREA ==================== */
/* ---------------------------------- */


/* === TIMELINE TOGGLE WRAPPER === */
.folio-timeline-toggle {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

/* === CLICKABLE PURPLE BLOCK (A TAG) === */
.folio-timeline-toggle-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--primary-600);
  padding: 48px 100px 48px 48px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.folio-timeline-toggle-inner:hover {
  background-color: var(--secondary-500);
}
.folio-timeline-toggle-inner:hover .timeline-guide-line::before,
.folio-timeline-toggle-inner:hover .timeline-dot {
  background-color: var(--secondary-400);
}


/* === INNER BUTTON LABEL === */
.folio-timeline-toggle-inner .label {
  font-weight: 700;
  font-size: 20px;
  color: var(--base-0);
  margin-right: 72px;
  white-space: nowrap;
}

.folio-timeline-toggle-inner .label img{
  margin: 0 16px 0 8px;
}

/* === DOTS LINE INSIDE PURPLE BLOCK === */
.timeline-guide-line {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  height: 16px;
  position: relative;
}

.timeline-guide-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 3px;
  background-color: var(--primary-450);
  opacity: 0.4;
  z-index: 1;
  transform: translateY(-50%);
}

.timeline-dot {
  width: 14px;
  height: 14px;
  background-color: var(--primary-450);
  border-radius: 50%;
  z-index: 2;
}




/* === TIMELINE SECTION WRAPPER === */

.folio-timeline-wrapper h2{
  margin-bottom: 48px;
  color: var(--primary-250);
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}

.folio-timeline-section {
  background-color: transparent;
  padding: 0;
  transition: background-color 0.5s ease, padding 0.5s ease;
  overflow: hidden;
  position: relative;
}

.folio-timeline-section.expanded {
  background-color: var(--primary-650);
  padding: 100px 0 80px;
}

/* === TIMELINE CONTAINER === */
.folio-timeline-wrapper {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  max-width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
}

.folio-timeline-wrapper.hidden {
  display: none;
}

.folio-timeline-wrapper.visible {
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(0);
}


/* --- SWIPER CORE STRUCTURE FIX --- */
.folio-timeline-wrapper .swiper {
  width: 100%;
  height: 100%;
}

.folio-timeline-wrapper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}



/* --- LOGO CAROUSEL --- */

.logo-carousel-free .swiper-wrapper .swiper-slide{
  margin-right:0;
}

/* --- SWIPER STRUCTURE --- */

.folio-timeline-wrapper .swiper-wrapper .swiper-slide,
.folio-timeline-wrapper .folio-slide {
  width: 320px;
  max-width: 90vw;
  margin-right: 88px;
  border-radius: 8px;
  background: transparent;
  overflow: hidden;
}

.folio-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

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

.folio-meta {
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: var(--primary-500);
}

.folio-year {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-300);
  border: 1px solid;
  border-radius: 200px;
  margin: 0 auto 32px auto;
  width: 80px;
}

.folio-role {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--primary-50);
}

.folio-org {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--secondary-400);
  text-transform: uppercase;
}

.folio-desc {
  font-size: 16px;
  line-height: 1.6;
  color: var(--primary-50);
}




/* --- TIMELINE HIDE TOGGLE BUTTON --- */
.timeline-hide-toggle {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#hideTimelineBtn {
  background-color: transparent;
  border: 0px solid var(--primary-250);
  color: var(--primary-250);
  padding: 12px 24px 12px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

#hideTimelineBtn:hover {
  background-color: rgba(255, 255, 255, 0.05);
  border-color: var(--base-0);
  color: var(--base-0);
}

#hideTimelineBtn .icon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
  transform: rotate(180deg);
  opacity: 0.5;
}



/* == END TIMELINE ================== */
/* ---------------------------------- */











/* == FOLIO STATS SECTION =========== */
/* ---------------------------------- */

.folioStats {
  background-color: var(--base-0);
  padding: 100px 0;
}

.folioStatGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 88px;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 0;
  padding-bottom:0;
  box-sizing: border-box;
}

.folioStatCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.folioStatCard.visible {
  opacity: 1;
  transform: translateY(0);
}

.folioStatCircle {
  width: 200px;
  height: 200px;
  border: 2px solid var(--secondary-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.folioStatNumber {
  font-size: 50px;
  font-weight: 300;
  color: var(--primary-500);
  line-height: 1;
}

.folioStatText {
  font-size: 20px;
  color: var(--primary-400);
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
}



/* == END FOLIO STATS =============== */
/* ---------------------------------- */








/* == FOLIO PRACTICE SECTION ============= */
/* -------------------------------------- */

.folio-categories {
  background-color: var(--base-0);
}

.folio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 1px;
  border: 4px solid var(--primary-200);
  background-color: var(--primary-200);
  margin: 0 auto;
  max-width: 1140px;
  border-radius: 4px;   /* adjust to taste */
  overflow: hidden;      /* ensures child cards don’t spill past the curve */
}


.folioCat-card {
  min-height: 400px;
  background-color: var(--primary-50);
  padding: 48px 60px 48px 60px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: background-color 0.35s ease;
}

/* Normal state */
.folioCat-card h3 {
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 900;
  letter-spacing: -0.6px;
  color: var(--primary-500);
  margin: 10px 0 12px 0;
}

.folioCat-card p {
  font-size: 22px;
  line-height: 1.6;
  color: var(--primary-450);
  margin-bottom: auto;
}

.folio-catLink {
  font-size: 18px;
  margin-top: 36px;
  display: inline-flex;
  align-items: center;
  border-top: 1px dotted var(--primary-250);
  padding-top: 24px;
  transition: all 0.25s ease;
}

.folio-catLinkIcon {
  width: 32px;
  height: 32px;
  transition: filter 0.3s ease;
}

/* Hover overlay content */
.folio-hoverContent {
  position: absolute;
  inset: 0;
  background-color: var(--secondary-500);
  color: var(--base-0);
  padding: 0; /* updated */
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* INNER WRAPPER with padding fix */
.folio-hoverContent .hover-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  gap: 32px;
  padding: 48px 48px 48px 60px;
  box-sizing: border-box;
}

.folio-hoverContent ul {
  flex: 1;
  list-style: disc;
  padding-left: 1.2em;
  margin: 0;
  font-size: 19px;
  color: var(--base-0);
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
}
#main-content .folio-hoverContent ul {
  margin-bottom: 0 !important;
}


#main-content .folio-hoverContent li{
  margin-bottom: 24px !important;
}

/* Icon anchored bottom-right */
.folio-hoverContent .folio-catLinkIcon { 
  align-self: flex-end;
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

/* Hover state */
.folioCat-card:hover {
  background-color: var(--secondary-500);
}

.folioCat-card:hover h3,
.folioCat-card:hover p {
  color: var(--base-0);
}

.folioCat-card:hover .folio-catLinkIcon {
  filter: brightness(0) invert(1);
}

.folioCat-card:hover .folio-hoverContent {
  opacity: 1;
}



/* Responsive layout */
@media screen and (max-width: 1024px) {


  .folioStatCircle {
    width: 170px;
    height: 170px;
  }
  .folioStatNumber {
    font-size: 38px;
  }
  .folioStatText {
    font-size: 18px;
  }


  .folio-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .folioCat-card {
    padding: 40px 28px;
  }

  .folio-hoverContent .hover-inner {
    padding: 40px 28px;
    gap: 24px;
  }

  .folioCat-card h3 {
    font-size: 28px;
  }
  .folioCat-card p {
    font-size: 18px;
  }
  #main-content .folio-hoverContent li{
    font-size: 15px;
    line-height: 22px !important;
  }


}





/* == END FOLIO PRACTICE ============ */
/* ---------------------------------- */




/* == FOLIO CASE STUDIES SECTION ========== */
/* --------------------------------------- */

.folio-casestudies {
  padding: 0;
}

.folio-caseGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.folio-caseCard {
  text-decoration: none;
  display: block;
  background-color: var(--primary-600);
  color: var(--base-0);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.folio-caseCard:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}

.folio-caseFigure {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.folio-caseFigure img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.folio-caseCaption {
  padding: 56px;
  background-color: var(--primary-600);
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  gap: 16px;
}

.folio-caseCaption .contentType{
  font-size: 16px;
  color: var(--primary-250);
}

.folio-caseTitle {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  color: var(--base-0);
  letter-spacing: -0.3px;
}

.folio-caseMeta {
  font-size: 14px;
  color: var(--primary-250);
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}

.folio-caseCard:hover .folio-caseCaption {
  background-color: var(--secondary-500);
  transition: filter 0.3s ease;
}
.folio-caseCard:hover .folio-caseMeta {
  color: var(--base-0)!important;
}
.folio-caseCard:hover .folio-caseFigure img {
filter: brightness(50%);
transition: filter 0.3s ease;
}



/* == END CASE STUDIES SECTION ========== */
/* ---------------------------------- */





/* == PORTFOLIO ======================== */
/* ---------------------------------- */


.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a.menu-item-folio-link {
  text-decoration: underline;
  color: var(--primary-500) !important;
  font-weight: 700;
}

/* --- Login Page --- */

.accessMix{
  max-width:580px;
  padding-left: 32px;
  padding-top: 12px;
}

input.txtField[type="text"],
input.txtField[type="email"],
input.txtField[type="password"],
.txtField {
  box-sizing: border-box;
  padding: 12px 14px;
  line-height: 1.5;
  font-size: 18px;
  height: auto;
  border: 1px solid var(--primary-250);
  border-radius: 4px;
  font-family: inherit;
  margin-bottom: 28px;
}

input.txtField[type="text"]:focus,
input.txtField[type="email"]:focus,
input.txtField[type="password"]:focus,
.txtField:focus {
  border: 1px solid var(--alt-600);
}
.folioAccess_loginForm label {
margin: 0 0 12px 0;
padding: 0;
font-size: 16px;
font-weight: 600;
line-height: 18px;
color: var(--primary-500);
}



.formButton{
  font-size: 18px;
  font-weight: 700;
  padding: 24px;
  line-height: 1.5;
  color: var(--primary-500) !important;
  background-color: var(--base-0) !important;
  border: 2px solid var(--primary-500);
  border-radius: 4px;
  height: auto;
  box-shadow: none;
  cursor: pointer;
}
.formButton:hover{
  background: none !important;
  background-color: var(--secondary-500) !important;
  border-color: var(--secondary-500) !important;
  color: var(--base-0) !important;
}





.folioAccess_loginForm form {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: flex-start;
}

.folioAccess_loginForm .txtField {
  width: 100%;
  max-width: 320px;
}

.folioAccess_loginForm .formButton {
  width: 100%;
  max-width: 320px;
  margin-top: 16px;
}


.folioAccess_error{
  display: block;
  font-size: 18px;
  padding: 32px;
  margin: 48px 0;
  border-radius: 4px;
  background-color: var(--secondary-100);
  border: 1px solid var(--secondary-600);
  color: var(--secondary-600);
}
.folioAccess_error a{
  text-decoration: underline;
  color: var(--secondary-700);
}
.folioAccess_error a:hover{
  color: var(--secondary-500);
}

/* Responsive: full-width below 768px */
@media (max-width: 767px) {
  .folioAccess_loginForm .txtField,
  .folioAccess_loginForm .formButton {
    max-width: 100%;
  }
}



/* =======================================================================
   PRACTICE NAV – Subpage variant (scoped, standalone)
   Reuses your tokens and divider styling from the landing tiles.
   ======================================================================= */


.practiceNav { padding: 0; }

/* Grid */
.practiceNav .folio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  background: none;
  border: none;
  border-radius: 0px;
}

/* Card */
.practiceNav .folioCat-card {
  display: flex;
  flex-direction: column;
  background: var(--base-0);
  color: var(--primary-500);
  text-decoration: none;
  border-radius: 4px;
  padding: 40px;
  min-height: 0;
  position: relative;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  overflow: hidden;
}

/* Title */
.practiceNav .folioCat-card h3,
.practiceNav .folio-cardTitle {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 900;
  letter-spacing: -0.2px;
  color: var(--primary-500);
  margin: 0 0 8px 0;
}

/* Blurb */
.practiceNav .folioCat-card p,
.practiceNav .folio-cardBlurb {
  font-size: 16px;
  line-height: 1.6;
  color: var(--primary-450);
  margin: 0 0 18px 0;
}

/* Dotted divider + link (match landing divider treatment) */
.practiceNav .folio-catLink {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px dotted var(--primary-250);
  color: var(--secondary-600);
  transition: all 0.25s ease;
}

/* Icon inside link (if present) */
.practiceNav .folio-catLinkIcon {
  width: 32px;
  height: 32px;
  transition: filter 0.3s ease;
}

/* Disable landing-page hover overlay */
.practiceNav .folio-hoverContent { 
  display: none !important;
}

/* Hover/focus: subtle lift (no colour takeover) */
.practiceNav .folioCat-card:hover,
.practiceNav .folioCat-card:focus {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.practiceNav .folioCat-card:focus-visible {
  outline: 3px solid var(--secondary-500);
  outline-offset: 2px;
}

.practiceNav .folioCat-card:hover .folio-catLink{
  color: var(--secondary-500);
}

/* Make the current card completely non-interactive */
.practiceNav .folioCat-card[aria-current="page"],
.practiceNav .folioCat-card.is-current {
  pointer-events: none;
  transform: none !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04) !important;
  cursor: default;
  background: rgba(245, 217, 202, 0.5);
  background: color-mix(in srgb, var(--secondary-100) 80%, transparent);
}

/* Pale text inside the current card */
.practiceNav .folioCat-card[aria-current="page"] h3,
.practiceNav .folioCat-card[aria-current="page"] p,
.practiceNav .folioCat-card[aria-current="page"] .folio-catLink,
.practiceNav .folioCat-card.is-current h3,
.practiceNav .folioCat-card.is-current p,
.practiceNav .folioCat-card.is-current .folio-catLink {
  color: #e08a5b;
}




/* -------------------------------------------------------
   "You are here"
   ------------------------------------------------------- */

/* Disable clicking and set base styles */
.practiceNav .folioCat-card[aria-current="page"],
.practiceNav .folioCat-card.is-current {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

.practiceNav .folioCat-card[aria-current="page"] .folio-catLink,
.practiceNav .folioCat-card.is-current .folio-catLink {
  color: var(--primary-400);
  border-top-color: var(--secondary-500);
  font-size: 0;
}

.practiceNav .folioCat-card[aria-current="page"] .folio-catLink::before,
.practiceNav .folioCat-card.is-current .folio-catLink::before {
  content: "● YOU ARE HERE";
  font-size: 16px; 
  line-height: 1.4;
  color: #e08a5b !important;
}

/* Current card must ignore hover/focus completely */
.practiceNav .folioCat-card[aria-current="page"]:hover,
.practiceNav .folioCat-card[aria-current="page"]:focus,
.practiceNav .folioCat-card.is-current:hover,
.practiceNav .folioCat-card.is-current:focus {
  transform: none !important;
  box-shadow: 0 1px 0 rgba(0,0,0,0.04) !important;
}

.practiceNav .folioCat-card[aria-current="page"]:hover .folio-catLink,
.practiceNav .folioCat-card.is-current:hover .folio-catLink {
  color: var(--primary-400) !important;
  border-top-color: var(--primary-250) !important;
}





/* ============================================== */
/* SUBPAGE NAV - ALTERNATIVE FOLIO CASE GRID     */
/* ============================================== */

.subpageNav .folio-caseCard[aria-current="page"] {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.subpageNav .folio-caseCard[aria-current="page"] .contentType {
  font-size: 0; 
}
.subpageNav .folio-caseCard[aria-current="page"] .contentType::before {
  content: "● YOU ARE HERE";
  font-size: 14px;
  color: #FFF;
}



.subpageNav .folio-caseGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:40px;
}

.subpageNav .folio-caseCard {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: all 0.3s ease;
}

.subpageNav .folio-caseFigure {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 0;
  width: 100%;
  height: 100%;
}

.subpageNav .folio-caseFigure img {
  width: 36%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.subpageNav .folio-caseCaption {
  width: 64%;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.folio-caseCaption .contentType{
  font-size: 14px;
}

.subpageNav .folio-caseTitle {
  font-size: 22px;
  line-height: 1.33;
}




@media screen and (min-width: 768px) and (max-width: 1440px) {
  .folio-caseGrid {
    gap: calc(24px + (60 - 24) * ((100vw - 768px) / (1440 - 768)));
  }
  .folio-caseCaption {
    padding: calc(44px + (56 - 44) * ((100vw - 768px) / (1440 - 768)));
  }
  .folio-caseTitle {
    font-size: calc(20px + (32 - 20) * ((100vw - 768px) / (1440 - 768)));
  }

  .subpageNav .folio-caseGrid,
  .practiceNav .folio-grid {
    gap: calc(28px + (40 - 28) * ((100vw - 768px) / (1440 - 768)));
  }


}





/* ==================================================
   FOLIO - STRATEGIC DELIVERY PAGE - Delivery Systems
   ================================================== */

/* =========================
   Delivery Systems (grid + dividers fixed)
   ========================= */

   .deliverySystems {
    padding: 52px 0;
  }
  
  .deliverySystems__inner {
    max-width: 1140px;
    margin: 0 auto;
  }
  
  /* Grid frame */
  .deliverySystems__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--primary-200);
    border-radius: 8px;
    overflow: hidden;
  }
  
  /* Tiles */
  .deliverySystems__tile {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
      "icon title"
      "icon text";
    column-gap: 36px;
    align-items: start;
    padding: 52px 40px 72px 40px;
    background: var(--white);
  
    /* inner dividers */
    border-left: 1px solid var(--primary-200);
    border-top: 1px solid var(--primary-200);
  }
  
  /* Place items in their areas */
  .deliverySystems__icon      { grid-area: icon;  width: 40px; height: 40px; margin: 0; opacity: 0.9; }
  .deliverySystems__tileTitle { 
    grid-area: title;
    margin: 2px 0 10px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
   }
  .deliverySystems__tileText  { 
    grid-area: text;  
    margin: 0; 
    line-height: 1.6; 
    font-size: 18px;
  }
  
  /* 3-column (desktop) */
  .deliverySystems__grid > .deliverySystems__tile:nth-of-type(-n + 3) { /* first row */
    border-top: none;
  }
  .deliverySystems__grid > .deliverySystems__tile:nth-of-type(3n + 1) { /* first column */
    border-left: none;
  }
  


/* ---------------------------------------- */
/* == CASE STDUIES ======================== */
/* ---------------------------------------- */



/* == CASE STUDY: Capabilities ========================= */
/* Container */
.caseCapabilities {
  margin: 0px 0 0px;
}

/* Two-column grid (stacks on mobile) */
.caseCapabilities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 92px;
  align-items: start;
}

/* Column divider for desktop */
.caseCapabilities__col + .caseCapabilities__col {
  padding-left: 0px;
}


.caseCapabilities__grid {
  position: relative;
}

.caseCapabilities__grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-0.5px);
  background: var(--primary-200);
  pointer-events: none;
  z-index: 0;
}


.caseCapabilities__col { position: relative; z-index: 1; }




/* Column title (plain text node, not a heading) */
.caseCapabilities__title {
  font-weight: 800;
  letter-spacing: -0.2px;
  color: var(--primary-500);
  margin: 0 0 24px 0;
}

#main-content .caseCapabilities__list,
.et_pb_module .caseCapabilities__list,
.et_pb_text_inner .caseCapabilities__list {
  list-style: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

/* Item layout */
.caseCapabilities__item {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 24px;
  align-items: start;
  padding: 20px 0;
}

/* Last item border clean-up */
.caseCapabilities__item:last-child {
  border-bottom: none;
}

/* Icon wrapper and image sizing */
.caseCapabilities__icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.caseCapabilities__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-top: 8px;
}

/* Text block */
.caseCapabilities__text {
  line-height: 1.6;
  color: var(--primary-450);
  font-family: inherit;
  font-size: 18px;
}

/* Label vs description weight */
.caseCapabilities__label {
  font-weight: 700;
  color: var(--primary-500);
  margin-right: 4px;
}

.caseCapabilities__desc {
  font-weight: 400;
  color: var(--primary-450);
}

/* Outcome row */
.caseOutcome {
  margin-top: 52px;
  line-height: 1.6;
}

.caseOutcome__label {
  font-weight: 800;
  color: var(--primary-500);
  margin-right: 6px;
}

.caseOutcome__desc {
  color: var(--primary-450);
}






/* == CASE STUDY: Challenges (variable-based) ================= */

.caseChallenges {
  margin: 80px 0 60px;
}

.caseChallenges__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
}

.caseChallenges__item {
  background: transparent;
  border: 1px solid var(--primary-450);
  border-radius: 4px;
  padding: 32px 36px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  color: var(--primary-50);
  line-height: 1.6;
  position: relative;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

/* Icon */
.caseChallenges__icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.caseChallenges__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.8;
  filter: brightness(1.1);
}

/* Text */
.caseChallenges__text {
  font-size: 19px;
  color: var(--primary-200);
}



/* == Responsive =================================== */




@media screen and (max-width: 1139px) {

  .caseChallenges__item {
    display: flex;
    flex-direction: column;
  }

}


@media screen and (max-width: 979px) {

  .folio-timeline-wrapper {
    padding: 48px 24px;
  }

  .caseChallenges__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .caseChallenges__item {
    padding: 28px 32px;
    display: flex;
    flex-direction: row;
  }

  .caseCapabilities__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .caseCapabilities__grid::after { display: none; }

  .caseCapabilities__col + .caseCapabilities__col {
    border-left: 0;
    padding-left: 0;
    border-top: 0px solid var(--primary-200);
    padding-top: 28px;
  }

}

@media screen and (max-width: 679px) {
  .caseCapabilities__item {
    grid-template-columns: 32px 1fr;
    column-gap: 12px;
    padding: 12px 0;
  }
  .caseCapabilities__icon {
    width: 32px;
    height: 32px;
  }
  .caseCapabilities__text {
    font-size: 17px;
  }
  .caseOutcome {
    padding: 18px 18px;
  }
}

@media screen and (max-width: 579px) {

.caseChallenges__item {
  display: flex;
  flex-direction: column;
  padding: 28px 32px 48px;
  gap: 24px;
}

}

/* == CASE STUDY: Delivery Context ================= */

.deliveryContext { 
  /* changed: the grid now lives on the child wrapper */
  display: block;
}

/* new: outer grid wrapper to control desktop + mobile order */
.deliveryContext__grid{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  grid-template-areas:
    "intro viz"
    "teams viz";
}

/* map areas */
.deliveryContext__intro{ grid-area: intro; }
.deliveryContext__viz{   grid-area: viz; }
.deliveryContextSplit{   grid-area: teams; }

.deliveryContext__intro h3{
  font-size: 26px;
}

.deliveryContextIntro { 
  max-width: 980px;
  margin: 24px 0;
}


.deliveryContextSplit {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 24px;
  align-items: start;
  border-radius: 4px;
  font-size: 18px;
}

.deliveryContextSplit_Left,
.deliveryContextSplit_Right {
  position: relative;
  padding-left: 16px;
}

.deliveryContextSplit_Left::before,
.deliveryContextSplit_Right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 32px;
  width: 3px;
  border-radius: 2px;
}

.deliveryContextSplit_Left::before{
  background: var(--primary-450);
}
.deliveryContextSplit_Right::before{
  background: var(--secondary-500);
}

.deliveryContext__label { 
  margin: 0 0 8px 0;
}

#main-content .deliveryContext__list,
.et_pb_module .deliveryContext__list,
.et_pb_text_inner .deliveryContext__list {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
}

.deliveryContext__list li {
  margin: 0 0 10px 0;
  line-height: 1.6;
  color: var(--primary-450);
}

/* Right column: chart and pills */
.deliveryContext__viz {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
}

.deliveryContext__viz img {
  display: block;
  width: 300px;
  height: auto;
}

.deliveryContext__pills {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 320px;
  justify-items: stretch; 
  padding: 0 5%;
}

.deliveryContext__pill {
  display: block;
  width: 100%;
  text-align: center;
  white-space: normal;  
  background: var(--primary-200);
  color: var(--primary-500);
  border-radius: 999px;
  padding: 5px 32px;
  font-size: 15px;
}








/* =======================================================================
   ABOUT INTRO – Profile section with text and circular image
   ======================================================================= */

   .aboutIntro {
    padding: 0;
    background: transparent;
  }
  
  .aboutIntro__content {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 44px;
    align-items: start;
    max-width: 100%;
  }
  
  .aboutIntro__text {
    grid-column: 1;
    grid-row: 1;
  }
  
  .aboutIntro__links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    grid-column: 1;
    grid-row: 2;
  }
  
  .aboutIntro__image {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    justify-content: start;
    align-items: start;
  }
  
  .aboutIntro__image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    display: block;
  }
  
  .aboutIntro__link {
    color: var(--primary-500);
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
  }
  
  .aboutIntro__link:hover {
    color: var(--secondary-500);
  }

    /* RESPONSIVE */


  @media screen and (max-width: 1279px) {
    .aboutIntro__content {
      grid-template-columns: 55% 45%;
    }
  }


  @media screen and (max-width: 1279px) and (min-width: 840px) {
    .aboutIntro__image img {
      width: clamp(280px, 27.33vw + 69.57px, 400px);
      height: clamp(280px, 27.33vw + 69.57px, 400px);
    }

    .aboutIntro__content {
      gap: clamp(24px, 4.56vw - 14.3px, 44px);
    }
  }

  @media screen and (max-width: 839px) and (min-width: 680px) {
    .aboutIntro__content {
      /*grid-template-columns: 1fr 1fr;*/
      grid-template-columns: 44% 56%;
      grid-template-rows: auto auto;
      gap: 40px;
    }
    
    .aboutIntro__text {
      grid-column: 1 / 3;
      grid-row: 1;
    }
    
    .aboutIntro__links {
      grid-column: 1;
      grid-row: 2;
      margin-top: 60px;
      gap: 16px;
    }
    
    .aboutIntro__image {
      grid-column: 2;
      grid-row: 2;
    }
    .aboutIntro__image img {
      width: 280px;
      height: 280px;
    }
  }
  

  @media screen and (max-width: 679px) {
    .aboutIntro__content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
    
    .aboutIntro__text {
      order: 1;
    }
    
    .aboutIntro__image {
      order: 2;
      justify-content: center;
    }
    
    .aboutIntro__image img {
      width: 280px;
      height: 280px;
    }
    
    .aboutIntro__links {
      order: 3;
      min-width: 340px;
    }
    
    .aboutIntro__link {
      font-size: 16px;
      padding: 12px 20px;
      border: 1px solid var(--primary-250);
      border-radius: 4px;
      text-align: center;
      background: var(--base-0);
    }
    
    .aboutIntro__link:hover {
      background: var(--primary-50);
    }
  }





/* ======= Responsive ======= */
@media screen and (max-width: 1079px) {

  /* Stacking order */
  .deliveryContext__grid{
    grid-template-columns: 1fr;
    gap: 36px;
    grid-template-areas:
      "intro"
      "viz"
      "teams";
  }

      
  .deliveryContext__cols {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }


  .deliveryContext__viz {
    flex-direction: row;
    padding-top: 4px;
  }


  .deliveryContextSplit{
    margin-top: 24px;
  }

}


@media screen and (max-width: 679px) {



  .deliveryContext__viz img {
    width: 260px;
  }


}

@media screen and (max-width: 579px) {

  .deliveryContext__viz {
    flex-direction: column;
    padding-top: 4px;
  }

  .deliveryContextSplit {
    display: flex;
    flex-direction: column;
  }

}




/* =======================================================================
   END FOLIO AREA
   ======================================================================= */






/* == FOOTER ======================== */
/* ---------------------------------- */

footer ul,
.et-l--footer ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

footer ul li,
.et-l--footer ul li {
  position: relative;
  padding-left: 1.2em !important;
  margin-left: 0 !important;
}

footer ul li::before,
.et-l--footer ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-500) !important;
  font-size: 1em;
  line-height: 1;
}




/* ---------------------------------- */
/* == SECTION: MEDIA QUERIES ================= */
/* ---------------------------------- */




/* >>> BETWEEN 1080-1440px --- */


@media screen and (min-width: 1080px) and (max-width: 1440px) {
  .caseHero .et_pb_heading_0 .et_pb_heading_container h1 {
    font-size: clamp(38px, 2.78vw + 8px, 48px);
  }
  .caseHero .et_pb_text_inner {
    font-size: clamp(24px, 1.67vw + 6px, 30px);
    line-height: clamp(1.4em, 0.056vw + 1.34em, 1.6em) !important;
  }
}


/* >>> BETWEEN 300-780px --- */
@media screen and (min-width: 300px) and (max-width: 780px) {
  .caseHero .et_pb_heading_0 .et_pb_heading_container h1 {
    font-size: clamp(26px, 4.58vw + 12.25px, 48px);
  }
  .caseHero .et_pb_text_inner {
    font-size: clamp(18px, 2.08vw + 11.75px, 28px);
    line-height: clamp(1.4em, 0.042vw + 1.27em, 1.6em);
  }
}




/* >>> BELOW 1440 --- */

@media screen and (max-width: 1440px) {
  .featureHighlight .highlightImage img {
     width: clamp(300px, 27.77vw, 400px);
  }
  .folio-timeline-toggle {
    max-width: 80%;
  }
}


/* >>> BELOW 1280 --- */

@media (max-width: 1279px) {
  .featureHighlight .highlightTitle {
     font-size: 38px;
  }

  .secondaryImage,
  .blogPostItem .postImage {
     width: 100px;
  }

  .featureSecondary .secondaryTitle,
  .postTitle {
     font-size: 26px;
     line-height: 1.25em;
  }

/* WWM */
.wwm-heroCardsWrapper {
  gap: 20px;
}
.wwm-heroCards h3 {
  font-size: 20px;
}
.wwm-heroCards p {
  font-size: 19px;
}

/* Folio - Navigation Cards */
.practiceNav .folio-grid {
  grid-template-columns: repeat(2, 1fr);
}


}


/* >>> BELOW 1140 --- */

@media screen and (max-width: 1139px) {

  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 17px!important;
  }

  .blogFilter {
     font-size: 18px !important;
     padding-left: 16px !important;
     padding-right: 16px !important;
  }

/* WWM */

  .wwm-heroCardsWrapper { 
    grid-template-columns: 1fr; 
  }

/* Folio - Navigation Cards */

  .practiceNav .folioCat-card { padding: 40px; }


}



/* >>> BELOW 1080 --- */

@media screen and (max-width: 1079px) {

  /* Navigation Menu */
  .et_pb_menu .et-menu>li {
    padding-left: 8px;
    padding-right: 8px;
 }

 .et_pb_menu .et_mobile_menu {
  padding: 12px 5% 48px 5%;
}



  .et_pb_title_featured_container img {
     width: 420px;
  }

  .hero-text-col {
     max-width: 100%;
  }

  /* Home Category Cards */
  .catColumn2 {
     padding-left: 0 !important;
  }

  .et_pb_column {
     margin-bottom: 0px;
  }

  .et_pb_column_3_tb_body {
     padding-right: 0px !important;
  }

  .et_pb_text_2_tb_body.catCard,
  .et_pb_text_3_tb_body.catCard,
  .et_pb_text_4_tb_body.catCard,
  .et_pb_text_5_tb_body.catCard {
     margin-bottom: 48px !important;
     padding-top: 44px !important;
  }

  .catCard {
     border-top: 1px dotted var(--primary-350);
  }

  .et_pb_text_5_tb_body.catCard {
     border-bottom: 0px;
  }

  /* Column & Newsletter */
  .et_pb_row {
     flex-direction: column;
  }

  .et_pb_column {
     width: 100% !important;
     margin: 0 0 30px 0 !important;
  }

  .et_pb_newsletter {
     flex-direction: column;
     align-items: stretch;
  }

  .et_pb_newsletter .et_pb_newsletter_fields {
     flex-direction: column;
     width: 100%;
  }

  .et_pb_newsletter .et_pb_newsletter_field {
     width: 100%;
     margin: 0 0 10px 0;
  }

  .et_pb_newsletter .et_pb_newsletter_button {
     width: 100%;
     margin: 0;
  }


  /* Insights - Featured */
  .featureSecondary .secondaryTopRow {
     flex-direction: column;
     gap: 10px;
  }

  .secondaryImage {
     width: 200px;
  }



  /* Testimonials */
  .testimonial-content {
    display: grid;
    grid-template-columns: 52px 1fr;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 60px;
}

.testimonial-author {
  grid-column: 1 / -1;
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: flex-start;
}

 .quote-icon {
    width: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
 }

 .quote-icon img {
    width: 36px;
    height: auto;
    margin-bottom: 12px;
 }

 .divider {
    display: block;
    grid-column: 2 / 3;
    height: 100%;
    margin: 0 0 0 12px;
 }

 .testimonial-text {
    align-self: start;
    border-left: 1px solid var(--primary-250);
    padding-left: 24px;
    font-size: 1.2em;
    line-height: 1.5em;
 }




  /* Blog Posts */
  .hero-title {
     font-size: 42px;
  }

  .hero-excerpt {
     font-size: 23px;
  }

  .hero-image-col {
     max-width: 100%;
     justify-content: flex-start;
  }

  .hero-image {
     width: 100%;
  }

  /* WWM */
  .wwm-darkCards{
    margin-bottom: 68px !important;
  }
  
  /* Access Login */
  .accessMix{
    max-width:880px;
    padding: 0px;
  }


}


/* >>> BETWEEN 980-1139px --- */

@media screen and (min-width: 980px) and (max-width: 1139px) {
  
  .deliverySystems__tile {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "text";
    row-gap: 12px;
  }

  .deliverySystems__tile {
    padding: 42px 40px 62px 40px;
  }
  .deliverySystems__icon {
    width: 32px;
    height: 32px;
  }
  .deliverySystems__tileTitle {
    margin: 4px 0 0;
  }

}



/* >>> ABOVE 980 ---- */

@media (min-width: 980px) {
  .et_pb_menu .et-menu>li {
     padding-left: 10px;
     padding-right: 10px;
  }
}



/* >>> BELOW 980 --- */

@media screen and (max-width: 980px) {

  body {
    padding-top: 78px;
  }


/* MOBILE BURGER TO X */
.mobile_menu_bar {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.mobile_nav.opened .mobile_menu_bar::before {
  content: "" !important;
  display: none !important;
}

.mobile_menu_bar .burger-bar {
  display: none;
}

.mobile_nav.opened .mobile_menu_bar .burger-bar {
  display: block !important;
  width: 30px;
  height: 3px;
  background-color: #382749;
  position: absolute;
  left: 60%;
  top: 50%;
  margin-left: -15px;
  border-radius: 2px;
  opacity: 0;
  animation: fadeInRotate 0.3s ease forwards;
}

.mobile_nav.opened .mobile_menu_bar .bar1 {
  transform: rotate(45deg) !important;
}

.mobile_nav.opened .mobile_menu_bar .bar2 {
  display: none !important;
}

.mobile_nav.opened .mobile_menu_bar .bar3 {
  transform: rotate(-45deg) !important;
}

@keyframes fadeInRotate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* END MOBILE BURGER TO X */




  .et_pb_module ul {
    padding-left: 0.75em !important;
    margin-bottom: 1.1em !important;
  }

  .et_mobile_menu li a {
    padding: 8px 16px;
  }

  .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 16px !important;
  }

  #menu-item-5277 > a{
    margin-bottom: 16px;
  }
  
  /* Menu non-links (category labels) */
  #menu-item-5215 > a,
  #menu-item-5216 > a {
    color: var(--primary-300) !important;
    cursor: default !important;
    background-color: var(--primary-50) !important;
    font-size: 14px!important;
    letter-spacing: 0.1px;
  }
  
  #menu-item-5215 > a:hover,
  #menu-item-5216 > a:hover {
    background-color: var(--primary-50) !important;
    color: var(--primary-300) !important;
  }
  
  .exitPrivate {
    margin-left: 0px !important;
  }
  .exitPrivate a {
    text-indent: 0;
    overflow: visible;
    white-space: normal;
    width: auto;
    height: auto;
    padding-left: 32px!important;
    margin-left:16px;
    padding-top: 8px!important;
    background-size: 24px;
    background-position: left center;
    display: block;
    opacity: 0.75;
  }

  /* Reverse Mobile Stacking */
  .reverseStack {
    display: flex;
    flex-direction: column;
  }
  .reverseStack .et_pb_column_1_2:first-of-type {
    order: 2;
  }
  .reverseStack .et_pb_column_1_2:last-of-type {
    order: 1;
  }




  /* Sticky header */
  .et_pb_menu {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 9999;
     background: var(--base-0);
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
     padding-top: 14px;
     padding-bottom: 14px;
  }

  .et_pb_module.et_pb_menu_0_tb_header {
     margin-top: 0 !important;
  }

  .et_pb_menu__logo {
     margin-left: 24px;
  }

  .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
     margin-top: 14px;
  }

  /* Contact icon inject */
  .mobile-contact-trigger {
     display: inline-block;
     margin-right: 16px;
     vertical-align: middle;
     position: relative;
     top: -20px;
  }

  .mobile-contact-trigger img {
     width: 30px;
     height: 28px;
     display: block;
  }

  .et_mobile_menu .menuItemContact {
     display: none !important;
  }

  /* contact form modal */
  .contact-modal {
     top: 90px !important;
  }

  .contact-modal .modal-box {
     max-height: none;
     height: 100vh;
     overflow-y: auto;
     padding-bottom: 120px;
  }

  /* Featured Posts */
  .featureHighlight {
     flex-direction: row;
     align-items: flex-start;
  }

  .featureHighlight .highlightImage {
     align-self: flex-start;
  }

  .featureHighlight .highlightImage img {
     width: 300px;
  }

  .featureHighlight .highlightContent {
     flex: 1;
  }

  /* Insights - Blog Filter */
  .blogFilter {
     display: block;
     width: 100%;
     text-align: left;
     padding: 12px 16px;
     border: 0px;
     background-color: var(--base-0);
  }

  .blogFilterBar {
     display: none;
     gap: 0;
  }

  .blogFilterBar {
     display: none;
     flex-direction: column;
     flex-wrap: wrap;
     gap: 16px;
     border: 1px solid var(--primary-250);
     border-radius: 4px;
     overflow: hidden;
  }

  .blogFilterBar.open {
     display: flex;
  }

  .blogFilterToggle {
     display: block;
  }

  .staticFilter {
     display: none;
  }

  .staticFilter.open {
     display: block;
  }

  .blogFilter:last-child {
     border-bottom: none;
  }

  .blogFilter.active {
     background-color: var(--secondary-500);
     color: var(--base-0);
  }

  .blogFilter:hover {
     background-color: var(--secondary-400);
     color: var(--base-0);
  }

  .blogFilter .itemsInCat {
     float: right;
     opacity: 0.6;
  }

  .blogFilter.hidden {
     display: none !important;
  }

  .category-hover-blurb {
     display: none !important;
  }

  /* Blog Posts */
  .hero-title {
     font-size: 36px;
  }

  .hero-excerpt {
     font-size: 22px;
  }

  .folio-timeline-toggle {
    max-width: 88%;
}



  /* Folio - Strategic Delivery */


  .deliverySystems__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .deliverySystems__grid > .deliverySystems__tile {
    border-left: none;
    border-top: none;
    border-right: 1px solid var(--primary-200);
    border-bottom: 1px solid var(--primary-200);
  }
  
  .deliverySystems__grid > .deliverySystems__tile:nth-of-type(2n) {
    border-right: none;
  }
  
  .deliverySystems__grid > .deliverySystems__tile:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }


}



/* >>> BELOW 768 --- */

@media screen and (max-width: 767px) {
  .custom-btn-container {
     flex-direction: column;
     align-items: stretch;
     margin-left: 16px;
     margin-right: 16px;
     gap: 0px;
  }

  .custom-btn-container .custom-btn {
     margin: 0;
     width: 100%;
  }

  /* Insights - Featured */
  .featureHighlight {
     flex-direction: column;
     align-items: stretch;
     margin: 60px 0;
     gap: 48px;
  }

  .featureHighlight .highlightImage {
     justify-content: flex-start;
  }

  .featureHighlight .highlightImage img {
     width: 80%;
     max-width: 100%;
  }

  .featureHighlight .highlightTitle {
     font-size: 32px;
  }

  /* WWM */
  .wwm-accordionRevealWrapper { display: none !important; }

  .wwm-darkCards{
    margin-bottom: 36px;
  }
  

  /* Testimonials */
  .testimonial-text {
     font-size: 1.05em;
  }

  .timeline-guide-line{
    display: none;
  }

  .testimonial-author{
    margin-left: 20px;
  }

  .testimonial-content .author-img{
    width: 100px;
    height: 100px;
  }
  .testimonial-content .author-details strong{
    font-size: 18px;
  }

    /* ------ FOLIO AREA 767 ------ */


  .folioStatGrid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .folioStatCircle {
    width: 140px;
    height: 140px;
  }

  .folioStatNumber {
    font-size: 32px;
  }

  .folioStatText {
    font-size: 17px;
  }

  /* Folio - Navigation Cards */
  .practiceNav .folio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .practiceNav .folioCat-card { padding: 20px; }
  .practiceNav .folioCat-card h3,
  .practiceNav .folio-cardTitle { font-size: 24px; }
  .practiceNav .folioCat-card p,
  .practiceNav .folio-cardBlurb { font-size: 15px; }


  .subpageNav .folio-caseGrid,
  .folio-caseGrid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  
  .folio-caseFigure img {
    height: 200px;
  }
  
  .folio-caseCaption {
    padding:32px;
  }
  .folio-caseTitle {
    font-size: 22px;
  }

  /* Cont. Folio  */

  .folio-grid {
    grid-template-columns: 1fr;
    border: 1px solid var(--primary-200);
  }

  .folioCat-card {
    padding: 32px 24px;
    min-height: 340px;
  }

  .folio-hoverContent .hover-inner {
    flex-direction: column;
    padding: 36px 24px;
    gap: 4px;
  }
  .folio-hoverContent .folio-catLinkIcon {
    align-self: start;
    width: 28px;
    height: 28px;
  }


  #main-content .folio-hoverContent li{
    font-size: 16px;
    margin-bottom: 16px !important;
}


  .folioCat-card h3 {
    font-size: 24px;
  }

  .folioCat-card p {
    font-size: 18px;
  }

  .folio-catLink {
    margin-top: 24px;
  }



  .deliverySystems {
    padding: 20px 0 50px 0;
  }
  .deliverySystems__tileTitle {
    margin: 2px 0 0;
  }



}


/* >>> BETWEEN 379-767px --- */
@media screen and (min-width: 379px) and (max-width: 767px) {
  .folioStatGrid {
    padding-left:  calc(24px + (100vw - 379px) * 0.2577319588);
    padding-right: calc(24px + (100vw - 379px) * 0.2577319588);
  }

  .folioStatCircle {
    width:  calc(120px + (100vw - 379px) * 0.05154639175);
    height: calc(120px + (100vw - 379px) * 0.05154639175);
    margin-bottom: 20px;
}


}


/* >>> BETWEEN 680-739px --- */

@media screen and (min-width: 680px) and (max-width: 739px) {
  
  .deliverySystems__tile {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "text";
    row-gap: 12px;
  }
  
}




/* >>> BELOW 680 --- */

@media screen and (max-width: 679px) {
  .featureSecondaryWrapper {
     flex-direction: column;
     gap: 40px;
  }

  .featureSecondary {
     padding-right: 0;
     padding-left: 0;
     border-bottom: 1px solid var(--primary-200);
  }

  .featureSecondary.withDivider {
     border-left: 0px;
     padding-top: 0;
     padding-left: 0;
     border-bottom: 0;
  }

  .secondaryImage,
  .blogPostItem .postImage {
    width: 320px;
    height: auto;
  }


  /* Insights - Blog List */
  .postListItem {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1.5rem;
 }

 .postListItem .postItemImage {
    flex: 0 0 120px;
    max-width: 120px;
 }

 .postListItem .postItemText {
    flex: 1;
 }

 /* Insights - Blog List */
 .blogPostItem {
    flex-direction: column;
 }

 .blogPostItem .postImage img {
    width: 100%;
    height: auto;
 }


  .quoteBlock {
    padding: 0 4%;
  }


  /* Folio - Strategic Delivery */
  

  .deliverySystems__grid {
    grid-template-columns: 1fr;
  }

  .deliverySystems__grid > .deliverySystems__tile {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid var(--primary-200)!important;
  }
  
  .deliverySystems__grid > .deliverySystems__tile:last-of-type {
    border-bottom: none!important;
  }

  .deliverySystems__tile {
    grid-template-columns: 24px 1fr;
    column-gap: 36px;
    padding: 36px;
  }

  .subpageNav .folio-caseFigure {
    flex-direction: column;
  }
  .subpageNav .folio-caseFigure img {
    width: 100%;
    height: 180px;
  }
  .subpageNav .folio-caseCaption {
    width: 100%;
  }

}

/* >>> BELOW 640 --- */

@media (max-width: 639px) {
  .postListItem {
     display: flex;
     flex-direction: column;
     gap: 1rem;
  }

  .postListItem .postItemImage {
     width: 100%;
     max-width: 100%;
     height: auto;
  }

  .quoteBlock p{
    font-size: 20px;
  }

}


/* >>> BELOW 480 --- */

@media (max-width: 479px) {

  .swiper-pagination::before,
  .swiper-pagination::after {
     width: 60px;
  }
}

