:root {
  --ink: #101110;
  --paper: #f1efe8;
  --paper-bright: #fbfaf6;
  --muted: #686a63;
  --line: rgba(16, 17, 16, 0.16);
  --acid: #7da7ff;
  --blue: #3f5fe0;
  --coral: #ff785e;
  --radius: 1.3rem;
  --shadow: 0 30px 70px rgba(23, 24, 20, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 5rem; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 100; top: 0.75rem; left: 0.75rem; transform: translateY(-180%);
  background: var(--acid); color: var(--ink); padding: 0.65rem 1rem; font-weight: 800; border-radius: 999px;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.site-header {
  position: fixed; z-index: 50; top: 0; left: 0; right: 0; display: flex; align-items: center;
  justify-content: space-between; min-height: 5.5rem; padding: 0 4vw; border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, min-height 220ms ease;
}
.site-header.is-scrolled {
  min-height: 4.75rem; background: rgba(241, 239, 232, 0.88); border-color: var(--line);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; font-weight: 800; }
.brand-mark {
  display: grid; place-items: center; width: 2.45rem; aspect-ratio: 1; background: var(--ink); color: var(--paper);
  border-radius: 50%; font-size: 0.72rem; letter-spacing: 0.08em;
}
.brand-name { letter-spacing: -0.02em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.5rem); }
.site-nav a { text-decoration: none; font-size: 0.86rem; font-weight: 700; }
.site-nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: 0.35rem; }
.nav-cta { background: var(--ink); color: var(--paper); border-radius: 999px; padding: 0.72rem 1.05rem; }
.nav-cta:hover { background: var(--blue); }
.menu-button { display: none; border: 0; background: transparent; padding: 0.75rem; }

.hero {
  min-height: 100svh; padding: clamp(8.5rem, 14vw, 11rem) 4vw 3rem;
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr); gap: 4vw; align-items: center;
}
.hero-copy { max-width: 54rem; }
.eyebrow {
  margin: 0 0 1.5rem; font-size: 0.72rem; line-height: 1.2; font-weight: 850; letter-spacing: 0.18em;
  text-transform: uppercase;
}
.status-dot { display: inline-block; width: 0.55rem; height: 0.55rem; margin-right: 0.55rem; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(92,124,255,.13); }
.hero h1 {
  margin: 0; max-width: 12ch; font-size: clamp(3.4rem, 7.2vw, 7.6rem); line-height: 0.91; letter-spacing: -0.075em;
  font-weight: 800;
}
.hero h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.hero-intro { max-width: 45rem; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.5vw, 1.28rem); color: #4c4e48; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.65rem; min-height: 3.3rem; padding: 0.85rem 1.2rem; border-radius: 999px; text-decoration: none; font-size: 0.86rem; font-weight: 850; }
.button-primary { background: var(--ink); color: var(--paper); }
.button-primary:hover { background: var(--blue); transform: translateY(-2px); }
.text-link { font-size: 0.88rem; font-weight: 800; text-underline-offset: 0.25rem; }

.hero-system {
  position: relative; min-height: min(38rem, 66vh); overflow: hidden; border: 1px solid var(--line); border-radius: 50%;
  background: var(--paper-bright); box-shadow: var(--shadow); isolation: isolate;
}
.system-grid { position: absolute; inset: 0; opacity: 0.35; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 2.8rem 2.8rem; mask-image: radial-gradient(circle, black 45%, transparent 75%); }
.orbit { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(16,17,16,.2); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.orbit-one { width: 68%; height: 34%; }
.orbit-two { width: 36%; height: 76%; transform: translate(-50%,-50%) rotate(42deg); }
.system-core { position: absolute; top: 50%; left: 50%; z-index: 3; transform: translate(-50%,-50%); display: grid; place-items: center; width: 9.5rem; aspect-ratio: 1; border-radius: 50%; background: var(--ink); color: var(--paper); box-shadow: 0 0 0 1rem rgba(125,167,255,.8); }
.system-core span { font-size: .58rem; letter-spacing: .25em; }
.system-core strong { margin-top: -.8rem; font-size: .9rem; letter-spacing: .08em; }
.system-node { position: absolute; z-index: 4; display: flex; align-items: center; gap: .5rem; padding: .55rem .75rem; border: 1px solid var(--ink); background: var(--paper-bright); border-radius: 999px; font-size: .62rem; font-weight: 850; letter-spacing: .12em; box-shadow: 3px 3px 0 var(--ink); }
.system-node span { color: var(--blue); }
.node-a { left: 8%; top: 28%; }.node-b { right: 6%; top: 22%; }.node-c { left: 12%; bottom: 22%; }.node-d { right: 8%; bottom: 28%; }
.system-label { position: absolute; left: 50%; transform: translateX(-50%); font-size: .58rem; letter-spacing: .2em; font-weight: 800; white-space: nowrap; }
.label-top { top: 7%; }.label-bottom { bottom: 7%; }
.hero-foot { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.8rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; font-weight: 750; letter-spacing: .15em; text-transform: uppercase; }

.section { padding: clamp(5.5rem, 9vw, 9rem) 4vw; }
.section-heading { display: grid; grid-template-columns: 1fr 2.2fr 1fr; gap: 3vw; align-items: end; margin-bottom: 4rem; }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5.8rem); line-height: .95; letter-spacing: -.06em; max-width: 12ch; }
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: .98rem; }
.work { background: var(--ink); color: var(--paper); }
.work .section-heading > p:last-child { color: #afb0a9; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: rgba(241,239,232,.18); border: 1px solid rgba(241,239,232,.18); }
.project-card { display: grid; grid-template-rows: 22rem 1fr; min-width: 0; background: var(--ink); overflow: hidden; }
.project-featured, .project-wide { grid-column: 1 / -1; grid-template-columns: 1.15fr .85fr; grid-template-rows: minmax(31rem, auto); }
.project-visual { position: relative; overflow: hidden; min-height: 22rem; border-bottom: 1px solid rgba(241,239,232,.18); }
.project-featured .project-visual, .project-wide .project-visual { border-bottom: 0; border-right: 1px solid rgba(241,239,232,.18); }
.project-body { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.6rem, 3vw, 3rem); }
.project-meta { width: 100%; display: grid; grid-template-columns: auto 1fr auto; gap: 1rem; color: #a8aaa4; font-size: .62rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.project-meta span:last-child { color: var(--acid); }
.project-body h3 { margin: 2.2rem 0 .55rem; font-size: clamp(2rem, 3.5vw, 4.25rem); line-height: .95; letter-spacing: -.055em; }
.project-lead { margin: 0 0 1rem; max-width: 34rem; font-family: Georgia, serif; font-size: clamp(1.2rem, 1.7vw, 1.5rem); line-height: 1.35; }
.project-body > p:not(.project-lead) { margin: 0; max-width: 40rem; color: #bfc0b9; font-size: .92rem; }
.project-tags { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 1.7rem 0 2rem; padding: 0; }
.project-tags li { border: 1px solid rgba(241,239,232,.25); border-radius: 999px; padding: .35rem .65rem; color: #dedfd8; font-size: .66rem; }
.project-link { margin-top: auto; color: var(--paper); font-size: .78rem; font-weight: 850; text-underline-offset: .35rem; }
.project-link:hover { color: var(--acid); }
.project-link-muted { text-decoration: none; color: #878983; }

.visual-usaw { background: radial-gradient(circle at 70% 25%, rgba(255,199,72,.75), transparent 34%), linear-gradient(135deg,#f6eee2,#e6d0bc); color: #241f1a; padding: 2rem; }
.visual-chrome { display: flex; gap: .35rem; }.visual-chrome span { width: .6rem; height: .6rem; border: 1px solid currentColor; border-radius: 50%; }
.visual-kicker { margin: 5.2rem 0 1rem; font-size: .62rem; letter-spacing: .2em; font-weight: 900; }
.voice-line { height: 5rem; display: flex; align-items: center; gap: .7rem; border-bottom: 1px solid rgba(36,31,26,.25); }
.voice-line b { display: block; width: .5rem; height: var(--h, 45%); background: #8c3c12; border-radius: 99px; }
.voice-line b:nth-child(2){--h:80%}.voice-line b:nth-child(3){--h:58%}.voice-line b:nth-child(4){--h:100%}.voice-line b:nth-child(5){--h:65%}.voice-line b:nth-child(6){--h:32%}.voice-line b:nth-child(7){--h:76%}.voice-line b:nth-child(8){--h:48%}
.voice-axis { display: grid; grid-template-columns: 5rem 1fr; gap: .8rem; align-items: center; margin-top: .7rem; font-size: .64rem; }
.voice-axis i { position: relative; display:block; height: 2px; background: rgba(36,31,26,.25); }.voice-axis i::before { content:""; position:absolute; inset:0 auto 0 0; width:var(--value); background:#8c3c12; }.voice-axis i::after { content:""; position:absolute; left:var(--value); top:50%; width:.45rem; height:.45rem; transform:translate(-50%,-50%); background:#8c3c12; border-radius:50%; }
.visual-tag { position: absolute; right: 1.3rem; bottom: 1.3rem; padding: .45rem .65rem; background: #8c3c12; color:#fff; font-size:.58rem; letter-spacing:.1em; }

.visual-protagons { background: #0b0c0b; padding: 2rem; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; color: #f4efda; }
.schema-title { padding-bottom: 1rem; border-bottom: 1px solid #30322f; color: var(--acid); font-size: .72rem; }
.schema-code { display: grid; gap: .7rem; margin: 3.2rem 0 0; font-size: clamp(.85rem,1.4vw,1.1rem); }.schema-code b { color: #ffc72c; }
.schema-stamp { position:absolute; right:1.5rem; bottom:1.5rem; transform:rotate(-5deg); border:2px solid var(--acid); padding:.55rem .75rem; color:var(--acid); font-size:.7rem; letter-spacing:.12em; }

.visual-sales { background: #e5f0ff; color:#073b4f; padding:1.7rem; }
.call-status { font-size:.62rem; letter-spacing:.13em; font-weight:850; }.call-status i { display:inline-block; width:.5rem; height:.5rem; background:#2f7d32; border-radius:50%; margin-right:.35rem; }
.call-person { display:grid; place-items:center; width:5rem; aspect-ratio:1; margin:2.2rem auto 1rem; background:#073b4f; color:white; border-radius:50%; font-size:1.4rem; font-weight:800; }
.call-wave { display:flex; justify-content:center; align-items:center; gap:.35rem; height:2rem; }.call-wave span { width:.22rem; height:var(--h,45%); background:#073b4f; border-radius:9px; }.call-wave span:nth-child(2){--h:80%}.call-wave span:nth-child(3){--h:55%}.call-wave span:nth-child(4){--h:100%}.call-wave span:nth-child(5){--h:65%}.call-wave span:nth-child(6){--h:85%}.call-wave span:nth-child(7){--h:40%}
.coach-note { margin-top:1.4rem; padding:.65rem .8rem; background:#fff; border-left:3px solid #2f7d32; font-size:.68rem; box-shadow:0 10px 25px rgba(7,59,79,.1); }.coach-note b { display:block; font-size:.8rem; }
.call-score { position:absolute; right:1.4rem; bottom:1.3rem; display:grid; grid-template-columns:1fr auto auto; align-items:end; gap:.2rem; }.call-score span{grid-column:1/-1;font-size:.55rem;letter-spacing:.14em}.call-score strong{font-size:1.8rem;line-height:1}.call-score small{font-size:.7rem}

.visual-pdf { background:#e9f3ef; color:#163f36; padding:2.2rem; display:grid; grid-template-columns:.65fr 1.35fr; align-items:center; gap:2rem; }
.pdf-page { position:relative; justify-self:end; width:min(15rem,100%); aspect-ratio:.72; background:#fff; border-radius:.2rem; padding:2rem; box-shadow:0 20px 45px rgba(22,63,54,.15); transform:rotate(-4deg); }.pdf-page::after { content:""; position:absolute; right:-.65rem; top:.7rem; bottom:-.7rem; width:.7rem; background:#c8d5d0; z-index:-1; }
.pdf-dog { display:grid; place-items:center; width:3.3rem; aspect-ratio:1; background:var(--coral); color:white; border-radius:50%; font-size:.7rem; font-weight:900; }.pdf-page span{display:block;height:.35rem;margin-top:1rem;background:#cdd7d3;border-radius:9px}.pdf-page span:nth-of-type(2){width:76%}.pdf-page span:nth-of-type(3){width:90%}.pdf-page span:nth-of-type(4){width:62%}
.audit-panel { background:#fff; border:1px solid rgba(22,63,54,.15); border-radius:1rem; padding:1.3rem; box-shadow:0 20px 45px rgba(22,63,54,.09); }
.audit-grade { display:flex; align-items:center; gap:.8rem; padding-bottom:1rem; border-bottom:1px solid #d8e2de; font-family:Georgia,serif; font-size:4rem; line-height:1; color:#2d7a68; }.audit-grade span{font-family:inherit;font-size:.58rem;letter-spacing:.15em;font-weight:800}
.audit-row { display:grid; grid-template-columns:1.7rem 1fr auto; gap:.6rem; align-items:center; padding:.8rem 0; border-bottom:1px solid #e0e8e5; font-size:.67rem; }.audit-row i{display:grid;place-items:center;width:1.4rem;aspect-ratio:1;background:#ffe6df;color:#8d301e;border-radius:50%;font-style:normal;font-size:.58rem;font-weight:900}.audit-row i.ok{background:#dcf1e6;color:#2d7a68}.audit-row b{font-size:.62rem}
.sequence-line { position:absolute; left:50%; bottom:1rem; transform:translateX(-50%); display:flex; align-items:center; gap:.45rem; font-size:.55rem; font-weight:900; }.sequence-line span{width:2rem;height:1px;background:#2d7a68}

.visual-sitular { background:radial-gradient(circle at center, #24315e 0%, #101426 70%); color:#f5f7ff; }
.visual-sitular svg{position:absolute;inset:0;width:100%;height:100%}.visual-sitular path{fill:none;stroke:#7387db;stroke-width:1;stroke-dasharray:4 5}
.swarm-core,.swarm-agent{position:absolute;z-index:2;display:grid;place-items:center;border-radius:50%;font-weight:900}.swarm-core{left:50%;top:50%;width:5rem;aspect-ratio:1;transform:translate(-50%,-50%);background:var(--acid);color:#101426;font-size:1.4rem;box-shadow:0 0 45px rgba(125,167,255,.25)}
.swarm-agent{width:2.8rem;aspect-ratio:1;border:1px solid #7d91e5;background:#1d2850;font-size:.6rem}.agent-1{left:13%;top:15%}.agent-2{right:13%;top:15%}.agent-3{left:13%;bottom:15%}.agent-4{right:13%;bottom:15%}
.swarm-log{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);white-space:nowrap;color:#9eaae0;font: .55rem ui-monospace,monospace;letter-spacing:.05em}

.visual-thought { background:#f7f6f2; color:#37352f; padding:1.6rem; }
.thought-top{display:flex;justify-content:space-between;padding-bottom:.8rem;border-bottom:1px solid #d8d6d0;font-size:.58rem;letter-spacing:.12em;font-weight:850}.thought-top b{color:#2876d2}
.thought-raw{margin:2.4rem 0 1rem;padding:1rem;border:1px dashed #aaa8a0;color:#79776f;font-size:.78rem}.thought-arrow{text-align:center;color:#2876d2}
.thought-output{position:relative;margin-top:.6rem;padding:1rem;background:#fff;box-shadow:0 12px 28px rgba(55,53,47,.1);font:1rem/1.5 Georgia,serif}.thought-output i{display:block;width:100%;height:.25rem;margin:.45rem 0;background:#dddcd7}.thought-output i:nth-child(2){width:80%}.thought-output i:nth-child(3){width:92%}.thought-output span{font-size:.8rem}.thought-output sup{color:#2876d2}
.thought-actions{position:absolute;left:1.6rem;right:1.6rem;bottom:1.1rem;display:flex;gap:.45rem}.thought-actions span{padding:.28rem .48rem;background:#e7edf7;color:#2876d2;border-radius:999px;font-size:.55rem}

.approach { background: var(--acid); }
.approach-grid { list-style:none; display:grid; grid-template-columns:repeat(4,1fr); gap:0; padding:0; margin:0; border-top:1px solid rgba(16,17,16,.35); border-bottom:1px solid rgba(16,17,16,.35); }
.approach-grid li { padding:2rem 2rem 3rem 0; border-right:1px solid rgba(16,17,16,.35); }
.approach-grid li:not(:first-child){padding-left:2rem}.approach-grid li:last-child{border-right:0}
.approach-grid span{font:.65rem ui-monospace,monospace}.approach-grid h3{margin:3rem 0 .7rem;font-size:1.35rem;line-height:1.1;letter-spacing:-.03em}.approach-grid p{margin:0;font-size:.85rem;color:#414238}

.about { display:grid; grid-template-columns:1.25fr .75fr; gap:8vw; background:var(--paper-bright); }
.about-statement h2{margin:0;max-width:16ch;font:400 clamp(2.4rem,4.6vw,5.3rem)/1.02 Georgia,serif;letter-spacing:-.045em}
.about-copy{align-self:end}.about-copy>p{margin:0 0 1.4rem;color:#4e504a;font-size:1rem}.about-copy>p:first-child{font-size:1.2rem;color:var(--ink)}
.capability-list{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:2rem}.capability-list span{padding:.45rem .75rem;border:1px solid var(--line);border-radius:999px;font-size:.7rem;font-weight:750}

.contact { position:relative; min-height:76vh; overflow:hidden; display:grid; place-items:center; background:var(--blue); color:white; text-align:center; }
.contact-inner{position:relative;z-index:2;max-width:62rem}.contact-inner h2{margin:0;font-size:clamp(4rem,10vw,10rem);line-height:.82;letter-spacing:-.075em}.contact-inner>p:not(.eyebrow){max-width:38rem;margin:2rem auto;color:#e7ebff;font-size:1.05rem}.button-light{background:white;color:var(--ink)}.button-light:hover{background:var(--acid);transform:translateY(-2px)}
.contact-orbit,.contact-orbit::before,.contact-orbit::after{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.22);border-radius:50%}.contact-orbit{width:48vw;aspect-ratio:1}.contact-orbit::before{content:"";width:75%;height:75%}.contact-orbit::after{content:"";width:130%;height:130%}.contact-orbit span{position:absolute;width:.7rem;aspect-ratio:1;border-radius:50%;background:var(--acid)}.contact-orbit span:nth-child(1){left:8%;top:25%}.contact-orbit span:nth-child(2){right:4%;bottom:30%}.contact-orbit span:nth-child(3){left:55%;bottom:-.35rem}

.site-footer { display:grid; grid-template-columns:1fr 1fr 1fr; align-items:center; gap:2rem; padding:2.3rem 4vw; background:var(--ink); color:var(--paper); }
.site-footer p{margin:0;color:#979991;font-size:.72rem}.site-footer p:last-child{text-align:right}

.reveal { opacity: 0; transform: translateY(1.25rem); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .hero { grid-template-columns:1fr; padding-top:9rem; }
  .hero-system { min-height:32rem; }
  .section-heading { grid-template-columns:1fr 1fr; }.section-heading .eyebrow{grid-column:1/-1}.section-heading>p:last-child{align-self:end}
  .project-card,.project-featured,.project-wide { grid-column:auto; grid-template-columns:1fr; grid-template-rows:22rem 1fr; }
  .project-featured .project-visual,.project-wide .project-visual{border-right:0;border-bottom:1px solid rgba(241,239,232,.18)}
  .approach-grid{grid-template-columns:repeat(2,1fr)}.approach-grid li:nth-child(2){border-right:0}.approach-grid li:nth-child(-n+2){border-bottom:1px solid rgba(16,17,16,.35)}
  .about{grid-template-columns:1fr}.about-copy{max-width:42rem}
}

@media (max-width: 720px) {
  .site-header{min-height:4.8rem;padding:0 1.1rem}.site-header.is-scrolled{min-height:4.4rem}.brand-name{font-size:.9rem}
  .menu-button{display:grid;gap:.4rem}.menu-button span:not(.sr-only){display:block;width:1.5rem;height:2px;background:var(--ink);transition:transform 180ms ease}.menu-button[aria-expanded="true"] span:nth-last-child(2){transform:translateY(4px) rotate(45deg)}.menu-button[aria-expanded="true"] span:last-child{transform:translateY(-4px) rotate(-45deg)}
  .site-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;align-items:stretch;flex-direction:column;gap:0;background:var(--paper);border-bottom:1px solid var(--line);padding:.75rem 1.1rem 1.1rem}.site-nav.is-open{display:flex}.site-nav a{padding:.8rem 0}.site-nav .nav-cta{text-align:center;padding:.8rem 1rem}
  .hero,.section{padding-left:1.1rem;padding-right:1.1rem}.hero h1{font-size:clamp(3.25rem,16vw,5.5rem)}.hero-system{min-height:27rem}.system-core{width:7.3rem}.system-node{font-size:.52rem}.node-a{left:3%}.node-b{right:2%}.node-c{left:5%}.node-d{right:3%}.hero-foot{display:grid;grid-template-columns:1fr 1fr}
  .section-heading{grid-template-columns:1fr;gap:1.2rem}.section-heading .eyebrow{grid-column:auto}.section-heading>p:last-child{max-width:28rem}.section-heading h2{font-size:3.2rem}
  .project-grid{grid-template-columns:1fr}.project-body{padding:1.4rem}.project-body h3{font-size:2.7rem}.project-meta{grid-template-columns:auto 1fr}.project-meta span:last-child{grid-column:2}.project-visual{min-height:20rem}.visual-pdf{grid-template-columns:.75fr 1.25fr;padding:1.2rem;gap:1rem}.pdf-page{padding:1.2rem}.audit-panel{padding:.8rem}.audit-grade{font-size:2.8rem}.audit-row{grid-template-columns:1.4rem 1fr}.audit-row b{display:none}
  .approach-grid{grid-template-columns:1fr}.approach-grid li,.approach-grid li:not(:first-child){padding:1.5rem 0 2rem;border-right:0;border-bottom:1px solid rgba(16,17,16,.35)}.approach-grid li:last-child{border-bottom:0}.approach-grid h3{margin:1.5rem 0 .5rem}
  .contact{min-height:70vh}.contact-orbit{width:100vw}.site-footer{grid-template-columns:1fr;text-align:left}.site-footer p:last-child{text-align:left}
}

@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; }
}

/* Friendly motion refresh */
:root {
  --ink: #283044;
  --paper: #fffaf4;
  --paper-bright: #ffffff;
  --muted: #687078;
  --line: rgba(40, 48, 68, 0.14);
  --acid: #7da7ff;
  --blue: #5b55d8;
  --coral: #ff806d;
  --mint: #bdebd0;
  --sky: #a8d8ff;
  --lavender: #dedcff;
  --shadow: 0 26px 70px rgba(70, 72, 105, 0.14);
}

body {
  background:
    radial-gradient(circle at 8% 5%, rgba(125, 167, 255, 0.3), transparent 24rem),
    var(--paper);
}

.scroll-progress {
  position: absolute;
  inset: auto 0 -1px;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--coral), var(--blue), #7890b8);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 244, 0.88);
  box-shadow: 0 10px 35px rgba(62, 64, 91, 0.06);
}

.brand-mark {
  background: linear-gradient(145deg, var(--blue), #8f82ff);
  box-shadow: 0 8px 20px rgba(91, 85, 216, 0.25);
}

.nav-cta,
.button-primary {
  background: var(--blue);
  box-shadow: 0 10px 25px rgba(91, 85, 216, 0.22);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.button,
.nav-cta { translate: var(--mag-x, 0) var(--mag-y, 0); }

.nav-cta:hover,
.button-primary:hover {
  background: #4540b8;
  box-shadow: 0 14px 30px rgba(91, 85, 216, 0.3);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 24%, rgba(168, 216, 255, 0.45), transparent 25rem),
    radial-gradient(circle at 10% 70%, rgba(255, 128, 109, 0.13), transparent 28rem);
}

.hero-copy,
.hero-system,
.hero-foot { position: relative; z-index: 2; }

.hero h1 em {
  color: transparent;
  background: linear-gradient(110deg, var(--blue), #8778ed 48%, var(--coral));
  background-size: 180% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: word-shimmer 7s ease-in-out infinite alternate;
}

.hero-blob {
  position: absolute;
  z-index: 1;
  border-radius: 44% 56% 62% 38% / 46% 38% 62% 54%;
  filter: blur(1px);
  opacity: 0.72;
  pointer-events: none;
  will-change: transform;
  translate: 0 var(--parallax-y, 0);
}

.blob-one {
  width: 18rem;
  aspect-ratio: 1;
  right: 30%;
  top: 11%;
  background: rgba(125, 167, 255, 0.58);
  animation: blob-morph 11s ease-in-out infinite alternate;
}

.blob-two {
  width: 14rem;
  aspect-ratio: 1;
  left: -4rem;
  bottom: 6%;
  background: rgba(189, 235, 208, 0.8);
  animation: blob-morph 14s ease-in-out -4s infinite alternate-reverse;
}

.hero-system {
  border-radius: 2.8rem;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 32px 80px rgba(75, 76, 115, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform-style: preserve-3d;
  will-change: transform;
}

.system-core {
  background: linear-gradient(145deg, var(--blue), #3c3a92);
  box-shadow: 0 0 0 1rem rgba(125, 167, 255, 0.88), 0 20px 45px rgba(91, 85, 216, 0.25);
}

.system-node {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(40, 48, 68, 0.65);
  box-shadow: 4px 5px 0 rgba(40, 48, 68, 0.82);
  animation: node-float 4.5s ease-in-out infinite;
}

.system-node:nth-of-type(2) { animation-delay: -1s; }
.system-node:nth-of-type(3) { animation-delay: -2.2s; }
.system-node:nth-of-type(4) { animation-delay: -3.1s; }
.orbit-one { animation: orbit-one-motion 20s linear infinite; }
.orbit-two { animation: orbit-two-motion 27s linear infinite reverse; }

.motion-marquee {
  overflow: hidden;
  background: var(--coral);
  color: #fff;
  border-block: 1px solid rgba(40, 48, 68, 0.16);
}

.motion-marquee > div {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 1rem 0;
  animation: marquee 24s linear infinite;
}

.motion-marquee span {
  padding-inline: 2rem;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.motion-marquee i { color: var(--acid); font-style: normal; }

.work {
  background:
    radial-gradient(circle at 82% 8%, rgba(168, 216, 255, 0.55), transparent 26rem),
    #eef0ff;
  color: var(--ink);
}

.work .section-heading > p:last-child { color: var(--muted); }

.project-grid {
  gap: clamp(1rem, 2vw, 1.5rem);
  background: transparent;
  border: 0;
}

.project-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(67, 69, 106, 0.12);
  border-radius: 2rem;
  box-shadow: 0 18px 50px rgba(75, 76, 115, 0.09);
  transition: transform 320ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms ease;
}

.project-card.reveal {
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.8,.2,1), box-shadow 320ms ease;
}

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 75px rgba(75, 76, 115, 0.16);
}

.project-visual {
  margin: 0;
  border-color: rgba(67, 69, 106, 0.12);
}

.project-featured .project-visual,
.project-wide .project-visual { border-color: rgba(67, 69, 106, 0.12); }

.project-meta { color: #7b8192; }
.project-meta span:last-child { color: #3d8a67; }
.project-body > p:not(.project-lead) { color: #626978; }
.project-lead { color: #3b4055; }
.project-tags li { color: #555d70; border-color: rgba(67, 69, 106, 0.2); background: #f8f7ff; }
.project-link { color: var(--blue); }
.project-link:hover { color: #3d389f; }

.enterprise {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 10%, rgba(168, 216, 255, 0.72), transparent 28rem),
    radial-gradient(circle at 6% 82%, rgba(255, 194, 183, 0.58), transparent 24rem),
    #fffaf4;
}

.enterprise::before {
  content: "07";
  position: absolute;
  right: -0.04em;
  top: 0.08em;
  color: rgba(67, 69, 106, 0.035);
  font-size: min(40vw, 36rem);
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.enterprise > * { position: relative; z-index: 1; }

.enterprise-case {
  overflow: hidden;
  border: 1px solid rgba(67, 69, 106, 0.14);
  border-radius: 2.4rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 32px 90px rgba(65, 68, 112, 0.13);
}

.enterprise-media {
  position: relative;
  min-height: clamp(27rem, 54vw, 46rem);
  padding: clamp(2rem, 5vw, 5rem);
  background:
    linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px),
    linear-gradient(135deg, #6d6de0, #74b8df 55%, #84d5ba);
  background-size: 3.5rem 3.5rem, 3.5rem 3.5rem, auto;
  transform-style: preserve-3d;
}

.enterprise-media .media-window {
  height: 100%;
  min-height: clamp(22rem, 42vw, 36rem);
  transform: translate3d(0, var(--parallax-y, 0), 2.5rem) rotate(-1.35deg);
}

.enterprise-media .media-window img {
  height: calc(100% - 2.2rem);
  object-fit: cover;
  object-position: top center;
}

.enterprise-glow {
  position: absolute;
  right: 5%;
  bottom: 2%;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--acid);
  filter: blur(2px);
  opacity: 0.9;
}

.note-caat {
  top: auto;
  right: clamp(1rem, 3vw, 3rem);
  bottom: clamp(1rem, 3vw, 2.6rem);
  background: var(--acid);
  transform: rotate(2deg);
}

.enterprise-copy { padding: clamp(2rem, 5vw, 5rem); }
.enterprise-kicker {
  margin: clamp(2.8rem, 6vw, 5rem) 0 1rem;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.enterprise-copy h3 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.7rem, 6vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

.enterprise-lead {
  max-width: 62rem;
  margin: 2rem 0 0;
  color: #535b6d;
  font: 400 clamp(1.2rem, 2vw, 1.6rem)/1.45 Georgia, serif;
}

.enterprise-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: clamp(3rem, 6vw, 5rem) 0;
  border-block: 1px solid rgba(67, 69, 106, 0.18);
}

.enterprise-metrics div {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.8rem 1.5rem;
  border-right: 1px solid rgba(67, 69, 106, 0.18);
}

.enterprise-metrics div:first-child { padding-left: 0; }
.enterprise-metrics div:last-child { border-right: 0; }
.enterprise-metrics strong { font-size: clamp(2.5rem, 5vw, 5rem); line-height: 0.9; letter-spacing: -0.06em; }
.enterprise-metrics span { color: #6c7383; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

.enterprise-scope {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-block: 1px solid rgba(67, 69, 106, 0.18);
}

.enterprise-scope > div { padding: 2rem 2rem 2.5rem 0; }
.enterprise-scope > div + div { padding-left: 2rem; border-left: 1px solid rgba(67, 69, 106, 0.18); }
.scope-index { color: var(--blue); font: 750 0.65rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.enterprise-scope h4 { margin: 2rem 0 0.7rem; font-size: 1.25rem; line-height: 1.15; letter-spacing: -0.025em; }
.enterprise-scope p { margin: 0; color: #656c7b; font-size: 0.86rem; }

.enterprise-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 2.5rem;
}

.enterprise-footer .project-tags { margin: 0; }
.enterprise-footer .project-tags li { background: #f5f3ff; }
.enterprise-footer .project-link { flex: none; }

.media-visual {
  position: relative;
  min-height: 22rem;
  padding: clamp(1.8rem, 4vw, 3.3rem);
  isolation: isolate;
  transform-style: preserve-3d;
  will-change: transform;
}

.media-usaw { background: linear-gradient(145deg, #fff0dd, #ffd7c5); }
.media-protagons { background: linear-gradient(145deg, #fff2b9, #ffe47e); }
.media-sales { background: linear-gradient(145deg, #d9f6e5, #a6dfc2); }
.media-sitular { background: linear-gradient(145deg, #e9e5ff, #c7c1ff); }
.media-thought { background: linear-gradient(145deg, #deefff, #a8d8ff); }

.media-window {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 15rem;
  overflow: hidden;
  border: 1px solid rgba(40, 48, 68, 0.14);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 28px 55px rgba(52, 53, 82, 0.2);
  transform: translate3d(0, var(--parallax-y, 0), 2.5rem) rotate(-1deg);
  transition: transform 280ms ease, box-shadow 280ms ease;
  will-change: transform;
}

.project-card:hover .media-window {
  box-shadow: 0 36px 70px rgba(52, 53, 82, 0.26);
}

.media-window img {
  width: 100%;
  height: calc(100% - 2.2rem);
  object-fit: cover;
  object-position: center top;
  transition: transform 800ms cubic-bezier(.2,.7,.2,1);
}

.project-card:hover .media-window img { transform: scale(1.035); }

.media-chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  height: 2.2rem;
  padding: 0 0.85rem;
  background: #fff;
  border-bottom: 1px solid rgba(40, 48, 68, 0.1);
}

.media-chrome span { width: 0.5rem; aspect-ratio: 1; border-radius: 50%; background: #ff9282; }
.media-chrome span:nth-child(2) { background: #ffd166; }
.media-chrome span:nth-child(3) { background: #74cc9b; }
.media-chrome b { margin-left: auto; color: #7b8192; font-size: 0.56rem; letter-spacing: 0.08em; font-weight: 750; }
.media-chrome-dark { background: #171922; border-color: rgba(255,255,255,.08); }
.media-chrome-dark b { color: #aaa9b3; }

.media-caption {
  position: absolute;
  z-index: 3;
  left: clamp(1.8rem, 4vw, 3.3rem);
  right: clamp(1.8rem, 4vw, 3.3rem);
  bottom: 0.72rem;
  display: flex;
  justify-content: space-between;
  color: rgba(40,48,68,.7);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.float-note {
  position: absolute;
  z-index: 4;
  right: 1rem;
  top: 1rem;
  padding: 0.58rem 0.75rem;
  border: 1px solid rgba(40,48,68,.22);
  border-radius: 0.75rem;
  color: var(--ink);
  font: 700 0.58rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  box-shadow: 0 10px 28px rgba(52,53,82,.15);
  animation: note-float 4s ease-in-out infinite;
}

.note-warm { background: #fff2dd; }
.note-yellow { background: var(--acid); transform: rotate(2deg); }
.note-mint { background: #effff5; }
.note-mint i { display: inline-block; width: .45rem; aspect-ratio: 1; margin-right: .35rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(125,167,255,.15); }
.note-violet { background: #f0eeff; }
.note-sky { background: #eef8ff; }

.artifact-frame {
  position: relative;
  z-index: 2;
  width: min(58%, 16rem);
  height: calc(100% - 1rem);
  margin: -0.5rem auto 0;
  overflow: hidden;
  border: 0.7rem solid #fff;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 28px 55px rgba(52,53,82,.2);
  transform: translate3d(0, var(--parallax-y, 0), 2.5rem) rotate(-3deg);
}

.artifact-frame img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }

.visual-pdf {
  background:
    radial-gradient(circle at 82% 20%, rgba(168,216,255,.55), transparent 16rem),
    linear-gradient(145deg, #e8fff2, #c8f0da);
}

.pdfhound-mark { width: 5.2rem; height: auto; object-fit: contain; }
.pdf-page { box-shadow: 0 25px 55px rgba(22,63,54,.17); }
.audit-panel { border-radius: 1.25rem; box-shadow: 0 25px 55px rgba(22,63,54,.12); }

.approach {
  background:
    radial-gradient(circle at 88% 20%, rgba(255,226,122,.8), transparent 24rem),
    linear-gradient(140deg, #ffd8cf, #ffe9d7 55%, #fff0be);
}

.approach-grid,
.approach-grid li { border-color: rgba(40,48,68,.24); }
.approach-grid p { color: #555b68; }
.about { background: #fffaf4; }

.journey {
  background:
    radial-gradient(circle at 90% 12%, rgba(125, 167, 255, 0.55), transparent 26rem),
    linear-gradient(145deg, #eef0ff, #f7f4ff 56%, #fff3eb);
}

.journey-grid { border-top: 1px solid rgba(67, 69, 106, 0.22); }

.journey-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(10rem, 0.7fr) minmax(17rem, 1fr) minmax(20rem, 1.2fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2.2rem, 5vw, 4.5rem) 0;
  border-bottom: 1px solid rgba(67, 69, 106, 0.22);
}

.journey-entry::before {
  content: "";
  position: absolute;
  left: -4vw;
  right: -4vw;
  inset-block: 0;
  z-index: 0;
  background: rgba(255,255,255,.48);
  opacity: 0;
  transition: opacity 260ms ease;
}

.journey-entry:hover::before { opacity: 1; }
.journey-entry > * { position: relative; z-index: 1; }
.journey-current::after {
  content: "CURRENT";
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 2;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: var(--acid);
  color: var(--ink);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.journey-year { display: flex; align-items: flex-start; gap: 0.75rem; padding-top: 0.2rem; font: 750 0.68rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.journey-year i { display: block; flex: 1; height: 1px; margin-top: 0.3rem; background: rgba(67, 69, 106, 0.35); }
.journey-company .eyebrow { margin-bottom: 1.1rem; color: var(--blue); }
.journey-company h3 { max-width: 17ch; margin: 0; font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1.02; letter-spacing: -0.05em; }
.journey-detail > p { max-width: 42rem; margin: 0; color: #5e6575; font-size: 0.93rem; }
.journey-detail ul { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.journey-detail li { padding: 0.35rem 0.65rem; border: 1px solid rgba(67,69,106,.2); border-radius: 999px; background: rgba(255,255,255,.55); color: #555d70; font-size: 0.65rem; }
.journey-link { display: inline-flex; gap: 0.6rem; margin-top: 2.5rem; color: var(--blue); font-size: 0.8rem; font-weight: 850; text-underline-offset: 0.35rem; }

.contact {
  background:
    radial-gradient(circle at 15% 25%, rgba(255,226,122,.34), transparent 24rem),
    radial-gradient(circle at 85% 78%, rgba(168,216,255,.32), transparent 26rem),
    linear-gradient(135deg, #665ee3, #8e73e6 48%, #dc718e);
}

.contact-inner { display: flex; flex-direction: column; align-items: center; }
.contact-inner > p:not(.eyebrow) { color: #f7f4ff; }
.button-light { color: var(--ink); box-shadow: 0 15px 35px rgba(41,34,89,.2); }
.social-link { margin-top: 1.15rem; color: #fff; font-size: .78rem; font-weight: 800; text-underline-offset: .3rem; }
.social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.75rem 1.4rem; margin-top: 1.15rem; }
.social-links .social-link { margin-top: 0; }
.site-footer { background: #252b3d; }
.site-footer a { text-underline-offset: .25rem; }

[data-parallax] { will-change: transform; }
[data-tilt] {
  transform: perspective(1200px) translate3d(0, var(--parallax-y, 0), 0)
    rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
}

@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes word-shimmer { to { background-position: 100% 0; } }
@keyframes blob-morph {
  0% { border-radius: 44% 56% 62% 38% / 46% 38% 62% 54%; }
  100% { border-radius: 61% 39% 37% 63% / 58% 62% 38% 42%; transform: rotate(14deg) scale(1.08); }
}
@keyframes node-float { 50% { margin-top: -0.55rem; } }
@keyframes note-float { 50% { translate: 0 -0.45rem; rotate: -1deg; } }
@keyframes orbit-one-motion { to { transform: translate(-50%,-50%) rotate(342deg); } }
@keyframes orbit-two-motion { to { transform: translate(-50%,-50%) rotate(402deg); } }

@media (max-width: 960px) {
  .project-featured,
  .project-wide { grid-template-rows: 25rem 1fr; }
  .media-visual { min-height: 25rem; }
  .enterprise-scope { grid-template-columns: 1fr; }
  .enterprise-scope > div,
  .enterprise-scope > div + div { padding: 1.5rem 0 1.8rem; border-left: 0; border-bottom: 1px solid rgba(67, 69, 106, 0.18); }
  .enterprise-scope > div:last-child { border-bottom: 0; }
  .enterprise-scope h4 { margin-top: 1rem; }
  .journey-entry { grid-template-columns: minmax(8rem, .5fr) 1fr; }
  .journey-detail { grid-column: 2; }
}

@media (max-width: 720px) {
  .site-nav { background: rgba(255,250,244,.97); }
  .site-nav a { padding: .7rem 0; }
  .hero-blob { opacity: .45; }
  .motion-marquee > div { padding: .8rem 0; }
  .motion-marquee span { padding-inline: 1.2rem; }
  .project-card { border-radius: 1.4rem; }
  .project-card:hover { transform: none; }
  .media-visual { min-height: 20rem; padding: 1.25rem; }
  .media-caption { left: 1.25rem; right: 1.25rem; }
  .float-note { right: .65rem; top: .65rem; }
  .artifact-frame { width: 62%; }
  .enterprise-case { border-radius: 1.4rem; }
  .enterprise-media { min-height: 22rem; padding: 1.25rem; }
  .enterprise-media .media-window { min-height: 19rem; }
  .enterprise-metrics { grid-template-columns: repeat(2, 1fr); }
  .enterprise-metrics div { padding: 1.4rem 1rem; border-bottom: 1px solid rgba(67, 69, 106, 0.18); }
  .enterprise-metrics div:nth-child(2) { border-right: 0; }
  .enterprise-metrics div:nth-last-child(-n+2) { border-bottom: 0; }
  .enterprise-metrics div:nth-child(3) { padding-left: 0; }
  .enterprise-footer { align-items: flex-start; flex-direction: column; }
  .journey-entry { grid-template-columns: 1fr; gap: 1.2rem; padding: 2.4rem 0; }
  .journey-year { max-width: 14rem; }
  .journey-detail { grid-column: auto; }
  .journey-current::after { top: 0.8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1 em,
  .hero-blob,
  .system-node,
  .orbit,
  .motion-marquee > div,
  .float-note { animation: none !important; }
  [data-parallax],
  [data-tilt],
  .media-window,
  .artifact-frame { transform: none !important; }
  .project-card:hover .media-window img { transform: none; }
}

/* Dark editorial theme */
:root {
  --ink: #f2f0e8;
  --paper: #0b0e11;
  --paper-bright: #12171b;
  --muted: #a3a79f;
  --line: rgba(242, 240, 232, 0.14);
  --acid: #7da7ff;
  --blue: #7da7ff;
  --coral: #b88764;
  --mint: #809f90;
  --sky: #8297a3;
  --lavender: #8e8a98;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}

body {
  background:
    radial-gradient(circle at 10% 3%, rgba(125, 167, 255, 0.06), transparent 28rem),
    var(--paper);
  color: var(--ink);
}

::selection { background: var(--acid); color: #0b0e11; }
:focus-visible { outline-color: var(--acid); }
.skip-link { color: #0b0e11; }

.site-header.is-scrolled {
  background: rgba(11, 14, 17, 0.88);
  border-color: rgba(242, 240, 232, 0.1);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.28);
}

.scroll-progress span { background: var(--acid); }

.brand-mark {
  background: var(--acid);
  color: #0b0e11;
  box-shadow: 0 8px 24px rgba(125, 167, 255, 0.12);
}

.nav-cta,
.button-primary {
  background: var(--acid);
  color: #0b0e11;
  box-shadow: 0 10px 26px rgba(125, 167, 255, 0.1);
}

.nav-cta:hover,
.button-primary:hover {
  background: #9bbcff;
  color: #0b0e11;
  box-shadow: 0 14px 34px rgba(125, 167, 255, 0.18);
}

.hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(125, 167, 255, 0.07), transparent 27rem),
    radial-gradient(circle at 7% 76%, rgba(184, 135, 100, 0.07), transparent 30rem),
    #0b0e11;
}

.hero-intro { color: #b2b5ad; }
.status-dot { box-shadow: 0 0 0 5px rgba(125, 167, 255, 0.1); }
.hero h1 em {
  background: linear-gradient(110deg, #d9e3ff, var(--acid) 58%, #6f82aa);
  -webkit-background-clip: text;
  background-clip: text;
}

.blob-one { background: rgba(125, 167, 255, 0.12); }
.blob-two { background: rgba(128, 159, 144, 0.1); }

.hero-system {
  background: rgba(18, 23, 27, 0.9);
  border-color: rgba(242, 240, 232, 0.14);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
}

.system-grid { opacity: 0.18; }
.orbit { border-color: rgba(242, 240, 232, 0.18); }
.system-core {
  background: var(--acid);
  color: #0b0e11;
  box-shadow: 0 0 0 1rem rgba(125, 167, 255, 0.08), 0 22px 50px rgba(0, 0, 0, 0.4);
}

.system-node {
  background: #171c20;
  border-color: rgba(242, 240, 232, 0.52);
  color: var(--ink);
  box-shadow: 4px 5px 0 #050708;
}

.system-node span { color: var(--acid); }

.motion-marquee {
  background: #11161a;
  color: var(--ink);
  border-color: rgba(242, 240, 232, 0.12);
}

.motion-marquee i { color: var(--acid); }

.work {
  background:
    radial-gradient(circle at 86% 5%, rgba(125, 167, 255, 0.055), transparent 28rem),
    #0e1215;
  color: var(--ink);
}

.project-card {
  background: #151a1e;
  border-color: rgba(242, 240, 232, 0.11);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.project-card:hover { box-shadow: 0 34px 80px rgba(0, 0, 0, 0.42); }
.project-visual,
.project-featured .project-visual,
.project-wide .project-visual { border-color: rgba(242, 240, 232, 0.1); }
.project-meta { color: #8f958e; }
.project-meta span:last-child { color: var(--acid); }
.project-lead { color: #e8e5dc; }
.project-body > p:not(.project-lead) { color: #a8ada6; }
.project-tags li {
  color: #c4c7c0;
  border-color: rgba(242, 240, 232, 0.16);
  background: rgba(242, 240, 232, 0.035);
}
.project-link { color: var(--acid); }
.project-link:hover { color: #e3ffa8; }

.media-usaw { background: #24211d; }
.media-protagons { background: #222218; }
.media-sales { background: #17231d; }
.media-sitular { background: #1c1b25; }
.media-thought { background: #172128; }
.visual-pdf {
  background:
    radial-gradient(circle at 82% 20%, rgba(125, 167, 255, 0.09), transparent 16rem),
    #17221f;
}

.media-caption { color: rgba(242, 240, 232, 0.62); }
.media-chrome span,
.media-chrome span:nth-child(2) { background: #8b8e89; }
.media-chrome span:nth-child(3) { background: var(--acid); }
.float-note,
.note-warm,
.note-yellow,
.note-mint,
.note-violet,
.note-sky {
  background: #11161a;
  border-color: rgba(242, 240, 232, 0.22);
  color: var(--acid);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.enterprise {
  background:
    radial-gradient(circle at 90% 8%, rgba(125, 167, 255, 0.06), transparent 30rem),
    #0b0e11;
}
.enterprise::before { color: rgba(242, 240, 232, 0.025); }
.enterprise-case {
  background: #13181c;
  border-color: rgba(242, 240, 232, 0.12);
  box-shadow: 0 34px 95px rgba(0, 0, 0, 0.4);
}
.enterprise-media {
  background:
    linear-gradient(rgba(242,240,232,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,240,232,.05) 1px, transparent 1px),
    linear-gradient(135deg, #17201d, #23322c 58%, #1a2226);
  background-size: 3.5rem 3.5rem, 3.5rem 3.5rem, auto;
}
.enterprise-glow { background: var(--acid); opacity: 0.24; filter: blur(18px); }
.note-caat { background: var(--acid); color: #0b0e11; }
.enterprise-lead,
.enterprise-scope p { color: #a8ada6; }
.enterprise-workstream {
  display: grid;
  grid-template-columns: minmax(13rem, 0.7fr) minmax(18rem, 1.3fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin: clamp(3rem, 6vw, 5rem) 0 0;
  padding: 1.8rem 0;
  border-block: 1px solid rgba(242, 240, 232, 0.13);
}
.enterprise-workstream h4 { margin: 0.8rem 0 0; font-size: clamp(1.8rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -0.05em; }
.enterprise-workstream > p { margin: 0; color: #a8ada6; font-size: 0.9rem; }
.enterprise-metrics,
.enterprise-scope { border-color: rgba(242, 240, 232, 0.13); }
.enterprise-metrics div,
.enterprise-scope > div + div { border-color: rgba(242, 240, 232, 0.13); }
.enterprise-metrics span { color: #939991; }
.enterprise-footer .project-tags li { background: rgba(242, 240, 232, 0.035); }
.enterprise-principle {
  display: grid;
  grid-template-columns: minmax(11rem, 0.55fr) minmax(18rem, 1.45fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  margin: clamp(2.5rem, 5vw, 4rem) 0 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(125, 167, 255, 0.28);
  border-left: 0.35rem solid var(--acid);
  border-radius: 0 1.2rem 1.2rem 0;
  background: rgba(125, 167, 255, 0.045);
}
.enterprise-principle span { color: var(--acid); font-size: 0.58rem; font-weight: 900; letter-spacing: 0.15em; }
.enterprise-principle p { margin: 0; color: #ece9e0; font: 400 clamp(1.35rem, 2.3vw, 2.2rem)/1.25 Georgia, serif; }

.approach {
  background:
    radial-gradient(circle at 88% 18%, rgba(125, 167, 255, 0.08), transparent 26rem),
    #131914;
}
.approach-grid,
.approach-grid li { border-color: rgba(242, 240, 232, 0.17); }
.approach-grid span { color: var(--acid); }
.approach-grid p { color: #a8ada6; }

.about { background: #0b0e11; }
.about-copy > p,
.about-copy > p:first-child { color: #afb3ac; }
.about-copy > p:first-child { color: #ece9e0; }
.capability-list span { border-color: rgba(242, 240, 232, 0.16); }

.journey {
  background:
    radial-gradient(circle at 90% 12%, rgba(125, 167, 255, 0.055), transparent 27rem),
    #101519;
}
.journey-grid,
.journey-entry { border-color: rgba(242, 240, 232, 0.14); }
.journey-entry::before { background: rgba(242, 240, 232, 0.025); }
.journey-year i { background: rgba(242, 240, 232, 0.24); }
.journey-detail > p { color: #a8ada6; }
.journey-detail li {
  color: #c4c7c0;
  border-color: rgba(242, 240, 232, 0.15);
  background: rgba(242, 240, 232, 0.035);
}
.journey-current::after { color: #0b0e11; }

.omers-work {
  padding: clamp(3rem, 7vw, 6rem) 0;
  border-bottom: 1px solid rgba(242, 240, 232, 0.14);
}

.omers-work-intro {
  display: grid;
  grid-template-columns: minmax(13rem, 0.7fr) minmax(18rem, 1fr) minmax(17rem, 0.8fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2.2rem, 5vw, 4rem);
}

.omers-work-intro .eyebrow { align-self: start; color: var(--acid); }
.omers-work-intro h3 { margin: 0; max-width: 14ch; font-size: clamp(2.2rem, 4.5vw, 5rem); line-height: 0.98; letter-spacing: -0.055em; }
.omers-work-intro > p:last-child { margin: 0; color: #a8ada6; font-size: 0.92rem; }

.omers-platform-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1rem, 2vw, 1.5rem); }
.omers-platform-card {
  display: grid;
  grid-template-rows: clamp(18rem, 28vw, 27rem) 1fr;
  overflow: hidden;
  min-width: 0;
  border: 1px solid rgba(242, 240, 232, 0.12);
  border-radius: 1.8rem;
  background: #151a1e;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  transition: transform 300ms cubic-bezier(.2,.8,.2,1), border-color 300ms ease, box-shadow 300ms ease;
}
.omers-platform-card:hover { transform: translateY(-6px); border-color: rgba(125, 167, 255, 0.28); box-shadow: 0 34px 78px rgba(0,0,0,.4); }
.omers-platform-visual { position: relative; overflow: hidden; min-height: 18rem; border-bottom: 1px solid rgba(242, 240, 232, 0.11); }
.omers-platform-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(1.5rem, 3vw, 2.7rem); }
.omers-platform-copy h4 { margin: 2rem 0 0.8rem; font-size: clamp(2rem, 3vw, 3.3rem); line-height: 0.98; letter-spacing: -0.05em; }
.omers-platform-copy > p { margin: 0; color: #a8ada6; font-size: 0.9rem; }
.omers-platform-copy .project-link,
.omers-platform-copy .historical-label { margin-top: auto; }
.historical-label { color: #8f958e; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.visual-eaccess {
  padding: clamp(1.3rem, 3vw, 2.4rem);
  background:
    radial-gradient(circle at 82% 20%, rgba(125, 167, 255, 0.11), transparent 16rem),
    linear-gradient(145deg, #14231f, #0c1516);
}
.platform-bar { display: flex; align-items: center; justify-content: space-between; color: var(--ink); }
.platform-bar span { font-size: 1.15rem; font-weight: 900; letter-spacing: -0.04em; }
.platform-bar i { color: #87958d; font-size: 0.52rem; font-style: normal; font-weight: 800; letter-spacing: 0.13em; }
.platform-dashboard {
  display: grid;
  grid-template-columns: 4rem 1fr;
  height: 68%;
  margin-top: 1.5rem;
  overflow: hidden;
  border: 1px solid rgba(242,240,232,.16);
  border-radius: 1rem;
  background: #11181b;
  box-shadow: 0 24px 50px rgba(0,0,0,.32);
  transform: rotate(-1deg);
}
.platform-nav { display: flex; flex-direction: column; gap: 0.75rem; padding: 1rem; border-right: 1px solid rgba(242,240,232,.1); background: #0a1012; }
.platform-nav b { display: block; height: 0.45rem; border-radius: 999px; background: #4c5b55; }
.platform-nav b:first-child { background: var(--acid); }
.platform-content { padding: 1.7rem; }
.platform-content > span { color: var(--acid); font-size: 0.5rem; font-weight: 850; letter-spacing: 0.14em; }
.platform-content strong { display: block; margin-top: 0.55rem; font-size: clamp(1.3rem, 2.5vw, 2.6rem); line-height: 1; letter-spacing: -0.045em; }
.platform-content div { display: grid; gap: 0.65rem; margin-top: 1.5rem; }
.platform-content i { display: block; height: 0.45rem; border-radius: 99px; background: #34413d; }
.platform-content i:nth-child(2) { width: 72%; }
.platform-content i:nth-child(3) { width: 86%; }
.platform-signal { position: absolute; right: 1.5rem; bottom: 1.15rem; color: #aab4ad; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.platform-signal span { display: inline-block; width: 0.48rem; aspect-ratio: 1; margin-right: 0.4rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(125,167,255,.1); }

.visual-omers-web {
  padding: clamp(1.3rem, 3vw, 2.4rem);
  background:
    linear-gradient(rgba(242,240,232,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,240,232,.04) 1px, transparent 1px),
    #1d1b18;
  background-size: 2.6rem 2.6rem;
}
.archive-stamp { position: absolute; z-index: 3; right: 1.2rem; top: 1.2rem; padding: 0.45rem 0.6rem; border: 1px solid var(--acid); color: var(--acid); font: 800 0.55rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; transform: rotate(2deg); }
.archive-browser { width: 86%; height: 78%; margin: 1.25rem auto 0; padding: 1.2rem; border: 1px solid rgba(242,240,232,.18); border-radius: 0.8rem; background: #ece9df; color: #151a1e; box-shadow: 0 25px 55px rgba(0,0,0,.32); transform: rotate(1.5deg); }
.archive-browser > div { display: flex; align-items: center; gap: 0.35rem; padding-bottom: 0.8rem; border-bottom: 1px solid rgba(21,26,30,.16); }
.archive-browser > div span { width: 0.42rem; aspect-ratio: 1; border-radius: 50%; background: #777b76; }
.archive-browser > div b { margin-left: auto; font-size: 0.5rem; letter-spacing: 0.12em; }
.archive-browser p { margin: clamp(1.8rem, 4vw, 3.4rem) 0 1.1rem; font: 400 clamp(1.5rem, 3.5vw, 3.3rem)/0.92 Georgia, serif; letter-spacing: -0.05em; }
.archive-browser > i { display: block; width: 86%; height: 0.36rem; margin-top: 0.55rem; border-radius: 99px; background: #c8c5bc; }
.archive-browser > i:nth-of-type(2) { width: 62%; }
.archive-browser > i:nth-of-type(3) { width: 74%; }
.archive-note { position: absolute; left: 1.2rem; bottom: 1rem; color: #a7a199; font-size: 0.55rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

.legacy-work {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  min-width: 0;
  overflow: hidden;
  margin-top: clamp(3rem, 7vw, 6rem);
  border: 1px solid rgba(242, 240, 232, 0.12);
  border-radius: 2rem;
  background: #151a1e;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}
.legacy-visual {
  position: relative;
  min-height: 42rem;
  overflow: hidden;
  padding: clamp(2rem, 4vw, 4rem);
  border-right: 1px solid rgba(242, 240, 232, 0.1);
  background:
    linear-gradient(rgba(242,240,232,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242,240,232,.035) 1px, transparent 1px),
    radial-gradient(circle at 72% 22%, rgba(125,167,255,.1), transparent 19rem),
    #0d1618;
  background-size: 3rem 3rem, 3rem 3rem, auto, auto;
  transform-style: preserve-3d;
}
.legacy-orbit { position: absolute; right: -8rem; bottom: -9rem; width: 26rem; aspect-ratio: 1; border: 1px solid rgba(125,167,255,.2); border-radius: 50%; box-shadow: 0 0 0 4rem rgba(125,167,255,.025), 0 0 0 8rem rgba(125,167,255,.018); }
.legacy-browser {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 33rem;
  overflow: hidden;
  border: 1px solid rgba(242,240,232,.18);
  border-radius: 1.1rem;
  background: #f3f1eb;
  color: #172126;
  box-shadow: 0 28px 65px rgba(0,0,0,.38);
  transform: translate3d(0, var(--parallax-y, 0), 2rem) rotate(-1deg);
}
.legacy-browser-bar { display: flex; align-items: center; gap: 0.35rem; height: 2.2rem; padding: 0 0.9rem; border-bottom: 1px solid rgba(23,33,38,.12); background: #e3e0d8; }
.legacy-browser-bar span { width: 0.48rem; aspect-ratio: 1; border-radius: 50%; background: #8d918b; }
.legacy-browser-bar span:last-of-type { background: #5f8e78; }
.legacy-browser-bar b { margin-left: auto; color: #737973; font-size: 0.52rem; letter-spacing: 0.08em; }
.legacy-site-head { display: flex; align-items: center; gap: 1rem; min-height: 4.4rem; padding: 0.7rem 1.1rem; border-bottom: 1px solid rgba(23,33,38,.12); }
.legacy-site-head img { width: min(13rem, 42%); height: auto; }
.legacy-site-head span { margin-left: auto; color: #637077; font-size: 0.42rem; font-weight: 850; letter-spacing: 0.08em; }
.legacy-site-body { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 0.9rem; padding: 1.1rem; }
.legacy-feature { position: relative; min-height: 23rem; overflow: hidden; padding: 1.2rem; background: #172126; color: #f2f0e8; }
.legacy-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; image-rendering: auto; opacity: 0.46; filter: grayscale(1) contrast(1.1); }
.legacy-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(10,16,18,.92)); }
.legacy-feature span,
.legacy-feature strong { position: relative; z-index: 2; display: block; }
.legacy-feature span { color: var(--acid); font-size: 0.5rem; font-weight: 850; letter-spacing: 0.13em; }
.legacy-feature strong { max-width: 9ch; margin-top: 12rem; font: 400 clamp(1.7rem, 3vw, 3rem)/0.98 Georgia, serif; letter-spacing: -0.04em; }
.legacy-stories { display: grid; gap: 0.9rem; }
.legacy-stories i { position: relative; display: block; min-height: 6.8rem; background: linear-gradient(135deg, #d7d6cf, #b8c2bd); }
.legacy-stories i::after { content: "RESEARCH STORY"; position: absolute; left: 0.7rem; bottom: 0.65rem; color: #394248; font: 850 0.45rem/1 sans-serif; letter-spacing: 0.1em; }
.legacy-stories i:nth-child(2) { background: linear-gradient(135deg, #c6d2ce, #91a49c); }
.legacy-stories i:nth-child(3) { background: linear-gradient(135deg, #d5c9ba, #aaa096); }
.legacy-badge { position: absolute; z-index: 4; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: 0.55rem; padding: 0.6rem 0.75rem; border: 1px solid rgba(11,14,17,.2); border-radius: 0.75rem; background: var(--acid); color: #0b0e11; box-shadow: 0 14px 32px rgba(0,0,0,.25); transform: rotate(2deg); }
.legacy-badge strong { font-size: 1.15rem; line-height: 1; }
.legacy-badge span { font-size: 0.54rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.legacy-copy { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(2rem, 5vw, 4.5rem); }
.legacy-copy .enterprise-kicker { margin: clamp(2.5rem, 5vw, 4rem) 0 1rem; }
.legacy-copy h3 { max-width: 10ch; margin: 0; font-size: clamp(2.7rem, 5vw, 5.5rem); line-height: 0.93; letter-spacing: -0.065em; }
.legacy-lead { margin: 1.8rem 0 0; color: #aeb3ac; font: 400 clamp(1.05rem, 1.55vw, 1.3rem)/1.5 Georgia, serif; }
.legacy-proof { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin: 2.5rem 0 0.4rem; border-block: 1px solid rgba(242,240,232,.13); }
.legacy-proof div { display: flex; flex-direction: column; gap: 0.4rem; padding: 1.35rem 1rem; border-right: 1px solid rgba(242,240,232,.13); }
.legacy-proof div:first-child { padding-left: 0; }
.legacy-proof div:last-child { border-right: 0; }
.legacy-proof strong { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; letter-spacing: -0.05em; }
.legacy-proof span { color: #929890; font-size: 0.54rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.legacy-copy .project-link { margin-top: auto; }

.contact {
  background:
    radial-gradient(circle at 16% 25%, rgba(125, 167, 255, 0.09), transparent 25rem),
    radial-gradient(circle at 86% 76%, rgba(128, 159, 144, 0.07), transparent 28rem),
    #0d1215;
}
.contact-inner > p:not(.eyebrow) { color: #bfc2bb; }
.button-light { background: var(--acid); color: #0b0e11; box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3); }
.button-light:hover { background: #9bbcff; color: #0b0e11; }
.social-link { color: var(--ink); }
.site-footer { background: #07090b; color: var(--ink); }

@media (max-width: 960px) {
  .legacy-work { grid-template-columns: 1fr; }
  .legacy-visual { min-height: 34rem; border-right: 0; border-bottom: 1px solid rgba(242,240,232,.1); }
  .legacy-browser { min-height: 28rem; }
}

@media (max-width: 720px) {
  .site-nav { background: rgba(11, 14, 17, 0.98); }
  .enterprise-metrics div,
  .enterprise-scope > div + div { border-color: rgba(242, 240, 232, 0.13); }
  .enterprise-workstream,
  .enterprise-principle { grid-template-columns: 1fr; gap: 1.1rem; }
  .omers-work-intro,
  .omers-platform-grid { grid-template-columns: 1fr; }
  .omers-work-intro { gap: 1.2rem; }
  .omers-platform-card { grid-template-rows: 20rem 1fr; border-radius: 1.35rem; }
  .omers-platform-card:hover { transform: none; }
  .platform-dashboard { grid-template-columns: 3.2rem 1fr; }
  .legacy-work { border-radius: 1.35rem; }
  .legacy-visual { min-height: 28rem; padding: 1.2rem; }
  .legacy-browser { min-height: 24rem; }
  .legacy-site-head span { display: none; }
  .legacy-site-head img { width: 13rem; max-width: 72%; }
  .legacy-feature { min-height: 18rem; }
  .legacy-feature strong { margin-top: 9rem; }
  .legacy-stories i { min-height: 5rem; }
  .legacy-proof { grid-template-columns: 1fr; }
  .legacy-proof div,
  .legacy-proof div:first-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid rgba(242,240,232,.13); }
  .legacy-proof div:last-child { border-bottom: 0; }
}

/* Refined case-study presentation */
.section-heading {
  grid-template-columns: minmax(0, 1.55fr) minmax(17rem, 0.7fr);
  column-gap: clamp(2rem, 7vw, 8rem);
  row-gap: 1.25rem;
  align-items: end;
}
.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}
.section-heading h2 { max-width: 13ch; }
.section-heading > p:last-child {
  max-width: 30rem;
  justify-self: end;
  padding-bottom: 0.25rem;
}

.media-sales {
  background:
    radial-gradient(circle at 78% 20%, rgba(125, 167, 255, 0.12), transparent 16rem),
    #17201b;
}
.media-sales .media-window img {
  object-position: 24% 20%;
  transform: scale(1.015);
}
.media-pdf {
  background:
    radial-gradient(circle at 80% 18%, rgba(68, 153, 142, 0.16), transparent 19rem),
    #102321;
}
.media-pdf .media-window img {
  object-position: 10% 12%;
  transform: scale(1.015);
}
.media-sitular .media-window img.sitular-active-image {
  width: 142%;
  max-width: none;
  object-position: 100% 8%;
  transform: translateX(-28%) scale(1.015);
}
.project-card:hover .media-sitular .media-window img.sitular-active-image { transform: translateX(-28%) scale(1.035); }
.media-thought .media-window img {
  object-position: center;
  filter: hue-rotate(140deg) saturate(0.82) contrast(1.04);
}

.about-portrait {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 2rem;
}
.about-portrait img {
  width: clamp(5.25rem, 8vw, 7rem);
  aspect-ratio: 1;
  object-fit: cover;
  border: 3px solid var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(125, 167, 255, 0.07), 0 18px 42px rgba(0, 0, 0, 0.28);
}
.about-portrait figcaption { display: grid; gap: 0.25rem; }
.about-portrait strong { color: var(--ink); font-size: 1rem; }
.about-portrait span { color: #8f958e; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

@media (max-width: 720px) {
  .section-heading { grid-template-columns: 1fr; gap: 1.1rem; }
  .section-heading .eyebrow { grid-column: auto; }
  .section-heading > p:last-child { justify-self: start; padding-bottom: 0; }
  .media-sitular .media-window img.sitular-active-image { width: 150%; transform: translateX(-31%) scale(1.015); }
  .project-card:hover .media-sitular .media-window img.sitular-active-image { transform: translateX(-31%) scale(1.015); }
}

/* Editorial typography and product-field explorations */
:root {
  --acid: #7da7ff;
  --blue: #7da7ff;
  --coral: #c77c67;
  --font-body: "Segoe UI Variable Text", "Aptos", "Segoe UI", sans-serif;
  --font-display: "Arial Narrow", "Segoe UI Variable Display", "Aptos Display", "Helvetica Neue", sans-serif;
  --font-editorial: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --font-label: "Cascadia Mono", "SFMono-Regular", Consolas, monospace;
}

body { font-family: var(--font-body); }
.eyebrow,
.field-index,
.field-foot,
.project-meta,
.system-label,
.journey-year { font-family: var(--font-label); }

.hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(25rem, 0.88fr);
  gap: clamp(3rem, 6vw, 7rem);
  background:
    linear-gradient(115deg, rgba(125, 167, 255, 0.05), transparent 34%),
    radial-gradient(circle at 82% 20%, rgba(199, 124, 103, 0.08), transparent 25rem),
    #0b0e11;
}

.hero-copy { max-width: 66rem; }
.hero .eyebrow { margin-bottom: clamp(1.8rem, 3vw, 3rem); color: #aeb4bd; }
.status-dot { background: var(--acid); box-shadow: 0 0 0 5px rgba(125, 167, 255, 0.11); }

.hero h1 {
  max-width: none;
  font-family: var(--font-display);
  font-size: clamp(3.8rem, 6.15vw, 7.15rem);
  font-weight: 760;
  font-stretch: condensed;
  line-height: 0.99;
  letter-spacing: -0.052em;
  text-wrap: balance;
}
.hero-line { display: block; white-space: nowrap; }
.hero h1 em {
  display: inline-block;
  color: var(--acid);
  background: none;
  font-family: var(--font-editorial);
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.035em;
  transform: translateY(-0.02em) rotate(-1.5deg);
  animation: none;
}
.hero h1 strong {
  color: transparent;
  font: inherit;
  -webkit-text-stroke: 1.5px rgba(242, 240, 232, 0.72);
}
.hero-intro {
  max-width: 43rem;
  margin-top: clamp(2rem, 3.5vw, 3.25rem);
  color: #aeb4bd;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.72;
}

.section-heading h2,
.project-body h3,
.enterprise-copy h3,
.journey-company h3,
.omers-work-intro h3,
.omers-platform-copy h4,
.legacy-copy h3,
.contact-inner h2 {
  font-family: var(--font-display);
  line-height: 1;
  letter-spacing: -0.045em;
}
.section-heading h2 { line-height: 1.02; }
.project-lead,
.legacy-lead { font-family: var(--font-editorial); }
.contact-inner h2 { line-height: 0.94; }

.hero-system {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: clamp(34rem, 63vh, 43rem);
  padding: clamp(1.15rem, 2vw, 1.65rem);
  overflow: hidden;
  border: 1px solid rgba(242, 240, 232, 0.14);
  border-radius: 1.5rem 1.5rem 5.5rem 1.5rem;
  background:
    linear-gradient(rgba(242, 240, 232, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 240, 232, 0.035) 1px, transparent 1px),
    #11171c;
  background-size: 2.4rem 2.4rem, 2.4rem 2.4rem, auto;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.44);
  transform: none;
}
.hero-system::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, transparent 58%, rgba(125, 167, 255, 0.08));
}

.field-head,
.field-foot { position: relative; z-index: 2; }
.field-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid rgba(242, 240, 232, 0.12); }
.field-head > div:first-child { display: grid; gap: 0.3rem; }
.field-index { color: var(--acid); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.12em; }
.field-head strong { color: #dfe4ed; font-size: 0.82rem; font-weight: 700; }
.field-switch { display: inline-flex; gap: 0.2rem; padding: 0.22rem; border: 1px solid rgba(242, 240, 232, 0.12); border-radius: 999px; background: rgba(6, 9, 12, 0.58); }
.field-switch button {
  min-height: 1.9rem;
  padding: 0.36rem 0.62rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8f98a4;
  font: 700 0.62rem/1 var(--font-body);
  cursor: pointer;
}
.field-switch button[aria-selected="true"] { background: var(--acid); color: #0a1015; }
.field-switch button:focus-visible { outline-offset: 2px; }

.field-stage { position: relative; z-index: 2; min-height: 25rem; }
.field-panel { height: 100%; min-height: 25rem; padding: clamp(1.5rem, 3vw, 2.4rem) 0.2rem; }
.field-panel.is-active { animation: field-panel-in 360ms cubic-bezier(.2,.8,.2,1) both; }

.field-flow { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.field-flow li { position: relative; display: grid; grid-template-columns: 2.3rem 1fr; gap: 1rem; min-height: 5.5rem; }
.field-flow li > span { color: var(--acid); font: 750 0.62rem/1 var(--font-label); }
.field-flow li > div { display: grid; align-content: start; gap: 0.35rem; padding-bottom: 1.35rem; border-bottom: 1px solid rgba(242, 240, 232, 0.1); }
.field-flow li:last-child > div { border-bottom: 0; }
.field-flow strong { color: #f0f2f5; font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.05; }
.field-flow small { max-width: 26rem; color: #89929c; font-size: 0.72rem; line-height: 1.45; }
.field-flow i { position: absolute; left: 0.28rem; top: 1.25rem; bottom: 0; width: 1px; background: linear-gradient(var(--acid), rgba(125, 167, 255, 0.08)); }
.field-flow li:last-child i { display: none; }

.field-stack { position: relative; min-height: 24rem; perspective: 900px; }
.field-stack article {
  position: absolute;
  left: calc(var(--layer, 0) * 4%);
  right: calc((3 - var(--layer, 0)) * 3.5%);
  top: calc(var(--layer, 0) * 3.3rem);
  min-height: 8.8rem;
  padding: 1.2rem 1.3rem;
  border: 1px solid rgba(242, 240, 232, 0.14);
  border-radius: 1rem;
  background: #151d25;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.28);
  transform: rotate(calc((var(--layer, 0) - 1.5) * 0.7deg));
}
.field-stack article:nth-child(1) { --layer: 3; z-index: 4; background: #202f43; }
.field-stack article:nth-child(2) { --layer: 2; z-index: 3; background: #1b2735; }
.field-stack article:nth-child(3) { --layer: 1; z-index: 2; background: #17212a; }
.field-stack article:nth-child(4) { --layer: 0; z-index: 1; background: #131a20; }
.field-stack article span { display: block; color: var(--acid); font: 750 0.56rem/1 var(--font-label); letter-spacing: 0.12em; }
.field-stack article strong { display: block; margin-top: 0.7rem; font: 720 clamp(1.25rem, 2vw, 1.7rem)/1 var(--font-display); letter-spacing: -0.035em; }
.field-stack article small { display: block; margin-top: 0.45rem; color: #9099a3; font-size: 0.68rem; }

.field-signals { display: grid; align-content: center; min-height: 24rem; gap: 1.25rem; }
.signal-readout { display: grid; grid-template-columns: 4.6rem 1fr; gap: 0.35rem 1rem; align-items: end; }
.signal-readout > span { grid-row: 1 / 3; align-self: center; color: #77818d; font: 750 0.54rem/1 var(--font-label); letter-spacing: 0.1em; }
.signal-readout strong { font-size: 0.86rem; }
.signal-readout i { position: relative; display: block; height: 0.42rem; overflow: hidden; border-radius: 999px; background: rgba(242, 240, 232, 0.08); }
.signal-readout i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--signal); border-radius: inherit; background: linear-gradient(90deg, #3e5f9d, var(--acid)); transform-origin: left; animation: signal-grow 850ms cubic-bezier(.2,.8,.2,1) both; }
.signal-output { padding-top: 1.25rem; border-top: 1px solid rgba(242, 240, 232, 0.12); }
.signal-output strong { color: var(--acid); }
.field-signals p { margin: 0.5rem 0 0 5.6rem; color: #9da6b0; font-size: 0.68rem; }
.field-signals p span { display: inline-block; width: 0.45rem; aspect-ratio: 1; margin-right: 0.5rem; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 4px rgba(125, 167, 255, 0.1); }

.field-foot { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid rgba(242, 240, 232, 0.12); color: #78828d; font-size: 0.54rem; font-weight: 750; letter-spacing: 0.11em; }
.field-foot span:first-child { color: var(--acid); }

@keyframes field-panel-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes signal-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 58rem; }
  .hero-system { min-height: 36rem; }
}

@media (max-width: 720px) {
  .hero h1 { font-size: clamp(3.15rem, 15vw, 5.15rem); line-height: 1.01; letter-spacing: -0.055em; }
  .hero-line { white-space: normal; }
  .hero-system { min-height: 35rem; padding: 1rem; border-radius: 1.15rem 1.15rem 3.2rem 1.15rem; }
  .field-head { display: grid; }
  .field-switch { justify-self: start; }
  .field-stage,
  .field-panel { min-height: 25rem; }
}

@media (prefers-reduced-motion: reduce) {
  .field-panel.is-active,
  .signal-readout i::after { animation: none !important; }
}

/* Quiet layout pass: fewer competing layers, more breathing room */
.section { padding-block: clamp(6.5rem, 10vw, 10rem); }
.section-heading {
  max-width: 76rem;
  margin-bottom: clamp(3.5rem, 6vw, 5.5rem);
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.55fr);
}
.section-heading h2 { max-width: 14ch; font-size: clamp(2.8rem, 4.6vw, 5rem); }
.section-heading > p:last-child { max-width: 27rem; color: #939ba4; line-height: 1.65; }

.hero {
  min-height: 94svh;
  padding-bottom: clamp(4rem, 7vw, 7rem);
}
.hero-actions { margin-top: 2rem; }
.hero-system {
  grid-template-rows: auto 1fr;
  min-height: clamp(29rem, 52vh, 35rem);
  border-radius: 1.35rem;
  background: #11171c;
  background-image: none;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}
.hero-system::before { display: none; }
.field-head { padding-bottom: 1rem; }
.field-head > div:first-child strong { display: none; }
.field-foot { display: none; }
.field-stage,
.field-panel { min-height: 21.5rem; }
.field-panel { padding-block: 1.6rem; }
.field-stack,
.field-signals { min-height: 20rem; }
.field-stack article { top: calc(var(--layer, 0) * 2.7rem); min-height: 7.8rem; padding: 1rem 1.15rem; }
.field-flow li { min-height: 4.7rem; }
.field-flow li > div { padding-bottom: 1rem; }
.field-flow small { color: #7f8994; }

.float-note,
.enterprise-glow,
.legacy-orbit,
.contact-orbit { display: none !important; }

.work,
.enterprise,
.approach,
.journey,
.contact {
  background-image: none;
}
.work { background-color: #0d1114; }
.enterprise,
.about { background-color: #0b0e11; }
.approach { background-color: #101519; }
.journey { background-color: #0d1216; }
.contact { background-color: #111820; }

.project-grid {
  gap: clamp(1rem, 2vw, 1.5rem);
  border: 0;
  background: transparent;
}
.project-card {
  overflow: hidden;
  border: 1px solid rgba(242, 240, 232, 0.1);
  border-radius: 1.35rem;
  box-shadow: none;
}
.project-card:hover {
  border-color: rgba(125, 167, 255, 0.25);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
}
.project-featured .project-visual,
.project-wide .project-visual { border-right-color: rgba(242, 240, 232, 0.09); }
.project-body { padding: clamp(1.7rem, 3vw, 2.6rem); }
.project-body h3 { margin-top: 1.65rem; font-size: clamp(2rem, 3.2vw, 3.7rem); }
.project-body > p:not(.project-lead) { max-width: 40rem; line-height: 1.7; }
.project-card .project-tags { display: none; }
.project-meta { grid-template-columns: auto 1fr; }
.project-meta span:nth-child(2) { display: none; }
.project-meta span:last-child { justify-self: end; }
.media-caption { opacity: 0.72; }
.media-visual { padding: clamp(1.35rem, 3vw, 2.5rem); }
.media-window {
  border-radius: 1rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  transform: translate3d(0, var(--parallax-y, 0), 2.5rem);
}
.project-card:hover .media-window img { transform: scale(1.02); }
.media-sales,
.media-pdf { background-image: none; }
.media-sales { background-color: #17201b; }
.media-pdf { background-color: #102321; }

.enterprise-case {
  border-radius: 1.4rem;
  box-shadow: none;
}
.enterprise-media { background-image: none; background-color: #15201e; }
.enterprise-workstream {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  border-bottom: 0;
}
.enterprise-principle {
  padding: clamp(1.5rem, 3vw, 2.2rem) 0 0;
  border: 0;
  border-top: 1px solid rgba(242, 240, 232, 0.12);
  border-radius: 0;
  background: transparent;
}
.enterprise-footer .project-tags { display: none; }
.enterprise-footer { justify-content: flex-end; }

.approach-grid { border-bottom: 0; }
.approach-grid li { padding: clamp(1.5rem, 3vw, 2.5rem); }
.approach-grid h3 { font-size: 1.25rem; }

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.5rem;
  margin-top: 2rem;
}
.capability-list span {
  padding: 0;
  border: 0;
  background: transparent;
  color: #aeb5bd;
}
.capability-list span::before { content: "— "; color: var(--acid); }

.journey-grid { border-top: 0; }
.journey-entry {
  padding-block: clamp(3rem, 5vw, 4.75rem);
  border-top: 1px solid rgba(242, 240, 232, 0.11);
  border-bottom: 0;
}
.journey-entry::before { display: none; }
.journey-detail ul { display: none; }
.journey-current::after {
  padding: 0;
  background: transparent;
  color: var(--acid);
}
.omers-work { padding-block: clamp(4rem, 7vw, 6rem); }
.omers-platform-grid { gap: 1.5rem; }
.omers-platform-card {
  border-radius: 1.3rem;
  box-shadow: none;
}
.omers-platform-card:hover { transform: none; box-shadow: none; border-color: rgba(125, 167, 255, 0.22); }
.omers-platform-card .project-tags { display: none; }
.legacy-work { border-radius: 1.35rem; box-shadow: none; }
.legacy-work .project-tags { display: none; }
.legacy-visual { background-image: none; background-color: #0d1618; }

.contact { min-height: 68vh; }
.contact-inner { max-width: 54rem; }
.contact-inner h2 { font-size: clamp(3.7rem, 8vw, 7.6rem); }
.contact-inner > p:not(.eyebrow) { color: #aeb6c0; }
.social-links { margin-top: 1.5rem; }
.site-footer { background: #080b0e; }

@media (max-width: 960px) {
  .hero-system { min-height: 30rem; }
  .project-card,
  .project-featured,
  .project-wide { border-radius: 1.2rem; }
}

@media (max-width: 720px) {
  .section-heading { grid-template-columns: 1fr; }
  .capability-list { grid-template-columns: 1fr; }
  .hero-system { min-height: 31rem; }
  .field-stage,
  .field-panel { min-height: 23rem; }
}

/* Accessibility hardening: WCAG 2.1 AA baseline with selected AAA enhancements */
.hero h1 strong {
  color: #eef1f5;
  -webkit-text-stroke: 0;
}

:focus-visible {
  outline: 3px solid #9bbcff;
  outline-offset: 4px;
  border-radius: 0.2rem;
}

.skip-link,
.brand,
.site-nav a,
.menu-button,
.field-switch button,
.project-link,
.journey-link,
.social-link {
  min-height: 2.75rem;
}
.brand,
.site-nav a,
.project-link,
.journey-link,
.social-link {
  display: inline-flex;
  align-items: center;
}
.menu-button { min-width: 2.75rem; place-content: center; }
.field-switch button { min-width: 2.75rem; padding-inline: 0.75rem; font-size: 0.72rem; }

.project-link,
.journey-link,
.social-link,
.site-footer a:not(.brand) {
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.32em;
}

.eyebrow,
.field-index,
.project-meta,
.media-caption,
.enterprise-kicker,
.historical-label,
.journey-year {
  font-size: max(0.72rem, 12px);
  line-height: 1.4;
}
.field-flow small,
.field-stack article small,
.field-signals p,
.signal-readout > span { color: #aeb6c0; font-size: max(0.72rem, 12px); line-height: 1.5; }
.field-head strong,
.signal-readout strong { font-size: max(0.82rem, 14px); }

.field-panel:focus-visible {
  outline-offset: -2px;
}

section[id],
#top { scroll-margin-top: 6.5rem; }

@media (max-width: 720px) {
  html:not(.js) .site-header { position: static; flex-wrap: wrap; }
  html:not(.js) .menu-button { display: none; }
  html:not(.js) .site-nav {
    position: static;
    display: flex;
    flex-basis: 100%;
    padding: 0.75rem 0;
    border: 0;
    background: transparent;
  }
}

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

@media (prefers-contrast: more) {
  :root { --muted: #d1d5da; --line: rgba(255, 255, 255, 0.42); }
  .hero-intro,
  .section-heading > p:last-child,
  .project-body > p:not(.project-lead),
  .journey-detail > p,
  .contact-inner > p:not(.eyebrow) { color: #e0e3e7; }
  .project-card,
  .hero-system,
  .enterprise-case,
  .omers-platform-card,
  .legacy-work { border-color: rgba(255, 255, 255, 0.5); }
}

@media (forced-colors: active) {
  * { box-shadow: none !important; }
  body,
  .site-header,
  .hero,
  .hero-system,
  .project-card,
  .enterprise-case,
  .approach,
  .about,
  .journey,
  .contact,
  .site-footer { background: Canvas !important; color: CanvasText !important; }
  a { color: LinkText; }
  .button,
  .nav-cta,
  .field-switch button { border: 1px solid ButtonText; background: ButtonFace; color: ButtonText; }
  .field-switch button[aria-selected="true"] { border: 2px solid Highlight; }
  :focus-visible { outline: 3px solid Highlight; }
  img { forced-color-adjust: none; }
}

/* July 2026 refinement: single hero flow and YSAW case study */
.field-head { align-items: center; }
.field-head > div:first-child strong { display: block; }
.field-panel-static { padding-block: 1rem; }
.field-flow li {
  min-height: 0;
  padding-block: 1.05rem 1.2rem;
}
.field-flow li:first-child { padding-top: 0.35rem; }
.field-flow li:last-child { padding-bottom: 0.35rem; }
.field-flow li > span { padding-top: 0.12rem; }
.field-flow li > div {
  gap: 0.45rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.field-flow li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 3.3rem;
  height: 1px;
  background: rgba(242, 240, 232, 0.1);
}
.field-flow i {
  top: 2rem;
  bottom: -1rem;
}

.media-ysaw {
  background:
    radial-gradient(circle at 78% 20%, rgba(242, 185, 13, 0.13), transparent 18rem),
    #17140d;
}
.media-ysaw .media-window img { object-position: center top; }

@media (max-width: 720px) {
  .field-panel-static { padding-block: 0.75rem; }
  .field-flow li { padding-block: 0.9rem 1.05rem; }
}
