@font-face { font-family: Geist; src: url("assets/geist-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: Geist; src: url("assets/geist-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: Geist; src: url("assets/geist-500.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: Caveat; src: url("assets/caveat-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }

:root {
  font-family: Geist, ui-sans-serif, system-ui, sans-serif;
  color-scheme: light dark;
  --bg: #fafaf9; --dot: #d6d3d1; --text: #57534e; --strong: #292524;
  --muted: #a8a29e; --line: #d6d3d1; --surface: #f5f5f4; --surface-strong: #e7e5e4;
  --button-bg: #292524; --button-text: #e7e5e4; --shadow: rgba(41,37,36,.12);
  --accent-market-prism: #6aaa9a; --accent-usha: #c76b60; --accent-grow-jewelry: #c7a14c; --accent-engie: #668eb1;
}
:root[data-theme="dark"] {
  --bg: #050505; --dot: #18304a; --text: #a8a29e; --strong: #d6d3d1;
  --muted: #78716c; --line: #44403c; --surface: #1c1917; --surface-strong: #57534e;
  --button-bg: #151515; --button-text: #8f8b87; --shadow: rgba(0,0,0,.45);
}
* { box-sizing: border-box; }
html { min-height: 100%; background-color: var(--bg); background-image: radial-gradient(circle,var(--dot) .75px,transparent .85px); background-size: 16px 16px; font-kerning: normal; font-optical-sizing: none; font-synthesis: none; text-rendering: optimizeLegibility; }
body { margin: 0; min-width: 320px; color: var(--text); }
button,input { font: inherit; } button,a { color: inherit; -webkit-tap-highlight-color: transparent; }
.page-shell { width: min(500px,calc(100% - 48px)); min-height: 100vh; margin: 0 auto; padding: 60px 0 30px; font-size: 16px; line-height: 1.48; }
.site-header { display: flex; align-items: center; gap: 22px; margin-bottom: 26px; white-space: nowrap; }
.site-header nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.text-link { padding: 0 0 2px; background: none; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 5px; }
.text-link:hover,.text-link:focus-visible,.text-link.active { color: var(--strong); text-decoration-color: var(--strong); }
.brand { color: var(--strong); font-weight: 600; text-decoration-color: var(--strong); text-decoration-thickness: 2px; text-underline-offset: 5px; -webkit-text-stroke: .2px currentColor; }
.icon-button { display: grid; place-items: center; border: 0; padding: 4px; background: none; cursor: pointer; }
.icon-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.site-intro { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; align-items: start; margin-bottom: 34px; }.intro { display: grid; gap: 34px; }.intro-section,.intro-summary-copy { min-width: 0; }.intro-headshot { width: clamp(88px,18vw,112px); aspect-ratio: 1; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }.intro-headshot img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }.site-intro p,.intro p { margin: 2px 0; }.diamond-line { display: flex; gap: 7px; align-items: baseline; }.diamond-line>span:first-child,.intro h2 { color: var(--muted); }.intro-name { color: var(--strong); font-weight: 600; -webkit-text-stroke: .15px currentColor; }:root[data-theme="dark"] .intro-name { color: #fff; }.interests-content { display: grid; grid-template-columns: auto minmax(0,1fr); flex: 1; align-items: start; min-width: 0; column-gap: 5px; }.interests-label { color: var(--muted); }.interest-value-line { display: block; min-width: 0; color: color-mix(in srgb,var(--text) 68%,var(--muted)); font-style: italic; font-synthesis: style; transform: skewX(-10deg); transform-origin: left center; }.interest-value-line--full { grid-column: 1/-1; }
strong { color: var(--strong); font-weight: 500; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; }.company-link { color: inherit; text-decoration: none; }.highlight strong { position: relative; z-index: 0; isolation: isolate; padding: 0 1px 3px; text-decoration: none; }.highlight strong::after { position: absolute; z-index: -1; right: -2px; bottom: -1px; left: -2px; height: 8px; background: color-mix(in srgb,var(--highlight-color) 78%,white); content: ""; opacity: .92; pointer-events: none; -webkit-mask: url("assets/crayon-underline.svg") center/100% 100% no-repeat; mask: url("assets/crayon-underline.svg") center/100% 100% no-repeat; }.highlight--market-prism strong { --highlight-color: var(--accent-market-prism); }.highlight--usha strong { --highlight-color: var(--accent-usha); }.highlight--grow-jewelry strong { --highlight-color: var(--accent-grow-jewelry); }.highlight--engie strong { --highlight-color: var(--accent-engie); }
.intro h2 { margin: 5px 0 2px; font-size: 16px; font-weight: 400; }.intro h2 em { color: var(--strong); font-weight: 500; }
.branch-list { list-style: none; margin: 0; padding: 0 0 0 31px; }.branch-list li { position: relative; margin: 3px 0; padding-left: 1px; }.branch-list li::before { content: "↳"; position: absolute; right: calc(100% + 8px); color: var(--muted); }
.company-mark { display: inline-grid; place-items: center; width: 15px; height: 15px; margin-left: 3px; border-radius: 2px; background: var(--surface-strong); color: var(--strong); font-size: 8px; font-weight: 600; vertical-align: 2px; }.company-mark--market-prism { background: var(--accent-market-prism); color: #153730; }.company-mark--usha { background: var(--accent-usha); color: #321b1b; }.company-mark--grow-jewelry { background: var(--accent-grow-jewelry); color: #302504; }.company-mark--engie { background: var(--accent-engie); color: #102b43; }
.work-cta { display: flex; align-items: center; justify-content: center; gap: 7px; width: 100%; height: 58px; margin-top: 38px; border: 1px solid var(--line); border-radius: 9px; background: var(--button-bg); color: var(--button-text); text-decoration: none; transition: transform .18s ease,box-shadow .18s ease; }.work-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 20px var(--shadow); }
.signature { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; height: 88px; margin: 8px 0 0; overflow: visible; pointer-events: none; }.signature img { display: block; width: auto; height: 82px; object-fit: contain; transform: translateY(18px); }:root[data-theme="dark"] .signature img { content: url("assets/signature-line-dark.png"); }
footer { position: relative; z-index: 1; margin-top: 5px; padding-top: 15px; border-top: 1px solid var(--line); color: var(--muted); }.footer-row,.socials,.footer-mark { display: flex; align-items: center; }.footer-row { justify-content: space-between; }.socials { gap: 15px; }.socials a { display: grid; place-items: center; min-width: 18px; text-decoration: none; transition: color .15s ease,transform .15s ease; }.socials a:hover { color: var(--strong); transform: translateY(-2px); }.socials svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }.footer-mark { gap: 5px; color: var(--text); }footer p { margin: 11px 0 0; }
.project-search { display: flex; align-items: center; gap: 8px; height: 44px; margin: 4px 0 15px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; background: color-mix(in srgb,var(--bg) 82%,transparent); }.project-search:focus-within { border-color: var(--strong); }.search-icon { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }.project-search input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--strong); }.project-search input::placeholder { color: var(--muted); }
.project-list { display: grid; gap: 15px; }.project-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-strong); }.project-card-link { position: absolute; inset: 0; z-index: 1; border-radius: inherit; cursor: pointer; }.project-art { position: relative; display: grid; place-items: center; height: 245px; overflow: hidden; background: #2c2441; }.project-art.amber { background: #f1dba9; }.project-art.cyan { background: #173a44; }.project-thumbnail { display: block; width: 100%; height: 100%; object-fit: contain; background: #090909; }.art-grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 24px 24px; transform: perspective(250px) rotateX(55deg) scale(1.5); transform-origin: center bottom; }.art-window { position: relative; width: 73%; height: 66%; padding: 32px 24px; border: 1px solid rgba(255,255,255,.7); border-radius: 7px; background: rgba(250,250,249,.92); box-shadow: 0 20px 45px rgba(0,0,0,.25); color: #292524; }.art-window i { position: absolute; top: 12px; width: 7px; height: 7px; border-radius: 50%; background: #a8a29e; }.art-window i:first-child { left: 13px; background: #ef4444; }.art-window i:nth-child(2) { left: 25px; background: #f59e0b; }.art-window i:nth-child(3) { left: 37px; background: #22c55e; }.art-window b,.art-window small { display: block; }.art-window b { margin-top: 13px; font-size: 22px; }.art-window small { margin-top: 7px; color: #78716c; }
.project-copy { padding: 18px 20px 20px; background: color-mix(in srgb,var(--surface-strong) 92%,transparent); }.project-heading { display: flex; align-items: center; justify-content: space-between; }.project-heading h1 { margin: 0; color: var(--strong); font-size: 24px; font-weight: 500; }.project-heading span { position: relative; z-index: 2; display: flex; gap: 16px; }.project-heading svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.project-copy p { margin: 7px 0 5px; line-height: 1.55; }.tags { color: var(--muted); font-size: 13px; }.empty { margin: 30px 0; text-align: center; }
.article-list { display: grid; gap: 9px; padding: 2px 0 13px; }.article-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 18px; padding: 0; text-decoration: none; }.article-row span { color: var(--strong); }.article-row:hover span { text-decoration: underline; text-underline-offset: 4px; }.article-row time { color: var(--muted); }
.project-article { padding: 28px 0 13px; }.article-back { display: inline-block; margin-bottom: 25px; color: var(--muted); text-decoration: none; }.article-back:hover { color: var(--strong); text-decoration: underline; text-underline-offset: 4px; }.article-kicker { margin: 0 0 8px; color: var(--muted); font-size: 13px; }.project-article h1 { margin: 0; color: var(--strong); font-size: clamp(30px,7vw,40px); font-weight: 500; line-height: 1.1; letter-spacing: -.035em; }.article-dek { margin: 13px 0 0; color: var(--accent-grow-jewelry); font-size: 18px; font-style: italic; font-synthesis: style; line-height: 1.5; }.article-note { margin: 12px 0 0; color: var(--muted); font-size: 13px; }.article-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 4px; }.article-button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 0 15px; border: 1px solid rgba(41,37,36,.25); border-radius: 7px; color: #292524; font-size: 14px; font-weight: 500; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease, filter .16s ease; }.article-button:hover,.article-button:focus-visible { color: #292524; transform: translateY(-1px); box-shadow: 0 5px 14px rgba(0,0,0,.16); filter: saturate(1.08); }.article-button--demo { background: #f2cf4a; }.article-button--code { background: #b9d9f2; }.project-article section { margin-top: 34px; }.project-article h2 { margin: 0 0 12px; color: var(--strong); font-size: 21px; font-weight: 500; line-height: 1.25; }.project-article p { margin: 0 0 16px; line-height: 1.65; }.article-points,.article-flow { margin: 0 0 18px; padding-left: 22px; }.article-points li,.article-flow li { margin: 7px 0; line-height: 1.55; }.article-flow { counter-reset: flow; padding-left: 0; list-style: none; }.article-flow li { position: relative; padding-left: 33px; }.article-flow li::before { position: absolute; left: 0; display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); content: counter(flow); counter-increment: flow; font-size: 11px; }.architecture-table { width: 100%; margin: 0 0 20px; border-collapse: collapse; font-size: 14px; }.architecture-table th,.architecture-table td { padding: 10px; border: 1px solid var(--line); text-align: left; vertical-align: top; }.architecture-table th { color: var(--strong); font-weight: 500; }.architecture-table td:first-child { width: 54px; color: var(--muted); font-family: ui-monospace,monospace; }
.design-accordion { display: grid; gap: 10px; }.design-section { border: 1px solid var(--line); border-radius: 8px; background: color-mix(in srgb,var(--bg) 86%,transparent); overflow: clip; }.design-section summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 14px; color: var(--strong); font-weight: 500; cursor: pointer; list-style: none; }.design-section summary::-webkit-details-marker { display: none; }.design-section summary::after { content: "+"; order: 3; width: 16px; color: var(--muted); font-family: ui-monospace,monospace; font-weight: 400; text-align: center; }.design-section[open] summary::after { content: "−"; }.design-section[open] summary { border-bottom: 1px solid var(--line); }.section-count { margin-left: auto; color: var(--muted); font-size: 12px; font-weight: 400; }.section-body { padding: 14px; }.ux-article-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.ux-article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }.ux-card-art { position: relative; display: flex; align-items: flex-end; aspect-ratio: 16/10; padding: 10px; overflow: hidden; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 14px 14px; }.ux-card-art span { color: var(--muted); font-family: ui-monospace,monospace; font-size: 12px; }.ux-card-art i { position: absolute; right: 12px; width: 42%; height: 1px; background: var(--line); transform-origin: right; }.ux-card-art i:nth-of-type(1) { top: 35%; transform: rotate(-18deg); }.ux-card-art i:nth-of-type(2) { top: 53%; width: 60%; transform: rotate(12deg); }.ux-card-art i:nth-of-type(3) { top: 69%; width: 32%; transform: rotate(-35deg); }.ux-card-copy { padding: 11px; }.ux-card-copy small { display: block; color: var(--muted); font-size: 10px; line-height: 1.3; }.ux-card-copy h1 { margin: 7px 0 5px; color: var(--strong); font-size: 15px; font-weight: 500; line-height: 1.25; }.ux-card-copy p { margin: 0; font-size: 13px; line-height: 1.4; }.read-label { display: block; margin-top: 12px; color: var(--muted); font-size: 11px; }.brand-body { padding: 10px; }.brand-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.brand-item { display: grid; place-items: center; aspect-ratio: 4/5; padding: 4px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); transition: border-color .15s ease,transform .15s ease; }.brand-item:hover { border-color: var(--strong); transform: translateY(-2px); }.brand-item img { display: block; width: 100%; height: 100%; border-radius: 5px; object-fit: contain; }
.palette-backdrop { position: fixed; inset: 0; z-index: 20; display: grid; place-items: start center; padding-top: 17vh; background: rgba(0,0,0,.48); backdrop-filter: blur(3px); }.palette-backdrop[hidden] { display: none; }.palette { width: min(420px,calc(100% - 36px)); padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: var(--bg); box-shadow: 0 24px 70px rgba(0,0,0,.35); }.palette-title { display: flex; justify-content: space-between; padding: 7px 9px 11px; color: var(--muted); font-size: 13px; }.palette-title button { padding: 0; border: 0; background: none; font-size: 20px; }.palette>a,.palette>button { display: block; width: 100%; padding: 9px 10px; border: 0; border-radius: 6px; background: transparent; text-align: left; text-decoration: none; cursor: pointer; }.palette>a:hover,.palette>button:hover,.palette>a:focus-visible,.palette>button:focus-visible { background: var(--surface); color: var(--strong); outline: none; }
:focus-visible { outline: 2px solid var(--strong); outline-offset: 3px; }
@supports (-moz-appearance:none) { .page-shell { -webkit-text-stroke: .08px currentColor; } }
@media (max-width:640px) { .page-shell { width: calc(100% - 48px); padding-top: 31px; }.site-header { flex-wrap: wrap; gap: 10px 12px; margin-bottom: 36px; }.site-header nav { order: 3; width: 100%; gap: 16px; margin-left: 0; }.icon-button { margin-left: auto; }.interests-content { grid-template-columns: minmax(0,1fr); row-gap: 1px; }#highlights { display: grid; row-gap: 7px; }#highlights li { margin-block: 0; }.signature { height: 78px; }.signature img { height: 72px; transform: translateY(16px); }.project-art { height: 190px; }.project-copy { padding: 15px 17px 17px; }.project-heading h1 { font-size: 22px; }.article-row { gap: 10px; }.article-row time { width: 52px; text-align: right; }.design-section summary { padding: 11px 12px; }.section-body { padding: 12px; }.design-case dl { padding-left: 20px; }.brand-body { padding: 8px; }.brand-grid { gap: 8px; } }
@media (max-width:380px) { .page-shell { width: calc(100% - 32px); }.site-header { gap: 8px; font-size: 14px; }.site-header nav { gap: 8px; }.project-art { height: 165px; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior: auto!important; transition: none!important; } }
