.visually-hidden {
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.project-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 118, 0, 0.055), transparent 34rem),
    #050505;
}

.project-main {
  padding-top: var(--header-height);
}

.project-layout {
  width: min(100%, 120rem);
  min-height: calc(100svh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(38rem, 0.97fr);
  margin-inline: auto;
}

.project-showcase {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(0.9rem, 1.8vw, 1.9rem);
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.13);
  background:
    radial-gradient(circle at center, rgba(255, 118, 0, 0.05), transparent 48%),
    linear-gradient(145deg, rgba(14, 15, 16, 0.94), rgba(4, 5, 5, 0.98));
}

.project-back {
  width: fit-content;
  min-height: 2.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.75rem 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.28);
  border-radius: 0.55rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.project-artwork {
  min-height: 0;
  flex: 1;
  display: grid;
  place-items: center;
  margin: clamp(0.35rem, 0.8vh, 0.75rem) 0;
}

.project-artwork img {
  width: 100%;
  height: auto;
  max-height: min(64vh, 49rem);
  display: block;
  object-fit: contain;
  object-position: center;
}

.project-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.75rem;
  background: rgba(6, 7, 8, 0.7);
}

.project-trust > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem;
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.14);
}

.project-trust > div:last-child {
  border-right: 0;
}

.project-trust > div > span {
  color: var(--color-accent);
  font-size: 1.8rem;
}

.project-trust p,
.project-product p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.7rem;
  line-height: 1.45;
}

.project-trust strong,
.project-product strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #fff;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.project-information {
  align-self: center;
  margin: clamp(1.25rem, 2.3vw, 2.75rem);
  padding: clamp(1.3rem, 2.25vw, 2.4rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.26);
  border-radius: 1.1rem;
  background: linear-gradient(145deg, rgba(15, 17, 18, 0.96), rgba(4, 5, 5, 0.98));
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.34);
}

.project-information__header,
.project-section {
  padding-bottom: clamp(1rem, 1.65vw, 1.65rem);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.18);
}

.project-section > h2 {
  color: var(--color-accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.project-information__header h1 {
  max-width: 100%;
  margin-bottom: 0.7rem;
  font-size: clamp(1.9rem, 2.35vw, 2.9rem);
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-transform: uppercase;
}

.project-information__header > p:last-child {
  max-width: 54rem;
  margin: 0;
  color: #dedede;
  font-size: clamp(0.9rem, 1.15vw, 1.1rem);
  line-height: 1.65;
}

.project-section {
  padding-top: clamp(1rem, 1.65vw, 1.65rem);
}

.project-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 2rem;
}

.project-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  align-items: center;
  gap: 0.9rem;
}

.project-product__icon,
.project-workflow li > span,
.project-quote__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: grid;
  place-items: center;
  border: 0.08rem solid var(--color-accent);
  border-radius: 50%;
  color: var(--color-accent);
  font-size: 1.55rem;
}

.project-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-workflow li {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.project-workflow li > span {
  margin-bottom: 0.65rem;
}

.project-workflow strong {
  margin-bottom: 0.3rem;
  color: #fff;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.project-workflow small {
  color: var(--color-text-muted);
  font-size: 0.62rem;
  line-height: 1.45;
}

.project-quote {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  margin-top: clamp(0.9rem, 1.5vw, 1.5rem);
  padding: 1rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.18);
  border-radius: 0.75rem;
  background: rgba(12, 13, 14, 0.86);
}

.project-quote h2,
.project-quote p {
  margin: 0;
}

.project-quote h2 {
  font-size: 1.15rem;
}

.project-quote p,
.project-quote small {
  color: var(--color-text-muted);
  font-size: 0.7rem;
}

.project-quote small {
  display: block;
  margin-top: 0.35rem;
  line-height: 1.45;
}

@media (hover: hover) and (pointer: fine) {
  .project-back:hover,
  .p20-menu a:hover {
    color: var(--color-accent);
  }
}

@media (max-width: 81.25rem) {
  .project-layout {
    grid-template-columns: minmax(0, 0.92fr) minmax(34rem, 1.08fr);
  }

  .project-information {
    margin: 1.25rem;
    padding: 1.5rem;
  }

  .project-trust {
    grid-template-columns: 1fr;
  }

  .project-trust > div {
    border-right: 0;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.14);
  }

  .project-trust > div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 61.9375rem) {
  .project-layout {
    display: block;
  }

  .project-showcase {
    border-right: 0;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.13);
  }

  .project-artwork img {
    max-height: none;
  }

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

  .project-trust > div {
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.14);
    border-bottom: 0;
  }

  .project-information {
    margin: 1rem;
  }
}

@media (max-width: 43.75rem) {
  .project-page .p20-nav {
    min-height: 4.75rem;
  }

  .project-page .p20-brand img {
    width: 10.5rem;
  }

  .project-main {
    padding-top: 4.75rem;
  }

  .project-showcase {
    padding: 1rem;
  }

  .project-back {
    min-height: 2.75rem;
  }

  .project-trust {
    grid-template-columns: 1fr;
  }

  .project-trust > div {
    border-right: 0;
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.14);
  }

  .project-information {
    margin: 0.75rem;
    padding: 1.15rem;
  }

  .project-products {
    grid-template-columns: 1fr;
  }

  .project-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem 0.75rem;
  }

  .project-quote {
    grid-template-columns: auto 1fr;
  }

  .project-quote .p20-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (min-width: 90rem) and (min-height: 56.25rem) {
  .project-showcase {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .project-artwork img {
    max-height: 58vh;
  }

  .project-information {
    padding-block: 1.6rem;
  }
}
