/* ============================================
   OZARK - Product-specific update pages
   ============================================ */

.product-update-page {
  --update-accent: #5f6ed7;
  --update-accent-rgb: 95, 110, 215;
  --update-accent-ink: #4253b8;
  --update-focus: #075e80;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 64px;
  color: #10232f;
}

.product-update-page[data-product-update-page="basketball"] {
  --update-accent: #d83d70;
  --update-accent-rgb: 216, 61, 112;
  --update-accent-ink: #a61f52;
}

.product-update-page[data-product-update-page="shooters"] {
  --update-accent: #d96024;
  --update-accent-rgb: 217, 96, 36;
  --update-accent-ink: #983807;
}

.product-update-page[data-product-update-page="aim"] {
  --update-accent: #7658d6;
  --update-accent-rgb: 118, 88, 214;
  --update-accent-ink: #5635b4;
}

.product-update-page[data-product-update-page="gpc"] {
  --update-accent: #2478b6;
  --update-accent-rgb: 36, 120, 182;
  --update-accent-ink: #1b5c8d;
}

.product-update-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #64748b;
  font-size: 13px;
  font-weight: 650;
}

.product-update-breadcrumb a {
  color: #526477;
  text-decoration: none;
}

.product-update-breadcrumb a:hover {
  color: var(--update-accent-ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-update-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, .65fr);
  gap: 30px;
  align-items: end;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(var(--update-accent-rgb), .19);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 10%, rgba(var(--update-accent-rgb), .13), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(var(--update-accent-rgb), .035));
  box-shadow: 0 18px 50px rgba(30, 48, 72, .08), inset 0 1px 0 rgba(255, 255, 255, .95);
}

.product-update-kicker,
.product-update-section-label {
  margin: 0 0 10px;
  color: var(--update-accent-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .105em;
}

.product-update-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-update-kicker > span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--update-accent);
  box-shadow: 0 0 0 5px rgba(var(--update-accent-rgb), .1);
}

.product-update-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #0b1e29;
  font-size: clamp(38px, 6vw, 66px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .98;
}

.product-update-hero__copy > p:not(.product-update-kicker) {
  max-width: 700px;
  margin: 18px 0 0;
  color: #526477;
  font-size: 16px;
  line-height: 1.7;
}

.product-update-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.product-update-actions a,
.product-update-footer-actions a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
}

.product-update-primary {
  border: 1px solid var(--update-accent-ink);
  background: var(--update-accent-ink);
  box-shadow: 0 8px 22px rgba(var(--update-accent-rgb), .2);
  color: #fff;
}

.product-update-secondary {
  border: 1px solid rgba(75, 94, 116, .19);
  background: rgba(255, 255, 255, .82);
  color: #263c4c;
}

.product-update-hero__status {
  display: grid;
  gap: 8px;
  padding: 19px;
  border: 1px solid rgba(var(--update-accent-rgb), .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .86);
  box-shadow: inset 0 1px 0 #fff;
}

.product-update-hero__status > span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #627287;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.product-update-hero__status > span:first-child i {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #18a76d;
  box-shadow: 0 0 0 4px rgba(24, 167, 109, .1);
}

.product-update-hero__status > strong {
  color: #122735;
  font-size: 22px;
  font-weight: 880;
  letter-spacing: -.025em;
}

.product-update-hero__status time,
.product-update-hero__status > span:last-child {
  color: #64748b;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
}

.product-update-record {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(var(--update-accent-rgb), .2);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, rgba(var(--update-accent-rgb), .025));
  box-shadow: 0 14px 38px rgba(28, 47, 72, .065), inset 0 1px 0 #fff;
}

.product-update-record > header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(81, 100, 123, .14);
}

.product-update-record > header > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-update-record .product-update-icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  place-items: center;
  border: 1px solid rgba(var(--update-accent-rgb), .13);
  border-radius: 11px;
  background: rgba(var(--update-accent-rgb), .1);
  color: var(--update-accent-ink);
}

.product-update-record .product-update-icon svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.product-update-record header small,
.product-update-record header h2 {
  display: block;
}

.product-update-record header small {
  margin-bottom: 3px;
  color: var(--update-accent-ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .1em;
}

.product-update-record header h2 {
  margin: 0;
  color: #132735;
  font-size: clamp(21px, 3vw, 28px);
  font-weight: 880;
  letter-spacing: -.025em;
}

.product-update-record > header > time,
.product-update-record > header > span {
  max-width: 250px;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: right;
}

.product-update-summary {
  margin: 22px 0 0;
  color: #405569;
  font-size: 16px;
  line-height: 1.7;
}

.product-update-notes {
  margin-top: 22px;
}

.product-update-notes h3 {
  margin: 0 0 11px;
  color: #182d3b;
  font-size: 15px;
  font-weight: 850;
}

.product-update-notes ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-update-notes li {
  position: relative;
  padding-left: 20px;
  color: #516478;
  font-size: 15px;
  line-height: 1.65;
}

.product-update-notes li::before {
  position: absolute;
  top: .64em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--update-accent);
  content: "";
}

.product-update-record__scope {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(81, 100, 123, .12);
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.product-update-deep-dive {
  display: grid;
  grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
  gap: 22px 30px;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(var(--update-accent-rgb), .17);
  border-radius: 18px;
  background: rgba(255, 255, 255, .85);
  box-shadow: 0 12px 32px rgba(31, 52, 78, .05), inset 0 1px 0 #fff;
}

.product-update-deep-dive > header h2 {
  margin: 0;
  color: #142936;
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 880;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.product-update-deep-dive > header > p:last-child {
  margin: 13px 0 0;
  color: #5c6e81;
  font-size: 14px;
  line-height: 1.65;
}

.product-update-deep-dive__paths {
  padding: 18px;
  border: 1px solid rgba(var(--update-accent-rgb), .14);
  border-radius: 12px;
  background: rgba(var(--update-accent-rgb), .035);
}

.product-update-deep-dive__paths h3 {
  margin: 0 0 11px;
  color: #1a3040;
  font-size: 15px;
  font-weight: 850;
}

.product-update-deep-dive__paths ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-update-deep-dive__paths li {
  position: relative;
  padding-left: 17px;
  color: #516478;
  font-size: 14px;
  line-height: 1.55;
}

.product-update-deep-dive__paths li::before {
  position: absolute;
  top: .61em;
  left: 1px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--update-accent);
  content: "";
}

.product-update-test-steps {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-update-test-steps li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px;
  border: 1px solid rgba(76, 98, 123, .13);
  border-radius: 11px;
  background: #fff;
}

.product-update-test-steps li:last-child {
  grid-column: 1 / -1;
}

.product-update-test-steps li > span {
  color: var(--update-accent-ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
}

.product-update-test-steps p,
.product-update-test-steps strong {
  display: block;
}

.product-update-test-steps p {
  margin: 0;
  color: #5a6d80;
  font-size: 13px;
  line-height: 1.55;
}

.product-update-test-steps strong {
  margin-bottom: 3px;
  color: #1b3140;
  font-size: 14px;
  font-weight: 850;
}

.product-update-deep-dive__limit {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(81, 100, 123, .12);
  color: #53667a;
  font-size: 13px;
  line-height: 1.65;
}

.product-update-deep-dive__limit strong {
  color: #223a49;
}

.product-update-included,
.product-update-next {
  display: grid;
  grid-template-columns: minmax(230px, .65fr) minmax(0, 1.35fr);
  gap: 30px;
  align-items: start;
  margin-top: 22px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(83, 103, 128, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 32px rgba(31, 52, 78, .05), inset 0 1px 0 #fff;
}

.product-update-included h2,
.product-update-next h2 {
  margin: 0;
  color: #142936;
  font-size: clamp(22px, 3vw, 31px);
  font-weight: 880;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.product-update-included nav {
  display: grid;
  gap: 9px;
}

.product-update-included nav a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 15px;
  min-height: 58px;
  align-items: center;
  padding: 10px 14px;
  border: 1px solid rgba(var(--update-accent-rgb), .14);
  border-radius: 10px;
  background: rgba(var(--update-accent-rgb), .035);
  color: #18303f;
  text-decoration: none;
}

.product-update-included nav a span,
.product-update-included nav a strong {
  display: block;
}

.product-update-included nav a span {
  color: #6d7d91;
  font-size: 11px;
  font-weight: 750;
}

.product-update-included nav a strong {
  font-size: 14px;
  font-weight: 850;
}

.product-update-included nav a i {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--update-accent-ink);
  font-style: normal;
}

.product-update-next > div > p:not(.product-update-section-label) {
  margin: 13px 0 0;
  color: #5c6e81;
  font-size: 14px;
  line-height: 1.65;
}

.product-update-next ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-update-next li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 13px;
  border: 1px solid rgba(76, 98, 123, .13);
  border-radius: 10px;
  background: #fff;
}

.product-update-next li > span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 8px;
  background: rgba(var(--update-accent-rgb), .1);
  color: var(--update-accent-ink);
  font-size: 11px;
  font-weight: 900;
}

.product-update-next li p,
.product-update-next li strong {
  display: block;
}

.product-update-next li p {
  margin: 0;
  color: #617286;
  font-size: 13px;
  line-height: 1.5;
}

.product-update-next li strong {
  margin-bottom: 2px;
  color: #1b3140;
  font-size: 14px;
  font-weight: 850;
}

.product-update-boundary {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 3px solid var(--update-accent);
  border-radius: 3px 12px 12px 3px;
  background: rgba(var(--update-accent-rgb), .055);
}

.product-update-boundary strong,
.product-update-boundary p {
  display: block;
}

.product-update-boundary strong {
  margin-bottom: 5px;
  color: #1a3040;
  font-size: 14px;
  font-weight: 850;
}

.product-update-boundary p {
  margin: 0;
  color: #53667a;
  font-size: 14px;
  line-height: 1.65;
}

.product-update-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.product-update-footer-actions a {
  border: 1px solid rgba(78, 98, 122, .18);
  background: #fff;
  color: #334a5c;
}

.product-update-footer-actions a:first-child {
  border-color: rgba(var(--update-accent-rgb), .24);
  background: rgba(var(--update-accent-rgb), .07);
  color: var(--update-accent-ink);
}

.product-update-page :is(a, button):focus-visible {
  outline: 3px solid var(--update-focus);
  outline-offset: 3px;
}

.product-update-actions a:hover,
.product-update-included nav a:hover,
.product-update-footer-actions a:hover {
  border-color: rgba(var(--update-accent-rgb), .42);
}

@media (max-width: 760px) {
  .product-update-page {
    width: min(calc(100% - 24px), 1120px);
    padding-top: 18px;
  }

  .product-update-hero,
  .product-update-deep-dive,
  .product-update-included,
  .product-update-next {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-update-hero {
    gap: 22px;
    align-items: start;
    padding: 26px 20px;
    border-radius: 17px;
  }

  .product-update-record {
    padding: 22px 18px;
  }

  .product-update-record > header {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .product-update-record > header > time,
  .product-update-record > header > span {
    max-width: none;
    text-align: left;
  }

  .product-update-test-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-update-test-steps li:last-child {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  .product-update-hero h1 {
    font-size: clamp(35px, 12vw, 48px);
  }

  .product-update-actions,
  .product-update-footer-actions {
    display: grid;
  }

  .product-update-actions a,
  .product-update-footer-actions a {
    width: 100%;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .product-update-hero,
  .product-update-hero__status,
  .product-update-record,
  .product-update-deep-dive,
  .product-update-included,
  .product-update-next {
    background: #fff;
  }
}
