:root{--bg: #050505;--surface: #0c0c0c;--text: #eeeeee;--muted: #999999;--accent: #ff3b3b;--amber: #f59e0b;--border: #1a1a1a;--glow: rgba(255, 59, 59, .15);--font-display: "Cormorant Unicase", "Georgia", serif;--font-sans: "Outfit", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "DM Mono", "JetBrains Mono", monospace}*{margin:0;padding:0;box-sizing:border-box;cursor:none!important}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}::selection{background:var(--accent);color:#fff}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:2px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.cursor{position:fixed;width:28px;height:28px;border-radius:50%;border:1px solid rgba(255,255,255,.6);pointer-events:none;z-index:99999;transform:translate(-50%,-50%);transition:width .25s,height .25s,border-color .25s,background .25s;will-change:left,top}.cursor.hovering{width:48px;height:48px;border-color:var(--accent);background:#ff3b3b0f}.bg-grid{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.bg-grid:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:60px 60px;animation:gridShift 20s linear infinite}.bg-grid:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.008) 50%,transparent 100%);background-size:200% 100%;animation:shimmer 8s ease-in-out infinite}@keyframes gridShift{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.deco{position:fixed;pointer-events:none;z-index:0;opacity:.08;animation:breathe 4s ease-in-out infinite}.deco--circle{width:300px;height:300px;border:1px solid var(--accent);border-radius:50%;top:-100px;right:-100px;animation:floatSlow 8s ease-in-out infinite}.deco--square{width:200px;height:200px;border:1px solid var(--amber);border-radius:0;bottom:10%;left:-80px;transform:rotate(45deg);animation:floatSlow 12s ease-in-out infinite reverse}.deco--ring{width:400px;height:400px;border:1px solid rgba(255,255,255,.05);border-radius:50%;bottom:20%;right:-150px}@keyframes floatSlow{0%,to{transform:rotate(45deg) translate(0)}50%{transform:rotate(45deg) translate(20px,-20px)}}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg)}.splash__noise{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px}.splash__light{position:absolute;top:-30%;left:50%;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle,rgba(255,59,59,.08) 0%,transparent 60%);transform:translate(-50%);pointer-events:none;animation:pulseGlow 4s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:.5}50%{opacity:1}}.splash__top{position:absolute;top:2rem;left:2rem;right:2rem;display:flex;justify-content:space-between;align-items:center;z-index:1}.splash__brand{font-family:var(--font-display);font-size:1.4rem;font-weight:700}.splash__brand-dot{color:var(--accent)}.splash__meta{font-family:var(--font-mono);font-size:.7rem;color:var(--muted);letter-spacing:.12em}.splash__center{text-align:center;z-index:1;padding:0 2rem;width:100%;max-width:800px}.splash__title{font-family:var(--font-display);font-size:clamp(2rem,6vw,4rem);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.splash__title em{color:var(--accent);font-style:normal}.splash__sub{max-width:480px;margin:0 auto 2.5rem;color:var(--muted);font-size:.9rem;line-height:1.8}.splash__hold-btn{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.1rem 2.5rem;border:1px solid var(--border);border-radius:100px;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;transition:border-color .3s}.splash__hold-btn:hover{border-color:var(--accent)}.splash__hold-track{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:transparent;border-radius:0}.splash__hold-fill{width:100%;height:100%;background:#ff3b3b1f;transform:scaleX(0);transform-origin:left;border-radius:0;transition:transform 2s linear}.splash__hold-btn.holding .splash__hold-fill{transform:scaleX(1)}.splash__hold-text{position:relative;z-index:1;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.1em;color:var(--foreground);pointer-events:none;white-space:nowrap}.splash__bottom{position:absolute;bottom:2rem;left:2rem;right:2rem;display:flex;justify-content:space-between;z-index:1;font-family:var(--font-mono);font-size:.7rem;color:var(--muted)}.lens-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:199;pointer-events:none}.lens__matte{position:absolute;left:0;right:0;height:50%;background:var(--bg);transition:transform 1.2s cubic-bezier(.77,0,.18,1)}.lens__matte--top{top:0}.lens__matte--bottom{bottom:0}.lens-loader.open .lens__matte--top{transform:translateY(-100%)}.lens-loader.open .lens__matte--bottom{transform:translateY(100%)}.site{opacity:0;transition:opacity .6s}.site.open{opacity:1}.progress{position:fixed;top:0;left:0;right:0;height:2px;z-index:100;background:var(--border)}.progress__bar{height:100%;width:0%;background:var(--accent);box-shadow:0 0 10px var(--glow);transition:width .4s ease}.nav-dots{position:fixed;right:1.5rem;top:50%;transform:translateY(-50%);z-index:99;display:flex;flex-direction:column;gap:.8rem}.nav-dot{width:6px;height:6px;border-radius:50%;background:var(--text);opacity:.2;transition:opacity .3s,transform .3s,box-shadow .3s;border:none;cursor:pointer;padding:0;position:relative}.nav-dot:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%}.nav-dot.active{opacity:1;transform:scale(1.8);box-shadow:0 0 8px #ffffff4d;animation:navPulse 2s ease-in-out infinite}.site__chrome{position:fixed;top:1.25rem;left:2rem;right:2rem;display:flex;justify-content:space-between;align-items:center;z-index:90;pointer-events:none}.site__brand{font-family:var(--font-display);font-size:1.1rem;font-weight:700}.site__chrome-meta{font-family:var(--font-mono);font-size:.65rem;color:var(--muted);letter-spacing:.12em}.panel{min-height:100vh;position:relative;display:flex;align-items:center;overflow:hidden;opacity:0;transform:translateY(40px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}.panel.in-view{opacity:1;transform:translateY(0)}.panel__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.panel__bg img{width:100%;height:100%;object-fit:cover;opacity:.1}.panel__bg .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#050505b3,#050505f2)}.panel__content{position:relative;z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:6rem 2rem;transition:opacity .6s .15s cubic-bezier(.16,1,.3,1),transform .6s .15s cubic-bezier(.16,1,.3,1)}.panel:not(.in-view) .panel__content{opacity:0;transform:translateY(30px)}.panel__header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.panel__number{font-family:var(--font-mono);font-size:.8rem;color:var(--accent);font-weight:500}.panel__divider{width:40px;height:1px;background:var(--border);flex-shrink:0}.panel__category{font-family:var(--font-mono);font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}.panel__dock-intro{display:block;font-family:var(--font-mono);font-size:.65rem;color:#ff3b3b40;letter-spacing:.25em;text-transform:uppercase;margin-bottom:.5rem}.panel__big-title{font-family:var(--font-display);font-size:clamp(3rem,12vw,9rem);font-weight:800;line-height:1;color:#ffffff05;position:absolute;right:2rem;bottom:2rem;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.03em;transition:opacity .8s .3s cubic-bezier(.16,1,.3,1),transform .8s .3s cubic-bezier(.16,1,.3,1)}.panel:not(.in-view) .panel__big-title{opacity:0;transform:translate(-20px)}.hero{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;gap:4rem}.hero__text{grid-column:1;grid-row:1}.hero__portrait-col{grid-column:2;grid-row:1 / 3}.hero__meta{grid-column:1;grid-row:2}.hero__eyebrow{font-family:var(--font-mono);font-size:.7rem;color:var(--muted);margin-bottom:.75rem}.hero__eyebrow-dash{color:var(--accent);margin-right:.5rem}.hero__name{font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1;margin-bottom:1rem;background:linear-gradient(135deg,var(--text),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__desc{color:var(--muted);font-size:.95rem;line-height:1.9;margin-bottom:2rem;max-width:440px}.hero__meta{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.hero__meta li{display:flex;flex-direction:column;gap:.15rem}.hero__meta li span{font-family:var(--font-mono);font-size:.6rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.hero__meta li em{font-style:normal;font-size:.85rem;font-weight:500}.hero__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#22c55e;margin-right:.4rem;vertical-align:middle;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero__portrait-frame{position:relative;aspect-ratio:4/5;max-width:360px;margin-left:auto;background:var(--surface);border:1px solid var(--border);overflow:hidden}.hero__portrait-frame img{transition:transform .6s}.hero__portrait-frame:hover img{transform:scale(1.03)}.hero__frame-corner{position:absolute;width:18px;height:18px;z-index:2;border-color:var(--accent);border-style:solid}.hero__frame-corner--tl{top:8px;left:8px;border-width:1px 0 0 1px}.hero__frame-corner--tr{top:8px;right:8px;border-width:1px 1px 0 0}.hero__frame-corner--bl{bottom:8px;left:8px;border-width:0 0 1px 1px}.hero__frame-corner--br{bottom:8px;right:8px;border-width:0 1px 1px 0}.hero__caption{display:flex;justify-content:space-between;margin-top:.5rem;max-width:360px;margin-left:auto;font-family:var(--font-mono);font-size:.6rem;color:var(--muted)}.disc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.disc-card{padding:2rem 1.5rem;background:var(--surface);border:1px solid var(--border);text-align:center;position:relative;overflow:hidden;transition:border-color .4s,transform .4s}.disc-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 0 24px #ff3b3b0f,inset 0 0 24px #ff3b3b05}.disc-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);transform:scaleX(0);transition:transform .6s;transform-origin:left}.disc-card:hover:before{transform:scaleX(1)}.disc-icon{margin-bottom:1rem;display:flex;justify-content:center}.disc-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.disc-desc{font-size:.85rem;color:var(--muted);line-height:1.7}.disc-tags{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-top:1rem}.disc-tag{font-family:var(--font-mono);font-size:.55rem;padding:.2rem .6rem;border:1px solid var(--border);color:var(--muted);letter-spacing:.05em}.about__lede{font-size:1rem;line-height:1.8;max-width:500px;margin-bottom:3rem;color:var(--muted)}.about__card{padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;transition:border-color .3s,transform .3s,box-shadow .3s;position:relative;overflow:hidden}.about__card:after{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--amber);transform:scaleX(0);transition:transform .4s;transform-origin:left}.about__card:hover{border-color:var(--amber);transform:translateY(-3px);box-shadow:0 8px 32px #0006,0 0 24px #f59e0b0f}.about__card:hover:after{transform:scaleX(1)}.about__card-num{font-family:var(--font-mono);font-size:2rem;font-weight:500;color:var(--amber);display:block;line-height:1;margin-bottom:.75rem}.about__card-title{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.about__card-copy{font-size:.85rem;color:var(--muted);line-height:1.8}.approach__lede{font-size:1rem;color:var(--muted);line-height:1.8;max-width:500px;margin-bottom:3rem}.approach__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.approach__step{border-top:1px solid var(--border);padding-top:1.25rem;transition:border-color .3s}.approach__step:hover{border-top-color:var(--accent)}.approach__num{font-family:var(--font-mono);font-size:3rem;font-weight:500;display:block;line-height:1;margin-bottom:.75rem;background:linear-gradient(135deg,var(--border),var(--muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.approach__name{font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.approach__copy{font-size:.85rem;color:var(--muted);line-height:1.8}.skills-list{margin-top:2rem}.skill-row{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid var(--border);cursor:default;transition:background .3s,padding-left .3s;position:relative;overflow:hidden}.skill-row:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--accent);transform:scaleY(0);transition:transform .4s;transform-origin:top}.skill-row:hover{background:var(--surface);padding-left:1.5rem}.skill-row:hover:before{transform:scaleY(1)}.skill-num{font-family:var(--font-mono);font-size:.65rem;color:var(--accent);width:24px;flex-shrink:0}.skill-name{font-size:.95rem;font-weight:500;flex:1}.skill-tag{font-family:var(--font-mono);font-size:.55rem;color:var(--muted);padding:.2rem .6rem;border:1px solid var(--border);letter-spacing:.05em}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .25s ease}.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:6px;box-shadow:0 0 40px #00000080;animation:scaleIn .3s cubic-bezier(.16,1,.3,1)}.tablet-mock{width:auto;height:70vh;max-height:600px;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;position:relative}.tablet-mock__body{width:100%;height:100%;background:#111;border-radius:24px;border:3px solid #2a2a2a;overflow:hidden;position:relative;box-shadow:0 20px 60px #00000080}.tablet-mock__screen img{width:100%;height:100%;object-fit:contain;display:block;max-width:none;max-height:none;border-radius:0;box-shadow:none}.tablet-mock__cam{position:absolute;top:12px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#1a1a1a;border-radius:50%;z-index:2}.lightbox__tabs{display:flex;gap:.5rem;cursor:default}.lightbox__tab{font-family:var(--font-mono);font-size:.7rem;padding:.4rem 1rem;border:1px solid var(--border);border-radius:20px;background:transparent;color:var(--muted);cursor:pointer;transition:all .3s}.lightbox__tab:hover{border-color:var(--muted);color:var(--text)}.lightbox__tab--active{border-color:var(--accent);color:var(--text);background:#ff3b3b14}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes navPulse{0%,to{box-shadow:0 0 8px #ffffff4d}50%{box-shadow:0 0 16px var(--glow),0 0 8px var(--accent)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes breathe{0%,to{opacity:.04}50%{opacity:.1}}.laptop-mock{width:100%;height:100%;display:flex;flex-direction:column;background:#1a1a1a;border-radius:6px;overflow:hidden;position:relative}.laptop-mock__screen{flex:1;margin:8%;border:2px solid #2a2a2a;border-radius:3px;overflow:hidden;background:#000;position:relative}.laptop-mock__screen img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(12px) brightness(.3);transition:filter .8s ease}.photo-cell:hover .laptop-mock__screen img,.project-cell:hover .laptop-mock__screen img,.project-cell:hover .project-cell__img{filter:blur(0) brightness(1)}.laptop-mock__notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#1a1a1a;border-radius:0 0 3px 3px;z-index:2}.laptop-mock__base{height:14%;background:#222;position:relative;display:flex;align-items:center;justify-content:center}.laptop-mock__base:before{content:"";position:absolute;top:30%;left:50%;transform:translate(-50%);width:30%;height:2px;background:#333;border-radius:2px}.laptop-mock__id{position:absolute;top:4px;left:6px;font-family:var(--font-mono);font-size:.55rem;color:#666;z-index:2}.photo-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin-top:1.5rem}.photo-cell{aspect-ratio:1;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:pointer;transition:border-color .3s,transform .3s}.photo-cell:hover{border-color:var(--amber);transform:scale(1.02);z-index:2}.photo-cell .photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;font-size:.75rem;color:var(--text);font-weight:500}.photo-cell:hover .photo-overlay{opacity:1}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.5rem}.project-cell{aspect-ratio:3/2;background:var(--surface);border:1px solid var(--border);border-radius:10px;position:relative;overflow:hidden;cursor:pointer;transition:border-color .3s,transform .3s}.project-cell:hover{border-color:var(--text);transform:scale(1.02);z-index:2;box-shadow:0 0 30px #ffffff0a}.project-cell .photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s}.project-cell:hover .photo-overlay{opacity:1}.project-cell__img{width:100%;height:100%;object-fit:cover;filter:blur(12px) brightness(.3);transition:filter .8s ease,transform .6s ease}.live-demo-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:.5rem;padding:.35rem .75rem;border:1px solid var(--amber);border-radius:100px;font-family:var(--font-mono);font-size:.6rem;color:var(--amber);text-decoration:none;transition:background .3s,color .3s}.live-demo-btn:hover{background:var(--amber);color:var(--bg)}.phone-mock{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.phone-mock__body{width:80%;background:#111;border-radius:18px;border:2px solid #2a2a2a;overflow:hidden;position:relative;aspect-ratio:3/4}.phone-mock__screen{width:100%;height:100%;overflow:hidden;background:#000;position:relative}.phone-mock__screen img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(12px) brightness(.3);transition:filter .8s ease}.design-cell:hover .phone-mock__screen img{filter:blur(0) brightness(1)}.phone-mock__notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:50px;height:16px;background:#1a1a1a;border-radius:0 0 10px 10px;z-index:2}.phone-mock__home{position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:36px;height:4px;background:#333;border-radius:2px;z-index:2}.phone-mock__id{position:absolute;top:4px;left:6px;font-family:var(--font-mono);font-size:.55rem;color:#666;z-index:2}.tablet-mock__body{width:80%;background:#111;border-radius:12px;border:2px solid #2a2a2a;overflow:hidden;position:relative;aspect-ratio:4/3}.tablet-mock__notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#1a1a1a;border-radius:0 0 4px 4px;z-index:2}.design__header{display:flex;align-items:baseline;gap:1rem;margin-bottom:.75rem}.design__header-line{flex:1;height:1px;background:linear-gradient(to right,var(--accent),transparent);opacity:.3}.tablet-mock{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.tablet-mock__body{width:92%;background:#111;border-radius:14px;border:2px solid #2a2a2a;overflow:hidden;position:relative;aspect-ratio:3/4}.tablet-mock__screen{width:100%;height:100%;overflow:hidden;background:#000;position:relative}.tablet-mock__screen img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(12px) brightness(.3);transition:filter .8s ease}.design-cell:hover .tablet-mock__screen img{filter:blur(0) brightness(1)}.tablet-mock__notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:10px;background:#1a1a1a;border-radius:0 0 6px 6px;z-index:2}.tablet-mock__id{position:absolute;top:4px;left:6px;font-family:var(--font-mono);font-size:.55rem;color:#666;z-index:2}.design-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem;margin-top:1.5rem}.design__beam{width:2rem;height:1px;background:var(--accent);flex-shrink:0;opacity:.5}.design__intro{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.design-cell{aspect-ratio:2/3;background:var(--surface);border:1px solid var(--border);border-radius:10px;position:relative;overflow:hidden;cursor:pointer;transition:border-color .3s,transform .3s}.design-cell:hover{border-color:var(--text);transform:scale(1.02);z-index:2;box-shadow:0 0 30px #ffffff0a}.design-cell .photo-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;font-size:.75rem;color:var(--text);font-weight:500}.design-cell:hover .photo-overlay{opacity:1}.design-cell__img{width:100%;height:100%;object-fit:cover;filter:blur(12px) brightness(.3);transition:filter .8s ease,transform .6s ease}.design-cell:hover .design-cell__img{filter:blur(0) brightness(1);transform:scale(1.05)}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.principle-card{padding:1.25rem;background:var(--surface);border:1px solid var(--border);transition:border-color .3s,transform .3s;position:relative;overflow:hidden}.principle-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transition:transform .4s;transform-origin:left}.principle-card:hover{border-color:var(--accent);transform:translateY(-2px)}.principle-card:hover:after{transform:scaleX(1)}.principle-num{font-family:var(--font-mono);font-size:.65rem;color:var(--accent);display:block;margin-bottom:.5rem}.principle-text{font-size:.95rem;font-weight:500;line-height:1.6}.principle-sign{text-align:center;color:var(--muted);max-width:500px;margin:2rem auto 0;font-size:.9rem;line-height:1.8;font-style:italic}.contact__title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:1rem 0 3rem}.contact__title em{background:linear-gradient(135deg,var(--accent),var(--amber));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-style:normal}.contact__email{display:inline-flex;align-items:center;gap:1rem;padding:.75rem 1.5rem;border:1px solid var(--border);position:relative;overflow:hidden;transition:all .4s}.contact__email:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--text);transform:scaleY(0);transition:transform .4s;transform-origin:bottom}.contact__email:hover{border-color:var(--text)}.contact__email:hover:before{transform:scaleY(1)}.contact__email>*{position:relative;z-index:1}.contact__email:hover{color:var(--bg)}.contact__email-label{font-size:.7rem;color:var(--muted);font-family:var(--font-mono)}.contact__email-value{font-size:.9rem;font-weight:500}.contact__email-arrow svg{width:16px;height:16px;transition:transform .3s}.contact__email:hover .contact__email-arrow svg{transform:translate(4px)}.contact__aside{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.contact__block-label{font-family:var(--font-mono);font-size:.65rem;color:var(--muted);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.1em}.contact__links{list-style:none;display:flex;flex-direction:column;gap:.4rem}.contact__link{font-size:.9rem;color:var(--muted);transition:color .3s,padding-left .3s;display:inline-block}.contact__link:hover{color:var(--text);padding-left:4px}.contact__avail{font-size:1rem;font-weight:600;margin-bottom:.3rem}.contact__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#22c55e;margin-right:.4rem;vertical-align:middle;animation:pulse 2s infinite}.contact__where{font-size:.8rem;color:var(--muted)}.contact__footer{display:flex;justify-content:space-between;margin-top:5rem;padding-top:1.5rem;border-top:1px solid var(--border);font-family:var(--font-mono);font-size:.65rem;color:var(--muted)}.fade-in{opacity:0;transform:translateY(25px)}.fade-in.visible{opacity:1;transform:translateY(0)}.fade-in-scale{opacity:0;transform:scale(.9)}.fade-in-scale.visible{opacity:1;transform:scale(1)}.fade-in-blur{opacity:0;transform:scale(.85);filter:blur(6px)}.fade-in-blur.visible{opacity:1;transform:scale(1);filter:blur(0);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),filter .6s cubic-bezier(.16,1,.3,1)}@media(hover:none)and (pointer:coarse){.cursor{display:none}*{cursor:auto!important}}@media(max-width:900px){.panel__content{padding:3.5rem 1.25rem}.panel__big-title{font-size:clamp(1.8rem,8vw,4rem);right:.75rem;bottom:.75rem}.splash__title{font-size:clamp(1.6rem,7vw,2.8rem)}.splash__sub{font-size:.7rem;max-width:280px}.splash__top{top:1rem;left:1rem;right:1rem}.splash__bottom{bottom:1rem}.splash__hold-btn{padding:.75rem 1.5rem;gap:.4rem}.splash__hold-text{font-size:.6rem}.disc-grid,.approach__steps,.principles-grid{grid-template-columns:1fr;gap:1rem}.photo-grid{grid-template-columns:repeat(3,1fr);gap:.4rem;margin-top:1rem}.about__lede+div{grid-template-columns:1fr!important}.design-grid{grid-template-columns:repeat(3,1fr);gap:.5rem}.design-cell{aspect-ratio:2/3}.project-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.project-cell{aspect-ratio:3/2}.contact__aside{grid-template-columns:1fr;gap:1.5rem}.contact__footer{flex-direction:column;gap:.5rem;text-align:center}.nav-dots{right:.6rem;gap:.4rem}.nav-dot{width:4px;height:4px}.deco{display:none}.laptop-mock__screen{margin:5%;border-width:1px}.laptop-mock__base{height:10%}.laptop-mock__notch{width:50px;height:3px}.phone-mock__body{width:75%;border-radius:14px}.phone-mock__notch{width:36px;height:12px}.about__card{padding:1rem}.about__lede{margin-bottom:2rem}.approach__step{padding-top:1rem}.approach__num{font-size:2rem}.principles-grid{gap:.75rem}.principle-card{padding:1rem}.contact__title{margin:.5rem 0 2rem}.panel__dock-intro{font-size:.55rem}}@media(max-width:600px){.panel__content{padding:2.5rem .85rem}.photo-grid{grid-template-columns:1fr 1fr;gap:.35rem;margin-top:.75rem}.photo-cell{aspect-ratio:1}.design-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.design-cell{aspect-ratio:1/1.4}.project-grid{grid-template-columns:1fr;gap:.5rem}.hero__meta{grid-template-columns:1fr}.hero__meta li em{font-size:.8rem}.hero{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:1.5rem}.hero__text{grid-column:1;grid-row:1}.hero__portrait-col{grid-column:1;grid-row:2}.hero__meta{grid-column:1;grid-row:3}.splash__center{padding:0 .75rem}.splash__brand{font-size:.9rem}.splash__meta{display:none}.splash__hold-btn{padding:.65rem 1.5rem;gap:.35rem;border-radius:100px}.splash__hold-text{font-size:.55rem}.contact__email{padding:.5rem .75rem;flex-wrap:wrap;gap:.4rem}.contact__email-value{font-size:.75rem;word-break:break-all}.contact__title{font-size:clamp(1.8rem,8vw,2.5rem)}.laptop-mock__screen{margin:3%}.laptop-mock__base{height:8%}.phone-mock__body{width:70%;border-radius:12px}.about__lede{font-size:.95rem;margin-bottom:1.5rem}.about__card-title{font-size:.95rem}.about__card-copy{font-size:.78rem}.about__card-num{font-size:1.5rem}.lightbox img{max-width:95vw;max-height:80vh}.nav-dots,.panel__big-title{display:none}.panel__header{margin-bottom:.5rem}.panel__number{font-size:.65rem}.panel__divider{width:24px}.panel__category{font-size:.55rem}.approach__lede{margin-bottom:2rem}.principles-grid{gap:.5rem}.contact__aside{margin-top:2rem}.contact__footer{margin-top:3rem;padding-top:1rem;font-size:.55rem}.disc-grid{gap:.75rem}.photo-cell .photo-overlay strong{font-size:.65rem}.photo-cell .photo-overlay span{font-size:.5rem}.project-cell{aspect-ratio:3/2}.splash__light{display:none}.splash__noise{background-size:100px 100px}.splash__title{gap:.15em!important;margin-bottom:1rem}.splash__bottom{font-size:.5rem;padding:0 .75rem}}
