/* Institutional palette: deep navy, cobalt blue, graphite, white and neutral gray. */
body.sdi-mode {
  --sdi-blue: #165dba;
  --sdi-green: #165dba;
  --sdi-orange: #165dba;
  --srl-ink: #242d38;
  --srl-muted: #606872;
  --srl-soft: #f3f3f3;
  --sdi-border: #dedede;
  color: #242d38;
  background: #fff;
}
.ref-wrap {
  width: calc(100% - 80px);
  max-width: 1180px;
  margin: 0 auto;
}
.sdi-header {
  background: #fff;
  border-bottom: 1px solid #f0f2f5;
  backdrop-filter: none;
  top: 0;
}
.sdi-header-inner {
  max-width: 1180px;
  width: calc(100% - 80px);
  height: 86px;
  gap: 32px;
}
.sdi-header .full-logo-frame {
  width: 184px;
}
.sdi-nav-title {
  font-size: 15px;
  font-weight: 550;
  padding: 15px 8px;
  letter-spacing: -0.025em;
  color: #29323c !important;
}
.sdi-header-tools {
  gap: 16px;
}
.sdi-header-tools .icon {
  width: 22px;
  height: 22px;
}
.sdi-login-icon {
  font-size: 8px;
}
.ref-home :is(h1, h2, h3, p) {
  margin: 0;
}
.ref-home :is(h1, h2, h3) {
  color: #242d38;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-wrap: pretty;
}
.ref-home a {
  color: inherit;
  text-decoration: none;
}
.ref-home img {
  display: block;
  width: 100%;
}
.ref-home button {
  font-family: inherit;
  cursor: pointer;
}
.ref-home time {
  font-variant-numeric: tabular-nums;
  color: #616a74;
  font-size: 12px;
}
.ref-home .icon {
  width: 21px;
  height: 21px;
  stroke-width: 1.6;
}
.ref-home a:focus-visible,
.ref-home button:focus-visible {
  outline: 2px solid #165dba;
  outline-offset: 4px;
}
.ref-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 27px 0 22px;
}
.ref-topline > p {
  font-size: 13px;
  color: #77818a;
  font-weight: 450;
}
.ref-search {
  width: 320px;
  display: flex;
  background: #f2f2f2;
  border-radius: 24px;
  padding: 0 10px 0 18px;
  align-items: center;
}
.ref-search input {
  border: 0;
  outline: none;
  background: none;
  width: 100%;
  min-width: 0;
  font: inherit;
  font-size: 13px;
  height: 40px;
  color: #354454;
}
.ref-search button {
  border: 0;
  background: none;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #4a6179;
}
.ref-portal {
  display: grid;
  grid-template-columns: minmax(0, 2.14fr) minmax(300px, 1fr);
  gap: 20px;
}
.ref-hero {
  height: 348px;
  background: #13263f;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.ref-hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2;
}
.ref-hero-copy {
  position: relative;
  z-index: 1;
  padding: 37px 38px;
  max-width: 67%;
  animation: ref-enter 0.35s ease-out;
}
.ref-hero-label {
  font-size: 12px;
  font-weight: 550;
  color: #d2dbe6;
  display: inline-block;
  margin-bottom: 18px;
}
.ref-hero h1 {
  font-size: 34px;
  line-height: 1.35;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #ffffff;
}
.ref-hero-copy p {
  font-size: 13px;
  line-height: 1.6;
  color: #d2dbe6;
  margin-top: 13px;
}
.ref-home .ref-hero-link {
  color: #13263f;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: #fff;
  border-radius: 22px;
  font-size: 12px;
  font-weight: 550;
  padding: 11px 16px;
  margin-top: 24px;
}
.ref-hero-link .icon {
  width: 13px;
  height: 13px;
}
.ref-hero-photo {
  background: #1c304b;
}
.ref-hero-photo .ref-hero-image {
  width: 48%;
  left: 52%;
  object-position: center;
}
.ref-hero-photo .ref-hero-copy {
  max-width: 64%;
}
.ref-hero-photo :is(h1, .ref-hero-label) {
  color: #ffffff;
}
.ref-hero-photo .ref-hero-copy p {
  color: #d2dbe6;
  max-width: 260px;
}
.ref-hero-sample {
  background: #31363d;
}
.ref-hero-sample .ref-hero-image {
  width: 180px;
  height: 260px;
  left: auto;
  right: 8%;
  top: 35px;
  object-fit: cover;
  object-position: top;
  box-shadow: 0 12px 24px #3a385514;
}
.ref-hero-sample :is(h1, .ref-hero-label) {
  color: #ffffff;
}
.ref-hero-sample .ref-hero-copy p {
  color: #e1e3e6;
  max-width: 245px;
}
.ref-hero-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 9px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  background: white;
  border-top-right-radius: 22px;
  height: 43px;
}
.ref-hero-controls > span {
  font-size: 11px;
  color: #7b8389;
  letter-spacing: 0.03em;
}
.ref-hero-controls b {
  color: #2b3640;
  font-weight: 600;
}
.ref-hero-controls > button {
  border: 0;
  background: transparent;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #56616c;
}
.ref-hero-controls > button .icon {
  width: 14px;
  height: 14px;
}
.ref-hero-dots {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
}
.ref-hero-dots button {
  width: 18px;
  height: 24px;
  background: none;
  border: 0;
  padding: 0;
  display: grid;
  place-items: center;
}
.ref-hero-dots button:after {
  content: "";
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background: #dbe1e3;
}
.ref-hero-dots button[aria-pressed="true"]:after {
  background: #165dba;
}
.ref-quick-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
}
.ref-quick {
  background: #f2f2f2;
  border-radius: 16px;
  position: relative;
  padding: 17px 18px;
  overflow: hidden;
  transition:
    background 0.2s,
    transform 0.2s;
}
.ref-quick:hover {
  transform: translateY(-2px);
  background: #e5e5e5;
}
.ref-quick strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
  color: #253244;
}
.ref-quick > span {
  font-size: 10px;
  color: #646b73;
  display: block;
  margin-top: 5px;
}
.ref-quick-icon {
  position: absolute;
  right: 16px;
  bottom: 12px;
  color: #667481;
}
.ref-quick-icon .icon {
  width: 25px;
  height: 25px;
  stroke-width: 1.4;
}
.ref-quick.blue:hover {
  background: #124e9d;
}
.ref-quick.navy:hover {
  background: #203c5d;
}
.ref-quick.blue {
  background: #165dba;
}
.ref-quick.navy {
  background: #13263f;
}
.ref-quick:is(.blue, .navy) strong {
  color: white;
}
.ref-quick:is(.blue, .navy) > span {
  color: #f0f4f9;
}
.ref-quick:is(.blue, .navy) .ref-quick-icon {
  color: #e1e9f3;
}
.ref-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.ref-service {
  min-height: 175px;
  padding: 24px 26px;
  border-radius: 18px;
  position: relative;
  overflow: hidden;
}
.ref-service-blue {
  background: #165dba;
}
.ref-service-graphite {
  background: #31363d;
}
.ref-service > span:first-child {
  font-size: 11px;
  color: #e5ecf5;
}
.ref-service h2 {
  font-size: 19px;
  line-height: 1.4;
  margin-top: 9px;
  color: #ffffff;
}
.ref-service p {
  font-size: 11px;
  color: #e5ecf5;
  margin-top: 10px;
}
.ref-service img {
  position: absolute;
  width: 90px;
  right: 35px;
  bottom: -29px;
  box-shadow: 0 6px 14px #7c71451a;
}
.ref-service-mark {
  position: absolute;
  right: 32px;
  bottom: 25px;
  color: #b8cde8;
  transform: rotate(-10deg);
}
.ref-service-mark .icon {
  width: 52px;
  height: 52px;
  stroke-width: 1;
}
.ref-service:hover {
  filter: brightness(1.04);
}
.ref-service > i {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 6px solid white;
  background: #293a44;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: white;
}
.ref-service > i .icon {
  width: 13px;
  height: 13px;
  transform: rotate(-45deg);
}
.ref-service-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.ref-service-stack > a {
  border-radius: 16px;
  background: #eeeeee;
  padding: 17px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.ref-service-stack > a:nth-child(2) {
  background: #e3e5e7;
}
.ref-service-stack span {
  font-size: 10px;
  color: #59616a;
}
.ref-service-stack h2 {
  font-size: 16px;
  color: #253244;
  margin-top: 5px;
}
.ref-service-stack .icon {
  color: #626d78;
  width: 26px;
  height: 26px;
}
.ref-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.ref-heading h2 {
  font-size: 25px;
  font-weight: 600;
}
.ref-heading > a {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: #6e7781;
  flex-shrink: 0;
}
.ref-heading > a .icon {
  width: 13px;
  height: 13px;
}
.ref-research-section {
  padding: 40px 0 36px;
  background: #f4f4f4;
}
.ref-filter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 21px;
}
.ref-filters {
  display: flex;
  gap: 6px;
}
.ref-filters button {
  border: 0;
  background: none;
  color: #707c8b;
  font-size: 12px;
  padding: 8px 14px;
  border-radius: 18px;
  white-space: nowrap;
}
.ref-filters button[aria-pressed="true"] {
  background: #2b3949;
  color: white;
}
.ref-preview-label {
  font-size: 11px;
  color: #64717e;
}
.ref-report-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  min-height: 307px;
  align-items: start;
}
.ref-report-card {
  min-width: 0;
  border-radius: 12px;
  background: white;
  overflow: hidden;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
  box-shadow: 0 4px 15px #1d395204;
}
.ref-report-card:hover {
  box-shadow: 0 7px 22px #1d39520d;
  transform: translateY(-3px);
}
.ref-report-photo {
  height: 157px;
  position: relative;
  display: block;
  overflow: hidden;
}
.ref-report-photo img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.ref-report-card:hover img {
  transform: scale(1.035);
}
.ref-report-photo > span {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 5px;
  background: #ffffffed;
  color: #334b65;
  font-size: 10px;
  padding: 5px 8px;
}
.ref-report-copy {
  padding: 17px 18px 12px;
}
.ref-report-copy > p {
  font-size: 10px;
  color: #5b7a94;
  margin-bottom: 9px;
}
.ref-report-copy h3 {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 550;
  min-height: 46px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
}
.ref-report-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
.ref-report-bottom time,
.ref-report-bottom > span {
  font-size: 10px;
  color: #69717c;
}
.ref-report-bottom > .save-button {
  position: static;
  margin-left: auto;
  background: none;
  border: none;
  width: 28px;
  height: 28px;
  padding: 5px;
  color: #91a0af;
}
.ref-report-bottom .save-button.saved {
  color: #2868a8;
}
.ref-report-bottom .icon {
  width: 17px;
  height: 17px;
}
.ref-example-note {
  font-size: 11px;
  color: #6a737b;
  margin-top: 18px !important;
  line-height: 1.6;
}
.ref-media {
  padding-top: 48px;
  padding-bottom: 46px;
}
.ref-section-description {
  font-size: 13px;
  color: #7f8892;
  margin: -9px 0 23px !important;
}
.ref-main-videos {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ref-video-card {
  min-width: 0;
}
.ref-video-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  background: #f1f3f5;
}
.ref-video-image img {
  height: 100%;
  object-fit: cover;
  filter: none !important;
  transition: transform 0.4s;
}
.ref-video-card:hover img {
  transform: scale(1.025);
}
.ref-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #182333a3;
  color: white;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
}
.ref-play .icon {
  width: 16px;
  height: 16px;
  fill: white;
  stroke: none;
  margin-left: 2px;
}
.ref-video-copy {
  padding: 16px 2px 0;
}
.ref-video-copy p {
  font-size: 11px;
  color: #5381a4;
  margin-bottom: 8px;
}
.ref-video-copy h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 550;
  word-break: keep-all;
  margin-bottom: 12px;
}
.ref-video-copy time {
  font-size: 11px;
}
.ref-library {
  background: #f4f4f4;
  padding: 39px 0 42px;
}
.ref-library-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.ref-library-tile {
  display: block;
  min-width: 0;
}
.ref-library-tile > img {
  height: 144px;
  object-fit: cover;
  border-radius: 9px;
}
.ref-library-tile > div {
  padding: 15px 1px 0;
}
.ref-library-tile span {
  font-size: 10px;
  color: #5a7d98;
}
.ref-library-tile h3 {
  font-size: 14px;
  line-height: 1.5;
  margin: 7px 0 12px;
  min-height: 42px;
  font-weight: 550;
  word-break: keep-all;
}
.ref-library-tile time {
  font-size: 11px;
}
.ref-support-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 35px;
}
.ref-support-grid > a {
  border-radius: 16px;
  background: #f2f2f2;
  min-height: 161px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.ref-support-grid h2 {
  font-size: 18px;
  line-height: 1.45;
  color: #253244;
}
.ref-support-grid p {
  font-size: 12px;
  color: #798695;
  margin-top: 8px;
}
.ref-support-grid .ref-director {
  display: flex;
  justify-content: space-between;
  background: #eeeeee;
}
.ref-director > div {
  position: relative;
  z-index: 1;
}
.ref-director > div > span {
  font-size: 10px;
  color: #59616a;
  display: block;
  margin-bottom: 8px;
}
.ref-director h2 {
  color: #253244;
}
.ref-support-grid .ref-director > img {
  width: 100px;
  height: 130px;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
  align-self: center;
  margin: -7px -6px -7px 15px;
}
.ref-support-icon {
  display: block;
  margin-bottom: 14px;
  color: #165dba;
}
.ref-support-icon .icon {
  width: 30px;
  height: 30px;
  stroke-width: 1.3;
}
.ref-bottom-notice {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  border-top: 1px solid #ebeff3;
  padding: 20px 0;
}
.ref-bottom-notice strong {
  font-weight: 550;
  flex-shrink: 0;
}
.ref-bottom-notice a {
  color: #77818e;
}
.ref-bottom-notice a:last-child {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 11px;
}
.ref-photo-credit {
  text-align: right;
  padding-bottom: 24px;
  font-size: 10px;
  color: #8b959e;
}
.ref-detail-cover {
  border-radius: 8px;
  overflow: hidden;
  background: #f2f2f2;
}
.ref-detail-cover > img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.ref-detail-cover > div {
  padding: 22px;
}
.ref-detail-cover span {
  display: block;
  font-size: 12px;
  color: #557da1;
}
.ref-detail-cover strong {
  display: block;
  font-size: 23px;
  line-height: 1.45;
  color: #253b50;
  margin: 12px 0 20px;
  word-break: keep-all;
}
.ref-detail-cover small {
  font-size: 11px;
  color: #7a8794;
}
.sdi-footer {
  background: #fff !important;
  color: #7e8790 !important;
  border-top: 1px solid #e9edf1 !important;
  max-width: none !important;
  width: 100% !important;
  padding: 25px max(40px, calc((100vw - 1180px) / 2)) 36px !important;
}
.sdi-footer-links {
  border-bottom: 1px solid #edf0f3 !important;
  padding-bottom: 18px;
  gap: 20px !important;
}
.sdi-footer-links a {
  font-size: 11px !important;
  color: #66798c !important;
  font-weight: 450 !important;
}
.sdi-footer-bottom {
  padding-top: 25px !important;
  font-size: 11px !important;
}
.sdi-footer-bottom strong {
  color: #405363 !important;
  font-size: 14px !important;
}
.sdi-footer-bottom p {
  font-size: 11px !important;
  color: #89929c !important;
}
.sdi-footer-bottom select {
  color: #4e647a !important;
  border-color: #dce3e9 !important;
  background: #fff !important;
}
@keyframes ref-enter {
  from {
    opacity: 0.25;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1051px) {
  .sdi-nav {
    gap: 12px !important;
    justify-content: space-between;
    flex: 1;
  }
  .sdi-header-tools {
    margin-left: auto;
  }
}
@media (max-width: 1050px) {
  .sdi-header-inner,
  .ref-wrap {
    width: calc(100% - 48px);
  }
  .sdi-header-inner {
    height: 74px;
    gap: 18px;
  }
  .sdi-header .full-logo-frame {
    width: 170px;
  }
  .ref-portal {
    grid-template-columns: minmax(0, 1.8fr) minmax(260px, 1fr);
    gap: 16px;
  }
  .ref-hero-copy {
    padding: 34px 28px;
    max-width: 75%;
  }
  .ref-hero h1 {
    font-size: 30px;
  }
  .ref-hero {
    height: 326px;
  }
  .ref-quick {
    padding: 15px 14px;
  }
  .ref-quick strong {
    font-size: 13px;
  }
  .ref-quick > span {
    font-size: 9px;
  }
  .ref-service-grid {
    gap: 16px;
  }
  .ref-service {
    padding: 22px;
  }
  .ref-service h2 {
    font-size: 17px;
  }
  .ref-service img {
    width: 70px;
    right: 20px;
    bottom: -24px;
  }
  .ref-service-mark {
    right: 20px;
    bottom: 20px;
  }
  .ref-service-mark .icon {
    width: 40px;
    height: 40px;
  }
  .ref-service-stack > a {
    padding: 14px 18px;
  }
  .ref-service-stack h2 {
    font-size: 15px;
  }
  .ref-report-grid {
    gap: 15px;
  }
  .ref-report-photo {
    height: 133px;
  }
  .ref-report-copy {
    padding: 14px;
  }
  .ref-report-copy h3 {
    font-size: 14px;
  }
  .ref-report-bottom {
    gap: 5px;
  }
  .ref-report-bottom > span {
    display: none;
  }
  .ref-main-videos {
    gap: 20px;
  }
  .ref-video-copy h3 {
    font-size: 15px;
  }
  .ref-library-track {
    gap: 18px;
  }
  .ref-support-grid {
    gap: 16px;
  }
  .ref-support-grid > a {
    padding: 20px;
  }
  .ref-support-grid h2 {
    font-size: 17px;
  }
  .ref-support-grid .ref-director > img {
    width: 85px;
  }
  .sdi-full-menu {
    top: 74px;
  }
}
@media (max-width: 760px) {
  .sdi-header-inner,
  .ref-wrap {
    width: calc(100% - 40px);
  }
  .sdi-header-inner {
    height: 66px;
  }
  .sdi-header .full-logo-frame {
    width: 157px;
  }
  .sdi-header-tools {
    gap: 16px;
  }
  .sdi-full-menu {
    top: 66px;
  }
  .ref-topline {
    padding: 18px 0;
  }
  .ref-topline > p {
    display: none;
  }
  .ref-search {
    width: 100%;
    border-radius: 10px;
  }
  .ref-portal {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .ref-hero {
    height: 290px;
    border-radius: 18px;
  }
  .ref-hero-copy {
    padding: 28px 24px;
    max-width: 75%;
  }
  .ref-hero-label {
    font-size: 10px;
    margin-bottom: 13px;
  }
  .ref-hero h1 {
    font-size: 27px;
    line-height: 1.35;
  }
  .ref-hero-copy p {
    font-size: 11px;
    max-width: 180px;
    margin-top: 11px;
  }
  .ref-home .ref-hero-link {
    color: #13263f;
    font-size: 11px;
    padding: 9px 12px;
    margin-top: 20px;
  }
  .ref-hero-image {
    object-position: 60% center;
  }
  .ref-hero-controls {
    height: 36px;
    padding: 6px 15px;
    gap: 9px;
  }
  .ref-hero-sample .ref-hero-image {
    width: 103px;
    height: 153px;
    right: 5%;
    top: 75px;
  }
  .ref-hero-photo .ref-hero-copy {
    max-width: 74%;
  }
  .ref-hero-photo .ref-hero-image {
    left: 58%;
    width: 42%;
  }
  .ref-hero-photo h1 {
    font-size: 24px;
  }
  .ref-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 91px);
    gap: 8px;
  }
  .ref-quick {
    border-radius: 10px;
    padding: 13px 11px;
  }
  .ref-quick strong {
    font-size: 12px;
  }
  .ref-quick > span {
    font-size: 9px;
    margin-top: 4px;
  }
  .ref-quick-icon {
    right: 11px;
    bottom: 9px;
  }
  .ref-quick-icon .icon {
    width: 20px;
    height: 20px;
  }
  .ref-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ref-service {
    min-height: 154px;
    padding: 18px;
    border-radius: 14px;
  }
  .ref-service h2 {
    font-size: 16px;
  }
  .ref-service > span:first-child {
    font-size: 10px;
  }
  .ref-service p {
    max-width: 105px;
    font-size: 10px;
    line-height: 1.6;
  }
  .ref-service-mark {
    right: 19px;
    bottom: 17px;
    opacity: 0.4;
  }
  .ref-service img {
    width: 51px;
    right: 14px;
    bottom: -18px;
  }
  .ref-service-stack {
    grid-column: 1/-1;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 12px;
  }
  .ref-service-stack > a {
    padding: 14px;
    border-radius: 10px;
  }
  .ref-service-stack span {
    font-size: 9px;
  }
  .ref-service-stack h2 {
    font-size: 13px;
  }
  .ref-service-stack .icon {
    display: none;
  }
  .ref-service:hover {
    filter: brightness(1.04);
  }
  .ref-service > i {
    width: 34px;
    height: 34px;
    border-width: 4px;
  }
  .ref-heading {
    margin-bottom: 19px;
    gap: 14px;
  }
  .ref-heading h2 {
    font-size: 22px;
  }
  .ref-heading > a {
    font-size: 11px;
    gap: 5px;
  }
  .ref-heading > a .icon {
    width: 11px;
  }
  .ref-research-section {
    padding: 29px 0;
  }
  .ref-filter-row {
    gap: 0;
    margin-bottom: 18px;
  }
  .ref-filters {
    gap: 2px;
  }
  .ref-filters button {
    font-size: 11px;
    padding: 7px 11px;
  }
  .ref-preview-label {
    display: none;
  }
  .ref-report-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
    min-height: 0;
  }
  .ref-report-photo {
    height: 117px;
  }
  .ref-report-copy {
    padding: 12px;
  }
  .ref-report-copy > p {
    font-size: 9px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ref-report-copy h3 {
    font-size: 13px;
    min-height: 59px;
    -webkit-line-clamp: 3;
  }
  .ref-report-photo > span {
    top: 8px;
    left: 8px;
    font-size: 9px;
    padding: 4px 6px;
  }
  .ref-report-bottom {
    margin-top: 9px;
  }
  .ref-report-bottom time {
    font-size: 9px;
  }
  .ref-example-note {
    font-size: 10px;
    margin-top: 16px !important;
  }
  .ref-media {
    padding-top: 32px;
    padding-bottom: 29px;
  }
  .ref-section-description {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 18px !important;
  }
  .ref-main-videos {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 82%;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 8px;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .ref-main-videos::-webkit-scrollbar {
    display: none;
  }
  .ref-video-card {
    scroll-snap-align: start;
  }
  .ref-video-image {
    border-radius: 9px;
  }
  .ref-video-copy {
    padding-top: 12px;
  }
  .ref-video-copy p {
    font-size: 10px;
  }
  .ref-video-copy h3 {
    font-size: 15px;
    margin-bottom: 9px;
  }
  .ref-play {
    width: 38px;
    height: 38px;
  }
  .ref-library {
    padding: 29px 0;
  }
  .ref-library-track {
    grid-auto-flow: column;
    grid-template-columns: none;
    grid-auto-columns: 66%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 14px;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 5px;
    scrollbar-width: none;
  }
  .ref-library-tile {
    scroll-snap-align: start;
  }
  .ref-library-tile > img {
    height: 145px;
  }
  .ref-library-tile h3 {
    font-size: 14px;
  }
  .ref-support-grid {
    padding-top: 28px;
    padding-bottom: 22px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .ref-support-grid > a {
    min-height: 143px;
    padding: 20px;
    border-radius: 12px;
  }
  .ref-support-grid .ref-director {
    grid-column: 1/-1;
    min-height: 135px;
  }
  .ref-support-grid .ref-director > img {
    width: 82px;
    height: 109px;
    margin: -7px 4px -7px 10px;
  }
  .ref-support-grid h2 {
    font-size: 16px;
  }
  .ref-support-grid p {
    font-size: 11px;
  }
  .ref-bottom-notice {
    font-size: 10px;
    gap: 13px;
    align-items: flex-start;
    line-height: 1.6;
    padding: 16px 0;
  }
  .ref-bottom-notice > a:last-child {
    display: none;
  }
  .ref-photo-credit {
    font-size: 9px;
    padding-bottom: 18px;
  }
  .sdi-footer {
    padding: 22px 20px 30px !important;
  }
  .sdi-footer-links {
    gap: 12px !important;
  }
  .sdi-footer-bottom {
    gap: 24px !important;
  }
  .ref-detail-cover > img {
    height: 200px;
  }
  .ref-detail-cover strong {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ref-home *,
  .ref-home *:before,
  .ref-home *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

.sdi-mode :is(a, button, input, select, textarea):focus-visible {
  outline-color: #165dba;
}
.sdi-nav-title:hover,
.sdi-dropdown > a:hover {
  color: #165dba !important;
}
.sdi-dropdown > a:hover {
  background: #f2f2f2;
}

/* Unified masthead and readable, conventional report navigation. */
body.sdi-mode {
  font-weight: 500;
  font-size: 17px;
  --srl-ink: #172b45;
  --srl-muted: #535d69;
}
.sdi-header-inner {
  display: grid;
  grid-template-columns: 240px minmax(260px, 1fr) auto;
  grid-template-rows: 88px 54px;
  gap: 0 36px;
  height: auto;
}
.sdi-header .generated-brand {
  grid-column: 1;
  grid-row: 1;
}
.sdi-header .full-logo-frame {
  width: 230px;
}
.sdi-header-search {
  display: flex;
  align-items: center;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  max-width: 530px;
  justify-self: center;
  border: 2px solid #214f86;
  border-radius: 6px;
  height: 48px;
  background: #fff;
}
.sdi-header-search input {
  border: 0;
  background: transparent;
  min-width: 0;
  flex: 1;
  padding: 0 16px;
  height: 100%;
  font-weight: 600;
  font-family: inherit;
  font-size: 16px;
  color: #172b45;
  outline: none;
}
.sdi-header-search:focus-within {
  outline: 3px solid #165dba40;
  outline-offset: 3px;
}
.sdi-header-search button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 44px;
  border: 0;
  background: none;
  color: #165dba;
}
.sdi-header-search .icon {
  width: 25px;
  height: 25px;
}
.sdi-header-tools {
  grid-column: 3;
  grid-row: 1;
  gap: 14px;
  margin: 0;
}
.sdi-header-tools .sdi-header-search-toggle {
  display: none;
}
.sdi-header-tools button,
.sdi-login-icon {
  min-width: 44px;
  min-height: 44px;
}
.sdi-login-icon {
  color: #172b45;
  gap: 5px;
}
.sdi-login-icon small {
  font-size: 14px;
  font-weight: 700;
}
.sdi-nav {
  grid-column: 1/-1;
  grid-row: 2;
  display: flex;
  height: 54px;
  border-top: 1px solid #e2e5e9;
  width: 100%;
}
.sdi-nav-title {
  font-size: 18px;
  font-weight: 750;
  padding: 14px 10px;
}
.sdi-dropdown > a {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  color: #253347;
}
.ref-home {
  padding-top: 28px;
}
.ref-home :is(h1, h2, h3) {
  font-weight: 750;
}
.ref-quick {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
}
.ref-quick strong {
  font-size: 18px;
  font-weight: 750;
  line-height: 1.4;
}
.ref-quick-icon {
  position: static;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #fff;
}
.ref-color-icon {
  width: 42px;
  height: 42px;
  display: block;
}
.ref-hero-label,
.ref-hero-copy > p {
  font-size: 16px;
  font-weight: 600;
}
.ref-heading > a {
  font-size: 16px;
  font-weight: 700;
}
.ref-filters button {
  font-size: 16px;
  font-weight: 700;
  min-height: 44px;
  border-radius: 5px;
}
.ref-preview-label,
.ref-example-note {
  font-size: 14px;
  color: #58616d;
}
.ref-report-copy {
  padding: 20px;
}
.ref-report-copy h3 {
  font-size: 20px;
  font-weight: 750;
  line-height: 1.55;
}
.ref-report-copy > p {
  font-size: 14px;
  font-weight: 600;
}
.ref-report-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
.ref-report-bottom time {
  flex: 1 0 100%;
  font-size: 15px;
  font-weight: 600;
  color: #535d69;
}
.ref-report-bottom > span {
  display: block;
  font-size: 14px;
  color: #535d69;
}
.ref-save {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  min-height: 44px;
  padding: 6px 10px;
  border: 1px solid #c8cfd8;
  border-radius: 5px;
  color: #344457;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
.ref-save.saved {
  color: #165dba;
  border-color: #165dba;
}
.ref-save .icon {
  width: 19px;
  height: 19px;
}
.sdi-page {
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 40px;
  padding-top: 36px;
}
.sdi-sidebar h2 {
  font-size: 26px;
  font-weight: 800;
  color: #172b45;
  padding: 8px 16px 24px;
  border-bottom: 3px solid #172b45;
}
.sdi-sidebar nav {
  padding-top: 12px;
}
.sdi-sidebar nav > a {
  padding: 17px 16px;
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #dce1e7;
  color: #344154;
  font-size: 17px;
  font-weight: 650;
}
.sdi-sidebar nav > a.active {
  color: #fff;
  background: #173b67;
  font-weight: 750;
}
.sdi-sidebar nav > a:hover:not(.active) {
  background: #f0f2f5;
  color: #173b67;
}
.sdi-page-title {
  min-height: 0;
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 2px solid #172b45;
}
.sdi-page-title h1 {
  font-size: 34px;
  font-weight: 800;
  color: #172b45;
  margin-bottom: 0;
}
.sdi-page-title p:empty {
  display: none;
}
.sdi-page-title p {
  color: #535d69;
  font-size: 17px;
}
.sdi-page-title nav {
  color: #596373;
  font-size: 14px;
}
.sdi-text-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 24px;
}
.sdi-text-tabs > a,
.sdi-text-tabs > a:first-child {
  border: 1px solid #c9d0d9;
  border-radius: 0;
  padding: 12px 18px;
  min-height: 48px;
  font-size: 17px;
  font-weight: 650;
  color: #344154;
  background: #fff;
  margin: 0 -1px -1px 0;
}
.sdi-text-tabs > a.active {
  background: #173b67;
  color: #fff;
  border-color: #173b67;
  font-weight: 750;
  z-index: 1;
}
.report-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 18px;
}
.report-toolbar > strong {
  white-space: nowrap;
  color: #344154;
  font-size: 17px;
}
.report-toolbar > strong b {
  color: #165dba;
}
.report-toolbar .sdi-list-search {
  margin: 0;
  gap: 8px;
}
.sdi-list-search :is(input, select) {
  min-height: 48px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #aeb8c5;
  border-radius: 3px;
  background: #fff;
  color: #263548;
}
.sdi-list-search input {
  width: 230px;
}
.sdi-list-search .sdi-button,
.sdi-button {
  font-size: 17px;
  font-weight: 700;
  min-height: 48px;
  border-radius: 4px;
}
.report-board {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border-top: 2px solid #173b67;
  color: #263548;
}
.report-board th {
  padding: 17px 10px;
  font-size: 16px;
  background: #f0f2f5;
  font-weight: 750;
  border-bottom: 1px solid #aeb8c5;
}
.report-board th:first-child {
  width: auto;
}
.report-board th:nth-child(2) {
  width: 130px;
}
.report-board th:nth-child(3) {
  width: 84px;
}
.report-board th:nth-child(4) {
  width: 136px;
}
.report-board td {
  padding: 24px 12px;
  border-bottom: 1px solid #cdd4de;
  text-align: center;
  font-size: 16px;
  font-weight: 550;
}
.report-board td.report-subject {
  text-align: left;
  padding-left: 18px;
}
.report-subject > a {
  display: block;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.5;
  color: #172b45;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.report-subject > a:hover {
  color: #165dba;
  text-decoration: underline;
}
.report-subject > div {
  margin-top: 8px;
  font-size: 15px;
  color: #566171;
  font-weight: 500;
}
.report-board tr:hover td {
  background: #fafbfc;
}
.report-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 9px 13px;
  background: #165dba;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 750;
  white-space: nowrap;
}
.report-action a:hover {
  background: #124a94;
}
.mobile-label {
  display: none;
}
.sdi-pagination a {
  min-width: 44px;
  min-height: 44px;
  font-size: 17px;
  font-weight: 700;
  border-color: #b5bfcc;
}
.sdi-pagination a[aria-current] {
  background: #173b67;
  color: #fff;
}
.sdi-prose,
.sdi-article {
  font-size: 18px;
  line-height: 1.8;
  color: #303e50;
}
.sdi-prose h2,
.sdi-article h2 {
  color: #172b45;
  font-weight: 750;
}
.sdi-box-tabs {
  border-radius: 4px;
  background: #f0f2f5;
}
.sdi-box-tabs > a {
  color: #344154;
  font-size: 17px;
  font-weight: 650;
}
.sdi-box-tabs > a.active {
  background: #173b67;
  color: white;
}
.sdi-info-box {
  background: #f3f4f6;
  border-color: #d2d8df;
}
@media (max-width: 1050px) {
  .sdi-header-inner {
    grid-template-columns: 210px minmax(200px, 1fr) auto;
    grid-template-rows: 82px;
    gap: 20px;
  }
  .sdi-header .full-logo-frame {
    width: 205px;
  }
  .sdi-nav {
    display: none;
  }
  .sdi-menu-toggle {
    display: inline-block;
  }
  .sdi-full-menu {
    top: 82px;
  }
  .ref-quick {
    padding: 12px;
    gap: 8px;
  }
  .ref-quick strong {
    font-size: 16px;
  }
  .ref-quick-icon {
    flex-basis: 40px;
    width: 40px;
    height: 44px;
  }
  .ref-color-icon {
    width: 36px;
    height: 36px;
  }
  .sdi-page {
    grid-template-columns: 185px minmax(0, 1fr);
    gap: 24px;
  }
  .report-board th:nth-child(2) {
    width: 105px;
  }
  .report-board th:nth-child(3) {
    width: 70px;
  }
  .report-board th:nth-child(4) {
    width: 116px;
  }
  .report-board td {
    padding: 22px 8px;
  }
  .report-subject > a {
    font-size: 18px;
  }
  .report-action a {
    padding: 8px;
    font-size: 15px;
  }
  .report-toolbar {
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .sdi-header-inner {
    display: flex;
    height: 76px;
    gap: 12px;
    width: calc(100% - 32px);
  }
  .sdi-header .full-logo-frame {
    width: 175px;
  }
  .sdi-header-search {
    display: none;
  }
  .sdi-header-tools {
    margin-left: auto;
    gap: 0;
  }
  .sdi-header-tools .sdi-header-search-toggle {
    display: grid;
    place-items: center;
  }
  .sdi-header-tools .icon {
    width: 24px;
    height: 24px;
  }
  .sdi-login-icon small {
    display: none;
  }
  .sdi-login-icon {
    justify-content: center;
  }
  .sdi-full-menu {
    top: 76px;
  }
  .ref-home {
    padding-top: 20px;
  }
  .ref-quick {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px 5px;
    gap: 8px;
    min-height: 104px;
  }
  .ref-quick strong {
    font-size: 16px;
  }
  .ref-quick-icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
  .ref-color-icon {
    width: 40px;
    height: 40px;
  }
  .ref-report-grid {
    grid-template-columns: 1fr;
  }
  .ref-report-photo {
    height: auto;
    aspect-ratio: 16/9;
  }
  .ref-report-copy h3 {
    font-size: 20px;
    min-height: 0;
  }
  .ref-report-bottom time {
    flex: 1;
  }
  .ref-report-bottom > span {
    display: none;
  }
  .ref-filters {
    flex-wrap: wrap;
  }
  .ref-filter-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .ref-filters button {
    padding: 8px 10px;
    font-size: 16px;
  }
  .sdi-page {
    display: block;
    padding-top: 24px;
  }
  .sdi-sidebar {
    margin-bottom: 28px;
  }
  .sdi-sidebar h2 {
    display: none;
  }
  .sdi-sidebar nav {
    display: flex;
    overflow: auto;
    padding: 0;
    gap: 0;
    border-bottom: 1px solid #c9d0d9;
  }
  .sdi-sidebar nav > a {
    flex-shrink: 0;
    padding: 14px;
    font-size: 16px;
  }
  .sdi-page-title {
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
  .sdi-page-title h1 {
    font-size: 30px;
  }
  .sdi-text-tabs > a,
  .sdi-text-tabs > a:first-child {
    font-size: 16px;
    padding: 11px 14px;
  }
  .report-toolbar {
    gap: 14px;
  }
  .report-toolbar .sdi-list-search {
    width: 100%;
    display: flex;
  }
  .sdi-list-search input {
    width: 0;
    min-width: 0;
    flex: 1;
  }
  .sdi-list-search select {
    width: 92px;
  }
  .sdi-list-search .sdi-button {
    padding: 10px 16px;
  }
  .report-board,
  .report-board tbody {
    display: block;
  }
  .report-board thead {
    display: none;
  }
  .report-board tr {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 22px 0;
    gap: 10px 14px;
    border-bottom: 1px solid #c5cdd8;
  }
  .report-board td {
    display: block;
    padding: 0;
    border: 0;
    text-align: left;
  }
  .report-board td.report-subject {
    padding: 0;
    grid-column: 1/-1;
    margin-bottom: 8px;
  }
  .report-subject > a {
    font-size: 20px;
  }
  .report-board td.report-date {
    grid-column: 1;
  }
  .report-board td.report-pages {
    grid-column: 1;
  }
  .report-board td.report-action {
    grid-column: 2;
    grid-row: 2/4;
    align-self: center;
  }
  .mobile-label {
    display: inline-block;
    margin-right: 10px;
    color: #566171;
    font-weight: 600;
  }
  .report-action a {
    min-height: 48px;
    padding: 12px;
    font-size: 16px;
  }
  .report-board .sdi-empty {
    grid-column: 1/-1;
  }
}

.sdi-text-tabs > a:last-child {
  border: 1px solid #c9d0d9;
}
.sdi-text-tabs > a.active:last-child {
  border-color: #173b67;
}
.report-toolbar .sdi-button {
  background: #173b67;
  color: #fff;
  border: 1px solid #173b67;
}
.ref-service h2,
.ref-service-stack h2,
.ref-support-grid h2 {
  font-size: 21px;
  font-weight: 750;
}
.ref-service p {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 550;
}
.ref-video-copy h3,
.ref-library-card h3 {
  font-size: 20px;
  font-weight: 700;
}
.ref-heading h2 {
  font-size: 28px;
}
.ref-service,
.ref-service-stack > a {
  border-radius: 10px;
}
@media (max-width: 1050px) {
  .ref-service {
    padding: 22px 20px;
  }
  .ref-service h2,
  .ref-service-stack h2 {
    font-size: 19px;
  }
  .ref-service p {
    font-size: 14px;
  }
  .ref-report-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ref-report-photo {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 760px) {
  .ref-report-grid {
    grid-template-columns: 1fr;
  }
  .ref-heading h2 {
    font-size: 25px;
  }
}
@media(max-width:760px) { .ref-quick-grid { grid-template-rows:repeat(2,minmax(108px,auto)); gap:10px; } }
