:root{--bg:#000;--ink:#f4f4f2;--muted:#b9c0c7;--blue:#0b2239;--blue2:#123b5d;--line:#263746;--accent:#d7dde3}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#000;color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.55}.landing{background:#000}a{color:inherit}.topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;padding:16px clamp(20px,4vw,64px);background:rgba(0,0,0,.9);border-bottom:1px solid #26323c;position:relative;z-index:5}.brand{text-decoration:none;font-weight:800;letter-spacing:.18em;font-size:18px}.brand small{display:block;font-size:9px;letter-spacing:.42em;color:#b8c0c8;margin-top:3px}.nav{display:flex;gap:20px;flex-wrap:wrap;justify-content:flex-end}.nav a{text-decoration:none;font-size:12px;letter-spacing:.08em;color:#d6dce2}.landing-hero{position:relative;height:min(68vw,690px);min-height:460px;overflow:hidden;background:#000}.landing-hero img{width:100%;height:100%;object-fit:cover;object-position:center 48%;display:block}.landing-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.68),rgba(0,0,0,.10) 56%,rgba(0,0,0,.20)),linear-gradient(0deg,#000 0%,rgba(0,0,0,.96) 5%,rgba(0,0,0,.72) 13%,rgba(0,0,0,.22) 29%,transparent 46%)}.landing-hero-copy{position:absolute;left:clamp(24px,7vw,110px);bottom:clamp(34px,7vw,90px);z-index:2;max-width:720px}.eyebrow{letter-spacing:.2em;text-transform:uppercase;font-size:12px;font-weight:700;color:#c5d5e4}.landing-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(54px,9vw,128px);line-height:.86;margin:8px 0 16px;font-weight:400}.landing-hero-copy>p:last-child{font-family:Georgia,'Times New Roman',serif;font-size:clamp(20px,2.5vw,34px);margin:0}.landing-intro{max-width:1040px;margin:auto;padding:58px 28px 84px;text-align:center}.landing-intro h2,.landing-copy h2,.gallery-header h1{font-family:Georgia,'Times New Roman',serif;font-weight:400}.landing-intro h2{font-size:clamp(32px,4vw,52px);margin:0 0 22px}.landing-intro p{color:#d2d8dd;font-size:18px}.landing-category{max-width:1540px;margin:0 auto 100px;padding:0 28px;display:grid;grid-template-columns:minmax(290px,330px) minmax(0,1080px);gap:52px;align-items:center;justify-content:center}.landing-copy h2{font-size:clamp(34px,4vw,54px);line-height:1.03;margin:8px 0 18px}.landing-copy p{color:#c5ccd3}.button{display:inline-block;margin-top:15px;padding:12px 18px;border:1px solid #7f94a7;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:11px}.landing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,354px));gap:9px;justify-content:end}.landing-grid a{aspect-ratio:3/2;overflow:hidden;background:#000}.landing-grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.landing-grid a:hover img{transform:scale(1.025)}.gallery-page{background:#000}.breadcrumbs{max-width:1500px;margin:auto;padding:22px 28px 0;color:#777;font-size:12px}.breadcrumbs a{color:#aaa;text-decoration:none}.gallery-header{max-width:1100px;margin:0 auto;text-align:center;padding:48px 28px 50px}.gallery-header h1{font-size:clamp(38px,6vw,70px);line-height:1.02;margin:8px 0 20px}.gallery-header>p:last-child{color:#aaa;font-size:17px;max-width:820px;margin:0 auto}.justified-gallery {
  width: 100%;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: flex-start;
}.gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #111;
  flex: 0 0 auto;
}.gallery-link {
  display: block;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
}.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s, filter 0.25s;
}.gallery-item figcaption{display:none}.backlink{text-align:center;padding:60px 20px 80px}.backlink a{text-decoration:none;color:#bbb}.footer{text-align:center;color:#707070;font-size:12px;padding:26px;border-top:1px solid #202020;background:#050505}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.96);z-index:100;display:none;align-items:center;justify-content:center}.lightbox.open{display:flex}.lightbox-stage{max-width:90vw;max-height:92vh;text-align:center}.lightbox-stage img{max-width:90vw;max-height:80vh;object-fit:contain}.lightbox-caption{max-width:1000px;margin:14px auto 0;color:#ddd;font-size:14px}.lightbox button{position:absolute;background:none;border:0;color:white;font-size:54px;cursor:pointer}.lightbox-close{right:24px;top:12px}.lightbox-prev{left:18px;top:48%}.lightbox-next{right:18px;top:48%}@media(max-width:1180px){.landing-category{max-width:1100px;grid-template-columns:minmax(250px,300px) minmax(0,1fr);gap:36px}.landing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.topbar{align-items:flex-start;gap:16px}.nav{gap:10px}.landing-category{grid-template-columns:1fr;gap:25px}.landing-grid{grid-template-columns:repeat(3,1fr);justify-content:stretch}}@media(max-width:620px){.topbar{display:block}.nav{margin-top:14px;justify-content:flex-start}.landing-hero{height:64vh}.landing-grid{grid-template-columns:repeat(2,1fr)}.lightbox-prev,.lightbox-next{font-size:38px}.landing-intro{padding-top:50px}}
.date-divider{flex:0 0 100%;width:100%;padding:34px 18px 12px;margin-top:14px;border-bottom:1px solid #222;color:#aeb8c2;font-family:Georgia,'Times New Roman',serif;font-size:22px;letter-spacing:.03em}.date-divider span{display:inline-block}.gallery-page .date-divider:first-child{margin-top:0;padding-top:4px}@media(max-width:620px){.date-divider{font-size:18px;padding-left:10px}}
