
.hb-beanie-care {
  --hb-ink: #111111;
  --hb-copy: #343434;
  --hb-muted: #6f6f6f;
  --hb-line: #dddddd;
  --hb-soft: #f5f5f3;
  --hb-paper: #ffffff;
  --hb-warm: #efede8;

  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--hb-copy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.74;
}

.hb-beanie-care,
.hb-beanie-care *,
.hb-beanie-care *::before,
.hb-beanie-care *::after {
  box-sizing: border-box;
}

.hb-beanie-care h1,
.hb-beanie-care h2,
.hb-beanie-care h3,
.hb-beanie-care p,
.hb-beanie-care ul,
.hb-beanie-care ol,
.hb-beanie-care dl,
.hb-beanie-care figure {
  margin-top: 0;
}

.hb-beanie-care h1 {
  max-width: 920px;
  margin: 0 0 28px;
  color: var(--hb-ink);
  font-size: clamp(40px, 5.1vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hb-beanie-care h2 {
  margin: 74px 0 24px;
  padding-top: 19px;
  border-top: 2px solid var(--hb-ink);
  color: var(--hb-ink);
  font-size: clamp(28px, 3.3vw, 39px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.hb-beanie-care h3 {
  margin: 36px 0 13px;
  color: var(--hb-ink);
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.012em;
}

.hb-beanie-care p {
  margin-bottom: 19px;
}

.hb-beanie-care a {
  color: var(--hb-ink);
  font-weight: 700;
  text-decoration-color: #929292;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hb-beanie-care a:hover {
  text-decoration-color: var(--hb-ink);
}

.hb-beanie-care .hb-kicker {
  margin-bottom: 17px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-lede {
  max-width: 930px;
  margin-bottom: 31px;
  color: #262626;
  font-size: 20px;
  line-height: 1.66;
}

.hb-beanie-care .hb-core-rule {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 28px;
  margin: 35px 0 39px;
  padding: 24px 0;
  border-top: 1px solid var(--hb-line);
  border-bottom: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-core-rule strong {
  color: var(--hb-ink);
  font-size: 13px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-core-rule p {
  max-width: 780px;
  margin: 0;
}

.hb-beanie-care .hb-toc {
  margin: 35px 0 48px;
  padding: 18px;
  border: 1px solid var(--hb-line);
  background: var(--hb-soft);
}

.hb-beanie-care .hb-toc-title {
  margin-bottom: 12px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-toc-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hb-beanie-care .hb-toc a {
  padding: 9px 12px;
  border: 1px solid #c8c8c8;
  background: var(--hb-paper);
  color: var(--hb-ink);
  font-size: 13px;
  line-height: 1.25;
  text-decoration: none;
}

.hb-beanie-care .hb-toc a:hover {
  border-color: var(--hb-ink);
}

.hb-beanie-care .hb-quick-check {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 30px 0 42px;
  border-top: 2px solid var(--hb-ink);
  border-left: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-quick-check > div {
  padding: 22px;
  border-right: 1px solid var(--hb-line);
  border-bottom: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-quick-check span {
  display: block;
  margin-bottom: 7px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-quick-check strong {
  display: block;
  color: var(--hb-ink);
  font-size: 16px;
  line-height: 1.45;
}

/* =========================
   PRODUCT SHOWCASE
   ========================= */

.hb-beanie-care .hb-product-showcase {
  margin: 48px 0 62px;
  padding: clamp(24px, 3.5vw, 40px);
  border: 1px solid var(--hb-line);
  background: #f5f5f3;
}

.hb-beanie-care .hb-product-showcase-head {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--hb-ink);
}

.hb-beanie-care .hb-product-showcase-label {
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-product-showcase-title {
  max-width: 700px;
  margin: 0;
  color: var(--hb-ink);
  font-size: clamp(27px, 3vw, 37px);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -.03em;
}

.hb-beanie-care .hb-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.hb-beanie-care .hb-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 12px;
  border: 1px solid #d7d7d7;
  background: #fff;
  box-shadow:
    0 8px 20px rgba(0,0,0,.035),
    0 20px 40px rgba(0,0,0,.04);
  transition:
    transform .42s cubic-bezier(.18,.8,.22,1),
    box-shadow .42s ease,
    border-color .3s ease;
}

.hb-beanie-care .hb-product-card:hover {
  z-index: 3;
  transform: translateY(-12px);
  border-color: #a9a9a9;
  box-shadow:
    0 14px 24px rgba(0,0,0,.065),
    0 34px 64px rgba(0,0,0,.13);
}

.hb-beanie-care .hb-product-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #eeeeec;
  text-decoration: none;
}

.hb-beanie-care .hb-product-image::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 18%;
  bottom: 4%;
  left: 18%;
  height: 9%;
  border-radius: 50%;
  background: rgba(0,0,0,.17);
  filter: blur(16px);
  opacity: .14;
  transform: scale(.72);
  transition:
    opacity .4s ease,
    transform .4s ease;
}

.hb-beanie-care .hb-product-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px;
  object-fit: contain;
  transition:
    transform .5s cubic-bezier(.18,.8,.22,1),
    filter .42s ease;
}

.hb-beanie-care .hb-product-card:hover .hb-product-image img {
  transform: translateY(-8px) scale(1.025);
  filter: drop-shadow(0 16px 12px rgba(0,0,0,.13));
}

.hb-beanie-care .hb-product-card:hover .hb-product-image::after {
  opacity: .36;
  transform: scale(1.02);
}

.hb-beanie-care .hb-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 5px 5px;
}

.hb-beanie-care .hb-product-type {
  display: block;
  margin-bottom: 5px;
  color: var(--hb-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-product-name {
  margin-bottom: 14px;
  color: var(--hb-ink);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.32;
}

.hb-beanie-care .hb-product-copy {
  margin-bottom: 17px;
  color: var(--hb-muted);
  font-size: 13px;
  line-height: 1.55;
}

.hb-beanie-care .hb-product-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: auto;
  padding: 12px 14px;
  border: 1px solid var(--hb-ink);
  background: var(--hb-ink);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease;
}

.hb-beanie-care .hb-product-button:hover {
  background: #fff;
  color: var(--hb-ink);
  transform: translateY(-1px);
}

.hb-beanie-care .hb-product-button span:last-child {
  font-size: 15px;
}

.hb-beanie-care .hb-product-showcase-note {
  max-width: 800px;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--hb-line);
  color: var(--hb-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* =========================
   CONTENT MODULES
   ========================= */

.hb-beanie-care .hb-callout {
  position: relative;
  margin: 30px 0 35px;
  padding: 25px 29px 25px 35px;
  border: 1px solid var(--hb-line);
  background: var(--hb-soft);
}

.hb-beanie-care .hb-callout::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 5px;
  background: var(--hb-ink);
}

.hb-beanie-care .hb-callout strong {
  display: block;
  margin-bottom: 7px;
  color: var(--hb-ink);
  font-size: 16px;
}

.hb-beanie-care .hb-callout p:last-child {
  margin-bottom: 0;
}

.hb-beanie-care .hb-situations {
  margin: 28px 0 36px;
  border-top: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-situation {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-situation strong {
  color: var(--hb-ink);
}

.hb-beanie-care .hb-situation p {
  margin: 0;
}

.hb-beanie-care .hb-steps {
  margin: 30px 0 38px;
  padding: 0;
  counter-reset: hb-care-step;
  list-style: none;
  border-top: 2px solid var(--hb-ink);
}

.hb-beanie-care .hb-steps li {
  position: relative;
  margin: 0;
  padding: 22px 18px 22px 70px;
  border-bottom: 1px solid var(--hb-line);
  counter-increment: hb-care-step;
}

.hb-beanie-care .hb-steps li::before {
  content: counter(hb-care-step, decimal-leading-zero);
  position: absolute;
  top: 21px;
  left: 10px;
  width: 42px;
  color: var(--hb-ink);
  font-size: 18px;
  font-weight: 800;
}

.hb-beanie-care .hb-steps strong {
  color: var(--hb-ink);
}

.hb-beanie-care .hb-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 31px 0 37px;
}

.hb-beanie-care .hb-compare-item {
  padding: 25px;
  border: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-compare-label {
  margin-bottom: 8px;
  color: var(--hb-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-compare-title {
  display: block;
  margin-bottom: 11px;
  color: var(--hb-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.hb-beanie-care .hb-compare-item p:last-child {
  margin-bottom: 0;
}

.hb-beanie-care .hb-definition {
  margin: 31px 0 36px;
  padding: 28px;
  background: var(--hb-warm);
}

.hb-beanie-care .hb-definition-title {
  margin-bottom: 16px;
  color: var(--hb-ink);
  font-size: 19px;
  font-weight: 800;
}

.hb-beanie-care .hb-definition dl {
  display: grid;
  grid-template-columns: 170px 1fr;
  margin: 0;
}

.hb-beanie-care .hb-definition dt,
.hb-beanie-care .hb-definition dd {
  padding: 14px 0;
  border-top: 1px solid rgba(17,17,17,.17);
}

.hb-beanie-care .hb-definition dt {
  padding-right: 24px;
  color: var(--hb-ink);
  font-weight: 800;
}

.hb-beanie-care .hb-definition dd {
  margin: 0;
}

.hb-beanie-care .hb-storage {
  margin: 29px 0 37px;
}

.hb-beanie-care .hb-storage-row {
  display: grid;
  grid-template-columns: 165px 1fr;
  gap: 26px;
  padding: 22px 0;
  border-top: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-storage-row:last-child {
  border-bottom: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-storage-row strong {
  color: var(--hb-ink);
}

.hb-beanie-care .hb-storage-row p {
  margin: 0;
}

.hb-beanie-care .hb-mistakes {
  margin: 27px 0 38px;
  padding: 0;
  list-style: none;
}

.hb-beanie-care .hb-mistakes li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid var(--hb-line);
}

.hb-beanie-care .hb-mistakes li::before {
  content: "×";
  color: var(--hb-ink);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}

/* =========================
   FAQ
   ========================= */

.hb-beanie-care .hb-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--hb-line);
  background: var(--hb-paper);
}

.hb-beanie-care .hb-faq summary {
  position: relative;
  padding: 20px 55px 20px 20px;
  color: var(--hb-ink);
  font-weight: 800;
  line-height: 1.42;
  cursor: pointer;
  list-style: none;
}

.hb-beanie-care .hb-faq summary::-webkit-details-marker {
  display: none;
}

.hb-beanie-care .hb-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 400;
}

.hb-beanie-care .hb-faq details[open] summary::after {
  content: "−";
}

.hb-beanie-care .hb-faq-answer {
  padding: 0 20px 20px;
}

.hb-beanie-care .hb-faq-answer p:last-child {
  margin-bottom: 0;
}

/* =========================
   FINAL CTA
   ========================= */

.hb-beanie-care .hb-final {
  position: relative;
  margin-top: 76px;
  padding: clamp(34px, 5vw, 58px);
  overflow: hidden;
  border: 2px solid var(--hb-ink);
  background: var(--hb-ink);
  color: rgba(255,255,255,.82);
}

.hb-beanie-care .hb-final::after {
  content: "CRTZ";
  position: absolute;
  right: -18px;
  bottom: -46px;
  color: rgba(255,255,255,.045);
  font-size: clamp(100px, 18vw, 220px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.08em;
  pointer-events: none;
}

.hb-beanie-care .hb-final-content {
  position: relative;
  z-index: 1;
  max-width: 880px;
}

.hb-beanie-care .hb-final-label {
  margin-bottom: 11px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hb-beanie-care .hb-final-heading {
  max-width: 800px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(30px, 3.8vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.032em;
}

.hb-beanie-care .hb-final p {
  max-width: 800px;
  margin-bottom: 18px;
  color: rgba(255,255,255,.74);
}

.hb-beanie-care .hb-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.hb-beanie-care .hb-final-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--hb-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .065em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform .25s ease,
    background .25s ease,
    color .25s ease;
}

.hb-beanie-care .hb-final-button:hover {
  transform: translateY(-2px);
  background: transparent;
  color: #fff;
}

.hb-beanie-care .hb-final-button--secondary {
  background: transparent;
  color: #fff;
}

.hb-beanie-care .hb-final-button--secondary:hover {
  background: #fff;
  color: var(--hb-ink);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 840px) {
  .hb-beanie-care {
    font-size: 16px;
    line-height: 1.7;
  }

  .hb-beanie-care .hb-core-rule,
  .hb-beanie-care .hb-situation,
  .hb-beanie-care .hb-storage-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .hb-beanie-care .hb-quick-check {
    grid-template-columns: 1fr;
  }

  .hb-beanie-care .hb-compare {
    grid-template-columns: 1fr;
  }

  .hb-beanie-care .hb-definition dl {
    grid-template-columns: 1fr;
  }

  .hb-beanie-care .hb-definition dt {
    padding-bottom: 4px;
  }

  .hb-beanie-care .hb-definition dd {
    padding-top: 0;
    border-top: 0;
  }
}

@media (max-width: 760px) {
  .hb-beanie-care .hb-product-showcase-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hb-beanie-care .hb-product-grid {
    gap: 14px;
  }
}

@media (max-width: 600px) {
  .hb-beanie-care .hb-product-grid {
    grid-template-columns: 1fr;
  }

  .hb-beanie-care .hb-product-card:hover {
    transform: translateY(-6px);
  }
}

@media (max-width: 560px) {
  .hb-beanie-care h1 {
    font-size: 39px;
  }

  .hb-beanie-care h2 {
    margin-top: 58px;
    font-size: 29px;
  }

  .hb-beanie-care .hb-lede {
    font-size: 18px;
  }

  .hb-beanie-care .hb-toc {
    padding: 15px;
  }

  .hb-beanie-care .hb-toc-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .hb-beanie-care .hb-toc a {
    text-align: center;
  }

  .hb-beanie-care .hb-steps li {
    padding-left: 59px;
  }

  .hb-beanie-care .hb-callout,
  .hb-beanie-care .hb-definition {
    padding: 22px;
  }
}

@media (max-width: 520px) {
  .hb-beanie-care .hb-final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hb-beanie-care .hb-final-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hb-beanie-care *,
  .hb-beanie-care *::before,
  .hb-beanie-care *::after {
    scroll-behavior: auto !important;
  }

  .hb-beanie-care .hb-product-card,
  .hb-beanie-care .hb-product-image img,
  .hb-beanie-care .hb-product-image::after,
  .hb-beanie-care .hb-product-button,
  .hb-beanie-care .hb-final-button {
    transition: none;
  }

  .hb-beanie-care .hb-product-card:hover,
  .hb-beanie-care .hb-product-card:hover .hb-product-image img,
  .hb-beanie-care .hb-final-button:hover {
    transform: none;
  }
}
