/* v44: personal work placeholder and recommendations */
.beyond-work,
.recommendations {
  padding: clamp(88px, 10vw, 144px) max(5vw, 32px);
  color: var(--ox);
}

/* Force card: match the stable reKYC View project control at every state. */
.work-card.featured .force-feature-link {
  position:absolute !important;
  left:26px !important;
  right:26px !important;
  bottom:26px !important;
  top:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:auto !important;
  min-height:52px !important;
  height:52px !important;
  margin:0 !important;
  padding:0 16px !important;
  transform:none !important;
  transition:background-color .24s ease !important;
}
.work-card.featured:hover .force-feature-link,
.work-card.featured:focus-within .force-feature-link,
.work-card.featured .force-feature-link:hover,
.work-card.featured .force-feature-link:focus-visible {
  width:auto !important;
  min-height:52px !important;
  height:52px !important;
  padding:0 16px !important;
  transform:none !important;
}
@media(max-width:520px) {
  .work-card.featured .force-feature-link {
    left:26px !important;
    right:26px !important;
    bottom:26px !important;
  }
}

.beyond-work { background: #eee9df; }
.recommendations { background: var(--cream); overflow: hidden; }

.section-intro { max-width: 1320px; margin: 0 auto 46px; }
.section-intro h2 {
  max-width: 820px;
  margin: 14px 0 0;
  font: 400 clamp(42px, 5vw, 72px)/.98 "DM Sans", Inter, Arial, sans-serif;
  letter-spacing: -.07em;
}
.section-intro p:not(.section-kicker) {
  max-width: 560px;
  margin: 20px 0 0;
  color: #4b423e;
  font-size: 17px;
  line-height: 1.5;
}

.personal-projects {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.personal-placeholder {
  position: relative;
  min-height: 360px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #292725;
  color: #f1eee6;
  overflow: hidden;
}
.personal-placeholder::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: -110px;
  right: -75px;
  border: 1px solid #f1eee640;
  border-radius: 50%;
}
.personal-placeholder::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  top: -60px;
  right: -25px;
  border: 1px solid #f1eee626;
  border-radius: 50%;
}
.personal-placeholder p,
.personal-placeholder h3 { position: relative; z-index: 1; }
.personal-placeholder p {
  margin: 0;
  font: 600 11px/1 "DM Sans", Inter, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #e5dfd4b5;
}
.personal-placeholder h3 {
  max-width: 420px;
  margin: 0;
  font: 400 clamp(34px, 3.5vw, 52px)/.98 "DM Sans", Inter, Arial, sans-serif;
  letter-spacing: -.065em;
}

.testimonial-rail {
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(390px, 44%);
  gap: 20px;
  overflow-x: auto;
  padding: 3px 0 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #6d240f transparent;
}
.testimonial-rail:focus-visible { outline: 2px solid var(--ox); outline-offset: 8px; }
.testimonial-card {
  min-height: 570px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 34px;
  background: #e5dfd4;
  scroll-snap-align: start;
}
.testimonial-mark {
  margin: 0 0 20px;
  color: var(--ox);
  font: 600 70px/.65 Georgia, serif;
}
.testimonial-copy {
  margin: 0;
  color: #302a27;
  font-size: 16px;
  line-height: 1.52;
}
.testimonial-copy + .testimonial-copy { margin-top: 14px; }
.testimonial-copy mark {
  padding: .04em .16em .09em;
  background: var(--ox);
  color: #f1eee6;
}
.testimonial-person {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid #6d240f40;
}
.testimonial-person strong,
.testimonial-person span { display: block; }
.testimonial-person strong {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.025em;
}
.testimonial-person span {
  margin-top: 5px;
  color: #756e68;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 820px) {
  .beyond-work,
  .recommendations { padding: 82px 22px; }
  .personal-projects { grid-template-columns: 1fr; }
  .personal-placeholder { min-height: 300px; }
  .testimonial-rail {
    grid-auto-columns: calc(100vw - 44px);
    gap: 14px;
    padding-bottom: 16px;
  }
  .testimonial-card { min-height: 0; padding: 28px; }
  .testimonial-copy { font-size: 16px; }
}

/* v70: phone layout is composed as its own experience, not a squeezed desktop. */
@media (max-width: 820px) {
  .nav { height: 64px; }
  .mobile-work-shortcut { display: none !important; }
  .mobile-menu {
    top: 64px;
    padding: 28px 30px max(48px, env(safe-area-inset-bottom));
    align-content: center;
    transform: translateY(-18px) scale(.985);
    transform-origin: 100% 0;
    transition: opacity .18s ease, transform .28s cubic-bezier(.2,.8,.2,1);
  }
  .mobile-menu.is-open { transform: translateY(0) scale(1); }
  .mobile-menu a::after,
  .mobile-menu a:hover::after,
  .mobile-menu a:focus-visible::after { content: none !important; display: none !important; }
  .mobile-menu a {
    min-height: 60px;
    border: 0 !important;
    border-radius: 10px;
    transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus-visible,
  .mobile-menu a:active {
    color: var(--ox);
    background: #6d240f0d;
    box-shadow: inset 0 0 0 1px #6d240f1c, 0 0 24px #6d240f10;
    outline: 0;
  }
  .mobile-menu-button[aria-expanded="true"] { filter: drop-shadow(0 0 10px #6d240f25); }

  .hero {
    box-sizing: border-box;
    min-height: calc(100svh - 64px);
    min-height: calc(100dvh - 64px);
    display: flex;
    flex-direction: column;
    padding: 30px 22px 0;
    overflow: hidden;
  }
  .copy { flex: 0 0 auto; }
  .avatar-stage {
    position: relative;
    flex: 1 1 auto;
    width: 100%;
    height: auto;
    min-height: 220px;
    margin-top: 0;
    touch-action: pan-y;
    overflow: hidden;
  }
  .avatar {
    align-self: end;
    width: min(100%, 380px);
    margin-bottom: -2px;
  }
  .avatar-drag-cue {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #f1eee6;
    background: #06172bb8;
    font-size: 11px;
    letter-spacing: .03em;
    pointer-events: none;
  }

  .work-card.featured .force-feature {
    display: grid;
    grid-template-rows: 205px 230px;
    min-height: 435px;
  }
  .work-card.featured .force-feature-copy {
    box-sizing: border-box;
    min-height: 0;
    padding: 24px 24px 18px;
  }
  .work-card.featured .force-status { margin-bottom: 15px !important; }
  .work-card.featured .force-feature-copy h3 {
    max-width: 310px;
    margin: 0 !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }
  .work-card.featured .force-feature-copy h3::before {
    content: "Hiring and onboarding at field scale";
    display: block;
    font: 600 clamp(31px, 8.8vw, 38px)/.95 "DM Sans", Inter, Arial, sans-serif;
    letter-spacing: -.065em;
  }
  .work-card.featured .force-feature-facts { margin-top: 18px; }
  .work-card.featured .force-feature-facts strong { font-size: 27px; }
  .work-card.featured .force-feature-facts span { max-width: 150px; font-size: 9px; }
  .work-card.featured .force-feature-visual {
    box-sizing: border-box;
    min-height: 0;
    display: grid;
    grid-template-rows: 1fr auto;
    justify-items: center;
    padding-top: 7px;
  }
  .work-card.featured .force-phone {
    width: 145px;
    height: 146px;
    align-self: center;
    overflow: hidden;
    border: 1px solid #ffffff45;
    border-radius: 12px;
    box-shadow: 0 10px 24px #020b1680;
    transform: none !important;
  }
  .work-card.featured .force-phone::before,
  .work-card.featured .force-phone::after,
  .work-card.featured .force-phone-side,
  .work-card.featured .force-phone-volume { display: none; }
  .work-card.featured .force-phone img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    border-radius: 0;
  }
  .work-card.featured .force-feature-link {
    position: static !important;
    box-sizing: border-box;
    width: calc(100% - 32px);
    min-height: 44px;
    margin: 0 16px 15px !important;
    justify-content: space-between;
    padding: 11px 14px !important;
    background: #f3eee5 !important;
    color: var(--ox) !important;
    transform: none !important;
  }
  .work-card.featured .force-feature-link:hover,
  .work-card.featured .force-feature-link:active { transform: none !important; }
  .work-card:not(.featured),
  .work-card:not(.featured) > .card-body,
  .work-card:not(.featured) > .mini-visual { transition: none; }
  .work-card:not(.featured):hover,
  .work-card:not(.featured):focus-within { transform: none; }

  .next, .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .testimonial-rail { grid-auto-columns: calc(100vw - 44px); }
  .testimonial-card {
    position: relative;
    box-sizing: border-box;
    min-height: 306px;
    height: 306px;
    padding: 24px;
  }
  .testimonial-copy {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .testimonial-copy + .testimonial-copy { display: none; }
  .testimonial-person { margin-top: auto; padding-top: 16px; }
  .recommendation-read {
    position: absolute;
    right: 20px;
    bottom: 18px;
    padding: 0;
    border: 0;
    color: var(--ox);
    background: transparent;
    font: 600 12px/1 "DM Sans", Inter, Arial, sans-serif;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .testimonial-person { padding-bottom: 20px; }
  .recommendation-sheet {
    width: min(100%, 580px);
    max-width: none;
    max-height: min(78dvh, 680px);
    margin: auto 0 0;
    padding: 30px 24px calc(28px + env(safe-area-inset-bottom));
    border: 0;
    border-radius: 22px 22px 0 0;
    color: var(--ink);
    background: #fbfaf7;
    box-shadow: 0 -20px 70px #00000035;
  }
  .recommendation-sheet::backdrop { background: #0717288c; }
  .recommendation-sheet-close {
    position: absolute;
    top: 14px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    color: var(--ox);
    background: #6d240f0d;
    font-size: 28px;
    line-height: 1;
  }
  .recommendation-sheet-label { margin: 0 0 22px; color: var(--ox); font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
  .recommendation-sheet-copy p { margin: 0 0 15px; font-size: 16px; line-height: 1.55; }
  .recommendation-sheet-person { margin: 26px 0 0; padding-top: 18px; border-top: 1px solid var(--line); white-space: pre-line; font-weight: 600; line-height: 1.5; }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu, .mobile-menu a, .mobile-menu-button, .work-card, .force-phone { transition: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-rail { scroll-behavior: auto; }
}

/* Modern testimonial surface: structured, slightly luminous, never decorative. */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');

.recommendation-note {
  margin: 18px 0 -4px;
  color: #6d240f;
  font: 500 28px/1 "Caveat", "Bradley Hand", cursive;
  transform: rotate(-2deg);
}

.testimonial-card {
  position: relative;
  min-height: 640px;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, #dcecf0 0, #dcecf000 32%),
    linear-gradient(135deg, #ebe7df, #ded8cf);
}
.testimonial-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .55;
  background-image:
    linear-gradient(90deg, #6d240f14 1px, transparent 1px),
    linear-gradient(#6d240f14 1px, transparent 1px),
    radial-gradient(circle, #6d240f70 1.25px, transparent 1.6px);
  background-size: 30px 30px, 30px 30px, 90px 90px;
  background-position: 100% 0, 100% 0, 100% 0;
  mask-image: linear-gradient(135deg, transparent 32%, #000 58%, #000 100%);
}
.testimonial-card::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--ox);
  box-shadow: 20px 0 0 #6d240f50, 40px 0 0 #6d240f24;
}
.testimonial-mark { display: none; }
.testimonial-copy { position: relative; z-index: 1; }
.testimonial-person { position: relative; z-index: 1; }

@media (max-width: 820px) {
  .recommendation-note { font-size: 25px; }
  .testimonial-card { min-height: 0; }
}

/* v46: a calmer, white dotted work surface. */
.recommendations .section-intro h2 {
  max-width: 760px;
  margin: 16px 0 0;
  font: inherit;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.06em;
}
.recommendation-note { margin-top: 18px; }

.testimonial-card {
  min-height: 640px;
  border: 1px solid #2b27231a;
  border-radius: 18px;
  box-shadow: none;
  background-color: #fbfaf7;
  background-image: radial-gradient(circle, #37333170 1px, transparent 1.25px);
  background-size: 24px 24px;
}
.testimonial-card::before,
.testimonial-card::after { display: none; }

/* v47: texture stays behind the reading, not in front of it. */
.testimonial-card {
  background-image: radial-gradient(circle, #6f6a6538 .8px, transparent 1.05px);
  background-size: 38px 38px;
}
.testimonial-rail {
  padding-bottom: 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.testimonial-rail::-webkit-scrollbar { display: none; }

/* v48: sizeable, square recommendation cards with the next one peeking in. */
.testimonial-rail {
  grid-auto-columns: clamp(600px, 54vw, 980px);
  gap: 22px;
  scroll-padding-left: 1px;
}
.testimonial-card {
  min-height: 0;
  aspect-ratio: 1 / 1;
}
@media (max-width: 820px) {
  .testimonial-rail { grid-auto-columns: calc(100vw - 44px); }
  .testimonial-card { aspect-ratio: auto; }
}

/* v49: keep the reading canvas consistent on wide screens. */
@media (min-width: 821px) {
  .testimonial-rail { grid-auto-columns: 620px; }
}

/* v51: a text-first contact directory. */
.contact-section {
  width: min(1320px, 90vw);
  margin: 0 auto;
  padding: 170px 0 72px;
  color: var(--ink);
}
.contact-label {
  margin: 0 0 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}
.contact-heading {
  max-width: 780px;
  margin: 0;
  color: var(--ox);
  font-size: clamp(52px, 6.3vw, 96px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.07em;
}
.contact-directory {
  margin-top: 82px;
  border-top: 1px solid #2b272340;
}
.contact-item {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 106px;
  color: var(--ink);
  border-bottom: 1px solid #2b272340;
  text-decoration: none;
  transition: color .22s ease, background-color .22s ease, padding .22s ease;
}
button.contact-item {
  width: 100%;
  padding: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  font: inherit;
  text-align: left;
  background: transparent;
  cursor: pointer;
}
.contact-item:hover,
.contact-item:focus-visible {
  padding-inline: 18px;
  color: var(--cream);
  outline: none;
  background: var(--ox);
}
.contact-mark {
  color: var(--ox);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.05em;
  transition: color .22s ease;
}
.contact-item:hover .contact-mark,
.contact-item:focus-visible .contact-mark { color: var(--cream); }
.contact-name {
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 400;
  letter-spacing: -.05em;
}
.contact-detail {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .03em;
  text-transform: uppercase;
  transition: color .22s ease;
}
.contact-item:hover .contact-detail,
.contact-item:focus-visible .contact-detail { color: color-mix(in srgb, var(--cream) 72%, transparent); }
.contact-arrow {
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
  transition: transform .25s ease;
}
.contact-item:hover .contact-arrow,
.contact-item:focus-visible .contact-arrow { transform: translate(4px, -4px); }
.contact-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .contact-section { padding-top: 110px; }
  .contact-directory { margin-top: 54px; }
  .contact-item { grid-template-columns: 40px minmax(0, 1fr) auto; min-height: 86px; gap: 10px; }
  .contact-detail { display: none; }
  .contact-footer { display: block; line-height: 1.6; }
}

/* v52: a small avatar cameo rather than another contact interface. */
.contact-peek {
  min-height: 690px;
  overflow: hidden;
}
.contact-peek .contact-peek-layout {
  position: relative;
  min-height: 510px;
}
.contact-peek .contact-heading {
  max-width: 760px;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.06em;
}
.contact-cue {
  display: inline-block;
  margin-top: 54px;
  color: var(--ox);
  font-size: 34px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-10px);
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  max-width: 650px;
  margin-top: 26px;
  font-size: clamp(22px, 2.2vw, 31px);
  font-weight: 400;
  letter-spacing: -.045em;
  opacity: 0;
  transform: translateY(14px);
}
.contact-links a {
  color: var(--ink);
  text-decoration: none;
  transition: color .2s ease;
}
.contact-links a:hover,
.contact-links a:focus-visible { color: var(--ox); outline: none; }
.contact-links span { color: var(--ox); }
.contact-avatar-door {
  position: absolute;
  top: -18px;
  right: -2.5vw;
  width: clamp(280px, 31vw, 490px);
  opacity: 0;
  transform: translateX(108%);
}
.contact-avatar-door::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 6%;
  bottom: 5%;
  right: 0;
  width: 1px;
  background: var(--ox);
}
.contact-avatar-door img { display: block; width: 100%; height: auto; }
.contact-peek.is-active .contact-avatar-door { animation: contact-peek-in .85s cubic-bezier(.2,.8,.2,1) .08s forwards; }
.contact-peek.is-active .contact-cue { animation: contact-cue .42s ease .94s forwards; }
.contact-peek.is-active .contact-links { animation: contact-links-in .46s cubic-bezier(.2,.8,.2,1) 1.1s forwards; }
@keyframes contact-peek-in { to { opacity: 1; transform: translateX(0); } }
@keyframes contact-cue { 55% { transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
@keyframes contact-links-in { to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) {
  .contact-avatar-door,.contact-cue,.contact-links { opacity: 1; transform: none; animation: none !important; }
}
@media (max-width: 720px) {
  .contact-peek { min-height: 620px; }
  .contact-peek .contact-peek-layout { min-height: 450px; }
  .contact-avatar-door { top: 115px; right: -20vw; width: 370px; }
  .contact-cue { margin-top: 40px; }
  .contact-links { max-width: 280px; }
}

/* v53: the avatar belongs to the viewport edge, not the content grid. */
.contact-peek {
  overflow: visible;
  min-height: 610px;
}
.contact-peek .contact-peek-layout { min-height: 430px; }
.contact-peek .contact-heading {
  max-width: 820px;
  margin: 14px 0 0;
  font: 400 clamp(42px, 5vw, 72px)/.98 "DM Sans", Inter, Arial, sans-serif;
  letter-spacing: -.07em;
}
.contact-links { margin-top: 64px; }
.contact-links a { position: relative; }
.contact-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--ox);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .22s ease;
}
.contact-links a:hover::after,
.contact-links a:focus-visible::after { transform: scaleX(1); }
.contact-avatar-door {
  top: -32px;
  right: calc((100vw - 100%) / -2);
  width: clamp(300px, 30vw, 480px);
  transform: translateX(110%);
}
.contact-avatar-door::before { display: none; }
.contact-avatar-door img { transform-origin: 100% 56%; }
.contact-peek.is-active .contact-avatar-door { animation: contact-edge-peek .82s cubic-bezier(.2,.8,.2,1) .08s forwards; }
.contact-peek.is-active .contact-avatar-door img { animation: contact-wave .46s ease-in-out .94s 3 alternate; }
.contact-peek.is-active .contact-links { animation-delay: 1.34s; }
@keyframes contact-edge-peek { to { opacity: 1; transform: translateX(0); } }
@keyframes contact-wave {
  from { transform: rotate(0deg) translateX(0); }
  to { transform: rotate(-2.1deg) translateX(-7px); }
}
@media (max-width: 720px) {
  .contact-peek { min-height: 560px; overflow: hidden; }
  .contact-peek .contact-peek-layout { min-height: 390px; }
  .contact-avatar-door { top: 80px; right: -26vw; width: 350px; }
  .contact-links { margin-top: 44px; }
}

/* v54: a single, quiet cameo. The contact links are present from the start. */
.contact-peek {
  min-height: 650px;
  overflow: hidden;
}
.contact-peek .contact-peek-layout {
  min-height: 470px;
}
.contact-peek .contact-heading {
  max-width: 820px;
  margin: 14px 0 0;
  font: 400 clamp(42px, 5vw, 72px)/.98 "DM Sans", Inter, Arial, sans-serif;
  letter-spacing: -.07em;
}
.contact-links {
  position: relative;
  z-index: 1;
  margin-top: 64px;
  opacity: 1;
  transform: none;
  animation: none !important;
}
.contact-avatar-door {
  top: -48px;
  right: calc((100vw - 100%) / -2 - clamp(28px, 4vw, 76px));
  width: clamp(360px, 34vw, 540px);
  opacity: 1;
  transform: none;
  animation: none !important;
}
.contact-avatar-door img {
  display: block;
  width: 100%;
  height: auto;
  transform: none !important;
  animation: none !important;
}
.contact-peek.is-active .contact-avatar-door,
.contact-peek.is-active .contact-avatar-door img,
.contact-peek.is-active .contact-links {
  opacity: 1;
  transform: none;
  animation: none !important;
}
.contact-footer {
  margin-top: 0;
}
@media (max-width: 720px) {
  .contact-peek {
    min-height: 590px;
    overflow: hidden;
  }
  .contact-peek .contact-peek-layout { min-height: 420px; }
  .contact-avatar-door {
    top: 92px;
    right: -132px;
    width: 390px;
  }
  .contact-links {
    max-width: 250px;
    margin-top: 48px;
    font-size: 22px;
  }
}

/* v82: a lighter, consistent DM Sans voice across all project-card titles. */
.work-card .card-body h3,
.work-card.featured .force-feature-copy h3,
.work-card.featured .force-feature-copy h3::after,
.rekyc-copy h3,
.mini-label {
  font-family: "DM Sans", Inter, Arial, sans-serif !important;
  font-weight: 400 !important;
}

/* v83: preserve the light typeface, but give every card title room to breathe. */
.work-card .card-body h3,
.work-card.featured .force-feature-copy h3,
.work-card.featured .force-feature-copy h3::after,
.rekyc-copy h3,
.mini-label {
  letter-spacing: -.025em !important;
}

/* v55: position against the viewport, never the content column. */
.contact-avatar-door,
.contact-peek.is-active .contact-avatar-door {
  transform: translateX(clamp(140px, 13.5vw, 200px));
}
@media (max-width: 720px) {
  .contact-avatar-door,
  .contact-peek.is-active .contact-avatar-door {
    transform: translateX(108px);
  }
}

/* v56: the closing scene is an atmospheric image, not another component. */
.contact-section.contact-peek {
  position: relative;
  width: 100%;
  min-height: min(690px, calc(100vh - 58px));
  margin: 0;
  padding: clamp(90px, 9vw, 148px) max(5vw, 32px) 54px;
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
  background: #251614;
}
.contact-section.contact-peek::before,
.contact-section.contact-peek::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
}
.contact-section.contact-peek::before {
  background: url("contact-backdrop-warm-grain.png") center / cover no-repeat;
  transform: scale(1.025);
  filter: blur(.35px);
}
.contact-section.contact-peek::after {
  background: linear-gradient(90deg, #170c0ae8 0%, #25120fb8 45%, #25120f25 100%);
}
.contact-peek .contact-peek-layout {
  min-height: 0;
  max-width: 1320px;
  margin: 0 auto;
}
.contact-peek .contact-label {
  color: #f1eee6b8;
}
.contact-peek .contact-heading {
  max-width: 820px;
  color: var(--cream);
}
.contact-peek .contact-links {
  margin-top: 56px;
  color: var(--cream);
}
.contact-peek .contact-links a,
.contact-peek .contact-links a:hover,
.contact-peek .contact-links a:focus-visible,
.contact-peek .contact-links span {
  color: var(--cream);
}
.contact-peek .contact-links a::after { background: var(--cream); }
.contact-peek .contact-avatar-door { display: none; }
.contact-peek .contact-footer {
  position: absolute;
  right: max(5vw, 32px);
  bottom: 34px;
  left: max(5vw, 32px);
  max-width: 1320px;
  margin: 0 auto;
  color: #f1eee69c;
}
@media (max-width: 720px) {
  .contact-section.contact-peek {
    min-height: 600px;
    padding: 86px 22px 46px;
  }
  .contact-section.contact-peek::after {
    background: linear-gradient(90deg, #170c0af2, #25120f9c);
  }
  .contact-peek .contact-links {
    max-width: 300px;
    margin-top: 44px;
  }
  .contact-peek .contact-footer {
    right: 22px;
    bottom: 24px;
    left: 22px;
  }
}

/* v58: the recommendations rail uses the remaining viewport, not a narrow canvas. */
.recommendations { overflow: visible; }
.testimonial-rail {
  width: calc(100vw - max(5vw, 32px));
  max-width: none;
  margin-right: calc(-1 * max(5vw, 32px));
}

/* v58: a complete closing scene with space for each idea to land. */
.contact-section.contact-peek {
  min-height: max(720px, 100svh);
  padding-top: clamp(96px, 12vh, 156px);
  padding-bottom: 54px;
}
.contact-peek .contact-label { margin: 0; }
.contact-peek .contact-peek-layout {
  display: flex;
  align-items: flex-start;
}
.contact-peek .contact-copy {
  display: flex;
  flex-direction: column;
  min-height: clamp(270px, 37vh, 400px);
  margin-top: clamp(78px, 11vh, 150px);
}
.contact-peek .contact-links { margin-top: auto; }
@media (max-width: 720px) {
  .testimonial-rail {
    width: calc(100vw - 22px);
    margin-right: -22px;
  }
  .contact-section.contact-peek {
    min-height: 680px;
    padding-top: 82px;
  }
  .contact-peek .contact-copy {
    min-height: 260px;
    margin-top: 72px;
  }
}

/* v68 final precedence: mobile repairs must follow the legacy rail experiments. */
@media (max-width: 820px) {
  .nav {
    position: relative;
    justify-content: space-between;
    overflow: visible;
    padding-inline: 22px;
  }
  .nav > a { display: none !important; }
  .nav .brand { margin-right: 0; }
  .mobile-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ox);
    cursor: pointer;
  }
  .mobile-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transition: max-height .25s ease, opacity .2s ease;
  }
  .mobile-menu.is-open { max-height: 420px; opacity: 1; }
  .mobile-menu a {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: var(--ox);
    border-top: 1px solid var(--line);
    font-size: 15px;
    text-decoration: none;
  }
  .hero { width: 100%; min-height: 0; padding: 34px 22px 0; }
  .copy { padding: 0 0 20px; transform: none; }
  h1 { margin: 0 0 24px; font-size: clamp(43px, 12vw, 58px); }
  .role { margin: 0; }
  .actions { margin-top: 28px; }
  .avatar-stage { height: min(390px, 48vh); min-height: 300px; align-items: end; }
  .avatar { width: min(100%, 410px); }

  .work-card.featured .force-feature { grid-template-columns: minmax(0, 1fr) !important; min-height: 0; }
  .work-card.featured .force-feature-copy { padding: 26px 24px 20px; }
  .work-card.featured .force-feature-copy h3 { max-width: 430px; font-size: clamp(38px, 11vw, 52px); }
  .work-card.featured .force-feature-visual { min-height: 340px; }
  .work-card.featured .force-phone { width: min(230px, 58vw); }
  .work-card.featured .force-feature-link { right: 18px !important; bottom: 18px !important; }

  .testimonial-rail { scroll-snap-type: x mandatory; }
  .recommendation-pagination { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
  .recommendation-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #a9a29a;
    cursor: pointer;
  }
  .recommendation-dot.is-active { background: var(--ox); }
  .recommendation-dot:focus-visible { outline-offset: 4px; }
}

/* v69: designed-for-mobile navigation and project composition. */
.mobile-work-shortcut { display: none; }

@media (max-width: 820px) {
  .nav {
    position: sticky;
    z-index: 60;
    top: 0;
    height: 64px;
    padding-inline: 18px;
    background: var(--cream);
  }
  .nav .brand { margin-right: auto; font-size: 15px; }
  .mobile-work-shortcut {
    display: inline-flex !important;
    align-items: center;
    min-height: 36px;
    padding: 0 13px;
    border: 1px solid var(--ox);
    border-radius: 999px;
    color: var(--ox);
    font-size: 12px;
    font-weight: 600;
  }
  .mobile-menu-button { width: 40px; height: 40px; margin-left: 3px; }
  .mobile-menu {
    position: fixed;
    z-index: 50;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
    align-content: center;
    gap: 0;
    max-height: none;
    padding: 34px 30px 76px;
    overflow: auto;
    background: var(--cream);
    border: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .22s ease, transform .28s cubic-bezier(.2,.75,.25,1);
  }
  .mobile-menu.is-open {
    max-height: none;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .mobile-menu a {
    min-height: 58px;
    justify-content: center;
    padding: 0;
    border: 0;
    color: var(--ox);
    font-size: clamp(23px, 7vw, 30px);
    font-weight: 600;
    letter-spacing: -.045em;
  }
  .mobile-menu a:hover,
  .mobile-menu a:focus-visible { background: transparent; color: var(--ox); }

  .hero { padding: 48px 22px 0; }
  .copy { padding-bottom: 0; }
  h1 { margin-bottom: 22px; font-size: clamp(42px, 11.3vw, 55px); line-height: .98; }
  .actions { margin-top: 25px; }
  .avatar-stage { height: min(300px, 37vh); min-height: 245px; }
  .avatar { width: min(92%, 350px); }

  .work-card.featured { min-height: 0; }
  .work-card.featured .force-feature { grid-template-rows: auto 235px; }
  .work-card.featured .force-feature-copy { padding: 22px 22px 18px; }
  .work-card.featured .force-feature-copy h3 { max-width: 340px; margin-bottom: 0 !important; font-size: clamp(30px, 8.4vw, 38px) !important; line-height: .94 !important; }
  .work-card.featured .force-feature-copy p:not(.force-feature-sub) { display: none; }
  .work-card.featured .force-feature-facts { margin-top: 20px; }
  .work-card.featured .force-feature-facts strong { font-size: 20px; }
  .work-card.featured .force-feature-facts span { font-size: 9px; }
  .work-card.featured .force-feature-visual { min-height: 235px; }
  .work-card.featured .force-phone { width: 160px; transform: rotate(5deg) translate(0, 25px); }
  .work-card.featured .force-feature-link { right: 14px !important; bottom: 14px !important; padding: 11px 13px !important; }
  .work-card.featured .force-card-footer { margin-top: 10px; }
}

/* v60: one quiet gutter, from the viewport edges through every card gap. */
.testimonial-rail {
  --rail-gap: 22px;
  gap: var(--rail-gap);
  padding-left: var(--rail-gap);
  padding-right: var(--rail-gap);
}
@media (max-width: 720px) {
  .testimonial-rail {
    --rail-gap: 14px;
    padding-left: var(--rail-gap);
    padding-right: var(--rail-gap);
  }
}

/* v61 final override: reserve a real equal edge gap on the scroll viewport. */
.testimonial-rail {
  --rail-gap: 22px;
  width: calc(100vw - (2 * var(--rail-gap)));
  margin-left: calc(-1 * max(5vw, 32px) + var(--rail-gap));
  margin-right: calc(-1 * max(5vw, 32px) + var(--rail-gap));
  padding-left: 0;
  padding-right: 0;
  gap: var(--rail-gap);
}
@media (max-width: 720px) {
  .testimonial-rail {
    --rail-gap: 14px;
    width: calc(100vw - (2 * var(--rail-gap)));
    margin-left: calc(-22px + var(--rail-gap));
    margin-right: calc(-22px + var(--rail-gap));
    padding-left: 0;
    padding-right: 0;
  }
}

/* v68 mobile repair — placed after all prior rail experiments. */
@media (max-width: 820px) {
  .nav { position: relative; justify-content: space-between; overflow: visible; padding-inline: 22px; }
  .nav > a { display: none !important; }
  .nav .brand { margin-right: 0; }
  .mobile-menu-button { display: grid; width: 44px; height: 44px; place-items: center; padding: 0; border: 0; background: transparent; color: var(--ox); cursor: pointer; }
  .mobile-menu { position: absolute; z-index: 30; top: calc(100% + 1px); right: 0; left: 0; display: grid; gap: 0; max-height: 0; overflow: hidden; background: var(--cream); border-bottom: 1px solid var(--line); opacity: 0; transition: max-height .25s ease, opacity .2s ease; }
  .mobile-menu.is-open { max-height: 420px; opacity: 1; }
  .mobile-menu a { min-height: 52px; display: flex; align-items: center; padding: 0 22px; color: var(--ox); border-top: 1px solid var(--line); font-size: 15px; text-decoration: none; }
  .hero { width: 100%; min-height: 0; padding: 34px 22px 0; }
  .copy { padding: 0 0 20px; transform: none; }
  h1 { margin: 0 0 24px; font-size: clamp(43px, 12vw, 58px); }
  .role { margin: 0; }
  .actions { margin-top: 28px; }
  .avatar-stage { height: min(390px, 48vh); min-height: 300px; align-items: end; }
  .avatar { width: min(100%, 410px); }
  .work-card.featured .force-feature { grid-template-columns: minmax(0, 1fr) !important; min-height: 0; }
  .work-card.featured .force-feature-copy { padding: 26px 24px 20px; }
  .work-card.featured .force-feature-copy h3 { max-width: 430px; font-size: clamp(38px, 11vw, 52px); }
  .work-card.featured .force-feature-visual { min-height: 340px; }
  .work-card.featured .force-phone { width: min(230px, 58vw); }
  .work-card.featured .force-feature-link { right: 18px !important; bottom: 18px !important; }
  .testimonial-rail { scroll-snap-type: x mandatory; }
  .recommendation-pagination { display: flex; justify-content: center; gap: 9px; margin-top: 22px; }
  .recommendation-dot { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 50%; background: #a9a29a; cursor: pointer; }
  .recommendation-dot.is-active { background: var(--ox); }
  .recommendation-dot:focus-visible { outline-offset: 4px; }
}

/* v63: the rail's content padding is the stable visual gutter on both edges. */
.testimonial-rail {
  --rail-gap: 22px;
  width: 100vw;
  margin-left: calc(-1 * max(5vw, 32px));
  margin-right: calc(-1 * max(5vw, 32px));
  padding: 3px var(--rail-gap) 18px;
  gap: var(--rail-gap);
  scroll-padding-left: var(--rail-gap);
  scroll-padding-right: var(--rail-gap);
  cursor: grab;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.testimonial-rail::-webkit-scrollbar { display: none; }
.testimonial-rail.is-drag-ready,
.testimonial-rail.is-dragging { user-select: none; }
.testimonial-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.testimonial-card { scroll-snap-stop: always; }
@media (max-width: 720px) {
  .testimonial-rail {
    --rail-gap: 14px;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: var(--rail-gap);
    padding-right: var(--rail-gap);
  }
}

/* v66: every Work at Scale project has the same honest, same-tab holding destination. */
.work-card:not(.featured) > .card-body .project-cta {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 13px 16px;
  background: #6d240f;
  color: #fff;
  font: 700 11px/1 "DM Sans", Inter, Arial, sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
}
.project-cta-arrow {
  display: inline-block;
  transition: transform .24s ease;
}
.project-cta:hover .project-cta-arrow,
.project-cta:focus-visible .project-cta-arrow { transform: translate(4px, -4px); }
.project-cta:focus-visible { outline: 2px solid var(--cream); outline-offset: 3px; }
@media (max-width: 520px) {
  .work-card:not(.featured) > .card-body .project-cta { right: 18px; bottom: 18px; }
}

/* v67: mobile navigation stays complete; keyboard focus remains unmistakable. */
:where(a, button, [tabindex]):focus-visible {
  outline: 2px solid var(--ox);
  outline-offset: 4px;
}
.contact-peek .contact-links a:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 6px;
}
.force-feature-link:focus-visible,
.rekyc-link:focus-visible,
.project-cta:focus-visible { outline: 2px solid var(--cream); outline-offset: 3px; }

@media (max-width: 820px) {
  .nav {
    height: 58px;
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .nav::-webkit-scrollbar { display: none; }
  .nav .brand,
  .nav a { flex: 0 0 auto; }
  .nav a:nth-of-type(n + 3) { display: inline; }
}

/* v68: a mobile-first repair pass for composition, cards, and carousel visibility. */
.mobile-menu-button,
.mobile-menu { display: none; }
.recommendation-pagination { display: none; }

@media (max-width: 820px) {
  .nav {
    position: relative;
    justify-content: space-between;
    overflow: visible;
    padding-inline: 22px;
  }
  .nav > a { display: none !important; }
  .nav .brand { margin-right: 0; }
  .mobile-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ox);
    cursor: pointer;
  }
  .mobile-menu-icon,
  .mobile-menu-icon::before,
  .mobile-menu-icon::after {
    display: block;
    width: 21px;
    height: 1.5px;
    background: currentColor;
    content: "";
    transition: transform .2s ease;
  }
  .mobile-menu-icon::before { transform: translateY(-7px); }
  .mobile-menu-icon::after { transform: translateY(5px); }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon { background: transparent; }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon::before { transform: rotate(45deg); }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon::after { transform: rotate(-45deg) translate(1px, -1px); }
  .mobile-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    opacity: 0;
    transition: max-height .25s ease, opacity .2s ease;
  }
  .mobile-menu.is-open { max-height: 420px; opacity: 1; }
  .mobile-menu a {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    color: var(--ox);
    border-top: 1px solid var(--line);
    font-size: 15px;
    text-decoration: none;
  }
  .hero {
    width: 100%;
    min-height: 0;
    padding: 34px 22px 0;
  }
  .copy { padding: 0 0 20px; transform: none; }
  h1 { margin: 0 0 24px; font-size: clamp(43px, 12vw, 58px); }
  .role { margin: 0; }
  .actions { margin-top: 28px; }
  .avatar-stage { height: min(390px, 48vh); min-height: 300px; align-items: end; }
  .avatar { width: min(100%, 410px); }

  .work-card.featured .force-feature {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: 0;
  }
  .work-card.featured .force-feature-copy { padding: 26px 24px 20px; }
  .work-card.featured .force-feature-copy h3 { max-width: 430px; font-size: clamp(38px, 11vw, 52px); }
  .work-card.featured .force-feature-visual { min-height: 340px; }
  .work-card.featured .force-phone { width: min(230px, 58vw); }
  .work-card.featured .force-feature-link { right: 18px !important; bottom: 18px !important; }

  .testimonial-rail { scroll-snap-type: x mandatory; }
  .recommendation-pagination {
    display: flex;
    justify-content: center;
    gap: 9px;
    margin-top: 22px;
  }
  .recommendation-dot {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #a9a29a;
    cursor: pointer;
  }
  .recommendation-dot.is-active { background: var(--ox); }
  .recommendation-dot:focus-visible { outline-offset: 4px; }
}

/* v61: use the gutter as the rail boundary, rather than as inner padding. */
.testimonial-rail {
  --rail-gap: 22px;
  width: calc(100vw - (2 * var(--rail-gap)));
  margin-left: calc(-1 * max(5vw, 32px) + var(--rail-gap));
  margin-right: calc(-1 * max(5vw, 32px) + var(--rail-gap));
  padding-left: 0;
  padding-right: 0;
  gap: var(--rail-gap);
}
@media (max-width: 720px) {
  .testimonial-rail {
    --rail-gap: 14px;
    width: calc(100vw - (2 * var(--rail-gap)));
    margin-left: calc(-22px + var(--rail-gap));
    margin-right: calc(-22px + var(--rail-gap));
    padding-left: 0;
    padding-right: 0;
  }
}

/* v59: arrive on the grid, then let the rail travel edge to edge. */
.testimonial-rail {
  width: 100vw;
  margin-left: calc(-1 * max(5vw, 32px));
  margin-right: calc(-1 * max(5vw, 32px));
  padding-left: max(5vw, 32px);
  scroll-padding-left: 0;
}
@media (max-width: 720px) {
  .testimonial-rail {
    width: 100vw;
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
  }
}

/* v60 final override: the outer gutters match the card-to-card gap. */
.testimonial-rail {
  --rail-gap: 22px;
  gap: var(--rail-gap);
  padding-left: var(--rail-gap);
  padding-right: var(--rail-gap);
}
@media (max-width: 720px) {
  .testimonial-rail {
    --rail-gap: 14px;
    padding-left: var(--rail-gap);
    padding-right: var(--rail-gap);
  }
}

/* v61 definitive rule: leave the same gap at both viewport edges. */
.testimonial-rail {
  --rail-gap: 22px;
  width: calc(100vw - (2 * var(--rail-gap)));
  margin-left: calc(-1 * max(5vw, 32px) + var(--rail-gap));
  margin-right: calc(-1 * max(5vw, 32px) + var(--rail-gap));
  padding-left: 0;
  padding-right: 0;
  gap: var(--rail-gap);
}
@media (max-width: 720px) {
  .testimonial-rail {
    --rail-gap: 14px;
    width: calc(100vw - (2 * var(--rail-gap)));
    margin-left: calc(-22px + var(--rail-gap));
    margin-right: calc(-22px + var(--rail-gap));
    padding-left: 0;
    padding-right: 0;
  }
}

/* v69 final mobile-first composition. */
@media (max-width: 820px) {
  .nav { position: sticky; z-index: 60; top: 0; height: 64px; justify-content:space-between; overflow:visible; padding-inline:18px; background:var(--cream); }
  .nav > a { display:none !important; }
  .nav .brand { margin-right:auto; font-size:15px; }
  .mobile-work-shortcut { display:inline-flex !important; align-items:center; min-height:36px; padding:0 13px; border:1px solid var(--ox); border-radius:999px; color:var(--ox); font-size:12px; font-weight:600; }
  .mobile-menu-button { display:grid; width:40px; height:40px; place-items:center; margin-left:3px; padding:0; border:0; background:transparent; color:var(--ox); cursor:pointer; }
  .mobile-menu { position:fixed; z-index:50; top:64px; right:0; bottom:0; left:0; display:grid; align-content:center; gap:0; max-height:none; padding:34px 30px 76px; overflow:auto; background:var(--cream); border:0; opacity:0; pointer-events:none; transform:translateY(-12px); transition:opacity .22s ease,transform .28s cubic-bezier(.2,.75,.25,1); }
  .mobile-menu.is-open { max-height:none; opacity:1; pointer-events:auto; transform:translateY(0); }
  .mobile-menu a { min-height:58px; display:flex; align-items:center; justify-content:center; padding:0; border:0; color:var(--ox); font-size:clamp(23px,7vw,30px); font-weight:600; letter-spacing:-.045em; text-decoration:none; }
  .mobile-menu a:hover,.mobile-menu a:focus-visible { background:transparent; color:var(--ox); }
  .hero { width:100%; min-height:0; padding:48px 22px 0; }
  .copy { padding:0; transform:none; }
  h1 { margin:0 0 22px; font-size:clamp(42px,11.3vw,55px); line-height:.98; }
  .role { margin:0; }
  .actions { margin-top:25px; }
  .avatar-stage { height:min(300px,37vh); min-height:245px; align-items:end; }
  .avatar { width:min(92%,350px); }
  .work-card.featured { min-height:0; }
  .work-card.featured .force-feature { grid-template-columns:minmax(0,1fr) !important; grid-template-rows:auto 235px; min-height:0; }
  .work-card.featured .force-feature-copy { padding:22px 22px 18px; }
  .work-card.featured .force-feature-copy h3 { max-width:340px; margin-bottom:0 !important; font-size:clamp(30px,8.4vw,38px) !important; line-height:.94 !important; }
  .work-card.featured .force-feature-copy p:not(.force-feature-sub) { display:none; }
  .work-card.featured .force-feature-facts { margin-top:20px; }
  .work-card.featured .force-feature-facts strong { font-size:20px; }
  .work-card.featured .force-feature-facts span { font-size:9px; }
  .work-card.featured .force-feature-visual { min-height:235px; }
  .work-card.featured .force-phone { width:160px; transform:rotate(5deg) translate(0,25px); }
  .work-card.featured .force-feature-link { right:14px !important; bottom:14px !important; padding:11px 13px !important; }
  .work-card.featured .force-card-footer { margin-top:10px; }
  .testimonial-rail { scroll-snap-type:x mandatory; }
  .recommendation-pagination { display:flex; justify-content:center; gap:9px; margin-top:22px; }
  .recommendation-dot { width:9px; height:9px; padding:0; border:0; border-radius:50%; background:#a9a29a; cursor:pointer; }
  .recommendation-dot.is-active { background:var(--ox); }
  .recommendation-dot:focus-visible { outline-offset:4px; }
}

/* v70 final cascade: keep the mobile rules last so desktop refinements cannot leak back in. */
@media (max-width: 820px) {
  .mobile-work-shortcut { display:none !important; }
  .mobile-menu { padding:28px 30px max(48px, env(safe-area-inset-bottom)); transform:translateY(-18px) scale(.985); transform-origin:100% 0; transition:opacity .18s ease,transform .28s cubic-bezier(.2,.8,.2,1); }
  .mobile-menu.is-open { transform:translateY(0) scale(1); }
  .mobile-menu a::after,.mobile-menu a:hover::after,.mobile-menu a:focus-visible::after { content:none !important; display:none !important; }
  .mobile-menu a { min-height:60px; border:0 !important; border-radius:10px; transition:color .18s ease,background-color .18s ease,box-shadow .18s ease; }
  .mobile-menu a:hover,.mobile-menu a:focus-visible,.mobile-menu a:active { color:var(--ox); background:#6d240f0d; box-shadow:inset 0 0 0 1px #6d240f1c,0 0 24px #6d240f10; outline:0; }
  .mobile-menu-button[aria-expanded="true"] { filter:drop-shadow(0 0 10px #6d240f25); }

  .hero { box-sizing:border-box; min-height:calc(100svh - 64px); min-height:calc(100dvh - 64px); display:flex; flex-direction:column; padding:30px 22px 0; overflow:hidden; }
  .copy { flex:0 0 auto; }
  .avatar-stage { position:relative; flex:1 1 auto; width:100%; height:auto; min-height:220px; margin-top:0; touch-action:pan-y; overflow:hidden; }
  .avatar { align-self:end; width:min(100%,380px); margin-bottom:-2px; }
  .avatar-drag-cue { position:absolute; z-index:4; right:0; bottom:14px; padding:7px 10px; border-radius:999px; color:#f1eee6; background:#06172bb8; font-size:11px; letter-spacing:.03em; pointer-events:none; }

  .work-card.featured .force-feature { display:grid; grid-template-rows:205px 230px; min-height:435px; }
  .work-card.featured .force-feature-copy { box-sizing:border-box; min-height:0; padding:24px 24px 18px; }
  .work-card.featured .force-status { margin-bottom:15px !important; }
  .work-card.featured .force-feature-copy h3 { max-width:310px; margin:0 !important; font-size:0 !important; line-height:1 !important; }
  .work-card.featured .force-feature-copy h3::before { content:"Hiring and onboarding at field scale"; display:block; font:600 clamp(31px,8.8vw,38px)/.95 "DM Sans",Inter,Arial,sans-serif; letter-spacing:-.065em; }
  .work-card.featured .force-feature-facts { margin-top:18px; }
  .work-card.featured .force-feature-facts strong { font-size:27px; }
  .work-card.featured .force-feature-facts span { max-width:150px; font-size:9px; }
  .work-card.featured .force-feature-visual { box-sizing:border-box; min-height:0; display:grid; grid-template-rows:1fr auto; justify-items:center; padding-top:7px; }
  .work-card.featured .force-phone { width:145px; height:146px; align-self:center; overflow:hidden; border:1px solid #ffffff45; border-radius:12px; box-shadow:0 10px 24px #020b1680; transform:none !important; }
  .work-card.featured .force-phone::before,.work-card.featured .force-phone::after,.work-card.featured .force-phone-side,.work-card.featured .force-phone-volume { display:none; }
  .work-card.featured .force-phone img { width:100%; height:100%; display:block; object-fit:cover; object-position:top center; border-radius:0; }
  .work-card.featured .force-feature-link { position:static !important; box-sizing:border-box; width:calc(100% - 32px); min-height:44px; margin:0 16px 15px !important; justify-content:space-between; padding:11px 14px !important; background:#f3eee5 !important; color:var(--ox) !important; transform:none !important; }
  .work-card.featured .force-feature-link:hover,.work-card.featured .force-feature-link:active { transform:none !important; }
  .work-card:not(.featured),.work-card:not(.featured)>.card-body,.work-card:not(.featured)>.mini-visual { transition:none; }
  .work-card:not(.featured):hover,.work-card:not(.featured):focus-within { transform:none; }

  .next,.reveal { opacity:1 !important; transform:none !important; transition:none !important; }
  .testimonial-rail { grid-auto-columns:calc(100vw - 44px); }
  .testimonial-card { position:relative; box-sizing:border-box; min-height:306px; height:306px; padding:24px; }
  .testimonial-copy { display:-webkit-box; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:5; }
  .testimonial-copy+.testimonial-copy { display:none; }
  .testimonial-person { margin-top:auto; padding:16px 0 20px; }
  .recommendation-read { position:absolute; right:20px; bottom:18px; padding:0; border:0; color:var(--ox); background:transparent; font:600 12px/1 "DM Sans",Inter,Arial,sans-serif; text-decoration:underline; text-underline-offset:4px; }
  .recommendation-sheet { width:min(100%,580px); max-width:none; max-height:min(78dvh,680px); margin:auto 0 0; padding:30px 24px calc(28px + env(safe-area-inset-bottom)); border:0; border-radius:22px 22px 0 0; color:var(--ink); background:#fbfaf7; box-shadow:0 -20px 70px #00000035; }
  .recommendation-sheet::backdrop { background:#0717288c; }
  .recommendation-sheet-close { position:absolute; top:14px; right:18px; width:38px; height:38px; border:0; border-radius:50%; color:var(--ox); background:#6d240f0d; font-size:28px; line-height:1; }
  .recommendation-sheet-label { margin:0 0 22px; color:var(--ox); font-size:11px; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
  .recommendation-sheet-copy p { margin:0 0 15px; font-size:16px; line-height:1.55; }
  .recommendation-sheet-person { margin:26px 0 0; padding-top:18px; border-top:1px solid var(--line); white-space:pre-line; font-weight:600; line-height:1.5; }
}

@media (prefers-reduced-motion: reduce) { .mobile-menu,.mobile-menu a,.mobile-menu-button,.work-card,.force-phone { transition:none !important; } }

@media (min-width: 821px) { .recommendation-read { display:none; } }

/* Desktop safeguard: these helpers exist only for the phone experience. */
@media (min-width: 821px) { .avatar-drag-cue,.testimonial-highlight-preview { display:none !important; } }

/* v72: one mobile card system and a calmer, predictable phone experience. */
@media (max-width: 820px) {
  html { scroll-padding-top: 96px; }
  .nav { height: 64px; }
  .mobile-menu-button { margin: 0; }
  .mobile-menu-icon { position: relative; width: 24px; height: 18px; background: none; }
  .mobile-menu-icon::before,.mobile-menu-icon::after { position: absolute; left: 0; width: 24px; transform: none; }
  .mobile-menu-icon::before { top: 0; }
  .mobile-menu-icon::after { top: 16px; }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon::before { top: 8px; transform: rotate(45deg); }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon::after { top: 8px; transform: rotate(-45deg); }
  .hero { padding-top: 36px; }
  .avatar-drag-cue { display: none; }
  #stage { pointer-events: none; }

  .work-card.featured,.rekyc-card,.rekyc-shell { min-height: 358px !important; height: 358px; }
  .work-card.featured .force-feature { grid-template-rows: 1fr auto; min-height: 358px; }
  .work-card.featured .force-feature-copy { display: flex; min-height: 0; padding: 28px 26px 22px; }
  .work-card.featured .force-feature-copy > div:first-child { display: contents; }
  .work-card.featured .force-status { position: absolute; top: 28px; left: 26px; color: #bcd7f3 !important; font-size: 10px !important; letter-spacing: .14em; }
  .work-card.featured .force-feature-copy h3 { align-self: center; max-width: 300px; margin: 18px 0 0 !important; font-size: 0 !important; line-height: 1 !important; }
  .work-card.featured .force-feature-copy h3::before { content: "One journey from sign-up to day one."; display: block; font: 500 clamp(36px,10.2vw,44px)/.94 "DM Sans",Inter,Arial,sans-serif; letter-spacing: -.07em; }
  .work-card.featured .force-feature-copy p:not(.force-feature-sub) { position: absolute; top: 76px; left: 26px; display: block !important; margin: 0 !important; color: #bcd7f3 !important; font-size: 13px !important; letter-spacing: .04em; }
  .work-card.featured .force-feature-facts { position: absolute; left: 26px; bottom: 88px; margin: 0; }
  .work-card.featured .force-feature-facts strong { font-size: 34px; }
  .work-card.featured .force-feature-facts span { max-width: 142px; color: #bcd7f3; font-size: 9px; }
  .work-card.featured .force-feature-visual { display: block; min-height: 0; padding: 0 26px 26px; }
  .work-card.featured .force-phone { display: none; }
  .work-card.featured .force-feature-link { position: static !important; display: flex; width: 100%; min-height: 52px; margin: 0 !important; padding: 0 17px !important; background: #f5f0e7 !important; color: var(--ox) !important; font-size: 13px; letter-spacing: .08em; transform: none !important; }

  .rekyc-card { border: 0; background: transparent; }
  .rekyc-shell { background: linear-gradient(135deg,#e8e4da 0%,#dbe7e1 100%); border: 1px solid #c9c3ba; }
  .rekyc-shell::after,.rekyc-visual { display: none; }
  .rekyc-copy { display: flex; flex-direction: column; width: 100%; height: 100%; padding: 28px 26px 88px; }
  .rekyc-meta { margin: 0; color: #236b4e; font-size: 10px; letter-spacing: .14em; }
  .rekyc-copy h3 { max-width: 300px; margin: 54px 0 0; font-size: clamp(36px,10.2vw,44px); font-weight: 500; line-height: .94; letter-spacing: -.07em; }
  .rekyc-copy > p:last-child { margin: 13px 0 0; color: #63625d; font-size: 13px; line-height: 1.4; letter-spacing: .04em; }
  .rekyc-impact { margin-top: auto; }
  .rekyc-impact strong { font-size: 34px; }
  .rekyc-impact span { color: #236b4e; font-size: 9px; letter-spacing: .1em; }
  .rekyc-link { position: absolute; right: 26px; bottom: 26px; left: 26px; display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 17px; border: 0; color: #f5f0e7; background: #236b4e; font-size: 13px; font-weight: 700; letter-spacing: .08em; }

  .contact-section { width: 100%; margin: 0; padding-inline: 22px; }
  .contact-peek { min-height: 100svh; }
  .testimonial-highlight-preview { display: block; margin: 0; color: #302a27; font-size: 18px; line-height: 1.45; }
  .testimonial-highlight-preview mark { padding: .04em .16em .09em; background: var(--ox); color: #f1eee6; }
  .testimonial-card .testimonial-copy { display: none; }
}

/* v74 final phone rules — kept last so they cannot leak into desktop. */
@media (max-width: 820px) {
  .mobile-menu-button { width:44px; height:44px; margin:0; }
  .mobile-menu-icon { position:relative; width:24px; height:2px; background:currentColor; }
  .mobile-menu-icon::before,.mobile-menu-icon::after { position:absolute; left:0; width:24px; height:2px; background:currentColor; transform:none; }
  .mobile-menu-icon::before { top:-8px; }.mobile-menu-icon::after { top:8px; }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon { background:transparent; }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon::before { top:0; transform:rotate(45deg); }
  .mobile-menu-button[aria-expanded="true"] .mobile-menu-icon::after { top:0; transform:rotate(-45deg); }
  .hero { padding-top:58px !important; }
  .avatar-drag-cue { display:none !important; }.avatar-stage { pointer-events:none; }
  .recommendations,.contact-section { min-height:100svh; }.recommendations { padding-bottom:74px; }.contact-section { width:100% !important; margin:0 !important; }
  .work-card.featured,.rekyc-card,.rekyc-shell { height:358px !important; min-height:358px !important; max-height:358px !important; }
  .work-card.featured .force-feature { position:relative; display:block !important; height:358px !important; min-height:0 !important; }
  .work-card.featured .force-feature-copy { position:absolute; inset:0; display:block !important; padding:28px 26px 92px !important; }
  .work-card.featured .force-status { position:static !important; margin:0 !important; color:#bcd7f3 !important; font-size:10px !important; }
  .work-card.featured .force-feature-copy h3 { margin:54px 0 0 !important; font:500 clamp(36px,10.2vw,44px)/.94 "DM Sans",Inter,Arial,sans-serif !important; letter-spacing:-.07em !important; }
  .work-card.featured .force-feature-copy h3::before { content:none !important; display:none !important; }
  .work-card.featured .force-feature-copy p:not(.force-feature-sub) { position:static !important; display:block !important; margin:13px 0 0 !important; color:#bcd7f3 !important; font-size:13px !important; }
  .work-card.featured .force-feature-facts,.rekyc-impact { position:absolute !important; left:26px; bottom:87px; margin:0 !important; }
  .work-card.featured .force-feature-visual { position:absolute; right:26px; bottom:26px; left:26px; display:block !important; min-height:0 !important; padding:0 !important; }.work-card.featured .force-phone { display:none !important; }
  .work-card.featured .force-feature-link { display:flex !important; width:100% !important; min-height:52px; margin:0 !important; padding:0 17px !important; }
  .rekyc-copy { display:block !important; width:100% !important; height:358px !important; padding:28px 26px 92px !important; }.rekyc-shell::after,.rekyc-visual { display:none !important; }
  .rekyc-meta { margin:0 !important; font-size:10px !important; }.rekyc-copy h3 { margin:54px 0 0 !important; font:500 clamp(36px,10.2vw,44px)/.94 "DM Sans",Inter,Arial,sans-serif !important; letter-spacing:-.07em !important; }.rekyc-copy>p:last-child { margin:13px 0 0 !important; font-size:13px !important; }
  .rekyc-link { right:26px !important; bottom:26px !important; left:26px !important; min-height:52px !important; }
  .testimonial-highlight-preview { max-height:5.8em; overflow:hidden; font-size:16px; line-height:1.45; }.testimonial-card .testimonial-copy { display:none; }
}

/* v75: approved mobile scale and reading density. */
@media (max-width: 820px) {
  .mobile-menu a { justify-content:center !important; text-align:center !important; }
  .work-card.featured,.rekyc-card,.rekyc-shell { height:500px !important; min-height:500px !important; max-height:500px !important; }
  .work-card.featured .force-feature { height:500px !important; }
  .rekyc-copy { height:500px !important; }
  .testimonial-card { height:368px !important; min-height:368px !important; }
  .testimonial-highlight-preview { max-height:8.7em !important; font-size:16px !important; line-height:1.45 !important; }
  .recommendations { min-height:100svh; padding-bottom:84px; }
  .contact-section { min-height:100svh !important; width:100% !important; }
  .recommendation-sheet-copy mark { padding:.04em .16em .09em; background:var(--ox); color:#f1eee6; }
}

/* v76: compact menu, generous impact moments, and full-height reading/contact surfaces. */
@media (max-width: 820px) {
  .mobile-menu { align-content:start !important; gap:6px; padding:28px 24px max(36px, env(safe-area-inset-bottom)) !important; }
  .mobile-menu a { min-height:54px !important; font-size:clamp(22px,6.5vw,27px) !important; }
  .work-card.featured .force-feature-link::before,.work-card.featured .force-feature-link::after { content:none !important; display:none !important; }
  .work-card.featured .force-feature-link { position:relative !important; z-index:8; pointer-events:auto !important; box-shadow:none !important; }
  .work-card.featured .force-feature-facts,.rekyc-impact { bottom:112px !important; }
  .work-card.featured .force-feature-facts strong,.rekyc-impact strong { font-size:48px !important; letter-spacing:-.07em; }
  .work-card.featured .force-feature-facts span,.rekyc-impact span { margin-top:8px; font-size:10px !important; }
  .testimonial-card { height:426px !important; min-height:426px !important; }
  .testimonial-highlight-preview { max-height:13.1em !important; font-size:16px !important; line-height:1.45 !important; }
  .contact-section { min-height:100svh !important; display:flex; flex-direction:column; padding-top:48px !important; padding-bottom:30px !important; }
  .contact-label { margin-bottom:0 !important; }
  .contact-peek-layout { flex:1; display:flex; align-items:center; }
  .contact-copy { width:100%; display:flex; flex-direction:column; gap:clamp(72px,14vh,140px); }
  .contact-directory,.contact-links { margin-top:0 !important; }
  .contact-footer { margin-top:auto; }
}

/* v77: exact menu rhythm and final reading/contact polish. */
@media (max-width: 820px) {
  .mobile-menu { display:grid !important; grid-template-rows:repeat(6, 58px); align-content:center !important; gap:10px !important; padding:0 24px !important; }
  .mobile-menu a { min-height:58px !important; height:58px; }
  .testimonial-card { height:426px !important; min-height:426px !important; }
  .testimonial-highlight-preview { max-height:14.5em !important; overflow:hidden !important; }
  .testimonial-person { margin-top:auto !important; }
  .contact-peek-layout { align-items:stretch !important; }
  .contact-copy { justify-content:center; gap:clamp(72px,14vh,140px); }
  .work-card.featured .force-feature-visual { right:26px !important; left:26px !important; width:auto !important; }
  .work-card.featured .force-feature-link { width:100% !important; }
  .testimonial-card:focus-within { outline:0 !important; box-shadow:none !important; border-color:#2b27231a !important; }
}

/* v78: approved contact direction B — editorial, spacious, and without utility chrome. */
@media (max-width: 820px) {
  .contact-section.contact-peek {
    min-height: 100svh !important;
    padding: 58px 48px 30px !important;
  }
  .contact-peek .contact-peek-layout { align-items: stretch !important; }
  .contact-peek .contact-copy {
    justify-content: flex-start !important;
    gap: 0 !important;
    padding-top: clamp(72px, 12vh, 116px);
  }
  .contact-peek .contact-heading {
    max-width: 280px;
    margin: 0 !important;
    font-size: clamp(52px, 14vw, 66px) !important;
    line-height: .94 !important;
    letter-spacing: -.075em !important;
  }
  .contact-peek .contact-links {
    display: flex !important;
    flex-wrap: wrap;
    gap: 16px 24px !important;
    max-width: 310px;
    margin-top: clamp(76px, 13vh, 126px) !important;
    font-size: 21px !important;
    line-height: 1.15 !important;
  }
  .contact-peek .contact-links a {
    display: inline-block;
    padding: 0 !important;
    border: 0 !important;
  }
  .contact-peek .contact-links a::after { content: none !important; }
  .contact-peek .contact-footer { left: 48px !important; right: 28px !important; }
}

/* v79: exact mobile rhythm and card geometry. */
@media (max-width: 820px) {
  /* Six equal 56px tap rows with five identical 16px gaps. */
  .mobile-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 16px !important;
    padding: 0 24px !important;
  }
  .mobile-menu a,
  .mobile-menu a + a {
    flex: 0 0 56px !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
  }
  .contact-section .contact-label {
    font: 700 13px/1 "DM Sans", Inter, Arial, sans-serif !important;
    letter-spacing: .14em !important;
  }
  .work-card.featured .force-feature-link {
    position: absolute !important;
    left: 26px !important;
    right: 26px !important;
    bottom: 26px !important;
    width: auto !important;
    justify-content: center !important;
    gap: 10px !important;
    transform: none !important;
  }
  .testimonial-highlight-preview {
    max-height: 16.0em !important;
    overflow: hidden !important;
  }
}

/* Desktop has its own Force story. Do not allow mobile text mutation to leak across breakpoints. */
@media (min-width: 821px) {
  .work-card.featured .force-status,
  .work-card.featured .force-feature-copy h3,
  .work-card.featured .force-feature-copy p:not(.force-feature-sub) {
    font-size: 0 !important;
  }
  .work-card.featured .force-status::after {
    content: "BUILT 0 → 1 · NOW SCALING";
    font: 700 10px/1 "DM Sans", Inter, Arial, sans-serif;
    letter-spacing: .12em;
  }
  .work-card.featured .force-feature-copy h3::after {
    content: "Unified hiring and onboarding for a distributed field workforce";
    display: block;
    max-width: 640px;
    color: #fff;
    font: 600 clamp(32px, 4.1vw, 58px)/.88 "DM Sans", Inter, Arial, sans-serif;
    letter-spacing: -.08em;
  }
  .work-card.featured .force-feature-copy p:not(.force-feature-sub)::after {
    content: "One digital journey from registration and identity verification to joining.";
    display: block;
    max-width: 360px;
    color: #d6e4f2;
    font: 400 14px/1.45 "DM Sans", Inter, Arial, sans-serif;
  }
}

/* v81: one headline system for every featured professional-work card. */
@media (min-width: 821px) {
  .work-card.featured .force-feature-copy h3::after,
  .rekyc-copy h3 {
    font-family: "DM Sans", Inter, Arial, sans-serif !important;
    font-size: clamp(32px, 4.1vw, 58px) !important;
    font-weight: 600 !important;
    line-height: .88 !important;
    letter-spacing: -.08em !important;
  }
}
@media (max-width: 820px) {
  .work-card.featured .force-feature-copy h3,
  .rekyc-copy h3 {
    font-family: "DM Sans", Inter, Arial, sans-serif !important;
    font-size: clamp(36px, 10.2vw, 44px) !important;
    font-weight: 500 !important;
    line-height: .94 !important;
    letter-spacing: -.07em !important;
  }
}

/* v82: one phone card rhythm, with reKYC's CTA geometry as the shared reference. */
@media (max-width: 820px) {
  .mobile-menu,
  .mobile-menu a,
  .mobile-menu a + a {
    gap: 16px !important;
    margin: 0 !important;
  }
  .mobile-menu a { flex: 0 0 56px !important; height: 56px !important; min-height: 56px !important; }

  .work-card.featured .force-feature-link,
  .rekyc-link,
  .work-card:not(.featured) > .card-body .project-cta {
    position: absolute !important;
    right: 26px !important;
    bottom: 26px !important;
    left: 26px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: auto !important;
    min-height: 52px !important;
    margin: 0 !important;
    padding: 0 17px !important;
    font: 700 13px/1 "DM Sans", Inter, Arial, sans-serif !important;
    letter-spacing: .08em !important;
    text-transform: none !important;
    text-decoration: none !important;
    transform: none !important;
  }
  .work-card:not(.featured) { min-height: 500px !important; height: 500px !important; }
  .work-card:not(.featured) > .card-top { padding: 28px 26px !important; font: 700 10px/1 "DM Sans", Inter, Arial, sans-serif !important; letter-spacing: .14em !important; }
  .work-card:not(.featured) > .card-body { min-height: 0 !important; height: 500px !important; padding: 92px 26px 104px !important; background: linear-gradient(180deg, transparent 0, #06172be8 50%, #06172b 100%) !important; }
  .work-card:not(.featured) > .card-body .card-type { margin: 0 0 14px !important; font: 700 10px/1 "DM Sans", Inter, Arial, sans-serif !important; letter-spacing: .14em !important; }
  .work-card:not(.featured) > .card-body h3 { margin: 0 !important; font: 500 clamp(36px, 10.2vw, 44px)/.94 "DM Sans", Inter, Arial, sans-serif !important; letter-spacing: -.07em !important; }
  .work-card:not(.featured) > .card-body > p:not(.card-type) { margin: 13px 0 0 !important; font: 400 13px/1.4 "DM Sans", Inter, Arial, sans-serif !important; letter-spacing: .04em !important; }

  .contact-section .contact-label,
  .section-kicker {
    font: 600 10px/1.2 "DM Sans", Inter, Arial, sans-serif !important;
    letter-spacing: .14em !important;
  }
}

/* v83: Force CTA is fixed to the reKYC CTA geometry in every interaction state. */
.work-card.featured .force-feature-link {
  position:absolute !important;
  left:26px !important;
  right:26px !important;
  bottom:26px !important;
  top:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:auto !important;
  min-width:0 !important;
  min-height:52px !important;
  height:52px !important;
  margin:0 !important;
  padding:0 17px !important;
  transform:none !important;
  transition:background-color .24s ease !important;
}
.work-card.featured:hover .force-feature-link,
.work-card.featured:focus-within .force-feature-link,
.work-card.featured .force-feature-link:hover,
.work-card.featured .force-feature-link:focus-visible {
  width:auto !important;
  min-height:52px !important;
  height:52px !important;
  padding:0 17px !important;
  transform:none !important;
}

/* v84: exact reKYC CTA sizing; the arrow is the only animated part. */
.work-card.featured .force-feature-link {
  left:auto !important;
  right:0 !important;
  bottom:0 !important;
  width:140px !important;
  min-width:140px !important;
  height:43px !important;
  min-height:43px !important;
  padding:19px 23px !important;
  font:600 11px/1 "DM Sans", Inter, Arial, sans-serif !important;
  letter-spacing:.1em !important;
  text-transform:uppercase !important;
  transition:none !important;
}
.work-card.featured:hover .force-feature-link,
.work-card.featured:focus-within .force-feature-link,
.work-card.featured .force-feature-link:hover,
.work-card.featured .force-feature-link:focus-visible {
  width:140px !important;
  min-width:140px !important;
  height:43px !important;
  min-height:43px !important;
  padding:19px 23px !important;
  transform:none !important;
}
@media(max-width:820px) {
  .work-card.featured .force-feature-link {
    left:0 !important;
    right:auto !important;
    bottom:0 !important;
    width:calc(100% - 2px) !important;
    min-width:0 !important;
    height:52px !important;
    min-height:52px !important;
    padding:0 17px !important;
    font:700 13px/1 "DM Sans", Inter,Arial,sans-serif !important;
    letter-spacing:.08em !important;
    text-transform:none !important;
  }
  .work-card.featured:hover .force-feature-link,
  .work-card.featured:focus-within .force-feature-link,
  .work-card.featured .force-feature-link:hover,
  .work-card.featured .force-feature-link:focus-visible {
    width:calc(100% - 2px) !important;
    height:52px !important;
    min-height:52px !important;
    padding:0 17px !important;
    transform:none !important;
  }
}

/* v85: CTA is a direct child of the Force card, never the animated visual layer. */
.work-card.featured .force-feature > .force-feature-link {
  position:absolute !important;
  top:auto !important;
  left:auto !important;
  right:0 !important;
  bottom:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  width:140px !important;
  min-width:140px !important;
  height:43px !important;
  min-height:43px !important;
  margin:0 !important;
  padding:19px 23px !important;
  border:0 !important;
  border-radius:0 !important;
  background:#f1eee6 !important;
  color:#6d240f !important;
  font:600 11px/1 "DM Sans", Inter,Arial,sans-serif !important;
  letter-spacing:.1em !important;
  text-transform:none !important;
  text-decoration:none !important;
  transform:none !important;
  transition:none !important;
}
.work-card.featured .force-feature > .force-feature-link > span:first-child {
  font:inherit !important;
  letter-spacing:inherit !important;
  text-transform:none !important;
  white-space:nowrap !important;
  flex:0 0 auto !important;
}
.work-card.featured .force-feature > .force-feature-link { gap:8px !important; }
.work-card.featured .force-feature > .force-feature-link .force-link-arrow { flex:0 0 auto !important; }
@media(min-width:821px) {
  .work-card.featured .force-feature > .force-feature-link,
  .work-card.featured .force-feature > .force-feature-link:hover,
  .work-card.featured .force-feature > .force-feature-link:focus-visible,
  .work-card.featured:hover .force-feature-link,
  .work-card.featured:focus-within .force-feature-link {
    right:26px !important;
    bottom:26px !important;
  }
}
.work-card.featured .force-feature > .force-feature-link:hover,
.work-card.featured .force-feature > .force-feature-link:focus-visible,
.work-card.featured:hover .force-feature-link,
.work-card.featured:focus-within .force-feature-link {
  width:140px !important;
  min-width:140px !important;
  height:43px !important;
  min-height:43px !important;
  padding:19px 23px !important;
  transform:none !important;
}
.work-card.featured .force-feature > .force-feature-link .force-link-arrow {
  transition:transform .24s ease !important;
}
.work-card.featured .force-feature > .force-feature-link:hover .force-link-arrow,
.work-card.featured .force-feature > .force-feature-link:focus-visible .force-link-arrow {
  transform:translate(4px,-4px) !important;
}
@media(max-width:820px) {
  .work-card.featured .force-feature > .force-feature-link,
  .work-card.featured .force-feature > .force-feature-link:hover,
  .work-card.featured .force-feature > .force-feature-link:focus-visible,
  .work-card.featured:hover .force-feature-link,
  .work-card.featured:focus-within .force-feature-link {
    left:26px !important;
    right:auto !important;
    bottom:26px !important;
    width:calc(100% - 54px) !important;
    min-width:0 !important;
    height:52px !important;
    min-height:52px !important;
    padding:0 17px !important;
    font:700 13px/1 "DM Sans", Inter,Arial,sans-serif !important;
    letter-spacing:.08em !important;
    text-transform:none !important;
    transform:none !important;
  }
}
