.string-finder-shell .finder-copy h1 {
  max-width: 12ch;
}

.string-product-shot {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(215, 255, 63, 0.92) 0 38%, transparent 38%),
    repeating-linear-gradient(90deg, rgba(8, 9, 10, 0.08) 0 1px, transparent 1px 22px),
    #f5f6ef;
}

.string-package-asset {
  display: block;
  width: min(112%, 14.4rem);
  height: auto;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(8, 9, 10, 0.18));
}

.string-product-shot img.string-package-asset {
  width: min(112%, 14.4rem);
  height: auto;
  max-height: none;
  object-fit: contain;
}

.intro-string-asset {
  transform: rotate(-4deg);
  animation: stringPackageFloat 4.8s ease-in-out infinite;
}

@keyframes stringPackageFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-4deg);
  }

  50% {
    transform: translateY(-10px) rotate(-1deg);
  }
}

.string-result-visual {
  min-height: 620px;
  overflow: hidden;
}

.string-result-board {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(8, 9, 10, 0.16) 0 1px, transparent 1px 50%),
    linear-gradient(0deg, rgba(8, 9, 10, 0.12) 0 1px, transparent 1px 50%),
    #f8f9f2;
}

.string-result-board > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.7rem;
  border: 1px solid rgba(8, 9, 10, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: rgba(8, 9, 10, 0.52);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(0.78rem, 1.4vw, 0.96rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.result-string-asset {
  width: min(88%, 30rem);
}

.string-result-visual img.result-string-asset {
  width: min(88%, 30rem);
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.string-card {
  grid-template-columns: 6.5rem minmax(0, 1fr);
}

.string-card-mark {
  display: grid;
  place-items: center;
  width: 5.2rem;
  aspect-ratio: 1;
  border: 1px solid #08090a;
  border-radius: 8px;
  background: #d7ff3f;
  color: #08090a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1.4rem;
  font-weight: 900;
}

.string-tension-note strong {
  display: block;
  margin: 0.35rem 0;
}

.string-model-section {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
}

.string-model-section h3 {
  margin: 0;
  color: #08090a;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
}

.string-model-list {
  display: grid;
  gap: 0.75rem;
}

.string-model-card {
  display: grid;
  gap: 0.55rem;
  padding: 1rem;
  border: 1px solid rgba(8, 9, 10, 0.18);
  border-radius: 8px;
  background: #fff;
}

.string-model-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #157047;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.string-model-meta strong {
  color: rgba(8, 9, 10, 0.62);
  font-family: inherit;
  font-size: inherit;
  text-align: right;
}

.string-model-card h4 {
  margin: 0;
  color: #08090a;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
}

.string-model-card p,
.string-model-card dl {
  margin: 0;
}

.string-model-card p,
.string-model-card dd {
  color: rgba(8, 9, 10, 0.72);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.55;
}

.string-model-card dl {
  display: grid;
  gap: 0.25rem;
  padding-top: 0.15rem;
}

.string-model-card dt {
  color: #157047;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.string-model-card dd {
  margin: 0;
}

.string-model-card .string-model-source-note {
  color: rgba(8, 9, 10, 0.54);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.string-model-card a {
  justify-self: start;
  color: #08090a;
  font-size: 0.86rem;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

@media (max-width: 780px) {
  .string-result-visual,
  .string-result-board {
    min-height: 380px;
  }

  .result-string-asset {
    width: min(86%, 22rem);
  }
}

@media (max-width: 620px) {
  .string-finder-shell .finder-copy h1 {
    max-width: none;
  }

  .string-card {
    grid-template-columns: 1fr;
  }

  .string-card-mark {
    width: 4.6rem;
  }

  .string-model-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .string-model-meta strong {
    text-align: left;
  }
}
