/* V363 — homepage micro-refinements only.
   Scope: Concretta WS CTA, material-detail label casing, project invitation hover.
   Layout, imagery, links and all non-homepage components remain unchanged. */

/* Concretta WS: match the site's quiet editorial CTA language — no button box. */
#concretta-ws .cd-outline-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  align-self:flex-start!important;
  gap:8px!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  margin-top:30px!important;
  padding:0 0 7px!important;
  border:0!important;
  border-bottom:1px solid rgba(215,196,176,.68)!important;
  border-radius:0!important;
  background:transparent!important;
  color:#f4eee7!important;
  box-shadow:none!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.2!important;
  letter-spacing:.02em!important;
  text-transform:none!important;
  text-decoration:none!important;
  transition:border-color .22s ease,color .22s ease,opacity .22s ease!important;
}
#concretta-ws .cd-outline-btn:hover,
#concretta-ws .cd-outline-btn:focus-visible{
  background:transparent!important;
  color:#fff!important;
  border-bottom-color:#fff!important;
}
#concretta-ws .cd-outline-btn .ct63-arrow{
  display:inline-block;
  transition:transform .22s ease;
}
#concretta-ws .cd-outline-btn:hover .ct63-arrow,
#concretta-ws .cd-outline-btn:focus-visible .ct63-arrow{
  transform:translate(3px,-3px);
}

/* Material details: preserve sentence/title case supplied in HTML. */
.cd-material-details .cd-detail-hover small,
.cd-material-details .cd-detail-hover b,
.cd-material-details .cd-detail-card figcaption strong{
  text-transform:none!important;
}
.cd-material-details .cd-detail-card figcaption strong{
  letter-spacing:.045em!important;
}

/* Project invitation: replace the near-black hover with the site's warm stone tone. */
.ct62-invitation .ct62-project-link:hover,
.ct62-invitation .ct62-project-link:focus-visible{
  background:#75614f!important;
  border-color:#75614f!important;
  color:#f2eee7!important;
}
