/* Open, editorial product presentation for the Yodobashi retail page. */

.recommended {
  padding-block: 70px 76px;
  background: #f6f4ee;
}

.recommended .section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.recommended-grid {
  max-width: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: auto;
  gap: 34px;
}

.recommended-card,
.recommended-card--primary,
.recommended-card:not(.recommended-card--primary) {
  display: flex;
  min-width: 0;
  grid-column: auto;
  grid-row: auto;
  flex-direction: column;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.recommended-card__image,
.recommended-card--primary .recommended-card__image {
  width: 100%;
  height: 230px;
  min-height: 0;
  border: 0;
  background: #ebeae5;
}

.recommended-card--primary .recommended-card__image {
  background: #e5eee8;
}

.recommended-card__image img,
.recommended-card--primary .recommended-card__image img {
  height: 160px;
  max-width: 82%;
}

.recommend-badge {
  top: 16px;
  left: 0;
  padding: 0;
  border-radius: 0;
  color: #087a55;
  background: transparent;
  font-size: 10px;
  letter-spacing: 0.05em;
}

.recommended-card .recommend-badge,
.recommended-card--primary .recommend-badge {
  color: #087a55;
  background: transparent;
}

.recommended-card__copy,
.recommended-card--primary .recommended-card__copy {
  display: flex;
  min-height: 230px;
  justify-content: flex-start;
  padding: 20px 0 0;
  border-bottom: 1px solid var(--line);
}

.recommended-card__copy h3 {
  margin-block: 4px 9px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.recommended-card__copy > p:not(.product-series-name),
.recommended-card:not(.recommended-card--primary) .recommended-card__copy > p:not(.product-series-name) {
  display: block;
  min-height: 44px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.7;
}

.recommended-card .product-link {
  margin-top: auto;
}

.product-grid {
  gap: 34px 26px;
}

.product-grid--two {
  max-width: 1040px;
  gap: 42px;
}

.product-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.product-image,
.product-grid--three .product-image {
  height: 220px;
  border: 0;
  background: #f5f5f2;
}

.product-image img,
.product-grid--three .product-image img,
.product-series--gt .product-image img {
  height: 156px;
  max-width: 88%;
}

.product-grid--three .product-image {
  height: 178px;
}

.product-grid--three .product-image img {
  height: 126px;
}

.product-copy,
.product-grid--three .product-copy {
  min-height: 216px;
  padding: 18px 2px 0;
  background: transparent;
}

.product-series .product-series-name {
  display: none;
}

.product-copy h3 {
  margin: 0 0 8px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.product-lead {
  min-height: 38px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.6;
}

.product-badge {
  display: none;
}

.spec-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 17px;
}

.spec-chips li {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #41534c;
  background: transparent;
  font-size: 11px;
  font-weight: 650;
  white-space: nowrap;
}

.spec-chips li + li::before {
  margin-inline: 9px;
  color: #9aa49f;
  content: "／";
  font-weight: 400;
}

.product-link {
  margin-top: auto;
  padding: 16px 0 14px;
  border-top: 0;
  color: #007c55;
  font-size: 0;
}

.product-link::before {
  content: "ヨドバシ.comで見る";
  font-size: 12px;
}

.product-link > span {
  font-size: 12px;
}

.product-series--gt .product-copy h3,
.product-series--gt .product-lead,
.product-series--gt .spec-chips li {
  color: #fff;
}

.product-series--gt .spec-chips li + li::before {
  color: rgba(255, 255, 255, 0.48);
}

.product-series--gt .product-link {
  color: #69e5ac;
}

.spec-compare {
  width: var(--shell);
  margin: 74px auto 86px;
  padding: 0;
  border: 0;
  background: transparent;
}

.compare-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 30px;
}

.compare-heading h2 {
  margin: 6px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.compare-heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.7;
}

.spec-compare .table-scroll {
  display: block;
  margin: 0;
  border-block: 1px solid var(--line);
  border-radius: 0;
}

.compare-table {
  border-radius: 0;
}

.mobile-compare {
  display: none;
}

@media (max-width: 1024px) and (min-width: 761px) {
  .recommended-grid {
    gap: 20px;
  }

  .recommended-card__image,
  .recommended-card--primary .recommended-card__image {
    height: 190px;
  }

  .recommended-card__image img,
  .recommended-card--primary .recommended-card__image img {
    height: 132px;
  }

  .recommended-card__copy,
  .recommended-card--primary .recommended-card__copy {
    min-height: 220px;
  }

  .product-grid--two {
    gap: 28px;
  }

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

@media (max-width: 760px) {
  .recommended {
    padding-block: 50px 56px;
  }

  .recommended .section-heading {
    margin-bottom: 24px;
  }

  .recommended-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    gap: 0;
    overflow: visible;
    padding: 0;
  }

  .recommended-card,
  .recommended-card--primary,
  .recommended-card:not(.recommended-card--primary) {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    grid-row: auto;
    order: 0;
    padding-block: 16px;
    border-bottom: 1px solid var(--line);
  }

  .recommended-card--primary {
    order: -1;
  }

  .recommended-card__image,
  .recommended-card--primary .recommended-card__image {
    width: 104px;
    height: 126px;
    background: transparent;
  }

  .recommended-card__image img,
  .recommended-card--primary .recommended-card__image img {
    height: 82px;
    max-width: 86%;
  }

  .recommend-badge {
    top: 11px;
    font-size: 8px;
  }

  .recommended-card__copy,
  .recommended-card--primary .recommended-card__copy {
    min-height: 126px;
    padding: 7px 0 0 14px;
    border: 0;
  }

  .recommended-card__copy h3 {
    font-size: 18px;
  }

  .recommended-card__copy > p:not(.product-series-name),
  .recommended-card:not(.recommended-card--primary) .recommended-card__copy > p:not(.product-series-name) {
    display: none;
  }

  .recommended-card .spec-chips li:nth-child(3) {
    display: none;
  }

  .product-grid--two,
  .product-grid--three {
    gap: 26px 12px;
  }

  .product-card {
    border-bottom: 1px solid rgba(16, 23, 23, 0.15);
  }

  .product-image,
  .product-grid--three .product-image {
    height: 118px;
  }

  .product-image img,
  .product-grid--three .product-image img,
  .product-series--gt .product-image img {
    height: 90px;
  }

  .product-copy,
  .product-grid--three .product-copy {
    min-height: 174px;
    padding: 12px 1px 0;
  }

  .product-copy h3 {
    font-size: 15px;
  }

  .spec-chips {
    margin-top: 11px;
  }

  .spec-chips li {
    font-size: 9.5px;
  }

  .spec-chips li + li::before {
    margin-inline: 5px;
  }

  .product-link {
    padding-block: 13px 11px;
  }

  .product-link::before {
    font-size: 10px;
  }

  .product-grid--three .product-card:last-child {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding-bottom: 0;
  }

  .product-grid--three .product-card:last-child .product-image {
    min-height: 178px;
    border-right: 1px solid var(--line);
  }

  .product-grid--three .product-card:last-child .product-copy {
    min-height: 178px;
    padding: 20px 0 0 14px;
  }

  .spec-compare {
    margin-block: 48px 58px;
  }

  .compare-heading {
    display: block;
    margin-bottom: 22px;
  }

  .compare-heading h2 {
    font-size: 28px;
  }

  .compare-heading > p {
    margin-top: 10px;
    font-size: 11px;
  }

  .spec-compare .table-scroll {
    display: none;
  }

  .mobile-compare {
    display: grid;
    gap: 0;
    padding: 0;
    border-block: 1px solid var(--line);
  }

  .mobile-compare section {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
  }

  .mobile-compare section:last-child {
    border-bottom: 0;
  }

  .mobile-compare p {
    padding-block: 10px;
    font-size: 11px;
  }
}

/* 2026-07 premium palette pass: warmer canvas, distinct series moods. */
:root {
  --page-warm: #f4f1ea;
  --paper: #fff;
  --ink-premium: #101715;
  --green-premium: #008f61;
  --gt-black: #0e1513;
  --dh-champagne: #ede2d3;
  --dxp-eucalyptus: #dfeae4;
}

body {
  color: var(--ink-premium);
  background: var(--page-warm);
}

.recommended {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.72), transparent 34%),
    var(--page-warm);
}

.recommended-card {
  background: var(--paper);
  border-color: rgba(22, 39, 33, 0.12);
  box-shadow: 0 14px 34px rgba(32, 39, 36, 0.07);
}

.recommended-card:nth-child(1) .recommended-card__image {
  background: linear-gradient(145deg, #f7efe5 0%, #eadfce 100%);
}

.recommended-card:nth-child(2) .recommended-card__image {
  background: linear-gradient(145deg, #edf4f0 0%, #dbe8e1 100%);
}

.recommended-card:nth-child(3) .recommended-card__image {
  background:
    radial-gradient(circle at 54% 37%, #3a4540 0%, #202a26 42%, #0d1412 100%);
}

.recommended-card:nth-child(3) .recommended-card__image::after {
  content: "";
  position: absolute;
  inset: auto 12% 12% 12%;
  height: 16%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  filter: blur(18px);
  pointer-events: none;
}

.recommended-card:nth-child(3) .recommended-card__image img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.42));
}

.recommended-card:nth-child(3) .recommend-badge {
  color: #f2d5be;
  background: rgba(5, 10, 9, 0.5);
  border-color: rgba(242, 213, 190, 0.32);
}

.recommended-card:nth-child(3) .product-series-name {
  color: #8e5e46;
}

.product-series--gt {
  background:
    radial-gradient(circle at 88% 12%, rgba(75, 94, 84, 0.2), transparent 34%),
    linear-gradient(145deg, #111816 0%, #08100e 100%);
}

.product-series--dh {
  background:
    radial-gradient(circle at 88% 5%, rgba(255, 255, 255, 0.55), transparent 34%),
    #eae4d8;
}

.product-series--dxp {
  background:
    radial-gradient(circle at 86% 8%, rgba(64, 94, 81, 0.22), transparent 34%),
    linear-gradient(145deg, #1b2521 0%, #111917 100%);
}

.series-selector,
.use-cases,
.comparison {
  background: #f8f6f1;
}

.trust-strip,
.feature-grid,
.faq {
  background: #fff;
}

/* 2026-07 final retail refinement: compact CTAs, natural wrapping and readable matrices. */
.recommended-card__image,
.recommended-card--primary .recommended-card__image,
.recommended-card:nth-child(1) .recommended-card__image,
.recommended-card:nth-child(2) .recommended-card__image,
.recommended-card:nth-child(3) .recommended-card__image {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 72%, rgba(217, 213, 204, 0.42), transparent 34%),
    linear-gradient(145deg, #f7f6f2 0%, #eeece6 100%);
}

.recommended-card__image::after,
.recommended-card:nth-child(3) .recommended-card__image::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: auto 22% 14% 22%;
  height: 10%;
  border-radius: 50%;
  background: rgba(33, 37, 35, 0.2);
  filter: blur(13px);
  pointer-events: none;
}

.recommended-card__image img,
.recommended-card--primary .recommended-card__image img,
.recommended-card:nth-child(3) .recommended-card__image img {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 12px 12px rgba(24, 28, 26, 0.18));
}

.recommended-card .recommend-badge,
.recommended-card:nth-child(3) .recommend-badge {
  color: #17684f;
  background: transparent;
  border: 0;
  box-shadow: none;
  text-shadow: none;
}

.recommended-card:nth-child(1) .recommend-badge,
.recommended-card:nth-child(1) .product-series-name {
  color: #8a6039;
}

.recommended-card:nth-child(2) .recommend-badge,
.recommended-card:nth-child(2) .product-series-name {
  color: #087d57;
}

.recommended-card:nth-child(3) .recommend-badge,
.recommended-card:nth-child(3) .product-series-name {
  color: #7a4f39;
}

.product-link,
.product-series--gt .product-link {
  align-self: flex-end;
  min-width: 112px;
  min-height: 34px;
  margin-top: 18px;
  padding-inline: 12px;
  border-radius: 8px;
  white-space: nowrap;
}

.product-link::before {
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}

.recommended-card .product-link {
  min-width: 116px;
  min-height: 35px;
}

.product-grid--two .product-link {
  width: auto;
  min-width: 116px;
  min-height: 35px;
}

.product-grid--three .product-link {
  width: auto;
  min-width: 104px;
  min-height: 32px;
  padding-inline: 9px;
}

.product-grid--three .product-link::before {
  font-size: 10px;
}

.section-heading h2,
.series-story__copy h2,
.compare-heading h2,
.recommended-card__copy h3,
.product-copy h3,
.matrix-product strong {
  line-break: strict;
  overflow-wrap: normal;
  word-break: keep-all;
}

.recommended-card__copy h3,
.product-copy h3,
.matrix-product strong {
  white-space: nowrap;
}

.compare-heading {
  width: 100%;
  max-width: none;
}

.compare-heading > div {
  width: 100%;
}

.compare-heading h2 {
  width: 100%;
  max-width: none;
  font-size: clamp(34px, 3.55vw, 50px);
  letter-spacing: -0.04em;
}

.spec-matrix {
  border-collapse: separate;
  border-spacing: 0;
  color: #27342f;
  background: #fff;
}

.spec-matrix th,
.spec-matrix td {
  border-right-color: rgba(38, 54, 47, 0.08);
  border-bottom-color: rgba(38, 54, 47, 0.12);
  font-size: 12.5px;
  line-height: 1.55;
}

.spec-matrix tbody tr:nth-child(odd) > td,
.spec-matrix tbody tr:nth-child(odd) > th[scope="row"] {
  background: #fbfcfa;
}

.spec-matrix tbody tr:nth-child(even) > td,
.spec-matrix tbody tr:nth-child(even) > th[scope="row"] {
  background: #f2f5f2;
}

.spec-matrix tbody tr:hover > td,
.spec-matrix tbody tr:hover > th[scope="row"] {
  background: #eaf3ee;
}

.spec-matrix tbody > tr > th[scope="row"] {
  color: #233b33;
  font-size: 12px;
  font-weight: 750;
}

.spec-matrix td strong {
  color: #006f4e;
  font-size: 13.5px;
}

.spec-matrix td small,
.matrix-product small {
  color: #66726d;
  line-height: 1.5;
}

.spec-matrix thead th {
  position: sticky;
  z-index: 2;
  top: 0;
  background: #f8f8f5;
  box-shadow: 0 1px 0 rgba(28, 43, 37, 0.12);
}

.spec-matrix .matrix-corner {
  z-index: 3;
}

.matrix-product strong {
  font-size: 14px;
}

.matrix-panel {
  box-shadow: 0 16px 38px rgba(30, 39, 35, 0.07);
}

.matrix-panel + .matrix-panel {
  margin-top: 42px;
}

@media (min-width: 1100px) {
  .compare-heading h2 {
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .section-heading h2,
  .series-story__copy h2,
  .compare-heading h2 {
    white-space: normal;
    text-wrap: pretty;
  }

  .compare-heading h2 {
    font-size: 28px;
    line-height: 1.28;
  }

  .product-link,
  .product-grid--two .product-link,
  .product-grid--three .product-link,
  .recommended-card .product-link {
    min-width: 108px;
    min-height: 34px;
    padding-inline: 10px;
  }

  .product-link::before,
  .product-grid--two .product-link::before,
  .product-grid--three .product-link::before {
    font-size: 10.5px;
  }
}

/* Detailed comparison matrix — sourced from NAS-A4-最终版.pdf */
.spec-compare--matrix {
  margin-top: 82px;
}

.comparison-mobile {
  display: none;
}

.comparison-desktop {
  display: grid;
  gap: 52px;
}

.matrix-panel {
  min-width: 0;
}

.matrix-panel__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.matrix-panel__heading > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.matrix-panel__heading > div > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #062b22;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.matrix-panel__heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.matrix-panel__heading p {
  margin: 0 0 2px;
  color: var(--ink-soft);
  font-size: 12px;
}

.matrix-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(16, 23, 23, 0.13);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(20, 35, 31, 0.07);
  scrollbar-color: rgba(6, 43, 34, 0.35) transparent;
  scrollbar-width: thin;
}

.matrix-scroll:focus-visible {
  outline: 3px solid rgba(0, 178, 118, 0.32);
  outline-offset: 3px;
}

.spec-matrix {
  width: 100%;
  min-width: 1040px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.48;
}

.matrix-panel--five .spec-matrix {
  min-width: 1180px;
}

.spec-matrix caption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.spec-matrix th,
.spec-matrix td {
  padding: 13px 14px;
  border-right: 1px solid rgba(16, 23, 23, 0.09);
  border-bottom: 1px solid rgba(16, 23, 23, 0.09);
  vertical-align: middle;
  text-align: left;
  overflow-wrap: anywhere;
}

.spec-matrix tr > *:last-child {
  border-right: 0;
}

.spec-matrix tbody tr:last-child > * {
  border-bottom: 0;
}

.spec-matrix thead th {
  height: 236px;
  padding: 0;
  background: #fbfcfa;
  vertical-align: top;
}

.spec-matrix .matrix-corner {
  width: 190px;
  padding: 22px 20px;
  background: #062b22;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.spec-matrix tbody > tr > th[scope="row"] {
  width: 142px;
  background: #f7f8f5;
  font-size: 11px;
  font-weight: 750;
  white-space: nowrap;
}

.matrix-product {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 128px auto auto;
  align-items: center;
  min-height: 236px;
  padding: 14px 15px 15px;
  color: inherit;
  text-decoration: none;
}

.matrix-product img {
  grid-column: 1 / -1;
  width: 100%;
  height: 118px;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(10, 24, 20, 0.14));
}

.matrix-product strong {
  align-self: center;
  min-width: 0;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.matrix-product > span {
  align-self: center;
  justify-self: end;
  margin-left: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #dff5eb;
  color: #007b53;
  font-size: 9px;
  font-weight: 800;
  white-space: nowrap;
}

.matrix-product small {
  grid-column: 1 / -1;
  min-height: 34px;
  margin-top: 7px;
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 500;
  line-height: 1.55;
}

.matrix-product[href]:hover strong,
.matrix-product[href]:focus-visible strong {
  color: #008b5d;
}

.spec-matrix td strong {
  color: #043c30;
  font-size: 13px;
}

.spec-matrix td small {
  color: var(--ink-soft);
  font-size: 10px;
}

.spec-matrix .matrix-category {
  width: 48px;
  padding: 10px 6px;
  text-align: center;
  color: #174b3d;
  background: #dff3e9;
}

.spec-matrix .matrix-category span {
  display: inline-block;
  writing-mode: vertical-rl;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.16em;
}

.spec-matrix .matrix-category--storage {
  color: #76530b;
  background: #fff0c7;
}

.spec-matrix .matrix-category--network {
  color: #4b3e7e;
  background: #e9e4ff;
}

.spec-matrix .matrix-category--expand {
  color: #7c3d57;
  background: #f8e4ec;
}

.matrix-panel--four .spec-matrix thead th:not(.matrix-corner) {
  width: 212px;
}

.matrix-panel--five .spec-matrix thead th:not(.matrix-corner) {
  width: 190px;
}

.spec-compare--matrix .spec-note {
  margin-top: 18px;
}

@media (max-width: 760px) {
  .spec-compare--matrix {
    width: 100%;
    margin-block: 50px 58px;
    padding-inline: 0;
  }

  .spec-compare--matrix .compare-heading {
    width: calc(100% - 40px);
    margin-inline: auto;
  }

  .spec-compare--matrix .compare-heading h2 {
    font-size: 30px;
    line-height: 1.25;
  }

  .spec-compare--matrix .compare-heading > p {
    max-width: 33em;
    font-size: 12px;
  }

  .comparison-desktop {
    display: none;
  }

  .comparison-mobile {
    display: grid;
    gap: 44px;
    margin-top: 28px;
  }

  .mobile-spec-group {
    min-width: 0;
  }

  .mobile-spec-group__heading {
    display: flex;
    align-items: center;
    gap: 11px;
    width: calc(100% - 40px);
    margin: 0 auto 15px;
  }

  .mobile-spec-group__heading > span {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #062b22;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
  }

  .mobile-spec-group__heading h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }

  .mobile-spec-group__heading p {
    margin: 2px 0 0;
    color: var(--ink-soft);
    font-size: 10px;
  }

  .mobile-spec-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 0 20px 14px;
    scroll-padding-inline: 20px;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(6, 43, 34, 0.34) transparent;
    scrollbar-width: thin;
  }

  .mobile-spec-card {
    flex: 0 0 min(84vw, 350px);
    overflow: hidden;
    border: 1px solid rgba(16, 23, 23, 0.13);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(20, 35, 31, 0.07);
    scroll-snap-align: start;
  }

  .mobile-spec-card__product {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    min-height: 142px;
    padding: 14px 16px 13px 10px;
    color: inherit;
    text-decoration: none;
    background: #fafbf9;
  }

  .mobile-spec-card__product img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    filter: drop-shadow(0 11px 14px rgba(10, 24, 20, 0.15));
  }

  .mobile-spec-card__product span {
    display: inline-flex;
    width: fit-content;
    padding: 4px 8px;
    border-radius: 999px;
    background: #dff5eb;
    color: #007b53;
    font-size: 9px;
    font-weight: 850;
  }

  .mobile-spec-card__product h4 {
    margin: 8px 0 0;
    font-size: 19px;
    line-height: 1.18;
    letter-spacing: -0.025em;
  }

  .mobile-spec-card__product p {
    margin: 6px 0 0;
    color: var(--ink-soft);
    font-size: 10px;
    line-height: 1.5;
  }

  .mobile-spec-card__group {
    padding: 15px 15px 13px;
    border-top: 1px solid rgba(16, 23, 23, 0.1);
  }

  .mobile-spec-card__group h5 {
    margin: 0 0 9px;
    color: #16664f;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.12em;
  }

  .mobile-spec-card__group--storage h5 {
    color: #8a6412;
  }

  .mobile-spec-card__group--network h5 {
    color: #5f5192;
  }

  .mobile-spec-card__group--expand h5 {
    color: #92506a;
  }

  .mobile-spec-card__group dl {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 0;
    margin: 0;
  }

  .mobile-spec-card__group dt,
  .mobile-spec-card__group dd {
    margin: 0;
    padding-block: 7px;
    border-top: 1px solid rgba(16, 23, 23, 0.075);
    font-size: 11px;
    line-height: 1.5;
  }

  .mobile-spec-card__group dt {
    padding-right: 10px;
    color: var(--ink-soft);
    font-weight: 650;
  }

  .mobile-spec-card__group dd {
    color: var(--ink);
    font-weight: 570;
  }

  .mobile-spec-card__group dt:first-of-type,
  .mobile-spec-card__group dd:first-of-type {
    border-top: 0;
  }

  .mobile-spec-card__group dd strong {
    color: #043c30;
    font-size: 12px;
  }

  .mobile-spec-card__group dd small {
    color: var(--ink-soft);
    font-size: 10px;
  }

  .spec-compare--matrix .spec-note {
    width: calc(100% - 40px);
    margin: 6px auto 0;
    font-size: 9px;
    line-height: 1.6;
  }
}

/* Desktop refinement: typography, density and product-image emphasis */
@media (min-width: 761px) {
  .eyebrow {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  .section-heading__description,
  .series-intro > p {
    max-width: 760px;
    color: #53615c;
    font-size: 15px;
    line-height: 1.8;
  }

  .trust-item span {
    font-size: 13px;
    line-height: 1.55;
  }

  .series-selector {
    padding-block: 64px 42px;
  }

  .use-cases {
    padding-bottom: 42px;
  }

  .use-card > span {
    font-size: 22px;
  }

  .use-card small {
    font-size: 11px;
  }

  .recommended {
    padding-block: 48px 48px;
  }

  .recommended .section-heading {
    margin-bottom: 26px;
  }

  .recommended-card__image,
  .recommended-card--primary .recommended-card__image {
    position: relative;
    height: 190px;
  }

  .recommended-card__image img,
  .recommended-card--primary .recommended-card__image img {
    height: 176px;
    max-width: 92%;
    transition: transform 220ms ease, filter 220ms ease;
  }

  .recommended-card__copy,
  .recommended-card--primary .recommended-card__copy {
    min-height: 188px;
    padding: 22px 12px 16px;
  }

  .recommended-card__copy h3 {
    margin-block: 6px 10px;
    font-size: 26px;
  }

  .recommended-card .product-series-name {
    font-size: 13px;
    line-height: 1.45;
  }

  .recommended-card__copy > p:not(.product-series-name),
  .recommended-card:not(.recommended-card--primary) .recommended-card__copy > p:not(.product-series-name) {
    min-height: 48px;
    font-size: 14px;
    line-height: 1.75;
  }

  .recommended-card .recommend-badge {
    top: 14px;
    left: 12px;
    font-size: 12px;
    font-weight: 800;
  }

  .recommended-card .spec-chips li {
    font-size: 13px;
  }

  .recommended-card .product-link::before,
  .recommended-card .product-link > span {
    font-size: 14px;
  }

  .recommended-more {
    margin-top: 26px;
    font-size: 14px;
  }

  .lineup-heading {
    padding-block: 48px 28px;
  }

  .product-series {
    padding-block: 52px 58px;
  }

  .product-image,
  .product-grid--three .product-image {
    position: relative;
    height: 172px;
  }

  .product-image img,
  .product-series--gt .product-image img,
  .product-grid--three .product-image img {
    height: 154px;
    max-width: 94%;
    transition: transform 220ms ease, filter 220ms ease;
  }

  .product-grid--three .product-image {
    height: 160px;
  }

  .product-grid--three .product-image img {
    height: 142px;
  }

  .recommended-card__image,
  .product-image {
    cursor: zoom-in;
  }

  .recommended-card__image::after,
  .product-image::after {
    position: absolute;
    right: 12px;
    bottom: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #26453c;
    background: rgba(255, 255, 255, 0.88);
    content: "拡大";
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.04em;
    opacity: 0;
    transition: opacity 180ms ease;
  }

  .recommended-card__image:hover::after,
  .recommended-card__image:focus-visible::after,
  .product-image:hover::after,
  .product-image:focus-visible::after {
    opacity: 1;
  }

  .recommended-card__image:hover img,
  .recommended-card__image:focus-visible img,
  .product-image:hover img,
  .product-image:focus-visible img {
    filter: drop-shadow(0 16px 20px rgba(10, 24, 20, 0.18));
    transform: scale(1.1);
  }

  .recommended-card__image:focus-visible,
  .product-image:focus-visible {
    outline: 3px solid rgba(0, 152, 101, 0.35);
    outline-offset: -3px;
  }

  .product-copy,
  .product-grid--three .product-copy {
    min-height: 184px;
    padding: 18px 15px 16px;
  }

  .product-copy h3 {
    font-size: 24px;
  }

  .product-grid--three .product-copy h3 {
    font-size: 19px;
  }

  .product-lead {
    min-height: 42px;
    color: #52615b;
    font-size: 13px;
    line-height: 1.7;
  }

  .product-grid--three .product-lead {
    font-size: 12.5px;
  }

  .spec-chips li {
    font-size: 12.5px;
    font-weight: 720;
  }

  .product-link::before,
  .product-link > span {
    font-size: 13.5px;
  }

  .spec-compare--matrix {
    margin-top: 62px;
  }

  .spec-compare--matrix .compare-heading {
    display: block;
    margin-bottom: 32px;
  }

  .spec-compare--matrix .compare-heading > p {
    max-width: 720px;
    margin-top: 12px;
    color: #52615b;
    font-size: 15px;
    line-height: 1.75;
  }

  .matrix-panel__heading {
    display: block;
    margin-bottom: 18px;
  }

  .matrix-panel__heading > div {
    align-items: center;
  }

  .matrix-panel__heading h3 {
    font-size: 26px;
  }

  .matrix-panel__heading p {
    margin: 8px 0 0 46px;
    color: #52615b;
    font-size: 14px;
    line-height: 1.7;
  }

  .spec-matrix {
    font-size: 13px;
  }

  .spec-matrix th,
  .spec-matrix td {
    padding: 15px 16px;
  }

  .spec-matrix tbody > tr > th[scope="row"] {
    padding-left: 16px;
    font-size: 12.5px;
  }

  .spec-matrix td small {
    font-size: 11px;
  }

  .spec-matrix thead th {
    height: 256px;
  }

  .spec-matrix .matrix-product,
  .spec-matrix .matrix-product:link,
  .spec-matrix .matrix-product:visited {
    display: flex;
    min-height: 256px;
    flex-direction: column;
    align-items: center;
    padding: 13px 15px 16px;
    color: #101717 !important;
    text-align: center;
  }

  .matrix-product img {
    flex: 0 0 auto;
    width: 100%;
    height: 132px;
    object-fit: contain;
    transition: transform 200ms ease;
  }

  .matrix-product:hover img,
  .matrix-product:focus-visible img {
    transform: scale(1.06);
  }

  .spec-matrix .matrix-product strong {
    display: block;
    width: 100%;
    margin-top: 5px;
    color: #101717 !important;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
  }

  .spec-matrix .matrix-product small {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    color: #4f5e58;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
  }

  .spec-matrix .matrix-product > span {
    align-self: center;
    margin: 7px 0 0;
    padding: 5px 10px;
    color: #007b53;
    font-size: 11px;
  }

  .spec-matrix td strong {
    font-size: 14px;
  }

  .spec-matrix .matrix-category span {
    font-size: 11px;
  }

  .spec-compare--matrix .spec-note {
    font-size: 11px;
    line-height: 1.7;
  }
}

.product-lightbox {
  width: min(920px, calc(100vw - 48px));
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 20px;
  background: #f8f8f5;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}

.product-lightbox::backdrop {
  background: rgba(4, 16, 13, 0.76);
  backdrop-filter: blur(5px);
}

.product-lightbox__content {
  display: grid;
  place-items: center;
  min-height: min(72vh, 720px);
  padding: 48px 54px 32px;
}

.product-lightbox__content img {
  width: 100%;
  max-width: 740px;
  height: min(60vh, 590px);
  object-fit: contain;
  filter: drop-shadow(0 24px 34px rgba(10, 24, 20, 0.22));
}

.product-lightbox__content p {
  margin: 12px 0 0;
  color: #26342f;
  font-size: 16px;
  font-weight: 720;
}

.product-lightbox__close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(16, 23, 23, 0.12);
  border-radius: 50%;
  color: #10231d;
  background: rgba(255, 255, 255, 0.92);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.product-lightbox__close:hover,
.product-lightbox__close:focus-visible {
  background: #fff;
  outline: 3px solid rgba(0, 152, 101, 0.3);
}

@media (max-width: 760px) {
  .product-lightbox {
    width: calc(100vw - 24px);
    border-radius: 16px;
  }

  .product-lightbox__content {
    min-height: 62vh;
    padding: 46px 22px 24px;
  }

  .product-lightbox__content img {
    height: 52vh;
  }

  .product-lightbox__content p {
    font-size: 13px;
  }
}

/* Retail controls, labelled specifications and closing brand banner */
.hero-dots button {
  width: 9px;
  height: 9px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: none;
  cursor: pointer;
  transition: width 180ms ease, border-radius 180ms ease, background 180ms ease;
}

.hero-dots button[aria-current="true"] {
  width: 24px;
  border-radius: 999px;
  background: #fff;
}

.hero-dots button:hover,
.hero-dots button:focus-visible {
  background: rgba(255, 255, 255, 0.86);
  outline: 2px solid rgba(255, 255, 255, 0.42);
  outline-offset: 3px;
}

.recommended-card,
.recommended-card--primary,
.recommended-card:not(.recommended-card--primary),
.product-card {
  overflow: hidden;
  border: 1px solid rgba(16, 23, 23, 0.12);
  border-radius: 14px;
  background: #fff;
}

.product-series--gt .product-card {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.spec-chips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  width: 100%;
  margin-top: 16px;
}

.spec-chips li {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: baseline;
  min-width: 0;
  padding: 0;
  color: #20342d;
  background: transparent;
  white-space: normal;
}

.spec-chips li + li::before {
  display: none;
  content: none;
}

.spec-chips li span {
  color: #77827e;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.5;
}

.spec-chips li strong {
  color: #173c31;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.5;
}

.product-series--gt .spec-chips li span {
  color: rgba(255, 255, 255, 0.62);
}

.product-series--gt .spec-chips li strong {
  color: #fff;
}

.product-link {
  display: inline-flex;
  width: fit-content;
  min-width: 146px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
  padding: 0 20px;
  border: 1px solid #ef2b33;
  border-radius: 9px;
  color: #fff;
  background: #ef2b33;
  box-shadow: 0 7px 16px rgba(239, 43, 51, 0.2);
  text-decoration: none;
  transition: transform 170ms ease, background 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
}

.product-link::before {
  content: "ヨドバシで見る";
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.product-link > span {
  display: none;
}

.product-link:hover,
.product-link:focus-visible {
  color: #fff;
  border-color: #cf171f;
  background: #cf171f;
  box-shadow: 0 10px 22px rgba(207, 23, 31, 0.28);
  outline: none;
  transform: translateY(-1px);
}

.product-series--gt .product-link {
  border-color: #ef2b33;
  color: #fff;
  background: #ef2b33;
}

.product-series--gt .product-link:hover,
.product-series--gt .product-link:focus-visible {
  border-color: #ff5a60;
  color: #fff;
  background: #ff4048;
  box-shadow: 0 10px 22px rgba(239, 43, 51, 0.32);
}

.recommended-more {
  display: inline-flex;
  width: fit-content;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  padding: 0 22px;
  border: 1px solid #0d2d24;
  border-radius: 999px;
  color: #fff;
  background: #0d2d24;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(13, 45, 36, 0.14);
}

.recommended-more > span {
  display: none;
}

.recommended-more:hover,
.recommended-more:focus-visible {
  color: #fff;
  background: #007a51;
  outline: none;
  transform: translateY(-1px);
}

.video-link {
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #007a51;
  border-radius: 999px;
  text-decoration: none;
}

.brand-proof--closing {
  padding-block: 24px 54px;
}

.brand-proof-frame {
  width: min(1500px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  border-radius: 18px;
}

.brand-proof--closing .legal-note {
  width: min(1500px, calc(100% - 48px));
  padding-top: 12px;
  font-size: 11px;
}

@media (min-width: 761px) {
  .series-selector {
    padding-block: 56px 30px;
  }

  .use-cases {
    padding-bottom: 30px;
  }

  .recommended {
    padding-block: 38px 36px;
  }

  .lineup-heading {
    padding-block: 38px 24px;
  }

  .product-series {
    padding-block: 42px 34px;
  }

  .spec-compare--matrix {
    margin-top: 32px;
    margin-bottom: 58px;
  }

  .product-copy,
  .product-grid--three .product-copy {
    min-height: 226px;
  }

  .recommended-card__copy,
  .recommended-card--primary .recommended-card__copy {
    min-height: 230px;
  }

  .product-grid--three .spec-chips li {
    grid-template-columns: 70px minmax(0, 1fr);
  }

  .product-grid--three .spec-chips li span {
    font-size: 10px;
  }

  .product-grid--three .spec-chips li strong {
    font-size: 11.5px;
  }
}

@media (max-width: 760px) {
  .spec-chips {
    gap: 3px;
  }

  .spec-chips li,
  .recommended-card .spec-chips li {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
  }

  .recommended-card .spec-chips li:nth-child(3) {
    display: grid;
  }

  .spec-chips li span {
    font-size: 9px;
  }

  .spec-chips li strong {
    font-size: 10.5px;
  }

  .product-link {
    min-width: 132px;
    min-height: 42px;
    padding-inline: 16px;
    border-radius: 8px;
  }

  .product-link::before {
    font-size: 12px;
  }

  .brand-proof-frame,
  .brand-proof--closing .legal-note {
    width: calc(100% - 24px);
  }
}

/* Consumer story layer: NAS introduction and series buying reasons */
.nas-guide {
  padding-block: 74px 68px;
  background: #f8f8f4;
}

.nas-guide__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(42px, 6vw, 92px);
}

.nas-guide__copy h2 {
  max-width: 720px;
  margin: 12px 0 20px;
  color: #101717;
  font-size: clamp(36px, 4.2vw, 64px);
  line-height: 1.16;
  letter-spacing: -0.045em;
}

.nas-guide__lead {
  max-width: 680px;
  margin: 0;
  color: #46534f;
  font-size: 16px;
  line-height: 1.95;
}

.nas-guide__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(16, 23, 23, 0.16);
  list-style: none;
}

.nas-guide__benefits li {
  min-width: 0;
  padding: 0 20px;
  border-left: 1px solid rgba(16, 23, 23, 0.12);
}

.nas-guide__benefits li:first-child {
  padding-left: 0;
  border-left: 0;
}

.nas-guide__benefits strong,
.nas-guide__benefits span {
  display: block;
}

.nas-guide__benefits strong {
  color: #0b6d4e;
  font-size: 15px;
  line-height: 1.4;
}

.nas-guide__benefits span {
  margin-top: 7px;
  color: #65716d;
  font-size: 12px;
  line-height: 1.6;
}

.nas-guide__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.nas-guide__actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding-inline: 20px;
  border: 1px solid #0c2c23;
  border-radius: 999px;
  color: #fff;
  background: #0c2c23;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 170ms ease, color 170ms ease, background 170ms ease;
}

.nas-guide__actions a + a {
  color: #0c2c23;
  background: transparent;
}

.nas-guide__actions a:hover,
.nas-guide__actions a:focus-visible {
  color: #fff;
  background: #008c61;
  outline: none;
  transform: translateY(-1px);
}

.nas-guide__note {
  margin: 15px 0 0;
  color: #77817e;
  font-size: 10px;
  line-height: 1.6;
}

.nas-guide__visual {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #e8f3f6;
  box-shadow: 0 22px 60px rgba(20, 39, 34, 0.12);
}

.nas-guide__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.nas-guide__visual figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 54px 28px 24px;
  color: #fff;
  background: linear-gradient(transparent, rgba(6, 26, 22, 0.82));
  font-size: 15px;
  font-weight: 750;
  line-height: 1.5;
}

.series-story {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 388px;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 24px;
  background: #0c1614;
  box-shadow: 0 20px 54px rgba(7, 22, 18, 0.12);
}

.series-story__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4.2vw, 62px);
  color: #fff;
}

.series-story__copy .eyebrow {
  color: #70e4b3;
}

.series-story__copy h2 {
  max-width: 700px;
  margin: 12px 0 18px;
  color: inherit;
  font-size: clamp(32px, 3.7vw, 54px);
  line-height: 1.14;
  letter-spacing: -0.045em;
}

.series-story__copy > p:not(.eyebrow) {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.85;
}

.series-story__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 26px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  list-style: none;
}

.series-story__points li {
  min-width: 0;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.series-story__points li:first-child {
  padding-left: 0;
  border-left: 0;
}

.series-story__points strong,
.series-story__points span {
  display: block;
}

.series-story__points strong {
  font-size: 13px;
  line-height: 1.4;
}

.series-story__points span {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.55;
}

.series-story__link {
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  align-items: center;
  margin-top: 24px;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.series-story__link:hover,
.series-story__link:focus-visible {
  color: #08251d;
  background: #71e4b2;
  border-color: #71e4b2;
  outline: none;
}

.series-story__media {
  min-width: 0;
  min-height: 388px;
  margin: 0;
  overflow: hidden;
  background: #07100e;
}

.series-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 388px;
  object-fit: cover;
}

.product-series--dh .series-story {
  color: #13201c;
  background: #f4efe4;
}

.product-series--dh .series-story__copy {
  order: 2;
  color: #13201c;
}

.product-series--dh .series-story__copy .eyebrow {
  color: #00895d;
}

.product-series--dh .series-story__copy > p:not(.eyebrow) {
  color: #53605c;
}

.product-series--dh .series-story__points {
  border-top-color: rgba(16, 23, 23, 0.17);
}

.product-series--dh .series-story__points li {
  border-left-color: rgba(16, 23, 23, 0.12);
}

.product-series--dh .series-story__points span {
  color: #6c7773;
}

.product-series--dh .series-story__link {
  color: #0b3a2d;
  border-color: rgba(11, 58, 45, 0.44);
}

.product-series--dh .series-story__link:hover,
.product-series--dh .series-story__link:focus-visible {
  color: #fff;
  background: #00895d;
  border-color: #00895d;
}

.product-series--dxp .series-story {
  background: #06142b;
}

.product-series--dxp .series-story__media img {
  object-position: center;
}

.series-story + .product-grid {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .nas-guide__layout,
  .series-story {
    grid-template-columns: 1fr;
  }

  .nas-guide__visual {
    max-width: 860px;
  }

  .series-story__copy {
    order: 1;
  }

  .series-story__media,
  .product-series--dh .series-story__media {
    order: 2;
  }

  .product-series--dh .series-story__copy {
    order: 1;
  }

  .series-story__media,
  .series-story__media img {
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  .nas-guide {
    padding-block: 46px 44px;
  }

  .nas-guide__layout {
    gap: 26px;
  }

  .nas-guide__copy h2 {
    margin-block: 9px 15px;
    font-size: 32px;
    line-height: 1.22;
  }

  .nas-guide__lead {
    font-size: 13px;
    line-height: 1.8;
  }

  .nas-guide__benefits {
    grid-template-columns: 1fr;
    margin-top: 23px;
    padding-top: 8px;
  }

  .nas-guide__benefits li {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 8px;
    padding: 12px 0;
    border-top: 1px solid rgba(16, 23, 23, 0.1);
    border-left: 0;
  }

  .nas-guide__benefits li:first-child {
    border-top: 0;
  }

  .nas-guide__benefits strong,
  .nas-guide__benefits span {
    margin: 0;
    font-size: 11px;
  }

  .nas-guide__actions {
    margin-top: 20px;
  }

  .nas-guide__actions a {
    min-height: 40px;
    padding-inline: 15px;
    font-size: 11px;
  }

  .nas-guide__visual {
    border-radius: 18px;
  }

  .nas-guide__visual img {
    aspect-ratio: 4 / 3;
  }

  .nas-guide__visual figcaption {
    padding: 48px 18px 16px;
    font-size: 11px;
  }

  .product-series {
    padding-block: 34px 30px;
  }

  .series-story {
    min-height: 0;
    margin-bottom: 18px;
    border-radius: 18px;
  }

  .series-story__copy {
    padding: 26px 22px 24px;
  }

  .series-story__copy h2 {
    margin-block: 8px 13px;
    font-size: 29px;
    line-height: 1.2;
  }

  .series-story__copy > p:not(.eyebrow) {
    font-size: 12px;
    line-height: 1.75;
  }

  .series-story__points {
    grid-template-columns: 1fr;
    margin-top: 19px;
    padding-top: 6px;
  }

  .series-story__points li {
    display: grid;
    grid-template-columns: 122px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .product-series--dh .series-story__points li {
    border-top-color: rgba(16, 23, 23, 0.1);
  }

  .series-story__points li:first-child {
    border-top: 0;
  }

  .series-story__points strong,
  .series-story__points span {
    margin: 0;
    font-size: 10px;
  }

  .series-story__link {
    min-height: 38px;
    margin-top: 18px;
    font-size: 11px;
  }

  .series-story__media,
  .series-story__media img {
    min-height: 0;
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .product-series--dh .series-story__media img {
    object-position: center 44%;
  }
}

/* Retail product-card system: wide cards for GT/DH, compact cards for DXP. */
.product-link,
.product-series--gt .product-link {
  min-width: 156px;
  min-height: 44px;
  margin-top: auto;
  margin-left: auto;
  padding-inline: 18px;
  border: 1px solid #d60000;
  border-radius: 9px;
  color: #fff;
  background: #d60000;
  box-shadow: 0 7px 16px rgba(214, 0, 0, 0.2);
}

.product-link::before {
  color: inherit;
  font-size: 13px;
  font-weight: 800;
  content: "ヨドバシ.comで見る";
}

.product-link > span,
.recommended-more > span {
  display: none;
}

.product-link:hover,
.product-link:focus-visible,
.product-series--gt .product-link:hover,
.product-series--gt .product-link:focus-visible {
  border-color: #b40000;
  color: #fff;
  background: #b40000;
  box-shadow: 0 10px 22px rgba(180, 0, 0, 0.28);
  outline: 3px solid rgba(214, 0, 0, 0.2);
  outline-offset: 2px;
  transform: translateY(-1px);
}

.compare-heading {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.72fr);
  align-items: center;
  min-height: 190px;
  gap: clamp(30px, 5vw, 76px);
}

.compare-heading__lead {
  max-width: 630px;
  margin: 14px 0 0;
  color: #52615b;
  font-size: 15px;
  line-height: 1.75;
}

.compare-heading__products {
  position: relative;
  height: 180px;
  margin: 0;
  isolation: isolate;
}

.compare-heading__products::before {
  position: absolute;
  right: 1%;
  bottom: 12px;
  left: 1%;
  z-index: -1;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 137, 93, 0.16) 0%, rgba(0, 137, 93, 0) 72%);
  content: "";
}

.compare-heading__product {
  position: absolute;
  bottom: 0;
  object-fit: contain;
  filter: drop-shadow(0 17px 15px rgba(8, 27, 21, 0.16));
}

.compare-heading__product--home {
  left: 0;
  z-index: 1;
  width: 34%;
  height: 72%;
}

.compare-heading__product--balance {
  left: 27%;
  z-index: 3;
  width: 44%;
  height: 92%;
}

.compare-heading__product--speed {
  right: 0;
  z-index: 2;
  width: 39%;
  height: 80%;
}

@media (min-width: 1025px) {
  .product-grid--two {
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .product-grid--two .product-card {
    display: grid;
    min-height: 300px;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%);
    border-radius: 16px;
  }

  .product-grid--two .product-image {
    height: 100%;
    min-height: 300px;
    border-right: 1px solid rgba(16, 23, 23, 0.1);
    background: #f2f1ec;
  }

  .product-grid--two .product-image img,
  .product-series--gt .product-grid--two .product-image img {
    width: 88%;
    height: 220px;
    max-width: 88%;
  }

  .product-grid--two .product-copy {
    display: flex;
    min-height: 0;
    flex-direction: column;
    padding: 30px 26px 24px;
    border: 0;
  }

  .product-grid--two .product-copy h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .product-grid--two .product-lead {
    min-height: 0;
    font-size: 14px;
    line-height: 1.65;
  }

  .product-grid--two .spec-chips {
    gap: 6px;
    margin-top: 22px;
  }

  .product-grid--two .spec-chips li {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .product-grid--two .spec-chips li span {
    font-size: 11px;
  }

  .product-grid--two .spec-chips li strong {
    font-size: 14px;
  }

  .product-grid--two .product-link {
    width: 156px;
  }

  .product-series--gt .product-grid--two .product-card {
    border-color: rgba(255, 255, 255, 0.16);
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  }

  .product-series--gt .product-grid--two .product-image {
    border-right-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.055);
  }

  .product-grid--three {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .product-grid--three .product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    border-radius: 12px;
  }

  .product-grid--three .product-image {
    height: 166px;
    min-height: 166px;
  }

  .product-grid--three .product-image img {
    width: 92%;
    height: 146px;
    max-width: 92%;
  }

  .product-grid--three .product-copy {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 18px 14px 14px;
  }

  .product-grid--three .product-copy h3 {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 1.24;
  }

  .product-grid--three .product-lead {
    min-height: 42px;
    font-size: 13px;
    line-height: 1.55;
  }

  .product-grid--three .spec-chips {
    gap: 3px;
    margin-top: 14px;
  }

  .product-grid--three .spec-chips li {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .product-grid--three .spec-chips li span {
    font-size: 10px;
  }

  .product-grid--three .spec-chips li strong {
    font-size: 12px;
    line-height: 1.4;
  }

  .product-grid--three .product-link {
    width: 126px;
    min-width: 126px;
    min-height: 38px;
    padding-inline: 10px;
    border-radius: 8px;
  }

  .product-grid--three .product-link::before {
    font-size: 11px;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .product-grid--two {
    width: min(100%, 760px);
    max-width: 760px;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-inline: auto;
  }

  .product-grid--two .product-card {
    display: grid;
    grid-template-columns: minmax(0, 42%) minmax(0, 58%);
    border-radius: 15px;
  }

  .product-grid--two .product-image {
    height: 280px;
    border-right: 1px solid rgba(16, 23, 23, 0.1);
  }

  .product-grid--two .product-image img,
  .product-series--gt .product-grid--two .product-image img {
    height: 205px;
  }

  .product-grid--two .product-copy {
    min-height: 280px;
    padding: 26px 24px 22px;
  }

  .product-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .product-grid--three .product-card:last-child {
    display: flex;
    width: auto;
    grid-column: auto;
    grid-template-columns: none;
  }

  .product-grid--three .product-card:last-child .product-image {
    min-height: 172px;
    border-right: 0;
  }

  .product-grid--three .product-card:last-child .product-copy {
    min-height: 220px;
    padding: 18px 15px 16px;
  }
}

@media (max-width: 760px) {
  .compare-heading {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .compare-heading__lead {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.7;
  }

  .compare-heading__products {
    width: min(100%, 360px);
    height: 120px;
    margin-inline: auto;
  }

  .product-grid--two,
  .product-grid--three {
    display: grid;
    width: calc(100% + 12px);
    max-width: none;
    grid-template-columns: none;
    grid-auto-columns: minmax(272px, 82vw);
    grid-auto-flow: column;
    gap: 12px;
    margin: 0;
    padding: 0 12px 12px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
  }

  .product-grid--two .product-card,
  .product-grid--three .product-card,
  .product-grid--three .product-card:last-child {
    display: flex;
    width: auto;
    min-width: 0;
    grid-column: auto;
    grid-template-columns: none;
    flex-direction: column;
    border-radius: 13px;
    scroll-snap-align: start;
  }

  .product-grid--two .product-image,
  .product-grid--three .product-image,
  .product-grid--three .product-card:last-child .product-image {
    height: 142px;
    min-height: 142px;
    border-right: 0;
    border-bottom: 1px solid rgba(16, 23, 23, 0.1);
  }

  .product-grid--two .product-image img,
  .product-grid--three .product-image img,
  .product-grid--three .product-card:last-child .product-image img,
  .product-series--gt .product-grid--two .product-image img {
    width: 88%;
    height: 122px;
    max-width: 88%;
  }

  .product-grid--two .product-copy,
  .product-grid--three .product-copy,
  .product-grid--three .product-card:last-child .product-copy {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
    padding: 17px 16px 15px;
  }

  .product-grid--two .product-copy h3,
  .product-grid--three .product-copy h3 {
    margin-bottom: 7px;
    font-size: 20px;
  }

  .product-grid--two .product-lead,
  .product-grid--three .product-lead {
    min-height: 38px;
    font-size: 12.5px;
    line-height: 1.55;
  }

  .product-grid--two .spec-chips,
  .product-grid--three .spec-chips {
    gap: 2px;
    margin-top: 12px;
  }

  .product-grid--two .spec-chips li,
  .product-grid--three .spec-chips li {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .product-grid--two .spec-chips li span,
  .product-grid--three .spec-chips li span {
    font-size: 10px;
  }

  .product-grid--two .spec-chips li strong,
  .product-grid--three .spec-chips li strong {
    font-size: 12px;
  }

  .product-link,
  .product-grid--two .product-link,
  .product-grid--three .product-link {
    width: 136px;
    min-width: 136px;
    min-height: 40px;
    padding-inline: 12px;
    border-radius: 8px;
  }

  .product-link::before,
  .product-grid--two .product-link::before,
  .product-grid--three .product-link::before {
    font-size: 11.5px;
  }
}

/* 2026-07 series refresh: official brochure visuals, calmer CTAs and compact comparison heading. */
.product-series--gt {
  background: #120e0c;
}

.product-series--gt .series-story {
  color: #fffaf6;
  background: #1b1411;
  box-shadow: 0 22px 58px rgba(18, 10, 6, 0.26);
}

.product-series--gt .series-story__copy .eyebrow {
  color: #d8bca7;
}

.product-series--gt .series-story__copy > p:not(.eyebrow) {
  color: rgba(255, 250, 246, 0.73);
}

.product-series--gt .series-story__link {
  border-color: rgba(224, 196, 174, 0.58);
  color: #fffaf6;
}

.product-series--gt .series-story__link:hover,
.product-series--gt .series-story__link:focus-visible {
  border-color: #d8bca7;
  color: #23150f;
  background: #d8bca7;
}

.product-series--dh {
  background: #ebe5d9;
}

.product-series--dh .series-story {
  color: #17231e;
  background: #f6f0e7;
  box-shadow: 0 22px 54px rgba(68, 52, 37, 0.13);
}

.product-series--dh .series-story__copy .eyebrow {
  color: #128650;
}

.product-series--dh .series-story__copy > p:not(.eyebrow) {
  color: #59635e;
}

.product-series--dxp {
  background: #101210;
}

.product-series--dxp .series-story {
  color: #fff;
  background: #171a17;
  box-shadow: 0 22px 58px rgba(3, 8, 5, 0.28);
}

.product-series--dxp .series-story__copy .eyebrow {
  color: #66d87d;
}

.product-series--dxp .series-story__copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.product-series--dxp .series-story__link:hover,
.product-series--dxp .series-story__link:focus-visible {
  border-color: #52bd68;
  color: #0b1e10;
  background: #52bd68;
}

.series-story__copy h2 {
  font-size: clamp(30px, 3.15vw, 46px);
  line-height: 1.22;
  letter-spacing: -0.04em;
}

.product-series--dxp .series-story__copy h2 {
  font-size: clamp(29px, 3vw, 44px);
}

.series-story__media,
.series-story__media img {
  min-height: 0;
}

.series-story__media img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.product-link,
.product-series--gt .product-link {
  width: auto;
  min-width: 128px;
  min-height: 36px;
  padding-inline: 13px;
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(214, 0, 0, 0.16);
  white-space: nowrap;
}

.product-link::before {
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
}

.compare-heading {
  display: block;
  min-height: 0;
  margin-bottom: 28px;
}

.compare-heading__lead {
  max-width: 720px;
  margin-top: 12px;
}

.compare-heading h2 {
  max-width: 960px;
  font-size: clamp(36px, 4.2vw, 54px);
}

.compare-heading__products {
  display: none;
}

@media (min-width: 1025px) {
  .product-grid--two .product-link {
    width: auto;
    min-width: 128px;
    min-height: 36px;
  }

  .product-grid--three .product-link {
    width: auto;
    min-width: 112px;
    min-height: 34px;
    padding-inline: 9px;
  }

  .product-grid--three .product-link::before {
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  .series-story__copy h2,
  .product-series--dxp .series-story__copy h2 {
    font-size: clamp(29px, 5.3vw, 42px);
  }
}

@media (max-width: 760px) {
  .series-story__copy h2,
  .product-series--dxp .series-story__copy h2 {
    font-size: 27px;
    line-height: 1.28;
  }

  .series-story__media,
  .series-story__media img {
    aspect-ratio: 16 / 9;
  }

  .product-link,
  .product-grid--two .product-link,
  .product-grid--three .product-link {
    width: auto;
    min-width: 122px;
    min-height: 36px;
    padding-inline: 11px;
  }

  .product-link::before,
  .product-grid--two .product-link::before,
  .product-grid--three .product-link::before {
    font-size: 10.5px;
  }

  .compare-heading h2 {
    font-size: 29px;
    line-height: 1.27;
  }
}

/* 2026-07 retail polish: series color system, quieter Yodobashi CTAs and comparison palette. */
.use-card:nth-child(3)::after {
  inset: 54% 0 0;
}

.use-card:nth-child(3) img {
  height: 116%;
  margin-top: -11%;
  object-position: center;
  transform: scale(1.015);
}

.use-card:nth-child(3):hover img,
.use-card:nth-child(3):focus-visible img {
  transform: scale(1.055);
}

.recommended-card:nth-child(1) .recommended-card__image {
  background: #f2eadf;
}

.recommended-card:nth-child(2) .recommended-card__image {
  background: #e4efe9;
}

.recommended-card:nth-child(3) .recommended-card__image {
  background: #ebe5df;
}

.recommended-card:nth-child(1) .recommend-badge,
.recommended-card:nth-child(1) .product-series-name {
  color: #8b633e;
}

.recommended-card:nth-child(2) .recommend-badge,
.recommended-card:nth-child(2) .product-series-name {
  color: #087d57;
}

.recommended-card:nth-child(3) .recommend-badge,
.recommended-card:nth-child(3) .product-series-name {
  color: #72513f;
}

.product-link,
.product-series--gt .product-link {
  border: 1px solid #d40000;
  color: #c90000;
  background: #fff;
  box-shadow:
    0 6px 16px rgba(46, 32, 27, 0.13),
    0 1px 2px rgba(212, 0, 0, 0.08);
}

.product-link::before {
  color: inherit;
}

.product-link:hover,
.product-link:focus-visible,
.product-series--gt .product-link:hover,
.product-series--gt .product-link:focus-visible {
  border-color: #c40000;
  color: #fff;
  background: #c40000;
  box-shadow: 0 8px 20px rgba(196, 0, 0, 0.22);
  outline: 3px solid rgba(196, 0, 0, 0.13);
}

.matrix-panel--four .matrix-corner {
  background: #26322e;
}

.matrix-panel--five .matrix-corner {
  background: #17382e;
}

.matrix-panel--four .matrix-panel__heading > div > span {
  background: #5a4033;
}

.matrix-panel--five .matrix-panel__heading > div > span {
  background: #17654f;
}

.spec-matrix tbody > tr > th[scope="row"] {
  color: #384740;
  background: #f5f4ef;
}

.spec-matrix .matrix-category {
  color: #1f5d4b;
  background: #dfeee8;
}

.spec-matrix .matrix-category--storage {
  color: #715526;
  background: #f2e9d7;
}

.spec-matrix .matrix-category--network {
  color: #315c57;
  background: #dfeae8;
}

.spec-matrix .matrix-category--expand {
  color: #52645e;
  background: #e8ece8;
}

@media (max-width: 760px) {
  .mobile-spec-group:first-child .mobile-spec-group__heading > span {
    background: #5a4033;
  }

  .mobile-spec-group:last-child .mobile-spec-group__heading > span {
    background: #17654f;
  }

  .mobile-spec-card__group h5 {
    color: #1f5d4b;
  }

  .mobile-spec-card__group--storage h5 {
    color: #715526;
  }

  .mobile-spec-card__group--network h5 {
    color: #315c57;
  }

  .mobile-spec-card__group--expand h5 {
    color: #52645e;
  }
}

/* 2026-07-25 responsive Japanese typography and KV focal-point pass */

html[lang="ja"] body {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}

.hero-copy h1,
.hero-copy h2,
.section-heading h2,
.series-intro h2,
.series-story__copy h2,
.compare-heading h2,
.nas-guide__copy h2,
.feature-copy h2,
.raid-copy h2,
.video-heading h2,
.support h2 {
  line-break: strict;
  word-break: normal;
  overflow-wrap: normal;
  text-wrap: balance;
}

.hero-heading-line {
  display: inline-block;
  white-space: nowrap;
}

.hero-break-mobile {
  display: none;
}

.copy-break-desktop {
  display: block;
}

.hero-slide--family > img {
  object-position: 62% 58%;
}

.hero-slide--family::after {
  background: linear-gradient(
    90deg,
    rgba(246, 244, 236, 0.99) 0%,
    rgba(246, 244, 236, 0.93) 26%,
    rgba(246, 244, 236, 0.58) 40%,
    rgba(246, 244, 236, 0) 55%
  );
}

.hero-copy {
  width: min(660px, 46vw);
}

.hero-copy h1,
.hero-copy h2 {
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.17;
  letter-spacing: -0.055em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  line-height: 1.75;
  text-wrap: pretty;
}

.recommended-card__copy > p:not(.product-series-name),
.product-lead,
.series-story__copy > p:not(.eyebrow),
.section-heading__description,
.compare-heading p,
.nas-guide__lead,
.feature-copy p,
.faq-answer,
.support p {
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

@media (min-width: 1280px) {
  .hero-slide--family > img {
    object-position: 66% 58%;
  }

  .hero-copy {
    width: min(680px, 45vw);
  }
}

@media (min-width: 761px) {
  .hero-slide--family {
    background: #f6f4ec;
  }

  .hero-slide--family > img {
    width: 100%;
    transform: translateX(25%);
    transform-origin: center;
  }
}

@media (min-width: 761px) and (max-width: 1120px) {
  .hero-slide--family > img {
    object-position: 69% 58%;
  }

  .hero-slide--family::after {
    background: linear-gradient(
      90deg,
      rgba(246, 244, 236, 0.99) 0%,
      rgba(246, 244, 236, 0.91) 31%,
      rgba(246, 244, 236, 0.42) 50%,
      rgba(246, 244, 236, 0) 66%
    );
  }

  .hero-copy {
    left: 30px;
    width: min(600px, 58vw);
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(39px, 5.2vw, 54px);
  }
}

@media (max-width: 760px) {
  .hero-slide {
    height: min(600px, 142vw);
    min-height: 500px;
  }

  .hero-slide--family > img {
    object-position: 70% center;
    transform: none;
  }

  .hero-slide--family::after {
    background:
      linear-gradient(180deg, rgba(246, 244, 236, 0.99) 0%, rgba(246, 244, 236, 0.93) 41%, rgba(246, 244, 236, 0.44) 67%, rgba(246, 244, 236, 0.04) 100%),
      linear-gradient(90deg, rgba(246, 244, 236, 0.68) 0%, rgba(246, 244, 236, 0.12) 75%);
  }

  .hero-slide--gt > img {
    object-position: 72% center;
  }

  .hero-copy {
    top: 28px;
    left: 20px;
    width: calc(100% - 40px);
  }

  .hero-copy h1,
  .hero-copy h2 {
    max-width: none;
    font-size: clamp(31px, 9.1vw, 40px);
    line-height: 1.22;
    letter-spacing: -0.045em;
    text-wrap: balance;
  }

  .hero-heading-line {
    white-space: normal;
  }

  .hero-break-mobile {
    display: block;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 32em;
    margin: 14px 0 18px;
    font-size: 14px;
    line-height: 1.72;
  }

  .copy-break-desktop {
    display: inline;
  }

  .use-card > span {
    right: 18px;
    left: 18px;
    gap: 2px 8px;
    font-size: 20px;
    line-height: 1.3;
  }

  .section-heading h2,
  .series-intro h2,
  .series-story__copy h2,
  .compare-heading h2,
  .nas-guide__copy h2,
  .feature-copy h2,
  .raid-copy h2,
  .video-heading h2,
  .support h2 {
    font-size: clamp(27px, 7.6vw, 34px);
    line-height: 1.28;
    letter-spacing: -0.035em;
    text-wrap: balance;
  }

  .section-heading__description,
  .series-story__copy > p:not(.eyebrow),
  .nas-guide__lead,
  .feature-copy p,
  .compare-heading p {
    font-size: 14px;
    line-height: 1.75;
  }
}

@media (max-width: 390px) {
  .hero-slide {
    height: 540px;
    min-height: 540px;
  }

  .hero-copy {
    top: 24px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(29px, 8.9vw, 35px);
    line-height: 1.23;
  }

  .hero-copy > p:not(.eyebrow) {
    max-width: 24em;
    font-size: 13.5px;
    line-height: 1.7;
  }

  .section-heading h2,
  .series-intro h2,
  .series-story__copy h2,
  .compare-heading h2,
  .nas-guide__copy h2,
  .feature-copy h2,
  .raid-copy h2,
  .video-heading h2,
  .support h2 {
    font-size: 27px;
  }

  .use-card > span {
    right: 16px;
    left: 16px;
    font-size: 18px;
  }
}

/* 2026-07-25 dual-device layout recovery */

.hero-slide--family {
  background: #f6f4ec;
}

.hero-slide--family > img {
  width: 100%;
  transform: translateX(7%);
  transform-origin: center;
  object-position: 61% 54%;
}

.hero-slide--family::after {
  background: linear-gradient(
    90deg,
    rgba(246, 244, 236, 0.99) 0%,
    rgba(246, 244, 236, 0.95) 25%,
    rgba(246, 244, 236, 0.74) 38%,
    rgba(246, 244, 236, 0.22) 53%,
    rgba(246, 244, 236, 0) 64%
  );
}

.hero-copy {
  left: clamp(48px, 7vw, 112px);
  width: min(570px, 43vw);
}

.hero-copy h1,
.hero-copy h2 {
  font-size: clamp(40px, 3.75vw, 58px);
}

.faq {
  box-sizing: border-box;
  padding-inline: clamp(24px, 3vw, 48px);
}

.faq .section-heading--split {
  display: block;
}

.faq .section-heading__description {
  max-width: 620px;
  margin-top: 14px;
}

.support h2 br {
  display: block;
}

.brand-proof-frame,
.brand-proof-frame picture,
.brand-proof-frame img {
  height: auto;
  background: transparent;
}

.brand-proof-frame picture,
.brand-proof-frame img {
  display: block;
  width: 100%;
}

.brand-proof-frame img {
  object-fit: contain;
}

@media (min-width: 761px) {
  .hero-slide--family > img {
    transform: translateX(7%);
  }

  .nas-guide__copy,
  .recommended > .section-heading,
  .series-selector > .section-heading,
  .lineup-heading > div,
  .spec-compare > .compare-heading,
  .matrix-panel__heading,
  .features > .section-shell > .section-heading,
  .video > .section-heading {
    padding-inline: clamp(28px, 3vw, 44px);
  }

  .faq {
    margin-block: 62px;
    padding-inline: clamp(28px, 3vw, 44px);
    padding-top: clamp(42px, 4vw, 56px);
  }

  .faq .section-heading {
    padding-inline: 0;
  }

  .video .section-heading h2 {
    max-width: none;
    font-size: clamp(32px, 3.1vw, 46px);
    letter-spacing: -0.04em;
    white-space: nowrap;
    text-wrap: nowrap;
  }
}

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

  .hero-slide {
    height: clamp(400px, 90vw, 440px);
    min-height: 0;
  }

  .hero-slide--family > img {
    width: 100%;
    transform: none;
    object-position: 69% 43%;
  }

  .hero-slide--family::after {
    background:
      linear-gradient(180deg, rgba(246, 244, 236, 0.99) 0%, rgba(246, 244, 236, 0.94) 43%, rgba(246, 244, 236, 0.5) 69%, rgba(246, 244, 236, 0.04) 100%),
      linear-gradient(90deg, rgba(246, 244, 236, 0.52) 0%, rgba(246, 244, 236, 0.08) 82%);
  }

  .hero-copy {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: clamp(29px, 8.2vw, 36px);
    line-height: 1.2;
  }

  .hero-copy > p:not(.eyebrow) {
    margin: 12px 0 14px;
    font-size: 13px;
    line-height: 1.65;
  }

  .hero-actions {
    gap: 9px;
  }

  .hero-actions .button {
    width: min(100%, 228px);
    min-height: 40px;
  }

  .nas-guide {
    padding-block: 42px 36px;
  }

  .nas-guide__layout {
    gap: 26px;
  }

  .nas-guide__copy h2 {
    margin-bottom: 14px;
  }

  .nas-guide__lead {
    font-size: 13px;
    line-height: 1.72;
  }

  .nas-guide__benefits {
    margin-top: 20px;
    padding-top: 16px;
  }

  .nas-guide__media {
    max-height: 310px;
  }

  .nas-guide__media img {
    width: 100%;
    max-height: 310px;
    object-fit: cover;
  }

  .series-selector {
    padding-block: 36px 24px;
  }

  .use-cases {
    padding-bottom: 24px;
  }

  .recommended {
    padding-block: 34px 30px;
  }

  .recommended .section-heading {
    margin-bottom: 18px;
  }

  .recommended-card,
  .recommended-card--primary,
  .recommended-card:not(.recommended-card--primary) {
    grid-template-columns: 102px minmax(0, 1fr);
    align-items: stretch;
    min-width: 0;
    padding: 12px;
  }

  .recommended-card__image,
  .recommended-card--primary .recommended-card__image {
    width: 102px;
    height: 112px;
    border-radius: 10px;
  }

  .recommended-card__image img,
  .recommended-card--primary .recommended-card__image img {
    height: 72px;
  }

  .recommended-card__copy,
  .recommended-card--primary .recommended-card__copy {
    min-width: 0;
    min-height: 112px;
    padding: 4px 0 0 14px;
  }

  .recommended-card .recommend-badge {
    top: 18px;
    left: 22px;
  }

  .recommended-card__copy h3 {
    font-size: 17px;
    white-space: normal;
  }

  .recommended-card .product-series-name {
    font-size: 10px;
    line-height: 1.45;
  }

  .recommended-card .product-link {
    width: auto;
    max-width: 132px;
    min-width: 0;
    min-height: 34px;
    margin-top: 9px;
    padding-inline: 10px;
  }

  .recommended-card .product-link::before {
    font-size: 10px;
  }

  .lineup-heading {
    padding-block: 30px 14px;
  }

  .spec-compare--matrix {
    margin-block: 30px 38px;
  }

  .comparison-mobile {
    gap: 28px;
    margin-top: 20px;
  }

  .mobile-spec-rail {
    gap: 10px;
    padding: 0 20px 10px;
  }

  .mobile-spec-card {
    flex-basis: min(82vw, 316px);
    border-radius: 14px;
  }

  .mobile-spec-card__product {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 116px;
    padding: 10px 12px 10px 8px;
  }

  .mobile-spec-card__product img {
    height: 80px;
  }

  .mobile-spec-card__product h4 {
    margin-top: 6px;
    font-size: 17px;
  }

  .mobile-spec-card__product p {
    margin-top: 4px;
    font-size: 9.5px;
  }

  .mobile-spec-card__group {
    padding: 10px 12px 8px;
  }

  .mobile-spec-card__group h5 {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .mobile-spec-card__group dl {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .mobile-spec-card__group dt,
  .mobile-spec-card__group dd {
    padding-block: 4px;
    font-size: 10px;
    line-height: 1.4;
  }

  .mobile-spec-card__group dd strong {
    font-size: 11px;
  }

  .product-series {
    padding-block: 34px 30px;
  }

  .series-story {
    margin-bottom: 22px;
  }

  .series-story__copy {
    padding-block: 20px;
  }

  .product-grid--two,
  .product-grid--three {
    grid-auto-columns: min(72vw, 264px);
    gap: 10px;
    padding-bottom: 8px;
  }

  .product-card,
  .product-grid--three .product-card:last-child {
    display: block;
    min-width: 0;
    border-radius: 14px;
  }

  .product-image,
  .product-grid--three .product-image,
  .product-grid--three .product-card:last-child .product-image {
    width: 100%;
    height: 124px;
    min-height: 124px;
    border-right: 0;
  }

  .product-image img,
  .product-grid--three .product-image img,
  .product-series--gt .product-image img,
  .product-grid--three .product-card:last-child .product-image img {
    height: 98px;
    max-width: 82%;
  }

  .product-copy,
  .product-grid--three .product-copy,
  .product-grid--three .product-card:last-child .product-copy {
    min-height: 202px;
    padding: 13px 14px 14px;
  }

  .product-copy h3,
  .product-grid--three .product-copy h3 {
    font-size: 18px;
    white-space: normal;
  }

  .product-lead,
  .product-grid--three .product-lead {
    min-height: 0;
    margin: 5px 0 8px;
    font-size: 10.5px;
    line-height: 1.5;
  }

  .spec-chips {
    gap: 2px;
    margin-top: 8px;
  }

  .spec-chips li,
  .recommended-card .spec-chips li {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .spec-chips li span {
    font-size: 9px;
  }

  .spec-chips li strong {
    font-size: 10.5px;
  }

  .product-link,
  .product-grid--two .product-link,
  .product-grid--three .product-link {
    width: auto;
    max-width: 132px;
    min-width: 0;
    min-height: 34px;
    margin-top: 10px;
    padding-inline: 10px;
  }

  .product-link::before,
  .product-grid--two .product-link::before,
  .product-grid--three .product-link::before {
    font-size: 10px;
  }

  .features,
  .video {
    padding-block: 42px;
  }

  .feature-media {
    height: 220px;
  }

  .feature-copy {
    padding: 24px 20px 28px;
  }

  .data-protection {
    padding-block: 46px;
  }

  .brand-proof--closing {
    padding-block: 12px 28px;
  }

  .brand-proof-frame {
    width: calc(100% - 40px);
    aspect-ratio: auto;
    border-radius: 14px;
    overflow: hidden;
  }

  .brand-proof--closing .legal-note {
    width: calc(100% - 40px);
    padding-top: 9px;
    font-size: 9px;
    line-height: 1.55;
  }

  .faq {
    width: calc(100% - 40px);
    margin-block: 42px;
    padding: 30px 14px 0;
  }

  .faq .section-heading {
    margin-bottom: 20px;
  }

  .faq .section-heading__description {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.65;
  }

  .video .section-heading h2 {
    max-width: none;
    font-size: clamp(18px, 5.1vw, 20px);
    letter-spacing: -0.045em;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .faq-list summary {
    padding-block: 17px;
    padding-right: 34px;
    font-size: 14px;
    line-height: 1.5;
  }

  .support {
    padding-block: 46px;
  }

  .support-grid {
    gap: 26px;
  }

  .support h2 {
    font-size: 30px;
  }

  .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 390px) {
  .hero-slide {
    height: 400px;
  }

  .hero-copy {
    left: 22px;
    width: calc(100% - 44px);
  }

  .hero-copy h1,
  .hero-copy h2 {
    font-size: 29px;
  }

  .product-grid--two,
  .product-grid--three {
    grid-auto-columns: min(76vw, 256px);
  }

  .mobile-spec-card {
    flex-basis: min(84vw, 300px);
  }

  .use-card:nth-child(3) > span {
    font-size: 17px;
  }
}

/* 2026-07-25 editorial line-break rules: keep Japanese phrases intact. */

.headline-one-line-desktop {
  max-width: none;
  white-space: nowrap;
  text-wrap: nowrap;
}

.responsive-title-part {
  display: inline;
  white-space: nowrap;
}

.series-title-fixed {
  text-wrap: nowrap;
}

.series-title-fixed span {
  display: inline-block;
  white-space: nowrap;
}

.nas-guide__copy h2 {
  white-space: nowrap;
  text-wrap: nowrap;
}

.nas-guide__lead {
  max-width: 44em;
}

@media (min-width: 761px) {
  .lineup-heading > div,
  .series-selector > .section-heading {
    width: 100%;
    max-width: none;
  }

  .series-selector .headline-one-line-desktop,
  .lineup-heading .headline-one-line-desktop {
    width: 100%;
    max-width: none;
    font-size: clamp(38px, 4vw, 52px);
    letter-spacing: -0.045em;
    white-space: nowrap;
    text-wrap: nowrap;
  }

  .series-title-fixed {
    font-size: clamp(32px, 2.9vw, 43px);
    line-height: 1.22;
  }
}

@media (max-width: 760px) {
  .headline-one-line-desktop {
    white-space: normal;
    text-wrap: balance;
  }

  .responsive-title-part {
    display: block;
  }

  .series-title-fixed {
    font-size: clamp(25px, 7vw, 30px);
    line-height: 1.25;
  }

  .nas-guide__copy h2 {
    font-size: clamp(32px, 9vw, 40px);
  }
}
