/* ============================================================
   Collins Creative — Concept 20 shared interior-page theme
   Loaded after the original page styles so all legacy content,
   interactions, and case-study layouts stay intact.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&family=IBM+Plex+Mono:wght@500;600&family=Instrument+Sans:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&display=swap');

:root,
:root[data-palette="superside"],
:root[data-palette="mono"],
:root[data-palette="hybrid"] {
  --ink: #111936;
  --ink-2: #303750;
  --paper: #f7f7f3;
  --paper-2: #eef0ff;
  --card: #ffffff;
  --accent: #b7c1ff;
  --accent-2: #b7c1ff;
  --accent-ink: #111936;
  --on-dark: #f7f7f3;
  --on-dark-mut: rgba(247, 247, 243, .7);
  --muted: #65708c;
  --line: rgba(17, 25, 54, .14);
  --line-dark: rgba(255, 255, 255, .13);
  --showcase: #1a2552;
  --sans: "Instrument Sans", Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --maxw: 1380px;
  --gut: max(20px, calc((100% - var(--maxw)) / 2));
  --ease: cubic-bezier(.16, 1, .3, 1);
}

html {
  min-width: 0;
  background: var(--ink);
}

body {
  min-width: 0;
  overflow-x: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}

img,
video,
svg {
  max-inline-size: 100%;
}

img {
  block-size: auto;
}

::selection {
  background: var(--accent);
  color: var(--ink);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline-color: var(--accent);
}

/* ----- navigation: mirrors the Concept 20 homepage ----- */
.site-header {
  height: 78px;
  background: rgba(17, 25, 54, .82);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.header-inner {
  width: min(100%, 1500px);
  height: 78px;
  margin-inline: auto;
  padding-inline: clamp(20px, 4vw, 60px);
  grid-template-columns: auto 1fr auto;
}

.brand {
  gap: 10px;
  color: var(--on-dark);
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: -.035em;
}

.brand .mark {
  position: relative;
  display: block;
  width: 25px;
  height: 24px;
  overflow: visible;
  flex: none;
  border-radius: 0;
  background: transparent;
  transform: none;
}

.brand .mark > span {
  display: none;
}

.brand .mark::before,
.brand .mark::after {
  content: "";
  position: absolute;
  inset: auto;
  top: 50%;
  width: 3px;
  height: 25px;
  border-radius: 999px;
  background: var(--on-dark);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(44deg);
}

.brand .mark::before { left: 31%; }
.brand .mark::after { left: 71%; }
.brand:hover .mark,
.brand .mark.spin { transform: none; animation: none; }
.brand:hover .mark::before { animation: none; }
.brand .slash { color: inherit; font-weight: inherit; }
.brand:hover .slash { color: inherit; transform: none; }

.nav-links {
  gap: clamp(18px, 2.6vw, 34px);
}

.nav-links a {
  color: rgba(247, 247, 243, .64);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--on-dark);
}

.nav-links a[aria-current="page"]::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 1px;
  background: var(--accent);
}

.nav-links a[href="contact.html"] {
  display: none;
}

.nav-actions .btn {
  min-height: 48px;
  padding: 14px 21px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: transparent;
  color: var(--on-dark);
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
}

.nav-actions .btn:hover {
  border-color: var(--on-dark);
  background: var(--on-dark);
  color: var(--ink);
  filter: none;
}

.nav-actions .btn-outline-light {
  display: none;
}

.menu-btn {
  min-height: 44px;
  padding: 10px 17px;
  border-color: rgba(255, 255, 255, .36);
  color: var(--on-dark);
  font-size: 13px;
}

.mobile-menu {
  background:
    radial-gradient(circle at 88% 12%, rgba(114, 90, 255, .3), transparent 28%),
    var(--ink);
}

.mobile-menu a {
  font-weight: 500;
}

.mobile-menu .btn-accent {
  border-color: var(--accent);
  background: var(--accent);
  color: var(--ink);
}

/* ----- buttons and shared typographic details ----- */
.btn {
  font-family: var(--sans);
  font-weight: 600;
}

.btn-accent {
  background: var(--accent);
  color: var(--ink);
}

.btn-accent:hover {
  filter: brightness(1.03);
}

.eyebrow,
.cs-eyebrow,
.cs-kicker,
.work-card .wc-tags span,
.related-card .tag {
  font-family: var(--mono);
}

/* ----- interior and case-study heroes ----- */
.page-hero,
.cs-header,
.cs-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 15%, rgba(114, 90, 255, .34), transparent 30%),
    radial-gradient(circle at 46% 92%, rgba(68, 109, 255, .2), transparent 38%),
    linear-gradient(135deg, var(--ink), #121a3a 56%, #101733);
}

.page-hero::after,
.cs-header::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(to right, #000, transparent 78%);
  pointer-events: none;
}

.page-hero {
  padding-top: calc(78px + clamp(76px, 10vw, 142px));
  padding-bottom: clamp(70px, 9vw, 124px);
}

/* Services copy renders two pixels taller than Studio at desktop sizes. */
.services-hero {
  padding-bottom: calc(clamp(70px, 9vw, 124px) - 2px);
}

/* Work gets visitors to the project grid sooner without compressing its copy. */
.work-hero {
  padding-top: calc(78px + clamp(28px, 2.7vw, 40px));
  padding-bottom: clamp(38px, 3.3vw, 48px);
}

.page-hero h1,
.cs-title {
  max-width: 16ch;
  font-weight: 500;
  letter-spacing: -.055em;
}

.page-hero h1 {
  font-size: clamp(3.3rem, 7vw, 6.4rem);
}

.cs-title {
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.page-hero h1 em,
.cs-title em {
  color: var(--accent);
}

.page-hero .lead,
.cs-dek {
  max-width: 58ch;
  color: rgba(247, 247, 243, .74);
}

.cs-header {
  padding-top: calc(78px + clamp(54px, 7vw, 96px));
}

.cs-back:hover,
.cs-live,
.browser-bar .blive {
  color: var(--accent);
}

/* ----- page sections ----- */
.sec.paper,
.cs-body,
.cs-meta,
.cs-midcta {
  background: var(--paper);
}

.sec.paper2,
.related,
.cs-live-sec {
  background: var(--paper-2);
}

.sec-head h2,
.cs-prose h2,
.related-head h2,
.cs-midcta-inner h3 {
  letter-spacing: -.045em;
}

.svc-row {
  transition: background .3s var(--ease), padding-inline .3s var(--ease);
}

.svc-row:hover {
  padding-inline: clamp(18px, 2vw, 30px);
  background: rgba(183, 193, 255, .18);
}

.svc-main .ic {
  background: var(--accent);
  color: var(--ink);
}

.contact-card,
.cs-brand {
  background:
    radial-gradient(circle at 84% 12%, rgba(114, 90, 255, .32), transparent 34%),
    var(--ink);
}

.work-card,
.related-card,
.contact-card,
.browser,
.cs-figure img,
.cs-trio img {
  border-radius: 18px;
}

.work-card,
.related-card {
  box-shadow: 0 18px 50px rgba(17, 25, 54, .045);
}

.work-card:hover,
.related-card:hover {
  box-shadow: 0 26px 64px rgba(17, 25, 54, .12);
}

.work-card .link,
.related-head > a {
  color: #4f5fb9;
}

.cs-tag,
.work-card .wc-tags span {
  background: rgba(183, 193, 255, .18);
  border-color: rgba(17, 25, 54, .11);
}

.cs-points i,
.contact-card .cc-point .ck {
  background: var(--accent);
  color: var(--ink);
}

.cs-stat .n,
.strip .s .n {
  color: var(--accent);
}

/* ----- intrinsic image sizing: no stretching at any viewport ----- */
.browser {
  background: var(--ink);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 44px 90px -46px rgba(8, 13, 36, .8);
}

.browser-bar {
  background: rgba(255, 255, 255, .055);
}

.browser > img,
.cs-figure img,
.cs-trio img,
.cs-brand img,
.phone-scroll img {
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.cs-figure.case-editorial {
  max-width: 760px;
  margin-inline: auto;
}

.cs-figure.case-editorial img {
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  object-position: var(--editorial-focus, center) !important;
}

.work-card .wc-media {
  position: relative;
  display: block;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(114, 90, 255, .16), transparent 38%),
    var(--paper-2);
}

.work-card .wc-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  min-width: 0;
  min-height: 0;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.work-card:hover .wc-media img {
  transform: scale(1.018);
}

.work-card.ledger-card .wc-media {
  background: #090a12;
}

.work-card.ledger-card .wc-media img {
  transform: scale(1.72);
  transform-origin: 50% 0;
}

.work-card.ledger-card:hover .wc-media img {
  transform: scale(1.78);
}

.related-thumb {
  width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 10;
  object-fit: cover !important;
  object-position: center top !important;
  background: var(--paper-2);
}

.founder-photo,
.lead-photo {
  background: var(--paper-2);
}

.founder-photo img,
.lead-photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
}

iframe,
.fit,
.phone-screen {
  max-width: 100%;
}

/* ----- footer ----- */
.footer {
  background:
    radial-gradient(circle at 78% 12%, rgba(114, 90, 255, .18), transparent 30%),
    var(--ink);
}

.footer-col h4 {
  color: var(--accent);
}

.footer .slash {
  color: var(--on-dark);
}

/* Homepage footer, shared by interior pages. */
.site-footer {
  padding: clamp(58px, 7vw, 88px) var(--gut) 34px;
  background: #0c1229;
  color: var(--on-dark);
}
.site-footer .footer-inner {
  width: min(100%, var(--maxw));
  margin: 0 auto;
  padding: 0;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 40px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,.13);
}
.site-footer .brand-mark {
  position: relative;
  width: 25px;
  height: 24px;
  flex: none;
}
.site-footer .brand-mark::before,
.site-footer .brand-mark::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 25px;
  border-radius: 999px;
  background: var(--on-dark);
  transform: translate(-50%, -50%) rotate(44deg);
}
.site-footer .brand-mark::before { left: 31%; }
.site-footer .brand-mark::after { left: 71%; }
.site-footer .footer-brand p {
  max-width: 33ch;
  margin: 20px 0 0;
  color: rgba(255,255,255,.58);
  font-size: .98rem;
  line-height: 1.55;
}
.site-footer .footer-col h3 {
  margin: 0 0 17px;
  color: var(--accent);
  font: 600 10px/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}
.site-footer .footer-col a {
  display: block;
  padding: 6px 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
}
.site-footer .footer-col a:hover { color: var(--on-dark); }
.site-footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding-top: 28px;
  color: rgba(255,255,255,.5);
  font: 500 10px/1.4 var(--mono);
}
.site-footer .footer-bottom-links {
  display: flex;
  gap: 22px;
}

/* ----- smaller laptops ----- */
@media (max-width: 1180px) {
  .header-inner {
    gap: 18px;
  }

  .nav-links {
    gap: 22px;
  }
}

@media (max-width: 1080px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
  }
}

@media (max-width: 980px) {
  .site-footer .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .site-footer .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 660px) {
  .site-footer .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .site-footer .footer-brand { grid-column: 1 / -1; }
  .site-footer .footer-col:last-child { grid-column: 1 / -1; }
  .site-footer .footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* ----- phones and small tablets ----- */
@media (max-width: 760px) {
  :root {
    --gut: 20px;
  }

  .site-header,
  .header-inner {
    height: 70px;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    padding-inline: 20px;
  }

  .brand-word {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .page-hero {
    padding-top: calc(70px + 64px);
    padding-bottom: 70px;
  }

  .work-hero {
    padding-top: calc(70px + 34px);
    padding-bottom: 36px;
  }

  .cs-header {
    padding-top: calc(70px + 46px);
    padding-bottom: 44px;
  }

  .page-hero h1,
  .cs-title {
    max-width: 11ch;
    font-size: clamp(3rem, 14vw, 4.6rem);
    line-height: .95;
  }

  .page-hero .lead,
  .cs-dek {
    font-size: 1.08rem;
  }

  .page-hero .ph-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .svc-row:hover {
    padding-inline: 0;
    background: transparent;
  }

  .work-card .wc-media {
    aspect-ratio: 16 / 10;
  }

  .work-card .wc-body {
    padding: 22px 21px 26px;
  }

  .cs-hero .wrap,
  .cs-header .wrap,
  .cs-meta-grid,
  .related .wrap,
  .page-hero .ph-inner,
  .wrap {
    padding-inline: 20px;
  }

  .browser {
    border-radius: 13px;
  }

  .browser-bar {
    min-width: 0;
    padding: 11px 13px;
  }

  .browser-bar .burl {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cs-figure img,
  .cs-trio img {
    border-radius: 12px;
  }

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

@media (max-width: 480px) {
  .brand {
    font-size: 14px;
  }

  .brand .mark {
    width: 22px;
  }

  .page-hero h1,
  .cs-title {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

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

@media (prefers-reduced-motion: reduce) {
  .svc-row,
  .work-card,
  .related-card,
  .work-card img {
    transition: none;
  }

  .process-step-card {
    transition: none;
  }
}

/* ----- Studio process centerpiece ----- */
.process-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(76px, 9vw, 132px);
  color: #f7f7f3;
  background:
    radial-gradient(circle at 12% 10%, rgba(98, 113, 226, .34), transparent 31%),
    radial-gradient(circle at 91% 88%, rgba(242, 138, 59, .2), transparent 27%),
    #111936;
  border-block: 1px solid rgba(255, 255, 255, .08);
}

.process-showcase::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .18;
  background-image: radial-gradient(rgba(255,255,255,.34) .65px, transparent .65px);
  background-size: 18px 18px;
  -webkit-mask-image: linear-gradient(90deg, black, transparent 42%, transparent 62%, black);
  mask-image: linear-gradient(90deg, black, transparent 42%, transparent 62%, black);
}

.process-showcase .wrap {
  position: relative;
  max-width: calc(var(--maxw) + 48px);
  margin-inline: auto;
  padding-inline: 24px;
}

.process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: end;
}

.process-intro .eyebrow {
  color: #b7c1ff;
}

.process-intro h2 {
  max-width: 13ch;
  margin-top: 18px;
  font-size: clamp(2.8rem, 5.7vw, 5.7rem);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.062em;
  text-wrap: balance;
}

.process-intro h2 em {
  color: #b7c1ff;
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
}

.process-intro-copy > p {
  max-width: 57ch;
  margin-top: 26px;
  color: rgba(247, 247, 243, .69);
  font-size: clamp(1.05rem, 1.35vw, 1.22rem);
  line-height: 1.58;
}

.process-promises {
  display: grid;
  border-top: 1px solid rgba(255,255,255,.18);
}

.process-promises span {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
  color: rgba(247,247,243,.82);
  font-size: .93rem;
  line-height: 1.25;
}

.process-promises span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: none;
  margin-right: 14px;
  border-radius: 999px;
  background: #b7c1ff;
  box-shadow: 0 0 0 5px rgba(183,193,255,.16);
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(54px, 7vw, 88px);
  overflow: visible;
}

.process-step-card {
  position: relative;
  display: flex;
  min-height: 450px;
  flex-direction: column;
  padding: clamp(25px, 2.7vw, 38px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(17,25,54,.5));
  box-shadow: 0 28px 65px rgba(4, 8, 28, .2);
  transition: border-color .35s var(--ease), background .35s var(--ease), transform .35s var(--ease);
}

.process-step-card:hover {
  z-index: 2;
  border-color: rgba(183,193,255,.48);
  background: rgba(183,193,255,.1);
  transform: translateY(-5px);
}

.process-step-card::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 5;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 12px;
  background: #b7c1ff;
  box-shadow: 0 0 0 7px #111936, 0 12px 30px rgba(4,8,28,.38);
  color: #111936;
  font: 700 20px/1 var(--sans);
  transform: translateY(-50%);
  pointer-events: none;
}

.process-step-card:last-child::after {
  display: none;
}

.ps-top {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.ps-top::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(183,193,255,.62), rgba(183,193,255,.04));
}

.ps-status {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.52);
  border-radius: 999px;
  color: #fff;
  font: 500 9px/1 var(--mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}

.ps-copy {
  padding-top: clamp(42px, 5vw, 70px);
}

.ps-copy h3 {
  font-size: clamp(1.65rem, 2.25vw, 2.35rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
}

.ps-copy strong {
  display: block;
  margin-top: 17px;
  color: #b7c1ff;
  font: 400 italic 1.12rem/1.3 var(--serif);
}

.ps-copy p {
  margin-top: 20px;
  color: rgba(247,247,243,.64);
  font-size: .96rem;
  line-height: 1.58;
}

.ps-output {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.ps-output small {
  color: rgba(247,247,243,.42);
  font: 500 9px/1 var(--mono);
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ps-output span {
  color: rgba(247,247,243,.9);
  font-size: .91rem;
  line-height: 1.35;
}

.process-close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 20px 22px 20px 28px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  background: rgba(255,255,255,.065);
  backdrop-filter: blur(12px);
}

.process-close p {
  color: #fff;
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  font-weight: 500;
  letter-spacing: -.02em;
}

.process-close p span {
  display: block;
  margin-bottom: 7px;
  color: #b7c1ff;
  font: 500 9px/1 var(--mono);
  letter-spacing: .14em;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .process-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step-card {
    min-height: 400px;
  }

  .process-step-card:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .process-step-card:nth-child(4) {
    grid-column: 1;
    grid-row: 2;
  }

  .process-step-card:nth-child(2)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -28px;
    transform: translateX(50%);
  }

  .process-step-card:nth-child(3)::after {
    content: "←";
    right: auto;
    left: -28px;
  }
}

@media (max-width: 760px) {
  .process-showcase {
    padding-block: 68px;
  }

  .process-showcase .wrap {
    padding-inline: 20px;
  }

  .process-intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .process-intro h2 {
    max-width: 11ch;
    font-size: clamp(3rem, 13vw, 4.5rem);
  }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .process-step-card {
    min-height: 0;
    padding: 28px 25px;
    border-radius: 18px;
  }

  .process-step-card:nth-child(3),
  .process-step-card:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }

  .process-step-card::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -28px;
    left: auto;
    display: grid;
    transform: translateX(50%);
  }

  .process-step-card:last-child::after {
    display: none;
  }

  .ps-copy {
    padding-top: 40px;
  }

  .ps-output {
    margin-top: 38px;
  }

  .process-close {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
}
