
.hb-jersey-break {
  --hb-ink: #111111;
  --hb-copy: #343434;
  --hb-muted: #707070;
  --hb-line: #dddddd;
  --hb-soft: #f5f5f3;
  --hb-white: #ffffff;
  --hb-sage: #e8ede8;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--hb-copy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.hb-jersey-break,
.hb-jersey-break * {
  box-sizing: border-box;
}

.hb-jersey-break h2,
.hb-jersey-break h3,
.hb-jersey-break p,
.hb-jersey-break ul,
.hb-jersey-break ol,
.hb-jersey-break figure {
  margin-top: 0;
}

.hb-jersey-break h2 {
  margin: 68px 0 22px;
  padding-top: 19px;
  border-top: 2px solid var(--hb-ink);
  color: var(--hb-ink);
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.16;
  letter-spacing: -0.025em;
  scroll-margin-top: 24px;
}

.hb-jersey-break h3 {
  margin: 34px 0 12px;
  color: var(--hb-ink);
  font-size: 21px;
  line-height: 1.35;
}

.hb-jersey-break p {
  margin-bottom: 19px;
}

.hb-jersey-break a {
  color: var(--hb-ink);
  font-weight: 700;
  text-decoration-color: #8d8d8d;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hb-jersey-break a:hover {
  text-decoration-color: var(--hb-ink);
}

.hb-jersey-break a:focus-visible,
.hb-jersey-break summary:focus-visible {
  outline: 3px solid var(--hb-ink);
  outline-offset: 3px;
}

/* INTRO */
.hb-jersey-break .hb-intro {
  width: 100%;
  margin-bottom: 30px;
  color: #242424;
  font-size: 20px;
  line-height: 1.64;
}

.hb-jersey-break .hb-intro p:last-child {
  margin-bottom: 0;
}

/* TOC */
.hb-jersey-break .hb-toc {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  width: 100%;
  margin: 30px 0 46px;
  padding: 12px;
  border: 1px solid var(--hb-line);
  background: var(--hb-soft);
}

.hb-jersey-break .hb-toc a {
  flex: 1 1 0;
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid #c9c9c9;
  background: var(--hb-white);
  color: var(--hb-ink);
  font-size: 13px;
  line-height: 1.28;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background .2s ease,
    color .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.hb-jersey-break .hb-toc a:hover {
  border-color: var(--hb-ink);
  background: var(--hb-ink);
  color: var(--hb-white);
  transform: translateY(-2px);
}

/* CORE RULE */
.hb-jersey-break .hb-rule {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 26px;
  margin: 34px 0 42px;
  padding: 25px 28px;
  border-top: 1px solid var(--hb-ink);
  border-bottom: 1px solid var(--hb-line);
  background: var(--hb-soft);
}

.hb-jersey-break .hb-rule strong {
  color: var(--hb-ink);
  font-size: 15px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.hb-jersey-break .hb-rule p {
  margin: 0;
  font-size: 18px;
  line-height: 1.62;
}

/* SIGNAL STRIP */
.hb-jersey-break .hb-signals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 30px 0 36px;
  border-top: 1px solid var(--hb-line);
  border-left: 1px solid var(--hb-line);
}

.hb-jersey-break .hb-signal {
  padding: 22px;
  border-right: 1px solid var(--hb-line);
  border-bottom: 1px solid var(--hb-line);
}

.hb-jersey-break .hb-signal span {
  display: block;
  margin-bottom: 7px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hb-jersey-break .hb-signal strong {
  display: block;
  margin-bottom: 8px;
  color: var(--hb-ink);
  font-size: 17px;
}

.hb-jersey-break .hb-signal p {
  margin: 0;
  font-size: 15px;
  line-height: 1.58;
}

/* CALLOUT */
.hb-jersey-break .hb-note {
  margin: 28px 0 34px;
  padding: 23px 26px;
  border-left: 3px solid var(--hb-ink);
  background: var(--hb-sage);
}

.hb-jersey-break .hb-note strong {
  color: var(--hb-ink);
}

.hb-jersey-break .hb-note p:last-child {
  margin-bottom: 0;
}

/* PRODUCT FEATURE */
.hb-jersey-break .hb-product {
  display: grid;
  grid-template-columns: minmax(330px, .95fr) minmax(360px, 1.05fr);
  margin: 38px 0 46px;
  overflow: hidden;
  border: 1px solid var(--hb-line);
  background: var(--hb-white);
  transition: transform .38s ease, box-shadow .38s ease;
}

.hb-jersey-break .hb-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .09);
}

.hb-jersey-break .hb-product-image {
  position: relative;
  display: block;
  min-height: 490px;
  overflow: hidden;
  background: #f1f1ef;
  text-decoration: none;
}

.hb-jersey-break .hb-product-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  object-fit: contain;
  background: #f1f1ef;
  transition:
    opacity .38s ease,
    transform .52s cubic-bezier(.2, .7, .2, 1);
}

.hb-jersey-break .hb-product-image .hb-primary {
  opacity: 1;
  transform: scale(1);
}

.hb-jersey-break .hb-product-image .hb-secondary {
  opacity: 0;
  transform: scale(1.035);
}

.hb-jersey-break .hb-product:hover .hb-primary {
  opacity: 0;
  transform: scale(1.025);
}

.hb-jersey-break .hb-product:hover .hb-secondary {
  opacity: 1;
  transform: scale(1.01);
}

.hb-jersey-break .hb-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 5vw, 54px);
}

.hb-jersey-break .hb-eyebrow {
  margin-bottom: 9px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-jersey-break .hb-product-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(23px, 2.5vw, 30px);
  line-height: 1.18;
  letter-spacing: -.02em;
}

.hb-jersey-break .hb-product-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.hb-jersey-break .hb-product-copy h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hb-jersey-break .hb-product-copy p {
  font-size: 16px;
}

.hb-jersey-break .hb-product-note {
  margin-top: -3px;
  color: var(--hb-muted);
  font-size: 13px !important;
  line-height: 1.5;
}

.hb-jersey-break .hb-button,
.hb-jersey-break .hb-secondary-button {
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.hb-jersey-break .hb-button {
  align-self: flex-start;
  display: inline-flex;
  margin-top: 5px;
  padding: 12px 19px;
  border: 1px solid var(--hb-ink);
  background: var(--hb-ink);
  color: var(--hb-white);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.hb-jersey-break .hb-button:hover {
  background: var(--hb-white);
  color: var(--hb-ink);
  transform: translateY(-2px);
}

/* ALTERNATING PRODUCT */
.hb-jersey-break .hb-product.hb-product-reverse {
  grid-template-columns: minmax(360px, 1.05fr) minmax(330px, .95fr);
}

.hb-jersey-break .hb-product.hb-product-reverse .hb-product-copy {
  order: 1;
}

.hb-jersey-break .hb-product.hb-product-reverse .hb-product-image {
  order: 2;
}

/* JERSEY INTENSITY */
.hb-jersey-break .hb-judgement {
  margin: 28px 0 38px;
  border-top: 2px solid var(--hb-ink);
}

.hb-jersey-break .hb-judgement-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-jersey-break .hb-judgement-row strong {
  color: var(--hb-ink);
}

.hb-jersey-break .hb-judgement-row p {
  margin: 0;
}

/* TWO ADJUSTMENTS */
.hb-jersey-break .hb-adjustments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 38px;
}

.hb-jersey-break .hb-adjustment {
  padding: 28px;
  border: 1px solid var(--hb-line);
  background: var(--hb-white);
}

.hb-jersey-break .hb-adjustment:nth-child(2) {
  background: var(--hb-soft);
}

.hb-jersey-break .hb-adjustment span {
  display: block;
  margin-bottom: 8px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hb-jersey-break .hb-adjustment h3 {
  margin: 0 0 13px;
}

.hb-jersey-break .hb-adjustment p:last-child {
  margin-bottom: 0;
}

/* FAQ */
.hb-jersey-break .hb-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--hb-line);
  background: var(--hb-white);
}

.hb-jersey-break .hb-faq summary {
  position: relative;
  padding: 19px 50px 19px 20px;
  color: var(--hb-ink);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.hb-jersey-break .hb-faq summary::-webkit-details-marker {
  display: none;
}

.hb-jersey-break .hb-faq summary:after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--hb-ink);
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.hb-jersey-break .hb-faq details[open] summary:after {
  content: "−";
}

.hb-jersey-break .hb-faq details div {
  padding: 0 20px 20px;
}

.hb-jersey-break .hb-faq details p:last-child {
  margin-bottom: 0;
}

/* FINAL CTA */
.hb-jersey-break .hb-final {
  margin-top: 60px;
  padding: clamp(30px, 5vw, 50px);
  border: 2px solid var(--hb-ink);
  background: var(--hb-soft);
}

.hb-jersey-break .hb-final-title {
  margin-bottom: 12px;
  color: var(--hb-ink);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.025em;
}

.hb-jersey-break .hb-final .hb-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hb-jersey-break .hb-final .hb-secondary-button {
  display: inline-flex;
  padding: 12px 19px;
  border: 1px solid var(--hb-ink);
  background: var(--hb-white);
  color: var(--hb-ink);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.hb-jersey-break .hb-final .hb-secondary-button:hover {
  background: var(--hb-ink);
  color: var(--hb-white);
  transform: translateY(-2px);
}

@media (max-width: 930px) {
  .hb-jersey-break .hb-toc {
    flex-wrap: wrap;
  }

  .hb-jersey-break .hb-toc a {
    flex: 1 1 calc(33.333% - 8px);
  }

  .hb-jersey-break .hb-signals {
    grid-template-columns: 1fr;
  }

  .hb-jersey-break .hb-product,
  .hb-jersey-break .hb-product.hb-product-reverse {
    grid-template-columns: 1fr;
  }

  .hb-jersey-break .hb-product.hb-product-reverse .hb-product-copy,
  .hb-jersey-break .hb-product.hb-product-reverse .hb-product-image {
    order: initial;
  }

  .hb-jersey-break .hb-product-image {
    min-height: 540px;
  }
}

@media (max-width: 700px) {
  .hb-jersey-break {
    font-size: 16px;
    line-height: 1.68;
  }

  .hb-jersey-break h2 {
    margin-top: 54px;
  }

  .hb-jersey-break .hb-intro {
    font-size: 18px;
  }

  .hb-jersey-break .hb-toc a {
    flex: 1 1 calc(50% - 8px);
    white-space: normal;
  }

  .hb-jersey-break .hb-rule,
  .hb-jersey-break .hb-judgement-row,
  .hb-jersey-break .hb-adjustments {
    grid-template-columns: 1fr;
  }

  .hb-jersey-break .hb-rule {
    gap: 9px;
  }

  .hb-jersey-break .hb-product-image {
    min-height: 430px;
  }
}

@media (max-width: 480px) {
  .hb-jersey-break .hb-toc a {
    flex: 1 1 100%;
  }

  .hb-jersey-break .hb-product-image {
    min-height: 360px;
  }

  .hb-jersey-break .hb-product-copy,
  .hb-jersey-break .hb-adjustment {
    padding: 24px;
  }

  .hb-jersey-break .hb-final-actions {
    flex-direction: column;
  }

  .hb-jersey-break .hb-final .hb-button,
  .hb-jersey-break .hb-final .hb-secondary-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hb-jersey-break .hb-product,
  .hb-jersey-break .hb-product-image img,
  .hb-jersey-break .hb-button,
  .hb-jersey-break .hb-toc a,
  .hb-jersey-break .hb-secondary-button {
    transition: none;
  }
}
