
.hb-campus-final {
  --hb-ink: #111111;
  --hb-copy: #333333;
  --hb-muted: #707070;
  --hb-line: #dddddd;
  --hb-soft: #f5f5f5;
  --hb-softer: #fafafa;
  --hb-white: #ffffff;

  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--hb-copy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.74;
}

.hb-campus-final,
.hb-campus-final * {
  box-sizing: border-box;
}

.hb-campus-final h1,
.hb-campus-final h2,
.hb-campus-final h3,
.hb-campus-final p,
.hb-campus-final ul,
.hb-campus-final ol,
.hb-campus-final figure {
  margin-top: 0;
}

.hb-campus-final h1 {
  width: 100%;
  max-width: none;
  margin: 0 0 26px;
  color: var(--hb-ink);
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hb-campus-final h2 {
  margin: 72px 0 24px;
  padding-top: 21px;
  border-top: 2px solid var(--hb-ink);
  color: var(--hb-ink);
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.03em;
  scroll-margin-top: 30px;
}

.hb-campus-final h3 {
  margin: 35px 0 13px;
  color: var(--hb-ink);
  font-size: 22px;
  line-height: 1.34;
  letter-spacing: -0.01em;
}

.hb-campus-final p {
  margin-bottom: 19px;
}

.hb-campus-final a {
  color: var(--hb-ink);
  font-weight: 700;
  text-decoration-color: #8f8f8f;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hb-campus-final a:hover {
  text-decoration-color: var(--hb-ink);
}

.hb-campus-final a {
  overflow-wrap: anywhere;
}

.hb-campus-final a:focus-visible,
.hb-campus-final summary:focus-visible {
  outline: 2px solid var(--hb-ink);
  outline-offset: 3px;
}

.hb-campus-final strong {
  color: var(--hb-ink);
}

/* INTRO */
.hb-campus-final .hb-lede {
  width: 100%;
  max-width: none;
  margin-bottom: 31px;
  color: #252525;
  font-size: 20px;
  line-height: 1.67;
}

.hb-campus-final .hb-reader-fit {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 30px;
  width: 100%;
  max-width: none;
  margin: 31px 0 38px;
  padding: 22px 0;
  border-top: 1px solid var(--hb-line);
  border-bottom: 1px solid var(--hb-line);
}

.hb-campus-final .hb-reader-fit strong {
  font-size: 14px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hb-campus-final .hb-reader-fit p {
  margin: 0;
}

/* TOC */
.hb-campus-final .hb-toc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 34px 0 52px;
  padding: 12px;
  border: 1px solid var(--hb-line);
  background: var(--hb-soft);
}

.hb-campus-final .hb-toc a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 11px;
  border: 1px solid #c9c9c9;
  background: var(--hb-white);
  color: var(--hb-ink);
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.hb-campus-final .hb-toc a:hover {
  border-color: var(--hb-ink);
  background: var(--hb-ink);
  color: var(--hb-white);
}

/* CAMPUS DAY FLOW */
.hb-campus-final .hb-day-flow {
  margin: 31px 0 38px;
  border-top: 1px solid var(--hb-line);
}

.hb-campus-final .hb-day-row {
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-campus-final .hb-day-row strong {
  font-size: 15px;
}

.hb-campus-final .hb-day-row span {
  color: #484848;
}


/* OUTFIT FORMULAS */
.hb-campus-final .hb-outfit-formulas {
  margin: 29px 0 38px;
  border-top: 1px solid var(--hb-line);
}

.hb-campus-final .hb-outfit-formula {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  padding: 19px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-campus-final .hb-outfit-formula strong {
  font-size: 15px;
}

.hb-campus-final .hb-outfit-formula p {
  margin: 0;
}

/* CALLOUT */
.hb-campus-final .hb-callout {
  margin: 30px 0 35px;
  padding: 22px 26px;
  border-left: 3px solid var(--hb-ink);
  background: var(--hb-softer);
}

.hb-campus-final .hb-callout strong {
  display: block;
  margin-bottom: 6px;
}

.hb-campus-final .hb-callout p:last-child {
  margin-bottom: 0;
}

/* MOVEMENT */
.hb-campus-final .hb-movement {
  margin: 28px 0 36px;
  border-top: 1px solid var(--hb-line);
}

.hb-campus-final .hb-movement-row {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 25px;
  padding: 19px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-campus-final .hb-movement-row strong {
  font-size: 14px;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.hb-campus-final .hb-movement-row p {
  margin: 0;
}

/* PRODUCT BLOCK */
.hb-campus-final .hb-product {
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(350px, 1.05fr);
  margin: 38px 0 44px;
  overflow: hidden;
  border: 1px solid var(--hb-line);
  background: var(--hb-white);
}

.hb-campus-final .hb-product--reverse .hb-product-media {
  order: 2;
}

.hb-campus-final .hb-product--reverse .hb-product-copy {
  order: 1;
}

.hb-campus-final .hb-product-media {
  position: relative;
  display: block;
  min-height: 480px;
  overflow: hidden;
  background: #f1f1f1;
  text-decoration: none;
}

.hb-campus-final .hb-product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  background: #f1f1f1;
  transition: opacity .35s ease, transform .45s ease;
}

.hb-campus-final .hb-product-media .hb-main {
  opacity: 1;
}

.hb-campus-final .hb-product-media .hb-alt {
  opacity: 0;
}

.hb-campus-final .hb-product:hover .hb-main {
  opacity: 0;
}

.hb-campus-final .hb-product:hover .hb-alt {
  opacity: 1;
}

.hb-campus-final .hb-product:hover .hb-product-media img {
  transform: scale(1.015);
}

.hb-campus-final .hb-product-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(29px, 4vw, 50px);
}

.hb-campus-final .hb-eyebrow {
  margin-bottom: 9px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-campus-final .hb-product-copy h3 {
  margin: 0 0 15px;
  font-size: 27px;
  line-height: 1.25;
}

.hb-campus-final .hb-product-copy p:last-of-type {
  margin-bottom: 15px;
}

/* BUTTONS */
.hb-campus-final .hb-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.hb-campus-final .hb-button {
  display: inline-block;
  padding: 13px 18px;
  border: 1px solid var(--hb-ink);
  background: var(--hb-ink);
  color: var(--hb-white);
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
}

.hb-campus-final .hb-button:hover {
  background: var(--hb-white);
  color: var(--hb-ink);
  text-decoration: none;
}

.hb-campus-final .hb-button-secondary {
  background: var(--hb-white);
  color: var(--hb-ink);
}

.hb-campus-final .hb-button-secondary:hover {
  background: var(--hb-ink);
  color: var(--hb-white);
}

/* LAYER STEPS */
.hb-campus-final .hb-layer-steps {
  margin: 30px 0 36px;
  padding: 0;
  counter-reset: campusstep;
  list-style: none;
  border-top: 2px solid var(--hb-ink);
}

.hb-campus-final .hb-layer-steps li {
  position: relative;
  margin: 0;
  padding: 19px 18px 19px 62px;
  border-bottom: 1px solid var(--hb-line);
  counter-increment: campusstep;
}

.hb-campus-final .hb-layer-steps li:before {
  content: counter(campusstep);
  position: absolute;
  top: 17px;
  left: 14px;
  width: 28px;
  color: var(--hb-ink);
  font-size: 19px;
  font-weight: 800;
  text-align: center;
}

.hb-campus-final .hb-layer-steps li strong {
  display: block;
  margin-bottom: 3px;
}

/* BUY FILTER */
.hb-campus-final .hb-buy-filter {
  margin: 34px 0 39px;
  padding: clamp(25px, 4vw, 34px);
  border: 2px solid var(--hb-ink);
  background: var(--hb-white);
}

.hb-campus-final .hb-buy-filter h3 {
  margin: 0 0 18px;
}

.hb-campus-final .hb-buy-filter ul {
  margin: 0;
  padding-left: 22px;
}

.hb-campus-final .hb-buy-filter li {
  margin-bottom: 11px;
}

.hb-campus-final .hb-buy-filter li:last-child {
  margin-bottom: 0;
}

/* RESET */
.hb-campus-final .hb-reset {
  margin: 28px 0 36px;
}

.hb-campus-final .hb-reset-row {
  display: grid;
  grid-template-columns: minmax(155px, .75fr) minmax(0, 2fr);
  gap: 28px;
  padding: 19px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-campus-final .hb-reset-row:first-child {
  border-top: 1px solid var(--hb-line);
}

.hb-campus-final .hb-reset-row strong {
  font-size: 15px;
}

.hb-campus-final .hb-reset-row p {
  margin: 0;
}

/* COURSE SAFETY */
.hb-campus-final .hb-course-box {
  margin: 31px 0 37px;
  padding: clamp(25px, 4vw, 36px);
  border: 2px solid var(--hb-ink);
  background: var(--hb-softer);
}

.hb-campus-final .hb-course-box h3 {
  margin: 0 0 13px;
  font-size: 25px;
}

.hb-campus-final .hb-course-box p:last-child {
  margin-bottom: 0;
}

/* FAQ */
.hb-campus-final .hb-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--hb-line);
  background: var(--hb-white);
}

.hb-campus-final .hb-faq summary {
  position: relative;
  padding: 19px 54px 19px 20px;
  color: var(--hb-ink);
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.hb-campus-final .hb-faq summary::-webkit-details-marker {
  display: none;
}

.hb-campus-final .hb-faq summary:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
}

.hb-campus-final .hb-faq details[open] summary:after {
  content: "−";
}

.hb-campus-final .hb-faq-answer {
  padding: 0 20px 20px;
}

.hb-campus-final .hb-faq-answer p:last-child {
  margin-bottom: 0;
}

/* FINAL CTA */
.hb-campus-final .hb-final-cta {
  margin-top: 70px;
  padding: clamp(31px, 5vw, 52px);
  border: 2px solid var(--hb-ink);
  background: var(--hb-soft);
}

.hb-campus-final .hb-final-label {
  margin-bottom: 9px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-campus-final .hb-final-title {
  margin-bottom: 18px;
  color: var(--hb-ink);
  font-size: clamp(27px, 3vw, 37px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.hb-campus-final .hb-final-points {
  margin: 25px 0 27px;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cfcfcf;
}

.hb-campus-final .hb-final-points li {
  position: relative;
  margin: 0;
  padding: 15px 8px 15px 28px;
  border-bottom: 1px solid #cfcfcf;
}

.hb-campus-final .hb-final-points li:before {
  content: "—";
  position: absolute;
  left: 3px;
  color: var(--hb-ink);
  font-weight: 700;
}

.hb-campus-final .hb-contact-note {
  margin-top: 25px;
  padding-top: 22px;
  border-top: 1px solid #cfcfcf;
}

@media (max-width: 900px) {
  .hb-campus-final .hb-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hb-campus-final .hb-product {
    grid-template-columns: 1fr;
  }

  .hb-campus-final .hb-product--reverse .hb-product-media,
  .hb-campus-final .hb-product--reverse .hb-product-copy {
    order: initial;
  }

  .hb-campus-final .hb-product-media {
    min-height: 450px;
  }
}

@media (max-width: 760px) {
  .hb-campus-final {
    font-size: 16px;
    line-height: 1.69;
  }

  .hb-campus-final h2 {
    margin-top: 56px;
  }

  .hb-campus-final .hb-reader-fit,
  .hb-campus-final .hb-day-row,
  .hb-campus-final .hb-outfit-formula,
  .hb-campus-final .hb-movement-row,
  .hb-campus-final .hb-reset-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 520px) {
  .hb-campus-final h1 {
    font-size: 35px;
  }

  .hb-campus-final .hb-lede {
    font-size: 18px;
  }

  .hb-campus-final .hb-toc {
    grid-template-columns: 1fr;
  }

  .hb-campus-final .hb-product-media {
    min-height: 350px;
  }

  .hb-campus-final .hb-product-copy {
    padding: 26px 21px;
  }

  .hb-campus-final .hb-button-row {
    flex-direction: column;
  }

  .hb-campus-final .hb-button {
    width: 100%;
    text-align: center;
  }

  .hb-campus-final .hb-final-cta {
    padding: 27px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hb-campus-final .hb-product-media img {
    transition: none;
  }
}
