
.hb-fit-guide {
  --hb-ink: #111111;
  --hb-copy: #333333;
  --hb-muted: #6b6b6b;
  --hb-line: #dddddd;
  --hb-soft: #f5f5f5;
  --hb-soft-2: #fafafa;
  --hb-white: #ffffff;

  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  color: var(--hb-copy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.hb-fit-guide,
.hb-fit-guide * {
  box-sizing: border-box;
}

.hb-fit-guide h1,
.hb-fit-guide h2,
.hb-fit-guide h3,
.hb-fit-guide h4,
.hb-fit-guide p,
.hb-fit-guide ul,
.hb-fit-guide ol,
.hb-fit-guide dl,
.hb-fit-guide dd,
.hb-fit-guide figure {
  margin-top: 0;
}

.hb-fit-guide a {
  color: var(--hb-ink);
  font-weight: 700;
  text-decoration-color: #8d8d8d;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hb-fit-guide a:hover {
  text-decoration-color: var(--hb-ink);
}

.hb-fit-guide a:focus-visible,
.hb-fit-guide summary:focus-visible {
  outline: 2px solid var(--hb-ink);
  outline-offset: 3px;
}

/* HERO */

.hb-fit-guide .hb-hero {
  width: 100%;
  padding: 14px 0 37px;
  border-bottom: 1px solid var(--hb-line);
}

.hb-fit-guide .hb-eyebrow {
  margin-bottom: 12px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hb-fit-guide h1 {
  width: 100%;
  max-width: none;
  margin-bottom: 23px;
  color: var(--hb-ink);
  font-size: clamp(36px, 4.9vw, 58px);
  line-height: 1.055;
  letter-spacing: -0.04em;
}

.hb-fit-guide .hb-lede {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  color: #252525;
  font-size: clamp(19px, 2vw, 22px);
  line-height: 1.64;
}

/* TOC */

.hb-fit-guide .hb-toc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 18px 0 50px;
  padding: 12px;
  border: 1px solid var(--hb-line);
  background: var(--hb-soft);
}

.hb-fit-guide .hb-toc a {
  min-width: 0;
  padding: 11px 10px;
  border: 1px solid #c7c7c7;
  background: var(--hb-white);
  color: var(--hb-ink);
  font-size: 13px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.hb-fit-guide .hb-toc a:hover,
.hb-fit-guide .hb-toc a:focus-visible {
  border-color: var(--hb-ink);
  background: var(--hb-ink);
  color: var(--hb-white);
}

/* TYPOGRAPHY */

.hb-fit-guide section {
  scroll-margin-top: 24px;
}

.hb-fit-guide h2 {
  margin: 68px 0 22px;
  padding-top: 19px;
  border-top: 2px solid var(--hb-ink);
  color: var(--hb-ink);
  font-size: clamp(28px, 3vw, 37px);
  line-height: 1.17;
  letter-spacing: -0.028em;
}

.hb-fit-guide h3 {
  margin: 35px 0 13px;
  color: var(--hb-ink);
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.015em;
}

.hb-fit-guide h4 {
  margin: 0 0 11px;
  color: var(--hb-ink);
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.hb-fit-guide p {
  margin-bottom: 19px;
}

.hb-fit-guide strong {
  color: var(--hb-ink);
}

.hb-fit-guide .hb-section-intro {
  max-width: none;
  color: #292929;
  font-size: 18px;
  line-height: 1.68;
}

/* SHAPE COMPARISON */

.hb-fit-guide .hb-shape-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 30px 0 36px;
  border-top: 2px solid var(--hb-ink);
  border-right: 1px solid var(--hb-line);
  border-left: 1px solid var(--hb-line);
}

.hb-fit-guide .hb-shape {
  padding: 27px 29px;
  border-bottom: 1px solid var(--hb-line);
}

.hb-fit-guide .hb-shape:first-child {
  border-right: 1px solid var(--hb-line);
}

.hb-fit-guide .hb-shape-label {
  display: block;
  margin-bottom: 9px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-fit-guide .hb-shape h3 {
  margin: 0 0 12px;
  font-size: 25px;
}

.hb-fit-guide .hb-shape p:last-child {
  margin-bottom: 0;
}

/* CALLOUT */

.hb-fit-guide .hb-callout {
  margin: 30px 0 36px;
  padding: 24px 28px;
  border-left: 4px solid var(--hb-ink);
  background: var(--hb-soft);
}

.hb-fit-guide .hb-callout strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

.hb-fit-guide .hb-callout p:last-child {
  margin-bottom: 0;
}

/* STEPS */

.hb-fit-guide .hb-check-steps {
  max-width: none;
  margin: 30px 0 38px;
  padding: 0;
  list-style: none;
  counter-reset: hb-step;
  border-top: 1px solid var(--hb-line);
}

.hb-fit-guide .hb-check-steps li {
  position: relative;
  margin: 0;
  padding: 19px 18px 19px 62px;
  border-bottom: 1px solid var(--hb-line);
  counter-increment: hb-step;
}

.hb-fit-guide .hb-check-steps li::before {
  content: counter(hb-step);
  position: absolute;
  top: 17px;
  left: 11px;
  width: 30px;
  color: var(--hb-ink);
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.hb-fit-guide .hb-check-steps strong {
  display: block;
  margin-bottom: 3px;
}

/* MOVEMENT */

.hb-fit-guide .hb-movement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 30px 0 38px;
}

.hb-fit-guide .hb-movement-item {
  padding-top: 19px;
  border-top: 2px solid var(--hb-ink);
}

.hb-fit-guide .hb-movement-item h3 {
  margin: 0 0 11px;
}

.hb-fit-guide .hb-movement-item p:last-child {
  margin-bottom: 0;
}

/* BALANCE */

.hb-fit-guide .hb-balance {
  margin: 31px 0 38px;
  border-top: 2px solid var(--hb-ink);
}

.hb-fit-guide .hb-balance-row {
  display: grid;
  grid-template-columns: 185px 1fr 1fr;
  gap: 22px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-fit-guide .hb-balance-row dt {
  color: var(--hb-ink);
  font-weight: 800;
}

.hb-fit-guide .hb-balance-row dd {
  margin: 0;
}

.hb-fit-guide .hb-balance-row dd strong {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* WHO IT SUITS */

.hb-fit-guide .hb-suits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin: 30px 0 38px;
}

.hb-fit-guide .hb-suit {
  padding: 24px 25px;
  border: 1px solid var(--hb-line);
}

.hb-fit-guide .hb-suit p:last-child {
  margin-bottom: 0;
}

/* PRODUCTS */

.hb-fit-guide .hb-product-intro {
  max-width: none;
  margin-bottom: 17px;
}

.hb-fit-guide .hb-product-note {
  max-width: none;
  margin-bottom: 27px;
  padding: 15px 18px;
  border-left: 3px solid var(--hb-line);
  background: var(--hb-soft-2);
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.6;
}

.hb-fit-guide .hb-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 24px;
}

.hb-fit-guide .hb-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--hb-line);
  background: var(--hb-white);
}

.hb-fit-guide .hb-product-card-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-bottom: 1px solid var(--hb-line);
  background: #f1f1ef;
  text-decoration: none;
}

.hb-fit-guide .hb-product-card-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  background: #f1f1ef;
}

.hb-fit-guide .hb-product-card-image .hb-product-image-primary {
  opacity: 1;
  transition: opacity .28s ease;
}

.hb-fit-guide .hb-product-card-image .hb-product-image-hover {
  opacity: 0;
  transition: opacity .28s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hb-fit-guide .hb-product-card-image:hover .hb-product-image-primary,
  .hb-fit-guide .hb-product-card-image:focus-visible .hb-product-image-primary {
    opacity: 0;
  }

  .hb-fit-guide .hb-product-card-image:hover .hb-product-image-hover,
  .hb-fit-guide .hb-product-card-image:focus-visible .hb-product-image-hover {
    opacity: 1;
  }
}

.hb-fit-guide .hb-product-card-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 23px 22px 24px;
}

.hb-fit-guide .hb-product-label {
  margin-bottom: 7px;
  color: var(--hb-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-fit-guide .hb-product-card h4 {
  overflow-wrap: anywhere;
  font-size: 20px;
  line-height: 1.25;
}

.hb-fit-guide .hb-product-card p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.62;
}

.hb-fit-guide .hb-card-button {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 12px 15px;
  border: 1px solid var(--hb-ink);
  background: var(--hb-white);
  color: var(--hb-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.hb-fit-guide .hb-card-button:hover,
.hb-fit-guide .hb-card-button:focus-visible {
  background: var(--hb-ink);
  color: var(--hb-white);
}

.hb-fit-guide .hb-collection-link {
  margin: 0 0 42px;
}

/* BUYING ADVICE */

.hb-fit-guide .hb-buying-advice {
  margin: 31px 0 38px;
  padding: 27px 29px;
  border: 1px solid var(--hb-line);
  background: var(--hb-soft-2);
}

.hb-fit-guide .hb-buying-advice h3 {
  margin: 0 0 15px;
}

.hb-fit-guide .hb-buying-advice ul {
  margin: 0;
  padding-left: 22px;
}

.hb-fit-guide .hb-buying-advice li {
  margin-bottom: 10px;
}

.hb-fit-guide .hb-buying-advice li:last-child {
  margin-bottom: 0;
}

/* FAQ */

.hb-fit-guide .hb-faq details {
  max-width: none;
  margin-bottom: 11px;
  border: 1px solid var(--hb-line);
  background: var(--hb-white);
}

.hb-fit-guide .hb-faq summary {
  position: relative;
  padding: 18px 50px 18px 20px;
  color: var(--hb-ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.hb-fit-guide .hb-faq summary::-webkit-details-marker {
  display: none;
}

.hb-fit-guide .hb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: var(--hb-muted);
  font-size: 23px;
  font-weight: 400;
}

.hb-fit-guide .hb-faq details[open] summary::after {
  content: "−";
}

.hb-fit-guide .hb-faq-answer {
  padding: 0 20px 20px;
}

.hb-fit-guide .hb-faq-answer p:last-child {
  margin-bottom: 0;
}

/* FINAL CTA */

.hb-fit-guide .hb-final {
  margin-top: 66px;
  padding: clamp(30px, 5vw, 52px);
  border: 2px solid var(--hb-ink);
  background: var(--hb-soft);
}

.hb-fit-guide .hb-final h2 {
  margin: 0 0 17px;
  padding: 0;
  border: 0;
}

.hb-fit-guide .hb-final p {
  max-width: none;
}

.hb-fit-guide .hb-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hb-fit-guide .hb-button {
  display: inline-block;
  min-height: 44px;
  padding: 13px 19px;
  border: 1px solid var(--hb-ink);
  background: var(--hb-ink);
  color: var(--hb-white);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.hb-fit-guide .hb-button:hover,
.hb-fit-guide .hb-button:focus-visible {
  background: var(--hb-white);
  color: var(--hb-ink);
}

.hb-fit-guide .hb-button-secondary {
  background: var(--hb-white);
  color: var(--hb-ink);
}

.hb-fit-guide .hb-button-secondary:hover,
.hb-fit-guide .hb-button-secondary:focus-visible {
  background: var(--hb-ink);
  color: var(--hb-white);
}

.hb-fit-guide .hb-contact-note {
  margin: 27px 0 0;
  padding-top: 22px;
  border-top: 1px solid #cdcdcd;
  font-size: 15px;
  line-height: 1.65;
}

/* RESPONSIVE */

@media (max-width: 920px) {
  .hb-fit-guide .hb-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hb-fit-guide .hb-balance-row {
    grid-template-columns: 150px 1fr 1fr;
    gap: 16px;
  }
}

@media (max-width: 720px) {
  .hb-fit-guide {
    font-size: 16px;
    line-height: 1.68;
  }

  .hb-fit-guide h2 {
    margin-top: 54px;
  }

  .hb-fit-guide .hb-shape-compare,
  .hb-fit-guide .hb-movement,
  .hb-fit-guide .hb-suits {
    grid-template-columns: 1fr;
  }

  .hb-fit-guide .hb-shape:first-child {
    border-right: 0;
  }

  .hb-fit-guide .hb-product-grid {
    grid-template-columns: 1fr;
  }

  .hb-fit-guide .hb-product-card-image {
    aspect-ratio: 4 / 3;
  }

  .hb-fit-guide .hb-balance-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .hb-fit-guide .hb-balance-row dd {
    padding-left: 14px;
    border-left: 2px solid var(--hb-line);
  }
}

@media (max-width: 540px) {
  .hb-fit-guide .hb-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hb-fit-guide .hb-toc a {
    white-space: normal;
  }

  .hb-fit-guide h1 {
    font-size: clamp(32px, 10.2vw, 44px);
  }

  .hb-fit-guide .hb-hero {
    padding-bottom: 31px;
  }

  .hb-fit-guide .hb-shape,
  .hb-fit-guide .hb-suit,
  .hb-fit-guide .hb-buying-advice {
    padding-right: 21px;
    padding-left: 21px;
  }

  .hb-fit-guide .hb-button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hb-fit-guide .hb-button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .hb-fit-guide .hb-toc {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hb-fit-guide .hb-product-card-image .hb-product-image-primary,
  .hb-fit-guide .hb-product-card-image .hb-product-image-hover {
    transition: none;
  }
}
