:root{--bg:#11141a;--panel:#181c24;--panel-alt:#1f242e;--border:#2b313d;--border-soft:#232935;--text:#eef1f5;--text-muted:#8992a3;--text-dim:#5c6474;--accent:#e39a3d;--accent-dim:#a97430;--maxw:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body{margin:0;background:var(--bg);color:var(--text);font-family:IBM Plex Sans,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:Space Grotesk,sans-serif;font-weight:600;line-height:1.1;margin:0}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:2px}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}.num{font-variant-numeric:tabular-nums}header.site{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border-soft)}header.site:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#11141ae0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:-1}nav.wrap{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:1.05rem;letter-spacing:.01em;display:flex;align-items:center;gap:10px}.brand .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #e39a3d26}.navlinks{display:flex;gap:28px;font-size:.92rem;color:var(--text-muted)}.navlinks a{transition:color .15s ease}.navlinks a:hover{color:var(--text)}.navlinks{display:none}@media (min-width:760px){.navlinks{display:flex}}.btn.get-in-touch{display:none}@media (min-width:760px){.btn.get-in-touch{display:inline-flex}}.hamburger{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:38px;height:38px;background:transparent;border:1px solid var(--border-soft);border-radius:8px;cursor:pointer;position:relative;z-index:60}@media (min-width:760px){.hamburger{display:none}}.hamburger span{display:block;width:16px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s ease,opacity .3s ease,background .3s ease}.hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;top:64px;right:0;bottom:0;left:0;background:#0a0c10fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:36px;z-index:55;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .3s ease,transform .3s ease,visibility 0s linear .3s}.mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .3s ease,transform .3s ease,visibility 0s}.mobile-menu-links{display:flex;flex-direction:column;align-items:center;gap:26px}.mobile-menu-links a{font-family:Space Grotesk,sans-serif;font-size:1.7rem;font-weight:600;color:var(--text);opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease,color .15s ease}.mobile-menu.is-open .mobile-menu-links a{opacity:1;transform:translateY(0)}.mobile-menu-links a:hover{color:var(--accent)}.mobile-menu-cta{margin-top:4px}@media (min-width:760px){.mobile-menu{display:none}}section.hero{padding:76px 0 64px;border-bottom:1px solid var(--border-soft)}.hero-grid{display:grid;grid-template-columns:1fr;gap:44px}@media (min-width:900px){.hero-grid{grid-template-columns:1.15fr .85fr;gap:56px;align-items:start}}.hero-copy{position:relative}.hero-hanging{position:absolute;top:-94px;left:2px;z-index:2}.hero-hanging:before{content:"";position:absolute;top:0;left:-3px;width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 3px #e39a3d26}.hero-pendulum{display:flex;flex-direction:column;align-items:center;transform-origin:top center;animation:hero-swing 3.6s ease-in-out infinite}.hero-rope{width:2px;height:40px;background:linear-gradient(to bottom,var(--accent-dim),var(--border))}.hero-flutter-logo{display:block;margin-top:-2px;filter:drop-shadow(0 8px 12px rgba(0,0,0,.45))}@keyframes hero-swing{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}.hero-console-wrap{position:relative}.hero-hanging-right{top:-120px;left:auto;right:-28px;display:flex;gap:26px;align-items:flex-start}.hero-hanging-right .hero-rope{height:76px}.hero-pendulum-alt{animation-duration:3.1s;animation-delay:-.4s}.hero-pendulum-alt2{animation-duration:2.7s;animation-delay:-1.2s}.hero-rope-short{height:56px!important}.kicker{font-family:IBM Plex Mono,monospace;font-size:.82rem;color:var(--accent);margin-bottom:18px}.hero h1{font-size:clamp(2rem,4.4vw,3.1rem);letter-spacing:-.01em;max-width:14ch}.hero p.lede{margin-top:20px;color:var(--text-muted);font-size:1.08rem;max-width:52ch}.hero-cta{margin-top:32px;display:flex;gap:14px;flex-wrap:wrap}.btn{font-family:IBM Plex Sans,sans-serif;font-size:.94rem;font-weight:500;padding:11px 20px;border-radius:6px;border:1px solid var(--border);display:inline-flex;align-items:center;gap:8px;transition:border-color .15s ease,background .15s ease}.btn-primary{background:var(--accent);color:#1a1305;border-color:var(--accent)}.btn-primary:hover{background:#efaa4f}.btn-ghost:hover{border-color:var(--text-dim)}.console{background:var(--panel);border:1px solid var(--border);border-radius:10px;overflow:hidden}.console-head{padding:14px 18px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;font-family:IBM Plex Mono,monospace;font-size:.76rem;color:var(--text-dim)}.console-head .live{display:flex;align-items:center;gap:6px;color:#7fd08a}.live .pulse{width:6px;height:6px;border-radius:50%;background:#7fd08a;animation:pulse 2.2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #7fd08a66}50%{opacity:.6;box-shadow:0 0 0 5px #7fd08a00}}.route-svg{display:block;width:100%;height:auto;background:var(--panel-alt)}.route-path{fill:none;stroke:var(--accent);stroke-width:2;stroke-dasharray:6 7;animation:dash 3.6s linear infinite}@keyframes dash{to{stroke-dashoffset:-130}}.route-node{fill:var(--bg);stroke:var(--accent);stroke-width:2}.route-node.end{fill:var(--accent)}.stat-grid{display:grid;grid-template-columns:1fr 1fr}.stat{padding:18px;border-top:1px solid var(--border);border-right:1px solid var(--border)}.stat:nth-child(2n){border-right:none}.stat-num{font-family:Space Grotesk,sans-serif;font-size:1.7rem;font-weight:600;color:var(--text)}.stat-label{margin-top:4px;font-size:.8rem;color:var(--text-muted);line-height:1.35}section.block{padding:64px 0;border-bottom:1px solid var(--border-soft)}.block-head{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:36px}@media (min-width:760px){.block-head{grid-template-columns:260px 1fr;align-items:baseline;gap:32px}}.block-head h2{font-size:1.6rem}.block-head .desc{color:var(--text-muted);max-width:60ch;font-size:.98rem}.exp-wrap{position:relative}.exp-wrap .hero-hanging-right{top:-56px;right:24px}.exp-wrap .hero-hanging-right .hero-rope{height:90px}.exp-wrap .hero-rope-short{height:70px!important}@media (min-width:900px){.exp-wrap .hero-hanging-right{top:-64px;right:40px}.exp-wrap .hero-hanging-right .hero-rope{height:130px}.exp-wrap .hero-rope-short{height:100px!important}}.about-layout{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:760px){.about-layout{grid-template-columns:1fr 300px;align-items:start;gap:40px}}.about-photo{background:var(--panel);border:2px solid var(--accent);border-radius:12px;overflow:hidden;box-shadow:0 0 0 4px #e39a3d1f,0 20px 40px -20px #0009}.about-photo img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center 15%;background:var(--panel-alt)}.about-social{display:flex;border-top:2px solid var(--accent)}.about-social-link{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px 0;font-family:IBM Plex Mono,monospace;font-size:.8rem;font-weight:500;color:var(--text);border-right:1px solid var(--border);transition:color .15s ease,background .15s ease}.about-social-link:last-child{border-right:none}.about-social-link:hover{color:var(--accent);background:#e39a3d14}.about-text{max-width:70ch;font-size:1.03rem;color:#c7cbd3}.about-text p{margin-top:0;margin-bottom:0}.about-text p+p{margin-top:16px}.timeline{position:relative;padding-left:26px;max-width:74ch}.timeline:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:1px;background:var(--border)}.tl-item{position:relative;padding-bottom:36px}.tl-item:before{content:"";position:absolute;left:-26px;top:5px;width:11px;height:11px;border-radius:50%;background:var(--bg);border:2px solid var(--text-dim)}.tl-item.current:before{border-color:var(--accent);background:var(--accent)}.tl-role{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.tl-role h3{font-size:1.12rem}.tl-tag{font-family:IBM Plex Mono,monospace;font-size:.72rem;color:var(--accent);border:1px solid var(--accent-dim);padding:2px 8px;border-radius:20px}.tl-org{color:var(--text-muted);font-size:.92rem;margin-top:3px}.tl-desc{margin-top:10px;color:#c7cbd3;font-size:.96rem;max-width:64ch}.tl-extra{display:grid;grid-template-rows:0fr;transition:grid-template-rows .55s cubic-bezier(.4,0,.2,1)}.tl-extra-open{grid-template-rows:1fr}.tl-extra-inner{overflow:hidden;min-height:0}.tl-extra-item{opacity:0;transform:translateY(-12px);transition:opacity .4s ease,transform .4s ease}.tl-extra-open .tl-extra-item{opacity:1;transform:translateY(0)}.tl-toggle{margin-top:8px;display:inline-flex;align-items:center;gap:8px;background:none;cursor:pointer;font-family:IBM Plex Mono,monospace;font-size:.82rem;color:var(--accent);border:1px solid var(--accent-dim);padding:9px 16px;border-radius:20px;transition:border-color .15s ease,background .15s ease,color .15s ease;animation:tl-toggle-bounce 2.4s ease-in-out infinite}.tl-toggle:hover{border-color:var(--accent);background:#e39a3d14;animation-play-state:paused}@keyframes tl-toggle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.tl-toggle-icon{transition:transform .25s ease}.tl-toggle[aria-expanded=true] .tl-toggle-icon{transform:rotate(180deg)}.featured-carousel{position:relative}.featured-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:38px;height:38px;border-radius:50%;background:var(--panel);border:1px solid var(--border);color:var(--text);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.featured-arrow:hover{border-color:var(--accent);color:var(--accent);background:#e39a3d14}.featured-arrow-left{left:-19px}.featured-arrow-right{right:-19px}.featured-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.featured-dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;background:var(--border);cursor:pointer;transition:background .15s ease,transform .15s ease}.featured-dot.active{background:var(--accent);transform:scale(1.3)}.work-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.work-link-btn{display:inline-flex;align-items:center;gap:7px;font-size:.82rem;color:var(--text-muted);border:1px solid var(--border);border-radius:20px;padding:7px 14px;transition:border-color .15s ease,color .15s ease}.work-link-btn:hover{border-color:var(--accent);color:var(--accent)}.featured{display:grid;grid-template-columns:1fr;gap:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:6px;background:var(--panel);animation:featured-fade .35s ease both}@keyframes featured-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (min-width:820px){.featured{grid-template-columns:1fr 1fr;min-height:440px}}.featured-visual{background:var(--panel-alt);border-bottom:1px solid var(--border);padding:28px;display:flex;flex-direction:column;justify-content:center}@media (min-width:820px){.featured-visual{border-bottom:none;border-right:1px solid var(--border)}}.featured-body{padding:28px;display:flex;flex-direction:column}.featured-eyebrow{font-family:IBM Plex Mono,monospace;font-size:.76rem;color:var(--accent);margin-bottom:10px}.featured h3{font-size:1.35rem;margin-bottom:12px}.featured p{color:#c7cbd3;font-size:.98rem}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.chip{font-size:.78rem;color:var(--text-muted);border:1px solid var(--border);border-radius:20px;padding:4px 11px}.media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:18px}@media (min-width:820px){.media-grid{margin-top:auto;padding-top:18px}}.media-item{position:relative;display:block;height:64px;border-radius:8px;overflow:hidden;border:1px solid var(--border);background:var(--panel-alt);cursor:pointer}.media-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.media-item:hover img{transform:scale(1.05)}.media-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .2s ease}.media-item:hover:after{opacity:1}.media-link-icon{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;opacity:0;transition:opacity .2s ease}.media-item:hover .media-link-icon{opacity:1}.honor{display:flex;align-items:baseline;gap:12px;padding:9px 0}.honor-num{font-family:Space Grotesk,sans-serif;color:var(--text-dim);font-size:.9rem;width:20px;flex-shrink:0}.rec-list{max-width:74ch}.rec-item{padding:20px 0;border-top:1px solid var(--border-soft);display:grid;grid-template-columns:1fr;gap:6px}@media (min-width:760px){.rec-item{grid-template-columns:170px 1fr;gap:28px}}.rec-when{color:var(--text-dim);font-size:.85rem;font-family:IBM Plex Mono,monospace}.rec-item h3{font-size:1.02rem}.rec-item p{margin-top:6px;color:#c7cbd3;font-size:.95rem}.stack-chips{display:flex;flex-wrap:wrap;gap:10px}.stack-chip{display:inline-flex;align-items:center;gap:9px;padding:9px 16px;border:1px solid var(--border);border-radius:20px;font-size:.92rem;color:#dfe2e8;background:var(--panel)}section.contact{border-bottom:none;padding-bottom:80px}.contact-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width:800px){.contact-grid{grid-template-columns:1.2fr .8fr;align-items:end}}.contact h2{font-size:2rem;max-width:16ch}.contact p.lede{color:var(--text-muted);margin-top:14px;max-width:48ch}.contact-links{display:flex;flex-direction:column;gap:0}.contact-link{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-top:1px solid var(--border-soft);font-size:.98rem;transition:color .15s ease}.contact-link:hover{color:var(--accent)}.contact-link .label{color:var(--text-dim);font-family:IBM Plex Mono,monospace;font-size:.78rem}footer{padding:26px 0 40px;color:var(--text-dim);font-size:.82rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}.gal-hero{padding:64px 0 48px;border-bottom:1px solid var(--border-soft)}.gal-hero h1{margin-top:14px;font-size:clamp(2rem,4.4vw,2.8rem);letter-spacing:-.01em}.gal-hero .lede{margin-top:16px;color:var(--text-muted);font-size:1.05rem;max-width:52ch}.gal-block{padding-top:56px}.gal-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width:640px){.gal-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.gal-grid{grid-template-columns:repeat(3,1fr)}}.gal-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s ease}a.gal-card:hover{border-color:var(--accent)}a.gal-card:hover .gal-content h3{color:var(--accent)}.gal-thumb{border-bottom:1px solid var(--border);background:var(--panel-alt)}.gal-thumb img,.gal-thumb video{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.gal-thumb iframe{display:block;width:100%;aspect-ratio:4/3;border:none}.gal-content{padding:18px 20px 20px}.gal-content h3{font-size:1rem;margin-top:8px}.gal-date{display:block;font-family:IBM Plex Mono,monospace;font-size:.76rem;font-weight:600;color:var(--accent)}.gal-desc{margin-top:8px;color:#c7cbd3;font-size:.9rem}
