@charset "UTF-8";

:root {
  --ink: #101c25;
  --ink-soft: #1b2a33;
  --paper: #14212a;
  --white: #1b2a33;
  --text: #e6ece7;
  --lime: #c7e5a0;
  --green: #b8d591;
  --muted: #a6b6ba;
  --line: #35464d;
  --font: "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { display: block; width: 100%; height: 100%; }
::selection { color: var(--ink); background: var(--lime); }
:focus-visible { outline: 3px solid #b8d591; outline-offset: 5px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 550; line-height: 1.12; }
h1 { letter-spacing: -.055em; }
h2 { font-size: clamp(30px, 3.2vw, 45px); letter-spacing: -.045em; }
h3 { font-size: 21px; letter-spacing: -.03em; }
.container { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.section { padding-block: 100px; }
.eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 650; letter-spacing: .14em; line-height: 1.5; text-transform: uppercase; }
.dark-eyebrow { color: var(--green); }
.lime-dot, .green-dot { display: inline-block; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
.green-dot { background: var(--green); }
.skip-link { position: absolute; z-index: 10; top: -100px; left: 20px; padding: 10px 20px; color: var(--ink); background: var(--lime); }
.skip-link:focus { top: 12px; }
.site-header { color: #fff; background: var(--ink); }
.header-inner { display: flex; min-height: 100px; align-items: center; justify-content: space-between; border-bottom: 1px solid #ffffff21; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 27px; font-weight: 650; letter-spacing: -.05em; line-height: 1; }
.brand-mark { width: 32px; height: 32px; }
.brand-ts { font-weight: 350; color: var(--lime); }
.primary-nav { display: flex; align-items: center; gap: 36px; font-size: 13px; font-weight: 550; }
.primary-nav a { padding-block: 9px; color: #c2cacd; transition: color .2s; }
.primary-nav a:hover, .primary-nav a[aria-current] { color: var(--lime); }
.primary-nav a[aria-current]:not(.nav-contact) { box-shadow: 0 1px var(--lime); }
.primary-nav .nav-contact { display: flex; align-items: center; gap: 25px; border: 1px solid #60706f; color: #fff; padding: 10px 18px; border-radius: 5px; }
.nav-contact span { color: var(--lime); font-size: 18px; }
.hero { overflow: hidden; color: #fff; background: var(--ink); }
.hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; gap: 12px; align-items: center; padding-block: 83px 75px; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .eyebrow { color: #c1ccc7; margin-bottom: 25px; }
.hero h1 { font-size: clamp(48px, 4.85vw, 70px); line-height: 1.08; font-weight: 500; }
.hero h1 > span { color: var(--lime); white-space: nowrap; }
.hero-description { max-width: 470px; margin-top: 28px; color: #b9c5c8; font-size: 16px; line-height: 1.85; }
.button-row { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 15px 23px; border: 1px solid transparent; border-radius: 5px; font-size: 13px; line-height: 1.5; font-weight: 650; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 21px; line-height: 1; font-weight: 400; }
.button-lime { color: var(--ink); background: var(--lime); }
.button-lime:hover { background: #e7ffc5; }
.button-dark { color: var(--ink); background: var(--lime); }
.button-dark:hover { background: #d9efbe; }
.button-dark span { color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.light-link { color: #e4e9e6; }
.hero-art { position: relative; isolation: isolate; height: 475px; }
.hero-diagram { width: 100%; height: 100%; overflow: visible; }
.diagram-box { fill: #17272c; stroke: #42574c; stroke-width: 1; vector-effect: non-scaling-stroke; }
.diagram-text, .diagram-code { dominant-baseline: middle; font-size: 12px; }
.diagram-text { fill: #dce4db; }
.diagram-code { fill: var(--lime); font: 14px ui-monospace, Consolas, monospace; }
.diagram-icon { stroke: var(--lime); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.art-coordinate { position: absolute; color: #81968f; font: 9px/1.5 ui-monospace, "Cascadia Code", Consolas, monospace; letter-spacing: .15em; }
.coordinate-top { left: 14%; top: 0; }
.coordinate-bottom { bottom: -5px; right: 7%; display: flex; align-items: center; gap: 8px; font-size: 8px; }
.coordinate-bottom .lime-dot { width: 4px; height: 4px; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #ffffff21; padding-block: 23px; color: #a6b6b9; font-size: 11px; }
.hero-bottom a { display: inline-flex; align-items: center; gap: 22px; color: #d0d9d5; }
.hero-bottom a:hover { color: var(--lime); }
.hero-bottom a span { color: var(--lime); font-size: 18px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.section-heading .eyebrow { margin-bottom: 18px; }
.section-heading > p { max-width: 335px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; flex-direction: column; padding: 28px 24px 24px; border: 1px solid var(--line); border-radius: 7px; background: var(--white); transition: border-color .2s, transform .2s, box-shadow .2s; }
.service-card:hover { border-color: #99b27d; transform: translateY(-5px); box-shadow: 0 12px 30px #223a1710; }
.service-icon { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 44px; height: 44px; padding: 9px; border: 1px solid #455b4c; border-radius: 8px; background: #273b32; color: #c4dca4; }
.card-number { position: absolute; top: 29px; right: 24px; color: #a6b69d; font: 10px ui-monospace, Consolas, monospace; }
.service-card h3 { margin: 29px 0 13px; font-size: 19px; }
.service-card p { color: var(--muted); font-size: 13px; line-height: 1.8; }
.card-link { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-top: auto; padding-top: 29px; font-size: 10px; font-weight: 600; }
.card-link span { font-size: 20px; font-weight: 400; }
.ai-focus { background: var(--ink); border-top: 1px solid var(--line); }
.ai-focus-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.ai-focus-intro .eyebrow { margin-bottom: 20px; }
.ai-focus-intro > p:not(.eyebrow) { margin-block: 25px; max-width: 430px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.ai-focus .text-link { color: var(--lime); }
.ai-focus-list article { display: flex; gap: 24px; padding-block: 28px; border-top: 1px solid var(--line); }
.ai-focus-list article:first-child { padding-top: 0; border-top: 0; }
.ai-focus-list article:last-child { padding-bottom: 0; }
.focus-number { padding-top: 4px; color: var(--green); font: 11px/1.5 ui-monospace, Consolas, monospace; }
.ai-focus-list h3 { font-size: 22px; }
.ai-focus-list p { margin-block: 13px 16px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.experience-section { padding-block: 86px; border-block: 1px solid var(--line); background: #192a30; }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.experience-stat { display: flex; flex-direction: column; justify-content: center; align-items: center; min-height: 310px; border-right: 1px solid var(--line); }
.experience-stat strong { font-size: clamp(100px, 12vw, 165px); font-weight: 450; line-height: 1; letter-spacing: -.085em; }
.experience-stat strong span { color: #a6be8b; font-size: .62em; vertical-align: top; line-height: 1.5; }
.experience-stat > span { align-self: center; margin-top: 18px; color: var(--muted); line-height: 1.7; font-size: 13px; }
.experience-copy .eyebrow { margin-bottom: 18px; }
.experience-copy > p:not(.eyebrow) { margin-block: 23px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.principle-list { display: flex; flex-direction: column; gap: 9px; font-size: 12px; }
.principle-list span::before { content: "↗"; color: var(--green); margin-right: 12px; }
.cta-section { padding-block: 70px; background: #22382e; border-block: 1px solid #3b5042; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { margin-block: 13px; }
.cta-inner p:not(.eyebrow) { color: #bdcbb9; font-size: 14px; }
.cta-inner > .button { flex-shrink: 0; }
.site-footer { padding-top: 62px; color: #fff; background: var(--ink); }
.footer-top { display: flex; justify-content: space-between; gap: 40px; padding-bottom: 50px; }
.footer-company { margin-top: 19px; font-size: 11px; color: #c9d3d1; }
.footer-tagline { margin-top: 7px; font-size: 12px; color: #93a7ac; }
.footer-nav { display: flex; align-items: flex-start; gap: 34px; padding-top: 6px; font-size: 12px; color: #ced7d6; }
.footer-nav a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid #ffffff21; color: #9aadb1; font-size: 10px; }
.footer-bottom > span:last-child { display: flex; align-items: center; gap: 11px; }
.footer-bottom .lime-dot { width: 5px; height: 5px; }
.page-hero { padding-block: 73px 63px; color: #fff; background: var(--ink); }
.page-hero .eyebrow { color: #b6c7be; margin-bottom: 25px; }
.page-hero h1 { font-size: clamp(55px, 6vw, 80px); font-weight: 450; }
.page-hero h1 span { color: var(--lime); }
.page-hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-top: 26px; }
.page-hero-bottom p { max-width: 595px; color: #bdc9ca; font-size: 16px; line-height: 1.8; }
.hero-aside { color: #c6d4c8; font: 11px/1.7 ui-monospace, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.services-detail { padding-block: 20px; }
.service-row { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; padding-block: 65px; border-bottom: 1px solid var(--line); }
.service-row:last-child { border-bottom: 0; }
.service-row-label { display: flex; align-items: flex-start; flex-direction: column; gap: 32px; }
.large-icon { width: 72px; height: 72px; padding: 19px; }
.service-row h2 { font-size: clamp(30px, 3vw, 41px); margin-bottom: 24px; }
.service-row p { max-width: 680px; margin-top: 13px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.capability-tags { display: flex; flex-wrap: wrap; gap: 9px; list-style: none; padding: 0; margin: 25px 0 0; }
.capability-tags li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 4px; background: #1d3035; color: #c1cfb8; font-size: 11px; }
.approach-section { border-top: 1px solid var(--line); background: #192a30; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.step-number { display: block; margin-bottom: 25px; border-bottom: 1px solid var(--line); padding-bottom: 18px; color: #b5c6a5; font: 13px ui-monospace, Consolas, monospace; }
.steps-grid h3 { margin-bottom: 12px; }
.steps-grid p { max-width: 310px; color: var(--muted); font-size: 14px; }
.contact-section { background: linear-gradient(110deg, #192b2e 0, var(--paper) 60%); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.12fr; gap: 85px; align-items: start; }
.contact-intro { padding-top: 15px; }
.contact-intro h1 { font-size: clamp(43px, 4.4vw, 61px); line-height: 1.1; margin-block: 25px; }
.contact-intro h1 span { color: #b8d591; }
.contact-intro > p:not(.eyebrow) { max-width: 400px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.contact-note { display: flex; align-items: flex-start; gap: 18px; margin-top: 37px; }
.contact-note h2 { font-size: 16px; line-height: 1.4; letter-spacing: -.02em; margin-block: 1px 7px; }
.contact-note p { max-width: 320px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.contact-signature { border-top: 1px solid var(--line); padding-top: 25px; margin-top: 48px; font-size: 12px; font-weight: 600; }
.contact-signature span { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 400; }
.form-panel { border: 1px solid #42535a; border-radius: 9px; padding: 36px; background: var(--white); box-shadow: 0 12px 48px #07111726; }
.form-heading { margin-bottom: 27px; }
.form-heading h2 { font-size: 25px; letter-spacing: -.035em; }
.form-heading p { color: var(--muted); font-size: 11px; margin-top: 10px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 17px; }
.full-width { grid-column: 1 / -1; }
.form-field { min-width: 0; }
.form-field label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 7px; }
.form-field label span { font-weight: 400; color: var(--muted); }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #657981; border-radius: 4px; padding: 11px 12px; color: var(--text); background: #132229; font-size: 13px; line-height: 1.5; color-scheme: dark; }
.form-field select { min-height: 44px; }
.form-field textarea { min-height: 142px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 2px solid #b3ce93; outline-offset: 1px; border-color: #789957; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #a5b5b8; opacity: 1; }
.help-text { color: var(--muted); font-size: 11px; line-height: 1.7; margin-top: 7px; }
.form-privacy { color: var(--muted); font-size: 11px; line-height: 1.8; margin-block: 20px; }
.form-privacy a, .prose p a { text-decoration: underline; text-underline-offset: 3px; }
.submit-button { width: 100%; }
.form-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.form-errors { margin-bottom: 22px; padding: 13px 16px; border: 1px solid #a76654; border-radius: 5px; background: #3c2522; color: #ffc1ac; font-size: 12px; }
.form-errors p { margin-top: 5px; }
.has-error input, .has-error select, .has-error textarea { border-color: #df947d; }
.field-errors { margin-top: 5px; font-size: 11px; color: #ffb9a3; }
.success-section { min-height: 620px; display: flex; align-items: center; }
.success-inner { max-width: 680px; text-align: center; }
.success-inner .eyebrow { justify-content: center; }
.success-check { margin: 0 auto 26px; width: 64px; height: 64px; padding: 14px; border: 1px solid #789362; border-radius: 50%; background: #273e2f; color: var(--lime); }
.success-inner h1 { margin-block: 23px; font-size: clamp(42px, 5vw, 62px); }
.success-inner > p:not(.eyebrow) { max-width: 440px; margin: 0 auto 28px; color: var(--muted); font-size: 16px; }
.prose { max-width: 750px; }
.prose h1 { margin-top: 25px; font-size: clamp(40px, 5vw, 60px); }
.prose .prose-lead { font-size: 18px; margin-top: 25px; }
.prose h2 { margin-top: 38px; font-size: 23px; letter-spacing: -.025em; }
.prose p { margin-top: 14px; font-size: 15px; color: var(--muted); line-height: 1.9; }
.prose > .text-link { margin-top: 32px; }

@media (min-width: 1600px) { .hero-grid { padding-block: 100px; } }
@media (max-width: 1150px) {
  .container { width: calc(100% - 72px); }
  .hero h1 { font-size: 5.2vw; }
  .hero-art { height: 410px; }
  .hero-grid { padding-block: 70px; }
  .button-row { gap: 20px; }
  .service-grid { gap: 12px; }
  .service-card { padding: 24px 18px; }
  .service-card h3 { font-size: 17px; }
  .card-link { font-size: 9px; }
  .contact-grid { gap: 44px; }
  .form-panel { padding: 28px; }
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1.1fr .9fr; }
  .hero-art { height: 330px; }
  .hero h1 { font-size: 5.5vw; }
  .hero-description { font-size: 14px; }
  .diagram-text { font-size: 14px; }
  .coordinate-bottom { font-size: 6px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .service-card { padding: 27px; }
  .service-card h3 { font-size: 21px; }
  .card-link { font-size: 11px; padding-top: 22px; }
  .section-heading { gap: 35px; }
  .section-heading > p { max-width: 285px; }
  .experience-grid { gap: 50px; }
  .ai-focus-grid { gap: 45px; }
  .cta-inner { align-items: flex-start; flex-direction: column; gap: 25px; }
  .footer-nav { gap: 24px; }
  .service-row { grid-template-columns: .55fr 1.45fr; gap: 40px; }
  .contact-grid { grid-template-columns: 1fr; gap: 45px; max-width: 680px; }
  .contact-intro h1 { font-size: 57px; }
  .contact-intro > p:not(.eyebrow) { max-width: 500px; }
  .contact-note p { max-width: 460px; }
  .contact-signature { display: none; }
  .form-panel { padding: 36px; }
}
@media (max-width: 680px) {
  .container { width: calc(100% - 40px); }
  .section { padding-block: 65px; }
  .header-inner { min-height: 84px; gap: 15px; }
  .brand { font-size: 24px; gap: 8px; }
  .brand-mark { width: 27px; height: 27px; }
  .primary-nav { gap: 18px; font-size: 12px; }
  .primary-nav .nav-contact { padding: 8px 10px; gap: 8px; }
  .hero-grid { grid-template-columns: 1fr; gap: 23px; padding-block: 54px 24px; }
  .hero h1 { font-size: clamp(42px, 8.6vw, 58px); }
  .hero-copy .eyebrow { font-size: 9px; margin-bottom: 24px; }
  .hero-description { font-size: 15px; max-width: 440px; margin-top: 25px; }
  .button-row { margin-top: 27px; gap: 21px; }
  .button { font-size: 12px; padding: 14px 19px; gap: 22px; }
  .text-link { font-size: 12px; gap: 12px; }
  .hero-art { height: 345px; width: 100%; max-width: 440px; margin-inline: auto; }
  .coordinate-top { top: 6px; font-size: 7px; }
  .coordinate-bottom { bottom: 2px; right: 9%; font-size: 6px; }
  .hero-bottom { font-size: 10px; padding-block: 20px; }
  .hero-bottom > span { max-width: 155px; }
  .hero-bottom a { gap: 12px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 30px; }
  .section-heading > p { max-width: 430px; }
  .service-grid { gap: 12px; }
  .service-card { padding: 22px 18px; }
  .service-card h3 { font-size: 18px; margin-top: 24px; }
  .service-card p { font-size: 12px; }
  .card-number { right: 17px; top: 24px; }
  .card-link { font-size: 9px; gap: 5px; }
  .experience-section { padding-block: 60px; }
  .ai-focus-grid { grid-template-columns: 1fr; gap: 38px; }
  .ai-focus-list article { gap: 18px; }
  .ai-focus-list h3 { font-size: 21px; }
  .experience-grid { grid-template-columns: 1fr; gap: 38px; }
  .experience-stat { flex-direction: row; justify-content: flex-start; gap: 30px; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 30px; }
  .experience-stat strong { font-size: 110px; }
  .experience-stat > span { font-size: 12px; }
  .experience-copy .eyebrow { font-size: 9px; }
  .cta-section { padding-block: 50px; }
  .cta-inner h2 { font-size: 34px; }
  .cta-inner .eyebrow { font-size: 9px; }
  .site-footer { padding-top: 45px; }
  .footer-top { flex-direction: column; gap: 28px; padding-bottom: 35px; }
  .footer-nav { flex-wrap: wrap; gap: 18px 26px; font-size: 11px; }
  .footer-bottom { flex-direction: column; gap: 9px; font-size: 9px; }
  .page-hero { padding-block: 50px; }
  .page-hero h1 { font-size: 59px; }
  .page-hero-bottom { margin-top: 25px; }
  .page-hero-bottom p { font-size: 15px; }
  .hero-aside { display: none; }
  .services-detail { padding-block: 0; }
  .service-row { grid-template-columns: 1fr; gap: 27px; padding-block: 45px; }
  .service-row-label { flex-direction: row; align-items: center; justify-content: space-between; }
  .large-icon { width: 48px; height: 48px; padding: 11px; }
  .service-row h2 { font-size: 33px; margin-bottom: 20px; }
  .service-row p { font-size: 14px; }
  .capability-tags li { font-size: 10px; padding: 6px 9px; }
  .steps-grid { grid-template-columns: 1fr; gap: 30px; }
  .step-number { padding-bottom: 12px; margin-bottom: 16px; }
  .steps-grid p { max-width: 100%; }
  .contact-section { padding-top: 45px; }
  .contact-intro { padding-top: 0; }
  .contact-intro h1 { font-size: 48px; }
  .contact-note { margin-top: 29px; }
  .contact-note p { font-size: 13px; }
  .form-panel { padding: 25px 22px; }
  .form-grid { grid-template-columns: 1fr; gap: 18px; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .form-field label { font-size: 12px; }
  .success-section { min-height: 560px; }
  .prose h1 { font-size: 42px; }
}
@media (max-width: 440px) {
  .header-inner { flex-wrap: wrap; justify-content: center; gap: 18px; padding-block: 22px 17px; }
  .primary-nav { justify-content: space-between; width: 100%; gap: 24px; }
  .primary-nav .nav-contact { padding: 7px 13px; }
  .hero h1 { font-size: 9.8vw; }
  .hero h1 > span { white-space: normal; }
  .hero-art { height: 295px; margin-top: 12px; }
  .hero-bottom { align-items: flex-start; }
  .hero-bottom a { max-width: 145px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 25px; }
  .service-card h3 { font-size: 21px; margin-top: 22px; }
  .service-card p { font-size: 14px; }
  .card-link { font-size: 11px; }
  .contact-intro h1 { font-size: 12vw; }
  .form-panel { padding: 25px 19px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
