
/* =========================================================
   V45.11 — CATEGORY SEO + INTERNAL DISCOVERY
   ========================================================= */

.contextual-internal-link-v4511{
  color:#8A4F2A;
  font-weight:700;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
  text-decoration-color:rgba(138,79,42,.38);
}
.contextual-internal-link-v4511:hover{
  color:#402519;
  text-decoration-color:#402519;
}
.contextual-internal-link-v4511:focus-visible{
  outline:2px solid #B77B3D;
  outline-offset:3px;
  border-radius:3px;
}

.category-adjacent-v4511{
  padding:18px 0 72px;
  background:#FEFDF8;
}
.category-adjacent-card-v4511{
  display:flex;
  justify-content:space-between;
  gap:32px;
  align-items:center;
  padding:34px 38px;
  background:#F4F0E7;
  border:1px solid rgba(64,37,25,.10);
  border-radius:22px;
}
.category-adjacent-card-v4511 h2{
  margin:8px 0 9px;
  color:#2B1B16;
  font-size:clamp(1.8rem,3.2vw,2.8rem);
  line-height:1.05;
}
.category-adjacent-card-v4511 p{
  max-width:710px;
  margin:0;
  color:#62564F;
  line-height:1.6;
}

/* Preserve previous visual styling after correcting document hierarchy. */
.v45-7-start .start-welcome-copy h2.secondary-former-h1-v4511{
  margin:11px 0 0;
  color:#2B1B16;
  font-size:clamp(2.35rem,4.2vw,4.25rem);
  line-height:1;
  letter-spacing:-.04em;
  text-wrap:balance;
}
.v33-coffee .hero-content h2.secondary-former-h1-v4511{
  color:#fff8ee;
  margin-top:10px;
  margin-bottom:12px;
  font-size:clamp(2.2rem,4.3vw,4.5rem);
  line-height:1;
  letter-spacing:-.035em;
}

@media(max-width:760px){
  .category-adjacent-card-v4511{
    display:grid;
    padding:28px 22px;
  }
  .category-adjacent-card-v4511 .btn{
    justify-self:start;
  }
  .v45-7-start .start-welcome-copy h2.secondary-former-h1-v4511{
    font-size:clamp(2.25rem,10vw,3.25rem);
  }
}
