/* Semicon identity. Keeps the accepted SDI information architecture. */
body.sdi-mode {
  --sdi-blue: #176e63;
  --sdi-green: #176e63;
  --sdi-orange: #176e63;
  --sdi-border: #e4e9e7;
  --srl-ink: #1c302d;
  --srl-muted: #687873;
  --srl-soft: #f2f6f4;
  color: var(--srl-ink);
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
.sdi-mode h1,
.sdi-mode h2,
.sdi-mode h3 {
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}
.sdi-mode time {
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}
.sdi-mode :is(a, button, input, select, textarea):focus-visible {
  outline: 2px solid #176e63;
  outline-offset: 4px;
}
.sdi-container {
  max-width: 1280px;
  width: calc(100% - 96px);
}
.sdi-header {
  border-bottom: 1px solid #ecf0ee;
  background: #fffffff5;
  backdrop-filter: blur(16px);
}
.sdi-header-inner {
  height: 96px;
  gap: 38px;
}
.sdi-header .full-logo-frame {
  width: 190px;
}
.sdi-nav-title {
  font-size: 16px;
  font-weight: 550;
  color: var(--srl-ink) !important;
  padding: 18px 10px;
}
.sdi-nav-title:hover {
  color: var(--sdi-blue) !important;
}
.sdi-header-tools {
  gap: 20px;
}
.sdi-header-tools button,
.sdi-login-icon {
  color: var(--srl-ink);
}
.sdi-header-tools .icon {
  width: 24px;
  height: 24px;
  stroke-width: 1.65;
}
.sdi-login-icon {
  font-size: 9px;
  gap: 3px;
}
.sdi-login-icon .icon {
  width: 21px;
  height: 21px;
}
.sdi-dropdown {
  border: 1px solid #e7ece9;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  padding: 14px 10px;
  box-shadow: 0 16px 32px #1c302d0d;
}
.sdi-dropdown > a {
  padding: 11px 14px;
  border-radius: 5px;
  color: #50625c;
  font-weight: 450;
}
.sdi-dropdown > a:hover {
  background: #f0f6f3;
  color: #176e63;
}
.sdi-button {
  border-radius: 6px;
  padding: 12px 22px;
  min-height: 46px;
  font-weight: 550;
  transition:
    background 0.18s,
    transform 0.18s;
}
.sdi-button:hover {
  filter: none;
  background: #105b51;
}
.sdi-button:active {
  transform: translateY(1px);
}
.sdi-neutral {
  border-color: #dce4df;
  color: #415750 !important;
}
.sdi-neutral:hover {
  background: #f2f6f4;
}
.sdi-note {
  color: #7b8782 !important;
}
/* First two report collections */
.sdi-home {
  padding-top: 42px;
}
.srl-section-heading,
.sdi-home-media-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 24px;
}
.srl-section-heading h1,
.sdi-home-media-heading h2 {
  font-size: 30px;
  line-height: 1.35;
  margin: 0;
}
.srl-section-heading > a,
.sdi-home-media-heading > a {
  font-size: 14px;
  color: #62746c;
  font-weight: 500;
}
.srl-section-heading > a:hover,
.sdi-home-media-heading > a:hover {
  color: #176e63;
}
.sdi-leads {
  gap: 24px;
}
.sdi-lead {
  min-height: 342px;
  padding: 28px 30px 60px;
  color: var(--srl-ink);
  border-radius: 10px;
  background: #eff4f8;
  overflow: hidden;
  transition:
    box-shadow 0.25s,
    transform 0.25s;
}
.sdi-lead-weekly {
  background: #edf3ee;
}
.sdi-lead > a {
  color: var(--srl-ink);
}
.srl-lead-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 25px;
}
.sdi-lead .srl-lead-top h2 {
  font-size: 15px;
  font-weight: 650;
  color: #286079;
  margin: 0;
  letter-spacing: -0.025em;
}
.sdi-lead-weekly .srl-lead-top h2 {
  color: #176e63;
}
.sdi-lead .srl-lead-top time {
  margin: 0;
  color: #687d83;
  font-size: 12px;
}
.srl-lead-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  gap: 28px;
  align-items: start;
}
.sdi-lead h3 {
  font-size: 27px;
  font-weight: 600;
  color: #21352f;
  line-height: 1.4;
  max-width: 360px;
}
.sdi-lead p {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #62746e;
  -webkit-line-clamp: 2;
}
.sdi-tags {
  margin: 18px 0 0;
  gap: 8px;
}
.sdi-tags span {
  padding: 0;
  border: 0;
  font-size: 12px;
  color: #647b73;
  line-height: 1.5;
}
.sdi-tags span + span:before {
  content: "·";
  margin-right: 8px;
  color: #9ba9a4;
}
.srl-jacket {
  background: #fff;
  aspect-ratio: 1/1.43;
  padding: 12px 10px 9px;
  box-shadow:
    6px 10px 18px #1c302d12,
    1px 0 0 #fff;
  transform: rotate(5deg);
  display: flex;
  flex-direction: column;
  color: #1c302d;
  border-left: 3px solid #dfe9e7;
  transition: transform 0.35s;
}
.srl-jacket small {
  font-size: 5px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.srl-jacket strong {
  font-size: 19px;
  letter-spacing: -0.04em;
  line-height: 1.06;
  margin: 17px 0 10px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.srl-jacket img {
  display: block;
  width: 100%;
  height: 42px;
  object-fit: cover;
  object-position: 72% 50%;
  margin-top: auto;
}
.srl-jacket > span {
  font-size: 6px;
  margin-top: 9px;
  color: #75887e;
}
.sdi-lead-weekly .srl-jacket {
  transform: rotate(-4deg);
}
.srl-lead-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 23px;
  font-size: 12px;
  color: #708078;
}
.srl-lead-bottom > span:first-child {
  color: #36594d;
  font-weight: 550;
}
.sdi-lead .sdi-dots {
  left: 30px;
  bottom: 24px;
  gap: 8px;
}
.sdi-dots button {
  height: 6px;
  width: 6px;
  background: #b7c8c0;
  transition:
    width 0.2s,
    background 0.2s;
}
.sdi-dots button[aria-pressed="true"] {
  width: 20px;
  border-radius: 6px;
  background: #176e63;
}
.sdi-special-card .sdi-dots button {
  background: #cad7d0;
}
@media (hover: hover) {
  .sdi-lead:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 26px #223e3210;
  }
  .sdi-lead:hover .srl-jacket {
    transform: rotate(0);
  }
}
/* Four original shortcuts, with lighter visual hierarchy. */
.sdi-shortcuts {
  gap: 0 32px;
  margin: 24px 0 68px;
  border: 0;
  padding: 6px 0;
}
.sdi-shortcuts > a,
.sdi-shortcuts > button {
  background: transparent;
  border: 0 !important;
  padding: 17px 8px;
  min-height: 70px;
  gap: 16px;
  color: #294039;
  border-radius: 6px;
  transition: background 0.2s;
}
.sdi-shortcuts strong {
  font-size: 16px;
  font-weight: 550;
}
.sdi-shortcuts .icon {
  width: 27px;
  height: 27px;
  color: #5b7d6e;
  stroke: #5b7d6e;
  stroke-width: 1.5;
}
.sdi-shortcuts span {
  color: #91a79b;
  font-size: 22px;
}
.sdi-shortcuts > :hover {
  background: #f4f7f5;
}
.sdi-shortcuts > .sdi-orange {
  background: #e9f3ed !important;
  border-color: transparent !important;
  color: #176e63 !important;
  padding-left: 18px;
  padding-right: 18px;
}
.sdi-shortcuts .sdi-orange .icon {
  stroke: #176e63;
}
.sdi-shortcuts .sdi-orange span {
  color: #176e63;
}
/* Membership and featured report: same positions, brighter image treatment. */
.sdi-subscription-banner {
  max-width: 1280px;
  width: calc(100% - 96px);
  margin: 0 auto 76px;
  background:
    linear-gradient(
      90deg,
      #eef3f0 3%,
      #eef3f0ed 28%,
      #eef3f060 60%,
      #eef3f0 95%
    ),
    url("assets/semicon-hero-light.png") 54% 50% / cover;
  border-radius: 10px;
}
.sdi-subscription-banner > .sdi-container {
  width: auto;
  max-width: none;
  margin: 0;
  min-height: 358px;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 40px;
  padding: 34px 36px 34px 44px;
}
.sdi-subscription-copy {
  color: var(--srl-ink);
  text-align: left;
  padding: 0;
}
.srl-section-label {
  display: block;
  font-size: 13px;
  color: #176e63;
  font-weight: 600;
  margin-bottom: 18px;
}
.sdi-subscription-copy h2 {
  font-size: 36px;
  line-height: 1.35;
  margin-bottom: 18px;
  font-weight: 500;
}
.sdi-subscription-copy p {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  color: #63746a;
  margin-bottom: 25px;
}
.sdi-subscription-copy .sdi-button {
  border-radius: 6px;
  padding: 12px 22px;
}
.sdi-special-card {
  min-height: 278px;
  padding: 24px 24px 22px;
  margin: 0;
  border-radius: 6px;
  color: var(--srl-ink);
  box-shadow: 0 8px 28px #314c3710;
}
.sdi-special-card h2 {
  font-size: 13px;
  letter-spacing: -0.015em;
  color: #61786a;
  margin-bottom: 19px;
}
.sdi-special-card h3 {
  font-size: 23px;
  line-height: 1.4;
  font-weight: 550;
  color: #234439;
  margin-bottom: 13px;
}
.sdi-special-card time {
  font-size: 12px;
  color: #7b8b81;
}
.sdi-special-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #6d7e73;
  -webkit-line-clamp: 2;
}
.sdi-special-card .sdi-dots {
  margin-top: 23px;
}
/* Media previews: original colors and mobile swipe remain. */
.sdi-home-media {
  margin-bottom: 74px;
}
.sdi-home-media-items {
  gap: 26px;
}
.sdi-home-media-item {
  gap: 19px;
}
.sdi-home-media-thumb {
  border-radius: 8px;
}
.sdi-home-media-thumb img {
  transition: transform 0.4s;
}
.sdi-home-media-thumb .icon {
  width: 44px;
  height: 44px;
  background: #11261dc2;
  stroke-width: 1;
}
.sdi-home-media-item p {
  color: #5a796a;
  font-size: 13px;
  margin-bottom: 9px;
}
.sdi-home-media-item h3 {
  color: #213b31;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.5;
}
.sdi-home-media-item time {
  font-size: 12px;
  color: #819087;
  margin-top: 12px;
}
.sdi-home-media .sdi-home-media-caption {
  color: #89968e;
  font-size: 11px;
  margin-top: 22px;
}
@media (hover: hover) {
  .sdi-home-media-item:hover img {
    transform: scale(1.035);
  }
}
/* Support keeps the four original groups. */
.sdi-support-grid {
  border: 0;
  gap: 26px;
  margin-top: 0;
  margin-bottom: 60px;
  background: #f7f9f7;
  border-radius: 8px;
  padding: 30px 26px;
}
.sdi-support-grid > section {
  padding: 0;
  min-height: 255px;
}
.sdi-support-grid > section + section {
  border: 0;
}
.sdi-support-grid h2 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 23px;
}
.sdi-support-grid h3 {
  font-size: 14px;
  font-weight: 500;
}
.sdi-notice-lead {
  border-color: #e1e8e2;
}
.sdi-notice-lead p,
.sdi-request-teaser p {
  font-size: 12px;
  line-height: 1.7;
  color: #7a8880;
}
.sdi-notice-lead time {
  font-size: 11px;
  color: #89958d;
}
.sdi-ellipsis,
.sdi-faq-link {
  font-size: 12px;
  color: #67786e;
}
.sdi-faq-link {
  border-color: #e1e8e2;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.sdi-request-teaser {
  gap: 12px;
}
.sdi-request-teaser > .icon {
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 8px;
  background: #e7eee8;
  color: #4f7965;
}
.sdi-support-grid .sdi-button {
  font-size: 13px;
  min-height: 40px;
}
.sdi-support-icons {
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
}
.sdi-support-icons > a {
  flex-direction: row;
  justify-content: flex-start;
  gap: 18px;
  text-align: left;
  width: 100%;
  padding: 18px;
  border: 1px solid #e1e8e2;
  border-radius: 6px;
  font-size: 13px;
}
.sdi-support-icons > a + a {
  border: 1px solid #e1e8e2;
}
.sdi-support-icons .icon {
  width: 27px;
  height: 27px;
  color: #5c7b68;
}
.sdi-footer {
  margin-top: 50px;
  padding-bottom: 38px;
}
.sdi-footer-links {
  padding: 0;
  border: 0;
  border-top: 1px solid #e5ebe6;
  min-height: 68px;
  gap: 24px;
}
.sdi-footer-links > a {
  padding: 0;
  border: 0 !important;
  color: #627369;
  font-size: 12px;
}
.sdi-footer-links .sdi-footer-media {
  background: none;
  color: #176e63;
  padding: 0;
  align-items: center;
}
.sdi-footer-bottom {
  padding-top: 10px;
  font-size: 11px;
  color: #89938c;
}
.sdi-footer-bottom strong {
  color: #54665c;
}
.sdi-footer-bottom p {
  color: #89938c;
}
.sdi-footer-bottom > div:last-child > a {
  font-size: 17px;
  font-weight: 550;
  color: #54665c;
}
/* Same sidebar, tabs and page hierarchy throughout the site. */
.sdi-page {
  gap: 48px;
  padding-top: 46px;
}
.sdi-sidebar h2 {
  color: #253d31;
  background: none;
  justify-content: flex-start;
  text-align: left;
  padding: 0 14px;
  font-size: 22px;
  min-height: 65px;
}
.sdi-sidebar nav {
  padding-top: 20px;
}
.sdi-sidebar nav > a {
  border: 0;
  border-radius: 6px;
  margin-bottom: 5px;
  padding: 13px 14px;
  font-size: 14px;
  font-weight: 450;
  color: #6a7b70;
}
.sdi-sidebar nav > a:before {
  content: none;
}
.sdi-sidebar nav > a.active,
.sdi-sidebar nav > a:hover {
  color: #176e63;
  background: #edf4ef;
  font-weight: 550;
}
.sdi-page-title {
  border-bottom: 1px solid #e1e8e3;
  height: auto;
  min-height: 108px;
  margin-bottom: 30px;
  padding-bottom: 24px;
}
.sdi-page-title h1 {
  color: #253d31;
  font-size: 34px;
  font-weight: 550;
  margin: 0 0 12px;
}
.sdi-page-title p {
  font-size: 14px;
  color: #77887c;
}
.sdi-page-title nav {
  font-size: 11px;
  color: #98a39b;
}
.sdi-text-tabs {
  gap: 8px;
  margin: 0 0 22px;
}
.sdi-text-tabs > a,
.sdi-text-tabs > a:first-child {
  border: 0;
  padding: 9px 13px;
  border-radius: 5px;
  font-size: 13px;
  color: #748378;
  margin: 0;
}
.sdi-text-tabs > a.active {
  color: #176e63;
  background: #edf4ef;
  font-weight: 600;
}
.sdi-report-row {
  padding: 28px 22px;
  border-color: #e7ede8;
  min-height: 160px;
  border-radius: 6px;
}
.sdi-report-row:hover {
  background: #f5f8f5;
  outline-color: transparent;
}
.sdi-report-row h2 {
  color: #253d31;
  font-size: 22px;
  font-weight: 550;
}
.sdi-report-row p {
  color: #77857b;
  font-size: 14px;
  line-height: 1.7;
}
.sdi-report-meta {
  gap: 8px;
}
.sdi-report-meta b {
  background: #eaf2ed;
  color: #176e63;
  border-radius: 3px;
  font-weight: 550;
  padding: 3px 8px;
}
.sdi-report-meta > span {
  border: 0;
  color: #89968c;
  background: transparent;
}
.sdi-report-meta time {
  font-size: 12px;
  color: #89968c;
}
.sdi-url {
  border: 1px solid #e3ebe5;
  color: #89968c;
  border-radius: 4px;
}
.sdi-box-tabs {
  gap: 4px;
  border: 0;
  background: #f2f6f3;
  padding: 5px;
  border-radius: 7px;
}
.sdi-box-tabs > a {
  border: 0 !important;
  background: transparent;
  color: #77877c;
  border-radius: 4px;
}
.sdi-box-tabs > a.active {
  background: #fff;
  color: #176e63;
  box-shadow: 0 2px 6px #23442e08;
}
.sdi-faq-list {
  border-top: 0;
}
.sdi-faq-list details {
  border-color: #e4ebe5;
}
.sdi-faq-list summary {
  padding-top: 23px;
  padding-bottom: 23px;
}
.sdi-faq-list summary > strong {
  color: #176e63;
  font-size: 19px;
}
.sdi-faq-list summary > span {
  background: #edf4ef;
  color: #5c7e69;
}
.sdi-faq-list details > div {
  background: #f7f9f7;
}
.sdi-list-search :is(input, select) {
  border-color: #dce5de;
  border-radius: 5px;
  min-height: 43px;
}
.sdi-pagination a {
  border-radius: 5px;
}
.sdi-pagination a[aria-current] {
  background: #176e63;
}
.sdi-prose h2,
.sdi-article h2 {
  color: #253d31;
}
.sdi-info-box {
  background: #f4f7f4;
  border-color: #e1e9e2;
  border-radius: 8px;
}
.sdi-table :is(th, td) {
  border-color: #e3ebe5;
}
.sdi-table th {
  background: #f2f6f3;
  color: #5e7465;
  font-weight: 500;
}
.sdi-form-table input,
.sdi-form-table textarea,
.sdi-form-table select {
  border-color: #dce5de;
  border-radius: 5px;
}
.sdi-form-table label > span {
  background: #f5f8f5;
  color: #65796d;
}
.sdi-full-menu {
  top: 96px;
}
.sdi-full-menu-top a {
  background: #edf2f6;
  color: #2d596d;
}
.sdi-full-menu-top a + a {
  background: #eaf2ed;
  color: #176e63;
}
.sdi-full-menu-subscribe {
  border-radius: 6px;
}
.sdi-full-menu summary {
  font-weight: 550;
  font-size: 21px;
  border-color: #e0e7e1;
}
.sdi-full-menu details > nav > a {
  color: #6d8274;
}
.sdi-search-drawer {
  background: #f4f7f5;
  border-color: #e7ede8;
  padding: 25px 30px;
}
.sdi-search-drawer input {
  border-color: #dce5df;
  border-radius: 6px;
}
@media (max-width: 1150px) {
  .sdi-container {
    width: calc(100% - 64px);
  }
  .sdi-header-inner {
    gap: 24px;
  }
  .sdi-header .full-logo-frame {
    width: 165px;
  }
  .sdi-nav-title {
    font-size: 14px;
    padding-inline: 7px;
  }
  .srl-lead-body {
    grid-template-columns: minmax(0, 1fr) 96px;
    gap: 18px;
  }
  .sdi-lead {
    padding: 24px 24px 58px;
  }
  .sdi-lead h3 {
    font-size: 24px;
  }
  .srl-jacket {
    padding: 10px 8px 8px;
  }
  .srl-jacket strong {
    font-size: 16px;
    margin-top: 12px;
  }
  .sdi-subscription-banner {
    width: calc(100% - 64px);
  }
  .sdi-subscription-banner > .sdi-container {
    width: auto;
    gap: 28px;
    padding: 32px;
    grid-template-columns: minmax(0, 1fr) 280px;
  }
  .sdi-subscription-copy h2 {
    font-size: 32px;
  }
  .sdi-support-grid {
    gap: 20px;
    padding: 25px 22px;
  }
  .sdi-page {
    gap: 28px;
  }
}
@media (max-width: 900px) {
  .sdi-header-inner {
    height: 82px;
  }
  .sdi-header .full-logo-frame {
    width: 178px;
  }
  .sdi-leads {
    gap: 16px;
  }
  .srl-lead-body {
    grid-template-columns: minmax(0, 1fr);
  }
  .srl-jacket {
    display: none;
  }
  .sdi-lead h3 {
    font-size: 24px;
  }
  .sdi-lead {
    min-height: 330px;
  }
  .sdi-home {
    padding-top: 30px;
  }
  .sdi-subscription-banner > .sdi-container {
    grid-template-columns: minmax(0, 1fr) 250px;
    padding: 28px;
    gap: 24px;
  }
  .sdi-subscription-copy h2 {
    font-size: 28px;
  }
  .sdi-special-card {
    padding: 22px;
  }
  .sdi-special-card h3 {
    font-size: 21px;
  }
  .sdi-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  .sdi-support-grid > section {
    min-height: 230px;
  }
  .sdi-home-media-item h3 {
    font-size: 17px;
  }
  .sdi-full-menu {
    top: 82px;
  }
  .sdi-page {
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 26px;
  }
}
@media (max-width: 600px) {
  .sdi-container {
    width: calc(100% - 36px);
  }
  .sdi-header-inner {
    height: 72px;
    gap: 12px;
  }
  .sdi-header .full-logo-frame {
    width: 156px;
  }
  .sdi-header-tools {
    gap: 14px;
  }
  .sdi-header-tools .icon {
    width: 22px;
    height: 22px;
  }
  .sdi-home {
    padding-top: 28px;
  }
  .srl-section-heading,
  .sdi-home-media-heading {
    margin-bottom: 18px;
    gap: 12px;
  }
  .srl-section-heading h1,
  .sdi-home-media-heading h2 {
    font-size: 24px;
  }
  .srl-section-heading > a,
  .sdi-home-media-heading > a {
    font-size: 12px;
    white-space: nowrap;
  }
  .sdi-leads {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .sdi-lead {
    min-height: 0;
    padding: 22px 22px 48px;
    border-radius: 8px;
  }
  .srl-lead-top {
    margin-bottom: 18px;
  }
  .srl-lead-body {
    grid-template-columns: minmax(0, 1fr) 80px;
    gap: 18px;
  }
  .srl-jacket {
    display: flex;
    padding: 9px 7px 7px;
  }
  .srl-jacket small {
    font-size: 4px;
  }
  .srl-jacket strong {
    font-size: 14px;
    margin: 11px 0 6px;
  }
  .srl-jacket img {
    height: 28px;
  }
  .srl-jacket > span {
    font-size: 5px;
    margin-top: 6px;
  }
  .sdi-lead .srl-lead-top h2 {
    font-size: 13px;
  }
  .sdi-lead .srl-lead-top time {
    font-size: 10px;
  }
  .sdi-lead h3 {
    font-size: 21px;
    line-height: 1.4;
  }
  .sdi-lead p {
    font-size: 12px;
    margin-top: 12px;
  }
  .sdi-tags {
    gap: 6px;
    margin-top: 13px;
  }
  .sdi-tags span {
    font-size: 10px;
  }
  .sdi-tags span + span:before {
    margin-right: 6px;
  }
  .srl-lead-bottom {
    margin-top: 19px;
    font-size: 10px;
  }
  .sdi-lead .sdi-dots {
    left: 22px;
    bottom: 20px;
  }
  .sdi-shortcuts {
    margin: 18px 0 40px;
    grid-template-columns: 1fr 1fr;
    gap: 6px 10px;
  }
  .sdi-shortcuts > a,
  .sdi-shortcuts > button {
    gap: 9px;
    padding: 12px 7px;
    min-height: 57px;
  }
  .sdi-shortcuts strong {
    font-size: 12px;
  }
  .sdi-shortcuts .icon {
    width: 21px;
    height: 21px;
  }
  .sdi-shortcuts span {
    display: none;
  }
  .sdi-shortcuts > .sdi-orange {
    padding: 12px 10px;
  }
  .sdi-subscription-banner {
    width: calc(100% - 36px);
    margin-bottom: 44px;
  }
  .sdi-subscription-banner > .sdi-container {
    width: auto;
    padding: 26px 24px;
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .sdi-subscription-copy h2 {
    font-size: 30px;
  }
  .sdi-subscription-copy p {
    font-size: 13px;
  }
  .srl-section-label {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .sdi-subscription-copy .sdi-button {
    min-height: 43px;
    font-size: 13px;
  }
  .sdi-special-card {
    min-height: 0;
    padding: 22px;
  }
  .sdi-special-card h3 {
    font-size: 21px;
  }
  .sdi-special-card p {
    font-size: 12px;
  }
  .sdi-home-media {
    margin-bottom: 44px;
  }
  .sdi-home-media-items {
    gap: 14px;
    grid-auto-columns: 82%;
  }
  .sdi-home-media-item {
    gap: 14px;
  }
  .sdi-home-media-item p {
    font-size: 11px;
    margin-bottom: 7px;
  }
  .sdi-home-media-item h3 {
    font-size: 17px;
  }
  .sdi-home-media-item time {
    font-size: 11px;
    margin-top: 10px;
  }
  .sdi-home-media-thumb {
    border-radius: 6px;
  }
  .sdi-home-media-thumb .icon {
    width: 36px;
    height: 36px;
    padding: 10px;
  }
  .sdi-home-media .sdi-home-media-caption {
    font-size: 10px;
    margin-top: 15px;
  }
  .sdi-support-grid {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 28px;
    margin-bottom: 34px;
  }
  .sdi-support-grid > section {
    min-height: 0;
  }
  .sdi-support-grid > section + section {
    border-top: 1px solid #e1e8e2;
    padding-top: 25px;
  }
  .sdi-support-grid h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .sdi-faq-link,
  .sdi-ellipsis {
    font-size: 13px;
  }
  .sdi-support-icons {
    flex-direction: row;
    gap: 12px;
  }
  .sdi-support-icons > a {
    flex-direction: column;
    gap: 12px;
    padding: 16px 8px;
    text-align: center;
  }
  .sdi-footer {
    margin-top: 30px;
  }
  .sdi-footer-links {
    gap: 14px;
    min-height: 60px;
    flex-wrap: wrap;
    padding: 16px 0;
  }
  .sdi-footer-links > a {
    font-size: 10px;
  }
  .sdi-footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .sdi-footer-bottom > div:last-child {
    align-items: flex-start;
  }
  .sdi-page {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 24px;
  }
  .sdi-sidebar h2 {
    display: none;
  }
  .sdi-sidebar nav {
    padding-top: 0;
    gap: 4px;
  }
  .sdi-sidebar nav > a {
    padding: 9px 11px;
    margin: 0;
    font-size: 11px;
  }
  .sdi-page-title {
    min-height: 0;
    margin-bottom: 22px;
    padding-bottom: 20px;
  }
  .sdi-page-title h1 {
    font-size: 28px;
  }
  .sdi-page-title p {
    font-size: 12px;
  }
  .sdi-text-tabs {
    gap: 4px;
  }
  .sdi-text-tabs > a,
  .sdi-text-tabs > a:first-child {
    padding: 8px 10px;
    font-size: 11px;
  }
  .sdi-report-row {
    padding: 24px 12px;
    min-height: 145px;
  }
  .sdi-report-row h2 {
    font-size: 19px;
  }
  .sdi-report-row p {
    font-size: 13px;
  }
  .sdi-full-menu {
    top: 72px;
    padding: 18px;
  }
  .sdi-full-menu summary {
    font-size: 20px;
    padding: 22px 8px;
  }
  .sdi-box-tabs > a {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sdi-lead,
  .srl-jacket,
  .sdi-home-media-thumb img,
  .sdi-dots button,
  .sdi-button {
    transition: none;
  }
}
/* Keep compact pagination marks comfortably tappable. */
.sdi-mode .sdi-dots {
  gap: 0;
}
.sdi-mode .sdi-dots button,
.sdi-mode .sdi-dots button[aria-pressed="true"] {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  padding: 0;
  background: transparent;
  border-radius: 5px;
  position: relative;
}
.sdi-mode .sdi-dots button::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #b7c8c0;
  transition: width 0.2s;
}
.sdi-mode .sdi-dots button[aria-pressed="true"]::after {
  width: 20px;
  background: #176e63;
}
.sdi-lead .sdi-dots {
  bottom: 14px;
  left: 26px;
}
@media (max-width: 600px) {
  .sdi-lead .sdi-dots {
    bottom: 10px;
    left: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .sdi-mode .sdi-dots button::after {
    transition: none;
  }
}
.sdi-full-menu-subscribe {
  background: #176e63;
  font-size: 17px;
}
.sdi-full-menu summary::after {
  color: #648978;
  font-size: 24px;
}
.sdi-full-menu details {
  border-bottom-color: #e1e8e2;
}
.sdi-full-menu details > nav {
  background: #f4f8f5;
  border-radius: 6px;
}
@media (min-width:761px) and (max-width:900px) {
  .srl-lead-body { grid-template-columns:minmax(0,1fr) 80px; gap:16px; }
  .srl-jacket { display:flex; padding:9px 7px; }
  .srl-jacket strong { font-size:14px; }
  .srl-jacket img { height:29px; }
  .sdi-lead h3 { font-size:22px; }
}
.sdi-faq-list summary > span { border-color:#d8e6dc; }
