/* Services hub (/services/ only). An editorial directory: a centred hero,
   grouped service rows with a quiet cyan hover, a tabbed by-business-type
   section, a horizontal journey band, a plain-language router, proof, a
   review rail and insights. Solid surfaces throughout: no decorative
   gradients. Every selector is .shub- scoped so nothing leaks into the
   dedicated service pages. */

/* ---- shared bits ---- */
.shub-eyebrow { font-size: 12.5px; letter-spacing: 0.08em; }

.shub-head { max-width: 720px; }

.shub-head h2,
.shub-explorer-intro h2 {
  margin: 12px 0 0;
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: clamp(30px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.45px;
}

.shub-head p {
  max-width: 58ch;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.65;
}

.shub-arr {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---- hero: centred, solid, quiet ---- */
.shub-hero {
  padding: 176px 0 88px;
  background: #fff;
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.shub-hero h1 {
  max-width: 820px;
  margin: 18px auto 0;
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 5.6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.025em;
}

.shub-hero-lead {
  max-width: 640px;
  margin: 22px auto 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.7;
}

.shub-hero .cta-row { margin-top: 34px; align-items: center; justify-content: center; }

.shub-scroll {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-deep);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 600;
}

.shub-scroll .dn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), border-color 180ms ease;
}

.shub-scroll .dn svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shub-scroll:hover, .shub-scroll:focus-visible { color: var(--brand-dark); }
.shub-scroll:hover .dn, .shub-scroll:focus-visible .dn { border-color: var(--brand-dark); transform: translateY(3px); }

/* ---- services explorer ---- */
.shub-explorer { padding: 104px 0 118px; scroll-margin-top: 96px; }

.shub-explorer .w {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}

.shub-explorer-intro { position: sticky; top: 132px; }

.shub-explorer-intro p {
  max-width: 34ch;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.shub-group-label {
  margin: 0 0 4px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.shub-group + .shub-group { margin-top: 54px; }

.shub-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 27px 14px 27px 6px;
  border-top: 1px solid var(--line);
  transition: background-color 160ms ease;
}

.shub-row:last-child { border-bottom: 1px solid var(--line); }

/* quiet cyan tint on hover and focus; the arrow does the moving */
.shub-row:hover, .shub-row:focus-visible { background-color: rgba(0, 188, 228, 0.09); }

.shub-row-num {
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: color 180ms ease;
}

.shub-row-title {
  display: block;
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

.shub-row-desc {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.shub-row .shub-arr { width: 24px; height: 24px; color: var(--muted); }

.shub-row:hover .shub-row-num, .shub-row:focus-visible .shub-row-num { color: var(--brand-dark); }
.shub-row:hover .shub-arr, .shub-row:focus-visible .shub-arr { color: var(--brand-dark); transform: translateX(6px); }
.shub-row:hover .shub-row-title, .shub-row:focus-visible .shub-row-title { color: var(--brand-dark); }

/* ---- accounting by sector: navy band, light cards ---- */
.shub-bytype { padding: 104px 0 112px; background: var(--ink-deep); }

.shub-bt { margin-top: 0; }

/* one segmented control: icons, quiet frame, and a white pill that slides
   to the chosen sector */
.shub-bytype .shub-tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  gap: 4px;
  margin: 0 auto 34px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.shub-tab-pill {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 999px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1),
              width 380ms cubic-bezier(0.22, 1, 0.36, 1),
              height 380ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 160ms linear;
}

.shub-tab-pill.on { opacity: 1; }

.shub-bytype .shub-tab {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 650;
  cursor: pointer;
  transition: color 240ms ease;
}

.shub-bytype .shub-tab .ic-art { width: 17px; height: 17px; }
.shub-bytype .shub-tab:hover { color: #fff; }

/* the white comes from the sliding pill, so the tab itself stays bare */
.shub-bytype .shub-tab[aria-selected="true"] { color: var(--ink-deep); }

/* a quieter bubble trails the pointer between the segments */
.shub-tab-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1),
              width 300ms cubic-bezier(0.22, 1, 0.36, 1),
              height 300ms cubic-bezier(0.22, 1, 0.36, 1),
              opacity 160ms linear;
}

.shub-tab-hover.on { opacity: 1; }

/* no-JS: each state keeps its own standing label */
.shub-bt-label {
  margin: 40px 0 12px;
  color: var(--brand);
  font-family: var(--font-sans);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.shub-bt-panel:first-of-type .shub-bt-label { margin-top: 0; }
.shub-bt.is-tabbed .shub-bt-label { display: none; }

/* with JS the three panels stack in one grid cell so the band holds one
   height. Sectors cut over instantly: no slide, no fade. */
.shub-bt.is-tabbed .shub-bt-panels { display: grid; }
.shub-bt.is-tabbed .shub-bt-panel { grid-area: 1 / 1; }

.shub-bt.is-tabbed .shub-bt-panel[hidden] {
  display: block;
  visibility: hidden;
  pointer-events: none;
}

/* the part that changes with the sector: one heading, one button */
.shub-bt-intro { max-width: 720px; margin: 0 auto 36px; text-align: center; }

.shub-bt-intro h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.9vw, 36px);
  font-weight: 650;
  line-height: 1.16;
  letter-spacing: -0.4px;
}

.shub-bt-route {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 650;
  transition: background-color 180ms ease, color 180ms ease;
}

.shub-bt-route .shub-arr { width: 16px; height: 16px; }
.shub-bt-route:hover { background: #fff; color: var(--brand-dark); }
.shub-bt-route:hover .shub-arr, .shub-bt-route:focus-visible .shub-arr { transform: translateX(4px); }

/* three quiet professional-services cards: a small outlined-circle icon
   top-left, then label, headline, line and a named route. Text leads. */
.shub-bt-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shub-bt-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: border-color 160ms ease;
}

.shub-bt-card:hover, .shub-bt-card:focus-visible { border-color: rgba(0, 188, 228, 0.55); }

.shub-bt-card .icn img { display: block; width: 48px; height: 48px; }

.shub-bt-card .k {
  margin-top: 18px;
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shub-bt-card b {
  display: block;
  margin-top: 8px;
  color: var(--ink-deep);
  font-family: var(--font-sans);
  font-size: 19.5px;
  font-weight: 650;
  letter-spacing: -0.2px;
  line-height: 1.28;
}

.shub-bt-card .d {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.shub-bt-card .go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 650;
}

.shub-bt-card .go .shub-arr { width: 15px; height: 15px; }
.shub-bt-card:hover .go .shub-arr, .shub-bt-card:focus-visible .go .shub-arr { transform: translateX(4px); }

.shub-bt-other {
  max-width: 620px;
  margin: 52px auto 0;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.shub-bt-other b { color: #fff; font-weight: 650; }

.shub-bt-other a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-family: var(--font-sans);
  font-weight: 650;
}

.shub-bt-other a .shub-arr { width: 15px; height: 15px; vertical-align: middle; }
.shub-bt-other a:hover .shub-arr, .shub-bt-other a:focus-visible .shub-arr { transform: translateX(4px); }

/* cyan focus rings read on navy where the dark ones cannot */
.shub-bytype .shub-tab:focus-visible,
.shub-bytype .shub-bt-card:focus-visible,
.shub-bytype .shub-bt-route:focus-visible,
.shub-bytype .shub-bt-other a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 3px;
}

/* display:flex would defeat the UA's [hidden] rule, so the no-JS guards are
   restated: the switcher and the rail buttons stay gone until JS runs */
.shub-tabs[hidden], .shub-rail-controls[hidden] { display: none; }

/* ---- router ---- */
.shub-router { padding: 104px 0 118px; background: var(--soft); }

.shub-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
  margin-top: 48px;
  border-bottom: 1px solid var(--line);
}

.shub-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 6px;
  border-top: 1px solid var(--line);
}

.shub-route .q {
  color: var(--ink-deep);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.shub-route .to {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: 14.5px;
  font-weight: 650;
  white-space: nowrap;
}

.shub-route .shub-arr { width: 18px; height: 18px; }
.shub-route:hover .shub-arr, .shub-route:focus-visible .shub-arr { transform: translateX(5px); }
.shub-route:hover .q, .shub-route:focus-visible .q { color: var(--brand-dark); }

/* ---- proof ---- */
.shub-proof { padding: 84px 0; }

.shub-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.shub-proof-item { min-width: 0; }
.shub-proof-item + .shub-proof-item { border-left: 1px solid var(--line); padding-left: 30px; }

.shub-proof-item .stars { color: #f5b301; font-size: 15px; letter-spacing: 2.5px; }

.shub-proof-item b:first-child,
.shub-proof-item a > b:first-child { margin-top: 0; }

.shub-proof-item b {
  display: block;
  margin-top: 8px;
  color: var(--ink-deep);
  font-family: var(--font-sans);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.shub-proof-item > span, .shub-proof-item a > span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.shub-proof-item .figure {
  display: block;
  color: var(--ink-deep);
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.shub-proof-item .stars + .figure { margin-top: 10px; }
.shub-proof-item a { display: block; }
.shub-proof-item a:hover b, .shub-proof-item a:focus-visible b { color: var(--brand-dark); }

/* the ACCA accreditation as one horizontal lockup: logo left, wording right */
.shub-proof-item a.shub-acca {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}

.shub-acca img, .shub-acca .g-mark { flex: 0 0 auto; width: 44px; height: 44px; }
.shub-proof-item a.shub-acca > .txt { margin-top: 0; }
.shub-acca .txt b { margin-top: 0; }
.shub-acca .txt > span { display: block; margin-top: 4px; }
.shub-acca .txt .stars { margin: 0 0 5px; color: #f5b301; font-size: 14px; letter-spacing: 2.5px; }

/* ---- reviews rail ---- */
.shub-reviews { padding: 104px 0; background: var(--soft); }

.shub-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(440px, 82vw);
  gap: 18px;
  margin-top: 44px;
  padding: 4px 4px 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}

.shub-quote {
  margin: 0;
  padding: 26px 26px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  scroll-snap-align: start;
}

.shub-quote .stars {
  color: #f5b301;
  font-size: 13px;
  letter-spacing: 2.5px;
}

.shub-quote blockquote {
  margin: 14px 0 0;
  color: var(--ink-deep);
  font-size: clamp(15.5px, 1.4vw, 17.5px);
  font-weight: 500;
  line-height: 1.6;
}

.shub-quote figcaption { margin-top: 16px; }
.shub-quote figcaption b { display: block; color: var(--ink-deep); font-family: var(--font-sans); font-size: 15px; font-weight: 650; }
.shub-quote figcaption span { display: block; margin-top: 3px; color: var(--muted); font-size: 13.5px; }

.shub-rail-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.shub-reviews-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: 15.5px;
  font-weight: 650;
}

.shub-reviews-more:hover .shub-arr, .shub-reviews-more:focus-visible .shub-arr { transform: translateX(5px); }

.shub-rail-controls { display: flex; gap: 10px; }

.shub-rail-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--ink-deep);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease;
}

.shub-rail-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.shub-rail-btn:hover { border-color: var(--brand-dark); color: var(--brand-dark); }

/* ---- insights ---- */
.shub-insights { padding: 104px 0 112px; }

.shub-insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.shub-insight {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px 24px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition: transform 180ms ease, border-color 180ms ease;
}

.shub-insight:hover, .shub-insight:focus-visible { transform: translateY(-2px); border-color: rgba(0, 188, 228, 0.5); }

.shub-insight-tag {
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shub-insight-title {
  margin-top: 12px;
  color: var(--ink-deep);
  font-family: var(--font-sans);
  font-size: 18.5px;
  font-weight: 650;
  line-height: 1.3;
}

.shub-insight-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.shub-insight-meta { margin-top: 12px; color: var(--muted); font-size: 12.5px; }
.shub-insight-meta[hidden] { display: none; }

.shub-insight-go {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: 13.5px;
  font-weight: 650;
}

.shub-insight-go .shub-arr { width: 16px; height: 16px; }
.shub-insight:hover .shub-insight-go .shub-arr { transform: translateX(4px); }

.shub-insights-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 36px;
  color: var(--brand-dark);
  font-family: var(--font-sans);
  font-size: 15.5px;
  font-weight: 650;
}

.shub-insights-more:hover .shub-arr, .shub-insights-more:focus-visible .shub-arr { transform: translateX(5px); }

/* The shared .btn-o gained a white fill in the Figtree pass, which leaves
   the navy band's outline button white-on-white. Ground it here, scoped to
   this page. (The dedicated service pages have the same latent bug.) */
.svc-cta .btn-o { background: transparent; }

/* ---- focus ---- */
.shub-row:focus-visible,
.shub-route:focus-visible,
.shub-bt-card:focus-visible,
.shub-bt-more a:focus-visible,
.shub-bt-other a:focus-visible,
.shub-tab:focus-visible,
.shub-rail:focus-visible,
.shub-rail-btn:focus-visible,
.shub-insight:focus-visible,
.shub-scroll:focus-visible,
.shub-reviews-more:focus-visible,
.shub-insights-more:focus-visible,
.shub-proof-item a:focus-visible {
  outline: 2px solid var(--brand-dark);
  outline-offset: 3px;
}

/* ---- responsive ---- */
@media (max-width: 1080px) {
  .shub-explorer .w { grid-template-columns: 1fr; gap: 44px; }
  .shub-explorer-intro { position: static; }
  .shub-explorer-intro p { max-width: 58ch; }
  .shub-insight-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .shub-bt-cards { grid-template-columns: 1fr; }
  .shub-bt-card { padding: 26px 24px 24px; }
  .shub-proof-row { grid-template-columns: 1fr; gap: 0; margin-top: 24px; }
  .shub-proof-item { border-top: 1px solid var(--line); padding: 20px 0; }
  .shub-proof-item + .shub-proof-item { border-left: 0; padding-left: 0; }
  .shub-proof-item:last-child { border-bottom: 1px solid var(--line); }
  /* the 15+ joins the same lockup pattern as the two logos above it:
     mark on the left, wording beside it */
  .shub-proof-item:last-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 16px;
    align-items: center;
  }
  .shub-proof-item:last-child .figure {
    grid-row: 1 / 3;
    min-width: 44px;
    text-align: center;
  }
  .shub-proof-item:last-child b { margin-top: 0; }
  .shub-proof-item:last-child > span { margin-top: 4px; }
}

@media (max-width: 760px) {
  .shub-hero { padding: 148px 0 68px; }
  .shub-explorer { padding: 72px 0; }
  /* one row on phones: only the chosen sector wears its name; the other
     two wait as bare icons and reveal their label when their turn comes */
  .shub-bytype .shub-tabs { flex-wrap: nowrap; }
  .shub-bytype .shub-tab { gap: 0; padding: 11px 15px; }
  .shub-tab-txt {
    display: inline-block;
    max-width: 160px;
    margin-left: 9px;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 340ms cubic-bezier(0.22, 1, 0.36, 1),
                margin-left 340ms cubic-bezier(0.22, 1, 0.36, 1),
                opacity 220ms ease;
  }
  .shub-bytype .shub-tab[aria-selected="false"] .shub-tab-txt {
    max-width: 0;
    margin-left: 0;
    opacity: 0;
  }
  .shub-bytype, .shub-router, .shub-reviews, .shub-insights { padding: 76px 0; }
  .shub-proof { padding: 60px 0; }
  .shub-group + .shub-group { margin-top: 40px; }
  .shub-row { grid-template-columns: 34px minmax(0, 1fr) auto; gap: 12px; padding: 21px 8px 21px 2px; }
  .shub-row-num { font-size: 11.5px; }
  .shub-row .shub-arr { width: 20px; height: 20px; }
  .shub-row-desc { font-size: 14px; }
  .shub-bt-card { padding: 24px 22px 22px; }
  .shub-routes { grid-template-columns: 1fr; gap: 0; margin-top: 36px; }
  .shub-route { flex-wrap: wrap; gap: 8px 18px; padding: 18px 4px; }
  .shub-rail { grid-auto-columns: min(340px, 84vw); }
  .shub-rail-foot { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  .shub-arr, .shub-scroll .dn, .shub-bt-card, .shub-tab, .shub-tab-pill, .shub-tab-hover,
  .shub-row, .shub-rail-btn, .shub-insight, .shub-bt-route, .shub-tab-txt { transition: none; }
  .shub-rail { scroll-behavior: auto; }
}
