:root { --ink: #edf3ed; --muted: #97a59c; --line: rgba(224,243,232,.14); --line-strong: rgba(185,244,198,.36); --bg: #07100e; --panel: #0d1d1b; --panel-bright: #122724; --mint: #b9f4c6; --lime: #dcff6a; --violet: #b9adff; --orange: #ffb37c; --paper: #eee8dc; --paper-ink: #12201c; --paper-muted: #53635a; --shadow: 0 28px 90px rgba(0,0,0,.24); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { min-width: 320px; margin: 0; overflow-x: hidden; background: radial-gradient(circle at 70% 0%, rgba(41,126,111,.14), transparent 30rem), var(--bg); color: var(--ink); font-family: "Space Grotesk", "Segoe UI", system-ui, sans-serif; line-height: 1.55; }
body::before { position: fixed; z-index: -1; inset: 0; pointer-events: none; content: ""; opacity: .27; background-image: linear-gradient(rgba(185,244,198,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(185,244,198,.025) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 70%); }
a { color: inherit; text-decoration: none; } button { font: inherit; } a, button { cursor: pointer; } :focus-visible { outline: 2px solid var(--lime); outline-offset: 4px; }
.site-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; z-index: 20; top: 0; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); background: rgba(7,16,14,.8); backdrop-filter: blur(16px); }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; font-size: 17px; letter-spacing: -.04em; font-weight: 800; } .brand-accent { color: var(--mint); } .brand-mark { display: inline-flex; align-items: flex-end; gap: 3px; width: 22px; height: 21px; } .brand-mark span { width: 5px; border-radius: 5px 5px 1px 1px; background: var(--mint); transform: skew(-16deg); } .brand-mark span:nth-child(1) { height: 10px; opacity: .55; } .brand-mark span:nth-child(2) { height: 17px; } .brand-mark span:nth-child(3) { height: 13px; opacity: .78; }
.header-note { margin: 0 auto 0 28px; color: var(--muted); font: 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; } .header-progress { color: var(--mint); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.site-nav { display: flex; align-items: center; gap: 28px; color: var(--muted); font: 11px ui-monospace, SFMono-Regular, Consolas, monospace; } .site-nav a { transition: color .2s ease; } .site-nav a:hover { color: var(--ink); } .site-nav .nav-cta { color: var(--mint); border: 1px solid var(--line-strong); padding: 11px 15px; border-radius: 100px; transition: background .2s ease, color .2s ease, border-color .2s ease; } .site-nav .nav-cta:hover { border-color: var(--mint); background: var(--mint); color: #081512; }
.menu-toggle { display: none; border: 1px solid var(--line); color: var(--ink); background: transparent; border-radius: 100px; padding: 9px 13px; font: 11px ui-monospace, SFMono-Regular, Consolas, monospace; }
section[id] { scroll-margin-top: 110px; }
.story-hero { position: relative; height: 230vh; } .story-sticky { position: sticky; top: 0; min-height: max(690px, 100vh); display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr); grid-template-rows: auto 1fr auto; align-items: center; gap: 22px 7%; padding: 72px 0 54px; overflow: hidden; } .story-sticky::before { position: absolute; z-index: -1; top: 15%; right: -10%; width: 55vw; height: 55vw; border: 1px solid rgba(185,244,198,.08); border-radius: 50%; content: ""; transform: rotate(-24deg) scaleX(.62); }
.hero-copy { grid-row: 1 / 3; align-self: center; max-width: 610px; } .eyebrow { margin: 0 0 22px; color: var(--mint); font: 11px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .09em; } .pulse-dot { display: inline-block; width: 7px; height: 7px; margin: 0 8px 1px 0; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(220,255,106,.08); }
h1, h2, h3, p { margin-top: 0; } h1, h2, h3 { letter-spacing: -.06em; line-height: 1.02; } h1 { max-width: 630px; margin-bottom: 29px; font-size: clamp(48px, 6.8vw, 86px); font-weight: 700; } h1 em, h2 em { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 400; letter-spacing: -.09em; } .hero-lede { max-width: 445px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 37px; } .button { display: inline-flex; align-items: center; gap: 18px; padding: 15px 18px; border: 1px solid transparent; border-radius: 100px; font: 11px ui-monospace, SFMono-Regular, Consolas, monospace; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; } .button:hover { transform: translateY(-2px); } .button-primary { color: #0b1917; background: var(--mint); } .button-primary:hover { background: var(--lime); } .button-dark { color: var(--mint); border-color: rgba(7,16,14,.28); background: #0a1917; } .button-dark:hover { background: #152a25; } .text-link { color: var(--muted); font: 11px ui-monospace, SFMono-Regular, Consolas, monospace; transition: color .2s ease; } .text-link:hover { color: var(--ink); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 68px; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; } .hero-meta span { display: inline-flex; align-items: center; gap: 9px; } .hero-meta span::before { width: 4px; height: 4px; display: inline-block; border-radius: 50%; background: var(--mint); content: ""; }
.story-stage { --stage-x: 50%; --stage-y: 50%; position: relative; grid-column: 2; grid-row: 1 / 3; width: 100%; min-height: min(68vh, 660px); overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at var(--stage-x) var(--stage-y), rgba(91,213,164,.23), transparent 24%), linear-gradient(145deg, #102523, #071311 72%); box-shadow: var(--shadow); } .story-stage::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(120deg, transparent 28%, rgba(220,255,106,.1) 50%, transparent 72%); transform: translateX(-100%); animation: sweep 10s ease-in-out infinite; }
.stage-topbar { position: relative; z-index: 6; display: flex; justify-content: space-between; padding: 18px 20px; color: var(--muted); font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; } .stage-status { color: var(--lime); } .stage-status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(220,255,106,.08); }
.stage-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(185,244,198,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(185,244,198,.1) 1px, transparent 1px); background-size: 42px 42px; mask-image: radial-gradient(ellipse at center, black, transparent 76%); }
.story-frame { position: absolute; z-index: 3; inset: 14% 12% 17%; opacity: var(--frame-alpha, 0); transform: translate3d(0, var(--frame-y, 26px), 0) scale(var(--frame-scale, .84)); transform-origin: center; transition: opacity .14s linear, transform .14s linear; } .frame-kicker { position: absolute; top: 2%; left: 0; color: var(--mint); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; } .frame-note { position: absolute; right: 0; bottom: 0; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-align: right; text-transform: uppercase; letter-spacing: .08em; }
.frame-signal .signal-thread { position: absolute; top: 23%; left: 20%; width: 58%; height: 42%; border-top: 1px solid var(--mint); border-right: 1px solid rgba(185,244,198,.4); border-radius: 0 90% 0 0; transform: rotate(23deg); } .signal-node { position: absolute; top: 43%; left: 54%; width: 84px; height: 84px; border: 1px solid var(--lime); border-radius: 50%; background: radial-gradient(circle, var(--lime) 0 3%, rgba(185,244,198,.32) 4% 10%, rgba(13,44,37,.9) 42%, transparent 70%); box-shadow: 0 0 52px rgba(220,255,106,.32); transform: translate(-50%,-50%); } .frame-signal::after { position: absolute; top: 35%; left: 16%; width: 7px; height: 7px; border: 1px solid var(--lime); border-radius: 50%; background: var(--bg); content: ""; box-shadow: 120px 40px 0 -1px var(--bg), 120px 40px 0 0 var(--lime), 260px 80px 0 -1px var(--bg), 260px 80px 0 0 var(--lime); }
.frame-context .context-card { position: absolute; display: grid; place-items: center; width: 124px; height: 74px; border: 1px solid rgba(185,244,198,.42); color: var(--mint); background: rgba(17,50,45,.76); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; } .context-card.card-one { top: 21%; left: 8%; } .context-card.card-two { top: 48%; left: 36%; border-color: var(--lime); color: var(--lime); box-shadow: 0 0 30px rgba(220,255,106,.12); } .context-card.card-three { top: 24%; right: 4%; } .context-link { position: absolute; height: 1px; background: linear-gradient(90deg, var(--mint), var(--lime)); transform-origin: left; } .link-one { top: 40%; left: 31%; width: 22%; transform: rotate(26deg); } .link-two { top: 45%; left: 57%; width: 20%; transform: rotate(-22deg); }
.frame-action .action-ring { position: absolute; top: 45%; left: 52%; width: 220px; height: 220px; border: 1px solid rgba(220,255,106,.3); border-radius: 50%; transform: translate(-50%,-50%) rotate(-20deg) scaleX(.7); } .frame-action .action-ring::after { position: absolute; inset: 28px; border: 1px solid rgba(185,244,198,.18); border-radius: 50%; content: ""; } .action-node { position: absolute; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); background: #102d2d; font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; } .node-one { top: 18%; left: 49%; } .node-two { top: 52%; left: 17%; border-color: var(--lime); color: var(--lime); } .node-three { top: 62%; right: 10%; }
.frame-outcome .outcome-glow { position: absolute; top: 43%; left: 51%; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle, rgba(220,255,106,.75) 0 2%, rgba(98,215,162,.45) 10%, rgba(24,77,64,.3) 35%, transparent 70%); box-shadow: 0 0 100px rgba(94,222,165,.4); transform: translate(-50%,-50%); } .outcome-orbit { position: absolute; top: 43%; left: 51%; width: 350px; height: 135px; border: 1px solid rgba(220,255,106,.35); border-radius: 50%; transform: translate(-50%,-50%) rotate(-25deg); } .orbit-b { width: 260px; height: 320px; border-color: rgba(185,244,198,.24); transform: translate(-50%,-50%) rotate(55deg); } .outcome-core { position: absolute; top: 43%; left: 51%; display: grid; place-items: center; width: 62px; height: 62px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); background: #1b453d; box-shadow: 0 0 32px rgba(220,255,106,.42); font: 14px ui-monospace, SFMono-Regular, Consolas, monospace; transform: translate(-50%,-50%); }
.stage-caption { position: absolute; z-index: 6; right: 0; bottom: 19px; left: 0; margin: 0; text-align: center; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; } .stage-caption span { margin: 0 10px; color: var(--lime); }
.story-rail { grid-column: 2; grid-row: 3; align-self: end; } .rail-track { height: 1px; margin-bottom: 13px; background: var(--line); } .rail-track span { display: block; width: 0; height: 1px; background: var(--lime); transition: width .15s linear; } .story-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; } .story-step { display: grid; grid-template-columns: auto 1fr; gap: 8px; align-items: center; padding: 0; border: 0; color: var(--muted); background: transparent; font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-align: left; text-transform: uppercase; } .story-step b { color: var(--muted); font-weight: 400; } .story-step span { transition: color .2s ease; } .story-step.is-active, .story-step.is-active b { color: var(--mint); } .scroll-cue { grid-column: 1; grid-row: 3; align-self: end; margin: 0; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; } .scroll-cue span { color: var(--lime); margin-left: 8px; }
.statement-section { min-height: 600px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: center; padding: 120px 8%; background: var(--paper); color: var(--paper-ink); } .statement-section .eyebrow { color: #247155; } .statement-copy h2 { max-width: 520px; margin-bottom: 28px; font-size: clamp(42px, 6vw, 76px); } .statement-copy p:last-child { max-width: 425px; margin: 0; color: var(--paper-muted); font-size: 15px; line-height: 1.75; } .statement-map { position: relative; min-height: 360px; overflow: hidden; border: 1px solid rgba(18,32,28,.18); background: radial-gradient(circle at 50% 50%, rgba(185,244,198,.7), transparent 25%), #e5dece; } .statement-map::before { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(18,32,28,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(18,32,28,.09) 1px, transparent 1px); background-size: 34px 34px; content: ""; } .map-line { position: absolute; height: 1px; background: rgba(18,32,28,.55); transform-origin: left; } .map-line-one { top: 34%; left: 17%; width: 67%; transform: rotate(22deg); } .map-line-two { top: 65%; left: 17%; width: 66%; transform: rotate(-20deg); } .map-line-three { top: 50%; left: 17%; width: 66%; background: #247155; } .map-dot { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #247155; border-radius: 50%; color: #247155; background: rgba(238,232,220,.88); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; } .dot-one { top: 28%; left: 13%; } .dot-two { top: 42%; left: 46%; border-color: #d28d5e; color: #9a6138; } .dot-three { top: 57%; right: 12%; border-color: #247155; } .map-label { position: absolute; color: var(--paper-muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; } .label-one { top: 19%; left: 14%; } .label-two { top: 39%; left: 45%; } .label-three { top: 72%; right: 11%; }
.content-section { padding: 150px 0 140px; } .section-intro { max-width: 740px; } .section-intro h2, .process-heading h2, .world-copy h2, .contact-section h2 { margin-bottom: 48px; font-size: clamp(38px, 5vw, 64px); font-weight: 600; } .service-list { border-top: 1px solid var(--line); } .service-card { display: grid; grid-template-columns: 80px 1fr 32px; gap: 30px; align-items: start; padding: 29px 0 32px; border-bottom: 1px solid var(--line); transition: border-color .2s ease, padding-left .2s ease; } .service-card:hover { padding-left: 8px; border-color: var(--line-strong); } .card-number, .work-index { color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; } .service-card h3 { margin: 0 0 10px; font-size: 25px; font-weight: 600; letter-spacing: -.04em; } .service-card p { max-width: 540px; margin: 0; color: var(--muted); font-size: 14px; } .card-arrow { color: var(--mint); font-size: 20px; text-align: right; transition: transform .2s ease; } .service-card:hover .card-arrow { transform: translate(2px,-2px); }
.work-section { padding-top: 20px; } .split-intro { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 60px; } .split-intro h2 { max-width: 620px; margin-bottom: 60px; } .intro-note { max-width: 290px; margin-bottom: 60px; color: var(--muted); font-size: 13px; } .work-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 14px; } .work-card { min-height: 475px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); background: var(--panel); transition: border-color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease; } .work-card:hover { border-color: var(--line-strong); background: var(--panel-bright); box-shadow: 0 18px 45px rgba(0,0,0,.18); transform: translateY(-3px); } .work-large { background: linear-gradient(145deg, var(--panel-bright), var(--panel)); } .work-top { display: flex; align-items: center; justify-content: space-between; } .status { display: inline-flex; align-items: center; gap: 8px; font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; } .status::before { width: 6px; height: 6px; border-radius: 50%; background: currentColor; content: ""; } .status-green { color: var(--mint); } .status-purple { color: var(--violet); } .status-orange { color: var(--orange); } .project-visual { position: relative; min-height: 190px; margin: 30px 0 28px; overflow: hidden; border: 1px solid var(--line); background: #091714; } .work-card h3 { margin: auto 0 12px; font-size: 26px; font-weight: 600; letter-spacing: -.045em; } .work-card p { min-height: 44px; color: var(--muted); font-size: 13px; } .project-button { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; margin-top: 14px; padding: 11px 0; border: 0; border-top: 1px solid var(--line); color: var(--mint); background: transparent; font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-align: left; text-transform: uppercase; transition: color .2s ease, border-color .2s ease; } .project-button:hover { border-color: var(--mint); color: var(--lime); } .project-detail { padding: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.workflow-visual { background: radial-gradient(circle at 50% 50%, rgba(56,141,111,.22), transparent 34%), #091714; } .workflow-line { position: absolute; top: 52%; left: 13%; width: 74%; height: 1px; background: linear-gradient(90deg, transparent, var(--mint) 14%, var(--lime) 50%, var(--mint) 86%, transparent); } .workflow-node { position: absolute; top: 52%; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--mint); border-radius: 50%; color: var(--mint); background: #102d2b; font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; transform: translate(-50%,-50%); } .workflow-node.node-a { left: 18%; } .workflow-node.node-b { left: 50%; border-color: var(--lime); color: var(--lime); box-shadow: 0 0 30px rgba(220,255,106,.18); } .workflow-node.node-c { left: 82%; } .copilot-visual { display: flex; flex-direction: column; justify-content: center; gap: 9px; padding: 20px; background: linear-gradient(145deg, #15112d, #0c1520); } .message { width: max-content; max-width: 88%; padding: 9px 11px; border: 1px solid rgba(185,173,255,.3); color: #d6d0ff; background: rgba(185,173,255,.1); font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; } .message-two { align-self: center; border-color: rgba(220,255,106,.36); color: var(--lime); background: rgba(220,255,106,.08); } .message-three { align-self: end; } .console-visual { display: flex; align-items: end; justify-content: center; gap: 13px; padding: 22px 18px 32px; background: linear-gradient(145deg, #21191a, #101616); } .console-visual span { width: 20px; height: 35%; background: linear-gradient(to top, rgba(255,179,124,.2), var(--orange)); } .console-visual span:nth-child(2) { height: 56%; opacity: .86; } .console-visual span:nth-child(3) { height: 72%; } .console-visual span:nth-child(4) { height: 91%; opacity: .76; } .console-visual i { position: absolute; right: 18%; bottom: 19%; width: 46px; height: 46px; border: 1px solid var(--orange); border-radius: 50%; box-shadow: 0 0 28px rgba(255,179,124,.22); }
.world-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; align-items: center; padding: 150px 0; border-top: 1px solid var(--line); } .world-copy h2 { margin-bottom: 28px; } .world-copy > p:not(.eyebrow) { max-width: 340px; color: var(--muted); font-size: 14px; line-height: 1.75; } .world-list { list-style: none; padding: 0; margin: 42px 0 0; border-top: 1px solid var(--line); } .world-list li { display: flex; align-items: center; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted); font: 11px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; } .world-list li span { color: var(--mint); } .world-visual { --spot-x: 50%; --spot-y: 50%; position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line); background: #060c0b; box-shadow: var(--shadow); } .office-layer { position: absolute; inset: 0; overflow: hidden; } .office-dark { background: radial-gradient(ellipse at 50% 100%, #16201d, transparent 58%), linear-gradient(180deg, #07100e, #0b1714); } .office-lit { background: radial-gradient(ellipse at 50% 100%, #38453a, transparent 58%), linear-gradient(180deg, #111d18, #17231b); mask-image: radial-gradient(circle 170px at var(--spot-x) var(--spot-y), black 0 42%, transparent 78%); -webkit-mask-image: radial-gradient(circle 170px at var(--spot-x) var(--spot-y), black 0 42%, transparent 78%); } .building-outline { position: absolute; right: 12%; bottom: 0; left: 12%; height: 70%; border: 1px solid rgba(185,244,198,.16); border-bottom: 0; background: linear-gradient(90deg, rgba(185,244,198,.02), rgba(185,244,198,.08), rgba(185,244,198,.02)); } .office-dark .building-outline { box-shadow: inset 0 0 80px rgba(0,0,0,.55); } .office-lit .building-outline { border-color: rgba(255,222,160,.35); } .window-grid { position: absolute; right: 17%; bottom: 7%; left: 17%; height: 58%; opacity: .8; background-image: linear-gradient(90deg, rgba(168,224,188,.2) 2px, transparent 2px), linear-gradient(rgba(168,224,188,.2) 2px, transparent 2px); background-size: 11% 16%; } .office-dark .window-grid { opacity: .25; } .office-lit .window-grid { background-image: linear-gradient(90deg, rgba(255,211,145,.6) 2px, transparent 2px), linear-gradient(rgba(255,211,145,.6) 2px, transparent 2px); } .world-word { position: absolute; right: 16px; bottom: 15px; color: rgba(237,243,237,.45); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .15em; writing-mode: vertical-rl; transform: rotate(180deg); } .office-lit .world-word { color: rgba(255,226,170,.65); } .world-caption { position: absolute; z-index: 3; right: 20px; bottom: 18px; left: 20px; margin: 0; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-align: center; text-transform: uppercase; letter-spacing: .08em; } .world-caption b { margin-left: 10px; color: var(--lime); font-weight: 400; } .touch-only { display: none; }
.process-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; padding: 150px 0; border-top: 1px solid var(--line); } .process-heading h2 { margin-bottom: 26px; } .process-note { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; } .process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--line); } .process-list li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid var(--line); } .process-list li > span { color: var(--mint); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; } .process-list h3 { margin: 0 0 8px; font-size: 20px; font-weight: 600; letter-spacing: -.03em; } .process-list p { max-width: 520px; margin: 0; color: var(--muted); font-size: 13px; }
.contact-section { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding: 88px 8%; background: var(--mint); color: #0a1917; } .contact-section .eyebrow { color: #247155; } .contact-section h2 { max-width: 500px; margin-bottom: 0; } .contact-copy { max-width: 350px; padding-top: 37px; } .contact-copy > p:first-child { margin-bottom: 30px; color: #365c4d; font-size: 14px; } .contact-note { margin: 24px 0 0; padding-top: 20px; border-top: 1px solid rgba(7,19,22,.16); color: #365c4d; font-size: 12px; } .site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; } .site-footer a { color: var(--mint); transition: color .2s ease; } .site-footer a:hover { color: var(--lime); }
.has-js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); } .has-js [data-reveal].is-visible { opacity: 1; transform: none; } .has-js .service-list [data-reveal]:nth-child(2), .has-js .work-grid [data-reveal]:nth-child(2), .has-js .process-list [data-reveal]:nth-child(2) { transition-delay: 80ms; } .has-js .service-list [data-reveal]:nth-child(3), .has-js .work-grid [data-reveal]:nth-child(3), .has-js .process-list [data-reveal]:nth-child(3) { transition-delay: 160ms; }
@keyframes sweep { 0%, 45% { transform: translateX(-100%); } 75%, 100% { transform: translateX(100%); } } @keyframes touch-wander { 0%,100% { --spot-x: 25%; --spot-y: 42%; } 50% { --spot-x: 76%; --spot-y: 62%; } }
@media (max-width: 1060px) { .header-note { display: none; } .story-sticky { grid-template-columns: minmax(0,.9fr) minmax(380px,1.1fr); gap: 5%; } h1 { font-size: clamp(46px,6.5vw,76px); } }
@media (max-width: 820px) { .site-shell { width: min(100% - 36px, 640px); } .site-header { position: relative; } .menu-toggle { display: block; } .header-progress { margin-left: auto; } .site-nav { position: absolute; z-index: 5; top: 75px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid var(--line); background: #0b1d20; box-shadow: var(--shadow); } .site-nav.is-open { display: flex; } .site-nav a { padding: 14px; } .site-nav .nav-cta { border: 0; border-radius: 0; } .story-hero { height: 210vh; } .story-sticky { min-height: 720px; display: flex; flex-direction: column; align-items: stretch; gap: 18px; padding: 68px 0 30px; } .hero-copy { flex: 0 0 auto; } .hero-copy h1 { max-width: 650px; margin-bottom: 18px; font-size: clamp(44px, 10vw, 68px); } .hero-lede { max-width: 560px; } .hero-meta { margin-top: 30px; } .story-stage { flex: 1 1 auto; min-height: 340px; } .story-rail { width: 100%; } .scroll-cue { display: none; } .statement-section, .world-section, .process-section, .contact-section { grid-template-columns: 1fr; display: grid; gap: 0; } .statement-section { padding: 85px 30px; } .statement-map { min-height: 300px; margin-top: 55px; } .content-section { padding: 105px 0; } .split-intro { display: grid; gap: 0; } .intro-note { margin-top: -25px; margin-bottom: 45px; } .work-grid { grid-template-columns: 1fr 1fr; } .work-large { grid-column: 1 / -1; } .world-section { gap: 60px; } .world-visual { min-height: 420px; } .process-heading { margin-bottom: 60px; } .contact-section { padding: 62px 30px; } .contact-copy { padding-top: 0; } .site-footer { flex-wrap: wrap; } .site-footer span:nth-child(2) { display: none; } }
@media (max-width: 520px) { h1 { font-size: 45px !important; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 21px; } .hero-meta { gap: 12px; font-size: 9px; } .story-hero { height: 205vh; } .story-sticky { min-height: 690px; } .story-stage { min-height: 290px; } .story-frame { inset: 16% 8% 18%; } .context-card { width: 92px !important; height: 60px !important; } .signal-node { width: 64px; height: 64px; } .frame-action .action-ring { width: 180px; height: 180px; } .outcome-orbit { width: 260px; height: 105px; } .outcome-orbit.orbit-b { width: 210px; height: 250px; } .story-step { grid-template-columns: 1fr; gap: 3px; font-size: 9px; } .service-card { grid-template-columns: 45px 1fr 20px; gap: 10px; } .service-card h3 { font-size: 21px; } .work-grid { grid-template-columns: 1fr; } .work-large { grid-column: auto; } .work-card { min-height: 430px; } .world-visual { min-height: 340px; } .desktop-only { display: none; } .touch-only { display: inline; } }
@media (pointer: coarse) and (prefers-reduced-motion: no-preference) { .office-lit { animation: touch-wander 8s ease-in-out infinite; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .story-stage::after, .has-js [data-reveal], .has-js [data-reveal].is-visible, .button, .work-card, .service-card, .card-arrow, .filter-button, .project-button { animation: none; transition: none; } .has-js [data-reveal], .has-js [data-reveal].is-visible { opacity: 1; transform: none; } .story-frame { transition: none; } .story-frame:not(.frame-outcome) { --frame-alpha: 0 !important; } .frame-outcome { --frame-alpha: 1 !important; --frame-scale: 1 !important; --frame-y: 0px !important; } }

/* Project ledger and public stack */
.project-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; }
.project-card { min-height: 540px; }
.project-card.work-large { grid-column: 1 / -1; }
.project-detail b { color: var(--mint); font-weight: 500; }
.hermes-visual { display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, rgba(185,173,255,.18), transparent 34%), linear-gradient(145deg, #15122b, #091416); }
.hermes-core { z-index: 2; display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid var(--violet); border-radius: 50%; color: var(--violet); background: #1d1840; box-shadow: 0 0 35px rgba(185,173,255,.32); font: 16px ui-monospace, SFMono-Regular, Consolas, monospace; }
.hermes-orbit { position: absolute; width: 190px; height: 76px; border: 1px solid rgba(185,173,255,.46); border-radius: 50%; transform: rotate(-24deg); }
.hermes-orbit.orbit-two { width: 135px; height: 175px; border-color: rgba(220,255,106,.34); transform: rotate(48deg); }
.hermes-label { position: absolute; right: 14px; bottom: 14px; color: rgba(214,208,255,.72); font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.router-visual { background: radial-gradient(circle at 50% 50%, rgba(255,179,124,.18), transparent 32%), #171313; }
.router-line { position: absolute; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, var(--orange), transparent); }
.router-line.line-one { left: 15%; width: 35%; transform: rotate(17deg); }
.router-line.line-two { right: 15%; width: 35%; transform: rotate(-17deg); }
.router-node { position: absolute; top: 50%; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--orange); border-radius: 50%; color: var(--orange); background: #2b1b16; font: 9px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; transform: translate(-50%, -50%); }
.router-node.node-left { left: 18%; }
.router-node.node-center { left: 50%; border-color: var(--lime); color: var(--lime); box-shadow: 0 0 28px rgba(220,255,106,.2); }
.router-node.node-right { left: 82%; }
.site-visual { display: grid; place-items: center; background: radial-gradient(circle at 50% 38%, rgba(185,244,198,.2), transparent 40%), #071311; }
.site-window { position: relative; display: flex; flex-direction: column; gap: 12px; width: 68%; min-height: 108px; padding: 28px 16px 14px; border: 1px solid rgba(185,244,198,.38); background: rgba(13,49,42,.68); box-shadow: 0 0 40px rgba(91,213,164,.16); }
.site-window::before { position: absolute; top: 0; right: 0; left: 0; height: 18px; border-bottom: 1px solid rgba(185,244,198,.2); content: ""; }
.site-window i { position: absolute; z-index: 1; top: 7px; width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }
.site-window i:nth-child(1) { left: 9px; opacity: .55; } .site-window i:nth-child(2) { left: 17px; opacity: .75; } .site-window i:nth-child(3) { left: 25px; }
.site-window b { color: var(--mint); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.site-scan { position: absolute; width: 72%; height: 1px; background: var(--lime); box-shadow: 0 0 20px var(--lime); animation: scan 4s ease-in-out infinite; }
@keyframes scan { 0%, 100% { transform: translateY(-64px); opacity: 0; } 30%, 70% { opacity: .8; } 50% { transform: translateY(64px); opacity: .45; } }
.stack-section { padding-top: 110px; }
.stack-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stack-card { min-height: 260px; padding: 22px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(18,39,36,.82), rgba(13,29,27,.72)); transition: border-color .25s ease, transform .25s ease; }
.stack-card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.stack-label { margin: 0 0 32px; color: var(--lime); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.stack-card h3 { margin: 0 0 18px; font-size: 23px; font-weight: 600; letter-spacing: -.04em; }
.stack-card > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.stack-footnote { max-width: 620px; margin: 28px 0 0; color: var(--muted); font: 12px/1.7 ui-monospace, SFMono-Regular, Consolas, monospace; }
.stack-footnote span { margin-right: 8px; color: var(--lime); }
.contact-email { margin: 18px 0 0 !important; font: 13px ui-monospace, SFMono-Regular, Consolas, monospace; }
.contact-email a, .contact-note a { color: #0b5b46; text-decoration: underline; text-underline-offset: 3px; }
.contact-note { line-height: 1.7; }

/* Legal and privacy pages use the same design language without tracking scripts. */
.legal-page { background: var(--bg); }
.legal-main { max-width: 820px; margin: 0 auto; padding: 110px 0 120px; }
.legal-kicker { color: var(--lime); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.legal-main h1 { max-width: 720px; margin: 20px 0 22px; font-size: clamp(48px, 7vw, 88px); line-height: .98; font-weight: 600; letter-spacing: -.065em; }
.legal-lede { max-width: 640px; margin: 0 0 68px; color: var(--muted); font-size: 16px; }
.legal-block { padding: 28px 0; border-top: 1px solid var(--line); }
.legal-block h2 { margin: 0 0 15px; font-size: 25px; font-weight: 600; letter-spacing: -.04em; }
.legal-block p, .legal-block li { max-width: 720px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.legal-block ul { margin: 12px 0 0; padding-left: 22px; }
.legal-block a { color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin-top: 38px; padding: 20px 22px; border: 1px solid var(--line-strong); color: var(--mint); background: rgba(185,244,198,.06); font-size: 13px; }
.legal-updated { color: var(--muted); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.legal-page .site-footer { border-top: 1px solid var(--line); }

@media (max-width: 980px) { .stack-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 820px) { .project-ledger { grid-template-columns: repeat(2, minmax(0, 1fr)); } .project-card.work-large { grid-column: 1 / -1; } .legal-main { padding: 80px 0 90px; } }
@media (max-width: 520px) { .project-ledger, .stack-grid { grid-template-columns: 1fr; } .project-card.work-large { grid-column: auto; } .project-card { min-height: 500px; } .stack-card { min-height: 0; } .legal-main { padding: 60px 0 75px; } .legal-main h1 { font-size: 48px; } .legal-lede { margin-bottom: 44px; } .site-footer { justify-content: flex-start; } }

/* Theme control and device-safe refinements */
.theme-toggle { display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink); background: rgba(7,16,14,.45); font: 10px ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .04em; text-transform: uppercase; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.theme-toggle:hover { border-color: var(--line-strong); background: rgba(185,244,198,.1); transform: translateY(-1px); }
.theme-icon { display: inline-grid; place-items: center; width: 14px; height: 14px; color: var(--lime); font: 15px/1 system-ui, sans-serif; }
html[data-theme="light"] { color-scheme: light; --ink: #14231f; --muted: #5c6d64; --line: rgba(20,50,42,.16); --line-strong: rgba(23,104,76,.42); --bg: #f4f0e7; --panel: #fffdf7; --panel-bright: #e8f3e9; --mint: #17684c; --lime: #6d8d1f; --violet: #6655bd; --orange: #ad612a; --paper: #e7eee7; --paper-ink: #14231f; --paper-muted: #53675b; --shadow: 0 28px 90px rgba(55,88,67,.18); }
html[data-theme="light"] body { background: radial-gradient(circle at 70% 0%, rgba(112,178,139,.2), transparent 30rem), var(--bg); }
html[data-theme="light"] body::before { opacity: .34; background-image: linear-gradient(rgba(20,50,42,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(20,50,42,.055) 1px, transparent 1px); }
html[data-theme="light"] .site-header { background: rgba(244,240,231,.88); }
html[data-theme="light"] .theme-toggle { background: rgba(255,253,247,.78); }
html[data-theme="light"] .theme-toggle:hover { background: rgba(232,243,233,.94); }
html[data-theme="light"] .story-stage { background: radial-gradient(circle at var(--stage-x) var(--stage-y), rgba(91,181,132,.2), transparent 24%), linear-gradient(145deg, #e6f2e8, #c6ddd2 72%); }
html[data-theme="light"] .story-stage::after { background: linear-gradient(120deg, transparent 28%, rgba(109,141,31,.12) 50%, transparent 72%); }
html[data-theme="light"] .stage-grid { background-image: linear-gradient(rgba(23,104,76,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(23,104,76,.12) 1px, transparent 1px); }
html[data-theme="light"] .contact-section { background: #b7efc4; }
html[data-theme="light"] .button-dark { color: #dff8e4; border-color: rgba(7,16,14,.2); background: #12382c; }
html[data-theme="light"] .button-dark:hover { background: #1e5945; }
html[data-theme="light"] .site-visual { background: radial-gradient(circle at 50% 38%, rgba(91,181,132,.2), transparent 40%), #12352d; }

@media (max-width: 820px) {
  html[data-theme="light"] .site-nav { border-color: var(--line-strong); background: #fffdf7; }
  .theme-toggle { flex: 0 0 auto; }
}
@media (max-width: 520px) {
  .site-shell { width: min(calc(100% - 28px), 640px); }
  .site-header { min-height: 74px; gap: 10px; }
  .brand { gap: 8px; font-size: 15px; }
  .header-progress { display: none; }
  .theme-toggle { padding: 8px 9px; }
  .menu-toggle { padding: 8px 10px; }
  .site-nav { top: 67px; }
  .legal-main { overflow-wrap: anywhere; }
}
@media (max-width: 380px) {
  .theme-toggle .theme-label { display: none; }
  .theme-toggle { padding-inline: 10px; }
  .legal-main h1 { font-size: 42px; }
}

/* Accessible typewriter for the hero statement. */
.typewriter { overflow-wrap: normal; }
.typewriter-cursor { display: inline-block; width: 2px; height: .78em; margin-left: .09em; background: var(--lime); vertical-align: -.04em; animation: typewriter-caret .9s steps(1, end) infinite; }
.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; }
@keyframes typewriter-caret { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .typewriter-cursor { animation: none; opacity: .72; } }
