:root {
  --ink: #0a1012;
  --ink-soft: #1b2428;
  --paper: #f4f6f3;
  --white: #fcfdfb;
  --line: #ced4cf;
  --muted: #626e69;
  --acid: #bbf26b;
  --cyan: #52d9d1;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, summary { font: inherit; }
img { max-width: 100%; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--cyan); outline-offset: 4px; }

.section-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 20;
}
.brand, .footer-brand { display: flex; align-items: center; }
.brand img { display: block; width: 130px; height: auto; }
.footer-brand img { display: block; width: 132px; height: auto; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; font-weight: 600; color: #46514d; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--ink); }
.header-cta { background: var(--ink); color: white; padding: 13px 18px; border-radius: 9px; font-size: 13px; font-weight: 650; }
.header-cta, .button, .entry-card a, .custom-card > a { transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.header-cta:hover, .button:hover { transform: translateY(-2px); }

.hero { min-height: 760px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 7vw; padding: 74px 0 88px; }
.eyebrow, .mini-eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 750; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #3b4742; margin: 0 0 31px; }
.eyebrow > span, .pilot-kicker > span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(82,217,209,.16); }
h1, h2 { letter-spacing: -.062em; font-weight: 560; line-height: .96; margin: 0; }
h1 { font-size: clamp(57px, 6vw, 91px); max-width: 790px; }
h1 em, h2 em { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-lead { color: #46524d; font-size: 18px; line-height: 1.65; max-width: 650px; margin: 34px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; padding: 17px 20px; border-radius: 10px; font-size: 14px; font-weight: 700; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 32px rgba(10,16,18,.15); }
.button-primary span, .contact-button span { color: var(--acid); }
.text-link { font-size: 13px; font-weight: 700; border-bottom: 1px solid var(--ink); padding: 12px 0 7px; }
.text-link span { margin-left: 9px; }
.hero-proof { display: flex; gap: 24px; margin-top: 42px; color: #69736f; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: ""; width: 4px; height: 4px; background: #8b9691; border-radius: 50%; }

.system-card {
  position: relative; min-height: 530px; border-radius: 22px; overflow: hidden; color: white;
  background-color: #0c1416;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  box-shadow: 0 30px 70px rgba(9,17,19,.19);
}
.system-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%, rgba(82,217,209,.16), transparent 36%); }
.system-topbar { height: 54px; padding: 0 20px; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: space-between; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .13em; color: #85928e; }
.live-indicator { display: flex; align-items: center; gap: 7px; color: #bdd6ce; }
.live-indicator i { width: 6px; height: 6px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 12px var(--acid); }
.system-core { position: absolute; left: 50%; top: 47%; width: 210px; height: 210px; transform: translate(-50%,-50%); display: grid; place-items: center; }
.core-orbit { position: absolute; border: 1px solid rgba(187,242,107,.25); border-radius: 50%; }
.orbit-one { inset: 18px; }
.orbit-two { inset: -28px; border-style: dashed; opacity: .55; animation: rotate 30s linear infinite; }
.core-dot { width: 83px; height: 83px; border-radius: 50%; display: grid; place-items: center; background: rgba(187,242,107,.1); border: 1px solid var(--acid); box-shadow: 0 0 45px rgba(187,242,107,.2), inset 0 0 22px rgba(187,242,107,.08); }
.core-dot img { width: 49px; height: 49px; object-fit: contain; }
.signal { position: absolute; display: flex; align-items: center; gap: 8px; color: #6d7b77; font: 700 8px/1 ui-monospace, monospace; letter-spacing: .11em; }
.signal b { color: var(--cyan); font-weight: 500; }
.signal::after { content: ""; position: absolute; height: 1px; background: linear-gradient(90deg, rgba(82,217,209,.65), transparent); width: 75px; }
.signal-one { top: 24%; left: 8%; }.signal-one::after { left: 108%; }
.signal-two { top: 24%; right: 7%; }.signal-two::after { right: 108%; transform: rotate(180deg); }
.signal-three { bottom: 27%; left: 8%; }.signal-three::after { left: 108%; }
.signal-four { bottom: 27%; right: 7%; }.signal-four::after { right: 108%; transform: rotate(180deg); }
.system-status { position: absolute; bottom: 0; left: 0; right: 0; height: 64px; padding: 0 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: center; align-items: center; gap: 13px; color: #93a09c; font: 600 8px/1 ui-monospace, monospace; text-transform: uppercase; letter-spacing: .08em; }
.system-status i { width: 20px; height: 1px; background: rgba(187,242,107,.35); }
@keyframes rotate { to { transform: rotate(360deg); } }

.capability-strip { min-height: 76px; background: var(--acid); display: flex; align-items: center; justify-content: center; gap: 35px; padding: 20px; font: 750 12px/1 ui-monospace, monospace; letter-spacing: .14em; }
.capability-strip span { color: #708b47; }

.section-label { font: 750 10px/1 ui-monospace, monospace; letter-spacing: .17em; color: #79847f; padding-top: 8px; }
.entry-section { padding: 128px 0 142px; }
.entry-section .section-heading h2 { max-width: 860px; }
.entry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 70px; }
.entry-card { min-height: 430px; background: #e8ede9; border: 1px solid #d5dcd7; border-radius: 18px; padding: 28px; display: flex; flex-direction: column; }
.entry-card.featured { background: var(--ink); color: white; border-color: var(--ink); box-shadow: 0 26px 60px rgba(10,16,18,.14); }
.entry-number { color: #83908a; font: 650 9px/1 ui-monospace, monospace; }
.entry-kicker { color: #68746f; font: 750 9px/1 ui-monospace, monospace; letter-spacing: .14em; margin: 64px 0 15px; }
.entry-card.featured .entry-kicker { color: var(--cyan); }
.entry-card h3 { font-size: 29px; line-height: 1.08; letter-spacing: -.045em; margin: 0 0 18px; max-width: 340px; }
.entry-card > p:last-of-type { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.entry-card.featured > p:last-of-type { color: #98a59f; }
.entry-card a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 24px; border-top: 1px solid #c9d1cb; font-size: 12px; font-weight: 700; }
.entry-card.featured a { border-color: rgba(255,255,255,.14); }
.entry-card a span { color: #55765c; }
.entry-card.featured a span { color: var(--acid); }
.entry-card a:hover { padding-left: 4px; }

.problem { padding: 138px 0; display: grid; grid-template-columns: 150px 1fr; gap: 50px 60px; }
.problem-copy h2, .section-heading h2, .experience-intro h2, .contact-inner h2, .custom-card h2 { font-size: clamp(44px, 5.4vw, 76px); }
.problem-copy > p { max-width: 630px; margin: 36px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.problem-list { grid-column: 2; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); margin-top: 35px; }
.problem-list article { padding: 33px 34px 10px 0; border-right: 1px solid var(--line); margin-right: 34px; }
.problem-list article:last-child { border: 0; margin-right: 0; }
.problem-list span { font: 650 10px/1 ui-monospace, monospace; color: #8b9691; }
.problem-list h3 { font-size: 18px; margin: 34px 0 13px; letter-spacing: -.03em; }
.problem-list p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.system-section { background: var(--ink); color: white; padding: 135px 0 96px; }
.section-heading { display: grid; grid-template-columns: 150px 1fr; gap: 60px; align-items: start; }
.light-heading .section-label { color: #66736e; }
.mini-eyebrow { color: var(--cyan); margin: 0 0 22px; }
.module-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.module-card { min-height: 380px; padding: 25px 24px 28px; border-right: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; }
.module-card:last-child { border: 0; }
.module-number { color: #71807a; font: 700 9px/1 ui-monospace, monospace; }
.module-icon { width: 76px; height: 76px; margin: 66px 0 42px; position: relative; display: grid; place-items: center; border: 1px solid rgba(82,217,209,.35); border-radius: 50%; background: rgba(82,217,209,.025); }
.module-icon::after { content: ""; position: absolute; inset: -8px; border: 1px solid rgba(82,217,209,.08); border-radius: inherit; }
.module-icon img { width: 43px; height: 43px; object-fit: contain; filter: drop-shadow(0 0 12px rgba(82,217,209,.24)); }
.module-card:nth-child(2) .module-icon { border-radius: 16px; }
.module-card:nth-child(3) .module-icon { border-style: dashed; }
.module-card:nth-child(4) .module-icon { border-radius: 20px 50% 20px 50%; }
.module-card h3 { font-size: 19px; margin: 0 0 13px; letter-spacing: -.035em; }
.module-card p { color: #8e9b96; font-size: 13px; line-height: 1.65; margin: 0; }
.system-note { margin: 45px 0 0 210px; display: grid; grid-template-columns: 180px 1fr; gap: 30px; align-items: start; }
.system-note span { color: #5e6b66; font: 650 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.system-note p { color: #a7b2ae; margin: 0; max-width: 590px; font-size: 15px; line-height: 1.6; }

.experience-section { padding: 138px 0; }
.experience-intro { display: grid; grid-template-columns: 150px 1fr; gap: 60px; align-items: start; }
.experience-intro h2 { max-width: 980px; }
.experience-intro > div:last-child > p:last-child { max-width: 680px; color: var(--muted); font-size: 16px; line-height: 1.7; margin: 34px 0 0; }
.sector-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 76px 0 0 210px; background: var(--line); border: 1px solid var(--line); }
.sector-card { min-height: 360px; background: var(--paper); padding: 32px; display: flex; flex-direction: column; }
.sector-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #7d8984; font: 700 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.sector-top b { color: #46534e; font-weight: 700; }
.sector-card h3 { font-size: 29px; line-height: 1.08; letter-spacing: -.045em; margin: 70px 0 18px; max-width: 430px; }
.sector-card > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; max-width: 480px; }
.sector-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 28px; }
.sector-tags span { border: 1px solid #cbd3cd; border-radius: 999px; color: #53605b; padding: 7px 10px; font: 650 9px/1 ui-monospace, monospace; letter-spacing: .06em; }
.experience-note { margin: 24px 0 0 210px; color: #7a8681; font-size: 11px; line-height: 1.6; }

.fit-section { padding: 135px 0; display: grid; grid-template-columns: 1fr 430px; gap: 10vw; align-items: center; }
.fit-copy .section-label { margin-bottom: 42px; }
.fit-copy h2 { max-width: 700px; }
.fit-copy > p { max-width: 610px; margin: 30px 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.fit-copy ul { list-style: none; padding: 0; margin: 38px 0 0; display: grid; gap: 16px; font-size: 14px; }
.fit-copy li { display: flex; align-items: center; gap: 12px; }
.fit-copy li span { width: 22px; height: 22px; border-radius: 50%; background: #dcf5b9; display: grid; place-items: center; font-size: 11px; }
.pilot-card { background: white; border: 1px solid #d9dedb; border-radius: 17px; padding: 34px; box-shadow: 0 26px 60px rgba(17,31,27,.07); }
.pilot-kicker { display: flex; align-items: center; gap: 10px; font: 750 9px/1 ui-monospace, monospace; letter-spacing: .13em; }
.pilot-kicker > span { width: 6px; height: 6px; }
.pilot-card h3 { font-size: 31px; line-height: 1.05; letter-spacing: -.05em; margin: 47px 0 17px; }
.pilot-card > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0 0 32px; }
.pilot-row { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e0e4e1; padding: 17px 0; font-size: 11px; }
.pilot-row span { color: #77827d; }
.pilot-row b { font-weight: 700; text-align: right; }
.pilot-card > a { margin-top: 27px; background: var(--ink); color: white; border-radius: 9px; padding: 16px 17px; display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; }
.pilot-card > a span { color: var(--acid); }

.process-section { border-top: 1px solid var(--line); padding: 130px 0; }
.steps { margin: 75px 0 0 210px; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 80px 210px 1fr; gap: 25px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step > span { color: #8b9691; font: 650 10px/1 ui-monospace, monospace; }
.step h3 { font-size: 20px; letter-spacing: -.03em; margin: 0; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; max-width: 560px; }

.custom-section { padding-bottom: 135px; }
.custom-card { background: #e2e9e4; border-radius: 18px; padding: 55px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 55px; align-items: end; }
.custom-card h2 { font-size: clamp(40px, 4.6vw, 65px); }
.custom-card > p { color: var(--muted); line-height: 1.7; margin: 0; }
.custom-card > a { grid-column: 2; display: flex; justify-content: space-between; border-top: 1px solid #bdc9c1; padding-top: 18px; font-size: 13px; font-weight: 700; }

.faq-section { padding: 125px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.faq-section .section-heading { display: block; }
.faq-section .section-label { margin-bottom: 50px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 38px 1fr 20px; gap: 14px; align-items: center; padding: 25px 0; font-weight: 650; font-size: 15px; }
summary::-webkit-details-marker { display: none; }
summary > span { color: #87928d; font: 650 9px/1 ui-monospace, monospace; }
summary i { font-style: normal; font-size: 20px; transition: transform .2s ease; }
details[open] summary i { transform: rotate(45deg); }
details > p { color: var(--muted); line-height: 1.7; font-size: 14px; padding: 0 38px 25px 52px; margin: 0; }

.contact-section { background: var(--ink); color: white; position: relative; overflow: hidden; }
.contact-glow { position: absolute; width: 620px; height: 620px; border-radius: 50%; right: -160px; top: -210px; background: radial-gradient(circle, rgba(82,217,209,.15), transparent 68%); }
.contact-inner { min-height: 760px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; position: relative; padding-top: 90px; padding-bottom: 90px; }
.contact-copy .eyebrow { color: #99a6a1; }
.contact-copy h2 { max-width: 680px; }
.contact-copy > p { color: #9ba8a3; margin: 30px 0 34px; font-size: 16px; line-height: 1.75; max-width: 590px; }
.contact-promises { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-promises span { border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 9px 12px; color: #8e9b96; font: 650 9px/1 ui-monospace, monospace; letter-spacing: .05em; text-transform: uppercase; }
.contact-form-card { background: #111a1c; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 34px; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.form-heading span { color: var(--cyan); font: 700 9px/1 ui-monospace, monospace; letter-spacing: .13em; }
.form-heading b { font-size: 20px; letter-spacing: -.03em; }
.lead-form { margin-top: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 16px; }
.form-field { display: grid; gap: 9px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field > span { color: #a9b4b0; font-size: 11px; font-weight: 650; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; background: #0b1214; color: white; padding: 13px 14px; font: 500 14px/1.35 Inter, ui-sans-serif, system-ui, sans-serif; transition: border-color .2s ease, box-shadow .2s ease; }
.form-field textarea { resize: vertical; min-height: 128px; }
.form-field select { color-scheme: dark; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: none; border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(82,217,209,.1); }
.form-field input::placeholder, .form-field textarea::placeholder { color: #596661; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin: 20px 0; color: #82908a; font-size: 11px; line-height: 1.5; }
.form-consent input { width: 16px; height: 16px; margin: 0; accent-color: var(--acid); }
.form-consent a, .privacy-summary a { color: #d8e1dd; text-decoration: underline; text-underline-offset: 2px; }
.privacy-summary { margin-top: 20px; padding: 15px 16px; border: 1px solid rgba(255,255,255,.1); border-radius: 10px; background: rgba(255,255,255,.025); color: #8e9b96; font-size: 10px; line-height: 1.55; }
.privacy-summary strong { display: block; margin-bottom: 6px; color: #c7d1cd; font-size: 11px; }
.privacy-summary p { margin: 0; }
.contact-button { background: var(--acid); color: var(--ink); min-width: 235px; border: 0; cursor: pointer; }
.contact-button span { color: var(--ink); }
.form-status { min-height: 20px; margin: 14px 0 0; color: #99a6a1; font-size: 12px; line-height: 1.5; }
.form-status.is-success { color: var(--acid); }
.form-status.is-error { color: #ff9b94; }
footer { background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.1); padding: 34px max(24px, calc((100vw - 1240px)/2)); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 11px; color: #76837e; }
footer .footer-brand { color: white; font-size: 19px; }
footer p { text-align: center; }
footer > div:last-child { display: flex; justify-content: flex-end; gap: 16px; }
footer a { color: #b2bdb8; }
.footer-links { flex-wrap: wrap; align-items: center; }

.legal-header { min-height: 86px; }
.legal-main { width: min(850px, calc(100% - 48px)); margin: 0 auto; padding: 84px 0 110px; }
.legal-main .eyebrow { margin-bottom: 24px; }
.legal-main h1 { margin: 0 0 26px; font-size: clamp(42px, 7vw, 76px); line-height: .98; letter-spacing: -.055em; }
.legal-main .legal-intro { color: var(--muted); font-size: 17px; line-height: 1.7; margin-bottom: 54px; }
.legal-section { padding: 32px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 16px; font-size: 24px; letter-spacing: -.035em; }
.legal-section h3 { margin: 24px 0 10px; font-size: 16px; }
.legal-section p, .legal-section li { color: #46514d; font-size: 14px; line-height: 1.75; }
.legal-section ul { padding-left: 20px; }
.legal-section a { text-decoration: underline; text-underline-offset: 3px; }
.legal-note { padding: 18px 20px; border-left: 3px solid var(--cyan); background: white; }
.legal-data { display: grid; grid-template-columns: 170px 1fr; gap: 8px 18px; }
.legal-data dt { color: var(--muted); font-size: 12px; font-weight: 700; }
.legal-data dd { margin: 0; color: var(--ink); font-size: 14px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 90px; }
  .system-card { width: 100%; max-width: 650px; }
  .problem, .section-heading { grid-template-columns: 100px 1fr; gap: 45px; }
  .entry-grid { grid-template-columns: 1fr; }
  .entry-card { min-height: 360px; }
  .problem-list { grid-column: 1 / -1; }
  .module-grid { grid-template-columns: repeat(2,1fr); }
  .module-card:nth-child(2) { border-right: 0; }
  .module-card:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .system-note, .steps { margin-left: 145px; }
  .experience-intro { grid-template-columns: 100px 1fr; gap: 45px; }
  .sector-grid, .experience-note { margin-left: 145px; }
  .fit-section { grid-template-columns: 1fr; }
  .pilot-card { max-width: 600px; }
  .faq-section { grid-template-columns: 1fr; }
  .contact-inner { grid-template-columns: 1fr; gap: 55px; }
  .contact-copy { max-width: 760px; }
}

@media (max-width: 680px) {
  .section-shell, .site-header { width: min(100% - 30px, 1240px); }
  .site-header { height: 70px; }
  .desktop-nav { display: none; }
  .header-cta { padding: 11px 12px; font-size: 11px; }
  .brand img { width: 112px; }
  .hero { min-height: auto; padding: 70px 0; }
  h1 { font-size: clamp(49px, 14vw, 67px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-proof { flex-wrap: wrap; gap: 12px; }
  .system-card { min-height: 430px; border-radius: 15px; }
  .signal { transform: scale(.82); }.signal-one,.signal-three { left: 2%; }.signal-two,.signal-four { right: 2%; }
  .system-status { gap: 7px; padding: 0 9px; }.system-status i { width: 8px; }
  .capability-strip { justify-content: flex-start; overflow: hidden; gap: 20px; white-space: nowrap; }
  .problem, .section-heading, .experience-intro { grid-template-columns: 1fr; gap: 30px; }
  .entry-section { padding: 92px 0 100px; }
  .entry-grid { margin-top: 48px; }
  .entry-card { min-height: 345px; padding: 25px; }
  .entry-kicker { margin-top: 46px; }
  .problem { padding: 95px 0; }
  .problem-copy h2, .section-heading h2, .experience-intro h2, .contact-inner h2 { font-size: 47px; }
  .problem-list { grid-template-columns: 1fr; margin-top: 20px; }
  .problem-list article { border-right: 0; border-bottom: 1px solid var(--line); margin: 0; padding: 28px 0; }
  .system-section { padding: 95px 0 75px; }
  .module-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .module-card, .module-card:nth-child(2), .module-card:nth-child(-n+2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); min-height: 315px; }
  .module-card:last-child { border-bottom: 0; }
  .module-icon { margin: 45px 0 35px; }
  .system-note, .steps { margin-left: 0; }
  .system-note { grid-template-columns: 1fr; }
  .experience-section { padding: 95px 0; }
  .sector-grid { grid-template-columns: 1fr; margin: 55px 0 0; }
  .sector-card { min-height: 330px; padding: 26px; }
  .sector-card h3 { margin-top: 54px; }
  .experience-note { margin: 20px 0 0; }
  .fit-section, .process-section, .faq-section { padding: 95px 0; }
  .pilot-card { padding: 27px; }
  .step { grid-template-columns: 40px 1fr; gap: 15px; }
  .step p { grid-column: 2; }
  .custom-section { padding-bottom: 95px; }
  .custom-card { padding: 35px 25px; grid-template-columns: 1fr; gap: 30px; }
  .custom-card > a { grid-column: 1; }
  .faq-section .section-label { margin-bottom: 30px; }
  .contact-inner { min-height: 600px; padding-top: 80px; padding-bottom: 80px; }
  .contact-form-card { padding: 25px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .contact-button { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  footer .footer-brand, footer > div:last-child { justify-content: center; }
  footer p { margin: 0; }
  .legal-main { padding-top: 58px; }
  .legal-data { grid-template-columns: 1fr; gap: 4px; }
  .legal-data dd { margin-bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
}
