.search-form{display:flex;max-width:620px;margin-top:24px}.search-form label{flex:1}.search-field{width:100%;height:48px;border:1px solid var(--memorial-line);background:var(--memorial-paper);color:var(--memorial-text);padding:9px 14px}.search-submit{height:48px;border:1px solid var(--memorial-burgundy);background:var(--memorial-burgundy);color:#fff;padding:9px 20px;cursor:pointer}.memorial-error{display:grid;align-items:center;min-height:66vh;padding-block:70px}.memorial-error .search-form{margin-bottom:25px}

/* Premium heritage design. */
body{font-size:16px;line-height:1.75;font-weight:400;color:var(--memorial-text);-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.18}
h1{font-size:52px}
h2{font-size:38px}
h3{font-size:25px}
.memorial-kicker,.memorial-eyebrow{font-size:12px;line-height:1.4;letter-spacing:0;text-transform:uppercase;font-weight:700;color:var(--memorial-burgundy)}
.memorial-kicker::before{content:"";display:inline-block;width:24px;height:1px;margin:0 10px 3px 0;background:currentColor}

.site-header{border-bottom:1px solid var(--memorial-line);box-shadow:0 8px 30px rgba(17,43,78,.045)}
.site-header__inner{min-height:138px;gap:28px}
.site-branding{flex-basis:var(--memorial-logo-width);max-width:var(--memorial-logo-width);min-width:260px}
.site-branding img{max-height:116px}
.memorial-fallback-logo{display:flex;height:116px;align-items:center;overflow:hidden}
.memorial-fallback-logo img{width:120%;max-width:none;height:auto;max-height:none;margin-left:-4%}
.primary-navigation ul,.language-navigation ul{gap:4px}
.primary-navigation a{padding:56px 13px 52px;color:var(--memorial-text);font-size:14px;font-weight:600;line-height:1;text-transform:none;letter-spacing:0}
.menu-style-underline .primary-navigation a::after{left:13px;right:calc(100% - 13px);bottom:40px;height:2px;background:var(--memorial-burgundy)}
.menu-style-underline .primary-navigation a:hover::after,.menu-style-underline .primary-navigation .current-menu-item>a::after,.menu-style-underline .primary-navigation .current-menu-ancestor>a::after{right:13px}
.primary-navigation .sub-menu{border-radius:6px;padding:10px 18px}
.primary-navigation .sub-menu a{padding:11px 0}

html{scroll-behavior:auto!important}
.memorial-hero{width:100%;height:auto;min-height:0;max-height:none;margin:var(--memorial-hero-margin) auto 0;background:var(--memorial-paper);overflow:visible}
.memorial-hero>.memorial-container{width:min(calc(100% - 48px),var(--memorial-hero-width))}
.memorial-hero__frame{position:relative;display:grid;height:var(--memorial-hero-height);gap:var(--memorial-hero-gap)}
.memorial-hero__viewport,.memorial-hero__track,.memorial-hero__slide{min-width:0;min-height:0;width:100%;height:100%}
.memorial-hero__viewport{position:relative;overflow:hidden;border-radius:var(--memorial-hero-radius);background:var(--memorial-surface);outline-offset:4px}
.memorial-hero__track{position:relative;overflow:hidden}
.memorial-hero__slide{position:absolute;inset:0;margin:0;overflow:hidden;opacity:0;pointer-events:none;transition:opacity var(--memorial-hero-speed) ease,transform var(--memorial-hero-speed) ease}
.memorial-hero__slide::after{content:"";position:absolute;inset:0;background:rgb(5 14 27 / calc(var(--memorial-hero-overlay) * .28));pointer-events:none}
.memorial-hero__slide.is-active{z-index:2;opacity:1;pointer-events:auto;transform:none}
.memorial-hero__slide img{display:block;width:100%;height:100%;object-fit:cover;transition:transform calc(var(--memorial-hero-speed) * 1.8) ease}
.memorial-hero__slide figcaption{position:absolute;z-index:3;left:34px;right:90px;bottom:29px;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.58)}
.memorial-hero__slide figcaption span{display:block;margin-bottom:6px;font-size:12px;font-weight:700;text-transform:uppercase}
.memorial-hero__slide figcaption strong{display:block;color:#fff;font-family:var(--memorial-heading);font-size:36px;font-weight:600;line-height:1.08}
.memorial-hero--effect-none .memorial-hero__slide{transition:none}
.memorial-hero--effect-slide .memorial-hero__slide{opacity:1;transform:translate3d(100%,0,0)}
.memorial-hero--effect-slide .memorial-hero__slide.is-before{transform:translate3d(-100%,0,0)}
.memorial-hero--effect-slide .memorial-hero__slide.is-active{transform:translate3d(0,0,0)}
.memorial-hero--effect-zoom .memorial-hero__slide img{transform:scale(1)}
.memorial-hero--effect-zoom .memorial-hero__slide.is-active img{transform:scale(1.045)}
.memorial-hero__thumbs{display:grid;min-width:0;min-height:0;gap:var(--memorial-hero-gap);overflow:hidden}
.memorial-hero__thumb{position:relative;min-width:0;min-height:0;padding:0;border:0;border-radius:var(--memorial-hero-radius);overflow:hidden;background:var(--memorial-surface);cursor:pointer}
.memorial-hero__thumb::after{content:"";position:absolute;inset:0;border:2px solid transparent;border-radius:inherit;transition:border-color .18s ease}
.memorial-hero__thumb:hover::after,.memorial-hero__thumb.is-active::after{border-color:var(--memorial-gold)}
.memorial-hero__thumb img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .24s ease}
.memorial-hero__thumb:hover img{transform:scale(1.025)}
.memorial-hero__arrow{position:absolute;z-index:5;top:50%;display:grid;place-items:center;width:42px;height:52px;padding:0;border:1px solid rgba(255,255,255,.58);border-radius:2px;background:rgba(10,18,29,.62);color:#fff;font-size:30px;line-height:1;transform:translateY(-50%);cursor:pointer}
.memorial-hero__arrow--prev{left:16px}.memorial-hero__arrow--next{right:16px}
.memorial-hero__dots{position:absolute;z-index:5;left:50%;bottom:15px;display:flex;gap:7px;transform:translateX(-50%)}
.memorial-hero__dots button{width:8px;height:8px;padding:0;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:transparent;cursor:pointer}
.memorial-hero__dots button[aria-current=true]{background:#fff}
.memorial-hero--editorial .memorial-hero__frame{grid-template-columns:minmax(0,1.78fr) minmax(310px,.82fr)}
.memorial-hero--editorial .memorial-hero__thumbs{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}
.memorial-hero--editorial .memorial-hero__thumb:nth-child(n+5){display:none}
.memorial-hero--split .memorial-hero__frame{grid-template-columns:minmax(0,1fr) 180px}
.memorial-hero--split .memorial-hero__thumbs{grid-auto-rows:minmax(100px,1fr);overflow-y:auto;scrollbar-width:thin}
.memorial-hero--filmstrip .memorial-hero__frame{grid-template-rows:minmax(0,1fr) 104px}
.memorial-hero--filmstrip .memorial-hero__thumbs{grid-auto-flow:column;grid-auto-columns:minmax(135px,1fr);overflow-x:auto;scrollbar-width:thin}
.memorial-hero--classic .memorial-hero__frame{display:block}
.memorial-hero--classic .memorial-hero__thumbs{position:absolute;z-index:5;top:16px;right:16px;grid-template-columns:repeat(4,74px);grid-auto-rows:54px;max-width:340px}
.memorial-hero--classic .memorial-hero__thumb:nth-child(n+5){display:none}
.memorial-hero--no-thumbs .memorial-hero__frame{display:block}

.memorial-intro{padding-top:92px;padding-bottom:82px;background:var(--memorial-paper)}
.memorial-intro__centered{text-align:center}
.memorial-intro__centered .memorial-kicker{margin-bottom:20px}
.memorial-intro__centered h2{max-width:990px;margin:0 auto;font-size:40px;line-height:1.32;font-weight:500}
.memorial-intro__content{max-width:780px;margin:30px auto 0;color:var(--memorial-muted)}

.memorial-paths{padding-top:0;padding-bottom:0;background:var(--memorial-surface)}
.memorial-paths__grid{border:0}
.memorial-paths__grid>a{min-height:320px;padding:42px 38px 36px;background:transparent;border-top:1px solid var(--memorial-line);border-right:1px solid var(--memorial-line);border-bottom:1px solid var(--memorial-line)}
.memorial-paths__grid>a:last-child{border-right:0}
.memorial-paths__grid>a>span{font-size:12px;color:var(--memorial-burgundy)}
.memorial-paths__grid h2{margin-top:42px;font-size:29px;font-weight:600}
.memorial-paths__grid p{font-size:15px;line-height:1.7}
.memorial-paths__grid>a:hover{background:var(--memorial-paper)}

.memorial-section-heading{margin-bottom:38px}
.memorial-section-heading h2{font-size:42px;font-weight:600}
.memorial-section-heading>a{padding-bottom:4px;border-bottom:1px solid currentColor;font-size:13px;font-weight:700}
.memorial-card-grid{align-items:stretch}
.memorial-card{height:100%;border-color:var(--memorial-line);border-radius:var(--memorial-radius);box-shadow:0 13px 36px rgba(17,43,78,.055)}
.memorial-card__media{aspect-ratio:3/2}
.memorial-card__body{padding:27px 27px 29px}
.memorial-card__body h2{font-size:26px;line-height:1.22;font-weight:600}
.memorial-card__body>p:not(.memorial-eyebrow){font-size:14px;line-height:1.72}
.memorial-collection{display:grid;grid-template-columns:repeat(var(--memorial-collection-columns,3),minmax(0,1fr));gap:var(--memorial-gap);align-items:stretch}
.memorial-collection .memorial-card__body{padding:var(--memorial-collection-padding,26px)}
.memorial-collection .memorial-card__body h2{font-size:var(--memorial-collection-title,26px)}
.memorial-collection-ratio--3-2 .memorial-card__media{aspect-ratio:3/2}
.memorial-collection-ratio--4-3 .memorial-card__media{aspect-ratio:4/3}
.memorial-collection-ratio--16-9 .memorial-card__media{aspect-ratio:16/9}
.memorial-collection-ratio--1-1 .memorial-card__media{aspect-ratio:1}
.memorial-collection--list{grid-template-columns:1fr}
.memorial-collection--list .memorial-card{display:grid;grid-template-columns:minmax(250px,.85fr) minmax(0,1.4fr);min-height:250px}
.memorial-collection--list .memorial-card__media{height:100%;aspect-ratio:auto}
.memorial-collection--list .memorial-card__body{justify-content:center}
.memorial-collection--magazine .memorial-card:first-child{grid-column:span 2}
.memorial-collection-columns--1.memorial-collection--magazine .memorial-card:first-child{grid-column:span 1}
.memorial-collection--magazine .memorial-card:first-child .memorial-card__media{aspect-ratio:16/9}
.memorial-collection--magazine .memorial-card:first-child .memorial-card__body h2{font-size:calc(var(--memorial-collection-title,26px) + 6px)}
.memorial-collection--featured .memorial-card:first-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr)}
.memorial-collection--featured .memorial-card:first-child .memorial-card__media{height:100%;aspect-ratio:auto}
.memorial-collection--featured .memorial-card:first-child .memorial-card__body{justify-content:center}
.memorial-collection--featured .memorial-card:first-child .memorial-card__body h2{font-size:calc(var(--memorial-collection-title,26px) + 8px)}
.memorial-collection--compact{gap:max(10px,calc(var(--memorial-gap) * .65))}
.memorial-collection--compact .memorial-card{box-shadow:none}
.memorial-collection--compact .memorial-card__body{padding:max(14px,calc(var(--memorial-collection-padding,26px) * .72))}
.memorial-collection--compact .memorial-card__body h2{font-size:max(18px,calc(var(--memorial-collection-title,26px) - 4px))}
.memorial-collection--compact .memorial-card__body>p:not(.memorial-eyebrow){font-size:13px}
.memorial-collection{column-gap:var(--memorial-gap);row-gap:var(--memorial-collection-row-gap,var(--memorial-gap))}
.memorial-collection--fixed-height .memorial-card{min-height:var(--memorial-collection-min-height)}
.memorial-collection-fit--contain .memorial-card__media img{object-fit:contain;background:var(--memorial-surface)}
.memorial-card__terms{display:flex;flex-wrap:wrap;gap:6px;margin:-2px 0 14px}
.memorial-card__terms span{display:inline-flex;padding:4px 8px;border:1px solid var(--memorial-line);border-radius:999px;color:var(--memorial-muted);font-size:11px;line-height:1.2}
.memorial-gallery-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.memorial-gallery-strip>a{aspect-ratio:3/4;border-radius:var(--memorial-radius)}
.memorial-gallery-strip img{opacity:.9}
.memorial-gallery-strip span{font-size:22px;line-height:1.18;font-weight:600}

.home-galleries{background:var(--memorial-surface)}
.memorial-location__grid{gap:76px}
.memorial-map-frame{position:relative;min-width:0;overflow:hidden;border:1px solid var(--memorial-line);border-radius:var(--memorial-radius);background:var(--memorial-surface);box-shadow:0 18px 46px rgba(17,43,78,.08)}
.memorial-map-frame iframe{display:block;width:100%;height:430px;border:0}
.memorial-location__map{min-height:430px}
.memorial-map .memorial-map-frame iframe{height:440px}
.memorial-location h2{font-size:39px;line-height:1.3}
.memorial-button{min-height:48px;border-radius:3px;padding:11px 22px}

.memorial-page-header{padding:40px 0 0;background:var(--memorial-paper)!important;border:0}
.memorial-page-header .memorial-container{padding-bottom:25px;border-bottom:1px solid var(--memorial-line)}
.memorial-page-header h1{max-width:980px;font-size:44px;font-weight:600}
.memorial-page-header .memorial-container>p:last-child{font-size:17px;line-height:1.7}
.memorial-page-header--photo,.memorial-page-header--photo h1,.memorial-page-header--photo p{background:var(--memorial-paper)!important;color:var(--memorial-text)!important}
.memorial-page-header--photo .memorial-kicker{color:var(--memorial-burgundy)!important}
.page-header-style-soft .memorial-page-header .memorial-container{padding:32px 36px;border:0;border-radius:var(--memorial-radius);background:var(--memorial-surface)}
.page-header-style-line .memorial-page-header{padding-top:36px}
.page-header-style-line .memorial-page-header .memorial-container{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.55fr);align-items:end;gap:30px;padding-bottom:25px}
.page-header-style-line .memorial-page-header .memorial-kicker{grid-column:1/-1;margin-bottom:-12px}
.memorial-prose{font-size:18px;line-height:1.82}
.memorial-archive-intro{max-width:900px;margin:0 auto 46px;color:var(--memorial-muted)}
.memorial-archive-intro>p{font-size:18px;color:var(--memorial-text)}
.memorial-archive-note{margin-top:20px;border-top:1px solid var(--memorial-line);border-bottom:1px solid var(--memorial-line)}
.memorial-archive-note summary{padding:14px 2px;color:var(--memorial-burgundy);font-family:var(--memorial-body);font-size:13px;font-weight:700;cursor:pointer}
.memorial-archive-note>div{padding:4px 0 13px}
.memorial-archive-note>div p{font-size:15px;line-height:1.75}
.memorial-gallery-browser{padding-top:8px}
.memorial-single__header h1{font-size:56px;font-weight:600}
.memorial-single__dek{line-height:1.55}
.memorial-demo-documents{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:38px 0}
.memorial-demo-documents--three{grid-template-columns:repeat(3,minmax(0,1fr))}
.memorial-demo-documents figure{margin:0}
.memorial-demo-documents img{display:block;width:100%;height:100%;max-height:520px;object-fit:cover}

.site-footer{padding-top:62px;border-top:0;background:var(--memorial-footer);color:#cbd4df}
.site-footer h2,.site-footer strong{color:#fff}
.site-footer__grid{grid-template-columns:minmax(300px,1.45fr) minmax(150px,.6fr) minmax(210px,.8fr);gap:58px;padding-bottom:48px}
.site-footer__identity{gap:20px}
.site-footer__identity img{width:66px;height:66px;filter:none;opacity:1}
.site-footer__identity strong{font-size:25px}
.site-footer a{color:#e6edf5}
.site-footer__bottom{padding-block:18px;border-top:1px solid rgba(255,255,255,.14)}
.site-footer__bottom p{color:#9daabc}

.memorial-fallback-logo .memorial-logo--dark{display:none}
html[data-theme=dark]{--memorial-paper:#151b22;--memorial-surface:#1d2630;--memorial-text:#e3e9ef;--memorial-muted:#aeb8c3;--memorial-navy:#f0f4f8;--memorial-line:#35414e;--memorial-footer:#091a2f;--memorial-shadow:0 18px 44px rgba(0,0,0,.3)}
html[data-theme=dark] .site-branding img{background:transparent;border-radius:0;padding:0}
html[data-theme=dark] .memorial-fallback-logo .memorial-logo--light{display:none}
html[data-theme=dark] .memorial-fallback-logo .memorial-logo--dark{display:block;filter:none;opacity:1}
html[data-theme=dark] .memorial-map-frame{box-shadow:0 18px 46px rgba(0,0,0,.22)}
html[data-theme=dark] .memorial-page-header--photo,html[data-theme=dark] .memorial-page-header--photo h1,html[data-theme=dark] .memorial-page-header--photo p{background:var(--memorial-paper)!important;color:var(--memorial-text)!important}
html[data-theme=dark] .site-footer h2,html[data-theme=dark] .site-footer strong{color:#fff}
.theme-toggle{position:relative;overflow:hidden}
.theme-toggle__sun,.theme-toggle__moon{position:absolute;display:grid;place-items:center;inset:0;font-size:18px;transition:opacity .18s ease,transform .18s ease}
.theme-toggle__moon{opacity:0;transform:translateY(8px)}
html[data-theme=dark] .theme-toggle__sun{opacity:0;transform:translateY(-8px)}
html[data-theme=dark] .theme-toggle__moon{opacity:1;transform:none}
.header-search-toggle{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--memorial-line);border-radius:50%;background:transparent;color:var(--memorial-text);cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}
.header-search-toggle svg{width:18px;height:18px}
.header-search-toggle:hover,.header-search-toggle.is-open{border-color:var(--memorial-burgundy);color:var(--memorial-burgundy);background:var(--memorial-surface)}
.header-search-shell{position:relative;display:grid;place-items:center}
.header-search{position:absolute;z-index:120;top:calc(100% + 12px);right:-8px;width:min(320px,calc(100vw - 30px));padding:8px;border:1px solid var(--memorial-line);border-radius:8px;background:var(--memorial-paper);box-shadow:0 16px 38px rgba(17,43,78,.16)}
.header-search::before{position:absolute;top:-5px;right:21px;width:9px;height:9px;border-top:1px solid var(--memorial-line);border-left:1px solid var(--memorial-line);background:var(--memorial-paper);content:"";transform:rotate(45deg)}
.header-search[hidden]{display:none}
.header-search__form{position:relative;display:flex;align-items:center;gap:6px;padding:4px 4px 4px 13px;border:1px solid var(--memorial-line);border-radius:999px;background:var(--memorial-surface);transition:border-color .18s ease,box-shadow .18s ease}
.header-search__form:focus-within{border-color:var(--memorial-burgundy);box-shadow:0 0 0 3px rgba(126,40,58,.1)}
.header-search__form input{min-width:0;flex:1;height:34px;padding:0;border:0;outline:0;background:transparent;color:var(--memorial-text);font-size:14px}
.header-search__form input::placeholder{color:var(--memorial-muted)}
.header-search__form button{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:var(--memorial-burgundy);color:#fff;cursor:pointer;transition:filter .18s ease,transform .18s ease}
.header-search__form button:hover{filter:brightness(1.08);transform:scale(1.03)}
.header-search__form button svg{width:15px;height:15px}

/* Site-wide design presets. Heritage intentionally keeps the established defaults. */
.design-preset-documentary{--memorial-radius:0px;--memorial-gap:20px}
.design-preset-documentary h1,.design-preset-documentary h2,.design-preset-documentary h3,.design-preset-documentary .memorial-card__placeholder{font-family:var(--memorial-body)}
.design-preset-documentary .site-header{box-shadow:none;border-bottom-width:2px}
.design-preset-documentary .site-header__inner{min-height:112px}
.design-preset-documentary .memorial-fallback-logo{height:94px}
.design-preset-documentary .primary-navigation a{padding-top:43px;padding-bottom:41px;text-transform:uppercase;font-size:12px;font-weight:700}
.design-preset-documentary .memorial-kicker::before{width:38px}
.design-preset-documentary .memorial-card{box-shadow:none;border-top:3px solid var(--memorial-burgundy)}
.design-preset-documentary .memorial-card__media img{filter:saturate(.78) contrast(1.04)}
.design-preset-documentary .memorial-section-heading{padding-bottom:17px;border-bottom:2px solid var(--memorial-line)}
.design-preset-documentary .memorial-section-heading h2{font-size:36px}
.design-preset-documentary .memorial-paths__grid h2{font-family:var(--memorial-body);font-size:25px}
.design-preset-documentary .memorial-page-header h1{font-family:var(--memorial-body);font-weight:700}
.design-preset-documentary .memorial-single__meta{padding-block:11px;border-block:1px solid var(--memorial-line)}

.design-preset-quiet{--memorial-radius:6px;--memorial-gap:30px}
.design-preset-quiet .site-header{box-shadow:none}
.design-preset-quiet .memorial-hero{margin-top:max(34px,var(--memorial-hero-margin))}
.design-preset-quiet .memorial-intro__centered h2{max-width:860px;font-size:36px;font-weight:500}
.design-preset-quiet .memorial-card{border:0;border-bottom:1px solid var(--memorial-line);box-shadow:none;background:transparent}
.design-preset-quiet .memorial-card__body{padding:25px 2px 18px}
.design-preset-quiet .memorial-paths{background:var(--memorial-paper)}
.design-preset-quiet .memorial-paths__grid{gap:24px}
.design-preset-quiet .memorial-paths__grid>a{border:0;border-radius:var(--memorial-radius);background:var(--memorial-surface)}
.design-preset-quiet .memorial-paths__grid>a:last-child{border:0}
.design-preset-quiet .memorial-section-heading h2{font-weight:500}
.design-preset-quiet .memorial-page-header .memorial-container{padding-top:14px;padding-bottom:34px}
.design-preset-quiet .memorial-page-header h1{font-weight:500}
.design-preset-quiet .memorial-single__header{text-align:center}
.design-preset-quiet .memorial-single__meta{justify-content:center}

.design-preset-museum{--memorial-radius:2px;--memorial-gap:18px}
.design-preset-museum .site-header{box-shadow:none;border-bottom:4px solid var(--memorial-burgundy)}
.design-preset-museum .memorial-section-heading{align-items:center;padding:0 0 18px;border-bottom:1px solid var(--memorial-burgundy)}
.design-preset-museum .memorial-section-heading h2{font-size:44px}
.design-preset-museum .memorial-card{border:0;box-shadow:0 16px 38px rgba(17,43,78,.11)}
.design-preset-museum .memorial-card__body{border-top:4px solid var(--memorial-burgundy)}
.design-preset-museum .memorial-paths__grid>a:first-child{background:var(--memorial-paper)}
.design-preset-museum .memorial-paths__grid>a:nth-child(2){background:color-mix(in srgb,var(--memorial-surface) 78%,var(--memorial-paper))}
.design-preset-museum .memorial-paths__grid>a:nth-child(3){background:var(--memorial-surface)}
.design-preset-museum .memorial-page-header .memorial-container{border-bottom:3px solid var(--memorial-burgundy)}
.design-preset-museum .memorial-page-header h1{font-size:50px}
.design-preset-museum .memorial-single__header .memorial-reading-width{padding-bottom:28px;border-bottom:3px solid var(--memorial-burgundy)}
html[data-theme=dark] .design-preset-museum .memorial-card{box-shadow:0 16px 38px rgba(0,0,0,.24)}

/* Home-page compositions. */
.home-main{display:flex;flex-direction:column}
.home-layout-photo-first .memorial-hero{order:1}
.home-layout-photo-first .home-galleries{order:2}
.home-layout-photo-first .memorial-intro{order:3}
.home-layout-photo-first .memorial-paths{order:4}
.home-layout-photo-first .home-news{order:5}
.home-layout-photo-first .memorial-location{order:6}
.home-layout-photo-first .home-galleries{background:var(--memorial-paper)}
.home-layout-photo-first .memorial-intro{background:var(--memorial-surface)}

.home-layout-story .memorial-hero{order:1}
.home-layout-story .memorial-intro{order:2}
.home-layout-story .home-news{order:3;background:var(--memorial-surface)}
.home-layout-story .memorial-paths{order:4}
.home-layout-story .home-galleries{order:5;background:var(--memorial-paper)}
.home-layout-story .memorial-location{order:6}
.home-layout-story .memorial-intro__centered{text-align:left}
.home-layout-story .memorial-intro__centered h2,.home-layout-story .memorial-intro__content{max-width:850px;margin-left:0}

.home-layout-compact{--memorial-section:52px}
.home-layout-compact .memorial-hero{order:1}
.home-layout-compact .memorial-intro{order:2;padding-block:48px}
.home-layout-compact .memorial-paths{order:3}
.home-layout-compact .home-news{order:4}
.home-layout-compact .home-galleries{order:5}
.home-layout-compact .memorial-location{order:6}
.home-layout-compact .memorial-hero__frame{height:min(var(--memorial-hero-height),420px)}
.home-layout-compact .memorial-intro__centered h2{font-size:31px;max-width:880px}
.home-layout-compact .memorial-paths__grid>a{min-height:235px;padding:30px}
.home-layout-compact .memorial-paths__grid h2{margin-top:24px;font-size:25px}

/* Home gallery presentations. */
.memorial-gallery-strip--grid,.memorial-gallery-strip--compact{grid-template-columns:repeat(var(--memorial-home-gallery-columns,4),minmax(0,1fr))}
.memorial-gallery-strip--compact{gap:8px}
.memorial-gallery-strip--compact>a{aspect-ratio:4/3}
.memorial-gallery-strip--compact span{left:12px;right:12px;bottom:11px;font-family:var(--memorial-body);font-size:15px}
.memorial-gallery-strip--mosaic{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:clamp(145px,14vw,210px)}
.memorial-gallery-strip--mosaic>a{aspect-ratio:auto}
.memorial-gallery-strip--mosaic>a:first-child{grid-column:span 2;grid-row:span 2}
.memorial-gallery-strip--mosaic>a:nth-child(4):last-child{grid-column:span 2}
.memorial-gallery-strip--panorama{grid-template-columns:repeat(2,minmax(0,1fr))}
.memorial-gallery-strip--panorama>a{aspect-ratio:16/9}

/* Additional archive layouts. */
.memorial-collection--overlay .memorial-card{position:relative;min-height:390px}
.memorial-collection--overlay .memorial-card__media{position:absolute;inset:0;height:100%;aspect-ratio:auto}
.memorial-collection--overlay .memorial-card__body{position:relative;z-index:1;min-height:45%;margin-top:auto;padding:22px;background:rgba(9,26,47,.88);color:#fff}
.memorial-collection--overlay .memorial-card__body h2,.memorial-collection--overlay .memorial-card__body h2 a,.memorial-collection--overlay .memorial-card__body .memorial-eyebrow,.memorial-collection--overlay .memorial-card__body .memorial-text-link{color:#fff}
.memorial-collection--overlay .memorial-card__body>p:not(.memorial-eyebrow){color:#dce5ee}
.memorial-collection--overlay .memorial-card__terms span{border-color:rgba(255,255,255,.45);color:#fff}
.memorial-collection--timeline{grid-template-columns:1fr;max-width:1040px;margin-inline:auto;padding-left:38px;border-left:1px solid var(--memorial-line)}
.memorial-collection--timeline .memorial-card{position:relative;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.35fr);min-height:230px;overflow:visible}
.memorial-collection--timeline .memorial-card::before{content:"";position:absolute;left:-46px;top:34px;width:13px;height:13px;border:3px solid var(--memorial-paper);border-radius:50%;background:var(--memorial-burgundy);box-shadow:0 0 0 1px var(--memorial-line)}
.memorial-collection--timeline .memorial-card__media{height:100%;aspect-ratio:auto;overflow:hidden}
.memorial-collection--timeline .memorial-card__body{justify-content:center}

/* Page-header and single-article presentations. */
.page-header-style-centered .memorial-page-header .memorial-container{text-align:center;padding-bottom:34px}
.page-header-style-centered .memorial-page-header h1,.page-header-style-centered .memorial-page-header .memorial-container>p:last-child{margin-inline:auto}
.page-header-style-centered .memorial-page-header .memorial-kicker::before{display:none}
.page-header-style-accent .memorial-page-header .memorial-container{padding:28px 32px;border-left:5px solid var(--memorial-burgundy);border-bottom:0;background:var(--memorial-surface)}
.single-layout-centered .memorial-single__header{text-align:center}
.single-layout-centered .memorial-single__meta{justify-content:center}
.single-layout-centered .memorial-single__lead{width:min(calc(100% - 48px),var(--memorial-narrow))}
.single-layout-document .memorial-single__header .memorial-reading-width{padding:24px 0 24px 34px;border-left:4px solid var(--memorial-burgundy)}
.single-layout-document .memorial-single__header h1{font-family:var(--memorial-body);font-size:48px;line-height:1.2}
.single-layout-document .memorial-single__lead{width:min(calc(100% - 48px),var(--memorial-narrow))}
.single-layout-document .memorial-prose{font-family:Georgia,"Times New Roman",serif}

@media(max-width:1100px){
	.site-header__inner{min-height:102px;gap:18px}
	.site-branding{max-width:320px;min-width:200px}
	.site-branding img{max-height:82px}
	.memorial-fallback-logo{height:82px}
	.primary-navigation a{padding:39px 9px 35px;font-size:13px}
	.menu-style-underline .primary-navigation a::after{left:9px;bottom:25px}
	.menu-style-underline .primary-navigation a:hover::after,.menu-style-underline .primary-navigation .current-menu-item>a::after,.menu-style-underline .primary-navigation .current-menu-ancestor>a::after{right:9px}
	.memorial-hero--editorial .memorial-hero__frame{grid-template-columns:minmax(0,1.55fr) minmax(280px,.8fr)}
	.memorial-paths__grid>a{padding-inline:28px}
	.design-preset-documentary .site-header__inner{min-height:96px}
	.design-preset-documentary .memorial-fallback-logo{height:82px}
}

@media(max-width:900px){
	body{font-size:16px;line-height:1.72}
	h1{font-size:44px}h2{font-size:34px}
	.site-header__inner{min-height:84px}
	.site-branding{max-width:260px;min-width:0}
	.site-branding img{max-height:70px}
	.memorial-fallback-logo{height:70px}
	.primary-navigation{inset:85px 0 0}
	.primary-navigation a{padding:14px 0;font-size:16px}
	.memorial-hero{margin-top:min(var(--memorial-hero-margin),20px)}
	.memorial-hero__frame{height:min(var(--memorial-hero-height),500px)}
	.memorial-hero--editorial .memorial-hero__frame{grid-template-columns:minmax(0,1.4fr) minmax(230px,.75fr)}
	.memorial-hero--split .memorial-hero__frame{grid-template-columns:minmax(0,1fr) 150px}
	.memorial-hero__slide figcaption strong{font-size:32px}
	.memorial-intro{padding-top:72px;padding-bottom:66px}
	.memorial-intro__centered h2{font-size:34px}
	.memorial-paths__grid{grid-template-columns:1fr}
	.memorial-paths__grid>a{min-height:230px;border-right:0;border-bottom:0}
	.memorial-paths__grid>a:last-child{border-bottom:1px solid var(--memorial-line)}
	.memorial-paths__grid h2{margin-top:22px}
	.memorial-card-grid>.memorial-card:last-child:nth-child(odd){max-width:none}
	.memorial-gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr))}
	.memorial-gallery-strip>a{aspect-ratio:4/3}
	.memorial-collection{grid-template-columns:repeat(2,minmax(0,1fr))}
	.memorial-collection-columns--1{grid-template-columns:1fr}
	.memorial-collection--list{grid-template-columns:1fr}
	.memorial-collection--magazine .memorial-card:first-child,.memorial-collection--featured .memorial-card:first-child{grid-column:1/-1}
	.memorial-collection--featured .memorial-card:first-child{grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr)}
	.memorial-collection--overlay{grid-template-columns:repeat(2,minmax(0,1fr))}
	.memorial-collection--timeline{grid-template-columns:1fr}
	.memorial-gallery-strip--grid,.memorial-gallery-strip--compact{grid-template-columns:repeat(2,minmax(0,1fr))}
	.memorial-gallery-strip--mosaic{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:180px}
	.memorial-gallery-strip--mosaic>a:first-child{grid-column:span 2}
	.memorial-gallery-strip--mosaic>a:nth-child(4):last-child{grid-column:span 1}
	.memorial-gallery-strip--panorama{grid-template-columns:repeat(2,minmax(0,1fr))}
	.memorial-location__map{min-height:360px}
	.memorial-map-frame iframe{height:360px}
	.site-footer__grid{grid-template-columns:1fr 1fr}
	.site-footer__identity{grid-column:1/-1}
}

@media(max-width:620px){
	body{font-size:15px}
	h1{font-size:38px}h2{font-size:30px}h3{font-size:23px}
	.site-header__inner{min-height:74px;gap:8px}
	.site-branding{max-width:190px}
	.site-branding img{max-height:62px}
	.memorial-fallback-logo{height:62px}
	.header-tools{display:flex;order:2;margin-left:auto}
	.language-navigation{display:none}
	.header-search{position:fixed;top:82px;right:15px;left:15px;width:auto}
	.admin-bar .header-search{top:128px}
	.header-search::before{right:98px}
	.primary-navigation{top:75px}
	.memorial-hero{margin-top:min(var(--memorial-hero-margin),14px)}
	.memorial-hero>.memorial-container{width:min(calc(100% - 30px),var(--memorial-hero-width))}
	.memorial-hero__frame,.memorial-hero--editorial .memorial-hero__frame,.memorial-hero--split .memorial-hero__frame,.memorial-hero--filmstrip .memorial-hero__frame{height:430px;display:grid;grid-template-columns:1fr;grid-template-rows:minmax(0,3fr) minmax(82px,1fr);gap:5px}
	.memorial-hero--classic .memorial-hero__frame,.memorial-hero--no-thumbs .memorial-hero__frame{display:block}
	.memorial-hero__thumbs,.memorial-hero--editorial .memorial-hero__thumbs,.memorial-hero--split .memorial-hero__thumbs,.memorial-hero--filmstrip .memorial-hero__thumbs{position:static;display:grid;grid-auto-flow:column;grid-template-columns:none;grid-template-rows:1fr;grid-auto-columns:minmax(76px,1fr);max-width:none;overflow-x:auto}
	.memorial-hero--editorial .memorial-hero__thumb:nth-child(n+5),.memorial-hero--classic .memorial-hero__thumb:nth-child(n+5){display:block}
	.memorial-hero__slide figcaption{left:20px;right:62px;bottom:18px}
	.memorial-hero__slide figcaption strong{font-size:28px}
	.memorial-hero__slide figcaption span{font-size:10px}
	.memorial-hero__arrow{width:36px;height:46px;font-size:26px}.memorial-hero__arrow--prev{left:8px}.memorial-hero__arrow--next{right:8px}
	.memorial-intro{padding-top:55px;padding-bottom:50px}
	.memorial-intro__centered h2{font-size:28px;line-height:1.38}
	.memorial-paths__grid>a{min-height:215px;padding:28px 23px}
	.memorial-section-heading h2{font-size:33px}
	.memorial-card__body{padding:22px}
	.memorial-card__body h2{font-size:24px}
	.memorial-gallery-strip{gap:10px}
	.memorial-gallery-strip>a{aspect-ratio:3/4}
	.memorial-gallery-strip span{left:12px;right:12px;bottom:12px;font-size:18px}
	.memorial-location h2{font-size:31px}
	.memorial-location__map{min-height:300px}
	.memorial-map-frame iframe,.memorial-map .memorial-map-frame iframe{height:300px}
	.memorial-page-header{padding:30px 0 0}
	.memorial-page-header .memorial-container{padding-bottom:21px}
	.memorial-page-header h1{font-size:34px}
	.page-header-style-soft .memorial-page-header .memorial-container{padding:24px 20px}
	.page-header-style-line .memorial-page-header .memorial-container{display:block}
	.memorial-collection{grid-template-columns:1fr}
	.memorial-collection--list .memorial-card,.memorial-collection--featured .memorial-card:first-child{display:flex;grid-template-columns:none}
	.memorial-collection--list .memorial-card__media,.memorial-collection--featured .memorial-card:first-child .memorial-card__media{height:auto;aspect-ratio:3/2}
	.memorial-collection--overlay{grid-template-columns:1fr}
	.memorial-collection--overlay .memorial-card{min-height:340px}
	.memorial-collection--timeline{padding-left:24px}
	.memorial-collection--timeline .memorial-card{display:flex;min-height:0}
	.memorial-collection--timeline .memorial-card::before{left:-31px;top:28px;width:11px;height:11px}
	.memorial-collection--timeline .memorial-card__media{height:auto;aspect-ratio:3/2}
	.memorial-gallery-strip--panorama{grid-template-columns:1fr}
	.memorial-gallery-strip--mosaic{grid-auto-rows:135px}
	.memorial-gallery-strip--mosaic>a:first-child{grid-row:span 2}
	.page-header-style-accent .memorial-page-header .memorial-container{padding:22px 20px;border-left-width:4px}
	.single-layout-document .memorial-single__header .memorial-reading-width{padding-left:20px}
	.single-layout-document .memorial-single__header h1{font-size:36px}
	.design-preset-museum .memorial-section-heading h2{font-size:34px}
	.design-preset-quiet .memorial-paths__grid{gap:12px}
	.design-preset-quiet .memorial-paths__grid>a{border:0}
	.memorial-prose{font-size:17px;line-height:1.78}
	.memorial-archive-intro{margin-bottom:38px}
	.memorial-demo-documents,.memorial-demo-documents--three{grid-template-columns:1fr}
	.site-footer{padding-top:44px}
	.site-footer__grid{grid-template-columns:1fr;gap:34px;padding-bottom:38px}
	.site-footer__identity{grid-column:auto}
}

.memorial-fallback-logo img{max-height:none}
.memorial-filter-bar,.memorial-site-search{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 30px}
.memorial-filter-bar label{color:var(--memorial-muted);font-size:12px;font-weight:700;text-transform:uppercase}
.memorial-filter-bar select,.memorial-site-search input,.memorial-site-search select{min-height:42px;padding:0 12px;border:1px solid var(--memorial-line);border-radius:3px;background:var(--memorial-paper);color:var(--memorial-text);font:inherit}
.memorial-filter-bar button,.memorial-site-search button{min-height:42px;padding:0 18px;border:1px solid var(--memorial-burgundy);border-radius:3px;background:var(--memorial-burgundy);color:#fff;font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.memorial-filter-bar a{color:var(--memorial-burgundy);font-size:13px;font-weight:700}
.memorial-site-search{max-width:760px;margin-top:24px;margin-bottom:0}
.memorial-site-search input{flex:1 1 280px}.memorial-site-search select{flex:0 1 190px}
@media(max-width:620px){.memorial-filter-bar>*{flex:1 1 auto}.memorial-site-search{display:grid;grid-template-columns:1fr}.memorial-site-search input,.memorial-site-search select,.memorial-site-search button{width:100%}}
