/* ============================================================
   BURROW — Pet template (pets-spec P6)
   Baloo 2 + Nunito Sans. Art keyed/placed by the generator.
   ============================================================ */
@import url('/templates/burrow/fonts/fonts.css');

:root{
  --m-bg:#FAF4E8;--m-surface:#FFFFFF;--m-text:#3B3226;--m-muted:#6F6250;
  --m-accent:#A87C4F;--m-accent-text:#835E38;--m-accent-contrast:#FFFFFF;
  --m-border:#ECE0CB;--m-radius:18px;
  --m-font-head:'Baloo 2', system-ui, sans-serif;--m-font-body:'Nunito Sans', system-ui, sans-serif;
}

.memorial-page{background:var(--m-bg);color:var(--m-text);font-family:var(--m-font-body);font-size:17px;line-height:1.7;min-height:100vh;}
.memorial-hero{max-width:880px;margin:0 auto;padding:3.25rem 1.5rem 2.5rem;text-align:center;}
.memorial-photo img{width:222px;height:222px;object-fit:cover;border-radius:calc(var(--m-radius) + 2px);border:1px solid var(--m-border);}
.memorial-label{text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;color:var(--m-accent-text);margin-bottom:.7rem;}
.memorial-name{font-family:var(--m-font-head);font-weight:600;font-size:clamp(2rem,4.6vw,2.95rem);color:var(--m-text);line-height:1.1;margin:0 0 .55rem;}
.memorial-dates{position:relative;color:var(--m-muted);font-size:.95rem;letter-spacing:.03em;font-variant-numeric:tabular-nums;}
.memorial-dates::after{content:'';display:block;width:230px;height:38px;margin:1.1rem auto 0;background:url(/templates/burrow/divider.png) center / contain no-repeat;}
.memorial-dates-secondary{color:var(--m-muted);}
.memorial-obituary{max-width:640px;margin:1.4rem auto 0;text-align:left;color:var(--m-text);}
.memorial-obituary p{margin:0 0 1rem;}
.memorial-subhero-title,.memorial-card-title{font-family:var(--m-font-head);font-weight:600;}
.memorial-contribute-cta h3{font-family:var(--m-font-head);color:var(--m-text);}

/* Crown ornament */
.memorial-label{position:relative;padding-top:calc(74px + 18px);}
.memorial-label::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:140px;height:74px;background:url(/templates/burrow/ornament.png) center / contain no-repeat;mix-blend-mode:multiply;}

/* The flourish is a hero mark and stays on the memorial page only — the
   sub-pages carry no top-left mark, and keep the standard sub-hero spacing. */
