/* STATURE: mobile refinements. Desktop text and layout retain their original styles. */
.portfolio-showcase .stature-desktop-copy {
  display: contents;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
.portfolio-showcase .stature-mobile-copy { display: none; }

@media (max-width: 820px) {
  /* Draw decorative arrows as vectors, independently of iOS emoji fonts. */
  .nav-cta > span,
  .button > span,
  .payment-card > a > span,
  .mini-hero button > span,
  .method-list i,
  .contact-intro > a > span,
  .project-link > span:not([class]),
  .market-dialog-grid button small > .stature-market-arrow {
    display: inline-block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
  }
  .nav-cta > span::after,
  .button > span::after,
  .payment-card > a > span::after,
  .mini-hero button > span::after,
  .method-list i::after,
  .contact-intro > a > span::after,
  .project-link > span:not([class])::after,
  .market-dialog-grid button small > .stature-market-arrow::after,
  .showcase-preview-badge::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    -webkit-mask: url('/mobile-arrow-20260922.svg') center / contain no-repeat;
    mask: url('/mobile-arrow-20260922.svg') center / contain no-repeat;
  }
  .method-list i { width: 22px; height: 22px; }
  .market-dialog-grid button small > .stature-market-arrow {
    width: 12px;
    height: 12px;
    margin-left: 3px;
  }

  /* The title and every item share one centred, balanced mobile grid. */
  .sector-strip {
    align-items: center;
    justify-content: center;
    gap: 23px;
    padding: 27px 20px 30px;
    text-align: center;
  }
  .sector-strip > p {
    width: 100%;
    max-width: 40ch;
    margin-inline: auto;
    text-align: center;
    text-wrap: balance;
    line-height: 1.7;
  }
  .sector-strip > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 460px;
    gap: 18px 20px;
    margin-inline: auto;
    font-size: 20px;
  }
  .sector-strip .strip-item {
    justify-content: center;
    min-width: 0;
    text-align: center;
    line-height: 1.25;
  }
  .sector-strip i { display: none; }

  /* Copy is rendered by React and SSR; country changes retain these labels. */
  .portfolio-showcase .stature-desktop-copy { display: none; }
  .portfolio-showcase .stature-mobile-copy {
    display: contents;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
  }
  .portfolio-showcase .portfolio-projects-heading {
    align-items: center;
    gap: 23px;
    margin-bottom: 36px;
    text-align: center;
  }
  .portfolio-showcase .portfolio-projects-heading > div { width: 100%; }
  .portfolio-showcase .portfolio-projects-heading .eyebrow {
    justify-content: center;
    gap: 11px;
    margin-bottom: 20px;
    font-size: 11px;
    letter-spacing: .13em;
  }
  .portfolio-showcase .portfolio-projects-heading .eyebrow > span:first-child {
    flex: 0 0 24px;
    width: 24px;
  }
  .portfolio-showcase .portfolio-projects-heading h2 {
    font-size: clamp(54px, 15vw, 72px);
    line-height: .98;
    letter-spacing: -.035em;
  }
  .portfolio-showcase .portfolio-projects-heading h2 em { display: block; }
  .portfolio-showcase .portfolio-projects-heading > p {
    max-width: 34ch;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.75;
    text-wrap: pretty;
  }
  .showcase-preview-badge {
    top: auto;
    bottom: 22px;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 44px;
    max-width: calc(100% - 36px);
    padding: 12px 18px;
    color: var(--navy);
    background: var(--ivory);
    border-color: #ffffffb3;
    box-shadow: 0 6px 22px #0003;
    opacity: 1;
    font-size: 12px;
    letter-spacing: .015em;
    text-transform: none;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  .showcase-preview-badge::after {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }
  .showcase-preview-link:hover .showcase-preview-badge,
  .showcase-preview-link:focus-within .showcase-preview-badge {
    transform: translateX(-50%);
  }
  .showcase-browser-corner { display: none; }
  .portfolio-showcase .portfolio-card-bottom { align-items: stretch; }
  .portfolio-showcase .project-link {
    justify-content: space-between;
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    border: 1px solid var(--navy);
    border-radius: 12px;
    background: var(--navy);
    color: var(--ivory);
    font-size: 13px;
  }
}
