@layer responsive {
@media (max-width:767px){
  :root{--page-gutter:32px;--header-height:70px}
  body{font-size:.98rem;line-height:1.56}
  .container,.narrow{width:min(calc(100% - var(--page-gutter)),100%)}
  .section{padding:48px 0}
  .section-sm{padding:34px 0}
  h1{font-size:clamp(2.08rem,10vw,2.55rem);line-height:1.01;letter-spacing:-.034em}
  h2{font-size:clamp(1.82rem,8.5vw,2.16rem);line-height:1.04;letter-spacing:-.03em}
  h3{font-size:1.08rem;line-height:1.2}
  .lede{font-size:1rem;line-height:1.5}
  .eyebrow,.kicker{font-size:.68rem;letter-spacing:.13em}
  .actions{gap:9px}.actions .btn{width:100%}
  .btn{min-height:48px;padding-inline:18px}.btn:active{transform:scale(.985)}
  .title-full{display:inline}.title-mobile{display:none}

  /* Mobile header and accessible drawer. */
  .header-inner{min-height:var(--header-height)}
  .brand img{width:min(205px,58vw);max-height:46px}
  .desktop-nav,.tablet-nav{display:none}
  .menu-toggle{position:relative;z-index:1202;display:grid;width:44px;height:44px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 8px 22px rgba(16,21,18,.08);touch-action:manipulation}
  .mobile-nav{position:fixed;z-index:1202;top:0;right:0;display:block;width:min(350px,calc(100vw - 22px));height:100dvh;padding:76px 22px max(26px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain;border-left:1px solid var(--line);background:var(--paper);box-shadow:-18px 0 54px rgba(10,15,12,.2);opacity:0;pointer-events:none;transform:translate3d(104%,0,0);visibility:hidden;transition:transform 300ms var(--ease),opacity 220ms ease,visibility 0s linear 300ms}
  .mobile-nav.is-open{opacity:1;pointer-events:auto;transform:translate3d(0,0,0);visibility:visible;transition-delay:0s}
  .menu-close{position:absolute;z-index:2;top:14px;right:16px;width:43px;height:43px;border:1px solid var(--line);border-radius:14px;background:#fff;touch-action:manipulation}
  .mobile-nav>a,.mobile-nav>details>summary{display:block;padding:13px 2px;border-bottom:1px solid var(--line);font-size:1rem}
  .mobile-nav details a{display:block;padding:9px 12px;color:var(--muted);font-size:.89rem;line-height:1.28}
  .mobile-nav .mobile-header-cta{margin-top:18px;border:0;border-radius:999px;background:var(--accent);color:var(--ink);text-align:center}
  .nav-backdrop{z-index:1200;display:block;pointer-events:auto}
  .nav-backdrop[hidden]{display:none}

  /* Compact mobile heroes: controlled image heights, no decorative traces. */
  .hero{padding:40px 0 48px}
  .hero-grid-v4{display:grid;gap:28px}
  .hero-copy-v4 h1{max-width:100%;font-size:clamp(1.98rem,9vw,2.3rem);line-height:1.01}
  .hero-copy-v4 h1 em{display:block;color:var(--teal);font-weight:500}
  .hero-copy-v4 .lede{margin:16px 0 0}
  .hero-copy-v4 .actions{margin-top:19px}
  .hero-copy-v4 .text-link{width:max-content;max-width:100%;margin-inline:auto}
  .hero-proofline{margin-top:20px;gap:5px}.hero-proofline span{padding:5px 8px;font-size:.68rem}
  .hero-collage{display:grid;grid-template-columns:1fr .72fr;grid-template-rows:220px 112px;gap:10px;min-width:0}
  .hero-image{position:relative;border-radius:18px}
  .hero-image-main{grid-column:1/-1}.hero-image-main img{object-position:50% 34%}
  .hero-image-secondary{grid-column:2;grid-row:2}.hero-image-secondary img{object-position:center}
  .hero-flow-card{grid-column:1;grid-row:2;padding:13px;border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}
  .flow-card-label{display:block;margin-bottom:5px;color:var(--teal);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
  .hero-flow-card strong{display:flex;flex-wrap:wrap;gap:.05em .3em;font-size:.93rem;line-height:1.42}
  .hero-flow-card strong span{white-space:nowrap}
  .mini-flow{display:flex;gap:4px;margin-top:8px}.mini-flow i{flex:1;height:4px;border-radius:99px;background:#c5d9ce}.mini-flow i:nth-child(-n+3){background:var(--teal)}
  .hero-trace{display:none}
  .capability-track{--capability-duration:25s}.capability-group span{padding:13px 15px;border-right:1px solid var(--line);font-size:.75rem}

  .page-hero{padding:38px 0 40px}
  .breadcrumbs{margin-bottom:15px;font-size:.71rem}
  .page-hero h1{max-width:100%;font-size:clamp(2rem,9.8vw,2.42rem);line-height:1.02;overflow-wrap:normal;word-break:normal}
  .page-hero h1.title-long{font-size:clamp(1.88rem,8.9vw,2.2rem)}
  .page-hero h1.title-xlong{font-size:clamp(1.72rem,8vw,2rem);line-height:1.05}
  .page-hero .lede{margin:15px 0 0}
  .page-hero-grid{display:grid;gap:20px}
  .page-stat{padding:14px 0 0;border-top:1px solid #bdcec4;border-left:0}.page-stat strong{font-size:2.1rem}
  .answer-box{width:calc(100% - var(--page-gutter));margin:-15px auto 0;padding:18px;border-radius:17px}.answer-box p{margin-top:6px}

  .split,.editorial-grid,.service-visual-grid,.profile-grid,.contact-grid,.leadership-grid,.cta-v4{display:grid;grid-template-columns:1fr;gap:22px}

  .editorial-photo{border-radius:20px}
  .editorial-photo img{width:100%;height:240px;object-fit:cover;object-position:50% 42%;border-radius:20px}
  .photo-caption{position:relative;width:calc(100% - 28px);margin:-34px 0 0 auto;padding:10px 12px;border-radius:12px;font-size:.9rem}
  .editorial-copy .lede{margin-top:14px}
  .editorial-points{margin-top:18px}.editorial-points>div{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:12px 0}.editorial-points b{font-size:1.08rem}.editorial-points p{margin-bottom:0}

  .service-visual-break{padding:24px 0 0}
  .service-visual-grid{gap:18px}
  .service-visual-grid figure{height:238px;border-radius:19px}
  .service-visual-grid img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center}
  .service-visual-grid h2{margin:8px 0 12px}

  /* Touch-first horizontal rails shorten mobile pages without hiding content. */
  .service-editorial-grid,.market-panels,.case-grid,.insight-grid,.related,.cert-list,.principles{
    display:flex;gap:13px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:0;padding:2px 1px 14px;margin-top:20px;scrollbar-width:none;-webkit-overflow-scrolling:touch
  }
  .service-editorial-grid::-webkit-scrollbar,.market-panels::-webkit-scrollbar,.case-grid::-webkit-scrollbar,.insight-grid::-webkit-scrollbar,.related::-webkit-scrollbar,.cert-list::-webkit-scrollbar,.principles::-webkit-scrollbar{display:none}
  /* Included-scope cards stay vertical and compact on mobile. */
  .included-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-top:16px;padding:0;overflow:visible;counter-reset:included-card}
  .included-grid>*{min-width:0;max-width:none;flex:none;scroll-snap-align:none}
  .service-editorial-grid>*{flex:0 0 min(82vw,320px);scroll-snap-align:start}
  .market-panels>*{flex:0 0 min(84vw,330px);scroll-snap-align:start}
  .case-grid>*{flex:0 0 min(84vw,330px);scroll-snap-align:start}
  .insight-grid>*,.related>*{flex:0 0 min(82vw,320px);scroll-snap-align:start}
  .cert-list>*,.principles>*{flex:0 0 min(80vw,310px);scroll-snap-align:start}

  .included-item{counter-increment:included-card;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:auto auto;column-gap:11px;row-gap:3px;min-height:0;padding:13px 14px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 7px 18px rgba(16,21,18,.06);align-content:start}.included-item::before{content:counter(included-card,decimal-leading-zero);grid-row:1/3;display:grid;width:32px;height:32px;place-items:center;align-self:start;border:1px solid #c0d8cb;border-radius:10px;background:#edf6f0;color:var(--teal);font-size:.64rem;font-weight:850;letter-spacing:.07em}.included-item strong{grid-column:2;margin:1px 0 0;font-size:.94rem;line-height:1.2}.included-item p{grid-column:2;margin:0;color:var(--muted);font-size:.84rem;line-height:1.4}
  .service-list{margin-top:18px}.service-row{display:grid;grid-template-columns:38px 1fr 34px;gap:11px;align-items:center;padding:16px 0}.service-number{font-size:1.55rem}.service-row p{grid-column:2/-1;margin-top:-2px;font-size:.9rem}.service-arrow{width:34px;height:34px}

  /* Process sections are compact rails, never sticky and never JS-measured. */
  .steps{display:flex;gap:13px;margin-top:20px;overflow-x:auto;scroll-snap-type:x mandatory;padding:2px 1px 14px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.steps::-webkit-scrollbar{display:none}
  .step{display:grid;flex:0 0 min(80vw,310px);grid-template-columns:38px 1fr;gap:10px;padding:18px;border:1px solid #465b50;border-radius:17px;background:var(--ink-2);scroll-snap-align:start;box-shadow:0 10px 24px rgba(10,15,12,.14)}
  .step::before{font-size:1.5rem}.step p{grid-column:2;margin-bottom:0;font-size:.9rem}

  .service-showcase-head{display:grid;gap:11px;margin-bottom:18px}.service-showcase-head .btn{width:100%}
  .service-feature,.service-feature-large{min-height:286px}.service-overlay{padding:20px}.service-overlay h3,.service-feature:not(.service-feature-large) .service-overlay h3{margin:6px 0 0;font-size:1.58rem}.service-overlay p{font-size:.9rem}

  /* One compact story card on mobile instead of a long sticky narrative. */
  .sticky-story-grid{display:grid;grid-template-columns:1fr;gap:16px}
  .sticky-story-media{position:relative;height:225px;min-height:0}.story-image-stack{height:100%;border-radius:20px}.story-index{left:15px;right:15px;bottom:14px;gap:9px}
  .sticky-story-copy{display:block}.story-copy{display:none;min-height:230px;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;opacity:1}.story-copy.is-active{display:flex}.story-copy h2{margin:8px 0 11px}.story-copy .btn{margin-top:12px}

  .market-panel{min-height:310px}.market-panel>div{padding:20px}.market-panel h3{margin:6px 0;font-size:1.58rem}
  .case-card{min-height:250px;padding:20px}.case-card:first-child{min-height:310px;display:flex;flex-direction:column;justify-content:flex-end}.case-card:first-child h3{font-size:1.8rem}.case-tag{margin-bottom:10px}
  .case-editorial-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px;overflow:visible;padding:0}
  .case-editorial{display:grid;min-height:0;border-radius:17px;box-shadow:0 10px 25px rgba(16,21,18,.08)}
  .case-primary{min-height:0;grid-template-rows:168px auto}
  .case-visual{height:168px;min-height:0}.case-visual img{object-position:50% 34%}
  .case-copy{padding:16px 17px}.case-copy>span{font-size:.64rem}.case-copy h3,.case-primary .case-copy h3{display:-webkit-box;margin:6px 0 7px;overflow:hidden;font-size:1.24rem;line-height:1.12;-webkit-box-orient:vertical;-webkit-line-clamp:3}.case-copy p{display:-webkit-box;margin:0;overflow:hidden;font-size:.88rem;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  .case-editorial:not(.case-primary) .case-copy{padding-block:15px}.case-editorial:not(.case-primary) .case-copy h3{font-size:1.12rem;-webkit-line-clamp:2}
  .insight{min-height:230px;padding:19px}.insight h3{margin:12px 0 8px}.related a{padding:19px;border-radius:15px}.related span{display:block;margin-top:5px;font-size:.82rem}

  .profile-card,.contact-panel,.form-wrap{padding:21px;border-radius:21px}.profile-card img{width:84px;padding:8px}.profile-card h2{margin-top:15px;font-size:1.8rem}
  .cert-link{display:grid;grid-template-columns:1fr;gap:7px;padding:17px;border:1px solid var(--line);border-radius:15px;background:#fff}.cert-link em{font-size:.86rem}
  .credential-lines{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.credential-lines>div{display:grid;gap:5px;padding:14px;border:1px solid var(--line);border-radius:14px}.credential-lines strong{font-size:1.04rem;line-height:1.18}
  .principle{display:grid;grid-template-columns:34px 1fr;gap:10px;padding:14px;border:1px solid var(--line);background:#fff}.principle-icon{width:34px;height:34px}
  .contact-panel h2{font-size:1.85rem}.contact-list{gap:13px;margin-top:18px}
  .form-grid{grid-template-columns:1fr;gap:12px}.field.full{grid-column:auto}.form-note{padding:11px 13px}.field textarea{min-height:130px}

  .faq{gap:8px;margin-top:19px}.faq details{padding:0 15px}.faq summary{padding:15px 29px 15px 0}.faq summary::after{right:0;top:11px}.faq details p{padding:0 26px 16px 0}
  .notice{padding:13px 14px}.prose{font-size:.96rem}.prose h2{margin:30px 0 11px;font-size:1.78rem}.prose h3{margin:21px 0 8px}.prose p{margin-bottom:14px}.prose ul{padding-left:18px}.legal h2{margin-top:26px;font-size:1.6rem}
  .cta-band{padding:25px 20px;border-radius:20px}.cta-band::after{width:210px;height:210px;right:-100px;top:-105px}.cta-band p{margin:10px 0 0}.cta-band .actions{margin-top:16px}.cta-v4{gap:16px}.leadership-copy h2{margin:8px 0 12px}

  /* Mobile workflow: autoplay, tap to pause/resume, swipe to navigate, no visible controls. */
  .rcm-flow-section{padding:46px 0 50px}.flow-heading{margin-bottom:20px}.flow-heading h2{margin-top:6px}.flow-heading .lede{margin-top:12px;font-size:.94rem}
  .rcm-flow-shell{display:block}.rcm-flow-visual{display:none}.rcm-flow-steps{display:flex;min-width:0;flex-direction:column;touch-action:pan-y}
  .flow-controls{display:none}.mobile-flow-hint{display:block;order:1;margin:0 0 10px;color:#99b5a8;text-align:center;font-size:.76rem;letter-spacing:.02em}
  .mobile-flow-progress{order:2;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin:0 0 11px}
  .mobile-flow-progress span{height:5px;border-radius:99px;background:#486155;transition:background-color 220ms ease,transform 220ms ease}.mobile-flow-progress span.is-active{background:#38d996;transform:scaleY(1.45)}.mobile-flow-progress span.is-complete{background:#1f7f5c}
  .flow-copy-step{order:3;min-height:282px;padding:20px;border-radius:19px}.flow-copy-step h3{margin:9px 0 11px;font-size:clamp(1.58rem,7.5vw,1.78rem);line-height:1.06}.flow-copy-step p{margin-bottom:13px;font-size:.94rem;line-height:1.48}.flow-copy-step a{font-size:.94rem}
  .rcm-flow-steps.is-paused .mobile-flow-hint{color:#38d996}.workflow-static-note{display:none}

  /* Dedicated premium mobile footer. The previous mobile footer implementation is removed. */
  .footer-desktop,.footer-tablet,.footer-mobile{display:none}
  .footer-mobile-v31{display:block;padding:32px 0 max(18px,env(safe-area-inset-bottom));background:#0d130f;color:#cedfd6}
  .mobile-footer-v31__inner{display:grid;gap:19px}
  .mobile-footer-v31__brand{display:grid;gap:9px}
  .mobile-footer-v31__brand img{width:184px;height:auto;filter:brightness(0) invert(1)}
  .mobile-footer-v31__brand p{max-width:330px;margin:0;color:#a8b8af;font-size:.8rem;line-height:1.45}
  .mobile-footer-v31__quick{display:flex;gap:9px;align-items:center}
  .mobile-footer-v31__quick a{display:grid;width:38px;height:38px;place-items:center;border:1px solid #405149;border-radius:10px;background:#111914;color:#fff;transition:border-color 180ms ease,background-color 180ms ease,transform 180ms ease}
  .mobile-footer-v31__quick a:active{transform:scale(.96)}
  .mobile-footer-v31__quick a:focus-visible{outline:3px solid #7be9b8;outline-offset:3px}
  .mobile-footer-v31__quick svg{width:18px;height:18px;fill:currentColor}
  .mobile-footer-v31__links{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);gap:24px;padding:17px 0;border-top:1px solid #3a4a41;border-bottom:1px solid #3a4a41}
  .mobile-footer-v31__links nav{display:grid;align-content:start;gap:1px;min-width:0}
  .mobile-footer-v31__links h3,.mobile-footer-v31__contact h3{margin:0 0 8px;color:#fff;font-family:var(--sans);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase}
  .mobile-footer-v31__links a{display:block;padding:4px 0;color:#c0d2c8;font-size:.78rem;line-height:1.34;overflow-wrap:normal;word-break:normal}
  .mobile-footer-v31__links .mobile-footer-v31__all{margin-top:3px;color:#7be9b8;font-weight:800}
  .mobile-footer-v31__contact{display:grid;gap:7px}
  .mobile-footer-v31__contact h3{margin-bottom:2px}
  .mobile-footer-v31__contact a{width:max-content;max-width:100%;color:#dce8e1;font-size:.79rem;line-height:1.35;overflow-wrap:anywhere}
  .mobile-footer-v31__contact a span{display:inline-block;min-width:39px;color:#7be9b8;font-size:.62rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
  .mobile-footer-v31__contact .mobile-footer-v31__email{color:#c0d2c8}
  .mobile-footer-v31__legal{display:flex;flex-wrap:wrap;gap:6px 9px;align-items:center;padding-top:2px}
  .mobile-footer-v31__legal a{color:#a8b8af;font-size:.68rem}
  .mobile-footer-v31__legal span{color:#5a6d63;font-size:.62rem}
  .mobile-footer-v31__final{display:grid;gap:7px;padding-top:14px;border-top:1px solid #3a4a41;color:#82968b;font-size:.67rem;line-height:1.35}
  .mobile-footer-v31__final a{color:#d9e5de;font-weight:800;text-decoration:none}.mobile-footer-v31__final a:hover,.mobile-footer-v31__final a:focus-visible{color:#7be9b8;text-decoration:underline;text-underline-offset:3px}
  .mobile-consult-dock,.mobile-cta-dock{display:none}
  /* V34 image-only fit: mobile. */
  .hero-collage{grid-template-rows:210px 104px}
  .editorial-photo img{height:220px}
  .service-visual-grid figure{height:220px}
  .service-feature,.service-feature-large{min-height:272px}
  .sticky-story-media{height:210px}
  .market-panel{min-height:292px}
  .case-primary{grid-template-rows:156px auto}
  .case-visual{height:156px}
  img[data-admin-id="index-image-001"]{object-position:50% 34%}
  img[data-admin-id="index-image-002"]{object-position:50% 45%}
  img[data-admin-id="index-image-003"]{object-position:52% 48%}
  img[data-admin-id="index-image-004"]{object-position:42% 50%}
  img[data-admin-id="index-image-005"]{object-position:50% 48%}
  img[data-admin-id="index-image-006"]{object-position:37% 50%}
  img[data-admin-id="index-image-007"]{object-position:58% 50%}
  img[data-admin-id="index-image-008"]{object-position:50% 46%}
  img[data-admin-id="index-image-009"]{object-position:50% 50%}
  img[data-admin-id="index-image-010"]{object-position:50% 42%}
  img[data-admin-id="index-image-011"]{object-position:56% 50%}
  img[data-admin-id="index-image-012"]{object-position:50% 48%}
  img[data-admin-id="about-image-001"]{object-position:50% 48%}
  img[data-admin-id="ar-follow-up-image-001"]{object-position:37% 50%}
  img[data-admin-id="claims-management-image-001"]{object-position:58% 50%}
  img[data-admin-id="denial-management-image-001"]{object-position:52% 48%}
  img[data-admin-id="eligibility-verification-image-001"]{object-position:40% 50%}
  img[data-admin-id="india-image-001"]{object-position:56% 50%}
  img[data-admin-id="medical-billing-coding-image-001"]{object-position:50% 48%}
  img[data-admin-id="medical-credentialing-image-001"]{object-position:42% 50%}
  img[data-admin-id="patient-billing-image-001"]{object-position:58% 48%}
  img[data-admin-id="payer-enrollment-image-001"]{object-position:52% 48%}
  img[data-admin-id="payment-posting-image-001"]{object-position:50% 50%}
  img[data-admin-id="prior-authorization-image-001"]{object-position:50% 46%}
  img[data-admin-id="rcm-analytics-ai-image-001"]{object-position:58% 48%}
  img[data-admin-id="united-states-image-001"]{object-position:50% 42%}

}

@media (max-width:390px){
  :root{--page-gutter:28px}
  .brand img{width:190px}
  .hero-copy-v4 h1{font-size:2rem}
  .hero-collage{grid-template-rows:205px 106px}
  .page-hero h1{font-size:2.05rem}.page-hero h1.title-long{font-size:1.88rem}.page-hero h1.title-xlong{font-size:1.7rem}
  .credential-lines{grid-template-columns:1fr}
}

@media (min-width:375px) and (max-width:430px){
  /* Homepage workflow: compact one-card mobile carousel approved for 375–430px only. */
  .rcm-flow-section{padding:40px 0 44px}
  .rcm-flow-section .flow-heading{margin-bottom:18px}
  .rcm-flow-section .flow-heading h2{max-width:390px;margin-top:6px;font-size:clamp(2rem,9.2vw,2.34rem);line-height:1.02;letter-spacing:-.035em}
  .rcm-flow-section .flow-heading .lede{max-width:390px;margin-top:13px;font-size:.93rem;line-height:1.5}
  .rcm-flow-steps.is-mobile-enhanced{display:flex;min-width:0;flex-direction:column;touch-action:pan-y}
  .rcm-flow-steps.is-mobile-enhanced .flow-controls{display:contents}
  .rcm-flow-steps.is-mobile-enhanced .flow-tabs{order:1;display:grid;width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;margin:0 0 18px}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab{position:relative;display:grid;width:auto;height:auto;min-width:0;padding:0;place-items:center;border:0;border-radius:0;background:transparent;color:#dbe8e1;overflow:visible}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab::after{content:"";position:absolute;z-index:0;top:21px;left:calc(50% + 22px);width:calc(100% - 42px);height:3px;border-radius:999px;background:#486155;transition:background-color 220ms ease}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab:last-child::after{display:none}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab.is-complete::after{background:#1f7f5c}
  .mobile-tab-number{position:relative;z-index:1;display:grid;width:43px;height:43px;place-items:center;border:2px solid #4d6559;border-radius:50%;background:#121b16;color:#deebe4;font-size:.75rem;font-weight:850;letter-spacing:.02em;box-shadow:0 7px 16px rgba(0,0,0,.12);transition:background-color 220ms ease,border-color 220ms ease,color 220ms ease,box-shadow 220ms ease,transform 220ms ease}
  .mobile-tab-label{display:block;width:100%;margin-top:7px;color:#dbe8e1;font-size:clamp(.55rem,2.4vw,.64rem);font-weight:750;line-height:1.1;text-align:center;white-space:nowrap;transition:color 220ms ease}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab.is-complete .mobile-tab-number{border-color:#2ba975;color:#86edbe}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab[aria-selected=true]{width:auto;border-radius:0;background:transparent}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab[aria-selected=true] .mobile-tab-number{border-color:#38d996;background:#38d996;color:#fff;box-shadow:0 0 0 5px rgba(56,217,150,.09),0 10px 22px rgba(0,0,0,.18);transform:translateY(-2px)}
  .rcm-flow-steps.is-mobile-enhanced .flow-tab[aria-selected=true] .mobile-tab-label{color:#38d996}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step{order:2;position:relative;min-height:318px;padding:24px 22px 22px;overflow:hidden;border-radius:22px;background:linear-gradient(145deg,rgba(20,32,25,.96),rgba(17,30,23,.9));box-shadow:0 18px 38px rgba(0,0,0,.16)}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step::after{content:attr(data-mobile-icon);position:absolute;top:24px;right:22px;display:grid;width:52px;height:52px;place-items:center;border:2px solid rgba(56,217,150,.72);border-radius:14px;color:#38d996;font-size:1.12rem;font-weight:850;line-height:1}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step>span{font-size:.72rem;letter-spacing:.15em}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step h3{max-width:calc(100% - 58px);margin:18px 0 18px;font-size:clamp(1.72rem,7.9vw,2rem);line-height:1.03;letter-spacing:-.025em}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step h3::after{content:"";display:block;width:58px;height:3px;margin-top:17px;border-radius:99px;background:#38d996}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step p{margin:0 0 19px;font-size:.94rem;line-height:1.52}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step a{display:inline-block;font-size:.95rem;line-height:1.35;text-decoration:none}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step.mobile-enter-next{animation:mobile-flow-in-next 360ms var(--ease) both}
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step.mobile-enter-prev{animation:mobile-flow-in-prev 360ms var(--ease) both}
  .rcm-flow-steps.is-mobile-enhanced .flow-control-group{order:3;display:grid;width:100%;grid-template-columns:58px minmax(0,1fr) 58px;gap:12px;align-items:center;margin-top:16px}
  .rcm-flow-steps.is-mobile-enhanced .flow-control{width:58px;height:58px;min-width:58px;min-height:58px;padding:0;border-color:#4d6559;background:#121b16;font-size:1.65rem;line-height:1}
  .rcm-flow-steps.is-mobile-enhanced .flow-control:active{background:#1f7f5c;border-color:#38d996;transform:scale(.97)}
  .mobile-stage-counter{color:#e5eee9;font-size:.92rem;font-weight:700;text-align:center}
  .rcm-flow-steps.is-mobile-enhanced .mobile-flow-hint{order:4;display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;margin:18px 7px 0;color:#bfd5c9;font-size:.78rem;line-height:1.45;letter-spacing:0;text-align:left}
  .rcm-flow-steps.is-mobile-enhanced .mobile-flow-hint::before{content:"↻";display:grid;width:42px;height:42px;place-items:center;border:1px solid #4d6559;border-radius:50%;color:#38d996;font-size:1.25rem;font-weight:700}
  .rcm-flow-steps.is-mobile-enhanced .workflow-static-note{order:5;margin:10px 7px 0;font-size:.74rem;line-height:1.4}
  .rcm-flow-steps.is-mobile-enhanced .mobile-flow-progress{display:none}

  @keyframes mobile-flow-in-next{from{opacity:0;transform:translate3d(22px,8px,0)}to{opacity:1;transform:none}}
  @keyframes mobile-flow-in-prev{from{opacity:0;transform:translate3d(-22px,8px,0)}to{opacity:1;transform:none}}

  /* Homepage operating-model CTA: mobile-only stacked full-width geometry. */
  .hero-copy-v4 .btn-operating-model{width:100%;min-height:48px;padding-inline:18px;background:var(--coral);border-color:var(--coral);color:#fff;box-shadow:0 8px 20px rgba(56,217,150,.17)}
  .hero-copy-v4 .btn-operating-model:hover,.hero-copy-v4 .btn-operating-model:focus-visible{background:var(--coral-hover);border-color:var(--coral-hover);color:#fff}
}

@media (min-width:375px) and (max-width:430px){
  /* Site-wide mobile card carousels: one complete card, autoplay, touch pause and manual arrows. */
  .service-editorial-grid.is-mobile-card-carousel,
  .market-panels.is-mobile-card-carousel,
  .case-grid.is-mobile-card-carousel,
  .insight-grid.is-mobile-card-carousel,
  .related.is-mobile-card-carousel,
  .cert-list.is-mobile-card-carousel,
  .principles.is-mobile-card-carousel,
  .steps.is-mobile-card-carousel{
    display:flex;
    width:100%;
    max-width:100%;
    align-items:stretch;
    gap:0;
    margin-top:20px;
    padding:2px 0 8px;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-x:contain;
    scroll-behavior:smooth;
    scroll-padding-inline:0;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    touch-action:pan-x pan-y;
    -webkit-overflow-scrolling:touch;
  }
  .service-editorial-grid.is-mobile-card-carousel::-webkit-scrollbar,
  .market-panels.is-mobile-card-carousel::-webkit-scrollbar,
  .case-grid.is-mobile-card-carousel::-webkit-scrollbar,
  .insight-grid.is-mobile-card-carousel::-webkit-scrollbar,
  .related.is-mobile-card-carousel::-webkit-scrollbar,
  .cert-list.is-mobile-card-carousel::-webkit-scrollbar,
  .principles.is-mobile-card-carousel::-webkit-scrollbar,
  .steps.is-mobile-card-carousel::-webkit-scrollbar{display:none}

  .is-mobile-card-carousel>*{
    flex:0 0 100%!important;
    width:100%;
    min-width:100%!important;
    max-width:100%!important;
    box-sizing:border-box;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }

  .mobile-card-carousel-controls{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    margin:8px 0 0;
  }
  .mobile-card-carousel-arrow{
    display:grid;
    width:48px;
    height:48px;
    min-width:48px;
    min-height:48px;
    padding:0;
    place-items:center;
    border:1px solid #bed5c8;
    border-radius:50%;
    background:#fff;
    color:var(--ink);
    box-shadow:0 8px 20px rgba(16,21,18,.08);
    font:inherit;
    font-size:1.35rem;
    line-height:1;
    touch-action:manipulation;
    transition:background-color 180ms ease,border-color 180ms ease,color 180ms ease,transform 180ms ease;
  }
  .mobile-card-carousel-arrow:active{
    border-color:var(--teal);
    background:var(--teal);
    color:#fff;
    transform:scale(.96);
  }
  .section-ink .mobile-card-carousel-arrow{
    border-color:#4d6559;
    background:#121b16;
    color:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
  }
  .section-ink .mobile-card-carousel-arrow:active{
    border-color:#38d996;
    background:#1f7f5c;
  }
}

}

/* Style Fix 05: mobile secondary CTA palette, isolated to approved 375–430px viewports. */
@layer responsive {
@media (min-width:375px) and (max-width:430px){
  .btn-outline,
  .section-ink .btn-outline,
  .cta-band .btn-outline{background:var(--coral);border-color:var(--coral);color:#fff}
  .btn-outline:hover,.btn-outline:focus-visible,
  .section-ink .btn-outline:hover,.section-ink .btn-outline:focus-visible,
  .cta-band .btn-outline:hover,.cta-band .btn-outline:focus-visible{background:var(--coral-hover);border-color:var(--coral-hover);color:#fff}
}
}

/* V35.11: mobile-only evidence and authored-content presentation. */
@layer responsive {
@media (max-width:767px){
  .article-meta{display:flex;flex-wrap:wrap;gap:4px 6px;margin:0 0 21px;color:var(--muted);font-size:.76rem;font-weight:650;line-height:1.45}
  .article-answer{width:100%;margin:0 0 30px;padding:18px;border-left:4px solid var(--teal);border-radius:15px}
  .article-answer h2{margin:0 0 8px;font-size:1.35rem}
  .answer-list{margin:13px 0 21px;padding-left:20px}.answer-list li{padding-left:4px;margin-block:8px}
  .evidence-table-wrap{width:100%;margin:17px 0 27px;overflow-x:auto;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:var(--shadow-sm);scrollbar-width:thin;-webkit-overflow-scrolling:touch}
  .evidence-table{width:100%;min-width:660px;border-collapse:collapse;font-size:.82rem;line-height:1.42}
  .evidence-table caption{padding:14px 15px;background:var(--ink);color:#fff;font-weight:760;text-align:left}
  .evidence-table th,.evidence-table td{padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:top;text-align:left}
  .evidence-table thead th{background:#edf3ef;color:var(--ink);font-size:.72rem;letter-spacing:.03em;text-transform:uppercase}
  .evidence-table tbody tr:last-child th,.evidence-table tbody tr:last-child td{border-bottom:0}
  .evidence-table tbody th{width:30%;background:#f7f9f6;color:var(--ink)}
  .case-table{min-width:0}.case-table tbody th{width:38%}
  .source-list{display:grid;gap:7px;margin-bottom:21px;padding-left:18px}
  .evidence-note{margin:0 0 25px;border-left:4px solid var(--accent)}
}
}


/* Style Fix 06: mobile-only glass process carousels, stronger contrast and faster motion. */
@layer responsive {
@media (min-width:375px) and (max-width:430px){
  .mobile-process-carousel-section{
    position:relative;
    isolation:isolate;
    overflow:hidden;
    background:
      radial-gradient(circle at 86% 28%,rgba(56,217,150,.20),transparent 34%),
      radial-gradient(circle at 10% 88%,rgba(56,217,150,.15),transparent 40%),
      linear-gradient(155deg,#0b100d 0%,#142019 58%,#101a15 100%);
  }
  .mobile-process-carousel-section::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:0;
    pointer-events:none;
    background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
    background-size:32px 32px;
    mask-image:linear-gradient(to bottom,transparent,rgba(0,0,0,.55) 18%,rgba(0,0,0,.55) 82%,transparent);
  }
  .mobile-process-carousel-section>.container{position:relative;z-index:1}
  .mobile-process-carousel-section .eyebrow{color:#86edbe}
  .mobile-process-carousel-section h2{max-width:350px;color:#fff;text-wrap:balance}

  .steps.is-mobile-card-carousel.is-mobile-process-carousel{
    margin-top:24px;
    padding:8px 0 12px;
    scroll-behavior:smooth;
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step{
    position:relative;
    display:grid;
    min-height:216px;
    grid-template-columns:1fr;
    grid-template-rows:auto auto 1fr;
    gap:0;
    align-content:start;
    padding:23px 21px 22px;
    overflow:hidden;
    border:1px solid rgba(164,244,206,.32);
    border-radius:22px;
    background:linear-gradient(145deg,rgba(25,62,46,.74),rgba(14,25,19,.70));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.11),0 18px 42px rgba(0,0,0,.23);
    -webkit-backdrop-filter:blur(15px) saturate(122%);
    backdrop-filter:blur(15px) saturate(122%);
    transition:border-color 220ms ease,box-shadow 220ms ease,background-color 220ms ease,transform 220ms ease;
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step::before{
    content:"STAGE " counter(step,decimal-leading-zero);
    display:inline-flex;
    width:max-content;
    min-width:0;
    height:31px;
    padding:0 12px;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(164,244,206,.64);
    border-radius:999px;
    background:rgba(56,217,150,.18);
    color:#dcfae9;
    font-family:var(--sans);
    font-size:.65rem;
    font-weight:850;
    letter-spacing:.13em;
    line-height:1;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.09);
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step::after{
    content:"";
    position:absolute;
    top:-60px;
    right:-54px;
    width:160px;
    height:160px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(56,217,150,.22),transparent 68%);
    opacity:.35;
    pointer-events:none;
    transition:opacity 220ms ease,transform 420ms var(--ease);
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step h3{
    position:relative;
    z-index:1;
    margin:17px 0 9px;
    color:#fff;
    font-size:clamp(1.18rem,5.6vw,1.38rem);
    font-weight:800;
    line-height:1.14;
    letter-spacing:-.018em;
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step p{
    position:relative;
    z-index:1;
    grid-column:1;
    margin:0;
    color:#d8e8df;
    font-size:.94rem;
    line-height:1.52;
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step[aria-current=true]{
    border-color:rgba(164,244,206,.72);
    background:linear-gradient(145deg,rgba(28,75,54,.84),rgba(15,29,22,.78));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 22px 48px rgba(0,0,0,.28),0 0 0 1px rgba(56,217,150,.08);
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step[aria-current=true]::after{opacity:.88;transform:scale(1.08)}
  .steps.is-mobile-card-carousel.is-mobile-process-carousel.is-touch-paused>.step[aria-current=true]{
    border-color:#86edbe;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 24px 54px rgba(0,0,0,.30),0 0 0 4px rgba(56,217,150,.10);
  }
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step:active{transform:translateY(-3px) scale(.992)}

  .mobile-card-carousel-controls--process{
    display:grid;
    grid-template-columns:48px minmax(0,1fr) 48px;
    align-items:center;
    gap:12px;
    margin-top:10px;
  }
  .mobile-card-carousel-controls--process .mobile-card-carousel-arrow{
    border-color:rgba(164,244,206,.34);
    background:linear-gradient(145deg,rgba(25,62,46,.70),rgba(14,25,19,.70));
    color:#fff;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(0,0,0,.20);
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
  }
  .mobile-card-carousel-controls--process .mobile-card-carousel-arrow:active{
    border-color:#86edbe;
    background:#1f7f5c;
    transform:translateY(-1px) scale(.95);
  }
  .mobile-process-carousel-count{
    display:block;
    color:#dfede5;
    font-size:.82rem;
    font-weight:750;
    letter-spacing:.015em;
    text-align:center;
  }

  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step.mobile-process-enter-next{animation:mobile-process-in-next 460ms var(--ease) both}
  .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step.mobile-process-enter-prev{animation:mobile-process-in-prev 460ms var(--ease) both}

  /* Homepage operating-model carousel follows the same mobile glass treatment. */
  .rcm-flow-section{
    background:
      radial-gradient(circle at 88% 36%,rgba(56,217,150,.17),transparent 34%),
      radial-gradient(circle at 8% 82%,rgba(56,217,150,.13),transparent 40%),
      linear-gradient(155deg,#0b100d 0%,#142019 58%,#101a15 100%);
  }
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step{
    border-color:rgba(164,244,206,.38);
    background:linear-gradient(145deg,rgba(25,62,46,.76),rgba(14,25,19,.72));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 21px 48px rgba(0,0,0,.26);
    -webkit-backdrop-filter:blur(15px) saturate(122%);
    backdrop-filter:blur(15px) saturate(122%);
  }
  .rcm-flow-steps.is-mobile-enhanced.is-touch-paused .flow-copy-step.is-active{
    border-color:#86edbe;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 24px 54px rgba(0,0,0,.30),0 0 0 4px rgba(56,217,150,.10);
  }
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step.mobile-enter-next,
  .rcm-flow-steps.is-mobile-enhanced .flow-copy-step.mobile-enter-prev{animation-duration:460ms}
  .rcm-flow-steps.is-mobile-enhanced .flow-control{
    border-color:rgba(164,244,206,.34);
    background:linear-gradient(145deg,rgba(25,62,46,.70),rgba(14,25,19,.70));
    box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 10px 24px rgba(0,0,0,.20);
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
  }

  @media (hover:hover) and (pointer:fine){
    .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step:hover,
    .steps.is-mobile-card-carousel.is-mobile-process-carousel>.step:focus-within{
      border-color:#86edbe;
      box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 24px 54px rgba(0,0,0,.30),0 0 0 4px rgba(56,217,150,.10);
      transform:translateY(-4px);
    }
    .mobile-card-carousel-controls--process .mobile-card-carousel-arrow:hover,
    .mobile-card-carousel-controls--process .mobile-card-carousel-arrow:focus-visible{
      border-color:#86edbe;
      background:#1f7f5c;
    }
  }

  @keyframes mobile-process-in-next{from{opacity:.35;transform:translate3d(24px,8px,0) scale(.985)}to{opacity:1;transform:none}}
  @keyframes mobile-process-in-prev{from{opacity:.35;transform:translate3d(-24px,8px,0) scale(.985)}to{opacity:1;transform:none}}
}
}


/* Style Fix 07: mobile-only vertical three-card groups and card flair. */
@layer responsive {
@media (min-width:375px) and (max-width:430px){
  .service-editorial-grid.is-mobile-three-card-stack,
  .market-panels.is-mobile-three-card-stack,
  .case-grid.is-mobile-three-card-stack,
  .insight-grid.is-mobile-three-card-stack,
  .related.is-mobile-three-card-stack,
  .cert-list.is-mobile-three-card-stack,
  .principles.is-mobile-three-card-stack,
  .service-editorial-grid:has(>:nth-child(3):last-child),
  .market-panels:has(>:nth-child(3):last-child),
  .case-grid:has(>:nth-child(3):last-child),
  .insight-grid:has(>:nth-child(3):last-child),
  .related:has(>:nth-child(3):last-child),
  .cert-list:has(>:nth-child(3):last-child),
  .principles:has(>:nth-child(3):last-child){
    display:grid;
    width:100%;
    max-width:100%;
    grid-template-columns:minmax(0,1fr);
    gap:14px;
    margin-top:20px;
    padding:0;
    overflow:visible;
    scroll-snap-type:none;
    scroll-padding:0;
    touch-action:auto;
  }
  .is-mobile-three-card-stack>*{
    width:100%;
    min-width:0!important;
    max-width:none!important;
    flex:none!important;
    scroll-snap-align:none;
    scroll-snap-stop:normal;
  }

  /* Light-surface cards: subtle dual-accent edge, depth and touch feedback. */
  .included-item,
  .insight,
  .related>a,
  .cert-link,
  .principle,
  .credential-lines>div,
  .story-copy{
    border-color:#c8ddd1;
    background-image:
      linear-gradient(90deg,var(--teal) 0 68%,var(--coral) 68% 100%),
      linear-gradient(145deg,#fff 0%,#f8faf7 58%,#eff7f2 100%);
    background-position:0 0,0 0;
    background-size:100% 3px,100% 100%;
    background-repeat:no-repeat;
    box-shadow:0 12px 28px rgba(16,21,18,.10),inset 0 1px 0 rgba(255,255,255,.92);
    transition:transform 180ms var(--ease),border-color 180ms ease,box-shadow 180ms ease;
  }
  .included-item:active,
  .insight:active,
  .related>a:active,
  .cert-link:active,
  .principle:active,
  .credential-lines>div:active,
  .story-copy:active{
    border-color:#66c998;
    box-shadow:0 15px 32px rgba(16,21,18,.14),0 0 0 3px rgba(56,217,150,.08);
    transform:translateY(-2px) scale(.994);
  }

  /* Image-led and dark cards keep their imagery while gaining a premium edge. */
  .service-feature,
  .market-panel,
  .case-card,
  .case-editorial,
  .profile-card,
  .contact-panel{
    border:1px solid rgba(56,217,150,.30);
    box-shadow:0 16px 34px rgba(10,15,12,.16),0 0 0 1px rgba(255,255,255,.04) inset;
    transition:transform 180ms var(--ease),border-color 180ms ease,box-shadow 180ms ease;
  }
  .service-feature:active,
  .market-panel:active,
  .case-card:active,
  .case-editorial:active,
  .profile-card:active,
  .contact-panel:active{
    border-color:rgba(56,217,150,.70);
    box-shadow:0 19px 38px rgba(10,15,12,.20),0 0 0 3px rgba(56,217,150,.08);
    transform:translateY(-2px) scale(.994);
  }
}
}

/* Style Fix 09: mobile-only controls, swipe affordance and touch pause for the editorial story. */
@layer responsive {
@media (min-width:375px) and (max-width:430px){
  .sticky-story.is-mobile-story-interactive .sticky-story-grid{
    touch-action:pan-y;
  }
  .mobile-story-controls{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:54px minmax(0,1fr) 54px;
    gap:14px;
    align-items:center;
    width:100%;
    margin-top:2px;
  }
  .mobile-story-control{
    display:grid;
    width:54px;
    height:54px;
    padding:0;
    place-items:center;
    border:1px solid rgba(56,217,150,.42);
    border-radius:50%;
    background:linear-gradient(145deg,#fff,#edf6f0);
    color:var(--ink);
    box-shadow:0 10px 24px rgba(16,21,18,.12),inset 0 1px 0 rgba(255,255,255,.96);
    font-size:1.34rem;
    line-height:1;
    touch-action:manipulation;
    transition:transform 170ms var(--ease),border-color 170ms ease,background 170ms ease,box-shadow 170ms ease;
  }
  .mobile-story-control:active{
    border-color:var(--coral);
    background:linear-gradient(145deg,#f6f7f2,#eaf3ed);
    box-shadow:0 7px 16px rgba(16,21,18,.12),0 0 0 3px rgba(56,217,150,.10);
    transform:scale(.95);
  }
  .mobile-story-control:focus-visible{
    outline:3px solid rgba(56,217,150,.26);
    outline-offset:3px;
  }
  .mobile-story-status{
    color:var(--ink);
    font-size:.82rem;
    font-weight:850;
    letter-spacing:.025em;
    text-align:center;
  }
  .sticky-story.is-touch-paused .story-image-stack,
  .sticky-story.is-touch-paused .story-copy{
    border-color:rgba(56,217,150,.58);
    box-shadow:0 15px 32px rgba(16,21,18,.14),0 0 0 3px rgba(56,217,150,.08);
  }
}
}
