:root{--cross-shape: polygon(0 30%, 30% 30%, 30% 0, 70% 0, 70% 30%, 100% 30%, 100% 70%, 70% 70%, 70% 100%, 30% 100%, 30% 70%, 0 71%);--x-shape: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);--square-shape: polygon(0% 30%, 0 0, 30% 0%, 70% 0%, 100% 0, 100% 30%, 100% 70%, 100% 100%, 70% 100%, 30% 100%, 0 100%, 0% 70%);--leaf-shape: polygon(12% 56%, 30% 31%, 50% 16%, 75% 6%, 100% 0, 94% 25%, 84% 50%, 70% 70%, 51% 84%, 23% 96%, 0 100%, 4% 77%);--star-shape: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%, 39% 35%, 39% 35%)}.cube-container.svelte-3zcnsw{width:200px;height:200px;perspective:500px;margin:auto}.cube.svelte-3zcnsw{position:relative;width:200px;height:200px;transform-style:preserve-3d;animation:svelte-3zcnsw-turn 20s linear infinite}.face.svelte-3zcnsw{width:200px;height:200px;background:#7b18bd;opacity:.8;border:2px solid var(--gold, gold);position:absolute;display:flex;align-items:center;justify-content:center;font-family:Arial,sans-serif;font-size:2rem;transition:all 2s ease-in-out;clip-path:var(--leaf-shape)}.front.svelte-3zcnsw{transform:rotate(15deg);animation:svelte-3zcnsw-front-ani 5s ease-in-out infinite}.back.svelte-3zcnsw{transform:rotate(30deg);animation:svelte-3zcnsw-back-ani 5s ease-in-out infinite}.left.svelte-3zcnsw{transform:rotate(45deg);animation:svelte-3zcnsw-left-ani 5s ease-in-out infinite}.right.svelte-3zcnsw{transform:rotate(-15deg);animation:svelte-3zcnsw-right-ani 5s ease-in-out infinite}.top.svelte-3zcnsw{transform:rotate(-30deg);animation:svelte-3zcnsw-top-ani 5s ease-in-out infinite}.bottom.svelte-3zcnsw{transform:rotate(-45deg);animation:svelte-3zcnsw-bottom-ani 5s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.cube.svelte-3zcnsw{animation:none;transform:rotate3d(1,1,0,45deg)}}@keyframes svelte-3zcnsw-turn{0%{transform:rotate3d(0,0,0,0)}to{transform:rotate3d(-1,-1,0,900deg)}}@keyframes svelte-3zcnsw-front-ani{0%,to{clip-path:var(--square-shape);transform:translateZ(100px);background-color:var(--vibranium, #c15f8d)}25%,75%{clip-path:var(--leaf-shape)}50%{transform-origin:bottom left;clip-path:var(--leaf-shape);transform:rotate(15deg);background-color:#c15f8d}}@keyframes svelte-3zcnsw-back-ani{0%,to{clip-path:var(--square-shape);transform:translateZ(-100px) rotatey(180deg);background-color:var(--vibranium, #9b69ac)}25%,75%{clip-path:var(--leaf-shape)}50%{transform-origin:bottom left;clip-path:var(--leaf-shape);transform:rotate(30deg);background-color:#9b69ac}}@keyframes svelte-3zcnsw-left-ani{0%,to{clip-path:var(--square-shape);transform:translate(-100px) rotateY(90deg) rotate(90deg);background-color:var(--vibranium, #7b18bd)}25%,75%{clip-path:var(--leaf-shape)}50%{transform-origin:bottom left;clip-path:var(--leaf-shape);transform:rotate(45deg);background-color:#7b18bd}}@keyframes svelte-3zcnsw-right-ani{0%,to{clip-path:var(--square-shape);transform:translate(100px) rotateY(-90deg) rotate(90deg);background-color:var(--vibranium, #9b69ac)}25%,75%{clip-path:var(--leaf-shape)}50%{transform-origin:bottom left;clip-path:var(--leaf-shape);transform:rotate(-15deg);background-color:#9b69ac}}@keyframes svelte-3zcnsw-top-ani{0%,to{clip-path:var(--square-shape);transform:translateY(100px) rotateX(90deg);background-color:var(--vibranium, #c15f8d)}25%,75%{clip-path:var(--leaf-shape)}50%{transform-origin:bottom left;clip-path:var(--leaf-shape);transform:rotate(-30deg);background-color:#c15f8d}}@keyframes svelte-3zcnsw-bottom-ani{0%,to{clip-path:var(--square-shape);transform:translateY(-100px) rotateX(-90deg);background-color:var(--vibranium, #7b18bd)}25%,75%{clip-path:var(--leaf-shape)}50%{transform-origin:bottom left;clip-path:var(--leaf-shape);transform:rotate(-45deg);background-color:#7b18bd}}:root{--bg: #0a0a0a;--surface: #111111;--surface-raised: #141414;--text: #e8e8e8;--text-muted: #888888;--text-dim: #555555;--green: #4ade80;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--font-pixel: "Silkscreen", monospace;--radius-card: 14px;--space-card: 20px}[data-theme=gold].svelte-1uha8ag{--accent: #c9a94a;--accent-dim: #8a7330;--accent-soft: rgba(201, 169, 74, .12);--accent-text: #c9a94a}[data-theme=malachite].svelte-1uha8ag{--accent: #21715e;--accent-dim: #397367;--accent-soft: rgba(33, 113, 94, .18);--accent-text: #5dcaa5}[data-theme=blood].svelte-1uha8ag{--accent: #df3756;--accent-dim: #8a2133;--accent-soft: rgba(223, 55, 86, .12);--accent-text: #df3756}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:var(--font-body);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}.site.svelte-1uha8ag{height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;background-color:transparent;position:relative;z-index:1}.entry-overlay.svelte-1uha8ag{position:fixed;inset:0;background:var(--bg);z-index:200;display:flex;align-items:center;justify-content:center;pointer-events:none}.entry-overlay.done.svelte-1uha8ag{display:none}.entry-particles.svelte-1uha8ag{position:absolute;inset:0;background:radial-gradient(circle at 18% 30%,rgba(255,215,100,.08) 0,transparent 1.5px),radial-gradient(circle at 72% 60%,rgba(255,240,200,.07) 0,transparent 1.5px),radial-gradient(circle at 35% 80%,rgba(255,215,100,.06) 0,transparent 1.5px),radial-gradient(circle at 88% 20%,rgba(255,240,200,.08) 0,transparent 1.5px),radial-gradient(circle at 55% 45%,rgba(255,215,100,.05) 0,transparent 1.5px);filter:blur(.4px);opacity:.9}.entry-center.svelte-1uha8ag{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px;z-index:1}.entry-logo.svelte-1uha8ag{width:96px;height:96px;object-fit:contain}.entry-welcome.svelte-1uha8ag{text-align:center;opacity:0;font-family:var(--font-body)}.entry-welcome-top.svelte-1uha8ag{font-size:1rem;color:var(--text-muted);letter-spacing:.05em}.entry-welcome-bottom.svelte-1uha8ag{font-family:var(--font-pixel);font-size:1.6rem;color:var(--accent-text);letter-spacing:.2em;margin-top:6px}.video-bg.svelte-1uha8ag{position:fixed;inset:0;z-index:-1;overflow:hidden}.video-bg.svelte-1uha8ag video:where(.svelte-1uha8ag){position:absolute;width:100%;height:100%;object-fit:cover;opacity:1;filter:saturate(1) brightness(1);transform:translate(-50%,-50%);inset:50% 0 0 50%}.video-overlay.svelte-1uha8ag{position:absolute;inset:0;background:linear-gradient(to bottom,#0a0a0a66,#0a0a0ab3)}.panel.svelte-1uha8ag{height:100vh;width:100%;padding:24px;display:flex;flex-direction:column;gap:12px;scroll-snap-align:start;scroll-snap-stop:always}.panel-footer.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim);letter-spacing:.15em;text-align:center;padding:4px 0 0}.card.svelte-1uha8ag{background:var(--surface);border:1px solid var(--accent-soft);border-radius:var(--radius-card);padding:var(--space-card);position:relative;transition:border-color .25s ease,background .25s ease;box-shadow:inset 0 1px #ffffff05,inset 0 0 0 1px #0000004d;min-height:0;overflow:hidden}.card.svelte-1uha8ag:hover{border-color:var(--accent-dim);background:var(--surface-raised)}.card-tag.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--accent-text);letter-spacing:.2em;margin-bottom:10px}.corner.svelte-1uha8ag{position:absolute;width:12px;height:12px;border-color:var(--accent);border-style:solid;border-width:0;opacity:.6;pointer-events:none}.corner-tl.svelte-1uha8ag{top:8px;left:8px;border-top-width:1.5px;border-left-width:1.5px}.corner-br.svelte-1uha8ag{bottom:8px;right:8px;border-bottom-width:1.5px;border-right-width:1.5px}.ctx-link.svelte-1uha8ag{color:var(--accent-text);text-decoration:none;border-bottom:1px dotted var(--accent-dim);padding-bottom:1px;transition:border-color .15s ease}.ctx-link.svelte-1uha8ag:hover{border-bottom-color:var(--accent)}.panel-1.svelte-1uha8ag .bento:where(.svelte-1uha8ag){flex:1;display:grid;gap:12px;min-height:0;grid-template-columns:220px 1fr 1fr 1fr;grid-template-rows:160px 1fr 1fr 1fr;grid-template-areas:"wordmark banner    banner banner" "bio      services otr otr" "bio      services featured featured" "bio      elsewhere  featured featured"}.wordmark.svelte-1uha8ag{grid-area:wordmark}.banner.svelte-1uha8ag{grid-area:banner}.bio.svelte-1uha8ag{grid-area:bio}.elsewhere.svelte-1uha8ag{grid-area:elsewhere}.open-to-roles.svelte-1uha8ag{grid-area:otr}.services.svelte-1uha8ag{grid-area:services}.featured.svelte-1uha8ag{grid-area:featured}.wordmark.svelte-1uha8ag{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:6px}.wordmark-logo.svelte-1uha8ag{width:85px;height:85px;object-fit:contain}.wordmark-text.svelte-1uha8ag{font-family:var(--font-pixel);font-size:1.2rem;color:var(--accent);margin-top:0;letter-spacing:-.5px}.banner.svelte-1uha8ag{padding:0}.banner-fallback.svelte-1uha8ag{position:absolute;inset:0;background:repeating-linear-gradient(45deg,#0f0f0f 0 8px,#131313 8px 16px)}.banner-img.svelte-1uha8ag{position:absolute;inset:0;width:100%;height:150%;object-fit:cover;object-position:center 55%;animation:svelte-1uha8ag-slowPan 10s ease-in-out infinite alternate}@keyframes svelte-1uha8ag-slowPan{0%{transform:translateY(0)}to{transform:translateY(-16%)}}.banner-vignette.svelte-1uha8ag{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to bottom,rgba(10,10,10,.5) 0%,transparent 25%,transparent 75%,rgba(10,10,10,.6) 100%),linear-gradient(to right,rgba(10,10,10,.3) 0%,transparent 20%,transparent 80%,rgba(10,10,10,.3) 100%)}.game-logo.svelte-1uha8ag{position:absolute;top:16px;right:20px;width:160px;margin:0;z-index:2}.game-logo.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;height:100%}.play-now.svelte-1uha8ag{position:absolute;bottom:10px;right:10px;text-decoration:none;display:flex;align-items:center;gap:8px;padding:.5rem 1rem calc(.5rem + 5px);background:linear-gradient(180deg,#8b2a2a,#6e1e1e);color:#fff;border:1px solid rgba(0,0,0,.5);box-shadow:#00000080 0 -5px inset,0 0 20px #8b2a2a40;border-radius:10px;cursor:pointer;font-family:var(--font-mono);font-weight:600;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;transition:all .1s ease;white-space:nowrap;flex-shrink:0;margin-left:auto;filter:hue-rotate(175deg) brightness(1.5) contrast(1) saturate(1.3)}.play-now.svelte-1uha8ag:hover{background:linear-gradient(180deg,#a83232,#8b2020);box-shadow:#00000080 0 -3px inset,0 0 28px #c83c3c4d;transform:translateY(1px)}.play-now.svelte-1uha8ag:active{transform:translateY(4px);box-shadow:#00000080 0 -1px inset}.bio.svelte-1uha8ag{display:flex;flex-direction:column}.bio-name.svelte-1uha8ag{font-size:1.75rem;font-weight:600;color:var(--text);line-height:1.1;margin-bottom:4px}.bio-role.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.1em;margin-bottom:18px}.bio-tagline.svelte-1uha8ag{font-size:1rem;color:var(--text);line-height:1.45;margin:0 0 14px}.bio-history.svelte-1uha8ag{list-style:none;padding:0;margin:0 0 14px;display:flex;flex-direction:column;gap:4px}.bio-history.svelte-1uha8ag li:where(.svelte-1uha8ag){font-family:var(--font-mono);font-size:.8125rem;color:var(--text-muted);line-height:1.45}.bio-links.svelte-1uha8ag{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin:0 0 auto}.bio-location.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim);letter-spacing:.1em;margin-top:18px}.open-to-roles.svelte-1uha8ag{display:flex;flex-direction:column;gap:12px}.status-row.svelte-1uha8ag{display:flex;align-items:center;gap:10px}.status-dot.svelte-1uha8ag{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:svelte-1uha8ag-pulse 2s ease-in-out infinite}@keyframes svelte-1uha8ag-pulse{0%,to{opacity:1}50%{opacity:.5}}.status-label.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--green);letter-spacing:.2em;font-weight:600}.role-list.svelte-1uha8ag{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.role-list.svelte-1uha8ag li:where(.svelte-1uha8ag){padding-left:14px;border-left:1px solid var(--accent-soft)}.role-title.svelte-1uha8ag{font-size:1rem;color:var(--text);font-weight:500;line-height:1.3}.role-meta.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.05em;margin-top:2px}.socials.svelte-1uha8ag{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.socials.svelte-1uha8ag a:where(.svelte-1uha8ag){display:flex;align-items:center;gap:10px;font-family:var(--font-mono);font-size:.8125rem;color:var(--text);text-decoration:none;transition:color .15s ease}.social-icon.svelte-1uha8ag{width:14px;height:14px;object-fit:contain;opacity:.7;transition:opacity .15s ease;filter:brightness(0) invert(1)}.social-arrow.svelte-1uha8ag{color:var(--text-dim);transition:color .15s ease}.social-label.svelte-1uha8ag{flex:1}.socials.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{color:var(--accent-text)}.socials.svelte-1uha8ag a:where(.svelte-1uha8ag):hover .social-arrow:where(.svelte-1uha8ag){color:var(--accent)}.socials.svelte-1uha8ag a:where(.svelte-1uha8ag):hover .social-icon:where(.svelte-1uha8ag){opacity:1}.services.svelte-1uha8ag{display:flex;flex-direction:column}.services-list.svelte-1uha8ag{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;flex:1;justify-content:space-between}.service-item.svelte-1uha8ag{display:flex;flex-direction:column;gap:2px;padding-left:12px;border-left:1px solid var(--accent-soft);transition:border-color .2s ease}.service-item.svelte-1uha8ag:hover{border-left-color:var(--accent)}.service-title.svelte-1uha8ag{font-size:.9375rem;color:var(--text);font-weight:500;line-height:1.25}.service-scope.svelte-1uha8ag{font-family:var(--font-mono);font-size:.7rem;color:var(--text-muted);letter-spacing:.02em;line-height:1.4}.featured.svelte-1uha8ag{display:block;text-decoration:none;color:inherit;padding:0;cursor:pointer;background-color:transparent}.featured-fallback.svelte-1uha8ag{position:absolute;inset:0;background-color:transparent}.featured-img.svelte-1uha8ag{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;transition:transform .6s ease;background-color:transparent}.featured.svelte-1uha8ag:hover .featured-img:where(.svelte-1uha8ag){transform:scale(1.03)}.featured-vignette.svelte-1uha8ag{position:absolute;inset:0;pointer-events:none;background-color:transparent}.featured-text.svelte-1uha8ag{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:2}.featured-text.svelte-1uha8ag .card-tag:where(.svelte-1uha8ag){margin-bottom:8px}.featured-title.svelte-1uha8ag{font-size:1.25rem;font-weight:600;color:var(--text);line-height:1.2;margin-bottom:4px}.featured-subtitle.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);letter-spacing:.05em}.featured-arrow.svelte-1uha8ag{position:absolute;top:16px;right:20px;font-family:var(--font-mono);font-size:1rem;color:var(--accent-text);z-index:2;transition:transform .2s ease}.featured.svelte-1uha8ag:hover .featured-arrow:where(.svelte-1uha8ag){transform:translate(2px,-2px)}.panel-2-inner.svelte-1uha8ag{flex:1;display:flex;flex-direction:row-reverse;gap:20px;min-height:0;overflow:hidden}.history.svelte-1uha8ag{flex-shrink:0}.history-list.svelte-1uha8ag{list-style:none;padding:0;margin:8px 0 0;display:grid;grid-template-rows:repeat(4,1fr);gap:10px}.history-item.svelte-1uha8ag{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-left:1px solid var(--accent-soft);min-width:0}.history-when.svelte-1uha8ag{font-family:var(--font-mono);font-size:.6875rem;color:var(--accent-text);letter-spacing:.1em;text-transform:uppercase}.history-what.svelte-1uha8ag{font-size:.9375rem;color:var(--text);font-weight:500;line-height:1.25}.history-detail.svelte-1uha8ag{font-family:var(--font-mono);font-size:.75rem;color:var(--text-muted);line-height:1.45}.projects.svelte-1uha8ag{flex:1;display:flex;flex-direction:column;gap:10px;min-height:0}.projects-tag.svelte-1uha8ag{margin-bottom:0}.project-grid.svelte-1uha8ag{flex:1;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1.2fr 1fr;gap:12px;min-height:0}.project-grid.svelte-1uha8ag>:where(.svelte-1uha8ag):nth-child(1){grid-column:1 / 3;grid-row:1}.project-grid.svelte-1uha8ag>:where(.svelte-1uha8ag):nth-child(2){grid-column:3 / 5;grid-row:1}.project-grid.svelte-1uha8ag>:where(.svelte-1uha8ag):nth-child(n+3){grid-row:2}.project-card.svelte-1uha8ag{display:flex;text-decoration:none;color:inherit;padding:0;cursor:pointer;overflow:hidden;min-height:0}.project-card.hero.svelte-1uha8ag{flex-direction:row}.project-card.svelte-1uha8ag:not(.hero){flex-direction:column}.project-cover.svelte-1uha8ag{position:relative;flex-shrink:0;overflow:hidden;background:#0e0e0e}.project-card.hero.svelte-1uha8ag .project-cover:where(.svelte-1uha8ag){width:45%}.project-card.svelte-1uha8ag:not(.hero) .project-cover:where(.svelte-1uha8ag){width:100%;height:45%}.project-cover-fallback.svelte-1uha8ag{position:absolute;inset:0;background:linear-gradient(135deg,#1a1a1a,#0f0f0f)}.project-cover-img.svelte-1uha8ag{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.project-card.svelte-1uha8ag:hover .project-cover-img:where(.svelte-1uha8ag){transform:scale(1.04)}.project-cover-vignette.svelte-1uha8ag{position:absolute;inset:0;pointer-events:none;background:linear-gradient(to right,transparent 60%,rgba(10,10,10,.5) 100%)}.project-body.svelte-1uha8ag{flex:1;padding:16px 18px;display:flex;flex-direction:column;gap:6px;min-width:0}.project-card.svelte-1uha8ag:not(.hero) .project-body:where(.svelte-1uha8ag){padding:12px 14px;gap:4px}.project-head.svelte-1uha8ag{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.project-title.svelte-1uha8ag{font-size:1.125rem;font-weight:600;color:var(--text);margin:0;line-height:1.2}.project-card.svelte-1uha8ag:not(.hero) .project-title:where(.svelte-1uha8ag){font-size:.9375rem}.project-arrow.svelte-1uha8ag{font-family:var(--font-mono);color:var(--accent-text);font-size:.875rem;flex-shrink:0;transition:transform .2s ease}.project-card.svelte-1uha8ag:hover .project-arrow:where(.svelte-1uha8ag){transform:translate(2px,-2px)}.project-subtitle.svelte-1uha8ag{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase}.project-blurb.svelte-1uha8ag{font-size:.8125rem;color:var(--text-muted);line-height:1.5;margin:6px 0 0;flex:1}.project-card.svelte-1uha8ag:not(.hero) .project-blurb:where(.svelte-1uha8ag){display:none}.project-tools.svelte-1uha8ag{list-style:none;padding:0;margin:8px 0 0;display:flex;flex-wrap:wrap;gap:6px}.project-tools.svelte-1uha8ag li:where(.svelte-1uha8ag){font-family:var(--font-mono);font-size:.6875rem;color:var(--text-muted);padding:3px 8px;border:1px solid var(--accent-soft);border-radius:4px;letter-spacing:.05em}.project-card.svelte-1uha8ag:not(.hero) .project-tools:where(.svelte-1uha8ag){margin-top:4px;gap:4px}.project-card.svelte-1uha8ag:not(.hero) .project-tools:where(.svelte-1uha8ag) li:where(.svelte-1uha8ag){font-size:.625rem;padding:2px 6px}.panel-3.svelte-1uha8ag{justify-content:center;align-items:center}.panel-3-inner.svelte-1uha8ag{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.panel-3-left.svelte-1uha8ag{display:flex;flex-direction:column;gap:40px}.panel-3-right.svelte-1uha8ag{display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.misc.svelte-1uha8ag{width:100%;text-align:left}.misc.svelte-1uha8ag .card-tag:where(.svelte-1uha8ag){margin-bottom:16px}.misc-list.svelte-1uha8ag{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 24px}.misc-item.svelte-1uha8ag{display:flex;flex-direction:column;gap:2px;padding-left:10px;border-left:1px solid var(--accent-soft)}.misc-title.svelte-1uha8ag{font-size:.875rem;color:var(--text);font-weight:500;line-height:1.3}.misc-note.svelte-1uha8ag{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-muted);line-height:1.45}.quote-panel.svelte-1uha8ag{display:flex;flex-direction:column;gap:2px;text-align:left;max-width:100%}.quote-panel.svelte-1uha8ag .quote-line:where(.svelte-1uha8ag){font-family:var(--font-body);font-size:1.4rem;color:var(--text);line-height:1.5;font-weight:400}.quote-panel.svelte-1uha8ag .quote-line.sq1:where(.svelte-1uha8ag){font-size:1.15rem;color:var(--text-muted);margin-top:4px}.quote-panel.svelte-1uha8ag #q1b.quote-swap:where(.svelte-1uha8ag){color:var(--accent-text);font-style:italic;display:inline-block}.quote-panel.svelte-1uha8ag #q1d:where(.svelte-1uha8ag){color:var(--text-muted)}.seal.svelte-1uha8ag{display:flex;justify-content:center;perspective:800px}@keyframes svelte-1uha8ag-sealRotate{0%{transform:rotateX(0) rotateY(0)}to{transform:rotateX(360deg) rotateY(360deg)}}.closing-line.svelte-1uha8ag{font-family:var(--font-body);font-size:1rem;color:var(--text-muted);line-height:1.7;margin:0;max-width:520px}.closing-line.svelte-1uha8ag em:where(.svelte-1uha8ag){color:var(--text);font-style:italic}.closing-contact.svelte-1uha8ag{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;font-family:var(--font-mono);font-size:.875rem}.closing-contact.svelte-1uha8ag a:where(.svelte-1uha8ag){color:var(--accent-text);text-decoration:none;border-bottom:1px dotted var(--accent-dim);padding-bottom:1px}.closing-contact.svelte-1uha8ag a:where(.svelte-1uha8ag):hover{border-bottom-color:var(--accent)}.closing-contact.svelte-1uha8ag .sep:where(.svelte-1uha8ag){color:var(--text-dim)}.signoff.svelte-1uha8ag{font-family:var(--font-mono);font-size:.6875rem;color:var(--text-dim);letter-spacing:.2em;text-transform:uppercase;display:flex;gap:8px;margin-top:20px}.signoff-dot.svelte-1uha8ag{color:var(--accent-dim)}@media (max-width: 900px){.site.svelte-1uha8ag{scroll-snap-type:none;height:auto;overflow-y:visible}.panel.svelte-1uha8ag{height:auto;min-height:100vh}.panel-1.svelte-1uha8ag .bento:where(.svelte-1uha8ag){grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"wordmark" "banner" "bio" "otr" "services" "featured" "elsewhere"}.wordmark.svelte-1uha8ag{min-height:140px}.banner.svelte-1uha8ag{min-height:160px}.featured.svelte-1uha8ag{min-height:280px}.history-list.svelte-1uha8ag{grid-template-columns:1fr}.panel-3-inner.svelte-1uha8ag{grid-template-columns:1fr;gap:40px}.misc-list.svelte-1uha8ag{grid-template-columns:1fr}.project-grid.svelte-1uha8ag{grid-template-columns:1fr;grid-template-rows:auto}.project-grid.svelte-1uha8ag>:where(.svelte-1uha8ag):nth-child(1),.project-grid.svelte-1uha8ag>:where(.svelte-1uha8ag):nth-child(2){grid-column:auto;grid-row:auto}.project-grid.svelte-1uha8ag>:where(.svelte-1uha8ag):nth-child(n+3){grid-row:auto}.project-card.hero.svelte-1uha8ag,.project-card.svelte-1uha8ag:not(.hero){flex-direction:column}.project-card.hero.svelte-1uha8ag .project-cover:where(.svelte-1uha8ag),.project-card.svelte-1uha8ag:not(.hero) .project-cover:where(.svelte-1uha8ag){width:100%;height:180px}.project-card.svelte-1uha8ag:not(.hero) .project-blurb:where(.svelte-1uha8ag){display:block}}
