@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--brand-primary: #7c3aed;--brand-accent: #a855f7;--brand-deep: #4c1d95;--brand-light: #c084fc;--brand-electric: #e879f9;--accent-lime: #84cc16;--accent-cyan: #06b6d4;--accent-teal: #14b8a6;--accent-orange: #f97316;--background: #ffffff;--surface: #f8fafc;--surface-elevated: #ffffff;--surface-card: #ffffff;--surface-bold: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);--text: #0f172a;--text-muted: #64748b;--text-secondary: #334155;--text-bold: #ffffff;--surface-border: #e2e8f0;--surface-border-hover: #cbd5e1;--shadow-light: rgba(0, 0, 0, .08);--shadow-medium: rgba(0, 0, 0, .15);--shadow-strong: rgba(124, 58, 237, .25);--shadow-bold: rgba(124, 58, 237, .4);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.4;font-weight:500;color-scheme:light;color:var(--text);background:transparent;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--brand-primary);text-decoration:none}a:hover{color:var(--brand-accent)}html{height:100%;background:transparent}body{margin:0;min-width:320px;min-height:100vh;height:100%;background:linear-gradient(#00000080,#00000080),url(/assets/background-CWcq8H4m.png) no-repeat center center fixed;background-size:cover}h1{font-size:3.2em;line-height:1.1;font-weight:800}h2{font-weight:700}h3{font-weight:600}button{border-radius:8px;border:1px solid var(--surface-border);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--surface);color:var(--text);cursor:pointer;transition:border-color .25s,background-color .25s}button:hover{border-color:var(--brand-primary);background-color:var(--surface-elevated)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--lg-bg-color: rgba(255, 255, 255, .25);--lg-highlight: rgba(255, 255, 255, .75);--lg-text: #ffffff;--lg-red: #fb4268;--lg-grey: #444739}.glass-filter,.glass-overlay,.glass-specular{position:absolute;inset:0;border-radius:inherit}.glass-filter{z-index:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);filter:saturate(120%) brightness(1.15)}.glass-overlay{z-index:1;background:var(--lg-bg-color)}.glass-specular{z-index:2;box-shadow:inset 1px 1px 0 var(--lg-highlight),inset 0 0 5px var(--lg-highlight)}.glass-content{position:relative;z-index:3}.toolbar{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;box-shadow:none;margin:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.toolbar .glass-filter{-webkit-backdrop-filter:none;backdrop-filter:none;filter:none}.toolbar .glass-overlay{background:transparent}.toolbar .glass-specular{box-shadow:none}.wordmark{height:2.5rem;width:auto;position:relative;z-index:3;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5)) drop-shadow(0 2px 6px rgba(0,0,0,.3));transition:all .4s cubic-bezier(.4,0,.2,1)}.wordmark-hidden{opacity:0;transform:translate(-30px) scale(.95);pointer-events:none}.wordmark-visible{opacity:1;transform:translate(0) scale(1);pointer-events:auto}.wordmark:hover{filter:drop-shadow(0 2px 4px rgba(0,0,0,.6)) drop-shadow(0 3px 8px rgba(0,0,0,.4))}.toolbar-logo{height:2.5rem;width:auto;position:relative;z-index:3;filter:drop-shadow(0 1px 3px rgba(0,0,0,.5)) drop-shadow(0 2px 6px rgba(0,0,0,.3));transition:all .4s cubic-bezier(.4,0,.2,1)}.logo-right{transform:translate(0) scale(1)}.logo-centered{transform:translate(-15px) scale(1.05)}.toolbar-logo:hover{filter:drop-shadow(0 2px 4px rgba(0,0,0,.6)) drop-shadow(0 3px 8px rgba(0,0,0,.4));transform:scale(1.1)}.app{min-height:100vh;max-width:1200px;margin:0 auto;padding:0;background:transparent;display:flex;flex-direction:column}.app>.header{flex-shrink:0}.app>.projects-section{flex:1}.app>.footer{flex-shrink:0}.header{text-align:center;padding:4rem 2rem 6rem;background:transparent;position:relative;overflow:hidden}.hero-wordmark{height:clamp(4rem,12vw,8rem);width:auto;margin:0;filter:drop-shadow(0 4px 20px rgba(0,0,0,.4));transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .8s ease-out}.hero-wordmark:hover{transform:scale(1.03);filter:drop-shadow(0 6px 30px rgba(0,0,0,.5))}.tagline{margin-top:2rem;font-size:clamp(1rem,2.5vw,1.5rem);font-weight:500;color:#ffffffe6;text-align:center;position:relative;z-index:3;line-height:1.4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.wordmark{display:flex;align-items:baseline;gap:.4rem;font-weight:800;font-size:clamp(2rem,4vw,2.8rem);letter-spacing:.01em;margin:0}.wm-mck{color:var(--brand-accent)}.wm-sep{color:var(--brand-accent);font-weight:700}.wm-interactive{color:var(--brand-primary);font-weight:800}.wm-llc{color:var(--brand-light);font-size:.5em;font-weight:800;margin-left:.2em}.projects-section{padding:2.5rem 1rem;background:transparent;border-radius:24px;margin:1rem;box-shadow:0 6px 6px #0000004d,0 0 20px #0003;border:2px solid rgba(255,255,255,.1);position:relative;overflow:hidden}.projects-section .glass-filter{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);filter:saturate(130%) brightness(.9)}.projects-section .glass-overlay{background:linear-gradient(135deg,#28283299,#322d3c99)}.projects-section .glass-specular{box-shadow:inset 1px 1px #ffffff26,inset 0 0 8px #ffffff1a}.section-title{font-size:2rem;font-weight:800;color:#14b8a6;text-align:center;margin:0 0 1rem;text-shadow:0 2px 8px rgba(0,0,0,.3);position:relative;z-index:3}.section-description{font-size:1rem;font-weight:500;color:#fffc;text-align:center;max-width:700px;margin:0 auto 2rem;line-height:1.5;position:relative;z-index:3}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;max-width:1000px;margin:0 auto;position:relative;z-index:3}.project-card{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:2rem 1.5rem;border-radius:16px;border:2px solid rgba(255,255,255,.2);color:#fff;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,2.2);box-shadow:0 6px 6px #0003,0 0 20px #0000001a;position:relative;overflow:hidden;background:transparent;aspect-ratio:1;min-height:200px}.project-card .glass-filter{-webkit-backdrop-filter:none;backdrop-filter:none;filter:saturate(120%) brightness(1.15);border-radius:16px}.project-card .glass-specular{box-shadow:inset 1px 1px #ffffff80,inset 0 0 5px #ffffff4d;border-radius:16px}.project-card .glass-overlay{background:transparent;border-radius:16px}.project-card:hover{transform:translateY(-6px) scale(1.03);box-shadow:0 16px 32px #0006,0 0 40px #ffffff4d,0 0 60px #ffffff1a;border-color:#fffc}.project-card:hover:after{opacity:1}.project-card:hover .glass-specular{box-shadow:inset 1px 1px #fffc,inset 0 0 12px #ffffff80}.project-card:active{transform:translateY(-2px) scale(1.01);transition:transform .1s ease}.project-card:focus{outline:2px solid rgba(255,255,255,.6);outline-offset:2px}.project-content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:space-between;padding:1rem}.project-name{font-size:1.25rem;font-weight:700;color:#fff;margin:0;text-shadow:0 3px 12px rgba(0,0,0,.9),0 0 16px rgba(0,0,0,.7);text-align:center;background:#0003;padding:.75rem 1rem;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.project-description{font-size:.9rem;font-weight:500;color:#fff;margin:0;line-height:1.4;text-shadow:0 2px 8px rgba(0,0,0,.9),0 0 12px rgba(0,0,0,.6);text-align:center;background:#0000004d;padding:.75rem 1rem;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center}.project-card{cursor:pointer}.project-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(255,255,255,.05) 100%);opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:1}.footer{color:#fffc;font-size:.9rem;font-weight:500;text-align:center;padding:2rem 1rem;border:2px solid rgba(255,255,255,.1);background:transparent;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:24px;margin:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);position:relative;overflow:hidden}.footer .glass-filter{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);filter:saturate(130%) brightness(.9)}.footer .glass-overlay{background:linear-gradient(135deg,#28283299,#322d3c99)}.footer .glass-specular{box-shadow:inset 1px 1px #ffffff26,inset 0 0 8px #ffffff1a}.footer-content{position:relative;z-index:3;display:flex;flex-direction:column;gap:.5rem}.footer span{position:relative;z-index:3}.footer-blurb{margin:0;font-size:.85rem;color:#ffffffb3}.footer-blurb a{color:#ffffffe6;text-decoration:none;font-weight:600;transition:color .3s ease}.footer-blurb a:hover{color:#fff;text-decoration:underline}@media (min-width: 1200px){.toolbar{padding:1.25rem 3rem}.wordmark,.toolbar-logo{height:3rem}.header{padding:5rem 4rem 8rem}.hero-wordmark{height:clamp(5rem,10vw,9rem)}.projects-section{padding:3rem 4rem;margin:2rem;border-radius:32px}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-card{padding:2rem 1.5rem;border-radius:20px;min-height:280px}.project-card .glass-filter,.project-card .glass-overlay,.project-card .glass-specular{border-radius:20px}.project-name{font-size:1.4rem}.project-description{font-size:1rem}.project-arrow{font-size:1.4rem;bottom:2rem;right:2rem}.footer{margin:2rem 2rem 0;border-radius:32px 32px 0 0}}@media (max-width: 768px){.toolbar{padding:.875rem 1.5rem}.wordmark,.toolbar-logo{height:2.25rem}.header{padding:3rem 1.5rem 5rem}.hero-wordmark{height:clamp(3rem,8vw,4rem)}.projects-section{padding:2.5rem 1.5rem;margin:1rem;border-radius:20px}.section-title{font-size:1.75rem}.section-description{font-size:.95rem}.projects-grid{grid-template-columns:1fr;gap:1rem}.project-card{padding:1.75rem 1.5rem;border-radius:16px;min-height:200px}.project-card .glass-filter,.project-card .glass-overlay,.project-card .glass-specular{border-radius:16px}.footer{margin:1rem 1rem 0;border-radius:20px 20px 0 0}}@media (max-width: 480px){.toolbar{padding:.75rem 1rem}.wordmark,.toolbar-logo{height:2rem}.header{padding:2rem 1rem 4rem}.hero-wordmark{height:clamp(2.5rem,6vw,3rem)}.projects-section{padding:2rem 1rem;margin:.75rem;border-radius:16px}.section-title{font-size:1.5rem}.section-description{font-size:.9rem;margin-bottom:1.5rem}.projects-grid{gap:.75rem}.project-card{padding:1.5rem 1.25rem;border-radius:12px;border-width:2px;min-height:180px}.project-card .glass-filter,.project-card .glass-overlay,.project-card .glass-specular{border-radius:12px}.project-name{font-size:1.1rem}.project-description{font-size:.85rem}.project-arrow{font-size:1.1rem;bottom:1.5rem;right:1.5rem}.footer{margin:.75rem .75rem 0;border-radius:16px 16px 0 0}}
