.showcase-page-hero {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  align-items: end;
  column-gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: 2rem;
}

.showcase-page-hero h1 {
  max-width: 15ch;
}

.showcase-intro-note {
  width: fit-content;
  margin: 0.35rem 0 0;
  border-left: 3px solid #6c6258;
  padding: 0.2rem 0 0.2rem 0.9rem;
  color: #5f5953;
  font-weight: 600;
}

.showcase-hero-notes {
  display: grid;
  gap: 0;
  border: 1px solid rgba(108, 98, 88, 0.17);
  border-radius: 14px;
  padding: 0.65rem 1.1rem;
  background: rgba(247, 243, 237, 0.82);
  box-shadow: 0 12px 30px rgba(36, 35, 33, 0.06);
}

.showcase-hero-notes span {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.68rem 0;
  border-top: 1px solid rgba(108, 98, 88, 0.12);
  color: #5f5953;
  font-size: 0.92rem;
}

.showcase-hero-notes span:first-child {
  border-top: 0;
}

.showcase-hero-notes span::before {
  content: "";
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #6c6258;
}

.showcase-shell {
  padding-top: 1.2rem;
  padding-bottom: 4.5rem;
}

.showcase-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(260px, 0.72fr);
  gap: 1rem;
  margin-bottom: 1rem;
}

.showcase-proof-card {
  position: relative;
  display: grid;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid rgba(108, 98, 88, 0.17);
  border-radius: 14px;
  background: #173f42;
  box-shadow: 0 12px 30px rgba(36, 35, 33, 0.1);
}

.showcase-proof-card-large {
  grid-row: span 2;
  min-height: 556px;
}

.showcase-proof-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.01);
  transition: transform 420ms ease;
}

.showcase-proof-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(12, 36, 38, 0.92) 100%);
}

.showcase-proof-card:hover img {
  transform: scale(1.035);
}

.showcase-proof-card > div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: end;
  gap: 0.65rem;
  padding: clamp(1.15rem, 2.5vw, 1.6rem);
  color: #fff;
}

.showcase-proof-card .mini-label {
  margin: 0;
  color: #b8e3df;
}

.showcase-proof-card h2 {
  max-width: 36rem;
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.18;
}

.showcase-proof-card-large h2 {
  font-size: clamp(1.75rem, 3vw, 2.7rem);
}

.showcase-proof-card .inline-link {
  width: fit-content;
  color: #d8f3f0;
  font-weight: 700;
}

.showcase-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
  margin-top: 1.25rem;
  border-radius: 14px;
  padding: clamp(0.85rem, 2vw, 1.25rem);
}

.showcase-image-wrap {
  position: relative;
  align-self: start;
  height: clamp(360px, 34vw, 520px);
  overflow: hidden;
  border: 1px solid rgba(108, 98, 88, 0.16);
  border-radius: 10px;
  background: #edf5f2;
}

.showcase-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.showcase-stage:hover .showcase-image {
  transform: scale(1.012);
}

.showcase-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  color: #58706e;
  text-align: center;
  background: linear-gradient(145deg, #edf5f2, #fffaf2);
}

.showcase-placeholder[hidden],
.showcase-image[hidden] {
  display: none !important;
}

.showcase-image-dots {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.showcase-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(0.3rem, 1.4vw, 0.8rem);
}

.showcase-copy h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.08;
}

.showcase-summary {
  margin: 1rem 0 0;
}

.showcase-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.showcase-metrics span {
  border: 1px solid rgba(108, 98, 88, 0.17);
  border-radius: 999px;
  padding: 0.45rem 0.7rem;
  background: rgba(108, 98, 88, 0.06);
  color: #174f4c;
  font-size: 0.84rem;
  font-weight: 600;
}

.showcase-bullets {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: #5d6968;
  line-height: 1.58;
}

.showcase-bullets li + li {
  margin-top: 0.45rem;
}

.showcase-bullets li::marker {
  color: #6c6258;
}

.showcase-link {
  width: fit-content;
  margin-top: 1rem;
}

.showcase-controls {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1.4rem;
}

.showcase-controls .button {
  min-width: 7.5rem;
  text-align: center;
}

.showcase-dots {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
}

.showcase-dot {
  width: 18px;
  height: 7px;
  border: 1px solid rgba(108, 98, 88, 0.25);
  border-radius: 999px;
  background: rgba(108, 98, 88, 0.12);
  cursor: pointer;
}

.showcase-dot.is-active {
  border-color: #6c6258;
  background: #6c6258;
}

.showcase-route {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}

.showcase-route article {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 220px;
  border: 1px solid rgba(108, 98, 88, 0.16);
  border-radius: 14px;
  padding: 1.25rem;
  background: rgba(247, 243, 237, 0.8);
}

.showcase-route span {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #6c6258;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
}

.showcase-route h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.18;
}

.showcase-route p {
  margin: 0;
  color: #5d6968;
  line-height: 1.58;
}

.showcase-portfolio-bridge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 1.25rem;
  border: 1px solid rgba(108, 98, 88, 0.18);
  border-radius: 14px;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: rgba(108, 98, 88, 0.065);
}

.showcase-portfolio-bridge h2,
.showcase-portfolio-bridge p {
  margin-top: 0;
}

@media (max-width: 960px) {
  .showcase-page-hero,
  .showcase-proof-grid,
  .showcase-stage,
  .showcase-route {
    grid-template-columns: 1fr;
  }

  .showcase-proof-card,
  .showcase-proof-card-large {
    grid-row: auto;
    min-height: 380px;
  }

  .showcase-copy {
    min-height: 390px;
  }
}

@media (max-width: 620px) {
  .showcase-proof-card,
  .showcase-proof-card-large {
    min-height: 320px;
  }

  .showcase-image-wrap {
    height: 72vw;
    min-height: 270px;
  }

  .showcase-copy {
    min-height: 0;
  }

  .showcase-controls,
  .showcase-portfolio-bridge {
    flex-direction: column;
    align-items: stretch;
  }

  .showcase-controls .button,
  .showcase-portfolio-bridge .button {
    width: 100%;
    text-align: center;
  }
}
