/* Homepage Resources — isolated, cache-safe styling using the exact homepage type utilities. */
.home-resources{
  padding:78px 0;
  background:var(--bg-deep,#050607);
  border-top:1px solid var(--hair,#14161c);
  border-bottom:1px solid var(--hair,#14161c);
  color:var(--text-strong,#f7f2ea);
}
.home-resources,.home-resources *{box-sizing:border-box}
.home-resources-grid{
  width:min(1360px,calc(100% - 48px));
  max-width:1360px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:40px;
  align-items:start;
}
.home-resources .eyebrow{
  display:block;
  font-size:11px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#ff6b00;
}
.home-resources h2{
  margin:14px 0 0;
  max-width:18ch;
  font-size:clamp(34px,3.8vw,50px);
  color:var(--text-strong,#f7f2ea);
}
.home-resources p{
  margin:18px 0 0;
  max-width:54ch;
  font-size:13.5px;
  line-height:1.65;
  color:var(--sub,#a6a6b0);
}
.home-resources .cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.home-resources .btn{
  display:inline-flex;
  min-height:44px;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line,#22252c);
  padding:0 16px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  text-decoration:none;
}
.home-resources .btn-primary{
  background:#ff6b00;
  border-color:#ff6b00;
  color:#050607;
}
.home-resources .btn-ghost{
  background:transparent;
  color:var(--text-strong,#f7f2ea);
}
.home-resources-list{display:grid;gap:12px}
.home-resource-link{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
  min-width:0;
  background:var(--surface,#0d0f13);
  border:1px solid var(--line,#22252c);
  padding:18px 20px;
  color:inherit;
  text-decoration:none;
}
.home-resource-link strong{
  font-size:18px;
  font-weight:800;
  line-height:1;
  color:#ff6b00;
}
.home-resource-link h3{
  min-width:0;
  margin:0;
  font-size:16px;
  font-weight:700;
  line-height:1.2;
  letter-spacing:.02em;
  text-transform:uppercase;
  color:var(--text-strong,#f7f2ea);
}
.home-resource-link span{
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  color:#ff6b00;
}
html:not(.dark) .home-resources{
  background:#f2f0ec;
  border-color:#d8d1c5;
  color:#1e1c18;
}
html:not(.dark) .home-resources h2,
html:not(.dark) .home-resource-link h3{color:#1e1c18}
html:not(.dark) .home-resources p{color:#625b52}
html:not(.dark) .home-resource-link{background:#fff;border-color:#d8d1c5}
html:not(.dark) .home-resources .btn-ghost{color:#1e1c18;border-color:#d8d1c5}
@media(max-width:1050px){
  .home-resources-grid{grid-template-columns:1fr}
  .home-resources h2{max-width:20ch}
}
@media(max-width:760px){
  .home-resources{padding:56px 0}
  .home-resources-grid{gap:28px}
  .home-resources h2{font-size:clamp(30px,9vw,42px)}
  .home-resource-link{grid-template-columns:46px minmax(0,1fr);padding:16px}
  .home-resource-link>span{grid-column:2}
}

@media(max-width:680px){.home-resources-grid{width:calc(100% - 32px)}.home-resources .cta-row{display:grid;grid-template-columns:1fr}.home-resources .btn{width:100%}.home-resource-link{gap:12px}.home-resource-link h3{font-size:14px}.home-resource-link>span{white-space:normal}}
