:root{color-scheme:dark;font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;color:#f1f1ee;background:#101010;font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}a:focus-visible,button:focus-visible{outline:2px solid #fff;outline-offset:5px}button{min-height:44px;min-width:44px}img{display:block;max-width:100%}.header{height:104px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #303030}.header nav{display:flex;gap:28px;font-size:14px}.header nav a{color:#a6a6a6;padding:14px 0}.header nav a[aria-current],.header nav a:hover{color:#fff}.brand{display:flex;align-items:center;gap:18px}.brand span{font-size:24px;letter-spacing:-1px}.brand img{object-fit:contain}.hero{display:block;position:relative;height:calc(85svh - 104px);min-height:430px;max-height:920px;background:#181818}.hero>img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.8))}.hero-caption{position:absolute;bottom:42px;left:4vw;right:4vw;z-index:1;display:flex;align-items:end;justify-content:space-between;gap:24px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:2px;color:#b9b9b9;line-height:1.6}.hero .eyebrow{color:#eee}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,5vw,76px);font-weight:400;letter-spacing:-.045em;line-height:1.07;margin-bottom:20px}.hero h1{margin:12px 0 0;max-width:850px}h2{font-size:36px;letter-spacing:-1.2px;font-weight:400;margin-bottom:0}h3{font-size:24px;font-weight:400;letter-spacing:-.6px;margin-bottom:8px}.view-event,.text-link{font-size:14px;border-bottom:1px solid #777;padding-bottom:8px;white-space:nowrap}.view-event span{margin-left:22px}.section{padding:64px 4vw 80px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:36px;gap:24px}.event-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.event-card>img,.no-photo{width:100%;aspect-ratio:3/2;object-fit:cover;background:#202020;height:auto}.card-meta{display:flex;justify-content:space-between;gap:12px;color:#a4a4a4;font-size:12px;margin:18px 0 12px}.event-card p{font-size:14px;color:#aaa}.event-card:hover h3{text-decoration:underline;text-underline-offset:5px}.page-heading{padding:16px 0 48px}.page-heading>p:last-child{color:#a4a4a4;font-size:16px}.count{font-size:16px;letter-spacing:0;color:#999;vertical-align:top;margin-left:18px;line-height:2}.back{font-size:14px;color:#b8b8b8;display:inline-block;margin-bottom:40px}.event-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:36px}.event-heading h1{font-size:clamp(34px,4.2vw,64px)}.description{font-size:16px;line-height:1.6;color:#aaa;margin-bottom:0}.event-facts{display:flex;flex-direction:column;gap:10px;font-size:14px;color:#aaa;flex-shrink:0;text-align:right;padding-bottom:5px}.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:start}.photo{display:block;background:#191919}.photo img{width:100%;height:auto}.photo:hover{opacity:.88}footer{padding:28px 4vw;border-top:1px solid #303030;display:flex;justify-content:space-between;gap:20px;color:#8f8f8f;font-size:12px;line-height:1.6}.skip{position:fixed;top:-100px;left:20px;z-index:20;background:#fff;color:#000;padding:16px}.skip:focus{top:10px}.lightbox{position:fixed;inset:0;width:100%;height:100%;max-width:none;max-height:none;border:0;padding:0;background:#080808;color:#eee;margin:0}.lightbox::backdrop{background:#080808}.lightbox[open]{display:flex;flex-direction:column}.viewer-top,.viewer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;font-size:14px;min-height:64px}.viewer-top button{border:0;background:transparent}.viewer-top button span{font-size:28px;margin-left:14px;vertical-align:middle}.viewer-stage{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:0 76px;position:relative}.viewer-stage img{width:100%;height:100%;object-fit:contain}.viewer-stage img[hidden]{display:none}.viewer-bottom{color:#aaa;font-size:12px;overflow-wrap:anywhere}.previous,.next{position:absolute;top:calc(50% - 28px);width:52px;height:56px;border:1px solid #444;background:#151515cc;font-size:32px}.previous{left:12px}.next{right:12px}.previous:disabled,.next:disabled{opacity:.25;cursor:default}body.viewing{overflow:hidden}#viewer-error{position:absolute;text-align:center;max-width:70%;line-height:1.5}.no-photo{display:grid;place-items:center;color:#aaa}@media(min-width:1800px){.photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:800px){.header{height:86px}.brand span{font-size:21px}.brand{gap:8px}.brand img{width:50px;height:50px}.header nav{gap:18px}.hero{height:65svh;min-height:380px}.hero-caption{bottom:28px}.hero h1{font-size:42px}.event-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 18px}.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.section{padding-top:40px}.event-heading{display:block}.event-facts{flex-direction:row;justify-content:space-between;text-align:left;margin-top:24px}.viewer-stage{padding:0 10px}.previous,.next{top:auto;bottom:68px;background:#151515dd}.keyboard-hint{display:none}}@media(max-width:520px){.header{padding:0 18px}.header nav{gap:14px}.brand span{font-size:19px}.brand img{width:42px;height:44px}.hero{min-height:380px;height:62svh}.hero-caption{display:block;left:20px;right:20px}.hero h1{font-size:36px;margin-bottom:24px}.view-event{display:inline-block}.section{padding:36px 18px 50px}.event-list{grid-template-columns:1fr;gap:28px}.section-heading h2{font-size:30px}.photo-grid{gap:6px}.event-heading h1{font-size:36px}.event-section{padding-left:12px;padding-right:12px}.event-heading,.back{margin-left:6px;margin-right:6px}footer{padding:24px 18px;flex-direction:column;gap:8px}.viewer-top,.viewer-bottom{padding-left:16px;padding-right:16px}.page-heading{padding-bottom:24px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
/* Typography and the three-part header. */
h1,h2,.brand{font-family:Garamond,"EB Garamond","Times New Roman",serif;font-weight:400;letter-spacing:-.025em}
h3{font-family:Helvetica,"Helvetica Neue",Arial,sans-serif}
.header{display:grid;grid-template-columns:1fr auto 1fr;position:relative;z-index:5;gap:24px}
.brand{font-size:30px;justify-self:start;display:block;white-space:nowrap}
.header-logo{grid-column:2;justify-self:center}
.header-logo img{width:58px;height:68px;object-fit:contain}
.header nav{grid-column:3;justify-self:end;gap:26px}
.menu-toggle{display:none;background:transparent;border:0;padding:11px}
.menu-toggle span{display:block;width:23px;height:1px;background:#eee;margin:5px 0}
.hero-wrap{position:relative}
.hero>.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease;pointer-events:none}
.hero>.hero-slide.is-active{opacity:1}
.slideshow-toggle{position:absolute;right:4vw;top:20px;z-index:2;border:1px solid #ffffff55;background:#10101070;padding:0 12px;font-size:12px;min-height:36px}
.photo-grid{grid-auto-flow:dense;grid-auto-rows:240px;align-items:stretch}
.photo{height:100%;min-height:0;overflow:hidden}
.photo.portrait{grid-row:span 2}
.photo img{width:100%;height:100%;object-fit:cover}
footer a:hover{text-decoration:underline;text-underline-offset:4px}
.contact-section{min-height:65svh;padding-top:90px}
.contact-section>p:not(.eyebrow){max-width:520px;line-height:1.7;color:#aaa;font-size:18px}
.contact-link{display:inline-block;margin-top:20px;font-size:22px;border-bottom:1px solid #777;padding-bottom:10px}
@media(max-width:800px){.brand{font-size:25px}.header{gap:12px}.header nav{gap:18px}.header-logo img{width:45px;height:56px}}
@media(max-width:600px){.header{height:86px;padding:0 18px;grid-template-columns:1fr auto 1fr;gap:8px}.brand{font-size:22px;letter-spacing:-.04em}.header-logo img{width:38px;height:50px}.menu-toggle{display:block;grid-column:3;justify-self:end}.header nav{display:none;position:absolute;right:18px;top:76px;background:#181818;border:1px solid #3a3a3a;min-width:170px;padding:12px 20px;box-shadow:0 12px 24px #0006}.header nav.is-open{display:flex;flex-direction:column;gap:0}.header nav a{padding:14px 0}.slideshow-toggle{right:18px;top:16px}.contact-section{padding-top:60px}}
@media(prefers-reduced-motion:reduce){.hero>.hero-slide{transition:none}}
/* Minimal typography and a compact, seamless header. */
h1,h2,h3{font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;font-weight:400;letter-spacing:-.025em}
.header{height:80px;border-bottom:0;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
.header-logo{grid-row:1}
.header-logo img{width:46.4px;height:54.4px}
.header nav,.menu-toggle{grid-row:1}
.event-card h3{margin:16px 0 0;font-size:20px}
.hero h1{font-size:clamp(32px,4.2vw,60px)}
@media(max-width:800px){.header{height:68px}.header-logo img{width:36px;height:44.8px}}
@media(max-width:600px){.header{height:64px}.header-logo img{width:30.4px;height:40px}.header nav{top:58px}}
/* More breathing room; quiet slideshow navigation. */
.header{height:84px}
.header-logo{grid-column:1;justify-self:start}
.header-logo img{width:44.08px;height:51.68px}
.hero{height:calc(90svh - 104px);min-height:450px}
.hero-slide[src*="DSC01059"]{object-position:center 62%}
.slideshow-dots{position:absolute;z-index:3;left:14px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column}
.slide-dot{width:44px;height:34px;min-height:34px;border:0;background:transparent;display:grid;place-items:center;padding:0}
.slide-dot span{display:block;width:7px;height:7px;border-radius:50%;background:#ffffff55;border:1px solid #ffffffb3}
.slide-dot[aria-pressed=true] span{background:#fff}
.location-map{width:190px;height:150px;flex-shrink:0;color:#999;align-self:center}
.contact-methods{margin:42px 0 0;max-width:620px}
.contact-methods>div{margin:0 0 30px}
.contact-methods dt{font-size:14px;color:#aaa;margin-bottom:8px}
.contact-methods dd{margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:14px}
.contact-methods .contact-link{margin-top:0;font-size:20px;padding-bottom:5px;overflow-wrap:anywhere;max-width:100%}
.copy-email{border:1px solid #555;background:none;font-size:13px;padding:0 12px}
.copy-status{font-size:13px;color:#aaa}
.contact-placeholder{color:#888;font-size:18px}
@media(max-width:800px){.header{height:71.4px}.header-logo img{width:34.2px;height:42.56px}.hero{height:70svh;min-height:400px}.event-heading{display:flex;align-items:center}.location-map{width:130px;height:120px}}
@media(max-width:600px){.header{height:67.2px}.header-logo img{width:28.88px;height:38px}.header nav{top:62px}.slideshow-dots{left:2px}.hero{height:67svh;min-height:400px}.event-heading{gap:12px}.event-heading>div{flex:1;min-width:0}.event-heading h1{font-size:30px}.location-map{width:88px;height:110px}.contact-methods .contact-link{font-size:18px}}
