:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*,a,button,[role=button]{-webkit-tap-highlight-color:transparent!important}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0c0c0c;--bg2:#131313;--bg3:#1a1a1a;--border:#222;--text:#e0e0e0;--muted:#555;--white:#fff;--accent:#e0e0e0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}nav{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#0c0c0ce6;justify-content:space-between;align-items:center;padding:1.2rem 6%;display:flex;position:fixed;top:0;left:0;right:0}.coffee-title-mobile{display:none}.nav-logo{color:var(--white);letter-spacing:-.02em;font-family:Syne,sans-serif;font-size:1.1rem;font-weight:800}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--white)}section{margin-bottom:1rem;padding:6rem 6%}.section-label{letter-spacing:.2em;text-transform:uppercase;color:#f5f5f5;margin-bottom:2rem;font-size:.72rem;font-weight:500}.section-title{color:var(--white);margin-bottom:3rem;font-family:Syne,sans-serif;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:800;line-height:1.1}#hero{align-items:center;gap:5rem;min-height:100vh;display:flex}.hero-photo{object-fit:contain;flex:0 0 46%;max-width:100%}.hero-photo img{border-radius:20px;width:100%}.hero-photo-placeholder{background:var(--bg3);border:1px solid var(--border);width:100%;height:560px;color:var(--muted);border-radius:20px;gap:1rem}.hero-photo-placeholder svg{opacity:.2;width:48px;height:48px}.hero-photo-placeholder span{letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.hero-content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.4rem;display:flex}.hero-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);align-items:center;gap:.75rem;font-size:.75rem;font-weight:500;display:flex}.hero-eyebrow:before{content:"";background:var(--muted);width:24px;height:1px;display:inline-block}.hero-name{color:var(--white);letter-spacing:-.03em;font-family:Syne,sans-serif;font-size:clamp(2.8rem,5vw,4rem);font-weight:800;line-height:1}.hero-title{color:var(--text);font-family:Syne,sans-serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700}.hero-desc{color:var(--muted);max-width:400px;font-size:.95rem;line-height:1.8}.hero-cta{gap:1rem;margin-top:.5rem;display:flex}.btn-primary{background:var(--white);color:#0c0c0c;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;padding:.7rem 1.6rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-block}.btn-primary:hover{opacity:.85;transform:translateY(-2px)}.btn-outline{border:1px solid var(--border);color:var(--text);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border-radius:2px;padding:.7rem 1.6rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;text-decoration:none;transition:border-color .2s,transform .2s;display:inline-block}.btn-outline:hover{border-color:#555;transform:translateY(-2px)}#featured{background:var(--bg2)}.featured-body{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.featured-video-placeholder{aspect-ratio:16/9;color:var(--muted);aspect-ratio:16/9;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex;overflow:hidden}.featured-video-placeholder video{object-fit:cover;border:1px solid #fff;border-radius:10px;width:100%;height:100%;display:block}.play-icon{border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:border-color .2s;display:flex}.play-icon:hover{border-color:var(--text)}.play-icon svg{width:18px;height:18px;fill:var(--text);margin-left:3px}.featured-video-label{letter-spacing:.12em;text-transform:uppercase;flex-direction:column;justify-content:center;align-items:center;height:100%;font-size:.72rem;display:flex}.featured-info{flex-direction:column;gap:1.2rem;display:flex}.featured-project-title{color:var(--white);font-family:Syne,sans-serif;font-size:1.7rem;font-weight:800;line-height:1.2}.featured-desc{color:var(--muted);font-size:.92rem;line-height:1.8}.featured-meta{flex-wrap:wrap;gap:.5rem;display:flex}.tag{letter-spacing:.1em;text-transform:uppercase;border:1px solid var(--border);color:var(--muted);border-radius:2px;padding:.28rem .7rem;font-size:.68rem;font-weight:500;transition:border-color .2s,color .2s}.tag:hover{color:var(--text);border-color:#444}.featured-links{gap:1rem;margin-top:.5rem;display:flex}#projects{background:var(--bg)}.projects-grid{border:1px solid var(--border);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.project-card{background:var(--bg);cursor:pointer;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:0;transition:background .2s;overflow:hidden}.project-card:hover{background:var(--bg2)}.project-thumb{aspect-ratio:16/9;background:var(--bg3);justify-content:center;align-items:center;width:100%;display:flex}.project-thumb svg{opacity:.12;width:32px;height:32px;stroke:var(--text)}.project-info{border-top:1px solid var(--border);padding:1.2rem 1.4rem}.project-name{color:var(--white);margin-bottom:.3rem;font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.project-tech{color:var(--muted);letter-spacing:.04em;font-size:.72rem}#skills{background:var(--bg2)}.skills-grid{border:1px solid var(--border);grid-template-columns:repeat(5,1fr);gap:1px;display:grid}.skill-card{background:var(--bg2);border-right:1px solid var(--border);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 1rem;transition:background .2s;display:flex}.skill-card:hover{background:var(--bg3)}.skill-logo{object-fit:contain;width:52px;height:52px;transition:transform .2s}.skill-card:hover .skill-logo{transform:scale(1.1)}.skill-name{letter-spacing:.1em;color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:500}#coffee{background:var(--bg)}.coffee-inner{grid-template-columns:1fr 1fr;justify-content:center;align-items:center;gap:5rem;display:grid}.coffee-mug-placeholder{aspect-ratio:1;color:var(--muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;display:flex;position:relative;overflow:hidden}.coffee-mug-placeholder video{border-radius:12px;width:100%}.coffee-mug-icon{opacity:.25;font-size:5rem;line-height:1}.coffee-mug-label{letter-spacing:.12em;text-transform:uppercase;font-size:.72rem}.coffee-content{flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;display:flex}.coffee-title{color:var(--white);font-family:Syne,sans-serif;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:800;line-height:1.1}.coffee-desc{color:var(--muted);max-width:360px;font-size:.92rem;line-height:1.8}.payment-bar{background:var(--bg3);border:1px solid var(--border);border-radius:2px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.payment-bar-label{letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-size:.7rem}.payment-amounts{gap:.6rem;display:flex}.amount-chip{border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:2px;padding:.45rem 1rem;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;transition:border-color .2s,color .2s}.amount-chip:hover,.amount-chip.active{color:var(--white);border-color:#555}.payment-bar-note{color:var(--muted);font-size:.7rem}footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding:2rem 6%;display:flex}.footer-name{color:var(--white);font-family:Syne,sans-serif;font-size:.95rem;font-weight:800}.footer-links{gap:1.5rem;list-style:none;display:flex}.footer-links a{color:var(--muted);font-size:.78rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-copy{color:var(--muted);font-size:.72rem}.coffee-video{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.coffee-video.active-video{opacity:1}.Toastify{display:none}@media (width<=860px){#hero{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.hero-photo{object-fit:cover;justify-content:center;align-items:center;height:100%;display:flex}.hero-photo-placeholder{background:var(--bg3);border:1px solid var(--border);width:100%;color:var(--muted);border-radius:20px;gap:1rem;height:auto;overflow:hidden}.featured-body{flex-direction:column;display:flex}.projects-grid{border:1px solid var(--border);grid-template-columns:repeat(1,1fr);gap:1px;display:grid}.skills-grid{grid-template-columns:repeat(1,1fr);width:100%}.coffee-inner{grid-template-columns:1fr;gap:5rem}.coffee-title-mobile{color:var(--white);margin-bottom:20px;font-family:Syne,sans-serif;font-size:clamp(1.8rem,2.8vw,2.4rem);font-weight:800;line-height:1.1;display:block}.coffee-title,.section-label,.coffee-desc{display:none}.skill-card{width:100%;padding:0}.skill-logo{width:100%;height:30%}}.navbar{color:#fff;background-color:#000;width:100%;position:sticky}.logo-desktop{display:none}.navbar-row{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:12px 20px;display:flex}.logo{align-items:center;text-decoration:none;display:flex}.logo-img{aspect-ratio:1;object-fit:cover;border-radius:6px;width:36px;height:36px}.links-desktop{align-items:center;gap:32px;display:flex}.nav-link{color:#ccc;font-size:14px;text-decoration:none;transition:color .2s}.nav-link:hover{color:#fff}.hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;gap:6px;width:32px;height:32px;padding:4px;display:none}.hamburger span{background-color:#fff;justify-self:end;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.mobile-menu{background-color:#000;flex-direction:column;justify-content:center;align-items:center;gap:28px;width:100%;height:0;transition:height .35s;display:none;overflow:hidden}.mobile-menu.open{height:100vh}.nav-link-mobile{color:#ccc;font-size:20px;text-decoration:none;transition:color .2s}.nav-link-mobile:hover{color:#fff}@media (width<=768px){.mobile-menu{background:#111;flex-direction:column;width:100%;display:flex;position:absolute;top:100%;left:0}.links-desktop{display:none}.hamburger,.mobile-menu{display:flex}}.back-btn{color:#f5f5f5;cursor:pointer;opacity:.7;background:0 0;border:none;flex-direction:row;align-items:flex-start;margin-bottom:16px;padding:6px 0;font-size:13px;font-weight:500;transition:opacity .15s;display:flex}.back-btn:hover{opacity:1}.hire-page{box-sizing:border-box;background:#0c0c0c;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.hire-card{box-sizing:border-box;background:#015801;border-radius:16px;width:100%;max-width:440px;padding:32px;box-shadow:0 4px 24px #0000000f}.hire-title{color:#f5f5f5;margin:0 0 4px;font-size:26px;font-weight:600}.hire-subtitle{color:#f5f5f5;margin:0 0 24px;font-size:14px;line-height:1.5}.field{flex-direction:column;margin-bottom:18px;display:flex}.field label{color:#f5f5f5;flex-direction:row;align-items:flex-start;margin-bottom:6px;font-size:13px;font-weight:500;display:flex}.required{color:#d8472f}.field input,.field select,.field textarea{color:#1a1a1a;box-sizing:border-box;background:#fafafa;border:1px solid #ddd;border-radius:8px;outline:none;width:100%;height:42px;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus{background:#fff;border-color:#d8472f;box-shadow:0 0 0 3px #d8472f1f}.field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23999' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.error-text{color:#d8472f;margin:-6px 0 14px;font-size:13px}.submit-btn{color:#f5f5f5;cursor:pointer;background:#0c0c0c;border:none;border-radius:8px;width:100%;height:46px;margin-top:4px;font-size:15px;font-weight:500;transition:opacity .15s}.submit-btn:hover{opacity:.88;color:#fff;background-color:green}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.popup{text-align:center;background:#fff;border-radius:14px;width:100%;max-width:360px;padding:28px 24px;box-shadow:0 8px 32px #0000002e}.popup h2{color:#1a1a1a;margin:0 0 10px;font-size:20px;font-weight:600}.popup p{color:#555;margin:0 0 20px;font-size:14px;line-height:1.6}.popup-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;height:42px;padding:0 32px;font-size:14px;font-weight:500;transition:opacity .15s}.popup-btn:hover{opacity:.88}@media (width<=480px){.hire-card{border-radius:12px;padding:24px 20px}.hire-title{font-size:22px}}.ty-body{flex-direction:row;justify-content:center;align-items:center;margin-top:20px;display:flex}.ty-card{background:var(--bg2);border:1px solid var(--border);width:100%;max-width:380px;font-family:var(--mono);color:var(--text);border-radius:16px;padding:24px;animation:.6s cubic-bezier(.16,1,.3,1) cardIn}@keyframes cardIn{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ty-heading{text-align:center}.ty-heading h1{letter-spacing:-.2px;color:var(--white);margin:0;font-size:20px;font-weight:700}.ty-contact-btn{background:var(--accent);width:100%;color:var(--bg);border:1px solid var(--border);font-family:var(--mono);letter-spacing:.3px;cursor:pointer;text-align:center;border-radius:8px;margin-top:20px;padding:12px 0;font-size:13px;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s,background .15s;display:block}.ty-contact-btn:hover{background:var(--white);transform:translateY(-1px);box-shadow:0 10px 28px -8px #ffffff26}.ty-contact-btn:active{transform:translateY(0)}.ty-countdown{text-align:center;color:var(--muted);margin-top:18px;font-size:12px}.ty-countdown span{color:var(--white);font-weight:700}.coffee-mug-placeholder01{aspect-ratio:1;color:var(--muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;display:flex;position:relative;overflow:hidden}.coffee-mug-placeholder01 video{object-fit:cover;width:100%;height:100%}@media (width<=768px){.ty-card{border-radius:14px;max-width:100%;padding:18px}.ty-video-frame{margin-bottom:18px}.ty-heading h1{font-size:17px}.ty-countdown{font-size:11.5px}.coffee-mug-placeholder01{aspect-ratio:1;color:var(--muted);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:100%;display:flex;position:relative;overflow:hidden}.coffee-mug-placeholder01 video{object-fit:cover;width:100%;height:100%}}:root{--pre-bg:#0f1417;--pre-bg-soft:#161d22;--pre-panel:#1c2429;--pre-line:#2a343a;--pre-text:#e9edee;--pre-text-dim:#9aa6ab;--pre-amber:#e3a23c;--pre-amber-dim:#8a662b}.pre-screen{background:radial-gradient(circle at 50% 0%, var(--pre-bg-soft), var(--pre-bg) 65%);width:100%;min-height:100vh;color:var(--pre-text);box-sizing:border-box;justify-content:center;align-items:center;padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.pre-card{background:var(--pre-bg-soft);border:1px solid var(--pre-line);text-align:center;border-radius:16px;width:100%;max-width:420px;padding:40px 32px;box-shadow:0 30px 60px -20px #0009}.pre-panel{background:var(--pre-panel);border:1px solid var(--pre-line);border-radius:14px;justify-content:center;align-items:center;width:88px;height:88px;margin:0 auto 24px;display:flex;position:relative}.pre-lock{fill:none;width:38px;height:38px;stroke:var(--pre-amber);stroke-width:3.4px;stroke-linecap:round;stroke-linejoin:round}.pre-lock-dot{fill:var(--pre-amber);stroke:none}.pre-bolt{background:var(--pre-amber-dim);border-radius:50%;width:5px;height:5px;position:absolute}.pre-bolt--tl{top:9px;left:9px}.pre-bolt--tr{top:9px;right:9px}.pre-bolt--bl{bottom:9px;left:9px}.pre-bolt--br{bottom:9px;right:9px}.pre-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--pre-amber);margin:0 0 8px;font-size:12px;font-weight:700}.pre-title{letter-spacing:-.01em;color:var(--pre-text);margin:0 0 12px;font-size:24px;font-weight:650;line-height:1.3}.pre-body{color:var(--pre-text-dim);margin:0 0 28px;font-size:15px;line-height:1.55}.pre-actions{gap:12px;margin-bottom:20px;display:flex}.pre-btn{cursor:pointer;border:1px solid #0000;border-radius:9px;flex:1;padding:12px 16px;font-family:inherit;font-size:14.5px;font-weight:600;transition:transform .12s,filter .12s,background .12s}.pre-btn:active{transform:scale(.97)}.pre-btn--primary{background:var(--pre-amber);color:#1a1305}.pre-btn--primary:hover{filter:brightness(1.08)}.pre-btn--ghost{border-color:var(--pre-line);color:var(--pre-text);background:0 0}.pre-btn--ghost:hover{background:#ffffff0a}.pre-link{color:var(--pre-text-dim);border-bottom:1px solid #0000;font-size:13.5px;text-decoration:none;display:inline-block}.pre-link:hover{color:var(--pre-text);border-bottom-color:var(--pre-line)}.pre-btn:focus-visible,.pre-link:focus-visible{outline:2px solid var(--pre-amber);outline-offset:2px}@media (width>=640px){.pre-card{padding:48px 44px}.pre-title{font-size:27px}}@media (width<=360px){.pre-card{padding:32px 22px}.pre-actions{flex-direction:column}}@media (prefers-reduced-motion:reduce){.pre-btn{transition:none}}
