:root {
  --showcase-black: #030506;
  --showcase-surface: #080b0e;
  --showcase-surface-raised: #0d1115;
  --showcase-platinum: #f1f2ef;
  --showcase-muted: rgba(241, 242, 239, 0.68);
  --showcase-faint: rgba(241, 242, 239, 0.48);
  --showcase-line: rgba(241, 242, 239, 0.12);
  --showcase-cyan: #23beff;
  --showcase-shell: min(1400px, calc(100vw - 64px));
  --showcase-copy: min(760px, 100%);
  --showcase-radius: 26px;
}

html {
  scroll-behavior: smooth;
}

body:has(.showcase-page),
body:has(.showcase-case-study) {
  background: var(--showcase-black);
  color: var(--showcase-platinum);
}

.showcase-page,
.showcase-case-study,
.showcase-unavailable {
  overflow: clip;
  background: var(--showcase-black);
}

.showcase-shell {
  width: var(--showcase-shell);
  margin-inline: auto;
}

.showcase-eyebrow {
  margin: 0;
  color: rgba(241, 242, 239, 0.7);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.showcase-display {
  margin: 0;
  color: var(--showcase-platinum);
  font-size: clamp(4.35rem, 8.2vw, 8.7rem);
  font-weight: 600;
  letter-spacing: -0.074em;
  line-height: 0.88;
  text-wrap: balance;
}

.showcase-lede {
  margin: 0;
  color: var(--showcase-muted);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.55;
}

.showcase-hero {
  min-height: clamp(530px, 72svh, 790px);
  padding: clamp(116px, 14vh, 176px) 0 clamp(74px, 10vh, 122px);
  display: grid;
  place-items: center;
  position: relative;
  background:
    linear-gradient(180deg, rgba(6, 12, 16, 0.42), transparent 38%),
    var(--showcase-black);
}

.showcase-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(241, 242, 239, 0.16), transparent);
}

.showcase-hero-copy {
  width: min(860px, calc(100% - 40px));
  margin-inline: auto;
  display: grid;
  justify-items: center;
  gap: 28px;
  text-align: center;
}

.showcase-hero-copy .showcase-lede {
  max-width: 720px;
}

.showcase-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
}

.showcase-hero-actions {
  justify-content: center;
  margin-top: 4px;
}

.showcase-primary-action,
.showcase-text-action,
.showcase-external-action,
.showcase-project-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--showcase-platinum);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.2;
  text-decoration: none;
}

.showcase-primary-action {
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  background: var(--showcase-platinum);
  color: #080a0c;
  cursor: pointer;
}

.showcase-primary-action:hover {
  background: #fff;
}

.showcase-text-action,
.showcase-external-action,
.showcase-project-link {
  border-bottom: 1px solid transparent;
}

.showcase-text-action:hover,
.showcase-external-action:hover,
.showcase-project-link:hover {
  border-color: rgba(35, 190, 255, 0.65);
  color: #fff;
}

.showcase-primary-action:focus-visible,
.showcase-text-action:focus-visible,
.showcase-external-action:focus-visible,
.showcase-project-link:focus-visible,
.showcase-filter-search input:focus-visible,
.showcase-category-row button:focus-visible,
.showcase-sort select:focus-visible,
.showcase-filter-empty button:focus-visible {
  outline: 2px solid var(--showcase-cyan);
  outline-offset: 4px;
}

.showcase-featured-section {
  padding: clamp(84px, 10vw, 152px) 0 clamp(104px, 13vw, 184px);
}

.showcase-featured-skeleton,
.showcase-gallery-skeleton {
  border: 1px solid var(--showcase-line);
  background: linear-gradient(110deg, rgba(255,255,255,0.025) 26%, rgba(255,255,255,0.06) 38%, rgba(255,255,255,0.025) 50%);
  background-size: 260% 100%;
  animation: showcase-loading 1.5s ease-in-out infinite;
}

.showcase-featured-skeleton {
  min-height: min(68vw, 850px);
  border-radius: var(--showcase-radius);
}

.showcase-gallery-skeleton {
  min-height: 430px;
  border-radius: 22px;
}

@keyframes showcase-loading {
  to { background-position-x: -180%; }
}

.showcase-featured-project {
  display: grid;
  gap: 30px;
}

.showcase-featured-kicker,
.showcase-project-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: var(--showcase-faint);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}

.showcase-featured-media,
.showcase-project-media,
.showcase-case-visual-media,
.showcase-next-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--showcase-line);
  border-radius: var(--showcase-radius);
  background: #e8e8e2;
}

.showcase-featured-media {
  box-shadow: 0 38px 90px rgba(0, 0, 0, 0.36);
}

.showcase-project-image,
.showcase-project-identity {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.showcase-featured-media .showcase-project-image {
  aspect-ratio: 16 / 9;
}

.showcase-project-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.showcase-project-image.has-image .showcase-project-identity {
  display: none;
}

.showcase-project-identity {
  min-height: 420px;
  padding: clamp(28px, 5vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  color: #101317;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.9), rgba(225,226,219,0.72)),
    #ecece7;
}

.showcase-project-identity::before {
  width: min(52%, 560px);
  aspect-ratio: 1;
  position: absolute;
  inset: 10% 9% auto auto;
  border: 1px solid rgba(12, 19, 24, 0.12);
  border-radius: 50%;
  content: "";
}

.showcase-project-identity span {
  margin-bottom: 16px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.showcase-project-identity strong {
  max-width: 760px;
  position: relative;
  font-size: clamp(2rem, 5vw, 5.6rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.showcase-project-identity i {
  width: 48px;
  height: 3px;
  margin-top: 26px;
  display: block;
  background: var(--showcase-cyan);
}

.showcase-featured-info {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(44px, 8vw, 126px);
  align-items: start;
}

.showcase-featured-info h2,
.showcase-section-heading h2,
.showcase-empty-state h2,
.showcase-error-state h2,
.showcase-paths h2,
.showcase-final h2,
.showcase-case-intro h1,
.showcase-case-overview h2,
.showcase-next-project h2,
.showcase-unavailable h1 {
  margin: 0;
  color: var(--showcase-platinum);
  font-weight: 600;
  letter-spacing: -0.058em;
  line-height: 0.96;
  text-wrap: balance;
}

.showcase-featured-info h2 {
  max-width: 760px;
  font-size: clamp(3.1rem, 6vw, 6.8rem);
}

.showcase-featured-info p {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--showcase-muted);
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  line-height: 1.6;
}

.showcase-featured-meta {
  padding-top: 8px;
  display: grid;
  gap: 26px;
}

.showcase-service-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.showcase-service-list li {
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--showcase-line);
  border-radius: 999px;
  color: rgba(241, 242, 239, 0.76);
  font-size: 0.78rem;
  line-height: 1.1;
}

.showcase-all-work {
  padding: clamp(104px, 13vw, 176px) 0;
  border-top: 1px solid rgba(241, 242, 239, 0.08);
  background: #050708;
}

.showcase-all-work[hidden] {
  display: none;
}

.showcase-section-heading {
  max-width: var(--showcase-copy);
  margin-bottom: clamp(50px, 7vw, 90px);
  display: grid;
  gap: 20px;
}

.showcase-section-heading h2,
.showcase-paths h2,
.showcase-case-overview h2,
.showcase-next-project h2 {
  font-size: clamp(2.8rem, 5vw, 5.6rem);
}

.showcase-section-heading p:not(.showcase-eyebrow) {
  max-width: 660px;
  margin: 0;
  color: var(--showcase-muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.showcase-controls {
  margin-bottom: clamp(52px, 7vw, 90px);
  display: grid;
  gap: 24px;
}

.showcase-controls[hidden],
.showcase-controls [hidden] {
  display: none;
}

.showcase-control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.showcase-category-row {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.showcase-category-row button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--showcase-line);
  border-radius: 999px;
  background: transparent;
  color: rgba(241, 242, 239, 0.66);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.showcase-category-row button:hover,
.showcase-category-row button[aria-pressed="true"] {
  border-color: rgba(35, 190, 255, 0.48);
  color: #fff;
}

.showcase-category-row button[aria-pressed="true"] {
  background: rgba(35, 190, 255, 0.08);
}

.showcase-search-sort {
  display: flex;
  align-items: center;
  gap: 12px;
}

.showcase-filter-search {
  width: min(420px, 100%);
  position: relative;
}

.showcase-filter-search svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  fill: none;
  stroke: rgba(241, 242, 239, 0.54);
  stroke-width: 1.7;
}

.showcase-filter-search input,
.showcase-sort select {
  min-height: 50px;
  border: 1px solid var(--showcase-line);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
  color: var(--showcase-platinum);
  font: inherit;
  font-size: 0.94rem;
}

.showcase-filter-search input {
  width: 100%;
  padding: 0 52px 0 48px;
}

.showcase-filter-search input::placeholder {
  color: rgba(241, 242, 239, 0.46);
}

.showcase-filter-search button {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 3px;
  top: 3px;
  border: 0;
  background: transparent;
  color: rgba(241, 242, 239, 0.64);
  font: inherit;
  cursor: pointer;
}

.showcase-sort select {
  min-width: 142px;
  padding: 0 38px 0 15px;
}

.showcase-feedback:empty {
  display: none;
}

.showcase-feedback {
  min-height: 1.4em;
  margin: 0;
  color: var(--showcase-faint);
  font-size: 0.88rem;
}

.showcase-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(62px, 9vw, 128px) clamp(28px, 4vw, 58px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.showcase-gallery.is-updating {
  opacity: 0.7;
  transform: translateY(4px);
}

.showcase-project-card {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 26px;
}

.showcase-project-card--wide {
  grid-column: 1 / -1;
}

.showcase-project-card--wide .showcase-project-image {
  aspect-ratio: 16 / 8.8;
}

.showcase-project-card--standard .showcase-project-image {
  aspect-ratio: 4 / 3;
}

.showcase-project-media {
  border-radius: 22px;
  transition: transform 220ms ease, border-color 220ms ease;
}

.showcase-project-card:hover .showcase-project-media {
  transform: translateY(-4px);
  border-color: rgba(241, 242, 239, 0.2);
}

.showcase-project-copy {
  max-width: 760px;
  display: grid;
  gap: 16px;
}

.showcase-project-copy h3 {
  margin: 0;
  color: var(--showcase-platinum);
  font-size: clamp(1.8rem, 3.2vw, 3.6rem);
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 1;
}

.showcase-project-copy > p {
  max-width: 650px;
  margin: 0;
  color: var(--showcase-muted);
  font-size: 1rem;
  line-height: 1.55;
}

.showcase-filter-empty,
.showcase-empty-state,
.showcase-error-state {
  grid-column: 1 / -1;
  min-height: 420px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 22px;
  text-align: center;
}

.showcase-empty-state,
.showcase-error-state {
  min-height: min(64svh, 620px);
}

.showcase-filter-empty h3,
.showcase-empty-state h2,
.showcase-error-state h2 {
  margin: 0;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
}

.showcase-filter-empty p,
.showcase-empty-state p:not(.showcase-eyebrow),
.showcase-error-state p:not(.showcase-eyebrow) {
  max-width: 590px;
  margin: 0;
  color: var(--showcase-muted);
  line-height: 1.55;
}

.showcase-filter-empty button {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--showcase-line);
  border-radius: 999px;
  background: transparent;
  color: var(--showcase-platinum);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
}

.showcase-single-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--showcase-faint);
  font-size: 0.94rem;
}

.showcase-approval {
  padding: 34px 0;
  border-top: 1px solid rgba(241, 242, 239, 0.08);
  border-bottom: 1px solid rgba(241, 242, 239, 0.08);
  background: #050708;
}

.showcase-approval p {
  max-width: 820px;
  margin: 0 auto;
  color: var(--showcase-faint);
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
}

.showcase-paths {
  padding: clamp(104px, 13vw, 176px) 0;
}

.showcase-paths-heading {
  max-width: 720px;
  margin-bottom: clamp(52px, 7vw, 86px);
  display: grid;
  gap: 18px;
}

.showcase-path-list {
  border-top: 1px solid var(--showcase-line);
}

.showcase-path-list a {
  min-height: 112px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(280px, 1fr) 44px;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid var(--showcase-line);
  color: inherit;
  text-decoration: none;
}

.showcase-path-list strong {
  color: var(--showcase-platinum);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  font-weight: 600;
}

.showcase-path-list span:not([aria-hidden]) {
  color: var(--showcase-muted);
  line-height: 1.5;
}

.showcase-path-list [aria-hidden] {
  justify-self: end;
  color: rgba(241, 242, 239, 0.58);
  font-size: 1.2rem;
}

.showcase-path-list a:hover strong,
.showcase-path-list a:hover [aria-hidden] {
  color: #fff;
}

.showcase-path-list a:hover [aria-hidden] {
  transform: translateX(4px);
}

.showcase-final {
  min-height: clamp(560px, 72svh, 780px);
  padding: 120px 0;
  display: grid;
  place-items: center;
  border-top: 1px solid rgba(241, 242, 239, 0.08);
  background:
    linear-gradient(180deg, transparent 45%, rgba(7, 21, 30, 0.5)),
    #020304;
}

.showcase-final-copy {
  max-width: 800px;
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.showcase-final h2 {
  font-size: clamp(3.5rem, 7.5vw, 8rem);
}

.showcase-final p:not(.showcase-eyebrow) {
  max-width: 560px;
  margin: 0;
  color: var(--showcase-muted);
  font-size: 1.1rem;
  line-height: 1.55;
}

/* Dynamic case-study pages */
.showcase-breadcrumb-wrap {
  padding-top: 98px;
}

.showcase-breadcrumbs {
  min-height: 54px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--showcase-faint);
  font-size: 0.82rem;
}

.showcase-breadcrumbs a {
  color: rgba(241, 242, 239, 0.75);
  text-decoration: none;
}

.showcase-case-intro {
  padding: clamp(80px, 10vw, 142px) 0 clamp(70px, 9vw, 120px);
}

.showcase-case-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(48px, 9vw, 136px);
  align-items: end;
}

.showcase-case-intro-copy {
  display: grid;
  gap: 26px;
}

.showcase-case-intro h1 {
  max-width: 950px;
  font-size: clamp(4rem, 8.2vw, 9rem);
}

.showcase-case-intro-copy > p:not(.showcase-eyebrow) {
  max-width: 740px;
  margin: 0;
  color: var(--showcase-muted);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.6;
}

.showcase-case-intro-meta {
  padding-bottom: 8px;
  display: grid;
  gap: 24px;
}

.showcase-case-date {
  margin: 0;
  color: var(--showcase-faint);
  font-size: 0.86rem;
}

.showcase-case-visual {
  padding-bottom: clamp(104px, 13vw, 184px);
}

.showcase-case-visual-media .showcase-project-image,
.showcase-case-visual-media > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.showcase-case-overview {
  padding: clamp(104px, 13vw, 176px) 0;
  border-top: 1px solid var(--showcase-line);
  background: #050708;
}

.showcase-case-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(54px, 10vw, 150px);
}

.showcase-case-overview-copy {
  display: grid;
  gap: 28px;
}

.showcase-case-overview-copy > p {
  max-width: 760px;
  margin: 0;
  color: var(--showcase-muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.showcase-case-facts {
  margin: 0;
  display: grid;
  align-content: start;
}

.showcase-case-facts > div {
  min-height: 78px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid var(--showcase-line);
}

.showcase-case-facts > div:first-child {
  border-top: 1px solid var(--showcase-line);
}

.showcase-case-facts dt {
  color: var(--showcase-faint);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.showcase-case-facts dd {
  margin: 0;
  color: rgba(241, 242, 239, 0.86);
  line-height: 1.5;
}

.showcase-related-paths {
  padding: clamp(96px, 12vw, 160px) 0;
}

.showcase-next-project {
  padding: clamp(96px, 12vw, 160px) 0;
  border-top: 1px solid var(--showcase-line);
}

.showcase-next-link {
  margin-top: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  gap: clamp(32px, 6vw, 82px);
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.showcase-next-media .showcase-project-image {
  aspect-ratio: 16 / 9;
}

.showcase-next-copy {
  display: grid;
  gap: 16px;
}

.showcase-next-copy strong {
  color: var(--showcase-platinum);
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.showcase-next-copy span {
  color: var(--showcase-faint);
}

.showcase-public-note {
  padding: 26px 0;
  border-top: 1px solid var(--showcase-line);
  color: var(--showcase-faint);
  font-size: 0.84rem;
  text-align: center;
}

.showcase-unavailable {
  min-height: calc(100svh - 64px);
  display: grid;
  place-items: center;
  padding: 120px 20px;
}

.showcase-unavailable-copy {
  max-width: 720px;
  display: grid;
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.showcase-unavailable h1 {
  font-size: clamp(3.2rem, 7vw, 7.4rem);
}

.showcase-unavailable p:not(.showcase-eyebrow) {
  margin: 0;
  color: var(--showcase-muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

@media (prefers-reduced-motion: no-preference) {
  [data-showcase-state="loaded"] .showcase-featured-media {
    animation: showcase-featured-enter 520ms cubic-bezier(.22,.8,.24,1) both;
  }

  [data-showcase-state="loaded"] .showcase-featured-info {
    animation: showcase-info-enter 460ms 100ms cubic-bezier(.22,.8,.24,1) both;
  }

  @keyframes showcase-featured-enter {
    from { opacity: 0; transform: translateY(14px); }
  }

  @keyframes showcase-info-enter {
    from { opacity: 0; transform: translateY(8px); }
  }
}

@media (max-width: 900px) {
  :root {
    --showcase-shell: min(100% - 40px, 760px);
  }

  .showcase-featured-info,
  .showcase-case-intro-grid,
  .showcase-case-overview-grid,
  .showcase-next-link {
    grid-template-columns: 1fr;
  }

  .showcase-featured-meta {
    padding-top: 0;
  }

  .showcase-gallery {
    gap: 76px 24px;
  }

  .showcase-path-list a {
    grid-template-columns: minmax(160px, 0.7fr) minmax(220px, 1fr) 32px;
    gap: 22px;
  }

  .showcase-next-link {
    gap: 28px;
  }
}

@media (max-width: 640px) {
  :root {
    --showcase-shell: calc(100% - 32px);
    --showcase-radius: 18px;
  }

  .showcase-display {
    max-width: 390px;
    font-size: clamp(3rem, 13.2vw, 3.65rem);
    line-height: 0.92;
  }

  .showcase-hero {
    min-height: 0;
    padding: 112px 0 76px;
  }

  .showcase-hero-copy {
    width: calc(100% - 32px);
    gap: 20px;
  }

  .showcase-lede {
    font-size: 1.03rem;
    line-height: 1.5;
  }

  .showcase-hero-actions {
    margin-top: 8px;
    flex-direction: column;
    gap: 7px;
  }

  .showcase-primary-action {
    min-height: 58px;
    padding-inline: 24px;
  }

  .showcase-featured-section {
    padding: 64px 0 100px;
  }

  .showcase-featured-skeleton {
    min-height: 520px;
  }

  .showcase-empty-state,
  .showcase-error-state {
    min-height: 380px;
    padding: 38px 0;
  }

  .showcase-featured-project {
    gap: 18px;
  }

  .showcase-featured-kicker {
    font-size: 0.66rem;
  }

  .showcase-featured-media .showcase-project-image,
  .showcase-project-card--wide .showcase-project-image,
  .showcase-project-card--standard .showcase-project-image,
  .showcase-case-visual-media .showcase-project-image,
  .showcase-next-media .showcase-project-image {
    aspect-ratio: 4 / 3;
  }

  .showcase-featured-info {
    gap: 28px;
  }

  .showcase-featured-info h2 {
    font-size: clamp(2.7rem, 12vw, 3.45rem);
  }

  .showcase-featured-info p {
    margin-top: 18px;
    font-size: 1rem;
  }

  .showcase-featured-meta {
    gap: 20px;
  }

  .showcase-service-list li {
    min-height: 32px;
  }

  .showcase-all-work,
  .showcase-paths,
  .showcase-case-overview,
  .showcase-related-paths,
  .showcase-next-project {
    padding: 92px 0;
  }

  .showcase-section-heading {
    margin-bottom: 48px;
    gap: 16px;
  }

  .showcase-section-heading h2,
  .showcase-paths h2,
  .showcase-case-overview h2,
  .showcase-next-project h2 {
    font-size: clamp(2.7rem, 12vw, 3.5rem);
  }

  .showcase-control-row,
  .showcase-search-sort {
    align-items: stretch;
    flex-direction: column;
  }

  .showcase-category-row {
    width: calc(100vw - 16px);
    margin-left: -16px;
    padding: 0 16px 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .showcase-category-row::-webkit-scrollbar {
    display: none;
  }

  .showcase-category-row button {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .showcase-filter-search,
  .showcase-sort select {
    width: 100%;
  }

  .showcase-gallery {
    grid-template-columns: 1fr;
    gap: 76px;
  }

  .showcase-project-card--wide {
    grid-column: auto;
  }

  .showcase-project-media {
    border-radius: 17px;
  }

  .showcase-project-copy {
    gap: 14px;
  }

  .showcase-project-copy h3 {
    font-size: clamp(2rem, 10vw, 2.85rem);
  }

  .showcase-project-identity {
    min-height: 270px;
    padding: 26px;
  }

  .showcase-project-identity strong {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .showcase-approval {
    padding: 28px 0;
  }

  .showcase-path-list a {
    min-height: 104px;
    grid-template-columns: 1fr 28px;
    gap: 8px 18px;
  }

  .showcase-path-list span:not([aria-hidden]) {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .showcase-path-list [aria-hidden] {
    grid-column: 2;
    grid-row: 1;
  }

  .showcase-final {
    min-height: 560px;
    padding: 96px 0;
  }

  .showcase-final h2 {
    font-size: clamp(3.2rem, 14vw, 4.3rem);
  }

  .showcase-breadcrumb-wrap {
    padding-top: 84px;
  }

  .showcase-case-intro {
    padding: 72px 0 64px;
  }

  .showcase-case-intro-grid {
    gap: 34px;
  }

  .showcase-case-intro h1 {
    font-size: clamp(3.15rem, 14vw, 4.35rem);
  }

  .showcase-case-intro-meta {
    gap: 18px;
  }

  .showcase-case-visual {
    padding-bottom: 92px;
  }

  .showcase-case-facts > div {
    grid-template-columns: 92px 1fr;
    gap: 16px;
  }

  .showcase-next-copy strong {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .showcase-unavailable {
    min-height: calc(100svh - 72px);
    padding: 110px 16px 80px;
  }
}

@media (max-width: 340px) {
  :root { --showcase-shell: calc(100% - 28px); }
  .showcase-actions { align-items: flex-start; flex-direction: column; }
  .showcase-display { font-size: 2.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .showcase-featured-skeleton,
  .showcase-gallery-skeleton { animation: none; }
  .showcase-gallery,
  .showcase-project-media,
  .showcase-path-list [aria-hidden] { transition: none; }
  .showcase-gallery.is-updating { opacity: 1; transform: none; }
  .showcase-project-card:hover .showcase-project-media { transform: none; }
}

@media (prefers-contrast: more) {
  :root {
    --showcase-muted: rgba(255,255,255,0.84);
    --showcase-faint: rgba(255,255,255,0.72);
    --showcase-line: rgba(255,255,255,0.28);
  }
}
