.core-first-view {
  padding: 82px 0 92px;
  background: #fff;
}
.core-first-view-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 72px;
  align-items: center;
  min-height: 540px;
}
.core-first-view-copy {
  max-width: 640px;
}

.core-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin: 0 0 24px;
  color: #737982;
  font-size: 13px;
  font-weight: 800;
}

.core-breadcrumb a {
  color: #20242a;
}

.core-breadcrumb a:hover {
  color: #e84d3d;
}

.core-first-view-copy h1 {
  margin-bottom: 26px;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0;
}
.core-first-view-copy .core-lead {
  margin-bottom: 32px;
}

.core-first-view-media {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: #e9ecee;
}

.core-first-view-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.core-first-view-label {
  position: absolute;
  top: 22px;
  left: 22px;
  padding: 10px 14px;
  color: #fff;
  background: rgba(10, 12, 15, .78);
  font-size: 13px;
  font-weight: 900;
}

.core-first-view-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  color: #fff;
  background: rgba(10, 12, 15, .9);
}

.core-first-view-proof span {
  min-height: 106px;
  padding: 22px 20px;
  border-right: 1px solid rgba(255, 255, 255, .16);
  font-size: 13px;
}

.core-first-view-proof span:last-child {
  border-right: 0;
}

.core-first-view-proof strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.core-first-view--industries {
  background: #f1f3f4;
}

.core-first-view--industries .core-first-view-grid {
  grid-template-columns: minmax(0, .86fr) minmax(560px, 1.14fr);
}

.core-industry-mosaic {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 255px);
  gap: 10px;
}

.core-industry-mosaic figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #dfe3e5;
}

.core-industry-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.core-industry-mosaic figure:hover img {
  transform: scale(1.03);
}

.core-industry-mosaic figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 32px 18px 16px;
  color: #fff;
  background: linear-gradient(transparent, rgba(8, 10, 13, .86));
  font-weight: 900;
}

.core-first-view--resources {
  color: #fff;
  background: #0d0f12;
}

.core-first-view--resources .core-kicker {
  color: #ff7468;
}

.core-first-view--resources h1 {
  color: #fff;
}

.core-first-view--resources .core-lead {
  color: #c2c8d0;
}

.core-first-view--resources .core-btn.is-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, .48);
  background: transparent;
}

.core-resource-brief {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: #fff;
}

.core-resource-visual {
  position: relative;
  display: grid;
  min-height: 330px;
  padding: 34px;
  place-items: center;
  overflow: hidden;
  background: #edf0f2;
}

.core-resource-visual img {
  width: min(88%, 500px);
  max-height: 270px;
  object-fit: contain;
}

.core-resource-visual span {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 9px 12px;
  color: #fff;
  background: #101216;
  font-size: 13px;
  font-weight: 900;
}

.core-resource-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  color: #17191d;
}

.core-resource-checklist span {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 18px 20px;
  border-top: 1px solid #e0e3e6;
  border-right: 1px solid #e0e3e6;
  font-size: 14px;
  font-weight: 800;
}

.core-resource-checklist span:nth-child(2n) {
  border-right: 0;
}

.core-resource-checklist b {
  color: #ef4d3f;
  font-size: 13px;
}

@media (max-width: 1040px) {
  .core-first-view-grid,
  .core-first-view--industries .core-first-view-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .core-first-view-copy {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .core-first-view {
    padding: 58px 0 68px;
  }

  .core-first-view-grid {
    gap: 34px;
    min-height: 0;
  }

  .core-first-view-copy h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .core-first-view-media {
    min-height: 420px;
  }

  .core-first-view-proof {
    grid-template-columns: 1fr;
  }

  .core-first-view-proof span {
    display: grid;
    grid-template-columns: 88px 1fr;
    align-items: center;
    min-height: 0;
    padding: 13px 16px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .core-first-view-proof span:last-child {
    border-bottom: 0;
  }

  .core-first-view-proof strong {
    margin: 0;
    font-size: 20px;
  }

  .core-industry-mosaic {
    grid-template-rows: repeat(2, 180px);
    gap: 8px;
  }

  .core-industry-mosaic figcaption {
    padding: 26px 12px 12px;
    font-size: 14px;
  }

  .core-resource-visual {
    min-height: 260px;
    padding: 28px 20px;
  }

  .core-resource-visual img {
    max-height: 210px;
  }

  .core-resource-checklist {
    grid-template-columns: 1fr;
  }

  .core-resource-checklist span,
  .core-resource-checklist span:nth-child(2n) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .core-industry-mosaic img {
    transition: none;
  }
}

.page-hero {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 56px;
  align-items: center;
  width: min(var(--max), calc(100vw - 64px));
  margin: 0 auto;
  padding: 78px 0 64px;
}

.page-hero h1 {
  max-width: 680px;
}

.page-hero p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 18px;
}

.page-hero img {
  width: 100%;
  max-height: 430px;
  object-fit: contain;
  background: var(--soft);
}

.page-grid,
.industry-list,
.resource-list,
.about-story,
.timeline,
.process-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding-bottom: 86px;
}

.page-card,
.industry-list article,
.resource-list article,
.about-story article,
.timeline article,
.process-map article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.page-card.large {
  grid-column: span 3;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 34px;
  align-items: center;
}

.page-card img {
  width: 100%;
  height: 190px;
  margin-bottom: 20px;
  object-fit: contain;
  background: var(--soft);
}

.page-card.large img {
  height: 290px;
  margin-bottom: 0;
}

.page-card span,
.resource-list span {
  display: block;
  margin-bottom: 14px;
  color: var(--red);
  font-weight: 900;
}

.page-card p,
.industry-list p,
.resource-list p,
.about-story p,
.timeline p,
.process-map p {
  color: var(--muted);
}

.page-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  margin-bottom: 82px;
  padding: 36px;
  color: #fff;
  border-radius: 6px;
  background: #101216;
}

.page-cta p {
  margin-bottom: 0;
  color: #d4d8df;
}

.detail-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 42px;
  padding-bottom: 90px;
}

.side-nav {
  position: sticky;
  top: 116px;
  display: grid;
  gap: 10px;
  align-self: start;
}

.side-nav a {
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 5px;
  font-weight: 900;
}

.detail-content {
  display: grid;
  gap: 24px;
}

.detail-content section {
  padding: 34px;
  border-radius: 6px;
  background: var(--soft);
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.mini-grid span,
.process-map span {
  padding: 14px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  font-weight: 900;
}

.timeline b {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  color: #fff;
  border-radius: 50%;
  background: #111;
}

.page-contact {
  margin-top: 0;
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-bottom: 86px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.related-links h2 {
  flex-basis: 100%;
  margin-bottom: 4px;
  font-size: 28px;
}

.related-links a {
  padding: 13px 16px;
  border-radius: 5px;
  background: var(--soft);
  font-weight: 900;
}

.content-band {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  align-items: start;
  margin-bottom: 86px;
  padding: 34px;
  border-radius: 6px;
  background: var(--soft);
}

.content-band h2 {
  margin-bottom: 0;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.signal-grid article {
  padding: 22px;
  border-radius: 6px;
  background: #fff;
}

.signal-grid h3 {
  font-size: 18px;
}

.signal-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

@media (max-width: 980px) {
  .page-hero,
  .detail-layout,
  .page-card.large,
  .page-cta,
  .content-band {
    grid-template-columns: 1fr;
  }

  .page-grid,
  .industry-list,
  .resource-list,
  .about-story,
  .timeline,
  .process-map,
  .signal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-card.large {
    grid-column: span 2;
  }

  .side-nav {
    position: static;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .page-hero {
    width: calc(100vw - 40px);
    padding: 48px 0 42px;
  }

  .page-grid,
  .industry-list,
  .resource-list,
  .about-story,
  .timeline,
  .process-map,
  .mini-grid,
  .side-nav,
  .signal-grid {
    grid-template-columns: 1fr;
  }

  .page-card.large {
    grid-column: span 1;
  }

  .page-cta {
    padding: 28px 20px;
  }

  .detail-content section {
    padding: 26px 20px;
  }
}

.rd-contact-page {
  --rd-accent: #b83d31;
  --rd-ink: #171717;
  --rd-muted: #62666b;
  --rd-line: #dedede;
  color: var(--rd-ink);
  background: #fff;
}

.rd-contact-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.rd-contact-hero {
  min-height: 700px;
  background: #f7f7f7;
}

.rd-contact-hero .rd-contact-shell {
  min-height: 700px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 72px;
}

.rd-contact-hero h1 {
  margin: 0 0 24px;
  font-size: clamp(44px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
}

.rd-contact-hero p {
  max-width: 520px;
  margin: 0;
  color: var(--rd-muted);
  font-size: 18px;
  line-height: 1.65;
}

.rd-contact-collage {
  position: relative;
  min-height: 520px;
}

.rd-contact-collage img {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 8px;
}

.rd-contact-collage .is-wide {
  right: 8%;
  top: 125px;
  width: 72%;
  height: 310px;
}

.rd-contact-collage .is-top {
  right: 0;
  top: 30px;
  width: 42%;
  height: 250px;
}

.rd-contact-collage .is-low {
  left: 0;
  bottom: 10px;
  width: 38%;
  height: 310px;
}

.rd-contact-help {
  padding: 96px 0 44px;
  text-align: center;
}

.rd-contact-heading h2 {
  margin: 0 0 18px;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 1.15;
}

.rd-contact-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--rd-muted);
  font-size: 17px;
  line-height: 1.7;
}

.rd-contact-topic {
  display: block;
  width: min(760px, 100%);
  height: 58px;
  margin: 34px auto 0;
  padding: 0 52px 0 20px;
  border: 1px solid var(--rd-line);
  border-radius: 30px;
  background: #fff;
  color: var(--rd-ink);
  font: inherit;
}

.rd-contact-form-wrap {
  padding: 0 0 96px;
  background: #f7f7f7;
}

.rd-contact-form-card {
  width: min(840px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px;
  background: #fff;
  border-radius: 0 0 32px 32px;
  box-shadow: 0 24px 60px rgba(15, 26, 32, 0.08);
}

.rd-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 22px;
}

.rd-contact-form label {
  display: grid;
  gap: 10px;
  color: #25282a;
  font-size: 15px;
  font-weight: 700;
}

.rd-contact-form input,
.rd-contact-form select,
.rd-contact-form textarea {
  width: 100%;
  border: 1px solid var(--rd-line);
  border-radius: 4px;
  background: #fff;
  color: var(--rd-ink);
  font: inherit;
}

.rd-contact-form input,
.rd-contact-form select {
  height: 52px;
  padding: 0 16px;
}

.rd-contact-form textarea {
  min-height: 148px;
  padding: 16px;
  resize: vertical;
}

.rd-contact-form input:focus,
.rd-contact-form select:focus,
.rd-contact-form textarea:focus,
.rd-contact-topic:focus {
  border-color: var(--rd-accent);
  outline: 3px solid rgba(239, 81, 61, 0.12);
}

.rd-contact-form .is-wide,
.rd-contact-file,
.rd-contact-privacy,
.rd-contact-submit {
  grid-column: 1 / -1;
}

.rd-contact-privacy {
  margin: -6px 0 0;
  color: var(--rd-muted);
  font-size: 13px;
  line-height: 1.7;
}

.rd-contact-privacy a {
  margin-left: 5px;
  color: var(--rd-ink);
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.rd-contact-privacy a:hover {
  color: var(--rd-accent);
}

.rd-contact-file {
  min-height: 280px;
  display: grid;
  place-items: center;
  padding: 30px;
  border: 1px dashed #d7d7d7;
  border-radius: 4px;
  background: #fbfbfb;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.rd-contact-file:hover {
  border-color: var(--rd-accent);
  background: #fff8f6;
}

.rd-contact-file strong,
.rd-contact-file span,
.rd-contact-file small {
  display: block;
}

.rd-contact-file strong {
  margin: 16px 0 8px;
  font-size: 20px;
}

.rd-contact-file span {
  color: var(--rd-muted);
  line-height: 1.65;
}

.rd-contact-file small {
  margin-top: 18px;
  color: var(--rd-accent);
  font-size: 15px;
}

.rd-contact-file-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f5f5f5;
  font-size: 22px;
}

.rd-contact-submit {
  min-height: 58px;
  border: 0;
  border-radius: 4px;
  background: var(--rd-accent);
  color: #fff;
  font: 700 17px/1 inherit;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.rd-contact-submit:hover {
  background: #dc4432;
  transform: translateY(-2px);
}

.rd-contact-location-visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  isolation: isolate;
  background: #243239;
}

.rd-location-map {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.05);
}

.rd-location-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 24, 30, 0.8) 0%, rgba(10, 24, 30, 0.57) 38%, rgba(10, 24, 30, 0.18) 72%, rgba(10, 24, 30, 0.3) 100%),
    linear-gradient(0deg, rgba(7, 18, 23, 0.28), transparent 48%);
}

.rd-location-card {
  position: absolute;
  top: 50%;
  left: max(24px, calc((100% - 1280px) / 2));
  width: min(470px, calc(100% - 48px));
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 28px 70px rgba(6, 17, 22, 0.26);
  transform: translateY(-50%);
  backdrop-filter: blur(14px);
}

.rd-location-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--rd-accent);
  font-size: 14px;
  font-weight: 800;
}

.rd-location-eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  background: currentColor;
}

.rd-location-card h2 {
  margin: 16px 0 12px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.16;
}

.rd-location-card address,
.rd-location-card p {
  margin: 0;
  color: var(--rd-muted);
  font-style: normal;
  line-height: 1.75;
}

.rd-location-card address {
  color: #353a3e;
  font-size: 17px;
  font-weight: 700;
}

.rd-location-card p {
  margin-top: 10px;
}

.rd-location-actions {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.rd-location-actions button,
.rd-location-actions a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--rd-accent);
  border-radius: 4px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.rd-location-actions button {
  background: var(--rd-accent);
  color: #fff;
}

.rd-location-actions a {
  background: #fff;
  color: var(--rd-accent);
}

.rd-map-pin {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 55%;
  width: 44px;
  height: 58px;
  transform: translate(-50%, -50%);
}

.rd-map-pin-pulse {
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 46px;
  height: 18px;
  border: 2px solid rgba(239, 81, 61, 0.72);
  border-radius: 50%;
  transform: translateX(-50%);
  animation: rd-map-pulse 2.2s ease-out infinite;
}

.rd-map-pin-marker {
  position: absolute;
  top: 0;
  left: 50%;
  width: 34px;
  height: 34px;
  border: 5px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--rd-accent);
  box-shadow: 0 10px 24px rgba(7, 18, 23, 0.35);
  transform: translateX(-50%) rotate(-45deg);
}

.rd-map-pin-marker::after {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 50%;
  background: #fff;
}

.rd-map-pin-label {
  position: absolute;
  top: 9px;
  left: 54px;
  min-width: max-content;
  padding: 9px 12px;
  border-radius: 4px;
  background: rgba(11, 27, 34, 0.9);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(7, 18, 23, 0.22);
}

.rd-map-attribution {
  position: absolute;
  right: 14px;
  bottom: 10px;
  margin: 0;
  padding: 5px 8px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.78);
  color: #333;
  font-size: 11px;
}

@keyframes rd-map-pulse {
  0% {
    opacity: 0.85;
    transform: translateX(-50%) scale(0.55);
  }
  75%,
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(1.45);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rd-map-pin-pulse {
    animation: none;
    opacity: 0.45;
  }
}

.rd-contact-office,
.rd-contact-channels,
.rd-contact-why {
  padding: 104px 0;
}

.rd-contact-office h2,
.rd-contact-channels h2 {
  margin: 0 0 72px;
  font-size: clamp(36px, 3vw, 48px);
}

.rd-office-grid {
  min-height: 360px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}

.rd-office-card:last-child {
  padding-top: 118px;
}

.rd-office-card h3 {
  margin: 0 0 24px;
  font-size: 26px;
  line-height: 1.3;
}

.rd-office-card p,
.rd-office-card address {
  margin: 0 0 22px;
  color: var(--rd-muted);
  font-size: 18px;
  line-height: 1.75;
  font-style: normal;
}

.rd-office-card a {
  display: block;
  margin: 8px 0;
  color: var(--rd-ink);
  font-weight: 700;
}

.rd-office-card a:hover {
  color: var(--rd-accent);
}

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

.rd-channel-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 110px;
}

.rd-channel-list {
  margin: 0;
}

.rd-channel-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  min-height: 70px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px dotted #d8d8d8;
  transition: border-color 0.2s ease;
}

.rd-channel-row:hover {
  border-bottom-color: var(--rd-accent);
}

.rd-channel-row dt {
  color: var(--rd-muted);
}

.rd-channel-row dd {
  margin: 0;
  text-align: right;
  font-weight: 600;
}

.rd-channel-row a,
.rd-channel-row button {
  border: 0;
  background: none;
  color: var(--rd-ink);
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.rd-channel-row a:hover,
.rd-channel-row button:hover {
  color: var(--rd-accent);
}

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

.rd-why-title {
  width: max-content;
  margin: 0 auto 58px;
  font-size: 38px;
  line-height: 1.2;
}

.rd-why-title span {
  display: block;
}

.rd-why-title span:first-child::after {
  content: "";
  width: 64px;
  height: 4px;
  display: inline-block;
  margin: 0 0 10px 12px;
  background: var(--rd-accent);
}

.rd-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
}

.rd-why-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  background: #f1f3f6;
  color: var(--rd-accent);
}

.rd-why-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #202428;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rd-why-card h3 {
  margin: 0 0 18px;
  font-size: 25px;
}

.rd-why-card p {
  margin: 0;
  color: var(--rd-muted);
  font-size: 17px;
  line-height: 1.65;
}

.rd-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 86px;
  padding-top: 56px;
  border-top: 1px solid var(--rd-line);
}

.rd-fact {
  min-height: 120px;
  padding: 0 28px;
  border-left: 1px solid var(--rd-line);
}

.rd-fact:first-child {
  padding-left: 0;
  border-left: 0;
}

.rd-fact strong {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
}

.rd-fact span {
  color: var(--rd-muted);
  line-height: 1.55;
}

.rd-contact-final {
  padding: 96px 24px;
  background: #f3f3f3;
  text-align: center;
}

.rd-contact-final h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4vw, 54px);
}

.rd-contact-final p {
  max-width: 700px;
  margin: 0 auto 34px;
  color: var(--rd-muted);
  font-size: 18px;
  line-height: 1.7;
}

.rd-contact-final a {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 4px;
  background: var(--rd-accent);
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .rd-contact-hero .rd-contact-shell {
    gap: 36px;
  }

  .rd-office-grid,
  .rd-channel-layout {
    gap: 56px;
  }
}

@media (max-width: 760px) {
  .rd-contact-shell {
    width: min(100% - 32px, 1280px);
  }

  .rd-contact-hero,
  .rd-contact-hero .rd-contact-shell {
    min-height: auto;
  }

  .rd-contact-hero .rd-contact-shell {
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .rd-contact-hero h1 {
    font-size: 40px;
  }

  .rd-contact-hero p {
    font-size: 16px;
  }

  .rd-contact-collage {
    min-height: 330px;
  }

  .rd-contact-collage .is-wide {
    top: 80px;
    width: 78%;
    height: 210px;
  }

  .rd-contact-collage .is-top {
    width: 44%;
    height: 150px;
  }

  .rd-contact-collage .is-low {
    width: 42%;
    height: 180px;
  }

  .rd-contact-help,
  .rd-contact-office,
  .rd-contact-channels,
  .rd-contact-why {
    padding: 64px 0;
  }

  .rd-contact-heading h2,
  .rd-contact-office h2,
  .rd-contact-channels h2 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .rd-contact-form-card {
    width: calc(100% - 32px);
    padding: 24px 16px 28px;
    border-radius: 0 0 20px 20px;
  }

  .rd-contact-form,
  .rd-office-grid,
  .rd-channel-layout,
  .rd-why-grid,
  .rd-facts {
    grid-template-columns: 1fr;
  }

  .rd-contact-file {
    min-height: 220px;
  }

  .rd-contact-location-visual {
    min-height: 540px;
  }

  .rd-location-card {
    top: auto;
    bottom: 26px;
    left: 16px;
    width: calc(100% - 64px);
    padding: 26px 22px;
    transform: none;
  }

  .rd-location-card h2 {
    font-size: 29px;
  }

  .rd-location-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .rd-location-actions button,
  .rd-location-actions a {
    padding: 0 12px;
    font-size: 14px;
  }

  .rd-location-map {
    object-position: 52% center;
  }

  .rd-location-shade {
    background:
      linear-gradient(0deg, rgba(9, 23, 29, 0.76) 0%, rgba(9, 23, 29, 0.28) 62%, rgba(9, 23, 29, 0.1) 100%);
  }

  .rd-map-pin {
    top: 24%;
    left: 51%;
  }

  .rd-map-pin-label {
    top: 4px;
    left: 46px;
    padding: 8px 10px;
  }

  .rd-map-attribution {
    top: 8px;
    right: 8px;
    bottom: auto;
  }

  .rd-office-grid {
    min-height: 0;
    gap: 48px;
  }

  .rd-office-card:last-child {
    padding-top: 0;
  }

  .rd-channel-layout {
    gap: 16px;
  }

  .rd-channel-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .rd-channel-row dd {
    text-align: left;
  }

  .rd-why-title {
    margin-left: 0;
  }

  .rd-why-grid {
    gap: 44px;
  }

  .rd-facts {
    gap: 0;
    margin-top: 58px;
    padding-top: 18px;
  }

  .rd-fact,
  .rd-fact:first-child {
    min-height: 0;
    padding: 24px 0;
    border-left: 0;
    border-bottom: 1px solid var(--rd-line);
  }

  .rd-contact-final {
    padding: 72px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rd-contact-submit {
    transition: none;
  }
}
