*{box-sizing:border-box}body{margin:0;background:#f4f1eb;color:#171717;font-family:system-ui,sans-serif}.shell{width:min(1200px,calc(100% - 36px));margin:auto}header{border-bottom:1px solid #ccc}.nav{height:76px;display:flex;justify-content:space-between;align-items:center}.nav a{text-decoration:none;color:inherit}.brand{font-weight:800;letter-spacing:.18em}.intro{padding:70px 0 40px}.kicker{font-size:.75rem;font-weight:800;letter-spacing:.18em;margin-top:28px}.intro h1{font:500 clamp(3rem,8vw,7rem)/.9 Georgia,serif;margin:12px 0}.albums,.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:90px}.album{text-decoration:none;color:inherit}.album img{width:100%;aspect-ratio:4/5;object-fit:cover}.album div{display:flex;justify-content:space-between;align-items:end}.album h2{font:500 1.8rem Georgia,serif}.album span{color:#666}.photo{border:0;padding:0;aspect-ratio:4/3;overflow:hidden;cursor:zoom-in}.photo img{width:100%;height:100%;object-fit:cover}.lightbox{position:fixed;inset:0;background:#000e;display:none;align-items:center;justify-content:center;padding:60px}.lightbox.open{display:flex}.lightbox figure{margin:0;text-align:center}.lightbox img{max-width:90vw;max-height:82vh}.lightbox figcaption{color:white;margin-top:10px}.close,.prev,.next{position:absolute;border:0;background:none;color:white;font-size:3rem;cursor:pointer}.close{top:15px;right:25px}.prev{left:20px}.next{right:20px}@media(max-width:800px){.albums,.gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.albums,.gallery{grid-template-columns:1fr}}