/* How We Work, Our Team, Free Consultation. Builds on home.css + process.css tokens. */

/* Clean replaceable placeholders (photos, screenshots) */
.phbox { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 100%; aspect-ratio: 4 / 5; background: #e4dfd5; border: 1px dashed #b9b2a4; text-align: center; padding: 24px; }
.phbox--wide { aspect-ratio: 16 / 10; }
.phbox__k { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #8a8478; }
.phbox__n { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(22px, 2vw, 30px); line-height: 1; color: #6f695e; }
.phbox__s { font-size: 14px; color: #8a8478; }

/* Free Consultation: credibility strip */
.cred { background: var(--black); color: #fff; border-top: 1px solid #262522; }
.cred__row { display: grid; grid-template-columns: repeat(4, 1fr); }
.cred__i { padding: 30px 28px 32px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.12; letter-spacing: 0.01em; color: #fff; }
.cred__i:first-child { padding-left: 0; }
.cred__i + .cred__i { border-left: 1px solid #2c2b28; }
.cred__ph { color: #a9a499; }
.cred__y { color: var(--yellow); }

/* Free Consultation: form section */
.fc { padding-block: 96px; }
.fc__grid { display: grid; grid-template-columns: 5fr 7fr; column-gap: 72px; align-items: start; }
.fc__lead { position: sticky; top: 120px; }
.fc .field textarea { min-height: 200px; }
.fc__note { text-align: center; margin-top: 16px; }

/* Our Team: editorial profiles */
.tm { padding-block: 96px; }
.tm__list { display: grid; gap: 112px; }
.tm-p { display: grid; grid-template-columns: 5fr 7fr; column-gap: 80px; align-items: end; }
.tm-p--flip .tm-p__media { order: 2; }
.tm-p__media img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.tm-p__body { padding-bottom: 8px; max-width: 620px; }
.tm-p__name { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(56px, 6vw, 96px); line-height: 0.9; letter-spacing: -0.045em; color: var(--ink); }
.tm-p__title { margin-top: 18px; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink); padding-left: 16px; border-left: 3px solid var(--yellow); }
.tm-p__bio { margin-top: 32px; display: grid; gap: 14px; font-size: 18px; line-height: 1.5; color: var(--ink-2); }
.tm-p__ph { color: #8a8478; }
.tm-p__li { display: inline-block; margin-top: 28px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--yellow); padding-bottom: 3px; }
.tm-p__li:hover { color: var(--yellow-2); }

/* How We Work: one continuous process */
.hw { padding-block: 96px; }
.hw-flow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.hw-flow::before { content: ''; position: absolute; left: 0; right: 0; top: 7px; height: 2px; background: var(--ink); }
.hw-step { position: relative; padding: 44px 36px 0 0; }
.hw-step::before { content: ''; position: absolute; left: 0; top: 0; width: 16px; height: 16px; background: var(--yellow); }
.hw-step__n { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; color: var(--muted); }
.hw-step__h { margin-top: 10px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(30px, 2.6vw, 40px); line-height: 0.95; letter-spacing: -0.03em; color: var(--ink); }
.hw-step__p { margin-top: 14px; font-size: 17px; line-height: 1.5; color: var(--ink-2); max-width: 280px; }
.hw-step__p + .hw-step__p { margin-top: 10px; }

/* How We Work: software */
.hw-soft { padding-block: 96px; }
.hw-soft__eb { color: var(--yellow-2); }
.hw-soft__top { align-items: end; }
.hw-areas { margin-top: 64px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px 48px; }
.hw-area__h { margin-top: 22px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(22px, 1.8vw, 26px); line-height: 1.05; color: var(--ink); }
.hw-area__p { margin-top: 8px; font-size: 17px; line-height: 1.5; color: var(--ink-2); max-width: 520px; }
.hw-close { margin-top: 80px; padding-top: 40px; border-top: 1px solid #d6d0c5; }

@media (max-width: 1100px) {
  .fc__grid { grid-template-columns: 1fr; row-gap: 48px; }
  .fc__lead { position: static; }
  .tm-p { column-gap: 48px; }
  .hw-flow { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .hw-flow::before { display: none; }
  .hw-step { border-top: 2px solid var(--ink); }
  .hw-step::before { top: -9px; }
  .cred__row { grid-template-columns: 1fr 1fr; }
  .cred__i:nth-child(3) { padding-left: 0; border-left: 0; }
  .cred__i:nth-child(n+3) { border-top: 1px solid #2c2b28; }
}
@media (max-width: 900px) {
  .tm-p { grid-template-columns: 1fr; row-gap: 32px; }
  .tm-p--flip .tm-p__media { order: 0; }
  .tm-p__media { max-width: 520px; }
  .tm__list { gap: 80px; }
  .hw-areas { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .fc, .tm, .hw, .hw-soft { padding-block: 72px; }
  .cred__row { grid-template-columns: 1fr; }
  .cred__i, .cred__i:first-child { padding: 20px 0; border-left: 0; }
  .cred__i + .cred__i { border-left: 0; border-top: 1px solid #2c2b28; }
  .hw-flow { grid-template-columns: 1fr; row-gap: 0; padding-left: 28px; border-left: 2px solid var(--ink); margin-left: 7px; }
  .hw-step { border-top: 0; padding: 0 0 40px; }
  .hw-step:last-child { padding-bottom: 0; }
  .hw-step::before { left: -37px; top: 2px; }
  .hw-step__p { max-width: none; }
  .tm-p__name { font-size: clamp(48px, 14vw, 64px); }
  .hw-close { margin-top: 56px; }
}
.tm-p--flip { grid-template-columns: 7fr 5fr; }
.tm-p--flip .tm-p__body { justify-self: start; }
.pg-tm .pp-hero__sub { max-width: 640px; }
@media (max-width: 900px) { .tm-p--flip { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .fc .btn--lg { padding: 0 16px; font-size: 15px; white-space: nowrap; } }

/* How We Work: real product screenshots (from simplegenius.com), copy beside image, alternating */
.hw-feats { margin-top: 72px; display: grid; gap: 96px; }
.hw-feat { display: grid; grid-template-columns: 4fr 8fr; column-gap: 64px; align-items: center; }
.hw-feat--flip { grid-template-columns: 8fr 4fr; }
.hw-feat--flip .hw-feat__copy { order: 2; }
.hw-feat__n { font-size: 13px; font-weight: 700; letter-spacing: 0.14em; color: var(--muted); }
.hw-feat__h { margin-top: 10px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(30px, 2.8vw, 42px); line-height: 0.95; letter-spacing: -0.03em; color: var(--ink); padding-left: 16px; border-left: 3px solid var(--yellow); }
.hw-feat__p { margin-top: 18px; font-size: 18px; line-height: 1.5; color: var(--ink-2); max-width: 380px; }
.hw-feat__shot { margin: 0; background: #fff; border: 1px solid #d6d0c5; box-shadow: 0 18px 40px -24px rgba(17, 17, 16, 0.28); }
.hw-feat__shot img { display: block; width: 100%; height: auto; }
@media (max-width: 1100px) { .hw-feat, .hw-feat--flip { column-gap: 40px; } }
@media (max-width: 900px) {
  .hw-feats { margin-top: 56px; gap: 64px; }
  .hw-feat, .hw-feat--flip { grid-template-columns: 1fr; row-gap: 24px; }
  .hw-feat--flip .hw-feat__copy { order: 0; }
  .hw-feat__p { max-width: 560px; }
}

/* How We Work: compact hero, process visible on first screen */
.pg-hw .pp-hero { height: 320px; padding: 92px 0 0; display: flex; align-items: center; }
.pg-hw .pp-hero > .ctr { width: 100%; }
.pg-hw .hw-hero__h { margin-top: 14px; font-size: clamp(30px, 3.3vw, 48px); line-height: 1; letter-spacing: -0.035em; white-space: nowrap; }
.pg-hw .hw { padding-block: 56px 96px; }
@media (max-width: 900px) {
  .pg-hw .pp-hero { height: auto; padding: 124px 0 48px; }
  .pg-hw .hw-hero__h { white-space: normal; font-size: clamp(30px, 8.4vw, 44px); }
  .pg-hw .hw { padding-top: 48px; }
}

/* How We Work: centered software intro */
.pg-hw .hw-soft { padding-top: 100px; }
.hw-intro { max-width: 900px; margin: 0 auto; text-align: center; }
.hw-intro__eb { font-size: 15px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--yellow-2); }
.hw-intro__h { margin-top: 18px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(40px, 4.3vw, 62px); line-height: 0.96; letter-spacing: -0.035em; color: var(--ink); }
.hw-intro__h > span { display: block; white-space: nowrap; }
.hw-intro__p { max-width: 760px; margin: 26px auto 0; font-size: clamp(19px, 1.5vw, 21px); line-height: 1.5; color: var(--ink-2); }
.pg-hw .hw-intro + .hw-feats { margin-top: 96px; }
@media (max-width: 900px) {
  .pg-hw .hw-soft { padding-top: 72px; }
  .pg-hw .hw-intro + .hw-feats { margin-top: 64px; }
}
@media (max-width: 600px) {
  .hw-intro__h { font-size: clamp(30px, 8.6vw, 40px); }
  .hw-intro__h > span { white-space: normal; }
  .hw-intro__eb { font-size: 13px; }
}
.hw-intro > * { margin-left: auto; margin-right: auto; }
/* How We Work hero: single centered headline */
.pg-hw .pp-hero > .hw-hero__ctr { max-width: 1440px; padding-inline: 40px; text-align: center; }
.pg-hw .pp-hero .hw-hero__h { margin: 0 auto; font-size: clamp(34px, 4.55vw, 70px); line-height: 1; max-width: none; }
@media (max-width: 900px) {
  .pg-hw .pp-hero > .hw-hero__ctr { padding-inline: 22px; }
  .pg-hw .pp-hero .hw-hero__h { font-size: clamp(32px, 8.4vw, 46px); }
}
/* Software section: tighter top, centered closing */
.pg-hw .hw-soft { padding-top: 64px; padding-bottom: 120px; }
.hw-intro__h { margin-top: 0; }
.hw-intro__p { margin-top: 24px; }
.pg-hw .hw-intro + .hw-feats { margin-top: 60px; }
.pg-hw .hw-close { max-width: 900px; margin: 120px auto 0; padding-top: 0; border-top: 0; text-align: center; font-size: clamp(30px, 3.2vw, 46px); line-height: 1; }
@media (max-width: 900px) {
  .pg-hw .hw-soft { padding-top: 56px; padding-bottom: 80px; }
  .pg-hw .hw-intro + .hw-feats { margin-top: 48px; }
  .pg-hw .hw-close { margin-top: 80px; font-size: clamp(28px, 7.6vw, 38px); }
}
/* Software section: thesis as headline, tight bottom */
.hw-intro:has(.hw-intro__h--thesis) { max-width: 1000px; }
.hw-intro__h--thesis { font-size: clamp(36px, 3.9vw, 56px); }
.pg-hw .hw-soft { padding-top: 64px; padding-bottom: 72px; }
.pg-hw .hw-intro__p { margin-top: 26px; }
.pg-hw .hw-intro + .hw-feats { margin-top: 64px; }
@media (max-width: 900px) { .pg-hw .hw-soft { padding-top: 56px; padding-bottom: 64px; } }
@media (max-width: 600px) { .hw-intro__h--thesis { font-size: clamp(28px, 7.6vw, 38px); } }

/* Our Team: compact hero matching How We Work */
.pg-tm .pp-hero { height: 320px; padding: 92px 0 0; display: flex; align-items: center; }
.pg-tm .pp-hero > .tm-hero__ctr { width: 100%; max-width: 1440px; padding-inline: 40px; text-align: center; }
.pg-tm .tm-hero__h { margin: 0 auto; font-size: clamp(34px, 4.55vw, 68px); line-height: 1; letter-spacing: -0.035em; white-space: nowrap; }
.pg-tm .tm-hero__sub { max-width: 760px; margin: 24px auto 0; font-size: clamp(18px, 1.4vw, 20px); line-height: 1.45; color: #cfcbc2; }
/* Team profiles: text starts at top of image */
.pg-tm .tm { padding-block: 72px 96px; }
.pg-tm .tm__list { gap: 96px; }
.pg-tm .tm-p { align-items: start; column-gap: 72px; }
.pg-tm .tm-p__body { padding: 0; }
.pg-tm .tm-p__name { font-size: clamp(40px, 4.2vw, 60px); line-height: 0.92; margin-top: 0; }
.pg-tm .tm-p__title { margin-top: 16px; }
.pg-tm .tm-p__bio { margin-top: 24px; max-width: 520px; }
@media (max-width: 900px) {
  .pg-tm .pp-hero { height: auto; padding: 124px 0 52px; }
  .pg-tm .pp-hero > .tm-hero__ctr { padding-inline: 22px; }
  .pg-tm .tm-hero__h { white-space: normal; font-size: clamp(32px, 8.4vw, 46px); }
  .pg-tm .tm-hero__sub { font-size: 18px; }
  .pg-tm .tm { padding-block: 56px 72px; }
  .pg-tm .tm__list { gap: 72px; }
  .pg-tm .tm-p { row-gap: 28px; }
  .pg-tm .tm-p__name { font-size: clamp(38px, 10.5vw, 52px); }
}
.nowrap { white-space: nowrap; }
/* Our Team: three-column row */
.pg-tm .tm { padding-block: 72px 96px; }
.tm-row { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 40px; align-items: start; }
.tm-c { min-width: 0; }
.tm-c__img { display: block; width: 100%; max-width: 380px; aspect-ratio: 4 / 5; height: auto; object-fit: cover; object-position: 50% 20%; filter: grayscale(1); background: #d9d4ca; }
.tm-c__name { margin-top: 20px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px, 2.1vw, 30px); line-height: 1; letter-spacing: -0.02em; color: var(--ink); }
.tm-c__title { margin-top: 6px; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.tm-c__bio { margin-top: 16px; max-width: 380px; font-size: 17px; line-height: 1.55; color: var(--ink-2); }
@media (max-width: 1024px) { .tm-row { column-gap: 32px; } .tm-c__bio { font-size: 16px; } }
@media (max-width: 800px) {
  .tm-row { grid-template-columns: 1fr; row-gap: 64px; max-width: 480px; }
  .tm-c__img, .tm-c__bio { max-width: none; }
  .pg-tm .tm { padding-block: 56px 72px; }
}
/* Free Consultation: adapted from simplegenius.com/talk */
.pg-fc .fc-hero { height: 324px; padding: 92px 0 0; display: flex; align-items: center; }
.pg-fc .fc-hero > .fc-hero__ctr { width: 100%; max-width: 1440px; padding-inline: 40px; text-align: center; }
.pg-fc .fc-hero .fc-hero__h { margin: 0 auto; max-width: none; font-size: clamp(34px, 4.6vw, 68px); line-height: 1; white-space: nowrap; }
.pg-fc .fc { padding-block: 58px 72px; }
.fc__card { max-width: 720px; margin: 0 auto; background: #fff; border-radius: 12px; box-shadow: 0 20px 50px rgba(20, 18, 14, 0.10); padding: 48px 49px 44px; }
.fc__card .form { max-width: none; }
.fc__intro { text-align: center; margin-bottom: 40px; }
.fc__h { font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: clamp(26px, 2.3vw, 34px); line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); }
.fc__body { margin: 18px auto 0; max-width: 580px; font-size: 18px; line-height: 1.55; color: var(--ink-2); }
.fc__free { margin-top: 16px; font-size: 15px; font-weight: 700; color: var(--ink); }
.fc__card .field label { font-size: 16px; font-weight: 600; }
.fc__card .field input, .fc__card .field select { height: 50px; }
.fc__hint { margin-top: 8px; font-size: 14px; color: var(--muted); }
.fc__submit { margin-top: 18px; }
.fc__note { text-align: left; margin-top: 18px; }
@media (max-width: 900px) {
  .pg-fc .fc-hero { height: auto; padding: 124px 0 52px; }
  .pg-fc .fc-hero .fc-hero__h { white-space: normal; font-size: clamp(32px, 8.4vw, 46px); }
  .pg-fc .fc-hero > .fc-hero__ctr { padding-inline: 22px; }
}
@media (max-width: 600px) {
  .pg-fc .fc { padding-block: 28px 56px; }
  .fc__card { padding: 32px 20px 28px; border-radius: 10px; }
  .fc__body { font-size: 17px; }
}
.fc__card .form { border: 0; padding: 0; background: none; box-shadow: none; border-radius: 0; }
.fc__card .field input, .fc__card .field select { background-color: #f4f2ef; border-color: #d8d3ca; border-radius: 4px; }
@media (max-width: 600px) { .fc__card .form { padding: 0; } }

/* ===== How We Work: process section, Sept 23 2026 ===== */
/* Hero */
.pg-hw .pp-hero.pp-hero { height: 290px; padding: 92px 0 0; display: flex; align-items: center; }
.pg-hw .pp-hero .hw-hero__h { margin: 0; text-align: center; font-size: clamp(60px, 5vw, 72px); line-height: 0.95; letter-spacing: -0.035em; white-space: nowrap; }
.pg-hw .pp-hero .hw-hero__h > span { display: inline; }

/* Shared */
.hwp { padding: 90px 0 100px; }
.hwp-wrap { width: calc(100% - 80px); max-width: 1280px; margin: 0 auto; }
.hwp-flow { list-style: none; margin: 0; padding: 0; position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hwp-step { position: relative; display: flex; flex-direction: column; padding-top: 46px; }
.hwp-mk { position: absolute; z-index: 2; top: 0; left: 50%; width: 20px; height: 20px; margin-left: -10px; background: var(--yellow); outline: 1.5px solid transparent; outline-offset: 3px; transition: outline-color 200ms; }
.hwp-step::after { content: ''; position: absolute; top: 20px; left: 50%; width: 1px; height: 26px; margin-left: -0.5px; background: var(--ink); }
.hwp-flow::before { content: ''; position: absolute; top: 9.5px; left: 0; right: 0; height: 1px; background: var(--ink); }
.hwp-box { flex: 1; display: flex; flex-direction: column; padding: 32px; background: #faf8f4; border: 1px solid var(--ink); border-radius: 3px; transition: border-color 200ms, transform 200ms; }
.hwp-n { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: var(--muted); }
.hwp-h { margin: 14px 0 20px; font-family: var(--font-display); font-weight: 800; text-transform: uppercase; font-size: 29px; line-height: 1.02; letter-spacing: -0.02em; color: var(--ink); }
.hwp-body { flex: 1; display: flex; flex-direction: column; }
.hwp-p { margin: 0; font-size: 17px; line-height: 1.55; color: var(--ink-2); }
.hwp-lbl { margin: auto 0 0; padding-top: 28px; display: flex; align-items: center; gap: 10px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-2); }
.hwp-lbl::before { content: ''; flex: none; width: 18px; height: 2px; background: var(--yellow); }

@media (min-width: 1024px) and (hover: hover) {
  .hwp-step:hover .hwp-box { border-color: var(--yellow); transform: translateY(-2px); }
  .hwp-step:hover .hwp-mk { outline-color: var(--ink); }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hwp-box { padding: 26px; }
  .hwp-h { font-size: 26px; }
  .hwp-p { font-size: 16px; }
  .hwp-h { min-height: 2.04em; }
}

/* Tablet: 2x2, one line per row */
@media (max-width: 1023px) {
  .pg-hw .pp-hero.pp-hero { height: auto; padding: 128px 0 60px; }
  .pg-hw .pp-hero .hw-hero__h { white-space: normal; font-size: 58px; }
  .pg-hw .pp-hero .hw-hero__h > span { display: inline-block; white-space: nowrap; }
  .hwp { padding: 72px 0 90px; }
  .hwp-wrap { width: calc(100% - 64px); }
  .hwp-flow { grid-template-columns: 1fr 1fr; gap: 56px 20px; }
  .hwp-flow::before { display: none; }
  .hwp-step::before { content: ''; position: absolute; top: 9.5px; left: 0; right: 0; height: 1px; background: var(--ink); }
  .hwp-step:nth-child(odd)::before { right: -20px; }
  .hwp-box { padding: 30px; }
}

/* Mobile: vertical journey */
@media (max-width: 767px) {
  .pg-hw .pp-hero.pp-hero { padding: 116px 24px 48px; }
  .pg-hw .pp-hero > .ctr { width: 100%; padding: 0; }
  .pg-hw .pp-hero .hw-hero__h { font-size: clamp(38px, 11.2vw, 44px); line-height: 0.98; }
  .pg-hw .pp-hero .hw-hero__h > span { display: block; }
  .hwp { padding: 60px 0 70px; }
  .hwp-wrap { width: calc(100% - 48px); }
  .hwp-flow { display: block; }
  .hwp-step { display: block; padding: 0 0 32px 42px; }
  .hwp-step:last-child { padding-bottom: 0; }
  .hwp-step::before { content: ''; position: absolute; top: 0; bottom: 0; left: 10px; right: auto; width: 1px; height: auto; margin-left: -0.5px; background: var(--ink); }
  .hwp-step:first-child::before { top: 8px; }
  .hwp-step:last-child::before { bottom: auto; height: 8px; }
  .hwp-step:nth-child(odd)::before { right: auto; }
  .hwp-mk { top: 0; left: 2px; width: 16px; height: 16px; margin: 0; }
  .hwp-step::after { top: 7.5px; left: 18px; width: 16px; height: 1px; margin: 0; }
  .hwp-box { display: block; padding: 0; background: none; border: 0; border-radius: 0; }
  .hwp-n { font-size: 12px; line-height: 16px; }
  .hwp-h { margin: 8px 0 14px; font-size: 26px; line-height: 1; }
  .hwp-body { display: block; padding: 22px; background: #faf8f4; border: 1px solid var(--ink); border-radius: 3px; }
  .hwp-p { font-size: 16px; line-height: 1.5; }
  .hwp-lbl { padding-top: 18px; font-size: 11px; }
}
/* Sept 23: numbers and labels removed */
.hwp-h { margin: 0 0 18px; }
.hw-feat__h { margin-top: 0; }
@media (max-width: 767px) {
  .hwp-h { margin: 0 0 14px; }
  .hwp-mk { top: 5px; }
  .hwp-step::after { top: 12.5px; }
  .hwp-step:first-child::before { top: 13px; }
  .hwp-step:last-child::before { height: 13px; }
}
.hwp { padding-bottom: 72px; }
@media (max-width: 1023px) { .hwp { padding-bottom: 64px; } }
@media (max-width: 767px) { .hwp { padding-bottom: 56px; } }
/* Sept 23: "We ..." titles, smaller, centered */
.hwp-box { text-align: center; }
.hwp-h { font-size: 23px; margin-bottom: 16px; }
.hwp-p { font-size: 16px; }
@media (min-width: 1024px) and (max-width: 1199px) { .hwp-h { font-size: 21px; } .hwp-p { font-size: 15px; } }
@media (max-width: 767px) {
  .hwp-box { text-align: left; }
  .hwp-h { font-size: 22px; }
  .hwp-body { text-align: center; }
  .hwp-p { font-size: 15.5px; }
  .hwp-mk { top: 3px; }
  .hwp-step::after { top: 10.5px; }
  .hwp-step:first-child::before { top: 11px; }
  .hwp-step:last-child::before { height: 11px; }
}
.hwp-h { letter-spacing: 0; }

/* How We Work: expandable software images */
.hw-feat__shot img { cursor: zoom-in; }
.hw-feat__shot img:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.lbx { position: fixed; inset: 0; z-index: 100; display: flex; align-items: center; justify-content: center; padding: 64px 40px 40px; background: rgb(11, 11, 10); opacity: 0; transition: opacity 180ms; cursor: zoom-out; }
.lbx.is-on { opacity: 1; }
.lbx[hidden] { display: none; }
.lbx__img { display: block; max-width: min(1600px, 100%); max-height: 100%; width: auto; height: auto; background: #fff; border: 1px solid #2a2926; cursor: default; }
.lbx__x { position: absolute; top: 14px; right: 16px; width: 44px; height: 44px; border: 1px solid #3a3935; border-radius: 3px; background: transparent; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; }
.lbx__x:hover { border-color: var(--yellow); }
html.lbx-open { overflow: hidden; }
@media (max-width: 767px) {
  .lbx { padding: 68px 12px 24px; overflow: auto; justify-content: flex-start; -webkit-overflow-scrolling: touch; }
  .lbx__img { max-width: none; max-height: none; width: 230vw; flex: none; }
  .lbx__x { position: fixed; background: rgb(11, 11, 10); }
}
