:root {
  --sc-black: #111111;
  --sc-charcoal: #252525;
  --sc-ink: #222222;
  --sc-muted: #686868;
  --sc-warm: #f2f0ec;
  --sc-line: rgba(17, 17, 17, 0.18);
  --sc-white: #ffffff;
  --sc-shell: min(1280px, calc(100vw - 96px));
}

body[data-sc-repaired="true"] {
  color: var(--sc-ink);
  overflow-x: clip;
}

body[data-sc-repaired="true"] .section-main.post-header {
  margin-top: 0 !important;
  padding: 0;
}

body[data-sc-repaired="true"] .section-main.post-header > .grid-container,
body[data-sc-repaired="true"] .section-main.post-header > .grid-x {
  max-width: none;
  margin: 0;
}

.sc-shell {
  width: var(--sc-shell);
  margin-inline: auto;
}

.sc-eyebrow,
.rr-sc-footer-eyebrow {
  margin: 0 0 17px;
  color: #4f4f4f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.sc-eyebrow-light,
.sc-section-head-inverse .sc-eyebrow,
.rr-sc-footer-eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.sc-section-head {
  max-width: 760px;
  margin-bottom: 54px;
}

.sc-section-head-wide {
  max-width: 980px;
}

.sc-section-head h2,
.sc-opening h2,
.sc-relief h2,
.sc-lead-section h2,
.sc-contact-panel h2,
.sc-about-intro h2,
.sc-about-work h2,
.sc-final-call h2,
.sc-route-cta h2 {
  margin: 0;
  color: inherit;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: clamp(34px, 4vw, 61px);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

.sc-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 25px;
  border: 1px solid var(--sc-black);
  border-radius: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.sc-button-dark {
  background: var(--sc-black);
  color: var(--sc-white) !important;
}

.sc-button-dark:hover,
.sc-button-dark:focus-visible {
  background: #3a3a3a;
}

.sc-button-light {
  border-color: var(--sc-white);
  background: var(--sc-white);
  color: var(--sc-black) !important;
}

.sc-button-light:hover,
.sc-button-light:focus-visible {
  background: transparent;
  color: var(--sc-white) !important;
}

.sc-button-outline-light {
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
  color: var(--sc-white) !important;
}

.sc-button-outline-light:hover,
.sc-button-outline-light:focus-visible {
  background: var(--sc-white);
  color: var(--sc-black) !important;
}

.sc-actions,
.sc-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.sc-actions-center {
  justify-content: center;
}

.sc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0 8px;
  border-bottom: 1px solid currentColor;
  color: var(--sc-black) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sc-text-link-light {
  color: var(--sc-white) !important;
}

/* Keep the donor's restrained header, but make its exchange actions usable. */
body[data-sc-repaired="true"] header.section-header .top-info {
  display: flex;
  align-items: center;
  gap: 22px;
}

body[data-sc-repaired="true"] header.section-header .top-info a {
  white-space: nowrap;
}

body[data-sc-repaired="true"] header.section-header .sc-header-phone {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

body[data-sc-repaired="true"] header.section-header .primary-navigation > ul {
  gap: clamp(10px, 1.15vw, 18px) !important;
}

body[data-sc-repaired="true"] header.section-header .primary-navigation a {
  font-size: 10px !important;
  letter-spacing: 0.06em !important;
  white-space: nowrap;
}

body[data-sc-repaired="true"] header.section-header .rr-brand-logo {
  width: auto !important;
  max-width: min(190px, 22vw) !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

body.sc-home-rebuilt.rr-sc-home header.section-header .h-row-tagline .tagline-heading {
  left: 50% !important;
  width: min(980px, calc(100vw - 120px)) !important;
  max-width: none !important;
  margin: 0 !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
}

body.sc-home-rebuilt.rr-sc-home header.section-header .h-row-tagline .tagline-heading h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(45px, 5.2vw, 82px);
  font-weight: 300;
  letter-spacing: -0.035em;
  line-height: 0.99;
  text-align: center !important;
  text-wrap: balance;
}

body.sc-home-rebuilt.rr-sc-home header.section-header .h-row-tagline {
  text-align: center !important;
}

.rr-sc-hero-subtitle {
  max-width: 790px;
  margin: 26px auto 0;
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 300;
  line-height: 1.55;
  text-wrap: pretty;
}

body.sc-home-rebuilt.rr-sc-home header.section-header .tagline-heading .rr-sc-hero-subtitle {
  max-width: 790px !important;
  margin: 26px auto 30px !important;
}

.sc-hero-actions {
  justify-content: center;
  margin-top: 31px;
}

body.sc-home-rebuilt.rr-sc-home header.section-header .tagline-heading .sc-hero-actions {
  justify-content: center !important;
}

.sc-home-rebuilt .sc-section-head {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.sc-home-rebuilt .sc-section-head h2,
.sc-home-rebuilt .sc-opening h2,
.sc-home-rebuilt .sc-relief h2,
.sc-home-rebuilt .sc-market-intro h2,
.sc-home-rebuilt .sc-lead-section h2 {
  text-wrap: balance;
}

.sc-home-rebuilt .sc-opening-copy > p,
.sc-home-rebuilt .sc-relief-copy > p,
.sc-home-rebuilt .sc-market-intro p,
.sc-home-rebuilt .sc-faq-layout p,
.sc-home-rebuilt .sc-stage-line p,
.sc-home-rebuilt .sc-lead-copy > p {
  text-wrap: pretty;
}

.rr-sc-hero-cta {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid #fff;
  background: #fff;
  color: #111 !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.rr-sc-hero-cta-light {
  background: transparent;
  color: #fff !important;
}

.rr-sc-hero-cta:hover,
.rr-sc-hero-cta:focus-visible {
  background: transparent;
  color: #fff !important;
}

.rr-sc-hero-cta-light:hover,
.rr-sc-hero-cta-light:focus-visible {
  background: #fff;
  color: #111 !important;
}

.sc-opening,
.sc-situations,
.sc-paths,
.sc-markets,
.sc-faqs,
.sc-about-intro,
.sc-about-work,
.sc-about-situations {
  padding: 112px 0;
}

.sc-opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(280px, 0.8fr);
  gap: 10vw;
  align-items: end;
}

.sc-opening-copy > p,
.sc-relief-copy > p,
.sc-market-intro p,
.sc-faq-layout > .sc-section-head > p,
.sc-contact-copy > p,
.sc-about-intro p,
.sc-route-cta p,
.sc-lead-copy > p {
  font-size: 18px;
  line-height: 1.75;
}

.sc-opening-copy > p:not(.sc-eyebrow) {
  max-width: 850px;
}

.sc-opening-aside {
  padding: 30px 0 6px 30px;
  border-left: 1px solid var(--sc-line);
}

.sc-opening-aside h3 {
  margin: 0 0 23px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.35;
}

.sc-situations,
.sc-about-situations {
  background: var(--sc-warm);
}

.sc-situation-runway {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--sc-line);
  border-bottom: 1px solid var(--sc-line);
}

.sc-situation-runway > a {
  display: flex;
  min-height: 235px;
  flex-direction: column;
  justify-content: space-between;
  padding: 33px 30px;
  border-right: 1px solid var(--sc-line);
  color: var(--sc-ink) !important;
  transition: background-color 180ms ease, color 180ms ease;
}

.sc-situation-runway > a:last-child {
  border-right: 0;
}

.sc-situation-runway strong {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

.sc-situation-runway span {
  color: var(--sc-muted);
  font-size: 15px;
  line-height: 1.6;
}

.sc-situation-runway > a:hover,
.sc-situation-runway > a:focus-visible {
  background: var(--sc-black);
  color: var(--sc-white) !important;
}

.sc-situation-runway > a:hover span,
.sc-situation-runway > a:focus-visible span {
  color: rgba(255,255,255,.72);
}

.sc-relief,
.sc-lead-section {
  display: grid;
  min-height: 710px;
  grid-template-columns: minmax(0, 1.12fr) minmax(460px, 0.88fr);
  background: var(--sc-black);
  color: var(--sc-white);
}

.sc-relief-image,
.sc-lead-image {
  min-height: 610px;
  background-position: center;
  background-size: cover;
}

.sc-relief-copy,
.sc-lead-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px clamp(54px, 6vw, 104px);
}

.sc-relief-copy ul {
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.sc-relief-copy li {
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.25);
  font-size: 16px;
  line-height: 1.5;
}

.sc-relief-copy li:last-child {
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.sc-fine-print {
  margin-top: 30px;
  color: rgba(255,255,255,.56);
  font-size: 12px !important;
  line-height: 1.65 !important;
}

.sc-path-list {
  border-top: 1px solid var(--sc-line);
}

.sc-path-list > a {
  display: grid;
  grid-template-columns: minmax(180px, .7fr) minmax(0, 2fr) auto;
  gap: 45px;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid var(--sc-line);
  color: var(--sc-ink) !important;
}

.sc-path-list strong {
  font-size: 27px;
  font-weight: 400;
}

.sc-path-list span {
  color: var(--sc-muted);
  font-size: 16px;
  line-height: 1.65;
}

.sc-path-list em {
  font-size: 22px;
  font-style: normal;
}

.sc-exchange-path,
.sc-about-work,
.sc-final-call,
.sc-route-cta {
  background: var(--sc-black);
  color: var(--sc-white);
}

.sc-exchange-path {
  padding: 112px 0;
}

.sc-stage-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 52px;
  border-top: 1px solid rgba(255,255,255,.28);
  border-bottom: 1px solid rgba(255,255,255,.28);
}

.sc-stage-line article {
  min-height: 245px;
  padding: 31px 28px 31px 0;
  border-right: 1px solid rgba(255,255,255,.28);
}

.sc-stage-line article:not(:first-child) {
  padding-left: 28px;
}

.sc-stage-line article:last-child {
  border-right: 0;
}

.sc-stage-line span {
  display: block;
  margin-bottom: 54px;
  font-size: 22px;
  font-weight: 400;
}

.sc-stage-line p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.7;
}

.sc-stage-line-light {
  color: var(--sc-ink);
  border-color: var(--sc-line);
}

.sc-stage-line-light article {
  border-color: var(--sc-line);
}

.sc-stage-line-light p {
  color: var(--sc-muted);
}

.sc-market-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 940px;
  margin: 0 auto 65px;
  text-align: center;
}

.sc-home-rebuilt .sc-market-intro .sc-actions {
  justify-content: center;
}

.sc-market-intro h2 {
  margin: 0;
  font-size: clamp(38px, 4vw, 62px);
  font-weight: 300;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.sc-market-mosaic {
  display: grid;
  width: 100%;
  grid-template-columns: 1.35fr .65fr;
  grid-auto-rows: 360px;
}

.sc-market-panel {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 34px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: var(--sc-white) !important;
}

.sc-market-panel::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.78));
  content: "";
}

.sc-market-panel span {
  position: relative;
  font-size: 23px;
  font-weight: 300;
}

.sc-market-panel:nth-child(2),
.sc-market-panel:nth-child(3) {
  grid-row: span 1;
}

.sc-faqs {
  background: var(--sc-warm);
}

.sc-faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: 9vw;
}

.sc-faq-list {
  border-top: 1px solid var(--sc-line);
}

.sc-faq-list details {
  border-bottom: 1px solid var(--sc-line);
}

.sc-faq-list summary {
  position: relative;
  padding: 25px 44px 25px 0;
  cursor: pointer;
  font-size: 19px;
  list-style: none;
}

.sc-faq-list summary::after {
  position: absolute;
  right: 5px;
  content: "+";
  font-size: 25px;
  font-weight: 300;
}

.sc-faq-list details[open] summary::after {
  content: "−";
}

.sc-faq-list details p {
  max-width: 720px;
  margin: 0;
  padding: 0 55px 26px 0;
  color: var(--sc-muted);
  font-size: 15px;
  line-height: 1.75;
}

.sc-lead-section {
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  background: var(--sc-white);
  color: var(--sc-ink);
}

.sc-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
  margin-top: 30px;
}

.sc-lead-form .rr-contact-field {
  margin: 0;
}

.sc-lead-form .rr-contact-control {
  width: 100%;
  margin: 0;
  padding: 16px 2px;
  border: 0;
  border-bottom: 1px solid var(--sc-line);
  border-radius: 0;
  outline: 0;
  background: transparent !important;
  box-shadow: none;
  color: var(--sc-ink) !important;
  font-size: 16px;
}

.sc-lead-form .rr-sc-check,
.sc-lead-form .rr-sc-notes,
.sc-lead-form .sc-button {
  grid-column: 1 / -1;
}

.sc-lead-form .rr-sc-check {
  padding: 22px 0 10px;
}

.sc-lead-form .rr-sc-check label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--sc-muted);
  font-size: 14px;
}

.sc-lead-form .rr-sc-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.sc-lead-form textarea {
  min-height: 105px;
  resize: vertical;
}

.sc-lead-form .sc-button {
  width: 100%;
  margin-top: 24px;
}

.sc-form-phone {
  margin-top: 19px;
  font-size: 14px !important;
}

.sc-form-phone a {
  border-bottom: 1px solid currentColor;
}

/* About and contact retain the same photographic, editorial language. */
.sc-subhero,
.sc-contact-hero {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  padding: 90px max(48px, calc((100vw - 1280px) / 2));
  background-position: center;
  background-size: cover;
  color: #fff;
  isolation: isolate;
  position: relative;
}

.sc-subhero::before,
.sc-contact-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.13));
  content: "";
}

.sc-subhero > div,
.sc-contact-hero > div {
  width: min(800px, 100%);
}

.sc-subhero h1,
.sc-contact-hero h1 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(45px, 5vw, 76px);
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: 1.02;
}

.sc-subhero > div > p:not(.sc-eyebrow),
.sc-contact-hero > div > p:not(.sc-eyebrow) {
  max-width: 720px;
  margin: 23px 0 30px;
  font-size: 19px;
  line-height: 1.65;
}

.sc-about-work {
  color: var(--sc-white);
}

.sc-final-call,
.sc-route-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 74px max(48px, calc((100vw - 1280px) / 2));
}

.sc-final-call h2,
.sc-route-cta h2 {
  max-width: 780px;
  font-size: clamp(32px, 3.2vw, 50px);
}

.sc-route-cta > div:first-child {
  max-width: 780px;
}

.sc-route-cta p:not(.sc-eyebrow) {
  margin-bottom: 0;
  color: rgba(255,255,255,.68);
}

.sc-contact-panel {
  display: grid;
  width: var(--sc-shell);
  grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr);
  margin: 0 auto;
  padding: 112px 0;
  gap: 10vw;
}

.sc-contact-phone {
  display: inline-flex;
  flex-direction: column;
  margin: 26px 0 40px;
  padding: 19px 24px;
  border: 1px solid var(--sc-black);
  color: var(--sc-black) !important;
}

.sc-contact-phone span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sc-contact-phone strong {
  margin-top: 3px;
  font-size: 26px;
  font-weight: 400;
}

.sc-contact-prompts {
  border-top: 1px solid var(--sc-line);
}

.sc-contact-prompts p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--sc-line);
  color: var(--sc-muted);
  font-size: 14px;
}

.sc-contact-form-wrap {
  padding: 48px;
  background: var(--sc-warm);
}

.sc-index-intro {
  max-width: 760px;
  margin: 18px auto 35px;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
}

body[data-sc-repaired="true"] .rsCount,
body[data-sc-repaired="true"] .rsFullscreenBtn,
body[data-sc-repaired="true"] .rsThumbs,
body[data-sc-repaired="true"] .customNavigation {
  display: none !important;
}

/* Footer: restrained columns, a real exchange CTA, and a bounded map. */
body[data-sc-repaired="true"] footer.section-footer .secondary-navigation > ul {
  display: grid;
  width: var(--sc-shell);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 34px;
  margin: 0 auto;
  padding: 68px 0;
}

body[data-sc-repaired="true"] footer.section-footer .secondary-navigation > ul > li {
  min-width: 0;
}

.sc-footer-column-title {
  display: block;
  margin-bottom: 21px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body[data-sc-repaired="true"] footer.section-footer .secondary-navigation li li {
  margin: 10px 0;
}

body[data-sc-repaired="true"] footer.section-footer .secondary-navigation li li a {
  color: rgba(255,255,255,.66);
  font-size: 13px;
  line-height: 1.45;
}

body[data-sc-repaired="true"] footer.section-footer .f-row-contact {
  display: grid;
  width: var(--sc-shell);
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 8vw;
  align-items: stretch;
  margin: 0 auto;
  padding: 0 0 72px;
}

.rr-sc-footer-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 0;
}

.rr-sc-footer-brand {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 300;
  line-height: 1.08;
}

.rr-sc-footer-copy p:not(.rr-sc-footer-eyebrow) {
  max-width: 570px;
  color: rgba(255,255,255,.64);
  font-size: 15px;
  line-height: 1.7;
}

.rr-sc-footer-copy > a {
  margin-top: 10px;
  color: #fff !important;
}

.rr-sc-footer-cta {
  margin: 17px 0 10px;
  padding: 14px 20px;
  border: 1px solid #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rr-sc-footer-map {
  min-height: 390px;
  overflow: hidden;
}

.rr-sc-footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  border: 0;
}

@media (max-width: 1100px) {
  :root { --sc-shell: min(100% - 60px, 1280px); }

  body[data-sc-repaired="true"] header.section-header .primary-navigation,
  body[data-sc-repaired="true"] header.section-header .top-info {
    display: none !important;
  }

  body[data-sc-repaired="true"] header.section-header .rr-burger {
    display: flex !important;
    position: relative;
    z-index: 1002;
  }

  body[data-sc-repaired="true"] [data-rr-mobile] {
    z-index: 1001;
  }

  body[data-sc-repaired="true"] [data-rr-mobile] .rr-x {
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 24px;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 40px;
    line-height: 1;
  }

  .sc-opening-grid,
  .sc-market-intro,
  .sc-faq-layout,
  .sc-contact-panel {
    gap: 55px;
  }

  .sc-relief,
  .sc-lead-section {
    grid-template-columns: 1fr 1fr;
  }

  .sc-situation-runway,
  .sc-stage-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sc-situation-runway > a:nth-child(2),
  .sc-stage-line article:nth-child(2) {
    border-right: 0;
  }

  .sc-situation-runway > a:nth-child(-n+2),
  .sc-stage-line article:nth-child(-n+2) {
    border-bottom: 1px solid var(--sc-line);
  }

  .sc-stage-line article:nth-child(-n+2) {
    border-bottom-color: rgba(255,255,255,.28);
  }

  body[data-sc-repaired="true"] footer.section-footer .secondary-navigation > ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root { --sc-shell: calc(100% - 40px); }

  .sc-home-rebuilt header.section-header .tagline-heading {
    width: calc(100vw - 40px);
    padding-bottom: 0;
    transform: translate(-50%, -82px) !important;
  }

  body[data-sc-repaired="true"] header.section-header .rr-brand-logo {
    max-width: min(156px, 42vw) !important;
    max-height: 54px !important;
  }

  .sc-home-rebuilt header.section-header .tagline-heading h1 {
    font-size: clamp(40px, 12.5vw, 58px);
    line-height: 1.02;
  }

  .rr-sc-hero-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .sc-hero-actions,
  .sc-actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .rr-sc-hero-cta,
  .sc-actions .sc-button,
  .sc-hero-actions .sc-button {
    width: 100%;
    min-width: 0;
    padding-inline: 14px;
    white-space: normal;
  }

  .sc-actions .sc-text-link {
    align-self: flex-start;
  }

  .sc-opening,
  .sc-situations,
  .sc-paths,
  .sc-markets,
  .sc-faqs,
  .sc-about-intro,
  .sc-about-work,
  .sc-about-situations,
  .sc-exchange-path {
    padding: 78px 0;
  }

  .sc-opening-grid,
  .sc-market-intro,
  .sc-faq-layout,
  .sc-contact-panel,
  .sc-relief,
  .sc-lead-section {
    grid-template-columns: 1fr;
  }

  .sc-opening-aside {
    padding: 26px 0 0;
    border-top: 1px solid var(--sc-line);
    border-left: 0;
  }

  .sc-section-head {
    margin-bottom: 37px;
  }

  .sc-section-head h2,
  .sc-opening h2,
  .sc-relief h2,
  .sc-lead-section h2,
  .sc-contact-panel h2,
  .sc-about-intro h2,
  .sc-about-work h2 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .sc-situation-runway,
  .sc-stage-line {
    grid-template-columns: 1fr;
  }

  .sc-situation-runway > a,
  .sc-situation-runway > a:nth-child(2),
  .sc-stage-line article,
  .sc-stage-line article:nth-child(2) {
    min-height: 0;
    padding: 26px 0;
    border-right: 0;
    border-bottom: 1px solid var(--sc-line);
  }

  .sc-stage-line article,
  .sc-stage-line article:nth-child(2) {
    padding-inline: 0;
    border-bottom-color: rgba(255,255,255,.28);
  }

  .sc-stage-line span {
    margin-bottom: 16px;
  }

  .sc-relief,
  .sc-lead-section {
    min-height: 0;
  }

  .sc-relief-image,
  .sc-lead-image {
    min-height: 420px;
  }

  .sc-relief-copy,
  .sc-lead-copy {
    padding: 65px 20px;
  }

  .sc-path-list > a {
    grid-template-columns: 1fr auto;
    gap: 14px 24px;
    padding: 28px 0;
  }

  .sc-path-list span {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .sc-market-mosaic {
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
  }

  .sc-market-panel-wide,
  .sc-market-panel {
    grid-column: auto;
  }

  .sc-lead-form {
    grid-template-columns: 1fr;
  }

  .sc-lead-form .rr-contact-field,
  .sc-lead-form .rr-sc-check,
  .sc-lead-form .rr-sc-notes,
  .sc-lead-form .sc-button {
    grid-column: 1;
  }

  .sc-subhero,
  .sc-contact-hero {
    min-height: 560px;
    padding: 105px 20px 60px;
  }

  .sc-subhero h1,
  .sc-contact-hero h1 {
    font-size: clamp(41px, 12vw, 57px);
  }

  .sc-final-call,
  .sc-route-cta {
    align-items: flex-start;
    flex-direction: column;
    padding: 62px 20px;
  }

  .sc-contact-panel {
    width: 100%;
    gap: 0;
    padding: 0;
  }

  .sc-contact-copy,
  .sc-contact-form-wrap {
    padding: 65px 20px;
  }

  body[data-sc-repaired="true"] footer.section-footer .secondary-navigation > ul,
  body[data-sc-repaired="true"] footer.section-footer .f-row-contact {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body[data-sc-repaired="true"] footer.section-footer .secondary-navigation > ul {
    padding: 55px 0;
  }

  body[data-sc-repaired="true"] footer.section-footer .f-row-contact {
    padding-bottom: 46px;
  }

  .rr-sc-footer-map,
  .rr-sc-footer-map iframe {
    min-height: 320px;
  }

  /* Protect the last hero action from the fixed mobile phone control. */
  body[data-sc-repaired="true"] .rr-mobile-phone,
  body[data-sc-repaired="true"] #rr-mobile-phone {
    right: 18px;
    bottom: 18px;
    z-index: 1200;
  }
}
