:root {
  --ink: #101717;
  --ink-2: #1a2625;
  --cream: #ece5d9;
  --paper: #f8f5ef;
  --white: #ffffff;
  --muted: #66726e;
  --line: #ddd7ca;
  --gold: #d4a752;
  --gold-soft: #ead6a6;
  --lime: var(--gold);
  --cyan: #82b9ae;
  --violet: #a99bb8;
  --amber: #d4a752;
  --rose: #c98f88;
  --green: #80ae91;
  --blue: #8fa9bd;
  --shadow: 0 26px 80px rgba(16, 23, 23, .13);
  --radius: 22px;
  --container: min(1180px, calc(100vw - 40px));
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--lime); color: var(--ink); }
.container { width: var(--container); 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; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: var(--lime); color: var(--ink); padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: none; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { letter-spacing: -.035em; line-height: .98; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 2rem); }
p { color: var(--muted); line-height: 1.72; font-size: 1rem; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: #3e576f; font-family: var(--mono); font-size: .73rem; font-weight: 800; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow--light { color: rgba(255,255,255,.66); }
.large-copy p { font-size: clamp(1.05rem, 1.45vw, 1.3rem); }
.text-link { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; font-weight: 760; font-size: .92rem; }
.text-link--strong { border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link--light { color: var(--white); }
.back-link { display: block; margin-bottom: 42px; color: rgba(255,255,255,.7); font-family: var(--mono); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding-inline: 18px; font-size: .86rem; }
.button--lime { background: var(--lime); color: var(--ink); }
.button--light { background: var(--white); color: var(--ink); }
.button--dark { background: var(--ink); color: var(--white); }
.button--ghost { border-color: rgba(255,255,255,.28); color: var(--white); background: transparent; }
.button--ghost:hover { border-color: var(--white); }
.button--full { width: 100%; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--white); transition: background .25s ease, color .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(16,23,23,.94); box-shadow: 0 8px 30px rgba(0,0,0,.13); backdrop-filter: blur(16px); }
.site-header__inner { min-height: 82px; display: grid; grid-template-columns: 180px 1fr auto; align-items: center; gap: 28px; }
.brand { display: inline-flex; width: 152px; color: currentColor; }
.brand svg { width: 100%; height: auto; }
.brand--footer { width: auto; font-size: 1.35rem; font-weight: 900; letter-spacing: -.05em; }
.site-nav { display: flex; justify-content: center; gap: clamp(15px, 2vw, 29px); }
.site-nav a { position: relative; padding-block: 28px; color: rgba(255,255,255,.72); font-size: .88rem; font-weight: 700; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }
.site-nav a[aria-current="page"]::after { content: ""; position: absolute; bottom: 18px; left: 0; right: 0; height: 2px; background: var(--lime); }
.header-cta { white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.hero--home { min-height: 810px; padding-top: 82px; }
.hero--home::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 79% 33%, rgba(130,185,174,.13), transparent 28%), radial-gradient(circle at 18% 23%, rgba(212,167,82,.08), transparent 24%), linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px); background-size: auto, auto, 48px 48px, 48px 48px; mask-image: linear-gradient(to bottom, black 70%, transparent 98%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.07fr .93fr; gap: 70px; align-items: center; min-height: 650px; padding-block: 72px 90px; }
.hero-copy { position: relative; z-index: 2; max-width: 720px; }
.hero-copy h1 { max-width: 790px; margin-bottom: 30px; font-weight: 780; }
.hero-copy h1 em { display: block; color: var(--lime); font-style: normal; }
.hero-copy > p { max-width: 650px; color: rgba(255,255,255,.68); font-size: clamp(1.08rem,1.7vw,1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 35px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 42px; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.hero-proof span::before { content: "/"; margin-right: 8px; color: var(--lime); }
.hero-system { position: relative; width: min(520px, 100%); aspect-ratio: 1; justify-self: end; }
.system-orbit { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.system-orbit--outer { inset: 2%; animation: rotate 30s linear infinite; }
.system-orbit--outer::before, .system-orbit--outer::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px var(--lime); }
.system-orbit--outer::before { top: 12%; left: 19%; }
.system-orbit--outer::after { right: 11%; bottom: 25%; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.system-orbit--inner { inset: 22%; border-style: dashed; animation: rotate-reverse 18s linear infinite; }
.system-core { position: absolute; inset: 32%; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); border-radius: 28px; background: rgba(26,38,37,.84); box-shadow: 0 30px 100px rgba(0,0,0,.35); text-align: center; backdrop-filter: blur(10px); }
.system-core__signal { width: 14px; height: 14px; margin-bottom: 20px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 8px rgba(212,167,82,.08), 0 0 30px var(--lime); }
.system-core small { margin-bottom: 8px; color: rgba(255,255,255,.5); font-family: var(--mono); letter-spacing: .16em; }
.system-core strong { font-size: clamp(.95rem, 1.5vw, 1.25rem); line-height: 1.2; letter-spacing: .08em; }
.system-node { position: absolute; display: grid; place-items: center; min-width: 78px; height: 40px; padding-inline: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(16,23,23,.78); color: rgba(255,255,255,.78); font-family: var(--mono); font-size: .67rem; font-weight: 800; letter-spacing: .1em; box-shadow: 0 15px 50px rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.node-1 { top: 3%; left: 43%; }.node-2 { top: 27%; right: 0; }.node-3 { bottom: 14%; right: 5%; }.node-4 { bottom: 1%; left: 33%; }.node-5 { bottom: 25%; left: -3%; }.node-6 { top: 18%; left: 3%; }
.system-status { position: absolute; right: 1%; bottom: 2%; display: flex; gap: 12px; align-items: center; padding: 14px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(16,23,23,.82); box-shadow: var(--shadow); }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 12px var(--lime); }
.system-status small, .system-status strong { display: block; }
.system-status small { margin-bottom: 3px; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }
.system-status strong { font-size: .78rem; }
.capability-ribbon { position: absolute; inset: auto 0 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.capability-track { display: flex; width: max-content; align-items: center; gap: 26px; padding: 19px 0; animation: marquee 36s linear infinite; color: rgba(255,255,255,.74); font-family: var(--mono); font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.capability-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes rotate-reverse { to { transform: rotate(-360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding-block: clamp(84px, 10vw, 145px); }
.section--white { background: var(--white); }
.section--cream { background: var(--cream); }
.section--dark { background: var(--ink); color: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.55fr); gap: 60px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { max-width: 860px; margin-bottom: 0; }
.section-heading__aside { align-self: end; }
.section-heading__aside p { margin-bottom: 24px; }
.section-heading--light p, .split-intro--light p { color: rgba(255,255,255,.64); }
.section-heading--light h2, .split-intro--light h2 { color: var(--white); }
.split-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.split-intro h2 { max-width: 620px; }
.detail-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }

.process-line { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 85px; border-top: 1px solid #bfc8c9; }
.process-step { position: relative; padding: 34px 30px 0 0; }
.process-step::before { content: ""; position: absolute; top: -6px; left: 0; width: 11px; height: 11px; border-radius: 50%; background: var(--ink); }
.process-step span { display: block; margin-bottom: 36px; color: #6e7e88; font-family: var(--mono); font-size: .73rem; }
.process-step h3 { margin-bottom: 14px; font-size: 1.4rem; }
.process-step p { max-width: 240px; font-size: .93rem; }

.projects-showcase { overflow: hidden; }
.project-carousel { width: 100%; overflow: hidden; }
.project-carousel__track { display: flex; transition: transform .7s cubic-bezier(.2,.72,.2,1); }
.project-slide { min-width: 100%; display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; }
.project-slide__media { min-height: 650px; display: grid; place-items: center; padding: clamp(30px, 6vw, 80px); background: #0d1d2c; }
.project-slide__media img { width: 100%; max-height: 530px; object-fit: contain; border-radius: 16px; box-shadow: 0 35px 100px rgba(0,0,0,.38); }
.project-slide__content { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(50px, 7vw, 110px); background: #1a2625; }
.project-slide__content::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--project-accent, var(--lime)); }
.project-slide__content h3 { margin-bottom: 11px; font-size: clamp(3rem,6vw,5.5rem); }
.project-slide__content h4 { max-width: 600px; margin-bottom: 22px; color: rgba(255,255,255,.82); font-size: clamp(1.3rem,2.2vw,2rem); line-height: 1.15; }
.project-slide__content p { max-width: 590px; color: rgba(255,255,255,.6); }
.project-slide__content .button { margin-top: 30px; }
.project-slide__count { position: absolute; top: 30px; right: 34px; color: rgba(255,255,255,.35); font-family: var(--mono); font-size: .75rem; }
.carousel-controls { display: flex; justify-content: center; align-items: center; gap: 18px; padding-top: 30px; }
.carousel-controls button { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; color: var(--white); cursor: pointer; }
.carousel-dots { display: flex; gap: 8px; }
.carousel-dots button { width: 28px; height: 3px; padding: 0; border: 0; border-radius: 0; background: rgba(255,255,255,.25); }
.carousel-dots button.is-active { background: var(--lime); }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { --accent: var(--lime); position: relative; display: flex; min-height: 420px; flex-direction: column; align-items: flex-start; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); overflow: hidden; transition: background .25s ease, transform .25s ease; }
.service-card::before { content: ""; position: absolute; inset: auto -60px -80px auto; width: 180px; height: 180px; border-radius: 50%; background: var(--accent); opacity: .12; transition: transform .35s ease, opacity .35s ease; }
.service-card:hover { background: #f8faf9; transform: translateY(-4px); z-index: 1; box-shadow: var(--shadow); }
.service-card:hover::before { transform: scale(1.25); opacity: .22; }
.service-card__icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 45px; border-radius: 18px; background: color-mix(in srgb, var(--accent) 23%, white); }
.icon { width: 28px; height: 28px; }
.service-card h3 { margin-bottom: 18px; }
.service-card p { margin-bottom: 30px; font-size: .95rem; }
.service-card--compact { min-height: 340px; padding: 30px; }
.service-card--compact .service-card__icon { margin-bottom: 28px; }
.services-grid--compact { grid-template-columns: repeat(4,1fr); }
.services-grid--index .service-card:first-child { grid-column: span 2; }

.architecture-section { position: relative; overflow: hidden; background: #162321; color: var(--white); }
.architecture-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(130,185,174,.12), transparent 35%), linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: auto, 50px 50px, 50px 50px; }
.architecture-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.architecture-copy h2 { margin-bottom: 30px; }
.architecture-copy p { color: rgba(255,255,255,.62); }
.architecture-copy .button { margin-top: 25px; }
.architecture-console { border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(16,23,23,.78); box-shadow: 0 40px 120px rgba(0,0,0,.35); overflow: hidden; backdrop-filter: blur(10px); }
.console-top { display: flex; align-items: center; gap: 7px; padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.1); }
.console-top span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.28); }
.console-top strong { margin-left: 12px; color: rgba(255,255,255,.45); font-family: var(--mono); font-size: .66rem; font-weight: 500; }
.console-body { padding: 28px; }
.workload { display: flex; flex-direction: column; gap: 9px; padding: 22px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.035); }
.workload small { color: var(--lime); font-family: var(--mono); font-size: .64rem; letter-spacing: .1em; }
.workload strong { font-size: 1rem; }
.workload span { color: rgba(255,255,255,.45); font-size: .79rem; }
.workload--cloud { border-color: rgba(130,185,174,.28); }
.workload--cloud small { color: var(--cyan); }
.workload--local small { color: var(--lime); }
.workload--edge small { color: var(--amber); }
.workload-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.flow-line { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; padding: 16px 8px; color: rgba(255,255,255,.38); font-family: var(--mono); font-size: .59rem; letter-spacing: .08em; }
.flow-line i { height: 1px; background: rgba(255,255,255,.14); }
.console-metric { display: flex; justify-content: space-between; gap: 20px; margin-top: 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-family: var(--mono); font-size: .58rem; }
.console-metric b { color: rgba(255,255,255,.62); font-weight: 500; }

.industry-list { border-top: 1px solid #cfd5d4; }
.industry-row { --accent: var(--lime); display: grid; grid-template-columns: 70px .65fr 1.1fr 48px; gap: 30px; align-items: center; min-height: 135px; border-bottom: 1px solid #cfd5d4; transition: padding .25s ease, background .25s ease; }
.industry-row:hover { padding-inline: 18px; background: rgba(255,255,255,.48); }
.industry-row__number { font-family: var(--mono); color: #7c898e; font-size: .72rem; }
.industry-row h3 { margin: 0; font-size: clamp(1.4rem,2.5vw,2.4rem); }
.industry-row p { margin: 0; font-size: .94rem; }
.industry-row__arrow { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--accent); }

.insight-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.insight-card { display: flex; min-height: 360px; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.insight-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.insight-card h3 { margin-bottom: 20px; font-size: 1.75rem; line-height: 1.04; }
.insight-card p { margin-bottom: 30px; }

.page-hero { padding: 180px 0 100px; color: var(--white); }
.page-hero--dark { background: var(--ink); }
.page-hero--service, .page-hero--industry { --accent: var(--lime); position: relative; overflow: hidden; background: #162321; }
.page-hero--service::before, .page-hero--industry::before { content: ""; position: absolute; width: 620px; height: 620px; top: -260px; right: -80px; border-radius: 50%; background: var(--accent); opacity: .15; filter: blur(2px); }
.page-hero--about { background: linear-gradient(135deg,#162321,#283a36); }
.page-hero__grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.page-hero h1 { margin-bottom: 0; font-size: clamp(3.3rem,7vw,6.6rem); }
.page-hero__aside p { color: rgba(255,255,255,.67); font-size: 1.14rem; }
.page-hero__aside .button { margin-top: 22px; }

.outcomes-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 70px; }
.outcome-card { min-height: 180px; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); }
.outcome-card span { display: block; margin-bottom: 38px; color: #7e8d96; font-family: var(--mono); font-size: .7rem; }
.outcome-card p { margin: 0; color: var(--ink); font-weight: 700; line-height: 1.35; }
.two-column-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.capability-list { border-top: 1px solid #c7d0d1; }
.capability-list div { display: grid; grid-template-columns: 35px 1fr; gap: 15px; align-items: center; padding: 22px 0; border-bottom: 1px solid #c7d0d1; font-size: 1.1rem; font-weight: 700; }
.capability-list span { color: #829097; font-family: var(--mono); }
.process-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.process-cards article { min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.035); }
.process-cards span { color: var(--lime); font-family: var(--mono); font-size: .7rem; }
.process-cards h3 { margin: 75px 0 18px; }
.process-cards p { color: rgba(255,255,255,.55); font-size: .92rem; }

.industry-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.industry-card { --accent: var(--lime); display: flex; min-height: 380px; flex-direction: column; padding: 42px; border-radius: 20px; background: var(--white); box-shadow: 0 1px 0 rgba(16,23,23,.08); transition: transform .25s ease, box-shadow .25s ease; }
.industry-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.industry-card__index { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 70px; border-radius: 50%; background: var(--accent); font-family: var(--mono); font-size: .7rem; }
.industry-card h2 { margin-bottom: 18px; font-size: clamp(2rem,3vw,3rem); }
.industry-card p { max-width: 520px; margin-bottom: 30px; }
.challenge-list { border-top: 1px solid var(--line); }
.challenge-list div { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.challenge-list span { color: #839198; font-family: var(--mono); font-size: .7rem; }
.challenge-list p { margin: 0; color: var(--ink); font-weight: 650; }
.opportunity-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 50px; }
.opportunity-grid article { min-height: 270px; padding: 34px; border-radius: 18px; background: var(--white); }
.opportunity-grid article > span { color: #839198; font-family: var(--mono); font-size: .7rem; }
.opportunity-grid h3 { margin: 65px 0 16px; }

.project-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.project-grid--three { grid-template-columns: repeat(3,1fr); }
.project-grid--compact { grid-template-columns: repeat(2,1fr); }
.project-card { --accent: var(--lime); display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.project-card__media { position: relative; display: grid; place-items: center; height: 360px; padding: 34px; background: #e9edef; overflow: hidden; }
.project-card__media::after { content: ""; position: absolute; width: 200px; height: 200px; right: -70px; bottom: -90px; border-radius: 50%; background: var(--accent); opacity: .42; }
.project-card__media img { position: relative; z-index: 1; width: 100%; max-height: 290px; object-fit: contain; border-radius: 11px; box-shadow: 0 22px 55px rgba(16,23,23,.19); }
.project-card__number { position: absolute; z-index: 2; top: 22px; left: 22px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: var(--white); font-family: var(--mono); font-size: .68rem; }
.project-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 34px; }
.project-card__body h3 { margin-bottom: 15px; font-size: 2.3rem; }
.project-card__body p { margin-bottom: 24px; }
.project-card__body .text-link { margin-top: 25px; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { padding: 7px 10px; border: 1px solid #d3dcdf; border-radius: 999px; color: #586a76; font-family: var(--mono); font-size: .64rem; font-weight: 700; }
.tag-row--dark .tag { border-color: rgba(255,255,255,.17); color: rgba(255,255,255,.62); }

.project-hero { --accent: var(--lime); padding: 145px 0 80px; background: var(--ink); color: var(--white); }
.project-hero__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.project-hero h1 { margin-bottom: 20px; }
.project-hero h2 { max-width: 700px; color: rgba(255,255,255,.82); font-size: clamp(1.7rem,3.2vw,3.2rem); line-height: 1.06; }
.project-hero p { color: rgba(255,255,255,.6); }
.project-hero__media { position: relative; display: grid; place-items: center; min-height: 530px; padding: 45px; border-radius: 24px; background: #1a2625; overflow: hidden; }
.project-hero__media::before { content: ""; position: absolute; width: 380px; height: 380px; right: -150px; bottom: -170px; border-radius: 50%; background: var(--accent); opacity: .45; }
.project-hero__media img { position: relative; z-index: 1; max-height: 440px; object-fit: contain; border-radius: 14px; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.case-story { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.case-story article p { color: var(--ink); font-size: clamp(1.2rem,2vw,1.65rem); line-height: 1.52; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.case-grid h2 { font-size: clamp(2rem,3.4vw,3.4rem); }
.feature-list { list-style: none; margin: 35px 0 0; padding: 0; border-top: 1px solid #cad2d3; }
.feature-list li { position: relative; padding: 18px 0 18px 32px; border-bottom: 1px solid #cad2d3; color: #334652; line-height: 1.45; }
.feature-list li::before { content: "+"; position: absolute; left: 0; color: #78888f; font-family: var(--mono); }
.result-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.result-list { border-top: 1px solid rgba(255,255,255,.16); }
.result-list div { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.result-list span { color: var(--lime); font-family: var(--mono); font-size: .68rem; }
.result-list p { margin: 0; color: rgba(255,255,255,.76); font-size: 1.05rem; }

.tech-principles { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.tech-principles article { min-height: 300px; padding: 34px; border-radius: 20px; background: var(--white); }
.tech-principles span { color: #819097; font-family: var(--mono); font-size: .7rem; }
.tech-principles h2 { margin: 85px 0 18px; font-size: 2.1rem; }
.tech-stack-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.tech-group { min-height: 340px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; }
.tech-group h2 { margin-bottom: 35px; font-size: 2rem; }
.tech-group p { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #e7ebec; font-size: .9rem; }

.about-manifesto { max-width: 1020px; }
.about-manifesto h2 { margin-bottom: 65px; font-size: clamp(2.7rem,5.4vw,5.4rem); }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.about-columns p { font-size: 1.12rem; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.value-grid article { min-height: 300px; padding: 30px; background: var(--white); border-radius: 18px; }
.value-grid span { color: #849299; font-family: var(--mono); font-size: .7rem; }
.value-grid h3 { margin: 80px 0 17px; }

.insight-list { border-top: 1px solid var(--line); }
.insight-row { display: grid; grid-template-columns: 1fr 1fr 90px; gap: 50px; align-items: center; min-height: 220px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.insight-row:hover { padding-inline: 18px; background: var(--paper); }
.insight-row h2 { max-width: 590px; margin: 0; font-size: clamp(2rem,3.5vw,3.4rem); }
.insight-row p { margin: 0; }
.insight-row > span { font-family: var(--mono); font-size: .72rem; font-weight: 700; }
.article-hero { padding: 175px 0 100px; background: var(--ink); color: var(--white); }
.article-hero__inner { max-width: 980px; }
.article-hero h1 { max-width: 950px; margin-bottom: 30px; }
.article-hero p { max-width: 760px; color: rgba(255,255,255,.65); font-size: 1.25rem; }
.article-body { max-width: 850px; }
.article-body > section { position: relative; margin-bottom: 85px; padding-left: 90px; }
.article-index { position: absolute; top: 9px; left: 0; color: #8b989e; font-family: var(--mono); font-size: .72rem; }
.article-body h2 { font-size: clamp(2rem,3.8vw,3.7rem); }
.article-body p { color: #405563; font-size: 1.09rem; }
.article-cta { margin-top: 100px; padding: 48px; border-radius: 22px; background: var(--cream); }
.article-cta h2 { max-width: 600px; font-size: 2.5rem; }

.contact-hero { min-height: 100vh; padding: 155px 0 100px; background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-copy h1 { max-width: 660px; font-size: clamp(3.3rem,6.3vw,6rem); }
.contact-copy > p { max-width: 610px; color: rgba(255,255,255,.62); font-size: 1.14rem; }
.contact-direct { display: flex; flex-direction: column; gap: 7px; margin-top: 40px; }
.contact-direct span { color: rgba(255,255,255,.42); font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.contact-direct a { font-size: 1.3rem; font-weight: 800; }
.contact-prompts { display: flex; flex-direction: column; gap: 9px; margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.14); }
.contact-prompts p { margin: 0 0 7px; color: rgba(255,255,255,.4); font-family: var(--mono); font-size: .68rem; text-transform: uppercase; }
.contact-prompts span { color: rgba(255,255,255,.68); }
.contact-form-wrap { min-height: 700px; padding: 40px; border-radius: 24px; background: var(--white); color: var(--ink); box-shadow: 0 40px 100px rgba(0,0,0,.27); }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 9px; color: #324856; font-size: .85rem; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cfd9dc; border-radius: 11px; background: #fbfcfc; color: var(--ink); padding: 13px 14px; outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: #4c708c; box-shadow: 0 0 0 3px rgba(76,112,140,.12); }
.contact-form textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -10000px !important; }
.form-note { margin: -5px 0 0; font-size: .73rem; text-align: center; }
.form-errors { display: grid; gap: 4px; margin-bottom: 20px; padding: 16px; border-radius: 12px; background: #fff1f2; color: #882f3c; font-size: .85rem; }
.success-panel { min-height: 610px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.success-panel > span { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 35px; border-radius: 50%; background: var(--lime); font-size: 1.4rem; }
.success-panel h2 { max-width: 520px; }
.success-panel p { max-width: 500px; }
.success-panel .button { margin-top: 20px; }
.not-found { min-height: 80vh; padding: 190px 0 110px; background: var(--ink); color: var(--white); }
.not-found p { color: rgba(255,255,255,.55); }
.not-found .button { margin: 20px 10px 0 0; }

.site-footer { background: #0b1111; color: var(--white); }
.footer-cta { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; padding: 90px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-cta h2 { max-width: 900px; margin: 0; font-size: clamp(2.5rem,5vw,4.9rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 50px; padding: 75px 0; }
.footer-grid h3 { margin-bottom: 22px; color: rgba(255,255,255,.38); font-family: var(--mono); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid a { display: block; margin-bottom: 12px; color: rgba(255,255,255,.7); font-size: .88rem; }
.footer-grid a:hover { color: var(--white); }
.footer-brand p { max-width: 430px; margin-top: 25px; color: rgba(255,255,255,.47); font-size: .9rem; }
.footer-location { font-family: var(--mono); font-size: .7rem !important; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 25px 0 35px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.35); font-family: var(--mono); font-size: .65rem; }
.footer-bottom div { display: flex; gap: 24px; }

.accent-lime { --accent: var(--lime); --project-accent: var(--lime); }
.accent-cyan { --accent: var(--cyan); --project-accent: var(--cyan); }
.accent-violet { --accent: var(--violet); --project-accent: var(--violet); }
.accent-amber { --accent: var(--amber); --project-accent: var(--amber); }
.accent-rose { --accent: var(--rose); --project-accent: var(--rose); }
.accent-green { --accent: var(--green); --project-accent: var(--green); }
.accent-blue { --accent: var(--blue); --project-accent: var(--blue); }

.reveal { opacity: 0; transform: translateY(20px); animation: reveal .8s .12s forwards; }
.reveal--delay { animation-delay: .3s; }
@keyframes reveal { to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .site-header__inner { grid-template-columns: 150px 1fr auto; gap: 18px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: .8rem; }
  .hero-grid { gap: 30px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .services-grid--compact { grid-template-columns: repeat(2,1fr); }
  .process-line, .process-cards, .outcomes-grid, .value-grid { grid-template-columns: repeat(2,1fr); }
  .project-grid--three { grid-template-columns: repeat(2,1fr); }
  .tech-stack-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 850px) {
  :root { --container: min(100% - 28px, 700px); }
  .site-header__inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .brand { width: 140px; }
  .header-cta { display: none; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 4px; padding: 80px 30px; background: rgba(16,23,23,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 12px; font-size: 1.25rem; }
  .site-nav a[aria-current="page"]::after { bottom: 5px; }
  .hero--home { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 85px; padding-bottom: 130px; }
  .hero-system { width: min(500px, 94vw); justify-self: center; }
  .section-heading, .split-intro, .detail-intro, .architecture-grid, .two-column-section, .page-hero__grid, .project-hero__grid, .case-story, .case-grid, .result-panel, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .section-heading { align-items: start; }
  .project-slide { grid-template-columns: 1fr; }
  .project-slide__media { min-height: 430px; }
  .project-slide__content { min-height: 470px; }
  .industry-row { grid-template-columns: 55px 1fr 40px; gap: 18px; padding-block: 24px; }
  .industry-row p { grid-column: 2 / 4; }
  .industry-grid, .project-grid, .project-grid--three, .project-grid--compact, .insight-grid, .tech-principles, .tech-stack-grid { grid-template-columns: 1fr; }
  .services-grid--index .service-card:first-child { grid-column: auto; }
  .project-hero__media { min-height: 380px; }
  .article-body > section { padding-left: 55px; }
  .contact-copy { position: static; }
  .footer-cta, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid { gap: 30px; }
}

@media (max-width: 600px) {
  h1 { font-size: clamp(2.8rem,14vw,4.2rem); }
  h2 { font-size: clamp(2.15rem,11vw,3.5rem); }
  .hero-copy h1 { letter-spacing: -.055em; }
  .hero-proof { flex-direction: column; gap: 10px; }
  .hero-system { margin-top: -20px; }
  .system-node { min-width: 62px; height: 34px; font-size: .56rem; }
  .system-status { display: none; }
  .section { padding-block: 78px; }
  .services-grid, .services-grid--compact, .process-line, .process-cards, .outcomes-grid, .value-grid, .opportunity-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 350px; }
  .process-line { border-top: 0; margin-top: 50px; }
  .process-step { border-top: 1px solid #c9d0d1; padding-bottom: 25px; }
  .project-slide__media { min-height: 320px; padding: 24px; }
  .project-slide__content { padding: 42px 24px 55px; }
  .workload-row, .form-row, .about-columns { grid-template-columns: 1fr; }
  .console-metric { flex-direction: column; }
  .industry-row { grid-template-columns: 44px 1fr 38px; }
  .industry-row p { grid-column: 1 / 4; }
  .page-hero { padding: 135px 0 75px; }
  .project-card__media { height: 280px; }
  .project-hero { padding-top: 120px; }
  .project-hero__media { min-height: 290px; padding: 22px; }
  .article-hero { padding-top: 135px; }
  .article-body > section { padding-left: 0; }
  .article-index { position: static; display: block; margin-bottom: 15px; }
  .article-cta { padding: 30px; }
  .contact-form-wrap { padding: 24px; }
  .insight-row { grid-template-columns: 1fr; gap: 18px; padding-block: 35px; }
  .footer-bottom { flex-direction: column; }
}

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

/* ===== Refined commercial and evidence-led layouts ===== */
.hero--refined .hero-grid { grid-template-columns: 1.02fr .98fr; gap: 54px; }
.problem-console { position: relative; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(10,27,43,.88); box-shadow: 0 38px 110px rgba(0,0,0,.38); overflow: hidden; backdrop-filter: blur(12px); }
.problem-console .console-top { display: flex; align-items: center; gap: 7px; height: 45px; padding: 0 15px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.problem-console .console-top span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.2); }
.problem-console .console-top span:first-child { background: var(--rose); }.problem-console .console-top span:nth-child(2) { background: var(--amber); }.problem-console .console-top span:nth-child(3) { background: var(--green); }
.problem-console .console-top strong { margin-left: auto; color: rgba(255,255,255,.42); font-family: var(--mono); font-size: .61rem; letter-spacing: .06em; }
.problem-console__body { padding: 28px; }
.problem-console__body > .eyebrow { margin-bottom: 11px; }
.problem-console__body a { display: grid; grid-template-columns: 38px 1fr 20px; gap: 14px; align-items: start; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.problem-console__body a:last-child { border-bottom: 0; }
.problem-console__body a > b { color: var(--lime); font-family: var(--mono); font-size: .64rem; }
.problem-console__body a strong,.problem-console__body a small { display: block; }
.problem-console__body a strong { color: var(--white); font-size: .95rem; line-height: 1.35; }
.problem-console__body a small { margin-top: 7px; color: rgba(255,255,255,.47); font-size: .75rem; line-height: 1.45; }
.problem-console__body a > i { color: rgba(255,255,255,.36); font-style: normal; transition: transform .2s ease, color .2s ease; }
.problem-console__body a:hover > i { color: var(--lime); transform: translate(3px,-3px); }
.problem-console__footer { display: flex; align-items: center; gap: 10px; padding: 15px 28px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-family: var(--mono); font-size: .62rem; line-height: 1.45; }

.proof-band { background: #141e1d; color: var(--white); border-top: 1px solid rgba(255,255,255,.07); }
.proof-band__grid { display: grid; grid-template-columns: .85fr 1.2fr 1.25fr; }
.proof-band__grid > div { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid rgba(255,255,255,.1); }
.proof-band__grid > div:first-child { padding-left: 0; }.proof-band__grid > div:last-child { border-right: 0; padding-right: 0; }
.proof-band span { margin-bottom: 8px; color: rgba(255,255,255,.38); font-family: var(--mono); font-size: .62rem; letter-spacing: .09em; text-transform: uppercase; }
.proof-band strong { color: rgba(255,255,255,.83); font-size: .88rem; line-height: 1.45; }

.entry-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 17px; }
.entry-card { --accent: var(--lime); position: relative; min-height: 340px; display: flex; flex-direction: column; padding: 36px; border: 1px solid #d5d9d7; border-radius: 20px; background: var(--paper); overflow: hidden; transition: transform .22s ease, box-shadow .22s ease; }
.entry-card::before { content: ""; position: absolute; width: 170px; height: 170px; right: -85px; top: -85px; border-radius: 50%; background: var(--accent); opacity: .75; }
.entry-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.entry-card > span { color: #637681; font-family: var(--mono); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.entry-card h3 { max-width: 430px; margin: 90px 0 18px; font-size: clamp(2rem,3vw,3rem); }
.entry-card p { max-width: 520px; }
.entry-card b { margin-top: auto; padding-top: 28px; font-size: .86rem; }

.operating-model { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.operating-model__copy h2 { max-width: 650px; }
.operating-model__copy p { max-width: 590px; margin-bottom: 30px; font-size: 1.08rem; }
.responsibility-map { position: relative; }
.responsibility-map__rail { position: absolute; top: 28px; bottom: 28px; left: 25px; width: 1px; background: #ccd5d8; }
.responsibility-map article { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 22px 0; }
.responsibility-map article > span { z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--ink); color: var(--white); font-family: var(--mono); font-size: .65rem; }
.responsibility-map h3 { margin: 3px 0 7px; font-size: 1.5rem; }.responsibility-map p { margin: 0; }

.placement-question { display: grid; grid-template-columns: 35px 1fr auto; gap: 16px; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.placement-question > span { color: var(--lime); font-family: var(--mono); font-size: .66rem; }.placement-question p { margin: 0; color: rgba(255,255,255,.66); font-size: .88rem; line-height: 1.5; }.placement-question b { padding: 8px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; color: var(--white); font-family: var(--mono); font-size: .62rem; }
.services-grid--home .service-card { min-height: 360px; }

/* Evidence modules make each service page materially different. */
.service-evidence { background: var(--ink); color: var(--white); }
.evidence-heading { margin-bottom: 58px; }.evidence-heading h2 { max-width: 900px; }.evidence-heading > p { max-width: 720px; color: rgba(255,255,255,.58); font-size: 1.08rem; }
.evidence-split { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }.evidence-split > div:first-child p { color: rgba(255,255,255,.58); }
.embedded-map { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.embedded-map article { min-height: 340px; padding: 34px 28px; border-right: 1px solid rgba(255,255,255,.15); }.embedded-map article:last-child { border-right: 0; }.embedded-map span { color: var(--lime); font-family: var(--mono); font-size: .67rem; }.embedded-map h3 { margin: 100px 0 17px; font-size: 2rem; }.embedded-map p { color: rgba(255,255,255,.56); }
.ai-loop { display: flex; align-items: center; justify-content: flex-end; gap: 11px; }
.ai-loop > div { min-width: 135px; min-height: 125px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.035); }.ai-loop > i { color: rgba(255,255,255,.28); font-style: normal; }.ai-loop small { color: var(--violet); font-family: var(--mono); }.ai-loop strong { font-size: .92rem; line-height: 1.35; }.ai-loop__human { border-color: rgba(212,167,82,.45)!important; background: rgba(212,167,82,.07)!important; }
.guardrail-grid,.edge-principles { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 58px; }.guardrail-grid article,.edge-principles article { min-height: 220px; padding: 28px; border: 1px solid rgba(255,255,255,.13); border-radius: 16px; }.guardrail-grid h3,.edge-principles h3 { margin-top: 55px; }.guardrail-grid p,.edge-principles p { color: rgba(255,255,255,.53); }
.before-after { display: grid; grid-template-columns: 1fr 80px 1fr; gap: 20px; align-items: center; }.before-after > article { min-height: 430px; padding: 35px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.035); }.before-after article > span { font-family: var(--mono); font-size: .68rem; color: rgba(255,255,255,.45); }.before-after__before div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 70px 0 45px; }.before-after__before b { padding: 22px 13px; border: 1px dashed rgba(255,255,255,.24); border-radius: 12px; color: rgba(255,255,255,.67); text-align: center; font-size: .8rem; }.before-after p { color: rgba(255,255,255,.55); }.before-after__arrow { text-align: center; color: var(--cyan); font-size: 2.5rem; }.platform-core { min-height: 190px; display: grid; place-items: center; align-content: center; gap: 9px; margin: 57px 0 38px; border-radius: 18px; background: var(--cyan); color: var(--ink); text-align: center; }.platform-core small { font-family: var(--mono); font-size: .65rem; letter-spacing: .12em; }.platform-core strong { font-size: 1.4rem; line-height: 1.25; }
.workload-matrix { border: 1px solid rgba(255,255,255,.15); border-radius: 18px; overflow: hidden; }.workload-matrix__head,.workload-matrix__row { display: grid; grid-template-columns: 1.45fr repeat(3,.72fr); }.workload-matrix__head { background: rgba(255,255,255,.07); }.workload-matrix__head > *,.workload-matrix__row > * { padding: 17px 18px; border-right: 1px solid rgba(255,255,255,.11); }.workload-matrix__head > *:last-child,.workload-matrix__row > *:last-child { border-right: 0; }.workload-matrix__head span,.workload-matrix__head b { color: rgba(255,255,255,.55); font-family: var(--mono); font-size: .63rem; text-transform: uppercase; }.workload-matrix__row { border-top: 1px solid rgba(255,255,255,.1); }.workload-matrix__row span { color: rgba(255,255,255,.72); font-size: .85rem; }.workload-matrix__row b { color: rgba(255,255,255,.65); font-family: var(--mono); font-size: .65rem; text-align: center; }.workload-matrix__row b[data-fit="Strong"] { background: rgba(212,167,82,.12); color: var(--lime); }.workload-matrix__row b[data-fit="Weak"] { color: rgba(255,255,255,.28); }.audit-questions { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 36px; }.audit-questions article { padding: 26px; border-radius: 15px; background: rgba(255,255,255,.05); }.audit-questions span { color: var(--amber); font-family: var(--mono); font-size: .65rem; }.audit-questions h3 { margin: 38px 0 12px; }.audit-questions p { color: rgba(255,255,255,.51); }
.voice-flow { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }.voice-flow article { position: relative; min-height: 285px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.035); }.voice-flow span { color: var(--rose); font-family: var(--mono); font-size: .65rem; }.voice-flow h3 { margin: 75px 0 14px; }.voice-flow p { color: rgba(255,255,255,.52); font-size: .85rem; }.voice-flow i { position: absolute; z-index: 2; top: 50%; right: -18px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--rose); color: var(--ink); font-style: normal; font-size: .75rem; }
.edge-topology { display: flex; align-items: center; gap: 15px; }.edge-topology > div { min-width: 180px; min-height: 165px; display: flex; flex-direction: column; justify-content: center; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; }.edge-topology > i { color: var(--green); font-style: normal; }.edge-topology small,.edge-topology strong,.edge-topology span { display: block; }.edge-topology small { margin-bottom: 18px; color: var(--green); font-family: var(--mono); font-size: .6rem; }.edge-topology strong { margin-bottom: 8px; }.edge-topology span { color: rgba(255,255,255,.42); font-size: .72rem; }.edge-device { background: rgba(120,215,167,.09); border-color: rgba(120,215,167,.38)!important; }
.discovery-board { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }.discovery-board article { min-height: 310px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.035); }.discovery-board span { color: var(--blue); font-family: var(--mono); font-size: .65rem; }.discovery-board h3 { margin: 75px 0 14px; font-size: 1.45rem; }.discovery-board p { color: rgba(255,255,255,.52); font-size: .84rem; }
.service-proof { max-width: 520px; margin-top: 30px; padding: 22px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.55); color: #334955; }

/* Refined project evidence */
.project-status { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; color: rgba(255,255,255,.55); font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }.project-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 14px var(--accent); }
.project-architecture { --accent: var(--lime); background: var(--ink-2); color: var(--white); }
.architecture-flow { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }.architecture-flow article { position: relative; min-height: 220px; display: flex; flex-direction: column; padding: 24px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.035); }.architecture-flow article > span { color: var(--accent); font-family: var(--mono); font-size: .65rem; }.architecture-flow small { margin-top: auto; color: rgba(255,255,255,.38); font-family: var(--mono); font-size: .62rem; text-transform: uppercase; }.architecture-flow strong { margin-top: 10px; color: rgba(255,255,255,.86); font-size: 1rem; line-height: 1.35; }.architecture-flow i { position: absolute; z-index: 2; top: 50%; right: -18px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: var(--ink); font-style: normal; font-size: .72rem; }
.proof-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }.proof-panel__items { border-top: 1px solid #c8d0d1; }.proof-panel__items article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #c8d0d1; }.proof-panel__items span { color: #72848e; font-family: var(--mono); font-size: .66rem; }.proof-panel__items p { margin: 0; color: var(--ink); font-size: 1.05rem; }
.result-panel > div:first-child > p { max-width: 500px; color: rgba(255,255,255,.46); }

/* Process and transparency */
.process-intro { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }.process-phases > article { display: grid; grid-template-columns: 150px 1fr; gap: 45px; padding: 70px 0; border-top: 1px solid #cbd3d3; }.process-phases > article:last-child { border-bottom: 1px solid #cbd3d3; }.process-phase__number { font-family: var(--mono); font-size: clamp(3.5rem,7vw,7rem); color: #b3bdbd; letter-spacing: -.08em; }.process-phases h2 { max-width: 850px; font-size: clamp(2.4rem,4.2vw,4.2rem); }.process-phases ul { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 35px 0 0; padding: 0; list-style: none; }.process-phases li { min-height: 100px; padding: 20px; border-radius: 12px; background: var(--white); color: #40535e; font-size: .85rem; line-height: 1.45; }
.engagement-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }.engagement-grid article { min-height: 370px; display: flex; flex-direction: column; padding: 29px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.035); }.engagement-grid span { color: var(--lime); font-family: var(--mono); font-size: .65rem; }.engagement-grid h3 { margin: 80px 0 18px; }.engagement-grid p { color: rgba(255,255,255,.53); }.engagement-grid b { margin-top: auto; padding-top: 22px; color: rgba(255,255,255,.78); font-size: .8rem; line-height: 1.5; }
.decision-check { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; }.decision-check > div:last-child { border-top: 1px solid #cbd3d5; }.decision-check > div:last-child p { display: grid; grid-template-columns: 35px 1fr; gap: 15px; margin: 0; padding: 20px 0; border-bottom: 1px solid #cbd3d5; color: var(--ink); font-weight: 700; }.decision-check p span { color: #7b8d96; }
.transparency-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }.transparency-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }.transparency-grid article { min-height: 260px; padding: 28px; border-radius: 17px; background: var(--white); }.transparency-grid span { color: #788990; font-family: var(--mono); font-size: .65rem; }.transparency-grid h3 { margin: 65px 0 14px; }
.contact-signals { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 35px; }.contact-signals a { display: flex; gap: 10px; align-items: center; padding: 12px 13px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; color: rgba(255,255,255,.65); font-size: .76rem; }.contact-signals span { color: var(--lime); font-family: var(--mono); font-size: .6rem; }

@media (max-width: 1080px) {
  .site-nav { gap: 11px; }.site-nav a { font-size: .75rem; }
  .embedded-map,.guardrail-grid,.edge-principles,.audit-questions,.engagement-grid { grid-template-columns: repeat(2,1fr); }
  .voice-flow,.discovery-board,.architecture-flow { grid-template-columns: repeat(3,1fr); }
  .voice-flow article:nth-child(3) i,.architecture-flow article:nth-child(3) i { display: none; }
  .discovery-board article { min-height: 260px; }
}
@media (max-width: 850px) {
  .hero--refined .hero-grid,.operating-model,.evidence-split,.proof-panel,.process-intro,.decision-check,.transparency-panel { grid-template-columns: 1fr; }
  .proof-band__grid { grid-template-columns: 1fr; }.proof-band__grid > div { min-height: auto; padding: 20px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.proof-band__grid > div:last-child { border-bottom: 0; }
  .before-after { grid-template-columns: 1fr; }.before-after__arrow { transform: rotate(90deg); }
  .workload-matrix { overflow-x: auto; }.workload-matrix__head,.workload-matrix__row { min-width: 760px; }
  .edge-topology { flex-wrap: wrap; }.edge-topology > i { transform: rotate(90deg); }
  .process-phases > article { grid-template-columns: 90px 1fr; }.process-phases ul { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .problem-console__body { padding: 20px; }.problem-console__body a { grid-template-columns: 28px 1fr 16px; }
  .entry-grid,.embedded-map,.guardrail-grid,.edge-principles,.audit-questions,.voice-flow,.discovery-board,.architecture-flow,.engagement-grid,.transparency-grid,.contact-signals { grid-template-columns: 1fr; }
  .entry-card { min-height: 310px; padding: 28px; }.entry-card h3 { margin-top: 70px; }
  .embedded-map article { min-height: 270px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }.embedded-map article:last-child { border-bottom: 0; }.embedded-map h3 { margin-top: 65px; }
  .ai-loop { flex-direction: column; align-items: stretch; }.ai-loop > i { transform: rotate(90deg); text-align: center; }.ai-loop > div { min-width: 0; min-height: 105px; }
  .voice-flow i,.architecture-flow i { display: none!important; }
  .edge-topology { display: grid; grid-template-columns: 1fr; }.edge-topology > i { text-align: center; }
  .process-phases > article { grid-template-columns: 1fr; gap: 10px; }.process-phase__number { font-size: 3.5rem; }
}

/* ===== Caerus brand system ===== */
body { background: var(--paper); }
h1, h2 { font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-weight: 620; letter-spacing: -.048em; }
h3, h4 { font-weight: 760; }
.eyebrow { color: #765f32; }
.eyebrow--light { color: rgba(234,214,166,.78); }
.button { border-radius: 6px; }
.button--lime { background: var(--gold); }
.button--lime:hover { background: var(--gold-soft); }
.site-header.is-scrolled { background: rgba(16,23,23,.95); }
.site-header__inner { grid-template-columns: 224px 1fr auto; }
.brand { width: 202px; }
.brand--footer { width: auto; color: var(--gold-soft); font-size: 1.3rem; letter-spacing: .18em; }
.brand-mark { transform-origin: 24px 24px; }
.brand:hover .brand-mark { transform: rotate(-8deg); transition: transform .25s ease; }
.site-nav a[aria-current="page"]::after { background: var(--gold); }

.hero--home::before {
  background:
    radial-gradient(circle at 79% 31%, rgba(212,167,82,.14), transparent 30%),
    radial-gradient(circle at 16% 20%, rgba(130,185,174,.07), transparent 24%),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: auto, auto, 56px 56px, 56px 56px;
}
.hero--home::after { content: ""; position: absolute; width: 670px; height: 670px; right: -265px; top: 92px; border: 1px solid rgba(234,214,166,.12); border-radius: 50%; box-shadow: 0 0 0 90px rgba(234,214,166,.018), 0 0 0 180px rgba(234,214,166,.012); pointer-events: none; }
.hero--home .hero-grid::before { content: ""; position: absolute; z-index: 1; right: 7%; top: 14%; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 9px rgba(212,167,82,.08), 0 0 28px rgba(212,167,82,.7); }
.hero-copy h1 { font-size: clamp(3.6rem, 7.4vw, 7.2rem); }
.hero-copy h1 em { color: var(--gold); }
.problem-console { background: rgba(20,30,29,.9); border-color: rgba(234,214,166,.16); }
.problem-console .console-top { background: rgba(212,167,82,.035); }
.problem-console__body a > b, .problem-console__body a:hover > i { color: var(--gold); }
.proof-band { background: #141e1d; }
.entry-card { border-radius: 10px; }
.project-card, .industry-card, .contact-form-wrap { border-radius: 12px; }
.page-hero--about { background: radial-gradient(circle at 82% 22%, rgba(212,167,82,.14), transparent 30%), linear-gradient(135deg,#111918,#283a36); }
.page-hero--service, .page-hero--industry { background: #162321; }
.architecture-section, .service-evidence, .project-architecture { background-color: #1a2625; }
.site-footer { background: #0b1111; }
.footer-cta { border-color: rgba(234,214,166,.14); }
.contact-hero { background: radial-gradient(circle at 14% 16%, rgba(212,167,82,.12), transparent 28%), #101717; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(212,167,82,.13); }
.consent-row { grid-template-columns: 20px 1fr !important; align-items: start; gap: 11px !important; padding: 15px; border: 1px solid #ded8cc; border-radius: 8px; background: #faf8f3; font-weight: 500 !important; line-height: 1.5; }
.consent-row input { width: 17px !important; height: 17px; margin: 2px 0 0; accent-color: var(--gold); }
.consent-row a { text-decoration: underline; text-underline-offset: 3px; }
.form-note { line-height: 1.5; }
.success-panel > span { background: var(--gold); }

@media (max-width: 1080px) {
  .site-header__inner { grid-template-columns: 190px 1fr auto; }
  .brand { width: 180px; }
}
@media (max-width: 850px) {
  .site-header__inner { grid-template-columns: 1fr auto; }
  .brand { width: 184px; }
  .hero--home::after { right: -480px; }
}

/* Static Jotform enquiry launch panel */
.contact-form-wrap--launch { display: flex; align-items: center; }
.form-launch-panel { width: 100%; }
.form-launch-panel h2 { max-width: 620px; margin-bottom: 24px; font-size: clamp(2.4rem, 4.7vw, 4.6rem); }
.form-launch-panel > p { max-width: 610px; }
.form-launch-list { display: grid; gap: 0; margin: 34px 0; border-top: 1px solid var(--line); }
.form-launch-list span { display: flex; gap: 18px; align-items: baseline; padding: 17px 0; border-bottom: 1px solid var(--line); color: #324856; font-weight: 760; }
.form-launch-list b { color: var(--gold); font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; }
.form-launch-panel .form-note { margin-top: 18px; line-height: 1.55; }
.form-launch-panel .form-note a { border-bottom: 1px solid currentColor; }
