
.hb-cb-guide{
  --ink:#111;
  --copy:#333;
  --muted:#737373;
  --line:#dededb;
  --soft:#f5f5f2;
  --white:#fff;
  --orange:#e96b48;
  --acid:#d8ee43;
  --grey:#d4d5d1;

  width:100%;
  max-width:1160px;
  margin:0 auto;
  color:var(--copy);
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  line-height:1.74;
}

.hb-cb-guide,
.hb-cb-guide *{
  box-sizing:border-box;
}

.hb-cb-guide h1,
.hb-cb-guide h2,
.hb-cb-guide h3,
.hb-cb-guide p,
.hb-cb-guide figure{
  margin-top:0;
}

.hb-cb-guide h1{
  width:100%;
  max-width:none;
  margin:0 0 24px;
  color:var(--ink);
  font-size:clamp(38px,5.7vw,66px);
  line-height:1.03;
  letter-spacing:-.045em;
}

.hb-cb-guide h2{
  margin:72px 0 24px;
  padding-top:21px;
  border-top:2px solid var(--ink);
  color:var(--ink);
  font-size:clamp(28px,3.2vw,39px);
  line-height:1.17;
  letter-spacing:-.03em;
}

.hb-cb-guide h3{
  margin:36px 0 13px;
  color:var(--ink);
  font-size:22px;
  line-height:1.3;
  letter-spacing:-.015em;
}

.hb-cb-guide p{
  margin-bottom:19px;
}

.hb-cb-guide a{
  color:var(--ink);
  font-weight:700;
  text-decoration-color:#888;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}

.hb-cb-guide img{
  max-width:100%;
}

/* HERO */
.hb-cb-guide .hb-kicker{
  width:100%;
  margin-bottom:14px;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.hb-cb-guide .hb-lede{
  width:100%;
  max-width:none;
  margin-bottom:34px;
  color:#242424;
  font-size:20px;
  line-height:1.63;
}

.hb-cb-guide .hb-hero{
  width:100%;
  margin-bottom:42px;
}

.hb-cb-guide .hb-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(270px,.7fr);
  width:100%;
  overflow:hidden;
  border:1px solid var(--line);
  background:var(--soft);
}

.hb-cb-guide .hb-hero-media{
  display:block;
  min-height:520px;
  overflow:hidden;
  background:#ecece9;
}

.hb-cb-guide .hb-hero-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .4s ease;
}

.hb-cb-guide .hb-hero-media:hover img{
  transform:scale(1.018);
}

.hb-cb-guide .hb-hero-copy{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:clamp(28px,4vw,48px);
  background:var(--ink);
  color:var(--white);
}

.hb-cb-guide .hb-hero-copy small{
  color:#bcbcbc;
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.hb-cb-guide .hb-hero-copy strong{
  display:block;
  margin:28px 0;
  font-size:clamp(25px,3vw,36px);
  line-height:1.15;
  letter-spacing:-.025em;
}

.hb-cb-guide .hb-hero-copy p{
  margin:0;
  color:#d4d4d4;
  font-size:15px;
  line-height:1.62;
}

.hb-cb-guide .hb-hero-button{
  display:inline-block;
  align-self:flex-start;
  margin-top:22px;
  padding:12px 17px;
  border:1px solid var(--white);
  background:var(--white);
  color:var(--ink);
  font-size:13px;
  text-decoration:none;
}

.hb-cb-guide .hb-hero-button:hover{
  background:transparent;
  color:var(--white);
}

/* TOC */
.hb-cb-guide .hb-toc{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  width:100%;
  margin:38px 0 50px;
  padding:12px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--soft);
}

.hb-cb-guide .hb-toc a{
  flex:1 1 145px;
  padding:10px 11px;
  border:1px solid #c9c9c6;
  background:var(--white);
  color:var(--ink);
  font-size:13px;
  line-height:1.3;
  text-align:center;
  text-decoration:none;
}

.hb-cb-guide .hb-toc a:hover{
  border-color:var(--ink);
}

/* INTRO RULE */
.hb-cb-guide .hb-rule{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:26px;
  width:100%;
  max-width:none;
  margin-bottom:48px;
  padding:28px 0;
  border-top:2px solid var(--ink);
  border-bottom:1px solid var(--line);
}

.hb-cb-guide .hb-rule b{
  color:var(--ink);
  font-size:48px;
  line-height:1;
}

.hb-cb-guide .hb-rule p{
  margin:0;
  font-size:19px;
}

/* COLOR READING */
.hb-cb-guide .hb-block-map{
  display:grid;
  grid-template-columns:1.7fr .85fr .45fr;
  min-height:155px;
  margin:30px 0 38px;
  border:1px solid var(--line);
}

.hb-cb-guide .hb-block-map div{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:20px;
}

.hb-cb-guide .hb-block-map strong{
  display:block;
  margin-bottom:6px;
  font-size:14px;
}

.hb-cb-guide .hb-block-map span{
  font-size:13px;
  line-height:1.45;
}

.hb-cb-guide .hb-map-main{
  background:var(--ink);
  color:#fff;
}

.hb-cb-guide .hb-map-main span{
  color:#d1d1d1;
}

.hb-cb-guide .hb-map-second{
  background:var(--orange);
  color:var(--ink);
}

.hb-cb-guide .hb-map-accent{
  background:var(--acid);
  color:var(--ink);
}

/* EDITORIAL IMAGE */
.hb-cb-guide .hb-editorial{
  display:grid;
  grid-template-columns:minmax(310px,.95fr) minmax(0,1.05fr);
  width:100%;
  margin:38px 0 44px;
  border:1px solid var(--line);
  background:#fff;
}

.hb-cb-guide .hb-editorial-media{
  display:block;
  min-height:500px;
  overflow:hidden;
  background:#efefec;
}

.hb-cb-guide .hb-editorial-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .4s ease;
}

.hb-cb-guide .hb-editorial-media:hover img{
  transform:scale(1.018);
}

.hb-cb-guide .hb-editorial-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(30px,5vw,55px);
}

.hb-cb-guide .hb-editorial-copy small{
  margin-bottom:9px;
  color:var(--muted);
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.hb-cb-guide .hb-editorial-copy h3{
  margin-top:0;
}

.hb-cb-guide .hb-editorial-copy p:last-child{
  margin-bottom:0;
}

/* NOTE */
.hb-cb-guide .hb-note{
  width:100%;
  max-width:none;
  margin:30px 0 38px;
  padding:24px 27px;
  border-left:4px solid var(--ink);
  background:var(--soft);
}

.hb-cb-guide .hb-note strong{
  color:var(--ink);
}

/* HIERARCHY */
.hb-cb-guide .hb-hierarchy{
  width:100%;
  margin:30px 0 40px;
  padding:25px;
  border:1px solid var(--line);
}

.hb-cb-guide .hb-hierarchy-labels{
  display:flex;
  justify-content:space-between;
  margin-bottom:12px;
  color:var(--muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hb-cb-guide .hb-hierarchy-bar{
  display:grid;
  grid-template-columns:3.8fr 1.5fr .75fr;
  min-height:62px;
}

.hb-cb-guide .hb-hierarchy-bar span{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px;
  text-align:center;
  font-size:13px;
  font-weight:800;
}

.hb-cb-guide .hb-primary{
  background:var(--ink);
  color:#fff;
}

.hb-cb-guide .hb-support{
  background:var(--grey);
  color:var(--ink);
}

.hb-cb-guide .hb-accent{
  background:var(--acid);
  color:var(--ink);
}

/* ECHO */
.hb-cb-guide .hb-echo{
  display:grid;
  grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);
  width:100%;
  margin:31px 0 42px;
  border:1px solid var(--line);
}

.hb-cb-guide .hb-echo-visual{
  display:grid;
  grid-template-columns:3fr 1fr .45fr;
  min-height:180px;
}

.hb-cb-guide .hb-echo-visual span:nth-child(1){
  background:var(--ink);
}

.hb-cb-guide .hb-echo-visual span:nth-child(2){
  background:var(--orange);
}

.hb-cb-guide .hb-echo-visual span:nth-child(3){
  background:var(--acid);
}

.hb-cb-guide .hb-echo-copy{
  display:flex;
  align-items:center;
  padding:30px;
}

.hb-cb-guide .hb-echo-copy p{
  margin:0;
}

/* PATTERN COMPARISON */
.hb-cb-guide .hb-patterns{
  display:grid;
  grid-template-columns:1fr 1fr;
  width:100%;
  margin:31px 0 42px;
  border:1px solid var(--line);
}

.hb-cb-guide .hb-patterns>div{
  padding:29px;
}

.hb-cb-guide .hb-patterns>div+div{
  border-left:1px solid var(--line);
}

.hb-cb-guide .hb-pattern-clean{
  background:var(--soft);
}

.hb-cb-guide .hb-pattern-busy{
  background:
    repeating-linear-gradient(
      135deg,
      #fff,
      #fff 13px,
      #f0f0ed 13px,
      #f0f0ed 26px
    );
}

.hb-cb-guide .hb-label{
  display:inline-block;
  margin-bottom:14px;
  padding:5px 9px;
  background:var(--ink);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hb-cb-guide .hb-patterns p:last-child{
  margin-bottom:0;
}

/* PRODUCT RECOMMENDATIONS */
.hb-cb-guide .hb-shop-intro{
  width:100%;
  max-width:none;
  margin-bottom:28px;
}

.hb-cb-guide .hb-product-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  width:100%;
  margin:32px 0 48px;
}

.hb-cb-guide .hb-product-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
}

.hb-cb-guide .hb-product-image{
  position:relative;
  display:block;
  aspect-ratio:1 / 1;
  overflow:hidden;
  background:#efefec;
}

.hb-cb-guide .hb-product-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  padding:12px;
  transition:transform .4s ease;
}

.hb-cb-guide .hb-product-image:hover img{
  transform:scale(1.02);
}

.hb-cb-guide .hb-product-body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:24px;
}

.hb-cb-guide .hb-product-tag{
  margin-bottom:8px;
  color:var(--muted);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.hb-cb-guide .hb-product-title{
  margin-bottom:11px;
  color:var(--ink);
  font-size:21px;
  font-weight:800;
  line-height:1.25;
}

.hb-cb-guide .hb-product-body p{
  margin-bottom:20px;
  font-size:15px;
  line-height:1.6;
}

.hb-cb-guide .hb-product-button{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  width:100%;
  margin-top:auto;
  padding:13px 15px;
  border:1px solid var(--ink);
  background:var(--ink);
  color:#fff;
  font-size:13px;
  text-decoration:none;
}

.hb-cb-guide .hb-product-button:hover{
  background:#fff;
  color:var(--ink);
}

.hb-cb-guide .hb-product-button span:last-child{
  font-size:18px;
}

/* CLASH FIX */
.hb-cb-guide .hb-clashes{
  width:100%;
  margin:33px 0 43px;
  border-top:2px solid var(--ink);
}

.hb-cb-guide .hb-clash{
  display:grid;
  grid-template-columns:78px minmax(0,1fr) minmax(0,1fr);
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  border-left:1px solid var(--line);
}

.hb-cb-guide .hb-clash-num{
  padding:23px 10px;
  color:var(--ink);
  font-size:27px;
  font-weight:800;
  text-align:center;
}

.hb-cb-guide .hb-clash-problem,
.hb-cb-guide .hb-clash-fix{
  padding:24px 25px;
}

.hb-cb-guide .hb-clash-problem{
  border-left:1px solid var(--line);
  border-right:1px solid var(--line);
  background:#fafafa;
}

.hb-cb-guide .hb-clash-fix{
  background:var(--soft);
}

.hb-cb-guide .hb-clash strong{
  display:block;
  margin-bottom:8px;
  color:var(--ink);
  font-size:14px;
}

.hb-cb-guide .hb-clash p{
  margin:0;
}

/* DISTANCE */
.hb-cb-guide .hb-distance{
  width:100%;
  margin:35px 0 42px;
  padding:clamp(27px,4vw,40px);
  border:2px solid var(--ink);
}

.hb-cb-guide .hb-distance h3{
  margin-top:0;
}

.hb-cb-guide .hb-distance-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:30px;
}

.hb-cb-guide .hb-distance-step{
  position:relative;
  padding-top:32px;
  border-top:1px solid var(--line);
}

.hb-cb-guide .hb-distance-step b{
  position:absolute;
  top:-16px;
  left:0;
  display:flex;
  width:31px;
  height:31px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--ink);
  border-radius:50%;
  background:#fff;
  color:var(--ink);
  font-size:13px;
}

.hb-cb-guide .hb-distance-step p{
  margin:0;
  font-size:15px;
}

/* FAQ */
.hb-cb-guide .hb-faq{
  width:100%;
  margin-top:70px;
}

.hb-cb-guide .hb-faq details{
  margin-bottom:11px;
  border:1px solid var(--line);
  background:#fff;
}

.hb-cb-guide .hb-faq summary{
  padding:19px 21px;
  color:var(--ink);
  font-weight:700;
  cursor:pointer;
}

.hb-cb-guide .hb-faq details div{
  padding:0 21px 20px;
}

.hb-cb-guide .hb-faq details p{
  margin:0;
}

/* FINAL */
.hb-cb-guide .hb-final{
  width:100%;
  margin-top:66px;
  padding:clamp(31px,5vw,54px);
  border:2px solid var(--ink);
  background:var(--soft);
}

.hb-cb-guide .hb-final-rule{
  width:100%;
  max-width:none;
  margin-bottom:23px;
  color:var(--ink);
  font-size:clamp(25px,3.2vw,36px);
  font-weight:800;
  line-height:1.18;
  letter-spacing:-.025em;
}

.hb-cb-guide .hb-final p:last-of-type{
  margin-bottom:0;
}

.hb-cb-guide .hb-final-button{
  display:inline-block;
  margin-top:24px;
  padding:13px 18px;
  border:1px solid var(--ink);
  background:var(--ink);
  color:#fff;
  font-size:13px;
  text-decoration:none;
}

.hb-cb-guide .hb-final-button:hover{
  background:#fff;
  color:var(--ink);
}

@media(max-width:900px){
  .hb-cb-guide .hb-hero-grid,
  .hb-cb-guide .hb-editorial{
    grid-template-columns:1fr;
  }

  .hb-cb-guide .hb-hero-media,
  .hb-cb-guide .hb-editorial-media{
    min-height:430px;
  }

  .hb-cb-guide .hb-clash{
    grid-template-columns:62px 1fr;
  }

  .hb-cb-guide .hb-clash-num{
    grid-row:1 / span 2;
  }

  .hb-cb-guide .hb-clash-problem{
    border-right:0;
  }

  .hb-cb-guide .hb-clash-fix{
    border-top:1px solid var(--line);
    border-left:1px solid var(--line);
  }
}

@media(max-width:680px){
  .hb-cb-guide{
    font-size:16px;
    line-height:1.69;
  }

  .hb-cb-guide h1{
    font-size:clamp(36px,11vw,52px);
  }

  .hb-cb-guide h2{
    margin-top:56px;
  }

  .hb-cb-guide .hb-lede{
    font-size:18px;
  }

  .hb-cb-guide .hb-rule{
    grid-template-columns:1fr;
    gap:8px;
  }

  .hb-cb-guide .hb-block-map{
    grid-template-columns:1fr;
  }

  .hb-cb-guide .hb-block-map div{
    min-height:105px;
  }

  .hb-cb-guide .hb-hero-media,
  .hb-cb-guide .hb-editorial-media{
    min-height:340px;
  }

  .hb-cb-guide .hb-product-grid{
    grid-template-columns:1fr;
  }

  .hb-cb-guide .hb-echo{
    grid-template-columns:1fr;
  }

  .hb-cb-guide .hb-patterns{
    grid-template-columns:1fr;
  }

  .hb-cb-guide .hb-patterns>div+div{
    border-top:1px solid var(--line);
    border-left:0;
  }

  .hb-cb-guide .hb-clash{
    grid-template-columns:48px 1fr;
  }

  .hb-cb-guide .hb-clash-num{
    padding:20px 7px;
    font-size:21px;
  }

  .hb-cb-guide .hb-clash-problem,
  .hb-cb-guide .hb-clash-fix{
    padding:20px;
  }

  .hb-cb-guide .hb-distance-grid{
    grid-template-columns:1fr;
    gap:34px;
  }
}

@media(prefers-reduced-motion:reduce){
  .hb-cb-guide img{
    transition:none!important;
  }
}
