.site-header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--color-bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border)}.site-header__nav{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-6)}.site-header__logo{font-size:var(--text-h3);font-weight:600;color:var(--color-text);text-decoration:none}.site-header__list{display:flex;gap:var(--space-6);list-style:none;margin:0;padding:0}.site-header__link{color:var(--color-text-muted);text-decoration:none;font-size:var(--text-body);font-weight:500;padding:var(--space-2) var(--space-1);border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.site-header__link:hover,.site-header__link.active{color:var(--color-accent);border-bottom-color:var(--color-accent)}@media (max-width: 640px){.site-header__nav{padding:var(--space-3) var(--space-4)}.site-header__list{gap:var(--space-4)}.site-header__logo{font-size:var(--text-body)}}.site-footer{border-top:1px solid var(--color-border)}.site-footer__inner{max-width:1100px;margin:0 auto;padding:var(--space-8) var(--space-6);display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.site-footer__copy{color:var(--color-text-muted);font-size:var(--text-small)}.site-footer__links{display:flex;gap:var(--space-4);list-style:none;margin:0;padding:0}.site-footer__links a{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:color .2s ease}.site-footer__links a:hover,.site-footer__links a:focus-visible{color:var(--color-accent)}@media (max-width: 640px){.site-footer__inner{flex-direction:column;text-align:center}}.corner-button{position:fixed;right:max(var(--space-4),env(safe-area-inset-right));bottom:max(var(--space-4),env(safe-area-inset-bottom));z-index:90;width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-bg);border:1px solid var(--color-border);box-shadow:0 2px 8px #0f172a1f;font-size:1.25rem;text-decoration:none;opacity:.75;transition:opacity .2s ease,transform .2s ease}.corner-button:hover,.corner-button:focus-visible{opacity:1;transform:translateY(-2px)}.portfolio-tool__intro{color:var(--color-text-muted);max-width:640px;margin-bottom:var(--space-8);line-height:var(--leading-body)}.portfolio-tool__preset-picker,.portfolio-tool__lookback{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-6);transition:opacity .15s ease}.portfolio-tool__preset-picker.portfolio-tool__preset-picker--dimmed{opacity:.4}.portfolio-tool__ticker-select{display:block;font-size:var(--text-small);color:var(--color-text-muted);margin-bottom:var(--space-6)}.portfolio-tool__ticker-select select{display:block;margin-top:var(--space-2);font:inherit;font-size:var(--text-small);padding:var(--space-2) var(--space-3);border-radius:var(--radius-button);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text)}.portfolio-tool__ticker-select select:focus{outline:2px solid var(--color-accent);outline-offset:1px}.portfolio-tool__preset-button,.portfolio-tool__lookback-button{font:inherit;font-size:var(--text-small);font-weight:600;padding:var(--space-2) var(--space-4);border-radius:var(--radius-button);border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);cursor:pointer;transition:border-color .15s ease,color .15s ease}.portfolio-tool__preset-button:hover,.portfolio-tool__lookback-button:hover{border-color:var(--color-accent);color:var(--color-text)}.portfolio-tool__preset-button.portfolio-tool__preset-button--active,.portfolio-tool__lookback-button.portfolio-tool__lookback-button--active{background:var(--color-accent);border-color:var(--color-accent);color:var(--color-on-accent);box-shadow:0 0 12px color-mix(in srgb,var(--color-accent) 40%,transparent)}.portfolio-tool__live-dot{display:inline-block;width:6px;height:6px;margin-right:var(--space-2);border-radius:50%;background:var(--color-positive);box-shadow:0 0 6px var(--color-positive);animation:portfolio-tool-pulse 2s ease-in-out infinite}@keyframes portfolio-tool-pulse{0%,to{opacity:1}50%{opacity:.35}}.portfolio-tool__slider{margin-bottom:var(--space-6);max-width:420px}.portfolio-tool__slider-labels{display:flex;justify-content:space-between;font-size:var(--text-small);color:var(--color-text-muted);margin-bottom:var(--space-2)}.portfolio-tool__slider input[type=range]{width:100%;accent-color:var(--color-accent)}.portfolio-tool__chart{width:100%;height:auto;margin-bottom:var(--space-6)}.portfolio-tool__chart-line{fill:none;stroke:var(--color-accent-data);stroke-width:2}.portfolio-tool__chart-area{fill:color-mix(in srgb,var(--color-accent-data) 15%,transparent);stroke:none}.portfolio-tool__chart-label{font-family:var(--font-mono);font-size:11px;fill:var(--color-text-muted)}.portfolio-tool__data-source{font-family:var(--font-mono);font-size:var(--text-small);color:var(--color-text-muted);margin-bottom:var(--space-6)}.portfolio-tool__chart-empty{color:var(--color-text-muted);padding:var(--space-8) 0}.portfolio-tool__updated{font-family:var(--font-mono);font-size:11px;color:var(--color-text-muted);margin-bottom:var(--space-4)}.portfolio-tool__takeaway{font-size:var(--text-h3);color:var(--color-text);line-height:var(--leading-body);margin-bottom:var(--space-6)}.portfolio-tool__advanced-toggle{font:inherit;font-size:var(--text-small);font-weight:600;color:var(--color-accent);background:none;border:none;cursor:pointer;padding:0}.portfolio-tool__advanced-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);margin-top:var(--space-4)}.portfolio-tool__advanced-grid dt{font-size:var(--text-small);color:var(--color-text-muted)}.portfolio-tool__advanced-grid dd{font-family:var(--font-mono);font-size:var(--text-h3);font-weight:600;color:var(--color-text);margin:0}@media (max-width: 640px){.portfolio-tool__advanced-grid{grid-template-columns:repeat(2,1fr)}}.ticker-banner{width:100%;overflow:hidden;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:color-mix(in srgb,var(--color-accent-data) 4%,var(--color-bg));-webkit-mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)}.ticker-banner__track{display:flex;width:-moz-max-content;width:max-content;animation:ticker-banner-scroll 50s linear infinite}.ticker-banner__item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-6);white-space:nowrap;font-family:var(--font-mono);font-size:var(--text-small)}.ticker-banner__symbol{font-weight:700;color:var(--color-text)}.ticker-banner__sparkline{width:56px;height:20px;overflow:visible}.ticker-banner__sparkline path{fill:none;stroke:var(--color-accent-data);stroke-width:1.5}.ticker-banner__change--up{color:var(--color-positive)}.ticker-banner__change--down{color:var(--color-negative)}@keyframes ticker-banner-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.ticker-banner__track{animation:none}}.section-inner{max-width:1100px;margin:0 auto;padding:var(--space-16) var(--space-6)}.section-inner--narrow{max-width:700px}.section-heading{font-size:var(--text-h2);line-height:var(--leading-heading);margin-bottom:var(--space-8);color:var(--color-text)}.button{display:inline-block;font-size:var(--text-body);font-weight:600;padding:var(--space-3) var(--space-6);border-radius:var(--radius-button);text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,background-color .15s ease}.button--primary{background:var(--color-accent);color:var(--color-on-accent)}.button--primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px color-mix(in srgb,var(--color-accent) 35%,transparent)}.button--ghost{background:transparent;border-color:var(--color-border);color:var(--color-text)}.button--ghost:hover{border-color:var(--color-accent);color:var(--color-accent)}.hero{text-align:center}.hero .section-inner{padding-top:var(--space-24)}.hero__eyebrow{color:var(--color-text-muted);font-size:var(--text-small);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-4)}.hero__headline{font-size:var(--text-display);line-height:var(--leading-heading);max-width:900px;margin:0 auto var(--space-6);color:var(--color-text)}.hero__subhead{font-size:var(--text-h3);color:var(--color-text-muted);max-width:640px;margin:0 auto var(--space-8);line-height:var(--leading-body)}.hero__actions{display:flex;gap:var(--space-4);justify-content:center;flex-wrap:wrap}.problem-band{background:color-mix(in srgb,var(--color-accent) 4%,var(--color-bg))}.problem-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-8)}.problem-band__item h3{font-size:var(--text-h3);margin-bottom:var(--space-2);color:var(--color-text)}.problem-band__item p{color:var(--color-text-muted);line-height:var(--leading-body)}.problem-band__icon{display:block;color:var(--color-accent);margin-bottom:var(--space-4)}.project-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.project-card:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 8px 24px color-mix(in srgb,var(--color-accent) 15%,transparent)}.project-card--flagship{padding:var(--space-8)}.project-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.project-card__title{font-size:var(--text-h3);color:var(--color-text)}.project-card--flagship .project-card__title{font-size:var(--text-h2)}.project-card__badge{display:flex;align-items:center;gap:var(--space-1);font-size:var(--text-small);color:var(--color-accent-data);white-space:nowrap}.project-card__impact{display:inline-block;align-self:flex-start;font-family:var(--font-mono);font-size:var(--text-small);font-weight:600;color:var(--color-positive);border:1px solid color-mix(in srgb,var(--color-positive) 35%,transparent);border-radius:var(--radius-button);padding:var(--space-1) var(--space-3)}.project-card__summary{color:var(--color-text-muted);line-height:var(--leading-body);flex:1}.project-card__tech{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none;margin:0;padding:0}.project-card__tech li{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.02em;background:color-mix(in srgb,var(--color-accent) 8%,transparent);color:var(--color-accent);padding:var(--space-1) var(--space-3);border-radius:var(--radius-button)}.project-card__details-button{align-self:flex-start;margin-top:auto;padding:var(--space-2) var(--space-4);font-size:var(--text-small)}.project-modal__overlay{position:fixed;inset:0;z-index:200;background:#0009;display:flex;align-items:center;justify-content:center;padding:var(--space-4)}.project-modal{position:relative;width:100%;max-width:640px;max-height:85vh;overflow-y:auto;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-card);padding:var(--space-8);display:flex;flex-direction:column;gap:var(--space-4)}.project-modal__close{position:absolute;top:var(--space-4);right:var(--space-4);display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:transparent;color:var(--color-text-muted)}.project-modal__close:hover,.project-modal__close:focus-visible{color:var(--color-text);background:color-mix(in srgb,var(--color-text) 8%,transparent)}.project-modal__title{font-size:var(--text-h2);color:var(--color-text);padding-right:var(--space-8)}.project-modal__video{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-button);overflow:hidden}.project-modal__video iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.project-modal__summary{color:var(--color-text-muted);line-height:var(--leading-body)}.project-modal__tech{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none;margin:0;padding:0}.project-modal__tech li{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.02em;background:color-mix(in srgb,var(--color-accent) 8%,transparent);color:var(--color-accent);padding:var(--space-1) var(--space-3);border-radius:var(--radius-button)}.project-modal__links{display:flex;gap:var(--space-4);flex-wrap:wrap;align-items:center}.project-modal__code-access-note{font-size:var(--text-small);font-style:italic;color:var(--color-text-muted)}.flagship__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8)}.project-grid-section__group{margin-bottom:var(--space-16)}.project-grid-section__group:last-child{margin-bottom:0}.project-grid-section__group-title{font-size:var(--text-h3);color:var(--color-text-muted);margin-bottom:var(--space-6)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.skills-strip{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.skills-strip__callout{color:var(--color-text-muted);margin-bottom:var(--space-6);max-width:700px}.skills-strip__list{display:flex;flex-wrap:wrap;gap:var(--space-3);list-style:none;margin:0;padding:0}.skills-strip__list li{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.02em;color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:var(--radius-button);padding:var(--space-2) var(--space-4)}.credibility-band p{color:var(--color-text-muted);line-height:var(--leading-body);font-size:var(--text-h3)}.contact-form{display:flex;flex-direction:column;gap:var(--space-4)}.contact-form__field{display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--text-small);font-weight:600;color:var(--color-text)}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{font:inherit;padding:var(--space-3);border-radius:var(--radius-button);border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text)}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:2px solid var(--color-accent);outline-offset:1px}.contact-form button{align-self:flex-start}.contact-form button:disabled{opacity:.6;cursor:not-allowed}.contact-form__status--success{color:var(--color-positive)}.contact-form__status--error{color:var(--color-negative)}@media (max-width: 900px){.flagship__grid,.project-grid{grid-template-columns:1fr}}@media (max-width: 640px){.hero .section-inner{padding-top:var(--space-16)}.problem-band__grid{grid-template-columns:1fr;gap:var(--space-6)}.section-inner{padding:var(--space-12) var(--space-4)}}.hero-bg-animated{position:relative;overflow:hidden;border:none!important}.hero-bg-animated:before{content:"";position:absolute;inset:0;z-index:0;opacity:.35}#hero-section{position:relative;z-index:1;border:none!important}@keyframes heroFireCalmGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.tech-tag{box-shadow:0 0 #3b82f6;transition:box-shadow .3s,background .2s}.tech-tag:hover{animation:tagPulse .5s;background:#e0f2fe;box-shadow:0 0 8px 2px #3b82f633}@keyframes tagPulse{0%{box-shadow:0 0 #3b82f6}50%{box-shadow:0 0 8px 2px #3b82f6}to{box-shadow:0 0 #3b82f6}}@keyframes badgeBounce{0%{transform:scale(1);box-shadow:0 0 #fde68a}30%{transform:scale(1.12);box-shadow:0 0 8px 2px #fde68a}60%{transform:scale(.96);box-shadow:0 0 4px 1px #fde68a}to{transform:scale(1);box-shadow:0 0 #fde68a}}.portfolio-accent{color:#3b82f6}.portfolio-accent-bg{background:#3b82f6;color:#fff}.portfolio-accent-green{color:#10b981}.portfolio-accent-yellow{color:#fde68a}.portfolio-accent-lavender{color:#a78bfa}.project-link-btn{display:inline-flex;align-items:center;padding:4px 8px;background:#24292f;color:#fff;text-decoration:none;border-radius:6px;font-size:12px;font-weight:500;margin-right:8px;transition:background .2s}.project-link-btn:hover{background:#333}.about-practice-section{padding:2.5rem 1.5rem;max-width:800px;margin:2rem auto;text-align:center;font-family:Segoe UI,Arial,Helvetica,sans-serif;background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #0000000f}.about-practice-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.about-practice-revealed{opacity:1;transform:translateY(0)}.about-practice-section h2{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:#1f2937}.about-practice-section p{font-size:1.15rem;color:#374151;margin-bottom:1.5rem;line-height:1.7}.about-practice-section blockquote{font-style:italic;color:#10b981;font-size:1.1rem;margin:0 auto;max-width:600px;border-left:4px solid #10b981;padding-left:1rem}.reel-gallery-section{max-width:1100px;margin:2.5rem auto;padding:0 1rem}.reel-gallery-heading{text-align:center;font-size:1.7rem;font-weight:700;margin-bottom:2rem;font-family:Segoe UI,Arial,Helvetica,sans-serif;color:#1f2937}.reel-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;justify-items:center}.reel-gallery-card{background:#fff;border-radius:1.2rem;box-shadow:0 2px 12px #00000014;padding:1.2rem;width:100%;max-width:320px;cursor:pointer;text-align:center;transition:box-shadow .2s;display:flex;flex-direction:column;align-items:center}.reel-gallery-card:hover{box-shadow:0 4px 24px #10b98126}.reel-gallery-day{font-weight:600;color:#10b981;margin-bottom:.5rem}.reel-gallery-thumb,.reel-gallery-video{width:100%;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:.8rem;margin-bottom:.8rem;background:#f3f4f6}.reel-gallery-caption{font-size:1rem;color:#374151;margin-bottom:.5rem;font-weight:500}.reel-gallery-tags{font-size:.85rem;color:#6b7280;margin-top:.3rem;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.reel-gallery-tag{background:#f3f4f6;border-radius:8px;padding:2px 8px}.reel-gallery-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;z-index:9999;display:flex;align-items:center;justify-content:center}.reel-gallery-modal-content{background:#fff;border-radius:1rem;padding:2rem;max-width:480px;width:90vw;position:relative;text-align:center}.reel-gallery-modal-day{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#10b981}.reel-gallery-modal-player{margin-bottom:1rem}.reel-gallery-modal-caption{font-size:1rem;color:#374151;margin-bottom:.5rem}.reel-gallery-modal-close{margin-top:1rem;padding:.5rem 1.2rem;border-radius:.8rem;background:#10b981;color:#fff;border:none;font-weight:600;cursor:pointer}@media (max-width: 600px){.reel-gallery-grid{grid-template-columns:1fr;gap:1.2rem}.reel-gallery-card{max-width:98vw;padding:.8rem}.reel-gallery-modal-content{padding:1rem}}:root{--color-bg: #0B1120;--color-text: #E2E8F0;--color-text-muted: #94A3B8;--color-border: #1E293B;--color-accent: #6366F1;--color-accent-data: #14B8A6;--color-positive: #22C55E;--color-negative: #EF4444;--color-on-accent: #FFFFFF;--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--text-display: 3rem;--text-h1: 2.25rem;--text-h2: 1.75rem;--text-h3: 1.375rem;--text-body: 1rem;--text-small: .875rem;--leading-body: 1.5;--leading-heading: 1.2;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-6: 1.5rem;--space-8: 2rem;--space-12: 3rem;--space-16: 4rem;--space-24: 6rem;--radius-card: 12px;--radius-button: 8px}@media (max-width: 640px){:root{--text-display: 2rem;--text-h1: 1.75rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--leading-body);color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit}
