.page-products {
  --prod-orange-deep: #C42B00;
  --prod-white-soft: #F4F4F4;
  background: var(--wk-white);
  color: var(--wk-ink);
  overflow-x: clip;
}

.page-products img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
  object-fit: cover;
}

.page-products .prod-hero {
  position: relative;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 61, 0, 0.24), transparent 36%),
    repeating-linear-gradient(115deg, transparent 0 42px, rgba(169, 169, 169, 0.07) 42px 44px),
    linear-gradient(135deg, var(--wk-black) 0%, var(--wk-ink) 74%, var(--wk-black) 100%);
  color: var(--wk-white);
  overflow: hidden;
}

.page-products .prod-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--wk-orange) 0%, var(--wk-orange) 43%, var(--wk-green) 43%, var(--wk-green) 57%, var(--wk-white) 57%, var(--wk-white) 100%);
}

.page-products .prod-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
  padding-block: 68px 64px;
}

.page-products .prod-kicker,
.page-products .prod-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wk-orange);
}

.page-products .prod-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(1.9rem, 6vw, 4.25rem);
  font-weight: 900;
  line-height: 1.12;
  color: var(--wk-white);
  margin: 14px 0 18px;
  text-wrap: balance;
}

.page-products .prod-hero-desc {
  max-width: 560px;
  font-size: 1.0625rem;
  line-height: 1.8;
  color: var(--wk-silver);
}

.page-products .prod-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-products .btn-primary {
  background: var(--wk-orange);
  border: 1px solid var(--wk-orange);
  color: var(--wk-white);
}

.page-products .btn-outline {
  border: 1px solid var(--wk-orange);
  color: var(--wk-orange);
  background: transparent;
}

.page-products .prod-hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid rgba(169, 169, 169, 0.24);
}

.page-products .prod-stat {
  display: flex;
  flex-direction: column;
}

.page-products .prod-stat-num {
  font-family: var(--font-head);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--wk-orange);
  line-height: 1.1;
}

.page-products .prod-stat-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--wk-silver);
  margin-top: 6px;
}

.page-products .prod-hero-panel svg {
  display: block;
  width: 100%;
  max-width: 520px;
  height: auto;
  margin-inline: auto;
}

.page-products .breadcrumbs {
  border-bottom: 1px solid var(--wk-border);
  background: rgba(255, 255, 255, 0.94);
}

.page-products .breadcrumbs .container {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 13px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
}

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

.page-products .breadcrumbs a:hover {
  color: var(--wk-orange);
}

.page-products .breadcrumbs .sep {
  color: var(--wk-silver);
}

.page-products .breadcrumbs [aria-current="page"] {
  color: var(--wk-orange);
  font-weight: 700;
}

.page-products .prod-overview,
.page-products .prod-feature,
.page-products .prod-refresh,
.page-products .prod-history,
.page-products .prod-support-links {
  padding-block: 64px;
}

.page-products .prod-overview {
  background: linear-gradient(180deg, var(--wk-white) 0%, var(--prod-white-soft) 100%);
}

.page-products .prod-section-head {
  max-width: 780px;
  margin-bottom: 40px;
}

.page-products .prod-section-head h2,
.page-products .prod-refresh-copy h2,
.page-products .prod-history h2 {
  font-family: var(--font-head);
  font-weight: 900;
  line-height: 1.16;
  font-size: clamp(1.7rem, 3.4vw, 2.7rem);
  margin: 6px 0 10px;
}

.page-products .prod-section-head .prod-eyebrow {
  color: var(--wk-orange);
}

.page-products .prod-section-sub {
  color: var(--wk-ink);
  opacity: 0.76;
  font-size: 1rem;
  line-height: 1.7;
}

.page-products .prod-over-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-products .prod-over-item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 28px 26px 24px;
  color: var(--wk-white);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.page-products .prod-over-item:hover {
  transform: translateY(-6px);
  border-color: var(--wk-orange);
  box-shadow: 0 18px 40px rgba(10, 10, 10, 0.28);
}

.page-products .prod-over-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.1);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.page-products .prod-over-item--teal {
  background: var(--wk-teal);
}

.page-products .prod-over-item--wine {
  background: var(--wk-wine);
}

.page-products .prod-over-item--indigo {
  background: var(--wk-indigo);
}

.page-products .prod-over-item--dark {
  background: var(--wk-ink);
}

.page-products .prod-over-no {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  color: var(--wk-green);
  margin-bottom: 14px;
}

.page-products .prod-over-item h3 {
  font-family: var(--font-head);
  font-size: 1.45rem;
  font-weight: 900;
  margin: 0 0 8px;
  color: var(--wk-white);
}

.page-products .prod-over-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
}

.page-products .prod-over-link {
  margin-top: auto;
  padding-top: 18px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--wk-green);
}

.page-products .prod-feature {
  color: var(--wk-text);
}

.page-products .prod-feature--lineup {
  background:
    repeating-linear-gradient(135deg, transparent 0 60px, rgba(255, 255, 255, 0.03) 60px 62px),
    var(--wk-black);
}

.page-products .prod-feature--navstation {
  background: var(--wk-indigo);
}

.page-products .prod-feature--wine {
  background: var(--wk-wine);
}

.page-products .prod-feature--comparison {
  background: var(--wk-teal);
}

.page-products .prod-feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.page-products .prod-feature-copy {
  position: relative;
  padding-left: 18px;
}

.page-products .prod-feature-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: var(--wk-orange);
  clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%);
}

.page-products .prod-feature-copy .badge {
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wk-green);
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 0.75rem;
}

.page-products .prod-feature-copy h2 {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--wk-white);
  margin: 4px 0 14px;
}

.page-products .prod-feature-copy p {
  line-height: 1.8;
  color: var(--wk-text);
  margin: 0;
}

.page-products .prod-feature-list {
  list-style: none;
  margin: 20px 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .prod-feature-list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.6;
  color: var(--wk-text);
}

.page-products .prod-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 12px;
  height: 12px;
  background: var(--wk-orange);
  transform: rotate(45deg);
}

.page-products .prod-detail {
  margin: 22px 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--wk-text);
}

.page-products .prod-detail summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  position: relative;
  padding: 6px 26px 6px 0;
}

.page-products .prod-detail summary::-webkit-details-marker {
  display: none;
}

.page-products .prod-detail summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-mono);
  font-size: 1.25rem;
  color: var(--wk-orange);
}

.page-products .prod-detail[open] summary::after {
  content: "–";
  color: var(--wk-green);
}

.page-products .prod-detail .prod-detail-body {
  padding: 10px 0 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 10px;
}

.page-products .prod-detail .prod-detail-body ol {
  margin: 0;
  padding-left: 18px;
  line-height: 1.9;
}

.page-products .prod-feature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.page-products .prod-feature-media img,
.page-products .prod-refresh-media img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.32);
}

.page-products .prod-refresh {
  background: var(--wk-white);
  color: var(--wk-ink);
}

.page-products .prod-refresh-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-products .prod-refresh-copy .prod-eyebrow {
  color: var(--wk-orange);
}

.page-products .prod-refresh-copy h2 {
  color: var(--wk-ink);
}

.page-products .prod-refresh-copy p {
  color: var(--wk-ink);
  opacity: 0.82;
  line-height: 1.75;
}

.page-products .prod-refresh-steps {
  list-style: none;
  margin: 28px 0 22px;
  padding: 0;
}

.page-products .prod-refresh-steps li {
  position: relative;
  padding: 8px 0 8px 66px;
  font-weight: 700;
  color: var(--wk-ink);
}

.page-products .prod-refresh-steps li::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 20px;
  bottom: -18px;
  width: 2px;
  background: var(--wk-silver);
}

.page-products .prod-refresh-steps li:last-child::before {
  display: none;
}

.page-products .prod-refresh-steps .mono {
  position: absolute;
  left: 0;
  top: 5px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  background: var(--wk-orange);
  color: var(--wk-white);
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 700;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.page-products .prod-refresh-note {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 12px;
  border: 1px solid var(--wk-border);
  background: var(--prod-white-soft);
  padding: 12px 16px;
}

.page-products .prod-refresh-note .badge {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--wk-green);
  background: var(--wk-black);
  border-radius: 999px;
  padding: 4px 12px;
}

.page-products .prod-history {
  background:
    linear-gradient(180deg, rgba(75, 0, 130, 0.22), transparent 36%),
    var(--wk-black);
  color: var(--wk-text);
}

.page-products .prod-history .prod-section-head h2 {
  color: var(--wk-white);
}

.page-products .prod-history .prod-section-head .prod-section-sub {
  color: var(--wk-muted);
}

.page-products .prod-timeline {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  border-left: 2px solid rgba(169, 169, 169, 0.3);
}

.page-products .prod-timeline-item {
  position: relative;
  padding: 0 0 42px 30px;
}

.page-products .prod-timeline-item:last-child {
  padding-bottom: 0;
}

.page-products .prod-timeline-item::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 2px;
  width: 16px;
  height: 16px;
  background: var(--wk-orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px var(--wk-black), 0 0 0 7px var(--wk-orange);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.page-products .prod-timeline-item:hover::before {
  background: var(--wk-green);
  box-shadow: 0 0 0 5px var(--wk-black), 0 0 0 7px var(--wk-green);
}

.page-products .prod-version-tag {
  font-family: var(--font-mono);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--wk-green);
  display: inline-block;
  margin-bottom: 4px;
}

.page-products .prod-timeline-item h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--wk-white);
  margin: 4px 0 6px;
}

.page-products .prod-timeline-item p {
  color: var(--wk-muted);
  line-height: 1.7;
  margin: 0;
}

.page-products .prod-support-links {
  background: linear-gradient(180deg, var(--wk-white) 0%, var(--prod-white-soft) 100%);
}

.page-products .prod-support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.page-products .prod-support-card {
  display: flex;
  flex-direction: column;
  padding: 32px 30px;
  border-radius: 18px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.page-products .prod-support-card h2 {
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 900;
  margin: 10px 0 8px;
}

.page-products .prod-support-card p {
  margin: 0;
  opacity: 0.86;
  line-height: 1.7;
}

.page-products .prod-support-more {
  margin-top: auto;
  padding-top: 22px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
}

.page-products .prod-support-card--ink {
  background: var(--wk-ink);
  color: var(--wk-white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.page-products .prod-support-card--ink:hover {
  transform: translateY(-5px);
  border-color: var(--wk-orange);
  box-shadow: 0 18px 36px rgba(10, 10, 10, 0.28);
}

.page-products .prod-support-card--ink .prod-eyebrow {
  color: var(--wk-green);
}

.page-products .prod-support-card--orange {
  background: linear-gradient(135deg, var(--wk-orange), var(--prod-orange-deep));
  color: var(--wk-white);
  border: 1px solid transparent;
}

.page-products .prod-support-card--orange:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(255, 61, 0, 0.28);
}

.page-products .prod-support-card--orange .prod-eyebrow {
  color: var(--wk-white);
}

@media (min-width: 720px) {
  .page-products .prod-over-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 960px) {
  .page-products .prod-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    padding-block: 112px 96px;
  }

  .page-products .prod-overview,
  .page-products .prod-feature,
  .page-products .prod-refresh,
  .page-products .prod-history,
  .page-products .prod-support-links {
    padding-block: 96px;
  }

  .page-products .prod-feature-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
  }

  .page-products .prod-feature--reverse .prod-feature-copy {
    order: 2;
  }

  .page-products .prod-feature--reverse .prod-feature-media {
    order: 1;
  }

  .page-products .prod-refresh-inner {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
  }

  .page-products .prod-feature-media img {
    max-width: 720px;
  }

  .page-products .prod-refresh-media img {
    max-width: 640px;
    margin-inline: auto;
  }
}
