:root {
  --night: #061525;
  --night-2: #091d31;
  --ink: #10243b;
  --text: #dce9f5;
  --muted: #8fa8bd;
  --paper: #f4f7f9;
  --white: #ffffff;
  --line: rgba(133, 180, 210, .18);
  --cyan: #42d4e7;
  --teal: #12b8a6;
  --amber: #ffbd65;
  --green: #53d39a;
  --red: #ff7c77;
  --radius: 26px;
  --shadow: 0 28px 70px rgba(1, 15, 28, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--night);
  color: var(--text);
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--ink); border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled {
  background: rgba(5, 20, 35, .86);
  border-color: var(--line);
  backdrop-filter: blur(18px);
}
.nav { height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: "Manrope", sans-serif; font-weight: 800; letter-spacing: -.02em; }
.brand-mark {
  width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px;
  color: #03131f; background: linear-gradient(135deg, var(--cyan), var(--teal));
  box-shadow: 0 10px 25px rgba(31, 203, 209, .2); font-size: 14px; letter-spacing: .02em;
}
.brand-mark.small { width: 34px; height: 34px; border-radius: 10px; }
.nav-links { display: flex; align-items: center; gap: 28px; font-size: 14px; color: #bcd0df; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--white); }
.nav-cta { border: 1px solid rgba(66, 212, 231, .4); padding: 10px 16px; border-radius: 999px; color: var(--white) !important; }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--white); }

.hero { min-height: 900px; position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-art { position: absolute; inset: 0; background: url("assets/hero-systems.png") center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 17, 30, .98) 0%, rgba(3, 17, 30, .9) 37%, rgba(3, 17, 30, .36) 72%, rgba(3, 17, 30, .08)), linear-gradient(0deg, var(--night) 0%, transparent 23%); }
.hero-layout { position: relative; z-index: 2; }
.hero-copy { width: min(710px, 62vw); padding-top: 50px; }
.eyebrow, .section-kicker { color: var(--cyan); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px rgba(83, 211, 154, .12), 0 0 24px var(--green); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; letter-spacing: -.045em; }
h1 { max-width: 710px; font-size: clamp(46px, 6vw, 78px); line-height: 1.02; }
h1 span { color: #8de6ee; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: #b6cad9; font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 14px; min-height: 52px; padding: 0 22px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #061525; background: linear-gradient(135deg, #7debf2, #2bc6c1); box-shadow: 0 18px 42px rgba(32, 202, 205, .22); }
.button.ghost { border: 1px solid rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .05); backdrop-filter: blur(10px); }
.availability { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
.availability span { padding: 7px 11px; border-radius: 999px; border: 1px solid var(--line); color: #9fb4c5; font-size: 12px; background: rgba(6, 21, 37, .48); }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 28px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; color: #6f8ca2; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.scroll-cue span { display: block; width: 1px; height: 34px; background: linear-gradient(var(--cyan), transparent); animation: pulse 2s infinite; }
@keyframes pulse { 50% { transform: translateY(8px); opacity: .4; } }

.proof-strip { border-block: 1px solid var(--line); background: #071827; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 148px; padding: 30px 28px; display: flex; align-items: center; gap: 18px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { font-family: "Manrope"; color: var(--white); font-size: 38px; letter-spacing: -.05em; }
.proof-item span { color: var(--muted); font-size: 13px; line-height: 1.45; }

.section { padding: 120px 0; position: relative; }
.thesis { background: var(--paper); color: var(--ink); }
.split-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; align-items: start; }
.split-heading h2, .section-heading h2, .journey-intro h2, .closing-card h2 { font-size: clamp(36px, 5vw, 62px); line-height: 1.08; }
.section-intro { max-width: 860px; color: #526779; font-size: 18px; line-height: 1.75; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 72px; }
.capability-card { position: relative; padding: 34px; min-height: 390px; overflow: hidden; border: 1px solid #d7e2e8; border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 50px rgba(18, 52, 76, .06); }
.card-number { position: absolute; right: 22px; top: 18px; color: #d4e0e7; font: 700 58px/1 "Manrope"; }
.icon-orbit { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: #087d83; font-size: 28px; background: #e5f8f7; box-shadow: inset 0 0 0 9px #f4fbfb; }
.capability-card h3 { margin-top: 34px; font-size: 25px; }
.capability-card p { color: #5b6f7d; line-height: 1.65; }
.capability-card ul { padding: 0; margin: 22px 0 0; list-style: none; color: #2b485c; font-size: 14px; }
.capability-card li { padding: 9px 0; border-top: 1px solid #e5ecef; }

.work-section { background: var(--night); overflow: hidden; }
.work-section::before { content: ""; position: absolute; width: 700px; height: 700px; right: -300px; top: 10%; background: radial-gradient(circle, rgba(22, 183, 178, .13), transparent 68%); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; margin-bottom: 56px; }
.section-heading > div { max-width: 780px; }
.section-heading h2 { margin-top: 12px; }
.section-heading > p { max-width: 370px; color: var(--muted); line-height: 1.65; }
.project-stack { display: grid; gap: 34px; }
.project { border: 1px solid var(--line); border-radius: 34px; background: linear-gradient(145deg, rgba(18, 48, 71, .74), rgba(5, 23, 39, .9)); box-shadow: var(--shadow); overflow: hidden; }
.project-copy { padding: 46px; }
.project-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; color: #7893a8; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.status { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.status.active { background: rgba(66, 212, 231, .12); color: #7ee8f0; }
.status.live { background: rgba(83, 211, 154, .13); color: #82e2b1; }
.status.prototype { background: rgba(255, 189, 101, .12); color: #ffd08c; }
.project h3 { margin-top: 18px; color: var(--white); font-size: clamp(34px, 4.5vw, 56px); }
.project-summary { color: #afc2d1; font-size: 17px; line-height: 1.7; }
.project-facts { display: grid; gap: 0; margin-top: 30px; }
.project-facts > div { display: grid; grid-template-columns: 120px 1fr; gap: 22px; border-top: 1px solid var(--line); padding: 15px 0; }
.project-facts span { color: var(--cyan); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.project-facts p { margin: 0; color: #8fa8bb; font-size: 14px; line-height: 1.55; }
.project-feature { display: grid; grid-template-columns: 1.03fr .97fr; min-height: 730px; }
.crm-showcase { display: grid; place-items: center; padding: 42px 42px 42px 0; position: relative; }
.crm-showcase::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(61, 211, 205, .28), transparent 70%); }
.device-frame { position: relative; z-index: 1; height: 610px; width: 292px; overflow: hidden; border: 8px solid #0a1722; border-radius: 44px; background: #fff; box-shadow: 0 40px 80px rgba(0,0,0,.45), inset 0 0 0 1px #546473; }
.device-frame::after { content: ""; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 80px; height: 18px; border-radius: 20px; background: #07111a; }
.device-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: opacity .2s ease; }
.crm-thumbs { position: absolute; z-index: 2; right: 24px; bottom: 32px; display: grid; gap: 8px; }
.crm-thumb { width: 48px; height: 58px; padding: 0; overflow: hidden; border: 2px solid transparent; border-radius: 10px; opacity: .55; background: #fff; cursor: pointer; }
.crm-thumb.active { border-color: var(--cyan); opacity: 1; transform: translateX(-5px); }
.crm-thumb img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.project-wide .project-copy { display: grid; grid-template-columns: 1fr .9fr; gap: 46px; }
.project-wide .project-copy .project-meta, .project-wide .project-copy h3, .project-wide .project-copy .project-summary { grid-column: 1; }
.project-wide .project-copy .project-facts { grid-column: 2; grid-row: 1 / span 3; margin-top: 0; }
.pitch-gallery { display: grid; grid-template-columns: 1.6fr repeat(3, .8fr); gap: 10px; padding: 0 22px; }
.pitch-gallery figure { margin: 0; min-height: 270px; position: relative; overflow: hidden; border-radius: 18px; background: #0d2639; }
.pitch-gallery img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .45s ease; }
.pitch-gallery figure:hover img { transform: scale(1.04); }
.pitch-gallery figcaption { position: absolute; inset: auto 10px 10px; padding: 8px 10px; border-radius: 9px; background: rgba(4, 18, 30, .8); backdrop-filter: blur(8px); color: #d8e8f2; font-size: 11px; }
.pipeline-visual { margin: 22px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; background: rgba(2, 17, 29, .55); }
.pipeline-visual > div { display: grid; gap: 4px; }
.pipeline-visual b { color: var(--cyan); font-size: 11px; }
.pipeline-visual span { font: 700 16px "Manrope"; }
.pipeline-visual small { color: #7893a7; }
.pipeline-visual i { color: #3b657f; font-style: normal; }
.project-split { display: grid; grid-template-columns: 1fr 1fr; }
.project-split.reverse .project-copy { order: 2; }
.media-stage { min-height: 680px; position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(150deg, #132c3e, #071520); }
.media-stage::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 38px 38px; }
.reel-phone { position: relative; z-index: 2; width: 300px; height: 535px; overflow: hidden; border: 8px solid #07121c; border-radius: 34px; box-shadow: 0 34px 60px rgba(0,0,0,.46); background: #000; }
.reel-phone img { width: 100%; height: 100%; object-fit: cover; }
.reel-header { position: absolute; top: 14px; inset-inline: 12px; padding: 10px; text-align: center; border-radius: 7px; color: #ffe4a9; background: rgba(31, 20, 7, .82); font: 700 9px "Manrope"; letter-spacing: .13em; }
.caption-sample { position: absolute; inset: auto 14px 32px; padding: 10px 8px; text-align: center; font-size: 15px; line-height: 1.5; text-shadow: 0 2px 4px #000; background: rgba(0,0,0,.4); border-radius: 8px; }
.media-note { position: absolute; z-index: 3; right: 28px; bottom: 28px; width: 185px; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(4, 18, 30, .82); backdrop-filter: blur(10px); transform: rotate(3deg); }
.media-note span { font-size: 9px; color: var(--amber); text-transform: uppercase; letter-spacing: .12em; }
.media-note img { margin-top: 8px; border-radius: 10px; }
.media-note p { margin: 8px 0 0; color: #91a8b9; font-size: 10px; }
.review-system { min-height: 680px; padding: 52px 42px; display: grid; align-content: center; gap: 20px; background: linear-gradient(135deg, #e9f6f5, #d9ecf1); color: var(--ink); }
.review-map { height: 330px; position: relative; overflow: hidden; border-radius: 24px; background: #d4e8e9; box-shadow: 0 25px 45px rgba(23, 80, 95, .18); }
.map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(42, 113, 126, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(42, 113, 126, .08) 1px, transparent 1px); background-size: 30px 30px; transform: rotate(11deg) scale(1.3); }
.map-road { position: absolute; display: block; height: 14px; width: 440px; background: #fff; border: 1px solid #c7d9dc; box-shadow: 0 0 0 4px rgba(255,255,255,.35); }
.road-a { top: 98px; left: -55px; transform: rotate(-18deg); }
.road-b { top: 170px; left: 40px; transform: rotate(34deg); }
.map-pin { position: absolute; top: 112px; left: 48%; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); color: var(--white); background: #0b918d; box-shadow: 0 10px 22px rgba(11, 145, 141, .28); }
.map-pin::first-letter { transform: rotate(45deg); }
.visit-card { position: absolute; right: 18px; bottom: 18px; width: 240px; padding: 16px; display: grid; gap: 4px; border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 16px 38px rgba(30, 80, 95, .2); }
.visit-card small { color: #0d918e; font-weight: 700; letter-spacing: .12em; }
.visit-card span { color: #617988; font-size: 12px; }
.review-flow { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #2f6470; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.review-flow span { padding: 8px 10px; border: 1px solid #bbd6da; border-radius: 999px; background: rgba(255,255,255,.6); }
.review-flow b { color: #79a4ac; }
.review-system blockquote { margin: 0; padding: 18px 22px; border-left: 3px solid #12a8a0; border-radius: 0 14px 14px 0; background: rgba(255,255,255,.65); color: #365867; font-size: 14px; line-height: 1.55; }

.lab-section { color: var(--ink); background: #eef3f6; }
.lab-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lab-card { overflow: hidden; border: 1px solid #d4e1e8; border-radius: 24px; background: var(--white); box-shadow: 0 18px 44px rgba(21, 55, 78, .08); transition: transform .25s ease, box-shadow .25s ease; }
.lab-card:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(21, 55, 78, .15); }
.lab-visual { height: 260px; padding: 25px; position: relative; overflow: hidden; background: #0b2236; }
.lab-visual::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(circle at 25% 25%, rgba(66,212,231,.3), transparent 30%), linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: auto, 28px 28px, 28px 28px; }
.qa-visual { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 15px; }
.bug-list, .test-panel { position: relative; z-index: 1; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(5,20,35,.84); }
.bug-list { padding: 12px; display: grid; gap: 10px; }
.bug-list i { height: 5px; border-radius: 5px; background: #274459; }
.bug { width: 34px; padding: 4px; border-radius: 6px; text-align: center; font: 700 9px "Manrope"; }
.bug.critical { background: #782f36; color: #ffc1c1; }
.bug.high { background: #755328; color: #ffd596; }
.bug.med { background: #234f64; color: #aee7ff; }
.test-panel { padding: 17px; display: grid; gap: 10px; color: #dbeaf3; }
.test-panel small, .launch-copy small { color: var(--cyan); font-size: 9px; letter-spacing: .12em; }
.test-panel b { font-size: 14px; line-height: 1.45; }
.test-panel span { font-size: 10px; }
.test-pass { color: var(--green); }
.test-fail { color: var(--amber); }
.implementation-visual { display: grid; align-items: center; }
.launch-ring { position: relative; z-index: 1; display: flex; justify-content: center; gap: 10px; }
.launch-ring span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #2d8191; color: #8ee6ed; background: #102f42; font-size: 11px; }
.launch-copy { position: relative; z-index: 1; margin-top: 20px; padding: 16px; border-radius: 14px; background: rgba(5,20,35,.84); display: grid; gap: 9px; color: #dbeaf3; }
.launch-copy div { height: 7px; border-radius: 6px; background: #173649; }
.launch-copy i { display: block; height: 100%; border-radius: 6px; background: linear-gradient(90deg, var(--teal), var(--cyan)); }
.voc-visual { display: grid; align-content: end; }
.chart-bars { position: relative; z-index: 1; height: 125px; display: flex; align-items: end; gap: 12px; }
.chart-bars i { flex: 1; border-radius: 7px 7px 0 0; background: linear-gradient(var(--cyan), #0e7d89); }
.voc-tags { position: relative; z-index: 1; display: flex; gap: 6px; flex-wrap: wrap; margin-top: 14px; }
.voc-tags span { padding: 6px 8px; border: 1px solid #2e6075; border-radius: 999px; color: #add6e3; font-size: 9px; }
.lab-copy { padding: 26px; }
.lab-copy > span { color: #087e86; text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .12em; }
.lab-copy h3 { margin: 10px 0; font-size: 24px; }
.lab-copy p { min-height: 68px; color: #627685; line-height: 1.55; }
.lab-copy b { color: #087e86; font-size: 13px; }

.more-work { background: #081a2a; }
.workbench-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.mini-project { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 340px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: rgba(12, 39, 58, .72); }
.mini-project > div:last-child { padding: 30px; }
.mini-project h3 { margin: 14px 0 10px; font-size: 25px; }
.mini-project p { color: #92a9b9; line-height: 1.6; }
.mini-project small { color: #668499; }
.mini-visual { min-height: 100%; padding: 22px; display: grid; place-items: center; background: #0c2437; }
.quote-visual { background: radial-gradient(circle at 30% 20%, rgba(255,189,101,.22), transparent 36%), #102438; }
.quote-card { padding: 24px; border-radius: 4px; background: #efe7d5; color: #2f382f; box-shadow: 16px 18px 0 rgba(4,16,26,.22); transform: rotate(-2deg); }
.quote-card > span { color: #bc8e45; font: 70px/.7 Georgia; }
.quote-card p { color: #3a453c; font: 600 17px/1.5 Georgia; }
.quote-card small { color: #7d7665; font-size: 9px; }
.voice-visual { align-content: center; gap: 20px; }
.waveform { height: 70px; display: flex; align-items: center; justify-content: center; gap: 7px; }
.waveform i { width: 5px; border-radius: 5px; background: linear-gradient(var(--cyan), var(--teal)); animation: wave 1.4s ease-in-out infinite alternate; }
.waveform i:nth-child(1), .waveform i:nth-child(9) { height: 15px; }
.waveform i:nth-child(2), .waveform i:nth-child(8) { height: 30px; }
.waveform i:nth-child(3), .waveform i:nth-child(7) { height: 45px; }
.waveform i:nth-child(4), .waveform i:nth-child(6) { height: 62px; }
.waveform i:nth-child(5) { height: 38px; }
@keyframes wave { to { transform: scaleY(.45); opacity: .7; } }
.voice-copy { padding: 14px; border: 1px solid var(--line); border-radius: 12px; font-size: 10px; }
.voice-copy span { color: #66879b; }
.voice-copy p { color: #718ea1; text-decoration: line-through; }
.voice-copy b { color: #dbedf4; font-size: 11px; line-height: 1.5; }
.hermes-visual { grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 7px; }
.kanban { min-width: 0; padding: 8px; border: 1px solid #24465b; border-radius: 9px; background: #0b1d2b; }
.kanban span { display: flex; justify-content: space-between; color: #7191a4; font-size: 8px; }
.kanban em { font-style: normal; }
.kanban i { display: block; margin-top: 8px; padding: 8px 5px; border-radius: 6px; color: #b8d1dd; background: #14364a; font-size: 8px; font-style: normal; }
.inbox-visual { align-content: center; }
.inbox-top, .mail-row { width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; padding: 11px; background: #102c40; }
.inbox-top { grid-template-columns: 1fr auto; border-radius: 10px 10px 0 0; }
.inbox-top span { color: var(--green); font-size: 10px; }
.mail-row { border-top: 1px solid #24465b; color: #91aabb; font-size: 9px; }
.mail-row i { width: 12px; height: 12px; border: 1px solid #446a81; border-radius: 3px; font-style: normal; }
.mail-row span { color: #6c899c; }
.mail-row.done { background: #103b3c; border-radius: 0 0 10px 10px; }
.mail-row.done i { display: grid; place-items: center; border: 0; color: var(--green); }

.journey-section { background: var(--paper); color: var(--ink); }
.journey-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.journey-intro { position: sticky; top: 130px; align-self: start; }
.journey-intro h2 { margin: 14px 0 24px; }
.journey-intro p { color: #607483; font-size: 17px; line-height: 1.7; }
.journey-legend { display: flex; gap: 18px; margin-top: 30px; color: #78909e; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.journey-legend span { display: flex; align-items: center; gap: 7px; }
.journey-legend i { width: 8px; height: 8px; border-radius: 50%; }
.journey-legend .current { background: var(--teal); box-shadow: 0 0 0 5px rgba(18,184,166,.12); }
.journey-legend .past { background: #b9c9d1; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 116px; top: 8px; bottom: 8px; width: 1px; background: #cad8de; }
.timeline-item { position: relative; display: grid; grid-template-columns: 94px 1fr; gap: 46px; padding: 0 0 48px; }
.timeline-item::before { content: ""; position: absolute; left: 111px; top: 7px; width: 11px; height: 11px; border: 3px solid var(--paper); border-radius: 50%; background: #aabfc9; box-shadow: 0 0 0 1px #aabfc9; }
.timeline-item.current::before { background: var(--teal); box-shadow: 0 0 0 5px rgba(18,184,166,.13); }
.timeline-item.venture::before { background: var(--amber); }
.time { color: #718795; font: 700 11px "Manrope"; letter-spacing: .05em; text-align: right; padding-top: 4px; }
.timeline-item span { color: #0a8c91; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }
.timeline-item h3 { margin: 7px 0 9px; font-size: 24px; }
.timeline-item p { margin: 0; color: #5b707e; line-height: 1.65; }
.timeline-item small { display: inline-block; margin-top: 10px; padding: 6px 9px; border-radius: 8px; color: #316573; background: #e1eff0; }

.skills-section { background: #071827; }
.skills-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 24px; overflow: hidden; }
.skill-group { min-height: 250px; padding: 34px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(13, 43, 63, .42); }
.skill-group:nth-child(2n) { border-right: 0; }
.skill-group:nth-child(n+3) { border-bottom: 0; }
.skill-group > span { position: absolute; right: 22px; top: 15px; color: #173c53; font: 800 52px "Manrope"; }
.skill-group h3 { font-size: 24px; color: #e8f4f8; }
.skill-group p { max-width: 460px; color: #8ba5b6; line-height: 1.75; }
.education-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 40px; }
.education-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: #0b2234; }
.education-card small { color: var(--cyan); }
.education-card h3 { margin: 12px 0 8px; font-size: 19px; line-height: 1.35; }
.education-card p { color: #7894a7; font-size: 13px; }

.closing-section { background: linear-gradient(145deg, #e6f4f3, #edf3f6); color: var(--ink); }
.closing-card { padding: 64px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; border-radius: 34px; color: var(--text); background: #082033; box-shadow: 0 38px 80px rgba(22, 58, 80, .2); }
.closing-card h2 { margin: 14px 0 20px; }
.closing-card p { max-width: 710px; color: #9bb2c2; line-height: 1.7; }
.contact-panel { align-self: center; border-block: 1px solid var(--line); }
.contact-panel a { display: grid; gap: 6px; padding: 20px 4px; border-bottom: 1px solid var(--line); transition: padding .2s ease; }
.contact-panel a:last-child { border-bottom: 0; }
.contact-panel a:hover { padding-left: 10px; }
.contact-panel span { color: #6f8ea3; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-panel b { font-size: 14px; overflow-wrap: anywhere; }

.site-footer { padding: 42px 0; background: #04101d; color: #7691a5; }
.site-footer .shell { display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.site-footer .shell > div { display: flex; align-items: center; gap: 14px; }
.site-footer p, .site-footer a { margin: 0; font-size: 12px; }
.site-footer a { color: #b9d1df; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1000px) {
  .hero { min-height: 820px; }
  .hero-copy { width: min(680px, 80vw); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; }
  .project-feature, .project-split { grid-template-columns: 1fr; }
  .project-split.reverse .project-copy { order: 0; }
  .crm-showcase { padding: 30px; min-height: 700px; }
  .project-wide .project-copy { grid-template-columns: 1fr; }
  .project-wide .project-copy .project-facts { grid-column: 1; grid-row: auto; }
  .pitch-gallery { grid-template-columns: 1fr 1fr; }
  .pitch-gallery figure { min-height: 250px; }
  .lab-grid { grid-template-columns: 1fr; }
  .lab-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .lab-visual { height: auto; min-height: 280px; }
  .workbench-grid { grid-template-columns: 1fr; }
  .journey-layout { grid-template-columns: 1fr; gap: 60px; }
  .journey-intro { position: static; }
  .closing-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { background: rgba(5, 20, 35, .9); backdrop-filter: blur(16px); }
  .nav { height: 68px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 68px; left: 14px; right: 14px; padding: 20px; display: none; align-items: stretch; flex-direction: column; gap: 18px; border: 1px solid var(--line); border-radius: 18px; background: #081d2f; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 930px; align-items: start; padding-top: 104px; }
  .hero-art { background-position: 66% center; opacity: .62; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,17,30,.97), rgba(3,17,30,.72)), linear-gradient(0deg, var(--night), transparent 35%); }
  .hero-copy { width: 100%; padding-top: 0; }
  h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-lede { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .scroll-cue { display: none; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 84px 0; }
  .section-heading { display: grid; gap: 18px; align-items: start; }
  .section-heading h2, .split-heading h2, .journey-intro h2, .closing-card h2 { font-size: 37px; }
  .project { border-radius: 24px; }
  .project-copy { padding: 30px 24px; }
  .project h3 { font-size: 36px; }
  .project-facts > div { grid-template-columns: 1fr; gap: 7px; }
  .crm-showcase { min-height: 620px; padding: 28px 10px 55px; }
  .device-frame { height: 520px; width: 249px; }
  .crm-thumbs { left: 50%; right: auto; bottom: 18px; transform: translateX(-50%); display: flex; }
  .crm-thumb { width: 38px; height: 44px; }
  .crm-thumb.active { transform: translateY(-4px); }
  .pitch-gallery { grid-template-columns: 1fr; padding: 0 12px; }
  .pitch-gallery figure { min-height: 220px; }
  .pipeline-visual { grid-template-columns: 1fr; }
  .pipeline-visual i { transform: rotate(90deg); justify-self: center; }
  .media-stage, .review-system { min-height: 600px; }
  .media-note { width: 150px; right: 10px; }
  .review-system { padding: 32px 18px; }
  .review-flow { align-items: stretch; flex-direction: column; }
  .review-flow b { transform: rotate(90deg); align-self: center; }
  .lab-card { grid-template-columns: 1fr; }
  .lab-visual { min-height: 230px; }
  .lab-copy p { min-height: auto; }
  .mini-project { grid-template-columns: 1fr; }
  .mini-visual { min-height: 270px; }
  .timeline::before { left: 14px; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; padding-left: 42px; }
  .timeline-item::before { left: 9px; }
  .time { text-align: left; }
  .skills-grid { grid-template-columns: 1fr; }
  .skill-group { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .skill-group:last-child { border-bottom: 0 !important; }
  .education-grid { grid-template-columns: 1fr; }
  .closing-card { padding: 34px 24px; gap: 30px; }
  .site-footer .shell, .site-footer .shell > div { align-items: flex-start; flex-direction: column; }
}
