.page-products {
  background: var(--graphite);
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.75;
}

.page-products .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 0;
}

.page-products .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
}

.page-products .breadcrumb__link {
  color: var(--muted-gray);
  text-decoration: none;
  transition: color var(--ts);
}

.page-products .breadcrumb__link:hover {
  color: var(--primary);
}

.page-products .breadcrumb__item[aria-current="page"] {
  color: var(--highlighter);
}

.page-products .pd-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-products .pd-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--graphite) 0%, var(--graphite-panel) 55%, var(--primary-deep) 135%);
  padding: 64px 0 56px;
}

.page-products .pd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, transparent 0 18px, rgba(230, 46, 58, 0.12) 18px 20px);
  pointer-events: none;
}

.page-products .pd-hero__inner {
  display: grid;
  gap: 40px;
  align-items: center;
  position: relative;
}

.page-products .pd-hero__kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  background: var(--primary);
  border-radius: 999px;
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-products .pd-hero__title {
  margin: 0 0 20px;
  font-family: var(--font-title);
  font-size: clamp(2rem, 6vw, 4.25rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 0.98;
}

.page-products .pd-hero__lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.0625rem;
}

.page-products .pd-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .pd-hero__stat {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.page-products .pd-hero__stat-num {
  font-family: var(--font-mono);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--highlighter);
  line-height: 1;
}

.page-products .pd-hero__stat-label {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
}

.page-products .pd-hero__visual {
  position: relative;
  margin: 0;
}

.page-products .pd-hero__visual::before {
  content: "";
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 64%;
  height: 64%;
  background: var(--primary);
  border-radius: var(--radius-lg);
  transform: rotate(-3deg);
  z-index: 0;
}

.page-products .pd-hero__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 1400;
  object-fit: cover;
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}

.page-products .pd-section {
  padding: 72px 0;
}

.page-products .pd-section__head {
  max-width: 800px;
  margin-bottom: 44px;
}

.page-products .pd-section__kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--primary);
  text-transform: uppercase;
}

.page-products .pd-section__title {
  margin: 0 0 16px;
  font-family: var(--font-title);
  font-size: clamp(1.75rem, 3.4vw, 3rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.page-products .pd-section__lead {
  margin: 0;
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.78);
}

.page-products .pd-section--nav,
.page-products .pd-section--team,
.page-products .pd-section--device {
  background: var(--light-gray);
  color: var(--graphite);
}

.page-products .pd-section--nav .pd-section__lead,
.page-products .pd-section--team .pd-section__lead,
.page-products .pd-section--device .pd-section__lead {
  color: var(--muted-gray);
}

.page-products .pd-section--nav .pd-section__kicker,
.page-products .pd-section--team .pd-section__kicker,
.page-products .pd-section--device .pd-section__kicker {
  color: var(--primary-deep);
}

.page-products .pd-section--fl6y,
.page-products .pd-section--archive {
  background: var(--graphite-panel);
}

.page-products .pd-section--fl6y .pd-section__kicker,
.page-products .pd-section--archive .pd-section__kicker {
  color: var(--highlighter);
}

.page-products .pd-section--video {
  background: linear-gradient(120deg, #201314 0%, var(--graphite) 35%, var(--primary-deep) 150%);
}

.page-products .pd-nav-overview {
  display: grid;
  gap: 32px;
}

.page-products .pd-nav-overview__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
}

.page-products .pd-nav-overview__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 960 / 720;
  object-fit: cover;
}

.page-products .pd-tabs {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

.page-products .pd-tabs__legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-products .pd-tabs__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-products .pd-tabs__labels {
  position: sticky;
  top: 10px;
  z-index: 4;
  display: flex;
  gap: 6px;
  max-width: 100%;
  overflow-x: auto;
  padding: 6px;
  background: var(--white);
  border: 1px solid #e3e5e8;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(14, 15, 17, 0.08);
}

.page-products .pd-tabs__label {
  flex: 1 0 auto;
  padding: 10px 18px;
  border-radius: 999px;
  background: transparent;
  color: var(--muted-gray);
  font-weight: 700;
  font-size: 0.9375rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: background var(--ts), color var(--ts), transform var(--ts);
}

.page-products .pd-tabs__label:hover {
  background: rgba(230, 46, 58, 0.08);
  color: var(--primary-deep);
  transform: translateY(-2px);
}

.page-products .pd-tabs__radio:checked ~ .pd-tabs__labels .pd-tabs__label {
  background: transparent;
  color: var(--muted-gray);
}

.page-products #pd-tab-schedule:checked ~ .pd-tabs__labels label[for="pd-tab-schedule"],
.page-products #pd-tab-score:checked ~ .pd-tabs__labels label[for="pd-tab-score"],
.page-products #pd-tab-table:checked ~ .pd-tabs__labels label[for="pd-tab-table"],
.page-products #pd-tab-data:checked ~ .pd-tabs__labels label[for="pd-tab-data"],
.page-products #pd-tab-video:checked ~ .pd-tabs__labels label[for="pd-tab-video"] {
  background: var(--primary);
  color: var(--white);
}

.page-products .pd-tabs__panels {
  margin-top: 20px;
  padding: 24px;
  background: var(--white);
  border: 1px solid #e3e5e8;
  border-radius: var(--radius-lg);
  box-shadow: 0 14px 40px rgba(14, 15, 17, 0.06);
}

.page-products .pd-tabs__panel {
  display: none;
}

.page-products .pd-tabs__panel-title {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--graphite);
}

.page-products .pd-tabs__panel p {
  margin: 0;
  color: var(--muted-gray);
}

.page-products #pd-tab-schedule:checked ~ .pd-tabs__panels .pd-tabs__panel--schedule,
.page-products #pd-tab-score:checked ~ .pd-tabs__panels .pd-tabs__panel--score,
.page-products #pd-tab-table:checked ~ .pd-tabs__panels .pd-tabs__panel--table,
.page-products #pd-tab-data:checked ~ .pd-tabs__panels .pd-tabs__panel--data,
.page-products #pd-tab-video:checked ~ .pd-tabs__panels .pd-tabs__panel--video {
  display: block;
}

.page-products .pd-fl6y {
  display: grid;
  gap: 24px;
  margin: 0 0 36px;
}

.page-products .pd-fl6y__col {
  padding: 24px;
  border-radius: var(--radius-lg);
}

.page-products .pd-fl6y__col--old {
  background: var(--graphite);
  border: 1px solid var(--line);
}

.page-products .pd-fl6y__col--new {
  background: var(--primary);
  box-shadow: 0 16px 40px rgba(230, 46, 58, 0.24);
}

.page-products .pd-fl6y__col-title {
  margin: 0 0 18px;
  font-family: var(--font-title);
  font-size: 1.25rem;
  font-weight: 800;
}

.page-products .pd-fl6y__steps {
  list-style: none;
  counter-reset: pd-step;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .pd-fl6y__steps li {
  position: relative;
  padding: 10px 14px 10px 46px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  color: var(--light-gray);
  font-weight: 600;
}

.page-products .pd-fl6y__col--new .pd-fl6y__steps li {
  background: rgba(0, 0, 0, 0.14);
  color: var(--white);
}

.page-products .pd-fl6y__steps li::before {
  counter-increment: pd-step;
  content: counter(pd-step);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-family: var(--font-mono);
  font-size: 0.7813rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.page-products .pd-fl6y__col--new .pd-fl6y__steps li::before {
  background: var(--highlighter);
  color: var(--graphite);
}

.page-products .pd-fl6y__arrow {
  align-self: center;
  justify-self: center;
  font-size: 2.6rem;
  color: var(--primary);
  transform: rotate(90deg);
  line-height: 1;
}

.page-products .pd-fl6y__figure {
  margin: 0 0 28px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-products .pd-fl6y__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 800;
  object-fit: cover;
}

.page-products .pd-fl6y__detail {
  padding: 0 20px;
  background: var(--graphite);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.page-products .pd-fl6y__detail summary {
  padding: 14px 0;
  font-weight: 700;
  cursor: pointer;
  color: var(--white);
  transition: color var(--ts);
}

.page-products .pd-fl6y__detail summary:hover {
  color: var(--highlighter);
}

.page-products .pd-fl6y__detail ul {
  margin: 0 0 18px;
  padding-left: 22px;
  color: var(--light-gray);
}

.page-products .pd-fl6y__more,
.page-products .pd-archive__more,
.page-products .pd-device__more {
  margin-top: 24px;
}

.page-products .pd-fl6y__more a,
.page-products .pd-archive__more a {
  display: inline-block;
  color: var(--highlighter);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color var(--ts), color var(--ts);
}

.page-products .pd-fl6y__more a:hover,
.page-products .pd-archive__more a:hover {
  border-color: currentColor;
  color: #d8ff88;
}

.page-products .pd-device__more a {
  display: inline-block;
  color: var(--primary-deep);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color var(--ts), color var(--ts);
}

.page-products .pd-device__more a:hover {
  border-color: currentColor;
  color: var(--primary);
}

.page-products .pd-video {
  display: grid;
  gap: 36px;
}

.page-products .pd-video-card {
  display: grid;
  gap: 18px;
}

.page-products .pd-video-card__media {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--graphite-panel);
}

.page-products .pd-video-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.page-products .pd-video-card:hover .pd-video-card__media img {
  transform: scale(1.03);
}

.page-products .pd-video-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(14, 15, 17, 0.6) 100%);
}

.page-products .pd-video-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  font-size: 1.4rem;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px rgba(14, 15, 17, 0.5);
  transition: transform var(--ts), background var(--ts);
  z-index: 1;
}

.page-products .pd-video-card:hover .pd-video-card__play {
  transform: translate(-50%, -50%) scale(1.1);
  background: var(--primary-deep);
}

.page-products .pd-video-card__body {
  padding: 0 4px;
}

.page-products .pd-video-card__title {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--white);
}

.page-products .pd-video-card__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.page-products .pd-video-notes {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.page-products .pd-video-notes h3 {
  margin: 0 0 14px;
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 800;
}

.page-products .pd-video-notes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .pd-video-notes li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.8);
}

.page-products .pd-video-notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.64em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--highlighter);
}

.page-products .pd-team {
  display: grid;
  gap: 32px;
}

.page-products .pd-team__table-wrap {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow-x: auto;
  box-shadow: 0 14px 40px rgba(14, 15, 17, 0.08);
}

.page-products .pd-team__table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: var(--white);
  text-align: left;
}

.page-products .pd-team__caption {
  caption-side: top;
  padding: 14px 16px;
  background: var(--graphite);
  color: var(--white);
  font-weight: 700;
  text-align: left;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.page-products .pd-team__table th,
.page-products .pd-team__table td {
  padding: 14px 16px;
  border-bottom: 1px solid #e8eaed;
}

.page-products .pd-team__table thead th {
  background: #f0f1f3;
  color: var(--graphite);
  font-weight: 800;
}

.page-products .pd-team__table tbody tr {
  transition: background var(--ts), box-shadow var(--ts);
}

.page-products .pd-team__table tbody tr:hover {
  background: #fff3f4;
  box-shadow: inset 4px 0 0 var(--primary);
  cursor: default;
}

.page-products .pd-team__table tfoot td {
  background: var(--primary);
  color: var(--white);
  font-weight: 800;
}

.page-products .pd-team__figure {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.page-products .pd-team__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 1000;
  object-fit: cover;
}

.page-products .pd-archive {
  display: grid;
  gap: 36px;
}

.page-products .pd-archive__list {
  display: grid;
  gap: 16px;
}

.page-products .pd-archive__item {
  padding: 20px 22px;
  background: var(--graphite);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: border-color var(--ts), transform var(--ts);
}

.page-products .pd-archive__item:hover {
  border-color: var(--primary);
  transform: translateX(4px);
}

.page-products .pd-archive__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  background: rgba(230, 46, 58, 0.18);
  border-radius: 999px;
  color: #ff7b84;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.page-products .pd-archive__item h3 {
  margin: 0 0 6px;
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
}

.page-products .pd-archive__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9375rem;
}

.page-products .pd-archive__stats {
  align-self: start;
  padding: 26px;
  background: var(--primary-deep);
  border-radius: var(--radius-lg);
  background-image: repeating-linear-gradient(-45deg, transparent 0 12px, rgba(255, 255, 255, 0.06) 12px 14px);
}

.page-products .pd-archive__stats h3 {
  margin: 0 0 16px;
  font-family: var(--font-title);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
}

.page-products .pd-archive__stats ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .pd-archive__stats li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
}

.page-products .pd-archive__stats li:last-child {
  border-bottom: 0;
}

.page-products .pd-archive__stats strong {
  font-family: var(--font-mono);
  font-size: 2rem;
  color: var(--highlighter);
  line-height: 1;
}

.page-products .pd-device {
  display: grid;
  gap: 16px;
}

.page-products .pd-device__card {
  padding: 24px;
  background: var(--white);
  border: 1px solid #e3e5e8;
  border-radius: var(--radius-lg);
  box-shadow: 0 10px 30px rgba(14, 15, 17, 0.06);
  transition: transform var(--ts), box-shadow var(--ts);
}

.page-products .pd-device__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(14, 15, 17, 0.1);
}

.page-products .pd-device__card h3 {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--graphite);
}

.page-products .pd-device__card p {
  margin: 0;
  color: var(--muted-gray);
}

@media (min-width: 900px) {
  .page-products .pd-hero {
    padding: 88px 0 80px;
  }

  .page-products .pd-hero__inner {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 60px;
  }

  .page-products .pd-section {
    padding: 104px 0;
  }

  .page-products .pd-nav-overview {
    grid-template-columns: 5fr 7fr;
    align-items: start;
  }

  .page-products .pd-fl6y {
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 24px;
  }

  .page-products .pd-fl6y__arrow {
    transform: rotate(0deg);
  }

  .page-products .pd-video {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: stretch;
  }

  .page-products .pd-team {
    grid-template-columns: 5fr 4fr;
    align-items: start;
  }

  .page-products .pd-archive {
    grid-template-columns: 1fr 340px;
    align-items: start;
  }

  .page-products .pd-device {
    grid-template-columns: repeat(2, 1fr);
  }
}
