@font-face { font-family: "Bebas Neue"; src: url("/assets/fonts/BebasNeue-Regular-latin.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; unicode-range: U+0000-00FF,U+0100-017F,U+2000-206F,U+20AC,U+2190-21FF,U+25A0-25FF; }
@font-face { font-family: Inter; src: url("/assets/fonts/Inter-Variable-latin.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; unicode-range: U+0000-00FF,U+0100-017F,U+2000-206F,U+20AC,U+2190-21FF,U+25A0-25FF; }

:root {
  --carbon: #111318;
  --carbon-2: #191c23;
  --blue: #315cff;
  --blue-dark: #2348d9;
  --lime: #c8ff3d;
  --white: #f4f7fa;
  --paper: #f7f8fa;
  --line: #d8dde5;
  --muted: #687184;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--carbon); font-family: Inter, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%); background: var(--lime); color: var(--carbon); padding: 12px 16px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); background: rgba(17,19,24,.86); border-bottom: 1px solid rgba(244,247,250,.12); backdrop-filter: blur(16px); }
.nav-shell { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 188px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav > a { text-decoration: none; font-size: 13px; font-weight: 600; color: #d7dce6; transition: color .2s; }
.site-nav > a:hover { color: white; }
.menu-button { display: none; color: inherit; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; width: 22px; height: 2px; background: currentColor; margin: 6px auto; transition: transform .2s; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 18px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-lime { background: var(--lime); color: var(--carbon) !important; }
.button-lime:hover { background: white; }
.button-small { min-height: 42px; padding-inline: 16px; }
.button-block { width: 100%; }
.text-link { color: var(--white); font-size: 14px; font-weight: 600; text-decoration: none; border-bottom: 1px solid #ffffff55; padding-bottom: 5px; }
.dark-link { color: var(--carbon); border-color: #11131855; }

.dark-section { position: relative; color: var(--white); background: var(--carbon); overflow: hidden; }
.section-pad { padding-block: 124px; }
.section-index { margin: 0 0 26px; font: 500 11px/1 Inter, sans-serif; letter-spacing: .2em; color: var(--blue); }
.dark-section .section-index { color: var(--lime); }

.hero { min-height: 900px; padding: 176px 0 0; }
.hero-grid-grid, .pilot-grid { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom,black,transparent 78%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 80px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 28px; font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: #aeb6c6; }
.status-dot, .console-live i, .availability i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px #c8ff3d1b; }
.hero h1, .positioning h2, .section-heading h2, .controls h2, .pricing h2, .faq h2, .pilot h2 { margin: 0; font: 400 clamp(66px,8.2vw,126px)/.83 "Bebas Neue", Impact, sans-serif; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 { font-size: clamp(62px,6.4vw,96px); line-height: .88; }
.hero h1 span { color: var(--blue); }
.hero-lede { max-width: 610px; margin: 34px 0 0; color: #b7becb; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 68px 0 0; border-top: 1px solid #ffffff1d; }
.hero-proof div { padding: 18px 16px 0 0; }
.hero-proof div + div { padding-left: 18px; border-left: 1px solid #ffffff1d; }
.hero-proof dt { color: var(--blue); font: 400 22px/1 "Bebas Neue"; }
.hero-proof dd { margin: 8px 0 0; color: #aab2c1; font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .1em; }

.workforce-console { position: relative; border: 1px solid #ffffff22; background: #171a20; box-shadow: 0 32px 80px #0008; }
.workforce-console::before { content: ""; position: absolute; inset: 10px -10px -10px 10px; z-index: -1; border: 1px solid var(--blue); }
.console-topbar, .console-footer { display: flex; align-items: center; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid #ffffff18; color: #8e97a8; font: 500 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; }
.console-live { display: flex; align-items: center; gap: 8px; color: var(--lime); }
.console-live i { width: 5px; height: 5px; box-shadow: none; }
.console-profile { display: grid; grid-template-columns: 126px 1fr; gap: 26px; align-items: center; padding: 30px; border-bottom: 1px solid #ffffff18; }
.profile-label { color: #7f899b; font: 500 9px/1.2 ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.console-profile h2 { margin: 7px 0 2px; font: 400 56px/1 "Bebas Neue"; letter-spacing: .01em; }
.console-profile p { margin: 0; color: #a5adbb; font-size: 12px; line-height: 1.5; }
.maya-monogram { display: grid; place-items: center; aspect-ratio: 1; border-radius: 50%; color: var(--white); background: linear-gradient(145deg,var(--blue),#1635b7); box-shadow: inset 0 0 0 8px #ffffff0e,0 16px 40px #0007; font: 400 72px/1 "Bebas Neue"; }
.console-section { padding: 26px 30px; }
.console-footer { border: 0; border-top: 1px solid #ffffff18; }
.console-footer strong { color: var(--white); font-weight: 500; }
.job-timeline { list-style: none; margin: 15px 0 0; padding: 0; }
.job-timeline li { display: grid; grid-template-columns: 52px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-top: 1px solid #ffffff12; }
.job-timeline time { color: #9aa3b2; font: 500 10px/1 ui-monospace,monospace; }
.job-timeline span { color: #b4bcc9; font-size: 10px; line-height: 1.45; }
.job-timeline strong { display: block; margin-bottom: 2px; color: var(--white); font-size: 12px; }
.job-timeline b { color: var(--lime); font: 500 8px/1 ui-monospace,monospace; letter-spacing: .09em; }
.role-boundary { display: flex; justify-content: space-between; gap: 24px; margin: 0 30px 24px; padding: 13px 15px; border-left: 3px solid var(--lime); color: #fff; background: #0e1014; font: 500 9px/1.4 ui-monospace,monospace; text-transform: uppercase; letter-spacing: .06em; }
.role-boundary strong { color: #f0f3f7; font-weight: 500; text-align: right; }
.role-price { color: #a4adbc; }
.role-price strong { color: var(--lime); font-size: 13px; }
.hero-ticker { position: relative; margin-top: 90px; overflow: hidden; border-block: 1px solid #ffffff18; background: #0c0e12; }
.hero-ticker div { display: flex; width: max-content; align-items: center; gap: 34px; padding: 17px 0; animation: ticker 22s linear infinite; }
.hero-ticker span { font: 400 17px/1 "Bebas Neue"; letter-spacing: .12em; color: #aab2c1; }
.hero-ticker i { width: 6px; height: 6px; background: var(--lime); }
@keyframes ticker { to { transform: translateX(-50%); } }

.positioning { background: var(--white); }
.positioning-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.positioning h2, .section-heading h2, .controls h2, .pricing h2, .faq h2, .pilot h2 { font-size: clamp(56px,6.6vw,96px); }
.positioning h2 span { color: var(--blue); }
.positioning-grid > div > p { max-width: 760px; margin: 32px 0 0; color: #596274; font-size: 19px; line-height: 1.75; }

.workforce { background: #e9edf3; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 62px; }
.section-heading > p { max-width: 390px; margin: 0 0 7px; color: #596273; font-size: 16px; line-height: 1.7; }
.section-heading.inverse > p { color: #aeb6c4; }
.workforce .section-index { color: #214bdc; }
.worker-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.worker-card { padding: 24px; background: var(--white); border: 1px solid #dce1e9; transition: transform .25s, border-color .25s; }
.worker-card:hover { transform: translateY(-6px); border-color: var(--blue); }
.worker-card.featured { background: var(--carbon); color: var(--white); border-color: var(--carbon); }
.worker-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #dfe3e9; }
.featured .worker-card-head { border-color: #ffffff1a; }
.featured .availability { color: var(--lime); }
.featured .worker-number { color: var(--lime); }
.worker-number { color: var(--blue); font: 500 10px/1 ui-monospace, monospace; }
.availability { display: flex; align-items: center; gap: 7px; color: #596273; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.availability i { width: 5px; height: 5px; box-shadow: none; }
.worker-identity { display: grid; grid-template-columns: 76px 1fr; gap: 18px; align-items: center; padding: 28px 0 20px; }
.worker-initial { display: grid; place-items: center; width: 76px; aspect-ratio: 1; border-radius: 50%; color: var(--white); background: var(--blue); font: 400 44px/1 "Bebas Neue"; box-shadow: inset 0 0 0 6px #ffffff14; }
.worker-initial.lime { color: var(--carbon); background: var(--lime); }
.worker-initial.white { color: var(--carbon); background: #e4e8ef; }
.worker-identity h3 { margin: 0; font: 400 46px/1 "Bebas Neue"; }
.worker-identity p { margin: 5px 0 0; color: #596273; font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; }
.featured .worker-identity p { color: #9da6b5; }
.worker-summary { min-height: 76px; margin: 0; color: #5d6676; font-size: 14px; line-height: 1.65; }
.featured .worker-summary { color: #aeb6c4; }
.worker-skills { list-style: none; margin: 20px 0; padding: 0; border-top: 1px solid #e1e5eb; }
.featured .worker-skills { border-color: #ffffff1a; }
.worker-skills li { position: relative; padding: 10px 0 10px 18px; border-bottom: 1px solid #e1e5eb; font-size: 12px; }
.featured .worker-skills li { border-color: #ffffff1a; }
.worker-skills li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; background: var(--blue); }
.featured .worker-skills li::before { background: var(--lime); }
.worker-tools { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; }
.worker-tools span { width: 100%; color: #596273; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.worker-tools strong { padding: 5px 7px; background: #eef1f5; font: 500 9px/1 ui-monospace, monospace; }
.worker-role-link { display: inline-flex; margin-top: 22px; }
.featured .worker-tools strong { background: #252933; }
.featured .worker-tools span { color: #aeb6c4; }
.lead-worker { display: grid; grid-column: 1/-1; grid-template-columns: .82fr 1.18fr; column-gap: 54px; padding: 30px; }
.lead-worker .worker-card-head { grid-column: 1/-1; }
.lead-worker .worker-identity { grid-column: 1; grid-row: 2; }
.lead-worker .worker-summary { grid-column: 1; grid-row: 3; min-height: 0; }
.lead-worker .worker-skills { grid-column: 2; grid-row: 2/span 3; margin-block: 28px 0; }
.lead-worker .worker-tools { grid-column: 1; grid-row: 4; margin-top: 20px; }
.lead-worker-actions { display: flex; grid-column: 1/-1; align-items: center; gap: 26px; margin-top: 26px; padding-top: 24px; border-top: 1px solid #ffffff1a; }
.lead-worker .worker-role-link { margin-top: 0; }
.future-role { border-top: 4px solid #cbd2dc; }
.integration-note { max-width: 700px; margin: 34px auto 0; color: #596273; text-align: center; font-size: 12px; line-height: 1.6; }

.how { background: var(--carbon); }
.process-list { list-style: none; margin: 0; padding: 0; border-top: 1px solid #ffffff20; }
.process-list li { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 36px; padding: 32px 0; border-bottom: 1px solid #ffffff20; }
.process-list li > span { color: var(--blue); font: 400 28px/1 "Bebas Neue"; }
.process-list h3 { margin: 0 0 7px; font-size: 20px; }
.process-list p { margin: 0; color: #99a2b2; font-size: 14px; }
.process-list b { color: #747d8c; font: 400 54px/1 "Bebas Neue"; letter-spacing: .06em; }

.controls { background: var(--white); }
.controls-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.controls-copy { position: sticky; top: 130px; }
.controls-copy > p:not(.section-index) { max-width: 520px; margin: 28px 0 34px; color: #657082; font-size: 16px; line-height: 1.75; }
.control-stack { border-top: 1px solid var(--line); }
.control-card { display: grid; grid-template-columns: 64px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.control-card > span { color: var(--blue); font: 400 28px/1 "Bebas Neue"; }
.control-card h3 { margin: 0 0 8px; font-size: 18px; }
.control-card p { margin: 0; color: #626b7a; font-size: 14px; line-height: 1.7; }

.scoreboard { background: var(--lime); }
.scoreboard .section-index { color: var(--carbon); opacity: .6; }
.scoreboard-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #111318; }
.scoreboard-grid > div { min-height: 250px; padding: 24px; }
.scoreboard-grid > div + div { border-left: 1px solid #111318; }
.scoreboard-grid span { font: 400 26px/1 "Bebas Neue"; }
.scoreboard-grid h3 { margin: 80px 0 9px; font-size: 16px; }
.scoreboard-grid p { margin: 0; font-size: 12px; line-height: 1.6; }
.scoreboard-statement { max-width: 800px; margin: 52px 0 0 auto; font: 400 clamp(38px,4.8vw,68px)/.95 "Bebas Neue"; text-transform: uppercase; }

.pricing { background: #15181e; }
.pricing-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 100px; align-items: center; }
.pricing-copy > p:not(.section-index) { max-width: 560px; margin: 30px 0 0; color: #a7afbd; font-size: 17px; line-height: 1.7; }
.price-card { background: var(--white); color: var(--carbon); padding: 36px; border-top: 5px solid var(--blue); box-shadow: 16px 16px 0 var(--blue); }
.price-label { font: 600 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.price { display: flex; align-items: start; margin-top: 26px; }
.price > span { margin: 10px 4px 0 0; font: 400 28px/1 "Bebas Neue"; }
.price strong { font: 400 82px/.9 "Bebas Neue"; }
.price small { align-self: end; margin: 0 0 8px 10px; color: #626b7a; font-size: 11px; }
.monthly { display: flex; align-items: baseline; gap: 7px; padding: 14px 0 24px; border-bottom: 1px solid var(--line); color: #626b7a; font-size: 11px; }
.monthly strong { color: var(--carbon); font-size: 17px; }
.price-card ul { list-style: none; margin: 22px 0; padding: 0; }
.price-card li { position: relative; padding: 8px 0 8px 22px; font-size: 13px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--blue); font-weight: 800; }
.price-card > p { color: #626b7a; font-size: 10px; line-height: 1.6; }
.price-card .button { margin-top: 18px; }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; list-style: none; cursor: pointer; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--blue); font-size: 22px; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 650px; margin: -3px 0 24px; color: #677183; font-size: 14px; line-height: 1.75; }

.pilot { padding: 120px 0; text-align: center; }
.pilot-inner { position: relative; display: flex; flex-direction: column; align-items: center; }
.pilot-role-chip { display: flex; align-items: center; gap: 14px; margin-bottom: 32px; padding: 9px 16px 9px 9px; border: 1px solid #ffffff24; background: #090b0e88; text-align: left; }
.pilot-role-chip > span { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border-radius: 50%; color: white; background: var(--blue); font: 400 26px/1 "Bebas Neue"; }
.pilot-role-chip strong,.pilot-role-chip small { display: block; }
.pilot-role-chip strong { font: 400 22px/1 "Bebas Neue"; letter-spacing: .04em; text-transform: uppercase; }
.pilot-role-chip small { margin-top: 3px; color: #929baa; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.pilot-mark { width: 76px; margin-bottom: 36px; }
.not-found-page { min-height: 100vh; display: grid; place-items: center; }
.pilot h2 { max-width: 900px; }
.pilot > .shell p:not(.section-index) { max-width: 650px; margin: 30px auto; color: #aeb6c4; font-size: 16px; line-height: 1.7; }
.pilot-note { margin-top: 16px; color: #7e8796; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.site-footer { padding: 70px 0 24px; color: var(--white); background: #0a0c0f; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid img { width: 175px; margin-bottom: 10px; }
.footer-grid p { max-width: 260px; margin: 0; color: #7e8796; font-size: 12px; line-height: 1.6; }
.footer-grid span { margin-bottom: 8px; color: #858e9d; font-size: 9px; letter-spacing: .15em; }
.footer-grid a { color: #abb3c1; font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 62px; padding-top: 20px; border-top: 1px solid #ffffff15; color: #858e9d; font-size: 10px; }

.legal-page { min-height: 100vh; padding: 150px 0 100px; background: var(--white); }
.legal-wrap { max-width: 780px; }
.legal-wrap h1 { font: 400 72px/1 "Bebas Neue"; text-transform: uppercase; }
.legal-wrap h2 { margin-top: 42px; font-size: 19px; }
.legal-wrap p,.legal-wrap li { color: #596375; line-height: 1.8; font-size: 14px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section-pad { padding-block: 90px; }
  .site-nav { position: fixed; inset: 78px 0 0; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px; background: var(--carbon); transform: translateX(100%); transition: transform .25s; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { padding: 19px 0; border-bottom: 1px solid #ffffff1a; font-size: 16px; }
  .site-nav .button { margin-top: 22px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding-top: 140px; }
  .hero-layout, .controls-layout, .pricing-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 70px; }
  .hero h1 { font-size: clamp(68px,12vw,104px); }
  .workforce-console { max-width: 620px; }
  .positioning-grid, .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .worker-grid { grid-template-columns: 1fr; }
  .lead-worker { grid-column: auto; }
  .worker-card { display: grid; grid-template-columns: 1fr 1fr; column-gap: 30px; }
  .worker-card-head, .worker-identity { grid-column: 1/-1; }
  .lead-worker { display: block; }
  .lead-worker-actions { display: flex; }
  .worker-summary { min-height: 0; }
  .section-heading { align-items: start; }
  .controls-layout { gap: 60px; }
  .controls-copy { position: static; }
  .scoreboard-grid { grid-template-columns: 1fr 1fr; }
  .scoreboard-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--carbon); }
  .scoreboard-grid > div:nth-child(4) { border-top: 1px solid var(--carbon); }
  .pricing-layout { gap: 50px; }
  .price-card { max-width: 620px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 32px,var(--shell)); }
  .nav-shell { min-height: 70px; }
  .brand { width: 158px; }
  .site-nav { inset-block-start: 70px; }
  .hero { min-height: auto; padding-top: 120px; }
  .hero h1 { font-size: clamp(58px,18vw,82px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof div + div { padding-left: 0; border-left: 0; }
  .console-profile { grid-template-columns: 90px 1fr; padding: 20px; gap: 16px; }
  .maya-monogram { font-size: 50px; }
  .console-profile h2 { font-size: 44px; }
  .console-section { padding: 22px 20px; }
  .console-footer { align-items: start; flex-direction: column; gap: 8px; }
  .role-boundary { align-items: flex-start; flex-direction: column; margin-inline: 20px; }
  .role-boundary strong { text-align: left; }
  .positioning h2,.section-heading h2,.controls h2,.pricing h2,.faq h2,.pilot h2 { font-size: clamp(52px,16vw,76px); }
  .positioning-grid > div > p { font-size: 16px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 24px; }
  .worker-card { display: block; }
  .lead-worker { padding: 24px; }
  .lead-worker-actions { align-items: stretch; flex-direction: column; }
  .lead-worker-actions .text-link { align-self: flex-start; }
  .worker-summary { min-height: auto; }
  .process-list li { grid-template-columns: 42px 1fr; gap: 14px; }
  .process-list li b { display: none; }
  .scoreboard-grid { grid-template-columns: 1fr; }
  .scoreboard-grid > div { min-height: 190px; }
  .scoreboard-grid > div + div { border-left: 0; border-top: 1px solid var(--carbon); }
  .scoreboard-grid h3 { margin-top: 45px; }
  .price-card { padding: 26px 22px; box-shadow: 9px 9px 0 var(--blue); }
  .price strong { font-size: 68px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
