body.photography{background-color:#0a0a0a;color:#e0e0e0;min-height:100vh;display:flex;flex-direction:column}body.photography main{flex:1;display:flex;flex-direction:column;position:relative;padding-bottom:2.5rem}body.photography .slideshow{flex:1;display:flex;flex-direction:column}body.photography .slide.active{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden}body.photography .slide img{max-height:calc(100vh - 10rem);max-width:100%;width:auto;height:auto;object-fit:contain}body.photography .slideshow-controls{position:absolute;bottom:0.25rem;left:0;right:0}body.photography header{border-bottom-color:#333}body.photography nav a{color:#b0b0b0}body.photography nav a:hover{color:#ffffff}body.photography a{color:#b0b0b0}body.photography a:hover{color:#ffffff}body.photography footer{border-top:none;color:#888}body.photography footer a{color:#888}body.photography figcaption,body.photography .bg-caption{color:#aaa}body.photography h1,body.photography h2,body.photography h3{color:#e8e8e8}body.photography h1{text-align:center}.slideshow{text-align:center;margin:2rem 0}.slide{display:none}.slide.active{display:block}.slide img{max-width:100%;height:auto}.slide-caption{font-size:0.9em;color:#aaa;margin-top:0.5rem}.slideshow-controls{margin-top:1rem;display:flex;flex-wrap:nowrap;justify-content:center;align-items:baseline;gap:0.3rem}.slide-btn{background:#333;border:none;color:#ccc;font-size:0.9rem;padding:0.25rem 0.5rem;cursor:pointer;border-radius:3px;transition:background 0.2s,color 0.2s;line-height:1}.slide-btn:hover{background:#444;color:#fff}.slide-counter{color:#888;font-size:0.85rem;min-width:3rem;text-align:center}