/*
Theme Name: Axissoft
Theme URI: https://axissoft.org/
Author: Axissoft Digital LLC
Description: Custom static prototype theme for Axissoft Digital LLC.
Version: 0.3.4
Text Domain: axissoft
*/

:root {
	--ink: #0d1b2a;
	--navy: #071a33;
	--navy-2: #0a2446;
	--blue: #1463ff;
	--blue-2: #3b82f6;
	--violet: #6559ff;
	--sky: #38bdf8;
	--pale: #eaf3ff;
	--mist: #f5f8fc;
	--white: #fff;
	--muted: #66758a;
	--line: #d9e3f0;
	--success: #43d7a6;
	--radius-sm: 14px;
	--radius: 24px;
	--radius-lg: 36px;
	--shadow: 0 24px 80px rgba(13, 27, 42, .12);
	--container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: "Manrope", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--blue); }

.skip-link {
	position: fixed;
	top: 12px;
	left: 12px;
	z-index: 1000;
	padding: 12px 16px;
	color: var(--white);
	background: var(--blue);
	border-radius: 8px;
	transform: translateY(-160%);
}
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 118px 0; }
.section--tight { padding: 82px 0; }
.section--mist { background: var(--mist); }
.section--cta { padding-top: 24px; background: var(--mist); }
.section-link { display: flex; justify-content: center; margin-top: 48px; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 22px;
	color: var(--blue);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
.eyebrow--light { color: #8bc5ff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { margin-bottom: 0; font-weight: 700; line-height: 1.05; letter-spacing: -.045em; }
h1 { font-size: clamp(50px, 5.7vw, 86px); }
h2 { font-size: clamp(38px, 4.7vw, 68px); }
h3 { font-size: clamp(24px, 2.2vw, 34px); }

.section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(280px, .65fr);
	gap: 72px;
	align-items: end;
	margin-bottom: 60px;
}
.section-heading > p { max-width: 490px; margin: 0 0 4px; color: var(--muted); font-size: 18px; }

.btn {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 22px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
	white-space: nowrap;
	transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(56, 189, 248, .5); outline-offset: 3px; }
.btn--primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 38px rgba(20, 99, 255, .3); }
.btn--primary:hover { background: #2a72ff; box-shadow: 0 18px 44px rgba(20, 99, 255, .38); }
.btn--ghost { color: var(--white); border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.06); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn--dark { color: var(--white); background: var(--navy); }
.btn--outline { color: var(--ink); border-color: var(--line); background: var(--white); }
.btn--outline:hover { color: var(--blue); border-color: var(--blue); }
.arrow { display: inline-grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); transition: transform .25s ease; }
.arrow::before { width: 7px; height: 7px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; content: ""; transform: translateX(-2px) rotate(45deg); }
.btn--outline .arrow { background: var(--pale); }
a:hover .arrow, button:hover .arrow { transform: translateX(3px); }

/* Header and WordPress menu */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	color: var(--white);
	border-bottom: 1px solid rgba(255,255,255,.1);
	transition: color .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.admin-bar .site-header { top: 32px; }
.site-header.is-scrolled { color: var(--ink); background: rgba(255,255,255,.93); border-color: rgba(13,27,42,.08); box-shadow: 0 10px 40px rgba(13,27,42,.08); backdrop-filter: blur(18px); }
.nav { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 17px; font-weight: 500; letter-spacing: .12em; }
.brand strong { font-weight: 800; }
.brand-mark { position: relative; display: inline-block; width: 25px; height: 25px; border: 2px solid var(--sky); border-radius: 7px 11px 7px 11px; transform: rotate(12deg); }
.brand-mark::before { position: absolute; inset: 5px; border: 2px solid var(--blue); border-radius: 50%; content: ""; }
.brand-mark::after { position: absolute; top: -5px; right: -5px; width: 8px; height: 8px; background: var(--success); border: 3px solid var(--navy); border-radius: 50%; content: ""; }
.is-scrolled .brand-mark::after { border-color: var(--white); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { position: relative; display: flex; min-height: 86px; align-items: center; font-size: 14px; font-weight: 700; }
.nav-menu > li > a::after { position: absolute; right: 0; bottom: 22px; left: 0; height: 2px; background: var(--sky); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.nav-menu > li:hover > a::after, .nav-menu > .current-menu-item > a::after, .nav-menu > .current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.menu-item-has-children > a { gap: 7px; }
.menu-item-has-children > a::before { order: 2; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; content: ""; transform: translateY(-2px) rotate(45deg); }
.sub-menu {
	position: absolute;
	top: calc(100% - 12px);
	left: 50%;
	min-width: 260px;
	margin: 0;
	padding: 12px;
	color: var(--ink);
	background: rgba(255,255,255,.97);
	border: 1px solid rgba(13,27,42,.08);
	border-radius: 18px;
	box-shadow: 0 22px 60px rgba(7,26,51,.16);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translate(-50%, 10px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s;
	backdrop-filter: blur(16px);
}
.sub-menu::before { position: absolute; inset: -16px 0 auto; height: 18px; content: ""; }
.menu-item-has-children:hover > .sub-menu, .menu-item-has-children:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.sub-menu a { display: block; padding: 11px 13px; border-radius: 10px; font-size: 13px; font-weight: 700; line-height: 1.35; }
.sub-menu a:hover { color: var(--blue); background: var(--pale); }
.btn--nav { min-height: 48px; padding-left: 20px; }
.menu-toggle { position: relative; display: none; width: 52px; height: 52px; padding: 0; color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.is-scrolled .menu-toggle { border-color: var(--line); }
.menu-toggle::before, .menu-toggle::after, .menu-toggle span { position: absolute; left: 15px; width: 20px; height: 2px; background: currentColor; content: ""; transition: transform .25s ease, top .25s ease, opacity .25s ease; }
.menu-toggle::before { top: 17px; }.menu-toggle span { top: 24px; }.menu-toggle::after { top: 31px; }
.menu-toggle.is-active::before { top: 24px; transform: rotate(45deg); }.menu-toggle.is-active span { opacity: 0; }.menu-toggle.is-active::after { top: 24px; transform: rotate(-45deg); }

/* Homepage hero */
.hero { position: relative; min-height: 830px; padding: 150px 0 96px; color: var(--white); background: linear-gradient(118deg, #06172d 0%, #09213f 57%, #103979 100%); overflow: hidden; }
.hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(107,170,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(107,170,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 88%); content: ""; }
.hero::after { position: absolute; right: -140px; bottom: -250px; width: 650px; height: 650px; border: 1px solid rgba(80,155,255,.24); border-radius: 50%; content: ""; }
.hero-glow, .orb, .ownership-orb, .contact-page__orb { position: absolute; border-radius: 50%; filter: blur(5px); pointer-events: none; }
.hero-glow--one { top: -220px; right: 5%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(35,104,255,.24), transparent 67%); animation: drift 12s ease-in-out infinite; }
.hero-glow--two { bottom: -280px; left: 25%; width: 540px; height: 540px; background: radial-gradient(circle, rgba(56,189,248,.14), transparent 68%); animation: drift 14s ease-in-out infinite reverse; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(460px, .92fr); gap: 76px; align-items: center; }
.hero-copy h1 { max-width: 760px; }
.hero-copy h1 span { display: block; color: #6fc2ff; }
.hero-lead { max-width: 680px; margin: 34px 0 0; color: #b7c8dc; font-size: clamp(18px, 1.55vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 42px; color: #9cb1c9; font-size: 12px; font-weight: 700; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { width: 7px; height: 7px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 5px rgba(67,215,166,.09); content: ""; }

.system-panel { position: relative; min-height: 540px; padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.18); border-radius: 36px; box-shadow: 0 40px 100px rgba(0,0,0,.23); overflow: hidden; backdrop-filter: blur(14px); }
.system-panel::before { position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 27px; content: ""; }
.system-top, .system-caption { position: relative; z-index: 4; display: flex; justify-content: space-between; color: #9fb3ca; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.live-dot { display: inline-flex; align-items: center; gap: 7px; color: #77e7c0; }
.live-dot::before { width: 7px; height: 7px; background: var(--success); border-radius: 50%; box-shadow: 0 0 0 6px rgba(67,215,166,.09); content: ""; animation: pulse 2s infinite; }
.system-caption { position: absolute; right: 34px; bottom: 26px; left: 34px; color: #748aa4; }
.system-line { position: absolute; top: 50%; right: 56px; left: 56px; height: 1px; background: linear-gradient(90deg, transparent, rgba(80,155,255,.33), transparent); }
.system-line.line-2 { top: 58px; bottom: 58px; left: 50%; width: 1px; height: auto; background: linear-gradient(transparent, rgba(80,155,255,.28), transparent); }
.system-orbit { position: absolute; top: 50%; left: 50%; width: 365px; height: 365px; border: 2px solid rgba(84,156,255,.14); border-radius: 50%; transform: translate(-50%,-50%); }
.system-orbit::before { position: absolute; top: 50%; left: -5px; width: 8px; height: 8px; background: var(--sky); border-radius: 50%; box-shadow: 0 0 16px var(--sky); content: ""; animation: orbitPulse 2.6s ease-in-out infinite; }
.system-core { position: absolute; top: 50%; left: 50%; z-index: 3; display: grid; width: 165px; height: 165px; place-items: center; text-align: center; background: linear-gradient(145deg, #2776ff, #1550cc); border: 1px solid #5a9aff; border-radius: 50%; box-shadow: 0 0 0 18px rgba(20,99,255,.08), 0 18px 60px rgba(0,0,0,.25); transform: translate(-50%,-50%); }
.system-core strong { display: block; font-size: 20px; }.system-core small { color: #c2d8ff; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.system-node { position: absolute; z-index: 4; width: 148px; padding: 14px 15px; background: rgba(4,24,48,.84); border: 1px solid rgba(129,178,239,.2); border-radius: 14px; box-shadow: 0 12px 30px rgba(0,0,0,.17); backdrop-filter: blur(9px); }
.system-node span, .system-node strong, .system-node b { display: block; }.system-node span { color: #8ca2ba; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.system-node strong { margin-top: 5px; font-size: 14px; letter-spacing: -.03em; }.system-node b { margin-top: 8px; color: #73bcff; font-size: 10px; font-weight: 700; }
.node-1 { top: 104px; left: 35px; }.node-2 { top: 116px; right: 31px; }.node-3 { right: 34px; bottom: 67px; }.node-4 { bottom: 72px; left: 37px; }

.capability-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.capability-inner { display: grid; grid-template-columns: 1.22fr repeat(3, 1fr); }
.capability-item { min-height: 188px; padding: 42px 30px; border-right: 1px solid var(--line); }
.capability-item:first-child { padding-left: 0; }.capability-item:last-child { border: 0; }
.capability-item small, .capability-item strong { display: block; }.capability-item small { margin-bottom: 13px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.capability-item strong { font-size: 17px; }.capability-item p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }

/* Project cards and glass sweep */
.work { background: var(--mist); }
.work-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 1fr); gap: 24px; }
.work-grid--compact { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
.project-card { position: relative; min-height: 430px; color: var(--white); background: var(--navy); border-radius: 26px; overflow: hidden; isolation: isolate; }
.work-grid:not(.work-grid--compact) .project-card:first-child { grid-row: span 2; min-height: 884px; }
.work-grid--compact .project-card { min-height: 560px; }
.project-card img { position: absolute; inset: 0; z-index: -2; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.project-card:first-child img { object-position: 69% center; }.project-card:nth-child(2) img { object-position: 67% center; }.project-card:nth-child(3) img { object-position: 65% center; }.project-card:hover img { transform: scale(1.045); }
.project-card::after { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(5,18,32,.05) 20%, rgba(5,18,32,.82) 100%); content: ""; }
.project-card::before { position: absolute; top: -80%; left: -55%; z-index: 3; width: 38%; height: 220%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.28), rgba(255,255,255,.05), transparent); content: ""; pointer-events: none; transform: rotate(28deg) translateX(-210%); }
.project-card:hover::before { animation: glassSweep .9s cubic-bezier(.25,.6,.3,1); }
.project-top { position: absolute; top: 28px; right: 28px; left: 28px; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.project-tag { display: inline-flex; min-height: 38px; align-items: center; padding: 0 15px; color: var(--white); background: rgba(7,26,51,.4); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 10px; font-weight: 800; line-height: 1.15; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(12px); }
.project-link { position: relative; display: grid; flex: 0 0 auto; width: 50px; height: 50px; place-items: center; background: rgba(255,255,255,.96); border-radius: 50%; box-shadow: 0 12px 30px rgba(7,26,51,.14); overflow: hidden; transition: transform .25s ease; }
.project-link::before { position: absolute; width: 15px; height: 15px; border: 2px solid transparent; border-right-color: var(--violet); border-top-color: var(--violet); border-radius: 2px; content: ""; }
.project-link::after { position: absolute; width: 17px; height: 2px; background: linear-gradient(90deg, var(--sky), var(--violet)); border-radius: 3px; content: ""; transform: rotate(-45deg); }
.project-link:hover { transform: rotate(4deg) scale(1.08); }
.project-info { position: absolute; right: 32px; bottom: 30px; left: 32px; z-index: 2; }
.project-info h3 { font-size: clamp(27px, 2.4vw, 38px); }.project-info p { max-width: 610px; margin: 12px 0 18px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.6; }.project-meta { display: flex; flex-wrap: wrap; gap: 8px; }.project-meta span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 9px; font-weight: 700; }
.work-grid:not(.work-grid--compact) .project-card:not(:first-child) .project-info p { max-width: 470px; }

/* Growth system */
.growth { color: var(--white); background: var(--navy); overflow: hidden; }
.growth::before { position: absolute; top: -180px; right: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(20,99,255,.25), transparent 68%); content: ""; }
.growth .section-heading > p { color: #9cb1c9; }
.growth-track { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.growth-step { position: relative; min-height: 320px; padding: 38px 30px; background: rgba(7,26,51,.92); transition: background .35s ease; }
.growth-step:hover { background: #0b2c58; }.growth-step::before { position: absolute; right: 30px; bottom: 30px; width: 12px; height: 12px; background: var(--blue); border: 4px solid #15365c; border-radius: 50%; content: ""; box-shadow: 0 0 0 8px rgba(20,99,255,.08); }.growth-step small { color: #79b9fa; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }.growth-step h3 { margin-top: 72px; }.growth-step p { margin: 16px 0 0; color: #9fb2c8; font-size: 14px; }

/* Services */
.services { background: var(--mist); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 360px; padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: color .35s ease, background .35s ease, border-color .35s ease, transform .35s ease, box-shadow .35s ease; }
.service-card::after, .service-row::after, .industry-card::after { position: absolute; top: -80%; left: -55%; width: 35%; height: 230%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.32), transparent); content: ""; pointer-events: none; transform: rotate(28deg) translateX(-220%); }
.service-card:hover::after, .service-row:hover::after, .industry-card:hover::after { animation: glassSweep .85s ease; }
.service-card:hover { color: var(--white); background: linear-gradient(140deg, #1463ff, #2d75ff 58%, #2253df); border-color: var(--blue); box-shadow: 0 28px 60px rgba(20,99,255,.2); transform: translateY(-5px); }.service-card:hover p { color: #dbe9ff; }.service-card:hover .service-kicker { color: #bbd9ff; }.service-card:hover .text-link { color: var(--white); }
.service-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.service-kicker::before { width: 24px; height: 2px; background: currentColor; content: ""; }.service-card h3 { max-width: 500px; margin-top: 58px; }.service-card p { max-width: 590px; margin: 15px 0 0; color: var(--muted); transition: color .35s ease; }.text-link { position: absolute; bottom: 32px; display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.mini-arrow { width: 9px; height: 9px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg); }

/* Process and ownership */
.process { background: var(--white); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }.process-intro { position: sticky; top: 130px; }.process-intro > p:not(.eyebrow) { max-width: 480px; margin: 26px 0 30px; color: var(--muted); font-size: 18px; }.process-list { border-top: 1px solid var(--line); }.process-item { display: grid; grid-template-columns: 52px 1fr; gap: 26px; padding: 34px 0; border-bottom: 1px solid var(--line); }.process-item > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--blue); background: var(--pale); border-radius: 50%; font-size: 11px; font-weight: 800; }.process-item h3 { font-size: 26px; }.process-item p { margin: 10px 0 0; color: var(--muted); }
.ownership { color: var(--white); background: linear-gradient(125deg, #071a33, #0c2b57, #112963, #081d3b); background-size: 260% 260%; overflow: hidden; animation: gradientFlow 12s ease infinite; }.ownership::before { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.1) 1px, transparent 1px); background-size: 26px 26px; opacity: .25; content: ""; mask-image: linear-gradient(90deg, transparent, #000, transparent); }.ownership-orb--a { top: -180px; right: 14%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(42,114,255,.42), transparent 66%); animation: drift 11s ease-in-out infinite; }.ownership-orb--b { bottom: -250px; left: 5%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(56,189,248,.22), transparent 68%); animation: drift 15s ease-in-out infinite reverse; }.ownership-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }.ownership-copy p:not(.eyebrow) { max-width: 600px; margin: 26px 0 0; color: #aec1d7; font-size: 18px; }.ownership-points { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.ownership-point { min-height: 180px; padding: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: 20px; backdrop-filter: blur(10px); transition: background .3s ease, transform .3s ease; }.ownership-point:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); }.ownership-point > span { color: #75baff; font-size: 10px; font-weight: 800; }.ownership-point strong { display: block; margin-top: 34px; }.ownership-point p { margin: 8px 0 0; color: #9fb3ca; font-size: 13px; }

/* FAQ */
.faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }.faq-intro { position: sticky; top: 130px; align-self: start; }.faq-intro h2 { white-space: nowrap; }.faq-intro > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); }.faq-list { border-top: 1px solid var(--line); }.faq-item { border-bottom: 1px solid var(--line); }.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 30px; padding: 27px 0; color: var(--ink); text-align: left; background: transparent; border: 0; font-weight: 700; }.faq-icon { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; color: var(--blue); background: var(--pale); border-radius: 50%; font-size: 19px; transition: transform .3s ease, color .3s ease, background .3s ease; }.faq-question[aria-expanded="true"] .faq-icon { color: var(--white); background: var(--blue); transform: rotate(45deg); }.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }.faq-answer > div { overflow: hidden; }.faq-answer p { max-width: 680px; margin: 0; padding: 0 64px 26px 0; color: var(--muted); }.faq-question[aria-expanded="true"] + .faq-answer { grid-template-rows: 1fr; }

/* Contact */
.contact, .contact-page { position: relative; color: var(--white); background: linear-gradient(122deg, #071a33, #0d3265 54%, #123f8e); background-size: 220% 220%; overflow: hidden; animation: gradientFlow 13s ease infinite; }.contact::before, .contact-page::before { position: absolute; top: -180px; right: -130px; width: 600px; height: 600px; border: 1px solid rgba(91,162,255,.25); border-radius: 50%; content: ""; }.contact-grid { position: relative; display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; align-items: center; }.contact-copy h1, .contact-copy h2 { max-width: 600px; }.contact-copy > p:not(.eyebrow, .direct-email) { max-width: 570px; margin: 26px 0 0; color: #afc3da; font-size: 18px; }.next-steps { display: grid; gap: 12px; margin-top: 38px; }.next-step { display: flex; align-items: center; gap: 14px; color: #c1d0e2; font-size: 13px; }.next-step span { display: grid; width: 32px; height: 32px; place-items: center; color: #82c7ff; border: 1px solid rgba(130,199,255,.28); border-radius: 50%; font-size: 9px; font-weight: 800; }.contact-form { padding: 34px; color: var(--ink); background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.55); border-radius: var(--radius); box-shadow: 0 28px 90px rgba(2,14,30,.28); }.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.field { display: grid; gap: 7px; margin-bottom: 16px; }.field label { font-size: 11px; font-weight: 800; letter-spacing: .04em; }.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 0 15px; color: var(--ink); background: #f7f9fc; border: 1px solid var(--line); border-radius: 12px; outline: 0; transition: border-color .2s ease, box-shadow .2s ease; }.field textarea { min-height: 116px; padding-top: 13px; resize: vertical; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(20,99,255,.09); }.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 7px; }.form-note { max-width: 260px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.form-success { display: none; margin-top: 18px; padding: 13px 15px; color: #0b6b4e; background: #e5fff6; border: 1px solid #bcefdc; border-radius: 10px; font-size: 12px; font-weight: 700; }.form-success.is-visible { display: block; }.contact-page { min-height: 850px; padding: 170px 0 100px; }.contact-page__orb { top: 3%; left: 42%; width: 420px; height: 420px; background: radial-gradient(circle, rgba(56,189,248,.18), transparent 66%); animation: drift 13s ease-in-out infinite; }.direct-email { margin: 30px 0 0; color: #9fb8d4; }.direct-email a { color: var(--white); font-weight: 800; }

/* Internal page hero */
.page-hero { position: relative; min-height: 680px; padding: 155px 0 95px; color: var(--white); background: linear-gradient(118deg, #06172d, #09264c 58%, #103c82); overflow: hidden; }.page-hero::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(107,170,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(107,170,255,.045) 1px, transparent 1px); background-size: 58px 58px; content: ""; mask-image: linear-gradient(#000, transparent); }.orb--one { top: -180px; right: 8%; width: 450px; height: 450px; background: radial-gradient(circle, rgba(20,99,255,.3), transparent 68%); animation: drift 12s ease-in-out infinite; }.orb--two { bottom: -260px; left: 25%; width: 520px; height: 520px; background: radial-gradient(circle, rgba(56,189,248,.15), transparent 68%); animation: drift 15s ease-in-out infinite reverse; }.page-hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(400px, .8fr); gap: 90px; align-items: center; }.page-hero__copy h1 { max-width: 830px; font-size: clamp(48px, 5.3vw, 78px); }.page-hero__copy > p:not(.eyebrow) { max-width: 710px; margin: 28px 0 0; color: #b4c7dc; font-size: 19px; }.page-hero__visual { position: relative; min-height: 400px; border: 1px solid rgba(255,255,255,.16); border-radius: 34px; background: rgba(255,255,255,.055); overflow: hidden; backdrop-filter: blur(12px); }.visual-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(89,157,248,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(89,157,248,.08) 1px, transparent 1px); background-size: 48px 48px; }.visual-core { position: absolute; top: 50%; left: 50%; display: grid; width: 140px; height: 140px; place-items: center; align-content: center; background: linear-gradient(145deg, var(--blue), #1b4cc5); border: 1px solid #70a8ff; border-radius: 50%; box-shadow: 0 0 0 22px rgba(20,99,255,.09), 0 20px 50px rgba(0,0,0,.24); transform: translate(-50%,-50%); }.visual-core span { color: #c7dcff; font-size: 9px; font-weight: 800; letter-spacing: .16em; }.visual-core strong { font-size: 16px; }.visual-node { position: absolute; padding: 8px 12px; color: #c0d5ec; background: rgba(6,29,57,.88); border: 1px solid rgba(112,168,255,.22); border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.visual-node--a { top: 42px; left: 38px; }.visual-node--b { top: 85px; right: 28px; }.visual-node--c { right: 44px; bottom: 46px; }.visual-node--d { bottom: 78px; left: 27px; }

/* Internal content components */
.split-heading { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: start; }.split-heading h2 { max-width: 620px; }.check-list, .check-grid, .capability-grid { margin: 0; padding: 0; list-style: none; }.check-list { border-top: 1px solid var(--line); }.check-list li { display: flex; align-items: flex-start; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 600; }.check { position: relative; flex: 0 0 auto; width: 25px; height: 25px; margin-top: 1px; background: var(--pale); border-radius: 50%; }.check::before { position: absolute; top: 6px; left: 8px; width: 7px; height: 4px; border-bottom: 2px solid var(--blue); border-left: 2px solid var(--blue); content: ""; transform: rotate(-45deg); }.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.check-grid li { display: flex; gap: 14px; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 14px; font-size: 14px; font-weight: 700; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.capability-grid li { position: relative; min-height: 150px; padding: 25px 22px 22px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; font-weight: 700; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }.capability-grid li:hover { border-color: #a9c7ff; box-shadow: 0 18px 40px rgba(13,27,42,.08); transform: translateY(-4px); }.capability-grid .check { display: block; margin-bottom: 24px; }
.cta-panel { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: end; padding: 64px; color: var(--white); background: linear-gradient(120deg, #071a33, #103b7d, #174eaf, #09234a); background-size: 280% 280%; border-radius: var(--radius-lg); overflow: hidden; animation: gradientFlow 11s ease infinite; }.cta-panel::before { position: absolute; top: -230px; right: 5%; width: 480px; height: 480px; border: 1px solid rgba(106,174,255,.28); border-radius: 50%; content: ""; }.cta-panel h2 { position: relative; max-width: 820px; }.cta-panel p:not(.eyebrow) { position: relative; max-width: 690px; margin: 20px 0 0; color: #b6c8dc; }.cta-panel .btn { position: relative; }
.services-stack { display: grid; gap: 16px; }.service-row { position: relative; display: grid; grid-template-columns: 74px 1fr 60px; gap: 26px; align-items: center; min-height: 250px; padding: 35px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: color .35s ease, background .35s ease, transform .35s ease, box-shadow .35s ease; }.service-row:hover { color: var(--white); background: linear-gradient(125deg, var(--blue), #1a53cf); box-shadow: 0 24px 60px rgba(20,99,255,.22); transform: translateY(-3px); }.service-row__num { display: grid; width: 56px; height: 56px; place-items: center; color: var(--blue); background: var(--pale); border-radius: 50%; font-size: 11px; font-weight: 800; }.service-row h2 { margin-top: 26px; font-size: clamp(30px, 3.4vw, 48px); }.service-row p { max-width: 800px; margin: 12px 0 0; color: var(--muted); }.service-row:hover p, .service-row:hover .service-kicker { color: #d9e7ff; }.service-row:hover .project-link { transform: rotate(4deg) scale(1.08); }
.principle-panel, .outcome-panel, .fact-panel { position: relative; padding: 70px; color: var(--white); background: linear-gradient(130deg, var(--navy), #0e3873); border-radius: var(--radius-lg); overflow: hidden; }.principle-panel::after, .outcome-panel::after, .fact-panel::after { position: absolute; top: -180px; right: -110px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(56,189,248,.24), transparent 66%); content: ""; }.principle-panel h2, .outcome-panel h2 { position: relative; max-width: 920px; }.principle-panel p:not(.eyebrow), .outcome-panel p:not(.eyebrow) { position: relative; max-width: 780px; margin: 24px 0 0; color: #b3c7dc; font-size: 18px; }
.industry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }.industry-card { position: relative; min-height: 490px; padding: 48px; color: var(--ink); background: var(--pale); border-radius: var(--radius-lg); overflow: hidden; transition: transform .35s ease, box-shadow .35s ease; }.industry-card:hover { box-shadow: var(--shadow); transform: translateY(-6px); }.industry-card--dark { color: var(--white); background: linear-gradient(140deg, var(--navy), #154182); }.industry-card > span:first-child { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.industry-card--dark > span:first-child { color: #8bc5ff; }.industry-card h2 { max-width: 520px; margin-top: 82px; }.industry-card p { max-width: 570px; margin: 22px 0 0; color: var(--muted); }.industry-card--dark p { color: #afc4da; }.industry-card .text-link { bottom: 46px; }.industry-card--dark .text-link { color: var(--white); }

/* Case studies */
.case-hero { padding: 150px 0 85px; color: var(--white); background: linear-gradient(115deg, #06172d, #0a2852 65%, #103f87); }.case-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }.case-hero__copy h1 { font-size: clamp(46px, 5vw, 76px); }.case-hero__copy > p:not(.eyebrow) { margin: 28px 0 0; color: #b6c9dd; font-size: 18px; }.case-shot { position: relative; min-height: 560px; border: 1px solid rgba(255,255,255,.15); border-radius: 30px; box-shadow: 0 34px 90px rgba(0,0,0,.26); overflow: hidden; }.case-shot::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(4,18,33,.5)); content: ""; }.case-shot img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .6s ease; }.case-shot:hover img { transform: scale(1.035); }.case-shot .project-link { position: absolute; right: 24px; bottom: 24px; z-index: 2; }.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }.story-card { min-height: 500px; padding: 48px; background: var(--pale); border-radius: var(--radius-lg); }.story-card--blue { color: var(--white); background: linear-gradient(140deg, var(--blue), #174dbb); }.story-card > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.story-card--blue > span { color: #c4dcff; }.story-card h2 { margin-top: 90px; font-size: clamp(34px, 3.8vw, 52px); }.story-card p { margin: 24px 0 0; color: var(--muted); font-size: 17px; }.story-card--blue p { color: #d4e4ff; }.deliver-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }.outcome-panel { min-height: 440px; display: flex; flex-direction: column; justify-content: center; }

/* Process, about and system pages */
.process-timeline { position: relative; max-width: 1000px; }.process-timeline::before { position: absolute; top: 0; bottom: 0; left: 48px; width: 1px; background: var(--line); content: ""; }.timeline-step { position: relative; display: grid; grid-template-columns: 98px 1fr; gap: 40px; padding: 0 0 76px; }.timeline-step__number { position: relative; z-index: 2; display: grid; width: 96px; height: 96px; place-items: center; color: var(--blue); background: var(--white); border: 1px solid #bcd2f7; border-radius: 50%; font-size: 13px; font-weight: 800; box-shadow: 0 0 0 12px var(--white); }.timeline-step h2 { font-size: clamp(36px, 4vw, 56px); }.timeline-step p { max-width: 760px; margin: 20px 0; color: var(--muted); font-size: 17px; }.timeline-step small { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.statement { max-width: 1040px; }.statement > p:not(.eyebrow) { max-width: 800px; margin: 28px 0 0; color: var(--muted); font-size: 20px; }.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }.principle-card { min-height: 310px; padding: 36px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); }.principle-card > span { color: var(--blue); font-size: 11px; font-weight: 800; }.principle-card h3 { margin-top: 68px; }.principle-card p { margin: 16px 0 0; color: var(--muted); }.fact-panel { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; }.fact-panel > div { position: relative; z-index: 1; }.fact-panel p { margin: 8px 0; color: #b7c9dd; }.fact-panel a { color: #7fc5ff; font-weight: 800; }
.message-page { min-height: 760px; padding: 170px 0 100px; background: radial-gradient(circle at 70% 20%, rgba(20,99,255,.14), transparent 32%), var(--mist); }.message-card { max-width: 950px; padding: 70px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }.message-card h1 { max-width: 850px; font-size: clamp(43px, 5vw, 72px); }.message-card > p:not(.eyebrow) { max-width: 680px; margin: 26px 0 0; color: var(--muted); font-size: 18px; }.message-mark { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 35px; color: var(--white); background: var(--blue); border-radius: 50%; font-size: 22px; box-shadow: 0 0 0 12px var(--pale); }.error-code { display: block; color: var(--blue); font-size: 100px; font-weight: 800; line-height: .8; letter-spacing: -.08em; margin-bottom: 45px; }.legal-grid { display: grid; grid-template-columns: 300px minmax(0, 780px); gap: 90px; align-items: start; }.draft-note { position: sticky; top: 130px; padding: 24px; color: #764f00; background: #fff7dc; border: 1px solid #f1d98a; border-radius: 16px; }.draft-note strong { display: block; }.draft-note p { margin: 8px 0 0; font-size: 13px; }.prose { max-width: 850px; }.prose h2 { margin: 54px 0 18px; font-size: 34px; }.prose h2:first-child { margin-top: 0; }.prose p { color: var(--muted); font-size: 17px; }.prose a { color: var(--blue); text-decoration: underline; }

/* Footer */
.site-footer { padding: 82px 0 28px; color: var(--white); background: #041325; }.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3, .65fr); gap: 55px; }.footer-brand p { max-width: 380px; margin: 24px 0 0; color: #8398b0; font-size: 14px; }.footer-col { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }.footer-col h3 { margin-bottom: 14px; color: #6f859d; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }.footer-col a { color: #afc0d3; font-size: 13px; transition: color .2s ease, transform .2s ease; }.footer-col a:hover { color: var(--white); transform: translateX(3px); }.footer-bottom { display: flex; justify-content: space-between; margin-top: 70px; padding-top: 24px; color: #60758c; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

/* Motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.is-visible { opacity: 1; transform: none; }
@keyframes glassSweep { from { transform: rotate(28deg) translateX(-230%); } to { transform: rotate(28deg) translateX(650%); } }
@keyframes gradientFlow { 0%,100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
@keyframes drift { 0%,100% { transform: translate3d(0,0,0) scale(1); } 50% { transform: translate3d(34px,22px,0) scale(1.08); } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .45; } }
@keyframes orbitPulse { 0%,100% { box-shadow: 0 0 9px var(--sky); } 50% { box-shadow: 0 0 28px var(--sky); } }

@media (max-width: 1080px) {
	.hero-inner, .page-hero__inner { grid-template-columns: 1fr; }
	.hero { padding-top: 140px; }.hero-copy { max-width: 820px; }.system-panel { width: min(100%, 620px); margin-inline: auto; }
	.page-hero__visual { display: none; }.page-hero { min-height: 600px; }.page-hero__copy { max-width: 920px; }
	.nav-links { gap: 18px; }.nav-menu { gap: 20px; }
	.work-grid--compact { grid-template-columns: repeat(2, 1fr); }.work-grid--compact .project-card:last-child { grid-column: 1 / -1; }
	.process-grid, .faq-wrap, .contact-grid, .case-hero__grid { gap: 58px; }
	.footer-main { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 34px; }
}

@media (max-width: 900px) {
	.admin-bar .site-header { top: 46px; }
	.menu-toggle { display: block; z-index: 4; }
	.nav-links { position: fixed; inset: 0; z-index: 3; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 28px; padding: 100px max(28px, calc((100vw - 620px) / 2)); color: var(--white); background: rgba(4,19,37,.98); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .28s ease, transform .28s ease, visibility .28s; overflow-y: auto; }
	.admin-bar .nav-links { top: 46px; }.nav-links.is-open { opacity: 1; visibility: visible; transform: none; }
	.nav-menu { display: block; }.nav-menu > li > a { min-height: auto; padding: 13px 0; font-size: 21px; }.nav-menu > li > a::after { display: none; }.menu-item-has-children > a::before { display: none; }
	.sub-menu { position: static; min-width: 0; margin: 3px 0 10px; padding: 0 0 0 16px; color: #9fb4cc; background: transparent; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; backdrop-filter: none; }.sub-menu a { padding: 6px 0; font-size: 13px; }.sub-menu a:hover { color: var(--white); background: transparent; }
	.nav-links .btn--nav { width: 100%; max-width: 310px; justify-content: space-between; padding-left: 22px; }
	.site-header.is-scrolled .nav-links { color: var(--white); }
	.section { padding: 92px 0; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading > p { max-width: 700px; }
	.capability-inner { grid-template-columns: repeat(2, 1fr); }.capability-item { border-bottom: 1px solid var(--line); }.capability-item:nth-child(2) { border-right: 0; }.capability-item:nth-child(3) { padding-left: 0; border-bottom: 0; }.capability-item:nth-child(4) { border-bottom: 0; }
	.work-grid, .work-grid--compact { grid-template-columns: 1fr; grid-template-rows: none; }.work-grid:not(.work-grid--compact) .project-card:first-child, .project-card, .work-grid--compact .project-card { grid-row: auto; grid-column: auto; min-height: 590px; }
	.growth-track { grid-template-columns: repeat(2, 1fr); }.growth-step { min-height: 270px; }
	.process-grid, .faq-wrap, .contact-grid, .ownership-grid, .split-heading, .case-hero__grid, .deliver-grid { grid-template-columns: 1fr; }.process-intro, .faq-intro { position: static; }.faq-intro h2 { white-space: normal; }
	.ownership-grid { gap: 54px; }.contact-grid { gap: 50px; }
	.case-shot { min-height: 540px; }.story-grid { grid-template-columns: 1fr; }.story-card { min-height: 430px; }
	.service-row { grid-template-columns: 62px 1fr 52px; }
	.industry-grid { grid-template-columns: 1fr; }.industry-card { min-height: 430px; }
	.cta-panel { grid-template-columns: 1fr; align-items: start; padding: 52px; }
	.legal-grid { grid-template-columns: 1fr; gap: 45px; }.draft-note { position: static; }
	.footer-main { grid-template-columns: repeat(3, 1fr); }.footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
	.container { width: min(calc(100% - 32px), var(--container)); }
	.section { padding: 74px 0; }.section--tight { padding: 64px 0; }
	h1 { font-size: clamp(44px, 14vw, 62px); } h2 { font-size: clamp(35px, 11vw, 50px); }
	.nav { min-height: 74px; }.site-header.is-scrolled .nav { min-height: 70px; }.brand { font-size: 15px; }.brand-mark { width: 22px; height: 22px; }
	.hero { min-height: auto; padding: 122px 0 72px; }.hero-lead { margin-top: 25px; font-size: 17px; }.hero-actions { align-items: stretch; }.hero-actions .btn { flex: 1 1 auto; }.hero-proof { display: grid; margin-top: 34px; }
	.system-panel { min-height: 430px; padding: 22px; border-radius: 26px; }.system-orbit { width: 260px; height: 260px; }.system-core { width: 120px; height: 120px; }.system-node { width: 117px; padding: 10px; }.system-node strong { font-size: 11px; }.system-node b { font-size: 8px; }.node-1 { top: 88px; left: 15px; }.node-2 { top: 91px; right: 14px; }.node-3 { right: 14px; bottom: 57px; }.node-4 { bottom: 60px; left: 14px; }.system-caption { right: 24px; left: 24px; }.system-line { right: 25px; left: 25px; }
	.capability-inner { grid-template-columns: 1fr; }.capability-item, .capability-item:first-child, .capability-item:nth-child(3) { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }.capability-item:last-child { border-bottom: 0; }
	.project-card, .work-grid:not(.work-grid--compact) .project-card:first-child, .work-grid--compact .project-card { min-height: 520px; }.project-top { top: 20px; right: 20px; left: 20px; }.project-info { right: 22px; bottom: 22px; left: 22px; }.project-info p { font-size: 13px; }.project-link { width: 46px; height: 46px; }
	.growth-track { grid-template-columns: 1fr; }.growth-step { min-height: 240px; }.growth-step h3 { margin-top: 50px; }
	.services-grid, .ownership-points, .principles-grid, .check-grid, .capability-grid { grid-template-columns: 1fr; }.service-card { min-height: 330px; padding: 28px; }.service-card h3 { margin-top: 46px; }.text-link { bottom: 26px; }
	.process-item { grid-template-columns: 44px 1fr; gap: 15px; }.ownership-grid { gap: 40px; }.ownership-point { min-height: 155px; }
	.form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 23px; }.form-footer { align-items: stretch; flex-direction: column; }.form-footer .btn { width: 100%; }.contact-page { padding: 130px 0 80px; }
	.page-hero { min-height: 580px; padding: 130px 0 72px; }.page-hero__copy h1 { font-size: clamp(43px, 13vw, 60px); }.page-hero__copy > p:not(.eyebrow) { font-size: 17px; }
	.service-row { grid-template-columns: 1fr; min-height: 350px; padding: 28px; }.service-row__num { width: 46px; height: 46px; }.service-row .project-link { position: absolute; top: 28px; right: 28px; }.service-row h2 { margin-top: 22px; }.service-row p { font-size: 14px; }
	.industry-card { min-height: 460px; padding: 32px; }.industry-card h2 { margin-top: 62px; }.industry-card .text-link { bottom: 32px; }
	.principle-panel, .outcome-panel, .fact-panel { padding: 38px 28px; border-radius: 24px; }.principle-panel p:not(.eyebrow), .outcome-panel p:not(.eyebrow) { font-size: 16px; }
	.cta-panel { gap: 36px; padding: 38px 27px; border-radius: 24px; }.cta-panel .btn { width: 100%; }
	.case-hero { padding: 128px 0 70px; }.case-shot { min-height: 430px; }.story-card { min-height: 420px; padding: 30px; }.story-card h2 { margin-top: 68px; }.story-card p { font-size: 15px; }
	.timeline-step { grid-template-columns: 62px 1fr; gap: 20px; padding-bottom: 60px; }.timeline-step__number { width: 62px; height: 62px; box-shadow: 0 0 0 8px var(--white); }.process-timeline::before { left: 31px; }.timeline-step p { font-size: 15px; }
	.fact-panel { grid-template-columns: 1fr; gap: 38px; }.principle-card { min-height: 260px; padding: 28px; }.principle-card h3 { margin-top: 48px; }
	.message-page { min-height: 680px; padding: 130px 0 75px; }.message-card { padding: 38px 26px; }.message-card h1 { font-size: clamp(39px, 11vw, 54px); }.error-code { font-size: 76px; }
	.footer-main { grid-template-columns: repeat(2, 1fr); gap: 38px 22px; }.footer-brand { grid-column: 1 / -1; }.footer-col:last-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal { opacity: 1; transform: none; }
}
