@charset "UTF-8";
/**
 * CCC Starter Theme - Main Stylesheet
 *
 * @package starter-theme
 */
/**
 * Variables
 *
 * CSS custom properties derived from theme.json design tokens
 */
@keyframes ccc-slow-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/**
 * Base styles
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

:root {
  --border-weight:2px;
  --heading-base-font-size:2rem;
  --transition-speed:0.3s;
  --transition-ease:cubic-bezier(0.4, 0, 0.2, 1);
  --backdrop-blur: 10px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: inherit;
  font-weight: 400;
}

h1, .h1 {
  font-size: calc(var(--heading-base-font-size) * 0.9 + 1.5vw);
}

h2, .h2 {
  font-size: calc(var(--heading-base-font-size) * 0.8 + 0.9vw);
}

h3, .h3 {
  font-size: calc(var(--heading-base-font-size) * 0.7 + 0.6vw);
}

h4, .h4 {
  font-size: calc(var(--heading-base-font-size) * 0.6 + 0.3vw);
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.has-primary-background-color {
  color: var(--wp--custom--text-on--primary);
}

.has-secondary-background-color {
  color: var(--wp--custom--text-on--secondary);
}

.has-tertiary-background-color {
  color: var(--wp--custom--text-on--tertiary);
}

.has-white-background-color {
  color: var(--wp--custom--text-on--white);
}

.has-black-background-color {
  color: var(--wp--custom--text-on--black);
}

.has-light-gray-background-color {
  color: var(--wp--custom--text-on--light-gray);
}

.has-dark-gray-background-color {
  color: var(--wp--custom--text-on--dark-gray);
}

.has-quaternary-background-color {
  color: var(--wp--custom--text-on--quaternary);
}

.has-primary-to-secondary-gradient-background,
.has-secondary-to-purple-gradient-background {
  color: var(--wp--preset--color--white);
}

.has-light-purple-gradient-background {
  color: var(--wp--preset--color--black);
}

.wp-block-separator {
  border-top: var(--border-weight) solid var(--wp--preset--color--primary) !important;
  border-bottom: none !important;
  width: 100% !important;
  opacity: 1;
}

.has-primary-background-color .wp-block-separator,
.has-secondary-background-color .wp-block-separator,
.has-black-background-color .wp-block-separator,
.has-dark-gray-background-color .wp-block-separator,
.has-primary-to-secondary-gradient-background .wp-block-separator,
.has-secondary-to-purple-gradient-background .wp-block-separator {
  border-top-color: var(--wp--preset--color--quaternary) !important;
}

.wp-block-group.is-style-pod {
  border-radius: var(--wp--custom--border-radius);
  padding: var(--wp--preset--spacing--40);
  box-shadow: var(--wp--custom--drop-shadow);
}

.wp-block-button__link.has-primary-background-color {
  background: linear-gradient(to right, var(--wp--preset--color--primary), var(--wp--preset--color--secondary), var(--wp--preset--color--primary));
  background-size: 200% 100%;
  background-position: left center;
  border-color: var(--wp--preset--color--primary);
  transition: background-position var(--transition-speed) var(--transition-ease), box-shadow var(--transition-speed) var(--transition-ease), transform var(--transition-speed) var(--transition-ease);
}
.wp-block-button__link.has-primary-background-color:hover {
  background-position: right center;
  box-shadow: 0 4px 16px rgba(134, 51, 153, 0.35);
  transform: scale(1.02);
}

@media (max-width: 782px) {
  body {
    --wp--style--root--padding-left: var(--wp--preset--spacing--20);
    --wp--style--root--padding-right: var(--wp--preset--spacing--20);
  }
}
.wp-block-image.is-style-shadow-bottom-left {
  padding-left: var(--wp--preset--spacing--50);
  padding-bottom: var(--wp--preset--spacing--50);
  background-image: url("../images/under-image-shadow.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}
.wp-block-image.is-style-shadow-bottom-left img {
  border-radius: var(--wp--custom--border-radius);
}
@media (max-width: 782px) {
  .wp-block-image.is-style-shadow-bottom-left {
    padding-left: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--30);
  }
}

.ccc-post-card {
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
  box-shadow: var(--wp--custom--drop-shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ccc-post-card:hover {
  box-shadow: var(--wp--custom--drop-shadow-large);
  transform: translateY(-2px);
}

/**
 * Eyebrow style
 *
 * Used for paragraph eyebrow style and heading eyebrow text
 */
.is-style-eyebrow {
  align-items: center;
  font-size: var(--wp--preset--font-size--xs);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.is-style-eyebrow::after {
  content: "";
  display: inline-block;
  height: 1em;
  aspect-ratio: auto;
  margin-left: var(--wp--preset--spacing--20);
  background-image: url("../images/logo-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: auto;
  aspect-ratio: 1/1;
}
.is-style-eyebrow + h1,
.is-style-eyebrow + h2,
.is-style-eyebrow + h3,
.is-style-eyebrow + h4,
.is-style-eyebrow + h5,
.is-style-eyebrow + h6,
.is-style-eyebrow + .wp-block-heading {
  margin-top: 0;
}

/**
 * Columns block enhancements
 */
@media (max-width: 782px) {
  .ccc-mobile-columns-1 > .wp-block-column {
    flex-basis: 100% !important;
  }
  .ccc-mobile-columns-2 > .wp-block-column {
    flex-basis: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
  }
  .ccc-mobile-columns-3 > .wp-block-column {
    flex-basis: calc(33.333% - var(--wp--style--block-gap, 2em) * 2 / 3) !important;
  }
}
/**
 * Horizontal scroll on mobile
 *
 * Shared class for enabling horizontal scroll on mobile devices
 * Works with custom ACF grids, core Columns, and core Grid blocks
 */
@media (max-width: 782px) {
  .ccc-horizontal-scroll-on-mobile[style*="display: grid"], .ccc-horizontal-scroll-on-mobile[style*="display:grid"], .ccc-horizontal-scroll-on-mobile.is-layout-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: var(--wp--preset--spacing--40);
    grid-template-columns: none !important;
  }
  .ccc-horizontal-scroll-on-mobile[style*="display: grid"] > *, .ccc-horizontal-scroll-on-mobile[style*="display:grid"] > *, .ccc-horizontal-scroll-on-mobile.is-layout-grid > * {
    flex: 0 0 85% !important;
    min-width: 280px;
    scroll-snap-align: start;
  }
  .ccc-horizontal-scroll-on-mobile.wp-block-columns {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .ccc-horizontal-scroll-on-mobile.wp-block-columns > .wp-block-column {
    flex: 0 0 85% !important;
    min-width: 280px;
    scroll-snap-align: start;
  }
  .ccc-horizontal-scroll-on-mobile.wp-block-group.is-layout-flex {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .ccc-horizontal-scroll-on-mobile.wp-block-group.is-layout-flex > * {
    flex: 0 0 85%;
    min-width: 280px;
    scroll-snap-align: start;
  }
  .ccc-horizontal-scroll-on-mobile::-webkit-scrollbar {
    height: 4px;
  }
  .ccc-horizontal-scroll-on-mobile::-webkit-scrollbar-track {
    background: var(--wp--preset--color--light-gray);
    border-radius: 2px;
  }
  .ccc-horizontal-scroll-on-mobile::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--dark-gray);
    border-radius: 2px;
  }
}
/**
 * Video background for Group block
 */
.ccc-has-video-background {
  position: relative;
  overflow: hidden;
}
.ccc-has-video-background .ccc-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}
.ccc-has-video-background > *:not(.ccc-video-background) {
  position: relative;
  z-index: 1;
}

/**
 * Background image opacity for Group block
 * Uses a colored overlay pseudo-element to fade the background image
 */
.ccc-has-bg-image-opacity {
  position: relative;
}
.ccc-has-bg-image-opacity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: calc(1 - var(--ccc-bg-image-opacity, 1));
  z-index: 1;
  pointer-events: none;
}
.ccc-has-bg-image-opacity > * {
  position: relative;
  z-index: 2;
}

/**
 * Background Texture overlay for Group block
 */
.ccc-has-bg-texture {
  position: relative;
  overflow: hidden;
}
.ccc-has-bg-texture .ccc-bg-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.ccc-has-bg-texture > *:not(.ccc-bg-texture) {
  position: relative;
  z-index: 1;
}
.ccc-has-bg-texture > .ccc-bg-texture + * {
  margin-block-start: 0 !important;
}

/**
 * Carousel styles
 */
.ccc-carousel-wrapper {
  position: relative;
}

.ccc-carousel {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ccc-carousel::-webkit-scrollbar {
  display: none;
}
.ccc-carousel > * {
  flex: 0 0 calc((100% - var(--wp--style--block-gap) * 2) / 3);
  scroll-snap-align: start;
}
@media (max-width: 782px) {
  .ccc-carousel > * {
    flex: 0 0 70vw;
  }
}

.ccc-carousel__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: var(--wp--preset--spacing--30);
}

.ccc-carousel__arrow {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.ccc-carousel__arrow img {
  display: block;
  width: 50px;
  height: auto;
}
.ccc-carousel__arrow:hover {
  opacity: 0.7;
}
.ccc-carousel__arrow--next {
  transform: scaleX(-1);
}
@media (max-width: 782px) {
  .ccc-carousel__arrow {
    display: none;
  }
}

.ccc-carousel__dots {
  display: flex;
  justify-content: center;
  gap: var(--wp--preset--spacing--10);
}

.ccc-carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: var(--wp--preset--color--light-gray);
  cursor: pointer;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.ccc-carousel__dot:hover {
  transform: scale(1.2);
}
.ccc-carousel__dot.is-active {
  background-color: var(--wp--preset--color--primary);
}

/**
 * Navbar styles
 */
.wp-site-blocks > main {
  margin-block-start: 0 !important;
}

header > .ccc-navbar,
header.ccc-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: var(--wp--custom--drop-shadow);
}
header > .ccc-navbar .ccc-logo-vector,
header.ccc-navbar .ccc-logo-vector {
  max-height: 50px;
  width: auto;
}
header > .ccc-navbar .ccc-logo-vector path,
header > .ccc-navbar .ccc-logo-vector polygon,
header > .ccc-navbar .ccc-logo-vector rect,
header > .ccc-navbar .ccc-logo-vector circle,
header > .ccc-navbar .ccc-logo-vector ellipse,
header.ccc-navbar .ccc-logo-vector path,
header.ccc-navbar .ccc-logo-vector polygon,
header.ccc-navbar .ccc-logo-vector rect,
header.ccc-navbar .ccc-logo-vector circle,
header.ccc-navbar .ccc-logo-vector ellipse {
  fill: currentColor;
}
header > .ccc-navbar .wp-block-navigation ul.wp-block-navigation__container,
header.ccc-navbar .wp-block-navigation ul.wp-block-navigation__container {
  gap: var(--wp--preset--spacing--30);
}
header > .ccc-navbar .wp-block-navigation__responsive-container-content,
header.ccc-navbar .wp-block-navigation__responsive-container-content {
  gap: var(--wp--preset--spacing--30);
}

/**
 * Case Study block styles
 */
.ccc-case-study-grid {
  display: grid;
  gap: var(--wp--style--block-gap);
}

.ccc-case-study {
  display: flex;
  flex-direction: column;
  border-radius: var(--wp--custom--border-radius);
  background: var(--wp--preset--color--white);
  overflow: hidden;
  box-shadow: var(--wp--custom--drop-shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ccc-case-study:hover {
  box-shadow: var(--wp--custom--drop-shadow-large);
  transform: translateY(-2px);
}
.ccc-case-study__image {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.ccc-case-study__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.ccc-case-study__image:hover img {
  transform: scale(1.05);
}
.ccc-case-study__content {
  flex: 1;
  padding: var(--wp--preset--spacing--20);
}
.ccc-case-study__title {
  font-size: var(--wp--preset--font-size--lg);
  margin: 0 0 var(--wp--preset--spacing--20) 0;
}
.ccc-case-study__client {
  color: var(--wp--preset--color--dark-gray);
  font-weight: 700;
  margin: 0 0 var(--wp--preset--spacing--20) 0;
}
.ccc-case-study__excerpt {
  color: var(--wp--preset--color--dark-gray);
  opacity: 0.8;
  font-size: var(--wp--preset--font-size--sm);
  margin: 0;
}
.ccc-case-study__button {
  margin-top: auto;
  padding: var(--wp--preset--spacing--20);
  padding-top: 0;
}

.ccc-case-study-grid.ccc-carousel {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.ccc-case-study-grid.ccc-carousel .ccc-case-study {
  flex: 0 0 350px;
  scroll-snap-align: start;
}

@media (max-width: 782px) {
  .ccc-case-study-grid:not(.ccc-carousel) {
    grid-template-columns: 1fr !important;
  }
}
/**
 * Testimonials block styles
 */
.ccc-testimonials-grid {
  display: grid;
  gap: var(--wp--style--block-gap);
}

.ccc-testimonial {
  display: flex;
  flex-direction: column;
  border-radius: var(--wp--custom--border-radius);
  background: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--20);
  box-shadow: var(--wp--custom--drop-shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ccc-testimonial:hover {
  box-shadow: var(--wp--custom--drop-shadow-large);
  transform: translateY(-2px);
}
.ccc-testimonial__stars {
  display: flex;
  gap: 2px;
  margin-bottom: var(--wp--preset--spacing--10);
}
.ccc-testimonial__stars i {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--md);
}
.ccc-testimonial__stars .ccc-testimonial__star--empty {
  opacity: 0.25;
}
.ccc-testimonial__quote {
  font-size: var(--wp--preset--font-size--md);
  font-style: italic;
  line-height: 1.6;
  color: var(--wp--preset--color--dark-gray);
  margin: 0;
}
.ccc-testimonial__quote::before {
  content: none;
}
.ccc-testimonial__byline {
  display: flex;
  align-items: center;
  gap: var(--wp--style--block-gap);
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--30);
}
.ccc-testimonial__image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.ccc-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ccc-testimonial__person {
  font-size: var(--wp--preset--font-size--sm);
}
.ccc-testimonial__name {
  color: var(--wp--preset--color--dark-gray);
  font-weight: 700;
}
.ccc-testimonial__company, .ccc-testimonial__job {
  color: var(--wp--preset--color--dark-gray);
  opacity: 0.7;
}
.ccc-testimonial__logo {
  margin-left: auto;
  flex-shrink: 0;
}
.ccc-testimonial__logo img {
  max-height: 32px;
  width: auto;
  object-fit: contain;
  opacity: 0.6;
}

.ccc-testimonials-grid.ccc-carousel {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.ccc-testimonials-grid.ccc-carousel .ccc-testimonial {
  flex: 0 0 350px;
  scroll-snap-align: start;
}

@media (max-width: 782px) {
  .ccc-testimonials-grid:not(.ccc-carousel) {
    grid-template-columns: 1fr !important;
  }
}
/**
 * Large Testimonial block styles
 */
.ccc-large-testimonial-list {
  display: grid;
  gap: var(--wp--style--block-gap);
}

.ccc-large-testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--wp--preset--spacing--40);
  align-items: center;
}
.ccc-large-testimonial.is-dark {
  color: var(--wp--preset--color--white);
}
.ccc-large-testimonial.is-dark .ccc-large-testimonial__quote {
  color: var(--wp--preset--color--white);
}
.ccc-large-testimonial.is-dark .ccc-large-testimonial__job {
  color: var(--wp--preset--color--light-gray);
}
.ccc-large-testimonial.is-dark .ccc-large-testimonial__divider {
  background-color: var(--wp--preset--color--white);
}
.ccc-large-testimonial.is-dark .ccc-large-testimonial__stars i {
  color: var(--wp--preset--color--tertiary);
}
.ccc-large-testimonial.is-dark .ccc-large-testimonial__logo img {
  filter: brightness(0) invert(1);
}
.ccc-large-testimonial.is-light {
  color: var(--wp--preset--color--black);
}
.ccc-large-testimonial.is-light .ccc-large-testimonial__quote {
  color: var(--wp--preset--color--black);
}
.ccc-large-testimonial.is-light .ccc-large-testimonial__job {
  color: var(--wp--preset--color--dark-gray);
}
.ccc-large-testimonial.is-light .ccc-large-testimonial__divider {
  background-color: var(--wp--preset--color--black);
}
.ccc-large-testimonial.is-light .ccc-large-testimonial__stars i {
  color: var(--wp--preset--color--secondary);
}
.ccc-large-testimonial__media {
  width: 100%;
}
.ccc-large-testimonial__image {
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
  aspect-ratio: 16/9;
}
.ccc-large-testimonial__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ccc-large-testimonial__video {
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
}
.ccc-large-testimonial__video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}
.ccc-large-testimonial__content {
  display: flex;
  flex-direction: column;
}
.ccc-large-testimonial__stars {
  display: flex;
  gap: 2px;
  margin-bottom: var(--wp--preset--spacing--20);
}
.ccc-large-testimonial__stars i {
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--md);
}
.ccc-large-testimonial__star--empty {
  opacity: 0.25;
}
.ccc-large-testimonial__quote {
  font-style: italic;
  line-height: 1.6;
  margin: 0 0 var(--wp--preset--spacing--30) 0;
  padding: 0;
  border: none;
}
.ccc-large-testimonial__attribution {
  display: flex;
  align-items: center;
  gap: var(--wp--style--block-gap);
}
.ccc-large-testimonial__person {
  flex-shrink: 0;
}
.ccc-large-testimonial__name {
  font-weight: 700;
}
.ccc-large-testimonial__job {
  font-size: var(--wp--preset--font-size--sm);
}
.ccc-large-testimonial__divider {
  width: var(--border-weight);
  align-self: stretch;
  flex-shrink: 0;
}
.ccc-large-testimonial__logo {
  flex-shrink: 0;
}
.ccc-large-testimonial__logo img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 782px) {
  .ccc-large-testimonial {
    grid-template-columns: 1fr;
  }
}

.ccc-large-testimonial-list.ccc-carousel .ccc-large-testimonial {
  flex: 0 0 100%;
}

/**
 * Icon Pods block styles
 */
:root {
  --icon-pod-icon-size: 56px;
  --icon-pod-icon-radius: 12px;
}

.ccc-icon-pods {
  display: grid;
  gap: var(--wp--style--block-gap);
}

.ccc-icon-pod {
  position: relative;
  overflow: hidden;
  padding: var(--wp--preset--spacing--30);
  border-radius: var(--wp--custom--border-radius);
  border: var(--border-weight) solid var(--wp--preset--color--light-gray);
  background: var(--wp--preset--color--white);
  box-shadow: var(--wp--custom--drop-shadow);
}
.ccc-icon-pod::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg-logo-top-right.png");
  background-position: top right;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.4;
}
.ccc-icon-pod__icon {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-pod-icon-size);
  height: var(--icon-pod-icon-size);
  border-radius: var(--icon-pod-icon-radius);
  background: var(--wp--preset--color--tertiary);
  margin-bottom: var(--wp--preset--spacing--20);
}
.ccc-icon-pod__icon i {
  font-size: 1.5rem;
  color: var(--wp--preset--color--primary);
}
.ccc-icon-pod__content {
  position: relative;
  z-index: 1;
}
.ccc-icon-pod__header {
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 500;
  margin: 0 0 var(--wp--preset--spacing--10) 0;
}
.ccc-icon-pod__description {
  color: var(--wp--preset--color--dark-gray);
  margin: 0 0 var(--wp--preset--spacing--30) 0;
}
.ccc-icon-pod__description:last-child {
  margin-bottom: 0;
}
.ccc-icon-pod--horizontal {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--20);
}
.ccc-icon-pod--horizontal .ccc-icon-pod__icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
.ccc-icon-pod--horizontal .ccc-icon-pod__content {
  flex: 1;
}

@media (max-width: 782px) {
  .ccc-icon-pods:not(.ccc-horizontal-scroll-on-mobile) {
    grid-template-columns: 1fr !important;
  }
  .ccc-icon-pods.ccc-horizontal-scroll-on-mobile {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: var(--wp--preset--spacing--40);
  }
  .ccc-icon-pods.ccc-horizontal-scroll-on-mobile > .ccc-icon-pod {
    flex: 0 0 85%;
    min-width: 280px;
    scroll-snap-align: start;
  }
  .ccc-icon-pods.ccc-horizontal-scroll-on-mobile::-webkit-scrollbar {
    height: 4px;
  }
  .ccc-icon-pods.ccc-horizontal-scroll-on-mobile::-webkit-scrollbar-track {
    background: var(--wp--preset--color--light-gray);
    border-radius: 2px;
  }
  .ccc-icon-pods.ccc-horizontal-scroll-on-mobile::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--dark-gray);
    border-radius: 2px;
  }
}
/**
 * Stats/Counters block styles
 */
.ccc-stats-counters {
  display: grid;
  gap: var(--wp--style--block-gap);
}

.ccc-stat {
  border-radius: var(--wp--custom--border-radius);
  padding: var(--wp--preset--spacing--20);
  text-align: center;
  box-shadow: var(--wp--custom--drop-shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ccc-stat:hover {
  box-shadow: var(--wp--custom--drop-shadow-large);
  transform: translateY(-2px);
}
.ccc-stat__value {
  font-size: var(--wp--preset--font-size--xxxl);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
  line-height: 1;
}
.ccc-stat__label {
  font-size: var(--wp--preset--font-size--md);
  color: var(--wp--preset--color--dark-gray);
  margin-top: var(--wp--preset--spacing--10);
}

@media (max-width: 782px) {
  .ccc-stats-counters {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  .ccc-stats-counters {
    grid-template-columns: 1fr !important;
  }
}
/**
 * Pricing Table block styles
 */
.ccc-pricing-table {
  display: grid;
  gap: var(--wp--style--block-gap);
}

.ccc-pricing-plan {
  display: flex;
  flex-direction: column;
  border-radius: var(--wp--custom--border-radius);
  background: var(--wp--preset--color--white);
  overflow: hidden;
  box-shadow: var(--wp--custom--drop-shadow);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ccc-pricing-plan:hover {
  box-shadow: var(--wp--custom--drop-shadow-large);
  transform: translateY(-2px);
}
.ccc-pricing-plan__header {
  padding: var(--wp--preset--spacing--20);
  text-align: center;
}
.ccc-pricing-plan__title {
  font-size: var(--wp--preset--font-size--lg);
  margin: 0 0 var(--wp--preset--spacing--20) 0;
  color: inherit;
}
.ccc-pricing-plan__price {
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: 700;
}
.ccc-pricing-plan__body {
  flex: 1;
  padding: var(--wp--preset--spacing--20);
}
.ccc-pricing-plan__body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ccc-pricing-plan__body ul li {
  padding: var(--wp--preset--spacing--20) 0;
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.ccc-pricing-plan__body ul li:last-child {
  border-bottom: none;
}
.ccc-pricing-plan__body ul li::before {
  content: "✓";
  color: var(--wp--preset--color--tertiary);
  margin-right: var(--wp--preset--spacing--20);
  font-weight: bold;
}
.ccc-pricing-plan__footer {
  margin-top: auto;
  padding: 0 var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
}
.ccc-pricing-plan__footer .wp-block-button {
  width: 100%;
}
.ccc-pricing-plan__footer .wp-block-button__link {
  width: 100%;
  display: block;
  text-align: center;
}

@media (max-width: 782px) {
  .ccc-pricing-table {
    grid-template-columns: 1fr !important;
  }
}
/**
 * Stackable block styles
 *
 * Creates a sticky scrolling effect where sections stack on top of each other
 */
.ccc-stackable {
  position: relative;
}
.ccc-stackable > .wp-block-group {
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccc-stackable > .wp-block-group:nth-child(1) {
  z-index: 1;
}
.ccc-stackable > .wp-block-group:nth-child(2) {
  z-index: 2;
}
.ccc-stackable > .wp-block-group:nth-child(3) {
  z-index: 3;
}
.ccc-stackable > .wp-block-group:nth-child(4) {
  z-index: 4;
}
.ccc-stackable > .wp-block-group:nth-child(5) {
  z-index: 5;
}
.ccc-stackable > .wp-block-group:nth-child(6) {
  z-index: 6;
}
.ccc-stackable > .wp-block-group:nth-child(7) {
  z-index: 7;
}
.ccc-stackable > .wp-block-group:nth-child(8) {
  z-index: 8;
}
.ccc-stackable > .wp-block-group:nth-child(9) {
  z-index: 9;
}
.ccc-stackable > .wp-block-group:nth-child(10) {
  z-index: 10;
}

.editor-styles-wrapper .ccc-stackable > .wp-block-group {
  position: relative;
  min-height: 50vh;
}

/**
 * Floating Image block styles
 */
.ccc-floating-image {
  position: relative;
}
.ccc-floating-image img {
  position: absolute;
  display: block;
}
.ccc-floating-image--vertical-top img {
  top: 0;
}
.ccc-floating-image--vertical-bottom img {
  bottom: 0;
}
.ccc-floating-image--alignment-left img {
  left: 0;
}
.ccc-floating-image--alignment-center img {
  left: 50%;
  transform: translateX(-50%);
}
.ccc-floating-image--alignment-right img {
  right: 0;
}
.ccc-floating-image--depth-above {
  z-index: 9;
}
.ccc-floating-image--depth-below {
  z-index: 0;
}

/**
 * Image with Stats block styles
 */
.ccc-image-with-stats {
  position: relative;
  margin-left: var(--wp--preset--spacing--50);
  margin-right: var(--wp--preset--spacing--50);
}
.ccc-image-with-stats__figure {
  margin: 0;
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
}
.ccc-image-with-stats__figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--wp--custom--border-radius);
}
.ccc-image-with-stats__stat {
  position: absolute;
  max-width: 14rem;
  padding: var(--wp--preset--spacing--20);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
  border: var(--border-weight) solid var(--wp--preset--color--tertiary);
  border-radius: var(--wp--custom--border-radius);
  box-shadow: var(--wp--custom--drop-shadow);
  z-index: 1;
}
.ccc-image-with-stats__stat--1 {
  top: 20%;
  right: calc(-1 * var(--wp--preset--spacing--50));
}
.ccc-image-with-stats__stat--2 {
  bottom: 10%;
  left: calc(-1 * var(--wp--preset--spacing--50));
}
.ccc-image-with-stats__stat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--10);
  margin-bottom: var(--wp--preset--spacing--10);
}
.ccc-image-with-stats__stat-header .ccc-icon-pod__icon {
  flex-shrink: 0;
  margin-bottom: 0;
}
.ccc-image-with-stats__stat-number {
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  color: var(--wp--preset--color--primary);
}
.ccc-image-with-stats__stat-title {
  font-size: var(--wp--preset--font-size--md);
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  color: var(--wp--preset--color--primary);
}
.ccc-image-with-stats__stat-divider {
  border: none;
  border-top: var(--border-weight) solid var(--wp--preset--color--tertiary);
  margin: var(--wp--preset--spacing--10) 0;
}
.ccc-image-with-stats__stat-description {
  font-size: var(--wp--preset--font-size--xs);
  color: var(--wp--preset--color--dark-gray);
  line-height: 1.4;
  margin: 0;
}

@media (max-width: 782px) {
  .ccc-image-with-stats {
    margin-left: 0;
    margin-right: 0;
  }
  .ccc-image-with-stats__stat {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-width: none;
    margin-top: var(--wp--preset--spacing--10);
  }
  .ccc-image-with-stats__stat--1, .ccc-image-with-stats__stat--2 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
}
/**
 * Stat Cards block styles
 */
.ccc-stat-cards {
  display: grid;
  grid-template-columns: repeat(var(--stat-cards-columns-desktop, 4), 1fr);
  gap: var(--wp--style--block-gap);
}
.ccc-stat-cards__card {
  display: flex;
  flex-direction: column;
  padding: var(--wp--preset--spacing--30);
  border-radius: var(--wp--custom--border-radius);
}
.ccc-stat-cards__stat {
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 var(--wp--preset--spacing--10) 0;
}
.ccc-stat-cards__title {
  font-size: var(--wp--preset--font-size--md);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 var(--wp--preset--spacing--10) 0;
}
.ccc-stat-cards__description {
  font-size: var(--wp--preset--font-size--xs);
  line-height: 1.4;
  margin: 0;
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--10);
}
.ccc-stat-cards__sources {
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--10);
}
.ccc-stat-cards__sources p {
  font-size: var(--wp--preset--font-size--xs);
  line-height: 1.4;
  margin: 0;
}
.ccc-stat-cards__sources a {
  color: inherit;
}
.ccc-stat-cards__description + .ccc-stat-cards__sources {
  margin-top: 0;
}
.ccc-stat-cards--single-col .ccc-stat-cards__card {
  border-left: var(--border-weight) solid var(--stat-cards-border-color);
}

@media (max-width: 782px) {
  .ccc-stat-cards {
    grid-template-columns: repeat(var(--stat-cards-columns-mobile, 2), 1fr);
  }
}
/**
 * Featured Media block styles
 */
.ccc-featured-media {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.ccc-featured-media img {
  display: block;
  width: 100%;
  height: auto;
}
.ccc-featured-media__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border: none;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  color: var(--wp--custom--text-on--primary);
  cursor: pointer;
  transition: transform var(--transition-speed) var(--transition-ease), box-shadow var(--transition-speed) var(--transition-ease);
}
.ccc-featured-media__play svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}
.ccc-featured-media__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: var(--wp--custom--drop-shadow-large);
}
.ccc-featured-media--has-video {
  cursor: pointer;
}
.ccc-featured-media--has-video img {
  transition: filter var(--transition-speed) var(--transition-ease);
}
.ccc-featured-media--has-video:hover img {
  filter: brightness(0.85);
}
.ccc-featured-media__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-speed) var(--transition-ease), visibility var(--transition-speed) var(--transition-ease);
}
.ccc-featured-media__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.ccc-featured-media__modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.ccc-featured-media__modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  z-index: 1;
}
.ccc-featured-media__modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  transition: background var(--transition-speed) var(--transition-ease);
}
.ccc-featured-media__modal-close svg {
  width: 24px;
  height: 24px;
}
.ccc-featured-media__modal-close:hover {
  background: rgba(255, 255, 255, 0.4);
}
.ccc-featured-media__modal-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
}
.ccc-featured-media__modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 782px) {
  .ccc-featured-media__play {
    width: 56px;
    height: 56px;
  }
  .ccc-featured-media__play svg {
    width: 22px;
    height: 22px;
  }
  .ccc-featured-media__modal-close {
    top: -44px;
  }
}
/**
 * Post Template - Cards style
 */
.wp-block-post-template.is-style-cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--wp--style--block-gap);
}
.wp-block-post-template.is-style-cards > .wp-block-post {
  border-radius: var(--wp--custom--border-radius);
  border: var(--border-weight) solid var(--wp--preset--color--tertiary);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--10);
  margin-block-start: 0;
  background: var(--wp--preset--color--quaternary);
  box-shadow: var(--wp--custom--drop-shadow);
}
.wp-block-post-template.is-style-cards > .wp-block-post > * {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-post-template.is-style-cards > .wp-block-post > *:not(.ccc-featured-media) {
  padding-left: var(--wp--preset--spacing--20);
  padding-right: var(--wp--preset--spacing--20);
}
.wp-block-post-template.is-style-cards > .wp-block-post > *:last-child {
  padding-bottom: var(--wp--preset--spacing--20);
}
.wp-block-post-template.is-style-cards > .wp-block-post .ccc-featured-media {
  aspect-ratio: 16/9;
  border-radius: 0;
}
.wp-block-post-template.is-style-cards > .wp-block-post .ccc-featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.wp-block-post-template.is-style-cards > .wp-block-post .taxonomy-category {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--xs);
  letter-spacing: 0.05em;
}
.wp-block-post-template.is-style-cards > .wp-block-post .taxonomy-category a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.wp-block-post-template.is-style-cards > .wp-block-post .wp-block-post-title {
  font-size: var(--wp--preset--font-size--lg);
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-post-template.is-style-cards > .wp-block-post .wp-block-post-excerpt {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.wp-block-post-template.is-style-cards > .wp-block-post .wp-block-post-excerpt__excerpt {
  font-size: var(--wp--preset--font-size--sm);
  margin: 0;
}
.wp-block-post-template.is-style-cards > .wp-block-post .wp-block-post-excerpt__more-text {
  margin: auto 0 0 0;
  padding-top: var(--wp--preset--spacing--40);
}
.wp-block-post-template.is-style-cards > .wp-block-post .wp-block-post-excerpt__more-link {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
.wp-block-post-template.is-style-cards > .wp-block-post .wp-block-post-excerpt__more-link::after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  padding-left: var(--wp--preset--spacing--10);
}

@media (max-width: 1024px) {
  .wp-block-post-template.is-style-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 782px) {
  .wp-block-post-template.is-style-cards {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .wp-block-post-template.is-style-cards > .wp-block-post {
    flex: 0 0 85%;
    min-width: 280px;
    scroll-snap-align: start;
  }
  .wp-block-post-template.is-style-cards::-webkit-scrollbar {
    height: 4px;
  }
  .wp-block-post-template.is-style-cards::-webkit-scrollbar-track {
    background: var(--wp--preset--color--light-gray);
    border-radius: 2px;
  }
  .wp-block-post-template.is-style-cards::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--dark-gray);
    border-radius: 2px;
  }
}
/**
 * Team Members Block
 */
.ccc-team-members-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--wp--style--block-gap, var(--wp--preset--spacing--20));
}
@media (max-width: 1024px) {
  .ccc-team-members-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 782px) {
  .ccc-team-members-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ccc-team-member-card {
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
  padding: var(--wp--preset--spacing--10);
  background: color-mix(in srgb, var(--wp--preset--color--white) 80%, transparent);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.ccc-team-member-card__image {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: var(--wp--custom--border-radius);
}
.ccc-team-member-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.ccc-team-member-card__content {
  padding-top: var(--wp--preset--spacing--10);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ccc-team-member-card__name {
  margin: 0;
}
.ccc-team-member-card__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--xs);
  color: var(--wp--preset--color--primary);
}

/**
 * Product Grid Block
 *
 * Extends the is-style-cards base styles.
 * The only override needed is the square featured image.
 */
.ccc-product-grid {
  padding-left: 0;
}

.wp-block-post-template.is-style-cards.ccc-product-grid {
  grid-template-columns: repeat(var(--product-grid-columns, 3), 1fr);
}

.ccc-product-grid__image {
  aspect-ratio: 1/1 !important;
}
.ccc-product-grid__image img {
  object-fit: contain !important;
  background: var(--wp--preset--color--white);
}

.wp-block-post-template.is-style-cards.ccc-product-grid.ccc-carousel {
  display: flex !important;
}
.wp-block-post-template.is-style-cards.ccc-product-grid.ccc-carousel > .wp-block-post {
  flex: 0 0 calc((100% - var(--wp--style--block-gap) * (var(--product-grid-columns, 3) - 1)) / var(--product-grid-columns, 3));
}

@media (max-width: 782px) {
  .wp-block-post-template.is-style-cards.ccc-product-grid.ccc-carousel > .wp-block-post {
    flex: 0 0 70vw;
    min-width: 0;
  }
}
/**
 * Product List Block
 *
 * Two-column layout: sticky filter sidebar + product rows.
 * On mobile the sidebar collapses to a sticky dropdown trigger.
 */
.ccc-product-list {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: var(--wp--preset--spacing--60);
  align-items: start;
}
@media (max-width: 782px) {
  .ccc-product-list {
    display: block;
  }
}
.ccc-product-list__mobile-trigger {
  display: none;
}
@media (max-width: 782px) {
  .ccc-product-list__mobile-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--wp--preset--spacing--20);
    width: 100%;
    padding: var(--wp--preset--spacing--30);
    background: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--light-gray);
    border-radius: var(--wp--custom--border-radius);
    cursor: pointer;
    font: inherit;
    font-weight: 600;
    text-align: left;
    color: inherit;
    position: sticky;
    top: var(--ccc-navbar-height, 0px);
    z-index: 10;
    margin-bottom: var(--wp--preset--spacing--30);
  }
}
.ccc-product-list__mobile-trigger-icon {
  transition: transform 0.2s ease;
}
.ccc-product-list__mobile-trigger[aria-expanded=true] .ccc-product-list__mobile-trigger-icon {
  transform: rotate(180deg);
}
.ccc-product-list__filter {
  position: sticky;
  top: calc(var(--ccc-navbar-height, 0px) + var(--wp--preset--spacing--40));
  max-height: calc(100vh - var(--ccc-navbar-height, 0px) - var(--wp--preset--spacing--40));
  overflow-y: auto;
}
@media (max-width: 782px) {
  .ccc-product-list__filter {
    position: static;
    max-height: none;
    overflow: visible;
    display: none;
    padding: var(--wp--preset--spacing--30);
    background: var(--wp--preset--color--white);
    border: 1px solid var(--wp--preset--color--light-gray);
    border-radius: var(--wp--custom--border-radius);
    margin-bottom: var(--wp--preset--spacing--40);
  }
  .ccc-product-list__filter.is-open {
    display: block;
  }
}
.ccc-product-list__filter-title {
  margin: 0 0 var(--wp--preset--spacing--30);
  font-size: var(--wp--preset--font-size--md);
}
.ccc-product-list__filter-tree, .ccc-product-list__filter-children {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ccc-product-list__filter-children {
  padding-left: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--10);
}
.ccc-product-list__filter-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--20);
  width: 100%;
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  background: transparent;
  border: 0;
  border-radius: var(--wp--custom--border-radius);
  cursor: pointer;
  font: inherit;
  text-align: left;
  color: inherit;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ccc-product-list__filter-btn:hover {
  background: var(--wp--preset--color--light-gray);
}
.ccc-product-list__filter-btn.is-active {
  background: var(--wp--preset--color--primary);
  color: var(--wp--custom--text-on--primary);
}
.ccc-product-list__filter-count {
  opacity: 0.7;
  font-size: 0.85em;
}
.ccc-product-list__rows {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ccc-product-list__row {
  display: grid;
  grid-template-columns: 96px 1fr auto;
  gap: var(--wp--preset--spacing--40);
  align-items: center;
  padding: var(--wp--preset--spacing--20) 0;
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
}
.ccc-product-list__row:first-child {
  border-top: 1px solid var(--wp--preset--color--light-gray);
}
.ccc-product-list__row[hidden] {
  display: none;
}
@media (max-width: 782px) {
  .ccc-product-list__row {
    grid-template-columns: 64px 1fr;
    gap: var(--wp--preset--spacing--30);
  }
}
.ccc-product-list__image {
  display: block;
  aspect-ratio: 1/1;
  background: var(--wp--preset--color--white);
  overflow: hidden;
}
.ccc-product-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ccc-product-list__body {
  min-width: 0;
}
.ccc-product-list__title {
  margin: 0;
  font-weight: 700;
}
.ccc-product-list__title a {
  color: inherit;
  text-decoration: none;
}
.ccc-product-list__title a:hover {
  text-decoration: underline;
}
.ccc-product-list__type {
  margin: var(--wp--preset--spacing--10) 0 0;
  font-size: var(--wp--preset--font-size--sm);
  font-style: italic;
  color: var(--wp--preset--color--dark-gray);
}
.ccc-product-list__link {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.ccc-product-list__link:hover {
  text-decoration: underline;
}
@media (max-width: 782px) {
  .ccc-product-list__link {
    grid-column: 2/-1;
    justify-self: start;
    margin-top: var(--wp--preset--spacing--10);
  }
}
.ccc-product-list__empty {
  padding: var(--wp--preset--spacing--60) 0;
  text-align: center;
  color: var(--wp--preset--color--dark-gray);
}

/**
 * Product Gallery Block Style
 *
 * Applied to a core/gallery block with the "is-style-product-gallery"
 * style. JS (assets/js/product-gallery.js) wraps the gallery's child
 * figures into a __main hero area + __thumbs strip and provides a
 * custom lightbox so we don't fight the core Interactivity API
 * lightbox.
 */
.wp-block-gallery.is-style-product-gallery {
  display: flex !important;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
  margin: 0;
}

.ccc-product-gallery__main {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
  background: var(--wp--preset--color--quaternary);
  cursor: zoom-in;
}
.ccc-product-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform var(--transition-speed) var(--transition-ease);
}
.ccc-product-gallery__main:hover img {
  transform: scale(1.02);
}

.ccc-product-gallery__thumbs {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--wp--preset--spacing--10);
}
.ccc-product-gallery__thumbs > .wp-block-image {
  width: auto !important;
  flex: none !important;
  margin: 0;
  aspect-ratio: 1/1;
  border-radius: calc(var(--wp--custom--border-radius) * 0.6);
  overflow: hidden;
  cursor: pointer;
  opacity: 0.65;
  outline: 2px solid transparent;
  outline-offset: -2px;
  background: var(--wp--preset--color--quaternary);
  transition: opacity var(--transition-speed) var(--transition-ease), outline-color var(--transition-speed) var(--transition-ease);
}
.ccc-product-gallery__thumbs > .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ccc-product-gallery__thumbs > .wp-block-image button {
  all: unset;
  display: block;
  width: 100%;
  height: 100%;
}
.ccc-product-gallery__thumbs > .wp-block-image:hover, .ccc-product-gallery__thumbs > .wp-block-image:focus-visible {
  opacity: 1;
}
.ccc-product-gallery__thumbs > .wp-block-image.is-active {
  opacity: 1;
  outline-color: var(--wp--preset--color--primary);
  cursor: default;
}

.ccc-product-gallery__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-speed) var(--transition-ease), visibility var(--transition-speed) var(--transition-ease);
}
.ccc-product-gallery__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.ccc-product-gallery__modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.ccc-product-gallery__modal-content {
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccc-product-gallery__modal-image {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: var(--wp--custom--border-radius);
}
.ccc-product-gallery__modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  transition: background var(--transition-speed) var(--transition-ease);
}
.ccc-product-gallery__modal-close svg {
  width: 24px;
  height: 24px;
}
.ccc-product-gallery__modal-close:hover {
  background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 782px) {
  .ccc-product-gallery__thumbs {
    grid-template-columns: repeat(4, 1fr);
  }
  .ccc-product-gallery__modal-close {
    top: -44px;
  }
}
/**
 * Video Card Block
 *
 * Mirrors the .wp-block-post-template.is-style-cards > .wp-block-post chrome
 * (used by Product Card / Product Grid) so a standalone Video Card looks
 * like a card without needing to live in a post template.
 */
.ccc-video-card {
  border-radius: var(--wp--custom--border-radius);
  border: var(--border-weight) solid var(--wp--preset--color--tertiary);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--10);
  background: var(--wp--preset--color--quaternary);
  box-shadow: var(--wp--custom--drop-shadow);
  margin: 0;
}
.ccc-video-card > * {
  margin-top: 0;
  margin-bottom: 0;
}
.ccc-video-card > *:not(.ccc-video-card__figure):not(.ccc-video-card__modal) {
  padding-left: var(--wp--preset--spacing--20);
  padding-right: var(--wp--preset--spacing--20);
}
.ccc-video-card > .ccc-video-card__description,
.ccc-video-card > .ccc-video-card__title:last-of-type {
  padding-bottom: var(--wp--preset--spacing--20);
}
.ccc-video-card__figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: pointer;
  background: var(--wp--preset--color--background);
}
.ccc-video-card__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition-speed) var(--transition-ease), filter var(--transition-speed) var(--transition-ease);
}
.ccc-video-card__figure:hover img, .ccc-video-card__figure:focus-visible img {
  transform: scale(1.03);
  filter: brightness(0.85);
}
.ccc-video-card__figure:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: -2px;
}
.ccc-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--wp--preset--color--primary);
  color: var(--wp--custom--text-on--primary);
  pointer-events: none;
  transition: transform var(--transition-speed) var(--transition-ease), box-shadow var(--transition-speed) var(--transition-ease);
}
.ccc-video-card__play svg {
  width: 28px;
  height: 28px;
  margin-left: 3px;
}
.ccc-video-card__figure:hover .ccc-video-card__play, .ccc-video-card__figure:focus-visible .ccc-video-card__play {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: var(--wp--custom--drop-shadow-large);
}
.ccc-video-card__title.wp-block-post-title {
  font-size: var(--wp--preset--font-size--lg);
  margin: 0;
}
.ccc-video-card__title-button {
  display: inline;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-align: inherit;
  cursor: pointer;
}
.ccc-video-card__title-button:hover, .ccc-video-card__title-button:focus-visible {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
}
.ccc-video-card__description .wp-block-post-excerpt__excerpt {
  font-size: var(--wp--preset--font-size--sm);
  margin: 0;
}
.ccc-video-card__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition-speed) var(--transition-ease), visibility var(--transition-speed) var(--transition-ease);
}
.ccc-video-card__modal.is-active {
  opacity: 1;
  visibility: visible;
}
.ccc-video-card__modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(var(--backdrop-blur));
  -webkit-backdrop-filter: blur(var(--backdrop-blur));
}
.ccc-video-card__modal-content {
  position: relative;
  width: 90%;
  max-width: 960px;
  z-index: 1;
}
.ccc-video-card__modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  cursor: pointer;
  transition: background var(--transition-speed) var(--transition-ease);
}
.ccc-video-card__modal-close svg {
  width: 24px;
  height: 24px;
}
.ccc-video-card__modal-close:hover {
  background: rgba(255, 255, 255, 0.4);
}
.ccc-video-card__modal-video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
}
.ccc-video-card__modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 782px) {
  .ccc-video-card__play {
    width: 56px;
    height: 56px;
  }
  .ccc-video-card__play svg {
    width: 22px;
    height: 22px;
  }
  .ccc-video-card__modal-close {
    top: -44px;
  }
}
/**
 * Bolded List Block
 *
 * Title + description pairs separated by a thin divider.
 */
.ccc-bolded-list__item {
  padding-bottom: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.ccc-bolded-list__item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.ccc-bolded-list__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--lg);
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
.ccc-bolded-list__description {
  margin: 0;
}

/**
 * Social Media Links block styles
 */
.ccc-social-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--20);
  align-items: center;
}
.ccc-social-media-links__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
  font-size: 1.25rem;
  transition: opacity var(--transition-speed) var(--transition-ease);
}
.ccc-social-media-links__link:hover {
  opacity: 0.7;
}

/**
 * Feature Comparison block styles
 */
.ccc-feature-comparison {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  border-radius: var(--wp--custom--border-radius);
  box-shadow: var(--wp--custom--drop-shadow);
}
.ccc-feature-comparison::-webkit-scrollbar {
  height: 4px;
}
.ccc-feature-comparison::-webkit-scrollbar-track {
  background: var(--wp--preset--color--light-gray);
  border-radius: 2px;
}
.ccc-feature-comparison::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--dark-gray);
  border-radius: 2px;
}
.ccc-feature-comparison__table {
  display: grid;
  grid-template-columns: minmax(180px, 1.5fr) repeat(calc(var(--fc-col-count) - 1), minmax(120px, 1fr));
  min-width: 100%;
}
.ccc-feature-comparison__row {
  display: contents;
}
.ccc-feature-comparison__row--even .ccc-feature-comparison__cell {
  background-color: rgba(0, 0, 0, 0.02);
}
.ccc-feature-comparison__row--even .ccc-feature-comparison__cell--feature {
  background-color: var(--wp--preset--color--white);
}
.ccc-feature-comparison__row--even .ccc-feature-comparison__cell--primary-col {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 8%, transparent);
}
.ccc-feature-comparison__row--header .ccc-feature-comparison__cell {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--sm);
  text-transform: uppercase;
}
.ccc-feature-comparison__row:last-child .ccc-feature-comparison__cell {
  border-bottom: none;
}
.ccc-feature-comparison__cell {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  border-bottom: var(--border-weight) solid var(--wp--preset--color--light-gray);
  display: flex;
  align-items: center;
}
.ccc-feature-comparison__cell--feature {
  font-weight: 500;
  background-color: var(--wp--preset--color--white);
}
.ccc-feature-comparison__cell--brand {
  justify-content: center;
  text-align: center;
}
.ccc-feature-comparison__cell--header {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
  border-bottom: none;
}
.ccc-feature-comparison__cell--primary {
  border-radius: 0;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--custom--text-on--primary);
}
.ccc-feature-comparison__cell--header:not(.ccc-feature-comparison__cell--primary) {
  background-color: var(--wp--preset--color--light-gray);
  color: var(--wp--preset--color--black);
}
.ccc-feature-comparison__cell--primary-col {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary) 5%, transparent);
}

.ccc-fc-status--yes {
  color: var(--wp--preset--color--primary);
}
.ccc-fc-status--yes i {
  font-size: var(--wp--preset--font-size--lg);
}
.ccc-fc-status--no {
  color: var(--wp--preset--color--dark-gray);
  opacity: 0.4;
}
.ccc-fc-status--no i {
  font-size: var(--wp--preset--font-size--lg);
}
.ccc-fc-status--partial {
  color: var(--wp--preset--color--dark-gray);
}
.ccc-fc-status--partial i {
  font-size: var(--wp--preset--font-size--lg);
}

@media (max-width: 782px) {
  .wp-block-group:has(> .ccc-feature-comparison) {
    overflow: hidden;
  }
  .ccc-feature-comparison {
    overflow-x: auto;
  }
  .ccc-feature-comparison__table {
    grid-template-columns: minmax(140px, 160px) repeat(calc(var(--fc-col-count) - 1), minmax(100px, 1fr));
    min-width: 600px;
  }
  .ccc-feature-comparison__cell--feature {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: var(--wp--preset--color--white);
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.05);
  }
  .ccc-feature-comparison__row--header .ccc-feature-comparison__cell--feature {
    z-index: 3;
  }
  .ccc-feature-comparison__cell {
    padding: var(--wp--preset--spacing--10) var(--wp--preset--spacing--20);
  }
}
@media (min-width: 782px) and (max-width: 1024px) {
  .ccc-feature-comparison__cell {
    padding: var(--wp--preset--spacing--20);
  }
}
/**
 * CTA pattern styles
 */
.ccc-cta.alignfull {
  border-radius: 0;
}
.ccc-cta--thin {
  padding-top: var(--wp--preset--spacing--20);
  padding-bottom: var(--wp--preset--spacing--20);
}
.ccc-cta--medium {
  padding: var(--wp--preset--spacing--30);
}

/**
 * Thin CTA pattern styles
 */
.ccc-cta--thin {
  border-radius: var(--wp--custom--border-radius);
  box-shadow: var(--wp--custom--drop-shadow);
}
@media (max-width: 782px) {
  .ccc-cta--thin {
    flex-direction: column !important;
    text-align: center;
    gap: var(--wp--preset--spacing--40);
  }
  .ccc-cta--thin .wp-block-buttons {
    justify-content: center;
  }
}

/**
 * Hero block styles
 */
.ccc-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ccc-hero--narrow {
  padding-top: calc(var(--ccc-navbar-height, 0px) + var(--wp--preset--spacing--30));
  padding-bottom: var(--wp--preset--spacing--30);
}
.ccc-hero--tall {
  padding-top: calc(var(--ccc-navbar-height, 0px) + var(--wp--preset--spacing--100));
  padding-bottom: var(--wp--preset--spacing--30);
}
.ccc-hero--full {
  min-height: 100vh;
  padding-top: var(--ccc-navbar-height, 0px);
  padding-bottom: var(--wp--preset--spacing--30);
}
.ccc-hero__media {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  max-width: none;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.ccc-hero__image {
  background-size: cover;
  background-repeat: no-repeat;
}
.ccc-hero__video-wrapper {
  overflow: hidden;
}
.ccc-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ccc-hero--has-video {
  cursor: url("../images/play.png"), pointer;
}
.ccc-hero--has-video .ccc-hero__content {
  cursor: default;
}
.ccc-hero--has-video::after {
  content: "";
  position: absolute;
  bottom: var(--wp--preset--spacing--30);
  right: var(--wp--preset--spacing--30);
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  z-index: 10;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.ccc-hero--has-video:hover::after {
  background-color: var(--wp--preset--color--primary);
  transform: scale(1.1);
}
.ccc-hero--has-video.is-playing::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
}
.ccc-hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.1;
  transform: translate(-30%, 30%);
}
.ccc-hero__overlay img {
  height: 100%;
  width: auto;
  animation: ccc-hero-overlay-spin 60s linear infinite;
}
.ccc-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--wp--style--global--content-size, 1200px);
  margin: 0 auto;
}
.ccc-hero__content .acf-innerblocks-container > .wp-block-group {
  max-width: 900px;
}
.ccc-hero--h-left .ccc-hero__content {
  margin-left: 0;
  margin-right: auto;
}
.ccc-hero--h-left .ccc-hero__content .acf-innerblocks-container > .wp-block-group {
  margin-left: 0;
  margin-right: auto;
}
.ccc-hero--h-center .ccc-hero__content {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.ccc-hero--h-center .ccc-hero__content .acf-innerblocks-container > .wp-block-group {
  margin-left: auto;
  margin-right: auto;
}
.ccc-hero--h-right .ccc-hero__content {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.ccc-hero--h-right .ccc-hero__content .acf-innerblocks-container > .wp-block-group {
  margin-left: auto;
  margin-right: 0;
}
.ccc-hero--h-center .wp-block-buttons {
  justify-content: center;
}
.ccc-hero--h-right .wp-block-buttons {
  justify-content: flex-end;
}

.ccc-hero--bg-black-gradient {
  color: #fff;
}
.ccc-hero--bg-black-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
}

@keyframes ccc-hero-overlay-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 782px) {
  .ccc-hero {
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }
  .ccc-hero--tall {
    padding-top: calc(var(--ccc-navbar-height, 0px) + var(--wp--preset--spacing--70));
  }
  .ccc-hero--full {
    min-height: 80vh;
  }
  .ccc-hero--has-video::after {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
/**
 * Image Column pattern styles
 *
 * Styled to match the CCC product card look:
 *  - outlined, rounded card
 *  - image not forced to any aspect ratio
 *  - paragraph defaults to small (overrideable)
 *  - button stretches full width, sits flush at the bottom of the card
 *  - columns in a row are equal height
 */
.ccc-image-column {
  border: var(--border-weight) solid var(--wp--preset--color--tertiary);
  border-radius: var(--wp--custom--border-radius);
  overflow: hidden;
  background: var(--wp--preset--color--quaternary);
  box-shadow: var(--wp--custom--drop-shadow);
  height: 100%;
  gap: var(--wp--preset--spacing--20);
}
.ccc-image-column > .wp-block-image {
  margin: 0;
}
.ccc-image-column > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}
.ccc-image-column__content {
  flex-grow: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--20);
}
.ccc-image-column__content > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
}
.ccc-image-column__content :where(h1, h2, h3, h4, h5, h6) {
  padding: 0 var(--wp--preset--spacing--20);
  margin-top: 0;
  margin-bottom: 0;
}
.ccc-image-column__content :where(p) {
  padding: 0 var(--wp--preset--spacing--20);
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--sm);
}
.ccc-image-column__buttons {
  margin-top: auto;
  width: 100%;
}
.ccc-image-column__buttons .wp-block-button {
  width: 100%;
}
.ccc-image-column__buttons .wp-block-button__link {
  display: block;
  width: 100%;
  border-radius: 0;
  text-align: center;
}

/**
 * Split Hero pattern styles
 */
@media (max-width: 782px) {
  .ccc-split-hero .wp-block-columns {
    flex-direction: column-reverse;
  }
  .ccc-split-hero .wp-block-column {
    text-align: center;
  }
  .ccc-split-hero .wp-block-column .wp-block-buttons {
    justify-content: center;
  }
}

/**
 * Feature List pattern styles
 */
.ccc-feature-list {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.ccc-feature-list .wp-block-separator {
  opacity: 0.3;
}

/**
 * Check list style
 * Replaces default bullets with Font Awesome check icons
 */
.wp-block-list.is-style-check {
  list-style: none;
  padding-left: 0;
}
.wp-block-list.is-style-check li {
  position: relative;
  padding-left: 1.5em;
}
.wp-block-list.is-style-check li::before {
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--wp--preset--color--primary);
}
.has-primary-background-color .wp-block-list.is-style-check li::before, .wp-block-list.is-style-check.has-primary-background-color li::before {
  color: inherit;
}

/**
 * Sections list style
 * Displays list items with bolded section titles and bottom borders
 */
.wp-block-list.is-style-sections {
  list-style: none;
  padding: 0;
}
.wp-block-list.is-style-sections li {
  border-bottom: var(--border-weight) solid var(--wp--preset--color--primary);
  padding-bottom: var(--wp--preset--spacing--20);
  margin-bottom: var(--wp--preset--spacing--20);
}
.wp-block-list.is-style-sections li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.wp-block-list.is-style-sections li strong {
  display: block;
  font-size: var(--wp--preset--font-size--lg);
  color: var(--wp--preset--color--primary);
}
.has-primary-background-color .wp-block-list.is-style-sections li, .has-dark-gray-background-color .wp-block-list.is-style-sections li, .has-black-background-color .wp-block-list.is-style-sections li {
  border-bottom-color: currentColor;
}
.has-primary-background-color .wp-block-list.is-style-sections li strong, .has-dark-gray-background-color .wp-block-list.is-style-sections li strong, .has-black-background-color .wp-block-list.is-style-sections li strong {
  color: inherit;
}

/**
 * Yoast FAQ Accordion Styles
 */
.schema-faq-section {
  border: none;
  border-bottom: var(--border-weight) solid var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--20);
  margin-bottom: 0;
  border-radius: 0;
  transition: background-color 0.2s ease;
}
.schema-faq-section.is-active {
  background-color: var(--wp--preset--color--quaternary);
}

.schema-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-weight: normal;
  position: relative;
  padding-right: var(--wp--preset--spacing--30);
}
.schema-faq-question::after {
  content: "\f078";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--wp--preset--color--primary);
  font-size: 0.85em;
  transition: transform 0.2s ease;
}
.is-active .schema-faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

.schema-faq-answer {
  margin-top: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--sm);
}
.schema-faq-answer p:last-child {
  margin-bottom: 0;
}

/**
 * Gravity Forms
 *
 * Make form labels and the submit button respect the theme's textOn color
 * cascade and design tokens so a form drops cleanly on any background.
 *
 * Specificity note: Gravity Forms' "framework" theme ships rules like
 *   .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(...)
 * plus inline `<style>` blocks injected per form (driven by Form Settings →
 * Appearance, e.g. `inputPrimaryColor`). Even with our wrapper-chain trick,
 * those inline styles can still override us — so background/border/color use
 * `!important` to guarantee the brand styling wins.
 */
.gform_wrapper .gfield_label,
.gform_wrapper legend.gfield_label,
.gform_wrapper label,
.gform_wrapper .gchoice label,
.gform_wrapper .ginput_container label {
  color: inherit !important;
}
.gform_wrapper .gfield_required,
.gform_wrapper .gfield_required_text,
.gform_wrapper .gfield_required_asterisk {
  color: inherit !important;
  font-weight: 700;
  opacity: 0.8;
}

.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.button.gform_button,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.gform_button,
.gform-theme--framework.gform-theme.gform_wrapper button.gform_button.button.gform_button,
.gform-theme--framework.gform-theme.gform_wrapper button.gform_button.gform_button {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--md);
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--custom--text-on--primary) !important;
  background: linear-gradient(to right, var(--wp--preset--color--primary), var(--wp--preset--color--secondary), var(--wp--preset--color--primary)) !important;
  background-size: 200% 100%;
  background-position: left center;
  border: 2px solid var(--wp--preset--color--primary) !important;
  border-radius: var(--wp--custom--border-radius);
  cursor: pointer;
  transition: background-position var(--transition-speed) var(--transition-ease), box-shadow var(--transition-speed) var(--transition-ease), transform var(--transition-speed) var(--transition-ease);
}
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.button.gform_button:hover, .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.button.gform_button:focus,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.gform_button:hover,
.gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.gform_button:focus,
.gform-theme--framework.gform-theme.gform_wrapper button.gform_button.button.gform_button:hover,
.gform-theme--framework.gform-theme.gform_wrapper button.gform_button.button.gform_button:focus,
.gform-theme--framework.gform-theme.gform_wrapper button.gform_button.gform_button:hover,
.gform-theme--framework.gform-theme.gform_wrapper button.gform_button.gform_button:focus {
  background-position: right center;
  box-shadow: 0 4px 16px rgba(134, 51, 153, 0.35);
  transform: scale(1.02);
  color: var(--wp--custom--text-on--primary) !important;
}

.gform_wrapper:not(.gform-theme--framework) .gform_footer .gform_button,
.gform_wrapper:not(.gform-theme--framework) .gform_page_footer .gform_button,
.gform_wrapper:not(.gform-theme--framework) input[type=submit].gform_button,
.gform_wrapper:not(.gform-theme--framework) button.gform_button {
  display: inline-block;
  padding: 0.5em 1.5em;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--md);
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--custom--text-on--primary) !important;
  background: linear-gradient(to right, var(--wp--preset--color--primary), var(--wp--preset--color--secondary), var(--wp--preset--color--primary)) !important;
  background-size: 200% 100%;
  background-position: left center;
  border: 2px solid var(--wp--preset--color--primary) !important;
  border-radius: var(--wp--custom--border-radius);
  cursor: pointer;
  transition: background-position var(--transition-speed) var(--transition-ease), box-shadow var(--transition-speed) var(--transition-ease), transform var(--transition-speed) var(--transition-ease);
}
.gform_wrapper:not(.gform-theme--framework) .gform_footer .gform_button:hover, .gform_wrapper:not(.gform-theme--framework) .gform_footer .gform_button:focus,
.gform_wrapper:not(.gform-theme--framework) .gform_page_footer .gform_button:hover,
.gform_wrapper:not(.gform-theme--framework) .gform_page_footer .gform_button:focus,
.gform_wrapper:not(.gform-theme--framework) input[type=submit].gform_button:hover,
.gform_wrapper:not(.gform-theme--framework) input[type=submit].gform_button:focus,
.gform_wrapper:not(.gform-theme--framework) button.gform_button:hover,
.gform_wrapper:not(.gform-theme--framework) button.gform_button:focus {
  background-position: right center;
  box-shadow: 0 4px 16px rgba(134, 51, 153, 0.35);
  transform: scale(1.02);
  color: var(--wp--custom--text-on--primary) !important;
}

.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.button.gform_button,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.gform_button,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper button.gform_button.button.gform_button,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper button.gform_button.gform_button {
  background: var(--wp--custom--text-on--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--custom--text-on--primary) !important;
}
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.button.gform_button:hover, .has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.button.gform_button:focus,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.gform_button:hover,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].gform_button.gform_button:focus,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper button.gform_button.button.gform_button:hover,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper button.gform_button.button.gform_button:focus,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper button.gform_button.gform_button:hover,
.has-primary-background-color .gform-theme--framework.gform-theme.gform_wrapper button.gform_button.gform_button:focus {
  background: var(--wp--custom--text-on--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--custom--text-on--primary) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) .gform_footer .gform_button,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) .gform_page_footer .gform_button,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) input[type=submit].gform_button,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) button.gform_button {
  background: var(--wp--custom--text-on--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--custom--text-on--primary) !important;
}
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) .gform_footer .gform_button:hover, .has-primary-background-color .gform_wrapper:not(.gform-theme--framework) .gform_footer .gform_button:focus,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) .gform_page_footer .gform_button:hover,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) .gform_page_footer .gform_button:focus,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) input[type=submit].gform_button:hover,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) input[type=submit].gform_button:focus,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) button.gform_button:hover,
.has-primary-background-color .gform_wrapper:not(.gform-theme--framework) button.gform_button:focus {
  background: var(--wp--custom--text-on--primary) !important;
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--custom--text-on--primary) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

/**
 * Block Library Page Styles
 * Styles for the Block Library page template, nav, and header blocks
 */
html {
  scroll-behavior: smooth;
}

.ccc-block-library-nav {
  box-shadow: var(--wp--custom--drop-shadow);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid var(--wp--preset--color--light-gray);
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ccc-block-library-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--40);
  list-style: none;
  margin: 0;
  padding: 0;
}

.ccc-block-library-nav__item {
  margin: 0;
}

.ccc-block-library-nav__link {
  display: block;
  color: var(--wp--preset--color--dark-gray);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--sm);
  font-weight: 500;
  padding: var(--wp--preset--spacing--10) 0;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.ccc-block-library-nav__link:hover {
  color: var(--wp--preset--color--primary);
}
.ccc-block-library-nav__link.is-active {
  color: var(--wp--preset--color--primary);
  border-bottom-color: var(--wp--preset--color--primary);
}

.ccc-category-header {
  scroll-margin-top: calc(var(--wp--preset--spacing--50) + var(--wp--preset--spacing--40));
  margin-top: var(--wp--preset--spacing--80);
  margin-bottom: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40);
  border-top: 2px solid var(--wp--preset--color--primary);
}
.ccc-category-header:first-of-type {
  margin-top: calc(var(--wp--preset--spacing--80) + var(--wp--preset--spacing--50));
}

.ccc-category-header__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: 700;
  color: var(--wp--preset--color--dark-gray);
}

.ccc-block-header {
  scroll-margin-top: calc(var(--wp--preset--spacing--50) + var(--wp--preset--spacing--40));
  margin-top: var(--wp--preset--spacing--50);
  margin-bottom: var(--wp--preset--spacing--30);
  padding: var(--wp--preset--spacing--30);
  background-color: var(--wp--preset--color--light-gray);
  border-radius: 25px;
  border: 5px dotted #CCC;
}

.ccc-block-header__top {
  display: flex;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--20);
  margin-bottom: 0;
}

.ccc-block-header__title {
  border-bottom: 5px dotted #CCC;
  margin: 0;
  font-weight: 600;
  color: var(--wp--preset--color--dark-gray);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.ccc-block-header__type {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
.ccc-block-header__type--custom-block {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--custom--text-on--primary);
}
.ccc-block-header__type--gutenberg-pattern {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--custom--text-on--secondary);
}
.ccc-block-header__type--core-enhancement {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--custom--text-on--tertiary);
}

.ccc-block-header__description {
  font-size: var(--wp--preset--font-size--md);
  line-height: 1.6;
  color: var(--wp--preset--color--dark-gray);
}
.ccc-block-header__description p:first-child {
  margin-top: 0;
}
.ccc-block-header__description p:last-child {
  margin-bottom: 0;
}

.ccc-block-header__required {
  margin-top: var(--wp--preset--spacing--20);
  padding: var(--wp--preset--spacing--20);
  background-color: var(--wp--preset--color--white);
  border-left: 3px solid var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--sm);
  color: var(--wp--preset--color--dark-gray);
}

.ccc-block-header__video {
  margin-top: var(--wp--preset--spacing--30);
}
.ccc-block-header__video iframe {
  max-width: 100%;
  border-radius: var(--wp--custom--border-radius);
}

/**
 * Print styles
 */
@media print {
  header,
  footer,
  nav,
  .wp-block-navigation,
  .ccc-carousel__nav,
  .ccc-carousel__arrow,
  .ccc-carousel__dots,
  .schema-faq-question::after {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
    line-height: 1.5;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #555;
  }
  a[href^="#"]::after,
  a[href^=javascript]::after {
    content: "";
  }
  h1, h2, h3, h4,
  img,
  blockquote,
  table, pre {
    page-break-inside: avoid;
  }
  h1, h2, h3, h4 {
    page-break-after: avoid;
  }
  .wp-block-group,
  .wp-site-blocks {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  * {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}
