*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#112c3b;font-family:Georgia,'Times New Roman',serif;font-size:18px;line-height:1.6}a{color:inherit;text-underline-offset:7px}a:hover{color:#456875}a:focus-visible,button:focus-visible{outline:2px solid #007690;outline-offset:5px}button{font:inherit;color:inherit;cursor:pointer}svg{width:24px;height:24px;flex-shrink:0}header{min-height:100px;padding:20px 3.4%;display:flex;justify-content:space-between;align-items:center;gap:28px}.brand{font-size:clamp(22px,2.6vw,38px);line-height:1.12;letter-spacing:.015em;text-decoration:none;white-space:nowrap}.brand small{display:block;text-align:center;font-size:10px;letter-spacing:.55em;line-height:1.5;margin-top:7px}nav{display:flex;gap:36px;align-items:center}nav a{font-size:18px;text-decoration:none;white-space:nowrap}nav a[aria-current=page]:not(.gallery-button){text-decoration:underline}.gallery-button{border:1px solid #243b43;padding:6px 30px;margin-left:12px}.gallery-button:hover{background:#112c3b;color:white}.skip{position:absolute;top:-100px;left:15px;background:white;z-index:10;padding:10px}.skip:focus{top:10px}.triptych{display:grid;grid-template-columns:1.61fr 1fr;grid-template-rows:1fr 1fr;gap:8px;height:clamp(450px,44.5vw,780px)}.photo{display:block;overflow:hidden;min-height:0}.photo img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s}.photo:hover img{transform:scale(1.015)}.triptych>.photo:first-child{grid-row:1/3}.triptych img{object-position:center}.home-caption{display:flex;justify-content:space-between;align-items:center;gap:35px;padding:22px 3.4% 40px}h1,h2,p{margin-top:0}h1,h2{font-weight:400;line-height:1.1}h1{font-size:clamp(50px,6.5vw,96px);letter-spacing:-.035em;margin-bottom:6px}.home-caption p{font-size:clamp(18px,1.8vw,26px);margin:0;color:#3e5765}.home-caption p span{padding:0 6px}.text-link{display:inline-flex;align-items:center;gap:18px;text-decoration:none;border-bottom:1px solid;font-size:22px;white-space:nowrap;line-height:1.5}.text-link svg{width:23px}footer{border-top:1px solid #aeb9be;padding:16px 3.4% 22px;display:flex;justify-content:space-between;gap:20px;color:#4b616e;font-size:16px}footer a{text-decoration:none}.content{max-width:1360px;padding:64px 48px 90px;margin:auto;min-height:calc(100vh - 168px)}.page-title{margin-bottom:48px}.page-title h1{font-size:64px}.page-title p{margin:15px 0 0;color:#536975;font-size:20px}.info-row{display:grid;grid-template-columns:1fr 2fr;gap:60px;padding:32px 0;border-top:1px solid #d4dcdf}.info-row h2{font-size:28px;line-height:1.25}.info-row p{font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;color:#425661;margin-bottom:14px}.info-row p:last-child{margin-bottom:0}.fact-pair{display:flex;gap:64px}.fact-pair strong{display:block;font-family:Georgia,serif;font-size:26px;font-weight:400;color:#112c3b}.wide-photo{height:450px;margin-top:48px}.wide-photo .photo{height:100%}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:70px;align-items:center}.split h2{font-size:32px;line-height:1.3;margin-bottom:24px}.split p{color:#536975}.split>.photo{aspect-ratio:1.2}.split .text-link{margin-top:12px}.contact-link{display:block;width:fit-content;margin-top:16px;overflow-wrap:anywhere}.address{margin-top:36px}.narrow{max-width:1050px}.link-row{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid #d4dcdf;padding:24px 0;text-decoration:none}.link-row h2{font-size:25px;margin-bottom:6px}.link-row p{font-family:Arial,Helvetica,sans-serif;font-size:16px;color:#536975;margin:0}.gallery-title{display:flex;align-items:baseline;justify-content:space-between;gap:20px}.gallery-title p{font-size:16px}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px 18px}.gallery-item{text-decoration:none;font-size:16px}.gallery-item img{display:block;width:100%;height:auto;aspect-ratio:1.5;object-fit:cover;margin-bottom:8px}.lightbox{position:fixed;inset:0;margin:0;padding:18px 28px 20px;max-width:none;max-height:none;width:100%;height:100%;height:100dvh;background:#10191e;color:#fff;border:0;overflow:hidden}.lightbox::backdrop{background:#10191e}.lightbox[open]{display:flex;flex-direction:column}.viewer-head{display:flex;justify-content:space-between;align-items:center;min-height:50px;font-family:Arial,sans-serif;font-size:15px}.lightbox button{background:transparent;border:1px solid #61717b;min-width:48px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:8px;gap:10px;color:white}.lightbox button:hover{background:#2b3e49}.lightbox .close{border:0;font-size:16px}.viewer-body{display:grid;grid-template-columns:50px minmax(0,1fr) 50px;align-items:center;gap:24px;flex:1;min-height:0;padding:12px 0}.viewer-body img{width:100%;height:100%;min-height:0;object-fit:contain}.previous svg{transform:rotate(180deg)}#photo-caption{text-align:center;font-size:17px;margin:10px 0 0}.image-error{text-align:center}.lightbox:focus-visible{outline:none}body:has(dialog[open]){overflow:hidden}@media(min-width:1800px){header,.home-caption,footer{padding-left:max(3.4%,calc((100vw - 1750px)/2));padding-right:max(3.4%,calc((100vw - 1750px)/2))}}@media(max-width:1050px){header{gap:20px}nav{gap:22px}nav a{font-size:16px}.gallery-button{padding:6px 18px;margin-left:0}.home-caption{align-items:flex-start}.text-link{font-size:18px}.home-caption p{font-size:18px}.content{padding:45px 30px 65px}.split{gap:35px}}@media(max-width:700px){header{padding:20px;display:block}.brand{display:block;width:fit-content;margin:auto;font-size:27px}.brand small{font-size:10px;letter-spacing:.35em}nav{justify-content:space-between;gap:10px;margin-top:22px}nav a{font-size:15px}.gallery-button{padding:5px 10px}.triptych{height:auto;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:6px}.triptych>.photo:first-child{grid-column:1/3;grid-row:auto;aspect-ratio:1.35}.triptych>.photo:not(:first-child){aspect-ratio:1.3}.home-caption{display:block;padding:24px 20px 32px}.home-caption h1{font-size:49px;margin-bottom:12px}.home-caption p{font-size:18px;max-width:350px;line-height:1.5}.home-caption .text-link{margin-top:24px}.home-caption p span{padding:0 3px}footer{padding:20px;display:block;font-size:14px}footer span,footer a{display:block}footer a{margin-top:6px}.content{padding:32px 20px 50px}.page-title{margin-bottom:32px}.page-title h1{font-size:48px}.page-title p{font-size:18px}.info-row{grid-template-columns:1fr;gap:4px;padding:25px 0}.info-row h2{font-size:26px;margin-bottom:18px}.split{grid-template-columns:1fr;gap:35px}.split h2{font-size:28px}.split>.photo{aspect-ratio:1.5}.wide-photo{height:280px;margin-top:30px}.gallery-grid{grid-template-columns:1fr 1fr;gap:24px 12px}.gallery-item{font-size:14px;line-height:1.4}.gallery-title p{font-size:14px}.gallery-title{gap:10px}.lightbox{padding:10px 12px 20px}.viewer-body{position:relative;display:block;padding:5px 0 65px}.viewer-body img{width:100%;height:100%}.viewer-body button{position:absolute;bottom:5px}.previous{left:calc(50% - 62px)}.next{right:calc(50% - 62px)}#photo-caption{font-size:16px;min-height:26px}.link-row h2{font-size:23px}.link-row p{font-size:15px;overflow-wrap:anywhere}}@media(max-width:360px){nav{flex-wrap:wrap;justify-content:center;gap:12px 22px}.brand{font-size:24px}.home-caption h1{font-size:42px}.gallery-grid{grid-template-columns:1fr}.gallery-title{align-items:start;flex-direction:column;gap:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.photo img{transition:none}}

.triptych:has(>.photo:only-child){grid-template-columns:1fr}.triptych>.photo:only-child{grid-column:1/-1}.triptych:has(>.photo:nth-child(2):last-child)>.photo:nth-child(2){grid-row:1/3}.empty-photos{padding:40px}.triptych:has(.empty-photos){height:auto;display:block}

.gallery-item img{margin-bottom:0}#photo-caption[hidden]{display:none}
