:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;line-height:1.5;font-weight:400;color:#1a3a36;background-color:#f6f8f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.main{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:1.5rem 1.25rem 3rem}.gallery-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.gallery-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;padding:0;border:none;background:#1a3a36b8;cursor:pointer}.gallery-modal__panel{position:relative;z-index:1;max-width:min(96vw,1200px);max-height:92vh;display:flex;flex-direction:column;background:#fff;border-radius:14px;box-shadow:0 24px 80px #00000059;overflow:hidden}.gallery-modal__close{position:absolute;top:.5rem;right:.5rem;z-index:2;width:2.5rem;height:2.5rem;margin:0;padding:0;border:none;border-radius:10px;background:#ffffffeb;color:#1a3a36;font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.gallery-modal__close:hover{background:#fff}.gallery-modal__close:focus-visible{outline:2px solid #1a3a36;outline-offset:2px}.gallery-modal__body{padding:2.25rem 1.25rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;overflow:auto;max-height:92vh}.gallery-modal__image-wrap{position:relative;display:inline-block;max-width:100%;line-height:0;border-radius:8px}.gallery-modal__img{max-width:100%;max-height:min(78vh,900px);width:auto;height:auto;object-fit:contain;border-radius:8px}.gallery-modal__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0}.gallery-modal__image-wrap:hover .gallery-modal__img--hover{opacity:1}.gallery-modal__image-wrap--swap:hover .gallery-modal__img--base{opacity:0}.gallery-modal__meta{display:flex;flex-direction:column;align-items:center;gap:.35rem;max-width:42rem;width:100%}.gallery-modal__caption{margin:0;text-align:center;font-size:1rem;color:#1a3a36d9}.gallery-modal__day{margin:0;text-align:center;font-size:.9rem;color:#1a3a36a6}.gallery{width:100%}.gallery__grid{--gallery-row-h: 368px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-auto-rows:var(--gallery-row-h);gap:1rem;align-items:stretch}.gallery__item{margin:0;width:100%;min-height:0;background:transparent;border:none;box-shadow:none;overflow:visible;display:flex;flex-direction:column}.gallery__item--1x1{grid-column:span 1;grid-row:span 1}.gallery__item--2x1{grid-column:span 2;grid-row:span 1}.gallery__item--2x2{grid-column:span 2;grid-row:span 2}.gallery__item--3x2{grid-column:span 3;grid-row:span 2}@media(max-width:900px){.gallery__item--3x2{grid-column:span 2}}@media(max-width:640px){.gallery__grid{--gallery-row-h: 338px}.gallery__item--2x1{grid-column:span 1}.gallery__item--3x2,.gallery__item--2x2{grid-column:span 1;grid-row:span 2}}.gallery__tile{display:flex;flex:1;flex-direction:column;min-height:0;width:100%;margin:0;padding:0;border:none;background:transparent;cursor:pointer;border-radius:12px;text-align:center}.gallery__tile:focus{outline:none}.gallery__tile:focus-visible{outline:2px solid #1a3a36;outline-offset:3px;border-radius:12px}.gallery__thumb{position:relative;display:flex;flex:1;justify-content:center;align-items:center;width:100%;min-height:0;height:100%;line-height:0;border-radius:12px}.gallery__img{width:100%;height:100%;max-width:100%;display:block;margin-inline:auto;object-fit:cover;object-position:center;border-radius:12px;box-shadow:0 4px 20px #1a3a361f}.gallery__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0}.gallery__tile:hover .gallery__img--hover,.gallery__tile:focus-visible .gallery__img--hover{opacity:1}.gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#1a3a3685;opacity:0;transition:opacity .2s ease;border-radius:12px}.gallery__tile:hover .gallery__overlay,.gallery__tile:focus-visible .gallery__overlay{opacity:1}.gallery__overlay-text{color:#fff;font-size:1rem;font-weight:600;line-height:1.35;text-align:center;text-shadow:0 1px 12px rgba(0,0,0,.35)}.gallery__empty{text-align:center;padding:3rem 1.5rem;color:#1a3a36a6;background:#fff;border-radius:12px;border:1px dashed rgba(26,58,54,.2)}.gallery__empty code{font-size:.9em;background:#1a3a360f;padding:.15em .45em;border-radius:6px}.gallery__empty--note{margin-top:.75rem;font-size:.9rem;color:#1a3a368c}@media(prefers-reduced-motion:reduce){.gallery__overlay{transition:none}}.graveyard{min-height:60vh}.graveyard__header{margin-bottom:2rem}.graveyard__title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:#1a3a36;margin:0}.graveyard__empty{text-align:center;color:#1a3a3673;margin-top:4rem;font-size:.95rem;line-height:1.7}.graveyard__empty code{background:#1a3a3614;border-radius:4px;padding:.1em .35em;font-size:.88em}.graveyard__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.75rem}.graveyard__stone{position:relative;background:#e8e4de;border-radius:50% 50% 6px 6px/28% 28% 6px 6px;padding:1.5rem 1.25rem 1.25rem;display:flex;flex-direction:column;align-items:center;gap:.85rem;box-shadow:0 2px 8px #0000001f,0 6px #c8c4be,0 8px #b8b4ae;transition:transform .2s,box-shadow .2s}.graveyard__stone:hover{transform:translateY(-3px);box-shadow:0 6px 16px #00000029,0 6px #c8c4be,0 8px #b8b4ae}.graveyard__stone--rip{background:#d4d0ca;filter:saturate(.6)}.graveyard__stone-photo-wrap{position:relative;width:110px;height:110px;border-radius:50%;overflow:hidden;border:3px solid rgba(0,0,0,.12);flex-shrink:0;padding:0;background:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.graveyard__stone-photo-wrap:hover{transform:scale(1.05);box-shadow:0 4px 16px #0003}.graveyard__stone-photo{width:100%;height:100%;object-fit:cover;display:block}.graveyard__stone--rip .graveyard__stone-photo{filter:grayscale(1) brightness(.85)}.graveyard__stone-x{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.graveyard__stone-x svg{width:100%;height:100%}.graveyard__stone-x line{stroke:#c0392b;stroke-width:9;stroke-linecap:round}.graveyard__stone-info{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.2rem}.graveyard__stone-name{margin:0;font-size:.95rem;font-weight:700;color:#2a2a2a;letter-spacing:.01em}.graveyard__stone-dates{margin:0;font-size:.72rem;color:#00000080;letter-spacing:.02em;font-variant-numeric:tabular-nums}.graveyard__stone-dash{color:#00000059}.graveyard__stone-rip{position:relative;margin:.15rem 0 0;font-size:.65rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#0006;cursor:default}.graveyard__stone-rip-tooltip{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);white-space:nowrap;background:#1a3a36;color:#f6f8f7;font-size:.7rem;font-weight:500;letter-spacing:.01em;padding:.3rem .6rem;border-radius:6px;pointer-events:none;opacity:0;transition:opacity .15s}.graveyard__stone-rip-tooltip:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-bottom-color:#1a3a36}.graveyard__stone-rip:hover .graveyard__stone-rip-tooltip{opacity:1}.top-nav{background:#fff;border-bottom:1px solid rgba(26,58,54,.12);box-shadow:0 1px #fffc}.top-nav__inner{max-width:1400px;margin:0 auto;padding:.875rem 1.25rem;display:flex;align-items:center}.top-nav__brand{display:inline-flex;flex-direction:row;align-items:center;text-decoration:none;color:inherit;gap:0}.top-nav__mark{height:36px;width:auto;display:block;flex-shrink:0}.top-nav__suffix{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;font-size:2rem;font-weight:700;letter-spacing:-.03em;line-height:1;color:#1a3a36;margin-left:.1em;transform:translateY(1px)}.top-nav__grave{background:none;border:none;margin-left:auto;font-size:1.4rem;line-height:1;cursor:pointer;padding:.25rem;border-radius:6px;opacity:.6;transition:opacity .15s,transform .15s}.top-nav__grave:hover{opacity:1;transform:translateY(-2px)}.under-construction{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.25rem 4rem;min-height:min(70vh,560px)}.under-construction__title{margin:0 0 .75rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.03em;color:#1a3a36}.under-construction__text{margin:0;max-width:28rem;font-size:1.05rem;line-height:1.55;color:#1a3a36b8}
