:root {
  --bg: #07060a;
  --bg-soft: #0d0a12;
  --panel: #120e18;
  --panel-2: #17111f;
  --text: #f7f5fa;
  --muted: #aaa3b2;
  --muted-2: #777080;
  --line: #2b2234;
  --violet: #8d46ff;
  --magenta: #d21686;
  --red: #ff164f;
  --green: #5de2a7;
  --shell: min(1180px, calc(100% - 48px));
  --radius: 18px;
  --shadow: 0 28px 80px rgba(0,0,0,.36);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; color: var(--text); background: var(--bg); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: white; background: var(--magenta); }
.shell { width: var(--shell); 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: 999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--magenta); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(7,6,10,.88); border-color: rgba(255,255,255,.07); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; width: 158px; height: 64px; align-items: center; overflow: hidden; }
.brand img { width: 148px; }
.primary-nav { display: flex; align-items: center; gap: 30px; }
.primary-nav a { font-size: 14px; color: #c9c4cf; text-decoration: none; transition: color .2s ease; }
.primary-nav a:hover { color: white; }
.primary-nav .nav-cta { padding: 12px 18px; color: white; border: 1px solid #463851; border-radius: 999px; background: rgba(255,255,255,.025); }
.primary-nav .nav-cta:hover { border-color: var(--magenta); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 11px; color: white; background: none; border: 1px solid var(--line); border-radius: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.hero { position: relative; min-height: 100svh; padding-top: 86px; overflow: hidden; background: radial-gradient(circle at 58% 24%, rgba(92,35,135,.14), transparent 30%), linear-gradient(180deg, #08070b 0%, #07060a 70%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, var(--violet), var(--magenta) 70%, var(--red)); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-one { width: 560px; height: 560px; right: -250px; top: 60px; background: radial-gradient(circle, rgba(210,22,134,.14), transparent 66%); }
.hero-glow-two { width: 460px; height: 460px; left: -300px; top: 250px; background: radial-gradient(circle, rgba(141,70,255,.13), transparent 70%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); gap: 70px; align-items: center; min-height: calc(100svh - 176px); padding: 86px 0 78px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: #bba8cf; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 2px; background: linear-gradient(90deg, var(--violet), var(--magenta)); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(54px, 6vw, 84px); line-height: .98; letter-spacing: -.055em; }
.hero h1 em { color: transparent; background: linear-gradient(100deg, #fff 0%, #d6c8e1 28%, #b65cff 67%, #ff2370 100%); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: var(--muted); font-size: clamp(19px, 2vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(100deg, #7627e8, #d21686 68%, #ee1759); box-shadow: 0 12px 32px rgba(210,22,134,.2); }
.button-primary:hover { box-shadow: 0 16px 38px rgba(210,22,134,.31); }
.button-ghost { color: white; border-color: #3b3045; background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: #6b557d; }
.hero-proof { display: grid; grid-template-columns: repeat(3,1fr); max-width: 680px; margin-top: 58px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-proof div { padding-right: 18px; }
.hero-proof div + div { padding-left: 22px; border-left: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { margin-bottom: 6px; font-size: 14px; }
.hero-proof span { color: var(--muted-2); font-size: 12px; line-height: 1.45; }

.hero-system { position: relative; aspect-ratio: 1; max-width: 540px; width: 100%; justify-self: end; }
.system-orbit { position: absolute; inset: 50%; border: 1px solid rgba(173,126,210,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 38%; height: 38%; }
.orbit-two { width: 68%; height: 68%; border-style: dashed; animation: rotate 32s linear infinite; }
.orbit-three { width: 94%; height: 94%; opacity: .7; }
.system-core { position: absolute; z-index: 3; top: 50%; left: 50%; width: 138px; height: 138px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.13); border-radius: 32%; background: radial-gradient(circle at 35% 28%, rgba(208,73,255,.55), rgba(121,30,171,.26) 40%, rgba(16,10,23,.95) 74%); box-shadow: 0 0 70px rgba(141,70,255,.25), inset 0 0 45px rgba(255,255,255,.04); transform: translate(-50%,-50%) rotate(45deg); }
.system-core span { color: white; font-size: 54px; font-weight: 800; transform: rotate(-45deg); }
.system-core small { position: absolute; left: 52%; top: 74%; color: #a59baa; font-size: 8px; font-weight: 700; line-height: 1.3; letter-spacing: .14em; text-align: center; transform: translate(-50%,-50%) rotate(-45deg); }
.system-node { position: absolute; z-index: 4; width: 88px; text-align: center; }
.system-node b { display: grid; width: 54px; height: 54px; margin: 0 auto 9px; place-items: center; color: white; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; background: #171020; box-shadow: 0 10px 30px rgba(0,0,0,.38); }
.system-node span { color: #afa8b7; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.node-engine { left: 4%; top: 43%; }.node-engine b { background: #813af4; }
.node-fabric { left: 43%; top: 2%; }.node-fabric b { background: #d21686; }
.node-signal { right: 3%; top: 43%; }.node-signal b { background: #ff164f; }
.node-domain { left: 43%; bottom: 0; }.node-domain b { color: #08100d; background: var(--green); }
.system-caption { position: absolute; left: 50%; bottom: 17%; width: 78%; color: #706877; font-size: 10px; letter-spacing: .08em; text-align: center; text-transform: uppercase; transform: translateX(-50%); }
.system-caption span { display: inline-block; width: 18px; height: 1px; margin-right: 8px; vertical-align: middle; background: var(--magenta); }
.system-caption i { margin: 0 4px; color: var(--green); font-style: normal; }
@keyframes rotate { to { transform: translate(-50%,-50%) rotate(360deg); } }

.sector-ribbon { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.018); }
.ribbon-inner { min-height: 90px; display: flex; align-items: center; gap: 42px; }
.ribbon-inner > span { flex: 0 0 auto; color: var(--muted-2); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ribbon-inner ul { display: flex; flex: 1; justify-content: space-between; gap: 25px; margin: 0; padding: 0; list-style: none; }
.ribbon-inner li { color: #c5becb; font-size: 13px; white-space: nowrap; }

.section { position: relative; padding: 130px 0; }
.section-dark { background: var(--bg-soft); }
.section-intro { max-width: 900px; }
.section-intro h2, .section-heading h2, .experience-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
.section-intro > p:last-child { max-width: 760px; margin: 25px 0 0; color: var(--muted); font-size: 20px; line-height: 1.65; }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 72px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--line); }
.outcome { min-height: 290px; padding: 38px; background: #0c0910; transition: background .25s ease; }
.outcome:hover { background: #110c16; }
.outcome-number { color: var(--magenta); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.outcome h3 { margin: 56px 0 16px; font-size: 25px; letter-spacing: -.025em; }
.outcome p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.capability-section { background: linear-gradient(180deg, var(--bg) 0%, #09070c 100%); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.section-heading > p { max-width: 520px; margin: 0 0 4px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.capability-list { margin-top: 74px; border-top: 1px solid var(--line); }
.capability { --accent: var(--violet); position: relative; display: grid; grid-template-columns: 190px minmax(0,1fr) 180px; gap: 40px; align-items: center; min-height: 230px; padding: 36px 28px; border-bottom: 1px solid var(--line); overflow: hidden; transition: background .25s ease; }
.capability::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: var(--accent); transform: scaleY(0); transition: transform .25s ease; }
.capability:hover { background: rgba(255,255,255,.018); }
.capability:hover::before { transform: scaleY(1); }
.capability-fabric { --accent: var(--magenta); }.capability-signal { --accent: var(--red); }.capability-domain { --accent: var(--green); }
.capability-id { display: flex; align-items: center; gap: 18px; }
.capability-id > span { display: grid; flex: 0 0 64px; width: 64px; height: 64px; place-items: center; color: white; border-radius: 50%; background: var(--accent); font-size: 27px; font-weight: 800; }
.capability-domain .capability-id > span { color: #07100d; }
.capability-id small { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.capability-type { margin: 0 0 10px; color: #aaa2b2; font-size: 13px; font-weight: 700; }
.capability h3 { max-width: 720px; margin: 0; font-size: clamp(25px,3vw,36px); line-height: 1.15; letter-spacing: -.035em; }
.capability-content > p:last-child { max-width: 710px; margin: 17px 0 0; color: var(--muted); line-height: 1.6; }
.capability > a { justify-self: end; color: #c2bbc8; font-size: 13px; font-weight: 700; text-decoration: none; }
.capability > a span { margin-left: 8px; color: var(--accent); }

.experience-section { overflow: hidden; background: #0d0911; }
.experience-section::before { content: ""; position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 82% 50%, rgba(210,22,134,.13), transparent 28%), linear-gradient(90deg, transparent 49.95%, rgba(255,255,255,.04) 50%, transparent 50.05%); }
.experience-beam { position: absolute; z-index: 0; width: 800px; height: 1px; top: 48%; right: -180px; background: linear-gradient(90deg, transparent, var(--magenta), transparent); transform: rotate(-28deg); box-shadow: 0 0 40px var(--magenta); opacity: .25; }
.experience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .86fr 1.14fr; gap: 90px; align-items: center; }
.experience-copy > p:nth-of-type(2) { margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.experience-note { margin-top: 45px; padding: 24px 0 0 22px; border-top: 1px solid var(--line); border-left: 3px solid var(--magenta); }
.experience-note strong, .experience-note span { display: block; }
.experience-note strong { font-size: 16px; }.experience-note span { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.sector-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sector-grid > div { min-height: 152px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: rgba(13,10,18,.82); backdrop-filter: blur(10px); }
.sector-grid span, .sector-grid strong, .sector-grid small { display: block; }
.sector-grid span { color: var(--magenta); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.sector-grid strong { margin-top: 28px; font-size: 18px; }.sector-grid small { margin-top: 7px; color: var(--muted); font-size: 12px; }

.approach-section { background: var(--bg); }
.approach-track { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 46px; margin-top: 82px; }
.approach-track::before { content: ""; position: absolute; top: 29px; left: 32px; right: 32px; height: 1px; background: linear-gradient(90deg, var(--violet), var(--magenta), var(--green)); opacity: .6; }
.approach-step { position: relative; z-index: 1; padding-right: 28px; }
.step-marker { display: grid; width: 58px; height: 58px; place-items: center; color: white; border: 1px solid #5b466b; border-radius: 50%; background: var(--bg); font-size: 12px; font-weight: 800; box-shadow: 0 0 0 10px var(--bg); }
.approach-step h3 { margin: 34px 0 12px; font-size: 28px; }.approach-step p { max-width: 310px; margin: 0; color: var(--muted); line-height: 1.65; }
.trust-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; margin-top: 110px; padding: 48px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(115deg, #100b16, #0b090e); box-shadow: var(--shadow); }
.trust-panel h3 { margin: 0; font-size: 33px; letter-spacing: -.035em; }.trust-panel .eyebrow { margin-bottom: 14px; }
.trust-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin: 0; padding: 0; list-style: none; }
.trust-panel li { color: #cfc8d5; font-size: 14px; }.trust-panel li span { display: inline-block; width: 7px; height: 7px; margin-right: 11px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(93,226,167,.55); }

.contact-section { overflow: hidden; background: #0c0910; border-top: 1px solid var(--line); }
.contact-glow { position: absolute; width: 720px; height: 720px; left: -400px; bottom: -400px; border-radius: 50%; background: radial-gradient(circle, rgba(141,70,255,.17), transparent 66%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.contact-copy > p:nth-of-type(2) { margin: 28px 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.email-link { display: inline-flex; gap: 12px; color: white; font-weight: 700; text-decoration: none; border-bottom: 1px solid #594267; padding-bottom: 7px; }.email-link span { color: var(--magenta); }
.contact-form { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(18,14,24,.82); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 20px; color: #bdb6c3; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 9px; padding: 14px 15px; color: white; border: 1px solid #372b40; border-radius: 10px; outline: none; background: #0b090e; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { min-height: 132px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--violet); box-shadow: 0 0 0 3px rgba(141,70,255,.12); }
.contact-form .honeypot { position: absolute; left: -9999px; }
.contact-form .consent { display: flex; gap: 11px; align-items: flex-start; color: var(--muted); font-weight: 400; line-height: 1.5; }
.contact-form .consent input { width: 16px; height: 16px; flex: 0 0 auto; margin: 2px 0 0; accent-color: var(--magenta); }
.form-footer { display: flex; align-items: center; gap: 20px; margin-top: 4px; }
.form-footer button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }.form-status.is-success { color: var(--green); }.form-status.is-error { color: #ff6a8e; }

.site-footer { padding: 54px 0; border-top: 1px solid var(--line); background: #070609; }
.footer-grid { display: grid; grid-template-columns: 180px 1fr auto; gap: 32px; align-items: center; }
.footer-brand { width: 136px; height: 56px; }.footer-brand img { width: 128px; }
.footer-grid > p { color: var(--muted); font-size: 13px; }.footer-links { display: flex; gap: 24px; }.footer-links a { color: #aca5b2; font-size: 12px; text-decoration: none; }.footer-links a:hover { color: white; }
.footer-grid > small { grid-column: 1 / -1; padding-top: 22px; color: #625b68; font-size: 11px; border-top: 1px solid rgba(255,255,255,.04); }

.legal-page { background: var(--bg); }.legal-main { min-height: calc(100vh - 180px); padding: 150px 0 100px; }.legal-shell { max-width: 820px; }.legal-shell h1 { margin: 0; font-size: clamp(48px,7vw,76px); letter-spacing: -.05em; }.legal-updated { margin: 16px 0 60px; color: var(--muted-2); }.legal-shell section { padding: 28px 0; border-top: 1px solid var(--line); }.legal-shell section h2 { margin: 0 0 12px; font-size: 22px; }.legal-shell section p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }.legal-shell section a { color: var(--green); }.legal-back { min-height: 42px; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal.is-visible { opacity: 1; transform: none; }
.capability-list .reveal:nth-child(2), .outcome-grid .reveal:nth-child(2), .approach-track .reveal:nth-child(2) { transition-delay: .08s; }
.capability-list .reveal:nth-child(3), .outcome-grid .reveal:nth-child(3), .approach-track .reveal:nth-child(3) { transition-delay: .16s; }
.capability-list .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 1020px) {
  .hero-grid { grid-template-columns: 1fr; gap: 28px; padding-top: 70px; }
  .hero-copy { max-width: 790px; }
  .hero-system { max-width: 500px; justify-self: center; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .capability { grid-template-columns: 160px 1fr; }
  .capability > a { grid-column: 2; justify-self: start; }
  .experience-grid, .contact-grid { grid-template-columns: 1fr; gap: 70px; }
  .experience-copy { max-width: 720px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 30px, 680px); }
  .site-header { height: 72px; }
  .brand { width: 132px; height: 52px; }.brand img { width: 124px; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 20px 24px 30px; border-bottom: 1px solid var(--line); background: rgba(7,6,10,.98); transform: translateY(-130%); visibility: hidden; transition: transform .25s ease, visibility .25s ease; }
  .primary-nav.is-open { transform: none; visibility: visible; }
  .primary-nav a { padding: 15px 4px; font-size: 16px; border-bottom: 1px solid rgba(255,255,255,.05); }
  .primary-nav .nav-cta { margin-top: 14px; text-align: center; border: 1px solid #463851; }
  .hero { padding-top: 72px; }
  .hero-grid { min-height: auto; padding: 70px 0 45px; }
  .hero h1 { font-size: clamp(48px,14vw,70px); }
  .hero-proof { grid-template-columns: 1fr; gap: 18px; }
  .hero-proof div + div { padding: 18px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .hero-system { max-width: 430px; }
  .ribbon-inner { display: block; padding: 22px 0; }
  .ribbon-inner ul { margin-top: 17px; flex-wrap: wrap; justify-content: flex-start; }
  .section { padding: 92px 0; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome { min-height: 230px; }.outcome h3 { margin-top: 40px; }
  .capability { grid-template-columns: 1fr; gap: 24px; padding: 36px 12px; }
  .capability > a { grid-column: auto; justify-self: start; }
  .sector-grid { grid-template-columns: 1fr; }
  .approach-track { grid-template-columns: 1fr; gap: 50px; }
  .approach-track::before { top: 25px; bottom: 25px; left: 29px; right: auto; width: 1px; height: auto; background: linear-gradient(var(--violet), var(--magenta), var(--green)); }
  .approach-step { padding-left: 90px; }.step-marker { position: absolute; left: 0; top: 0; }.approach-step h3 { margin-top: 0; }
  .trust-panel { grid-template-columns: 1fr; gap: 38px; padding: 32px; }.trust-panel ul { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 28px 20px; }
  .form-footer { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }.footer-grid > small { grid-column: auto; }.footer-links { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .hero-system { width: 108%; margin-left: -4%; }
  .system-caption { display: none; }
  .node-engine { left: 0; }.node-signal { right: 0; }
  .section-intro h2, .section-heading h2, .experience-copy h2, .contact-copy h2 { font-size: 39px; }
  .hero-actions .button { width: 100%; }
  .capability-id { align-items: center; }
}

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