.shoes-finder-shell .finder-copy h1 {
  max-width: 11ch;
}

.shoes-intro-card .finder-button {
  margin-top: 0.2rem;
}

.shoe-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 24px),
    #f5f6ef;
}

.shoe-asset {
  display: block;
  width: min(115%, 18rem);
  height: auto;
  max-width: none;
  border-radius: 8px;
  object-fit: contain;
  filter: drop-shadow(0 18px 18px rgba(8, 9, 10, 0.16));
  animation: shoeFloat 4.8s ease-in-out infinite;
}

.intro-shoe-asset {
  width: min(112%, 15.5rem);
  max-height: none;
  transform-origin: 50% 55%;
}

@keyframes shoeFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg) scale(1);
  }

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

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

.shoe-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;
}

.shoe-result-board > span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: rgba(8, 9, 10, 0.34);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(2.4rem, 6vw, 5.8rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
}

.result-shoe-asset {
  width: min(86%, 30rem);
  height: auto;
  max-height: none;
  border: 1px solid rgba(8, 9, 10, 0.12);
  background: #f3f6e9;
  object-fit: contain;
  object-position: center;
}

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

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

.shoe-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;
}

.shoe-brand-note strong {
  display: block;
  margin: 0.35rem 0;
}

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

.shoe-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;
}

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

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

.shoe-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;
}

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

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

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

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

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

.shoe-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;
}

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

.shoe-model-card .shoe-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;
}

.shoe-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) {
  .shoe-result-visual,
  .shoe-result-board {
    min-height: 380px;
  }

  .result-shoe-asset {
    width: min(92%, 24rem);
  }
}

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

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

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

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

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

  .shoe-asset {
    animation-duration: 5.8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shoe-asset {
    animation: none;
  }
}
