body.subpage {
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(6, 42, 93, 0.06), rgba(244, 247, 251, 0) 320px),
    var(--color-page);
}

.subpage main {
  padding-bottom: 72px;
}

.subpage-shell,
.subpage-hero-inner {
  width: min(1268px, calc(100% - 96px));
  margin: 0 auto;
}

.subpage-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.55fr);
  gap: 48px;
  align-items: center;
  min-height: 450px;
  padding: 58px 0 64px;
}

.subpage-hero-visual {
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
  max-height: 330px;
  aspect-ratio: 16 / 9;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 78% 22%, rgba(242, 162, 58, 0.2), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(5, 37, 86, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 26px 58px rgba(0, 18, 52, 0.24);
  isolation: isolate;
}

figure.subpage-hero-visual > img[data-hero-image] {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero-visual.hero-visual-product > img[data-hero-image] {
  object-fit: contain;
  padding: 34px 34px 86px;
  filter: drop-shadow(0 20px 30px rgba(5, 24, 58, 0.28));
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
}

.breadcrumb span + span::before,
.breadcrumb a + span::before,
.breadcrumb a + a::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.45);
}

.subpage-hero h1 {
  margin: 0;
  color: var(--color-text-inverse);
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.subpage-hero p {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 17px;
}

.product-visual-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
  color: var(--color-text-primary);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius-card);
  box-shadow: 0 22px 48px rgba(0, 20, 48, 0.24);
}

.product-visual-panel img {
  width: 100%;
  max-height: 168px;
  object-fit: contain;
}

.product-visual-panel p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: 14px;
}

.ddr4-detail-hero .subpage-hero-inner {
  min-height: 450px;
}

.ddr4-detail-hero .product-visual-panel {
  align-self: stretch;
  align-content: center;
}

.product-visual-panel.subpage-hero-visual {
  min-height: 300px;
  max-height: 330px;
  aspect-ratio: 16 / 9;
  padding: 18px;
  overflow: hidden;
  align-content: center;
}

.product-visual-panel.subpage-hero-visual > img[data-hero-image] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  padding: 34px;
  filter: drop-shadow(0 18px 28px rgba(6, 31, 67, 0.22));
}

.subpage-hero-visual.hero-visual-source-shot,
.product-visual-panel.subpage-hero-visual.hero-visual-source-shot {
  padding: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(242, 162, 58, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05)),
    rgba(5, 37, 86, 0.36);
}

.subpage-hero-visual.hero-visual-source-shot > img[data-hero-image],
.product-visual-panel.subpage-hero-visual.hero-visual-source-shot > img[data-hero-image] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  padding: 0;
  filter: none;
}

.subpage-section {
  padding: 42px 0 0;
}

.subpage [id] {
  scroll-margin-top: 96px;
}

.subpage-section-header {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 18px;
}

.subpage-section-header h2 {
  margin: 0;
  color: var(--color-hero-navy);
  font-size: 26px;
  line-height: 1.18;
}

.subpage-section-header p {
  max-width: 690px;
  margin: 8px 0 0;
  color: var(--color-text-secondary);
}

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.subpage-card {
  padding: 24px;
  background: var(--color-surface);
  border: 1px solid rgba(6, 42, 93, 0.1);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
}

.subpage-card h3 {
  margin: 0;
  color: var(--color-hero-navy);
  font-size: 22px;
  line-height: 1.18;
}

.subpage-card p {
  margin: 9px 0 0;
  color: var(--color-text-secondary);
}

.subpage .button-secondary {
  color: var(--color-hero-navy);
  background: #fff;
  border-color: rgba(6, 42, 93, 0.18);
}

.filter-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: end;
}

.filter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 12px;
}

.filter-grid label {
  display: grid;
  gap: 7px;
  color: var(--color-hero-navy);
  font-weight: 800;
}

.filter-grid select {
  min-height: 42px;
  padding: 0 12px;
  color: var(--color-text-primary);
  background: #fff;
  border: 1px solid rgba(6, 42, 93, 0.18);
  border-radius: var(--radius-button);
}

.products-count {
  min-width: 170px;
  padding: 13px 16px;
  color: var(--color-hero-navy);
  font-weight: 900;
  text-align: center;
  background: var(--color-surface-soft);
  border-radius: var(--radius-card);
}

.product-family-card {
  display: grid;
  gap: 16px;
  min-height: 292px;
}

.product-family-card dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 9px 14px;
  margin: 0;
}

.spec-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin: 0;
}

.spec-summary > div {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 8px;
  align-items: start;
}

.product-family-card dt,
.spec-summary strong {
  color: var(--color-text-secondary);
  font-weight: 800;
}

.product-family-card dd,
.spec-summary span {
  margin: 0;
  color: var(--color-text-primary);
  font-weight: 800;
}

.product-family-card .button {
  align-self: end;
  width: fit-content;
}

.table-card {
  overflow: hidden;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(6, 42, 93, 0.1);
  border-radius: var(--radius-card);
}

.data-table {
  width: 100%;
  min-width: 1060px;
  border-collapse: collapse;
  background: #fff;
}

.data-table th,
.data-table td {
  padding: 13px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(6, 42, 93, 0.09);
}

.data-table thead th {
  position: sticky;
  top: 0;
  z-index: 1;
  color: var(--color-text-inverse);
  background: var(--color-hero-navy);
  font-size: 13px;
  white-space: nowrap;
}

.data-table tbody th {
  color: var(--color-accent-blue);
  font-weight: 900;
  white-space: nowrap;
}

.data-table td {
  color: var(--color-text-secondary);
  font-size: 13px;
}

.data-table a {
  color: var(--color-accent-blue);
  font-weight: 800;
}

.data-table tr.is-highlighted {
  outline: 3px solid rgba(242, 162, 58, 0.55);
  outline-offset: -3px;
  background: rgba(242, 162, 58, 0.08);
}

.note-band,
.download-strip,
.cta-strip {
  display: grid;
  gap: 14px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(238, 244, 251, 0.98), rgba(255, 255, 255, 0.98));
  border: 1px solid rgba(6, 42, 93, 0.11);
  border-radius: var(--radius-card);
}

.note-band h2,
.download-strip h2,
.cta-strip h2 {
  margin: 0;
  color: var(--color-hero-navy);
  font-size: 22px;
}

.note-band p,
.download-strip p,
.cta-strip p {
  margin: 0;
  color: var(--color-text-secondary);
}

.download-list-subpage {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.download-list-subpage a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  color: var(--color-hero-navy);
  font-weight: 900;
  background: #fff;
  border: 1px solid rgba(6, 42, 93, 0.14);
  border-radius: var(--radius-button);
}

.cta-strip {
  grid-template-columns: 1fr auto;
  align-items: center;
  background:
    linear-gradient(125deg, rgba(6, 42, 93, 0.98), rgba(7, 75, 154, 0.94));
}

.cta-strip h2,
.cta-strip p {
  color: var(--color-text-inverse);
}

.cta-strip p {
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1180px) {
  .subpage-shell,
  .subpage-hero-inner {
    width: min(1120px, calc(100% - 56px));
  }

  .subpage-hero-inner {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 28px;
  }

  .filter-card,
  .cta-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 780px) {
  .subpage-shell,
  .subpage-hero-inner {
    width: min(100% - 32px, 680px);
  }

  .subpage-hero-inner,
  .subpage-grid {
    grid-template-columns: 1fr;
  }

  .subpage-hero h1 {
    font-size: 34px;
  }

  .filter-grid {
    grid-template-columns: 1fr;
  }

  .spec-summary {
    grid-template-columns: 1fr;
  }

  .subpage-section-header {
    display: block;
  }
}

.products-hero {
  isolation: isolate;
}

.products-hero-inner {
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.58fr);
  gap: 44px;
  width: min(1268px, calc(100% - 120px));
  min-height: 450px;
  padding: 58px 0 64px;
}

.products-hero-copy {
  align-self: start;
  max-width: 720px;
  padding-top: 42px;
}

.products-hero h1 {
  font-family: "Arial Narrow", "Roboto Condensed", var(--font-sans);
  white-space: nowrap;
}

.products-hero-subtitle {
  max-width: 620px;
}

.products-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.products-hero-badges span {
  display: grid;
  min-width: 138px;
  padding: 10px 13px;
  color: var(--color-text-inverse);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.products-hero-badges strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.12;
}

.products-hero-badges small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.products-hero-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-card);
  background:
    radial-gradient(circle at 66% 36%, rgba(99, 181, 255, 0.34), transparent 24%),
    radial-gradient(circle at 26% 14%, rgba(255, 255, 255, 0.22), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055) 48%, rgba(0, 30, 75, 0.14)),
    rgba(6, 40, 92, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -36px 80px rgba(0, 22, 64, 0.2),
    0 28px 64px rgba(0, 18, 52, 0.26);
  isolation: isolate;
}

.products-hero-visual::before,
.products-hero-visual::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.products-hero-visual.hero-visual-source-shot::before,
.products-hero-visual.hero-visual-source-shot::after {
  display: none;
}

.products-hero-visual::before {
  inset: 14px 16px 70px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(90deg, transparent 0 24px, rgba(97, 183, 255, 0.22) 25px 26px, transparent 27px 100%),
    linear-gradient(0deg, transparent 0 24px, rgba(97, 183, 255, 0.18) 25px 26px, transparent 27px 100%),
    radial-gradient(circle at 50% 82%, rgba(242, 162, 58, 0.2), transparent 28%);
  background-size: 50px 50px, 50px 50px, 100% 100%;
  transform: perspective(680px) rotateX(58deg) rotateZ(-8deg);
  transform-origin: 50% 100%;
  opacity: 0.92;
}

.products-hero-visual::after {
  right: 46px;
  bottom: 42px;
  width: min(64%, 390px);
  height: 34px;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(255, 189, 91, 0.36), transparent 64%),
    linear-gradient(90deg, transparent, rgba(242, 162, 58, 0.58), transparent);
  border-radius: 999px;
  filter: blur(0.2px);
  box-shadow: 0 0 28px rgba(242, 162, 58, 0.24);
}

.products-hero-chip {
  position: absolute;
  right: 42px;
  bottom: 70px;
  z-index: 2;
  width: min(78%, 440px);
  max-height: 242px;
  object-fit: contain;
  filter:
    drop-shadow(0 34px 36px rgba(0, 14, 38, 0.42))
    drop-shadow(0 0 24px rgba(107, 184, 255, 0.18));
}

.products-spec-strip {
  position: relative;
  z-index: 2;
  margin-top: -42px;
}

.spec-strip-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(6, 42, 93, 0.1);
  border-radius: var(--radius-card);
  box-shadow: 0 18px 42px rgba(6, 31, 67, 0.14);
}

.spec-strip-grid article {
  min-height: 86px;
  padding: 16px;
  background:
    linear-gradient(180deg, #fff, rgba(244, 248, 253, 0.92));
  border: 1px solid rgba(6, 42, 93, 0.09);
  border-radius: 12px;
}

.spec-strip-grid strong,
.spec-strip-grid span {
  display: block;
}

.spec-strip-grid strong {
  color: var(--color-hero-navy);
  font-size: 20px;
  line-height: 1.18;
}

.spec-strip-grid span {
  margin-top: 8px;
  color: var(--color-text-secondary);
  font-weight: 800;
}

.products-selector-section {
  padding-top: 26px;
}

.products-selector-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(420px, 1fr) minmax(190px, auto);
  gap: 16px 18px;
  align-items: end;
  overflow: hidden;
  padding: 20px 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 255, 0.96));
  border-color: rgba(242, 162, 58, 0.36);
  box-shadow:
    0 18px 46px rgba(6, 31, 67, 0.12),
    inset 0 4px 0 var(--color-accent-orange);
}

.products-selector-card::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(242, 162, 58, 0.07), transparent 34%),
    linear-gradient(135deg, transparent 0 42%, rgba(7, 75, 154, 0.05) 42% 58%, transparent 58%);
}

.products-selector-heading h2 {
  margin: 0;
  color: var(--color-hero-navy);
  font-size: 26px;
  line-height: 1.18;
}

.products-selector-heading {
  position: relative;
  z-index: 1;
}

.products-selector-heading p:last-child {
  margin: 7px 0 0;
  color: var(--color-text-secondary);
}

.products-filter-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(112px, 1fr));
  gap: 12px;
}

.products-filter-grid label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--color-hero-navy);
  font-weight: 900;
}

.products-filter-grid select,
.products-filter-grid input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: var(--color-text-primary);
  background: #fff;
  border: 1px solid rgba(6, 42, 93, 0.18);
  border-radius: var(--radius-button);
  outline: none;
  box-shadow: 0 8px 20px rgba(6, 31, 67, 0.045);
}

.products-filter-grid select:focus,
.products-filter-grid input:focus {
  border-color: rgba(7, 75, 154, 0.72);
  box-shadow: 0 0 0 3px rgba(7, 75, 154, 0.12);
}

.products-filter-search {
  grid-column: 1 / -1;
}

@media (min-width: 1181px) {
  .products-selector-card .products-filter-grid {
    grid-template-columns: repeat(4, minmax(92px, 1fr));
  }

  .products-selector-card .products-filter-search {
    grid-column: auto;
  }
}

.products-selector-actions {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  align-content: end;
}

.products-selector-actions .button {
  justify-content: center;
  width: 100%;
}

.products-selector-actions .products-count {
  min-width: 0;
  margin: 0;
}

.ddr4-selector-section {
  padding-top: 34px;
}

.ddr4-selector-card {
  grid-template-columns: minmax(260px, 0.56fr) minmax(420px, 1fr) minmax(170px, 0.28fr);
}

.ddr4-selector-card .products-count {
  min-width: 0;
  align-self: end;
}

.products-family-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-family-card {
  grid-template-columns: 188px minmax(0, 1fr);
  align-items: stretch;
  min-height: 292px;
  overflow: hidden;
  padding: 18px;
  border-color: rgba(6, 42, 93, 0.12);
  box-shadow: 0 16px 38px rgba(6, 31, 67, 0.1);
}

.family-card-media {
  position: relative;
  display: grid;
  min-height: 232px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background:
    radial-gradient(circle at 62% 28%, rgba(85, 178, 255, 0.34), transparent 26%),
    linear-gradient(145deg, rgba(9, 58, 126, 0.96), rgba(5, 29, 70, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 14px 32px rgba(5, 24, 58, 0.14);
}

.family-card-media::before {
  position: absolute;
  inset: auto 18px 28px 18px;
  height: 54px;
  content: "";
  background:
    radial-gradient(ellipse at 50% 50%, rgba(242, 162, 58, 0.34), transparent 68%),
    linear-gradient(90deg, transparent, rgba(92, 181, 255, 0.45), transparent);
  border-radius: 999px;
}

.family-card-media::after {
  position: absolute;
  inset: 16px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.family-card-media img {
  position: relative;
  z-index: 1;
  width: 96%;
  max-height: 164px;
  object-fit: contain;
  filter:
    drop-shadow(0 22px 26px rgba(0, 9, 28, 0.52))
    drop-shadow(0 0 18px rgba(92, 181, 255, 0.14));
}

.family-card-body {
  display: grid;
  gap: 14px;
  align-content: start;
}

.family-card-body h3 {
  font-size: 21px;
}

.family-card-body p {
  margin: 0;
}

.family-card-series {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 7px 11px;
  color: var(--color-accent-blue);
  font-weight: 900;
  background: rgba(7, 75, 154, 0.09);
  border: 1px solid rgba(7, 75, 154, 0.16);
  border-radius: 999px;
}

.family-card-body .button {
  margin-top: 2px;
}

.products-table-card {
  padding: 0;
  border-color: rgba(6, 42, 93, 0.1);
  box-shadow: 0 18px 42px rgba(6, 31, 67, 0.1);
}

.products-table-header {
  align-items: start;
  padding: 22px 24px 0;
}

.products-table-header h2 {
  font-size: 22px;
  line-height: 1.16;
}

.products-table-header p:last-child {
  margin-top: 8px;
  font-size: 14px;
}

.products-table-header .button {
  flex: 0 0 auto;
  min-height: 38px;
  margin-top: 2px;
  padding: 0 15px;
}

.products-table-status {
  margin: 8px 24px 12px;
  color: var(--color-text-secondary);
  font-weight: 800;
  font-size: 13px;
}

.products-table-card .table-wrap {
  margin: 0 24px 24px;
  width: auto;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.products-table-card .data-table {
  font-size: 13px;
}

.products-table-card .data-table th,
.products-table-card .data-table td {
  padding: 10px 12px;
}

.products-table-card .data-table thead th {
  color: var(--color-hero-navy);
  background: #edf4fb;
  border-bottom-color: rgba(6, 42, 93, 0.12);
}

.products-table-card .data-table tbody tr:nth-child(even) {
  background: rgba(247, 250, 253, 0.76);
}

.products-table-card .data-table tbody tr:hover {
  background: rgba(242, 162, 58, 0.08);
}

.products-table-card .data-table td:nth-child(6) {
  min-width: 142px;
}

.products-table-card .data-table td:nth-child(8) {
  min-width: 88px;
}

.ddr4-table-card .data-table {
  min-width: 980px;
}

.subpage .search-result {
  gap: 9px;
  border-color: rgba(6, 42, 93, 0.1);
  box-shadow: none;
}

.subpage .search-result-main {
  gap: 5px;
}

.subpage .search-result-main span {
  line-height: 1.45;
}

.subpage .search-doc-link {
  justify-self: start;
  padding: 5px 9px;
  background: rgba(7, 75, 154, 0.08);
  border-radius: 999px;
}

.products-support-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.5fr);
}

.products-support-card,
.products-support-cta {
  min-height: 220px;
}

.products-support-card .section-kicker {
  margin: 0;
}

.products-support-cta {
  align-content: center;
}

html[lang="en-US"] .products-selector-card {
  grid-template-columns: minmax(280px, 0.55fr) minmax(440px, 1fr) minmax(180px, auto);
}

html[lang="en-US"] .spec-strip-grid strong {
  font-size: 18px;
}

@media (max-width: 1180px) {
  .products-hero-inner {
    grid-template-columns: minmax(0, 1fr) 350px;
  }

  .products-selector-card,
  html[lang="en-US"] .products-selector-card,
  .ddr4-selector-card {
    grid-template-columns: 1fr;
  }

  .spec-strip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-support-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .products-hero-inner,
  .products-family-grid {
    grid-template-columns: 1fr;
  }

  .products-hero-visual {
    min-height: 280px;
  }

  .products-hero h1 {
    white-space: normal;
  }

  .product-family-card {
    grid-template-columns: 1fr;
  }

  .family-card-media {
    min-height: 190px;
  }

  .products-table-header {
    display: grid;
    gap: 14px;
  }

}

@media (max-width: 780px) {
  .products-hero-inner {
    min-height: 0;
    padding-top: 44px;
    padding-bottom: 62px;
  }

  .products-hero h1 {
    font-size: 32px;
  }

  .products-hero-subtitle {
    font-size: 17px;
  }

  .products-hero-chip {
    right: 20px;
    bottom: 56px;
    width: min(82%, 340px);
  }

  .spec-strip-grid,
  .products-filter-grid {
    grid-template-columns: 1fr;
  }

  .products-table-card .table-wrap {
    margin-right: 14px;
    margin-left: 14px;
  }
}
