.home{display:flex;flex-direction:column;gap:80px}.hero__name{font-size:36px;font-weight:600;margin-bottom:12px}.hero__title{font-size:20px;font-weight:400;color:var(--color-muted);margin-bottom:24px}.hero__description{font-size:18px;max-width:720px;line-height:1.7}.philosophy h3{font-size:20px;margin-bottom:20px}.philosophy ul{padding-left:20px;line-height:1.8}.cta p{font-size:16px}.cta a{font-weight:500}.cta a:hover{opacity:.7}.about{display:flex;flex-direction:column;gap:3.75rem}.about h1{font-size:2rem;margin-bottom:1.25rem}.about h2{font-size:1.25rem;margin-bottom:1rem}.about p{max-width:45rem;line-height:1.7}.about ul{padding-left:1.25rem;line-height:1.8}.work{display:flex;flex-direction:column;gap:3.75rem}.work h1{font-size:2rem;margin-bottom:1.25rem}.work h2{font-size:1.25rem;margin-bottom:1rem}.work p{max-width:45rem;line-height:1.7}.work__area{display:flex;flex-direction:column;gap:.75rem}.work__cta a{font-weight:500}.work__cta a:hover{opacity:.7}.contact{display:flex;flex-direction:column;gap:3.75rem}.contact h1{font-size:2rem;margin-bottom:1.25rem}.contact p{max-width:45rem;line-height:1.7}.contact__details ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.contact__details a{font-weight:500}.contact__details a:hover{opacity:.7}:root{--color-bg: #fff;--color-surface: #fafafa;--color-text: #111;--color-muted: #555;--color-border: #e5e5e5;--color-accent: #111}[data-theme=dark]{--color-bg: #0f172a;--color-surface: #1e293b;--color-text: #f1f5f9;--color-muted: #94a3b8;--color-border: #334155;--color-accent: #fff}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6}h1,h2,h3{margin:0}section{max-width:900px}a{color:inherit;text-decoration:none}a:hover{opacity:.6}.container{width:100%;max-width:64rem;margin:0 auto;padding:0 1.5rem}.page{padding-top:6rem;padding-bottom:4rem}.header{position:fixed;top:0;width:100%;background:var(--color-bg);border-bottom:.0625rem solid var(--color-border);z-index:1000}.header__inner{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.header__brand{font-size:1.125rem;font-weight:600}.brand-link{text-decoration:none;color:var(--color-text)}.header__nav{display:flex;gap:2rem}.nav-link{text-decoration:none;color:var(--color-muted);font-size:.95rem;font-weight:500;transition:color .2s ease}.nav-link:hover{color:var(--color-text)}.nav-link.active{color:var(--color-text);position:relative}.nav-link.active:after{content:"";position:absolute;left:0;bottom:-.375rem;width:100%;height:.125rem;background:var(--color-bg)}.header__right{display:flex;align-items:center;gap:2rem}.theme-toggle{border:.0625rem solid var(--color-border);padding:.4rem .8rem;border-radius:.375rem;font-size:.875rem;cursor:pointer;color:var(--color-text);background:var(--color-surface);transition:background .2s ease,color .2s ease}.theme-toggle:hover{opacity:.8}@media(max-width:64rem){.container{padding:0 1.25rem}}@media(max-width:48rem){.header__inner{flex-direction:column;gap:1rem}.header__nav{gap:1rem}.page{padding-top:7rem}h1{font-size:1.75rem}h2{font-size:1.125rem}p{font-size:1rem}}@media(max-width:30rem){.container{padding:0 1rem}.header__nav{flex-wrap:wrap;justify-content:center}}
