/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2026 | 06:53:12 */
/*
 * Custom Guitar Atelier — second homepage banner
 * Add this CSS class to the Banner element: cga-range-banner
 */

.cga-range-banner {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

.cga-range-banner .banner-inner,
.cga-range-banner .banner-layers {
  overflow: hidden !important;
}

.cga-range-banner .banner-layers {
  max-width: none !important;
  padding: 0 !important;
}

/* Keep the composition inside the 160px banner at every breakpoint. */
.cga-range-banner .text-box.banner-layer {
  inset: 0 !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none;
}

.cga-range-banner .text-box-content,
.cga-range-banner .text-inner,
.cga-range-banner .text-inner > .text {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: left !important;
}

.cga-range-banner .is-divider {
  display: none !important;
}

.cga-range-banner .overlay {
  background: rgba(8, 5, 3, 0.1) !important;
}

.cga-range-copy {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #fffaf2;
  text-align: left;
  background: linear-gradient(
    90deg,
    rgba(18, 10, 7, 0.88) 0%,
    rgba(27, 16, 11, 0.62) 46%,
    rgba(27, 16, 11, 0.17) 78%,
    rgba(27, 16, 11, 0) 100%
  );
}

.cga-range-copy br {
  display: none !important;
}

.cga-range-copy__index {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 54px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding-right: 14px;
  border-right: 1px solid rgba(213, 165, 69, 0.72);
  text-align: center;
}

.cga-range-copy__index strong {
  display: block;
  color: #d5a545;
  font-family: inherit;
  font-size: 42px;
  font-weight: 700;
  line-height: 0.82;
  letter-spacing: -0.06em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.48);
}

.cga-range-copy__index span {
  display: block;
  margin-top: 7px;
  color: rgba(255, 250, 242, 0.88);
  font-family: inherit;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.cga-range-copy__body {
  min-width: 0;
}

.cga-range-copy__eyebrow {
  display: block;
  margin: 0 0 5px;
  color: #e2b65d;
  font-family: inherit;
  font-size: clamp(9px, 0.82vw, 11px) !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.cga-range-banner .cga-range-copy__title {
  margin: 0 !important;
  color: #fff !important;
  font-family: inherit;
  font-size: clamp(22px, 2vw, 26px) !important;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

.cga-range-copy__title span {
  display: block;
  white-space: nowrap;
}

@media (max-width: 549px) {
  .cga-range-copy {
    gap: 11px;
    padding: 14px 16px;
  }

  .cga-range-copy__index {
    flex-basis: 48px;
    min-height: 66px;
    padding-right: 11px;
  }

  .cga-range-copy__index strong {
    font-size: 37px;
  }

  .cga-range-banner .cga-range-copy__title {
    font-size: 20px !important;
  }

  .cga-range-copy__eyebrow {
    font-size: 9px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cga-range-banner .banner-bg img {
    transition: none !important;
  }
}
