/* RECHO / editorial redesign v2. Scope excludes original site header and footer. */
.recho-content.rd-v2 {
  --rd-ink: #252523;
  --rd-muted: #5e5e59;
  --rd-orange: #e6462f;
  --rd-red: #b92f1e;
  --rd-paper: #f5f3ee;
  --rd-line: #dcd9d2;
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 18px;
  color: var(--rd-ink);
  line-height: 1.65;
  background: #fff;
}
.rd-v2 .container {
  max-width: 1320px;
}
.rd-v2 h1,
.rd-v2 h2,
.rd-v2 h3,
.rd-v2 h4 {
  font-family: "Manrope", "Poppins", sans-serif;
  letter-spacing: -0.045em;
  text-wrap: balance;
  line-height: 1.12;
}
.rd-v2 h1,
.rd-v2 h2 {
  font-weight: 500;
}
.rd-v2 h3 {
  font-weight: 600;
}
.rd-v2 p {
  line-height: 1.8;
}
.rd-v2 p.text-sm,
.rd-v2 p.text-xs,
.rd-v2 p.text-base {
  font-size: 18px;
}
.rd-v2 li {
  line-height: 1.8;
}
.rd-v2 .text-gray-500,
.rd-v2 .text-gray-600 {
  color: var(--rd-muted);
}
.rd-v2 .text-gray-800,
.rd-v2 .text-gray-900 {
  color: var(--rd-ink);
}
.rd-v2 img {
  max-width: 100%;
  height: auto;
}
.rd-v2 :is(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--rd-red);
  outline-offset: 5px;
}
.rd-v2 a {
  text-underline-offset: 5px;
}
.rd-v2 a[class*="bg-recho-blue"],
.rd-v2 button[class*="bg-recho-blue"] {
  background: var(--rd-orange);
  color: white;
}
.rd-v2 a[class*="bg-recho"],
.rd-v2 a[class*="bg-white"],
.rd-v2 button[type="submit"] {
  border-radius: 2px;
  box-shadow: none;
  transform: none;
  padding: 19px 28px;
  font-weight: 600;
  font-size: 18px;
}
.rd-v2 a[class*="bg-recho"]:hover,
.rd-v2 button[type="submit"]:hover {
  background: var(--rd-red);
  color: #fff;
}
.rd-v2 [class*="shadow-xl"],
.rd-v2 [class*="shadow-2xl"] {
  box-shadow: none;
}
.rd-v2 .transform:hover {
  transform: none;
}
.rd-v2 [class*="rounded-2xl"],
.rd-v2 [class*="rounded-3xl"] {
  border-radius: 4px;
}
.rd-v2 input,
.rd-v2 textarea,
.rd-v2 select {
  font-size: 18px;
  min-height: 48px;
  border-radius: 2px;
}
.rd-v2 .rd-section {
  padding: 104px 0;
  border-bottom: 1px solid var(--rd-line);
  background: #fff;
}
.rd-v2 .rd-section:nth-of-type(3n) {
  background: #faf9f6;
}
.rd-v2 .rd-page-hero {
  padding: 162px 0 82px !important;
  background: #fff !important;
  color: var(--rd-ink) !important;
  position: relative;
  overflow: hidden;
}
.rd-v2:not(.rd-home) .rd-page-hero:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 160px;
  width: 260px;
  height: 260px;
  border: 1px solid #efc8bf;
  border-radius: 50%;
  box-shadow:
    0 0 0 42px #fbf0eb,
    0 0 0 43px #efc8bf;
  pointer-events: none;
  z-index: 0;
}
.rd-v2 .rd-page-hero > .container {
  position: relative;
  z-index: 1;
}
.rd-v2:not(.rd-home) .rd-page-hero h1 {
  font-size: clamp(52px, 6.1vw, 88px);
  max-width: 1060px;
  text-align: left;
  margin-left: 0;
}
.rd-v2:not(.rd-home) .rd-page-hero > .container,
.rd-v2:not(.rd-home) .rd-page-hero > .container > div {
  text-align: left;
}
.rd-v2:not(.rd-home) .rd-page-hero > .container > .max-w-4xl {
  max-width: 1050px;
  margin-left: 0;
}
.rd-v2 .rd-page-hero p {
  max-width: 820px;
  margin-left: 0;
  color: var(--rd-muted);
}
.rd-v2 .rd-page-hero .text-white:not(a):not(button) {
  color: var(--rd-ink);
}
.rd-kicker,
.rd-v2 .recho-eyebrow {
  font-family: "Manrope", "Poppins", sans-serif;
  font-size: 13px !important;
  line-height: 1.5 !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rd-red);
}
.rd-section-intro {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  column-gap: 80px;
  text-align: left !important;
  margin: 0 0 62px !important;
  align-items: start;
}
.rd-section-intro > .rd-kicker {
  grid-column: 1/-1;
  margin-bottom: 24px;
}
.rd-section-intro h2 {
  margin: 0 !important;
  font-size: clamp(36px, 3.8vw, 54px);
  max-width: 760px;
}
.rd-section-intro p {
  margin: 0 !important;
  max-width: none !important;
}
.rd-section-intro > div:not(.rd-kicker) {
  grid-column: 1/-1;
}
.rd-feature {
  border: 1px solid var(--rd-line) !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  background: #fff !important;
  color: var(--rd-ink);
  padding: 32px !important;
}
.rd-feature p {
  color: var(--rd-muted);
}
.rd-feature > div[class*="w-16"] {
  background: #f8e9e1 !important;
  color: var(--rd-red) !important;
  border-radius: 2px !important;
}
.rd-feature > div[class*="w-16"] i {
  color: var(--rd-red) !important;
}
/* Homepage: wide type, custom signal graphic, and independent number strip. */
.rd-home #home {
  padding-bottom: 0 !important;
  border: 0;
}
.rd-home .rd-home-lead {
  max-width: 1440px;
  padding: 0 48px;
}
.rd-home .rd-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
  gap: 76px;
  align-items: center;
}
.rd-home .rd-hero-copy {
  padding: 10px 0 32px;
}
.rd-home .rd-hero-copy > h1 {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  max-width: 600px;
}
.rd-home .rd-hero-copy > h1:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--rd-orange);
  margin-right: 14px;
  vertical-align: middle;
  flex-shrink: 0;
}
.rd-home .rd-hero-copy > h2 {
  font-size: clamp(66px, 6.8vw, 98px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 1.02;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rd-home .rd-hero-copy > h2 svg {
  bottom: -8px;
  stroke-width: 1;
}
.rd-home .rd-hero-copy > p {
  font-size: 21px;
  line-height: 1.75;
  max-width: 640px;
}
.rd-home .rd-hero-copy > .flex {
  margin-top: 34px;
}
.rd-home .rd-hero-copy a {
  border-radius: 2px;
  padding: 19px 25px;
  box-shadow: none;
}
.rd-home .rd-hero-copy a[href="#services"] {
  border-width: 1px;
  color: var(--rd-ink);
  border-color: var(--rd-ink);
  background: white;
}
.rd-home .rd-hero-art {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.rd-home .rd-signal-board {
  background: #f2e7dd;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0 !important;
  width: 100%;
  transform: none !important;
  overflow: hidden;
}
.rd-home .rd-signal-content {
  text-align: left;
  color: var(--rd-ink);
}
.rd-signal-art {
  height: 270px;
  background: var(--rd-orange);
  color: #8a281b;
  position: relative;
  overflow: hidden;
}
.rd-signal-art svg {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  transform: scale(1.08);
}
.rd-signal-art > span {
  position: absolute;
  top: 20px;
  left: 26px;
  color: white;
  font-size: 11px;
  letter-spacing: 0.15em;
  font-weight: 600;
}
.rd-home .rd-signal-content > h3 {
  font-size: 28px;
  font-weight: 500;
  padding: 28px 30px 20px;
  margin: 0;
  max-width: 400px;
  line-height: 1.12;
}
.rd-home .rd-signal-rows {
  display: block;
  padding: 0 30px 25px;
}
.rd-home .rd-signal-rows > div {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 14px 0;
  background: none;
  border-top: 1px solid #c9b9ac;
  border-radius: 0;
  font-size: 18px;
}
.rd-row-no {
  font-size: 12px;
  font-weight: 600;
  color: #805e4c;
}
.rd-row-arrow {
  margin-left: auto;
  font-size: 22px;
  color: var(--rd-red);
}
.rd-home .rd-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 56px;
  padding: 28px 0;
  border-top: 1px solid var(--rd-line);
}
.rd-home .rd-hero-stats > div {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 10px 30px;
  border-right: 1px solid var(--rd-line);
}
.rd-home .rd-hero-stats > div:first-child {
  padding-left: 0;
}
.rd-home .rd-hero-stats > div:last-child {
  border: 0;
}
.rd-home .rd-hero-stats [data-count] {
  font-size: 52px;
  letter-spacing: -0.06em;
  font-weight: 500;
  line-height: 1;
}
.rd-home .rd-hero-stats .text-sm {
  font-size: 16px;
  max-width: 180px;
  line-height: 1.5;
}
/* Brand proof strip, with exact names sourced from the supplied deck. */
.rd-v2 .recho-proof {
  padding: 38px 48px;
  background: var(--rd-paper) !important;
  border-top: 1px solid var(--rd-line);
  border-bottom: 1px solid var(--rd-line);
}
.recho-proof-inner {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 44px;
  align-items: center;
  max-width: 1344px;
  margin: auto;
}
.recho-brands {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 26px;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #292924;
}
.rd-v2 .rd-ethos {
  padding: 48px 0;
  background: #fff;
  border-bottom: 1px solid var(--rd-line);
}
.rd-ethos > .container {
  margin-top: 0 !important;
}
.rd-ethos > .container > div {
  background: white;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.rd-ethos .bg-green-600 {
  background: transparent;
  color: var(--rd-orange);
}
.rd-ethos a.bg-green-600 {
  padding: 0;
  border-bottom: 1px solid var(--rd-orange);
  border-radius: 0;
  font-size: 16px;
  color: var(--rd-red);
  background: transparent;
  box-shadow: none;
}
.rd-ethos .fa-shield-check {
  color: var(--rd-orange);
}
.rd-ethos h3 {
  font-size: 26px;
  font-weight: 600;
}
/* Home services become full-width editorial rows, not a three-card grid. */
.rd-v2 .rd-services {
  background: #fff;
  padding-top: 96px;
}
.rd-service-rows {
  display: block !important;
  margin-bottom: 46px;
}
.rd-v2 .rd-service-row {
  display: grid;
  grid-template-columns: 60px minmax(220px, 0.9fr) minmax(300px, 1.15fr);
  gap: 30px;
  padding: 42px 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid #b9b7b0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}
.rd-service-number {
  font-size: 16px;
  font-weight: 600;
  color: var(--rd-red);
  padding-top: 8px;
}
.rd-service-identity h3 {
  font-size: 38px;
  font-weight: 500;
  max-width: 420px;
  margin: 0;
}
.rd-service-identity > div {
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  background: #f7ece5;
  color: var(--rd-red);
  border-radius: 0;
}
.rd-service-identity i {
  font-size: 23px;
  color: var(--rd-red);
}
.rd-service-identity img {
  filter: none !important;
}
.rd-service-detail p {
  margin-bottom: 20px;
}
.rd-service-detail > .bg-orange-50 {
  background: none;
  padding: 0;
  border-top: 1px solid var(--rd-line);
  padding-top: 18px;
  border-radius: 0;
}
.rd-service-detail a {
  display: inline-flex;
  border-bottom: 1px solid var(--rd-orange);
  padding-bottom: 6px;
  font-size: 17px;
}
/* Moderator experience, with a bold type column and ruled operational principles. */
.rd-v2 .recho-moderators {
  padding: 106px 48px;
  background: #f5f3ee !important;
  border-bottom: 1px solid var(--rd-line);
}
.recho-proof-grid {
  max-width: 1232px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 100px;
  align-items: start;
}
.recho-proof-grid h2 {
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 500;
  margin: 24px 0 32px;
}
.recho-proof-grid p {
  margin-bottom: 22px;
}
.recho-principle {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 16px;
  padding: 28px 0;
  border-top: 1px solid #bcb9b1;
}
.recho-principle > span {
  font-size: 14px;
  color: var(--rd-red);
  padding-top: 5px;
}
.recho-principle h3 {
  font-size: 27px;
  margin: 0 0 12px;
  font-weight: 500;
}
.recho-principle p {
  margin: 0;
}
.rd-inline-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
  padding-top: 28px;
  border-top: 1px solid var(--rd-line);
  font-size: 17px;
  font-weight: 600;
}
.rd-inline-links a {
  color: var(--rd-red);
}
/* Large typographic evidence and method. */
.rd-metrics {
  gap: 0 !important;
  border-top: 1px solid var(--rd-line);
}
.rd-metrics > div {
  background: white !important;
  border-radius: 0;
  padding: 28px 20px;
  border-right: 1px solid var(--rd-line);
  text-align: left;
}
.rd-metrics > div:last-child {
  border-right: 0;
}
.rd-metrics .text-4xl {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: var(--rd-ink);
  margin-bottom: 20px;
}
.rd-metrics .text-sm {
  font-size: 16px;
}
.rd-metrics p {
  font-size: 14px !important;
}
.rd-process-step {
  border-top: 1px solid var(--rd-line);
  padding-top: 24px;
  margin-top: 28px;
}
.rd-process-step > .rounded-full {
  background: transparent;
  color: var(--rd-red);
  border: 1px solid var(--rd-line);
  border-radius: 0;
  font-size: 16px;
}
.rd-process-step h3 {
  font-size: 26px;
}
.rd-v2 .rd-impact-panel {
  background: #f2e7dd;
  color: var(--rd-ink);
  border-radius: 0;
  padding: 40px;
}
.rd-impact-panel h3 {
  font-size: 32px;
  font-weight: 500;
  max-width: 300px;
}
.rd-impact-panel .bg-white {
  background: #e2d4c8;
  border-radius: 0;
}
.rd-impact-panel .space-y-4 > div {
  background: none;
  padding: 24px 0;
  border-top: 1px solid #c2afa0;
  border-radius: 0;
}
.rd-impact-panel .bg-white.h-2 {
  background: var(--rd-orange);
  height: 4px;
}
.rd-v2 .rd-cta {
  background: #e6462f !important;
  color: white;
  padding: 92px 0;
}
.rd-cta > .container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px 74px;
  text-align: left;
  align-items: start;
}
.rd-cta h2 {
  font-size: clamp(46px, 4.8vw, 68px);
  margin: 0;
  grid-row: span 2;
  color: #fff;
}
.rd-cta p {
  margin: 0;
  max-width: none;
  color: white;
}
.rd-cta a[class*="bg-"] {
  justify-self: start;
  background: #fff;
  color: #902b1c;
  border: 0;
}
/* Dedicated capability pages: five full-width two-column chapters. */
.rd-offerings {
  display: block !important;
}
.rd-v2 .rd-offering {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 96px;
  padding: 56px 0 !important;
  border: 0 !important;
  border-top: 1px solid #aaa69e !important;
  border-radius: 0 !important;
  background: white !important;
  box-shadow: none !important;
}
.rd-offering-head {
  position: sticky;
  top: 120px;
  align-self: start;
}
.rd-offering-head > .rd-kicker {
  margin-bottom: 30px;
}
.rd-offering-head > div[class*="w-16"] {
  background: #f4e6dc;
  border-radius: 0;
  color: var(--rd-red);
  margin-bottom: 26px;
}
.rd-offering-head > div[class*="w-16"] i {
  color: var(--rd-red);
}
.rd-offering-head > div[class*="w-16"] img {
  filter: none !important;
}
.rd-offering h3 {
  font-size: 44px;
  font-weight: 500;
  margin-bottom: 32px;
}
.rd-offering-body > p {
  font-size: 20px;
}
.rd-offering-body > ul,
.rd-offering-body > div {
  border: 0;
  border-top: 1px solid var(--rd-line);
  padding-top: 24px;
  margin-top: 24px;
}
.rd-text-link {
  display: inline-flex;
  gap: 24px;
  color: var(--rd-red);
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid var(--rd-orange);
  padding-bottom: 8px;
}
/* Journal: editorial feature first, quieter article list and readable search. */
.rd-journal .rd-page-hero {
  padding-bottom: 62px !important;
}
.rd-journal .rd-page-hero .max-w-2xl {
  margin: 36px 0 0;
  max-width: 760px;
}
.rd-journal #blog-search {
  background: #f5f3ee;
  border: 1px solid var(--rd-line);
  border-radius: 0;
  padding: 22px 112px 22px 22px;
  font-size: 18px;
}
.rd-journal #search-btn {
  border-radius: 0;
  box-shadow: none;
  min-height: 46px;
}
.rd-journal > .rd-section:nth-child(2) {
  padding: 20px 0;
  background: white;
}
.rd-journal .category-tag {
  border-radius: 0;
  box-shadow: none;
  padding: 11px 16px;
  border: 1px solid #d5d1c8;
  font-size: 15px;
  font-weight: 500;
  transform: none;
}
.rd-journal .category-tag.bg-gray-200 {
  background: white;
}
.rd-journal .category-tag.bg-recho-orange {
  background: var(--rd-ink);
  border-color: var(--rd-ink);
}
.rd-journal > .rd-section:nth-child(3) {
  padding-top: 56px;
  background: #fff;
}
.rd-journal .rd-story-card {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
  background: white;
}
.rd-story-card > .p-6 {
  padding: 24px 0;
}
.rd-story-card h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}
.rd-story-card p {
  font-size: 18px;
  line-height: 1.75;
}
.rd-story-card .rd-story-art {
  height: 230px;
  background: #ede9e1 !important;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  color: var(--rd-orange);
}
.rd-story-art > i {
  font-size: 70px;
  color: #cf4029;
  opacity: 0.65;
  position: absolute;
  right: 25px;
  bottom: 24px;
}
.rd-story-art:after {
  content: "";
  position: absolute;
  border: 1px solid #cf4029;
  width: 260px;
  height: 260px;
  top: -140px;
  right: -60px;
  border-radius: 50%;
  opacity: 0.4;
  box-shadow:
    0 0 0 40px #0000,
    0 0 0 41px #cf4029;
}
.rd-story-index {
  position: absolute;
  left: 24px;
  top: 20px;
  font-size: 16px;
  letter-spacing: 0.12em;
  color: #6d6157;
}
.rd-story-art > .absolute {
  top: auto;
  bottom: 20px;
  left: 24px;
  right: auto;
  background: none;
  color: #6d3025;
  padding: 0;
}
.rd-journal .rd-story:first-of-type {
  grid-column: 1/-1;
  border-bottom: 1px solid var(--rd-line);
  padding-bottom: 36px;
  margin-bottom: 8px;
}
.rd-journal .rd-story:first-of-type .rd-story-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.rd-journal .rd-story:first-of-type .rd-story-art {
  height: 380px;
  background: #e6462f !important;
  color: #fff;
}
.rd-journal .rd-story:first-of-type .rd-story-art > i {
  font-size: 130px;
  color: #fff;
  opacity: 0.8;
}
.rd-journal .rd-story:first-of-type .rd-story-index {
  color: #fff;
}
.rd-journal .rd-story:first-of-type h3 {
  font-size: 42px;
  letter-spacing: -0.045em;
}
/* Long-form: clear hierarchy and a true reading rail without hiding any copy. */
.rd-article > article {
  padding-top: 142px;
}
.rd-article-shell {
  display: grid;
  grid-template-columns: minmax(0, 860px) 250px;
  gap: 76px;
  max-width: 1320px !important;
  align-items: start;
}
.rd-article-body {
  min-width: 0;
}
.rd-article-body h1 {
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.055em;
  max-width: 900px;
}
.rd-article-body h2 {
  font-size: 36px;
  line-height: 1.2;
  margin-top: 48px;
  scroll-margin-top: 116px;
}
.rd-article-body h3 {
  font-size: 26px;
  scroll-margin-top: 116px;
}
.rd-article-body p,
.rd-article-body li {
  font-size: 18px;
  line-height: 1.85;
}
.rd-article-body .text-xl {
  font-size: 21px;
}
.rd-article-body .text-2xl {
  font-size: 24px;
}
.rd-article-body table {
  font-size: 16px;
  width: 100%;
}
.rd-article-body .prose {
  max-width: none;
}
.rd-reading-rail {
  position: sticky;
  top: 125px;
  margin-top: 28px;
  border-top: 2px solid var(--rd-orange);
  padding-top: 24px;
}
.rd-reading-rail ol {
  list-style: none;
  margin: 22px 0 30px;
  padding: 0;
}
.rd-reading-rail li {
  padding: 12px 0;
  border-bottom: 1px solid var(--rd-line);
  line-height: 1.5;
  font-size: 15px;
}
.rd-reading-rail a:hover {
  color: var(--rd-red);
}
.rd-rail-service {
  padding: 24px;
  background: var(--rd-paper);
}
.rd-rail-service > a {
  display: block;
  margin-top: 16px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}
.rd-related {
  padding: 80px 24px;
  background: var(--rd-paper);
  border-top: 1px solid var(--rd-line);
}
.rd-related-inner {
  max-width: 1272px;
  margin: auto;
}
.rd-related h2 {
  font-size: 42px;
  max-width: 700px;
  margin: 18px 0 42px;
}
.rd-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.rd-related-grid > a {
  padding: 28px 0;
  border-top: 1px solid #aaa69e;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rd-related-grid h3 {
  font-size: 24px;
  line-height: 1.25;
}
.rd-related-grid > a > span:last-child {
  font-size: 28px;
  color: var(--rd-red);
  margin-top: auto;
}
.rd-bottom-link {
  padding: 30px 24px;
  text-align: center;
  background: var(--rd-paper);
  font-weight: 600;
  color: var(--rd-red);
}
.rd-contact .rd-page-hero .grid {
  max-width: 1100px;
  margin-left: 0;
  border-top: 1px solid var(--rd-line);
  padding-top: 24px;
}
.rd-contact .rd-page-hero .grid > div {
  text-align: left;
  padding: 20px 24px 20px 0;
  border-right: 1px solid var(--rd-line);
  border-radius: 0;
}
.rd-contact .rd-page-hero .grid > div:last-child {
  border: 0;
}
.rd-contact .rd-page-hero .grid i {
  color: var(--rd-orange);
}
.rd-contact .rd-page-hero .grid h3 {
  font-size: 24px;
}
.rd-contact form {
  padding: 36px;
  border: 1px solid var(--rd-line);
  background: #fff;
}
.rd-contact form label {
  font-size: 16px;
  font-weight: 600;
}
.rd-contact .md\:col-span-2 {
  background: #f3e5dc;
  color: var(--rd-ink);
  border-radius: 0;
}
.rd-contact .md\:col-span-2 p,
.rd-contact .md\:col-span-2 .text-white {
  color: var(--rd-ink);
}
.rd-contact .md\:col-span-2 a {
  color: var(--rd-red);
}
.rd-faq .faq-item {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rd-line) !important;
  box-shadow: none !important;
}
.rd-faq .faq-question {
  font-size: 21px;
}
/* Responsive layouts retain the original desktop size hierarchy and readable body copy. */
@media (min-width: 1600px) {
  .rd-home .rd-home-lead {
    max-width: 1480px;
  }
}
@media (max-width: 1100px) {
  .rd-home .rd-hero-grid {
    gap: 38px;
  }
  .rd-home .rd-home-lead {
    padding: 0 28px;
  }
  .rd-home .rd-hero-copy > h2 {
    font-size: 74px;
  }
  .rd-signal-art {
    height: 230px;
  }
  .recho-proof-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .recho-proof-grid {
    gap: 54px;
  }
  .rd-service-row {
    grid-template-columns: 40px 0.8fr 1.2fr !important;
    gap: 22px !important;
  }
  .rd-offering {
    gap: 50px !important;
  }
  .rd-article-shell {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 40px;
  }
  .rd-v2 .rd-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .rd-v2 .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .rd-v2 .rd-page-hero {
    padding-top: 126px !important;
    padding-bottom: 50px !important;
  }
  .rd-v2 .rd-page-hero:after {
    display: none;
  }
  .rd-v2:not(.rd-home) .rd-page-hero h1 {
    font-size: 52px;
  }
  .rd-home .rd-home-lead {
    padding: 0 24px;
  }
  .rd-home .rd-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .rd-home .rd-hero-copy {
    padding: 0;
  }
  .rd-home .rd-hero-copy > h1 {
    font-size: 16px;
  }
  .rd-home .rd-hero-copy > h2 {
    font-size: 58px;
    letter-spacing: -0.065em;
  }
  .rd-home .rd-hero-copy > p {
    font-size: 20px;
  }
  .rd-home .rd-hero-copy .flex {
    gap: 12px;
  }
  .rd-home .rd-hero-copy a {
    font-size: 17px;
    padding: 18px 20px;
  }
  .rd-signal-art {
    height: 235px;
  }
  .rd-home .rd-signal-content > h3 {
    font-size: 30px;
    max-width: none;
  }
  .rd-home .rd-signal-rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
  }
  .rd-home .rd-signal-rows > div {
    font-size: 16px;
    gap: 10px;
  }
  .rd-row-arrow {
    display: none;
  }
  .rd-home .rd-hero-stats {
    margin-top: 32px;
    grid-template-columns: 1fr;
    padding: 0;
  }
  .rd-home .rd-hero-stats > div {
    border-right: 0;
    border-bottom: 1px solid var(--rd-line);
    padding: 20px 0;
    gap: 24px;
  }
  .rd-home .rd-hero-stats [data-count] {
    font-size: 44px;
    width: 100px;
  }
  .rd-home .rd-hero-stats .text-sm {
    max-width: none;
  }
  .rd-v2 .recho-proof {
    padding: 32px 24px;
  }
  .recho-brands {
    gap: 24px 32px;
    font-size: 23px;
    justify-content: flex-start;
  }
  .rd-section-intro {
    display: block;
    margin-bottom: 38px !important;
  }
  .rd-section-intro > .rd-kicker {
    margin-bottom: 18px;
  }
  .rd-section-intro h2 {
    font-size: 40px;
    margin-bottom: 24px !important;
  }
  .rd-section-intro p {
    font-size: 20px;
  }
  .rd-v2 .rd-section {
    padding: 64px 0;
  }
  .rd-service-row {
    grid-template-columns: 36px 1fr !important;
    gap: 16px !important;
    padding: 32px 0 !important;
  }
  .rd-service-identity h3 {
    font-size: 34px;
  }
  .rd-service-detail {
    grid-column: 2;
  }
  .rd-service-identity > div {
    display: none;
  }
  .rd-v2 .recho-moderators {
    padding: 64px 24px;
  }
  .recho-proof-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .recho-proof-grid h2 {
    font-size: 44px;
  }
  .rd-metrics {
    grid-template-columns: 1fr 1fr !important;
  }
  .rd-metrics > div {
    border-bottom: 1px solid var(--rd-line);
    padding: 28px 14px;
  }
  .rd-metrics > div:nth-child(even) {
    border-right: 0;
  }
  .rd-metrics > div:last-child {
    grid-column: 1/-1;
  }
  .rd-cta > .container {
    display: block;
  }
  .rd-cta h2 {
    font-size: 48px;
    margin-bottom: 28px;
  }
  .rd-cta p {
    margin-bottom: 28px;
  }
  .rd-offering {
    display: block !important;
    padding: 38px 0 !important;
  }
  .rd-offering-head {
    position: static;
  }
  .rd-offering h3 {
    font-size: 38px;
  }
  .rd-offering-body {
    margin-top: 30px;
  }
  .rd-offering-head > div[class*="w-16"] {
    display: none;
  }
  .rd-journal .rd-story:first-of-type .rd-story-card {
    display: block;
  }
  .rd-journal .rd-story:first-of-type .rd-story-art {
    height: 260px;
  }
  .rd-journal .rd-story:first-of-type h3 {
    font-size: 34px;
  }
  .rd-journal .rd-story-card h3 {
    font-size: 28px;
  }
  .rd-article > article {
    padding-top: 124px;
  }
  .rd-article-shell {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .rd-article-body h1 {
    font-size: 52px;
  }
  .rd-article-body h2 {
    font-size: 32px;
  }
  .rd-reading-rail {
    position: static;
    order: 2;
    width: 100%;
    margin: 0;
  }
  .rd-related-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .rd-related h2 {
    font-size: 36px;
  }
  .rd-contact form {
    padding: 24px;
  }
  .rd-contact .rd-page-hero .grid > div {
    border: 0;
    border-bottom: 1px solid var(--rd-line);
  }
  .rd-v2 .rd-ethos {
    padding: 40px 0;
  }
  .rd-ethos .flex-shrink-0:first-child {
    display: none;
  }
  .rd-ethos h3,
  .rd-ethos p {
    text-align: left;
  }
  .rd-ethos .flex-1 {
    min-width: 0;
  }
  .rd-impact-panel {
    padding: 28px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rd-v2 * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
/* Content is visible before scripts/animations and for reduced-motion visitors. */
.rd-v2 section {
  opacity: 1;
  animation: none;
}
.rd-v2 .animate-fade-in-up,
.rd-v2 .fade-in-up {
  opacity: 1;
  animation: none;
}
.rd-section-intro {
  width: 100%;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}
.rd-section-intro > .rd-kicker {
  grid-column: 1 / span 2;
  grid-row: 1;
}
.rd-section-intro > h2 {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
}
.rd-section-intro > p {
  grid-column: 2;
  grid-row: 2;
  min-width: 0;
}
.recho-brands > span {
  white-space: nowrap;
}
.rd-service-identity > div:has(> i) {
  display: none;
}
/* Revision 03: enterprise evidence, editorial case studies, restrained layout. */
.rd-v2 .rd-enterprise-proof {
  border: 1px solid #e3dfd9;
  background: #f7f5f1;
  padding: 38px 42px;
  border-radius: 0;
  align-self: stretch;
  color: #292726;
  box-shadow: none;
}
.rd-v2 .rd-enterprise-proof h3 {
  font-size: clamp(30px, 3.1vw, 44px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1.15;
  margin: 22px 0 20px;
  color: #292726;
}
.rd-v2 .rd-enterprise-proof p {
  font-size: 18px;
  line-height: 1.6;
  color: #56514c;
  max-width: 38ch;
}
.rd-proof-divider {
  height: 1px;
  background: #d9d3cb;
  margin: 28px 0;
}
.rd-v2 .rd-featured-proof {
  display: block;
  color: #292726;
  text-decoration: none;
}
.rd-featured-proof > span {
  font-size: 13px;
  letter-spacing: 0.11em;
  font-weight: 700;
}
.rd-v2 .rd-featured-proof strong {
  display: block;
  font-size: 76px;
  line-height: 1.1;
  color: #e6462f;
  letter-spacing: -0.055em;
  margin: 14px 0 8px;
}
.rd-featured-proof b {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  color: #c83623;
}
.rd-v2 .rd-v3-statstrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 30px !important;
  margin-top: 38px !important;
  border-top: 1px solid #dedbd6;
  gap: 24px;
}
.rd-v3-statstrip strong,
.rd-v3-statstrip span {
  display: block;
}
.rd-v3-statstrip strong {
  font-size: 28px;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #292726;
}
.rd-v3-statstrip span {
  font-size: 15px;
  margin-top: 5px;
  color: #605b56;
}
.rd-v2 .rd-work {
  padding: 86px max(24px, calc((100% - 1200px) / 2));
  background: white;
  border-bottom: 1px solid #e4dfd9;
}
.rd-work-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 35px;
}
.rd-v2 .rd-work h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  letter-spacing: -0.045em;
  line-height: 1.15;
  font-weight: 600;
  margin: 16px 0 0;
}
.rd-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.rd-v2 .rd-case-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #f8f6f2;
  border: 1px solid #e5e0d9;
  padding: 30px 28px;
  color: #292726;
  text-decoration: none;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.rd-v2 .rd-case-card:hover {
  background: #fff0e9;
  border-color: #e6462f;
}
.rd-v2 .rd-case-card:focus-visible {
  outline: 3px solid #e6462f;
  outline-offset: 4px;
}
.rd-case-card .rd-kicker {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #6d625c;
}
.rd-v2 .rd-case-card :is(h2, h3) {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin: 24px 0 46px;
}
.rd-v2 .rd-case-card strong {
  font-size: clamp(34px, 3.8vw, 53px);
  color: #cd3d28;
  letter-spacing: -0.055em;
  line-height: 1.1;
  white-space: nowrap;
}
.rd-v2 .rd-case-card p {
  font-size: 17px;
  line-height: 1.5;
  color: #56514c;
  margin: 14px 0 28px;
  flex: 1;
}
.rd-case-link {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d9d3cb;
  padding-top: 20px;
  font-size: 15px;
  font-weight: 600;
}
.rd-v2 .rd-source-note {
  font-size: 14px;
  line-height: 1.65;
  color: #6a635d;
  margin-top: 24px;
}
.rd-source-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.rd-home .rd-human {
  background: #f7f5f1 !important;
  border: 0 !important;
}
.rd-home .rd-human h2 {
  font-weight: 600 !important;
}
.rd-v2 .rd-metrics > div {
  padding: 24px 12px;
  background: transparent;
  border-right: 1px solid #ddd6ce;
}
.rd-v2 .rd-metrics > div:last-child {
  border-right: 0;
}
.rd-v2 .rd-metrics > div > p {
  font-size: 14px;
  color: #6a635d;
  margin-top: 12px;
}
.rd-v2 .rd-verified-impact {
  background: #f7f5f1 !important;
  padding: 34px !important;
  color: #292726 !important;
  border: 1px solid #e0d9d1;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.rd-v2 .rd-verified-impact h3 {
  color: #292726 !important;
}
.rd-v2 .rd-verified-impact a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 12px;
  padding: 20px 0;
  border-top: 1px solid #dbd3ca;
  color: #292726;
  text-decoration: none;
}
.rd-verified-impact > div > p {
  margin-bottom: 22px;
}
.rd-v2 .rd-verified-impact strong {
  color: #ce3e29;
  font-size: 28px;
}
.rd-v2 .rd-verified-impact a p {
  grid-column: 1 / span 2;
  font-size: 16px;
  margin: 0;
}
.rd-v2 .rd-verified-impact a span {
  align-self: center;
  font-weight: 600;
}
.rd-case-page {
  padding-top: 80px;
}
.rd-v2 .rd-case-hero {
  padding: 70px max(24px, calc((100% - 1200px) / 2));
  background: #f8f6f2;
  border-bottom: 1px solid #e0dbd4;
}
.rd-case-title {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
  margin-top: 50px;
}
.rd-v2.rd-case-page h1 {
  font-size: clamp(36px, 4.5vw, 66px);
  letter-spacing: -0.05em;
  line-height: 1.08;
  font-weight: 600;
  color: #292726;
  margin: 20px 0;
}
.rd-v2 .rd-case-deck {
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.4;
  max-width: 28ch;
}
.rd-case-result {
  padding: 40px;
  border-left: 1px solid #d6cec4;
}
.rd-v2 .rd-case-result strong {
  font-size: clamp(42px, 5.6vw, 78px);
  letter-spacing: -0.05em;
  color: #cd3d28;
  line-height: 1.1;
}
.rd-v2 .rd-case-result p {
  font-size: 20px;
  margin-top: 18px;
}
.rd-case-reading {
  max-width: 1248px;
  padding: 72px 24px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 90px;
}
.rd-v2 .rd-case-reading h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.2;
  margin: 44px 0 18px;
}
.rd-case-reading article > h2:first-child {
  margin-top: 0;
}
.rd-v2 .rd-case-reading p {
  font-size: 19px;
  line-height: 1.8;
  color: #514c47;
}
.rd-case-reading aside {
  border-left: 1px solid #e2dcd4;
  padding-left: 30px;
}
.rd-v2 .rd-case-reading aside h2 {
  font-size: 26px;
  margin: 20px 0;
}
.rd-v2 .rd-case-reading aside p {
  font-size: 16px;
}
.rd-case-reading aside a {
  display: block;
  margin: 20px 0;
  font-size: 16px;
  color: #b93624;
}
.rd-case-reading aside hr {
  margin: 32px 0;
  border: 0;
  border-top: 1px solid #ded8cf;
}
.rd-v2 .rd-case-next {
  background: #f8f6f2;
  padding: 64px max(24px, calc((100% - 1200px) / 2));
  border-top: 1px solid #e3dcd3;
}
.rd-v2 .rd-case-next h2 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 16px 0;
}
.rd-case-next p {
  max-width: 64ch;
  margin-bottom: 26px;
}
.rd-v2 .rd-button {
  display: inline-block;
  background: #ce3d28;
  color: #fff;
  padding: 16px 24px;
  font-weight: 600;
  text-decoration: none;
}
.rd-v2 .rd-button:hover {
  background: #a82d1d;
}
@media (min-width: 1024px) {
  .rd-home .rd-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 70px;
  }
  .rd-home .rd-hero-copy > h2 {
    font-size: clamp(64px, 6.4vw, 92px) !important;
  }
  .rd-home #home {
    padding-top: 138px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 900px) {
  .rd-case-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rd-case-title {
    gap: 28px;
  }
  .rd-case-reading {
    gap: 32px;
  }
  .rd-work-heading {
    align-items: start;
    flex-direction: column;
  }
  .rd-v2 .rd-enterprise-proof {
    padding: 30px;
  }
  .rd-v2 .rd-case-result {
    padding: 24px;
  }
  .rd-home .rd-hero-grid {
    gap: 35px;
  }
}
@media (max-width: 640px) {
  .rd-case-grid,
  .rd-case-title,
  .rd-case-reading {
    grid-template-columns: minmax(0, 1fr);
  }
  .rd-v2 .rd-work {
    padding: 54px 24px;
  }
  .rd-case-title {
    margin-top: 32px;
  }
  .rd-v2 .rd-case-hero {
    padding: 42px 24px;
  }
  .rd-case-reading {
    padding: 46px 24px;
    gap: 38px;
  }
  .rd-case-reading aside {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #ded8cf;
    padding-top: 25px;
  }
  .rd-v2 .rd-case-result {
    padding: 28px 0 0;
    border-left: 0;
    border-top: 1px solid #d6cec4;
  }
  .rd-v2 .rd-case-card :is(h2, h3) {
    margin-bottom: 28px;
  }
  .rd-v2 .rd-case-card strong {
    font-size: 46px;
  }
  .rd-v2 .rd-v3-statstrip {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .rd-v3-statstrip > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
  }
  .rd-v3-statstrip span {
    max-width: 16ch;
    font-size: 15px;
  }
  .rd-v3-statstrip strong {
    font-size: 27px;
  }
  .rd-v2 .rd-enterprise-proof h3 {
    font-size: 36px;
  }
  .rd-v2 .rd-case-next h2 {
    font-size: 34px;
  }
  .rd-v2 .rd-metrics > div {
    border-right: 0;
    border-bottom: 1px solid #ddd6ce;
  }
}
.rd-v3-statstrip strong {
  white-space: nowrap;
}
.rd-v2 .rd-case-card {
  display: grid;
  grid-template-rows: 38px 66px 64px minmax(80px, 1fr) auto;
  gap: 0;
}
.rd-v2 .rd-case-card :is(h2, h3) {
  margin: 18px 0 0;
}
.rd-v2 .rd-case-card strong {
  align-self: end;
}
.rd-v2 .rd-case-card p {
  margin: 14px 0 24px;
}
@media (max-width: 640px) {
  .rd-v2 .rd-case-card {
    grid-template-rows: 30px 58px 60px minmax(80px, 1fr) auto;
  }
}
/* Revision 04: consistent content rhythm and a simpler homepage. */
.rd-v2 .container {
  max-width: 1248px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.rd-v2 .rd-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.rd-v2 .rd-page-hero:after {
  display: none !important;
}
.rd-home .rd-home-lead {
  max-width: 1248px !important;
  padding: 0 24px !important;
  margin: auto;
}
.rd-home .rd-hero-grid {
  display: block !important;
}
.rd-home .rd-hero-copy {
  max-width: 1020px;
  padding: 0 !important;
}
.rd-home .rd-hero-copy > h2 {
  max-width: 980px;
  margin: 24px 0 !important;
  font-size: clamp(58px, 6.7vw, 88px) !important;
  letter-spacing: -0.055em !important;
  line-height: 1.06 !important;
}
.rd-home .rd-hero-copy > p {
  max-width: 850px;
  font-size: 22px;
  line-height: 1.65;
  margin: 0 0 18px;
}
.rd-home .rd-hero-copy > p.rd-hero-team {
  font-size: 19px;
  color: #605b56;
  max-width: 850px;
  margin: 0 0 28px;
}
.rd-home .rd-hero-copy > .flex {
  margin-top: 28px !important;
}
.rd-home #home {
  padding-top: 146px !important;
  padding-bottom: 36px !important;
}
.rd-v2 .rd-v3-statstrip {
  margin-top: 44px !important;
  padding-top: 24px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.rd-v2 .rd-v3-statstrip > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 0 28px !important;
  border-right: 1px solid #dedbd6;
  border-bottom: 0;
}
.rd-v2 .rd-v3-statstrip > div:first-child {
  padding-left: 0 !important;
}
.rd-v2 .rd-v3-statstrip > div:last-child {
  border-right: 0;
}
.rd-v3-statstrip strong {
  font-size: 28px;
  line-height: 1.3;
  white-space: nowrap;
}
.rd-v3-statstrip span {
  font-size: 15px;
  margin: 0;
}
.rd-v2 .recho-proof {
  padding: 30px max(24px, calc((100% - 1200px) / 2)) !important;
}
.recho-proof-inner {
  max-width: 1200px !important;
  margin: auto;
}
.rd-v2 .rd-work {
  padding: 80px max(24px, calc((100% - 1200px) / 2)) !important;
}
.rd-work-heading {
  margin-bottom: 32px;
}
.rd-v2 .rd-work h2 {
  max-width: 700px;
}
.rd-v2 .recho-moderators {
  padding: 80px max(24px, calc((100% - 1200px) / 2)) !important;
}
.recho-proof-grid {
  max-width: 1200px !important;
  margin: auto;
  gap: 64px;
}
.rd-section-intro {
  column-gap: 64px;
  margin-bottom: 40px !important;
}
.rd-v2 .rd-related {
  padding: 64px 24px;
}
.rd-related-inner {
  max-width: 1200px !important;
  margin: auto;
}
.rd-v2 .rd-case-next {
  padding: 64px max(24px, calc((100% - 1200px) / 2));
}
.rd-faq .faq-list,
.rd-faq .rd-faq-list {
  width: 100%;
}
.rd-faq .rd-faq-item {
  border-bottom: 1px solid #dedbd6;
  padding: 0;
  background: transparent;
}
.rd-faq .rd-faq-item summary {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding: 24px 40px 24px 0;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: #292726;
}
.rd-faq-item summary::-webkit-details-marker {
  display: none;
}
.rd-faq .rd-faq-item summary:after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 23px;
  font-size: 26px;
  line-height: 1.2;
  color: #bd3725;
  font-weight: 400;
}
.rd-faq .rd-faq-item[open] summary:after {
  content: "−";
}
.rd-faq .rd-faq-answer {
  padding: 0 32px 26px 0;
  max-width: 82ch;
}
.rd-faq .rd-faq-answer p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  color: #57524d;
}
.rd-faq .rd-faq-answer a {
  color: #ad301f;
  text-decoration: underline;
}
.rd-faq-group h2 {
  font-size: 32px;
  margin: 0 0 24px;
  font-weight: 600;
}
.rd-faq-item summary:focus-visible {
  outline: 3px solid #ce3d28;
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .rd-v2 .rd-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .rd-home #home {
    padding-top: 126px !important;
    padding-bottom: 30px !important;
  }
  .rd-home .rd-hero-copy > h2 {
    font-size: 56px !important;
  }
  .rd-home .rd-hero-copy > p {
    font-size: 20px;
  }
  .rd-home .rd-hero-copy > p.rd-hero-team {
    font-size: 18px;
  }
  .rd-v2 .rd-work,
  .rd-v2 .recho-moderators {
    padding: 56px 24px !important;
  }
  .recho-proof-grid {
    gap: 32px;
  }
  .rd-v2 .rd-v3-statstrip {
    grid-template-columns: 1fr !important;
    gap: 16px;
    margin-top: 32px !important;
  }
  .rd-v2 .rd-v3-statstrip > div {
    padding: 0 0 16px !important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #dedbd6;
  }
  .rd-v3-statstrip span {
    max-width: 16ch;
  }
  .rd-v3-statstrip strong {
    font-size: 26px;
  }
  .rd-faq .rd-faq-item summary {
    font-size: 19px;
  }
  .rd-faq .rd-faq-answer {
    padding-right: 0;
  }
  .rd-faq-group h2 {
    font-size: 30px;
  }
}
header.rd-article-title {
  padding: 140px 24px 56px !important;
  background: white !important;
  color: #252523 !important;
}
header.rd-article-title > div {
  max-width: 1200px;
  margin: auto;
}
header.rd-article-title h1 {
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 500;
  line-height: 1.1;
}
header.rd-article-title p {
  color: #5e5e59 !important;
}
header.rd-article-title a {
  color: #b92f1e;
}
.rd-faq-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 48px;
  padding: 0 0 28px;
  border-bottom: 1px solid #dedbd6;
}
.rd-faq-topics a {
  display: inline-block;
  border: 1px solid #dedbd6;
  padding: 10px 14px;
  color: #4f4943;
  font-size: 15px;
  text-decoration: none;
  background: #faf8f4;
}
.rd-faq-topics a:hover {
  border-color: #c83a26;
  color: #b43120;
}
.rd-faq h2[id] {
  scroll-margin-top: 110px;
}
.rd-faq .mb-16 > h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 24px !important;
}
.rd-article-title + .recho-content.rd-article > article {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .rd-faq .mb-16 > h2 {
    font-size: 30px;
  }
}
/* Revision 05: intrinsic rows prevent text collisions at intermediate widths. */
.rd-home .rd-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.85fr) !important;
  gap: 56px !important;
  align-items: start;
}
.rd-home .rd-hero-copy > h1 {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none;
  line-height: 1.5 !important;
  letter-spacing: 0.1em;
}
.rd-home .rd-hero-copy > h1:before {
  display: none !important;
  content: none !important;
}
.rd-home .rd-hero-copy > h2 {
  font-size: clamp(58px, 5.5vw, 78px) !important;
  max-width: 100%;
  line-height: 1.08 !important;
  margin-top: 24px !important;
}
.rd-home .rd-hero-copy > h2 svg {
  display: none;
}
.rd-enterprise-callouts {
  min-width: 0;
  padding: 32px;
  background: #f7f5f1;
  border: 1px solid #e2ddd5;
  color: #292726;
}
.rd-v2 .rd-enterprise-callouts > .rd-kicker {
  margin: 0 0 20px;
  font-size: 12px !important;
  line-height: 1.7 !important;
}
.rd-v2 .rd-enterprise-callouts h3 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.035em;
  margin: 0 0 26px;
}
.rd-callout {
  border-top: 1px solid #ddd5cb;
  padding: 18px 0;
}
.rd-v2 .rd-callout h4 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.rd-v2 .rd-callout p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}
.rd-enterprise-callouts > .rd-text-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 16px;
}
.rd-v2 .rd-case-card {
  grid-template-rows: auto !important;
  align-content: start;
  gap: 16px;
  min-height: 0 !important;
  height: auto !important;
}
.rd-v2 .rd-case-card :is(h2, h3) {
  margin: 4px 0 12px !important;
  min-height: 2.5em;
  line-height: 1.25;
}
.rd-v2 .rd-case-card strong {
  font-size: clamp(32px, 3.3vw, 48px);
  white-space: normal;
  overflow-wrap: anywhere;
  line-height: 1.2;
}
.rd-v2 .rd-case-card p {
  margin: 0 !important;
  min-height: 3em;
}
.rd-v2 .rd-case-link {
  margin-top: 8px;
  align-self: end;
}
.rd-v2
  :is(
    .rd-hero-grid,
    .rd-case-grid,
    .rd-section-intro,
    .rd-service-row,
    .rd-offering,
    .rd-article-shell,
    .rd-related-grid,
    .recho-proof-grid,
    .rd-case-title,
    .rd-case-reading
  )
  > * {
  min-width: 0;
  max-width: 100%;
}
.rd-v2 :is(h1, h2, h3, h4, p, li, a) {
  overflow-wrap: break-word;
}
.rd-v2 .rd-article-shell {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 230px);
  gap: 48px;
}
.rd-v2 .rd-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rd-v2 .rd-section-intro {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.rd-v2 .rd-verified-impact a {
  grid-template-columns: minmax(0, 1fr) auto;
}
.rd-v2 .rd-verified-impact strong {
  font-size: 26px;
  white-space: normal;
}
.rd-context-links {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 24px 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  border-top: 1px solid #e2ddd5;
}
.rd-context-links > .rd-kicker {
  flex-basis: 100%;
}
.rd-context-links > a {
  color: #b43120;
  font-size: 17px;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.rd-v2 table {
  max-width: 100%;
}
.rd-v2 th,
.rd-v2 td {
  overflow-wrap: anywhere;
}
@media (max-width: 1100px) {
  .rd-home .rd-hero-grid {
    gap: 32px !important;
  }
  .rd-enterprise-callouts {
    padding: 26px;
  }
  .rd-v2 .rd-service-row {
    grid-template-columns: 40px minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
    gap: 24px !important;
  }
  .rd-v2 .rd-offering {
    gap: 40px !important;
  }
  .rd-case-reading {
    gap: 40px;
  }
  .rd-case-title {
    gap: 32px;
  }
}
@media (max-width: 900px) {
  .rd-home .rd-hero-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .rd-home .rd-hero-copy > h2 {
    font-size: 64px !important;
  }
  .rd-enterprise-callouts {
    max-width: none;
  }
  .rd-v2 .rd-article-shell {
    display: block;
  }
  .rd-reading-rail {
    position: static !important;
    width: auto;
    margin: 40px 0 0;
  }
  .rd-v2 .rd-section-intro {
    display: block;
  }
  .rd-section-intro > h2 {
    margin-bottom: 24px !important;
  }
  .rd-section-intro > .rd-kicker {
    display: block;
    margin-bottom: 18px;
  }
  .rd-case-title,
  .rd-case-reading {
    grid-template-columns: minmax(0, 1fr);
  }
  .rd-case-result {
    border-left: 0;
    border-top: 1px solid #d6cec4;
    padding: 26px 0;
  }
  .rd-case-reading aside {
    border-left: 0;
    border-top: 1px solid #d6cec4;
    padding: 26px 0 0;
  }
}
@media (max-width: 767px) {
  .rd-home .rd-hero-copy > h2 {
    font-size: 56px !important;
  }
  .rd-v2 .rd-service-row {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 16px !important;
  }
  .rd-service-detail {
    grid-column: 2;
  }
  .rd-v2 .rd-related-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .rd-v2 .rd-offering {
    display: block !important;
  }
  .rd-enterprise-callouts h3 {
    font-size: 30px;
  }
  .rd-v2 .rd-case-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .rd-v2 .rd-case-card :is(h2, h3),
  .rd-v2 .rd-case-card p {
    min-height: 0;
  }
  .rd-v2 .rd-verified-impact a {
    grid-template-columns: minmax(0, 1fr);
  }
  .rd-v2 .rd-verified-impact a p {
    grid-column: 1;
  }
  .rd-v2 table {
    display: block;
    overflow-x: auto;
  }
  .rd-context-links {
    display: block;
  }
  .rd-context-links > a {
    display: block;
    margin-top: 16px;
  }
}
.rd-v2 .grid > * {
  min-width: 0;
}
.rd-v2 input[type="hidden"] {
  display: none !important;
}
.rd-v2 input,
.rd-v2 select,
.rd-v2 textarea {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.rd-v2 button[type="submit"] {
  white-space: normal;
  width: 100%;
  max-width: 100%;
  line-height: 1.5;
  height: auto;
}
.rd-section-intro > p:not(:first-of-type) {
  grid-column: 1/-1;
  grid-row: auto;
  margin-top: 20px !important;
}
.rd-v2 .rd-cta > .container,
.rd-v2 .rd-cta .rd-section-intro {
  display: block !important;
}
.rd-v2 .rd-cta .rd-section-intro {
  max-width: 100%;
  margin: 0 !important;
}
.rd-v2 .rd-cta h2 {
  max-width: 900px;
  margin-bottom: 24px !important;
}
.rd-v2 .rd-cta p {
  max-width: 76ch;
  margin: 20px 0 !important;
}
.rd-v2 .rd-cta .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
}
.rd-v2 .rd-cta a {
  white-space: normal;
  max-width: 100%;
  line-height: 1.5;
}
.rd-v2 .rd-ethos > .container > div > .flex {
  display: block !important;
}
.rd-v2 .rd-ethos .flex-1 {
  display: block;
  max-width: 100%;
  width: auto;
}
.rd-v2 .rd-ethos .flex-shrink-0:first-child {
  display: none;
}
.rd-v2 .rd-ethos .flex-shrink-0:last-child {
  margin-top: 24px;
}
.rd-v2 .rd-ethos a {
  white-space: normal;
  max-width: 100%;
}
.rd-journal .rd-journal-grid {
  display: flex !important;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}
.rd-journal-grid > .rd-story {
  width: calc((100% - 64px) / 3);
  min-width: 0;
  max-width: 100%;
}
.rd-journal-grid > .rd-story:first-of-type {
  width: 100%;
}
.rd-journal .rd-story-card {
  height: auto !important;
  min-width: 0;
  overflow: hidden;
}
.rd-journal .rd-story-card > .p-6 > .flex {
  flex-wrap: wrap;
  gap: 8px;
}
.rd-journal .rd-story:first-of-type .rd-story-card {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
.rd-v2 nav[aria-label="Breadcrumb"] ol {
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 1000px) {
  .rd-journal-grid > .rd-story {
    width: calc((100% - 32px) / 2);
  }
  .rd-v2 .rd-page-hero .lg\:grid-cols-5 {
    display: block !important;
  }
  .rd-v2 .rd-page-hero .lg\:grid-cols-5 > div + div {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  .rd-journal .rd-journal-grid {
    display: block !important;
  }
  .rd-journal-grid > .rd-story {
    width: 100% !important;
    margin-bottom: 36px;
  }
  .rd-journal .rd-story:first-of-type .rd-story-card {
    display: block !important;
  }
  .rd-v2 .rd-contact .md\:grid-cols-5,
  .rd-contact .md\:grid-cols-5 {
    display: block !important;
  }
  .rd-contact .md\:grid-cols-5 > div + div {
    margin-top: 28px;
  }
  .rd-v2 .rd-story-card .rd-story-art {
    height: 230px !important;
  }
  .rd-journal .rd-story:first-of-type h3 {
    font-size: 32px;
  }
  .rd-v2 .rd-cta .flex {
    display: block;
  }
  .rd-v2 .rd-cta a {
    display: block;
    margin-top: 16px;
  }
}

/* Revision 06: flush-left heading labels and dependable local technology icons. */
.rd-v2 .rd-heading-label {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
  background: transparent !important;
  border-radius: 0 !important;
  max-width: 100%;
  height: auto;
}
.rd-v2 .rd-heading-label > span:first-child {
  padding-left: 0 !important;
  background: transparent !important;
}
.rd-v2 .rd-heading-label > i:first-child,
.rd-v2 .rd-heading-label > svg:first-child,
.rd-v2 .rd-heading-label > span:first-child > i:first-child {
  display: none !important;
}
.rd-v2 .rd-kicker,
.rd-v2 .recho-eyebrow {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
  justify-self: start;
}
.rd-v2 .recho-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  min-width: 1em;
  flex-shrink: 0;
  vertical-align: -0.125em;
  overflow: visible;
}
.rd-technology .recho-icon.text-white {
  color: #fff !important;
}
.rd-technology .rounded-full.flex.items-center.justify-center {
  flex-shrink: 0;
}

/* Reflow safeguards for narrow viewports and enlarged text. */
.rd-v2 :is(h1, h2, h3, h4, p, li, a, summary) {
  overflow-wrap: anywhere;
}
.rd-v2 :is(input, textarea, select) {
  font-size: max(16px, 1em);
}
.rd-v2 :is(a, button, input, textarea, select, summary):focus-visible {
  outline: 3px solid #b92f1e;
  outline-offset: 4px;
}
@media (max-width: 360px) {
  .rd-home .rd-hero-copy > h2 {
    font-size: 48px !important;
  }
  .rd-v2:not(.rd-home) .rd-page-hero h1,
  .rd-article-body h1 {
    font-size: 44px !important;
  }
  .rd-enterprise-callouts {
    padding: 24px !important;
  }
}
/* Cards and long CTAs must grow with text at small sizes. */
.rd-v2 .rd-related-grid > a {display:grid;grid-template-rows:auto auto auto;align-content:start;height:auto;min-width:0}
.rd-v2 .rd-related-grid > a > span:last-child {margin-top:0}
.rd-v2 .rd-article-body a.inline-block {max-width:100%;box-sizing:border-box;white-space:normal;overflow-wrap:anywhere}
.rd-v2 a.inline-block {max-width:100%;box-sizing:border-box;white-space:normal;overflow-wrap:anywhere}
.rd-v2 a.inline-block {display:inline-block!important}

/* Revision 08: compact, responsive homepage metric tiles. */
.rd-home .rd-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 16px !important;
  border: 0;
  align-items: stretch;
}
.rd-home .rd-metrics > div {
  min-width: 0;
  padding: 24px 20px !important;
  border: 1px solid var(--rd-line) !important;
  border-top: 3px solid var(--rd-orange) !important;
  background: #fff !important;
  grid-column: auto !important;
}
.rd-home .rd-metrics .text-4xl {
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.1;
  margin: 0 0 16px;
}
.rd-home .rd-metrics > div > div:nth-child(2) {font-size: 17px; line-height: 1.5;}
.rd-home .rd-metrics > div > p {margin: 12px 0 0; line-height: 1.5;}
@media (max-width: 1100px) {
  .rd-home .rd-metrics {grid-template-columns: repeat(3, minmax(0, 1fr)) !important;}
}
@media (max-width: 700px) {
  .rd-home .rd-metrics {grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 12px !important;}
  .rd-home .rd-metrics > div {padding: 20px 16px !important;}
  .rd-home .rd-metrics .text-4xl {font-size: 32px;}
}

/* Revision 12: consistent article trails and contact form priority. */
.rd-v2 .rd-breadcrumb { margin:0 0 24px; text-align:left; }
.rd-v2 .rd-breadcrumb ol { display:flex; flex-wrap:wrap; align-items:baseline; gap:8px; list-style:none; margin:0; padding:0; }
.rd-v2 .rd-breadcrumb li { display:flex; align-items:baseline; gap:8px; margin:0; padding:0; font-size:16px; line-height:1.6; color:#6d625c; min-width:0; }
.rd-v2 .rd-breadcrumb li[aria-current="page"] { flex:1 1 220px; }
.rd-v2 .rd-breadcrumb li[aria-current="page"] > span:last-child { min-width:0; overflow-wrap:anywhere; }
.rd-v2 .rd-breadcrumb a { color:#b93624; text-decoration:none; }
.rd-v2 .rd-breadcrumb a:hover { text-decoration:underline; }
.rd-contact .rd-contact-entry { padding:120px 0 48px !important; background:#fff; }
.rd-contact .rd-contact-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1.15fr); grid-template-areas:"title form" "intro form" "info form"; grid-template-rows:min-content min-content 1fr; gap:24px 48px; align-items:start; max-width:1248px; }
.rd-contact-title { grid-area:title; min-width:0; }
.rd-contact-title h1 { font-size:clamp(52px,6.1vw,88px); text-align:left; margin:0; }
.rd-contact-intro { grid-area:intro; min-width:0; }
.rd-contact-intro p { margin:0; text-align:left; }
.rd-contact-form-panel { grid-area:form; min-width:0; }
.rd-contact-info { grid-area:info; min-width:0; align-self:start; }
.rd-contact .rd-contact-benefits { padding:24px 0 48px !important; background:#fff; }
.rd-contact-benefits .grid { max-width:1100px; margin:0 auto; border-top:1px solid var(--rd-line); padding-top:24px; }
.rd-contact-benefits .grid > div { text-align:left; padding:20px 24px 20px 0; border-right:1px solid var(--rd-line); border-radius:0; }
.rd-contact-benefits .grid > div:last-child { border:0; }
.rd-contact-benefits .grid i { color:var(--rd-orange); }
.rd-contact-benefits .grid h3 { font-size:24px; }
@media (max-width:1000px) {
 .rd-contact .rd-contact-entry { padding-top:112px !important; }
 .rd-contact .rd-contact-grid { grid-template-columns:minmax(0,1fr); grid-template-areas:"title" "form" "intro" "info"; grid-template-rows:auto; gap:24px; }
 .rd-contact-title h1 { font-size:52px; }
 .rd-contact-benefits .grid > div { border:0; border-bottom:1px solid var(--rd-line); }
}
.rd-v2 .rd-breadcrumb li:not([aria-current]) { flex:0 0 auto; white-space:nowrap; }
.rd-v2 .rd-breadcrumb a { white-space:nowrap; flex-shrink:0; }
.rd-article > article,
.rd-article > main { padding-top:132px !important; }
.rd-article > main > article,
.rd-article .rd-article-shell { padding-top:0 !important; }
.rd-article .rd-heading-label > span:first-child { color:var(--rd-red) !important; }

/* Revision 14: bring the journal's first story into the initial view. */
.rd-v2.rd-journal .rd-page-hero { padding-top:112px !important; padding-bottom:20px !important; }
.rd-journal .rd-page-hero h1 { margin-bottom:12px; }
.rd-journal .rd-page-hero p { margin-bottom:16px; }
.rd-journal .rd-page-hero .max-w-2xl { margin-top:16px; }
.rd-journal #blog-search { padding-top:14px; padding-bottom:14px; }
.rd-journal > .rd-section:nth-child(2) { padding-top:12px; padding-bottom:12px; }
.rd-journal > .rd-section:nth-child(3) { padding-top:24px; }
.rd-journal > .rd-section:nth-child(3) > .container > h2 { margin-bottom:20px; }

/* Preserve case card styling while using the correct collection heading level. */
.rd-v2 .rd-case-card h2 {font-weight:600;}
