/* ==========================================================================
   CTE Resources (v1)
   Scope: .cte-resources only
   Reuses: .cte-wrap, .cte-card, .cte-muted from start-here-theme.css
   ========================================================================== */

.cte-resources__card{ overflow: hidden; }

.cte-resources__header{
  padding: clamp(16px,3vw,28px);
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.cte-resources__kicker{
  font: 900 12px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: rgba(0,0,0,.55);
  margin-bottom: 10px;
}

.cte-resources__title{
  margin: 0;
  font: 900 34px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color: var(--cte-ink);
}

.cte-resources__subtitle{
  margin: 10px 0 0;
  font: 600 15px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

.cte-resources__body{
  padding: 18px clamp(16px,3vw,28px) 26px;
}

.cte-resources__h2{
  margin: 0 0 10px;
  font: 950 18px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  letter-spacing: .04em;
}

.cte-resources__lede{ margin: 0 0 12px; }

.cte-resources__hr{
  border: 0;
  height: 1px;
  background: rgba(0,0,0,.10);
  margin: 18px 0;
}

.cte-resources__grid{
  display: grid;
  gap: 12px;
}

.cte-resources__grid--paths,
.cte-resources__grid--collections{
  grid-template-columns: repeat(2, minmax(0,1fr));
}

@media (max-width: 760px){
  .cte-resources__grid--paths,
  .cte-resources__grid--collections{
    grid-template-columns: 1fr;
  }
}

.cte-resources__tile,
.cte-resources__collection{
  display: block;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.01);
  text-decoration: none;
}

.cte-resources__tile:hover,
.cte-resources__collection:hover{
  background: rgba(0,0,0,.03);
}

.cte-resources__tileTitle,
.cte-resources__collectionTitle{
  font: 900 15px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color: rgba(0,0,0,.92);
  margin-bottom: 6px;
}

.cte-resources__tileDesc,
.cte-resources__collectionDesc{
  font: 650 13px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color: rgba(0,0,0,.68);
}

.cte-resources__note{ margin-top: 10px; }

.cte-resources__links{
  display: grid;
  gap: 12px;
}

.cte-resources__linkRow{
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.01);
}

.cte-resources__link{
  font: 900 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  text-decoration: underline;
}

.cte-resources__link:hover{ text-decoration: none; }
.cte-resources__linkNote{ margin-top: 6px; }

.cte-resources__list{
  display: grid;
  gap: 8px;
}

.cte-resources__listItem a{ text-decoration: underline; }
.cte-resources__listItem a:hover{ text-decoration: none; }

.cte-resources__cta{
  margin-top: 6px;
  padding: 14px 14px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.01);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cte-resources__btn{
  display: inline-block;
  padding: 10px 12px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  font: 900 14px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  text-decoration: none;
}

.cte-resources__btn:hover{ background: rgba(0,0,0,.03); }
.cte-resources__ctaNote{ font-size: 13px; }

/* ---- PATCH: kill theme H1 margins inside resources header ---- */
.cte-resources .cte-resources__title{
  margin: 0 !important;
}
.cte-resources .cte-resources__subtitle{
  margin-top: 8px !important;
}
.cte-resources .cte-resources__header{
  padding-top: clamp(12px,2vw,20px) !important;
  padding-bottom: clamp(12px,2vw,20px) !important;
}

/* Optional: reduce kicker spacing slightly */
.cte-resources .cte-resources__kicker{
  margin-bottom: 8px !important;
}

/* ==========================================================================
   Resources Archive — Featured Info module (v1)
   ========================================================================== */

.cte-resources__featured{
  padding: 12px 0 2px;
}

.cte-resources__featuredBlock{
  margin: 10px 0 12px;
  padding: 12px 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(0,0,0,.01);
}

.cte-resources__featuredLabel{
  font: 900 13px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color: rgba(0,0,0,.70);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 10px;
}

.cte-resources__chips{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}

.cte-resources__chip{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
  text-decoration:none;
  font: 800 13px/1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color: rgba(0,0,0,.82);
}

.cte-resources__chip:hover{
  background: rgba(0,0,0,.03);
}

.cte-resources__featuredLinks{
  display:grid;
  gap: 6px;
}

.cte-resources__featuredLink a{
  text-decoration: underline;
}
.cte-resources__featuredLink a:hover{
  text-decoration: none;
}
