/* sh-soil-to-soul.css — Connected 10-Step Process Showcase + CanvasUI WebGL */

.sh-sts-wrapper {
  background: var(--light-alt, #f4f3ef);
  color: var(--dark-alt, #171717);
  font-family: var(--primary-font);
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* Hero */
.sh-sts-hero {
  padding: 130px 0 70px;
  background: var(--light-alt, #f4f3ef);
  border-bottom: 1px solid rgba(0, 41, 107, 0.1);
  text-align: center;
}

.sh-sts-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--primary, #dba55d);
  margin-bottom: 16px;
}

.sh-sts-title {
  font-family: var(--secondary-font);
  font-size: 44px;
  font-weight: 400;
  color: var(--color-3, #00296b);
  line-height: 1.15;
  letter-spacing: -1.5px;
  margin-bottom: 18px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.sh-sts-sub {
  font-size: 15px;
  font-weight: 400;
  color: var(--dark-alt, #171717);
  max-width: 580px;
  margin: 0 auto 30px;
  line-height: 1.7;
  opacity: 0.85;
}

.sh-sts-scroll-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.sh-sts-scroll-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary, #dba55d);
  box-shadow: 0 0 10px rgba(219, 165, 93, 0.6);
  animation: stsPulse 2s infinite ease-in-out;
}

@keyframes stsPulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.5); opacity: 1; }
}

.sh-sts-scroll-text {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 500;
}

/* Showcase Section */
.sh-sts-showcase-section {
  padding: 80px 0 120px;
  background: #ffffff;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Connecting Process Line */
.sh-sts-connector-line {
  position: absolute;
  top: 100px;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  background: rgba(0, 41, 107, 0.08);
  z-index: 1;
}

.sh-sts-connector-fill {
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #dba55d 0%, #00296b 100%);
  box-shadow: 0 0 10px rgba(219, 165, 93, 0.4);
  transition: height 0.3s ease-out;
}

.sh-sts-steps-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  z-index: 2;
}

.sh-sts-step-item {
  background: var(--light-alt3, #fff6ec);
  border: 1px solid rgba(219, 165, 93, 0.35);
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 12px 40px rgba(0, 41, 107, 0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.sh-sts-step-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(219, 165, 93, 0.2);
  border-color: var(--primary, #dba55d);
}

/* Image Frame with WebGL Liquid Glass Shader Layer */
.sh-sts-img-frame {
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sh-sts-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.sh-sts-step-item:hover .sh-sts-card-img {
  transform: scale(1.06);
}

.sh-sts-img-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(0, 41, 107, 0.88);
  color: var(--primary, #dba55d);
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 30px;
  backdrop-filter: blur(8px);
  z-index: 2;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Story Content */
.sh-sts-story-content {
  padding: 10px 0;
  width: 100%;
}

.sh-sts-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--primary, #dba55d);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sh-sts-heading {
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 400;
  color: var(--color-3, #00296b);
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.5px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.sh-sts-body {
  font-size: 14px;
  font-weight: 400;
  color: var(--dark-alt, #171717);
  line-height: 1.7;
  margin-bottom: 18px;
  opacity: 0.9;
  word-break: break-word;
  overflow-wrap: break-word;
}

.sh-sts-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(219, 165, 93, 0.4);
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-3, #00296b);
  width: 100%;
  box-sizing: border-box;
}

.sh-sts-hl-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.sh-sts-next-flow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--primary, #dba55d);
  text-transform: uppercase;
  word-break: break-word;
  overflow-wrap: break-word;
}

/* CTA */
.sh-sts-cta {
  padding: 80px 0 100px;
  background: var(--light-alt, #f4f3ef);
  border-top: 1px solid rgba(0, 41, 107, 0.1);
  text-align: center;
}

.sh-sts-cta-title {
  font-family: var(--secondary-font);
  font-size: 32px;
  color: var(--color-3, #00296b);
  margin-bottom: 24px;
}

.sh-sts-btn {
  display: inline-block;
  background: var(--color-3, #00296b);
  color: #ffffff;
  padding: 14px 36px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.sh-sts-btn:hover {
  background: var(--primary, #dba55d);
  color: var(--dark-alt, #171717);
  transform: scale(1.04);
  box-shadow: 0 6px 25px rgba(219, 165, 93, 0.3);
}

/* Flawless Mobile Responsiveness */
@media (max-width: 991px) {
  .sh-sts-hero { padding-top: 110px; }
  .sh-sts-connector-line { display: none; }
  .sh-sts-step-item { padding: 24px 18px; border-radius: 20px; }
  .sh-sts-img-frame { height: 240px; }
  .sh-sts-heading { font-size: 24px; margin-bottom: 10px; }
  .sh-sts-title { font-size: 30px; }
  .sh-sts-body { font-size: 14px; margin-bottom: 14px; }
  .sh-sts-steps-list { gap: 36px; }
}

@media (max-width: 576px) {
  .sh-sts-hero { padding-top: 95px; padding-bottom: 35px; }
  .sh-sts-title { font-size: 24px; letter-spacing: -0.5px; }
  .sh-sts-img-frame { height: 190px; }
  .sh-sts-step-item { padding: 16px 12px; border-radius: 16px; }
  .sh-sts-heading { font-size: 20px; line-height: 1.25; }
  .sh-sts-body { font-size: 13px; line-height: 1.6; }
  .sh-sts-highlight { padding: 8px 12px; font-size: 12px; }
}
