/* Homepage launch feature. The full product story stays on /resolve/. */
.folio-page-home.folio-layout-landing .folio-cover {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
}
.folio-page-home.folio-layout-landing .folio-main { padding-top: 1.5rem; }
.resolve-launch {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  min-height: 260px;
  margin: 0 0 1.5rem;
  overflow: hidden;
  border: 1px solid #184452;
  border-radius: 20px;
  background: linear-gradient(115deg, #061c29, #0a3541);
  color: #f5fafb;
  box-shadow: 0 12px 32px #061c2912;
}
.resolve-launch-copy { align-self: center; min-width: 0; padding: 24px 30px; }
.resolve-launch .resolve-launch-label {
  margin: 0 0 9px;
  color: #40e0c2;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.resolve-launch h2 {
  max-width: none;
  margin: 0 0 12px;
  color: #f5fafb;
  font-size: clamp(28px, 2.7vw, 38px);
  line-height: 1.1;
  letter-spacing: -.035em;
}
.resolve-launch .resolve-launch-description {
  max-width: 57ch;
  margin: 0 0 20px;
  color: #d2e4e9;
  font-size: 16px;
  line-height: 1.5;
}
.resolve-launch-actions { display: flex; align-items: center; gap: 18px; }
.resolve-launch .resolve-launch-actions p {
  margin: 0;
  max-width: none;
  color: #b4d0d9;
  font-size: 13px;
  line-height: 1.5;
}
.resolve-launch a.resolve-launch-button {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  background: #40e0c2;
  color: #061c29;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
}
.resolve-launch a.resolve-launch-button:hover { background: #81f0d9; }
.resolve-launch a.resolve-launch-button:focus-visible { outline: 3px solid white; outline-offset: 4px; }
.resolve-launch-visual {
  position: relative;
  min-width: 0;
  min-height: 100%;
  margin: 0;
  border-left: 1px solid #40626c;
  background: #20282c;
}
.resolve-launch-image-link { position: absolute; inset: 0; display: block; }
.resolve-launch-image-link:focus-visible { outline: none; }
.resolve-launch-image-link:focus-visible::after { content: ''; position: absolute; inset: 4px; border: 3px solid #40e0c2; z-index: 1; pointer-events: none; }
.resolve-launch-screenshot { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.resolve-launch-logo {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 176px;
  height: auto;
  padding: 7px 9px;
  border: 1px solid #dce5e9;
  border-radius: 9px;
  background: white;
  box-shadow: 0 3px 16px #061c2933;
}
.resolve-launch-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  background: #061c29e8;
  color: #d2e4e9;
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}
@media (max-width: 1100px) and (min-width: 761px) {
  .resolve-launch { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); }
  .resolve-launch-copy { padding: 22px; }
  .resolve-launch-actions { gap: 12px; }
  .resolve-launch .resolve-launch-actions p { font-size: 12px; }
}
@media (max-width: 760px) {
  .folio-page-home.folio-layout-landing .folio-cover { padding-top: 2.25rem; padding-bottom: 2.25rem; }
  .resolve-launch { grid-template-columns: minmax(0, 1fr); min-height: 0; border-radius: 16px; }
  .resolve-launch-copy { padding: 24px; }
  .resolve-launch h2 { font-size: 31px; }
  .resolve-launch-actions { flex-direction: column; align-items: flex-start; gap: 14px; }
  .resolve-launch .resolve-launch-actions p { max-width: none; }
  .resolve-launch-visual { min-height: 0; height: 210px; border-left: 0; border-top: 1px solid #40626c; }
  .resolve-launch-logo { width: 160px; }
}
