/* Marketing and Joseph profile: shared conference tokens, local resources only. */
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { min-width: 320px; }
button, input, textarea { font: inherit; }
button, summary { cursor: pointer; }
a { color: inherit; }
a:hover { color: inherit; }
address { font-style: normal; margin: 0 0 var(--stz-space-2); }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, [tabindex="0"]:focus-visible { outline: var(--stz-focus-ring); outline-offset: 5px; }
.hero :focus-visible, .contact-section :focus-visible, .founder-name:focus-visible, .profile-contact:focus-visible { outline-color: var(--stz-focus-on-brand); }
.wrap { width: min(1240px, calc(100% - var(--stz-space-12))); margin-inline: auto; }
.section { padding-block: var(--stz-section-y); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--stz-space-13); }
.eyebrow { font-size: var(--stz-size-label); line-height: var(--stz-lh-label); font-weight: var(--stz-weight-medium); }
.lead { max-width: 34ch; font-size: var(--stz-size-lead); line-height: var(--stz-lh-lead); }
.small { font-size: var(--stz-size-label); line-height: var(--stz-leading-dense); }
h2 { font-size: clamp(var(--stz-size-h4), 4.5vw, var(--stz-size-h1)); }
h3 { font-size: var(--stz-size-h5); line-height: var(--stz-lh-h5); }
.opening { background: var(--stz-surface-canvas); }
/* One direct message, a crimson field and quiet background particles. */
.hero { position: relative; isolation: isolate; padding-block: var(--stz-space-10) var(--stz-space-11); color: var(--stz-on-surface-brand); }
.hero-particles { position: absolute; inset: 0; width: 100%; height: 100%; z-index: -1; pointer-events: none; }
main > .hero::before { content: ''; position: absolute; inset: 0 calc((1240px - 100vw) / 2); z-index: -2; background: var(--stz-surface-brand); }
.hero-kicker { margin: 0 0 var(--stz-space-9); font-size: var(--stz-size-small); }
.hero h1 { margin: 0 0 var(--stz-space-10); font-size: clamp(var(--stz-size-h1), 7.5vw, var(--stz-size-display-page)); font-weight: var(--stz-weight-medium); line-height: 1.04; letter-spacing: var(--stz-tracking-tight); color: inherit; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: var(--stz-space-8); padding-top: var(--stz-space-7); border-top: 1px solid var(--stz-white-a30); }
.hero-description { max-width: 34ch; margin: 0; font-size: var(--stz-size-lead); line-height: var(--stz-leading-dense); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: var(--stz-space-6); }
.hero-secondary { font-size: var(--stz-size-small); text-decoration: underline; text-underline-offset: 5px; }
.hero-cta { background: var(--stz-on-surface-brand); color: var(--stz-text-on-light); border-color: var(--stz-on-surface-brand); min-height: 54px; text-transform: none; font-size: var(--stz-size-small); }
.hero-cta:hover { background: var(--stz-surface-shell); border-color: var(--stz-surface-shell); color: var(--stz-on-surface-shell); }
.round-link { width: 64px; height: 64px; flex: 0 0 64px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: var(--stz-radius-round); font-size: var(--stz-size-h5); }
.principles { border-bottom: 1px solid var(--stz-border-hairline); }
.principles-grid { display: grid; grid-template-columns: repeat(3,1fr); padding-block: var(--stz-space-6); gap: var(--stz-space-6); }
.principles p { font-size: var(--stz-size-small); margin: 0; }
.principles span { margin-right: var(--stz-space-2); color: var(--stz-accent-text); }
.terminal-photo { margin: 0; align-self: start; }
.terminal-photo img { width: 100%; height: auto; display: block; aspect-ratio: 1; object-fit: cover; background: transparent; border-radius: 0; }
.terminal-photo figcaption { margin-top: var(--stz-space-3); font-size: var(--stz-size-label); }
.service-list article { border-top: 1px solid var(--stz-border-hairline); padding-block: var(--stz-space-6) var(--stz-space-8); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--stz-space-6) var(--stz-space-13); }
.demo-panel-footer { display: flex; justify-content: space-between; align-items: center; gap: var(--stz-space-6); padding: var(--stz-space-6); border-top: 1px solid var(--stz-border-hairline); }
.demo-panel-footer p { margin: 0; max-width: 55ch; }
.demo-panel-footer .stz-btn { flex-shrink: 0; }
.demo-image-link { display: block; }
.integration-platforms { display: flex; flex-wrap: wrap; gap: var(--stz-space-3); list-style: none; padding: 0; margin: 0 0 var(--stz-space-9); }
.integration-platforms li { padding: var(--stz-space-3) var(--stz-space-5); border: 1px solid var(--stz-border-hairline); font-size: var(--stz-size-small); font-weight: var(--stz-weight-medium); color: var(--stz-text); }
.development-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: var(--stz-space-12); align-items: start; }
.development-layout > div { min-width: 0; }
.development-layout .stz-btn { max-width: 100%; white-space: normal; }
.development-layout .terminal-photo { width: 100%; max-width: 440px; justify-self: center; }
.development-services { list-style: none; padding: 0; margin: 0; }
.development-services li { border-top: 1px solid var(--stz-border-hairline); padding-block: var(--stz-space-5); }
.development-services strong, .development-services span { display: block; }
.development-services strong { margin-bottom: var(--stz-space-2); font-size: var(--stz-size-body-lg); }
.development-scope { margin-block: var(--stz-space-5) var(--stz-space-7); font-size: var(--stz-size-small); }
@media (max-width: 800px) { .development-layout { grid-template-columns: minmax(0, 1fr); gap: var(--stz-space-8); } .development-layout .terminal-photo { order: 2; max-width: 360px; } .integration-platforms { margin-bottom: var(--stz-space-7); } .integration-platforms li { padding: var(--stz-space-2) var(--stz-space-3); } }
.service-list article > .eyebrow { display: block; margin-bottom: var(--stz-space-5); }
.service-list ul { padding-left: var(--stz-space-4); margin-block: var(--stz-space-5); }
.text-link { display: inline-flex; align-items: center; gap: var(--stz-space-5); border-bottom: 1px solid var(--stz-border-strong); padding-block: var(--stz-space-2); color: var(--stz-text); font-size: var(--stz-size-small); font-weight: var(--stz-weight-medium); }
.text-link:hover { border-color: currentColor; }
.section-heading { display: flex; justify-content: space-between; gap: var(--stz-space-8); align-items: end; margin-bottom: var(--stz-space-8); }
.section-heading > p { max-width: 35ch; }
.software-section, .process-section, .calculator-section { background: var(--stz-surface-panel); }
.tab-list { display: flex; gap: var(--stz-space-2); margin-bottom: var(--stz-space-4); }
.tab-list button { background: transparent; color: var(--stz-text-muted); border: 0; border-bottom: 1px solid var(--stz-border-hairline); padding: var(--stz-space-3) var(--stz-space-4); text-align: left; font-size: var(--stz-size-small); }
.tab-list button[aria-selected="true"] { color: var(--stz-text); border-bottom: 2px solid var(--stz-accent-decor); }
.software-panel { border: 1px solid var(--stz-border-hairline); background: var(--stz-surface-canvas); }
.software-panel img { display: block; width: 100%; height: auto; }
.preview-caption { display: flex; justify-content: space-between; gap: var(--stz-space-4); padding: var(--stz-space-3) var(--stz-space-4); font-size: var(--stz-size-label); }
.preview-caption span:first-child { color: var(--stz-text); }
.software-link { margin-top: var(--stz-space-5); }
.industry-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: var(--stz-space-13); margin-top: var(--stz-space-11); }
.industry-tabs { display: flex; flex-direction: column; gap: 0; }
.industry-tabs button { display: flex; justify-content: space-between; padding: var(--stz-space-4) 0; font-size: var(--stz-size-title-lg); }
.industry-panels section { padding: var(--stz-space-8); background: var(--stz-surface-panel); }
.js .industry-panels section { height: 100%; }
html:not(.js) .tab-list { display: none; }
html:not(.js) .industry-layout { display: block; }
html:not(.js) .industry-panels section + section { margin-top: var(--stz-space-5); }
.industry-panels .stz-numeral-outline { float: right; font-size: var(--stz-size-h1); margin-left: var(--stz-space-4); }
.industry-panels h3 { margin-top: var(--stz-space-13); font-size: var(--stz-size-h3); line-height: var(--stz-lh-h3); }
.industry-panels .eyebrow { margin-top: var(--stz-space-6); }
.process-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); gap: var(--stz-space-8); margin-top: var(--stz-space-12); }
.process-grid h3 { font-size: var(--stz-size-title-lg); margin-top: var(--stz-space-8); }
.process-grid p { font-size: var(--stz-size-body-sm); }
.founder-grid { display: grid; grid-template-columns: 1.2fr 1.4fr .7fr; grid-template-rows: repeat(2,minmax(170px,auto)); gap: var(--stz-space-1); }
.profile-tile { position: relative; min-width: 0; padding: var(--stz-space-8); background: var(--stz-surface-panel); display: flex; flex-direction: column; justify-content: space-between; gap: var(--stz-space-6); }
.profile-tile p:last-child { margin: 0; }
.profile-tile h2 { font-size: clamp(var(--stz-size-h5),3vw,var(--stz-size-h3)); line-height: 1.08; }
.profile-tile .eyebrow { font-size: var(--stz-size-caption); }
.profile-tile a { color: inherit; }
a.profile-tile:hover { outline: 1px solid var(--stz-border-strong); outline-offset: -1px; }
.founder-name, .founder-intro { grid-row: span 2; }
.founder-name { background: var(--stz-surface-brand); color: var(--stz-on-surface-brand); }
.founder-name h3 { color: inherit; }
.founder-portrait { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%; }
.founder-name, .profile-identity { padding: 0; overflow: hidden; gap: var(--stz-space-6); justify-content: flex-start; }
.founder-name > div, .profile-identity > div { padding: 0 var(--stz-space-6) var(--stz-space-6); }
.founder-name .tile-arrow { right: var(--stz-space-4); bottom: var(--stz-space-4); }
.monogram { display: block; font-size: clamp(var(--stz-size-h1),10vw,var(--stz-size-display-hero-solid)); line-height: .85; letter-spacing: var(--stz-tracking-display); font-weight: var(--stz-weight-bold); color: inherit; }
.tile-arrow { position: absolute; right: var(--stz-space-6); top: var(--stz-space-6); font-size: var(--stz-size-h5); }
.tile-statement { font-size: var(--stz-size-h5); line-height: 1.15; letter-spacing: var(--stz-tracking-heading); color: var(--stz-text); }
.tile-statement strong { color: var(--stz-accent-text); }
.founder-stat { padding: var(--stz-space-6); }
.founder-stat strong { font-size: var(--stz-size-h1); line-height: var(--stz-leading-display); }
.founder-stat p { font-size: var(--stz-size-label); line-height: var(--stz-leading-dense); }
.founder-stat-alt { background: var(--stz-surface-raised); }
.rate-card { padding: var(--stz-space-8); border: 1px solid var(--stz-border-hairline); background: var(--stz-surface-canvas); }
label { display: block; font-size: var(--stz-size-label); color: var(--stz-text); margin-block: var(--stz-space-4) var(--stz-space-2); }
input, textarea { width: 100%; min-height: 50px; border: 1px solid var(--stz-border-strong); padding: var(--stz-space-2) var(--stz-space-3); background: var(--stz-surface-panel); color: var(--stz-text); border-radius: var(--stz-radius-control); }
textarea { resize: vertical; }
input::placeholder { color: var(--stz-text-muted); }
.form-error { color: var(--stz-status-danger); font-size: var(--stz-size-label); margin-block: var(--stz-space-2); }
.rate-card .stz-btn { width: 100%; margin-block: var(--stz-space-4); }
#rate-result { display: block; font-size: var(--stz-size-h3); line-height: var(--stz-lh-h3); color: var(--stz-text); margin-block: var(--stz-space-4); }
#rate-result small { display: block; font-size: var(--stz-size-label); line-height: var(--stz-leading-dense); color: var(--stz-text-muted); }
.rate-card .small { margin-block: var(--stz-space-4) 0; }
.faq-list details { border-top: 1px solid var(--stz-border-hairline); }
.faq-list details:last-child { border-bottom: 1px solid var(--stz-border-hairline); }
.faq-list summary { padding-block: var(--stz-space-5); color: var(--stz-text); font-size: var(--stz-size-title); line-height: var(--stz-leading-dense); }
.faq-list details p { padding-bottom: var(--stz-space-4); }
.contact-section { padding-block: var(--stz-space-13) var(--stz-space-8); background: var(--stz-surface-brand); color: var(--stz-on-surface-brand); }
.contact-section h2 { color: inherit; font-size: clamp(var(--stz-size-h3),6vw,var(--stz-size-display-page-sm)); }
.contact-bottom { display: flex; justify-content: space-between; align-items: center; gap: var(--stz-space-6); margin-top: var(--stz-space-8); }
.contact-bottom p { margin: 0; }
.preview-note { font-size: var(--stz-size-caption); margin-top: var(--stz-space-11); margin-bottom: 0; }
dialog { max-width: min(580px,calc(100% - var(--stz-space-8))); max-height: 90svh; overflow-y: auto; padding: var(--stz-space-8); border: 1px solid var(--stz-border-strong); background: var(--stz-surface-canvas); color: var(--stz-text-muted); }
dialog::backdrop { background: var(--stz-surface-scrim); }
dialog h2 { font-size: var(--stz-size-h3); }
.dialog-close { float: right; min-width: 44px; min-height: 44px; background: transparent; color: var(--stz-text); border: 1px solid var(--stz-border-strong); font-size: var(--stz-size-h5); }
#contact-form .stz-btn { margin-top: var(--stz-space-5); }
#contact-feedback { color: var(--stz-text); margin-top: var(--stz-space-4); }
/* Joseph's six-column block composition, carried over from his personal brand. */
.profile-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); grid-auto-rows: minmax(180px,auto); gap: var(--stz-space-1); padding: var(--stz-space-1); max-width: 1800px; margin-inline: auto; }
.profile-identity { grid-column: span 2; grid-row: span 2; background: var(--stz-surface-brand); color: var(--stz-on-surface-brand); }
.profile-identity h1 { font-size: var(--stz-size-h4); color: inherit; line-height: var(--stz-lh-h4); }
.profile-identity .eyebrow { display: block; margin-top: var(--stz-space-6); }
.profile-intro { grid-column: span 2; grid-row: span 2; }
.profile-intro .tile-statement { font-size: clamp(var(--stz-size-h5),3vw,var(--stz-size-h3)); }
.profile-story { grid-column: span 2; grid-row: span 3; justify-content: end; overflow: hidden; isolation: isolate; background: var(--stz-surface-raised); padding-top: var(--stz-space-14); }
.profile-story h2 { font-size: clamp(var(--stz-size-h3),4.4vw,var(--stz-size-h1)); }
.outlined { color: transparent; -webkit-text-stroke: 1px var(--stz-text); }
.profile-ring { width: 100%; aspect-ratio: 1; position: absolute; z-index: -1; top: -5%; right: -25%; border: 1px solid var(--stz-border-strong); border-radius: var(--stz-radius-round); }
.profile-ring::after { content: ''; position: absolute; inset: 15%; border: 1px solid var(--stz-accent-decor); border-radius: var(--stz-radius-round); }
.profile-stat { grid-column: span 1; min-height: 210px; padding: var(--stz-space-6); }
.profile-stat strong { font-size: var(--stz-size-display-page-sm); line-height: var(--stz-leading-display); }
.profile-stat p { font-size: var(--stz-size-small); line-height: var(--stz-leading-dense); }
.stat-retail { background: var(--stz-gray-100); color: var(--stz-text-on-light); }
.stat-retail strong { color: inherit; }
.stat-payments { background: var(--stz-surface-brand); color: var(--stz-on-surface-brand); }
.stat-payments strong { color: inherit; }
.profile-payments { grid-column: span 2; grid-row: span 2; background: var(--stz-accent-900); color: var(--stz-on-surface-brand); }
.profile-payments h2 { color: inherit; }
.profile-retail, .profile-automation { grid-column: span 2; grid-row: span 2; min-height: 450px; }
.profile-retail { background: var(--stz-gray-100); color: var(--stz-text-on-light); }
.profile-retail h2, .profile-retail a { color: inherit; }
.profile-calls, .profile-lab { grid-column: span 1; padding: var(--stz-space-5); }
.profile-calls h2, .profile-lab h2 { font-size: var(--stz-size-h6); }
.profile-calls p, .profile-lab p { font-size: var(--stz-size-small); line-height: var(--stz-leading-dense); }
.profile-lab { background: var(--stz-surface-raised); }
.profile-help { grid-column: span 2; }
.profile-help ul { padding-left: var(--stz-space-4); margin: 0; font-size: var(--stz-size-small); }
.profile-quote { grid-column: span 4; }
.profile-career { grid-column: span 6; }
.profile-career > p:not(.eyebrow) { max-width: 70ch; }
.career-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--stz-space-6); margin: 0; }
.career-list > div { border-top: 1px solid var(--stz-border-hairline); padding-top: var(--stz-space-4); }
.career-list dt { font-weight: var(--stz-weight-medium); color: var(--stz-text); }
.career-list dd { margin: var(--stz-space-2) 0 0; font-size: var(--stz-size-small); }
.profile-quote blockquote { margin: 0; font-size: var(--stz-size-h4); line-height: var(--stz-lh-h4); letter-spacing: var(--stz-tracking-tight); color: var(--stz-text); }
.profile-contact { grid-column: span 3; background: var(--stz-surface-brand); color: var(--stz-on-surface-brand); }
.profile-contact h2 { color: inherit; }
.profile-contact > span { font-size: var(--stz-size-small); overflow-wrap: anywhere; }
.profile-social { grid-column: span 1; justify-content: center; align-items: center; text-align: center; gap: var(--stz-space-2); padding: var(--stz-space-4); }
.profile-social > span { font-size: var(--stz-size-label); }
.social-accent { background: var(--stz-surface-raised); }
.profile-footer { display: flex; justify-content: space-between; gap: var(--stz-space-5); padding-block: var(--stz-space-6); font-size: var(--stz-size-caption); }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  a.profile-tile { transition: filter var(--stz-duration-fast) ease; }
  a.profile-tile:hover { filter: brightness(1.08); }
}
@media (max-width: 1310px) { main > .hero::before { inset-inline: calc(var(--stz-space-7) * -1); } }
@media (max-width: 1050px) {
  .split, .industry-layout { gap: var(--stz-space-8); }
  .profile-tile { padding: var(--stz-space-6); }
  .profile-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .profile-story { grid-column: 3 / span 2; grid-row: 3 / span 3; min-height: 500px; }
  .profile-stat { grid-row: 3; }
  .profile-payments { grid-column: 1 / span 2; grid-row: 4 / span 2; }
  .profile-calls, .profile-lab { grid-column: span 2; }
  .profile-quote { grid-column: span 2; }
  .profile-contact { grid-column: span 4; }
  .profile-career { grid-column: span 4; }
  .profile-social:last-child { grid-column: span 2; }
}
@media (max-width: 760px) {
  .service-grid { grid-template-columns: 1fr; gap: 0; }
  .demo-panel-footer { flex-direction: column; align-items: start; padding: var(--stz-space-5); }
  .software-panel .demo-image-link { overflow-x: auto; }
  .software-panel .demo-panel-footer { max-width: 100%; }
  .wrap { width: calc(100% - var(--stz-space-8)); }
  .section { padding-block: var(--stz-space-12); }
  .hero { padding-block: var(--stz-space-6) var(--stz-space-8); }
  main > .hero::before { inset-inline: calc(var(--stz-space-4) * -1); }
  .hero-kicker { margin-bottom: var(--stz-space-8); }
  .hero h1 { font-size: clamp(var(--stz-size-h4), 8.6vw, var(--stz-size-h1)); margin-bottom: var(--stz-space-8); }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: var(--stz-space-6); }
  .hero-description { font-size: var(--stz-size-body); max-width: 32ch; }
  .hero-actions { gap: var(--stz-space-5); }
  .round-link { width: 44px; height: 44px; flex-basis: 44px; }
  .principles-grid { grid-template-columns: 1fr; gap: var(--stz-space-2); }
  .split, .industry-layout { grid-template-columns: 1fr; gap: var(--stz-space-8); }
  .terminal-photo { max-width: 400px; }
  .section-heading { display: block; }
  .section-heading > p { max-width: none; }
  .tab-list:not(.industry-tabs) { gap: 0; }
  .tab-list:not(.industry-tabs) button { flex: 1; padding: var(--stz-space-3) var(--stz-space-2); font-size: var(--stz-size-caption); }
  .preview-caption { flex-direction: column; gap: 0; font-size: var(--stz-size-caption); }
  .software-panel { overflow-x: auto; }
  .software-panel img { width: 750px; max-width: none; }
  .industry-layout { margin-top: var(--stz-space-6); }
  .industry-tabs { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--stz-space-3); }
  .industry-tabs button { font-size: var(--stz-size-body-sm); }
  .industry-panels section { padding: var(--stz-space-6); }
  .industry-panels h3 { margin-top: var(--stz-space-11); font-size: var(--stz-size-h4); }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--stz-space-8) var(--stz-space-5); }
  .process-grid .stz-numeral-outline { font-size: var(--stz-size-h1); }
  .founder-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .founder-name, .founder-intro { grid-column: span 2; grid-row: auto; min-height: 310px; }
  .founder-name .monogram { font-size: var(--stz-size-display-page); }
  .founder-stat { min-height: 195px; padding: var(--stz-space-5); }
  .rate-card { padding: var(--stz-space-5); }
  .contact-bottom { align-items: start; flex-direction: column; }
  .contact-section { padding-top: var(--stz-space-12); }
  dialog { padding: var(--stz-space-5); }
  .profile-grid { grid-template-columns: repeat(2,minmax(0,1fr)); grid-auto-rows: auto; }
  .profile-grid > .profile-tile { grid-column: span 2; grid-row: auto; min-height: 280px; }
  .profile-grid > .profile-stat { grid-column: span 1; min-height: 230px; padding: var(--stz-space-5); }
  .profile-identity { min-height: 440px !important; }
  .profile-identity .monogram { font-size: var(--stz-size-display-hero-solid); }
  .profile-grid > .profile-story { min-height: 550px; }
  .profile-story h2 { font-size: var(--stz-size-h1); }
  .profile-grid > .profile-social { min-height: 120px; }
  .career-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .profile-tile h2 { font-size: var(--stz-size-h4); }
  .profile-quote blockquote { font-size: var(--stz-size-h5); line-height: var(--stz-lh-h5); }
  .profile-footer { flex-wrap: wrap; }
}

@media (max-width: 1050px) { .founder-name, .profile-identity { padding: 0; } }
.industry-all { padding-bottom: var(--stz-space-8); }
.industry-all .stz-btn { max-width: 100%; white-space: normal; text-align: center; }
