:root {
  --ink: #111820;
  --muted: #5f666e;
  --line: #dfe4e1;
  --paper: #fbfcfb;
  --mint: #e8f6f1;
  --mint-soft: #f2faf7;
  --green: #08715d;
  --green-dark: #044c40;
  --green-deep: #023b33;
  --green-bright: #26b294;
  --white: #ffffff;
  --orange: #f2a45e;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(8, 54, 45, 0.12);
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #e8a65c; outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(236,249,244,.94); border-bottom: 0; backdrop-filter: blur(16px); }
.header-inner { height: 72px; display: flex; align-items: center; gap: 28px; }
.brand img { width: 102px; height: 34px; object-fit: contain; object-position: left; }
.primary-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; font-size: 13px; font-weight: 600; color: #46504d; }
.primary-nav a { transition: color .2s ease; }
.primary-nav a:hover { color: var(--green); }
.menu-button { display: none; background: transparent; border: 1px solid var(--line); padding: 9px 12px; border-radius: 10px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 24px; border-radius: 999px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 14px; }
.button-dark { background: var(--green-dark); color: white; box-shadow: 0 9px 22px rgba(4,76,64,.18); }
.button-primary { background: var(--green); color: white; box-shadow: 0 14px 28px rgba(8,113,93,.22); }
.button-secondary { border: 1px solid #cad4d0; background: white; }
.button-light { background: white; color: var(--green-dark); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--green); font-weight: 750; }

.hero { overflow: hidden; padding: 76px 0 86px; background: #ecf9f4; }
.hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 44px; align-items: center; }
.eyebrow { margin: 0 0 20px; color: var(--green); text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 800; }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(38,178,148,.14); }
h1, h2 { font-family: Inter, sans-serif; letter-spacing: -.055em; }
h1 { margin: 0; max-width: 620px; font-size: clamp(48px, 3.8vw, 58px); line-height: .95; font-weight: 600; letter-spacing: -.035em; }
h1 span { display: block; white-space: nowrap; }
.hero-lede { margin: 30px 0 0; max-width: 600px; color: #515b59; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-actions .text-link { margin-left: 6px; }
.trust-line { display: flex; align-items: center; gap: 10px; margin-top: 27px; color: #67706d; font-size: 13px; font-weight: 600; }
.trust-icon { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 12px; }

.claude-code-harness { overflow: hidden; border-radius: 18px; background: #30302f; box-shadow: 0 28px 65px rgba(18,36,31,.22); font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.claude-window-bar { height: 36px; display: flex; align-items: center; gap: 8px; padding: 0 16px; background: #3d3d3a; }
.claude-window-bar span { width: 11px; height: 11px; border-radius: 50%; background: #e86d61; }.claude-window-bar span:nth-child(2) { background: #efb653; }.claude-window-bar span:nth-child(3) { background: #62c554; }
.claude-terminal { min-height: 480px; padding: 20px 25px 14px; color: #eeeae5; background: #1f1e1d; font-size: 11.5px; line-height: 1.42; }
.claude-masthead { display: flex; align-items: center; gap: 11px; padding-bottom: 12px; border-bottom: 1px solid #484541; color: #f0ece7; font-size: 14px; white-space: nowrap; }.claude-masthead img { width: 30px; height: 26px; object-fit: cover; border-radius: 5px; }.claude-masthead strong { font-weight: 600; }.masthead-rule { flex: 1; }
.claude-context { margin: 13px 0 14px; padding: 8px 12px; border: 1px dashed #76513f; color: #aca7a1; }
.claude-prompt { display: grid; grid-template-columns: 18px 1fr; gap: 4px; padding: 10px 0 12px; border-bottom: 1px solid #484541; }.claude-prompt > span { color: #e2dcd5; }.claude-prompt p { margin: 0; color: #f7f4ef; font-size: 12px; line-height: 1.45; }
.claude-activity { padding: 10px 0; color: #9f9b96; }.claude-activity div { margin: 3px 0; }.claude-activity span { color: #d87959; margin-right: 8px; }
.claude-answer { padding: 2px 0 7px; }.claude-answer p { margin: 0 0 7px; }.claude-answer ol { margin: 0; padding-left: 22px; }.claude-answer li { padding: 2px 0; }.claude-answer strong { color: #f3eee8; }.claude-answer li span { display: block; color: #aaa6a0; }.claude-next { margin-top: 9px !important; color: #e0a17e; }
.claude-input { display: flex; align-items: center; gap: 8px; height: 36px; margin-top: 4px; border-top: 1px solid #4b4844; color: #b8b3ad; }.cursor-block { width: 9px; height: 16px; background: #d6d1cb; }
.claude-footer { display: flex; gap: 14px; color: #77736f; font-size: 9px; }.claude-footer span + span::before { content: "·"; margin-right: 14px; }
.agent-window { position: relative; border: 1px solid #27312f; border-radius: 26px; overflow: hidden; background: #0b1115; color: white; box-shadow: 0 34px 80px rgba(11,24,21,.23); transform: rotate(1.2deg); }
.agent-window::before { content: ""; position: absolute; z-index: -1; inset: 14% -8% -9% 12%; background: #c9eee1; filter: blur(30px); }
.window-bar { min-height: 59px; padding: 0 18px; border-bottom: 1px solid #27312f; display: flex; align-items: center; gap: 12px; color: #cad2d0; font-size: 12px; }
.window-dots { display: flex; gap: 7px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #5c6764; }
.window-dots span:first-child { background: #ed736d; }.window-dots span:nth-child(2) { background: #eab45d; }.window-dots span:last-child { background: #3cb68d; }
.window-title { display: flex; align-items: center; gap: 8px; font-weight: 700; }
.demi-mark { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; color: #8ff1d6; background: #163f37; }
.preview-label { margin-left: auto; color: #8e9996; }
.conversation { padding: 24px; }
.message { border-radius: 16px; }
.message-label { display: block; margin-bottom: 9px; font-size: 10px; color: #7f8b88; letter-spacing: .13em; text-transform: uppercase; font-weight: 800; }
.operator-message { width: 85%; margin-left: auto; padding: 17px 18px; color: #eaf0ee; background: #182126; }
.operator-message p { margin: 0; font-size: 14px; line-height: 1.55; }
.thinking-row { display: flex; align-items: center; gap: 4px; padding: 16px 6px; color: #78827f; }
.thinking-row span { width: 4px; height: 4px; border-radius: 50%; background: #4db99d; }
.thinking-row small { margin-left: 8px; }
.demi-message { padding: 19px; border: 1px solid #26483f; background: linear-gradient(145deg, #11231f, #0d1719); }
.result-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 14px; border-bottom: 1px solid #263632; }
.result-heading strong { font-size: 16px; }.result-heading span { color: #8f9b98; font-size: 10px; }
.recommendation-list { list-style: none; margin: 0; padding: 0; }
.recommendation-list li { display: grid; grid-template-columns: 25px 1fr auto; gap: 10px; align-items: center; padding: 13px 0; border-bottom: 1px solid #263632; }
.rec-number { color: #55c3a7; font-size: 10px; font-weight: 800; }
.recommendation-list strong { display: block; font-size: 12px; }.recommendation-list p { margin: 3px 0 0; color: #8f9b98; font-size: 10px; line-height: 1.45; }
.metric { padding: 5px 7px; border-radius: 7px; font-size: 9px; font-weight: 800; }.metric.positive { color: #8ee2c8; background: #164137; }.metric.warning { color: #f4bd87; background: #3f2c20; }
.evidence-row { display: flex; align-items: center; gap: 11px; padding-top: 14px; color: #75817e; font-size: 9px; }.evidence-row button { margin-left: auto; border: 0; background: transparent; color: #6dd7ba; font-size: 10px; font-weight: 700; }

.client-ribbon { padding: 42px 0; background: white; }
.client-ribbon-inner { display: grid; grid-template-columns: 330px 1fr; align-items: center; gap: 52px; }
.client-ribbon-copy h2 { margin: 0 0 8px; font-size: 22px; line-height: 1.15; letter-spacing: -.03em; white-space: nowrap; }
.client-ribbon-copy p { margin: 0; color: #717976; font-size: 13px; line-height: 1.55; font-weight: 500; }
.client-list { display: flex; align-items: center; justify-content: flex-end; gap: 34px; flex: 1; }
.client { display: flex; align-items: center; gap: 10px; min-height: 54px; padding: 0 18px; border: 1px solid #e1e6e3; border-radius: 14px; color: #333b39; background: #fbfcfb; font-size: 14px; font-weight: 750; white-space: nowrap; }
.client img { width: 23px; height: 23px; object-fit: contain; }

.section { padding: 112px 0; }
.section-heading h2, .capability-intro h2, .safety-intro h2, .final-cta h2 { margin: 0; font-size: clamp(34px, 3.5vw, 50px); line-height: 1; font-weight: 600; letter-spacing: -.05em; }
.heading-split { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.heading-split > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.centered { max-width: 800px; margin: 0 auto 60px; text-align: center; }.centered > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.65; }

.possibilities { background: #f5f7f5; }
.workflow-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.workflow-card { position: relative; min-height: 0; padding: 30px; border: 1px solid #d8deda; border-radius: var(--radius); display: flex; flex-direction: column; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.workflow-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.workflow-featured { color: white; background: var(--green-dark); border-color: var(--green-dark); }
.workflow-wide { grid-column: 1 / -1; min-height: 300px; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-index { color: #8c9692; font-size: 11px; font-weight: 800; letter-spacing: .13em; }.workflow-featured .card-index { color: #9fc7bd; }
.availability { padding: 7px 10px; border-radius: 999px; color: var(--green); background: var(--mint); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .08em; }.workflow-featured .availability { color: #a5efda; background: #126854; }
.workflow-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-top: 45px; border: 1px solid #dce2df; border-radius: 15px; color: var(--green); background: #f8faf9; font-size: 24px; font-weight: 600; }.workflow-featured .workflow-icon { border-color: #347567; color: #a4ebd7; background: #195b4d; }
.workflow-card h3 { margin: 0 0 10px; font-size: 25px; letter-spacing: -.03em; }.card-description { margin: 0; color: #727a77; line-height: 1.55; }.workflow-featured .card-description { color: #c0d3ce; }
.prompt-quote { position: relative; display: block; margin-top: 26px; padding-top: 19px; border-top: 1px solid #dce3df; background: transparent; }.workflow-featured .prompt-quote { border-color: rgba(255,255,255,.16); }
.prompt-label { display: block; margin-bottom: 9px; color: #7b8581; font-size: 11px; line-height: 1; font-weight: 700; }.workflow-featured .prompt-label { color: #9fc7bd; }
.workflow-card blockquote { margin: 0; padding: 0 56px 0 0; color: #27302e; font-size: 17px; line-height: 1.56; font-style: normal; font-weight: 600; }.workflow-featured blockquote { color: #f5fbf9; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: auto; color: #8a938f; font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }.workflow-featured .card-footer { color: #98bdb4; }
.copy-button { border: 0; color: var(--green); background: transparent; cursor: pointer; }.copy-icon-button { position: absolute; top: 18px; right: 0; display: grid; place-items: center; width: 34px; height: 34px; padding: 0; border: 0; border-radius: 8px; background: transparent; }.copy-icon-button:hover { background: #e9efec; }.copy-icon-button img { width: 16px; height: 18px; }.workflow-featured .copy-icon-button { color: #a5ead7; background: transparent; }.workflow-featured .copy-icon-button:hover { background: rgba(255,255,255,.08); }.workflow-featured .copy-icon-button img { filter: brightness(0) invert(1); opacity: .9; }
.wide-copy { display: flex; gap: 22px; align-items: center; margin-top: 18px; }.wide-copy .workflow-icon { flex: 0 0 auto; margin: 0; }.wide-copy h3 { margin-top: 0; }

.process-section { background: #091311; color: white; }
.dark-heading .eyebrow { color: #70d4b9; }.dark-heading > p:last-child { color: #9aa7a3; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid article { position: relative; min-height: 410px; padding: 30px; border: 1px solid #26312f; border-radius: var(--radius); background: #111d1a; }
.process-number { color: #68c6ad; font-size: 11px; font-weight: 800; }.process-grid h3 { margin: 27px 0 10px; font-size: 23px; }.process-grid p { margin: 0; color: #9aa7a3; line-height: 1.65; }
.process-art { position: relative; height: 170px; margin-top: 27px; border: 1px solid #293b36; border-radius: 15px; overflow: hidden; background: #0c1714; }
.question-art { padding: 28px; }.question-art span { color: #69d2b4; font-size: 40px; }.question-art div { height: 7px; margin-top: 11px; border-radius: 7px; background: #2b403a; }.question-art div:nth-of-type(1) { width: 85%; }.question-art div:nth-of-type(2) { width: 68%; }.question-art div:nth-of-type(3) { width: 42%; background: #236c5a; }
.data-art { display: flex; align-items: end; justify-content: center; gap: 13px; padding: 29px; }.data-art i { width: 31px; border-radius: 7px 7px 0 0; background: #1d5c4c; }.data-art i:nth-child(1) { height: 48px; }.data-art i:nth-child(2) { height: 83px; }.data-art i:nth-child(3) { height: 115px; background: #40b393; }.data-art b { position: absolute; inset: 22px; border-bottom: 1px solid #30423d; }
.decision-art { display: grid; place-items: center; }.decision-art span { display: grid; place-items: center; width: 60px; height: 60px; border-radius: 50%; color: #89e7cc; background: #1d5d4e; font-size: 25px; }.decision-art div { position: absolute; width: 34px; height: 34px; border: 1px solid #315047; border-radius: 9px; }.decision-art div:first-of-type { left: 33px; top: 34px; }.decision-art div:last-of-type { right: 33px; bottom: 31px; }
.decision-art img { width: 42px; height: 42px; filter: brightness(0) invert(1); opacity: .88; }

.capability-section { background: white; }
.capability-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.capability-intro { position: sticky; top: 120px; align-self: start; }.capability-intro p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.7; }.dark-link { margin-top: 20px; }
.capability-list { border-top: 1px solid var(--line); }
.capability-list details { border-bottom: 1px solid var(--line); }
.capability-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; cursor: pointer; list-style: none; }
.capability-list summary::-webkit-details-marker { display: none; }
.capability-list h3 { margin: 0; font-size: 20px; letter-spacing: -.025em; }
.capability-list p { max-width: 620px; margin: -5px 70px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.expand-icon { position: relative; flex: 0 0 38px; width: 38px; height: 38px; border: 1px solid #dce3df; border-radius: 50%; }
.expand-icon::before, .expand-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: var(--green); transform: translate(-50%, -50%); transition: transform .2s ease; }
.expand-icon::after { transform: translate(-50%, -50%) rotate(90deg); }.capability-list details[open] .expand-icon::after { transform: translate(-50%, -50%) rotate(0deg); }

.safety-section { background: var(--green-deep); color: white; }
.safety-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 90px; align-items: start; }
.safety-visual { display: grid; place-items: center; min-height: 540px; }
.shield-ring { position: relative; display: grid; place-items: center; width: 290px; height: 290px; border: 1px solid rgba(147,228,207,.22); border-radius: 50%; }.shield-ring::before, .shield-ring::after { content: ""; position: absolute; border: 1px solid rgba(147,228,207,.12); border-radius: 50%; }.shield-ring::before { inset: -45px; }.shield-ring::after { inset: -90px; }
.shield-core { display: grid; place-items: center; width: 108px; height: 108px; border: 1px solid #47b79a; border-radius: 34px; color: #a5efda; background: #0b5a4c; font-size: 46px; font-weight: 800; box-shadow: 0 0 60px rgba(77,201,167,.18); }
.orbit { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: #77d9be; }.orbit-one { top: 20px; left: 62px; }.orbit-two { right: 12px; bottom: 85px; }.orbit-three { left: -45px; bottom: 55px; }
.safety-intro { position: sticky; top: 120px; }.light-eyebrow { color: #8ce1ca; }.safety-lede { max-width: 420px; margin-top: 22px; color: #b8cdc7; font-size: 16px; line-height: 1.7; }
.operator-photo { overflow: hidden; width: 100%; margin: 36px 0 0; aspect-ratio: 4 / 3; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: #0a5145; }.operator-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 53% center; filter: saturate(.88) contrast(1.02); }
.safety-points { display: grid; grid-template-columns: 1fr 1fr; column-gap: 42px; }.safety-points > div { min-height: 178px; padding: 27px 0; border-top: 1px solid rgba(255,255,255,.17); }.safety-points img { width: 22px; height: 22px; margin-bottom: 25px; filter: brightness(0) invert(1); opacity: .82; }.safety-points p { margin: 0; color: #9eb7b0; font-size: 13px; line-height: 1.62; }.safety-points strong { display: block; margin-bottom: 8px; color: white; font-size: 15px; }

.connect-section { background: #f4f7f5; }
.connect-card { overflow: hidden; border: 1px solid #d7dfdb; border-radius: 24px; background: white; box-shadow: 0 24px 65px rgba(10,50,42,.09); }
.client-tabs { display: flex; align-items: stretch; padding: 10px 12px 0; border-bottom: 1px solid var(--line); background: #fafbfa; }.client-tabs button { flex: 1; display: flex; justify-content: center; align-items: center; gap: 9px; padding: 17px 12px; border: 0; border-bottom: 3px solid transparent; color: #7a827f; background: transparent; font-weight: 750; cursor: pointer; }.client-tabs button[aria-selected="true"] { color: var(--green); border-bottom-color: var(--green); background: white; }.client-tabs img { width: 19px; height: 19px; }
.connect-content { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; padding: 46px; }.connect-steps { display: grid; gap: 10px; }.connect-steps > div { display: flex; gap: 14px; padding: 15px; border-radius: 13px; background: #f6f8f7; }.connect-steps span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; border-radius: 50%; color: var(--green); background: white; font-size: 11px; font-weight: 800; }.connect-steps p { margin: 0; }.connect-steps strong { display: block; margin: 2px 0 5px; font-size: 13px; }.connect-steps small { color: #737c79; line-height: 1.4; }
.endpoint-panel { padding: 28px; border-radius: 17px; color: white; background: #0b1214; }.endpoint-label { display: flex; justify-content: space-between; margin-bottom: 18px; color: #818c89; text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .1em; }.endpoint-code { display: flex; align-items: flex-start; gap: 12px; padding: 17px 19px; border: 1px solid #2a3a36; border-radius: 12px; background: #111d1a; }.endpoint-code code { overflow-x: auto; flex: 1; color: #8ee4ca; white-space: pre-wrap; overflow-wrap: anywhere; font-size: 13px; line-height: 1.55; }.endpoint-copy { margin-left: auto; border: 1px solid #3b4b47; border-radius: 8px; padding: 7px 10px; color: white; background: #1d2926; font-size: 10px; cursor: pointer; }.endpoint-panel p { margin: 21px 0 0; color: #909c98; font-size: 12px; line-height: 1.6; }.connect-note { margin: 24px 0 0; text-align: center; color: #79817f; font-size: 11px; }
.copy-icon-button.is-copied { color: white; border-color: var(--green); background: var(--green); }.copy-icon-button.is-copied img { filter: brightness(0) invert(1); }

.final-cta { padding: 100px 0; color: white; background: var(--green-deep); }
.final-cta-inner { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: center; }.final-cta .eyebrow { color: #abebd8; }.final-cta-inner > div:last-child p { color: #c2ddd5; font-size: 17px; line-height: 1.65; }.final-cta .button { margin-top: 18px; }
.site-footer { background: #061e1a; color: white; }.footer-inner { min-height: 118px; display: flex; align-items: center; gap: 22px; }.footer-inner img { width: 92px; filter: brightness(0) invert(1); }.footer-inner p { color: #849b95; font-size: 11px; }.footer-inner nav { display: flex; gap: 25px; margin-left: auto; color: #9bada8; font-size: 11px; font-weight: 650; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%, 20px); padding: 12px 17px; border-radius: 999px; color: white; background: #101917; font-size: 12px; opacity: 0; pointer-events: none; transition: .2s ease; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 760px; }.agent-window, .claude-code-harness { max-width: 760px; transform: none; }.client-ribbon-inner { grid-template-columns: 1fr; gap: 24px; }.client-list { width: 100%; justify-content: flex-start; flex-wrap: wrap; }.capability-layout { gap: 50px; }.safety-grid { grid-template-columns: 1fr; gap: 45px; }.safety-intro { position: static; max-width: 650px; }.connect-content { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 32px, 1180px); }.header-inner { height: 68px; }.menu-button { display: block; margin-left: auto; }.primary-nav { display: none; position: absolute; top: 68px; left: 16px; right: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); flex-direction: column; align-items: flex-start; }.primary-nav.is-open { display: flex; }.header-cta { display: none; }
  .hero { padding: 68px 0 60px; }.hero-grid { gap: 48px; }.hero-lede { font-size: 17px; }.hero-actions { align-items: stretch; }.hero-actions .button { width: 100%; }.hero-actions .text-link { justify-content: center; width: 100%; margin: 8px 0 0; }.hero h1 span { white-space: normal; }.agent-window { margin-inline: -7px; }.preview-label { display: none; }.conversation { padding: 15px; }.operator-message { width: 94%; }.recommendation-list li { grid-template-columns: 22px 1fr; }.recommendation-list .metric { grid-column: 2; justify-self: start; }.evidence-row span:nth-child(2) { display: none; }
  .client-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.client { justify-content: center; }.section { padding: 78px 0; }.heading-split, .capability-layout, .final-cta-inner { grid-template-columns: 1fr; gap: 28px; }.workflow-grid, .process-grid, .safety-points { grid-template-columns: 1fr; }.workflow-wide { grid-column: auto; }.workflow-card { min-height: 0; }.capability-intro { position: static; }.operator-photo { aspect-ratio: 16 / 9; }.safety-points > div { min-height: 0; }.client-tabs { overflow-x: auto; justify-content: flex-start; }.client-tabs button { min-width: 130px; }.connect-content { padding: 25px; }.final-cta { padding: 78px 0; }.footer-inner { padding-block: 30px; flex-wrap: wrap; }.footer-inner nav { width: 100%; margin-left: 0; flex-wrap: wrap; }
}

@media (max-width: 440px) {
  h1 { font-size: 50px; }.section-heading h2, .capability-intro h2, .safety-intro h2, .final-cta h2 { font-size: 39px; }.client-list { grid-template-columns: 1fr 1fr; }.window-title { font-size: 10px; }.workflow-card { padding: 22px; }.workflow-icon { margin-top: 30px; }.card-footer { align-items: flex-end; }.connect-content { padding: 18px; }.endpoint-panel { padding: 19px; }.endpoint-code { padding: 14px; }.endpoint-code code { font-size: 10px; }
}

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