.craft-preview {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 18px;
  background: #0b0a0d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42), 0 0 0 5px rgba(212, 175, 55, 0.035);
}

.visual-showcase {
  margin-top: 42px;
}

.showcase-heading {
  margin: 0 0 8px;
  color: var(--gold-ink, #8a6d22);
  font-family: var(--font-display);
  font-size: clamp(29px, 3.1vw, 40px);
  line-height: 1.12;
}

.showcase-intro {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--text-faint);
  font-size: 18px;
  line-height: 1.6;
}

.visual-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.visual-grid.gallery-track {
  display: flex;
  gap: 14px;
  align-items: stretch;
}

.visual-grid.gallery-track .visual-card {
  align-self: stretch;
}

.visual-grid-production {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.visual-grid-production .visual-card-body h4 {
  font-size: clamp(23px, 2vw, 29px);
}

@media (max-width: 920px) {
  .visual-grid-production {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.visual-card {
  overflow: hidden;
  align-self: start;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 18px;
  background: rgba(20, 18, 23, 0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.visual-card picture {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #050506;
}

.visual-card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.visual-card-body {
  padding: 20px 22px 23px;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.visual-card-body h4 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.3vw, 31px);
  line-height: 1.15;
}

.visual-card-body p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
}

.solutions-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.solution-feature-card {
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 18px;
  background: rgba(20, 18, 23, 0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.35);
}

.solution-feature-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.solution-feature-body {
  padding: 21px 22px 24px;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.solution-feature-label {
  display: block;
  margin-bottom: 9px;
  color: var(--gold-light, #f1d896);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
}

.solution-feature-body h3,
.real-work-heading h3 {
  margin: 0 0 9px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.5vw, 32px);
  line-height: 1.18;
}

.solution-feature-body p,
.real-work-heading p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
}

.real-work-heading h3 {
  color: var(--text);
}

.real-work-heading {
  position: relative;
  max-width: 760px;
  margin: 4px 0 30px;
  padding: 5px 0 6px;
}

.real-work-heading::after {
  content: none;
}

.real-work-heading h3 {
  max-width: 650px;
  font-size: clamp(34px, 4vw, 50px);
  text-wrap: balance;
}

.real-work-heading p {
  max-width: 690px;
  color: var(--text-muted);
  font-size: 19px;
}

.real-work-heading .section-kicker {
  margin-bottom: 11px;
}

#proteses-perucas .journey-flow,
#servicos > .journey-flow {
  width: min(100% - 40px, 820px);
  margin: 14px auto 42px;
  padding: 16px 18px;
  gap: 12px;
  flex-wrap: nowrap;
  border: 1px solid rgba(212, 175, 55, .22);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(212, 175, 55, .035), rgba(241, 216, 150, .075), rgba(212, 175, 55, .035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 12px 30px rgba(0, 0, 0, .18);
}

.journey-stage {
  color: var(--gold-ink, #8a6d22);
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 0 16px rgba(212, 175, 55, .17);
}

#proteses-perucas .journey-arrow,
#servicos > .journey-flow .journey-arrow {
  position: relative;
  display: inline-block;
  flex: 1 1 38px;
  min-width: 28px;
  height: 12px;
  color: transparent;
  font-size: 0;
}

#proteses-perucas .journey-arrow::before,
#servicos > .journey-flow .journey-arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 5px;
  height: 1px;
  background: linear-gradient(90deg, rgba(122, 95, 28, .35), #d4af37);
}

#proteses-perucas .journey-arrow::after,
#servicos > .journey-flow .journey-arrow::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #f1d896;
  border-right: 1.5px solid #f1d896;
  transform: rotate(45deg);
  filter: drop-shadow(0 0 4px rgba(212, 175, 55, .42));
}

.collection-signature {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  color: var(--gold-ink, #8a6d22);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.collection-signature i {
  width: 76px;
  height: 1px;
  background: linear-gradient(90deg, #d4af37, transparent);
}

.models-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  margin: 0 0 28px;
}

.model-slide {
  overflow: hidden;
  background: #08080a;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.model-slide picture {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #050506;
}

.model-slide img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  background: #050506;
}

.model-slide-body {
  min-height: 132px;
  padding: 20px 22px 23px;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
}

.model-slide-body h4 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 29px;
  line-height: 1.15;
}

.model-slide-body p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.55;
}

.craft-preview img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.craft-preview figcaption {
  padding: 11px 16px 13px;
  color: #fff;
  font-family: var(--font-script);
  font-size: 16px;
  font-style: italic;
  text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
}

@media (max-width: 639px) {
  .solutions-feature-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
  }

  .solution-feature-card {
    border-radius: 14px;
  }

  .solution-feature-body {
    padding: 18px 18px 21px;
  }

  .solution-feature-body h3,
  .real-work-heading h3 {
    font-size: 29px;
  }

  .solution-feature-body p,
  .real-work-heading p {
    font-size: 17px;
  }

  #proteses-perucas .journey-flow,
  #servicos > .journey-flow {
    display: grid;
    grid-template-columns: 1fr 32px 1fr;
    width: calc(100% - 32px);
    margin: 10px auto 34px;
    padding: 15px 14px;
    border-radius: 18px;
  }

  .journey-stage {
    font-size: 12px;
    text-align: center;
  }

  #proteses-perucas .journey-arrow:nth-child(4),
  #servicos > .journey-flow .journey-arrow:nth-child(4) {
    display: none;
  }

  .journey-stage:nth-child(5) {
    grid-column: 1;
  }

  .models-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .model-slide { border-radius: 14px; }

  .model-slide-body {
    min-height: 128px;
    padding: 17px 18px 20px;
  }

  .model-slide-body h4 { font-size: 26px; }
  .model-slide-body p { font-size: 16px; }

  .visual-showcase {
    margin-top: 34px;
  }

  .showcase-heading {
    font-size: 29px;
  }

  .showcase-intro {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .visual-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .visual-grid-production {
    grid-template-columns: 1fr;
  }

  .visual-card {
    border-radius: 14px;
  }

  .visual-card-body {
    padding: 17px 18px 20px;
  }

  .visual-card-body h4 {
    font-size: 26px;
  }

  .visual-card-body p {
    font-size: 16px;
  }

  .craft-preview {
    border-radius: 14px;
  }

  .craft-preview img {
    aspect-ratio: 4 / 3;
    object-position: center;
  }

  .craft-preview figcaption {
    padding: 10px 12px 12px;
    font-size: 14px;
    line-height: 1.45;
  }
}
.hair-origin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
  margin: 8px 0 28px;
}

.hair-origin-card {
  align-self: start;
  height: fit-content;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, .38);
  border-radius: 18px;
  background: linear-gradient(145deg, #18161b, #0d0c0f);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
}

.hair-origin-card img {
  width: 100%;
  height: 230px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #211e20;
  display: block;
}

.hair-origin-copy {
  padding: 14px 14px 16px;
  min-height: 126px;
  border-top: 1px solid rgba(212, 175, 55, .25);
}

.hair-origin-copy h4 {
  margin: 0 0 7px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.15;
}

.hair-origin-copy p {
  margin: 0;
  color: #fff;
  font-size: clamp(14px, 1.5vw, 15.5px);
  line-height: 1.55;
}

@media (min-width: 700px) {
  .hair-origin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .hair-origin-card img { height: 380px; }
}

@media (min-width: 960px) {
  .hair-origin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hair-origin-card img { height: 430px; }
}

@media (max-width: 520px) {
  .hair-origin-grid { grid-template-columns: 1fr; }
}
