/* Fonts (Source Serif 4, Manrope, Courier Prime, Caveat) are loaded once,
   non-blocking, in cast-templates/layout.php — do not re-@import here (it
   double-fetches Manrope + Courier Prime and serializes behind this sheet). */

/* Services template — the same study the contact page comes from: palette,
   type, torn-paper edges, handwritten asides. New composition: a centred
   hero, six expanded service spreads on warm paper, a
   dark "ways of working" band, and a paper close with the honest cost answer
   beside a pinned note. Everything is scoped under .services-study so
   partials and utilities stay untouched. */

.services-study {
  --paper: #f5f5f1;
  --paper-2: #ffffff;
  --ink: #282825;
  --ink-soft: #55565e;
  --gray: #8f8f89;
  --line: #d6d6cf;
  --dark: #292a2e;
  --darker: #1d1e20;
  --service-paper: #d6d6c9;
  --brand-red-soft: #980f0f;
  --teal: #0c7a5c;
  --mint: #73e2bd;
  --acid: #d8ff59;
  --brand-red: #980f0f;

  --display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans: "Manrope", ui-sans-serif, system-ui, sans-serif;
  --mono: "Courier Prime", "Courier New", monospace;
  --hand: "Caveat", "Segoe Script", cursive;
  --copy-size: 1.3125rem;
  --eyebrow-size: .875rem;

  --nav-h: 4.5rem;
  --pad-x: max(6vw, calc((100vw - 1180px) / 2));
  --squiggle: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='7' viewBox='0 0 48 7'><path d='M1 4 Q7 1 13 3.6 T25 3.6 T37 3.6 T49 3.6' fill='none' stroke='%23980f0f' stroke-width='2' stroke-linecap='round'/></svg>");
  --squiggle-soft: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='48' height='7' viewBox='0 0 48 7'><path d='M1 4 Q7 1 13 3.6 T25 3.6 T37 3.6 T49 3.6' fill='none' stroke='%23980f0f' stroke-width='2' stroke-linecap='round'/></svg>");

  /* Scoped utility-token bridge (AI_GUIDE.md “Scoped token bridges”): the
     semantic utility tokens are re-pointed at this section's palette so
     bg-/text- utilities inside .services-study speak the study's design
     instead of the global one. Declared here, never on :root, so the shell
     and other sections keep the root palette; --color-primary-text is the
     verified pairing for bg-primary against this section's --brand-red. */
  --color-bg: var(--paper);
  --color-surface: var(--paper);
  --color-surface-2: var(--paper-2);
  --color-text: var(--ink);
  --color-muted: var(--ink-soft);
  --color-primary: var(--brand-red);
  --color-primary-text: #fff;
  --color-border: var(--line);
}

.services-study * { box-sizing: border-box; }
.services-study {
  margin: 0;
  font: 400 1rem/1.55 var(--sans);
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  overflow-x: clip;
}
.services-study a { color: inherit; text-decoration: none; }
.services-study ::selection { background: var(--brand-red); color: #fff; }
.services-study :focus-visible { outline: 2px solid var(--brand-red); outline-offset: 3px; }
.services-study b, .services-study i, .services-study em, .services-study u, .services-study span { margin: 0; }
.services-study h1, .services-study h2 { font-optical-sizing: auto; }

/* Shared shapes (mirroring the home/contact component vocabulary). */
.services-study .eyebrow {
  margin: 0 0 .5rem;
  font: 700 var(--eyebrow-size)/1.5 var(--mono);
  letter-spacing: .22em; text-transform: uppercase;
}
.services-study .eyebrow.ink { color: var(--teal); }
.services-study .mono-label { margin: 0; font: 700 var(--eyebrow-size)/1.5 var(--mono); letter-spacing: .2em; text-transform: uppercase; }
.services-study .edge { height: 120px; }
.services-study .wave-top { top: 1px; transform: translateY(-99%); height: 96px; }
.services-study .wave-top path { fill: var(--paper); }

.services-study .button {
  border: 1.5px solid currentColor;
  padding: .95rem 1.6rem;
  font: 700 .85rem var(--sans);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}
.services-study .button:hover { transform: translateY(-2px); }
.services-study .button.primary { background: var(--ink); border-color: var(--ink); color: #fff; }
.services-study .button.primary:hover { background: var(--brand-red); border-color: var(--brand-red); }

/* Handwritten aside — the shell's Caveat. Rotation uses the `rotate`
   property so the reveal transform never flattens it. */
.services-study .hand-note {
  margin: var(--space-8) 0 0;
  font: 600 1.45rem/1.25 var(--hand);
  color: color-mix(in srgb, var(--ink) 62%, var(--paper));
  rotate: -1.75deg;
  transform-origin: left center;
}

/* Anchor targets clear both the site header and the page menu. */
.services-study section { scroll-margin-top: calc(var(--nav-h) + 4rem); }

/* Hero — centred manifesto, set like the home page's statement section. */
.services-study .services-hero {
  padding: clamp(5rem, 8vw, 8rem) var(--pad-x) clamp(5rem, 8vw, 7.5rem);
  background: var(--service-paper);
}
.services-study .hero-inner { max-width: 62rem; }
.services-study .services-hero h1 {
  margin: var(--space-6) 0 var(--space-8);
  font: 340 clamp(2.8rem, 4.7vw, 4.6rem)/1.06 var(--display);
  letter-spacing: -.03em;
  text-wrap: balance;
}
.services-study .hero-accent { font-style: italic; color: var(--brand-red); }
.services-study .hero-copy {
  max-width: 52ch;
  margin-inline: auto;
  font: 400 var(--copy-size)/1.55 var(--sans);
}
.services-study .hero-copy p { margin: 0 0 var(--space-6); }
.services-study .hero-copy p:last-child { margin-bottom: 0; }
.services-study .hero-copy em { font-style: italic; color: var(--brand-red); }
.services-study .hero-copy strong {
  color: var(--ink);
  font-weight: 600;
  background: linear-gradient(transparent 65%, color-mix(in srgb, var(--brand-red-soft) 25%, transparent) 65% 92%, transparent 92%);
}
.services-study .services-hero .hand-note { margin-inline: auto; rotate: 1.4deg; }
.services-study .services-hero .hero-note-top { margin-block: 0; }

/* Compact chapter menu for this longer page. */
.services-study .services-jump {
  position: sticky;
  z-index: 30;
  top: var(--nav-h);
  border-block: 1px solid rgba(255, 255, 255, .12);
  background: var(--dark);
}
.services-study .services-jump__inner {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.services-study .services-jump__link {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  min-height: 3.75rem;
  padding: var(--space-3) var(--space-4);
  color: var(--paper);
  font: 700 .875rem/1.35 var(--mono);
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  transition: color .2s ease, background-color .2s ease;
}
.services-study .services-jump__link + .services-jump__link { border-left: 1px solid rgba(255, 255, 255, .12); }
.services-study .services-jump__link::after {
  content: "";
  position: absolute;
  right: var(--space-4);
  bottom: -1px;
  left: var(--space-4);
  height: 2px;
  background: var(--brand-red-soft);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.services-study .services-jump__link:hover,
.services-study .services-jump__link:focus-visible { color: var(--paper-2); background: rgba(255, 255, 255, .06); }
.services-study .services-jump__link:hover::after,
.services-study .services-jump__link:focus-visible::after { transform: scaleX(1); }
.services-study .services-jump__link span { color: var(--brand-red-soft); font-weight: 400; }

/* Expanded menu: six editorial cards use native sticky positioning so each
   new service slides over the previous one. The stepped top offsets leave a
   numbered strip of every earlier card visible when the stack is complete. */
.services-study .services-menu {
  padding: clamp(4rem, 7vw, 7rem) var(--pad-x) clamp(5rem, 8vw, 8rem);
  background: var(--paper);
  border-top: 1px solid var(--line);
}
.services-study .menu-layout { max-width: 1180px; }
.services-study .menu-head {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: var(--space-8);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}
.services-study .menu-head h2 {
  max-width: 17ch;
  margin: var(--space-4) 0 0;
  font: 340 clamp(2.8rem, 4.6vw, 4.4rem)/1.06 var(--display);
  letter-spacing: -.03em;
  text-wrap: balance;
}
.services-study .menu-note {
  max-width: 23ch;
  margin: 0 0 var(--space-2);
  padding-left: var(--space-6);
  border-left: 2px solid var(--brand-red);
  color: var(--ink-soft);
}
.services-study .menu-entries {
  --service-peek: clamp(1.625rem, 2.1vw, 2rem);
  list-style: none;
}
.services-study .service-entry {
  /* Invert the card palette while retaining the page's paper background. */
  --ink: #f5f5f1;
  --ink-soft: #d2cdc5;
  --line: #57514c;
  --brand-red: var(--brand-red-soft);
  --teal: #e5c5aa;
  --service-card-bg: #302c29;
  position: sticky;
  z-index: calc(2 + var(--service-index));
  top: calc(var(--nav-h) + 4.25rem + (var(--service-index) * var(--service-peek)));
  scroll-margin-top: calc(var(--nav-h) + 4.25rem + (var(--service-index) * var(--service-peek)));
  display: block;
  margin-bottom: clamp(2.5rem, 7vh, 5.25rem);
  overflow: clip;
  color: var(--ink);
  background: var(--service-card-bg);
  border: 1px solid var(--line);
  border-radius: clamp(1.25rem, 2.5vw, 2rem);
  box-shadow: 0 1.25rem 3rem rgba(40, 40, 37, .12);
  isolation: isolate;
}
.services-study .service-entry:nth-child(even) {
  --service-card-bg: #38322e;
}
.services-study .service-entry:last-child { margin-bottom: 0; }
.services-study .service-card__top {
  justify-content: space-between;
  gap: var(--space-4);
  min-height: var(--service-peek);
  padding: .72rem clamp(1.5rem, 3vw, 2.5rem);
  background: color-mix(in srgb, currentColor 2.5%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
}
.services-study .service-card__top:hover .service-card__cue,
.services-study .service-card__top:focus-visible .service-card__cue { color: var(--brand-red); }
.services-study .service-card__cue {
  flex: 0 0 auto;
  color: var(--ink-soft);
  font: 700 .6875rem/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .2s ease;
}
.services-study .service-card__cue span {
  display: inline-block;
  margin-left: .2rem;
  font-size: .9rem;
  transition: transform .2s ease;
}
.services-study .service-card__top:hover .service-card__cue span,
.services-study .service-card__top:focus-visible .service-card__cue span { transform: translate(.12rem, .12rem); }
.services-study .service-card__body {
  grid-template-columns: minmax(0, .9fr) minmax(0, 2fr);
  gap: clamp(2rem, 4vw, 4rem);
  padding: clamp(2rem, 4.5vw, 4rem);
}
.services-study .service-no {
  font: 400 1rem/1 var(--mono);
  color: var(--brand-red);
  border-bottom: 1px solid var(--brand-red);
  padding-bottom: var(--space-1);
}
.services-study .service-phase {
  color: var(--teal);
  font: 700 var(--eyebrow-size)/1.5 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.services-study .service-heading h3 {
  font: 400 clamp(1.8rem, 2.6vw, 2.5rem)/1.12 var(--display);
  color: var(--ink);
  text-wrap: balance;
}
.services-study .service-visual:empty { display: none; }
.services-study .service-visual img {
  width: calc(100% + 3.8125rem);
  max-width: none;
  margin-left: -1.90625rem;
  aspect-ratio: 48 / 31;
  object-fit: contain;
  border-radius: .75rem;
}
.services-study .service-description {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: var(--space-6) clamp(1.5rem, 3vw, 3rem);
  color: var(--ink-soft);
  font-size: 1.0625rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  transition: color .55s ease;
}
.services-study .service-description p { grid-column: 1; margin: 0; }
.services-study .service-description strong { color: var(--ink); font-weight: 600; }
.services-study .service-description ul {
  grid-column: 2;
  grid-row: 1;
  list-style: none;
  margin: 0;
  padding: var(--space-6) var(--space-6);
  background: color-mix(in srgb, var(--service-card-bg) 90%, white);
  border-top: 2px solid var(--teal);
}
.services-study .service-description li {
  position: relative;
  padding: var(--space-3) 0 var(--space-3) var(--space-6);
  border-bottom: 1px solid var(--line);
  font-size: .9375rem;
  line-height: 1.6;
  color: var(--ink);
}
.services-study .service-description li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--teal);
  font-family: var(--mono);
}
.services-study .service-description li:first-child { padding-top: 0; }
.services-study .service-description li:last-child { padding-bottom: 0; border-bottom: 0; }

/* Illustrated cards keep the visual opposite a continuous heading,
   explanation and included-details column. :has keeps the layout in step
   with images added or removed in the Cast canvas. */
.services-study .service-entry:has(.service-visual img) .service-card__body {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: clamp(3rem, 6vw, 6rem);
  row-gap: var(--space-6);
}
.services-study .service-entry:has(.service-visual img) .service-heading {
  grid-column: 2;
  grid-row: 1;
}
.services-study .service-entry:has(.service-visual img) .service-visual {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
}
.services-study .service-entry:has(.service-visual img) .service-description {
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: minmax(0, 1fr);
}
.services-study .service-entry:has(.service-visual img) .service-description ul {
  grid-column: 1;
  grid-row: auto;
  padding: var(--space-4) 0 0;
  background: transparent;
  border-top: 1px solid var(--line);
}
.services-study .service-entry:has(.service-visual img) .service-description li {
  border-bottom: 0;
  padding-block: var(--space-1);
}

/* Ways of working — the dark band. Four engagement shapes, not price tiers:
   cards on the dark wall, softly outlined like the contact desk's detail
   rows. */
.services-study .services-ways {
  padding: clamp(5rem, 8vw, 8rem) var(--pad-x) clamp(7rem, 11vw, 10rem);
  background: var(--dark);
  color: var(--paper);
  box-shadow: 0 -24px 42px rgba(40, 40, 35, .12);
}
.services-study .ways-layout { max-width: 1180px; }
.services-study .ways-head { max-width: 46rem; margin-bottom: var(--space-12); }
.services-study .ways-head .mono-label { color: var(--brand-red-soft); }
.services-study .ways-head h2 {
  margin: var(--space-4) 0 var(--space-6);
  font: 340 clamp(2.4rem, 3.9vw, 3.8rem)/1.08 var(--display);
  letter-spacing: -.03em;
  text-wrap: balance;
}
.services-study .ways-head h2 em { font-style: italic; color: var(--brand-red-soft); }
.services-study .ways-intro {
  margin: 0;
  max-width: 52ch;
  font-size: var(--copy-size);
  color: color-mix(in srgb, var(--paper) 68%, var(--dark));
}
.services-study .ways-grid {
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-6);
}
.services-study .way-icon-sprite {
  width: 0;
  height: 0;
  overflow: hidden;
}
.services-study .way-card {
  position: relative;
  padding: var(--space-6);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 4px;
  background: color-mix(in srgb, var(--paper-2) 4%, transparent);
  transition: border-color .25s ease, transform .25s ease;
}
.services-study .way-card:hover {
  border-color: color-mix(in srgb, var(--mint) 40%, transparent);
  transform: translateY(-3px);
}
.services-study .way-card::before {
  content: "";
  position: absolute;
  top: 0; left: var(--space-6);
  width: 2.75rem; height: 3px;
  background: var(--brand-red-soft);
  border-radius: 0 0 3px 3px;
}
.services-study .way-card__title {
  margin: var(--space-4) 0 var(--space-4);
  font: 400 clamp(1.5rem, 2.1vw, 1.9rem)/1.12 var(--display);
  letter-spacing: -.02em;
  color: var(--paper);
  text-wrap: balance;
}
.services-study .way-card__icon {
  width: 3rem;
  height: 3rem;
  margin: var(--space-3) 0 var(--space-6);
  color: var(--brand-red-soft);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.services-study .way-card__copy {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: color-mix(in srgb, var(--paper) 66%, var(--dark));
}

/* The close — the honest "what does it cost" answer on paper, swept in over
   the dark band by the torn-paper wave. The "always included" baseline rides
   on a pinned note, the contact form-card's framing restated. */
.services-study .services-cost {
  padding: clamp(7rem, 11vw, 10rem) var(--pad-x) clamp(7rem, 10vw, 9rem);
  background: var(--paper);
}
.services-study .cost-layout {
  max-width: 1100px;
  grid-template-columns: minmax(0, .95fr) minmax(0, .75fr);
  gap: var(--space-12) clamp(3rem, 6vw, 6rem);
}
.services-study .cost-col h2 {
  margin: var(--space-6) 0 var(--space-8);
  font: 400 clamp(2.4rem, 4vw, 3.9rem)/1.06 var(--display);
  letter-spacing: -.03em;
  text-wrap: balance;
}
.services-study .cost-copy {
  max-width: 52ch;
  font: 400 var(--copy-size)/1.55 var(--sans);
}
.services-study .cost-copy p { margin: 0 0 var(--space-6); }
.services-study .cost-copy p:last-child { margin-bottom: 0; }
.services-study .cost-copy em { font-style: italic; color: var(--brand-red); }
.services-study .cost-copy strong {
  color: var(--ink);
  font-weight: 600;
  background: linear-gradient(transparent 65%, color-mix(in srgb, var(--brand-red-soft) 25%, transparent) 65% 92%, transparent 92%);
}

/* The pinned note: slight rotation, drop shadow, a strip of tape. */
.services-study .included-card {
  position: relative;
  padding: clamp(1.75rem, 3.5vw, 2.75rem);
  border-radius: 4px;
  background: var(--paper-2);
  color: var(--ink);
  border: 1px solid var(--line);
  transform: rotate(.9deg);
  box-shadow: 0 30px 60px rgba(40, 40, 35, .14);
}
.services-study .included-card::before {
  content: "";
  position: absolute;
  top: -14px; left: 50%;
  width: 124px; height: 34px;
  transform: translateX(-50%) rotate(2deg);
  background: color-mix(in srgb, var(--acid) 42%, transparent);
  border-left: 1px solid rgba(255, 255, 255, .35);
  border-right: 1px solid rgba(40, 40, 35, .06);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .12);
}
.services-study .included-title {
  margin: 0 0 var(--space-4);
  font: 700 var(--eyebrow-size)/1.5 var(--mono);
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--teal);
}
.services-study .included-list { list-style: none; }
.services-study .included-item {
  position: relative;
  padding: .8rem 0 .8rem 1.9rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--ink-soft);
  border-top: 1px solid color-mix(in srgb, var(--ink) 10%, var(--paper-2));
}
.services-study .included-item::before {
  content: "✓";
  position: absolute;
  top: .82rem;
  left: .15rem;
  color: var(--teal);
  font: 700 .9rem/1 var(--mono);
}
.services-study .included-item:first-child { border-top: 0; padding-top: .2rem; }
.services-study .included-item:first-child::before { top: .22rem; }
.services-study .included-item strong { color: var(--ink); font-weight: 700; }

/* Reveal-on-scroll — motion.js adds .services-js and the observer; without
   it (canvas, no-JS, reduced motion) everything stays visible. */
.services-js .services-study .reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s cubic-bezier(.2, .6, .2, 1), transform .8s cubic-bezier(.2, .6, .2, 1); transition-delay: var(--d, 0s); }
.services-js .services-study .reveal.is-visible { opacity: 1; transform: none; }

/* Alternate the feature composition only while there are two columns. */
@media (min-width: 761px) {
  .services-study .service-visual img {
    width: calc(100% + 6.0625rem);
    margin-left: -3.03125rem;
  }
  .services-study .service-entry {
    margin-bottom: calc(clamp(2.5rem, 7vh, 5.25rem) + var(--service-release-gap, 0px));
  }
  .services-study .service-entry:last-child {
    margin-bottom: var(--service-release-gap, 0px);
  }
  .services-study .menu-entries::after {
    content: "";
    display: block;
    height: var(--service-runway, 16rem);
  }
  .services-study .service-entry {
    transform: scale(var(--service-scale, 1));
    transform-origin: top center;
    will-change: transform;
  }
  .services-study .service-entry:nth-child(even):has(.service-visual img) .service-heading,
  .services-study .service-entry:nth-child(even):has(.service-visual img) .service-description {
    grid-column: 1;
  }
  .services-study .service-entry:nth-child(even):has(.service-visual img) .service-visual {
    grid-column: 2;
  }
}

@media (max-width: 900px) {
  .services-study .service-card__body { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
  .services-study .service-description { grid-template-columns: minmax(0, 1fr); }
  .services-study .service-description ul { grid-column: 1; grid-row: auto; }
  .services-study .cost-layout { grid-template-columns: minmax(0, 1fr); }
  .services-study .included-card { max-width: 26rem; }
}
@media (max-width: 760px) {
  .services-study { --nav-h: 58px; }
  .services-study .edge { height: 70px; }
  .services-study section { scroll-margin-top: var(--nav-h); }
  .services-study .services-jump { position: relative; top: auto; }
  .services-study .services-jump__inner {
    display: flex;
    max-width: none;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }
  .services-study .services-jump__link {
    flex: 0 0 auto;
    justify-content: flex-start;
    min-height: 3.5rem;
    padding-inline: var(--space-6);
    white-space: nowrap;
  }
  .services-study .ways-grid { grid-template-columns: minmax(0, 1fr); }
  .services-study .included-card { transform: none; }
  .services-study .menu-head { grid-template-columns: minmax(0, 1fr); }
  .services-study .menu-note { max-width: 28ch; }
  .services-study .service-entry {
    position: relative;
    top: auto;
    margin-bottom: var(--space-6);
    border-radius: 1.25rem;
    box-shadow: 0 .75rem 2rem rgba(40, 40, 37, .1);
  }
  .services-study .service-card__top { padding-inline: var(--space-6); }
  .services-study .service-card__body {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
    padding: var(--space-8) var(--space-6);
  }
  .services-study .service-heading h3 { max-width: 24ch; }
  .services-study .service-entry:has(.service-visual img) .service-card__body {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-6);
  }
  .services-study .service-entry:has(.service-visual img) .service-heading {
    grid-column: 1;
    grid-row: 1;
  }
  .services-study .service-entry:has(.service-visual img) .service-visual {
    grid-column: 1;
    grid-row: 2;
  }
  .services-study .service-entry:has(.service-visual img) .service-description {
    grid-column: 1;
    grid-row: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-study { scroll-behavior: auto; }
  .services-js .services-study .reveal { opacity: 1; transform: none; transition: none; }
  .services-study .service-entry { position: relative; top: auto; transform: none; }
  .services-study .service-card__cue,
  .services-study .service-card__cue span { transition: none; }
}
