
.hb-vintage-mix{
  --hb-ink:#111111;
  --hb-copy:#333333;
  --hb-muted:#6b6b6b;
  --hb-line:#dddddd;
  --hb-soft:#f5f5f5;
  --hb-soft-2:#eeeeec;
  --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.72;
}

.hb-vintage-mix,
.hb-vintage-mix *{
  box-sizing:border-box;
}

.hb-vintage-mix .hb-reading{
  width:100%;
  max-width:1000px;
  margin:0 auto;
}

.hb-vintage-mix h1,
.hb-vintage-mix h2,
.hb-vintage-mix h3,
.hb-vintage-mix p,
.hb-vintage-mix ul,
.hb-vintage-mix ol,
.hb-vintage-mix figure{
  margin-top:0;
}

.hb-vintage-mix h1{
  width:100%;
  margin:0 0 28px;
  color:var(--hb-ink);
  font-size:clamp(38px,5.2vw,64px);
  line-height:1.04;
  letter-spacing:-.045em;
}

.hb-vintage-mix h2{
  width:100%;
  margin:70px 0 23px;
  padding-top:19px;
  border-top:2px solid var(--hb-ink);
  color:var(--hb-ink);
  font-size:clamp(28px,3vw,37px);
  line-height:1.18;
  letter-spacing:-.025em;
}

.hb-vintage-mix h3{
  margin:36px 0 13px;
  color:var(--hb-ink);
  font-size:22px;
  line-height:1.32;
}

.hb-vintage-mix p{
  width:100%;
  margin-bottom:19px;
}

.hb-vintage-mix strong{
  color:var(--hb-ink);
}

.hb-vintage-mix a{
  color:var(--hb-ink);
  font-weight:700;
  text-decoration-color:#8d8d8d;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}

.hb-vintage-mix a:hover{
  text-decoration-color:var(--hb-ink);
}

.hb-vintage-mix .hb-kicker{
  margin-bottom:15px;
  color:var(--hb-muted);
  font-size:13px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.hb-vintage-mix .hb-lede{
  width:100%;
  margin-bottom:28px;
  color:#252525;
  font-size:20px;
  line-height:1.64;
}

.hb-vintage-mix .hb-rule{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:28px;
  width:100%;
  margin:31px 0 38px;
  padding:23px 0;
  border-top:1px solid var(--hb-line);
  border-bottom:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-rule strong{
  font-size:14px;
  line-height:1.4;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.hb-vintage-mix .hb-rule p{
  margin:0;
  color:var(--hb-muted);
  font-size:16px;
}

/* TABLE OF CONTENTS */
.hb-vintage-mix .hb-toc{
  display:flex;
  flex-wrap:nowrap;
  gap:8px;
  width:100%;
  margin:30px 0 43px;
  padding:12px;
  border:1px solid var(--hb-line);
  background:var(--hb-soft);
}

.hb-vintage-mix .hb-toc a{
  flex:1 1 0;
  min-width:0;
  padding:10px 7px;
  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-vintage-mix .hb-toc a:hover{
  border-color:var(--hb-ink);
  background:var(--hb-ink);
  color:var(--hb-white);
}

/* WHO THIS GUIDE SUITS */
.hb-vintage-mix .hb-fit-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  width:100%;
  margin:0 0 46px;
  border-top:1px solid var(--hb-line);
  border-left:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-fit-strip>div{
  padding:20px;
  border-right:1px solid var(--hb-line);
  border-bottom:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-fit-strip strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
}

.hb-vintage-mix .hb-fit-strip span{
  display:block;
  color:var(--hb-muted);
  font-size:14px;
  line-height:1.55;
}

/* CALLOUT */
.hb-vintage-mix .hb-note{
  width:100%;
  margin:29px 0 35px;
  padding:23px 25px;
  border-left:4px solid var(--hb-ink);
  background:var(--hb-soft);
}

.hb-vintage-mix .hb-note strong{
  display:block;
  margin-bottom:6px;
  font-size:16px;
}

.hb-vintage-mix .hb-note p{
  margin:0;
  font-size:16px;
}

/* NUMBERED OBSERVATIONS */
.hb-vintage-mix .hb-signal-list{
  width:100%;
  margin:29px 0 39px;
  padding:0;
  list-style:none;
  border-top:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-signal-list li{
  position:relative;
  margin:0;
  padding:19px 15px 19px 60px;
  border-bottom:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-signal-list b{
  position:absolute;
  top:18px;
  left:8px;
  color:var(--hb-muted);
  font-size:13px;
  letter-spacing:.06em;
}

.hb-vintage-mix .hb-signal-list strong{
  display:block;
  margin-bottom:3px;
}

.hb-vintage-mix .hb-signal-list span{
  color:var(--hb-muted);
  font-size:15px;
  line-height:1.56;
}

/* TWO-WAY COMPARISON */
.hb-vintage-mix .hb-compare{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  margin:30px 0 41px;
  border:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-compare>div{
  padding:25px 27px;
}

.hb-vintage-mix .hb-compare>div+div{
  border-left:1px solid var(--hb-line);
  background:var(--hb-soft);
}

.hb-vintage-mix .hb-compare small{
  display:block;
  margin-bottom:8px;
  color:var(--hb-muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hb-vintage-mix .hb-compare strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
}

.hb-vintage-mix .hb-compare p{
  margin:0;
  font-size:15px;
  line-height:1.62;
}

/* PRODUCT FEATURE */
.hb-vintage-mix .hb-product{
  display:grid;
  grid-template-columns:minmax(330px,.96fr) minmax(340px,1.04fr);
  width:100%;
  margin:42px 0 52px;
  overflow:hidden;
  border:1px solid var(--hb-line);
  background:var(--hb-white);
}

.hb-vintage-mix .hb-product-image{
  position:relative;
  display:block;
  min-height:500px;
  overflow:hidden;
  background:#f1f1f1;
  text-decoration:none;
}

.hb-vintage-mix .hb-product-image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  padding:18px;
  object-fit:contain;
  background:#f1f1f1;
  transition:opacity .38s ease,transform .48s ease;
}

.hb-vintage-mix .hb-product-image .hb-image-primary{
  opacity:1;
  z-index:1;
}

.hb-vintage-mix .hb-product-image .hb-image-hover{
  opacity:0;
  z-index:2;
  transform:scale(1.018);
}

.hb-vintage-mix .hb-product-image:hover .hb-image-primary,
.hb-vintage-mix .hb-product-image:focus-visible .hb-image-primary{
  opacity:0;
}

.hb-vintage-mix .hb-product-image:hover .hb-image-hover,
.hb-vintage-mix .hb-product-image:focus-visible .hb-image-hover{
  opacity:1;
  transform:scale(1);
}

.hb-vintage-mix .hb-product-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(29px,4vw,48px);
}

.hb-vintage-mix .hb-product--reverse .hb-product-image{
  order:2;
}

.hb-vintage-mix .hb-product--reverse .hb-product-copy{
  order:1;
}

.hb-vintage-mix .hb-eyebrow{
  margin-bottom:9px;
  color:var(--hb-muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.hb-vintage-mix .hb-product-copy h3{
  margin:0 0 14px;
  font-size:25px;
}

.hb-vintage-mix .hb-product-copy p{
  font-size:16px;
}

.hb-vintage-mix .hb-product-fit{
  margin:4px 0 19px;
  padding:16px 0;
  border-top:1px solid var(--hb-line);
  border-bottom:1px solid var(--hb-line);
  color:var(--hb-muted);
  font-size:14px;
  line-height:1.56;
}

.hb-vintage-mix .hb-product-fit strong{
  display:block;
  margin-bottom:4px;
}

.hb-vintage-mix .hb-button-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:5px;
}

.hb-vintage-mix .hb-button{
  display:inline-block;
  padding:12px 18px;
  border:1px solid var(--hb-ink);
  background:var(--hb-ink);
  color:var(--hb-white);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
}

.hb-vintage-mix .hb-button:hover{
  background:var(--hb-white);
  color:var(--hb-ink);
}

.hb-vintage-mix .hb-button-secondary{
  background:var(--hb-white);
  color:var(--hb-ink);
}

.hb-vintage-mix .hb-button-secondary:hover{
  background:var(--hb-ink);
  color:var(--hb-white);
}

/* DARK SCENARIO */
.hb-vintage-mix .hb-scenario{
  width:100%;
  margin:34px 0 41px;
  padding:clamp(27px,4vw,38px);
  background:var(--hb-ink);
  color:#e7e7e7;
}

.hb-vintage-mix .hb-scenario small{
  display:block;
  margin-bottom:8px;
  color:#aaaaaa;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.hb-vintage-mix .hb-scenario h3{
  margin:0 0 14px;
  color:var(--hb-white);
  font-size:25px;
}

.hb-vintage-mix .hb-scenario p{
  color:#dddddd;
}

.hb-vintage-mix .hb-scenario p:last-child{
  margin-bottom:0;
}

.hb-vintage-mix .hb-scenario a{
  color:var(--hb-white);
}

/* EDITING STEPS */
.hb-vintage-mix .hb-edit{
  width:100%;
  margin:28px 0 39px;
  padding:0;
  list-style:none;
  counter-reset:hb-edit;
  border-top:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-edit li{
  position:relative;
  margin:0;
  padding:20px 15px 20px 61px;
  border-bottom:1px solid var(--hb-line);
  counter-increment:hb-edit;
}

.hb-vintage-mix .hb-edit li:before{
  content:"0" counter(hb-edit);
  position:absolute;
  top:18px;
  left:8px;
  color:var(--hb-ink);
  font-size:18px;
  font-weight:800;
}

.hb-vintage-mix .hb-edit strong{
  display:block;
  margin-bottom:3px;
}

.hb-vintage-mix .hb-edit span{
  color:var(--hb-muted);
  font-size:15px;
}

/* BUYING CHECK */
.hb-vintage-mix .hb-buy-check{
  width:100%;
  margin:31px 0 40px;
  padding:26px 28px;
  border:1px solid var(--hb-line);
  background:var(--hb-soft);
}

.hb-vintage-mix .hb-buy-check h3{
  margin:0 0 14px;
}

.hb-vintage-mix .hb-buy-check ul{
  margin:0;
  padding-left:22px;
}

.hb-vintage-mix .hb-buy-check li{
  margin:9px 0;
}

/* AUTHORITY REFERENCE */
.hb-vintage-mix .hb-source{
  width:100%;
  margin:29px 0 38px;
  padding:18px 0;
  border-top:1px solid var(--hb-line);
  border-bottom:1px solid var(--hb-line);
  color:var(--hb-muted);
  font-size:14px;
}

.hb-vintage-mix .hb-source p{
  margin:0;
  font-size:inherit;
}

/* FAQ */
.hb-vintage-mix .hb-faq details{
  margin:0;
  border-bottom:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-faq details:first-of-type{
  border-top:1px solid var(--hb-line);
}

.hb-vintage-mix .hb-faq summary{
  position:relative;
  padding:20px 48px 20px 0;
  color:var(--hb-ink);
  font-weight:700;
  cursor:pointer;
  list-style:none;
}

.hb-vintage-mix .hb-faq summary::-webkit-details-marker{
  display:none;
}

.hb-vintage-mix .hb-faq summary:after{
  content:"+";
  position:absolute;
  top:14px;
  right:8px;
  color:var(--hb-muted);
  font-size:28px;
  font-weight:400;
}

.hb-vintage-mix .hb-faq details[open] summary:after{
  content:"–";
}

.hb-vintage-mix .hb-faq details div{
  padding:0 48px 21px 0;
}

.hb-vintage-mix .hb-faq p{
  margin:0;
  color:var(--hb-muted);
  font-size:16px;
}

/* FINAL CTA */
.hb-vintage-mix .hb-final{
  width:100%;
  margin-top:72px;
  padding:clamp(30px,5vw,50px);
  border:2px solid var(--hb-ink);
  background:var(--hb-soft);
}

.hb-vintage-mix .hb-final h3{
  margin:0 0 16px;
  font-size:clamp(27px,3vw,35px);
  line-height:1.2;
}

.hb-vintage-mix .hb-final>.hb-button-row{
  justify-content:space-between;
}

.hb-vintage-mix .hb-contact{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:27px;
  align-items:center;
  margin-top:26px;
  padding-top:25px;
  border-top:1px solid #cecece;
}

.hb-vintage-mix .hb-contact p{
  margin:0;
  color:var(--hb-muted);
  font-size:15px;
}

@media(max-width:920px){
  .hb-vintage-mix .hb-reading{
    max-width:100%;
  }

  .hb-vintage-mix .hb-toc{
    flex-wrap:wrap;
  }

  .hb-vintage-mix .hb-toc a{
    flex:1 1 calc(33.333% - 8px);
  }

  .hb-vintage-mix .hb-fit-strip{
    grid-template-columns:1fr;
  }
}

@media(max-width:780px){
  .hb-vintage-mix{
    font-size:16px;
    line-height:1.68;
  }

  .hb-vintage-mix h2{
    margin-top:56px;
  }

  .hb-vintage-mix .hb-toc a{
    flex:1 1 calc(50% - 8px);
    white-space:normal;
  }

  .hb-vintage-mix .hb-rule,
  .hb-vintage-mix .hb-product,
  .hb-vintage-mix .hb-contact{
    grid-template-columns:1fr;
  }

  .hb-vintage-mix .hb-product-image{
    min-height:420px;
  }

  .hb-vintage-mix .hb-product--reverse .hb-product-image,
  .hb-vintage-mix .hb-product--reverse .hb-product-copy{
    order:initial;
  }

  .hb-vintage-mix .hb-compare{
    grid-template-columns:1fr;
  }

  .hb-vintage-mix .hb-compare>div+div{
    border-top:1px solid var(--hb-line);
    border-left:0;
  }
}

@media(max-width:520px){
  .hb-vintage-mix h1{
    font-size:39px;
  }

  .hb-vintage-mix .hb-toc a{
    flex-basis:100%;
  }

  .hb-vintage-mix .hb-product-image{
    min-height:350px;
  }

  .hb-vintage-mix .hb-faq details div{
    padding-right:0;
  }

  .hb-vintage-mix .hb-product-image .hb-image-hover{
    display:none;
  }

  .hb-vintage-mix .hb-product-image:hover .hb-image-primary,
  .hb-vintage-mix .hb-product-image:focus-visible .hb-image-primary{
    opacity:1;
  }
}

@media(prefers-reduced-motion:reduce){
  .hb-vintage-mix .hb-product-image img{
    transition:none;
  }
}
