.site-header{background:var(--bg-works);padding-top:28px}.site-header--transparent{background:transparent}.header-inner{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px}.logo{font-size:1.25rem;font-weight:800;letter-spacing:.01em}.site-nav{display:flex;gap:36px}.site-nav a{font-size:.95rem;color:var(--text-primary);transition:color .2s ease}.site-nav a:hover,.site-nav a.active{color:var(--accent)}.header-rule{border:none;border-top:1px solid var(--rule)}@media(max-width:480px){.header-inner{flex-direction:column;gap:14px}}.social-links{display:flex;gap:18px}.social{width:42px;height:42px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s ease,opacity .2s ease}.social:hover{transform:translateY(-3px);opacity:.88}.social svg{width:22px;height:22px}.social.linkedin{background:#0a66c2}.social.pinterest{background:#e60023}.social.behance{background:#1769ff}.social.dribbble{background:#ea4c89}.site-footer{background:var(--bg-dark);padding:72px 0 60px}.footer-inner{display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center}.footer-cta{font-size:1.05rem;font-weight:500}.footer-contact{font-size:.82rem;color:var(--text-muted)}.footer-contact a:hover{color:var(--accent)}.explore-more{background:var(--bg-card-alt);border-radius:var(--radius-card);padding:40px 44px;margin-top:90px;overflow:hidden}.explore-more-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.explore-more-title{color:var(--accent);font-size:clamp(1.4rem,2.4vw,2rem);font-weight:800}.explore-more-view-all{display:flex;align-items:center;gap:6px;flex-shrink:0;font-size:.9rem;font-weight:600;color:var(--text-secondary);transition:color .2s ease}.explore-more-view-all svg{transition:transform .2s ease}.explore-more-view-all:hover{color:var(--accent)}.explore-more-view-all:hover svg{transform:translate(2px,-2px)}.explore-more-row-wrap{position:relative}.explore-more-row{display:flex;gap:24px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-bottom:2px}.explore-more-row::-webkit-scrollbar{display:none}.explore-card{flex:0 0 240px}.explore-card-button{border:none;background:none;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.explore-card-image{position:relative;border-radius:var(--radius-thumb);overflow:hidden;aspect-ratio:239 / 182;background:#0a0a0a}.explore-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.explore-card:hover .explore-card-image img{transform:scale(1.04)}.explore-card-overlay{position:absolute;left:0;right:0;bottom:0;background:#1b1b1be0;padding:12px 14px}.explore-card-overlay h3{font-size:.95rem;font-weight:600;color:var(--text-primary)}.explore-card-overlay p{font-size:.78rem;color:var(--text-muted);margin-top:2px}.explore-more-fade{position:absolute;top:0;right:0;bottom:2px;width:120px;background:linear-gradient(to left,var(--bg-card-alt),transparent);pointer-events:none}.explore-more-fade-left{right:auto;left:0;background:linear-gradient(to right,var(--bg-card-alt),transparent);opacity:0;transition:opacity .2s ease}.explore-more-fade-left.is-visible{opacity:1}.explore-more-arrow{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:none;background:#ffffff1f;color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease,opacity .2s ease}.explore-more-arrow:hover{background:var(--accent);transform:translateY(-50%) scale(1.06)}.explore-more-arrow-left{right:auto;left:8px;opacity:0;pointer-events:none}.explore-more-arrow-left.is-visible{opacity:1;pointer-events:auto}.explore-more-arrow-left:hover{transform:translateY(-50%) scale(1.06)}@media(max-width:640px){.explore-more{padding:28px 20px}.explore-more-header{flex-wrap:wrap}.explore-more-fade{width:60px}}.work-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000bf;overflow-y:auto;cursor:zoom-out;padding:90px 0 60px}.work-modal-close{position:fixed;top:24px;right:24px;z-index:210;width:48px;height:48px;border:none;border-radius:50%;background:#ffffff1f;color:var(--text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.work-modal-close:hover{background:var(--accent);transform:scale(1.06)}.work-modal-content{position:relative;cursor:default;background:var(--bg-works);border-radius:var(--radius-card);padding:48px 44px 56px}.work-modal-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;text-align:center;text-transform:uppercase;letter-spacing:.02em;margin-bottom:32px}.work-modal-images{display:flex;flex-direction:column;gap:24px}.work-modal-images img{width:100%;display:block;border-radius:var(--radius-thumb)}.work-modal-content .explore-more{margin-top:64px}@media(max-width:640px){.work-modal-backdrop{padding:76px 0 40px}.work-modal-content{padding:32px 20px 40px}.work-modal-close{top:16px;right:16px}}.dot-pattern-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block;pointer-events:none}.hero-band{position:relative;overflow:hidden;background:var(--bg-dark)}.hero-band-content{position:relative;z-index:1}.hero{padding:56px 0 0}.hero-greeting{font-size:1.6rem;font-weight:500;margin-bottom:20px}.hero-headline{font-size:clamp(1.75rem,4.2vw,2.9rem);font-weight:800;line-height:1.25;max-width:21ch;margin-bottom:22px}.hero-tagline{font-size:1rem;color:var(--text-secondary)}.scroll-cue{display:flex;justify-content:center;padding:110px 0 60px;color:var(--text-primary);transition:color .2s ease}.scroll-cue:hover{color:var(--accent)}.scroll-cue svg{animation:bob 2.2s ease-in-out infinite}@keyframes bob{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}@media(max-width:720px){.hero{padding-top:36px}.scroll-cue{padding:70px 0 44px}}.work-card{display:block;width:100%;border:none;font:inherit;color:inherit;text-align:left;cursor:pointer;background:var(--bg-card);border-radius:var(--radius-card);padding:14px 14px 12px;transition:transform .25s ease,box-shadow .25s ease}.work-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px #00000073}.work-thumb{border-radius:var(--radius-thumb);overflow:hidden;aspect-ratio:16 / 9.4;background:#0a0a0a}.work-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.work-card:hover .work-thumb img{transform:scale(1.035)}.work-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:14px 4px 4px}.work-text h3{font-size:.95rem;font-weight:600}.work-text p{font-size:.8rem;color:var(--text-muted);margin-top:2px}.work-year{font-size:.72rem;color:var(--text-secondary);background:var(--badge-bg);border-radius:6px;padding:3px 10px;white-space:nowrap}.works-section+.works-section{margin-top:90px}.section-heading h2{font-size:1.05rem;font-weight:500;color:var(--text-muted);margin-bottom:12px}.section-heading hr{border:none;border-top:1px solid var(--rule);margin-bottom:34px}.works-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:34px 40px}@media(max-width:720px){.works-grid{grid-template-columns:1fr}}.works-band{background:var(--bg-works);padding:56px 0 110px}.page{background:var(--bg-works);padding:64px 0 110px;min-height:50vh}.page-title{font-size:2rem;font-weight:800;margin-bottom:40px}.page-placeholder{color:var(--text-muted)}.about-content{display:flex;align-items:center;gap:48px;flex-wrap:wrap}.about-text{flex:1 1 420px;max-width:520px}.about-heading{color:var(--accent);font-size:2.25rem;font-weight:600;margin-bottom:24px}.about-bio{font-size:1rem;line-height:1.5;color:var(--text-primary);-webkit-hyphens:none;hyphens:none}.about-photo{flex:1 1 360px;max-width:439px;margin-left:auto}.about-photo img{width:100%;aspect-ratio:439 / 313;object-fit:cover;border-radius:20px}@media(max-width:900px){.about-content{flex-direction:column-reverse;justify-content:flex-start}.about-text,.about-photo{flex:none;width:100%;max-width:100%;margin-left:0}}.work-hero-title{font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:800;line-height:1.25;max-width:40ch;margin-bottom:32px}.work-hero-image{border-radius:var(--radius-card);overflow:hidden;aspect-ratio:954 / 431}.work-hero-image img{width:100%;height:100%;object-fit:cover}.content-section{margin-top:90px}.content-section-title{font-size:clamp(1.5rem,2.6vw,2.25rem);font-weight:600;margin-bottom:24px}.content-section-body{color:var(--text-secondary);line-height:1.6}.content-section-body p+p{margin-top:16px}.content-section-grid{display:grid;grid-template-columns:1fr 340px;gap:40px;align-items:start}@media(max-width:780px){.content-section-grid{grid-template-columns:1fr}}.contributions-card{background:var(--bg-card-alt);border-radius:var(--radius-card);padding:24px 28px}.contributions-card-title{font-size:1.2rem;font-weight:600;margin-bottom:20px}.contributions-list{list-style:none}.contributions-item{display:flex;align-items:center;gap:14px;padding:14px 0;font-size:.95rem;color:var(--text-primary);border-top:1px solid var(--rule)}.contributions-item:first-child{border-top:none;padding-top:0}.contributions-item:last-child{padding-bottom:0}.contributions-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:var(--badge-bg);color:var(--accent);flex-shrink:0}.scrollable-frame{height:var(--frame-height);border-radius:var(--radius-card);overflow:hidden;background:var(--bg-card);border:1px solid var(--rule)}.scrollable-frame-inner{height:100%;overflow-y:auto;padding:0 var(--frame-padding, 0);scrollbar-width:thin;scrollbar-color:var(--rule) transparent}.scrollable-frame-inner::-webkit-scrollbar{width:8px}.scrollable-frame-inner::-webkit-scrollbar-track{background:transparent}.scrollable-frame-inner::-webkit-scrollbar-thumb{background:var(--rule);border-radius:8px}.scrollable-frame-inner img{width:100%;display:block}.media-placeholder{height:100%;min-height:220px;display:flex;align-items:center;justify-content:center;background:repeating-linear-gradient(135deg,rgba(255,255,255,.03),rgba(255,255,255,.03) 10px,transparent 10px,transparent 20px);color:var(--text-muted);font-size:.9rem}.figma-embed-frame{height:var(--frame-height);border-radius:var(--radius-card);overflow:hidden;background:var(--bg-card);border:1px solid var(--rule)}.figma-embed-frame-iframe{width:100%;height:100%;border:none;display:block}@media(max-width:720px){.research-images{grid-template-columns:1fr}}.research-images{margin-top:24px;display:grid;grid-template-columns:1.6fr 1fr;gap:20px}.research-images img{width:100%;height:100%;border-radius:var(--radius-card);object-fit:cover}.problem-images{display:grid;grid-template-columns:3fr 1fr;gap:20px;align-items:start}.problem-images img{width:100%;height:auto;display:block;border-radius:var(--radius-card)}@media(max-width:720px){.research-images,.problem-images{grid-template-columns:1fr}}.work-page{padding:48px 0 120px}.section-image{margin-top:24px}.section-image img{width:100%;border-radius:var(--radius-card);object-fit:cover}.the-brand{margin-bottom:30px}:root{--bg-dark: #111111;--bg-works: #1c1c1c;--bg-card: #121212;--bg-card-alt: #2b2b2b;--text-primary: #f5f5f5;--text-secondary: #b9b9b9;--text-muted: #8a8a8a;--accent: #f28c38;--rule: rgba(255, 255, 255, .14);--badge-bg: rgba(255, 255, 255, .1);--radius-card: 14px;--radius-thumb: 10px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-works);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.5}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1080px,100% - 48px);margin-inline:auto}.accent{color:var(--accent)}
