@charset "UTF-8";

:root {
  color-scheme: light;
  --paper: #f7f7f5;
  --white: #fff;
  --ink: #202126;
  --ink-soft: #3f424b;
  --muted: #71747e;
  --line: #e5e5e2;
  --blue: #515f9d;
  --accent: #e99b78;
  --container: 1392px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); overflow-x: hidden; }
body, button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #13151b; background: #ccd9ee; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img, svg { max-width: 100%; }
em { font-style: normal; }
section[id] { scroll-margin-top: 6.5rem; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; border-radius: 12px; background: #16171b; color: #fff; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #6e86e7; outline-offset: 4px; }
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 90; width: 100%; height: 3px; background: #666e9a; transform: scaleX(0); transform-origin: left; pointer-events: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; padding: 1.45rem clamp(1rem, 4.3vw, 4.3rem); pointer-events: none; }
.site-header .nav-shell { pointer-events: auto; }
.nav-shell { display: flex; align-items: center; gap: 1.6rem; max-width: var(--container); height: 72px; margin: 0 auto; padding: .55rem .65rem .55rem 1rem; border: 1px solid rgba(26, 29, 39, .075); border-radius: 23px; background: rgba(255,255,255,.84); box-shadow: 0 14px 45px rgba(44,47,57,.045); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: .75rem; min-width: 236px; font-weight: 680; font-size: .94rem; letter-spacing: -.04em; }
.brand-mark, .footer-brand { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: #23252a; color: #fff; font-size: 1.63rem; font-weight: 750; letter-spacing: -.14em; line-height: 1; padding-right: .18em; }
.brand-mark span, .footer-brand span { color: #d1b5aa; }
.nav-links { display: flex; justify-content: center; gap: clamp(1rem, 2.6vw, 2.6rem); flex: 1; font-size: .86rem; color: #545762; }
.nav-links a { padding: .75rem .15rem; transition: color .2s; }
.nav-links a:hover { color: #17191e; }
.nav-contact { display: inline-flex; align-items: center; justify-content: center; gap: 1.7rem; min-width: 136px; padding: .9rem 1.05rem; border-radius: 15px; background: #25272d; color: #fff; font-size: .86rem; font-weight: 570; transition: transform .22s, background .22s; }
.nav-contact:hover { background: #41444f; transform: translateY(-2px); }
.nav-contact span { font-size: 1.15rem; line-height: .8; }
.section-container { width: min(calc(100% - clamp(2rem, 8vw, 8rem)), var(--container)); margin-inline: auto; }
.section-pad { padding-block: clamp(6rem, 11vw, 11rem); }
.eyebrow, .micro-label { display: inline-block; font-size: .69rem; line-height: 1.2; letter-spacing: .18em; font-weight: 700; }
.eyebrow { color: #777b85; }

/* Hero */
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 11.2rem 0 2.4rem; background: radial-gradient(ellipse at 58% 51%, rgba(230,237,246,.55), transparent 33%), radial-gradient(ellipse at 85% 18%, rgba(253,230,211,.46), transparent 28%), #f7f7f5; }
.hero::before { content: ""; position: absolute; width: 72vw; height: 72vw; max-width: 1040px; max-height: 1040px; left: 50%; top: 19%; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle, rgba(255,255,255,.76), transparent 62%); z-index: -1; }
.hero-inner { max-width: var(--container); margin: 0 auto; padding-inline: clamp(1rem, 4vw, 4rem); text-align: center; }
.hero-kicker { display: inline-flex; align-items: center; justify-content: center; }
.hero-role { color: #727782; font-size: .68rem; font-weight: 720; letter-spacing: .19em; white-space: nowrap; }
.hero-title { margin: 1.7rem auto 1.55rem; max-width: 1110px; font-size: clamp(5.2rem, 10.1vw, 10.2rem); font-weight: 630; letter-spacing: -.095em; line-height: .93; }
.hero-title span { color: #7c8391; }
.hero-intro { max-width: 570px; margin: 0 auto; color: #5e626c; font-size: clamp(1.04rem, 1.35vw, 1.32rem); line-height: 1.55; letter-spacing: -.025em; }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 1.1rem; margin-top: 1.9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.9rem; min-height: 49px; padding: .85rem 1.25rem; border-radius: 14px; font-size: .87rem; font-weight: 600; transition: transform .22s, box-shadow .22s, background .22s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: #202228; color: #fff; box-shadow: 0 10px 24px rgba(20,23,33,.1); }
.button-dark:hover { background: #3b3f4a; box-shadow: 0 15px 30px rgba(20,23,33,.16); }
.button-text { padding-inline: 1rem; color: #444954; }
.button span { font-size: 1.1rem; font-weight: 400; }
.hero-gallery { position: relative; height: clamp(350px, 34vw, 485px); max-width: 1140px; margin: clamp(2rem, 4vw, 4rem) auto .2rem; perspective: 1200px; }
.hero-print { --parallax-y: 0px; --lift: 0px; --rotation: 0deg; position: absolute; display: block; width: clamp(250px, 30vw, 348px); padding: 9px 9px 12px; border: 1px solid #e6e6e6; border-radius: 5px; background: #fff; box-shadow: 0 27px 55px rgba(27,32,46,.13), 0 6px 14px rgba(27,32,46,.04); text-align: left; transform: translate3d(0, calc(var(--parallax-y) + var(--lift)), 0) rotate(var(--rotation)); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .4s; will-change: transform; }
.hero-print:hover { --lift: -16px; box-shadow: 0 37px 65px rgba(27,32,46,.18); }
.hero-print-left { --rotation: -9deg; left: 7%; top: 18%; z-index: 1; }
.hero-print-center { --rotation: 1deg; left: calc(50% - clamp(125px, 15vw, 174px)); top: 3%; z-index: 3; }
.hero-print-right { --rotation: 8deg; right: 7%; top: 20%; z-index: 2; }
.print-image { position: relative; display: block; height: clamp(220px, 25vw, 285px); overflow: hidden; }
.print-image.print-snapshot { display: grid; place-items: center; height: clamp(175px, 20vw, 220px); }
.print-snapshot img { display: block; width: 100%; height: auto; max-height: 100%; object-fit: contain; }
.print-snapshot.print-mindframe { background: #fff; }
.print-snapshot.print-viewmesh { background: #f4f7fc; }
.print-snapshot.print-agi { background: #24211e; }
.print-caption { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .9rem .45rem .1rem; font-size: .95rem; font-weight: 670; letter-spacing: -.03em; }
.print-caption small { font-size: .53rem; font-weight: 720; color: #858892; letter-spacing: .12em; white-space: nowrap; }
.print-mindframe { background: radial-gradient(circle at 68% 28%, #465074, transparent 43%), linear-gradient(145deg, #171923, #292638); color: #fff; }
.print-mindframe-top { position: absolute; inset: 13px auto auto 14px; display: flex; align-items: center; gap: .4rem; font-size: .9rem; font-weight: 760; letter-spacing: -.08em; }
.print-mindframe-top span { font-size: .67rem; font-weight: 520; letter-spacing: -.04em; }
.print-mindframe-screen { position: absolute; left: 13%; right: 13%; top: 21%; height: 58%; border: 5px solid #11121b; border-radius: 8px; background: linear-gradient(159deg, #8f8fa9 2%, #536585 30%, #c88e88 68%, #241e33 100%); box-shadow: 0 10px 25px rgba(0,0,0,.38); }
.print-mindframe-screen i { position: absolute; inset: 33% -10% 0; border-radius: 60% 60% 0 0; background: #34354c; transform: rotate(-6deg); }
.print-mindframe-screen b { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid #fff9; border-radius: 50%; background: #fff4; transform: translate(-50%,-50%); font-weight: 400; }
.print-mindframe-track { position: absolute; left: 16%; right: 16%; bottom: 12%; height: 12px; border-radius: 2px; background: repeating-linear-gradient(90deg, #a9aecb 0 11%, #5c617f 11% 13%, #ca9293 13% 25%); }
.print-viewmesh { background: radial-gradient(circle at 80% 25%, #c2d9f2, transparent 37%), radial-gradient(circle at 24% 67%, #f6d6ca, transparent 41%), #f5f7fa; }
.print-vm-word { position: absolute; left: 9%; top: 11%; color: #232633; font-size: 1.25rem; font-weight: 750; letter-spacing: -.07em; }
.print-vm-orbit { position: absolute; left: 20%; top: 29%; width: 60%; height: 47%; border: 1px solid #fff; border-radius: 50%; transform: rotate(-24deg); animation: print-drift 9s ease-in-out infinite; }
.print-vm-orbit i, .print-vm-orbit b { position: absolute; display: block; width: 65%; height: 82%; left: 17%; top: 6%; border-radius: 38% 63% 38% 60%; transform: rotate(37deg); background: linear-gradient(130deg, #e6ffff, #778b99 40%, #2c343c 68%, #cedfdb); filter: drop-shadow(4px 13px 12px #44515a33); }
.print-vm-orbit b { width: 52%; height: 55%; left: 24%; top: 31%; border-radius: 50%; background: #f4dfd7; transform: rotate(0); }
.print-vm-tag { position: absolute; right: 7%; bottom: 9%; border: 1px solid #ffffffad; border-radius: 25px; padding: .38rem .6rem; background: #ffffff6e; color: #4d5360; font-size: .5rem; }
.print-rovanta { background: radial-gradient(circle at 65% 60%, #ccb88c44, transparent 32%), #151817; color: #f3f2eb; }
.print-rv-title { position: absolute; left: 10%; top: 14%; font-size: 1.6rem; line-height: .95; letter-spacing: -.07em; font-weight: 770; }
.print-rv-title b { color: #d7b987; font-weight: inherit; }
.print-rv-steps { position: absolute; top: 52%; left: 11%; right: 11%; display: flex; justify-content: space-between; }
.print-rv-steps i { z-index: 1; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid #c0a57888; border-radius: 50%; background: #292b29; color: #e5c893; font-size: .7rem; font-style: normal; }
.print-rv-line { position: absolute; top: calc(52% + 21px); left: 15%; right: 15%; height: 1px; background: #b29263; }
.print-rv-footer { position: absolute; left: 10%; bottom: 13%; font-size: .53rem; letter-spacing: .22em; color: #c9c6b9; }
.print-agi { background: radial-gradient(circle at 80% 70%, #5a493526, transparent 35%), #171a17; color: #f5f3e9; }
.print-agi-mark { position: absolute; left: 9%; top: 10%; font-size: 1.4rem; font-weight: 800; letter-spacing: -.08em; }
.print-agi-mark span { color: #d3b883; font-size: .65em; vertical-align: top; }
.print-agi-title { position: absolute; left: 9%; top: 32%; font-size: clamp(1.3rem, 2.8vw, 2.5rem); font-weight: 590; line-height: 1.05; letter-spacing: -.065em; }
.print-agi-title em { color: #d5b883; }
.print-agi-line { position: absolute; left: 10%; right: 10%; bottom: 22%; display: flex; justify-content: space-between; border-top: 1px solid #8c8068; padding-top: 5%; }
.print-agi-line i { color: #d7bd8f; font-size: .55rem; font-style: normal; }
.print-agi-footer { position: absolute; left: 10%; bottom: 9%; font-size: .43rem; color: #d0c6aa; letter-spacing: .16em; }
.hero-bottom { display: flex; justify-content: space-between; margin-top: .3rem; color: #858992; font-size: .62rem; font-weight: 680; letter-spacing: .17em; }
.hero-bottom b { margin-left: .7rem; color: #3b3d45; font-size: 1rem; font-weight: 400; }

/* Editorial statement and work */
.statement { background: #fff; border-block: 1px solid #efefed; }
.statement-layout { display: grid; grid-template-columns: 1fr 3fr; gap: 4rem; }
.statement-layout .eyebrow { padding-top: .9rem; }
.statement-copy { min-width: 0; }
.statement-text { max-width: 1010px; margin: 0; font-size: clamp(2.3rem, 4.45vw, 5.3rem); font-weight: 570; line-height: 1.15; letter-spacing: -.069em; }
.statement-text em { color: #949aaa; }
.statement-detail { max-width: 690px; margin: 2.5rem 0 0; padding-left: 1.35rem; border-left: 2px solid #c8cdd5; color: #626975; font-size: clamp(1.02rem, 1.35vw, 1.25rem); line-height: 1.65; letter-spacing: -.02em; }
.work-section { background: #fbfbfa; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 3rem; padding-bottom: 5rem; }
.section-head h2 { margin: 1rem 0 0; font-size: clamp(3.6rem, 7vw, 7.2rem); font-weight: 620; line-height: .95; letter-spacing: -.085em; }
.section-period { color: #9399a9; }
.section-head p { max-width: 340px; margin: 0 0 .4rem; color: #737782; font-size: 1.05rem; line-height: 1.55; }
.project-tile { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: clamp(3rem, 7vw, 8rem); align-items: center; padding-block: clamp(3.5rem, 6.5vw, 6.5rem); border-top: 1px solid #dfe0df; }
.project-tile:last-child { border-bottom: 1px solid #dfe0df; }
.project-tile-reverse { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); }
.project-tile-reverse .project-art-link { order: 2; }
.project-tile-reverse .project-copy { order: 1; }
.project-art-link { display: block; position: relative; min-width: 0; border-radius: 26px; }
.project-art-link .project-preview { transition: transform .7s cubic-bezier(.2,.8,.2,1), box-shadow .5s; }
.project-art-link:hover .project-preview { transform: scale(1.018); box-shadow: 0 25px 60px rgba(39,44,55,.11); }
.art-corner-arrow { position: absolute; right: 1rem; bottom: 1rem; display: grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; background: #fff; box-shadow: 0 8px 24px #0002; font-size: 1.4rem; transition: transform .3s; }
.project-art-link:hover .art-corner-arrow { transform: translate(2px,-2px); }
.project-meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; color: #838690; font-size: .62rem; font-weight: 690; letter-spacing: .15em; }
.project-copy h3 { margin: 3rem 0 .55rem; font-size: clamp(3.25rem, 5.35vw, 6rem); letter-spacing: -.08em; line-height: .97; font-weight: 610; }
.project-copy h3 a:hover { color: #687497; }
.project-heading { margin: 0 0 1.25rem; font-size: clamp(1.22rem, 1.8vw, 1.85rem); font-weight: 570; letter-spacing: -.055em; }
.project-summary { max-width: 440px; margin: 0 0 2.2rem; color: #747882; font-size: 1.02rem; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 2.7rem; padding: .75rem 0; border-bottom: 1px solid #353a42; font-size: .88rem; font-weight: 670; transition: gap .3s; }
.text-link:hover { gap: 3.3rem; }
.text-link span { font-size: 1.12rem; font-weight: 400; }

/* Venture cards */
.ventures-section { background: #f2f1ee; }
.ventures-head { display: grid; grid-template-columns: 1fr 2fr; column-gap: 4rem; }
.ventures-head .eyebrow { grid-row: 1 / span 2; padding-top: .9rem; }
.ventures-head h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 6rem); line-height: 1.04; letter-spacing: -.075em; font-weight: 620; }
.ventures-head h2 em { color: #9196a2; }
.ventures-head p { max-width: 480px; margin: 2rem 0 0; color: #717580; font-size: 1.05rem; line-height: 1.6; }
.venture-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; margin-top: 5.5rem; }
.venture-card { display: flex; flex-direction: column; min-height: 390px; padding: 1.6rem; border: 1px solid #e2e1dd; border-radius: 21px; background: #fff; transition: transform .35s, box-shadow .35s; }
.venture-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px #1e273216; }
.venture-index { color: #83868c; font-size: .64rem; font-weight: 700; letter-spacing: .17em; }
.venture-symbol { display: grid; place-items: center; height: 172px; margin: 1.2rem 0 1.35rem; border-radius: 13px; font-weight: 750; }
.venture-symbol-agi { background: radial-gradient(circle at 67% 30%, #d1955e44, transparent 44%), #242321; color: #e8bd74; font-size: 3.2rem; letter-spacing: -.12em; }
.venture-symbol-burning { display: flex; align-items: center; justify-content: center; height: 190px; overflow: hidden; background: #000; }
.venture-symbol-burning img { display: block; width: 220px; height: 220px; max-width: 100%; flex: none; object-fit: contain; }
.venture-symbol-akyv { display: flex; align-items: center; justify-content: center; height: 190px; overflow: hidden; background: #f3f4f8; }
.venture-symbol-akyv img { display: block; width: 210px; height: 210px; max-width: 100%; flex: none; object-fit: contain; }
.venture-title { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1.45rem; font-weight: 630; letter-spacing: -.06em; }
.venture-title b { font-size: 1.25rem; font-weight: 400; }
.venture-desc { display: block; max-width: 34ch; margin-top: .8rem; color: #70747d; font-size: .9rem; line-height: 1.5; }
.venture-note { display: flex; gap: 2rem; margin: 2rem 0 0; color: #6f737c; font-size: .88rem; }
.venture-note span { flex: none; color: #8d9096; font-size: .62rem; font-weight: 700; letter-spacing: .16em; padding-top: .2rem; }

/* Horizontally moving capabilities */
.skills-section { position: relative; isolation: isolate; overflow: hidden; padding: clamp(6.5rem, 10vw, 10rem) 0 clamp(5.5rem, 8vw, 8rem); background: radial-gradient(circle at 88% 5%, #d7e5ee 0, transparent 34%), radial-gradient(circle at 7% 90%, #e8ddda 0, transparent 30%), #e9edef; }
.skills-section::before { content: ""; position: absolute; z-index: -1; top: 1.5rem; right: -8rem; width: 35rem; aspect-ratio: 1; border: 1px solid #ffffffb0; border-radius: 50%; pointer-events: none; }
.skills-header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, .55fr); gap: 3rem; align-items: end; margin-bottom: clamp(3rem, 5vw, 5rem); }
.skills-header h2 { margin: 1.2rem 0 0; font-size: clamp(3.7rem, 6.25vw, 7rem); line-height: .99; font-weight: 610; letter-spacing: -.082em; }
.skills-header h2 em { color: #7f98aa; }
.skills-header-aside { max-width: 390px; justify-self: end; padding-bottom: .45rem; }
.skills-header-aside p { margin: 0 0 2.3rem; color: #5c6571; font-size: clamp(1.05rem, 1.3vw, 1.25rem); line-height: 1.6; }
.skills-header-aside span { color: #81909d; font-size: .64rem; font-weight: 730; letter-spacing: .17em; }
.skills-rail { overflow-x: auto; overflow-y: hidden; padding: 1rem max(1.2rem, 4vw, calc((100vw - var(--container)) / 2)) 2rem; scrollbar-width: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
.skills-rail::-webkit-scrollbar { display: none; }
.skills-track, .skills-group { display: flex; width: max-content; }
.skills-group { flex: none; gap: 1rem; padding-right: 1rem; }
.skill-card { display: flex; flex: none; flex-direction: column; width: clamp(315px, 29vw, 400px); min-height: 460px; padding: 1.65rem; border: 1px solid #dce3e7; border-radius: 23px; background: #fbfcfc; box-shadow: 0 18px 45px #60758310; transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s; }
.skill-card:hover { transform: translateY(-8px); box-shadow: 0 26px 55px #52627122; }
.skill-card-top { display: flex; justify-content: space-between; align-items: center; gap: 1rem; color: #858f99; font-size: .59rem; font-weight: 730; letter-spacing: .15em; }
.skill-card-symbol { display: grid; flex: none; place-items: center; width: 42px; height: 42px; border: 1px solid #dfe5e8; border-radius: 14px; background: #f1f5f6; color: #536e7e; font-size: 1.35rem; font-weight: 520; letter-spacing: -.1em; }
.skill-card h3 { min-height: 2.1em; margin: 1.4rem 0 .5rem; font-size: clamp(2rem, 2.7vw, 2.8rem); line-height: 1.03; letter-spacing: -.068em; font-weight: 600; }
.skill-card > p { min-height: 4.7em; max-width: 34ch; margin: 0 0 1.25rem; color: #606b74; font-size: .94rem; line-height: 1.55; }
.skill-tags { display: flex; flex-wrap: wrap; align-content: start; gap: .42rem; min-height: 6.7rem; }
.skill-tag { display: inline-flex; align-items: center; gap: .38rem; min-height: 29px; padding: .38rem .6rem; border: 1px solid #dce4e8; border-radius: 999px; background: #ffffffad; color: #43505b; font-size: .69rem; font-weight: 590; white-space: nowrap; }
.skill-logo { display: inline-grid; flex: none; place-items: center; width: 15px; height: 15px; font-size: .7rem; font-weight: 800; line-height: 1; }
.skill-logo-react { color: #2f9fae; }
.skill-logo-typescript { border-radius: 2px; background: #3178c6; color: #fff; font-size: .47rem; }
.skill-logo-twilio { width: 14px; height: 14px; }
.skill-logo-stripe { border-radius: 3px; background: #635bff; color: #fff; font-size: .7rem; font-style: italic; }
.skill-logo-claude { color: #cd7859; font-size: 1.05rem; }
.skill-logo-codex { border-radius: 50%; background: #1d2428; color: #fff; font-size: .57rem; }
.skill-card-proof { display: flex; flex-direction: column; gap: .35rem; margin-top: auto; border-top: 1px solid #dce4e7; padding-top: 1rem; }
.skill-card-proof span { color: #929da6; font-size: .57rem; font-weight: 750; letter-spacing: .16em; }
.skill-card-proof strong { color: #39444e; font-size: .77rem; font-weight: 630; }
.skill-card-ai { border-color: #26394b; background: radial-gradient(circle at 100% 0, #394f66, transparent 45%), #23303d; color: #f7f9f9; }
.skill-card-ai .skill-card-top, .skill-card-ai .skill-card-proof span { color: #a9bac7; }
.skill-card-ai .skill-card-symbol { border-color: #7890a555; background: #ffffff16; color: #d7e3ed; }
.skill-card-ai > p { color: #c1cdd5; }
.skill-card-ai .skill-tag { border-color: #8fa4b34d; background: #ffffff13; color: #e4eaee; }
.skill-card-ai .skill-card-proof { border-color: #ffffff36; }
.skill-card-ai .skill-card-proof strong { color: #edf2f4; }
.skill-card-ai .skill-logo-codex { background: #eef1f2; color: #24303b; }
.skill-card-growth { border-color: #eaded1; background: #f8f2e8; }
.skill-card-growth .skill-card-symbol { border-color: #e7d8c4; background: #f4e4ce; color: #a6784d; }
.skill-card-people { border-color: #d6e2e1; background: #e8f0ee; }
.skill-card-people .skill-card-symbol { border-color: #c9dcda; background: #d9eae6; color: #4b786f; }
.skills-bottom { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-top: 1.1rem; color: #768490; font-size: .62rem; font-weight: 720; letter-spacing: .16em; }
.skills-bottom b { padding-left: .5rem; font-size: 1.2rem; font-weight: 400; vertical-align: middle; }
.skills-motion-toggle { display: inline-flex; flex: none; align-items: center; gap: .55rem; padding: .6rem .85rem; border: 1px solid #bccbd2; border-radius: 999px; background: #ffffff88; color: #4d5d68; cursor: pointer; font-size: .73rem; font-weight: 650; letter-spacing: 0; white-space: nowrap; transition: background .2s, transform .2s; }
.skills-motion-toggle:hover { transform: translateY(-2px); background: #fff; }
.skills-motion-toggle[hidden] { display: none; }
.skills-motion-toggle span { font-size: .8rem; }

/* Approach */
.approach-section { position: relative; isolation: isolate; overflow: hidden; background: #1b1e24; color: #f5f5f3; }
.approach-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(3rem, 8vw, 10rem); }
.approach-section .eyebrow { color: #a8afbb; }
.approach-intro h2 { margin: 2rem 0 1.8rem; font-size: clamp(3.6rem, 6.2vw, 6.7rem); line-height: .99; font-weight: 610; letter-spacing: -.077em; }
.approach-intro h2 span { color: #b5c6e4; }
.approach-intro p { max-width: 420px; color: #aeb3bd; font-size: 1.05rem; line-height: 1.62; }
.approach-steps { border-top: 1px solid #ffffff32; }
.approach-step { display: grid; grid-template-columns: 38px 1fr 20px; gap: 1.4rem; padding: 2.3rem 0; border-bottom: 1px solid #ffffff32; }
.approach-step > span { color: #aeb6c8; font-size: .76rem; }
.approach-step h3 { margin: 0 0 .75rem; font-size: 1.6rem; font-weight: 570; letter-spacing: -.05em; }
.approach-step p { max-width: 440px; margin: 0; color: #aeb3bd; font-size: .94rem; line-height: 1.55; }
.approach-step b { color: #9ca6b5; font-size: 1.1rem; font-weight: 400; }
.approach-glow { position: absolute; left: -20%; bottom: -70%; z-index: -1; width: 80vw; height: 80vw; border-radius: 50%; background: radial-gradient(circle, #63708a44, transparent 60%); }

/* About and contact */
.about-section { background: #fff; }
.about-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(4rem, 9vw, 10rem); align-items: center; }
.about-art { position: relative; display: grid; place-items: center; min-height: 560px; overflow: hidden; border-radius: 28px; background: radial-gradient(circle at 23% 24%, #fce7dd, transparent 38%), radial-gradient(circle at 82% 74%, #d9e8fa, transparent 40%), #e9ecec; }
.about-orbit { position: absolute; width: 58%; height: 74%; border: 1px solid #ffffffdd; border-radius: 50%; transform: rotate(-40deg); }
.about-orbit-two { width: 64%; height: 50%; border-color: #8c97a34d; transform: rotate(32deg); }
.about-art-center { display: grid; place-items: center; width: 215px; height: 215px; border: 1px solid #ffffffc6; border-radius: 50%; background: #ffffff9c; box-shadow: 0 28px 70px #59627224, inset 0 1px 0 #fff; font-size: 8rem; font-weight: 730; letter-spacing: -.16em; padding-right: .18em; color: #242a34; transform: rotate(-8deg); }
.about-art-center span { color: #7c93a6; }
.about-art-caption { position: absolute; bottom: 2rem; left: 2rem; color: #6f7b88; font-size: .62rem; font-weight: 720; letter-spacing: .19em; }
.about-copy h2 { margin: 1.5rem 0 2.2rem; font-size: clamp(3.2rem, 5.4vw, 6rem); line-height: 1.02; letter-spacing: -.08em; font-weight: 610; }
.about-copy p { max-width: 590px; color: #646975; font-size: 1.07rem; line-height: 1.68; }
.about-copy p + p { margin-top: 1.3rem; }
.about-pills { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2.5rem; }
.about-pills span { padding: .6rem .8rem; border: 1px solid #dedfe2; border-radius: 100px; color: #5f6470; font-size: .75rem; }
.contact-section { padding: clamp(7rem, 11vw, 11rem) 0; background: radial-gradient(circle at 84% 10%, #d9e6f7, transparent 32%), radial-gradient(circle at 10% 95%, #f7e1d7, transparent 36%), #eeefef; }
.contact-inner { text-align: center; }
.contact-inner h2 { margin: 1.5rem 0 1.6rem; font-size: clamp(3.7rem, 8.5vw, 9rem); line-height: .98; letter-spacing: -.09em; font-weight: 620; }
.contact-inner h2 em { color: #858d9b; }
.contact-inner p { max-width: 490px; margin: 0 auto 3rem; color: #626773; font-size: 1.06rem; line-height: 1.6; }
.contact-email { display: inline-flex; align-items: center; gap: 2rem; padding: .9rem .1rem; border-bottom: 1px solid #30343e; font-size: clamp(1.2rem, 2.35vw, 2.3rem); font-weight: 560; letter-spacing: -.055em; transition: gap .3s; }
.contact-email:hover { gap: 2.6rem; }
.contact-email span { font-size: 1.7rem; font-weight: 400; }
.site-footer { padding: 3rem clamp(1rem, 4vw, 4rem) 2rem; background: #f7f7f5; }
.footer-top, .footer-bottom { display: flex; justify-content: space-between; align-items: center; max-width: var(--container); margin-inline: auto; }
.footer-top p { color: #838791; font-size: .86rem; }
.footer-top a:last-child { color: #5f636e; font-size: .82rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid #e3e4e3; color: #9699a0; font-size: .7rem; letter-spacing: .04em; }

/* Reveal motion */
.js-motion .reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.8,.2,1); }
.js-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Project visuals */
.project-preview { position: relative; width: 100%; aspect-ratio: 1.28; overflow: hidden; border-radius: 25px; isolation: isolate; }
.project-preview.preview-snapshot { display: grid; place-items: center; aspect-ratio: 1.5; padding: 4%; }
.preview-snapshot img { display: block; width: 100%; height: auto; max-height: 100%; object-fit: contain; border-radius: 10px; box-shadow: 0 22px 55px rgba(24, 31, 44, .16); }
.preview-snapshot.preview-viewmesh { background: #eaf2fa; }
.preview-snapshot.preview-agi { background: #22201d; }
.preview-snapshot.preview-mindframe { background: #e8f0ee; }
.preview-viewmesh { background: radial-gradient(circle at 78% 30%, #bed7f3, transparent 35%), radial-gradient(circle at 22% 65%, #f9dccd, transparent 42%), #e9eef4; }
.preview-agi { background: #e9e6dd; }
.agi-board { position: absolute; inset: 7%; overflow: hidden; border-radius: 9px; background: radial-gradient(circle at 75% 20%, #454536, transparent 35%), #191c18; color: #f4f0e4; box-shadow: 0 28px 55px #23282035; }
.agi-board::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(#d5c6972f 1px, transparent 1px), linear-gradient(90deg,#d5c6972f 1px, transparent 1px); background-size: 11% 11%; }
.agi-board-top { position: relative; display: flex; justify-content: space-between; align-items: start; margin: 5% 6%; color: #b8b5a4; font-size: clamp(.35rem, .62vw, .7rem); letter-spacing: .15em; }
.agi-mark { color: #ead8a8; font-size: 2.2em; font-weight: 800; letter-spacing: -.08em; line-height: 1; }
.agi-mark span { font-size: .6em; vertical-align: top; }
.agi-board-head { position: relative; margin: 11% 6% 0; font-size: clamp(1.45rem, 3.45vw, 3.8rem); line-height: 1.02; letter-spacing: -.075em; font-weight: 600; }
.agi-board-head em { color: #cfb47d; }
.agi-board-flow { position: absolute; left: 6%; right: 6%; bottom: 15%; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 2%; }
.agi-board-flow div { min-width: 0; padding: 10% 8%; border: 1px solid #cab98455; border-radius: 8px; background: #f0eadc; color: #2b2d27; }
.agi-board-flow small { display: block; margin-bottom: 8%; color: #88795e; font-size: clamp(.3rem, .47vw, .53rem); letter-spacing: .1em; }
.agi-board-flow strong { display: block; font-size: clamp(.48rem, 1.05vw, 1.15rem); letter-spacing: -.04em; }
.agi-board-flow div span { display: block; margin-top: 9%; color: #76766d; font-size: clamp(.29rem, .53vw, .58rem); line-height: 1.25; }
.agi-board-flow i { color: #cfb47d; font-size: clamp(.65rem, 1.3vw, 1.3rem); font-style: normal; }
.agi-board-foot { position: absolute; left: 6%; bottom: 6%; color: #b8b39b; font-size: clamp(.33rem, .53vw, .58rem); letter-spacing: .17em; }
.preview-mindframe { background: radial-gradient(circle at 25% 20%, #dcdce8, transparent 42%), linear-gradient(150deg, #d4cfd7, #a8aaba); }
.preview-rovanta { background: #d7d5cf; }
.preview-declic { background: radial-gradient(circle at 30% 27%, #f8ebe4, transparent 39%), #e9c7ba; }
.preview-browser { position: absolute; inset: 11% 8% 8%; overflow: hidden; border: 1px solid #ffffffab; border-radius: 15px; box-shadow: 0 28px 55px #25314338, 0 3px 9px #25314312; }
.preview-browser-light { background: radial-gradient(circle at 79% 50%, #bdd7f0, transparent 40%), radial-gradient(circle at 36% 59%, #f7e1d9, transparent 45%), #f9fbfd; }
.preview-browser-dark { background: #161821; color: #f6f6f8; border-color: #69657580; }
.preview-bar { position: relative; z-index: 4; display: flex; align-items: center; gap: .4rem; height: 13%; min-height: 27px; padding: 0 3%; border-bottom: 1px solid #7777771f; color: #343945; font-size: clamp(.44rem, .67vw, .7rem); }
.preview-browser-dark .preview-bar { border-color: #ffffff16; color: #d4d5dc; }
.mini-logo { display: grid; place-items: center; width: 1.6em; height: 1.6em; border-radius: 50%; font-size: 1.15em; }
.mini-logo-mesh { background: linear-gradient(135deg, #242a37, #8498ae); color: #fff; }
.mini-logo-mind { background: #e2e1e9; color: #171821; font-weight: 780; }
.browser-brand { font-weight: 730; letter-spacing: -.055em; }
.browser-menu { margin-left: auto; color: #77808f; font-size: .85em; }
.preview-browser-dark .browser-menu { color: #888995; }
.mesh-copy { position: absolute; z-index: 2; left: 6.2%; top: 24%; display: flex; flex-direction: column; align-items: flex-start; }
.mesh-copy .micro-label { color: #626a78; font-size: clamp(.38rem, .58vw, .54rem); }
.mesh-copy strong { margin: 5% 0 6%; font-size: clamp(1.55rem, 3.5vw, 4rem); line-height: .98; letter-spacing: -.087em; font-weight: 645; }
.mesh-copy strong em { color: #73819f; }
.mesh-copy small { color: #5e6571; font-size: clamp(.5rem, .8vw, .79rem); }
.mesh-sculpture { position: absolute; right: 2%; top: 18%; width: 58%; height: 70%; filter: drop-shadow(15px 27px 22px #5561722e); animation: mesh-float 10s ease-in-out infinite; }
.mesh-halo { position: absolute; inset: 8% 2%; border: 1px solid #fff; border-radius: 50%; transform: rotate(-24deg); }
.mesh-shape { position: absolute; display: block; border-radius: 58% 42% 46% 54% / 37% 62% 38% 63%; }
.mesh-shape-one { inset: 19% 13% 23% 14%; background: linear-gradient(145deg, #e7f7f3 3%, #99afb1 22%, #445661 50%, #2b333d 70%, #a5b4ab 98%); transform: rotate(-20deg); }
.mesh-shape-two { inset: 32% 18% 19% 23%; background: linear-gradient(155deg, #313a45, #647f89 39%, #dcf1ea 80%); transform: rotate(28deg); }
.mesh-shape-three { inset: 36% 30% 25% 36%; background: linear-gradient(150deg, #f8e9e1, #e9ded8); transform: rotate(-9deg); }
.mesh-caption { position: absolute; right: 5%; bottom: 6%; z-index: 2; padding: .55em .9em; border: 1px solid #ffffffc9; border-radius: 30px; background: #ffffff7c; color: #5d6877; font-size: clamp(.45rem, .7vw, .7rem); }

.mind-ui { display: grid; grid-template-columns: 15% 62% 23%; height: 87%; }
.mind-sidebar { display: flex; flex-direction: column; gap: 7%; padding: 18% 14%; border-right: 1px solid #ffffff16; }
.mind-side-title { color: #8d8f9b; font-size: clamp(.3rem, .53vw, .52rem); font-weight: 740; letter-spacing: .13em; white-space: nowrap; }
.mind-sidebar i { display: block; height: 2.5%; min-height: 2px; border-radius: 3px; background: #4b4f5e; }
.mind-sidebar i.short { width: 62%; }
.mind-stage { min-width: 0; padding: 4% 4% 0; }
.mind-video { position: relative; height: 61%; overflow: hidden; border: 1px solid #ffffff20; border-radius: 5px; background: linear-gradient(160deg, #717ba0 0%, #b9a6aa 47%, #e6c3ac 60%, #646480 100%); }
.mind-video-sun { position: absolute; right: 21%; top: 18%; width: 13%; aspect-ratio: 1; border-radius: 50%; background: #f5d9b8; filter: blur(2px); box-shadow: 0 0 45px 13px #ffe3c066; }
.mind-video-hill { position: absolute; left: -15%; right: -15%; bottom: -38%; height: 66%; border-radius: 50% 50% 0 0; background: #383747; transform: rotate(11deg); }
.mind-video-hill.hill-two { left: 38%; bottom: -27%; background: #51465c; transform: rotate(-16deg); }
.play-symbol { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 13%; aspect-ratio: 1; border: 1px solid #ffffffad; border-radius: 50%; background: #17182155; color: #fff; font-size: clamp(.55rem, 1.1vw, 1rem); transform: translate(-50%,-50%); }
.mind-control { display: flex; justify-content: space-between; padding: 2% 0 3%; color: #adb0bd; font-size: clamp(.36rem, .59vw, .59rem); }
.mind-timeline { position: relative; display: flex; flex-direction: column; gap: 6px; padding-top: 4%; border-top: 1px solid #ffffff26; }
.mind-timeline::before { content: ""; position: absolute; top: 0; left: 32%; height: 85%; width: 1px; background: #e3b1aa; z-index: 2; }
.track { display: block; height: clamp(5px, 1.1vw, 13px); border-radius: 2px; }
.track-a { width: 96%; background: repeating-linear-gradient(90deg, #676f8a 0 17%, #2b2e3c 17% 18%, #8d91a2 18% 27%); }
.track-b { width: 82%; margin-left: 8%; background: linear-gradient(90deg,#9f7685 0 32%,#bd98a0 32% 67%,#846879 67%); }
.track-c { width: 63%; background: #4a607a; }
.mind-insights { display: flex; flex-direction: column; gap: 8%; padding: 14% 10%; border-left: 1px solid #ffffff16; }
.mind-insights > div { display: flex; gap: 10%; padding: 8% 0; border-bottom: 1px solid #ffffff19; font-size: clamp(.36rem, .62vw, .63rem); }
.mind-insights b { color: #afadce; }
.mind-insights div span { color: #c8c9d2; }
.mind-ai-pill { margin-top: auto; padding: .5em .7em; border: 1px solid #a79cbd66; border-radius: 20px; background: #8d799b33; color: #e5cce6; font-size: clamp(.36rem, .58vw, .61rem); white-space: nowrap; }

.rovanta-board { position: absolute; inset: 7%; overflow: hidden; border-radius: 8px; background: radial-gradient(circle at 71% 14%, #47403755, transparent 36%), #181a18; color: #f0e9da; box-shadow: 0 28px 55px #27302d40; }
.rovanta-board::before { content: ""; position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(#d1b88429 1px, transparent 1px), linear-gradient(90deg,#d1b88429 1px,transparent 1px); background-size: 10% 10%; }
.rovanta-top { position: relative; display: flex; justify-content: space-between; align-items: center; margin: 4% 5% 0; font-size: clamp(.35rem, .55vw, .57rem); letter-spacing: .13em; }
.rovanta-wordmark { color: #f0d4aa; font-size: 1.65em; font-weight: 760; letter-spacing: -.05em; }
.rovanta-wordmark span { margin-left: .3em; vertical-align: top; font-size: .5em; }
.rovanta-headline { position: relative; margin: 8% 7% 0; font-size: clamp(1.6rem, 3.7vw, 4.2rem); line-height: 1.02; letter-spacing: -.075em; font-weight: 630; }
.rovanta-headline em { color: #d3ad77; }
.signal-line { position: absolute; left: 10%; right: 10%; top: 53%; display: flex; align-items: center; }
.signal-dot { z-index: 1; flex: none; width: 4.5%; aspect-ratio: 1; border: 1px solid #f5dbb9; border-radius: 50%; background: #34342f; box-shadow: 0 0 0 7px #e9c58e16; }
.signal-dot-active { background: #ddb471; box-shadow: 0 0 0 11px #e9c58e24; }
.signal-path { flex: 1; height: 1px; background: #bca174; }
.signal-labels { position: absolute; left: 9%; right: 9%; top: 62%; display: flex; justify-content: space-between; color: #bcb6a9; font-size: clamp(.35rem, .6vw, .65rem); }
.signal-card { position: absolute; right: 5%; bottom: 6%; width: 41%; padding: 3%; border: 1px solid #d2be9866; border-radius: 9px; background: #f1eadc; color: #242721; box-shadow: 0 10px 22px #0004; }
.signal-card-kicker { display: block; margin-bottom: 8%; color: #8c826e; font-size: clamp(.3rem, .52vw, .54rem); font-weight: 760; letter-spacing: .1em; }
.signal-card strong { display: block; margin-bottom: 8%; font-size: clamp(.65rem, 1.4vw, 1.35rem); letter-spacing: -.045em; }
.signal-card div { display: flex; justify-content: space-between; gap: .5rem; border-top: 1px solid #c9c4b8; padding-top: 6%; color: #8b897e; font-size: clamp(.34rem, .54vw, .58rem); }
.signal-card b { display: block; margin-top: 3px; color: #32352e; }
.rovanta-index { position: absolute; left: 7%; bottom: 7%; color: #d9c59f; font-size: clamp(.35rem, .55vw, .58rem); font-weight: 680; letter-spacing: .2em; }

.declic-stage { position: absolute; inset: 0; }
.declic-watermark { position: absolute; left: 5%; top: 5%; color: #b9806e44; font-family: Georgia, serif; font-size: clamp(5rem, 11vw, 12rem); font-style: italic; letter-spacing: -.12em; }
.phone { position: absolute; top: 10%; width: 28%; height: 77%; border: 7px solid #292b31; border-radius: clamp(20px, 3vw, 32px); background: #faf6f1; box-shadow: 16px 20px 34px #6c454052; overflow: hidden; }
.phone-back { left: 24%; transform: rotate(-13deg) translateY(7%); }
.phone-front { right: 23%; transform: rotate(11deg); }
.phone-notch { position: absolute; left: 30%; top: 0; width: 40%; height: 3.5%; border-radius: 0 0 10px 10px; background: #292b31; }
.phone-brand { display: block; margin: 20% 10% 0; color: #5e403b; font-family: Georgia, serif; font-size: clamp(.8rem, 1.7vw, 1.55rem); font-style: italic; }
.phone-step { display: block; margin: 22% 10% 0; color: #b1897c; font-size: clamp(.3rem, .54vw, .57rem); font-weight: 750; letter-spacing: .12em; }
.phone strong { display: block; margin: 8% 10%; color: #503d3b; font-size: clamp(.6rem, 1.35vw, 1.36rem); line-height: 1.14; letter-spacing: -.06em; }
.phone-chip { display: block; margin: 13% 10%; padding: .55em; border: 1px solid #cfaea3; border-radius: 8px; color: #7a5a52; font-size: clamp(.36rem, .64vw, .65rem); }
.phone-footer { position: absolute; left: 10%; right: 10%; bottom: 7%; display: flex; justify-content: space-between; color: #b88d7f; font-size: clamp(.4rem, .65vw, .7rem); }
.phone-front { background: radial-gradient(circle at 50% 68%, #f0c9bb, transparent 43%), #faf6f1; }
.phone-front .phone-step { margin-top: 28%; }
.phone-front strong { font-size: clamp(.7rem, 1.6vw, 1.6rem); }
.phone-orbit { position: absolute; left: 20%; top: 52%; width: 60%; height: 24%; border: 1px solid #bb9286; border-radius: 50%; transform: rotate(-23deg); }
.phone-orbit span { position: absolute; left: 20%; top: 20%; width: 20%; aspect-ratio: 1; border-radius: 50%; background: #c78d7d; }
.phone-orbit span + span { left: auto; right: 17%; top: 57%; background: #e7bbb1; }
.phone-cta { position: absolute; left: 10%; right: 10%; bottom: 7%; display: block; padding: .6em; border-radius: 20px; background: #6f504d; color: #fff; font-size: clamp(.35rem, .6vw, .61rem); text-align: center; }
.declic-caption { position: absolute; left: 5%; bottom: 6%; color: #9d6b61; font-family: Georgia,serif; font-size: clamp(.7rem, 1.1vw, 1.2rem); font-style: italic; }

/* Case study pages */
.case-main { padding-top: 8.5rem; background: #fbfbfa; }
.case-top { display: flex; justify-content: space-between; align-items: center; padding-block: 2rem; color: #8a8d95; font-size: .7rem; font-weight: 700; letter-spacing: .15em; }
.back-link { display: inline-flex; align-items: center; gap: 1.1rem; color: #555965; font-size: .85rem; letter-spacing: 0; transition: gap .25s; }
.back-link:hover { gap: 1.4rem; }
.back-link span { font-size: 1.35rem; }
.case-hero { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(3rem, 6vw, 7rem); align-items: center; padding-block: clamp(3rem, 7vw, 7rem); }
.case-hero-copy h1 { margin: 1.4rem 0 1rem; font-size: clamp(4.5rem, 7vw, 8rem); line-height: .95; font-weight: 620; letter-spacing: -.09em; overflow-wrap: anywhere; }
.case-hero-copy h1 span { color: #a3a9b7; }
.case-hero-copy > p { max-width: 550px; margin: 0; color: #5e6470; font-size: clamp(1.45rem, 2.5vw, 2.55rem); line-height: 1.2; font-weight: 500; letter-spacing: -.06em; }
.case-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 2rem; }
.case-tags span { padding: .55rem .75rem; border: 1px solid #dddee0; border-radius: 30px; color: #727681; font-size: .73rem; }
.case-hero-art { min-width: 0; }
.case-hero-art .project-preview { aspect-ratio: 1.11; }
.case-hero-art .project-preview.preview-snapshot { aspect-ratio: 1.5; }
.visual-caption { margin: .7rem .25rem 0; color: #999ca4; font-size: .65rem; letter-spacing: .04em; text-align: right; }
.case-facts { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 2rem; padding-block: 1.7rem 3.4rem; border-top: 1px solid #dcdedc; }
.case-facts > div { display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; }
.case-facts span { color: #9296a0; font-size: .63rem; font-weight: 730; letter-spacing: .18em; }
.case-facts strong { color: #343842; font-size: .91rem; line-height: 1.5; font-weight: 540; }
.case-facts .button { min-height: 0; padding: .7rem 1rem; font-size: .77rem; }
.case-facts .button span { color: #fff; font-size: 1rem; letter-spacing: 0; }
.case-quicknav { position: sticky; z-index: 30; top: 6.6rem; border-block: 1px solid #e2e4e1; background: #fbfbf9e8; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
.case-quicknav .section-container { display: flex; gap: clamp(1.4rem, 4vw, 4rem); overflow-x: auto; scrollbar-width: none; }
.case-quicknav a { flex: none; padding: 1rem 0; color: #737782; font-size: .76rem; font-weight: 620; transition: color .2s; }
.case-quicknav a:hover { color: #202126; }
.case-main section[id] { scroll-margin-top: 10.5rem; }
.case-overview { background: #fff; }
.case-overview-grid { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,.8fr); gap: clamp(4rem, 9vw, 10rem); }
.overview-lead h2, .case-section-head h2, .proof-layout h2 { margin: 1.4rem 0 1.7rem; max-width: 960px; font-size: clamp(2.8rem, 5.2vw, 5.8rem); font-weight: 580; line-height: 1.06; letter-spacing: -.078em; }
.case-section-head h2 span, .proof-layout h2 span { color: #a6adbb; }
.overview-lead p, .overview-role p, .case-section-head p, .proof-layout p { max-width: 760px; margin: 0; color: #626772; font-size: clamp(1.04rem, 1.3vw, 1.26rem); line-height: 1.7; }
.overview-role { padding-top: .45rem; }
.overview-role h3 { margin: 1.4rem 0 1.2rem; font-size: clamp(1.9rem, 2.8vw, 3rem); font-weight: 590; letter-spacing: -.07em; }
.case-list { max-width: 740px; margin: 1.7rem 0 0; padding-left: 1.15rem; color: #626772; font-size: 1rem; line-height: 1.65; }
.case-list li { padding-left: .3rem; margin-bottom: .8rem; }
.case-list li::marker { color: #aab1c0; }
.case-system { background: #f1f2f0; }
.case-section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.6fr); align-items: end; gap: 2rem; margin-bottom: clamp(3rem, 6vw, 6rem); }
.case-section-head .eyebrow { grid-column: 1 / -1; }
.case-section-head h2 { margin: 0; }
.case-section-head p { max-width: 530px; }
.case-stack { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 3.5rem; border-top: 1px solid #ced2d0; margin-bottom: 4rem; }
.case-stack-heading { display: flex; justify-content: space-between; align-items: baseline; grid-column: 1 / -1; padding: 1.15rem 0 2rem; }
.case-stack-heading > span:last-child, .case-flow-top > span:last-child { color: #92989a; font-size: .65rem; font-weight: 700; letter-spacing: .13em; }
.case-stack-row { display: grid; grid-template-columns: 135px 1fr; gap: 1rem; align-items: baseline; padding: 1.1rem 0; border-bottom: 1px solid #d9dcda; }
.case-stack-row span { color: #878e91; font-size: .75rem; }
.case-stack-row strong { color: #353a40; font-size: .96rem; font-weight: 560; line-height: 1.5; }
.case-flow { padding: clamp(1.5rem, 3vw, 3rem); border: 1px solid #d9dcda; border-radius: 23px; background: #fff; box-shadow: 0 20px 55px #28342d0b; }
.case-flow-top { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; border-bottom: 1px solid #e5e7e4; padding-bottom: 1.5rem; }
.case-flow ol { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 1rem; list-style: none; margin: 0; padding: 2.7rem 0 .5rem; }
.case-flow li { position: relative; min-width: 0; padding-right: 1.1rem; }
.case-flow li:not(:last-child)::after { content: "→"; position: absolute; right: -.42rem; top: .25rem; color: #9da6ad; font-size: 1.45rem; }
.flow-number { display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 1.1rem; border-radius: 11px; background: #e8eaf0; color: #5e667d; font-size: .7rem; font-weight: 730; }
.case-flow li strong { display: block; color: #292e34; font-size: clamp(.95rem, 1.3vw, 1.27rem); letter-spacing: -.035em; }
.case-flow li p { max-width: 220px; margin: .5rem 0 0; color: #777e82; font-size: .79rem; line-height: 1.5; }
.case-details { background: #fff; }
.case-detail-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; }
.case-detail-card { min-height: 245px; padding: clamp(1.5rem, 2.8vw, 3rem); border: 1px solid #e3e6e3; border-radius: 22px; background: #fafbf9; }
.card-index { color: #969fa4; font-size: .67rem; font-weight: 720; letter-spacing: .13em; }
.case-detail-card h3, .decision-card h3 { margin: 2.3rem 0 .8rem; color: #2c3035; font-size: clamp(1.5rem, 2.1vw, 2.2rem); font-weight: 590; line-height: 1.13; letter-spacing: -.06em; }
.case-detail-card p, .decision-card p { max-width: 570px; margin: 0; color: #707780; font-size: .99rem; line-height: 1.65; }
.case-ai { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 3rem; margin-top: clamp(4rem, 7vw, 7rem); padding: clamp(2rem, 4.5vw, 4.5rem); border-radius: 25px; background: #282d35; color: #fff; }
.case-ai .eyebrow { color: #adb9c6; }
.case-ai h3 { max-width: 400px; margin: 1.2rem 0 0; font-size: clamp(2.2rem, 3.5vw, 3.8rem); line-height: 1.08; letter-spacing: -.07em; font-weight: 580; }
.ai-row { display: grid; grid-template-columns: 140px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid #ffffff27; }
.ai-row:first-child { padding-top: 0; }
.ai-row span { color: #bdc8d5; font-size: .78rem; }
.ai-row p { margin: 0; color: #e4e8eb; font-size: .9rem; line-height: 1.6; }
.case-decisions { background: #fafaf8; }
.decision-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.decision-card { min-height: 325px; padding: clamp(1.5rem, 2.5vw, 2.7rem); border-top: 2px solid #acb6c1; background: #fff; }
.decision-card > span { color: #899199; font-size: .67rem; font-weight: 720; letter-spacing: .13em; }
.decision-card h3 { margin-top: 4rem; }
.case-challenge { padding-block: clamp(6rem, 10vw, 11rem); background: #1e2329; color: #f6f7f6; }
.challenge-layout { display: grid; grid-template-columns: minmax(0,.5fr) minmax(0,1.5fr); gap: 3rem; }
.case-challenge .eyebrow { padding-top: .75rem; color: #9eaabb; }
.case-challenge h2 { max-width: 950px; margin: 0 0 1.6rem; font-size: clamp(2.8rem, 5.3vw, 6rem); line-height: 1.05; letter-spacing: -.08em; font-weight: 560; }
.case-challenge p { max-width: 750px; margin: 0; color: #bac3cc; font-size: clamp(1.05rem, 1.35vw, 1.3rem); line-height: 1.7; }
.case-proof { background: #fff; }
.proof-layout { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,.7fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.proof-card { padding: clamp(2rem, 3.5vw, 3.5rem); border: 1px solid #e1e3e1; border-radius: 24px; background: #f3f4f1; }
.proof-card p { margin: 1.2rem 0 1.8rem; font-size: 1.05rem; }
.proof-card .button { width: 100%; justify-content: space-between; }
.case-next { padding-block: clamp(5rem, 8vw, 8rem); background: #e9ebee; }
.case-next a { display: flex; justify-content: space-between; align-items: baseline; gap: 2rem; margin-top: 1.4rem; border-top: 1px solid #babec6; padding-top: 2.7rem; }
.case-next a span { color: #737984; font-size: .96rem; }
.case-next a strong { display: flex; align-items: baseline; gap: 2rem; font-size: clamp(3rem, 6.5vw, 6.5rem); line-height: 1; letter-spacing: -.08em; font-weight: 600; transition: gap .3s; }
.case-next a:hover strong { gap: 2.6rem; }
.case-next a b { font-size: .42em; font-weight: 400; }

@keyframes mesh-float { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-9px) rotate(2deg); } }
@keyframes print-drift { 0%, 100% { transform: translateY(0) rotate(-24deg); } 50% { transform: translateY(-8px) rotate(-20deg); } }

@media (max-width: 1080px) {
  .hero-print-left { left: 0; }
  .hero-print-right { right: 0; }
  .project-tile, .project-tile-reverse { grid-template-columns: 1fr; gap: 2.3rem; }
  .project-tile-reverse .project-art-link, .project-tile-reverse .project-copy { order: initial; }
  .project-copy h3 { margin-top: 1.8rem; }
  .project-meta { max-width: 610px; }
  .project-summary { max-width: 590px; }
  .project-preview { aspect-ratio: 1.65; }
  .approach-layout { gap: 4rem; }
  .case-hero { grid-template-columns: 1fr; }
  .case-hero-art .project-preview { aspect-ratio: 1.55; }
  .case-hero-copy > p { max-width: 760px; }
  .case-overview-grid, .case-section-head, .case-ai, .proof-layout { grid-template-columns: 1fr; }
  .case-section-head { gap: 1.5rem; }
  .case-flow ol { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 2.3rem; }
  .case-flow li:nth-child(3)::after { display: none; }
  .decision-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .site-header { padding: .9rem 1rem; }
  .nav-shell { height: 61px; border-radius: 18px; }
  .brand { min-width: 0; }
  .brand-name { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .nav-links { justify-content: flex-end; gap: 1.2rem; font-size: .78rem; }
  .nav-links a:nth-child(2) { display: none; }
  .nav-contact { min-width: 0; gap: .6rem; padding: .75rem .9rem; font-size: .77rem; }
  .section-container { width: min(calc(100% - 2.4rem), var(--container)); }
  .section-pad { padding-block: 5.5rem; }
  .hero { padding-top: 9.6rem; }
  .hero-inner { padding-inline: 1.2rem; }
  .hero-kicker { flex-direction: column; align-items: center; gap: .5rem; }
  .hero-role { border: 0; padding: 0; font-size: .62rem; }
  .hero-title { font-size: clamp(4.3rem, 13vw, 6.6rem); margin-top: 1.45rem; }
  .hero-intro { max-width: 510px; font-size: 1rem; }
  .hero-gallery { height: 380px; margin-top: 4rem; }
  .hero-print { width: 46%; }
  .hero-print-left { top: 23%; left: -7%; }
  .hero-print-center { width: 48%; left: 26%; top: 4%; }
  .hero-print-right { top: 25%; right: -7%; }
  .print-image { height: 200px; }
  .print-caption small { display: none; }
  .hero-bottom { font-size: .51rem; }
  .statement-layout, .ventures-head, .approach-layout, .about-layout { grid-template-columns: 1fr; }
  .statement-layout { gap: 1.3rem; }
  .statement-text { font-size: clamp(2.45rem, 7.2vw, 4.2rem); }
  .section-head { display: block; padding-bottom: 3rem; }
  .section-head p { margin-top: 1.5rem; }
  .project-tile { padding-block: 3rem; }
  .ventures-head .eyebrow { grid-row: auto; }
  .ventures-head h2 { margin-top: 1.4rem; }
  .venture-grid { grid-template-columns: 1fr 1fr; margin-top: 3.5rem; }
  .venture-card { min-height: 340px; }
  .venture-card:last-child { grid-column: auto; }
  .venture-symbol { height: 145px; }
  .venture-note { flex-direction: column; gap: .5rem; }
  .skills-header { grid-template-columns: 1fr; gap: 1.5rem; }
  .skills-header-aside { justify-self: start; }
  .skills-header-aside p { margin-bottom: 1.2rem; }
  .skills-rail { padding-inline: 1.2rem; }
  .approach-intro h2 { margin-top: 1.4rem; }
  .about-art { min-height: 420px; }
  .about-layout { gap: 3rem; }
  .case-main { padding-top: 6.5rem; }
  .case-top { padding-block: 1rem; }
  .case-hero { gap: 2.5rem; }
  .case-facts { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .case-facts > div:last-child { grid-column: 1 / -1; }
  .case-quicknav { top: 5.7rem; }
  .case-main section[id] { scroll-margin-top: 9.5rem; }
  .case-stack { grid-template-columns: 1fr; }
  .case-stack-row { grid-template-columns: 125px 1fr; }
  .case-detail-grid, .decision-grid { grid-template-columns: 1fr; }
  .case-detail-card, .decision-card { min-height: 0; }
  .decision-card h3 { margin-top: 2.7rem; }
  .challenge-layout { grid-template-columns: 1fr; gap: 1.5rem; }
  .case-next a { display: block; }
  .case-next a strong { margin-top: 1rem; }
}

@media (max-width: 520px) {
  .nav-links { gap: .8rem; }
  .nav-links a:first-child { display: none; }
  .nav-contact { padding: .72rem .75rem; }
  .hero { padding-top: 9.4rem; padding-bottom: 1.7rem; }
  .hero-title { font-size: clamp(3.55rem, 14vw, 4.8rem); letter-spacing: -.085em; }
  .hero-intro { padding-inline: .4rem; }
  .hero-actions { gap: .3rem; }
  .button { gap: .7rem; min-height: 45px; padding: .75rem .9rem; font-size: .77rem; }
  .hero-gallery { height: 275px; margin-top: 3.1rem; }
  .hero-print { width: 57%; padding: 6px 6px 8px; }
  .hero-print-left { left: -21%; top: 20%; }
  .hero-print-center { width: 58%; left: 21%; top: 2%; }
  .hero-print-right { right: -21%; top: 22%; }
  .print-image { height: 170px; }
  .print-caption { padding: .65rem .25rem 0; font-size: .74rem; }
  .print-vm-word { font-size: .9rem; }
  .print-rv-title { font-size: 1.1rem; }
  .print-agi-title { font-size: 1.25rem; }
  .print-agi-footer { font-size: .34rem; }
  .hero-bottom { letter-spacing: .09em; }
  .hero-bottom span:last-child { display: none; }
  .statement-text { font-size: 2.4rem; }
  .statement-detail { margin-top: 1.8rem; padding-left: 1rem; font-size: 1rem; }
  .section-head h2 { font-size: 3.8rem; }
  .project-preview { aspect-ratio: 1.12; border-radius: 18px; }
  .project-copy h3 { font-size: 3.7rem; }
  .project-meta { font-size: .57rem; }
  .project-summary { font-size: .94rem; }
  .preview-browser { inset: 12% 5% 8%; }
  .mesh-copy strong { font-size: 1.55rem; }
  .mesh-sculpture { right: -4%; width: 65%; }
  .mesh-caption { display: none; }
  .mind-ui { grid-template-columns: 14% 66% 20%; }
  .mind-insights { padding-inline: 5%; }
  .mind-insights > div { font-size: .31rem; }
  .mind-ai-pill { font-size: .28rem; }
  .rovanta-headline { font-size: 1.6rem; }
  .agi-board-head { font-size: 1.3rem; }
  .agi-board-flow { bottom: 14%; }
  .agi-board-flow div { padding: 8% 6%; }
  .agi-board-flow small { font-size: .25rem; }
  .agi-board-flow strong { font-size: .43rem; }
  .agi-board-flow div span { font-size: .24rem; }
  .agi-board-foot { font-size: .24rem; }
  .signal-labels { font-size: .34rem; }
  .signal-card { width: 55%; }
  .signal-card strong { font-size: .7rem; }
  .phone { width: 39%; }
  .phone-back { left: 14%; }
  .phone-front { right: 13%; }
  .phone strong { font-size: .65rem; }
  .phone-front strong { font-size: .77rem; }
  .declic-caption { display: none; }
  .venture-grid { grid-template-columns: 1fr; }
  .venture-card, .venture-card:last-child { grid-column: auto; min-height: 330px; }
  .venture-symbol { height: 140px; }
  .venture-symbol-burning img { width: 160px; height: 160px; }
  .venture-symbol-akyv img { width: 160px; height: 160px; }
  .skills-section { padding-block: 5.5rem; }
  .skills-header h2 { font-size: clamp(3.25rem, 12vw, 4.4rem); }
  .skills-header-aside p { font-size: 1rem; }
  .skill-card { width: min(82vw, 350px); min-height: 438px; padding: 1.4rem; }
  .skill-card h3 { min-height: 0; font-size: 2.05rem; }
  .skill-card > p { min-height: 0; }
  .skill-tag { font-size: .66rem; }
  .skills-bottom { align-items: flex-start; gap: .8rem; font-size: .55rem; }
  .about-art { min-height: 350px; }
  .about-art-center { width: 155px; height: 155px; font-size: 6rem; }
  .about-copy h2 { font-size: 3.65rem; }
  .contact-inner h2 { font-size: 3.9rem; }
  .contact-email { gap: .5rem; font-size: 1.13rem; }
  .contact-email span { font-size: 1.2rem; }
  .footer-top p { display: none; }
  .footer-bottom { gap: .7rem; flex-wrap: wrap; }
  .footer-bottom span:last-child { display: none; }
  .case-hero-copy h1 { font-size: 4.35rem; }
  .case-hero-copy > p { font-size: 1.5rem; }
  .case-hero-art .project-preview { aspect-ratio: 1.15; }
  .case-facts { grid-template-columns: 1fr; }
  .case-facts > div:last-child { grid-column: auto; }
  .case-quicknav .section-container { gap: 1.4rem; }
  .case-quicknav a { font-size: .69rem; }
  .case-flow { padding: 1.25rem; }
  .case-flow ol { grid-template-columns: 1fr; padding-top: 1.5rem; row-gap: 1.2rem; }
  .case-flow li { display: grid; grid-template-columns: 36px 1fr; column-gap: 1rem; padding: 0 0 1.2rem; border-bottom: 1px solid #e6e8e7; }
  .case-flow li:last-child { border: 0; padding-bottom: 0; }
  .case-flow li::after { display: none !important; }
  .flow-number { grid-row: 1 / 3; margin: 0; }
  .case-flow li p { grid-column: 2; margin-top: .2rem; }
  .case-stack-heading > span:last-child, .case-flow-top > span:last-child { display: none; }
  .case-stack-row { grid-template-columns: 1fr; gap: .25rem; }
  .ai-row { grid-template-columns: 1fr; gap: .3rem; }
  .case-ai { padding: 1.7rem; }
  .case-next a strong { font-size: 3.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .js-motion .reveal { opacity: 1; transform: none; }
  .hero-print { transform: rotate(var(--rotation)); }
  .skills-group[aria-hidden="true"] { display: none; }
  .skills-rail { scrollbar-width: thin; }
}
