/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2026 | 13:37:02 */
/* ==================================================
   CGA — WHERE YOUR CUSTOM INSTRUMENT TAKES SHAPE
   Integrated process copy and image
   ================================================== */

.cga-process-feature,
.cga-process-feature * {
  box-sizing: border-box;
}

.cga-process-feature {
  --cga-process-gold: #a8752d;
  --cga-process-light-gold: #d6b271;
  --cga-process-dark: #211915;
  --cga-process-text: #70675f;

  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 35px auto 58px;
  overflow: hidden;

  background: #fff;
  border: 1px solid rgba(168, 117, 45, 0.28);
  border-radius: 22px;

  box-shadow:
    0 21px 48px rgba(43, 31, 22, 0.1),
    0 4px 12px rgba(43, 31, 22, 0.045);
}

/* Gold top detail */
.cga-process-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  z-index: 3;

  width: 84%;
  height: 3px;

  background: linear-gradient(
    90deg,
    transparent,
    var(--cga-process-light-gold),
    var(--cga-process-gold),
    var(--cga-process-light-gold),
    transparent
  );
}


/* TEXT AREA */

.cga-process-feature-copy {
  position: relative;
  padding: clamp(38px, 5vw, 68px);

  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(214, 178, 113, 0.17),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #fff 0%,
      #fdfbf7 62%,
      #f7f0e5 100%
    );

  border-bottom: 1px solid rgba(168, 117, 45, 0.25);
}

/* Vertical gold accent */
.cga-process-feature-copy::before {
  content: "";
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 0;

  width: 4px;

  background: linear-gradient(
    to bottom,
    var(--cga-process-light-gold),
    var(--cga-process-gold)
  );
}

.cga-process-feature-kicker {
  margin: 0 0 11px;

  color: var(--cga-process-gold);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.cga-process-feature-copy h2 {
  max-width: 1000px;
  margin: 0;
  padding: 0;

  color: var(--cga-process-dark);
  font-size: clamp(31px, 3.5vw, 49px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;

  text-wrap: balance;
}

.cga-process-feature-copy h2 span {
  color: var(--cga-process-gold);
}

.cga-process-feature-divider {
  display: block;
  width: 68px;
  height: 3px;
  margin: 21px 0 22px;

  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--cga-process-gold),
    var(--cga-process-light-gold)
  );
}

.cga-process-feature-lead {
  max-width: 980px;
  margin: 0 0 12px;

  color: var(--cga-process-dark);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 600;
  line-height: 1.65;
}

.cga-process-feature-description {
  max-width: 940px;
  margin: 0;

  color: var(--cga-process-text);
  font-size: 16px;
  line-height: 1.7;
}


/* PROCESS DETAILS */

.cga-process-feature-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;

  margin: 29px 0 0;
  padding: 0;

  list-style: none;
  counter-reset: none;
}

.cga-process-feature-points li {
  display: flex;
  align-items: center;
  gap: 11px;

  min-width: 0;
  margin: 0;
  padding: 13px;

  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(168, 117, 45, 0.2);
  border-radius: 11px;

  box-shadow: 0 5px 14px rgba(43, 31, 22, 0.035);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.cga-process-feature-points li:hover {
  transform: translateY(-3px);
  border-color: rgba(168, 117, 45, 0.45);

  box-shadow: 0 10px 21px rgba(43, 31, 22, 0.075);
}

.cga-process-feature-number {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  color: var(--cga-process-gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;

  background: rgba(168, 117, 45, 0.1);
  border: 1px solid rgba(168, 117, 45, 0.2);
  border-radius: 50%;
}

.cga-process-feature-point-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.cga-process-feature-point-copy strong {
  color: var(--cga-process-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cga-process-feature-point-copy small {
  color: var(--cga-process-text);
  font-size: 11px;
  line-height: 1.4;
}


/* INTEGRATED IMAGE */

.cga-process-feature-image {
  position: relative;
  display: block;

  width: 100%;
  height: auto;
  min-height: 0;
  margin: 0;
  overflow: hidden;

  background: #17110e;
}

.cga-process-feature-image::after {
  content: "";
  position: absolute;
  inset: 58% 0 0;
  z-index: 1;

  background: linear-gradient(
    to bottom,
    transparent,
    rgba(18, 12, 9, 0.73)
  );

  pointer-events: none;
}

.cga-process-feature-image img {
  position: relative;
  display: block;

  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 0;

  object-fit: contain;
  object-position: center;

  opacity: 1;
  visibility: visible;

  transition: transform 0.6s ease;
}

.cga-process-feature:hover .cga-process-feature-image img {
  transform: scale(1.018);
}


/* IMAGE CAPTION */

.cga-process-feature-image figcaption {
  position: absolute;
  right: 25px;
  bottom: 23px;
  left: 25px;
  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  margin: 0;
  padding: 16px 19px;

  color: #fff;

  background: rgba(25, 18, 14, 0.82);
  border: 1px solid rgba(214, 178, 113, 0.48);
  border-radius: 11px;

  backdrop-filter: blur(6px);
}

.cga-process-feature-image figcaption span {
  flex: 0 0 auto;

  color: var(--cga-process-light-gold);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cga-process-feature-image figcaption strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: right;
}


/* TABLET */

@media (max-width: 849px) {
  .cga-process-feature {
    margin: 28px auto 45px;
    border-radius: 17px;
  }

  .cga-process-feature-copy {
    padding: 40px 27px 31px;
  }

  .cga-process-feature-copy h2 {
    font-size: 34px;
  }

  .cga-process-feature-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cga-process-feature-image {
    display: block;
    height: auto;
    min-height: 0;
  }

  .cga-process-feature-image img {
    position: relative;
    display: block;

    width: 100%;
    height: auto;
    min-height: 0;

    opacity: 1;
    visibility: visible;
    transform: none;
  }
}


/* MOBILE */

@media (max-width: 549px) {
  .cga-process-feature {
    border-radius: 14px;
  }

  .cga-process-feature-copy {
    padding: 35px 20px 25px;
  }

  .cga-process-feature-copy::before {
    top: 0;
    right: 0;
    bottom: auto;

    width: 100%;
    height: 3px;
  }

  .cga-process-feature-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
  }

  .cga-process-feature-copy h2 {
    font-size: 28px;
  }

  .cga-process-feature-lead {
    font-size: 17px;
  }

  .cga-process-feature-description {
    font-size: 15px;
    line-height: 1.65;
  }

  .cga-process-feature-points {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 23px;
  }

  .cga-process-feature-points li {
    padding: 11px 12px;
  }

  .cga-process-feature-image figcaption {
    right: 13px;
    bottom: 13px;
    left: 13px;

    align-items: flex-start;
    flex-direction: column;
    gap: 5px;

    padding: 12px 13px;
  }

  .cga-process-feature-image figcaption strong {
    font-size: 12px;
    text-align: left;
  }
}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .cga-process-feature-image img,
  .cga-process-feature-points li {
    transition: none;
  }
}
/* ==================================================
   CGA PROCESS — COMPACT SIZE AND POSITION FIX
   Keep this at the very bottom of the CSS
   ================================================== */

/* Smaller overall component */
.cga-process-feature {
  max-width: 1080px !important;
  margin: 28px auto 45px !important;
  border-radius: 18px !important;
}


/* Smaller, more balanced content area */
.cga-process-feature-copy {
  padding: 38px clamp(25px, 4vw, 50px) 34px !important;
  text-align: left !important;
}

.cga-process-feature-kicker {
  margin-bottom: 9px !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
  letter-spacing: 0.18em !important;
}

.cga-process-feature-copy h2 {
  max-width: 900px !important;
  margin: 0 !important;

  font-size: clamp(28px, 3vw, 40px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.025em !important;
  text-align: left !important;
}

.cga-process-feature-divider {
  width: 58px !important;
  margin: 17px 0 18px !important;
}


/* Correct paragraph sizes */
.cga-process-feature-lead {
  max-width: 880px !important;
  margin: 0 0 10px !important;

  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

.cga-process-feature-description {
  max-width: 880px !important;
  margin: 0 !important;

  font-size: 15px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}


/* Correct the four process cards */
.cga-process-feature-points {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;

  width: 100% !important;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.cga-process-feature-points li {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
  align-content: start !important;
  gap: 8px !important;

  width: 100% !important;
  min-width: 0 !important;
  min-height: 145px !important;
  margin: 0 !important;
  padding: 15px 10px !important;
  overflow: hidden !important;

  text-align: center !important;
  border-radius: 10px !important;
}

.cga-process-feature-number {
  display: inline-flex !important;
  flex: none !important;
  align-items: center !important;
  justify-content: center !important;

  width: 38px !important;
  height: 38px !important;
  margin: 0 auto !important;

  font-size: 11px !important;
}

.cga-process-feature-point-copy {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  gap: 3px !important;

  width: 100% !important;
  min-width: 0 !important;
}

.cga-process-feature-point-copy strong {
  display: block !important;
  width: 100% !important;

  font-size: 11px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.025em !important;
  text-align: center !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

.cga-process-feature-point-copy small {
  display: block !important;
  width: 100% !important;
  max-width: 165px !important;

  font-size: 11px !important;
  line-height: 1.4 !important;
  text-align: center !important;
  overflow-wrap: break-word !important;
}


/* Reduce the desktop image height */
.cga-process-feature-image img {
  display: block !important;
  width: 100% !important;
  height: clamp(360px, 45vw, 520px) !important;
  min-height: 0 !important;
  max-height: 520px !important;

  object-fit: cover !important;
  object-position: center !important;

  opacity: 1 !important;
  visibility: visible !important;
}


/* Remove unnecessary lettering over the image */
.cga-process-feature-image figcaption {
  display: none !important;
}

.cga-process-feature-image::after {
  display: none !important;
}


/* TABLET */
@media (max-width: 949px) {
  .cga-process-feature {
    max-width: 100% !important;
  }

  .cga-process-feature-copy {
    padding: 32px 25px 28px !important;
  }

  .cga-process-feature-copy h2 {
    font-size: 31px !important;
  }

  .cga-process-feature-points {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .cga-process-feature-points li {
    min-height: 125px !important;
  }
}


/* MOBILE */
@media (max-width: 549px) {
  .cga-process-feature {
    margin: 22px auto 35px !important;
    border-radius: 14px !important;
  }

  .cga-process-feature-copy {
    padding: 28px 19px 23px !important;
  }

  .cga-process-feature-copy h2 {
    font-size: 26px !important;
  }

  .cga-process-feature-lead {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  .cga-process-feature-description {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .cga-process-feature-points {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    margin-top: 20px !important;
  }

  .cga-process-feature-points li {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    justify-items: start !important;
    align-items: center !important;

    min-height: 0 !important;
    padding: 12px !important;
    text-align: left !important;
  }

  .cga-process-feature-number {
    margin: 0 !important;
  }

  .cga-process-feature-point-copy {
    align-items: flex-start !important;
  }

  .cga-process-feature-point-copy strong,
  .cga-process-feature-point-copy small {
    max-width: none !important;
    text-align: left !important;
  }

  /* Natural mobile image size */
  .cga-process-feature-image img {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;

    object-fit: contain !important;
    transform: none !important;
  }
}