*{box-sizing:border-box}body{margin:0;background:#faf9f6;color:#3d433c;font-family:'Avenir Next',Avenir,sans-serif;font-weight:400}a{color:inherit;text-decoration:none}header{display:flex;align-items:center;justify-content:space-between;padding:26px 4.5%}.gallery-logo img{width:72px;height:55px;object-fit:contain;mix-blend-mode:multiply}nav{display:flex;gap:28px;font-size:14px}nav a[aria-current]{border-bottom:1px solid;padding-bottom:4px}.gallery-intro{margin:30px 4.5% 65px;display:flex;align-items:baseline;gap:24px;flex-wrap:wrap}.gallery-intro p{font-size:10px;letter-spacing:2px}.gallery-intro h1{font:400 40px 'Playfair Display',serif;margin:0}.gallery-intro a{margin-left:auto;font-size:12px}.photo-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:80px 7%;padding:0 4.5% 100px;align-items:start}.photo-gallery figure{margin:0}.photo-gallery figure:nth-child(3n+1){padding-top:70px}.photo-gallery figure:nth-child(3n+2){padding-top:15px}.photo-gallery figure:nth-child(3n){padding-top:0}.photo-gallery img{display:block;width:100%;height:auto}.photo-gallery figure:nth-child(6n+2){width:110%;margin-left:-5%}.photo-gallery figure:nth-child(6n+4){width:110%}footer{display:flex;justify-content:space-between;margin:0 4.5%;padding:45px 0;border-top:1px solid #dcded6;font-size:13px}@media(max-width:700px){header{padding:20px 6%}nav{gap:16px;font-size:12px}.gallery-intro{margin:30px 6% 40px;gap:14px}.gallery-intro a{margin-left:0;width:100%}.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:35px 6%;padding:0 6% 65px}.photo-gallery figure:nth-child(n){width:100%;margin:0;padding-top:0}.photo-gallery figure:nth-child(even){padding-top:45px}}@media(max-width:420px){.photo-gallery{grid-template-columns:1fr;gap:35px}.photo-gallery figure:nth-child(n){padding:0}.gallery-logo img{width:50px}footer{gap:20px;font-size:11px}}
