/* Homepage review, September 2026. Loaded by index.html only.
   Keep the approved pilot on other pages until this foundation is reviewed. */
.cs-page-index {
  --cs-ink: #0b0d12;
  --cs-navy: #15172b;
  --cs-red: #b83229;
  --cs-text: #f7f8fa;
  --cs-muted: #bbc2cc;
  --cs-line: #303641;
  --home-paper: #f5f3ef;
  --home-slate: #545b66;
  background: var(--cs-ink);
  font-size: 18px;
  line-height: 1.6;
}
.cs-page-index .cs-wrap, .cs-page-index .cs-nav-wrap { width: min(100%,1328px); padding-inline: 64px; }
.cs-page-index .cs-main h1, .cs-page-index .cs-main h2, .cs-page-index .cs-main h3 { font-weight: 600; line-height: 1.15; letter-spacing: -.035em; margin: 0 0 24px; }
.cs-page-index .cs-main h1 { font-size: clamp(56px,4.2vw,64px); }
.cs-page-index .cs-main h2 { font-size: clamp(36px,3vw,42px); max-width: 800px; }
.cs-page-index .cs-main h3 { font-size: 26px; }
.cs-page-index .cs-main p { font-size: 18px; line-height: 1.6; max-width: 62ch; margin: 0 0 24px; }
.cs-page-index .cs-main p:last-child { margin-bottom: 0; }
.cs-page-index .cs-main .cs-eyebrow { color: var(--cs-muted); display: block; font-size: 12px; font-weight: 500; letter-spacing: .1em; line-height: 1.6; margin-bottom: 24px; }
.cs-page-index .cs-eyebrow::before { content: none; display: none; }
.cs-page-index .cs-site-header { background: var(--cs-ink); }
.cs-page-index .cs-nav-wrap { padding-block: 16px; }
.cs-page-index .cs-site-header a { color: var(--cs-text); transition: color .18s,background .18s; }
.cs-page-index .cs-site-header .cs-nav-cta { border-radius: 6px; min-height: 48px; display: inline-flex; align-items: center; }
.cs-page-index .cs-site-header .cs-nav-cta:hover { background: #9e2a22; text-decoration: none; }
.cs-page-index .cs-mobile-nav nav { background: var(--cs-navy); max-height: calc(100vh - 88px); max-height: calc(100dvh - 88px); overflow-y: auto; overscroll-behavior-y: contain; }
.cs-page-index .cs-button { min-height: 52px; border-radius: 6px; font-size: 15px; padding: 12px 24px; transition: background .18s,border-color .18s; }
.cs-page-index .cs-button:hover, .cs-page-index .cs-button:focus-visible { background: #9e2a22; border-color: #9e2a22; box-shadow: none; }
.cs-page-index a:focus-visible, .cs-page-index summary:focus-visible, .cs-page-index input:focus-visible { outline: 2px solid var(--cs-text); outline-offset: 5px; }
.cs-page-index .cs-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 15px; line-height: 1.5; color: var(--cs-text); text-decoration: none; }
.cs-page-index .cs-link .home-link-label { text-decoration: underline; text-decoration-color: #8b929e; text-underline-offset: 6px; transition: text-decoration-color .18s; }
.cs-page-index .cs-link:hover .home-link-label { text-decoration-color: currentColor; }
.cs-page-index .cs-link .home-link-icon { flex: none; text-decoration: none; font-size: 19px; line-height: 1; transition: transform .18s; }
.cs-page-index .cs-link:hover .home-link-icon { transform: translateX(3px); }
.cs-page-index .home-section, .cs-page-index .cs-section { padding-block: 96px; }
.cs-page-index .home-section-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.cs-page-index .home-section-top h2 { margin-bottom: 0; }
.cs-page-index .home-section-top>div>p:last-child:not(.cs-eyebrow) { margin-top: 24px; }
.cs-page-index .home-section-top>.cs-link { flex: none; margin-bottom: 4px; }

/* Separate copy and a lightweight, responsive process illustration. */
.home-hero { padding-block: 56px; }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(0,1fr); gap: 48px; align-items: center; }
.home-hero-copy { min-width: 0; }
.cs-page-index .home-hero .cs-lead { color: var(--cs-muted); max-width: 58ch; margin-top: 32px; }
.cs-page-index .home-hero .cs-actions { margin-top: 32px; gap: 24px; align-items: center; }
/* Shared illustration grammar: 1.5px strokes, 6px nodes, readable secondary labels. */
.home-illustration { --diagram-line: #7d8594; --diagram-muted: var(--cs-muted); --diagram-text: var(--cs-text); --diagram-node: #ffffff04; padding: 32px; border: 1px solid var(--cs-line); border-radius: 10px; color: var(--diagram-text); }
.home-art { display: block; width: 88px; height: 88px; fill: var(--diagram-node); stroke: var(--diagram-line); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.home-art * { vector-effect: non-scaling-stroke; }
.home-art .home-art-accent { fill: var(--cs-red); stroke: var(--cs-red); }
.home-art .home-art-on-accent { fill: none; stroke: #fff; }
.home-diagram-arrow, .home-branch-connector { display: block; fill: none; stroke: var(--diagram-line); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.home-diagram-arrow { width: 40px; height: 16px; flex: none; }
.home-diagram-arrow path, .home-branch-connector path { vector-effect: non-scaling-stroke; }
.home-small-label { display: block; color: var(--diagram-muted,var(--cs-muted)); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; font-weight: 500; }
.home-workflow { position: relative; margin: 0; background: var(--cs-navy); }
.home-flow-map .home-flow-number { font-size: 12px; font-weight: 400; color: var(--diagram-muted); margin-right: 6px; letter-spacing: .03em; }
.home-flow-map .home-flow-approve { grid-column: 2; grid-row: 2; }
.home-flow-map .home-flow-complete { grid-column: 1; grid-row: 2; }
.home-flow-map strong { font-size: 15px; font-weight: 500; line-height: 1.5; color: var(--diagram-text); margin-top: 4px; }
.cs-page-index figure figcaption { text-align: left; }

/* Open, consistently aligned service rows. */
.cs-page-index .cs-service-section .cs-section-heading { margin-bottom: 48px; }
.cs-page-index .cs-service-section .cs-card { grid-template-columns: minmax(0,1fr) minmax(0,1.1fr) 224px; gap: 0 48px; padding-block: 32px; }
.cs-page-index .cs-service-section .cs-card h3 { font-size: 26px; margin: 0; }
.cs-page-index .cs-service-section .cs-card .cs-eyebrow { font-size: 11px; margin-bottom: 12px; }
.cs-page-index .cs-service-section .cs-card p:not(.cs-eyebrow) { font-size: 17px; margin: 0; }
.cs-page-index .cs-service-section .cs-card .cs-link { white-space: normal; grid-row: 1 / span 2; font-size: 14px; padding: 0; }
.cs-page-index .cs-service-section .cs-card:last-child { padding-bottom: 0; }

/* A light project section with one featured case and two supporting cases. */
.home-projects { background: var(--home-paper); color: var(--cs-ink); }
.cs-page-index .home-projects h2, .cs-page-index .home-projects h3 { color: var(--cs-ink); }
.cs-page-index .home-projects p, .cs-page-index .home-projects .cs-eyebrow { color: var(--home-slate); }
.cs-page-index .home-projects .cs-link { color: var(--cs-red); }
.cs-page-index .home-projects .cs-link .home-link-label { text-decoration-color: #b8322970; }
.cs-page-index .home-projects .cs-link:hover .home-link-label { text-decoration-color: currentColor; }
.cs-page-index .home-projects a:focus-visible { outline-color: var(--cs-red); }
.home-featured-project { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: center; padding-bottom: 64px; border-bottom: 1px solid #d9dde3; }
.cs-page-index .home-project-copy h3 { font-size: 32px; }
.home-neami-visual { background: var(--cs-navy); margin: 0; }
.home-neami-visual figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--cs-line); }
.home-neami-visual figcaption>span:last-child { color: var(--diagram-muted); font-size: 13px; }
.home-lifecycle { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 24px; }
.home-lifecycle span { padding: 12px 4px; border: 1.5px solid var(--diagram-line); border-radius: 6px; font-size: 13px; text-align: center; color: var(--diagram-text); background: var(--diagram-node); }
.home-branch-connector { width: 100%; height: 40px; }
.home-data-step { padding: 24px; text-align: center; background: var(--diagram-node); border: 1.5px solid var(--diagram-line); border-radius: 6px; }
.home-data-step strong { display: block; font-weight: 500; font-size: 21px; line-height: 1.4; margin-block: 12px; color: var(--diagram-text); }
.home-data-step>span:last-child { font-size: 13px; color: var(--diagram-muted); }
.home-safeguard { display: flex; align-items: center; gap: 16px; margin-top: 24px; }
.home-safeguard .home-art { width: 48px; height: 48px; flex: none; }
.home-safeguard strong { font-size: 15px; font-weight: 500; color: var(--diagram-text); display: block; margin-top: 8px; }
.home-result { border-top: 1px solid #d9dde3; padding-top: 24px; margin-bottom: 16px; }
.cs-page-index .cs-main .home-metric { margin: 0 0 16px; }
.home-metric-number { display: block; color: var(--cs-ink); font-size: 56px; line-height: 1.1; letter-spacing: -.04em; font-weight: 600; margin-bottom: 8px; }
.home-metric-label { display: block; color: var(--cs-ink); font-size: 18px; line-height: 1.5; font-weight: 500; }
.cs-page-index .cs-main .home-metric-note { font-size: 15px; }
.home-supporting-projects { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; padding-top: 48px; }
.home-supporting-projects article { display: flex; flex-direction: column; min-width: 0; }
.home-supporting-projects .cs-link { align-self: flex-start; margin-top: auto; }
.cs-page-index .home-supporting-projects .cs-eyebrow { margin-block: 24px 16px; }
.home-project-visual { display: flex; flex-direction: column; justify-content: space-between; aspect-ratio: 16/8; min-height: 260px; gap: 24px; }
.home-daccc-visual { --diagram-line: #737b87; --diagram-muted: var(--home-slate); --diagram-text: var(--cs-ink); --diagram-node: #ffffff38; background: #e9e6e0; border-color: #d9dde3; }
.home-saputo-visual { background: #202936; }
.home-visual-overline { font-size: 13px; line-height: 1.5; color: var(--diagram-muted); }
.home-project-diagram { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1; min-width: 0; }
.home-record-node, .home-restore-node { display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 0; text-align: center; }
.home-record-node>span, .home-restore-node>span { font-size: 13px; line-height: 1.5; color: var(--diagram-muted); }
.home-project-diagram .home-art { width: 64px; height: 64px; }
.home-app-list { display: grid; gap: 8px; }
.home-app-list span { border: 1.5px solid var(--diagram-line); border-radius: 6px; background: var(--diagram-node); color: var(--diagram-text); font-size: 13px; line-height: 1.5; padding: 8px 12px; }
.home-restore-node strong { color: var(--diagram-text); font-size: 15px; font-weight: 500; line-height: 1.5; }
.home-restore-node>span { margin-top: -4px; }
.home-restore-footer { font-size: 13px; color: var(--diagram-muted); line-height: 1.5; }

/* One connected delivery sequence. */
.home-process { background: var(--cs-navy); }
.home-process-steps { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 48px; }
.home-process-steps li { min-width: 0; position: relative; display: flex; flex-direction: column; margin: 0; padding: 0; }
.home-step-number { font-size: 13px; color: var(--cs-muted); position: relative; padding-bottom: 24px; display: block; border-bottom: 1px solid #626979; margin-bottom: 24px; }
.home-process-steps li:not(:last-child) .home-step-number::after { content: '→'; position: absolute; bottom: -13px; right: -33px; color: var(--cs-muted); font-size: 18px; }
.cs-page-index .home-process-steps h3 { margin-bottom: 16px; }
.cs-page-index .home-process-steps p { font-size: 17px; }
.home-process-steps .cs-link { margin-top: auto; align-self: flex-start; }

/* Brief quotations, useful questions and one closing action. */
.home-testimonials { border-bottom: 1px solid var(--cs-line); }
.home-quotes { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; margin-top: 48px; }
.home-quotes figure { margin: 0; display: flex; flex-direction: column; }
.home-quotes blockquote { border: 0; margin: 0 0 32px; padding: 0; color: var(--cs-text); font-size: 24px; line-height: 1.55; font-style: normal; }
.home-quotes figcaption { margin-top: auto; font-size: 14px; }
.home-quotes figcaption strong { display: block; font-weight: 500; color: var(--cs-text); margin-bottom: 4px; }
.home-quotes figcaption span { color: var(--cs-muted); display: block; }
.home-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 96px; }
.cs-page-index .home-faq h2 { max-width: 400px; }
.cs-page-index .home-faq-grid>div>p:not(.cs-eyebrow) { max-width: 37ch; }
.cs-page-index .home-faq summary { font-size: 17px; padding-block: 24px; }
.cs-page-index .home-faq .cs-faq details { border-color: var(--cs-line); }
.cs-page-index .home-faq .cs-faq p { font-size: 16px; }
.cs-page-index .home-faq .cs-faq details[open] p { padding-top: 8px; }
.home-closing { background: var(--cs-navy); }
.home-closing-grid { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center; }
.cs-page-index .home-closing h2 { font-size: 48px; }
.home-closing-actions { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.home-phone { font-size: 14px; color: var(--cs-muted) !important; min-height: 44px; display: inline-flex; align-items: center; text-decoration: underline; text-underline-offset: 5px; }

/* Three footer groups. Newsletter markup and handling are unchanged. */
.home-footer { background: var(--cs-ink); padding-top: 48px; }
.home-footer-grid { display: grid; grid-template-columns: 1fr 1.1fr 1.15fr; gap: 48px; padding-bottom: 40px; }
.home-footer-grid>div, .home-footer-grid>nav { min-width: 0; }
.home-footer h2 { font-family: inherit; font-size: 14px; line-height: 1.5; font-weight: 500; color: var(--cs-text); letter-spacing: 0; text-transform: none; margin: 0 0 24px; }
.home-footer p, .home-footer address { font-size: 13px; color: var(--cs-muted); line-height: 1.7; font-style: normal; }
.home-footer-company p { margin-block: 24px; max-width: 31ch; }
.home-footer-company address { margin-bottom: 16px; }
.home-footer-brand { display: inline-flex; }
.home-footer-brand img { width: 180px; height: 48px; object-fit: contain; }
.home-footer-company>a:not(.home-footer-brand) { display: flex; align-items: center; min-height: 36px; font-size: 13px; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 4px; }
.home-footer-nav>div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; }
.home-footer-nav a { display: flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration: none; color: var(--cs-muted); }
.home-footer-nav a:hover { color: var(--cs-text); text-decoration: underline; text-underline-offset: 4px; }
.cs-page-index .home-footer .team-social-bottom { gap: 0; margin-bottom: 8px; }
.cs-page-index .home-footer .team-social-bottom a { min-width: 44px; min-height: 44px; }
.home-social-more { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.home-footer .home-newsletter-label { margin: 24px 0 12px; color: var(--cs-text); }
.cs-page-index .home-footer .subscribe-form-holder { width: 100%; margin: 0; }
.cs-page-index .home-footer .subscribe-form { position: static; display: flex; flex-direction: row; height: auto; min-height: 0; gap: 8px; margin: 0; }
.cs-page-index .home-footer .subscribe-email { width: 0; flex: 1 1 auto; height: 48px; min-height: 48px; min-width: 0; margin: 0; padding: 12px; font-family: inherit; font-size: 13px; background: transparent; border: 1px solid #747c89; border-radius: 6px; }
.cs-page-index .home-footer .subscribe-button { position: static; inset: auto; height: 48px; min-height: 48px; width: auto; flex: 0 0 auto; align-self: flex-start; padding: 12px 16px; border: 1px solid #747c89; border-radius: 6px; background: transparent; color: var(--cs-text); font-family: inherit; font-size: 13px; transition: background .18s; }
.cs-page-index .home-footer .subscribe-button:hover { background: var(--cs-navy); }
.cs-page-index .home-footer .w-form-done, .cs-page-index .home-footer .w-form-fail { border-radius: 6px; font-size: 14px; }
.cs-page-index .home-footer .w-form-done { background: var(--cs-navy); color: var(--cs-text); }
.cs-page-index .home-footer .w-form-fail { background: #f7e2df; color: #681d18; }
.home-footer .home-copyright { border-top: 1px solid var(--cs-line); padding-block: 24px; margin: 0; font-size: 11px; }

@media (max-width: 1200px) {
  .cs-page-index .cs-nav-wrap { padding-inline: 40px; }
  .cs-page-index .cs-desktop-nav { gap: 16px; }
  .home-hero-grid { gap: 32px; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); }
  .cs-page-index .cs-main h1 { font-size: 56px; }
  .cs-page-index .cs-service-section .cs-card { grid-template-columns: 1fr 1fr; gap: 0 48px; }
  .cs-page-index .cs-service-section .cs-card .cs-link { grid-column: 2; grid-row: 3; margin-top: 16px; }
  .home-featured-project { gap: 40px; }
  .home-faq-grid { gap: 64px; }
  .home-footer-grid { gap: 40px; }
}
@media (max-width: 1000px) {
  .cs-page-index .cs-desktop-nav { display: none; }
  .cs-page-index .cs-mobile-nav { display: block; }
  .cs-page-index .cs-wrap, .cs-page-index .cs-nav-wrap { padding-inline: 40px; }
  .home-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .home-hero-copy { max-width: 720px; }
  .home-featured-project { grid-template-columns: 1fr 1fr; gap: 32px; }
  .home-supporting-projects { gap: 32px; }
  .home-process-steps { gap: 32px; }
  .home-process-steps li:not(:last-child) .home-step-number::after { right: -25px; }
  .home-section-top>.cs-link { align-self: flex-start; }
  .cs-page-index .home-section-top { display: block; }
  .home-section-top>.cs-link { margin-top: 16px; }
  .home-quotes { gap: 40px; }
  .home-quotes blockquote { font-size: 22px; }
  .home-faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .cs-page-index .home-faq h2 { max-width: 650px; }
  .home-closing-grid { grid-template-columns: 1fr; gap: 32px; }
  .home-closing-actions { align-items: flex-start; gap: 8px; }
  .home-footer-grid { grid-template-columns: 1fr 1fr; gap: 48px; }
  .home-footer-connect { grid-column: 1/-1; max-width: 450px; }
}
@media (max-width: 600px) {
  .cs-page-index { font-size: 16px; }
  .cs-page-index .cs-wrap, .cs-page-index .cs-nav-wrap { padding-inline: 24px; }
  .cs-page-index .cs-nav-wrap { padding-block: 12px; }
  .cs-page-index .cs-main h1 { font-size: clamp(36px,9vw,40px); line-height: 1.15; }
  .cs-page-index .cs-main h2, .cs-page-index .home-closing h2 { font-size: 30px; }
  .cs-page-index .cs-main h3, .cs-page-index .cs-service-section .cs-card h3, .cs-page-index .home-project-copy h3 { font-size: 24px; }
  .cs-page-index .cs-main p, .cs-page-index .home-hero .cs-lead { font-size: 16px; }
  .cs-page-index .cs-main .cs-eyebrow { font-size: 12px; margin-bottom: 16px; }
  .cs-page-index .home-section, .cs-page-index .cs-section { padding-block: 64px; }
  .home-hero { padding-block: 48px; }
  .home-hero-grid { gap: 40px; }
  .cs-page-index .home-hero .cs-lead { margin-top: 24px; }
  .cs-page-index .home-hero .cs-actions { gap: 12px 20px; margin-top: 24px; }
  .cs-page-index .cs-button { font-size: 14px; padding-inline: 20px; }
  .cs-page-index .home-section-top, .cs-page-index .cs-service-section .cs-section-heading { margin-bottom: 32px; }
  .cs-page-index .cs-service-section .cs-card { display: block; padding-block: 32px; }
  .cs-page-index .cs-service-section .cs-card h3 { margin-bottom: 16px; }
  .cs-page-index .cs-service-section .cs-card p:not(.cs-eyebrow) { font-size: 16px; }
  .cs-page-index .cs-service-section .cs-card .cs-link { display: inline-flex; margin-top: 16px; }
  .home-featured-project { grid-template-columns: 1fr; gap: 32px; padding-bottom: 40px; }
  .home-supporting-projects { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; }
  .home-process-steps { grid-template-columns: 1fr; gap: 32px; }
  .home-process-steps li { padding-left: 48px; }
  .home-step-number { position: absolute; left: 0; top: 4px; border: 0; margin: 0; padding: 0; }
  .home-process-steps li:not(:last-child)::after { content: ''; position: absolute; width: 1px; left: 8px; top: 40px; bottom: -8px; background: #626979; }
  .home-process-steps li:not(:last-child) .home-step-number::after { display: none; }
  .cs-page-index .home-process-steps p { font-size: 16px; margin-bottom: 16px; }
  .home-quotes { grid-template-columns: 1fr; gap: 40px; margin-top: 32px; }
  .home-quotes blockquote { font-size: 22px; margin-bottom: 24px; }
  .home-quotes figure+figure { border-top: 1px solid var(--cs-line); padding-top: 32px; }
  .cs-page-index .home-faq summary { font-size: 16px; }
  .home-footer { padding-top: 48px; }
  .home-footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .home-footer-connect { grid-column: auto; max-width: none; }
  .home-footer-nav>div { grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .home-footer-company>a:not(.home-footer-brand), .home-footer-nav a { min-height: 44px; }
}
@media (max-width: 360px) {
  .cs-page-index .cs-wrap, .cs-page-index .cs-nav-wrap { padding-inline: 20px; }
}

@media (max-width: 1200px) {
  .home-workflow { padding: 24px; }
  .home-illustration.home-project-visual { padding: 24px; }
  .home-project-diagram { gap: 16px; }
  .home-footer-grid { grid-template-columns: .9fr 1fr 1fr; gap: 32px; }
  .cs-page-index .home-footer .subscribe-form { flex-direction: column; }
  .cs-page-index .home-footer .subscribe-email { width: 100%; }
}
@media (max-width: 1000px) {
  .home-workflow { max-width: 540px; width: 100%; padding: 32px; }
  .home-illustration.home-neami-visual { padding: 24px; }
  .home-lifecycle { gap: 8px; }
  .home-data-step { padding-inline: 16px; }
  .home-data-step strong { font-size: 18px; }
  .home-project-visual { aspect-ratio: auto; min-height: 290px; }
  .home-project-diagram { gap: 16px; }
  .home-project-diagram .home-diagram-arrow { width: 28px; }
  .home-app-list span { padding: 8px; }
  .home-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .cs-page-index .home-footer .subscribe-form { flex-direction: row; }
  .cs-page-index .home-footer .subscribe-email { width: 0; }
}
@media (max-width: 600px) {
  .home-workflow, .home-illustration.home-neami-visual { padding: 24px; }
  .home-flow-map strong { font-size: 14px; }
  .home-metric-number { font-size: 48px; }
  .home-metric-label { font-size: 17px; }
  .home-project-visual { min-height: 280px; }
  .home-project-diagram { gap: 12px; }
  .home-project-diagram .home-art { width: 56px; height: 56px; }
  .home-project-diagram .home-diagram-arrow { width: 24px; }
  .home-record-node>span { max-width: 7ch; }
  .home-footer-grid { grid-template-columns: 1fr; }
  .cs-page-index .home-footer .subscribe-email { font-size: 16px; }
  .cs-page-index .home-footer .subscribe-form { flex-direction: column; }
  .cs-page-index .home-footer .subscribe-email { width: 100%; }
}
@media (min-width: 480px) and (max-width: 600px) {
  .cs-page-index .home-footer .subscribe-form { flex-direction: row; }
  .cs-page-index .home-footer .subscribe-email { width: 0; }
}
@media (max-width: 360px) {
  .home-workflow, .home-illustration.home-neami-visual { padding: 20px; }
  .home-illustration.home-project-visual { padding: 20px; }
  .home-project-diagram { gap: 8px; }
  .home-app-list span, .home-record-node>span, .home-restore-node>span { font-size: 12px; }
}


/* Warmth and client credibility refinement, 10 September 2026. */
.cs-page-index .cs-service-section .cs-eyebrow,
.cs-page-index .home-process .cs-eyebrow,
.cs-page-index .home-faq .cs-eyebrow,
.cs-page-index .home-closing .cs-eyebrow { text-transform: none; letter-spacing: .015em; }
.cs-page-index .cs-service-section .cs-card .cs-eyebrow { font-size: 13px; }

/* Connectors follow their grid nodes so wrapping labels cannot move arrows into text. */
.home-flow-map { --flow-column-gap: 48px; --flow-row-gap: 48px; --flow-icon: 88px; --flow-arrow: 40px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: var(--flow-row-gap) var(--flow-column-gap); padding: 0; margin: 0; list-style: none; }
.home-flow-map li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0; margin: 0; min-width: 0; text-align: center; }
.home-flow-map .home-art { width: var(--flow-icon); height: var(--flow-icon); }
.home-flow-map li>span:not([aria-hidden]) { font-size: 13px; line-height: 1.5; color: var(--diagram-muted); max-width: 19ch; }
.home-map-across, .home-map-down, .home-map-back { position: absolute; display: block; pointer-events: none; }
.home-flow-map .home-diagram-arrow { width: var(--flow-arrow); }
.home-map-across { left: calc(100% + var(--flow-column-gap) / 2 - var(--flow-arrow) / 2); top: calc(var(--flow-icon) / 2 - 8px); }
.home-map-down { left: calc(50% - var(--flow-arrow) / 2); top: calc(100% + var(--flow-row-gap) / 2 - 8px); transform: rotate(90deg); }
.home-map-back { right: calc(100% + var(--flow-column-gap) / 2 - var(--flow-arrow) / 2); top: calc(var(--flow-icon) / 2 - 8px); transform: rotate(180deg); }
.cs-page-index .home-workflow figcaption { font-size: 16px; font-weight: 500; line-height: 1.5; color: var(--diagram-text); margin: 0 0 24px; padding: 0; border: 0; }

/* Comans introduces three clients, each linked to the evidence below. */
.home-client-proof { background: #10131b; border-block: 1px solid var(--cs-line); }
.home-proof-inner { padding-block: 36px; }
.cs-page-index .home-client-proof h2 { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; font-size: 18px; font-weight: 500; line-height: 1.5; letter-spacing: -.015em; }
.home-comans-emblem { width: 28px; height: 28px; flex: none; }
.home-client-proof ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; padding: 0; margin: 0; list-style: none; }
.home-client-proof li { position: relative; min-width: 0; margin: 0; padding: 0; }
.home-client-proof li+li::before { content: ''; position: absolute; left: -14px; top: 0; bottom: 0; width: 1px; background: var(--cs-line); }
.cs-page-index .home-client-entry { display: grid; grid-template-columns: minmax(0,1fr) 20px; column-gap: 12px; align-items: start; color: var(--cs-text); text-decoration: none; padding-block: 4px; border-radius: 2px; }
.home-client-name { grid-column: 1; font-size: 23px; font-weight: 500; line-height: 1.3; letter-spacing: -.025em; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 5px; transition: text-decoration-color .18s; }
.home-client-sector { grid-column: 1; margin-top: 8px; font-size: 13px; line-height: 1.5; color: var(--cs-muted); }
.home-client-description { grid-column: 1; margin-top: 12px; font-size: 15px; line-height: 1.5; color: var(--cs-muted); }
.home-client-arrow { grid-column: 2; grid-row: 1; font-size: 20px; line-height: 1.5; color: var(--cs-muted); transition: transform .18s, color .18s; }
.home-client-entry:hover .home-client-name, .home-client-entry:focus-visible .home-client-name { text-decoration-color: currentColor; }
.home-client-entry:hover .home-client-arrow { transform: translateX(3px); color: var(--cs-text); }
.home-projects article[id] { scroll-margin-top: 32px; }

.cs-page-index .cs-service-section .home-service-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; grid-column: 3; grid-row: 1 / span 2; align-self: center; }
.cs-page-index .cs-service-section .home-service-actions .cs-link { margin: 0; align-self: flex-start; }
@media (max-width: 1200px) {
  .cs-page-index .cs-service-section .home-service-actions { grid-column: 2; grid-row: 3; margin-top: 16px; }
}
@media (max-width: 600px) {
  .home-flow-map { --flow-column-gap: 32px; --flow-row-gap: 40px; --flow-icon: 72px; --flow-arrow: 32px; }
  .home-client-proof ul { grid-template-columns: 1fr; gap: 0; }
  .home-client-proof li+li::before { left: 0; top: 0; bottom: auto; width: 100%; height: 1px; }
  .cs-page-index .home-client-entry { padding-block: 20px; }
  .cs-page-index .home-client-proof h2 { font-size: 18px; margin-bottom: 12px; }
  .home-client-name { font-size: 22px; }
  .home-client-description { margin-top: 8px; }
  .home-client-proof li:last-child .home-client-entry { padding-bottom: 0; }
  .cs-page-index .cs-service-section .home-service-actions { margin-top: 16px; gap: 8px; }
}
@media (max-width: 360px) {
  .home-flow-map { --flow-column-gap: 24px; --flow-arrow: 24px; }
}

/* Final responsive polish: preserve the established body sizes and section padding. */
.home-neami-line { display: inline-block; }
.cs-page-index .cs-service-section .cs-section-heading h2 { max-width: 960px; text-wrap: balance; }
.cs-page-index .cs-service-section .home-service-heading { display: flex; flex-direction: column; gap: 12px; grid-column: 1; grid-row: 1; align-self: center; }
.cs-page-index .cs-service-section .home-service-heading .cs-eyebrow,
.cs-page-index .cs-service-section .home-service-heading h3 { margin: 0; }
.cs-page-index .cs-service-section .cs-card>p,
.cs-page-index .cs-service-section .cs-card>.cs-link,
.cs-page-index .cs-service-section .home-service-actions { grid-row: 1; }
@media (min-width: 1001px) and (max-width: 1200px) {
  .cs-page-index .home-hero h1 { font-size: clamp(44px,4.55vw,48px); }
}
@media (min-width: 601px) and (max-width: 1200px) {
  .cs-page-index .cs-service-section .home-service-heading { grid-row: 1 / span 2; }
  .cs-page-index .cs-service-section .cs-card>.cs-link,
  .cs-page-index .cs-service-section .home-service-actions { grid-row: 2; }
}
@media (max-width: 600px) {
  .home-neami-line { display: block; }
  .cs-page-index .cs-service-section .home-service-heading { margin-bottom: 16px; }
}
@media (max-width: 360px) {
  .cs-page-index .home-hero h1 { font-size: clamp(32px,9.4vw,34px); }
}

/* A restrained supporting project note below the three main stories. */
.home-project-note { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 32px; margin-top: 32px; padding-top: 32px; border-top: 1px solid #d9dde3; }
.cs-page-index .home-project-note h3 { font-size: 22px; line-height: 1.35; font-weight: 500; letter-spacing: -.025em; margin-bottom: 12px; }
.home-project-note>.cs-link { justify-self: start; }
@media (max-width: 600px) {
  .home-project-note { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; padding-top: 24px; }
  .cs-page-index .home-project-note h3 { font-size: 20px; }
}

/* Transdev uses the same icon and connector system as the other project examples. */
.home-transdev-visual { grid-column: 1 / -1; min-width: 0; margin: 0; background: var(--cs-navy); }
.cs-page-index .home-transdev-visual figcaption { margin: 0 0 24px; padding: 0; color: var(--diagram-text); font-size: 15px; font-weight: 500; line-height: 1.5; }
.home-transition-steps { --transition-gap: 48px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--transition-gap); list-style: none; padding: 0; margin: 0; }
.home-transition-steps li { display: flex; flex-direction: column; align-items: center; gap: 12px; position: relative; min-width: 0; padding: 0; margin: 0; text-align: center; }
.home-transition-steps .home-art { width: 64px; height: 64px; flex: none; }
.home-transition-steps strong { display: block; color: var(--diagram-text); font-size: 15px; font-weight: 500; line-height: 1.5; }
.home-transition-number { margin-right: 8px; color: var(--diagram-muted); font-size: 12px; font-weight: 400; }
.home-transition-steps li>div>span { display: block; margin-top: 4px; color: var(--diagram-muted); font-size: 13px; line-height: 1.5; }
.home-transition-arrow { position: absolute; left: calc(100% + var(--transition-gap) / 2 - 20px); top: 24px; pointer-events: none; }
.home-transition-principle { display: flex; align-items: center; justify-content: center; gap: 12px; border-top: 1px solid var(--cs-line); margin-top: 24px; padding-top: 16px; font-size: 13px; line-height: 1.5; color: var(--diagram-muted); }
.home-transition-principle .home-art { width: 24px; height: 24px; flex: none; }
@media (max-width: 600px) {
  .home-transdev-visual { padding: 24px; margin-top: 12px; }
  .home-transition-steps { --transition-gap: 32px; grid-template-columns: 1fr; }
  .home-transition-steps li { flex-direction: row; gap: 16px; text-align: left; }
  .home-transition-steps .home-art { width: 56px; height: 56px; }
  .home-transition-arrow { left: 8px; top: calc(100% + var(--transition-gap) / 2 - 8px); transform: rotate(90deg); width: 40px; }
  .home-transition-principle { justify-content: flex-start; }
}
@media (max-width: 360px) {
  .home-transdev-visual { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .cs-page-index *, .cs-page-index *::before, .cs-page-index *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* One focused AI introduction before client work; the approved Home shell stays intact. */
.cs-page-index .home-ai { padding-block:96px; border-top:1px solid var(--cs-line); background:var(--cs-ink); }
.cs-page-index .home-ai-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:64px; align-items:center; }
.cs-page-index .home-ai .home-ai-proof { font-size:16px; color:var(--cs-muted); border-top:1px solid var(--cs-line); padding-top:24px; margin-top:24px; }
.cs-page-index .home-ai .ai-chain .ai-node { justify-content:flex-start; }
@media (max-width:1200px) { .cs-page-index .home-ai-grid { gap:40px; } }
@media (max-width:760px) { .cs-page-index .home-ai-grid { grid-template-columns:1fr; gap:32px; } }
@media (max-width:600px) { .cs-page-index .home-ai { padding-block:64px; } }