@charset "UTF-8";

/*
  R284 is a whole-site correction over the accepted R283 hero.
  It changes section and route morphology; it intentionally does not restyle .r283-hero.
*/

body[data-r284-system="whole-site-design-system-correction"] {
  --r284-ink: #0b0c0e;
  --r284-charcoal: #17191d;
  --r284-paper: #f3f2ee;
  --r284-white: #fcfcfa;
  --r284-blue: #5267ff;
  --r284-blue-soft: #dfe5ff;
  --r284-sage: #dfe8dc;
  --r284-clay: #eaded4;
  --r284-sand: #e8e2d7;
  --r284-muted: #666a72;
  --r284-muted-dark: #aeb2ba;
  --r284-gutter: clamp(1rem, 4.7vw, 5.75rem);
  --r284-section: clamp(5rem, 9vw, 9rem);
  min-width: 0;
  color: var(--r284-ink);
  background: var(--r284-paper);
}

body[data-r284-system="whole-site-design-system-correction"] *,
body[data-r284-system="whole-site-design-system-correction"] *::before,
body[data-r284-system="whole-site-design-system-correction"] *::after {
  box-sizing: border-box;
}

body[data-r284-system="whole-site-design-system-correction"] :is(h1,h2,h3,p) {
  overflow-wrap: normal;
  word-break: normal;
}

body[data-r284-system="whole-site-design-system-correction"] :is(h1,h2,h3) {
  text-wrap: balance;
}

body[data-r284-system="whole-site-design-system-correction"] :is(p,li) {
  text-wrap: pretty;
}

body[data-r284-system="whole-site-design-system-correction"] :is(a,button,input,select,textarea,summary):focus-visible {
  outline: .18rem solid var(--r284-blue);
  outline-offset: .24rem;
}

/* Shared shell */
body[data-r284-system="whole-site-design-system-correction"] .r280-header {
  min-height: 5.25rem;
  padding-inline: var(--r284-gutter);
  color: var(--r284-white);
  background: rgba(11,12,14,.92);
  backdrop-filter: blur(18px);
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-theme="light"] .r280-header {
  color: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand {
  width: 8.4rem;
  min-width: 8.4rem;
  height: 3.2rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand img {
  width: 8.4rem;
  height: 3.2rem;
  object-fit: contain;
  object-position: left center;
  filter: none;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-theme="light"] .r280-brand img {
  filter: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-menu {
  gap: clamp(1.25rem, 2.5vw, 2.75rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-menu :is(a,button) {
  font-size: .875rem;
  letter-spacing: -.01em;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-menu > button {
  min-height: 2.75rem;
  padding-inline: 1.1rem;
  border-radius: 999px;
  color: var(--r284-ink);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-section,
body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse,
body[data-r284-system="whole-site-design-system-correction"] .r280-journal-preview,
body[data-r284-system="whole-site-design-system-correction"] .r280-contact {
  padding: var(--r284-section) var(--r284-gutter);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-eyebrow {
  font-size: .8125rem;
  font-weight: 690;
  line-height: 1.25;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-section-head {
  gap: clamp(2rem, 7vw, 8rem);
  margin-bottom: clamp(2.75rem, 5vw, 5rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-section-head h2,
body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse h2,
body[data-r284-system="whole-site-design-system-correction"] .r280-journal-preview h2 {
  max-width: 17ch;
  font-size: clamp(2.35rem, 4.4vw, 5rem);
  line-height: .95;
  letter-spacing: -.058em;
}

/* Home: compact proof rail */
body[data-r284-system="whole-site-design-system-correction"][data-r280-family="home"] .r280-logo-rail {
  display: grid;
  grid-template-columns: 12rem minmax(0,1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  min-height: 8.5rem;
  padding: 1.75rem var(--r284-gutter);
  background: var(--r284-white);
  box-shadow: inset 0 -1px #dadbd7;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail > p {
  color: #5d626b;
  font-size: .8125rem;
  font-weight: 650;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail .r280-logo-track {
  gap: clamp(1.35rem, 2.8vw, 3rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail .r280-logo-track span {
  flex: 1 1 5.5rem;
  max-width: 8.25rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail img {
  height: 2rem;
  filter: grayscale(1);
  opacity: .62;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: none;
}

/* Home: services are an authored capability field, not a loose list. */
body[data-r284-system="whole-site-design-system-correction"][data-r280-family="home"] .r280-services {
  color: var(--r284-white);
  background: var(--r284-ink);
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="home"] .r280-services .r280-section-head {
  grid-template-columns: minmax(0,1.1fr) minmax(18rem,.55fr);
  grid-template-areas:
    "eyebrow eyebrow"
    "title intro";
  grid-template-rows: auto auto;
  align-items: end;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="home"] .r280-services .r280-section-head .r280-eyebrow {
  grid-area: eyebrow;
  margin-bottom: 1.5rem;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="home"] .r280-services .r280-section-head h2 {
  grid-area: title;
  max-width: 14ch;
  color: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="home"] .r280-services .r280-section-head > p {
  grid-area: intro;
  max-width: 31rem;
  color: var(--r284-muted-dark);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index {
  display: grid;
  grid-template-columns: repeat(12,minmax(0,1fr));
  gap: .75rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  gap: 1rem;
  min-height: clamp(17rem, 27vw, 24rem);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  overflow: hidden;
  border: 0;
  border-radius: .4rem;
  color: var(--r284-ink);
  background: var(--r284-paper);
  box-shadow: none;
  transform: none;
  isolation: isolate;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(1) { grid-column: span 7; background: var(--r284-blue); color: var(--r284-white); }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(2) { grid-column: span 5; background: var(--r284-sage); }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(3) { grid-column: span 5; background: var(--r284-clay); }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(4) { grid-column: span 7; background: var(--r284-blue-soft); }

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a::before {
  inset: auto -1rem -2.1rem auto;
  z-index: -1;
  width: auto;
  height: auto;
  content: attr(data-r284-word);
  color: currentColor;
  background: transparent;
  font-size: clamp(5rem, 12vw, 12rem);
  font-weight: 700;
  line-height: .72;
  letter-spacing: -.08em;
  opacity: .055;
  transform: none;
  transition: opacity .35s ease, transform .5s cubic-bezier(.2,.8,.2,1);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(1)::before { content: "MAKE"; }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(2)::before { content: "FIND"; }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(3)::before { content: "ACT"; }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(4)::before { content: "RUN"; }

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:hover::before,
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:focus-visible::before {
  opacity: .11;
  transform: translateX(-.4rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:hover,
body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:focus-visible {
  color: inherit;
  transform: translateY(-.3rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index span {
  grid-column: 1;
  color: currentColor;
  font-size: .8125rem;
  opacity: .62;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index h3 {
  grid-column: 1 / -1;
  align-self: end;
  max-width: 12ch;
  font-size: clamp(2.2rem, 4.4vw, 4.8rem);
  font-weight: 620;
  line-height: .9;
  letter-spacing: -.06em;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index p {
  grid-column: 1 / 3;
  max-width: 33rem;
  margin: 0;
  color: currentColor;
  font-size: .925rem;
  opacity: .72;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-index b {
  grid-column: 3;
  align-self: end;
  justify-self: end;
}

/* Home: real account hierarchy and optically bounded managed logos. */
body[data-r284-system="whole-site-design-system-correction"] .r280-managed {
  grid-template-columns: minmax(19rem,.72fr) minmax(0,1.28fr);
  min-height: auto;
  color: var(--r284-ink);
  background: var(--r284-sand);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-copy {
  justify-content: space-between;
  min-height: 39rem;
  padding: var(--r284-section) var(--r284-gutter);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.6rem, 5.3vw, 6rem);
  line-height: .92;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-copy > p:not(.r280-eyebrow) {
  margin-top: auto;
  padding-top: 3rem;
  color: #555960;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-stage {
  align-content: start;
  min-width: 0;
  padding: var(--r284-section) var(--r284-gutter);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-parent {
  grid-template-columns: 5rem minmax(6rem,9rem) 1fr;
  gap: clamp(1rem,2.7vw,2.75rem);
  min-height: 7rem;
  margin: 0 0 clamp(3rem,5vw,5.5rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-parent img {
  width: 7.6rem;
  height: 3.5rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-scope {
  justify-content: flex-end;
  gap: .55rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-managed-scope span {
  padding: .65rem .8rem;
  color: #464a52;
  background: #edf0ec;
  border-radius: 999px;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit {
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .75rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit button {
  grid-template-columns: 2rem minmax(5rem,8.75rem) 1fr;
  grid-template-rows: 1fr;
  gap: .75rem;
  min-height: 8rem;
  padding: 1.15rem;
  border-radius: .35rem;
  color: #5c6169;
  background: #efefeb;
  transform: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit button[aria-pressed="true"] {
  color: var(--r284-ink);
  background: var(--r284-blue-soft);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit button:hover {
  color: var(--r284-ink);
  background: #e4e5e1;
  transform: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit button b {
  align-self: start;
  font-size: .8125rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit img {
  width: 100%;
  height: 3.5rem;
  object-fit: contain;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit span {
  align-self: end;
  font-size: .875rem;
  text-align: right;
}

/* Home: horizontal work rail with each relationship visible in one glance. */
body[data-r284-system="whole-site-design-system-correction"] .r280-work-preview {
  overflow: hidden;
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-preview .r280-section-head {
  margin-bottom: clamp(2.5rem,4vw,4rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r284-rail-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1rem;
  color: #686d75;
  font-size: .8125rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r284-rail-controls > div {
  display: flex;
  gap: .5rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r284-rail-controls button {
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  color: var(--r284-white);
  background: var(--r284-ink);
  cursor: pointer;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-rail {
  display: grid;
  grid-auto-columns: clamp(34rem, 56vw, 52rem);
  grid-auto-flow: column;
  gap: .8rem;
  padding: 0 max(var(--r284-gutter), calc((100vw - 92rem)/2));
  margin-inline: calc(var(--r284-gutter) * -1);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
  scrollbar-color: #999ca3 transparent;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket {
  display: grid;
  grid-template-columns: minmax(8rem,.38fr) minmax(0,1fr) auto;
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 1.5rem 2.5rem;
  min-height: 27rem;
  padding: clamp(1.5rem,3vw,2.75rem);
  border: 0;
  border-radius: .45rem;
  color: var(--r284-white);
  background: var(--r284-charcoal);
  scroll-snap-align: start;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket:nth-child(2) {
  color: var(--r284-ink);
  background: var(--r284-clay);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket:nth-child(3) {
  color: var(--r284-ink);
  background: var(--r284-sage);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket.is-dark {
  color: var(--r284-white);
  background: var(--r284-charcoal);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket:hover,
body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket:focus-visible {
  color: inherit;
  background: inherit;
  transform: translateY(-.3rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket > span {
  grid-column: 1 / -1;
  font-size: .8125rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket img {
  align-self: center;
  width: 8.5rem;
  height: 5.25rem;
  padding: .65rem;
  object-fit: contain;
  border-radius: .3rem;
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket h3 {
  align-self: center;
  max-width: 20ch;
  font-size: clamp(2rem,3.3vw,3.7rem);
  line-height: .98;
  letter-spacing: -.055em;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket b {
  grid-column: 3;
  align-self: end;
  justify-self: end;
}

/* Home: owned platforms stay separate and compact. */
body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse {
  grid-template-columns: minmax(19rem,.8fr) repeat(2,minmax(16rem,1fr));
  gap: clamp(2rem,5vw,5rem);
  color: var(--r284-white);
  background: var(--r284-ink);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse > a {
  grid-template-rows: 4rem auto;
  min-height: 15rem;
  padding: 1.25rem 0;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse img {
  width: 7.5rem;
  height: 4rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse a span {
  max-width: 20rem;
  color: #bfc3ca;
  font-size: .95rem;
}

/* Pricing: comparable scope bands, not a spreadsheet. */
body[data-r284-system="whole-site-design-system-correction"] .r280-price-preview,
body[data-r284-system="whole-site-design-system-correction"][data-r280-family="pricing"] .r280-pricing-page {
  background: var(--r284-sand);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .75rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger details {
  min-width: 0;
  min-height: 22rem;
  border-radius: .4rem;
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger details:nth-child(2) { background: var(--r284-blue-soft); }
body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger details:nth-child(3) { background: var(--r284-sage); }
body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger details[open] { background: var(--r284-ink); color: var(--r284-white); }

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger summary {
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: start;
  gap: 1.5rem;
  min-height: 14rem;
  padding: clamp(1.4rem,2.5vw,2.25rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger summary span {
  max-width: 13ch;
  font-size: clamp(1.55rem,2.3vw,2.6rem);
  line-height: 1;
  letter-spacing: -.04em;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger summary strong {
  grid-column: 1 / -1;
  align-self: end;
  font-size: 1rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger summary i {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger details > p,
body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger details > div {
  padding: 0 clamp(1.4rem,2.5vw,2.25rem) 2.25rem;
  color: inherit;
  opacity: .78;
}

/* Home journal: editorial feature and compact secondary reading. */
body[data-r284-system="whole-site-design-system-correction"] .r280-journal-preview {
  grid-template-columns: minmax(16rem,.55fr) minmax(0,1.45fr);
  gap: clamp(3rem,8vw,9rem);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-journal-preview header {
  top: 7rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1fr 1fr;
  gap: .75rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a {
  min-height: 13rem;
  padding: 1.5rem;
  border-radius: .35rem;
  background: var(--r284-paper);
  box-shadow: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a:first-child {
  grid-row: 1 / 3;
  min-height: 29rem;
  color: var(--r284-white);
  background: var(--r284-blue);
  box-shadow: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a:nth-child(2) { background: var(--r284-clay); }
body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a:nth-child(3) { background: var(--r284-sage); }

body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a:hover {
  color: inherit;
  transform: translateY(-.25rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack h3 {
  max-width: 24ch;
  font-size: clamp(1.35rem,2vw,2.3rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a:first-child h3 {
  margin-top: clamp(4rem,10vw,10rem);
  font-size: clamp(2rem,3.5vw,4rem);
  line-height: .98;
}

/* Contact and form system */
body[data-r284-system="whole-site-design-system-correction"] .r280-contact {
  grid-template-columns: minmax(18rem,.7fr) minmax(0,1.3fr);
  color: var(--r284-white);
  background: var(--r284-ink);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-contact > div h2 {
  max-width: 9ch;
  font-size: clamp(3rem,6vw,7rem);
  line-height: .88;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-contact > div > p:not(.r280-eyebrow) {
  color: var(--r284-muted-dark);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-contact > .r280-form,
body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page > .r280-form {
  padding: clamp(1.35rem,3.4vw,3.5rem);
  border-radius: .45rem;
  color: var(--r284-ink);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-form {
  gap: 1.2rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-form input,
body[data-r284-system="whole-site-design-system-correction"] .r280-form select,
body[data-r284-system="whole-site-design-system-correction"] .r280-form textarea {
  border: 0;
  border-radius: .25rem;
  background-color: #eceeea;
  box-shadow: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-form input:focus-visible,
body[data-r284-system="whole-site-design-system-correction"] .r280-form select:focus-visible,
body[data-r284-system="whole-site-design-system-correction"] .r280-form textarea:focus-visible {
  outline-color: var(--r284-blue);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-form-end p {
  color: #5f646d;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-form .r280-primary {
  color: var(--r284-white);
  background: var(--r284-ink);
}

/* Internal route openings: shared type lineage, different page jobs. */
body[data-r284-system="whole-site-design-system-correction"] .r280-hero-inner {
  grid-template-columns: minmax(0,1.15fr) minmax(11rem,.35fr);
  min-height: 35rem;
  padding: 10rem var(--r284-gutter) 4.5rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-hero:not(.r283-hero)::before {
  background: transparent;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-hero:not(.r283-hero)::after {
  display: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(3.3rem,6.2vw,7.2rem);
  line-height: .9;
  letter-spacing: -.065em;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-hero-copy > p:not(.r280-eyebrow) {
  max-width: 38rem;
  font-size: clamp(1rem,1.4vw,1.2rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-hero-counter {
  align-self: end;
  justify-items: start;
  padding: 1.4rem;
  color: var(--r284-ink);
  background: var(--r284-blue-soft);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-hero-counter span {
  color: #50566b;
  text-align: left;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="services"] .r280-hero-inner {
  color: var(--r284-ink);
  background: var(--r284-sage);
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="services"] .r280-hero-copy > p:not(.r280-eyebrow) {
  color: #4b524c;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="works"] .r280-hero-inner {
  color: var(--r284-white);
  background: var(--r284-blue);
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="works"] .r280-hero-copy > p:not(.r280-eyebrow) {
  color: #e6e9ff;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="works"] .r280-hero-counter {
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="pricing"] .r280-hero-inner {
  color: var(--r284-ink);
  background: var(--r284-clay);
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="pricing"] .r280-hero-copy > p:not(.r280-eyebrow) {
  color: #554e49;
}

/* Services index: four chapters as strong editorial fields. */
body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: .75rem;
  padding: var(--r284-section) var(--r284-gutter);
  background: var(--r284-paper);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article {
  grid-template-columns: 2.5rem minmax(0,1fr);
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 1.5rem;
  min-height: 24rem;
  padding: clamp(1.5rem,3vw,3rem);
  border-radius: .4rem;
  background: var(--r284-white);
  transform: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article:nth-child(2) { background: var(--r284-blue-soft); }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article:nth-child(3) { background: var(--r284-clay); }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article:nth-child(4) { background: var(--r284-sage); }

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article:hover {
  background: var(--r284-ink);
  color: var(--r284-white);
  transform: translateY(-.3rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article > span {
  grid-row: 1;
  font-size: .8125rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article > div {
  grid-column: 2;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters h2 {
  max-width: 10ch;
  font-size: clamp(2.3rem,4vw,4.8rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article > p {
  grid-column: 2;
  align-self: end;
  max-width: 30rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article:hover > p {
  color: var(--r284-muted-dark);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article > a {
  grid-column: 2;
}

/* Service detail: an operating sequence, not decorative sci-fi bars. */
body[data-r284-system="whole-site-design-system-correction"] .r280-service-hero {
  grid-template-columns: minmax(0,1fr) minmax(20rem,.58fr);
  min-height: 46rem;
  padding: 10rem var(--r284-gutter) 5rem;
  color: var(--r284-white);
  background: var(--r284-ink);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-signal {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  align-items: end;
  gap: .65rem;
  height: 23rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-signal::before {
  display: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-signal i {
  width: 100%;
  height: 34%;
  border-radius: .25rem 0 0 0;
  background: #32353c;
  transform: none;
  opacity: 1;
  animation: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-signal i:nth-child(2) { height: 52%; background: #47506f; }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-signal i:nth-child(3) { height: 73%; background: #4f60d9; }
body[data-r284-system="whole-site-design-system-correction"] .r280-service-signal i:nth-child(4) { height: 100%; background: var(--r284-blue); }

body[data-r284-system="whole-site-design-system-correction"] .r280-service-outcome {
  gap: clamp(3rem,7vw,8rem);
  padding: var(--r284-section) var(--r284-gutter);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-outcome > div {
  gap: 1rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-outcome article {
  grid-template-columns: 2.5rem 1fr;
  min-height: 14rem;
  padding: 1.5rem;
  border-radius: .3rem;
  background: var(--r284-paper);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-outcome article:nth-child(2),
body[data-r284-system="whole-site-design-system-correction"] .r280-service-outcome article:nth-child(3) {
  background: var(--r284-blue-soft);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-service-fit {
  color: var(--r284-ink);
  background: var(--r284-sage);
}

/* Works: active proof is a contained editorial canvas with useful controls. */
body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser {
  min-height: 43rem;
  padding: clamp(3rem,6vw,6rem) var(--r284-gutter) var(--r284-section);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser > nav {
  gap: .4rem;
  margin-bottom: 2.5rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser > nav button,
body[data-r284-system="whole-site-design-system-correction"] .r280-guide-tools button {
  min-height: 2.75rem;
  padding: 0 .9rem;
  border-radius: 999px;
  color: #5d626b;
  background: #eceeea;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser > nav button + button,
body[data-r284-system="whole-site-design-system-correction"] .r280-guide-tools button + button {
  margin-left: 0;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser > nav button::after,
body[data-r284-system="whole-site-design-system-correction"] .r280-guide-tools button::after {
  display: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser > nav button[aria-pressed="true"],
body[data-r284-system="whole-site-design-system-correction"] .r280-guide-tools button[aria-pressed="true"] {
  color: var(--r284-white);
  background: var(--r284-ink);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser-stage {
  min-height: 29rem;
  border-radius: .45rem;
  background: var(--r284-paper);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser-stage article {
  grid-template-columns: minmax(17rem,.8fr) minmax(23rem,1.2fr);
  gap: clamp(2rem,7vw,8rem);
  min-height: 29rem;
  padding: clamp(1.5rem,4vw,4rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-object {
  grid-template-rows: 1fr auto;
  min-height: 19rem;
  padding: 1.5rem;
  border-radius: .35rem;
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-object img {
  width: min(11rem,72%);
  height: 6rem;
  justify-self: center;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser-nav button {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
}

/* Case: source-bound identity, interactive scope and tonal facts. */
body[data-r284-system="whole-site-design-system-correction"] .r280-case-hero {
  grid-template-columns: minmax(14rem,.42fr) minmax(25rem,1.18fr);
  gap: clamp(3rem,8vw,8rem);
  min-height: 39rem;
  padding: 10rem var(--r284-gutter) 4.5rem;
  color: var(--r284-ink);
  background: var(--r284-clay);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-identity {
  min-height: 15rem;
  padding: 2rem;
  border-radius: .4rem;
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-identity img {
  width: clamp(5.5rem,18vw,7.5rem);
  height: 4rem;
  justify-self: start;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-identity span {
  color: #60656d;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-hero .r280-hero-copy h1 {
  max-width: 13ch;
  font-size: clamp(3rem,5.4vw,6.5rem);
  line-height: .9;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-hero .r280-hero-copy > p:not(.r280-eyebrow) {
  color: #544e49;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-scope {
  grid-template-columns: minmax(18rem,.6fr) minmax(28rem,1.4fr);
  gap: 2rem clamp(3rem,7vw,8rem);
  min-height: 44rem;
  padding: var(--r284-section) var(--r284-gutter);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-scope-stage {
  min-height: 31rem;
  border-radius: .45rem;
  background: var(--r284-ink);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-scope-stage::before {
  height: .45rem;
  background: var(--r284-blue);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-scope-nav {
  gap: .45rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-scope-nav button {
  min-height: 3.75rem;
  padding: 0 .9rem;
  border-radius: .25rem;
  background: var(--r284-paper);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-scope-nav button[aria-selected="true"] {
  color: var(--r284-white);
  background: var(--r284-blue);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-facts {
  padding: 0 var(--r284-gutter) var(--r284-section);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-facts > div {
  gap: .75rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-facts article {
  min-height: 15rem;
  padding: 1.5rem;
  border-radius: .35rem;
  background: var(--r284-paper);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-case-facts article:nth-child(2) { background: var(--r284-blue-soft); }
body[data-r284-system="whole-site-design-system-correction"] .r280-case-facts article:nth-child(3) { background: var(--r284-sage); }

body[data-r284-system="whole-site-design-system-correction"] .r280-case-next {
  padding: clamp(3.5rem,6vw,6rem) var(--r284-gutter);
  background: var(--r284-blue);
}

/* Journal index is editorial, not a generic marketing hero and card grid. */
body[data-r284-system="whole-site-design-system-correction"] .r280-blog-hero {
  min-height: 32rem;
  padding: 10rem var(--r284-gutter) 4rem;
  color: var(--r284-ink);
  background: var(--r284-sand);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-blog-hero .r280-hero-copy h1 {
  max-width: 12ch;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-blog-hero .r280-hero-copy > p:not(.r280-eyebrow) {
  color: #565247;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-blog-glyph {
  align-self: stretch;
  align-content: space-between;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-blog-glyph span {
  color: var(--r284-blue);
  font-size: clamp(5rem,11vw,12rem);
  line-height: .7;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-blog-glyph i {
  color: #676b73;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature {
  grid-template-columns: 1.35fr .65fr;
  gap: .75rem;
  padding: var(--r284-section) var(--r284-gutter) .75rem;
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature > a {
  min-height: 27rem;
  border-radius: .4rem;
  color: var(--r284-white);
  background: var(--r284-blue);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature > a::before {
  display: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature > a p {
  color: #e2e5ff;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature > div {
  border-radius: .4rem;
  background: var(--r284-sage);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature input {
  border-radius: .25rem;
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-browser {
  padding: 1rem var(--r284-gutter) var(--r284-section);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-list {
  grid-template-columns: 1fr;
  gap: 0;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-list article {
  grid-template-columns: 4rem minmax(0,1fr) auto;
  min-height: 10rem;
  padding: 1.75rem 0;
  border-radius: 0;
  background: transparent;
  box-shadow: inset 0 -1px #d8d9d5;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-list article:hover {
  color: var(--r284-ink);
  background: var(--r284-paper);
  transform: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-list article:hover p {
  color: var(--r284-muted);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-guide-list article h2 {
  max-width: 34ch;
  font-size: clamp(1.45rem,2.3vw,2.55rem);
}

/* Long-form article: readable measure, quiet navigation, honest table. */
body[data-r284-system="whole-site-design-system-correction"] .r280-article-hero {
  padding: 10rem var(--r284-gutter) 5rem;
  background: var(--r284-sage);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-article-hero h1 {
  max-width: 18ch;
  font-size: clamp(3rem,5.3vw,6rem);
  line-height: .92;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-reading-shell {
  grid-template-columns: 15rem minmax(0,46rem);
  gap: clamp(3rem,8vw,8rem);
  padding: var(--r284-section) var(--r284-gutter);
  background: var(--r284-white);
}

body[data-r284-system="whole-site-design-system-correction"] .r270-toc {
  top: 7rem;
  border: 0;
  border-radius: .35rem;
  background: var(--r284-paper);
  box-shadow: none;
}

body[data-r284-system="whole-site-design-system-correction"] .r270-reading {
  font-size: clamp(1.04rem,1.25vw,1.15rem);
  line-height: 1.74;
}

body[data-r284-system="whole-site-design-system-correction"] .r270-reading h2 {
  max-width: 20ch;
  margin-top: clamp(4rem,7vw,7rem);
  font-size: clamp(2rem,3.4vw,3.7rem);
  line-height: 1;
  letter-spacing: -.045em;
}

body[data-r284-system="whole-site-design-system-correction"] .r270-reading [role="region"] {
  overflow-x: auto;
}

/* Pricing page uses its space efficiently when one tier expands. */
body[data-r284-system="whole-site-design-system-correction"][data-r280-family="pricing"] .r280-pricing-page .r280-price-ledger details {
  min-height: 27rem;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="pricing"] .r280-pricing-page .r280-price-ledger details > div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

body[data-r284-system="whole-site-design-system-correction"][data-r280-family="pricing"] .r280-pricing-page .r280-price-ledger details button {
  justify-self: start;
  color: var(--r284-ink);
  background: var(--r284-white);
}

/* Contact route: a composed intake surface with the same form contract. */
body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page {
  grid-template-columns: minmax(18rem,.68fr) minmax(0,1.32fr);
  gap: clamp(3rem,8vw,9rem);
  min-height: 100svh;
  padding: 10rem var(--r284-gutter) var(--r284-section);
  color: var(--r284-white);
  background: var(--r284-blue);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page h1 {
  max-width: 8ch;
  font-size: clamp(3.5rem,7vw,8rem);
  line-height: .87;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page > div > p:not(.r280-eyebrow),
body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page ul {
  color: #e1e5ff;
}

/* Footer and dialog: compact, aligned, no oversized logo or dated modal chrome. */
body[data-r284-system="whole-site-design-system-correction"] .r280-footer {
  padding: clamp(4.5rem,7vw,7rem) var(--r284-gutter) 1.75rem;
  color: var(--r284-white);
  background: var(--r284-ink);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-footer-lead {
  grid-template-columns: 9rem minmax(0,1fr) auto;
  gap: clamp(2rem,5vw,5rem);
  padding-bottom: clamp(3.5rem,6vw,6rem);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-footer-lead h2 {
  max-width: 20ch;
  font-size: clamp(2.2rem,4vw,4.5rem);
  line-height: .98;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-footer-grid {
  grid-template-columns: 1fr .42fr .58fr;
  gap: clamp(2rem,6vw,7rem);
  padding: 2.5rem 0;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-footer-grid > img {
  width: 7.5rem;
  height: 3.5rem;
  object-position: left center;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-footer-grid nav {
  gap: .75rem;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-dialog {
  width: min(50rem,calc(100vw - 2rem));
  max-height: min(52rem,calc(100svh - 2rem));
  border-radius: .5rem;
  background: var(--r284-white);
  box-shadow: 0 2rem 7rem rgba(0,0,0,.28);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-dialog::backdrop {
  background: rgba(6,7,9,.76);
  backdrop-filter: blur(5px);
}

body[data-r284-system="whole-site-design-system-correction"] .r280-dialog-bar {
  min-height: 4.2rem;
  background: rgba(252,252,250,.96);
  box-shadow: inset 0 -1px #dedfdb;
}

body[data-r284-system="whole-site-design-system-correction"] .r280-dialog-body h2 {
  max-width: 13ch;
}

@media (max-width: 1100px) {
  body[data-r284-system="whole-site-design-system-correction"] .r280-managed {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-managed-copy {
    min-height: auto;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-journal-preview {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-journal-preview header {
    position: static;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-contact,
  body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page {
    grid-template-columns: .75fr 1.25fr;
    gap: 3rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-scope {
    grid-template-columns: .65fr 1.35fr;
    gap: 2rem 3rem;
  }
}

@media (max-width: 900px) {
  body[data-r284-system="whole-site-design-system-correction"] {
    --r284-section: clamp(4.5rem,10vw,6.5rem);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail .r280-logo-track {
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: .5rem;
    scroll-snap-type: x mandatory;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail .r280-logo-track span {
    flex: 0 0 7rem;
    scroll-snap-align: start;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(n) {
    grid-column: span 6;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-rail {
    grid-auto-columns: minmax(27rem,78vw);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse {
    grid-template-columns: 1fr 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse > div {
    grid-column: 1 / -1;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger details {
    min-height: 0;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-price-ledger summary {
    min-height: 9rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters {
    grid-template-columns: 1fr 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-hero {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-signal {
    height: 13rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-outcome {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-hero {
    grid-template-columns: .42fr 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-scope {
    grid-template-columns: 1fr;
    grid-template-areas: "head" "nav" "stage";
    min-height: auto;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-scope-nav {
    grid-auto-columns: minmax(9rem,1fr);
    grid-auto-flow: column;
    overflow-x: auto;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-reading-shell {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r270-toc {
    position: static;
    display: flex;
    gap: .5rem;
    overflow-x: auto;
    padding-bottom: .75rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r270-toc a {
    flex: 0 0 13rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-contact,
  body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  body[data-r284-system="whole-site-design-system-correction"] {
    --r284-gutter: 1.25rem;
    --r284-section: 4.5rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-header {
    min-height: 4.75rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-brand,
  body[data-r284-system="whole-site-design-system-correction"] .r280-brand img {
    width: 7.2rem;
    min-width: 7.2rem;
    height: 2.8rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-section-head,
  body[data-r284-system="whole-site-design-system-correction"] .r280-services .r280-section-head,
  body[data-r284-system="whole-site-design-system-correction"] .r280-section-head-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body[data-r284-system="whole-site-design-system-correction"][data-r280-family="home"] .r280-services .r280-section-head {
    grid-template-areas:
      "eyebrow"
      "title"
      "intro";
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-logo-rail {
    min-height: 7.75rem;
    padding: 1.4rem var(--r284-gutter);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-index {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-index a:nth-child(n) {
    grid-column: 1;
    min-height: 17rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-managed-parent {
    grid-template-columns: 4rem 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-managed-scope {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit {
    grid-template-columns: 1fr 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit button {
    grid-template-columns: 1.5rem 1fr;
    grid-template-rows: auto 3.4rem auto;
    min-height: 8rem;
    padding: .85rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit img {
    grid-column: 1 / -1;
    height: 3.1rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit span {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-rail {
    grid-auto-columns: calc(100vw - 3.5rem);
    padding-left: var(--r284-gutter);
    padding-right: var(--r284-gutter);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 5rem 1fr auto;
    min-height: 27rem;
    gap: 1.3rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket > span {
    grid-column: 1 / -1;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket img {
    grid-column: 1 / -1;
    justify-self: start;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket h3 {
    grid-column: 1 / -1;
    font-size: clamp(1.8rem,8vw,2.8rem);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-ticket b {
    grid-column: 1 / -1;
    justify-self: start;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-inhouse > div {
    grid-column: 1;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a:first-child {
    grid-row: auto;
    min-height: 22rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-story-stack a:first-child h3 {
    margin-top: 4rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-field-pair {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-form-end {
    align-items: stretch;
    flex-direction: column;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-hero-inner,
  body[data-r284-system="whole-site-design-system-correction"] .r280-case-hero,
  body[data-r284-system="whole-site-design-system-correction"] .r280-blog-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 8rem var(--r284-gutter) 3.5rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-hero-copy h1,
  body[data-r284-system="whole-site-design-system-correction"] .r280-case-hero .r280-hero-copy h1 {
    max-width: none;
    font-size: clamp(2.85rem,13vw,4.8rem);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-hero-counter {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 1rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-hero-counter span {
    margin: 0;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-chapters article {
    min-height: 20rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-hero {
    min-height: auto;
    padding: 8rem var(--r284-gutter) 4rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-outcome > div {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-service-fit {
    align-items: start;
    flex-direction: column;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-browser-stage article {
    grid-template-columns: 1fr;
    min-height: 35rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-work-object {
    min-height: 13rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-identity {
    grid-template-columns: 1fr;
    min-height: 9rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-scope {
    padding: var(--r284-section) var(--r284-gutter);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-scope-stage {
    min-height: 27rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-scope-stage article {
    padding: 1.5rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-facts > div {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-facts article {
    min-height: 11rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-case-next {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-blog-glyph {
    grid-template-columns: auto 1fr;
    align-items: end;
    justify-items: start;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature {
    grid-template-columns: 1fr;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-guide-feature > a {
    min-height: 23rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-guide-list article {
    grid-template-columns: 2.5rem minmax(0,1fr);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-article-hero {
    padding: 8rem var(--r284-gutter) 4rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-article-hero h1 {
    max-width: none;
    font-size: clamp(2.7rem,12vw,4.5rem);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-article-hero > div {
    flex-direction: column;
    gap: .65rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-contact-page {
    padding: 8rem var(--r284-gutter) var(--r284-section);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-footer-lead,
  body[data-r284-system="whole-site-design-system-correction"] .r280-footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-footer-lead h2 {
    max-width: 16ch;
    font-size: clamp(2.2rem,10vw,3.6rem);
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-footer-base {
    align-items: flex-start;
    flex-direction: column;
  }

  body[data-r284-system="whole-site-design-system-correction"] .r280-dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100svh - 1rem);
  }
}

@media (max-width: 360px) {
  body[data-r284-system="whole-site-design-system-correction"] { --r284-gutter: 1rem; }
  body[data-r284-system="whole-site-design-system-correction"] .r280-brand-orbit { grid-template-columns: 1fr; }
  body[data-r284-system="whole-site-design-system-correction"] .r280-work-rail { grid-auto-columns: calc(100vw - 2.5rem); }
}

@media (prefers-reduced-motion: reduce) {
  body[data-r284-system="whole-site-design-system-correction"] *,
  body[data-r284-system="whole-site-design-system-correction"] *::before,
  body[data-r284-system="whole-site-design-system-correction"] *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
