.client-voices { padding: 64px 0; background: #f4efe7; color: #143e41; }
.client-voices-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin: 28px 0; }
.client-voices-grid figure { margin: 0; padding: 24px 0; border-top: 3px solid #f36f21; }
.client-voices blockquote { margin: 18px 0 24px; font: 400 clamp(1.5rem, 2.5vw, 2.2rem)/1.35 Georgia, serif; }
.client-voices figcaption { font-weight: 700; font-size: .95rem; }
.client-voices figcaption span { font-weight: 400; }
.review-stars { color: #f36f21; letter-spacing: .15em; }
@media(max-width:760px) { .client-voices-grid { grid-template-columns: 1fr; gap: 10px; } }
/* Phone player spans the viewport; copy keeps comfortable side gutters. */
@media (max-width: 760px) {
  body.home-mobile #main-content .trust-section .trust-grid {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    align-items: stretch !important;
  }
  body.home-mobile #main-content .trust-copy > * { margin-inline: 20px !important; }
  body.home-mobile #main-content .trust-video {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch !important;
  }
  body.home-mobile #main-content .trust-video .youtube-player {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
  body.home-mobile #main-content .trust-video > p { padding-inline: 20px; }
}

@media (prefers-reduced-motion: no-preference) {
  .landing-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1);
    transition-delay: var(--reveal-delay, 0ms);
  }
  .landing-reveal.revealed { opacity: 1; transform: none; }
  .semantic-point.landing-reveal { border-left: 2px solid #f36f21; padding-left: 18px; }
}

.scroll-story {
  --story-orange: #f36f21;
  --story-cream: #f7f1e8;
  --story-deep: #071719;
  position: relative;
  min-height: 285vh;
  overflow: clip;
  color: var(--story-cream);
  background:
    radial-gradient(circle at 74% 14%, rgba(31, 105, 109, .8), transparent 40%),
    radial-gradient(circle at 8% 88%, rgba(243, 111, 33, .18), transparent 32%),
    linear-gradient(135deg, #071719 0%, #10383b 50%, #061214 100%);
}

.scroll-story::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: radial-gradient(rgba(255, 255, 255, .42) .55px, transparent .55px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

.scroll-story-sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100svh;
  overflow: hidden;
}

.scroll-story-shade {
  position: absolute;
  inset: 0;
}

.scroll-story-visual {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: max(28px, calc((100vw - 1380px) / 2));
  width: min(44vw, 620px);
  aspect-ratio: 815 / 1020;
  transform: translateY(-50%) scale(calc(1 + var(--story-progress, 0) * .018));
  transform-origin: 50% 50%;
  will-change: transform;
}

.story-after,
.story-before {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #05090a;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}

.story-after {
  inset: 0;
  width: 100%;
}

.story-after picture,
.story-after img,
.story-before picture,
.story-before img {
  display: block;
  width: 100%;
  height: 100%;
}

.story-after img,
.story-before img {
  object-fit: contain;
}

.story-after img {
  object-position: center;
  filter: saturate(.92) contrast(1.03);
}

.story-before {
  z-index: 3;
  right: auto;
  left: clamp(-72px, -5vw, -42px);
  bottom: clamp(22px, 4vh, 42px);
  width: clamp(132px, 13vw, 188px);
  aspect-ratio: .79;
  border: 3px solid var(--story-orange);
  transform: translate3d(calc(var(--story-progress, 0) * -18px), calc(var(--story-progress, 0) * -10px), 0);
}

.story-before img {
  object-position: 50% 26%;
}

.story-after figcaption,
.story-before figcaption {
  position: absolute;
  z-index: 2;
  margin: 0;
  padding: 8px 12px;
  color: #fff;
  background: rgba(7, 23, 25, .86);
  border-left: 4px solid var(--story-orange);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.story-after figcaption {
  right: 24px;
  bottom: 26px;
}

.story-before figcaption {
  left: 0;
  top: 0;
}

.scroll-story-shade {
  z-index: 4;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 18, 20, .99) 0%, rgba(7, 28, 30, .96) 34%, rgba(7, 27, 29, .2) 54%, transparent 64%),
    linear-gradient(0deg, rgba(5, 18, 20, .22), transparent 38%);
}

.scroll-story-layout {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 4px minmax(0, 560px) 1fr;
  gap: clamp(25px, 4vw, 58px);
  width: min(1380px, calc(100% - 56px));
  min-height: 100svh;
  align-items: center;
}

.scroll-story-marker {
  position: relative;
  width: 3px;
  height: min(66vh, 620px);
  overflow: hidden;
  background: rgba(246, 240, 231, .18);
}

.scroll-story-marker span {
  position: absolute;
  inset: 0;
  background: var(--story-orange);
  transform: scaleY(var(--story-progress, 0));
  transform-origin: top;
  will-change: transform;
}

.scroll-story-copy {
  max-width: 560px;
  padding-block: 30px;
}

.scroll-story-service {
  margin-bottom: clamp(18px, 3vh, 34px);
  color: var(--story-orange);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.scroll-story-mobile-service {
  display: none;
}

.scroll-story-line {
  margin: 0;
  color: rgba(246, 240, 231, .16);
  font-family: inherit;
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  font-weight: 450;
  line-height: 1.2;
  letter-spacing: -.012em;
  opacity: .38;
  filter: blur(3px);
  transform: translate3d(0, 17px, 0);
  transition: color .65s ease, opacity .65s ease, filter .65s ease, transform .65s cubic-bezier(.2,.75,.2,1);
}

.scroll-story-line + .scroll-story-line {
  margin-top: .16em;
}

.scroll-story-line.scroll-story-pause {
  margin-top: clamp(10px, 1.7vh, 20px);
}

.scroll-story-line.is-visible {
  color: var(--story-cream);
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.scroll-story-opening {
  max-width: 540px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5.2vw, 5.8rem);
  font-weight: 400;
  line-height: .92;
  letter-spacing: -.052em;
}

.scroll-story-accent {
  color: rgba(243, 111, 33, .2);
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 750;
}

.scroll-story-accent.is-visible,
.scroll-story-finale.is-visible {
  color: var(--story-orange);
}

.scroll-story-finale {
  margin-top: clamp(15px, 2.6vh, 30px) !important;
  color: rgba(243, 111, 33, .2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.6vw, 4rem);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.04em;
}

.scroll-story-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: clamp(18px, 3vh, 34px) !important;
}

.scroll-story-actions span {
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.scroll-story-actions .button {
  flex: none;
  border-color: var(--story-orange);
  background: var(--story-orange);
  color: #071719;
}

@media (max-width: 1050px) {
  .scroll-story {
    min-height: 310vh;
  }

  .scroll-story-visual {
    top: clamp(16px, 3svh, 28px);
    left: 50%;
    right: auto;
    width: min(calc(100% - 28px), 560px);
    height: 43svh;
    aspect-ratio: auto;
    transform: translateX(-50%) scale(calc(1 + var(--story-progress, 0) * .012));
  }

  .story-after {
    width: 100%;
    height: 100%;
  }

  .story-after img {
    object-position: center;
  }

  .story-before {
    left: 12px;
    right: auto;
    bottom: 12px;
    top: auto;
    width: clamp(105px, 29vw, 150px);
    border-width: 2px;
  }

  .story-after figcaption {
    top: 14px;
    right: 14px;
    bottom: auto;
  }

  .scroll-story-shade {
    background:
      linear-gradient(0deg, rgba(5, 18, 20, 1) 0%, rgba(7, 29, 31, 1) 49%, rgba(7, 26, 29, .18) 57%, transparent 64%),
      linear-gradient(90deg, rgba(5, 16, 18, .18), transparent 70%);
  }

  .scroll-story-layout {
    width: min(100% - 28px, 660px);
    grid-template-columns: 3px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    padding-top: 47svh;
    padding-bottom: clamp(24px, 5svh, 54px);
  }

  .scroll-story-marker {
    height: 54svh;
  }

  .scroll-story-copy {
    padding: 0;
  }

  .scroll-story-service {
    margin-bottom: 13px;
    font-size: .67rem;
  }

  .scroll-story-line {
    font-size: clamp(.92rem, 4vw, 1.12rem);
    line-height: 1.2;
  }

  .scroll-story-opening {
    max-width: 88%;
    font-size: clamp(2.25rem, 10vw, 3.6rem);
    line-height: .94;
  }

  .scroll-story-accent {
    font-size: clamp(1.5rem, 7vw, 2.25rem);
  }

  .scroll-story-finale {
    font-size: clamp(1.95rem, 8.4vw, 3rem);
  }

  .scroll-story-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .scroll-story-actions .button {
    padding: 12px 15px;
  }
}

@media (max-width: 760px) {
  .scroll-story {
    min-height: auto;
  }

  .scroll-story-sticky {
    position: relative;
    display: flex;
    min-height: auto;
    overflow: visible;
    flex-direction: column;
    padding: 22px 0 68px;
  }

  .scroll-story-mobile-service {
    display: block;
    order: 0;
    width: calc(100% - 28px);
    margin: 0 auto 16px;
    color: var(--story-orange);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .scroll-story-visual {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    width: calc(100% - 28px);
    height: auto;
    aspect-ratio: 815 / 1020;
    margin: 0 auto;
    transform: none;
  }

  .story-after img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .story-before {
    left: 12px;
    bottom: 14px;
    width: clamp(108px, 34vw, 145px);
    transform: none;
  }

  .story-after figcaption {
    top: 14px;
    right: 14px;
  }

  .scroll-story-shade {
    display: none;
  }

  .scroll-story-layout {
    position: relative;
    order: 2;
    width: calc(100% - 28px);
    min-height: auto;
    margin: 34px auto 0;
    padding: 0;
    align-items: stretch;
  }

  .scroll-story-marker {
    height: auto;
    min-height: 100%;
  }

  .scroll-story-copy {
    padding: 0 0 2px;
  }

  .scroll-story-service {
    display: none;
  }

  .scroll-story-opening {
    max-width: none;
  }

  .scroll-story-line {
    color: var(--story-cream);
    opacity: calc(.08 + var(--line-reveal, 0) * .92);
    transform: translate3d(0, calc((1 - var(--line-reveal, 0)) * 26px), 0);
    filter: blur(calc((1 - var(--line-reveal, 0)) * 4px));
    transition: opacity .12s linear, transform .16s ease-out, filter .12s linear;
    font-size: max(1rem, 4vw);
  }

  .scroll-story-opening { font-size: clamp(2.25rem, 10vw, 3.6rem); }
  .scroll-story-accent { font-size: clamp(1.5rem, 7vw, 2.25rem); }
  .scroll-story-finale { font-size: clamp(1.95rem, 8.4vw, 3rem); }
  .scroll-story-accent, .scroll-story-finale { color: var(--story-orange); }
  .scroll-story-line.scroll-story-pause { margin-top: 30px; }
  .scroll-story-line + .scroll-story-line { margin-bottom: 12px; }
}

@media (max-height: 720px) and (min-width: 761px) and (max-width: 1050px) {
  .scroll-story-visual {
    height: 39svh;
  }

  .scroll-story-layout {
    padding-top: 42svh;
    padding-bottom: 16px;
  }

  .scroll-story-service {
    margin-bottom: 8px;
  }

  .scroll-story-line.scroll-story-pause {
    margin-top: 6px;
  }

  .scroll-story-finale,
  .scroll-story-actions {
    margin-top: 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-story {
    min-height: 100svh;
  }

  .scroll-story-sticky {
    position: relative;
  }

  .scroll-story-visual,
  .story-before {
    transform: none;
  }

  .scroll-story-marker span {
    transform: scaleY(1);
  }

  .scroll-story-line {
    color: var(--story-cream);
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .scroll-story-accent,
  .scroll-story-finale {
    color: var(--story-orange);
  }
}

.scroll-story-opening{display:grid;gap:clamp(10px,1.4vh,18px)}
.scroll-story-seo-prefix{color:var(--story-orange);font:700 clamp(.72rem,1vw,.9rem)/1.35 var(--sans);letter-spacing:.12em;text-transform:uppercase}
@media(max-width:760px){.scroll-story-seo-prefix{font-size:.69rem;letter-spacing:.1em}}
