:root{--paper:#f7f6f2;--white:#fff;--ink:#30372e;--olive:#4e5942;--muted:#6c7168;--line:#dcded5;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif;color-scheme:light;font-family:var(--sans);color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:28px}body{margin:0;font-size:1rem;-webkit-font-smoothing:antialiased}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}img{display:block;max-width:100%}button:focus-visible,a:focus-visible{outline:2px solid #81906e;outline-offset:6px}button:disabled{cursor:wait}::selection{background:#d8deca}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}em{font-weight:400}.page-width{width:calc(100% - 128px);max-width:1376px;margin-inline:auto}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;padding-inline:48px;gap:30px}.monogram{font-family:var(--serif);font-size:2.25rem;letter-spacing:-3px;white-space:nowrap}.monogram>span:first-child{font-size:1.5625rem;font-style:italic;padding:0 3px;color:var(--olive)}.monogram-dot{font-size:2.25rem;color:#8d987a}.site-header nav{display:flex;gap:38px;align-items:center}.site-header nav a{font-size:0.875rem;position:relative;padding-block:10px}.site-header nav a:after{content:'';position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--olive);transition:right .2s}.site-header nav a:hover:after{right:0}.header-date{font-size:0.75rem;letter-spacing:2px;display:flex;align-items:center;gap:24px}.header-date>span{font-size:1.625rem;color:var(--olive)}.hero{margin:0 28px;display:grid;grid-template-columns:44% 56%;min-height:574px;background:#eeeee6}.hero-copy{padding:58px 45px 35px 60px;display:flex;align-items:flex-start;flex-direction:column}.eyebrow{font-size:0.75rem;letter-spacing:2.2px;line-height:1.7;font-weight:500;display:flex;align-items:center;gap:15px}.fine-line{width:30px;height:1px;background:#929981}.hero h1{font-size:clamp(80px,8.2vw,128px);line-height:.86;letter-spacing:-4px;margin:37px 0 25px}.hero h1 em{color:var(--olive)}.ampersand{font-size:.65em;color:var(--olive)}.hero-intro{font-size:0.9375rem;line-height:1.8;color:#626858;margin-bottom:27px}.button{font-family:var(--sans);min-height:49px;display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:14px 23px;font-size:0.8125rem;font-weight:500;transition:background .2s,color .2s;border-radius:0}.button>span{font-size:1.25rem;font-weight:400;line-height:1}.button-dark{color:white;background:var(--olive);border:1px solid var(--olive)}.button-dark:hover{background:#35412d}.hero-date{display:flex;gap:14px;align-items:center;margin-top:auto;padding-top:30px;font-size:0.75rem;letter-spacing:1.5px;color:#626858}.date-divider{height:1px;width:22px;background:#b3b8a6}.hero-picture{position:relative;overflow:hidden;min-width:0}.hero-picture>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:52% 43%;filter:grayscale(100%)}.hero-picture:after{content:'';position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.48));pointer-events:none}.hero-photo-note{position:absolute;z-index:1;bottom:28px;left:30px;right:30px;display:flex;justify-content:space-between;color:#fff;gap:20px;font-size:0.75rem;letter-spacing:1.8px}.day-details{padding:42px 0 39px;display:grid;grid-template-columns:1fr 1.2fr .85fr;gap:38px}.detail-item+.detail-item{padding-left:38px;border-left:1px solid var(--line)}.detail-label{font-size:0.75rem;letter-spacing:1.65px;color:var(--muted)}.detail-item p{font-family:var(--serif);font-size:1.875rem;margin:9px 0 4px;line-height:1.15}.detail-note{font-family:var(--sans);font-size:0.75rem;color:var(--muted);display:block;line-height:1.8;margin-top:7px}.detail-description{font-size:0.75rem;line-height:1.7;color:var(--muted)}.gallery-section{padding-top:72px;padding-bottom:72px}.section-topline{display:flex;justify-content:space-between;align-items:center;gap:20px}.section-metadata{font-size:0.75rem;letter-spacing:1.6px;color:var(--muted)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:36px;margin-top:16px;margin-bottom:34px}.section-heading h2{font-size:clamp(38px,3.5vw,55px);line-height:1.07;letter-spacing:-1.3px}.section-heading h2 em{color:var(--olive)}.section-heading>p{font-size:0.75rem;line-height:1.8;color:var(--muted);flex-shrink:0}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.photo-tile{margin:0;padding:0;border:0;background:#e4e4dc;position:relative;overflow:hidden;aspect-ratio:4/4.7;display:block;width:100%}.photo-tile>img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,filter .5s}.photo-tile:after{content:'';position:absolute;inset:65% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.38));opacity:0;transition:opacity .2s}.photo-tile:hover>img{transform:scale(1.035)}.photo-tile:hover:after{opacity:1}.photo-tile:focus-visible{outline-offset:3px;z-index:1}.photo-tile .photo-number{position:absolute;bottom:15px;left:16px;z-index:1;font-size:0.75rem;letter-spacing:1.5px;color:white;opacity:0;transition:opacity .2s}.photo-tile .photo-expand{position:absolute;right:14px;bottom:12px;color:white;font-size:1.4375rem;z-index:1;opacity:0;transition:opacity .2s}.photo-tile:hover .photo-number,.photo-tile:hover .photo-expand,.photo-tile:focus-visible .photo-number,.photo-tile:focus-visible .photo-expand{opacity:1}.gallery-bottom{margin-top:32px;display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:center}.gallery-bottom>span{font-size:0.75rem;color:var(--muted)}.gallery-hint{text-align:right}.button-outline{background:transparent;border:1px solid #9ba28e;min-width:250px}.button-outline:hover{background:var(--olive);color:white;border-color:var(--olive)}.gallery-feedback{margin-top:20px;color:var(--muted)}.archive-note{margin-bottom:30px;padding-bottom:26px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:34px}.archive-note>p{font-size:0.875rem;line-height:1.8;color:var(--muted);max-width:620px}.archive-note .button{flex-shrink:0}.films-section{background:#edeee7;padding:66px 0 70px}.films-section .section-heading{margin-bottom:36px}.films-section .section-heading h2{max-width:750px}.film-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px}.film-poster{padding:0;display:block;width:100%;border:0;aspect-ratio:16/9;position:relative;overflow:hidden;background:#454940;text-align:left;color:white}.film-poster>img{width:100%;height:100%;object-fit:cover;filter:brightness(.82);transition:transform .7s,filter .4s}.film-poster:hover>img{transform:scale(1.025);filter:brightness(.96)}.film-poster:after{content:'';position:absolute;inset:50% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.5));pointer-events:none}.film-tag{position:absolute;top:20px;left:20px;border:1px solid #ffffff75;padding:8px 11px;font-size:0.75rem;letter-spacing:1.4px;background:#00000018}.play-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;border:1px solid #ffffffbe;border-radius:50%;display:grid;place-items:center;backdrop-filter:blur(5px);background:#ffffff14;z-index:1;transition:background .2s}.play-circle svg{width:24px;height:24px;fill:white;transform:translateX(-1px)}.film-poster:hover .play-circle{background:#ffffff35}.poster-label{position:absolute;bottom:24px;left:24px;right:24px;z-index:1;font-size:0.75rem;letter-spacing:1.4px}.film-description{display:flex;align-items:center;justify-content:space-between;padding-top:20px;gap:14px}.film-number{font-size:0.75rem;letter-spacing:1.5px;color:var(--muted)}.film-description h3{font-size:1.8125rem;margin-top:6px;line-height:1.15}.text-button{background:none;border:0;border-bottom:1px solid #acb39f;display:flex;gap:18px;align-items:center;padding:8px 0;font-size:0.75rem;white-space:nowrap}.text-button>span{font-size:1.125rem}.thank-you{text-align:center;padding:65px 24px 73px;display:flex;flex-direction:column;align-items:center}.thanks-heart{font-family:Georgia,serif;font-size:2.1875rem;color:#858e74;margin-bottom:20px}.thank-you .eyebrow{font-size:0.75rem;letter-spacing:1.7px}.thank-you h2{font-size:4.0625rem;letter-spacing:-1.5px;line-height:1.1;margin-top:20px}.thank-you h2 em{color:var(--olive)}.thank-you p{font-size:0.8125rem;color:var(--muted);margin-top:16px;line-height:1.8}.signature{font-family:var(--serif);font-style:italic;font-size:1.75rem;color:var(--olive);margin-top:26px}.site-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;min-height:94px;border-top:1px solid var(--line)}.site-footer>.monogram{font-size:1.6875rem}.site-footer>span{font-size:0.75rem;letter-spacing:.9px;color:var(--muted)}.back-top{display:flex;gap:18px;font-size:0.75rem;align-items:center}.back-top>span{font-size:1.1875rem}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:12px;left:12px;transform:translateY(-200%);padding:12px 20px;background:var(--paper);z-index:1000}.skip-link:focus{transform:translateY(0)}[hidden]{display:none!important}
dialog{padding:0;border:0;color:#f7f6f2;background:#171b17}dialog::backdrop{background:rgba(14,18,13,.91);backdrop-filter:blur(8px)}.lightbox{width:calc(100vw - 48px);height:calc(100dvh - 40px);max-width:1600px;max-height:none;overflow:hidden}.lightbox[open]{display:flex;flex-direction:column}.viewer-toolbar{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:8px 20px;gap:20px;font-size:0.75rem;letter-spacing:1.6px;flex-shrink:0}.viewer-toolbar h2{font-family:var(--sans);font-size:0.9375rem;letter-spacing:0}.icon-button{border:1px solid #ffffff35;color:white;background:transparent;width:44px;height:44px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1;flex-shrink:0;transition:background .2s}.icon-button:hover{background:#ffffff20}.lightbox-stage{position:relative;display:flex;align-items:center;justify-content:center;flex:1;min-height:0;padding:0 80px;touch-action:pan-y}.lightbox-stage img{max-height:100%;max-width:100%;object-fit:contain;user-select:none}.previous-photo,.next-photo{position:absolute;top:50%;transform:translateY(-50%);z-index:2}.previous-photo{left:20px}.next-photo{right:20px}.viewer-footer{display:flex;justify-content:space-between;gap:20px;padding:20px 28px;font-size:0.75rem;color:#c1c5bb;flex-shrink:0}.viewer-footer-divider{margin:0 15px;color:#778170}.keyboard-hint{margin-left:5px}.video-dialog{width:min(1100px,calc(100vw - 40px));max-width:none;max-height:calc(100dvh - 40px)}.video-dialog video{display:block;width:100%;max-height:calc(100dvh - 140px);background:#000;aspect-ratio:16/9}.video-dialog>p{padding:20px;line-height:1.6;font-size:0.875rem}body.modal-open{overflow:hidden}
@media(min-width:1600px){.site-header{max-width:1536px;margin:auto}.hero{max-width:1480px;margin:auto}.hero-copy{padding-left:70px}.hero{min-height:630px}.hero h1{font-size:8.5rem}}
@media(max-width:1100px){.page-width{width:calc(100% - 80px)}.hero{margin:0 20px;min-height:530px;grid-template-columns:45% 55%}.hero-copy{padding:45px 25px 30px 35px}.hero h1{font-size:6rem}.hero-date{font-size:0.75rem;gap:9px;letter-spacing:1px}.hero-intro{font-size:0.875rem}.hero-photo-note{left:22px;right:22px;font-size:0.75rem;letter-spacing:1px}.day-details{gap:25px}.detail-item+.detail-item{padding-left:25px}.detail-label{font-size:0.75rem;letter-spacing:1px}.detail-item p{font-size:1.6875rem}.section-heading>p{font-size:0.75rem}.section-heading h2{font-size:2.625rem}.gallery-hint{display:none}.gallery-bottom{grid-template-columns:1fr auto 1fr}.film-description h3{font-size:1.625rem}.films-section .section-heading h2{max-width:590px}.films-section .section-heading>p{display:none}}
@media(max-width:760px){html{scroll-padding-top:18px}.page-width{width:calc(100% - 40px)}.site-header{height:78px;padding:0 22px;gap:20px}.monogram{font-size:2rem}.site-header nav{gap:23px}.site-header nav a{font-size:0.75rem}.header-date{display:none}.hero{grid-template-columns:1fr 1fr;min-height:465px;margin:0 12px}.hero-copy{padding:34px 20px 26px 24px}.eyebrow{font-size:0.75rem;letter-spacing:1.5px}.hero .eyebrow{font-size:0.75rem;letter-spacing:1px;gap:8px}.fine-line{width:17px}.hero h1{font-size:4.75rem;margin-top:40px;letter-spacing:-3px}.hero-intro{font-size:0.75rem}.hero .button{font-size:0.75rem;padding:13px 12px;gap:12px;min-height:44px}.hero-date{flex-wrap:wrap;gap:8px;font-size:0.75rem;padding-top:24px}.hero-date span:last-child,.date-divider{display:none}.hero-photo-note{font-size:0.75rem;bottom:20px;left:15px;right:15px;line-height:1.6}.hero-photo-note span:last-child{display:none}.hero-picture>img{object-position:51% 50%}.day-details{grid-template-columns:1fr 1fr;gap:25px 20px;padding:28px 0 30px}.date-detail{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:15px}.date-detail p{font-size:1.5rem;margin:0}.date-detail .detail-note{display:none}.day-details .detail-item:nth-child(2){padding-left:0;border-left:0}.detail-item+.detail-item{padding-left:20px}.detail-label{font-size:0.75rem;letter-spacing:.7px}.detail-item p{font-size:1.625rem}.detail-description{font-size:0.75rem}.gallery-section{padding-top:44px;padding-bottom:45px}.section-metadata{font-size:0.75rem;letter-spacing:.8px}.section-heading{margin-top:14px;margin-bottom:24px;align-items:flex-start}.section-heading h2{font-size:2.375rem;line-height:1.02;max-width:430px}.section-heading>p{display:none}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gallery-bottom{grid-template-columns:1fr auto;gap:15px;margin-top:22px}.archive-note{display:block;margin-bottom:24px;padding-bottom:22px}.archive-note>p{margin-bottom:18px;font-size:0.8125rem}.archive-note .button{width:100%}.gallery-bottom>span{font-size:0.75rem}.button-outline{min-width:0;font-size:0.75rem;padding:12px 16px;gap:15px}.films-section{padding:43px 0}.film-grid{gap:18px}.films-section .section-heading h2{max-width:480px}.film-tag{font-size:0.75rem;top:12px;left:12px;padding:6px 8px}.play-circle{width:48px;height:48px}.play-circle svg{width:19px;height:19px}.poster-label{font-size:0.75rem;left:14px;bottom:15px;letter-spacing:.6px}.film-description{display:block;padding-top:14px}.film-description h3{font-size:1.5625rem}.film-description .text-button{margin-top:8px;font-size:0.75rem}.film-number{font-size:0.75rem}.thank-you{padding:44px 22px 50px}.thank-you .eyebrow{font-size:0.75rem;letter-spacing:1px}.thank-you h2{font-size:3.1875rem;margin-top:16px}.thank-you p{font-size:0.75rem}.signature{font-size:1.6875rem;margin-top:21px}.site-footer{min-height:80px}.site-footer>span{font-size:0.75rem;letter-spacing:0}.back-top{font-size:0.75rem;gap:10px}.lightbox{width:100vw;height:100dvh;margin:0;max-width:none}.viewer-toolbar{padding-inline:14px;font-size:0.75rem;min-height:65px}.lightbox-stage{padding:0 12px 65px}.previous-photo,.next-photo{top:auto;bottom:0;transform:none}.previous-photo{left:calc(50% - 55px)}.next-photo{right:calc(50% - 55px)}.viewer-footer{padding:20px 18px;font-size:0.75rem;justify-content:center}.viewer-footer>span:last-child{display:none}.video-dialog{width:calc(100vw - 20px)}.video-dialog .viewer-toolbar h2{font-size:0.8125rem}}
@media(max-width:480px){.site-header nav{gap:19px}.site-header nav a{font-size:0.75rem}.hero{grid-template-columns:1fr;min-height:0}.hero-copy{position:relative;min-height:420px;padding:33px 28px 27px;isolation:isolate;overflow:hidden}.hero-copy:after{content:'&';position:absolute;right:-12px;bottom:10px;font-family:var(--serif);font-size:16.875rem;font-style:italic;color:#e2e5d8;z-index:-1;line-height:1;opacity:.65}.hero h1{font-size:6.1875rem;margin:30px 0 20px;line-height:.82}.hero-intro{font-size:0.8125rem;line-height:1.6;margin-bottom:21px}.hero .button{font-size:0.75rem;padding:13px 17px;gap:26px}.hero-date{font-size:0.75rem;letter-spacing:1.1px;padding-top:23px}.hero-date span:last-child{display:block}.hero-date .date-divider{display:block}.hero-picture{height:330px}.hero-picture>img{object-position:center 43%}.hero-photo-note{bottom:21px;left:22px;font-size:0.75rem;letter-spacing:1.3px}.hero-photo-note span:last-child{display:block}.day-details{gap:25px 14px}.detail-item+.detail-item{padding-left:16px}.detail-label{font-size:0.75rem}.date-detail p{font-size:1.4375rem}.detail-item p{font-size:1.5625rem}.detail-description{font-size:0.75rem;line-height:1.8}.section-metadata{font-size:0.75rem}.section-topline .eyebrow{font-size:0.75rem;letter-spacing:1.2px}.section-heading h2{font-size:2.3125rem;letter-spacing:-.8px;max-width:340px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.photo-tile{aspect-ratio:4/5}.gallery-bottom{display:flex;flex-direction:column-reverse;gap:18px}.button-outline{width:100%;font-size:0.75rem;min-height:49px}.film-grid{grid-template-columns:1fr;gap:29px}.film-description{display:flex}.film-description h3{font-size:1.6875rem}.film-description .text-button{margin-top:0}.film-tag{font-size:0.75rem}.play-circle{width:58px;height:58px}.poster-label{font-size:0.75rem}.films-section .section-metadata{display:none}.films-section .section-heading h2{font-size:2.375rem;max-width:330px}.thank-you h2{font-size:3rem}.thank-you .eyebrow{max-width:260px;line-height:1.8}.site-footer{flex-wrap:wrap;justify-content:space-between;padding-block:20px;gap:12px}.site-footer>span{order:3;width:100%;text-align:center;font-size:0.75rem}.site-footer>.monogram{font-size:1.75rem}.back-top{font-size:0.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Comfortable reading sizes, including smaller displays. */
.site-header nav a,.button,.text-button,.back-top{font-size:0.875rem}.hero-intro,.section-heading>p,.thank-you p{font-size:1rem}.detail-description{font-size:0.875rem}.hero-date{flex-wrap:wrap;line-height:1.8}.hero .eyebrow{flex-wrap:wrap}.section-topline{align-items:flex-start}.section-metadata{text-align:right;line-height:1.7}.viewer-footer{line-height:1.6}.film-tag{line-height:1.4}.hero-photo-note{line-height:1.5}
@media(max-width:760px){.site-header nav{gap:20px}.hero .button{font-size:0.875rem}.hero .eyebrow{line-height:1.5}.detail-label{line-height:1.8;display:block}.gallery-section .section-metadata{max-width:150px}.hero-date{letter-spacing:.5px}.film-description .text-button{font-size:0.875rem}.section-heading{gap:20px}.hero-copy{padding-bottom:24px}.hero-photo-note span:last-child{display:none}}
@media(max-width:480px){.site-header{padding-inline:20px;gap:16px}.site-header nav{gap:16px}.site-header nav a{font-size:0.8125rem}.hero-copy{min-height:460px}.hero .button{font-size:0.875rem}.hero-date span:last-child{font-size:0.75rem}.detail-label{font-size:0.75rem;letter-spacing:.3px}.detail-description{font-size:0.8125rem}.date-detail{align-items:flex-start}.date-detail .detail-label{max-width:80px}.section-topline{gap:16px}.section-topline .eyebrow{font-size:0.75rem;letter-spacing:1px}.section-metadata{font-size:0.75rem}.gallery-section .section-metadata{max-width:80px}.hero-photo-note{right:20px}.film-description{gap:12px}.film-description h3{font-size:1.5625rem}.thank-you .eyebrow{font-size:0.75rem;max-width:300px}.back-top{font-size:0.875rem}.site-footer>span{font-size:0.75rem}.thank-you h2{font-size:2.875rem}}

.poster-label{display:flex;justify-content:space-between;gap:12px}.film-duration{font-variant-numeric:tabular-nums;letter-spacing:1px}


/* Photographs keep the shape they were taken in, and settle rather than snap. */
.gallery-grid{grid-auto-rows:8px;align-items:stretch}
.photo-tile{aspect-ratio:auto;height:100%;background:#e8e7e0}
.photo-tile>img{opacity:0;transition:opacity .85s ease,transform .6s ease,filter .5s}
.photo-tile>img.is-loaded{opacity:1}

/* Blocks arrive as the visitor reaches them. */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .9s cubic-bezier(.22,.61,.36,1),transform .9s cubic-bezier(.22,.61,.36,1)}
.reveal.is-visible{opacity:1;transform:none}
.detail-item.reveal{transition-delay:.05s}
.film-card:nth-child(2).reveal{transition-delay:.1s}

/* A calmer viewer: rounded controls, a softer frame, no jump between photographs. */
.icon-button{border-radius:50%;border-color:#ffffff2e;transition:background .25s,border-color .25s}
.icon-button:hover{background:#ffffff1f;border-color:#ffffff5e}
.lightbox-stage img{opacity:0;transition:opacity .45s ease}
.lightbox-stage img.is-loaded{opacity:1}
.viewer-toolbar{letter-spacing:2px}
#lightbox-caption{letter-spacing:1.3px;color:#ccd0c5}
#lightbox-counter{font-variant-numeric:tabular-nums;color:#ccd0c5}

@media(prefers-reduced-motion:reduce){
  .photo-tile>img,.lightbox-stage img{opacity:1}
  .reveal{opacity:1;transform:none}
}
