*{box-sizing:border-box;margin:0;padding:0}html{font-family:system-ui,-apple-system,sans-serif;line-height:1.6;color:#1a1a1a;background:#fafafa}body{max-width:1200px;margin:0 auto;padding:2rem}header nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}header nav>a{font-weight:700;font-size:1.5rem;text-decoration:none;color:inherit;text-transform:uppercase}header nav ul{display:flex;gap:2rem;list-style:none}header nav ul a{text-decoration:none;color:#666}header nav ul a:hover{color:#1a1a1a}main{min-height:60vh}h1{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}h2{font-size:1.1rem;font-weight:600;margin-bottom:1rem}h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.work-section{margin-bottom:2rem}p{max-width:65ch;margin-bottom:1rem}a{color:#1a1a1a}a:hover{color:#666}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:.5rem}.gallery a{display:block}.gallery img{width:100%;height:auto;display:block;cursor:pointer}.gallery-2x2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.5rem}.gallery-2x2 a{display:block}.gallery-2x2 img{width:100%;height:auto;display:block;cursor:pointer}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s}.lightbox:target{opacity:1;visibility:visible}.lightbox img{max-width:90vw;max-height:90vh;object-fit:contain}.lightbox .close{position:absolute;top:2rem;right:2rem;color:#fff;font-size:2rem;text-decoration:none;line-height:1}.series-info{margin-bottom:2rem}.series-info .blurb{max-width:none;margin-bottom:1rem}.artist-statement{margin:2rem 0;padding-left:1.5rem;border-left:2px solid #e0e0e0;font-style:italic;color:#444}.artist-statement p{max-width:none}.specs{color:#666;font-size:.9rem;margin-top:2rem}.warning{color:#666;font-size:.9rem;font-style:italic}.hint{color:#666;font-size:.9rem;margin-bottom:.5rem}.back-link{color:#666;font-size:.9rem;margin-top:1rem;margin-bottom:0}.back-link a{color:#666}.site-credit{color:#999;font-size:.85rem;margin-top:2rem;max-width:none}.booklet-link{margin-top:2rem}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.process-grid img{width:100%;height:auto;display:block}.project-logo{max-width:350px;width:100%;height:auto;margin-bottom:1.5rem}.album-section{margin:3rem 0}.album-section h2{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.album-layout{display:grid;grid-template-columns:3fr 1fr;align-items:stretch;gap:.5rem;margin-bottom:2rem;max-width:800px}.series-info>.album-layout{max-width:400px}.album-layout .album-cover{width:100%;aspect-ratio:1 / 1;object-fit:cover}.cassette-stack{display:grid;grid-template-rows:repeat(3,1fr);gap:0}.cassette-stack img{width:100%;height:100%;min-height:0;object-fit:cover}.cassette-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:800px;margin-bottom:2rem}.cassette-grid img{width:100%;height:auto}.hero{margin-bottom:2rem}.hero img{width:100%;max-height:65vh;object-fit:cover;object-position:center 30%;display:block}.hero-fullbleed{margin:-2rem -2rem 1rem;width:calc(100% + 4rem)}.hero-fullbleed img{width:100%;height:auto;aspect-ratio:16/9;max-height:45vh;object-fit:cover;object-position:center 30%;display:block}.home-intro{padding:.5rem 0}.practice-statement{max-width:none;margin:0 0 1rem}.cta-button{display:inline-block;padding:.75rem 2rem;background:#1a1a1a;color:#fff;text-decoration:none;font-weight:500;transition:background .2s}.cta-button:hover{background:#333;color:#fff}.hero-small img{max-height:24vh}.hero-full img{max-height:none;object-fit:contain}.work-catalog{display:flex;flex-direction:column;gap:2rem}.work-entry{display:flex;gap:1.5rem;text-decoration:none;color:inherit}.work-entry:hover{opacity:.8}.work-entry img,.work-entry video{width:200px;height:150px;object-fit:cover;flex-shrink:0}.work-entry-info{display:flex;flex-direction:column}.work-entry-info .hint{margin-top:auto}.work-entry-info h2{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.work-entry-info p{color:#666;font-size:.95rem;max-width:none}.work-entry-placeholder{width:200px;height:150px;background:#e0e0e0;flex-shrink:0}.video-embed{margin:2rem 0}.video-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:.5rem}.video-thumb{display:block;cursor:pointer}.video-thumb video{width:100%;height:auto;display:block;pointer-events:none}.video-lightbox{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s;z-index:1000}.video-lightbox:target{opacity:1;visibility:visible}.video-lightbox video{max-width:90vw;max-height:90vh}.video-lightbox .close{position:absolute;top:2rem;right:2rem;color:#fff;font-size:2rem;text-decoration:none;line-height:1}.about-content{max-width:65ch}.about-layout{display:flex;flex-direction:column;gap:2rem}.about-layout p{flex:1;max-width:none}.about-photo{width:280px;height:auto}.contact-layout{display:flex;gap:3rem;align-items:flex-start}.contact-content{flex:1}.contact-image{flex:0 0 300px}.contact-image img{width:100%;height:400px;object-fit:cover}.contact-form{display:flex;flex-direction:column;gap:.5rem;max-width:65ch;margin-bottom:2rem}.contact-form label{font-size:.9rem;color:#666;margin-top:.5rem}.contact-form input[type=text],.contact-form input[type=email],.contact-form textarea{width:100%;padding:.6rem .75rem;border:1px solid #e0e0e0;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;color:#1a1a1a;background:#fff;transition:border-color .2s}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#999}.contact-form textarea{resize:vertical}.contact-form .cta-button{align-self:flex-start;margin-top:.5rem;border:none;cursor:pointer;font-size:1rem}.botcheck{display:none}.form-feedback p{max-width:65ch}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none}.social-link svg{width:24px;height:24px}footer{margin-top:3rem;padding-top:1rem;border-top:1px solid #e0e0e0;color:#666;font-size:.9rem;text-transform:uppercase}.nav-toggle{display:none}.nav-toggle-label{display:none;cursor:pointer;padding:.5rem}.nav-toggle-label span,.nav-toggle-label span:before,.nav-toggle-label span:after{display:block;background:#1a1a1a;height:2px;width:24px;position:relative;transition:all .3s}.nav-toggle-label span:before,.nav-toggle-label span:after{content:"";position:absolute}.nav-toggle-label span:before{top:-7px}.nav-toggle-label span:after{top:7px}.nav-toggle:checked+.nav-toggle-label span{background:transparent}.nav-toggle:checked+.nav-toggle-label span:before{transform:rotate(45deg);top:0}.nav-toggle:checked+.nav-toggle-label span:after{transform:rotate(-45deg);top:0}@media(max-width:599px){.nav-toggle-label{display:block}header nav ul{position:absolute;top:100%;left:0;right:0;background:#fafafa;flex-direction:column;gap:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s;border-bottom:1px solid #e0e0e0;z-index:100}header nav{position:relative}header nav ul li{border-top:1px solid #e0e0e0}header nav ul a{display:block;padding:1rem}.nav-toggle:checked~ul{max-height:300px}}@media(max-width:767px){body{padding:1rem}.hero-fullbleed{margin:-1rem -1rem 1rem;width:calc(100% + 2rem)}.hero-fullbleed img{aspect-ratio:4/3}.gallery,.video-grid,.process-grid{grid-template-columns:repeat(2,1fr)}.work-entry{flex-direction:column;gap:1rem}.work-entry img,.work-entry video{width:100%;height:auto;aspect-ratio:4/3}.work-entry-placeholder{width:100%;height:auto;aspect-ratio:4/3}.about-layout{flex-direction:column}.about-photo{width:180px;height:auto}.contact-layout{flex-direction:column}.contact-image{flex:0 0 auto;width:100%}.album-layout{grid-template-columns:1fr}.cassette-stack{grid-template-rows:auto;grid-template-columns:repeat(3,1fr)}.cassette-grid{grid-template-columns:repeat(2,1fr)}.lightbox .close,.video-lightbox .close{top:1rem;right:1rem}}@media(min-width:768px)and (max-width:1023px){.gallery,.video-grid,.process-grid,.cassette-grid{grid-template-columns:repeat(2,1fr)}.about-layout{flex-direction:column}.about-photo{width:160px;height:auto}}@media(max-width:479px){header nav>a{font-size:1.2rem}.gallery,.gallery-2x2,.video-grid,.process-grid,.cassette-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}
