/* BTCENT R295 — editorial product refinement.
   R294 remains the information/interaction baseline. R295 removes clipped
   selector rails, decorative node diagrams, cobalt slabs and template-like
   typography without changing route facts, copy or navigation behavior. */

body[data-r295-ui="editorial-product"] {
  --r295-ink: #111318;
  --r295-ink-soft: #1a1d23;
  --r295-paper: #f7f7f4;
  --r295-white: #fff;
  --r295-text: #15171b;
  --r295-muted: #686d75;
  --r295-faint: #9a9ea5;
  --r295-line: rgba(21, 23, 27, .12);
  --r295-accent: #4658ee;
  --r295-focus: #273ddd;
  --r295-fast: 220ms cubic-bezier(.2, .72, .2, 1);
}

body[data-r295-ui="editorial-product"] :is(button, input, select, textarea, summary, label) {
  font-size: max(1em, 13px);
}

body[data-r295-ui="editorial-product"] :is(
  .r294-object-dock,
  .r294-engine,
  .r294-service-stepper,
  .r294-route-map,
  [data-r294-workstreams]
) :is(button, a):focus-visible {
  outline: 2px solid var(--r295-focus);
  outline-offset: 3px;
}

/* BWS page frame: remove the inherited sci-fi light wedge and duplicated intro. */
body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening {
  min-height: clamp(34rem, 72vh, 40rem);
  padding-top: clamp(9rem, 16vh, 11rem);
  padding-bottom: clamp(4.5rem, 9vh, 6.5rem);
  color: #fff;
  background: #0e1015;
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening::after {
  display: none;
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening h1 {
  max-width: 13ch;
  font-size: clamp(3.25rem, 7vw, 6.75rem);
  font-weight: 610;
  line-height: .94;
  letter-spacing: -.052em;
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening h1 span {
  color: rgba(255, 255, 255, .68);
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening .r270-button {
  width: fit-content;
  min-width: 12rem;
  border-radius: .3rem;
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-system > header {
  display: none;
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-proof {
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(4.5rem, 8vw, 7rem);
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-logo img {
  width: clamp(7.5rem, 12vw, 9rem);
  height: auto;
  max-height: 5rem;
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-contact {
  color: var(--r295-text);
  background: #eceef3;
}

body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-contact .r270-button {
  width: fit-content;
  min-width: 12rem;
  border-color: var(--r295-ink);
  border-radius: .3rem;
  color: #fff;
  background: var(--r295-ink);
}

/* Tool controls stay useful, but stop reading as a floating AI control card. */
body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-controls {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] :is(.r290-filters, .r290-density) button {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 3rem;
  padding: .55rem .65rem;
  border: 0;
  border-radius: 0;
  color: var(--r295-muted);
  background: transparent;
  box-shadow: none;
  text-align: left;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-filters {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-flow: row;
  gap: .25rem;
  overflow: visible;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-density {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .25rem;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] :is(.r290-filters, .r290-density) button:is([aria-pressed="true"], [aria-selected="true"]) {
  color: #fff;
  background: var(--r295-ink);
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-focus {
  border-radius: .45rem;
  box-shadow: 0 1.4rem 4rem rgba(9, 11, 16, .13);
}

/* One compact selection grammar for clients, work, cases and service families. */
body[data-r295-ui="editorial-product"] .r294-object-dock,
body[data-r295-ui="editorial-product"][data-r294-family="works"] .r280-work-browser > nav.r294-object-dock,
body[data-r295-ui="editorial-product"][data-r294-family="case-index"] nav.r294-object-dock {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: clamp(.7rem, 1.5vw, 1.25rem);
  overflow: visible;
  padding: .25rem 0;
  border: 0;
  scrollbar-width: none;
}

body[data-r295-ui="editorial-product"] .r294-object-dock::-webkit-scrollbar {
  display: none;
}

body[data-r295-ui="editorial-product"] .r294-object-dock button,
body[data-r295-ui="editorial-product"][data-r294-family="works"][data-r284-system] .r280-work-browser > nav.r294-object-dock button[data-r293-control="tab"],
body[data-r295-ui="editorial-product"][data-r294-family="case-index"] nav.r294-object-dock button[data-r293-control="tab"] {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 4.25rem;
  grid-template-columns: 1.55rem minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
  padding: .6rem .6rem .6rem .75rem;
  border: 0;
  border-radius: 0;
  color: var(--r295-muted);
  background: transparent;
  box-shadow: none;
  text-align: left;
  transition: color var(--r295-fast), transform var(--r295-fast);
}

body[data-r295-ui="editorial-product"] .r294-object-dock button + button {
  border-left: 0;
}

body[data-r295-ui="editorial-product"] .r294-object-dock button::after {
  display: none;
}

body[data-r295-ui="editorial-product"] .r294-object-dock button::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 1.25rem;
  background: var(--r295-accent);
  content: "";
  opacity: 0;
  transform: translateY(-50%) scaleY(.35);
  transition: opacity var(--r295-fast), transform var(--r295-fast);
}

body[data-r295-ui="editorial-product"] .r294-object-dock button:is(:hover, [aria-pressed="true"]),
body[data-r295-ui="editorial-product"][data-r294-family="works"][data-r284-system] .r280-work-browser > nav.r294-object-dock button[data-r293-control="tab"][aria-pressed="true"],
body[data-r295-ui="editorial-product"][data-r294-family="case-index"] nav.r294-object-dock button[data-r293-control="tab"][aria-pressed="true"] {
  color: var(--r295-text);
  background: transparent;
}

body[data-r295-ui="editorial-product"] .r294-object-dock button:is(:hover, [aria-pressed="true"])::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

body[data-r295-ui="editorial-product"] .r294-object-dock button small {
  color: var(--r295-faint);
  font-size: max(.74rem, 13px);
  font-variant-numeric: tabular-nums;
  letter-spacing: .01em;
}

body[data-r295-ui="editorial-product"] .r294-object-dock button span {
  overflow: visible;
  font-size: clamp(.82rem, 1.05vw, .96rem);
  font-weight: 590;
  line-height: 1.26;
  text-overflow: clip;
  white-space: normal;
}

body[data-r295-ui="editorial-product"][data-r294-family="case-index"][data-r280-legacy] .r270-identity-package {
  min-height: 29rem;
  border-radius: .45rem;
}

body[data-r295-ui="editorial-product"][data-r294-family="case-index"][data-r280-legacy] .r270-identity-package.is-night .r270-identity-anchor {
  background: var(--r295-ink);
}

body[data-r295-ui="editorial-product"][data-r294-family="works"] .r280-work-object {
  border-radius: .45rem;
  box-shadow: 0 .9rem 2.8rem rgba(10, 12, 18, .08);
}

body[data-r295-ui="editorial-product"][data-r294-family="blog-index"] [data-r294-journal-object] {
  padding: 1.5rem 0;
  border-top: 0;
  border-bottom: 1px solid var(--r295-line);
}

body[data-r295-ui="editorial-product"][data-r294-family="blog-index"] [data-r294-journal-object] .r270-kicker {
  font-size: max(.76rem, 13px);
  font-weight: 620;
  letter-spacing: .035em;
  text-transform: none;
}

body[data-r295-ui="editorial-product"][data-r294-family="blog-index"] [data-r294-journal-object] h2 {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  line-height: 1.16;
  letter-spacing: -.025em;
}

html:where([lang^="ko"], [lang^="zh"]) body[data-r295-ui="editorial-product"][data-r294-family="blog-index"] [data-r294-journal-object] .r270-kicker {
  letter-spacing: 0;
}

/* Home relationship workstreams: open editorial controls over real media. */
body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-focus-content > ul[data-r294-workstreams] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .35rem;
  margin-top: .8rem;
  padding: .4rem;
  border: 0;
  border-radius: .25rem;
  background: rgba(8, 10, 14, .74);
  backdrop-filter: none;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-focus-content > ul[data-r294-workstreams]::after {
  display: none;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] [data-r294-workstream] {
  position: relative;
  min-height: 4.1rem;
  padding: .72rem .68rem .72rem .8rem;
  border-radius: 0;
  color: rgba(255, 255, 255, .58);
  background: transparent;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] [data-r294-workstream]::before {
  position: absolute;
  top: .75rem;
  bottom: .75rem;
  left: 0;
  width: 2px;
  background: #fff;
  content: "";
  opacity: 0;
  transform: scaleY(.35);
  transition: opacity var(--r295-fast), transform var(--r295-fast);
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] [data-r294-workstream][aria-selected="true"] {
  color: #fff;
  background: transparent;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] [data-r294-workstream][aria-selected="true"]::before {
  opacity: 1;
  transform: scaleY(1);
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] [data-r294-workstream] small {
  color: rgba(255, 255, 255, .45);
  font-size: max(.73rem, 13px);
  letter-spacing: .01em;
}

body[data-r295-ui="editorial-product"][data-r294-family="home"] [data-r294-workstream] span {
  font-size: clamp(.82rem, 1vw, .94rem);
  font-weight: 590;
}

/* BWS: an editorial operating surface, not a node diagram or cobalt dashboard. */
body[data-r295-ui="editorial-product"] .r294-engine {
  width: min(100%, 78rem);
  grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}

body[data-r295-ui="editorial-product"] .r294-engine-copy h2 {
  max-width: 11ch;
  margin: .9rem 0 1.25rem;
  font-size: clamp(2.6rem, 4.8vw, 4.8rem);
  line-height: .94;
  letter-spacing: -.048em;
}

body[data-r295-ui="editorial-product"] .r294-engine-copy > p:last-of-type {
  max-width: 34rem;
  color: var(--r295-muted);
  font-size: clamp(.98rem, 1.25vw, 1.1rem);
  line-height: 1.6;
}

body[data-r295-ui="editorial-product"] .r294-engine-copy > .r270-kicker {
  color: var(--r295-muted);
  font-size: max(.75rem, 13px);
  font-weight: 620;
  letter-spacing: .045em;
  text-transform: none;
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem clamp(.7rem, 1.4vw, 1.15rem);
  overflow: visible;
  margin-top: clamp(2rem, 4vw, 3.25rem);
  border: 0;
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs button {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 3.9rem;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
  padding: .55rem .5rem .55rem .7rem;
  border: 0;
  color: var(--r295-muted);
  background: transparent;
  text-align: left;
  transition: color var(--r295-fast), transform var(--r295-fast);
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs button::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 1.25rem;
  background: var(--r295-accent);
  content: "";
  opacity: 0;
  transform: translateY(-50%) scaleY(.35);
  transition: opacity var(--r295-fast), transform var(--r295-fast);
}

body[data-r295-ui="editorial-product"] :is(
  .r294-engine-tabs button,
  .r294-service-step-tabs button,
  [data-r294-workstream]
)::after {
  display: none;
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs button:is(:hover, [aria-selected="true"]) {
  color: var(--r295-text);
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs button:is(:hover, [aria-selected="true"])::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs button small {
  color: var(--r295-faint);
  font-size: max(.74rem, 13px);
  letter-spacing: .01em;
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs button[aria-selected="true"] small {
  color: var(--r295-accent);
}

body[data-r295-ui="editorial-product"] .r294-engine-tabs button span {
  font-size: clamp(.94rem, 1.2vw, 1.08rem);
  font-weight: 610;
  line-height: 1.2;
}

body[data-r295-ui="editorial-product"] .r294-engine-view {
  position: relative;
  display: grid;
  width: 100%;
  min-height: clamp(25rem, 38vw, 31rem);
  grid-template-rows: auto 1fr;
  align-content: normal;
  overflow: hidden;
  padding: clamp(1.5rem, 3.6vw, 3rem);
  border: 0;
  border-radius: .4rem;
  color: #fff;
  background: var(--r295-ink);
  box-shadow: 0 1.6rem 4.5rem rgba(12, 14, 19, .16);
  isolation: isolate;
}

body[data-r295-ui="editorial-product"] .r294-engine-view::before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  display: block;
  width: clamp(2.75rem, 8vw, 5.5rem);
  height: 3px;
  border: 0;
  border-radius: 0;
  background: var(--r295-accent);
  content: "";
  transition: width var(--r295-fast);
}

body[data-r295-ui="editorial-product"] .r294-engine-path {
  display: none;
}

body[data-r295-ui="editorial-product"] .r294-engine-view p {
  position: relative;
  z-index: 1;
  display: flex;
  gap: .65rem;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: max(.76rem, 13px);
  font-weight: 560;
  letter-spacing: .02em;
  text-transform: none;
}

body[data-r295-ui="editorial-product"] .r294-engine-view p small {
  color: rgba(255, 255, 255, .42);
  font-size: inherit;
  font-variant-numeric: tabular-nums;
}

body[data-r295-ui="editorial-product"] .r294-engine-view h3 {
  position: relative;
  z-index: 1;
  align-self: end;
  max-width: 15ch;
  margin: clamp(3rem, 8vw, 6rem) 0 0;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 620;
  line-height: .98;
  letter-spacing: -.045em;
  text-wrap: balance;
}

/* Service steps share the same restrained interaction, without progress bars. */
body[data-r295-ui="editorial-product"] .r294-service-stepper {
  grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

body[data-r295-ui="editorial-product"] .r294-service-step-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .45rem clamp(.7rem, 1.4vw, 1.15rem);
  overflow: visible;
  border: 0;
}

body[data-r295-ui="editorial-product"] .r294-service-step-tabs button {
  position: relative;
  min-width: 0;
  min-height: 4rem;
  padding: .55rem .5rem .55rem .7rem;
  border: 0;
  color: var(--r295-muted);
  background: transparent;
}

body[data-r295-ui="editorial-product"] .r294-service-step-tabs button::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 1.25rem;
  background: var(--r295-accent);
  content: "";
  opacity: 0;
  transform: translateY(-50%) scaleY(.35);
  transition: opacity var(--r295-fast), transform var(--r295-fast);
}

body[data-r295-ui="editorial-product"] .r294-service-step-tabs button:is(:hover, [aria-selected="true"]) {
  padding-left: .7rem;
  color: var(--r295-text);
  box-shadow: none;
}

body[data-r295-ui="editorial-product"] .r294-service-step-tabs button:is(:hover, [aria-selected="true"])::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

body[data-r295-ui="editorial-product"] .r294-service-step-tabs button small {
  color: var(--r295-faint);
  font-size: max(.74rem, 13px);
  letter-spacing: .01em;
}

body[data-r295-ui="editorial-product"] .r294-service-step-tabs button span {
  font-size: clamp(.9rem, 1.15vw, 1.04rem);
  font-weight: 610;
  line-height: 1.22;
  overflow-wrap: break-word;
  white-space: normal;
}

body[data-r295-ui="editorial-product"] .r294-service-step-stage {
  display: grid;
  min-height: clamp(22rem, 34vw, 28rem);
  grid-template-rows: auto 1fr;
  align-content: normal;
  padding: clamp(1.5rem, 3.6vw, 3rem);
  border-radius: .3rem;
  color: var(--r295-text);
  background: #eceef1;
  box-shadow: none;
}

body[data-r295-ui="editorial-product"] .r294-service-step-stage::before {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: clamp(2.75rem, 8vw, 5.5rem);
  height: 3px;
  background: var(--r295-accent);
  transition: width var(--r295-fast);
}

body[data-r295-ui="editorial-product"] .r294-service-step-stage > p {
  margin: 0;
  color: var(--r295-muted);
  font-size: max(.76rem, 13px);
  font-weight: 560;
  letter-spacing: .02em;
  text-transform: none;
}

body[data-r295-ui="editorial-product"] .r294-service-step-stage h3 {
  align-self: end;
  max-width: 17ch;
  margin: clamp(3rem, 8vw, 6rem) 0 0;
  font-size: clamp(1.8rem, 3.6vw, 3.5rem);
  font-weight: 620;
  line-height: 1;
  letter-spacing: -.04em;
  text-wrap: balance;
}

body[data-r295-ui="editorial-product"] .r294-service-step-stage > div {
  display: none;
}

/* Page navigation remains functional while showing every bounded destination. */
body[data-r295-ui="editorial-product"] .r294-route-map {
  position: sticky;
  top: 4.25rem;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
  gap: .25rem clamp(.5rem, 1vw, .9rem);
  overflow: visible;
  padding: .55rem var(--r293-gutter, clamp(1.25rem, 4vw, 4rem));
  border: 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 .6rem 1.8rem rgba(14, 16, 20, .055);
  backdrop-filter: blur(14px);
}

body[data-r295-ui="editorial-product"] .r294-route-map a {
  position: relative;
  min-height: 3.6rem;
  padding: .5rem .55rem .5rem .7rem;
  color: var(--r295-muted);
}

body[data-r295-ui="editorial-product"] .r294-route-map a + a {
  border-left: 0;
}

body[data-r295-ui="editorial-product"] .r294-route-map a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 1.15rem;
  background: var(--r295-accent);
  content: "";
  opacity: 0;
  transform: translateY(-50%) scaleY(.35);
  transition: opacity var(--r295-fast), transform var(--r295-fast);
}

body[data-r295-ui="editorial-product"] .r294-route-map a::after {
  display: none;
}

body[data-r295-ui="editorial-product"] .r294-route-map a[aria-current] {
  color: var(--r295-text);
}

body[data-r295-ui="editorial-product"] .r294-route-map a[aria-current]::before {
  opacity: 1;
  transform: translateY(-50%) scaleY(1);
}

body[data-r295-ui="editorial-product"] .r294-route-map a small {
  color: var(--r295-faint);
  font-size: max(.72rem, 13px);
  letter-spacing: .01em;
}

body[data-r295-ui="editorial-product"] .r294-route-map a span {
  display: block;
  overflow: visible;
  font-size: max(.78rem, 13px);
  font-weight: 590;
  line-height: 1.22;
  overflow-wrap: anywhere;
  -webkit-line-clamp: initial;
}

/* CJK controls use their native metrics; no Latin-style artificial tracking. */
html:where([lang^="ko"], [lang^="zh"]) body[data-r295-ui="editorial-product"] :is(
  .r294-engine-copy > .r270-kicker,
  .r294-engine-view p,
  .r294-service-step-stage > p,
  .r294-object-dock small,
  .r294-route-map small
) {
  letter-spacing: 0;
}

@media (max-width: 56rem) {
  body[data-r295-ui="editorial-product"] .r294-engine,
  body[data-r295-ui="editorial-product"] .r294-service-stepper {
    grid-template-columns: 1fr;
    gap: clamp(2rem, 6vw, 3.25rem);
  }

  body[data-r295-ui="editorial-product"] .r294-engine-copy h2 {
    max-width: 12ch;
  }

  body[data-r295-ui="editorial-product"] .r294-engine-tabs,
  body[data-r295-ui="editorial-product"] .r294-service-step-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    border: 0;
  }

  body[data-r295-ui="editorial-product"] .r294-engine-view {
    min-height: clamp(21rem, 58vw, 27rem);
  }

  body[data-r295-ui="editorial-product"] .r294-service-step-stage {
    min-height: clamp(20rem, 54vw, 25rem);
  }
}

@media (max-width: 42rem) {
  body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening {
    min-height: auto;
    padding: 8.25rem 1.25rem 4.25rem;
  }

  body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening h1 {
    font-size: clamp(2.7rem, 12vw, 3.85rem);
  }

  body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-opening .r270-button,
  body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-contact .r270-button {
    width: fit-content;
  }

  body[data-r295-ui="editorial-product"][data-r280-legacy][data-r270-family="bws"] .r270-bws-proof {
    gap: 2rem;
    padding-block: 4.5rem;
  }

  body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    grid-auto-columns: auto !important;
    gap: .2rem !important;
    overflow: visible !important;
  }

  body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-filters button:nth-child(n) {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-density {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  body[data-r295-ui="editorial-product"] .r294-object-dock,
  body[data-r295-ui="editorial-product"][data-r294-family="works"] .r280-work-browser > nav.r294-object-dock,
  body[data-r295-ui="editorial-product"][data-r294-family="case-index"] nav.r294-object-dock {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .25rem .45rem;
    overflow: visible;
  }

  body[data-r295-ui="editorial-product"] .r294-object-dock button,
  body[data-r295-ui="editorial-product"][data-r294-family="works"][data-r284-system] .r280-work-browser > nav.r294-object-dock button[data-r293-control="tab"],
  body[data-r295-ui="editorial-product"][data-r294-family="case-index"] nav.r294-object-dock button[data-r293-control="tab"] {
    min-height: 3.75rem;
    grid-template-columns: 1.35rem minmax(0, 1fr);
    gap: .4rem;
    padding: .45rem .35rem .45rem .6rem;
  }

  body[data-r295-ui="editorial-product"][data-r294-family="case-index"][data-r280-legacy] .r270-identity-package {
    min-height: 0;
  }

  body[data-r295-ui="editorial-product"][data-r294-family="case-index"][data-r280-legacy] .r270-identity-anchor {
    min-height: 11rem;
  }

  body[data-r295-ui="editorial-product"][data-r294-family="home"] .r290-focus-content > ul[data-r294-workstreams] {
    grid-template-columns: 1fr;
    gap: .1rem;
    padding: .3rem;
  }

  body[data-r295-ui="editorial-product"][data-r294-family="home"] [data-r294-workstream] {
    min-height: 3.35rem;
    padding: .55rem .55rem .55rem .7rem;
  }

  body[data-r295-ui="editorial-product"] .r294-engine-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.55rem);
  }

  body[data-r295-ui="editorial-product"] .r294-engine-tabs,
  body[data-r295-ui="editorial-product"] .r294-service-step-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .15rem .35rem;
  }

  body[data-r295-ui="editorial-product"] .r294-engine-tabs button,
  body[data-r295-ui="editorial-product"] .r294-service-step-tabs button {
    grid-template-columns: 1.25rem minmax(0, 1fr);
    gap: .38rem;
    padding: .45rem .25rem .45rem .55rem;
  }

  body[data-r295-ui="editorial-product"] .r294-engine-tabs button {
    min-height: 3.6rem;
  }

  body[data-r295-ui="editorial-product"] .r294-service-step-tabs button {
    min-height: 4.9rem;
    align-items: start;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  body[data-r295-ui="editorial-product"] .r294-engine-view,
  body[data-r295-ui="editorial-product"] .r294-service-step-stage {
    min-height: 19rem;
    padding: 1.25rem;
    border-radius: .3rem;
  }

  body[data-r295-ui="editorial-product"] .r294-engine-view h3 {
    max-width: 16ch;
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }

  body[data-r295-ui="editorial-product"] .r294-service-step-stage h3 {
    font-size: clamp(1.58rem, 7.4vw, 2.2rem);
  }

  body[data-r295-ui="editorial-product"] .r294-route-map {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .15rem .35rem;
    overflow: visible;
    padding: .7rem 1.1rem;
    background: var(--r295-white);
    box-shadow: none;
    backdrop-filter: none;
  }

  body[data-r295-ui="editorial-product"] .r294-route-map a {
    min-height: 3.5rem;
    grid-template-columns: 1.3rem minmax(0, 1fr);
    gap: .4rem;
    padding: .45rem .25rem .45rem .55rem;
  }
}

@media (max-width: 21rem) {
  body[data-r295-ui="editorial-product"] .r294-object-dock,
  body[data-r295-ui="editorial-product"] .r294-route-map {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-r295-ui="editorial-product"] *,
  body[data-r295-ui="editorial-product"] *::before,
  body[data-r295-ui="editorial-product"] *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  body[data-r295-ui="editorial-product"] :is(
    .r294-object-dock button,
    .r294-engine-tabs button,
    .r294-service-step-tabs button,
    .r294-route-map a,
    [data-r294-workstream]
  ) {
    border: 1px solid ButtonText;
  }
}
