.page-products {
  --pp-hair: rgba(124, 138, 134, 0.28);
  --pp-hair-soft: rgba(124, 138, 134, 0.16);
  --pp-paper-ink: rgba(10, 12, 11, 0.72);
}

.page-products img {
  display: block;
  max-width: 100%;
  height: auto;
}

.page-products .num {
  font-family: var(--font-mono);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

/* ---------------- 首屏 ---------------- */
.page-products .hero {
  position: relative;
  overflow: hidden;
}

.page-products .hero .contour {
  opacity: 0.16;
}

.page-products .hero__shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(22px, 3vw, 38px);
}

.page-products .breadcrumb {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--karst);
}

.page-products .breadcrumb a {
  color: var(--karst);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.page-products .breadcrumb a:hover {
  color: var(--cyan);
}

.page-products .breadcrumb__sep {
  margin: 0 0.65em;
  color: var(--hair);
}

.page-products .hero__intro {
  display: grid;
  gap: 16px;
  align-content: end;
}

.page-products .hero__title {
  margin: 0;
  font-size: clamp(30px, 6vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: var(--bone);
}

.page-products .hero__lede {
  margin: 0;
  max-width: 48ch;
  font-size: clamp(15.5px, 1.5vw, 17.5px);
  line-height: 1.8;
  color: rgba(255, 253, 247, 0.82);
}

.page-products .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.page-products .hero__shot {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-l);
  aspect-ratio: 2 / 1;
}

.page-products .hero__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------- 对比台 ---------------- */
.page-products .board {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid var(--hair);
  border-radius: var(--radius-l);
  background:
    radial-gradient(120% 90% at 100% 0%, rgba(138, 92, 246, 0.16), transparent 62%),
    radial-gradient(110% 80% at 0% 100%, rgba(47, 243, 200, 0.12), transparent 62%),
    linear-gradient(160deg, var(--green-2), var(--ink-green));
}

.page-products .board::before {
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(180deg, transparent, var(--cyan) 20%, var(--cyan) 80%, transparent);
  opacity: 0.85;
}

.page-products .board__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(36px, 8vw, 72px);
  margin-bottom: 18px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  font-family: var(--font-mono);
}

.page-products .board__side {
  text-align: right;
}

.page-products .board__side--away {
  text-align: left;
}

.page-products .board__rows {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 11px;
}

.page-products .board__row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
}

.page-products .board__label {
  font-size: 12.5px;
  letter-spacing: 0.04em;
  color: var(--bone);
  white-space: nowrap;
  text-align: center;
}

.page-products .board__bar {
  display: block;
  height: 11px;
  border-radius: 2px;
  min-width: 10px;
}

.page-products .board__bar--home {
  justify-self: end;
}

.page-products .board__bar--away {
  justify-self: start;
}

.page-products .board__row:nth-child(1) .board__bar--home { width: 86%; }
.page-products .board__row:nth-child(1) .board__bar--away { width: 84%; }
.page-products .board__row:nth-child(2) .board__bar--home { width: 70%; }
.page-products .board__row:nth-child(2) .board__bar--away { width: 78%; }
.page-products .board__row:nth-child(3) .board__bar--home { width: 32%; }
.page-products .board__row:nth-child(3) .board__bar--away { width: 64%; }
.page-products .board__row:nth-child(4) .board__bar--home { width: 48%; }
.page-products .board__row:nth-child(4) .board__bar--away { width: 14%; }
.page-products .board__row:nth-child(5) .board__bar--home { width: 20%; }
.page-products .board__row:nth-child(5) .board__bar--away { width: 44%; }

.page-products .board__row:nth-child(1) .board__bar,
.page-products .board__row:nth-child(2) .board__bar {
  background: linear-gradient(90deg, var(--cyan-deep), var(--cyan));
}

.page-products .board__row:nth-child(3) .board__bar {
  background: linear-gradient(90deg, var(--amber-deep), var(--amber));
}

.page-products .board__row:nth-child(4) .board__bar {
  background: var(--amber-deep);
}

.page-products .board__row:nth-child(5) .board__bar {
  background: linear-gradient(90deg, var(--violet-deep), var(--violet));
}

.page-products .board__note {
  position: relative;
  z-index: 1;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid var(--pp-hair-soft);
  font-size: 13px;
  line-height: 1.75;
  color: var(--karst);
}

.page-products .board__note .num {
  color: var(--cyan);
  font-size: 15px;
}

/* ---------------- 栏目总览 ---------------- */
.page-products .overview {
  padding-block: clamp(56px, 8vw, 108px);
}

.page-products .overview__head {
  max-width: 64ch;
  margin-bottom: clamp(26px, 3.6vw, 46px);
}

.page-products .overview__head h2 {
  margin: 10px 0 14px;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-products .overview__lede {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--pp-paper-ink);
}

.page-products .overview__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 1.8vw, 22px);
}

.page-products .overview__item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: clamp(18px, 2vw, 26px);
  background: var(--bone);
  border: 1px solid rgba(10, 12, 11, 0.1);
  border-radius: var(--radius-m);
  transition: border-color 0.25s var(--ease);
}

.page-products .overview__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: var(--cyan);
  transition: width 0.3s var(--ease);
}

.page-products .overview__item:hover {
  border-color: rgba(11, 122, 101, 0.45);
}

.page-products .overview__item:hover::after {
  width: 100%;
}

.page-products .overview__no {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--cyan-deep);
}

.page-products .overview__name {
  margin: 6px 0 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: var(--ink);
}

.page-products .overview__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.78;
  color: var(--pp-paper-ink);
}

.page-products .overview__link {
  align-self: flex-start;
  justify-self: start;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan-deep);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(11, 122, 101, 0.4);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-products .overview__link:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

/* ---------------- 核心栏目 ---------------- */
.page-products .detail {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 112px);
}

.page-products .detail .contour {
  opacity: 0.13;
}

.page-products .detail__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 4vw, 56px);
}

.page-products .detail__copy h2 {
  margin: 10px 0 18px;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-products .detail__copy p {
  margin: 0 0 16px;
  max-width: 60ch;
  font-size: 16.5px;
  line-height: 1.84;
  color: rgba(255, 253, 247, 0.78);
}

.page-products .detail__copy p:last-child {
  margin-bottom: 0;
}

.page-products .steps {
  list-style: none;
  margin: 0;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid var(--hair);
  border-radius: var(--radius-l);
  background: rgba(11, 31, 26, 0.62);
  display: grid;
  gap: 18px;
}

.page-products .steps__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  align-items: baseline;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--pp-hair-soft);
}

.page-products .steps__item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-products .steps__num {
  font-size: clamp(26px, 3.4vw, 34px);
  line-height: 1;
  color: var(--cyan);
}

.page-products .steps__unit {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--karst);
  font-family: var(--font-mono);
}

.page-products .steps__text {
  grid-column: 1 / -1;
  margin: 8px 0 0;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(255, 253, 247, 0.7);
}

/* ---------------- 五类记录 ---------------- */
.page-products .records {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 112px);
}

.page-products .records .contour {
  opacity: 0.11;
}

.page-products .records__head {
  position: relative;
  z-index: 1;
  max-width: 64ch;
  margin-bottom: clamp(26px, 3.4vw, 44px);
}

.page-products .records__head h2 {
  margin: 10px 0 14px;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-products .records__lede {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: rgba(255, 253, 247, 0.74);
}

.page-products .records__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(28px, 3.6vw, 48px);
}

.page-products .record {
  border-bottom: 1px solid var(--pp-hair-soft);
}

.page-products .record__trigger {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 18px 0;
  margin: 0;
  background: none;
  border: 0;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: var(--bone);
  transition: color 0.2s var(--ease);
}

.page-products .record__trigger:hover,
.page-products .record__trigger[aria-expanded="true"] {
  color: var(--cyan);
}

.page-products .record__badge {
  flex: none;
  padding: 4px 9px;
  border-radius: 3px;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--ink-green);
}

.page-products .record__badge--cyan { background: var(--cyan); }
.page-products .record__badge--amber { background: var(--amber); }
.page-products .record__badge--violet { background: var(--violet); color: var(--bone); }
.page-products .record__badge--karst { background: var(--karst); }

.page-products .record__title {
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.page-products .record__mark {
  position: relative;
  flex: none;
  width: 14px;
  height: 14px;
  margin-left: auto;
}

.page-products .record__mark::before,
.page-products .record__mark::after {
  content: "";
  position: absolute;
  background: var(--cyan);
  transition: transform 0.24s var(--ease);
}

.page-products .record__mark::before {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
}

.page-products .record__mark::after {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
}

.page-products .record__trigger[aria-expanded="true"] .record__mark::after {
  transform: translateX(-50%) scaleY(0);
}

.page-products .record__body {
  padding: 0 0 20px;
}

.page-products .record__body p {
  margin: 0;
  max-width: 62ch;
  font-size: 15px;
  line-height: 1.82;
  color: rgba(255, 253, 247, 0.7);
}

.page-products .records__shot {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-l);
  aspect-ratio: 3 / 4;
}

.page-products .records__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------- 转会时间轴 ---------------- */
.page-products .window {
  padding-block: clamp(56px, 8vw, 108px);
}

.page-products .window__head {
  max-width: 66ch;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.page-products .window__head h2 {
  margin: 10px 0 14px;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-products .window__lede {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: rgba(255, 253, 247, 0.74);
}

.page-products .track {
  position: relative;
  list-style: none;
  margin: 0 0 clamp(30px, 4vw, 48px);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.page-products .track__stop {
  position: relative;
  padding-top: 26px;
}

.page-products .track__stop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 4px rgba(138, 92, 246, 0.14);
}

.page-products .track__name {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--bone);
}

.page-products .track__text {
  margin: 0;
  max-width: 34ch;
  font-size: 14px;
  line-height: 1.74;
  color: rgba(255, 253, 247, 0.66);
}

.page-products .window__shot {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-m);
  aspect-ratio: 16 / 7;
}

.page-products .window__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------- 跑动数据 ---------------- */
.page-products .running {
  padding-block: clamp(56px, 8vw, 108px);
}

.page-products .running__head {
  max-width: 66ch;
  margin-bottom: clamp(28px, 3.6vw, 46px);
}

.page-products .running__head h2 {
  margin: 10px 0 14px;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-products .running__lede {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: rgba(255, 253, 247, 0.76);
}

.page-products .seasons {
  list-style: none;
  margin: 0 0 clamp(28px, 3.6vw, 44px);
  padding: 0 0 14px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  align-items: end;
  gap: clamp(6px, 1.2vw, 16px);
  height: clamp(140px, 24vw, 250px);
  border-bottom: 1px solid var(--pp-hair);
}

.page-products .seasons__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  height: 100%;
}

.page-products .seasons__bar {
  width: 100%;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--cyan), rgba(47, 243, 200, 0.14));
}

.page-products .seasons__year {
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--karst);
}

.page-products .seasons__item:nth-child(1) .seasons__bar { height: clamp(34px, 6vw, 58px); }
.page-products .seasons__item:nth-child(2) .seasons__bar { height: clamp(42px, 7.2vw, 70px); }
.page-products .seasons__item:nth-child(3) .seasons__bar { height: clamp(50px, 8.4vw, 84px); }
.page-products .seasons__item:nth-child(4) .seasons__bar { height: clamp(44px, 7.6vw, 76px); }
.page-products .seasons__item:nth-child(5) .seasons__bar { height: clamp(58px, 9.6vw, 98px); }
.page-products .seasons__item:nth-child(6) .seasons__bar { height: clamp(66px, 11vw, 112px); }
.page-products .seasons__item:nth-child(7) .seasons__bar { height: clamp(60px, 10.4vw, 104px); }

.page-products .running__shot {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-l);
  aspect-ratio: 3 / 2;
}

.page-products .running__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------- 两个专页 ---------------- */
.page-products .pages {
  padding-block: clamp(56px, 8vw, 108px);
}

.page-products .pages__head {
  max-width: 62ch;
  margin-bottom: clamp(26px, 3.4vw, 44px);
}

.page-products .pages__head h2 {
  margin: 10px 0 14px;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-products .pages__lede {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--pp-paper-ink);
}

.page-products .pages__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 26px);
  margin-bottom: clamp(26px, 3.4vw, 42px);
}

.page-products .pages__card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(10, 12, 11, 0.1);
  border-radius: var(--radius-l);
  background: var(--bone);
}

.page-products .pages__card--fans {
  box-shadow: inset 4px 0 0 var(--violet);
}

.page-products .pages__card--odds {
  box-shadow: inset 4px 0 0 var(--gold);
}

.page-products .pages__name {
  margin: 0;
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.32;
  letter-spacing: -0.01em;
  font-weight: 800;
  color: var(--ink);
}

.page-products .pages__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--pp-paper-ink);
}

.page-products .pages__link {
  align-self: start;
  justify-self: start;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(10, 12, 11, 0.35);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-products .pages__link:hover {
  color: var(--cyan-deep);
  border-bottom-color: var(--cyan-deep);
}

.page-products .pages__shot {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-m);
  aspect-ratio: 16 / 9;
}

.page-products .pages__shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------------- 使用场景 ---------------- */
.page-products .scenes {
  position: relative;
  overflow: hidden;
  padding-block: clamp(56px, 8vw, 112px);
}

.page-products .scenes .contour {
  opacity: 0.1;
}

.page-products .scenes__head {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(26px, 3.4vw, 44px);
}

.page-products .scenes__head h2 {
  margin: 10px 0 0;
  font-size: clamp(25px, 3.5vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-products .scenes__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 24px);
}

.page-products .scenes__card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--hair);
  border-radius: var(--radius-m);
  background: rgba(18, 58, 49, 0.5);
}

.page-products .scenes__no {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--cyan);
}

.page-products .scenes__name {
  margin: 0;
  font-size: clamp(17px, 1.9vw, 20px);
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--bone);
}

.page-products .scenes__text {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.8;
  color: rgba(255, 253, 247, 0.72);
}

.page-products .scenes__link {
  align-self: start;
  justify-self: start;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--cyan);
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(47, 243, 200, 0.42);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-products .scenes__link:hover {
  color: var(--bone);
  border-bottom-color: var(--bone);
}

/* ---------------- 收尾 ---------------- */
.page-products .closing {
  padding-block: clamp(52px, 7vw, 96px);
}

.page-products .closing__shell {
  display: grid;
  gap: 16px;
  max-width: 76ch;
}

.page-products .closing__shell h2 {
  margin: 0;
  font-size: clamp(25px, 3.5vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  color: var(--bone);
}

.page-products .closing__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 253, 247, 0.74);
}

.page-products .closing__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

/* ---------------- 响应式 ---------------- */
@media (min-width: 720px) {
  .page-products .overview__list {
    grid-template-columns: repeat(5, 1fr);
  }

  .page-products .overview__item {
    grid-column: span 3;
  }

  .page-products .overview__item--lead {
    grid-column: span 5;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    column-gap: clamp(24px, 3vw, 40px);
    align-items: start;
  }

  .page-products .overview__item--lead .overview__no { grid-area: 1 / 1; }
  .page-products .overview__item--lead .overview__name { grid-area: 2 / 1; }
  .page-products .overview__item--lead .overview__text { grid-area: 1 / 2; }
  .page-products .overview__item--lead .overview__link { grid-area: 2 / 2; }

  .page-products .overview__item:nth-child(3) { grid-column: span 2; }
  .page-products .overview__item:nth-child(4) { grid-column: span 2; }
  .page-products .overview__item:nth-child(5) { grid-column: span 3; }

  .page-products .track {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .page-products .track__stop {
    padding: 32px 24px 0 0;
  }

  .page-products .track__stop::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 18px;
    right: 6px;
    height: 2px;
    background: linear-gradient(90deg, var(--violet), rgba(138, 92, 246, 0.18));
  }

  .page-products .track__stop:last-child::after {
    display: none;
  }
}

@media (min-width: 820px) {
  .page-products .pages__grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .scenes__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 960px) {
  .page-products .hero__shell {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    column-gap: clamp(32px, 4vw, 64px);
    align-items: center;
  }

  .page-products .breadcrumb { grid-column: 1 / -1; }
  .page-products .hero__intro { grid-column: 1; }
  .page-products .board { grid-column: 2; }
  .page-products .hero__shot { grid-column: 1 / -1; }

  .page-products .detail__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    align-items: start;
  }

  .page-products .detail__aside {
    position: sticky;
    top: calc(var(--head-h) + 24px);
  }

  .page-products .records__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    align-items: start;
  }
}

@media (max-width: 480px) {
  .page-products .board__label {
    font-size: 11.5px;
  }

  .page-products .board__top {
    column-gap: 24px;
    font-size: 10px;
  }

  .page-products .seasons__year {
    font-size: 9.5px;
  }
}
