/* Mini project pages */
.identity .name { font-size: clamp(1.75rem, 3.6vw, 2.65rem); }
.identity .lede { max-width: 48ch; }

.shot {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(5.5rem, 12vh, 7.5rem) 0 clamp(0.75rem, 2vh, 1.5rem);
  opacity: 0;
  transform: translateY(14px);
  animation: rise 0.85s var(--ease) 0.3s forwards;
}

.shot__frame {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid rgba(236, 233, 227, 0.1);
  background: #050607;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shot__frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  display: block;
}

/* Mini cover: PPT-fixed height — shots left, brief + env right */
.showcase {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  grid-template-columns: auto minmax(20rem, 1fr);
  gap: clamp(0.85rem, 1.8vw, 1.5rem);
  align-items: stretch;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  padding: clamp(4rem, 7.8vh, 5.1rem) 0 clamp(0.55rem, 1.2vh, 0.9rem);
  opacity: 0;
  transform: translateY(14px);
  animation: rise 0.85s var(--ease) 0.3s forwards;
  pointer-events: none;
}

.showcase__visuals,
.showcase__copy {
  pointer-events: auto;
  min-height: 0;
  min-width: 0;
  max-height: 100%;
}

.showcase__visuals {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  overflow: hidden;
  gap: clamp(0.45rem, 1vw, 0.8rem);
  height: 100%;
  min-height: 0;
  max-width: min(56vw, 50rem);
}

.showcase__frame {
  margin: 0;
  height: 100%;
  width: auto;
  max-width: none;
  border: 1px solid rgba(236, 233, 227, 0.1);
  background: transparent;
  overflow: hidden;
  line-height: 0;
  flex: 0 0 auto;
  min-width: 0;
  display: block;
}

.showcase__frame img {
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  object-position: top center;
}

.showcase__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  height: 100%;
  min-height: 0;
  padding-left: clamp(0.85rem, 1.6vw, 1.35rem);
  border-left: 2px solid rgba(212, 137, 74, 0.5);
  overflow: visible;
}

.showcase__specs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.7rem;
  margin: 0;
  flex: 1 1 0;
  min-height: 0;
  padding-bottom: clamp(0.5rem, 1.2vh, 0.8rem);
  border-bottom: 1px solid rgba(212, 137, 74, 0.45);
}

.showcase__specs > div {
  display: grid;
  grid-template-columns: 5.75rem minmax(0, 1fr);
  gap: 0.95rem;
  align-items: center;
  min-height: 0;
}

.showcase__specs > div.showcase__specs-row--role {
  align-items: start;
}

.showcase__specs-row--role dt {
  padding-top: 0.15em;
}

.showcase__specs dt {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.12rem, 1.65vw, 1.32rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: rgba(236, 233, 227, 0.58);
}

.showcase__specs dd {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.2rem, 1.75vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: var(--ink);
}

.role-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.role-list li {
  font-family: "Figtree", sans-serif;
  font-size: clamp(0.95rem, 1.28vw, 1.08rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: var(--ink);
  word-break: keep-all;
}

.role-pct {
  color: var(--copper);
  font-weight: 600;
}

.showcase__story {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.7rem;
  min-width: 0;
  flex: 0.85 1 0;
  min-height: 0;
  padding-top: clamp(0.5rem, 1.2vh, 0.8rem);
  padding-bottom: clamp(0.55rem, 1.4vh, 0.9rem);
  border-bottom: 1px solid rgba(212, 137, 74, 0.45);
}

.showcase__kicker {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.28rem, 2.1vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.22;
  text-transform: none;
  color: var(--copper);
}

.showcase__lede {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.55;
  letter-spacing: -0.015em;
  word-break: keep-all;
}

.showcase__lede--soft {
  color: var(--muted);
  font-size: clamp(0.92rem, 1.25vw, 1.02rem);
  line-height: 1.55;
}

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

.showcase__pipe li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  min-width: 0;
  padding: 0.36rem 0.44rem;
  border: 1px solid rgba(236, 233, 227, 0.1);
  background: rgba(236, 233, 227, 0.03);
}

.showcase__pipe li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -0.375rem;
  transform: translate(50%, -50%);
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: var(--copper);
  opacity: 1;
  text-shadow: 0 0 0.35rem rgba(212, 137, 74, 0.35);
  z-index: 1;
}

.showcase__pipe strong {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ink);
}

.showcase__pipe span {
  font-size: clamp(0.74rem, 1vw, 0.84rem);
  line-height: 1.35;
  color: rgba(236, 233, 227, 0.62);
  word-break: keep-all;
}

.showcase__env {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.45rem;
  padding-top: clamp(0.5rem, 1.2vh, 0.8rem);
  flex: 1 1 0;
  min-height: 0;
}

.showcase__env-label {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.2rem, 1.95vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-transform: none;
  color: var(--copper);
}

.env-rows {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  min-height: 0;
  gap: 0.35rem;
}

.env-row {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr);
  gap: 0.6rem;
  align-items: center;
}

.env-row__k {
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.82rem, 1.12vw, 0.94rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(236, 233, 227, 0.52);
}

.env-row .techs {
  margin-top: 0;
  gap: 0.22rem;
}

.techs--wrap {
  flex-wrap: wrap;
  row-gap: 0.22rem;
}

.showcase .tech {
  font-size: 0.6rem;
  padding: 0.22rem 0.45rem 0.22rem 0.3rem;
}

.showcase--brief .tech {
  font-size: 0.64rem;
  padding: 0.25rem 0.5rem;
}

/* MINI2: service capabilities, not MINI1's data pipeline */
.showcase--mate .showcase__specs {
  flex: 0.98 1 0;
}

.showcase--mate .showcase__story {
  flex: 0.86 1 0;
}

.showcase--mate .env-row {
  grid-template-columns: 7rem minmax(0, 1fr);
}

.showcase--mate .env-row__k {
  white-space: nowrap;
}

.mate-features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.mate-features li {
  position: relative;
  min-width: 0;
  padding: 0.48rem 0.62rem;
  border-top: 2px solid rgba(212, 137, 74, 0.65);
  background: linear-gradient(180deg, rgba(212, 137, 74, 0.08), rgba(236, 233, 227, 0.025));
}

.mate-features li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -0.275rem;
  transform: translate(50%, -50%);
  font-family: "Outfit", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: var(--copper);
  opacity: 1;
  text-shadow: 0 0 0.35rem rgba(212, 137, 74, 0.35);
  z-index: 1;
}

.mate-features strong,
.mate-features span {
  display: block;
  word-break: keep-all;
}

.mate-features strong {
  margin-bottom: 0.16rem;
  font-family: "Outfit", sans-serif;
  font-size: clamp(0.88rem, 1.2vw, 0.98rem);
  font-weight: 600;
  color: var(--ink);
}

.mate-features span {
  font-size: clamp(0.74rem, 1vw, 0.84rem);
  line-height: 1.35;
  color: rgba(236, 233, 227, 0.62);
}

.why--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3.5vw, 2.75rem);
}

.why--3 .why__item:nth-child(3) { animation-delay: 0.55s; }

.mini-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 0.35rem;
}

.mini-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  border-bottom: 1px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.mini-links a:hover {
  color: var(--ink);
  border-bottom-color: rgba(212, 137, 74, 0.7);
}

@media (max-width: 1100px), (max-height: 820px) {
  body { overflow: auto; }
  .stage { height: auto; min-height: 100dvh; overflow: visible; }
  .frame { height: auto; min-height: 100dvh; }
  .board { height: auto; position: relative; }
  .identity { position: relative; }
  .shot {
    position: relative;
    inset: auto;
    display: block;
    padding: 1.25rem 0 0;
    min-height: 0;
  }
  .shot__frame {
    height: auto;
    min-height: 14rem;
  }
  .shot__frame img {
    height: auto;
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 1100px) {
  .identity .name {
    font-size: clamp(1.55rem, 5.5vw, 2.2rem);
  }

  .showcase {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
    margin-top: 0;
    padding: 1.1rem 0 0.5rem;
    max-height: none;
    overflow: visible;
    opacity: 1;
    transform: none;
    animation: none;
  }

  .showcase__visuals {
    order: 1;
    display: grid;
    grid-template-columns: minmax(0, 61.78fr) minmax(0, 38.22fr);
    height: auto;
    max-height: none;
    max-width: none;
    width: min(100%, 80vh, 42rem);
    margin-inline: auto;
    justify-content: center;
    align-items: flex-start;
    gap: 0.65rem;
    overflow: visible;
  }

  .showcase--mate .showcase__visuals {
    grid-template-columns: minmax(0, 1fr);
    width: min(100%, 42rem);
  }

  .showcase__frame {
    height: auto;
    width: 100%;
    max-height: none;
    flex: none;
    min-width: 0;
    max-width: none;
  }

  .showcase__frame img {
    height: auto;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    object-position: top center;
  }

  .showcase__copy {
    order: 2;
    position: static;
    height: auto;
    max-height: none;
    padding-left: 0;
    border-left: none;
    border-top: 2px solid rgba(212, 137, 74, 0.5);
    padding-top: 1.15rem;
    gap: 1.15rem;
    overflow: visible;
  }

  .showcase__specs,
  .showcase__story,
  .showcase__env {
    flex: 0 0 auto;
    min-height: 0;
    justify-content: flex-start;
  }

  .showcase--mate .showcase__specs,
  .showcase--mate .showcase__story {
    flex: 0 0 auto;
  }

  .showcase__specs {
    gap: 0.55rem;
    padding-bottom: 0.85rem;
  }

  .showcase__specs > div {
    grid-template-columns: 5.25rem minmax(0, 1fr);
    gap: 0.75rem;
  }

  .showcase__specs dt {
    font-size: clamp(0.95rem, 2.8vw, 1.08rem);
  }

  .showcase__specs dd {
    font-size: clamp(1rem, 3vw, 1.15rem);
  }

  .role-list {
    gap: 0.28rem;
  }

  .role-list li {
    font-size: clamp(0.88rem, 2.6vw, 1rem);
    line-height: 1.4;
  }

  .role-list li {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    min-width: 0;
    white-space: nowrap;
  }

  .role-entry {
    display: flex;
    flex: 1 1 0;
    align-items: baseline;
    min-width: 0;
  }

  .role-desc {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .role-pct,
  .role-separator {
    flex: 0 0 auto;
  }

  .role-pct {
    margin-left: 0.24em;
  }

  .role-separator {
    margin-right: 0.35em;
  }

  .showcase__story {
    gap: 0.55rem;
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }

  .showcase__kicker,
  .showcase__env-label {
    font-size: clamp(1.15rem, 3.4vw, 1.4rem);
  }

  .showcase__lede {
    font-size: clamp(0.92rem, 2.7vw, 1.05rem);
    line-height: 1.55;
  }

  .showcase__pipe {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
  }

  .showcase--mate .env-row {
    grid-template-columns: 6.5rem minmax(0, 1fr);
  }

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

  .showcase__pipe li:not(:last-child)::after,
  .mate-features li:not(:last-child)::after {
    display: none;
  }

  .showcase__env {
    padding-top: 0.85rem;
    gap: 0.55rem;
  }

  .env-rows {
    flex: 0 0 auto;
    justify-content: flex-start;
    gap: 0.4rem;
  }

  .env-row {
    grid-template-columns: 5rem minmax(0, 1fr);
    align-items: start;
  }

  .why--3 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* Fixed slide pages: shared slide-fit.js scales the canvas until reflow takes over */
@media (min-width: 1101px) {
  body.is-slide-fit-active {
    overflow: hidden;
  }

  .is-slide-fit-active .stage {
    height: 100dvh;
    min-height: 0;
    overflow: hidden;
  }

  .is-slide-fit-active [data-slide-fit] {
    position: absolute;
    min-height: 0;
    transform-origin: top left;
  }

  .is-slide-fit-active [data-slide-fit] .board {
    height: 100%;
    position: relative;
  }

  .is-slide-fit-active [data-slide-fit] .identity {
    position: absolute;
  }
}

@media (max-width: 640px) {
  .frame {
    padding: 1rem 1rem 1.25rem;
  }

  .identity__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
  }

  .showcase {
    gap: 1.15rem;
    padding-top: 0.85rem;
  }

  .showcase__visuals {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .showcase--mate .showcase__visuals {
    width: 100%;
  }

  .showcase__frame {
    max-width: none;
    width: 100%;
    flex: none;
  }

  .showcase__frame img {
    width: 100%;
    height: auto;
  }

  .showcase__specs > div {
    grid-template-columns: 4.75rem minmax(0, 1fr);
    gap: 0.55rem;
  }

  .showcase__pipe {
    grid-template-columns: 1fr;
  }

  .mate-features {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .showcase--mate .env-row {
    grid-template-columns: 6rem minmax(0, 1fr);
  }

  .env-row {
    grid-template-columns: 4.5rem minmax(0, 1fr);
  }

  .showcase .tech {
    font-size: 0.58rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shot,
  .showcase { opacity: 1; transform: none; animation: none; }
}

/* Detail: denser three-column story */
.why--dense .why__t {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  padding-bottom: 0.75rem;
}

.why--dense .why__body {
  gap: 0.75rem;
  min-width: 0;
}

.why--dense .why__body p {
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
  line-height: 1.6;
  color: rgba(236, 233, 227, 0.8);
}

.why--dense .why__body code {
  font-family: "Outfit", sans-serif;
  font-size: 0.86em;
  letter-spacing: 0.02em;
  color: rgba(212, 137, 74, 0.95);
}

.why__flow {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: clamp(0.88rem, 1.2vw, 1rem) !important;
  letter-spacing: 0.02em;
  color: var(--ink) !important;
  padding: 0.55rem 0.7rem;
  background: rgba(236, 233, 227, 0.04);
  border-left: 2px solid rgba(212, 137, 74, 0.55);
}

.why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.why__list li {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  column-gap: 0.45rem;
  align-items: start;
  font-size: clamp(0.86rem, 1.15vw, 0.98rem);
  line-height: 1.55;
  color: rgba(236, 233, 227, 0.78);
  padding-left: 0.85rem;
  position: relative;
}

.why__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: rgba(212, 137, 74, 0.75);
}

.why__brand {
  color: var(--ink);
  font-weight: 600;
  white-space: nowrap;
}

.why__brand::after {
  content: " —";
  font-weight: 600;
  color: var(--ink);
}

.why__copy {
  min-width: 0;
}

.why__list strong {
  color: var(--ink);
  font-weight: 600;
}

.identity__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
  pointer-events: auto;
}

.identity__row .name {
  margin: 0;
}

.identity__row .techs {
  margin-top: 0;
}

/* Detail page: allow scroll when three columns get dense */
.page-mini-detail {
  overflow: auto;
}

.page-mini-detail .stage {
  height: auto;
  min-height: 100dvh;
  overflow: visible;
}

.page-mini-detail .frame {
  height: auto;
  min-height: 100dvh;
}

.page-mini-detail .board {
  height: auto;
  position: relative;
}

.page-mini-detail .identity {
  position: relative;
}

.page-mini-detail .deck {
  position: relative;
  inset: auto;
  display: block;
  padding: 0.85rem 0 0.4rem;
}

.page-mini-detail .why--dense .why__body p,
.page-mini-detail .why__list li {
  font-size: clamp(0.9rem, 1.2vw, 1.02rem);
  line-height: 1.58;
}

/* Detail decks are content-tall; trim spacing so short desktop
   viewports (≈900px on 1080p) don't trigger a tiny scrollbar. */
@media (min-width: 1101px) {
  .page-mini-detail .identity .lede {
    max-width: none;
    white-space: nowrap;
  }
  .page-mini-detail .deck { padding-top: 0.7rem; }
  .page-mini-detail .why__item { gap: 0.55rem; }
  .page-mini-detail .why__t { padding-bottom: 0.55rem; }
  .page-mini-detail .why--dense .why__body { gap: 0.6rem; }
  .page-mini-detail .why__table th,
  .page-mini-detail .why__table td { padding: 0.36rem 0; }
  .page-mini-detail .why__table tbody tr:first-child th,
  .page-mini-detail .why__table tbody tr:first-child td { padding-top: 0.46rem; }
}

.why__table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin-top: 0.2rem;
  table-layout: fixed;
}

.why__table col.why__col-brand {
  width: 5.75rem;
}

.why__table col.why__col-method {
  width: auto;
}

.why__table th,
.why__table td {
  padding: 0.55rem 0;
  vertical-align: top;
  text-align: left;
  font-size: clamp(0.84rem, 1.1vw, 0.96rem);
  line-height: 1.55;
  border-top: 1px solid rgba(236, 233, 227, 0.1);
}

.why__table thead th {
  font-family: "Outfit", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 137, 74, 0.9);
  border-top: none;
  border-bottom: 1px solid rgba(212, 137, 74, 0.35);
  padding-top: 0.15rem;
  padding-bottom: 0.45rem;
}

.why__table tbody th {
  width: 5.75rem;
  color: var(--ink);
  font-weight: 600;
  white-space: nowrap;
  padding-right: 0.85rem;
}

.why__table tbody td {
  color: rgba(236, 233, 227, 0.78);
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.why__table tbody tr:first-child th,
.why__table tbody tr:first-child td {
  border-top: none;
  padding-top: 0.65rem;
}

.out-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  pointer-events: auto;
}

.out-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.7rem;
  border: 1px solid rgba(236, 233, 227, 0.14);
  border-radius: 999px;
  background: rgba(236, 233, 227, 0.04);
  color: var(--muted);
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.out-link:hover {
  color: var(--ink);
  border-color: rgba(212, 137, 74, 0.55);
  background: rgba(212, 137, 74, 0.1);
}

.out-link__mark {
  font-size: 0.78rem;
  letter-spacing: 0;
  color: rgba(212, 137, 74, 0.95);
}

.out-link__ico {
  width: 0.85rem;
  height: 0.85rem;
  display: block;
  flex-shrink: 0;
  opacity: 0.9;
}

.shot__frame--pending {
  display: grid;
  place-items: center;
  min-height: 18rem;
  background:
    linear-gradient(160deg, rgba(236, 233, 227, 0.04), rgba(236, 233, 227, 0.01));
}

.shot__pending {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(236, 233, 227, 0.35);
}

.pending-card {
  width: min(100%, 34rem);
  margin: 4rem auto 0;
  padding: 2rem 1.75rem;
  border: 1px solid rgba(236, 233, 227, 0.12);
  background: rgba(236, 233, 227, 0.03);
  text-align: center;
}

.pending-card__tag {
  font-family: "Outfit", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(212, 137, 74, 0.9);
  margin-bottom: 0.75rem;
}

.pending-card__text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--muted);
}