/* 03 — People: a photographic, editorial approach to everyday commerce. */
body[data-variant="range"] { --people-soft: color-mix(in srgb, var(--lavender) 40%, #fff); }
body[data-variant="range"] .site-header { height: 92px; border-bottom: 0; }
body[data-variant="range"] .button { border-radius: 100px; padding: 14px 23px; }
.people-page { color: var(--ink); }
.people-page h1, .people-page h2, .people-page h3 { font-weight: 600; }
.people-page h2 { font-size: clamp(35px, 4.1vw, 58px); line-height: 1.09; letter-spacing: -.055em; }
.people-page em { font-style: normal; color: var(--violet); }
.people-wrap { width: calc(100% - 112px); max-width: 1328px; margin-inline: auto; }
.people-text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 12px; padding: 12px 0; background: none; font-size: 12px; line-height: 1.5; font-weight: 700; color: var(--violet); text-align: left; }
.people-text-link .icon { width: 18px; height: 18px; }
.people-text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
/* The first screen retains the original rounded, overlapping composition. */
.people-hero { padding-top: 48px; padding-bottom: 56px; display: grid; grid-template-columns: 1.06fr 1fr; gap: 62px; align-items: center; }
.people-hero-copy { padding-block: 12px 28px; min-width: 0; }
.people-hero h1 { font-size: clamp(44px, 4.55vw, 66px); line-height: 1.09; letter-spacing: -.055em; margin: 0; }
.people-hero h1 > em { white-space: nowrap; }
.people-hero-copy > p { max-width: 470px; margin: 27px 0 29px; font-size: 16px; line-height: 1.85; color: var(--muted); }
.people-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; }
.people-hero-actions .button { font-size: 12px; min-height: 48px; }
.people-hero-note { display: flex; align-items: center; gap: 9px; font-size: 11px; line-height: 1.6; color: var(--muted); margin-top: 26px; }
.people-hero-note .icon { color: var(--violet); width: 17px; height: 17px; flex: none; }
.people-hero-art { position: relative; isolation: isolate; padding-top: 20px; padding-bottom: 92px; min-width: 0; }
.people-hero-orbit { position: absolute; inset: -9px -13px 55px -22px; background: var(--people-soft); border-radius: 48% 52% 47% 53%; z-index: -1; }
.people-hero-portrait { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 34% 24px 26% 24px; }
.people-hero-terminal { position: absolute; left: -39px; bottom: 4px; width: 164px; padding: 10px 10px 17px; background: #fff; border-radius: 23px; box-shadow: 0 18px 45px #263b3417; transform: rotate(-8deg); z-index: 2; }
.people-hero-terminal > img { display: block; width: 100%; height: 159px; object-fit: cover; border-radius: 14px; mix-blend-mode: normal; opacity: 1; filter: none; background: #fff; }
.people-hero-terminal > span { display: block; text-align: center; font-size: 11px; line-height: 1.4; font-weight: 600; color: var(--ink); }
.people-hero-moment { position: absolute; right: 0; bottom: 42px; display: flex; align-items: center; gap: 12px; background: white; padding: 16px 19px; border-radius: 19px; box-shadow: 0 16px 40px #263b340d; z-index: 2; }
.people-hero-moment strong { display: block; font-size: 13px; line-height: 1.4; letter-spacing: -.025em; font-weight: 650; }
.people-hero-moment div > span { display: block; margin-top: 5px; font-size: 10px; line-height: 1.5; color: var(--muted); }
.people-hero-check { display: grid; place-items: center; width: 37px; height: 37px; flex: none; border-radius: 50%; background: #e1f6ed; color: #168263; }
.people-hero-check > .icon { width: 21px; height: 21px; }
.people-hero-spark { position: absolute; left: -32px; top: 2px; width: 61px; height: 61px; color: var(--violet); }
.people-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; padding: 23px 0; }
.people-proof p { display: flex; align-items: center; gap: 16px; font-size: 12px; line-height: 1.6; padding: 0 32px; }
.people-proof p:first-child { padding-left: 0; }
.people-proof p:last-child { padding-right: 0; }
.people-proof p + p { border-left: 1px solid var(--line); }
.people-proof strong { display: block; color: var(--ink); font-weight: 650; font-size: 12px; }
.people-proof p:first-child > strong { font-size: 30px; letter-spacing: -.04em; }
.people-proof p:first-child > span { max-width: 100px; }
.people-proof .icon { color: var(--violet); width: 28px; height: 28px; }
.people-payments { padding-block: 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.people-section-intro > p { max-width: 330px; margin-top: 25px; font-size: 14px; }
.people-payment-list { border-top: 1px solid var(--line); }
.people-payment-list article { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 19px; padding: 27px 0; border-bottom: 1px solid var(--line); align-items: start; }
.people-payment-list h3 { font-size: 18px; letter-spacing: -.03em; margin: 2px 0 8px; }
.people-payment-list p { font-size: 12px; }
.people-payment-icon { display: grid; place-items: center; width: 44px; height: 44px; color: var(--violet); border-radius: 50%; background: var(--people-soft); }
.people-industries { padding-block: 85px 92px; background: #f8f8f5; }
.people-section-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 38px; }
.people-section-top > p { font-size: 13px; max-width: 340px; padding-bottom: 4px; }
.people-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-bottom: 42px; }
.people-scene { background: transparent; text-align: left; padding: 0; min-width: 0; }
.people-scene-image { display: block; aspect-ratio: 4 / 3; position: relative; overflow: hidden; border-radius: 10px; background: #e1e3df; margin-bottom: 16px; }
.people-scene-image > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.people-scene-caption { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 6px 16px; }
.people-scene-caption > strong { display: block; font-size: 20px; letter-spacing: -.025em; font-weight: 600; }
.people-scene-link { color: var(--ink); font-size: 12px; line-height: 1.6; text-decoration: underline; text-underline-offset: 4px; }
.people-scene:hover .people-scene-image > img { transform: scale(1.04); }
.people-scene:hover strong { color: var(--violet); }
.people-application-directory { display: grid; grid-template-columns: .65fr 1.35fr; gap: 40px; padding-top: 29px; border-top: 1px solid #dddeda; }
.people-application-directory h3 { font-size: 21px; font-weight: 500; line-height: 1.4; letter-spacing: -.02em; padding-top: 9px; }
.people-application-directory ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 24px; }
.people-application-directory button { display: inline-block; padding: 10px 0; min-height: 44px; font-size: 14px; line-height: 1.65; color: var(--ink); background: transparent; text-align: left; text-decoration: underline; text-decoration-color: #c5c7c7; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.people-application-directory button:hover { color: var(--violet); text-decoration-color: currentColor; }
.people-operator { padding-block: 102px; display: grid; grid-template-columns: 1fr .95fr; gap: 76px; align-items: center; }
.people-operator-photo { margin: 0; align-self: center; border-radius: 12px; overflow: hidden; background: #f4f2ed; }
.people-operator-photo > img { display: block; width: 100%; height: auto; aspect-ratio: 1600 / 1063; object-fit: cover; }
.people-operator-photo figcaption { padding: 20px 24px; font-size: 14px; line-height: 1.5; font-weight: 600; color: var(--ink); }
.people-operator-copy > p { font-size: 13px; margin: 22px 0 12px; }
.people-workflow article { padding-block: 17px; border-bottom: 1px solid var(--line); }
.people-workflow h3 { font-size: 15px; letter-spacing: -.025em; margin-bottom: 6px; }
.people-workflow p { font-size: 12px; }
.people-platform-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 21px; }
.people-platform-foot > span { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.people-platform-foot strong { font-size: 26px; line-height: 1; color: var(--ink); letter-spacing: -.06em; }
.people-platform-foot .people-text-link { font-size: 12px; }
.people-hardware { padding-block: 83px 62px; background: var(--people-soft); }
.people-terminals { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.people-terminal + .people-terminal { border-left: 1px solid var(--line); }
.people-terminal-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 30px 32px 0; }
.people-terminal-top span:first-child { font-size: 16px; font-weight: 700; letter-spacing: -.035em; }
.people-terminal-top span:last-child { font-size: 15px; line-height: 1.5; font-weight: 500; color: var(--muted); text-align: right; }
.people-terminal-image { padding-inline: 28px; }
.people-terminal-image img { width: 100%; height: 320px; object-fit: contain; mix-blend-mode: normal; filter: none; opacity: 1; background: #fff; }
.people-terminal-copy { padding: 0 32px 27px; }
.people-terminal-copy h3 { font-size: 25px; letter-spacing: -.04em; margin-bottom: 8px; }
.people-terminal-copy > p { font-size: 12px; }
.people-terminal-bottom { border-top: 1px solid var(--line); margin-top: 21px; padding-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.people-terminal-bottom > span { font-size: 12px; line-height: 1.7; color: var(--muted); }
.people-terminal-bottom .people-text-link { font-size: 12px; }
.people-shared { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 26px; }
.people-shared p { font-size: 12px; }
.people-shared strong { font-weight: 600; color: var(--ink); margin-right: 20px; }
.people-questions { display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; padding-block: 100px; }
.people-questions h2 { font-size: 44px; }
.people-questions > div > p { margin-top: 20px; font-size: 12px; }
.people-questions > div > .people-text-link { margin-top: 12px; }
.people-faq { border-top: 1px solid var(--line); }
.people-faq details { border-bottom: 1px solid var(--line); }
.people-faq summary { padding: 23px 0; display: flex; gap: 20px; justify-content: space-between; align-items: center; font-size: 14px; font-weight: 600; cursor: pointer; list-style: none; }
.people-faq summary::-webkit-details-marker { display: none; }
.people-faq summary > span { color: var(--violet); width: 22px; font-size: 23px; line-height: 1; text-align: center; font-weight: 400; flex: none; transition: transform .2s; }
.people-faq details[open] summary > span { transform: rotate(45deg); }
.people-faq details > p { padding: 0 30px 24px 0; font-size: 12px; }
.people-finale { padding: 50px 55px; background: var(--lavender); border-radius: 14px; display: flex; justify-content: space-between; align-items: center; gap: 45px; margin-bottom: 65px; }
.people-finale h2 { font-size: 50px; }
.people-finale p { font-size: 12px; margin-top: 20px; }
.people-finale-action { flex: none; }
.people-finale-action > span { display: block; font-size: 11px; color: var(--muted); margin-top: 12px; text-align: center; }
@media (max-width: 1100px) {
  .people-wrap { width: calc(100% - 64px); }
  .people-proof p { padding-inline: 20px; gap: 12px; }
  .people-proof p:first-child { flex-wrap: wrap; gap: 2px 12px; }
  .people-proof p:first-child > span { max-width: none; }
  .people-payments { gap: 50px; }
  .people-operator { gap: 40px; }
  .people-platform-foot { align-items: flex-start; flex-direction: column; gap: 2px; }
  .people-application-directory { grid-template-columns: .55fr 1.45fr; gap: 28px; }
  .people-application-directory ul { column-gap: 18px; }
  .people-application-directory button { font-size: 13px; }
  .people-shared strong { display: block; }
  .people-finale { padding: 42px 35px; gap: 22px; }
  .people-finale h2 { font-size: 42px; }
}
@media (min-width: 761px) and (max-width: 900px) {
  .people-operator { grid-template-columns: 1fr; gap: 36px; padding-block: 72px; }
  .people-operator-copy h2 { font-size: 44px; }
  .people-platform-foot { flex-direction: row; align-items: center; }
}
@media (max-width: 760px) {
  body[data-variant="range"] .site-header { height: 76px; }
  .people-wrap { width: calc(100% - 40px); }
  .people-proof { padding: 19px 0; grid-template-columns: 1fr 1fr; gap: 17px 0; }
  .people-proof p { font-size: 14px; line-height: 1.5; gap: 10px; padding-inline: 12px; }
  .people-proof strong { font-size: 15px; }
  .people-proof p:first-child { grid-column: 1 / -1; flex-wrap: nowrap; justify-content: center; gap: 14px; border-bottom: 1px solid var(--line); padding: 0 0 18px; }
  .people-proof p:first-child strong { font-size: 28px; }
  .people-proof p:first-child > span { max-width: 150px; }
  .people-proof p:nth-child(2) { border-left: 0; padding-left: 0; }
  .people-proof .icon { width: 23px; height: 23px; }
  .people-payments { grid-template-columns: 1fr; padding-block: 58px; gap: 28px; }
  .people-page h2 { font-size: 39px; }
  .people-section-intro > p { margin-top: 19px; max-width: 460px; font-size: 16px; }
  .people-payment-list article { padding-block: 21px; grid-template-columns: 39px minmax(0, 1fr); gap: 13px; }
  .people-payment-icon { width: 37px; height: 37px; }
  .people-payment-icon .icon { width: 19px; height: 19px; }
  .people-payment-list h3 { font-size: 20px; }
  .people-payment-list p { font-size: 16px; }
  .people-industries { padding-block: 53px 57px; }
  .people-section-top { display: block; margin-bottom: 21px; }
  .people-section-top > p { font-size: 16px; margin-top: 17px; max-width: none; }
  .people-gallery { grid-template-columns: 1fr; gap: 28px; margin-bottom: 30px; }
  .people-scene-image { border-radius: 8px; margin-bottom: 12px; }
  .people-scene-caption > strong { font-size: 20px; }
  .people-scene-link { font-size: 15px; }
  .people-application-directory { display: block; padding-top: 23px; }
  .people-application-directory h3 { font-size: 20px; padding-top: 0; margin-bottom: 12px; }
  .people-application-directory ul { grid-template-columns: 1fr 1fr; gap: 0 22px; }
  .people-application-directory button { font-size: 16px; line-height: 1.5; }
  .people-operator { padding-block: 58px; grid-template-columns: 1fr; gap: 30px; }
  .people-operator-photo figcaption { font-size: 14px; padding: 18px 20px; }
  .people-operator-copy h2 br:nth-of-type(2) { display: none; }
  .people-operator-copy h2 em { display: inline; }
  .people-operator-copy > p { font-size: 16px; margin-top: 20px; }
  .people-workflow h3 { font-size: 20px; }
  .people-workflow p { font-size: 16px; }
  .people-platform-foot { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 4px 20px; }
  .people-platform-foot > span { font-size: 14px; }
  .people-platform-foot .people-text-link { font-size: 16px; gap: 8px; }
  .people-hardware { padding-block: 55px 38px; }
  .people-terminals { grid-template-columns: 1fr; }
  .people-terminal + .people-terminal { border-left: 0; border-top: 1px solid var(--line); }
  .people-terminal-top { padding: 24px 23px 0; }
  .people-terminal-top span:first-child { font-size: 17px; }
  .people-terminal-image { padding-inline: 15px; }
  .people-terminal-image img { height: 265px; }
  .people-terminal-copy { padding: 0 23px 22px; }
  .people-terminal-copy h3 { font-size: 24px; }
  .people-terminal-copy > p { font-size: 16px; }
  .people-terminal-bottom { flex-wrap: wrap; }
  .people-terminal-bottom > span { font-size: 14px; line-height: 1.5; }
  .people-terminal-bottom .people-text-link { font-size: 16px; }
  .people-shared { flex-direction: column; align-items: flex-start; gap: 10px; }
  .people-shared p { font-size: 16px; line-height: 1.5; }
  .people-shared strong { margin-bottom: 4px; }
  .people-shared .people-text-link { font-size: 16px; }
  .people-questions { grid-template-columns: 1fr; padding-block: 56px; gap: 24px; }
  .people-questions h2 { font-size: 36px; }
  .people-questions > div > p { margin-top: 15px; font-size: 16px; }
  .people-questions > div > p br { display: none; }
  .people-faq summary { padding-block: 20px; font-size: 16px; line-height: 1.4; }
  .people-faq details > p { font-size: 16px; padding-right: 10px; }
  .people-finale { padding: 32px 25px; display: block; margin-bottom: 42px; }
  .people-finale h2 { font-size: 37px; }
  .people-finale p { font-size: 16px; }
  .people-finale p br { display: none; }
  .people-finale-action { margin-top: 27px; }
  .people-finale-action > .button { padding: 14px 20px; font-size: 16px; min-height: 48px; gap: 12px; }
  .people-finale-action > span { text-align: left; font-size: 14px; }
}
@media (max-width: 380px) {
  .people-wrap { width: calc(100% - 32px); }
  .people-platform-foot { flex-direction: column; align-items: flex-start; gap: 6px; }
  .people-finale { padding-inline: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .people-scene-image > img, .people-faq summary > span { transition: none; }
}

.people-payment-list p,
.people-section-top > p,
.people-operator-copy > p,
.people-workflow p,
.people-terminal-copy > p,
.people-questions > div > p,
.people-faq details > p,
.people-finale p { font-size: 14px; line-height: 1.75; }
@media (max-width: 760px) {
  /* Placed after the shared 14px paragraph rule above so the mobile scale wins. */
  .people-payment-list p,
  .people-section-top > p,
  .people-operator-copy > p,
  .people-workflow p,
  .people-terminal-copy > p,
  .people-questions > div > p,
  .people-faq details > p,
  .people-finale p { font-size: 16px; line-height: 1.55; }
  .people-page li { line-height: 1.55; }
  .people-text-link { font-size: 16px; line-height: 1.4; }
  body[data-variant="range"] .button { font-size: 16px; min-height: 48px; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .people-hero { gap: 42px; padding-top: 37px; padding-bottom: 44px; }
  .people-hero h1 { font-size: clamp(38px, 4.55vw, 49px); }
  .people-hero-copy > p { font-size: 14px; }
  .people-hero-terminal { width: 133px; left: -27px; bottom: 3px; padding: 8px 8px 13px; border-radius: 18px; }
  .people-hero-terminal > img { height: 128px; }
  .people-hero-terminal > span { font-size: 10px; }
  .people-hero-moment { gap: 8px; padding: 12px; bottom: 38px; }
  .people-hero-moment strong { font-size: 11px; }
  .people-hero-moment div > span { font-size: 9px; }
  .people-hero-check { width: 29px; height: 29px; }
}
@media (max-width: 900px) {
  .people-hero { grid-template-columns: 1fr; gap: 25px; padding-top: 25px; padding-bottom: 42px; }
  .people-hero-copy { padding: 0; }
  .people-hero h1 { font-size: clamp(38px, 6.8vw, 62px); }
  .people-hero-copy > p { margin: 22px 0; }
  .people-hero-art { width: calc(100% - 25px); max-width: 570px; margin: 0 0 0 auto; padding-top: 26px; }
  .people-hero-spark { top: 4px; }
  .people-hero-terminal { left: -21px; }
  .people-hero-orbit { left: -15px; right: -3px; top: 0; }
}
@media (max-width: 760px) {
  .people-hero { padding-top: 26px; padding-bottom: 30px; gap: 25px; }
  .people-hero h1 { font-size: clamp(33px, 8.55vw, 57px); line-height: 1.12; }
  .people-hero-copy > p { font-size: 17px; line-height: 1.6; margin: 21px 0; }
  .people-hero-actions { gap: 4px 17px; }
  .people-hero-actions .button { font-size: 16px; min-height: 48px; padding: 13px 20px; }
  .people-hero-actions .people-text-link { font-size: 16px; gap: 8px; }
  .people-hero-note { font-size: 14px; line-height: 1.5; margin-top: 16px; gap: 8px; }
  .people-hero-art { max-width: 470px; width: calc(100% - 15px); padding-top: 22px; padding-bottom: 79px; }
  .people-hero-portrait { border-radius: 30% 18px 24% 18px; }
  .people-hero-orbit { bottom: 47px; }
  .people-hero-spark { width: 41px; height: 41px; top: 4px; left: -18px; }
  .people-hero-terminal { width: 128px; left: -14px; bottom: 2px; padding: 8px 8px 12px; border-radius: 16px; transform: rotate(-7deg); }
  .people-hero-terminal > img { height: 110px; border-radius: 10px; }
  .people-hero-terminal > span { font-size: 13px; line-height: 1.35; }
  .people-hero-moment { bottom: 25px; padding: 11px 12px; gap: 8px; border-radius: 13px; max-width: min(215px, calc(100% - 165px)); }
  .people-hero-moment strong { font-size: 14px; }
  .people-hero-moment div > span { font-size: 13px; margin-top: 3px; line-height: 1.35; }
  .people-hero-check { width: 28px; height: 28px; }
  .people-hero-check > .icon { width: 16px; height: 16px; }
}
