*{box-sizing:border-box}html,body{margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%}body{background:#fff;color:#000;font-family:'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;font-weight:500;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor}a:hover{opacity:0.6}h1,h2,h3,h4,h5,h6{font-family:'Barlow Condensed', 'Inter', sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.02em;line-height:1.1;margin:0 0 0.6em}p{margin:0 0 1em;max-width:64ch}img,video{max-width:100%;height:auto;display:block}.site-header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:1.5rem;padding:2rem 1.5rem 1rem;border-bottom:1px solid #000}.site-wordmark{border:0;display:inline-flex;align-items:center}.site-wordmark img{height:clamp(2.25rem, 4vw, 3.25rem);width:auto;display:block}.site-nav{display:flex;gap:1.25rem;align-items:center;font-family:'Barlow Condensed', sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.site-nav a{border:0}.lang-switch{display:inline-flex;gap:0.4rem;margin-left:1rem;font-size:0.85em}.lang-switch span[aria-current]{opacity:0.5}.lang-switch a{border:0;text-decoration:underline}main{padding:2.5rem 1.5rem 4rem;max-width:1280px;margin:0 auto}.section-heading,.page-title{font-size:clamp(1.4rem, 2.5vw, 2rem);margin-top:2.5rem}.page-about main{padding:0;max-width:none}.about-hero{position:relative;min-height:calc(100vh - 6rem);background:#000;color:#fff;display:flex;align-items:center;overflow:hidden}.about-hero::after{content:'';position:absolute;inset:0;background:linear-gradient(to right, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.45) 40%, rgba(0,0,0,0) 70%);pointer-events:none;z-index:1}.about-hero-image{position:absolute;inset:0;z-index:0}.about-hero-image img{width:100%;height:100%;object-fit:cover;object-position:70% center}.about-hero-content{position:relative;z-index:2;max-width:38rem;padding:4rem 1.5rem;margin-left:clamp(1rem, 6vw, 5rem)}.about-hero-content p{color:#fff;max-width:32rem}.about-hero-title{font-size:clamp(2.5rem, 6vw, 4rem);margin-bottom:1.5rem;color:#fff}@media (max-width: 700px){.about-hero{min-height:80vh}.about-hero::after{background:linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.85) 70%)}.about-hero-image img{object-position:center 30%}.about-hero-content{margin-left:0;align-self:flex-end;padding-bottom:3rem}}.is-home main{padding-top:1.5rem}.hero{padding:4rem 0 3rem}.hero-title{font-family:'Caveat', cursive;font-size:clamp(3rem, 10vw, 6rem);font-weight:400;text-transform:none;letter-spacing:-0.01em}.about-body{max-width:64ch}.work-grid{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;grid-template-columns:repeat(auto-fill, minmax(260px, 1fr));gap:1.5rem}.work-card a{display:block;border:0}.work-card img{aspect-ratio:4 / 5;object-fit:cover;object-position:center 20%;width:100%}.work-card .work-card-title{display:block;margin-top:0.6rem;font-family:'Barlow Condensed', sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.project-hero{display:block;border:0;cursor:zoom-in}.project-hero:hover{opacity:1}.project-hero img{width:100%;max-height:80vh;object-fit:cover}.project-intro{margin:3rem 0 2rem;max-width:64ch}.project-title{font-size:clamp(2rem, 5vw, 3.5rem);margin-bottom:1.5rem}.project-statement p{margin-bottom:1em}.project-credit{margin-top:1.5rem;font-family:'Barlow Condensed', sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;font-size:0.85em;color:#666}.project-credit .project-credit-name{color:#000}.project-credit .project-credit-links{margin-left:0.6em}.project-credit .project-credit-links a{border-bottom-width:1px}.project-gallery{list-style:none;padding:0;margin:2.5rem 0 0;display:grid;grid-template-columns:repeat(auto-fill, minmax(280px, 1fr));gap:1rem}.project-gallery-item{position:relative}.project-gallery-item a{display:block;border:0;cursor:zoom-in;aspect-ratio:4 / 5}.project-gallery-item a:hover{opacity:1}.project-gallery-item img{width:100%;height:100%;object-fit:cover;transition:opacity 0.2s ease}.project-gallery-item a:hover img{opacity:0.85}.project-gallery-video a{position:relative;display:block}.project-gallery-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:3rem;line-height:1;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,0.5);pointer-events:none;transition:transform 0.2s ease}.project-gallery-video a:hover .project-gallery-play{transform:scale(1.1)}.pswp__video-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.pswp__video-wrap video{max-width:100%;max-height:100%;background:#000}.translation-pending{margin:0 0 2rem;padding:0.9rem 1.1rem;border-left:3px solid #000;background:rgba(0,0,0,0.04);font-style:italic;max-width:64ch}.form-banner{margin:1.5rem 0 0;padding:0.9rem 1rem;border:1px solid #000;font-family:'Barlow Condensed', sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.form-banner.is-success{background:#000;color:#fff}.form-banner.is-error{background:#fff;color:#000;border-style:dashed}.contact-form{display:grid;gap:1.25rem;max-width:64ch;margin:2rem 0}.form-row{display:flex;flex-direction:column;gap:0.4rem;margin:0;max-width:none}.form-row label{font-family:'Barlow Condensed', sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;font-size:0.85em}.form-row input,.form-row textarea{font:inherit;color:inherit;background:transparent;border:1px solid #000;padding:0.6rem 0.75rem;width:100%;border-radius:0}.form-row textarea{resize:vertical;min-height:8em}.form-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.form-actions button{font:inherit;font-family:'Barlow Condensed', sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;padding:0.7rem 1.5rem;background:#000;color:#fff;border:1px solid #000;cursor:pointer}.form-actions button:hover{background:#fff;color:#000}.contact-direct{list-style:none;padding:0;margin:2rem 0 0;display:flex;flex-wrap:wrap;gap:1.25rem}.site-footer{border-top:1px solid #000;padding:2rem 1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:0.9em}.site-footer a{border:0;text-decoration:underline}.site-footer p{margin:0}.site-footer .footer-meta{color:#666}.site-footer .footer-legal{display:inline-flex;gap:0.4rem;align-items:center}
