@font-face {
  font-family: "Inter Tight";
  src: url("assets/fonts/inter-tight-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
}

/* HeartBridge + WebBirdie case files — reconstructed from the approved Operator Console plates. */
.heartbridge-page,
.webbirdie-page {
  background:
    radial-gradient(circle at 80% 22%, rgba(126, 214, 165, .025), transparent 24rem),
    #0a0f14;
  font-synthesis: none;
}

.heartbridge-page::before,
.webbirdie-page::before {
  opacity: .035;
  background-size: 44px 44px;
}

.heartbridge-page .reveal,
.webbirdie-page .reveal {
  opacity: 1;
  transform: none;
}

.heartbridge-page .shell,
.webbirdie-page .shell {
  width: min(calc(100% - 64px), 1016px);
}

.heartbridge-page .site-header,
.webbirdie-page .site-header {
  position: relative;
  background: rgba(7, 12, 17, .97);
  backdrop-filter: none;
}

.heartbridge-page .header-inner,
.webbirdie-page .header-inner {
  min-height: 68px;
}

.heartbridge-page .wordmark,
.webbirdie-page .wordmark {
  gap: 8px;
  font-size: 1.17rem;
  font-weight: 700;
  letter-spacing: .012em;
}

.heartbridge-page .wordmark i,
.webbirdie-page .wordmark i {
  font-size: 1.1em;
  letter-spacing: -.18em;
}

.heartbridge-page .wordmark small,
.webbirdie-page .wordmark small {
  font-size: .78rem;
  font-weight: 500;
}

.heartbridge-page .site-nav,
.webbirdie-page .site-nav {
  gap: 42px;
  font-size: .7rem;
}

.heartbridge-page .button--small,
.webbirdie-page .button--small {
  min-width: 104px;
  min-height: 42px;
  padding-inline: 20px;
  border-radius: 3px;
  font-size: .7rem;
}

.heartbridge-page .status-strip__inner,
.webbirdie-page .status-strip__inner {
  min-height: 34px;
  gap: 10px;
  font-family: var(--mono);
  font-size: .67rem;
  letter-spacing: .02em;
}

.heartbridge-page .status-dot,
.webbirdie-page .status-dot {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 12px rgba(140, 225, 180, .2);
}

.heartbridge-page .case-main,
.webbirdie-page .case-main {
  padding-bottom: 10px;
}

.heartbridge-page .case-panel,
.heartbridge-page .case-pager,
.heartbridge-page .stack-strip,
.webbirdie-page .case-panel,
.webbirdie-page .case-pager,
.webbirdie-page .stack-strip {
  border-color: #36414b;
  border-radius: 5px;
}

.heartbridge-page .card-label,
.webbirdie-page .card-label {
  min-height: 23px;
  padding: 0 2px 6px;
  gap: 9px;
  font-size: .67rem;
}

.heartbridge-page .case-pager,
.webbirdie-page .case-pager {
  min-height: 50px;
  margin-top: 10px;
  padding-inline: 24px;
  font-size: .68rem;
  letter-spacing: .04em;
}

.heartbridge-page .case-pager a,
.webbirdie-page .case-pager a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
}

.heartbridge-page .case-pager img,
.webbirdie-page .case-pager img {
  width: 30px;
  height: 16px;
}

.heartbridge-page .case-pager em,
.webbirdie-page .case-pager em {
  color: var(--mint);
  font-style: normal;
}

/* HeartBridge */
.heartbridge-page .hb-hero {
  min-height: 206px;
  padding-block: 15px 11px;
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(355px, .72fr);
  grid-template-areas:
    "copy meta"
    "copy metrics";
  gap: 4px 38px;
  align-items: start;
}

.heartbridge-page .hb-meta {
  grid-area: meta;
  justify-content: space-between;
  gap: 12px;
  margin: 1px 0 7px;
  font-size: .66rem;
}

.heartbridge-page .case-hero__copy {
  grid-area: copy;
  align-self: center;
}

.heartbridge-page .case-hero__copy h1 {
  max-width: 625px;
  margin: 0 0 10px;
  font-size: 3.08rem;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.035em;
}

.heartbridge-page .case-hero__copy p {
  max-width: 610px;
  color: #aeb9c5;
  font-size: .96rem;
  line-height: 1.4;
}

.heartbridge-page .hb-metrics {
  grid-area: metrics;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.heartbridge-page .hb-metric {
  position: relative;
  min-width: 0;
  min-height: 78px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3px;
  border: 1px solid #36414b;
  border-radius: 4px;
  background: linear-gradient(150deg, rgba(18, 25, 32, .86), rgba(9, 14, 19, .94));
}

.heartbridge-page .hb-metric::after,
.webbirdie-page .wb-metric::after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px rgba(140, 225, 180, .22);
  content: "";
}

.heartbridge-page .hb-metric > img {
  width: 38px;
  height: 30px;
  object-fit: contain;
}

.heartbridge-page .hb-metric > strong {
  color: var(--mint);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.heartbridge-page .hb-metric--number > strong {
  color: var(--orange);
  font-size: 2.2rem;
  letter-spacing: -.045em;
}

.heartbridge-page .hb-metric span {
  color: #d6d8d7;
  font-family: var(--mono);
  font-size: .53rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.heartbridge-page .hb-metric span b {
  color: var(--orange);
}

.heartbridge-page .hb-product {
  height: 320px;
  padding: 8px 12px 0;
  overflow: hidden;
}

.heartbridge-page .hb-product__visual {
  height: 225px;
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  gap: 10px;
}

.heartbridge-page .hb-landing-card,
.heartbridge-page .hb-chat-card {
  position: relative;
  min-width: 0;
  height: 225px;
  overflow: hidden;
  border: 1px solid #46515a;
  background: #10171d;
}

.heartbridge-page .hb-landing-card__scene {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.heartbridge-page .hb-landing-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 27, 32, .94), rgba(0, 29, 35, .52) 60%, rgba(0, 20, 24, .08));
}

.heartbridge-page .hb-landing-card__logo {
  position: absolute;
  top: 15px;
  left: 18px;
  width: 148px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .35));
}

.heartbridge-page .hb-landing-card__copy {
  position: absolute;
  left: 20px;
  top: 77px;
  display: grid;
  gap: 4px;
}

.heartbridge-page .hb-landing-card__copy span,
.heartbridge-page .hb-landing-card__copy small {
  color: #d9e7df;
  font-size: .53rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.heartbridge-page .hb-landing-card__copy strong {
  color: #fff;
  font-size: 1.48rem;
  line-height: 1.01;
  letter-spacing: -.025em;
}

.heartbridge-page .hb-landing-card__copy small {
  color: #b7cbc1;
  text-transform: none;
}

.heartbridge-page .hb-landing-card__button {
  position: absolute;
  left: 20px;
  bottom: 16px;
  min-width: 98px;
  padding: 6px 10px;
  border-radius: 2px;
  background: #e14837;
  color: #fff;
  font-family: var(--mono);
  font-size: .52rem;
  text-align: center;
  text-transform: uppercase;
}

.heartbridge-page .hb-chat-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.heartbridge-page .hb-tech-flow {
  height: 64px;
  margin: 0 -12px;
  padding: 5px 32px 3px;
  display: grid;
  grid-template-columns: auto minmax(30px, 1fr) auto minmax(30px, 1fr) auto minmax(30px, 1fr) auto;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #36414b;
}

.heartbridge-page .hb-tech {
  min-width: 72px;
  display: grid;
  justify-items: center;
  gap: 1px;
}

.heartbridge-page .hb-tech img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.heartbridge-page .hb-tech:nth-of-type(3) img {
  width: 39px;
}

.heartbridge-page .hb-tech:nth-of-type(4) img {
  width: 20px;
}

.heartbridge-page .hb-tech b {
  font-size: .58rem;
  font-weight: 400;
}

.heartbridge-page .hb-tech-flow > i {
  display: grid;
  place-items: center;
}

.heartbridge-page .hb-tech-flow > i img {
  width: 100%;
  max-width: 44px;
  height: 14px;
}

.heartbridge-page .hb-duo {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
}

.heartbridge-page .hb-duo .case-panel {
  height: 94px;
  padding: 8px 12px 8px;
}

.heartbridge-page .hb-feature-grid {
  min-height: 54px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.heartbridge-page .hb-feature-grid span {
  min-width: 0;
  padding: 0 7px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border-right: 1px solid var(--line-soft);
  text-align: center;
}

.heartbridge-page .hb-feature-grid span:last-child {
  border-right: 0;
}

.heartbridge-page .hb-feature-grid img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.heartbridge-page .hb-feature-grid b {
  color: #cfd4d5;
  font-size: .57rem;
  font-weight: 400;
  line-height: 1.2;
}

.heartbridge-page .hb-stack {
  min-height: 44px;
  margin-top: 10px;
  padding: 0 21px;
  justify-content: space-between;
  gap: 16px;
  font-size: .65rem;
}

.heartbridge-page .hb-stack img {
  width: 24px;
  height: 24px;
}

.heartbridge-page .hb-stack i {
  color: var(--orange);
}

/* WebBirdie */
.webbirdie-page .wb-hero {
  min-height: 190px;
  padding-block: 15px;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  align-items: center;
  gap: 34px;
}

.webbirdie-page .founder-mark {
  width: 160px;
  height: 160px;
  border-color: #36414b;
  border-radius: 5px;
}

.webbirdie-page .case-meta {
  gap: 14px 28px;
  margin-bottom: 7px;
  font-size: .66rem;
}

.webbirdie-page .case-hero__copy h1 {
  max-width: 790px;
  margin: 0 0 8px;
  font-size: 3.1rem;
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.035em;
}

.webbirdie-page .case-hero__copy p {
  max-width: 760px;
  color: #aeb9c5;
  font-size: .95rem;
  line-height: 1.4;
}

.webbirdie-page .wb-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 10px;
}

.webbirdie-page .wb-metric {
  position: relative;
  min-width: 0;
  min-height: 96px;
  padding: 12px 14px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-color: #36414b;
  border-radius: 5px;
}

.webbirdie-page .wb-metric > img {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  object-fit: contain;
}

.webbirdie-page .wb-metric > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.webbirdie-page .wb-metric strong,
.webbirdie-page .wb-metric span {
  font-family: var(--mono);
  font-size: .59rem;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
}

.webbirdie-page .wb-metric strong {
  color: #d6d8d7;
}

.webbirdie-page .wb-zero-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.webbirdie-page .wb-zero-label img {
  width: 14px;
  height: 8px;
}

.webbirdie-page .wb-metric span {
  color: #adb7c0;
  font-size: .5rem;
}

.webbirdie-page .wb-metric span b {
  color: var(--orange);
}

.webbirdie-page .wb-product {
  height: 220px;
  padding: 8px 12px 11px;
  overflow: hidden;
}

.webbirdie-page .wb-product__grid {
  height: 177px;
  display: grid;
  grid-template-columns: 1.48fr .9fr .8fr .9fr .63fr;
  gap: 8px;
}

.webbirdie-page .wb-product__grid > article {
  min-width: 0;
  overflow: hidden;
  padding: 9px;
  border: 1px solid #36414b;
  background: #0b1117;
  font-family: var(--mono);
}

.webbirdie-page .wb-card-heading {
  display: grid;
  gap: 2px;
  margin-bottom: 7px;
}

.webbirdie-page .wb-card-heading b {
  color: #e0e0dd;
  font-size: .58rem;
  font-weight: 500;
  text-transform: uppercase;
}

.webbirdie-page .wb-card-heading span,
.webbirdie-page .wb-product__grid small {
  color: #8e99a5;
  font-size: .46rem;
  line-height: 1.25;
}

.webbirdie-page .wb-card-heading em,
.webbirdie-page .wb-admin em {
  color: var(--mint);
  font-style: normal;
}

.webbirdie-page .wb-catalog__items {
  height: 127px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.webbirdie-page .wb-catalog__items span {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto auto;
  align-content: start;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: #111821;
}

.webbirdie-page .wb-catalog__items img {
  width: 100%;
  height: 83px;
  object-fit: cover;
}

.webbirdie-page .wb-catalog__items b,
.webbirdie-page .wb-catalog__items small {
  padding-inline: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.webbirdie-page .wb-catalog__items b {
  padding-top: 3px;
  color: #d8dcda;
  font-size: .45rem;
  font-weight: 400;
}

.webbirdie-page .wb-catalog__items small {
  padding-bottom: 3px;
  color: var(--mint);
}

.webbirdie-page .wb-workflow ol {
  position: relative;
  margin: 4px 0 0;
  padding: 0 0 0 14px;
  display: grid;
  gap: 7px;
  list-style: none;
}

.webbirdie-page .wb-workflow li {
  position: relative;
  color: #8c96a0;
  font-size: .48rem;
}

.webbirdie-page .wb-workflow li::before {
  position: absolute;
  top: .25em;
  left: -13px;
  width: 7px;
  height: 7px;
  border: 1px solid #67727c;
  border-radius: 50%;
  background: #0b1117;
  content: "";
}

.webbirdie-page .wb-workflow li:not(:last-child)::after {
  position: absolute;
  top: 9px;
  left: -10px;
  width: 1px;
  height: 11px;
  background: #39434c;
  content: "";
}

.webbirdie-page .wb-workflow li.done::before,
.webbirdie-page .wb-workflow li.active::before {
  border-color: var(--mint);
  background: var(--mint);
}

.webbirdie-page .wb-workflow li.active {
  color: #d7dbda;
}

.webbirdie-page .wb-shipping {
  display: flex;
  flex-direction: column;
}

.webbirdie-page .wb-map-line {
  position: relative;
  height: 61px;
  margin: 9px 0 8px;
  border-radius: 3px;
  background:
    linear-gradient(145deg, transparent 46%, rgba(126,214,165,.14) 47% 52%, transparent 53%),
    repeating-linear-gradient(0deg, #101820 0 11px, #17212a 12px 13px);
}

.webbirdie-page .wb-map-line::after {
  position: absolute;
  top: 30px;
  left: 17%;
  width: 65%;
  border-top: 2px dashed var(--mint);
  content: "";
  transform: rotate(-9deg);
}

.webbirdie-page .wb-map-line i {
  position: absolute;
  z-index: 1;
  width: 7px;
  height: 7px;
  border: 2px solid var(--mint);
  border-radius: 50%;
  background: #0b1117;
}

.webbirdie-page .wb-map-line i:nth-child(1) { left: 15%; top: 37px; }
.webbirdie-page .wb-map-line i:nth-child(2) { left: 48%; top: 28px; }
.webbirdie-page .wb-map-line i:nth-child(3) { right: 15%; top: 21px; }

.webbirdie-page .wb-shipping > strong {
  color: #d8dcda;
  font-size: .48rem;
  font-weight: 400;
}

.webbirdie-page .wb-admin ul {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.webbirdie-page .wb-admin li {
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  gap: 4px;
  border-bottom: 1px solid var(--line-soft);
  color: #b7bec2;
  font-size: .43rem;
}

.webbirdie-page .wb-identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.webbirdie-page .wb-identity img {
  width: 70px;
  height: 70px;
  margin-bottom: 5px;
  border: 1px solid #36414b;
  border-radius: 4px;
}

.webbirdie-page .wb-identity b {
  font-size: .65rem;
}

.webbirdie-page .wb-identity span {
  color: var(--mint);
  font-size: .48rem;
}

.webbirdie-page .wb-identity small {
  margin-top: 5px;
  text-transform: uppercase;
}

.webbirdie-page .wb-duo {
  grid-template-columns: 1.05fr .95fr;
  gap: 10px;
  margin-top: 10px;
}

.webbirdie-page .wb-duo .case-panel {
  height: 96px;
  padding: 8px 12px 7px;
}

.webbirdie-page .wb-mini-flow {
  height: 43px;
  display: grid;
  grid-template-columns: auto minmax(18px, 1fr) auto minmax(18px, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.webbirdie-page .wb-mini-flow > span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.webbirdie-page .wb-mini-flow span img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.webbirdie-page .wb-mini-flow span:nth-of-type(3) img {
  width: 25px;
}

.webbirdie-page .wb-cloud-pair {
  display: flex;
  align-items: center;
  gap: 3px;
}

.webbirdie-page .wb-mini-flow .wb-cloud-pair img {
  width: 27px;
  height: 27px;
}

.webbirdie-page .wb-mini-flow .wb-cloud-pair img:last-child {
  width: 18px;
}

.webbirdie-page .wb-mini-flow span b {
  font-size: .54rem;
  font-weight: 400;
  white-space: nowrap;
}

.webbirdie-page .wb-mini-flow > i {
  display: grid;
  place-items: center;
}

.webbirdie-page .wb-mini-flow > i img {
  width: 100%;
  max-width: 28px;
}

.webbirdie-page .substack {
  margin: -1px 0 0;
  color: #8f9aa4;
  font-family: var(--mono);
  font-size: .47rem;
  text-align: center;
}

.webbirdie-page .wb-feature-grid {
  height: 55px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.webbirdie-page .wb-feature-grid span {
  min-width: 0;
  padding-inline: 6px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 2px;
  border-right: 1px solid var(--line-soft);
  text-align: center;
}

.webbirdie-page .wb-feature-grid span:last-child {
  border-right: 0;
}

.webbirdie-page .wb-feature-grid img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.webbirdie-page .wb-feature-grid b {
  color: #cfd4d5;
  font-size: .53rem;
  font-weight: 400;
  line-height: 1.15;
}

.webbirdie-page .wb-stack {
  min-height: 44px;
  margin-top: 10px;
  padding: 0 18px;
  justify-content: space-between;
  gap: 10px;
  font-size: .56rem;
  text-transform: uppercase;
}

.webbirdie-page .wb-stack img {
  width: 22px;
  height: 22px;
}

.webbirdie-page .wb-stack i {
  color: var(--orange);
}

@media (max-width: 760px) {
  .heartbridge-page .shell,
  .webbirdie-page .shell {
    width: min(calc(100% - 28px), 1016px);
  }

  .heartbridge-page .header-inner,
  .webbirdie-page .header-inner {
    min-height: 64px;
  }

  .heartbridge-page .wordmark,
  .webbirdie-page .wordmark {
    gap: 6px;
    font-size: .92rem;
  }

  .heartbridge-page .wordmark small,
  .webbirdie-page .wordmark small {
    font-size: .58rem;
  }

  .heartbridge-page .site-nav,
  .webbirdie-page .site-nav {
    inset: 64px 0 auto;
  }

  .heartbridge-page .status-strip__inner,
  .webbirdie-page .status-strip__inner {
    min-height: 34px;
    gap: 7px;
    font-size: .5rem;
    white-space: nowrap;
  }

  .heartbridge-page .status-strip__inner .mono,
  .webbirdie-page .status-strip__inner .mono {
    display: inline;
  }

  .heartbridge-page .status-dot,
  .webbirdie-page .status-dot {
    width: 8px;
    height: 8px;
  }

  .heartbridge-page .case-main,
  .webbirdie-page .case-main {
    padding-bottom: 12px;
  }

  .heartbridge-page .card-label,
  .webbirdie-page .card-label {
    min-height: 22px;
    padding-bottom: 5px;
    font-size: .58rem;
  }

  .heartbridge-page .case-pager,
  .webbirdie-page .case-pager {
    width: 100%;
    min-height: 50px;
    margin-top: 8px;
    padding: 9px 11px;
    gap: 8px;
    font-size: .49rem;
  }

  .heartbridge-page .case-pager a,
  .webbirdie-page .case-pager a {
    gap: 6px;
    white-space: nowrap;
  }

  .heartbridge-page .case-pager img,
  .webbirdie-page .case-pager img {
    width: 18px;
    height: 12px;
  }

  .heartbridge-page .hb-hero {
    min-height: 0;
    padding-block: 14px 10px;
    grid-template-columns: 1fr;
    grid-template-areas: "meta" "copy" "metrics";
    gap: 0;
  }

  .heartbridge-page .hb-meta {
    justify-content: flex-start;
    display: grid;
    gap: 3px;
    margin-bottom: 8px;
    font-size: .58rem;
  }

  .heartbridge-page .case-hero__copy h1 {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: clamp(1.9rem, 9.2vw, 2.25rem);
    line-height: 1.05;
    letter-spacing: -.04em;
  }

  .heartbridge-page .case-hero__copy p {
    font-size: .8rem;
    line-height: 1.4;
  }

  .heartbridge-page .hb-metrics {
    gap: 7px;
    margin-top: 10px;
  }

  .heartbridge-page .hb-metric {
    min-height: 82px;
    padding: 10px 11px;
  }

  .heartbridge-page .hb-metric > img {
    width: 34px;
    height: 28px;
  }

  .heartbridge-page .hb-metric > strong {
    font-size: 1.75rem;
  }

  .heartbridge-page .hb-metric--number > strong {
    font-size: 1.9rem;
  }

  .heartbridge-page .hb-metric span {
    font-size: .47rem;
  }

  .heartbridge-page .hb-product {
    height: auto;
    padding: 8px 9px 0;
  }

  .heartbridge-page .hb-product__visual {
    height: auto;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .heartbridge-page .hb-landing-card {
    height: 166px;
  }

  .heartbridge-page .hb-chat-card {
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .heartbridge-page .hb-landing-card__logo {
    top: 10px;
    left: 13px;
    width: 114px;
  }

  .heartbridge-page .hb-landing-card__copy {
    top: 57px;
    left: 14px;
    gap: 2px;
  }

  .heartbridge-page .hb-landing-card__copy strong {
    font-size: 1.15rem;
  }

  .heartbridge-page .hb-landing-card__copy span,
  .heartbridge-page .hb-landing-card__copy small {
    font-size: .43rem;
  }

  .heartbridge-page .hb-landing-card__button {
    left: 14px;
    bottom: 10px;
    min-width: 83px;
    padding: 5px 7px;
    font-size: .43rem;
  }

  .heartbridge-page .hb-tech-flow {
    height: 61px;
    margin-inline: -9px;
    padding: 5px 8px 3px;
    grid-template-columns: auto minmax(12px, 1fr) auto minmax(12px, 1fr) auto minmax(12px, 1fr) auto;
    gap: 4px;
  }

  .heartbridge-page .hb-tech {
    min-width: 43px;
  }

  .heartbridge-page .hb-tech img {
    width: 28px;
    height: 28px;
  }

  .heartbridge-page .hb-tech:nth-of-type(3) img { width: 31px; }
  .heartbridge-page .hb-tech:nth-of-type(4) img { width: 17px; }

  .heartbridge-page .hb-tech b {
    font-size: .45rem;
  }

  .heartbridge-page .hb-tech-flow > i img {
    max-width: 18px;
  }

  .heartbridge-page .hb-duo {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 8px;
  }

  .heartbridge-page .hb-duo .case-panel {
    height: auto;
    padding: 8px 9px;
  }

  .heartbridge-page .hb-feature-grid {
    min-height: 108px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .heartbridge-page .hb-feature-grid span {
    min-height: 54px;
  }

  .heartbridge-page .hb-feature-grid span:nth-child(2) {
    border-right: 0;
  }

  .heartbridge-page .hb-feature-grid span:nth-child(-n+2) {
    border-bottom: 1px solid var(--line-soft);
  }

  .heartbridge-page .hb-feature-grid img {
    width: 28px;
    height: 28px;
  }

  .heartbridge-page .hb-feature-grid b {
    font-size: .56rem;
  }

  .heartbridge-page .hb-stack {
    min-height: 54px;
    margin-top: 8px;
    padding: 7px 10px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 9px;
    font-size: .5rem;
  }

  .heartbridge-page .hb-stack img {
    width: 20px;
    height: 20px;
  }

  .webbirdie-page .wb-hero {
    min-height: 0;
    padding-block: 14px 10px;
    display: block;
  }

  .webbirdie-page .founder-mark {
    display: none;
  }

  .webbirdie-page .case-meta {
    display: grid;
    gap: 3px;
    margin-bottom: 8px;
    font-size: .58rem;
  }

  .webbirdie-page .case-hero__copy h1 {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: clamp(1.52rem, 7.8vw, 1.85rem);
    line-height: 1.04;
    letter-spacing: -.04em;
  }

  .webbirdie-page .case-hero__copy p {
    font-size: .74rem;
    line-height: 1.36;
  }

  .webbirdie-page .wb-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-bottom: 8px;
  }

  .webbirdie-page .wb-metric {
    min-height: 66px;
    padding: 8px 10px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
  }

  .webbirdie-page .wb-metric > img {
    width: 29px;
    height: 25px;
    flex-basis: 25px;
  }

  .webbirdie-page .wb-metric > div {
    gap: 2px;
  }

  .webbirdie-page .wb-metric strong {
    font-size: .55rem;
  }

  .webbirdie-page .wb-metric span {
    font-size: .43rem;
  }

  .webbirdie-page .wb-product {
    height: auto;
    padding: 8px 9px 9px;
  }

  .webbirdie-page .wb-product .card-label {
    position: relative;
  }

  .webbirdie-page .wb-product .card-label::after {
    position: absolute;
    right: 2px;
    width: 26px;
    height: 6px;
    background: radial-gradient(circle, #a5afb7 0 2px, transparent 2.5px) 0 0 / 9px 6px repeat-x;
    content: "";
    opacity: .55;
  }

  .webbirdie-page .wb-product__grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .webbirdie-page .wb-product__grid > article {
    min-height: 150px;
    padding: 7px;
  }

  .webbirdie-page .wb-catalog,
  .webbirdie-page .wb-workflow {
    min-height: 170px !important;
  }

  .webbirdie-page .wb-catalog__items {
    height: 119px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .webbirdie-page .wb-catalog__items img {
    height: 79px;
  }

  .webbirdie-page .wb-shipping,
  .webbirdie-page .wb-admin,
  .webbirdie-page .wb-identity {
    display: none;
  }

  .webbirdie-page .wb-duo {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-top: 8px;
  }

  .webbirdie-page .wb-duo .case-panel {
    height: auto;
    padding: 8px 9px;
  }

  .webbirdie-page .wb-mini-flow {
    height: 47px;
    grid-template-columns: auto minmax(12px, 1fr) auto minmax(12px, 1fr) auto;
    gap: 4px;
  }

  .webbirdie-page .wb-mini-flow > span {
    display: grid;
    justify-items: center;
    gap: 1px;
  }

  .webbirdie-page .wb-mini-flow span img {
    width: 30px;
    height: 30px;
  }

  .webbirdie-page .wb-mini-flow span b {
    font-size: .46rem;
  }

  .webbirdie-page .wb-mini-flow > i img {
    max-width: 19px;
  }

  .webbirdie-page .substack {
    font-size: .43rem;
    line-height: 1.35;
  }

  .webbirdie-page .wb-feature-grid {
    height: auto;
    min-height: 55px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .webbirdie-page .wb-feature-grid span {
    min-height: 55px;
  }

  .webbirdie-page .wb-feature-grid img {
    width: 24px;
    height: 24px;
  }

  .webbirdie-page .wb-feature-grid b {
    font-size: .44rem;
  }

  .webbirdie-page .wb-stack {
    min-height: 54px;
    margin-top: 8px;
    padding: 7px 10px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px 8px;
    font-size: .45rem;
  }

  .webbirdie-page .wb-stack img {
    width: 19px;
    height: 19px;
  }
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("assets/fonts/ibm-plex-mono-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #0d1117;
  --bg-deep: #090d12;
  --panel: #11171e;
  --panel-soft: #141b23;
  --line: #303943;
  --line-soft: #222b34;
  --text: #f4f2ea;
  --muted: #aab4c0;
  --dim: #76818d;
  --orange: #ff5a2a;
  --orange-bright: #ff6b35;
  --mint: #8ce1b4;
  --yellow: #e3cf69;
  --max: 1360px;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  --sans: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Inter Tight", Inter, ui-sans-serif, system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(39, 60, 72, 0.22), transparent 31rem),
    radial-gradient(circle at 82% 18%, rgba(255, 90, 42, 0.055), transparent 24rem),
    var(--bg-deep);
  color: var(--text);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  min-width: 320px;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea {
  font: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.shell {
  width: min(calc(100% - 44px), var(--max));
  margin-inline: auto;
}

.section-pad {
  padding-block: clamp(72px, 9vw, 132px);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-150%);
  background: var(--text);
  color: var(--bg);
  padding: 10px 16px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9, 13, 18, 0.88);
  border-bottom: 1px solid var(--line-soft);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-weight: 760;
  white-space: nowrap;
}

.wordmark i {
  color: var(--orange);
  font-family: var(--mono);
  font-style: normal;
}

.wordmark small {
  font-size: 0.78em;
  font-weight: 430;
  color: #d7d8d6;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(25px, 4vw, 54px);
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.site-nav a:not(.button) {
  color: #c2c6c8;
  transition: color 180ms ease;
}

.site-nav a:not(.button):hover,
.site-nav a:not(.button):focus-visible {
  color: var(--mint);
}

.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 28px;
  padding: 0 28px;
  border: 1px solid var(--orange);
  background: linear-gradient(110deg, var(--orange), #f33d13);
  color: white;
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  background: linear-gradient(110deg, var(--orange-bright), #ff4c1e);
}

.button--small {
  min-height: 42px;
  padding-inline: 25px;
}

.button--secondary {
  background: transparent;
  border-color: #59636e;
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: var(--panel-soft);
  border-color: var(--mint);
}

.status-strip {
  border-bottom: 1px solid var(--line-soft);
  background: rgba(17, 23, 30, 0.72);
}

.status-strip__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.76rem;
  letter-spacing: 0.025em;
  color: var(--mint);
}

.status-strip__inner strong {
  font-family: var(--mono);
  font-weight: 500;
}

.status-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 14px rgba(140, 225, 180, 0.35);
}

.mono,
.eyebrow,
.card-label {
  font-family: var(--mono);
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
  align-items: center;
  gap: clamp(55px, 8vw, 110px);
}

.eyebrow {
  margin-bottom: 20px;
  color: var(--mint);
  font-size: 0.76rem;
  letter-spacing: 0.08em;
}

.hero h1 {
  max-width: 830px;
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(3.4rem, 6.3vw, 6.7rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
  font-weight: 800;
}

.accent,
.accent-text {
  color: var(--orange);
}

.hero-lede {
  max-width: 660px;
  margin-bottom: 35px;
  color: var(--muted);
  font-size: clamp(1.1rem, 1.55vw, 1.35rem);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.metric-card,
.tool-card,
.project-card,
.contact-panel,
.engagements,
.timeline-item {
  background: linear-gradient(150deg, rgba(21, 28, 36, 0.95), rgba(13, 18, 24, 0.95));
  border: 1px solid var(--line);
}

.metric-card {
  position: relative;
  min-height: 166px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.metric-card::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 18px;
  right: 18px;
  background: var(--mint);
}

.metric-value,
.metric-symbol {
  font-family: var(--display);
  font-size: clamp(3rem, 5vw, 4.7rem);
  line-height: 1;
  font-weight: 800;
}

.metric-value--mint,
.metric-symbol {
  color: var(--mint);
}

.metric-card p {
  margin: 14px 0 0;
  font-family: var(--mono);
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #d8d9d7;
}

.metric-card p b {
  color: var(--orange);
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.section-heading .eyebrow {
  margin-bottom: 12px;
}

.section-heading h2,
.contact-panel h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 4.35rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
}

.project-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 14px;
  margin-top: 18px;
}

.project-card {
  min-width: 0;
  padding: 14px;
}

.card-label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  padding: 0 3px 11px;
  color: #e0e0dc;
  font-size: 0.75rem;
  letter-spacing: 0.035em;
}

.heartbridge-preview {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 10px;
  height: 306px;
  overflow: hidden;
}

.heartbridge-landing {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(6, 12, 18, .82), rgba(6, 12, 18, .12)),
    url("assets/heartbridge-scene.webp");
  background-size: cover;
  background-position: center 72%;
}

.heartbridge-landing::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
}

.heartbridge-landing img {
  position: relative;
  z-index: 1;
  width: min(230px, 50%);
}

.heartbridge-landing__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.heartbridge-landing__copy span {
  color: #ffe074;
  font-family: var(--mono);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.heartbridge-landing__copy strong {
  font-family: var(--display);
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.app-preview {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #f4f6f8;
  color: #0c1d31;
  border: 6px solid #0b0e11;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}

.app-preview__top {
  height: 54px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #dde2e7;
  font-size: 0.66rem;
}

.app-preview__top i {
  margin-left: auto;
}

.avatar-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ffd86a);
}

.safety-note {
  display: flex;
  gap: 7px;
  margin: 12px 8px;
  padding: 9px;
  border: 1px solid #c8ddfb;
  border-radius: 9px;
  background: #edf5ff;
  color: #34495f;
  font-size: 0.57rem;
}

.safety-note p {
  margin: 0;
}

.message-bubble {
  align-self: flex-end;
  max-width: 78%;
  margin: auto 10px 12px;
  padding: 9px 10px;
  border-radius: 10px 10px 2px 10px;
  background: #ddf5e8;
  font-size: 0.58rem;
}

.app-preview__nav {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #e0e5e9;
  color: #91a1b1;
}

.app-preview__nav .active {
  color: #00835d;
}

.tech-flow {
  min-height: 72px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-top: 0;
  display: grid;
  grid-template-columns: auto auto 1fr auto auto 1fr auto auto 1fr auto auto;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 0.67rem;
  text-transform: uppercase;
}

.tech-flow > i {
  justify-self: center;
  color: var(--dim);
  font-size: 1.5rem;
  font-style: normal;
}

.tech-mark {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  background: #d83b32;
  color: white;
  font-weight: 900;
  clip-path: polygon(50% 0, 94% 25%, 84% 85%, 50% 100%, 16% 85%, 6% 25%);
}

.tech-mark--js {
  background: #d5c81c;
  color: #131313;
}

.tech-mark--cloud {
  background: transparent;
  color: var(--mint);
  clip-path: none;
  font-size: 1.6rem;
}

.tech-mark--phone {
  background: transparent;
  border: 1px solid var(--muted);
  clip-path: none;
}

.project-card__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 21px 4px 5px;
}

.project-card__footer h3 {
  margin-bottom: 4px;
  font-size: 1.15rem;
  text-transform: uppercase;
}

.project-card__footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.project-card__footer--stacked {
  min-height: 164px;
  align-items: flex-start;
  flex-direction: column;
}

.text-link {
  flex: 0 0 auto;
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.text-link span {
  color: var(--orange);
  margin-left: 6px;
}

.brows-preview {
  height: 366px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 2px;
  overflow: hidden;
  background: var(--line);
}

.brows-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brows-preview img:last-child {
  object-position: center 28%;
}

.engagements {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 35px;
  align-items: center;
  margin-top: 14px;
  padding: 20px 24px;
}

.engagements__label {
  font-family: var(--mono);
  font-size: 0.73rem;
  text-transform: uppercase;
  color: var(--muted);
}

.engagements__label b {
  color: var(--mint);
}

.engagements__links {
  display: flex;
  justify-content: flex-end;
  gap: clamp(24px, 4vw, 65px);
}

.engagements__links a {
  font-family: var(--mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  color: #d5d6d4;
}

.engagements__links a span {
  color: var(--orange);
  opacity: 0;
  transition: opacity 180ms ease;
}

.engagements__links a:hover span,
.engagements__links a:focus-visible span {
  opacity: 1;
}

.career-section {
  padding-bottom: 0;
}

.timeline {
  border-inline: 1px solid var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 125px 260px 1fr 36px;
  align-items: center;
  gap: 25px;
  padding: 27px 30px;
  border-width: 0 0 1px;
}

.timeline-item__date {
  color: var(--mint);
  font-family: var(--mono);
  font-size: 0.75rem;
}

.timeline-item h3 {
  margin-bottom: 3px;
  font-size: 1rem;
  text-transform: uppercase;
}

.timeline-item div p,
.timeline-item > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.timeline-item > a {
  color: var(--orange);
  font-size: 1.3rem;
}

.toolkit-section {
  padding-top: clamp(78px, 10vw, 145px);
}

.toolkit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.tool-card {
  min-height: 260px;
  padding: 26px;
}

.tool-card > span {
  color: var(--orange);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.tool-card h3 {
  margin: 54px 0 12px;
  font-family: var(--display);
  font-size: 1.55rem;
  text-transform: uppercase;
}

.tool-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.contact-panel {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  padding: clamp(32px, 6vw, 70px);
  box-shadow: inset 4px 0 0 var(--orange);
}

.contact-panel > div:first-child {
  max-width: 720px;
}

.contact-panel h2 {
  margin-bottom: 20px;
}

.contact-panel p:last-child {
  margin: 0;
  color: var(--muted);
}

.contact-panel__actions {
  display: grid;
  gap: 14px;
  justify-items: end;
}

.contact-panel__actions > span {
  color: var(--dim);
  font-family: var(--mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.site-footer {
  border-top: 1px solid var(--line-soft);
  padding-block: 28px;
  color: var(--dim);
  font-size: 0.73rem;
}

.site-footer .shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--mint);
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

  .metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .metric-card {
    min-height: 145px;
  }

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

  .brows-preview {
    height: 420px;
  }

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

  .engagements__links {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .timeline-item {
    grid-template-columns: 110px 220px 1fr 25px;
    gap: 18px;
  }

  .toolkit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .header-inner {
    min-height: 68px;
  }

  .wordmark {
    gap: 7px;
    font-size: 0.92rem;
  }

  .wordmark small {
    font-size: 0.62rem;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 7px;
    border: 0;
    background: transparent;
    color: white;
  }

  .nav-toggle span:not(.sr-only) {
    width: 22px;
    height: 2px;
    display: block;
    background: currentColor;
    transition: transform 180ms ease;
  }

  .nav-open .nav-toggle span:nth-last-child(2) {
    transform: translateY(4.5px) rotate(45deg);
  }

  .nav-open .nav-toggle span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: grid;
    gap: 0;
    padding: 16px 14px 20px;
    background: rgba(9, 13, 18, 0.98);
    border-bottom: 1px solid var(--line);
    transform: translateY(-140%);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .site-nav a:not(.button) {
    padding: 14px 8px;
    border-bottom: 1px solid var(--line-soft);
  }

  .nav-open .site-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .status-strip__inner {
    min-height: 38px;
    font-size: 0.59rem;
  }

  .status-strip__inner .mono {
    display: none;
  }

  .section-pad {
    padding-block: 68px;
  }

  .hero {
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }

  .hero-lede {
    font-size: 1.05rem;
  }

  .button-row {
    display: grid;
  }

  .button-row .button {
    width: 100%;
  }

  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .metric-card {
    min-height: 132px;
    padding: 18px;
  }

  .metric-card p {
    font-size: 0.62rem;
  }

  .section-heading {
    display: grid;
    align-items: start;
  }

  .section-heading > p {
    font-size: 0.9rem;
  }

  .project-card {
    padding: 9px;
  }

  .heartbridge-preview {
    height: 410px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 170px;
  }

  .heartbridge-landing {
    padding: 18px;
  }

  .heartbridge-landing img {
    width: 190px;
  }

  .app-preview {
    width: 82%;
    justify-self: center;
    border-radius: 22px 22px 0 0;
  }

  .tech-flow {
    grid-template-columns: auto 1fr auto 1fr;
    padding: 13px;
  }

  .tech-flow > i {
    display: none;
  }

  .project-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .brows-preview {
    height: 360px;
  }

  .engagements {
    padding: 18px;
  }

  .engagements__links {
    display: grid;
    gap: 16px;
  }

  .timeline {
    border: 0;
    display: grid;
    gap: 10px;
  }

  .timeline-item {
    grid-template-columns: 1fr auto;
    padding: 22px;
  }

  .timeline-item__date,
  .timeline-item > p {
    grid-column: 1 / -1;
  }

  .timeline-item > a {
    grid-column: 2;
    grid-row: 2;
  }

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

  .tool-card {
    min-height: 220px;
  }

  .contact-panel {
    display: grid;
    gap: 35px;
  }

  .contact-panel__actions {
    justify-items: stretch;
  }

  .contact-panel__actions .button {
    overflow-wrap: anywhere;
  }

  .site-footer .shell {
    display: grid;
    justify-content: start;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Engagement case studies */
.case-main {
  padding-bottom: clamp(70px, 9vw, 125px);
}

.case-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr);
  gap: clamp(44px, 7vw, 90px);
  align-items: end;
}

.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 34px;
  margin-bottom: 17px;
  color: var(--mint);
  font-family: var(--mono);
  font-size: .74rem;
  text-transform: uppercase;
}

.case-meta span:last-child {
  color: #b7bdc2;
}

.case-hero h1,
.founder-hero h1 {
  margin-bottom: 18px;
  font-family: var(--display);
  font-size: clamp(3rem, 5.6vw, 6.1rem);
  line-height: .97;
  letter-spacing: -.06em;
}

.case-hero__copy > p {
  max-width: 790px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.case-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.case-metrics article {
  min-height: 122px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(21, 28, 36, .9), rgba(11, 16, 21, .9));
}

.case-metrics strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: 3rem;
  line-height: 1;
}

.case-metrics strong.mint,
.mint {
  color: var(--mint);
}

.case-metrics strong.yellow,
.yellow {
  color: var(--yellow);
}

.case-metrics span {
  color: #d6d8d7;
  font-family: var(--mono);
  font-size: .66rem;
  text-transform: uppercase;
}

.case-content-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 12px;
}

.case-panel,
.impact-panel,
.case-pager,
.stack-strip {
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(18, 25, 32, .9), rgba(10, 15, 20, .94));
}

.case-panel {
  min-width: 0;
  padding: 14px 18px 18px;
}

.system-flow {
  min-height: 186px;
  display: grid;
  grid-template-columns: repeat(9, auto);
  align-items: center;
  justify-content: space-around;
  gap: 12px;
}

.system-flow div {
  min-width: 85px;
  display: grid;
  justify-items: center;
  gap: 12px;
  color: var(--mint);
}

.system-flow b {
  min-width: 56px;
  min-height: 48px;
  display: grid;
  place-items: center;
  font-family: var(--mono);
  font-size: 1.65rem;
}

.system-flow span {
  color: #d9dbd9;
  font-family: var(--mono);
  font-size: .66rem;
  text-align: center;
  text-transform: uppercase;
}

.system-flow i {
  color: var(--dim);
  font-size: 1.5rem;
  font-style: normal;
}

.ownership-list {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}

.ownership-list li {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line-soft);
  color: #d8dad8;
  font-size: .86rem;
}

.ownership-list li:last-child {
  border: 0;
}

.ownership-list span {
  color: var(--mint);
  font-family: var(--mono);
}

.impact-panel {
  margin-top: 12px;
  padding: 14px 18px 18px;
}

.impact-panel__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.impact-panel__items span {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  border-right: 1px solid var(--line);
  color: #d9dada;
}

.impact-panel__items span:last-child {
  border: 0;
}

.impact-panel__items i {
  color: var(--mint);
  font-size: 1.6rem;
  font-style: normal;
}

.case-pager {
  min-height: 65px;
  margin-top: 12px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: .73rem;
  text-transform: uppercase;
}

.case-pager a:hover,
.case-pager a:focus-visible {
  color: var(--mint);
}

.case-product {
  padding-bottom: 0;
}

.case-product__visual {
  height: 410px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 12px;
  overflow: hidden;
}

.case-product__visual .heartbridge-landing {
  min-height: 0;
}

.case-product__visual .heartbridge-landing img {
  width: 245px;
}

.case-product__visual .app-preview {
  border-radius: 35px 35px 0 0;
}

.message-thread {
  margin: auto 12px 15px;
  display: grid;
  gap: 10px;
  font-size: .65rem;
}

.message-thread span {
  max-width: 82%;
  padding: 9px 11px;
  border-radius: 10px;
  background: white;
  box-shadow: 0 1px 5px rgba(0,0,0,.08);
}

.message-thread span:last-child {
  justify-self: end;
  background: #ddf5e8;
}

.case-tech-flow {
  margin-inline: -18px;
  border-inline: 0;
}

.case-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}

.feature-list {
  display: grid;
  gap: 0;
}

.feature-list--four {
  grid-template-columns: repeat(4, 1fr);
}

.feature-list span {
  min-height: 86px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 11px;
  border-right: 1px solid var(--line-soft);
  color: #d9dad9;
  font-size: .75rem;
}

.feature-list span:last-child {
  border: 0;
}

.feature-list b {
  color: var(--mint);
  font-family: var(--mono);
  font-size: 1.35rem;
}

.stack-strip {
  min-height: 60px;
  margin-top: 12px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 20px;
  color: #c4c8ca;
  font-family: var(--mono);
  font-size: .72rem;
}

.stack-strip > span,
.stack-strip > i {
  color: var(--mint);
  font-style: normal;
}

.founder-hero {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 38px;
  align-items: center;
}

.founder-mark {
  width: 190px;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.case-metrics--row {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 12px;
}

.case-metrics--row article {
  min-height: 105px;
}

.product-surface__grid {
  display: grid;
  grid-template-columns: 1.35fr .75fr .75fr .8fr .62fr;
  gap: 10px;
}

.product-surface__grid > article {
  min-width: 0;
  min-height: 225px;
  padding: 11px;
  border: 1px solid var(--line);
  background: #0c1218;
  font-family: var(--mono);
}

.catalog-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 10px;
}

.catalog-card div,
.workflow-card,
.admin-card,
.identity-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-surface__grid b {
  color: #e0e0dd;
  font-size: .7rem;
  text-transform: uppercase;
}

.product-surface__grid span,
.product-surface__grid small {
  color: var(--muted);
  font-size: .6rem;
}

.product-surface__grid em {
  margin-left: auto;
  color: var(--mint);
  font-style: normal;
}

.workflow-card ul,
.admin-card ul {
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  color: #bec5c8;
  font-size: .59rem;
}

.workflow-card li,
.admin-card li {
  padding: 4px 0;
  border-bottom: 1px solid var(--line-soft);
}

.workflow-card li::before {
  margin-right: 6px;
  content: "●";
  color: var(--mint);
}

.progress-line {
  height: 3px;
  margin-block: 25px 8px;
  background: #26343b;
}

.progress-line i {
  width: 72%;
  height: 100%;
  display: block;
  background: var(--mint);
}

.identity-card {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.identity-card img {
  width: 82px;
  height: 82px;
  border-radius: 14px;
}

.mini-flow {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 14px;
  font-family: var(--mono);
}

.mini-flow span {
  display: grid;
  justify-items: center;
  gap: 7px;
  color: #d7d9d7;
  font-size: .65rem;
}

.mini-flow b {
  color: var(--mint);
  font-size: 1.2rem;
}

.mini-flow i {
  color: var(--dim);
  font-style: normal;
}

.substack {
  margin: 0;
  color: var(--muted);
  font-family: var(--mono);
  font-size: .66rem;
  text-align: center;
}

.stack-strip--labels {
  text-transform: uppercase;
}

.stack-strip--labels i {
  color: var(--orange);
}

@media (max-width: 1080px) {
  .case-hero {
    grid-template-columns: 1fr;
  }

  .feature-list--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-list span:nth-child(2) {
    border-right: 0;
  }

  .case-metrics--row {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-surface__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .identity-card {
    grid-column: 1 / -1;
    min-height: 155px !important;
  }
}

@media (max-width: 760px) {
  .case-hero,
  .founder-hero {
    padding-block: 54px;
  }

  .case-hero h1,
  .founder-hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.1rem);
  }

  .case-content-grid,
  .case-duo {
    grid-template-columns: 1fr;
  }

  .case-metrics article {
    min-height: 112px;
    padding: 16px;
  }

  .case-metrics strong {
    font-size: 2.4rem;
  }

  .system-flow {
    min-height: 440px;
    grid-template-columns: 1fr;
    padding-block: 20px;
  }

  .system-flow i {
    transform: rotate(90deg);
  }

  .impact-panel__items {
    grid-template-columns: 1fr;
  }

  .impact-panel__items span {
    min-height: 54px;
    justify-content: flex-start;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .case-product__visual {
    height: 590px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 250px;
  }

  .case-product__visual .app-preview {
    width: 88%;
    justify-self: center;
  }

  .case-tech-flow {
    margin-inline: -18px;
  }

  .feature-list--four {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature-list span:nth-child(2) {
    border-right: 0;
  }

  .stack-strip {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-block: 18px;
  }

  .founder-hero {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
  }

  .founder-mark {
    width: 82px;
  }

  .founder-hero .case-meta,
  .founder-hero h1,
  .founder-hero p {
    grid-column: 1 / -1;
  }

  .founder-hero h1 {
    overflow-wrap: anywhere;
  }

  .case-metrics--row {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-surface__grid {
    grid-template-columns: 1fr;
  }

  .identity-card {
    grid-column: auto;
  }

  .case-pager {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 19px;
  }
}

/* Operator Console homepage — calibrated directly against the approved mockup. */
.home-page {
  background:
    radial-gradient(circle at 82% 27%, rgba(255, 74, 31, .045), transparent 28rem),
    #0a0f14;
  font-synthesis: none;
}

.home-page::before {
  opacity: .035;
  background-size: 44px 44px;
}

.home-page .shell {
  width: min(calc(100% - 64px), 1312px);
}

.home-page .site-header {
  position: relative;
  background: rgba(7, 12, 17, .97);
  backdrop-filter: none;
}

.home-page .header-inner {
  min-height: 68px;
}

.home-page .wordmark {
  gap: 8px;
  font-size: 1.17rem;
  font-weight: 700;
  letter-spacing: .012em;
}

.home-page .wordmark i {
  font-size: 1.1em;
  letter-spacing: -.18em;
}

.home-page .wordmark small {
  font-size: .78rem;
  font-weight: 500;
}

.home-page .site-nav {
  gap: 50px;
  font-size: .72rem;
  letter-spacing: .045em;
}

.home-page .button {
  min-height: 44px;
  gap: 24px;
  padding-inline: 30px 18px;
  border-radius: 3px;
  font-size: .72rem;
  letter-spacing: .015em;
}

.home-page .button img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.home-page .button--small {
  min-width: 120px;
  min-height: 44px;
  padding-inline: 22px;
}

.home-page .button--secondary {
  min-width: 210px;
  padding-inline: 26px 18px;
}

.home-page .status-strip {
  background: rgba(16, 23, 30, .94);
}

.home-page .status-strip__inner {
  min-height: 34px;
  gap: 11px;
  font-family: var(--mono);
  font-size: .69rem;
  letter-spacing: .025em;
}

.home-page .status-dot {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 12px rgba(140, 225, 180, .22);
}

.home-page .hero {
  min-height: 0;
  padding-block: 18px 16px;
  display: block;
}

.home-page .hero-stage {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #39434d;
  border-radius: 5px;
  background: #0d141c;
  isolation: isolate;
}

.home-page .hero-stage::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, .04);
  pointer-events: none;
  content: "";
}

.home-page .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-page .hero-portrait,
.home-page .hero-stage__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-page .hero-portrait {
  z-index: 0;
  object-fit: cover;
  object-position: center top;
}

.home-page .hero-stage__shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 10, 16, .96) 0%, rgba(5, 10, 16, .9) 31%, rgba(5, 10, 16, .48) 51%, rgba(5, 10, 16, .05) 73%),
    linear-gradient(0deg, rgba(5, 10, 16, .32), transparent 38%);
}

.home-page .hero-copy {
  position: relative;
  z-index: 2;
  width: min(54%, 690px);
  padding: clamp(44px, 6vw, 78px);
}

.home-page .hero h1 {
  max-width: 690px;
  margin-bottom: 12px;
  font-size: clamp(3rem, 4.15vw, 3.55rem);
  font-weight: 700;
  line-height: .99;
  letter-spacing: -.045em;
}

.home-page .hero-lede {
  max-width: 620px;
  margin-bottom: 20px;
  color: #aebac6;
  font-size: 1.12rem;
  line-height: 1.45;
}

.home-page .button-row {
  gap: 14px;
}

.home-page .metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.home-page .metric-card {
  min-height: 105px;
  padding: 17px 19px 15px;
  border-color: #39434d;
  border-radius: 5px;
}

.home-page .metric-card::after {
  width: 8px;
  height: 8px;
  top: 15px;
  right: 14px;
}

.home-page .metric-value {
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: -.045em;
}

.home-page .metric-icon {
  width: 58px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.home-page .metric-card p {
  margin-top: 6px;
  font-size: .66rem;
  letter-spacing: -.01em;
}

.home-page .project-grid {
  grid-template-columns: 1.13fr 1fr;
  gap: 12px;
  margin-top: 0;
}

.home-page .project-card {
  height: 304px;
  padding: 8px;
  overflow: hidden;
  border-color: #36414b;
  border-radius: 5px;
}

.home-page .card-label {
  min-height: 33px;
  padding: 0 6px 8px;
  gap: 10px;
  font-size: .69rem;
  letter-spacing: .025em;
}

.home-page .heartbridge-preview {
  position: relative;
  display: block;
  height: 151px;
  overflow: hidden;
  background: #101820;
  border: 1px solid #39434d;
}

.home-page .heartbridge-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  filter: saturate(.86) brightness(.86);
}

.home-page .tech-flow {
  min-height: 74px;
  padding: 8px 17px 6px;
  grid-template-columns: auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto minmax(32px, 1fr) auto;
  gap: 11px;
  border-color: #36414b;
}

.home-page .tech-unit {
  min-width: 54px;
  display: grid;
  justify-items: center;
  gap: 2px;
}

.home-page .tech-unit img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.home-page .tech-unit:nth-of-type(3) img {
  width: 40px;
}

.home-page .tech-unit:nth-of-type(4) img {
  width: 22px;
}

.home-page .tech-unit b {
  font-size: .64rem;
  font-weight: 400;
  letter-spacing: -.02em;
}

.home-page .flow-chevron {
  width: 43px;
  max-width: 100%;
}

.home-page .project-caption {
  height: 38px;
  margin: 0;
  padding: 10px 8px 0;
  color: #aeb9c5;
  font-size: .84rem;
  line-height: 1.35;
}

.home-page .brows-preview {
  display: block;
  height: 219px;
  overflow: hidden;
  background: #f7f6f3;
}

.home-page .brows-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-page .engagements {
  min-height: 56px;
  grid-template-columns: auto 1fr;
  gap: 30px;
  margin-top: 14px;
  padding: 9px 20px;
  border-color: #36414b;
  border-radius: 5px;
}

.home-page .engagements__label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .68rem;
  letter-spacing: .02em;
}

.home-page .engagements__label img {
  width: 27px;
  height: 27px;
}

.home-page .engagements__links {
  gap: 0;
}

.home-page .engagements__links a {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  font-size: .7rem;
  letter-spacing: .025em;
  white-space: nowrap;
}

.home-page .engagements__links a:not(:last-child)::after {
  content: "/";
  margin-inline: 34px;
  color: var(--orange);
  font-size: 1rem;
  font-weight: 600;
}

.home-page .career-section {
  margin-top: 0;
  padding-top: 48px;
}

@media (min-width: 901px) {
  .home-page .project-grid {
    grid-template-columns: 1.13fr 1fr;
  }
}

@media (max-width: 1120px) and (min-width: 901px) {
  .home-page .hero-stage {
    min-height: 470px;
  }

  .home-page .hero-copy {
    width: 58%;
    padding: 48px;
  }

  .home-page .hero h1 {
    font-size: 3rem;
  }

  .home-page .engagements__links a:not(:last-child)::after {
    margin-inline: 20px;
  }
}

@media (max-width: 900px) and (min-width: 761px) {
  .home-page .hero {
    padding-block: 32px 20px;
  }

  .home-page .hero-stage {
    min-height: 440px;
  }

  .home-page .hero-copy {
    width: 62%;
    padding: 38px;
  }

  .home-page .project-card {
    height: auto;
  }

  .home-page .engagements {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .home-page .shell {
    width: min(calc(100% - 28px), 1312px);
  }

  .home-page .header-inner {
    min-height: 64px;
  }

  .home-page .wordmark {
    gap: 6px;
    font-size: .92rem;
  }

  .home-page .wordmark small {
    font-size: .58rem;
  }

  .home-page .site-nav {
    inset: 64px 0 auto;
  }

  .home-page .status-strip__inner {
    min-height: 34px;
    gap: 8px;
    font-size: .51rem;
    white-space: nowrap;
  }

  .home-page .status-strip__inner .mono {
    display: inline;
  }

  .home-page .status-dot {
    width: 8px;
    height: 8px;
  }

  .home-page .hero {
    min-height: 0;
    padding-block: 20px 12px;
  }

  .home-page .hero-stage {
    min-height: 0;
    display: block;
    overflow: hidden;
  }

  .home-page .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 72vw;
    min-height: 220px;
    max-height: 290px;
  }

  .home-page .hero-portrait {
    object-position: 72% 20%;
  }

  .home-page .hero-stage__shade {
    background: linear-gradient(0deg, rgba(5, 10, 16, .36), transparent 45%);
  }

  .home-page .hero-copy {
    width: 100%;
    padding: 22px 18px 20px;
    border-top: 1px solid #39434d;
    background: linear-gradient(150deg, rgba(18, 25, 32, .98), rgba(9, 14, 19, .99));
  }

  .home-page .hero h1 {
    margin-bottom: 10px;
    font-size: clamp(1.9rem, 8.7vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: -.04em;
  }

  .home-page .hero-lede {
    margin-bottom: 14px;
    font-size: .83rem;
    line-height: 1.48;
  }

  .home-page .button-row {
    display: grid;
    gap: 7px;
  }

  .home-page .button,
  .home-page .button--secondary {
    width: 100%;
    min-height: 40px;
    padding-inline: 22px 15px;
    font-size: .66rem;
  }

  .home-page .button img {
    width: 16px;
    height: 16px;
  }

  .home-page .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .home-page .metric-card {
    min-height: 72px;
    padding: 9px 11px 8px;
    border-radius: 4px;
  }

  .home-page .metric-card::after {
    width: 6px;
    height: 6px;
    top: 10px;
    right: 10px;
  }

  .home-page .metric-value {
    font-size: 1.9rem;
  }

  .home-page .metric-icon {
    width: 38px;
    height: 25px;
  }

  .home-page .metric-card p {
    margin-top: 4px;
    font-size: .48rem;
  }

  .home-page .project-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home-page .project-card {
    height: auto;
    padding: 7px;
    border-radius: 4px;
  }

  .home-page .card-label {
    min-height: 31px;
    padding: 0 4px 7px;
    font-size: .59rem;
  }

  .home-page .heartbridge-preview {
    height: 145px;
  }

  .home-page .tech-flow {
    min-height: 62px;
    padding: 7px 8px 5px;
    grid-template-columns: auto minmax(14px, 1fr) auto minmax(14px, 1fr) auto minmax(14px, 1fr) auto;
    gap: 5px;
  }

  .home-page .tech-unit {
    min-width: 44px;
  }

  .home-page .tech-unit img {
    width: 29px;
    height: 29px;
  }

  .home-page .tech-unit:nth-of-type(3) img {
    width: 32px;
  }

  .home-page .tech-unit:nth-of-type(4) img {
    width: 18px;
  }

  .home-page .tech-unit b {
    font-size: .51rem;
  }

  .home-page .flow-chevron {
    width: 28px;
  }

  .home-page .project-caption {
    height: auto;
    min-height: 38px;
    padding: 9px 5px 3px;
    font-size: .69rem;
  }

  .home-page .brows-preview {
    height: 185px;
  }

  .home-page .engagements {
    grid-template-columns: 1fr;
    gap: 8px;
    min-height: 0;
    padding: 12px;
  }

  .home-page .engagements__links {
    display: grid;
    gap: 8px;
  }

  .home-page .engagements__links a {
    font-size: .59rem;
  }

  .home-page .engagements__links a:not(:last-child)::after {
    display: none;
  }

  .home-page .career-section {
    margin-top: 0;
    padding-top: 42px;
  }
}

/* Leading Telehealth case file — matched to the approved Operator Console plate. */
.telehealth-page {
  background:
    radial-gradient(circle at 82% 28%, rgba(255, 74, 31, .035), transparent 27rem),
    #0a0f14;
  font-synthesis: none;
}

.telehealth-page::before {
  opacity: .035;
  background-size: 44px 44px;
}

.telehealth-page .shell {
  width: min(calc(100% - 64px), 1016px);
}

.telehealth-page .site-header {
  position: relative;
  background: rgba(7, 12, 17, .97);
  backdrop-filter: none;
}

.telehealth-page .header-inner {
  min-height: 68px;
}

.telehealth-page .wordmark {
  gap: 8px;
  font-size: 1.17rem;
  font-weight: 700;
  letter-spacing: .012em;
}

.telehealth-page .wordmark i {
  font-size: 1.1em;
  letter-spacing: -.18em;
}

.telehealth-page .wordmark small {
  font-size: .78rem;
  font-weight: 500;
}

.telehealth-page .site-nav {
  gap: 42px;
  font-size: .7rem;
}

.telehealth-page .button--small {
  min-width: 104px;
  min-height: 42px;
  padding-inline: 20px;
  border-radius: 3px;
  font-size: .7rem;
}

.telehealth-page .status-strip__inner {
  min-height: 34px;
  gap: 10px;
  font-family: var(--mono);
  font-size: .67rem;
  letter-spacing: .02em;
}

.telehealth-page .status-dot {
  width: 9px;
  height: 9px;
  box-shadow: 0 0 12px rgba(140, 225, 180, .2);
}

.telehealth-page .case-main {
  padding-bottom: 10px;
}

.telehealth-page .case-hero {
  display: block;
  padding-block: 18px 16px;
}

.telehealth-page .case-meta {
  gap: 14px 28px;
  margin-bottom: 8px;
  font-size: .68rem;
}

.telehealth-page .case-hero h1 {
  max-width: 720px;
  margin-bottom: 6px;
  font-size: 3.15rem;
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.02em;
}

.telehealth-page .case-hero__copy > p {
  max-width: 520px;
  color: #aeb9c5;
  font-size: 1.06rem;
  line-height: 1.36;
}

.telehealth-page .case-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 9px;
}

.telehealth-page .case-metrics .case-metric {
  min-width: 0;
  min-height: 96px;
  padding: 14px 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  border-color: #36414b;
  border-radius: 5px;
}

.telehealth-page .case-metric > img {
  width: 53px;
  height: 53px;
  flex: 0 0 53px;
  object-fit: contain;
}

.telehealth-page .case-metric:nth-child(3) > img {
  height: 42px;
}

.telehealth-page .case-metric > div {
  min-width: 0;
  display: grid;
  gap: 7px;
}

.telehealth-page .case-metrics .case-metric strong {
  color: #e6e5df;
  font-family: var(--mono);
  font-size: .78rem;
  font-weight: 400;
  line-height: 1.15;
  text-transform: uppercase;
}

.telehealth-page .case-metrics .case-metric span {
  font-size: .55rem;
  line-height: 1.35;
}

.telehealth-page .case-metric span b {
  color: var(--orange);
}

.telehealth-page .case-metrics .case-metric--number {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
}

.telehealth-page .case-metrics .case-metric--number strong {
  color: var(--orange);
  font-family: var(--display);
  font-size: 2.55rem;
  font-weight: 700;
  letter-spacing: -.045em;
}

.telehealth-page .case-content-grid {
  height: 170px;
  grid-template-columns: 1.72fr 1fr;
  gap: 14px;
}

.telehealth-page .case-panel,
.telehealth-page .impact-panel,
.telehealth-page .case-pager {
  border-color: #36414b;
  border-radius: 5px;
}

.telehealth-page .case-panel {
  height: 170px;
  padding: 10px 14px 12px;
}

.telehealth-page .card-label {
  min-height: 23px;
  padding: 0 2px 6px;
  gap: 9px;
  font-size: .68rem;
}

.telehealth-page .system-flow {
  min-height: 124px;
  grid-template-columns: minmax(52px, auto) minmax(28px, 1fr) minmax(52px, auto) minmax(28px, 1fr) minmax(52px, auto) minmax(28px, 1fr) minmax(52px, auto) minmax(28px, 1fr) minmax(52px, auto);
  gap: 7px;
}

.telehealth-page .system-flow div {
  min-width: 52px;
  gap: 5px;
}

.telehealth-page .system-flow div > img {
  width: 50px;
  height: 49px;
  object-fit: contain;
}

.telehealth-page .system-flow div:nth-of-type(2) > img,
.telehealth-page .system-flow div:nth-of-type(4) > img {
  width: 54px;
}

.telehealth-page .system-flow span {
  font-size: .58rem;
  line-height: 1.3;
}

.telehealth-page .system-flow i {
  min-width: 0;
  display: grid;
  place-items: center;
}

.telehealth-page .system-flow i img {
  width: 100%;
  max-width: 38px;
  height: 16px;
}

.telehealth-page .ownership-list {
  margin-top: 0;
}

.telehealth-page .ownership-list li {
  min-height: 32px;
  padding-block: 2px;
  gap: 10px;
  font-size: .77rem;
}

.telehealth-page .ownership-list img {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
}

.telehealth-page .impact-panel {
  height: 80px;
  margin-top: 14px;
  padding: 10px 14px 10px;
}

.telehealth-page .impact-panel__items span {
  min-height: 43px;
  gap: 14px;
  font-size: .8rem;
}

.telehealth-page .impact-panel__items img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.telehealth-page .case-pager {
  min-height: 54px;
  margin-top: 14px;
  padding-inline: 24px;
  font-size: .7rem;
  letter-spacing: .04em;
}

.telehealth-page .case-pager a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.telehealth-page .case-pager a:last-child span {
  color: var(--mint);
}

.telehealth-page .case-pager img {
  width: 30px;
  height: 16px;
}

.telehealth-page .site-footer,
.telehealth-page .mobile-case-contact {
  display: none;
}

@media (max-width: 760px) {
  .telehealth-page .shell {
    width: min(calc(100% - 28px), 1016px);
  }

  .telehealth-page .header-inner {
    min-height: 64px;
  }

  .telehealth-page .wordmark {
    gap: 6px;
    font-size: .92rem;
  }

  .telehealth-page .wordmark small {
    font-size: .58rem;
  }

  .telehealth-page .site-nav {
    inset: 64px 0 auto;
  }

  .telehealth-page .status-strip__inner {
    min-height: 34px;
    gap: 7px;
    font-size: .5rem;
    white-space: nowrap;
  }

  .telehealth-page .status-strip__inner .mono {
    display: inline;
  }

  .telehealth-page .status-dot {
    width: 8px;
    height: 8px;
  }

  .telehealth-page .case-main {
    padding-bottom: 12px;
  }

  .telehealth-page .case-hero {
    padding-block: 15px 10px;
  }

  .telehealth-page .case-meta {
    display: grid;
    gap: 3px;
    margin-bottom: 8px;
    font-size: .59rem;
  }

  .telehealth-page .case-hero h1 {
    max-width: 100%;
    margin-bottom: 8px;
    font-size: clamp(1.9rem, 9.4vw, 2.25rem);
    line-height: 1.07;
    letter-spacing: -.038em;
  }

  .telehealth-page .case-hero__copy > p {
    font-size: .81rem;
    line-height: 1.4;
  }

  .telehealth-page .case-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin-top: 10px;
  }

  .telehealth-page .case-metrics .case-metric {
    min-height: 85px;
    padding: 10px 11px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    border-radius: 4px;
  }

  .telehealth-page .case-metric > img {
    width: 34px;
    height: 30px;
    flex-basis: 30px;
  }

  .telehealth-page .case-metric:nth-child(3) > img {
    height: 27px;
  }

  .telehealth-page .case-metric > div {
    gap: 3px;
  }

  .telehealth-page .case-metrics .case-metric strong {
    font-size: .64rem;
  }

  .telehealth-page .case-metrics .case-metric span {
    font-size: .47rem;
  }

  .telehealth-page .case-metrics .case-metric--number strong {
    font-size: 1.9rem;
  }

  .telehealth-page .case-content-grid {
    height: auto;
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .telehealth-page .case-panel {
    height: auto;
    padding: 8px 10px 9px;
  }

  .telehealth-page .card-label {
    min-height: 22px;
    padding-bottom: 5px;
    font-size: .58rem;
  }

  .telehealth-page .system-flow {
    min-height: 52px;
    padding: 0;
    grid-template-columns: minmax(25px, auto) minmax(12px, 1fr) minmax(25px, auto) minmax(12px, 1fr) minmax(25px, auto) minmax(12px, 1fr) minmax(25px, auto) minmax(12px, 1fr) minmax(25px, auto);
    gap: 3px;
  }

  .telehealth-page .system-flow div {
    min-width: 25px;
    gap: 0;
  }

  .telehealth-page .system-flow div > img,
  .telehealth-page .system-flow div:nth-of-type(2) > img,
  .telehealth-page .system-flow div:nth-of-type(4) > img {
    width: 29px;
    height: 29px;
  }

  .telehealth-page .system-flow span {
    display: none;
  }

  .telehealth-page .system-flow i {
    transform: none;
  }

  .telehealth-page .system-flow i img {
    width: 100%;
    max-width: 19px;
  }

  .telehealth-page .ownership-list li {
    min-height: 29px;
    padding-block: 2px;
    gap: 9px;
    font-size: .68rem;
  }

  .telehealth-page .ownership-list img {
    width: 18px;
    height: 18px;
    flex-basis: 18px;
  }

  .telehealth-page .impact-panel {
    width: 100%;
    height: auto;
    margin-top: 8px;
    padding: 8px 10px 9px;
    display: block;
  }

  .telehealth-page .impact-panel__items {
    grid-template-columns: 1fr;
  }

  .telehealth-page .impact-panel__items span {
    min-height: 39px;
    justify-content: flex-start;
    gap: 11px;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
    font-size: .68rem;
  }

  .telehealth-page .impact-panel__items span:last-child {
    border-bottom: 0;
  }

  .telehealth-page .impact-panel__items img {
    width: 27px;
    height: 27px;
  }

  .telehealth-page .case-pager {
    width: 100%;
    min-height: 50px;
    margin-top: 8px;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    font-size: .52rem;
  }

  .telehealth-page .case-pager a {
    gap: 6px;
    white-space: nowrap;
  }

  .telehealth-page .case-pager img {
    width: 19px;
    height: 12px;
  }

  .telehealth-page .mobile-case-contact {
    width: 100%;
    min-height: 40px;
    margin-top: 8px;
    display: inline-flex;
    border-radius: 3px;
    font-size: .68rem;
  }
}

/* Final case-file rhythm and pager alignment overrides. */
.heartbridge-page .pager-label--short {
  display: none;
}

.heartbridge-page .hb-duo,
.webbirdie-page .wb-duo {
  margin-top: 16px;
}

.heartbridge-page .hb-stack,
.webbirdie-page .wb-stack,
.heartbridge-page .case-pager,
.webbirdie-page .case-pager {
  margin-top: 16px;
}

@media (max-width: 760px) {
  .heartbridge-page .pager-label--full {
    display: none;
  }

  .heartbridge-page .pager-label--short {
    display: inline;
  }

  .heartbridge-page .hb-duo,
  .webbirdie-page .wb-duo {
    gap: 14px;
    margin-top: 14px;
  }

  .heartbridge-page .hb-stack,
  .webbirdie-page .wb-stack,
  .heartbridge-page .case-pager,
  .webbirdie-page .case-pager {
    margin-top: 14px;
  }

  .webbirdie-page .wb-metrics {
    margin-bottom: 14px;
  }

  .heartbridge-page .case-pager,
  .webbirdie-page .case-pager {
    padding: 9px 11px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
  }

  .heartbridge-page .case-pager a,
  .webbirdie-page .case-pager a {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
  }

  .heartbridge-page .case-pager a:last-child,
  .webbirdie-page .case-pager a:last-child {
    margin-left: auto;
    justify-content: flex-end;
    text-align: right;
  }

  .webbirdie-page .wb-mini-flow {
    width: 100%;
    grid-template-columns: minmax(52px, .8fr) 16px minmax(76px, 1.2fr) 16px minmax(70px, 1fr);
    gap: 4px;
  }

  .webbirdie-page .wb-mini-flow > span {
    min-width: 0;
    width: 100%;
    justify-content: center;
  }

  .webbirdie-page .wb-mini-flow > i {
    width: 16px;
  }

  .webbirdie-page .wb-mini-flow > i img {
    width: 16px;
    max-width: 16px;
  }

  .webbirdie-page .wb-cloud-pair {
    width: 50px;
    display: flex;
    justify-content: center;
    gap: 4px;
  }

  .webbirdie-page .wb-mini-flow span b {
    max-width: 100%;
    font-size: .43rem;
    line-height: 1.15;
    text-align: center;
    white-space: nowrap;
  }
}

/* WebBirdie architecture rail: balanced inside its half-width desktop panel. */
.webbirdie-page .wb-duo .case-panel {
  height: 112px;
}

.webbirdie-page .wb-mini-flow {
  width: 100%;
  height: 59px;
  padding-inline: 10px;
  grid-template-columns: minmax(62px, .9fr) 24px minmax(98px, 1.35fr) 24px minmax(88px, 1.15fr);
  gap: 6px;
}

.webbirdie-page .wb-mini-flow > span {
  min-width: 0;
  width: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 2px;
}

.webbirdie-page .wb-mini-flow > span > img {
  width: 34px;
  height: 34px;
}

.webbirdie-page .wb-mini-flow > i {
  width: 24px;
  display: grid;
  place-items: center;
}

.webbirdie-page .wb-mini-flow > i img {
  width: 24px;
  max-width: 24px;
}

.webbirdie-page .wb-mini-flow span b {
  max-width: 100%;
  font-size: .5rem;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.webbirdie-page .wb-cloud-pair {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.webbirdie-page .wb-mini-flow .wb-cloud-pair img {
  width: 29px;
  height: 29px;
}

.webbirdie-page .wb-mini-flow .wb-cloud-pair img:last-child {
  width: 19px;
}

@media (max-width: 760px) {
  .webbirdie-page .wb-duo .case-panel {
    height: auto;
  }

  .webbirdie-page .wb-mini-flow {
    height: 58px;
    padding-inline: 6px;
    grid-template-columns: minmax(52px, .8fr) 16px minmax(76px, 1.2fr) 16px minmax(70px, 1fr);
    gap: 4px;
  }

  .webbirdie-page .wb-mini-flow > i,
  .webbirdie-page .wb-mini-flow > i img {
    width: 16px;
    max-width: 16px;
  }

  .webbirdie-page .wb-mini-flow span b {
    font-size: .43rem;
  }
}

/* Shared page footer and mobile case-file contact actions. */
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > main {
  flex: 1 0 auto;
}

.site-footer {
  flex: 0 0 auto;
  margin-top: auto;
}

.telehealth-page .site-footer,
.heartbridge-page .site-footer,
.webbirdie-page .site-footer {
  display: block;
}

.telehealth-page .reveal {
  opacity: 1;
  transform: none;
}

.heartbridge-page .mobile-case-contact,
.webbirdie-page .mobile-case-contact {
  display: none;
}

@media (max-width: 760px) {
  .telehealth-page .mobile-case-contact,
  .heartbridge-page .mobile-case-contact,
  .webbirdie-page .mobile-case-contact {
    width: 100%;
    min-height: 40px;
    margin-top: 14px;
    display: inline-flex;
    border-radius: 3px;
    font-size: .68rem;
  }

  .telehealth-page .site-footer,
  .heartbridge-page .site-footer,
  .webbirdie-page .site-footer {
    padding-block: 18px;
  }

  .home-page .site-header,
  .telehealth-page .site-header,
  .heartbridge-page .site-header,
  .webbirdie-page .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
