@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Libre+Caslon+Display&display=swap');
:root{--paper:#faf8f3;--white:#fffefa;--ink:#292e29;--muted:#62665b;--forest:#234438;--forest-dark:#18352b;--line:#dcdcd0;--clay:#90664b;--pale:#eeefe6;--serif:'Libre Caslon Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;background:var(--paper);color:var(--ink);font:1rem/1.6 var(--sans)}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}a{color:inherit}button:disabled{cursor:not-allowed;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #b57c41;outline-offset:4px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.06}h1{font-size:clamp(3rem,5.6vw,5.6rem);letter-spacing:-.025em}h2{font-size:clamp(2.2rem,3.2vw,3.35rem);letter-spacing:-.015em}h3{font-size:2rem}em{font-weight:400;color:var(--clay)}img{display:block;max-width:100%;object-fit:cover}button{border:0;background:none}.wrap{max-width:1280px;width:calc(100% - 104px);margin:auto}.skip{position:absolute;top:-100px;background:var(--forest);color:white;padding:12px;z-index:99}.skip:focus{top:0}.demo-bar{background:var(--forest);color:#fffefa;font-size:.8rem;letter-spacing:.065em;padding:9px 5%;display:flex;justify-content:center;align-items:center;gap:24px}.demo-bar button{color:inherit;text-decoration:underline;text-underline-offset:3px;font-size:.82rem;letter-spacing:0}.site-header{display:flex;align-items:center;justify-content:space-between;padding:25px 0 22px;gap:24px;border-bottom:1px solid var(--line)}.brand{text-decoration:none;display:flex;flex-direction:column;align-items:center;line-height:.9}.brand>span{font-family:var(--serif);font-size:2.4rem;letter-spacing:-.06em}.brand small{font-size:.65rem;letter-spacing:.3em;margin:9px 0 0 4px}.brand-period{color:var(--clay)}nav{display:flex;gap:34px}nav a{font-size:.9rem;text-decoration:none;padding:10px 0}nav a:hover{color:var(--clay)}.button{border-radius:5px;padding:13px 21px;display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:48px;text-decoration:none;font-size:.91rem;font-weight:500;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.primary{background:var(--forest);color:#fff}.primary:hover{background:var(--forest-dark)}.outline{border:1px solid #909b89;background:transparent}.outline:hover{background:var(--pale)}.small{padding:9px 16px;font-size:.86rem;min-height:43px}.text-button{padding:10px 0;display:inline-flex;gap:13px;align-items:center;font-size:.91rem;color:var(--forest);border-bottom:1px solid var(--forest)}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:7%;padding-top:61px;padding-bottom:57px;align-items:center}.eyebrow{font-size:.73rem;letter-spacing:.15em;font-weight:600;line-height:1.7;color:var(--forest);margin-bottom:17px}.hero .intro{font-size:1.05rem;line-height:1.75;max-width:440px;margin-top:25px;color:var(--muted)}.hero-actions{display:flex;gap:28px;align-items:center;margin-top:31px}.album-note{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.82rem;margin-top:29px}.hero-image{position:relative;padding:12px 12px 42px;background:var(--white);box-shadow:0 10px 32px #3330160c;transform:rotate(1.8deg);border:1px solid #e4e1d6}.hero-image>img{width:100%;height:380px;object-position:center}.hero-image figcaption{position:absolute;bottom:11px;width:calc(100% - 24px);text-align:center;font:italic 1.25rem var(--serif);color:#676455}.photo-stamp{position:absolute;right:-16px;bottom:44px;padding:19px 14px;border:1px solid #bdb898;border-radius:50%;width:123px;height:123px;background:#f3f0df;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:.64rem;letter-spacing:.14em;transform:rotate(-12deg);line-height:1.6;box-shadow:0 4px 18px #44310c16}.photo-stamp span{font:italic 1.03rem var(--serif);letter-spacing:0}.section{padding-top:57px;padding-bottom:64px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:31px}.section-heading .eyebrow{margin-bottom:10px}.pet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:27px}.pet-card{border:1px solid var(--line);border-radius:7px;overflow:hidden;background:var(--white);transition:transform .2s,box-shadow .2s}.pet-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #2834220a}.pet-photo-button{padding:0;width:100%;position:relative;text-align:left;display:block}.pet-photo{width:100%;height:263px;object-position:center}.pet-status{position:absolute;bottom:15px;left:17px;background:#fffdf2ed;backdrop-filter:blur(4px);border-radius:3px;padding:5px 10px;font-size:.76rem;color:#4d4f43}.pet-status.living{background:#e5eee4ee;color:var(--forest)}.pet-card-body{padding:23px 23px 19px}.pet-card-title{display:flex;justify-content:space-between;gap:15px;align-items:center}.pet-card-title button{font:inherit;padding:0}.pet-card-title span{font-size:.78rem;color:var(--muted)}.pet-nickname{font-size:.94rem;color:var(--muted);margin-top:8px}.pet-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:21px;padding-top:16px;border-top:1px solid var(--line);font-size:.82rem}.pet-card-footer button{color:var(--forest);padding:3px 0;font-weight:500}.pet-card-footer span{color:var(--muted);font-size:.76rem}.local-note{font-size:.8rem;color:var(--muted);margin-top:21px;max-width:700px}.timeline-section{background:var(--pale);padding:66px 0 62px;border-top:1px solid #e3e5d8;border-bottom:1px solid #e3e5d8}.timeline-layout{display:grid;grid-template-columns:1fr 1.25fr;gap:10%}.timeline-intro{padding-top:10px}.timeline-intro p:not(.eyebrow){color:var(--muted);max-width:340px;margin-top:22px;line-height:1.8}.timeline-intro button{margin-top:21px}.timeline{list-style:none;padding:0;margin:0;position:relative}.timeline:before{content:'';position:absolute;left:66px;top:14px;bottom:31px;width:1px;background:#b9c2ac}.timeline li{position:relative;display:grid;grid-template-columns:49px 1fr;gap:41px;padding:0 0 25px}.timeline li:before{content:'';position:absolute;left:62px;top:10px;width:9px;height:9px;border-radius:50%;background:var(--forest);box-shadow:0 0 0 5px var(--pale)}.timeline li:last-child{padding-bottom:0}.timeline .year{font-size:.9rem;color:var(--forest);padding-top:3px;font-weight:600}.timeline h3{font-family:var(--sans);font-size:1rem;font-weight:500;line-height:1.5}.timeline p{font-size:.88rem;color:var(--muted);margin-top:4px;line-height:1.65}.timeline button{padding:0;text-align:left;color:inherit}.timeline button:hover{text-decoration:underline}.memory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.memory-card{padding:24px 25px;border-top:2px solid #b79473;background:#f2efe7;border-radius:0 0 5px 5px}.memory-card blockquote{font-family:var(--serif);font-size:1.65rem;line-height:1.32;margin:0 0 23px;overflow-wrap:anywhere}.memory-byline{font-size:.8rem;color:var(--muted)}.memory-pet{display:block;font-size:.75rem;margin-top:4px;color:var(--clay)}.memory-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:25px;color:var(--muted);font-size:.85rem}.count{background:var(--forest);color:white;border-radius:50%;min-width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem}.album-bottom{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:47px;padding-bottom:47px;display:flex;justify-content:space-between;align-items:center;gap:30px}.album-bottom h2{font-size:2.8rem}.album-bottom p:not(.eyebrow){color:var(--muted);margin-top:15px;font-size:.94rem}.site-footer{padding-top:31px;padding-bottom:29px;display:flex;gap:35px;align-items:center;justify-content:space-between}.footer-brand>span{font-size:1.9rem}.footer-brand small{font-size:.57rem}.site-footer>p{font:italic 1.15rem var(--serif);color:var(--muted)}.footer-actions{display:flex;gap:21px;flex-wrap:wrap;justify-content:flex-end}.footer-actions button{padding:5px 0;font-size:.77rem;color:var(--muted);text-decoration:underline;text-underline-offset:4px}.demo-tag{font:600 .64rem var(--sans);letter-spacing:.06em;background:#eae6da;padding:2px 5px;border-radius:3px;color:#645940;margin-left:5px}dialog{padding:0;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--ink);max-height:92dvh;box-shadow:0 24px 100px #0003}dialog::backdrop{background:#15251ed1;backdrop-filter:blur(4px)}.profile-dialog{width:950px;max-width:calc(100vw - 36px)}.action-dialog{width:640px;max-width:calc(100vw - 32px)}.dialog-inner{padding:29px 33px 33px}.dialog-top{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-bottom:23px}.dialog-top h2{font-size:2.3rem;padding-top:5px}.icon-button{font:1.8rem/1 var(--sans);width:42px;height:42px;min-width:42px;border-radius:50%;background:#ecece2;display:flex;align-items:center;justify-content:center}.icon-button:hover{background:#dbdfd1}.profile-header{display:grid;grid-template-columns:300px 1fr;position:relative;background:#e9eee4}.profile-header>img{width:100%;height:315px}.profile-header>div{padding:38px 37px 30px}.profile-header h2{font-size:4.2rem}.profile-header .eyebrow{margin:0 45px 8px 0}.profile-header .profile-nickname{font:italic 1.5rem var(--serif);color:var(--muted);margin-top:8px}.profile-header .close-profile{position:absolute;right:14px;top:14px}.profile-dates{font-size:.87rem;margin-top:21px;color:var(--muted);line-height:1.8}.profile-tabs{display:flex;padding:0 30px;border-bottom:1px solid var(--line);gap:28px;overflow:auto}.profile-tabs button{white-space:nowrap;padding:19px 0 15px;font-size:.9rem;border-bottom:3px solid transparent}.profile-tabs button[aria-selected=true]{border-color:var(--forest);color:var(--forest);font-weight:600}.profile-panel{padding:31px 37px 38px}.profile-panel[hidden]{display:none}.profile-panel h3{font-size:2rem;margin-bottom:19px}.prose{max-width:690px;line-height:1.8;color:#4e574c;white-space:pre-line;overflow-wrap:anywhere}.pet-quote{border-left:2px solid var(--clay);margin:27px 0;padding:4px 0 4px 22px;font:italic 1.65rem/1.4 var(--serif);color:var(--clay);overflow-wrap:anywhere}.chips{display:flex;flex-wrap:wrap;gap:9px;margin:23px 0}.chip{font-size:.82rem;padding:5px 11px;background:var(--pale);border:1px solid #d8dfd0;border-radius:4px}.profile-tools{display:flex;gap:17px;flex-wrap:wrap;margin-top:26px}.panel-note{font-size:.83rem;color:var(--muted);line-height:1.6;margin-bottom:22px}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gallery-grid img,.gallery-grid video{width:100%;height:240px;object-fit:cover;background:#253c32;border-radius:5px}.gallery-grid button{display:block;width:100%;padding:0;text-align:left}.gallery-grid figcaption{font-size:.85rem;color:var(--muted);margin-top:7px;overflow-wrap:anywhere}.upload-panel{padding:19px;border:1px dashed #aab99d;border-radius:6px;margin-top:25px}.upload-panel p{font-size:.83rem;color:var(--muted);margin-top:7px}.media-card{border:1px solid var(--line);background:var(--white);border-radius:7px;padding:23px;margin:0 0 18px}.media-card .eyebrow{margin-bottom:6px}.media-card h3{margin-bottom:10px;font-size:1.95rem}.media-card p{font-size:.9rem;color:var(--muted);margin-bottom:14px}.media-card audio,.media-card video{width:100%;margin-top:8px}.media-card video{max-height:370px;background:#132b20;border-radius:5px}.media-card details{font-size:.88rem;color:var(--muted);margin-top:17px}.media-card summary{cursor:pointer;color:var(--forest);padding:5px 0}.media-card details p{margin-top:9px}.media-pill{display:inline-block;font-size:.72rem;background:var(--pale);padding:3px 8px;border-radius:3px;margin-bottom:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:block;margin-bottom:17px}.field>span{display:block;font-size:.87rem;font-weight:500;margin-bottom:6px}.field small{display:block;color:var(--muted);font-size:.77rem;margin-top:6px}.field input,.field textarea,.field select{width:100%;padding:11px 12px;border:1px solid #bbc2b1;border-radius:5px;background:var(--white);color:var(--ink);font-size:1rem}.field textarea{resize:vertical;min-height:100px}.form-grid .field{margin:0}.form-grid+.field{margin-top:18px}.field input[type=file]{font-size:.86rem;max-width:100%;padding:10px}.form-actions{display:flex;justify-content:flex-end;align-items:center;gap:15px;margin-top:20px}.form-error{color:#953a25;font-size:.88rem;min-height:1em}.notice{border-left:3px solid #a87643;background:#f1eadc;padding:13px 15px;font-size:.86rem;color:#665239;margin-bottom:20px;line-height:1.65}.notice strong{font-weight:600}.privacy-options{border:0;padding:0;margin:20px 0}.privacy-options label{display:flex;align-items:start;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.privacy-options input{margin-top:6px;accent-color:var(--forest);width:17px;height:17px;flex-shrink:0}.privacy-options strong{font-weight:500;font-size:.96rem}.privacy-options small{display:block;color:var(--muted);font-size:.83rem}.review-item{border-top:1px solid var(--line);padding:18px 0}.review-item blockquote{margin:7px 0 16px;font:1.45rem/1.4 var(--serif);overflow-wrap:anywhere}.review-item .button{padding:8px 13px;min-height:42px}.review-item .review-actions{display:flex;gap:12px}.share-url{overflow-wrap:anywhere;font-size:.83rem;background:var(--pale);padding:12px;border-radius:4px;line-height:1.6}.qr-wrap{width:200px;max-width:100%;margin:24px auto;background:white;padding:8px}.qr-wrap svg{width:100%;height:auto;display:block}.guide-section{border-top:1px solid var(--line);padding:20px 0}.guide-section h3{font:600 1rem var(--sans);margin-bottom:9px;line-height:1.5}.guide-section p,.guide-section li{font-size:.91rem;color:var(--muted);line-height:1.7}.guide-section ul,.guide-section ol{padding-left:22px;margin:8px 0}.guide-section li{margin-bottom:7px}.credits-list{font-size:.9rem;line-height:1.8}.credits-list li{margin-bottom:15px}.lightbox-image{width:100%;max-height:64vh;object-fit:contain;background:#e7e9df;border-radius:4px}.toast{position:fixed;left:50%;bottom:25px;transform:translateX(-50%) translateY(120px);opacity:0;z-index:100;background:var(--forest);color:white;border:1px solid #8a9c7d;border-radius:6px;padding:13px 22px;font-size:.88rem;max-width:calc(100vw - 30px);width:max-content;transition:transform .2s,opacity .2s;pointer-events:none}.toast.visible{transform:translateX(-50%) translateY(0);opacity:1}.empty-state{padding:27px;background:var(--pale);font-size:.95rem;border-radius:6px;color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.full-width{grid-column:1/-1}
.prose p+p{margin-top:1.15rem}.prose h3{margin-top:26px}.pet-quote cite{display:block;font:400 .82rem/1.6 var(--sans);margin-top:9px;color:var(--muted)}.memory-byline strong,.memory-byline span{display:block}.quote-mark{display:block;font:2.8rem/.8 var(--serif);color:var(--clay);margin-bottom:11px}.pet-card-footer{gap:12px}.pet-card-footer .text-button{white-space:nowrap;flex-shrink:0}.gallery-grid+.media-card{margin-top:27px}.profile-memory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-memory-grid .memory-card blockquote{font-size:1.5rem}.profile-tools+.panel-note{margin-top:15px}.dialog-inner>div>p{margin-bottom:18px}.profile-bottom{position:sticky;bottom:0;display:flex;justify-content:flex-end;align-items:center;gap:20px;padding:12px 25px;background:var(--paper);border-top:1px solid var(--line)}.dialog-status{font-size:.82rem;line-height:1.5;color:var(--forest);padding:10px;background:var(--pale);border-radius:4px;margin-top:14px}.dialog-status:empty{display:none}.profile-bottom .dialog-status{margin:0}.profile-bottom .button{flex-shrink:0}.field input[type=file]{overflow:hidden}.field{min-width:0}.dialog-top h2:focus{outline:none}.pet-card-title h3{overflow-wrap:anywhere}.profile-header h2{overflow-wrap:anywhere}.profile-bottom .dialog-status{max-height:70px;overflow:auto}
@media(max-width:740px){.profile-memory-grid{grid-template-columns:1fr}.profile-bottom{padding:10px 18px;flex-wrap:wrap;gap:8px}.profile-bottom .dialog-status{width:100%}}
@media(min-width:1500px){.hero-image>img{height:430px}.pet-photo{height:300px}}
@media(max-width:1000px){.wrap{width:calc(100% - 60px)}.hero{gap:5%;padding-top:42px}.hero-image>img{height:335px}.photo-stamp{width:100px;height:100px;right:-8px}.hero-actions{gap:18px}.hero-actions .button{padding:12px 16px}.pet-grid{gap:18px}.pet-photo{height:225px}.pet-card-body{padding:20px 17px}.pet-card-title{align-items:start;flex-direction:column;gap:7px}.timeline-layout{gap:6%}.memory-card{padding:22px 20px}.site-footer{flex-wrap:wrap}.footer-actions{margin-left:auto}.profile-header{grid-template-columns:260px 1fr}}
@media(max-width:740px){.wrap{width:calc(100% - 36px)}.demo-bar{padding:8px 12px;gap:8px;flex-wrap:wrap;font-size:.65rem;line-height:1.5}.demo-bar button{font-size:.73rem}.site-header{padding:20px 0;gap:12px;flex-wrap:wrap}.brand>span{font-size:2.1rem}.site-header nav{order:3;width:100%;justify-content:center;gap:34px;border-top:1px solid var(--line);padding-top:10px;margin-top:3px}.site-header nav a{font-size:.84rem;padding:5px}.site-header>.button{margin-left:auto}.hero{grid-template-columns:1fr;gap:31px;padding-top:35px;padding-bottom:22px}.hero-copy{padding:0 7px}.hero h1{font-size:clamp(3rem,11vw,4.3rem)}.hero .intro{font-size:1rem;margin-top:20px}.hero-actions{margin-top:23px;gap:22px;flex-wrap:wrap}.album-note{margin-top:20px}.hero-image{transform:rotate(.8deg);margin:0 6px}.hero-image>img{height:320px}.photo-stamp{right:-5px;bottom:43px}.section{padding-top:40px;padding-bottom:40px}.section-heading{align-items:start;gap:17px;flex-wrap:wrap;margin-bottom:24px}.section-heading h2{font-size:2.55rem}.section-heading>.button{padding:8px 14px;min-height:43px;font-size:.85rem}.pet-grid{grid-template-columns:1fr;gap:23px}.pet-photo{height:325px}.pet-card-body{padding:22px}.pet-card-title{flex-direction:row;align-items:center;gap:12px}.pet-card-title h3{font-size:2.2rem}.pet-card-title span{font-size:.83rem}.local-note{font-size:.8rem}.timeline-section{padding:40px 0}.timeline-layout{grid-template-columns:1fr;gap:33px}.timeline-intro p:not(.eyebrow){max-width:none}.timeline-intro h2{font-size:2.8rem}.timeline li{padding-bottom:25px}.timeline:before{bottom:45px}.memory-grid{grid-template-columns:1fr;gap:20px}.memory-card blockquote{font-size:1.8rem}.memory-footer{align-items:start;flex-direction:column;gap:12px}.album-bottom{padding-top:34px;padding-bottom:34px;align-items:start;flex-direction:column;gap:23px}.album-bottom h2{font-size:2.6rem}.site-footer{gap:24px;justify-content:flex-start}.site-footer>p{margin-left:auto}.footer-actions{margin:0;justify-content:flex-start;gap:19px}.profile-dialog{max-width:calc(100vw - 20px);max-height:94dvh}.profile-header{grid-template-columns:1fr}.profile-header>img{height:250px}.profile-header>div{padding:23px}.profile-header h2{font-size:3.5rem}.profile-dates{margin-top:14px}.profile-tabs{padding:0 21px;gap:23px}.profile-tabs button{padding-top:16px;font-size:.84rem}.profile-panel{padding:26px 23px}.gallery-grid{grid-template-columns:1fr}.gallery-grid img,.gallery-grid video{height:260px}.dialog-inner{padding:24px 21px}.dialog-top h2{font-size:2.05rem}.form-grid{grid-template-columns:1fr;gap:16px}.form-actions{flex-wrap:wrap}.profile-tools{gap:15px}.notice{font-size:.84rem}.media-card{padding:20px}.hero-image figcaption{font-size:1.25rem}}
.story-media-links{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.story-media-links .button{min-height:48px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

.profile-order{display:flex;align-items:center;gap:22px;flex-wrap:wrap;padding:22px 36px;border-bottom:1px solid var(--line);background:var(--white)}.profile-order>.button{white-space:normal;overflow-wrap:anywhere;text-align:center;line-height:1.5;max-width:100%}.profile-order>div{min-width:0;flex:1;flex-basis:260px}.profile-order p,.profile-order a:not(.button){font-size:.875rem;line-height:1.6}.profile-order a:not(.button){display:inline-block;color:var(--forest);text-decoration:underline;text-underline-offset:3px;padding-block:5px}.profile-order small{display:block;font-size:.875rem;color:var(--muted)}
@media(max-width:740px){.profile-order{padding:20px 23px;gap:13px}.profile-order>.button{width:100%}}

/* Shared memorial hostname: both collections stay within easy reach. */
.memorial-family-nav{display:flex;align-items:center;justify-content:center;gap:28px;padding:12px 18px;border-block:1px solid #ddd4c5;font-size:.875rem;line-height:1.6}.memorial-family-nav a{padding:4px 0;text-decoration:none}.memorial-family-nav a[aria-current=page]{font-weight:600;border-bottom:2px solid currentColor}.memorial-family-nav a:focus-visible{outline:2px solid currentColor;outline-offset:5px}
