.shoulder-blade-page {
  background: linear-gradient(180deg, #f7f4ee 0%, #f2efe8 42%, #ece8de 100%);
  color: #131313;
}

.shoulder-blade-page .titleist-logo,
.shoulder-blade-page .titleist-nav a,
.shoulder-blade-page .titleist-dropdown__toggle,
.shoulder-blade-page .footer,
.shoulder-blade-page .footer-links a,
.shoulder-blade-page .footer-links h3,
.shoulder-blade-page .footer-country,
.shoulder-blade-page .footer-country p,
.shoulder-blade-page .footer-country small,
.shoulder-blade-page .footer .section-label,
.shoulder-blade-page .store-link,
.shoulder-blade-page .newsletter-form input,
.shoulder-blade-page .newsletter-form button {
  color: #111111;
}

.shoulder-blade-page .titleist-nav {
  gap: 22px;
}

.shoulder-blade-page .special-hero {
  background:
    linear-gradient(90deg, rgba(247, 244, 238, 0.04) 0%, rgba(247, 244, 238, 0.04) 34%, rgba(247, 244, 238, 0.58) 48%, rgba(247, 244, 238, 0.9) 60%, rgba(247, 244, 238, 0.98) 100%),
    linear-gradient(180deg, rgba(247, 244, 238, 0.12) 0%, rgba(247, 244, 238, 0.26) 100%),
    url("../../img/pages/home/feature-modern-precision-custom.jpg") left center / cover no-repeat;
}

.shoulder-blade-page .special-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), transparent 36%);
  pointer-events: none;
}

.shoulder-blade-page .special-hero-copy {
  max-width: 560px;
}

.shoulder-blade-page .special-hero-copy h1 {
  text-wrap: balance;
}

.shoulder-hero-lead {
  margin: 22px 0 0;
  max-width: 520px;
  color: rgba(17, 17, 17, 0.76);
  font-size: 1rem;
  line-height: 1.8;
}

.shoulder-hero-actions {
  margin-top: 30px;
}

.shoulder-blade-page .button-outline {
  background: rgba(255, 255, 255, 0.66);
}

.shoulder-blade-page .fascia-intro-band-copy::before {
  content: "SC";
}

.shoulder-blade-page .deepmomi-intro-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(251, 249, 244, 0.94)),
    #fbfbf8;
}

.shoulder-blade-page .fascia-editorial-section {
  background: transparent;
}

.shoulder-blade-page .fascia-editorial-hero-overlay h2 {
  max-width: 12em;
}

.special-trust-visual-card-shoulder .special-trust-visual-card-top {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.22), transparent 24%),
    linear-gradient(180deg, #706455 0%, #4c4035 100%);
}

.shoulder-blade-page .special-trust-visual-cards {
  width: 100%;
  max-width: 1320px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-bar-shoulder {
  background: linear-gradient(90deg, #8b7a67 0%, #5f4f41 100%);
}

.shoulder-blade-page .special-book-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 241, 234, 0.88)),
    #ffffff;
}

.shoulder-blade-page .special-book-panel .button-outline {
  border-color: rgba(17, 17, 17, 0.16);
}

@media (max-width: 980px) {
  .shoulder-blade-page .special-hero {
    background:
      linear-gradient(180deg, rgba(247, 244, 238, 0.12) 0%, rgba(247, 244, 238, 0.96) 62%, rgba(247, 244, 238, 0.98) 100%),
      url("../../img/pages/home/feature-modern-precision-custom.jpg") center top / cover no-repeat;
  }

  .shoulder-blade-page .special-hero-copy {
    max-width: 100%;
  }

  .shoulder-blade-page .special-trust-visual-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shoulder-hero-lead {
    font-size: 0.94rem;
    line-height: 1.74;
  }

  .shoulder-blade-page .fascia-intro-band-copy::before {
    top: -10px;
    font-size: clamp(3.8rem, 16vw, 5.4rem);
  }
}
