/* Generated via npm run build:css. Do not edit directly. */

/* === assets/css/global.css === */
/********************************************************
  Globals
*********************************************************/
:where(.wp-site-blocks *:focus) {
  outline: 0px !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}


.has-global-padding.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.no-underline,
.no-underline a {
  text-decoration: none;
}

.is-mobile {
  display: none !important;
}

.visually-hidden {
  height: 1px;
  overflow: hidden;
  width: 1px;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

a:focus,
button:focus,
input:focus,
li:focus,
.wp-block-navigation .wp-block-navigation-item__content:focus {
  outline: none !important;
  box-shadow: none !important;
}

.wp-block-group * {
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .container,
  .has-global-padding,
  .has-global-padding.alignfull {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

    .is-mobile {
      display: block !important;
    }
}

/* === assets/css/patterns/header.css === */
/********************************************************
  Header Nav
*********************************************************/

/* Base layout ------------------------------------------------------------ */
header {
  position: sticky;
  top: 0;
  z-index: 9999; 
  background: #fff;
}

.header {
  padding: 25px 0;
}

.header .header-nav {
  flex-wrap: nowrap;
}

.header .header-logo img {
  filter: none;
}

.has-modal-open .header .header-logo img {
  filter: brightness(0) saturate(100%);
}

/* Navigation base -------------------------------------------------------- */
.header .wp-block-navigation-item__label {
  padding: 0 30px;
}

.header .wp-block-navigation .wp-block-navigation-item.has-child {
  position: relative;
}

.header .wp-block-navigation .wp-block-navigation__submenu-icon {
  display: none !important;
}

.header .wp-block-navigation .wp-block-navigation__submenu-container {
  width: 180px;
  min-width: 180px;
  margin-top: 0;
  padding: 20px 0;
  background: #fff;
  border: 1px solid rgba(30, 30, 30, 0.08);
  box-shadow: 0 18px 32px rgba(18, 18, 18, 0.16);
  box-sizing: border-box;
}

.header .wp-block-navigation .wp-block-navigation-submenu {
  padding: 20px;
  box-sizing: border-box;
}

.header .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item {
  margin: 5px auto;
}

.header .wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-item__label {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-align: center;
}


.header .wp-block-navigation-submenu .menu-item--region .wp-block-navigation-item__label {
  font-weight: 700;
  text-decoration: none;
}


/* Hover states ----------------------------------------------------------- */
.header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a:hover {
  text-decoration: none;
}

.header .wp-block-navigation .wp-block-navigation__submenu-container a:hover {
  text-decoration: underline;
  color: #762cf2;
}

.header .wp-block-navigation .wp-block-navigation__submenu-container .menu-item--region a:hover {
  text-decoration: none;
  color: inherit;
  cursor: default;
}

/* Desktop (>= 601px) ----------------------------------------------------- */
@media (min-width: 601px) {
  .header {
    position: relative;
    z-index: 10;
    padding: 0 16px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  }

  .header .header-logo img {
    filter: brightness(0) saturate(100%);
  }

  .header .header-nav {
    overflow: visible;
  }

  .header .wp-block-navigation__container {
    margin: 0 0 -10px 20px;
    gap: 10px;
  }

  .header .wp-block-navigation .wp-block-navigation-submenu {
    padding: 20px 0;
  }

  .header .wp-block-navigation-item__label {
    padding: 0;
  }

  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child
    > .wp-block-navigation__submenu-container {
    position: absolute;
    top: calc(100% + 10px);
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    border-top: none;
    margin-top: -20px;
    min-width: 180px;
  }

  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child
    > .wp-block-navigation__submenu-container::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    height: 12px;
  }

  .header .wp-block-navigation .submenu-toggle {
    display: none !important;
  }

  .header .wp-block-navigation-item .wp-block-site-logo {
    display: none;
  }
}

@media (min-width: 800px) {
  .header {
    min-height: 100px;
  }

  .header .wp-block-navigation__container {
    margin: 10px 0 -10px 20px;
    gap: 30px;
  }
}

/* Large desktop (>= 1200px) --------------------------------------------- */
@media (min-width: 1200px) {
  .header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .header .wp-block-navigation__container {
    gap: 50px;
  }

  .header .wp-block-navigation .wp-block-navigation-submenu {
    padding: 20px 0;
  }
}
/* Mobile nav (<= 600px) -------------------------------------------------- */
@media (max-width: 600px) {
  .wp-site-blocks {
    position: relative;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent !important;
    box-shadow: none !important;
  }

  .header {
    padding: 25px 15px 15px !important;
    box-shadow: none;
  }

  .header .header-logo img {
    width: 180px !important;
  }

  .header .header-nav {
    overflow: visible;
  }

  .header .wp-block-navigation__responsive-container-open {
    color: #fff !important;
  }

  header .wp-block-navigation__responsive-container-content {
    background: #fff !important;
  }

  .wp-site-blocks > .wp-block-cover:first-of-type,
  .wp-site-blocks > :where(:not(header)):first-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child
    > .wp-block-navigation-item__content[aria-expanded="false"]
    + .wp-block-navigation__submenu-container,
  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child:not(.is-open)
    > .wp-block-navigation__submenu-container {
    display: block !important;
    max-height: 0 !important;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    margin-left: 0;
    transition: max-height 220ms ease, opacity 150ms ease;
  }

  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child
    > .wp-block-navigation-item__content[aria-expanded="true"]
    + .wp-block-navigation__submenu-container,
  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child.is-open
    > .wp-block-navigation__submenu-container {
    max-height: 900px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 35px 0 15px;
    border-bottom: 1px solid #1e1e1e;
    width: 100%;
  }

  .header .wp-block-navigation .wp-block-navigation__submenu-container {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
  }

  .header .wp-block-navigation .wp-block-navigation-submenu {
    padding: 0;
    text-align: left;
  }

  .header .wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item {
    align-items: flex-start !important;
    width: 100%;
    padding: 0 16px;
  }

  .header .wp-block-navigation {
    width: 100%;
    text-align: left;
  }

  .header .wp-block-navigation__container {
    width: 100%;
    gap: 0 !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }

  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child
    > .wp-block-navigation-item__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 5px 10px;
    border-bottom: 1px solid #1e1e1e;
  }

  .header
    .wp-block-navigation
    > .wp-block-navigation__container
    > .wp-block-navigation-item:not(.has-child)
    > .wp-block-navigation-item__content,
  .header
    .wp-block-navigation__responsive-container-content
    > .wp-block-navigation__container
    > .wp-block-navigation-item:not(.has-child)
    > .wp-block-navigation-item__content {
    display: block;
    width: 100%;
    padding: 30px 0 10px;
    border-bottom: 1px solid #1e1e1e;
    text-align: left;
  }

  .header
    .wp-block-navigation__container
    > .wp-block-navigation-item
    > a.wp-block-navigation-item__content {
    display: block;
    width: 100%;
    padding: 30px 0 10px;
    border-bottom: 1px solid #1e1e1e;
    text-align: left;
  }

  .header
    .wp-block-navigation
    > .wp-block-navigation__container
    > .wp-block-navigation-item
    > .wp-block-navigation-item__content
    .wp-block-navigation-item__label,
  .header
    .wp-block-navigation__responsive-container-content
    > .wp-block-navigation__container
    > .wp-block-navigation-item
    > .wp-block-navigation-item__content
    .wp-block-navigation-item__label {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding-left: 16px;
  }

  .header
    .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item__label {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-align: left;
    padding: 10px 0 !important;
  }

  .header
    .wp-block-navigation
    .wp-block-navigation__submenu-container
    .menu-item--region
    .wp-block-navigation-item__label {
    font-weight: 700 !important;
  }

  .header .submenu-toggle {
    position: relative;
    width: 18px;
    height: 18px;
    font-size: 28px;
    font-weight: 700;
    margin-left: auto;
    margin-right: 16px;
  }

  .header .submenu-toggle::before,
  .header .submenu-toggle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: currentColor;
    transition: transform 0.25s ease;
  }

  .header .submenu-toggle::before {
    width: 2px;
    height: 100%;
    transform: translate(-50%, -50%);
  }

  .header .submenu-toggle::after {
    width: 100%;
    height: 2px;
    transform: translate(-50%, -50%);
  }

  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child.is-open
    > .wp-block-navigation-item__content
    .submenu-toggle::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header
    .wp-block-navigation
    .wp-block-navigation-item.has-child.is-open
    > .wp-block-navigation-item__content
    .submenu-toggle::after {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .header .wp-block-navigation-item .wp-block-site-logo {
    width: 100%;
    margin-top: -50px;
    padding-left: 5px;
  }

  .header .wp-block-navigation__responsive-container {
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 0 !important;
  }

  .header .wp-block-navigation__responsive-container-open {
    position: relative;
    /* Hides Menu text */
    font-size: 0 !important;
    line-height: 0;
    --bar: 2px;
    --gap: 8px;
    width: 28px;
    height: calc(var(--bar) * 3 + var(--gap) * 2);
    border: 0;
    background:
      linear-gradient(currentColor 0 0) 0 0/100% var(--bar) no-repeat,
      linear-gradient(currentColor 0 0) 0 50%/100% var(--bar) no-repeat,
      linear-gradient(currentColor 0 0) 0 100%/100% var(--bar) no-repeat;
    color: transparent;
    padding: 0;
    cursor: pointer;
    appearance: none;
  }

  .header .wp-block-navigation__responsive-container-close {
    position: absolute;
    border: 0;
    background: none !important;
    padding: 2px 4px !important;
    cursor: pointer;
    color: currentColor;
    text-transform: uppercase;
    font-weight: 800 !important;
    letter-spacing: 0.04em;
    font-size: 12px !important;
    line-height: 1;
    margin-top: 25px;
    margin-right: 15px;
  }

  .header .wp-block-navigation__responsive-container-content {
    position: relative;
    z-index: 1;
    padding: 10px 0 0;
  }

  .header
    .wp-block-group.has-global-padding.is-content-justification-center.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding: 25px 15px 15px !important;
  }

  .header
    .wp-block-group.is-content-justification-space-between.is-nowrap.wp-block-group-is-layout-flex {
    padding: 0 !important;
  }
}

/* === assets/css/patterns/footer.css === */
/********************************************************
  Footer
*********************************************************/
.footer-nav-header {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-copywrite-text {
  margin-top: -65px !important;
}
.footer-logo img{
  width: auto !important;
  height: auto !important;
}

/* Ensure legal links as h4 look like previous paragraphs */
.footer .footer-legal-column h4 {
  font-size: 10px;
  line-height: 15px;
  font-weight: inherit;
  font-family: "Inter", sans-serif;
  letter-spacing: normal;
}

/* Reset heading spacing for new h4 button links */
.footer h4.button-heading,
.footer h4.cookie-button,
.footer h4.footer-button {
  font-size: inherit;
  line-height: inherit;
  font-weight: 800;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.8px;
}


#ot-sdk-btn.ot-sdk-show-settings, 
#ot-sdk-btn.optanon-show-settings,
.footer .cookie-button a {
  margin-top: 45px;
  width: 100%;
  color: var(--wp--preset--color--base) !important;
  border: 2px solid var(--wp--preset--color--base) !important;
  border-radius: 0px;
  padding: 11px 19px !important;
  font-size: 8px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}

.footer #ot-sdk-btn.ot-sdk-show-settings:hover, 
#ot-sdk-btn.optanon-show-settings:hover,
.footer .cookie-button a:hover{
  border-color: var(--wp--preset--color--base);
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .footer .footer-social-row {
    padding: 9px 0 !important;
  }
  .footer .wp-block-spacer {
    display: none;
  }
  .footer .footer-column-right {
    padding: 0 !important;
  }
  .footer .footer-column-right .wp-block-buttons {
    justify-content: flex-start !important;
    margin: 35px 0 0 !important;
  }

  .footer .footer-copywrite-text {
    display: block;
    text-align: left;
    max-width: none;
    margin-right: auto !important;
    margin-top: 60px !important;
  }
  .footer-legal-column,
  .partner-logos-column {
    grid-column: span 6;
    order: 2;
    margin-top: 85px !important;
  }
  .partner-logos-column {
    padding-left: 0 !important;
  }
  .footer .wp-container-content-e7279f90 {
    grid-column: span 12;
  }

  .footer-copywrite-text {
    margin-top: 0 !important;
    order: 3;
  }
  
  .footer .footer-legal-column p,
  .footer .footer-legal-column h4 {
    font-size: 11px;
    line-height: 6px;
  }

  .footer-logo {
    float: none !important;
    margin-left: 0 !important;
    max-width: 300px;
  }


}

@media (max-width: 1078px) {


  .footer .cookie-button {
    width: 140px !important;
  }
  .footer .cookie-button a {
    font-size: 10px;
    line-height: 10px;
  }
  .footer .wp-block-social-links .wp-social-link svg {
    height: 17px !important;
    width: 17px !important;
  }
}

/* === assets/css/patterns/scrolling-banner.css === */
/********************************************************
  Scrolling Banner
*********************************************************/
.scrolling-banner {
  overflow-x: hidden;
  --scrolling-banner-gap: 2.5rem;
  padding: 10px 0;
  background-color: var(--wp--preset--color--accent-2);
}

.scrolling-banner .inner-scrolling-banner {
  display: inline-flex;
  animation: scrolling-banner-scroll 40s linear infinite;
  will-change: transform;
}

.scrolling-banner.logo .inner-scrolling-banner {
  animation: scrolling-banner-scroll 18s linear infinite;
}

.scrolling-banner .scrolling-banner-content {
  display: inline-flex;
  gap: var(--scrolling-banner-gap);
  max-width: none !important;
}

.scrolling-banner .scrolling-banner-content .scrolling-banner-text {
  /* Need important */
  white-space: nowrap !important;
  letter-spacing: 0px;
  font-family: "Barlow", sans-serif;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 700px) { 
  .scrolling-banner .scrolling-banner-content .scrolling-banner-text {
    font-size: 18px;
  }
}

.scrolling-banner .scrolling-banner-content .scrolling-banner-logo {
 display: inline-flex;
  align-items: center;
  flex: 0 0 auto;      
}

.scrolling-banner .scrolling-banner-content .scrolling-banner-logo img {
  height: 40px;   
  width: auto; 
  display: block;
  object-fit: contain !important;
  object-position: center;
  display: block;
  max-width: none;    
}

.scrolling-banner .scrolling-banner-content::after {
  content: "";
  display: inline-block;
  width: var(--scrolling-banner-gap);
  flex: 0 0 auto;
}

@keyframes scrolling-banner-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - var(--scrolling-banner-gap, 0px))); }
}

@media (max-width: 900px) { 
  .scrolling-banner.logo {
    min-height: 50px !important;
    margin: 70px 0 100px;
  }
  .scrolling-banner .scrolling-banner-content .scrolling-banner-logo img {
    height: 27px; 
  }
}

/* === assets/css/patterns/carousels.css === */
/********************************************************
  Carousels
*********************************************************/
.work-carousel .slick-slide {    
  margin: 0 35px; 
}
.work-carousel .slick-slider .slick-track{
  display: flex;
  justify-content: center;
  align-items: center;     
}

.work-carousel {
  width: 1440px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .work-carousel {
      width: 130vw;
    }
}

.work-carousel .wpsisac-slick-carousal.design-1 .slick-prev {
    left: 39% !important;
}
.work-carousel .wpsisac-slick-carousal.design-1 .slick-next {
  right: 39% !important;
}

@media (max-width: 767px) {
  .work-carousel .wpsisac-slick-carousal.design-1 .slick-prev {
    left: 32% !important;
  }
}

@media (max-width: 767px) {
  .work-carousel .wpsisac-slick-carousal.design-1 .slick-next  {
    right: 32% !important;
  }
}

.services-carousel .wpsisac-slick-carousal.design-2 .slick-prev {
  display: none !important;
}


.services-carousel .slick-slide-wrapper {
  width: 350px;
  margin: 0 10px; 
  box-sizing: border-box;
}

.services-carousel {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
  transform: translateX(-50px);
}

.services-carousel .slick-track {
  margin-left: 0 !important;
}

.services-carousel .wpsisac-slick-carousal.design-2 .slick-next {
  right: -50px !important;
  position: absolute;
  top: 160px;
  z-index: 5
}

.services-carousel .slick-slide-title {
  font-family: "Inter";
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
.services-carousel .slick-slide-description span{
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  margin-top: 20px;
  display: block;
}

@media (max-width: 900px) {
  .services-carousel .slick-slide-description span {
    font-size: 14px;
    line-height: 22px;
  }
}

.services-carousel .slick-slide-description b {
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 1px;
  display: block;
}
.services-carousel .slick-slide-wrapper img { 
  max-height: 350px;
  object-fit: cover;
  height: 350px;
  object-position: center center;
}

@media (max-width: 1200px) {
  .services-carousel {
    max-width: calc(100vw - 100px);;
    transform: translateX(-3%);
  }
  .services-carousel .slick-slide-wrapper img {
    max-height: 250px;
  }
} 
@media (max-width: 900px) {
  .services-carousel .slick-slide-wrapper img {
    max-height: 200px;
  }
}

@media (max-width: 767px) { 
  .services-carousel .wpsisac-slick-carousal.design-2 .slick-next {
    display: none !important;
  }

  .services-carousel {
    max-width: none;
    width: 160vw;
    transform: translateX(0%)
  }
  .services-carousel .slick-slide-wrapper img {
    max-height: none;
  }
}
@media (max-width: 500px) { 
  .services-carousel .slick-slide-wrapper img {
    max-height: 266px;
  }
}

body {
   overflow-x: hidden;
}

.wp-block-cover__inner-container {
  padding: 0 !important;
}
@media (max-width: 700px) {
  .homepage-carousel .wp-block-button__link {
    font-size: 14px;
    line-height: 14px;
  }
}

/* === assets/css/patterns/faq-section.css === */
/********************************************************
  FAQ Section
*********************************************************/
.aab__accordion_title {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.3em;
}

.faq-section .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon .aab__icon {
  position: absolute;
  right: -50px;
  width: 30px;
  height: 30px;
  border: 1px solid #762CF2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-section .aab__icon::before,
.faq-section .aab__icon::after {
  content: "";
  position: absolute;
  background-color: #762CF2;
  transition: transform 0.3s ease;
}

.faq-section .aab__icon::before {
  width: 12px;
  height: 2px;
}

.faq-section .aab__icon::after {
  width: 2px;
  height: 12px;
}

.faq-section .aab__accordion_head.active .aab__icon::before {
  transform: rotate(45deg);
}

.faq-section .aab__accordion_head.active .aab__icon::after {
  transform: rotate(45deg);
}

/* === assets/css/patterns/press-section.css === */
/********************************************************
  Press Section
*********************************************************/
.vayner-press {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
/* Make the post-template UL the grid container */
.vayner-press .wp-block-post-template.vayner-press-grid {
  display: grid !important;
  /* Pick your split: either percentages… */
  grid-template-columns: 25% 40% 35%;
  /* …or a ratio: grid-template-columns: 1fr 2fr 1.75fr; */
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Ensure LI items behave as grid children */
.vayner-press .wp-block-post-template.vayner-press-grid > li.wp-block-post {
  margin: 0;
}

/* Optional inner spacing per card */
.vayner-press .post-card { display: grid; gap: 10px; }

/* ---------- Placement logic (2–1–5) ---------- */
/* Left column: items 1 & 2 on distinct rows */
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(2) { grid-column: 1; grid-row: 3 / span 2; }

/* Center column: item 3 spans multiple rows to be tall */
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(3) {
  grid-column: 2;
  grid-row: 1 / span 5; /* tall feature; adjust span if you want more/less height */
}

/* Right column: items 4–8 stack down rows 1–5 */
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(4) { grid-column: 3; grid-row: 1; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(5) { grid-column: 3; grid-row: 2; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(6) { grid-column: 3; grid-row: 3; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(7) { grid-column: 3; grid-row: 4; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(8) { grid-column: 3; grid-row: 5; }

.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(4) .post-card { display: flex; flex-direction: row-reverse; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(5) .post-card { display: flex; flex-direction: row-reverse; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(6) .post-card { display: flex; flex-direction: row-reverse; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(7) .post-card { display: flex; flex-direction: row-reverse; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(8) .post-card { display: flex; flex-direction: row-reverse; }

.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(4) .post-card figure { width: 50%; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(5) .post-card figure { width: 50%; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(6) .post-card figure { width: 50%; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(7) .post-card figure { width: 50%; }
.vayner-press .vayner-press-grid > li.wp-block-post:nth-child(8) .post-card figure { width: 50%; }



/* Theme/editor may inject grid styles; hard-override the columns if needed */
.vayner-press .wp-block-post-template.is-layout-grid {
  grid-template-columns: 25% 40% 35% !important;
}


/* Add border between col 2 and col 3 */
.vayner-press .wp-block-post-template.vayner-press-grid::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(25% + 40% + 40px);  /* col1 + col2 */
  width: 2px;
  background: #000;
}
/* Feature sizing tweaks (optional) */
.vayner-press .vayner-press-grid > li:nth-child(3) .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.vayner-press .vayner-press-grid > li:nth-child(3) h3 { font-size: clamp(1.4rem, 2vw, 2rem); }

/* Smaller right-column titles */
.vayner-press .vayner-press-grid > li:nth-child(n+4) h3 { font-size: 1rem; line-height: 1.3; }

/* Responsive collapse */
@media (max-width: 880px) {
  .vayner-press .wp-block-post-template.vayner-press-grid {
    grid-template-columns: 1fr !important;
  }
  .vayner-press .vayner-press-grid > li.wp-block-post {
    grid-column: 1 !important;
    grid-row: auto !important; /* drop back to natural flow */
  }
}




/* Container */
.vp-container { max-width: 1200px; margin: 0 auto; padding: 0 16px; }

/* 3-column flex layout */
.vp-grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* Column widths (adjust as needed) */
.vp-col-left   { flex: 0 0 25%; }
.vp-col-center { flex: 0 0 40%; }
.vp-col-right  { flex: 0 0 35%; }

/* Stack cards in columns */
.vp-col { display: flex; flex-direction: column; gap: 20px; }

/* Cards */
.vp-card { display: flex; flex-direction: column; gap: 10px; }
.vp-card .vp-media img { width: 100%; height: auto; display: block; object-fit: cover; }

/* Size variants */
.vp-card--large .vp-media img { aspect-ratio: 16 / 9; }
.vp-card--medium .vp-media img { aspect-ratio: 4 / 3; }
.vp-card--small .vp-media img { aspect-ratio: 4 / 3; }

/* Text wrapper as requested */
.text-wrapper { display: grid; gap: 6px; }
.vp-date { font-size: 0.875rem; color: #6b7280; }
.vp-title { margin: 0; line-height: 1.2; }
.vp-title a { text-decoration: none; color: inherit; }

/* Pagination */
.vp-pagination { margin-top: 28px; display: flex; gap: 10px; justify-content: center; }

/* Responsive */
@media (max-width: 980px) {
  .vp-grid { flex-direction: column; }
  .vp-col-left, .vp-col-center, .vp-col-right { flex-basis: auto; }
}

/* === assets/css/pages/home.css === */
/********************************************************
  Homepage
*********************************************************/
.homepage-cover {
  min-height: 500px !important;
  position: relative;
}
.homepage-cover .cover-badge {
  position: absolute;
  top: 40px;
  right: 65px;
  margin: 0;             
  z-index: 3;    
}
.homepage-cover>.wp-block-cover__inner-container {
  position: static !important;
  max-width: 1200px;
  margin: 0 auto;
}
.homepage-cover .cover-text {
  position: relative;
  font-size: 100px;
  font-weight: 700;
  font-family: 'Barlow', sans-serif;
  line-height: 1em;
  text-transform: uppercase;
}
.homepage-cover .cover-badge a {
  display: block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.homepage-cover .cover-badge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.homepage-cover .cover-badge a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 3;
  pointer-events: none;
}

.homepage-cover .cover-badge a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #762CF2;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.homepage-cover .cover-badge a:hover::after {
  opacity: 0.4;
}

@media (max-width: 1200px) {
  .homepage-cover .cover-text {
    font-size: 60px;
  }
}
@media (max-width: 700px) { 
  .homepage-cover {
    min-height: 390px !important;
  }

  .homepage-cover .cover-badge {
    top: auto;
    bottom: 25px;
    right: 25px;  
  }
  .homepage-cover .cover-badge img {
    width: 60px !important;
    height: 60px !important;
  }

  .homepage-cover .cover-text {
    font-size: 40px;
  }
}

/********************************************************
  Homepage Carousel (Embla)
*********************************************************/
.homepage-carousel__slider {
  position: relative;
  transform: translateX(-12px);
}

.homepage-carousel__viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: block;
}

.homepage-carousel__track {
  display: flex;
  will-change: transform;
}

.homepage-carousel__slide {
  flex: 0 0 320px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.homepage-carousel__slide .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

.homepage-carousel__slide .wp-block-image:hover img {
  transform: scale(1.1);
}

.homepage-carousel__arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transition: opacity 0.3s ease;
  opacity: 0.85;
  border: none;
  background: transparent;
  padding: 0;
}

.homepage-carousel__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.homepage-carousel__arrow:hover {
  opacity: 1;
  cursor: pointer;
}

.homepage-carousel__arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.homepage-carousel__arrow--prev {
  left: 5px;
}
.homepage-carousel__arrow--next {
  right: 5px;
}

.homepage-carousel__arrow--prev::before {
  background-image: url("../../assets/images/arrow-left.svg");
}

.homepage-carousel__arrow--next::before {
  background-image: url("../../assets/images/arrow-right.svg");
}

.homepage-carousel__dots {
  display: none;
}

@media (max-width: 1280px) {
  .homepage-carousel__slider {
    padding: 0 60px;
  }

  .homepage-carousel__track {
    gap: 28px;
  }
}

@media (max-width: 1024px) {

  .homepage-carousel__slider {
    padding: 0 40px;
  }

  .homepage-carousel__track {
    gap: 24px;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .homepage-carousel__arrow {
    display: none;
  }
}

@media (max-width: 768px) {
  .homepage-carousel {
    margin: 100px auto !important;
  }
  .homepage-carousel__header {
    flex-direction: column;
    gap: 20px;
  }

  .homepage-carousel__title .wp-block-heading {
    text-align: left;
    font-size: 36px;
  }

  .homepage-carousel__track {
    gap: 0;
  }

  .homepage-carousel__slider {
    transform: translateX(0px);
    padding: 0;
  }

  .homepage-carousel__slide {
    flex: 0 0 240px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .homepage-carousel__arrow {
    display: flex;
    height: 26px;
    width: 26px;
    top: auto;
    bottom: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
  }
}

/********************************************************
  Our Work Carousel
*********************************************************/
.our-work-section homepage-carousel__slide .wp-block-image {
  margin: 0;
  overflow: hidden;
  display: block;
  position: relative;
  aspect-ratio: 4 / 5;
}

.our-work-section .homepage-carousel__slide--square .wp-block-image {
  aspect-ratio: 1 / 1;
}

.our-work-section .homepage-carousel__arrow--prev {
  left: 415px;
}

.our-work-section .homepage-carousel__arrow--next {
  right: 415px;
}

.our-work-section .homepage-carousel__slide {
  justify-content: center;
}

.our-work-section .wp-block-image {
  margin: 0 !important;
}

@media (max-width: 768px) {
  .our-work-section .wp-block-spacer {
    display: none;
  }

  .our-work-section .wp-container-content-e7279f90 {
    grid-column: span 12;
    order: 1;
    text-align: center;
  }

  .our-work-section h2.wp-block-heading {
    grid-column: span 12;
    order: 0;
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px !important;
  }

  .our-work-section .wp-block-buttons { 
    display: flex;
    align-self: center;
  }

  .our-work-section .homepage-carousel__arrow {
    display: flex;
  }

  .our-work-section .homepage-carousel__arrow--prev {
    left: calc(50% - 120px);
  }

  .our-work-section .homepage-carousel__arrow--next {
    left: calc(50% + 120px);
  }
}


/********************************************************
  Services Section
*********************************************************/

.hp-services-section .homepage-carousel__slider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hp-services-section .homepage-carousel__viewport {
  max-width: 1100px;
}

.hp-services-section .homepage-carousel__track {
  display: flex;
  gap: 32px;
}

.hp-services-section .homepage-carousel__slide {
  flex: 0 0 calc((100% - 64px) / 3);
  max-width: calc((100% - 64px) / 3);
  min-width: 0;
  box-sizing: border-box;
}

.hp-services-section .homepage-carousel__slide .wp-block-image {
  overflow: hidden;
  position: relative;
}

.hp-services-section .wp-block-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #762CF2;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.hp-services-section .wp-block-image a {
  display: inline;
}

.hp-services-section .wp-block-image:hover::after {
  opacity: 0.4;
}

.hp-services-section .homepage-carousel__slide .wp-block-image img {
  transition: transform 0.3s ease;
}

.hp-services-section .homepage-carousel__slide a:hover img {
  transform: scale(1.06);
}

.hp-services-section .homepage-carousel__arrow--prev {
  left: -65px;
}

@media (max-width: 1024px) {
  .hp-services-section .homepage-carousel__track {
    gap: 24px;
  }

  .hp-services-section .homepage-carousel__slide {
    flex: 0 0 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 768px) {
  .hp-services-section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .hp-services-section .is-layout-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .hp-services-section .wp-block-spacer{
    display: none;
  }

  .hp-services-section .has-text-align-right {
    text-align: center !important;
  }

  .hp-services-section .wp-container-content-e7279f90 {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px !important;
  }

  .hp-services-section .homepage-carousel__slider{
    padding: 0 !important;
  }
   
  .hp-services-section .homepage-carousel__slide {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .hp-services-section .homepage-carousel__arrow {
    display: none;
  }
}

/********************************************************
  Home Blog Section
*********************************************************/
.homepage-blog-section .blog-section-hed {
  position: relative;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 55px;
  line-height: 55px;
  text-align: right;
  text-transform: uppercase;
}

.homepage-blog-section .blog-section-heading {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 0;
}

.homepage-blog-section .blog-section-heading .wp-block-column:first-child {
  flex: 1;
}

.homepage-blog-section .blog-section-heading .wp-block-column:last-child {
  flex: 0 0 auto;
  text-align: right;
}

.homepage-blog-section .blog-section-heading hr {
  margin-top: 30px !important;
  border-width: 0 0 2px;
}

.homepage-blog-section .blog-section-posts {
  display: flex;
  justify-content: space-between;
}

.homepage-blog-section .blog-section-posts .post {
  background: #fff;
  padding: 40px;
  position: relative;
  overflow: hidden;
}

.homepage-blog-section .blog-section-posts .post a:hover {
  text-decoration: none;
}

.homepage-blog-section .blog-section-posts .post::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #762CF2;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.homepage-blog-section .blog-section-posts .post:hover::after {
  opacity: 0.4;
}

.homepage-blog-section .blog-section-img {
  margin-bottom: 12px;
  overflow: hidden;
}

.homepage-blog-section .blog-section-img img {
  height: 250px;
  transform: scale(1);
  transition: transform 300ms ease;
}

.homepage-blog-section .blog-section .wp-block-post:hover figure img {
  transform: scale(1.06);
}

@media (max-width: 1200px) {
  .homepage-blog-section .blog-section-img img {
    height: 210px;
  }
}

.homepage-blog-section .blog-section-date {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 2px;
  vertical-align: middle;
  text-transform: uppercase;
}

.homepage-blog-section .blog-section-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-top: 16px;
  margin-bottom: 0px;
}

.homepage-blog-section .blog-section-cta,
.blog-section-cta-mobile {
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;
}

.homepage-blog-section .blog-section-cta-mobile {
  display: none !important;
}

@media (max-width: 900px) {
  .homepage-blog-section .blog-section-posts {
    flex-direction: column;
  }

  .homepage-blog-section .blog-section-posts .post {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 0 auto 20px;
    padding: 30px;
  }

  .homepage-blog-section .post .has-global-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .blog-section-posts time {
    font-size: 10px;
    line-height: 10px;
  }

  .homepage-blog-section-blog-section hr {
    display: none;
  }

  .homepage-blog-section .blog-section-hed {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    max-width: 280px;
  }

  .homepage-blog-section .blog-section-heading {
    flex-direction: column;
    margin: auto;
    padding: 55px 0 50px;
  }

  .homepage-blog-section .blog-section-heading .wp-block-column {
    margin: auto;
  }

  .homepage-blog-section .blog-section-img {
    flex: 1 0 100px;
  }

  .homepage-blog-section .blog-section .post-fields {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .homepage-blog-section .blog-post-text {
    flex: 1 0 100px;
  }


  .homepage-blog-section .blog-section-date {
    font-size: 10px;
    line-height: 10px;
  }

  .homepage-blog-section .blog-section-title {
    font-size: 18px;
    line-height: 22px;
  }

  .homepage-blog-section .blog-section-cta {
    display: none !important;
  }

  .homepage-blog-section .blog-section-cta-mobile {
    display: block !important;
    margin: 0 auto 50px;

  }

  .homepage-blog-section .blog-section-cta-mobile .wp-block-button__link {
    width: auto;
  }
}

/********************************************************
  Home LinkedIn Widget
*********************************************************/

.embedsocial-hashtag {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: 200px auto;
  margin-block-end: 200px !important;
}
@media (max-width: 767px) {
  .embedsocial-hashtag {
    margin: 150px auto;
  }
  .embedsocial-hashtag iframe {
    /* Tiles + header in iframe */
    height: calc(100vw + 75px);
  }
}

/* === assets/css/pages/services.css === */
/********************************************************
  Service Page Styles
*********************************************************/

/* Cover section */
.cover-section {
  background: #000000;
  min-height: 500px;
  color: var(--wp--preset--color--base);
  text-align: center;
}
.cover-section h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
}

.cover-section p {
  text-align: center;
}

@media (max-width: 768px) {
  .cover-section {
    min-height: 400px !important;
  }

  .cover-section .wp-block-cover__inner-container {
    padding: 20px !important;
  }

  .cover-section h1 {
    font-size: 45px !important;
    line-height: 1em;
    margin-bottom: 20px;
  }

  .cover-section p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
}

/* Services section (scrolling slider) */
.services-section {
  background-color: var(--wp--preset--color--contrast) !important;
}

.services-section .wp-block-image img {
  aspect-ratio: 5 / 7 !important;
}

.service-slide {
  display: flex;
  flex-direction: column;
  padding-left: 18%;
  padding-right: 23.5%;
  justify-content: center;
  min-height: 49vw;
}

.service-slide-number,
.service-slide-number strong {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 1em;
}

.services-section h2,
.services-section h2 strong {
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 45px;
  line-height: 1em;
}

.services-section p {
  font-size: 17px;
  line-height: 1.6em;
}

.services-section .scroll-column {
  max-height: 49vw;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .services-section .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
  }

  .services-section .scroll-column {
    min-height: 500px;
  }

  .service-slide {
    min-height: auto !important;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .services-section .service-slide-number {
    font-size: 70px !important;
  }

  .services-section .has-dark-grey-background-color {
    background-color: #111 !important;
  }

  .services-section .wp-block-heading h2 {
    font-size: 35px !important;
    line-height: 35px !important;
    margin-bottom: 20px !important;
  }

  .services-section p{
    font-size: 14px !important;
    line-height: 1.5em !important;
    margin-top: 0 !important;
  }
}
/* Quote Section */
.quote-section blockquote cite {
  font-weight: 700;
  text-transform: uppercase;
}

.quote-section .homepage-carousel__slide {
  flex: 0 0 100%;
}

.quote-section blockquote {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .services-quote {
    margin-bottom: 20px !important;
  }
  .services-quote p {
    font-size: 35px !important;
    line-height: 1.3 !important;
    padding: 0 20px !important;
    margin-bottom: 0 !important;
  }

  .services-quote cite {
    font-size: 12px !important;
    margin-top: 20px !important;
    display: block;
  }
}

/* FAQ Section */
.faq-section h2 {
  padding-left: 22px;
}

.faq-section .aab__accordion_head {
  padding-bottom: 0;
  padding-top: 0;
}

.faq-section .aab__accordion_title {
  font-weight: 700;
}

.faq-section .wp-block-aab-accordion-block {
  margin-bottom: 35px !important;
}

@media (max-width: 768px) {
  .faq-section {
    margin-bottom: 75px !important;
  }

  .faq-section .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr !important;
  }

  .faq-section .wp-block-spacer {
    display: none !important;
  }

  .faq-section .wp-block-heading {
    font-size: 35px !important;
    line-height: 35px !important;
    margin-bottom: 16px !important;
    padding-left: 0;
  }

  .faq-section .aab__accordion_title {
    font-size: 20px !important;
    line-height: 1.4 !important;
  }

  .faq-section .wp-block-aab-accordion-block {
    margin-bottom: 20px !important;
  }

  .faq-section .wp-block-aab-accordion-block .aab__accordion_head {
    padding-left: 0;
    padding-bottom: 0;
  }

  .faq-section .wp-block-aab-accordion-block .aab__accordion_head .aab__accordion_icon .aab__icon {
    right: 0 !important;
  }

  .faq-section .aab__accordion_body {
    padding-left: 0 !important;
  }

  .faq-section .aab__accordion_body p,
  .faq-section .aab__accordion_body li {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .faq-section .aab__accordion_body p {
    margin-bottom: 12px !important;
  }

  .faq-section .aab__accordion_body p:last-child {
    margin-bottom: 0 !important;
  }
}

/* === assets/css/patterns/work-with-us.css === */
/********************************************************
  Work With Us Section
*********************************************************/
.section-work-with-us h2 {
  font-weight: 700;
}
.section-work-with-us p {
  font-weight: 300;
  margin-bottom: 50px;
}

.form.hs-form-private fieldset .input textarea {
  color: #FFF;
}
@media (max-width: 768px) {
    .section-work-with-us {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }

    .section-work-with-us .is-layout-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .section-work-with-us .wp-container-content-1f4567c8,
    .section-work-with-us .wp-container-content-a78bef61 {
        grid-column: span 4 !important;
    }

    .section-work-with-us .wp-block-spacer {
        display: none !important;
    }
}

/* === assets/css/pages/blog-single.css === */
.single-post .byline {
    padding: 100px 0 50px;
}

.single-post h1 {
    margin-bottom: 30px;
}

.single-post .featured-image-wrapper {
    margin: 0 auto 50px;
    max-width: 1200px;
}


@media (max-width: 768px) {
    .single-post .byline {
        background-color: var(--wp--preset--color--contrast);
        color: var(--wp--preset--color--base);
        padding: 70px 0 40px;
    }
}

/* === assets/css/pages/blog.css === */
/********************************************************
  Blog Page
*********************************************************/

.blog-query-group {
  margin-top: 150px !important;
}
/* Sticky Blog Section */
.twelve-col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
  row-gap: 24px;
}

.twelve-col > .wp-block-query.sticky-blog-loop {
  grid-column: 1 / -1;
  width: 100%;
}

.wp-block-query.sticky-blog-loop {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(4, auto);
  column-gap: 24px;
  row-gap: 24px;
  grid-auto-flow: row dense; 
}

.sticky-blog-loop .wp-block-post-template {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-blog-loop .post-text .blog , .featured-blog .post-text .blog, .blog-loop .post-text .blog {
  padding-left: 4px;
}

.sticky-blog-loop .wp-block-post-template .post-text .author {
  font-size: 12px !important;
}

.sticky-blog-loop .wp-block-post-author__name,
.featured-blog .wp-block-post-author__name,
.blog-loop  .wp-block-post-author__name {
  letter-spacing: 1px;
}

.sticky-blog-loop .wp-block-post-template > *:first-child {
  grid-column: 1 / span 8; 
  grid-row: 1 / span 4;
  position: relative;
  display: grid;
  overflow: hidden;
  position: sticky;
  top: 50px;
}

.sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) {
  grid-column: 9 / span 4;
  display: grid;
  grid-template-columns: subgrid;
  column-gap: 24px;
  align-content: start;
}

.sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .wp-block-post-featured-image {
  grid-column: 1 / span 2;
}
.sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .post-text {
  grid-column: 3 / span 2;
}

.sticky-blog-loop .wp-block-post-template > *:first-child .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.sticky-blog-loop .wp-block-post-template > *:first-child .post-text {
  position: absolute;
  inset: auto 0 0 0; 
  padding: 24px;
  color: #fff;
  margin: 0 0 20px 15px !important;
  pointer-events: none;
}

.sticky-blog-loop .wp-block-post-template > *:first-child .post-text time, .sticky-blog-loop .wp-block-post-template > *:first-child .post-text p {
  font-size: 12px !important;
  color: #fff;
}

.sticky-blog-loop .wp-block-post-template > *:first-child .post-text .wp-block-post-title {
  font-size: 32px !important;
  line-height: 36px;
  max-width: 70%;
}

.sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 9 / 8;
  object-fit: cover;
  display: block;
}
.sticky-blog-loop .wp-block-post-featured-image a {
  overflow: hidden;
}
.sticky-blog-loop .wp-block-post-featured-image img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 300ms ease;
}
.sticky-blog-loop .wp-block-post-featured-image:hover img {
  transform: scale(1.06);
}
.sticky-blog-loop .wp-block-post-featured-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #762CF2;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.sticky-blog-loop .wp-block-post-featured-image:hover::after {
  opacity: 0.4;
}

.sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .post-text .author {
  display: none;
}

.sticky-blog-loop a:hover, .featured-blog a:hover, .blog-loop a:hover {
  text-decoration: none;
}

.sticky-blog-loop .wp-block-post-template > *:first-child {
  grid-column: 1 / span 8; 
  grid-row: 1 / span 4;
  position: relative;
  display: grid;
  overflow: hidden;
  position: sticky;
  top: 50px;
}

@media (max-width: 991px) {
  .blog-query-group {
    margin: 0 !important;
  }

  .wp-block-query.sticky-blog-loop {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }

  .sticky-blog-loop .wp-block-post-template>*:first-child {
    inline-size: 100vw; 
    margin-inline: calc(50% - 50vw);        
    max-width: none;
    grid-column: 1 / -1; 
    position: relative;
    top: 0;
  }

  .sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .wp-block-post-featured-image {
  grid-column: 1 / span 2;
}

  .sticky-blog-loop .wp-block-post-template > *:first-child .wp-block-post-featured-image img {
    aspect-ratio: 39 / 59;
  }

  .sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .wp-block-post-featured-image img {
    aspect-ratio: 25 / 22;
    height: auto;
  }

  .sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) {
    grid-column: 1 / -1;   
    grid-template-columns: subgrid;
  }

  .sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .wp-block-post-featured-image {
    grid-column: 1 / span 3;
  }
  .sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .post-text {
    grid-column: 4 / span 3;
  }

  .sticky-blog-loop .wp-block-post-template > *:nth-child(n+2) .post-text .wp-block-post-title a {
      font-size: 18px;
      line-height: 22px;
      letter-spacing: 0px;
  }
  .sticky-blog-loop .press-pagination {
    inline-size: 100vw;       
    margin-inline: calc(50% - 50vw); 
    max-width: none;
  }
}
/* Featured Blog Section */
.twelve-col > .wp-block-query.featured-blog {
  grid-column: 1 / -1;
  width: 100%;
  position: relative;
}

.featured-blog {
  margin: 150px 0 !important;
}
.featured-blog .wp-block-post-template .post-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.featured-blog .wp-block-post-template .wp-block-post-featured-image img {
  aspect-ratio: 2 / 1;
}

.featured-blog .post-text .wp-block-post-title {
  font-size: 32px !important;
}

.featured-blog .post-text time, .featured-blog .post-text .blog, .featured-blog .post-text .author {
  font-size: 12px !important;
}
.featured-blog .post-text .read-more {
  height: 45px;
  width: 180px;
}
.featured-blog .post-text .read-more a {
  padding: 0 !important;
}
@media (max-width: 991px) {
  .twelve-col > .wp-block-query.featured-blog {
    width: 100vw;
    margin-left: -16px !important;
  }
  .featured-blog .wp-block-post-template .wp-block-post-featured-image img {
    aspect-ratio: 4 / 3;
  }

}
@media (max-width: 767px) {
  .featured-blog .wp-block-post-template .wp-block-post-featured-image img {
    aspect-ratio: 8 / 13;
  }
  .featured-blog .wp-block-post-template .post-text {
    width: 70%;
  }
  .featured-blog {
    margin: 100px !important;
  }
}
/* Pagingation Blog Section */
.twelve-col > .wp-block-query.blog-loop {
  grid-column: 1 / -1;
  width: 100%;
  position: relative;
}

.wp-block-query.blog-loop .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 24px;
}

.wp-block-query.blog-loop .wp-block-post {
  grid-column: span 3;
  position: relative;
  overflow: hidden;
}

.blog-loop .post-text .wp-block-post-title {
  padding: 10px 0 !important;
  line-height: 26px !important;
}


.blog-loop .wp-block-post-template {
  margin-bottom: 40px;
}
.blog-loop .wp-block-post-featured-image a {
  overflow: hidden;
}
.blog-loop .wp-block-post-featured-image img  {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 300ms ease;
}
.blog-loop .wp-block-post-featured-image:hover img {
  transform: scale(1.06);
}
.blog-loop .wp-block-post-featured-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #762CF2;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}
.blog-loop .wp-block-post-featured-image:hover::after {
  opacity: 0.4;
}

@media (max-width: 767px) {
  .wp-block-query.blog-loop .wp-block-post {
    grid-column: span 12;
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    overflow: hidden;
  }
  .blog-loop .wp-block-post-template .wp-block-post-featured-image {
    grid-column: span 3;
  }
  .blog-loop .wp-block-post-template .post-text {
    grid-column: span 3;
  }
  .blog-loop .post-text .wp-block-post-title a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .blog-loop .post-text .author {
    display: none;
  }
  .blog-loop .wp-block-post-template .wp-block-post-featured-image img {
    aspect-ratio: 25 / 22;
    height: auto;
  }
}

.blog-loop .pagination-wrapper {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  grid-column: 1 / -1;
}
.blog-loop .blog-pagination {
  grid-column: 1 / -1;
  margin-top: 32px;
  min-width: 1200px !important;
  margin-left:  calc(50% - 720px);
  margin-right: calc(50% - 720px);
  display: grid !important; 
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 16px;
  height: 50px;
}

@media (max-width: 1440px) {
  .blog-loop .blog-pagination {
    width: 100vw !important;
    min-width: 100vw !important;
    margin-left:  calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media (max-width: 676px) {
  .blog-loop .blog-pagination {
    height: 30px;
  }
}
.blog-pagination .wp-block-query-pagination-previous { 
  grid-column: 1; 
  justify-self: start;
  padding-left: 20px; 
  align-items: center;
  display: flex;
}

.blog-pagination .wp-block-query-pagination-numbers { 
  grid-column: 2; 
  justify-self: center; 
  text-align: center;
}

.blog-pagination .wp-block-query-pagination-next { 
  grid-column: 3; 
  justify-self: end; 
  padding-right: 20px;
  align-items: center;
  display: flex;
}
.blog-loop .blog-pagination a {
  text-decoration: none !important;
}
.blog-loop .blog-pagination .page-numbers.current {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.blog-loop .blog-pagination a.wp-block-query-pagination-previous::before {
  content: "";
  display: inline-block;
  inline-size: 12px;
  block-size: 12px;
  background: url("/wp-content/themes/vaynermedia/assets/images/arrow-left.svg")
              no-repeat center / contain;
  filter: brightness(0) invert(1); 
  margin-right: 10px;
  padding-right: 15px;
}
.blog-loop .blog-pagination a.wp-block-query-pagination-next::after {
  content: "";
  display: inline-block;
  inline-size: 12px;
  block-size: 12px;
  background: url("/wp-content/themes/vaynermedia/assets/images/arrow-right.svg")
              no-repeat center / contain;
  filter: brightness(0) invert(1);
  margin-left: 10px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .blog-loop .blog-pagination {
    width: 100% !important;
    min-width: 100% !important;
  }
  .blog-pagination .wp-block-query-pagination-previous {
    padding-left: 0px; 
  }
  .blog-pagination .wp-block-query-pagination-next {
    padding-right: 0px;
  }
  .blog-pagination .wp-block-query-pagination-next, .blog-pagination .wp-block-query-pagination-previous { 
    font-size: 0 !important;
  }
    .blog-pagination .wp-block-query-pagination-next::after, .blog-pagination .wp-block-query-pagination-previous::before { 
    font-size: 20px !important;
  }
}

/* === assets/css/pages/case_study.css === */
.case_study-template .byline {  
    padding: 100px 0;
}

.case_study-template .wp-block-post-excerpt__excerpt {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.case_study-template .wp-block-post-date {
    margin-top: 10px;
}

.case_study-template .wp-block-post-content > * + * {
    margin-block-start: 10px;
}

.case_study-template .wp-block-post-content h2 {
    font-size: 22px;
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 35px;
}

.case_study-template .wp-block-post-content h2:first-child {
    margin-top: 0;
}

.case_study-template .stat-box {
    background-color:var(--wp--preset--color--contrast);
    border-radius: 25px;
    padding: 30px;
    color: var(--wp--preset--color--base);
}

@media (max-width: 768px) {
    .case_study-template .wp-block-post-content {
        margin-top: 70px;
    }

    .case_study-template .image-row figure,
    .case_study-template .image-row .wp-block-image {
        flex: 0 0 auto;
    }
    .case_study-template .image-row figure img,
    .case_study-template .image-row .wp-block-image img {
        max-width: none;
        height: 300px !important;
    }

    .case_study-template .byline {
        background-color: var(--wp--preset--color--contrast);
        color: var(--wp--preset--color--base);
        padding: 70px 0;
    }
}

/* === assets/css/pages/events.css === */
.spotlight-report .wp-block-column {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.spotlight-report figure {
  grid-column: 1 / -1;
}

.spotlight-report figure img {
    aspect-ratio: 6 / 5 !important;
}

.spotlight-report .spotlight-event-info {
  grid-column: 2 / span 4;
}

.events-section .wp-container-core-group-is-layout-f4d0139f .has-x-small-font-size {
  letter-spacing: 1px;
  font-weight: 500;
}

.events-section h2.wp-block-heading {
  text-transform: uppercase;
}

.events-section h3.wp-block-heading {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Figtree", sans-serif;
}

.event-row {
  border-top: 1px solid #000;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 24px;
}

.event-row .event-date {
  grid-column: span 1;
}

.event-row .event-info {
  grid-column: span 9;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 5px 24px;
}

.event-row .event-location {
  grid-column: span 6;
}

.event-row .event-cta {
  grid-column: span 3;
}

.event-row .event-cta a {
  text-decoration: none;
}

.event-row .wp-block-heading {
  grid-column: span 9;
}

.event-row p{
  grid-column: span 9;
}



@media (max-width: 1000px) {
  .spotlight-report.alignfull {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .spotlight-report figure {
      min-width: 390px;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
  }

  .spotlight-report .spotlight-event-info {
    grid-column: 1 / -1;
    padding: 50px 45px;
  }

  .events-section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .events-section .wp-block-spacer {
    display: none;
  }

  .events-section .wp-container-content-a78bef61 {
    grid-column: span 12;
  }

  .events-section h2.wp-block-heading {
    font-size: 28px !important;
    line-height: 1em !important;
    padding-bottom: 20px !important;
  }

  .spotlight-report .wp-block-buttons .wp-block-button__link,
  .events-section .wp-block-buttons .wp-block-button__link {
    padding-top: .75rem !important;
    padding-bottom: .75rem !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important; 
    font-size: 14px !important;
    line-height: 14px !important;
  }

  .event-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    padding: 30px 0;
  }

  .event-row .event-info {
    grid-template-columns: repeat(1, 1fr);
  }

  .event-info .event-location,
  .event-info .event-cta,
  .event-row .wp-block-heading,
  .event-row p {
    grid-column: span 1;
  }

  .event-info .event-cta {
    order: 2;
    text-align: left;
    margin-top: 5px;
  }

    
}

/* === assets/css/pages/leadership.css === */
/* Leadership Grid */
.leader-wrapper {
    overflow: hidden;
    position: relative;
}
.leader-wrapper .wp-block-image {
    position: relative;
}

.leader-wrapper .wp-block-image img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 300ms ease;
}

.leader-wrapper:hover .wp-block-image img {
    transform: scale(1.06);
}

.leader-wrapper .wp-block-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #762CF2;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.leader-wrapper:hover .wp-block-image::after {
    opacity: 0.4;
}

.leader-text-wrapper {
    width: 90%;
    position: absolute;
    bottom: 12px; 
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 3;
}

.leader-text-wrapper .leadership-name {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.leadership-position {
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
}

.leader-text-wrapper .wp-block-button {
    width: 120px !important;
    height: 30px !important;
}

@media (max-width: 767px) {
    .leader-wrapper {
        grid-column: span 6 !important;
        height: auto;
    }
    .leader-text-wrapper {
        width: 100%;
        position: relative;
    }

    .leader-text-wrapper .leadership-name {
        max-inline-size: 9ch;
    }

    .leader-text-wrapper {
        position: static;
        transform: none;
    }

    .leadership-grid>div:first-child .leader-text-wrapper .leadership-name {
        max-inline-size: 11ch;
    }

    .leader-text-wrapper .leadership-position {
        min-height: 25px;
    }
    .leadership-grid .has-global-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* === assets/css/pages/offices.css === */
.office-cover {
  background: #000000;
  min-height: 500px;
}

.office-cover h1 {
    color: #FFF;
}

.office-info {
    background-color: #000000;
}
.office-info h3 {
    max-width: 285px;
    margin: 0 auto;
}

.office-info-content {
    max-width: 1440px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .office-cover {
        min-height: 390px;
    }
    .office-info .wp-block-column {
        min-height: 366px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .office-info .wp-block-column h2 {
        font-size: 30px !important;
    }
    .office-info .wp-block-column h3 {
        font-size: 18px !important;
    }
    .office-info .wp-block-buttons .wp-block-button__link {
        font-size: 14px !important;
    }
    .office-info div[class~="wp-block-column"]:nth-of-type(3) {
        min-height: 381px;
    }
    .office-info div[class~="wp-block-column"]:nth-of-type(3) h2 {
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .image-row {
        overflow-x: scroll;
        justify-content: start;
    }

    .image-row.four-image {
        height: 300px !important;
    }

    .image-row.four-image img {
        height: 100% !important;
    }

    .image-row.four-image .square {
        min-width: 300px;
    }

    .image-row.four-image .portrait {
        min-width: 225px;
    }
}

/* === assets/css/pages/reports.css === */
.spotlight-report figure img {
    aspect-ratio: 6 / 5 !important;
}

.report-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.report-grid .report {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.report-grid .report p {
    margin-top: -10px;
}

.report-grid .report .wp-block-buttons {
    margin-top: auto;
}

.spotlight-report h2, .report-grid h2 {
    font-family: 'Figtree';
}

@media (max-width: 768px) {
    
    .spotlight-report .wp-block-column {
        align-items: center;
    }

    .spotlight-report .wp-container-content-8842d56b {
        grid-column: span 6 !important;
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    .spotlight-report figure {
        min-width: 390px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .report-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .report-grid .report {
        padding: 30px;
    }
}

/* === assets/css/pages/work.css === */
.section-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}


/*Latest Carousel*/
.latest-section {
    overflow-x: hidden;
    padding: 150px 0;
}

.latest-section .homepage-carousel__slider {
    margin-bottom: 90px;
}

.latest-section .homepage-carousel__slide {
    flex: 0 0 370px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.latest-section .homepage-carousel__arrow {
    top: auto;
    bottom: -100px;
    left: auto;
    right: auto;
    filter: invert(1) brightness(2);
    opacity: 1;
}

.latest-section .homepage-carousel__arrow--prev {
    right: 175px;
}

.latest-section .homepage-carousel__arrow--prev::after {
    position: absolute;
    width: 60px;
    height: 60px;
    content: " ";
    border-right: 2px solid #000;
    right: -20px;
    transform: rotate(20deg);
    top: -17px;
}

.latest-section .homepage-carousel__arrow--next {
    right: 100px;
}

.latest-section .wp-block-separator {
    position: absolute;
    top: auto;
    bottom: -60px;
    left: 70px;
    right: 250px;
    border-top-width: 2px;
    border-color: #000;
    filter: invert(1) brightness(1);
    opacity: .85;
}

@media (max-width: 1440px) {
    .latest-carousel {
        max-width: 120vw !important;
        width: 120vw !important;
    }
}

@media (max-width: 767px) {
    .latest-section {
        margin: 0 !important;
        padding-bottom: 20px;
    }

    .latest-section .homepage-carousel__slider {
        padding: 30px 0;
    }
    
    .latest-section .homepage-carousel__slide {
        flex: 0 0 240px;
    }

    .latest-section .wp-block-spacer {
        display: none;
    }

    .latest-section .wp-block-separator {
        left: 0;
        right: 30%;
        bottom: 0;
        border-top-width: 1px;

    }

    .latest-section .homepage-carousel__arrow {
        bottom: -12px;
    }

    .latest-section .homepage-carousel__arrow--prev {
        right: 50px;
    }

    .latest-section .homepage-carousel__arrow--prev::after {
        width: 40px;
        height: 40px;
        right: -12px;
        top: -11px;
    }

    .latest-section .homepage-carousel__arrow--next {
        right: 0;
    }

    .latest-section .wp-container-content-f35572eb {
        grid-column: span 12;
    }
}


/* Clients Section */
.clients-section {
    padding: 150px 0;
}

.clients-section h2 {
    line-height: 1em;
    margin-bottom: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 55px;
}

.clients-section .section-intro {
    margin-bottom: 25px;
    grid-column: 4 / span 6;
}

.clients-section .client-logos {
    grid-column: 1 / span 12;
    display: grid;
    grid-template-columns: subgrid;
    gap: 24px;
}   

@media (max-width: 767px) {
    .clients-section {
        padding: 100px 16px;
    }
    .clients-section .section-grid {
        grid-template-columns: repeat(12, 1fr);
    }

    .clients-section .section-intro {
        margin-bottom: 25px;
        grid-column: span 12;
    }
    .clients-section .client-logos {
        grid-column: span 12;
        grid-template-columns: repeat(3, 1fr);
        gap: 14px;
        align-items: stretch;
    }

    .client-logos > div {
        grid-column: span 1 !important;
    }


}

/*Recognition Section*/
.recognition-section {
    padding: 150px 0;
}
.recognition-section h2 {
    line-height: 1em;
    margin-bottom: 25px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 55px;
}

.recognition-section .section-intro {
    margin-bottom: 45px;
}

.recognition-section .homepage-carousel__slider {
    padding-left: 50px;
    padding-right: 50px;
}

.recognition-section .our-work__slider{
    margin-bottom: 50px;
}


.recognition-section .homepage-carousel__slide {
    flex: 0 0 384px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
}

.recognition-section .homepage-carousel__slide:first-child {
    margin-left: 0;
}

.recognition-section .homepage-carousel__arrow--prev {
    filter: invert(1) brightness(2);
    opacity: 1;
    left: 0;
    right: auto;
    top: 50%;
}
.recognition-section .homepage-carousel__arrow--next {
    filter: invert(1) brightness(2);
    opacity: 1;
    top: 50%;
    right: 0;
}

.recognition-section a {
    text-decoration: none !important;
}

.recognition-section .wp-block-list {
    padding-left: 20px;
}

.recognition-section .homepage-carousel__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #762CF2;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.recognition-section .homepage-carousel__slide .wp-block-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.recognition-section .homepage-carousel__slide img {
    transform: scale(1);
    transition: transform 300ms ease;
}

.recognition-section .homepage-carousel__slide:hover img {
    transform: scale(1.06);
}

.recognition-section .homepage-carousel__slide:hover::after {
    opacity: 0.6;
}

.carousel-subhed {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0px;
}

.recognition-carousel {
    grid-column: span 12;
}

@media (max-width: 767px) {
    .recognition-section {
        overflow-x: hidden;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .recognition-carousel {
        max-width: none;
        width: 150vw;
        transform: translateX(0%)
    }

    .recognition-section .wp-block-spacer {
        display: none;
    }

    .recognition-section .wp-container-content-f35572eb {
        grid-column: span 12;
    }


    .recognition-section .homepage-carousel__slider{
        padding: 0 !important;
    }
    
    .recognition-section .homepage-carousel__slide {
        flex: 0 0 70%;
        max-width: 70%;
    }

    .recognition-section .homepage-carousel__arrow {
        display: none;
    }

}

/* Press Section */
.press-section {
    position: relative;
    padding-top: 150px;
    margin: 0 auto!important;
}

.press-section .has-global-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.press-section .section-intro {
    margin-bottom: 50px;
}

.press-section .section-intro h2 {
    margin-bottom: 25px;
}

.press-loop .wp-block-post-template {
    margin: 0 auto;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(4, auto);
    gap: 24px;
    grid-auto-flow: row dense;
    list-style: none;
}

.press-loop .wp-block-post-template>*:first-child {
    grid-column: 1 / span 8;
    grid-row: 1 / -1;
    position: sticky;
    top: 50px;
    overflow: hidden;
}

.press-loop .wp-block-post-template>*:nth-child(n+2) {
    grid-column: 9 / span 4;
    display: grid;
    grid-template-columns: subgrid;
    align-content: start;
}

.press-loop .wp-block-post-template>*:nth-child(n+2) .wp-block-post-featured-image {
    grid-column: 1 / span 2;
}

.press-loop .wp-block-post-template>*:nth-child(n+2) .press-post {
    display: contents;
}

.press-loop .wp-block-post-template>*:nth-child(n+2) .post-text {
    grid-column: 3 / span 2;
}

.press-loop .wp-block-post-template .post-text .press {
    padding-left: 4px;
}

.press-loop .wp-block-post-template .post-text .author {
    font-size: 12px !important;
}

.press-loop .wp-block-post-featured-image {
    margin-bottom: 0;
    overflow: hidden;
}

.press-loop .wp-block-post-featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: transform 300ms ease;
}

.press-loop .wp-block-post-featured-image:hover img {
    transform: scale(1.06);
}

.press-loop .wp-block-post-featured-image::after {
    content: " ";
    position: absolute;
    inset: 0;
    background: #762CF2;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.press-loop .wp-block-post-featured-image:hover::after {
    opacity: 0.4;
}

.press-loop .wp-block-post-template>*:first-child .wp-block-post-featured-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.press-loop .wp-block-post-template>*:first-child .press-post {
    position: relative;
}
.press-loop .wp-block-post-template>*:first-child .post-text {
    position: absolute;
    inset: auto 0 0 0;
    padding: 24px;
    color: #fff;
    margin: 0 0 20px 15px !important;
}

.press-loop .wp-block-post-template>*:first-child .post-text time,
.press-loop .wp-block-post-template>*:first-child .post-text p {
    font-size: 12px !important;
    color: #fff;
}

.press-loop .wp-block-post-template>*:first-child .post-text .wp-block-post-title {
    font-size: 32px !important;
    line-height: 36px;
    max-width: 70%;
}

.press-loop .press-date {
    text-transform: uppercase;
}

.press-loop .wp-block-post-template>*:nth-child(n+2) .wp-block-post-featured-image img {
    width: 100%;
    aspect-ratio: 9 / 8;
    object-fit: cover;
    display: block;
}

.press-loop .wp-block-post-author__avatar {
    display: none;
}

.press-loop .wp-block-post-template>*:nth-child(n+2) .post-text .author {
    display: none;
}

.press-loop .press-pagination {
    margin-top: 100px;
    width: 100%;
    /* Full-width bar, but constrain inner content via padding */
    padding-inline: max(16px, calc((100vw - 1200px) / 2));
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    column-gap: 16px;
    height: 50px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.press-loop .press-pagination .page-numbers {
    margin: 0 5px;
}

.press-pagination .wp-block-query-pagination-previous {
    grid-column: 1;
    justify-self: start;
    align-items: center;
    display: flex;
}

.press-pagination .wp-block-query-pagination-numbers {
    grid-column: 2;
    justify-self: center;
    text-align: center;
}

.press-pagination .wp-block-query-pagination-next {
    grid-column: 3;
    justify-self: end;
    align-items: center;
    display: flex;
}

.press-loop .press-pagination a {
    text-decoration: none !important;
}

.press-loop .press-pagination .page-numbers.current {
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

/* Replace arrow characters with SVG icons */
.press-pagination .wp-block-query-pagination-previous-arrow,
.press-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 0; /* hide arrow character */
    line-height: 0;
}

.press-pagination .wp-block-query-pagination-previous-arrow {
    /* Use mask so we can force white color */
    background-image: none;
    -webkit-mask-image: url('/wp-content/themes/vaynermedia/assets/images/arrow-left.svg');
    mask-image: url('/wp-content/themes/vaynermedia/assets/images/arrow-left.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    margin-right: 8px;
}

.press-pagination .wp-block-query-pagination-next-arrow {
    background-image: none;
    -webkit-mask-image: url('/wp-content/themes/vaynermedia/assets/images/arrow-right.svg');
    mask-image: url('/wp-content/themes/vaynermedia/assets/images/arrow-right.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .press-pagination .wp-block-query-pagination-previous-arrow,
    .press-pagination .wp-block-query-pagination-next-arrow {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 776px) {
    .press-section {
        padding-top: 100px;
    }

    .press-loop .press-pagination {
        height: 30px;
    }

    .press-loop .press-pagination a.wp-block-query-pagination-previous,
    .press-loop .press-pagination a.wp-block-query-pagination-next {
        font-size: 0 !important;
    }

    .press-loop .press-pagination a.wp-block-query-pagination-previous::before {
        font-size: 20px;

    }

    .press-loop .press-pagination a.wp-block-query-pagination-next::after {
        font-size: 20px;
    }

    .press-section .wp-block-spacer {
        display: none;
    }

    .press-section .wp-container-content-f35572eb {
        grid-column: span 12;
    }
}



@media (max-width: 991px) {
    .press-loop .wp-block-post-template {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 50px 10px;
    }

    .press-loop .wp-block-post-template>*:first-child {
        grid-column: 1 / -1;
    }

    .press-loop .wp-block-post-template>*:first-child {
        inline-size: 100vw;
        position: relative;
        margin-bottom: 50px;
    }


    .press-loop .wp-block-post-template>*:first-child .wp-block-post-featured-image,
    .press-loop .wp-block-post-template>*:first-child .wp-block-post-featured-image img {
        aspect-ratio: 39 / 59 !important;
    }

    .press-loop .wp-block-post-template>*:nth-child(n+2) .wp-block-post-featured-image img {
        aspect-ratio: 25 / 22;
    }

    .press-loop .wp-block-post-template>*:nth-child(n+2) {
        grid-column: span 2;
        grid-template-columns: subgrid;
        padding-left: 50px;
        padding-right: 50px;
    }

    .press-loop .wp-block-post-template>*:nth-child(n+2) .wp-block-post-featured-image {
        grid-column: span 1;
    }

    .press-loop .wp-block-post-template>*:nth-child(n+2) .post-text {
        grid-column: span 1;
    }

    /* Full-width bar on tablet with constrained inner content */
    .press-loop .press-pagination {
        width: 100%;
        padding-inline: max(12px, calc((100vw - 1200px) / 2));
    }
}


/*Case Studies*/
.case-study-section {
    padding: 150px 0 !important;
}

.case-study-section .section-intro {
    margin-bottom: 45px;
    grid-column: 3 / span 8;
}

.case-study-section h2 {
    margin-bottom: 30px;
}

.case-studies-loop {
    grid-column: 2 / 12;
}

.case-studies-loop .case-study-post-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case-studies-loop .case-study-post-wrapper>*:first-child {
    border-top: 1px solid white;
}

.case-studies-loop .case-study-post-wrapper li {
    border-bottom: 1px solid white;
    padding: 20px 0;
}

.case-studies-loop .case-study-post {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 24px;
    align-items: stretch;
}

.case-studies-loop .case-study-text {
    grid-column: span 7;
    display: flex;
    flex-direction: column;
    align-self: stretch;
}

.case-studies-loop .wp-block-post-template .case-study-text .wp-block-post-excerpt__excerpt {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.case-studies-loop .wp-block-post-template .case-study-text .read-more {
    padding-top: 5px;
    text-transform: uppercase;
    justify-items: flex-end;
    margin-top: auto;
}

.case-studies-loop .wp-block-post-template .case-study-text .title {
    font-size: 32px !important;
}

.case-studies-loop .wp-block-post-template .wp-block-post-featured-image {
    grid-column: span 3;
    overflow: hidden;
    position: relative;
}

.case-studies-loop .wp-block-post-template .wp-block-post-featured-image:hover::after {
    opacity: 0.4;
}
.case-studies-loop .wp-block-post-template .wp-block-post-featured-image:hover img {
    transform: scale(1.06);
}
.case-studies-loop .wp-block-post-featured-image::after {
    content: " ";
    position: absolute;
    inset: 0;
    background: #762CF2;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.case-studies-loop .wp-block-post-template .wp-block-post-featured-image img {
    aspect-ratio: 282 / 250;
    transform: scale(1);
    transition: transform 300ms ease;
}

@media (max-width: 768px) {
    .case-study-section {
        padding: 100px 16px !important;
    }

    .case-study-section .section-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .case-study-section .section-intro {
        grid-column: span 2;
    }

    .case-studies-loop {
        grid-column: span 2;
    }

    .case-studies-loop .case-study-post {
        grid-template-columns: repeat(2, 1fr);
    }
    .case-studies-loop .case-study-text {
        grid-column: span 1;
    }

    .case-studies-loop .wp-block-post-template .wp-block-post-featured-image {
        grid-column: span 1;
    }
}
