*{box-sizing:border-box}html,body{margin:0;padding:0;background:#fff;color:#111;font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif}header{position:fixed;top:0;right:0;padding:22px 28px;z-index:5}header a{color:#111;text-decoration:none;font-size:11px;letter-spacing:.08em}.hero{text-align:center;padding:90px 20px 55px}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:64px;font-weight:400;letter-spacing:-.05em;margin:0 0 18px}.categories{display:flex;justify-content:center;gap:38px}.categories button{border:0;background:none;padding:0;font-size:9px;letter-spacing:.18em;cursor:pointer}.gallery{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:8px;gap:8px;padding:10px 12px 40px}.photo-card{border:0;background:none;padding:0;overflow:hidden;cursor:pointer;display:block}.photo-card img{width:100%;height:100%;display:block;object-fit:cover}.viewer{position:fixed;inset:0;background:rgba(255,255,255,.96);display:none;align-items:center;justify-content:center;z-index:20}.viewer.open{display:flex}.viewer img{max-width:88vw;max-height:88vh;object-fit:contain}.viewer button{position:absolute;border:0;background:none;font-size:28px;cursor:pointer}.viewer-close{top:22px;right:28px}.viewer-prev{left:24px;top:50%;transform:translateY(-50%)}.viewer-next{right:24px;top:50%;transform:translateY(-50%)}@media(max-width:700px){.hero{padding-top:75px}.hero h1{font-size:48px}.gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.viewer img{max-width:94vw;max-height:82vh}header{padding:18px 20px}}