:root{--bg:#09090b;--bg-subtle:#111113;--border:#27272a;--text:#fafafa;--text-muted:#a1a1aa;--accent:#60a5fa;--accent-hover:#93c5fd}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;font-size:1rem;transition:background .2s,color .2s}a{color:inherit;text-decoration:none}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}header{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);background:var(--bg);backdrop-filter:blur(8px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.logo img{height:36px;display:block;transform:rotate(180deg);transition:filter .2s}.logo img{filter:brightness(0)invert(1)}nav{display:flex;align-items:center;gap:2rem}nav a{font-size:.875rem;color:var(--text-muted);transition:color .15s}nav a:hover{color:var(--text)}.nav-links{display:flex;align-items:center;gap:2rem}.hamburger{display:none;background:0 0;border:1px solid var(--border);color:var(--text);cursor:pointer;padding:.35rem .6rem;border-radius:6px;font-size:1rem;line-height:1}@media(max-width:640px){.hamburger{display:block}.nav-links{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:var(--bg);border-bottom:1px solid var(--border);padding:.5rem 0;z-index:99}.nav-links.open{display:flex}.nav-links a{width:100%;padding:.75rem 1.5rem;font-size:1rem}}.hero{padding:8rem 0 6rem;border-bottom:1px solid var(--border)}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;max-width:16ch;margin-bottom:1.5rem}.hero h1 span{color:var(--accent)}.hero p{font-size:1.15rem;color:var(--text-muted);max-width:48ch;margin-bottom:2.5rem;line-height:1.7}.btn{display:inline-block;background:var(--accent);color:#fff;padding:.7rem 1.5rem;border-radius:8px;font-size:.95rem;font-weight:500;transition:background .15s}.btn:hover{background:var(--accent-hover)}.btn-ghost{background:0 0;border:1px solid var(--border);color:var(--text);margin-left:1rem;transition:border-color .15s}.btn-ghost:hover{border-color:var(--text-muted);background:0 0}section{padding:5rem 0;border-bottom:1px solid var(--border)}.section-label{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.section-subtitle{color:var(--text-muted);max-width:52ch;font-size:1.05rem;line-height:1.7}.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:3rem}.why-grid{grid-template-columns:repeat(2,1fr)}@media(max-width:640px){.why-grid{grid-template-columns:1fr}}.card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:12px;padding:1.75rem;transition:border-color .15s}.card:hover{border-color:var(--text-muted)}.card-icon{font-size:1.5rem;margin-bottom:1rem}.card h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.card p{font-size:.9rem;color:var(--text-muted);line-height:1.6}.services-list{margin-top:3rem;display:flex;flex-direction:column;gap:0}.service-item{display:grid;grid-template-columns:1fr 2fr;gap:2rem;padding:2rem 0;border-top:1px solid var(--border);align-items:start}.service-item:last-child{border-bottom:1px solid var(--border)}.service-item h3{font-size:1rem;font-weight:600}.service-item p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.engagement-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-top:3rem}.engagement-card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:12px;padding:1.75rem}.engagement-card .price{font-size:.85rem;color:var(--accent);font-weight:600;margin-bottom:.75rem}.engagement-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.engagement-card p{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}.engagement-card ul{list-style:none;font-size:.85rem;color:var(--text-muted);display:flex;flex-direction:column;gap:.4rem}.engagement-card ul li::before{content:"→ ";color:var(--accent)}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:3rem}.project-card{background:var(--bg-subtle);border:1px solid var(--border);border-radius:12px;padding:1.75rem;display:flex;flex-direction:column;transition:box-shadow .15s}.project-card:hover{box-shadow:0 8px 28px -8px var(--project-color,var(--text-muted))}.project-thumb{height:170px;margin:-1.75rem -1.75rem 1.5rem;border-bottom:3px solid var(--project-color,var(--border));border-radius:12px 12px 0 0;background:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.project-thumb img{max-width:100%;max-height:100%;object-fit:contain}.project-more{transition:color .15s}.project-card:hover .project-more{color:var(--project-color,var(--accent))}.project-card-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.project-card-head h3{font-size:1.1rem;font-weight:700;color:var(--project-color,var(--text))}.project-period{font-family:sf mono,fira code,monospace;font-size:.75rem;color:var(--text-muted);white-space:nowrap}.project-role{font-size:.8rem;font-weight:600;color:var(--project-color,var(--accent));margin:.35rem 0 .9rem}.project-role::before,.project-role-label::before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem;vertical-align:middle;background:var(--text-muted)}.project-card>p:not(.project-role){font-size:.9rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.25rem}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto}.tag{font-family:sf mono,fira code,monospace;font-size:.72rem;color:var(--text-muted);border:1px solid var(--border);border-radius:6px;padding:.2rem .5rem}.project-more{margin-top:1.25rem;font-size:.8rem;font-weight:500;color:var(--text-muted)}.container-narrow{max-width:720px}.project-detail{border-bottom:none}.back-link{display:inline-block;font-family:sf mono,fira code,monospace;font-size:.8rem;color:var(--text-muted);margin-bottom:2.5rem;transition:color .15s}.back-link:hover{color:var(--text)}.project-detail-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;margin:.5rem 0;color:var(--project-color,var(--text))}.project-detail-meta{font-family:sf mono,fira code,monospace;font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.project-role-label{color:var(--project-color,var(--accent))}.project-tags-lg{margin-bottom:2.5rem}.project-shot{margin-bottom:2.5rem;border-radius:12px;overflow:hidden;background:var(--bg-subtle)}.project-shot img{display:block;width:100%;height:auto}.prose p{color:var(--text-muted);line-height:1.8;margin-bottom:1.25rem;font-size:1.02rem}.prose a{color:var(--accent)}.prose a:hover{color:var(--accent-hover)}.prose h3{font-size:1.15rem;font-weight:700;margin:2.25rem 0 1rem;color:var(--text)}.prose ul{list-style:none;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.6rem}.prose li{position:relative;padding-left:1.4rem;color:var(--text-muted);line-height:1.7}.prose li::before{content:"→";position:absolute;left:0;color:var(--project-color,var(--accent))}.project-detail .btn{margin-top:1rem;background:0 0;border:1px solid var(--project-color,var(--accent));color:var(--project-color,var(--accent))}.project-detail .btn:hover{background:var(--project-color,var(--accent));color:var(--bg)}.project-next{display:flex;flex-direction:column;gap:.25rem;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);font-size:1.1rem;font-weight:600;transition:color .15s}.project-next span:first-child{font-family:sf mono,fira code,monospace;font-size:.75rem;font-weight:400;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em}.project-next-title::after{content:" →"}[dir=rtl] .project-next-title::after{content:" ←"}.project-next:hover{color:var(--accent)}.blog-list{display:flex;flex-direction:column;margin-top:3rem}.blog-item{display:block;padding:2rem 0;border-top:1px solid var(--border)}.blog-item:last-child{border-bottom:1px solid var(--border)}.blog-cover{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:radial-gradient(130% 130% at 100% 0%,color-mix(in srgb,var(--cover-accent) 28%,transparent),transparent 55%),var(--bg-subtle);display:flex;align-items:flex-end}.blog-cover::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:26px 26px;opacity:.35}.blog-cover-cmd{position:relative;z-index:1;font-family:sf mono,fira code,monospace;color:var(--cover-accent);letter-spacing:-.01em}.blog-cover-cursor{display:inline-block;width:.55em;height:1.05em;margin-left:.15em;background:var(--cover-accent);vertical-align:text-bottom;animation:blink 1.1s steps(1)infinite}@keyframes blink{50%{opacity:0}}@media(prefers-reduced-motion:reduce){.blog-cover-cursor{animation:none}}.blog-cover-hero{height:220px;padding:1.5rem;margin-bottom:2.5rem}.blog-cover-hero .blog-cover-cmd{font-size:1.35rem}.blog-date{font-family:sf mono,fira code,monospace;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.blog-item h2{font-size:1.4rem;font-weight:700;letter-spacing:-.01em;margin:.5rem 0 .6rem;transition:color .15s}.blog-item:hover h2{color:var(--accent)}.blog-item p{color:var(--text-muted);line-height:1.7;max-width:62ch;margin-bottom:.8rem}.blog-more{font-size:.85rem;font-weight:500;color:var(--accent)}.blog-article{padding:5rem 0}.blog-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:.5rem 0 1rem}.blog-lead{font-size:1.2rem;color:var(--text-muted);line-height:1.6;margin-bottom:2.5rem}.contact-row{display:flex;gap:2rem;margin-top:2.5rem;flex-wrap:wrap}.contact-item{display:flex;flex-direction:column;gap:.25rem}.contact-item span{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.contact-item a{font-size:1rem;font-weight:500;color:var(--accent);transition:color .15s}.contact-item a:hover{color:var(--accent-hover)}footer{padding:2rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:var(--text-muted)}.mono{font-family:sf mono,fira code,monospace;font-size:.85em;color:var(--accent)}@media(max-width:640px){.service-item{grid-template-columns:1fr;gap:.5rem}footer{flex-direction:column;align-items:flex-start}}.lang-switch{font-family:sf mono,fira code,monospace;font-size:.8rem;color:var(--text-muted);border:1px solid var(--border);padding:.25rem .6rem;border-radius:6px;transition:color .15s,border-color .15s}.lang-switch:hover{color:var(--text);border-color:var(--text-muted)}[dir=rtl] .btn-ghost{margin-left:0;margin-right:1rem}[dir=rtl] .project-role::before,[dir=rtl] .project-role-label::before{margin-right:0;margin-left:.5rem}[dir=rtl] .engagement-card ul li::before{content:"← "}[dir=rtl] .prose li{padding-left:0;padding-right:1.4rem}[dir=rtl] .prose li::before{left:auto;right:0;content:"←"}[dir=rtl] .mono{direction:ltr;text-align:right}[dir=rtl] .blog-cover-cmd{direction:ltr}