.page-products {
  color: var(--ink);
}

.page-products .ops-hero__intro {
  max-width: 56rem;
}

.page-products .hero-kicker,
.page-products .part-kicker {
  font-family: var(--font-data);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--kiwi-dark);
  margin: 0 0 0.5rem;
}

.page-products .hero-title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 1.1rem;
}

.page-products .hero-lead {
  max-width: 48rem;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--gray-ink);
  margin: 0 0 0.8rem;
}

.page-products .ops-statusbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.7rem;
  border: 1px solid var(--edge);
  border-left: 4px solid var(--kiwi-bright);
  background: var(--card);
  padding: 0.8rem 1rem;
  margin: 1.6rem 0 0.4rem;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.page-products .statusbar-label {
  flex-basis: 100%;
  font-family: var(--font-data);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  color: var(--gray-ink);
}

.page-products .status-pill {
  font-family: var(--font-data);
  font-size: 0.82rem;
  padding: 0.28rem 0.65rem;
  border: 1px solid var(--edge);
  background: var(--paper);
  color: var(--ink);
}

.page-products .status-pill--live {
  background: var(--tomato);
  border-color: var(--tomato);
  color: #ffffff;
}

.page-products .console-heading {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 2.4rem 0 1.1rem;
}

.page-products .console-heading__num {
  font-family: var(--font-data);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 2px var(--kiwi-bright);
}

.page-products .console-heading__label {
  display: block;
  font-family: var(--font-data);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  color: var(--gray-ink);
  margin-bottom: 0.2rem;
}

.page-products .console-heading__title {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin: 0;
}

.page-products .ops-console {
  display: grid;
  gap: 1rem;
}

.page-products .ops-unit {
  background: var(--ink);
  padding: 2px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.page-products .ops-unit__inner {
  position: relative;
  background: var(--card);
  padding: 1.5rem;
  height: 100%;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.page-products .ops-light {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-bottom: 0.8rem;
}

.page-products .ops-light--live {
  background: var(--tomato);
  box-shadow: 0 0 0 4px rgba(217, 93, 59, 0.18);
}

.page-products .ops-light--ok {
  background: var(--kiwi-bright);
  box-shadow: 0 0 0 4px rgba(107, 191, 58, 0.18);
}

.page-products .ops-num {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--kiwi-dark);
  opacity: 0.6;
}

.page-products .ops-name {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}

.page-products .ops-desc {
  margin: 0 0 1.1rem;
  color: var(--gray-ink);
  line-height: 1.65;
  font-size: 0.94rem;
}

.page-products .ops-hero__media {
  margin-top: 2rem;
}

.page-products .ops-hero__frame,
.page-products .possession-frame,
.page-products .schedule-frame,
.page-products .bigscreen-frame,
.page-products .android-frame {
  background: var(--dark-block);
  padding: 0.4rem;
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 16px 100%, 0 calc(100% - 16px));
}

.page-products .ops-hero__img,
.page-products .possession-img,
.page-products .schedule-img,
.page-products .bigscreen-img,
.page-products .android-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .part-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.8rem 1.2rem;
  margin-bottom: 2rem;
}

.page-products .part-index {
  font-family: var(--font-data);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 0.9;
  color: transparent;
  -webkit-text-stroke: 2px var(--kiwi-bright);
}

.page-products .part-head__text {
  flex: 1 1 14rem;
}

.page-products .part-title {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3.6vw, 2.3rem);
  line-height: 1.2;
  margin: 0.2rem 0 0;
}

.page-products .part-grid {
  display: grid;
  gap: 2rem;
}

.page-products .possession-specs {
  border-left: 3px solid var(--kiwi-bright);
  padding-left: 1.2rem;
}

.page-products .specs-lead {
  margin: 0 0 1.2rem;
  font-size: 1rem;
  line-height: 1.75;
}

.page-products .specs-table {
  display: grid;
  border-top: 1px solid var(--edge);
}

.page-products .specs-table .data-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--edge);
  padding: 0.8rem 0;
}

.page-products .specs-table .data-label {
  font-size: 0.9rem;
  color: var(--gray-ink);
}

.page-products .specs-table .data-value {
  font-family: var(--font-data);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: right;
  color: var(--ink);
}

.page-products .specs-note {
  margin-top: 1.2rem;
  font-size: 0.92rem;
  color: var(--gray-ink);
  line-height: 1.75;
}

.page-products .possession-gauge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  border: 1px solid var(--edge);
  background: var(--card);
  padding: 1.2rem;
  margin-bottom: 1rem;
}

.page-products .possession-ring {
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}

.page-products .possession-ring__track {
  fill: none;
  stroke: var(--edge);
  stroke-width: 8;
}

.page-products .possession-ring__home {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 193.52 351.86;
  transform: rotate(-90 70 70);
}

.page-products .possession-ring__away {
  fill: none;
  stroke: var(--yellow);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dasharray: 158.34 351.86;
  stroke-dashoffset: -193.52;
  transform: rotate(-90 70 70);
}

.page-products .ring-text--big {
  font-family: var(--font-data);
  font-size: 30px;
  font-weight: 700;
  fill: var(--ink);
}

.page-products .ring-text--small {
  font-family: var(--font-body);
  font-size: 11px;
  letter-spacing: 0.14em;
  fill: var(--gray-ink);
}

.page-products .possession-legend {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 7rem;
  font-family: var(--font-data);
  font-size: 0.84rem;
}

.page-products .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-products .legend-item::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
}

.page-products .legend-item--home::before {
  background: var(--kiwi-bright);
}

.page-products .legend-item--away::before {
  background: var(--yellow);
}

.page-products .part-schedule {
  background: var(--dark-block);
  color: #f5f5f0;
}

.page-products .part-schedule .part-kicker {
  color: var(--yellow);
}

.page-products .part-schedule .part-title {
  color: #ffffff;
}

.page-products .part-schedule .part-index {
  -webkit-text-stroke-color: var(--yellow);
}

.page-products .schedule-layout {
  display: grid;
  gap: 1.5rem;
}

.page-products .screen-frame {
  background: #191916;
  border-radius: 12px;
  padding: 0.6rem;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
  min-width: 0;
}

.page-products .screen-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.7rem 1rem;
  background: #2b2b26;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  font-family: var(--font-data);
  font-size: 0.8rem;
}

.page-products .screen-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--kiwi-bright);
}

.page-products .screen-meta {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.65);
}

.page-products .day-list {
  background: var(--card);
  border-radius: 0 0 8px 8px;
  padding: 0.2rem 0.7rem;
}

.page-products .day-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--edge);
  min-width: 0;
}

.page-products .day-row:last-child {
  border-bottom: none;
}

.page-products .day-badge {
  flex-shrink: 0;
  width: 3.1rem;
  text-align: center;
  font-family: var(--font-data);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.15;
  color: var(--kiwi-dark);
  border: 1px solid rgba(43, 110, 44, 0.2);
  background: rgba(107, 191, 58, 0.1);
  padding: 0.3rem 0.4rem;
}

.page-products .day-badge small {
  display: block;
  font-size: 0.62rem;
  font-weight: 500;
  color: var(--gray-ink);
}

.page-products .day-matches {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 0.4rem;
  min-width: 0;
}

.page-products .match-chip {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--edge);
  padding: 0.25rem 0.55rem;
  clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 0 100%);
}

.page-products .day-status {
  flex-shrink: 0;
  font-family: var(--font-data);
  font-size: 0.7rem;
  white-space: nowrap;
  color: var(--gray-ink);
  border-left: 1px solid var(--edge);
  padding-left: 0.7rem;
}

.page-products .day-row--focus {
  background: var(--yellow);
  border-radius: 6px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-top: 0.2rem;
}

.page-products .day-row--focus .day-badge {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

.page-products .day-row--focus .day-badge small {
  color: rgba(255, 255, 255, 0.7);
}

.page-products .day-row--focus .day-status {
  border-left-color: rgba(0, 0, 0, 0.3);
  color: var(--ink);
}

.page-products .schedule-aside {
  display: grid;
  gap: 1.2rem;
  align-content: start;
  min-width: 0;
}

.page-products .callout {
  background: var(--paper);
  border-top: 3px solid var(--yellow);
  padding: 1rem 1.2rem;
}

.page-products .callout p {
  margin: 0.6rem 0 0;
  line-height: 1.65;
  color: var(--gray-ink);
}

.page-products .bigscreen-layout {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.page-products .bigscreen-lead,
.page-products .android-lead {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
}

.page-products .feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.4rem;
  display: grid;
  gap: 0.6rem;
}

.page-products .feature-list li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.6;
}

.page-products .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  background: var(--kiwi-bright);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-products .timeline-preview {
  border: 1px dashed var(--edge);
  background: var(--paper);
  padding: 1rem;
}

.page-products .timeline-scroll {
  position: relative;
  min-width: 0;
  height: 72px;
  overflow-x: auto;
  overflow-y: hidden;
}

.page-products .track-line {
  position: absolute;
  top: 30px;
  left: 3%;
  right: 3%;
  border-top: 2px dashed var(--gray-ink);
  opacity: 0.45;
}

.page-products .track-dot {
  position: absolute;
  top: 16px;
  transform: translateX(-50%);
  padding: 0.3rem 0.55rem;
  font-family: var(--font-data);
  font-size: 0.72rem;
  white-space: nowrap;
  background: var(--card);
  border: 1px solid var(--edge);
}

.page-products .track-dot--start {
  left: 0;
  transform: none;
}

.page-products .track-dot--end {
  left: auto;
  right: 0;
  transform: none;
}

.page-products .track-dot--goal {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
  font-weight: 600;
}

.page-products .timeline-caption {
  margin: 0.6rem 0 0;
  font-size: 0.84rem;
  color: var(--gray-ink);
  line-height: 1.6;
}

.page-products .part-android {
  background: var(--card);
}

.page-products .android-layout {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.page-products .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.8rem 0 1.2rem;
}

.page-products .search-look {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  max-width: 18rem;
  border: 1px solid var(--edge);
  background: var(--paper);
  padding: 0.65rem 0.9rem;
  margin-bottom: 1.2rem;
  font-size: 0.85rem;
  color: var(--gray-ink);
}

.page-products .search-look__icon {
  position: relative;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border: 2px solid var(--kiwi-dark);
  border-radius: 50%;
}

.page-products .search-look__icon::after {
  content: "";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 5px;
  height: 2px;
  background: var(--kiwi-dark);
  transform: rotate(45deg);
}

.page-products .android-visual {
  min-width: 0;
  display: grid;
}

.page-products .next-step__grid {
  display: grid;
  gap: 1rem;
}

.page-products .next-card {
  display: block;
  padding: 1.2rem;
  border: 1px solid var(--ink);
  background: var(--paper);
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  transition: background-color 0.25s var(--ease), color 0.25s var(--ease), border-color 0.25s var(--ease);
}

.page-products .next-card--yellow {
  background: var(--yellow);
  border-color: var(--yellow);
}

.page-products .next-card--green {
  background: var(--kiwi-bright);
  border-color: var(--kiwi-bright);
}

.page-products .part-bigscreen {
  background: linear-gradient(135deg, var(--paper) 0%, var(--card) 100%);
}

.page-products .next-step {
  padding-top: 0;
}

@media (min-width: 48rem) {
  .page-products .statusbar-label {
    flex-basis: auto;
    margin-right: 0.7rem;
  }

  .page-products .ops-console {
    grid-template-columns: repeat(12, 1fr);
  }

  .page-products .ops-unit--possession {
    grid-column: 1 / 8;
  }

  .page-products .ops-unit--schedule {
    grid-column: 8 / 13;
    margin-top: 2rem;
  }

  .page-products .ops-unit--bigscreen {
    grid-column: 1 / 6;
    margin-top: -1rem;
  }

  .page-products .ops-unit--android {
    grid-column: 6 / 13;
  }

  .page-products .next-step__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 64rem) {
  .page-products .part-grid--possession {
    grid-template-columns: 5fr 7fr;
  }

  .page-products .schedule-layout {
    grid-template-columns: 7fr 5fr;
    align-items: start;
  }

  .page-products .bigscreen-layout,
  .page-products .android-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (hover: hover) {
  .page-products .next-card:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: #ffffff;
  }

  .page-products .next-card--yellow:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--yellow);
  }

  .page-products .next-card--green:hover {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--kiwi-bright);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .next-card {
    transition: none;
  }
}
