:root {
  --paper: #f4f1ec;
  --paper-2: #ebe7e0;
  --ink: #201e1b;
  --muted: #7a736b;
  --line: #cbc5bc;
  --charcoal: #2b2825;
  --charcoal-2: #211f1d;
  --cream: #fffdfa;
  --teal: #2db9b7;
  --teal-deep: #167b7a;
  --teal-pale: #c9eeee;
  --lime: #e7f986;
  --green: #67d38c;
  --red: #e57a67;
  --yellow: #efc85d;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --shadow: 0 30px 70px rgba(40, 34, 27, 0.18), 0 8px 22px rgba(40, 34, 27, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body::before { position: fixed; inset: 0; z-index: -1; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140' viewBox='0 0 140 140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.14'/%3E%3C/svg%3E"); opacity: .09; content: ""; pointer-events: none; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; transform: translateY(-150%); border-radius: 8px; background: var(--ink); color: white; }
.skip-link:focus { transform: translateY(0); }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
[data-reveal].revealed { opacity: 1; transform: translateY(0); }

.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding-block: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; width: fit-content; font-family: var(--serif); font-size: 24px; line-height: 1; }
.brand-mark { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 2.7; stroke-linecap: round; stroke-linejoin: round; }
.desktop-nav { display: flex; gap: 26px; color: #3f3a35; font-size: 14px; }
.desktop-nav a, .footer-links a { position: relative; }
.desktop-nav a::after, .footer-links a::after { position: absolute; right: 0; bottom: -5px; left: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--teal); content: ""; transition: transform .2s ease; }
.desktop-nav a:hover::after, .footer-links a:hover::after { transform: scaleX(1); }
.nav-cta { justify-self: end; padding: 9px 14px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.4); font-size: 13px; transition: .2s ease; }
.nav-cta:hover { transform: translateY(-2px); border-color: var(--ink); }
.menu-button, .mobile-nav { display: none; }

.hero { padding-top: 54px; }
.eyebrow, .section-kicker { margin: 0 0 18px; color: var(--muted); font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(45,185,183,.55); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(45,185,183,0); } 100% { box-shadow: 0 0 0 0 rgba(45,185,183,0); } }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.052em; }
h1 { max-width: 1040px; font-size: clamp(72px, 9.8vw, 146px); line-height: .76; }
h1 em, h2 em { position: relative; z-index: 0; font-weight: 400; }
h1 em::after { position: absolute; right: -.02em; bottom: .04em; left: -.02em; z-index: -1; height: .18em; transform: rotate(-2deg); background: var(--teal-pale); content: ""; }
.hero-subrow { display: grid; grid-template-columns: 278px minmax(0, 480px); gap: 34px; align-items: center; justify-content: center; margin-top: 38px; }
.hero-subrow p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 20px; line-height: 1.35; }
.mode-switch { display: grid; grid-template-columns: 1fr 1.25fr; padding: 5px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.32); }
.mode { padding: 11px 16px; border: 0; border-radius: 999px; background: transparent; font-family: var(--serif); font-size: 19px; cursor: pointer; }
.mode.active { background: var(--charcoal); color: var(--cream); }
.hero-actions { display: grid; grid-template-columns: 1fr 280px; gap: 14px; margin-top: 38px; }
.command-card, .docs-card { display: flex; align-items: center; min-height: 112px; border: 1px solid var(--line); border-radius: 20px; }
.command-card { justify-content: space-between; padding: 22px 28px; border: 0; background: var(--charcoal); color: var(--cream); text-align: left; cursor: pointer; transition: .2s ease; }
.command-card:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(40,34,27,.18); }
.command-card strong { display: block; font-family: var(--serif); font-size: 43px; font-weight: 400; line-height: 1; }
.command-card small { display: block; margin-top: 10px; color: #86d9d7; font-family: var(--mono); font-size: 13px; }
.copy-icon { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #756e66; border-radius: 10px; color: #aaa199; font-family: var(--mono); }
.docs-card { justify-content: space-between; padding: 20px; color: var(--muted); transition: .2s ease; }
.docs-card:hover { border-color: var(--ink); color: var(--ink); transform: translateY(-3px); }
.book-icon { font-size: 27px; }

.product-frame { margin-top: 46px; overflow: hidden; border: 1px solid #827970; border-radius: 24px; background: var(--charcoal-2); box-shadow: var(--shadow); color: #e8e3dd; }
.window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 48px; padding: 0 18px; border-bottom: 1px solid #5b544d; background: #393531; color: #c2bbb3; font: 12px var(--mono); }
.traffic-lights { display: flex; gap: 7px; }
.traffic-lights i { width: 11px; height: 11px; border-radius: 50%; background: var(--red); }
.traffic-lights i:nth-child(2) { background: var(--yellow); }
.traffic-lights i:nth-child(3) { background: var(--green); }
.window-state { justify-self: end; color: #9eaaa4; }
.window-state i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.product-layout { display: grid; grid-template-columns: 260px 1fr; min-height: 540px; }
.product-sidebar { padding: 26px 18px; border-right: 1px solid #49433e; background: #262320; }
.sidebar-title { margin: 0 0 20px 12px; color: #79726b; font: 10px var(--mono); letter-spacing: .1em; }
.product-sidebar ol { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }
.product-sidebar li { display: grid; grid-template-columns: 30px 1fr auto; padding: 10px 12px; border-radius: 8px; color: #77706a; font: 12px var(--mono); }
.product-sidebar li.done { color: #b7b0a9; }
.product-sidebar li.active { background: #3a3531; color: var(--cream); }
.product-sidebar li span { color: #645e58; }
.product-sidebar li.done b { color: var(--green); }
.product-sidebar li.active b { color: var(--teal); }
.host-pill { margin-top: 110px; padding: 12px; border: 1px solid #49433e; border-radius: 9px; color: #969088; font: 10px var(--mono); overflow-wrap: anywhere; }
.host-pill span { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: var(--green); }
.terminal { min-width: 0; }
.terminal-top { display: flex; justify-content: space-between; padding: 15px 25px; border-bottom: 1px solid #403b37; color: #79736d; font: 11px var(--mono); }
.terminal-body { padding: 30px 38px; font: 14px/1.75 var(--mono); }
.terminal-body p, .status-body p { margin: 0; }
.prompt { color: var(--teal); }
.muted { color: #77716b; }
.ok { display: inline-block; width: 22px; color: var(--green); }
.cyan { color: #69d9d6 !important; }
.spin { display: inline-block; width: 22px; color: var(--yellow); animation: spin 1.6s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.progress { width: min(420px, 82%); height: 4px; margin: 8px 0 7px 22px; overflow: hidden; border-radius: 10px; background: #433e39; }
.progress i { display: block; width: 68%; height: 100%; border-radius: inherit; background: var(--teal); }
.spacer { height: 26px; }
.callout { margin-top: 8px !important; padding: 10px 14px; border: 1px solid #423e3a; border-radius: 7px; background: #262320; color: #bbb4ad; }
.callout span { display: inline-block; width: 82px; color: var(--teal); font-size: 10px; letter-spacing: .1em; }
.mini-tabs { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); width: calc(100% - 100px); margin: -1px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 0 0 16px 16px; background: rgba(255,255,255,.52); }
.mini-tabs div { display: grid; grid-template-columns: auto 1fr; gap: 2px 9px; padding: 16px; border-right: 1px solid var(--line); }
.mini-tabs div:last-child { border-right: 0; }
.mini-tabs .active { border-top: 4px solid var(--teal); padding-top: 12px; }
.mini-tabs span { grid-row: 1 / 3; align-self: center; font-family: var(--serif); font-size: 25px; }
.mini-tabs b { font-size: 11px; }
.mini-tabs small { color: var(--muted); font-size: 9px; }

.section { padding-block: 132px 80px; }
.section-heading h2, .comparison-band h2, .agent-copy h2 { font-size: clamp(48px, 6.2vw, 84px); line-height: .98; }
.section-heading { margin-left: 8%; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background-image: radial-gradient(#c9c2b8 1px, transparent 1px); background-size: 13px 13px; }
.feature-grid article { position: relative; min-height: 260px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(244,241,236,.84); }
.feature-grid article:nth-child(3n) { border-right: 0; }
.feature-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.feature-icon { display: grid; width: 38px; height: 38px; place-items: center; font-family: var(--serif); font-size: 26px; }
.number { position: absolute; top: 20px; right: 22px; color: #aba39a; font: 10px var(--mono); }
.feature-grid h3 { margin: 55px 0 10px; font-size: 17px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.comparison-band { position: relative; margin-top: 62px; padding: 68px 80px 48px; overflow: hidden; border-radius: 24px; background: var(--teal-pale); }
.comparison-band > *:not(.grain) { position: relative; z-index: 1; }
.grain { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.6) 0, rgba(255,255,255,0) 68%); filter: blur(8px); }
.grain-a { top: -400px; left: -250px; }
.grain-b { right: -280px; bottom: -500px; }
.comparison-band h2 { max-width: 720px; }
.comparison-table { margin-top: 40px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.84); }
.comparison-row { display: grid; grid-template-columns: 2fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row span { display: grid; min-height: 57px; place-items: center; padding: 12px 20px; border-left: 1px solid var(--line); font-size: 13px; }
.comparison-row span:first-child { justify-content: start; border-left: 0; }
.comparison-row.header { background: #ede9e3; font-weight: 700; }
.no { color: var(--red); font-size: 22px !important; }
.yes { color: #2eb789; font-size: 20px !important; }
.partial { color: var(--muted); font: 10px var(--mono) !important; text-transform: uppercase; }
.comparison-note { width: fit-content; margin: 28px auto 0; padding: 5px 8px; transform: rotate(-1deg); background: var(--lime); font: 11px var(--mono); }

.two-col { display: grid; grid-template-columns: 1.4fr 1fr; gap: 90px; align-items: end; margin-left: 8%; }
.two-col > p { max-width: 400px; margin: 0 0 7px; color: var(--muted); font-family: var(--serif); font-size: 18px; line-height: 1.5; }
.workflow { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--line); }
.workflow article { position: relative; padding: 34px 22px 10px; border-right: 1px solid var(--line); }
.workflow article:last-child { border-right: 0; }
.step-num { color: #a09991; font: 11px var(--mono); }
.step-art { display: flex; align-items: center; justify-content: center; height: 140px; margin: 25px 0; font: 11px var(--mono); }
.step-art b { font-weight: 500; }
.laptop i { width: 100px; height: 68px; border: 2px solid var(--ink); border-radius: 6px; box-shadow: 0 9px 0 -5px var(--ink); }
.laptop b { margin-left: -68px; color: var(--teal-deep); }
.transfer { gap: 10px; }
.transfer i { width: 54px; height: 72px; border: 1px solid var(--ink); border-radius: 7px; background: repeating-linear-gradient(0deg, transparent 0 11px, var(--line) 12px 13px); }
.transfer b { padding: 8px; border-radius: 99px; background: var(--teal-pale); }
.cloud i { width: 120px; height: 76px; border: 2px solid var(--ink); border-radius: 50%; }
.cloud b { margin-left: -78px; }
.return i { width: 105px; height: 74px; border: 2px solid var(--ink); border-radius: 48% 48% 8px 8px; }
.return b { margin-left: -71px; color: var(--teal-deep); }
.workflow h3 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; font-weight: 400; }
.workflow p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
code { padding: 2px 5px; border-radius: 4px; background: #e5e0d9; color: #4d4842; font-family: var(--mono); }

.agent-section { display: grid; grid-template-columns: .9fr 1.25fr; align-items: stretch; margin-top: 80px; overflow: hidden; border-radius: 24px; background: var(--charcoal); color: var(--cream); }
.agent-copy { padding: 60px 52px; }
.agent-copy .section-kicker { color: #969089; }
.agent-copy h2 { font-size: clamp(46px, 5.2vw, 72px); }
.agent-copy h2 em { color: var(--teal); }
.agent-copy > p:not(.section-kicker) { max-width: 420px; margin: 24px 0 0; color: #aaa39b; font-family: var(--serif); font-size: 18px; line-height: 1.5; }
.security-points { display: grid; gap: 20px; margin-top: 40px; }
.security-points div { display: grid; grid-template-columns: 50px 1fr; gap: 10px; align-items: start; }
.security-points span { color: var(--teal); font-family: var(--serif); font-size: 38px; line-height: 1; }
.security-points p { margin: 0; color: #9f9891; font-size: 12px; line-height: 1.55; }
.security-points b { color: #e9e3dc; }
.agent-terminal { align-self: center; margin: 50px 42px 50px 0; overflow: hidden; border: 1px solid #5c554e; border-radius: 17px; background: #201e1c; box-shadow: 0 25px 45px rgba(0,0,0,.28); }
.window-bar.dark { background: #34302d; }
.status-body { padding: 34px; font: 13px/1.6 var(--mono); }
.status-grid { display: grid; grid-template-columns: 135px 1fr; gap: 12px; margin-top: 28px; padding: 25px; border: 1px solid #3b3734; border-radius: 10px; background: #252220; }
.status-grid span { color: #77716b; }
.status-grid b { font-weight: 400; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--green); }
.guardrail { display: grid; grid-template-columns: 95px 1fr; gap: 10px; margin-top: 18px; padding: 15px; border-left: 3px solid var(--teal); background: rgba(45,185,183,.08); }
.guardrail span { color: var(--teal); font-size: 10px; }
.guardrail p { color: #a8a19a; }
.guardrail em { color: var(--cream); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 38px; border-block: 1px solid var(--line); }
.proof-strip div { padding: 36px 20px; border-right: 1px solid var(--line); text-align: center; }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { display: block; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.proof-strip span { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; }

.cta { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; margin-top: 120px; padding: 72px; overflow: hidden; border-radius: 24px; background: var(--teal); color: #102e2e; }
.cta > *:not(.grain) { position: relative; z-index: 1; }
.free-pill { display: inline-block; padding: 8px 12px; border-radius: 99px; background: rgba(255,255,255,.78); color: var(--teal-deep); font: 10px var(--mono); text-transform: uppercase; }
.cta h2 { margin-top: 23px; font-size: clamp(54px, 6.2vw, 82px); line-height: .86; }
.cta h2 em { color: var(--cream); }
.cta-copy p { max-width: 440px; margin: 28px 0 0; color: #1d6867; font-size: 14px; line-height: 1.55; }
.install-stack { display: grid; align-content: center; gap: 10px; }
.install-command { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border: 1px solid rgba(15,72,71,.3); border-radius: 12px; background: rgba(255,255,255,.78); text-align: left; cursor: pointer; transition: .2s ease; }
.install-command:hover { transform: translateX(-4px); background: white; }
.install-command small, .install-command strong { display: block; }
.install-command small { margin-bottom: 5px; color: var(--teal-deep); font: 9px var(--mono); text-transform: uppercase; }
.install-command strong { font: 19px var(--mono); }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 40px; align-items: end; padding-block: 70px 38px; }
.footer-brand { font-size: 22px; }
.footer > div > p { margin: 12px 0 0 41px; color: var(--muted); font: 11px var(--mono); }
.footer-links { display: flex; gap: 20px; font-size: 12px; }
.footer-meta { display: grid; justify-items: end; gap: 5px; color: var(--muted); font-size: 10px; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .nav-cta { display: none; }
  .menu-button { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
  .menu-button span:not(.sr-only) { display: block; width: 17px; height: 1px; background: var(--ink); }
  .mobile-nav { position: absolute; top: 72px; right: 0; display: grid; min-width: 210px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: 15px 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
  .mobile-nav a:last-child { border-bottom: 0; }
  h1 { font-size: clamp(62px, 13vw, 108px); }
  .product-layout { grid-template-columns: 190px 1fr; }
  .product-sidebar { padding-inline: 10px; }
  .terminal-body { padding: 26px 24px; font-size: 12px; }
  .mini-tabs { width: calc(100% - 40px); overflow-x: auto; grid-template-columns: repeat(5, 160px); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .feature-grid article:nth-child(2n) { border-right: 0; }
  .feature-grid article:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .feature-grid article:nth-last-child(-n+2) { border-bottom: 0; }
  .comparison-band { padding-inline: 40px; }
  .workflow { grid-template-columns: repeat(2, 1fr); }
  .workflow article:nth-child(2) { border-right: 0; }
  .workflow article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .agent-section { grid-template-columns: 1fr; }
  .agent-terminal { margin: 0 42px 50px; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .cta { grid-template-columns: 1fr; padding: 54px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { padding-block: 16px; }
  .brand { font-size: 20px; }
  .brand-mark { width: 27px; height: 27px; }
  .hero { padding-top: 40px; }
  h1 { font-size: clamp(58px, 18.4vw, 86px); line-height: .81; }
  .hero-subrow { grid-template-columns: 1fr; gap: 22px; margin-top: 32px; }
  .hero-subrow p { font-size: 18px; }
  .hero-actions { grid-template-columns: 1fr; }
  .command-card { min-height: 100px; }
  .command-card strong { font-size: 35px; }
  .docs-card { min-height: 74px; }
  .product-frame { margin-top: 30px; border-radius: 15px; }
  .window-bar { grid-template-columns: 1fr auto; min-height: 41px; padding-inline: 12px; }
  .window-bar > span:first-of-type { justify-self: end; }
  .window-state { display: none; }
  .product-layout { grid-template-columns: 1fr; min-height: auto; }
  .product-sidebar { display: none; }
  .terminal-top { padding: 12px 15px; font-size: 9px; }
  .terminal-body { padding: 20px 15px 26px; font-size: 10px; line-height: 1.85; }
  .callout { padding: 8px; }
  .callout span { width: 60px; }
  .mini-tabs { width: calc(100% - 24px); grid-template-columns: repeat(5, 140px); }
  .section { padding-block: 95px 40px; }
  .section-heading, .two-col { margin-left: 0; }
  .section-heading h2, .comparison-band h2, .agent-copy h2 { font-size: 48px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .feature-grid article { min-height: 215px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .feature-grid article:last-child { border-bottom: 0 !important; }
  .comparison-band { width: 100%; margin-top: 52px; padding: 48px 14px 38px; border-radius: 0; }
  .comparison-band .section-kicker, .comparison-band h2 { margin-inline: 10px; }
  .comparison-row { grid-template-columns: 1.6fr .8fr .8fr; }
  .comparison-row span { min-height: 62px; padding: 9px; font-size: 10px; text-align: center; }
  .comparison-row span:first-child { text-align: left; }
  .comparison-note { max-width: 90%; text-align: center; }
  .two-col { grid-template-columns: 1fr; gap: 24px; }
  .workflow { grid-template-columns: 1fr; }
  .workflow article { border-right: 0; border-bottom: 1px solid var(--line); }
  .workflow article:last-child { border-bottom: 0; }
  .agent-section { width: 100%; border-radius: 0; }
  .agent-copy { padding: 48px 24px; }
  .agent-terminal { margin: 0 14px 34px; }
  .status-body { padding: 20px 14px; font-size: 10px; }
  .status-grid { grid-template-columns: 96px 1fr; padding: 16px 12px; }
  .guardrail { grid-template-columns: 1fr; }
  .proof-strip strong { font-size: 32px; }
  .proof-strip span { font-size: 8px; }
  .cta { width: 100%; margin-top: 80px; padding: 48px 20px; border-radius: 0; gap: 42px; }
  .cta h2 { font-size: 52px; }
  .install-command strong { font-size: 15px; }
  .footer { grid-template-columns: 1fr; align-items: start; padding-top: 50px; }
  .footer-links { flex-wrap: wrap; }
  .footer-meta { grid-column: auto; }
}

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