:root{--bg:#000000;--bg-surface:#0a0a0a;--bg-card:#111111;--text:#ededed;--text-muted:#888888;--border:#222222;--border-hover:#333333;--accent:#ffffff;--accent-secondary:#1a1a1a;--link:#0070f3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;transition:color .2s}a:hover{color:var(--accent)}a:focus-visible,button:focus-visible{outline:2px solid var(--border-hover);outline-offset:4px}.container{width:min(1200px,calc(100% - 48px));margin:auto}h1,h2,h3,h4,h5,h6{color:var(--accent);font-weight:600;letter-spacing:-.04em}.eyebrow{color:var(--text-muted);font:500 .8rem/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase}.section{padding:8rem 0;scroll-margin-top:80px}.section-header{margin-bottom:4rem}.section-title{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin:.5rem 0 1rem}.lead{color:var(--text-muted);font-size:1.1rem;line-height:1.6;max-width:700px;margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;font-size:.95rem;transition:all .2s ease;cursor:pointer}.button-primary{background:var(--accent);color:var(--bg);border:1px solid var(--accent)}.button-primary:hover{background:#e0e0e0}.button-secondary{background:var(--bg-card);color:var(--text);border:1px solid var(--border)}.button-secondary:hover{background:var(--accent-secondary);border-color:var(--border-hover)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(10,10,10,.75);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--border);transition:border-color .3s ease}.header-inner{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-weight:700;letter-spacing:-.02em;font-size:1.1rem;z-index:60;position:relative}.desktop-nav{display:flex;align-items:center;gap:2rem;font-size:.9rem;font-weight:500;color:var(--text-muted)}.nav-link{transition:color .2s ease}.nav-link:hover{color:var(--text)}.nav-link.active{color:var(--accent)}.mobile-menu-button{display:none;background:none;border:none;color:var(--text);font-size:1.5rem;cursor:pointer;z-index:60;position:relative;padding:.5rem;border-radius:4px}.mobile-menu-button:focus-visible{outline:2px solid var(--border-hover)}.mobile-nav-overlay{display:none}.hero{padding:8rem 0 6rem;position:relative;overflow:hidden}.hero-layout{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:4rem;gap:4rem;align-items:center}.hero-content{display:flex;flex-direction:column}.hero-image{position:relative;width:100%;aspect-ratio:4/5;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--bg-card);box-shadow:0 20px 40px -20px rgba(0,0,0,.5)}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.hero-stat{display:flex;flex-direction:column;gap:.25rem}.hero-stat strong{color:var(--accent);font-size:1.5rem;font-weight:600;letter-spacing:-.03em}.hero-stat span{color:var(--text-muted);font-size:.85rem}.hero h1{margin:0 0 1.5rem;font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;letter-spacing:-.04em}.hero-copy{font-size:clamp(1.1rem,2vw,1.25rem);line-height:1.6;color:var(--text-muted);margin-bottom:3rem}.actions{display:flex;flex-wrap:wrap;gap:1rem}.project-showcase{display:flex;flex-direction:column;gap:6rem}.project-editorial{display:grid;grid-template-columns:1.2fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.project-editorial:nth-child(2n) .project-visual{order:2}.project-visual{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;aspect-ratio:16/10;position:relative}.project-visual img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-editorial:hover .project-visual img{transform:scale(1.03)}.project-details{display:flex;flex-direction:column;align-items:flex-start}.project-details .eyebrow{margin-bottom:1rem;color:var(--link)}.project-details h3{font-size:2.5rem;margin:0 0 1rem;letter-spacing:-.04em;line-height:1.1}.project-details p{color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem;font-size:1.1rem}.focus-list{margin:0 0 2rem;padding:0 0 0 1.2rem;color:var(--text-muted)}.focus-list li{margin-bottom:.5rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tag{padding:.3rem .75rem;border-radius:4px;background:var(--bg-card);border:1px solid var(--border);font:500 .75rem ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;color:var(--text-muted)}.experience-list{display:flex;flex-direction:column;gap:3rem;position:relative}.experience-list:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:var(--border)}.experience-item{position:relative;padding-left:2.5rem}.experience-item:before{content:"";position:absolute;left:-4px;top:8px;width:9px;height:9px;border-radius:50%;background:var(--border);box-shadow:0 0 0 4px var(--bg);transition:background .3s}.experience-item:hover:before{background:var(--accent)}.experience-item h3{margin:0 0 .25rem;font-size:1.5rem}.experience-item .period{color:var(--text-muted);font-size:.9rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;margin-bottom:1rem;display:block}.experience-item p{color:var(--text-muted);line-height:1.6;margin:0 0 1rem}.experience-item strong{color:var(--text)}.integration-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.integration-card{display:flex;flex-direction:column;padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;transition:border-color .2s,transform .2s}.integration-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.integration-card h3{font-size:1.1rem;margin:0 0 .5rem}.integration-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0 0 1.5rem;flex-grow:1}.integration-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.integration-meta .lang{display:flex;align-items:center;gap:.4rem}.integration-meta .lang:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--text-muted)}.article-card{padding:0;overflow:hidden}.article-image{width:100%;aspect-ratio:2/1;position:relative;border-bottom:1px solid var(--border);background:var(--bg)}.article-image img{object-fit:cover}.article-card .integration-meta,.article-card h3,.article-card p{padding:0 1.5rem}.article-card h3{margin-top:1.5rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem}.skill-category h3{font-size:1.2rem;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.skill-category ul{list-style:none;padding:0;margin:0;color:var(--text-muted);line-height:2}.case-hero{padding:6rem 0 4rem;border-bottom:1px solid var(--border);margin-bottom:4rem}.case-hero h1{max-width:900px;font-size:clamp(3rem,6vw,4.5rem);letter-spacing:-.05em;line-height:1;margin:1rem 0 1.5rem}.case-preview{width:100%;max-height:700px;object-fit:cover;border:1px solid var(--border);border-radius:12px;margin-bottom:4rem}.case-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(250px,1fr);grid-gap:6rem;gap:6rem;padding-bottom:6rem}.case-content h2{margin:3rem 0 1rem;font-size:1.8rem;letter-spacing:-.03em;border-bottom:1px solid var(--border);padding-bottom:.5rem}.case-content h2:first-child{margin-top:0}.case-content li,.case-content p{color:var(--text-muted);line-height:1.7;font-size:1.05rem}.case-content ul{padding-left:1.25rem;margin-bottom:2rem}.case-content li{margin-bottom:.5rem}.case-aside{position:-webkit-sticky;position:sticky;top:100px;align-self:start}.case-aside h2{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text);border-bottom:1px solid var(--border);padding-bottom:.5rem;margin-bottom:1rem}.case-aside ul{padding:0;list-style:none;line-height:2;font-size:.95rem;margin-bottom:2rem}.case-aside ul,.footer{color:var(--text-muted)}.footer{padding:4rem 0;border-top:1px solid var(--border);font-size:.9rem;text-align:center}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;z-index:100;background:var(--bg-card);padding:.75rem;border:1px solid var(--border);color:var(--text)}@media (max-width:900px){.hero-layout{grid-template-columns:1fr;gap:3rem}.hero-image{aspect-ratio:16/9}.project-editorial{grid-template-columns:1fr;gap:2rem}.project-editorial:nth-child(2n) .project-visual{order:0}.case-layout{grid-template-columns:1fr;gap:4rem}.case-aside{position:static;border-top:1px solid var(--border);padding-top:2rem}}@media (max-width:760px){.desktop-nav{display:none}.mobile-menu-button{display:flex;align-items:center;justify-content:center}.mobile-nav-overlay{display:block;position:fixed;inset:0;background:rgba(10,10,10,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:55;padding-top:5rem;animation:fadeIn .2s ease-out forwards}.mobile-nav-overlay ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.mobile-nav-overlay li{border-bottom:1px solid var(--border)}.mobile-nav-link{display:block;padding:1.5rem 2rem;font-size:1.25rem;font-weight:500;color:var(--text-muted);transition:color .2s}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--accent)}.hero{padding:5rem 0 3rem}.section{padding:5rem 0}.hero-stats{gap:1.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition:none!important;animation:none!important}}.project-media-section{margin-bottom:4rem;width:100%}.media-brand-container{padding:4rem 2rem;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;display:flex;justify-content:center;align-items:center;min-height:400px}.brand-wrapper{max-width:400px;width:100%}.brand-wrapper,.media-phone-grid{display:flex;justify-content:center}.media-phone-grid{flex-wrap:wrap;gap:2rem;align-items:stretch}.phone-wrapper{flex:1 1 300px;max-width:380px;aspect-ratio:9/19.5;background:var(--bg-card);border:1px solid var(--border);border-radius:24px;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:1.5rem}.phone-wrapper img{width:100%;height:100%;object-fit:contain;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.2)}.media-editorial-container{display:flex;flex-direction:column;gap:4rem}.editorial-hero{width:100%;aspect-ratio:16/9;background:var(--bg-card);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.editorial-hero img{width:100%;height:auto;object-fit:cover}.media-editorial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:2rem;gap:2rem}.editorial-item{display:flex;flex-direction:column;gap:1rem}.editorial-item-visual{aspect-ratio:16/10;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.editorial-item-visual img{width:100%;height:auto;object-fit:cover}.editorial-item .caption{color:var(--text-muted);font-size:.9rem;text-align:center;margin:0}@media (max-width:760px){.phone-wrapper{aspect-ratio:auto;min-height:500px;padding:1rem}.media-editorial-grid{grid-template-columns:1fr}}