/* ============================================================
   SONGBIRD — Pet template (pets-spec P6)
   Fraunces + Karla. Art keyed/placed by the generator.
   ============================================================ */
@import url('/templates/songbird/fonts/fonts.css');

:root{
  --m-bg:#F4F8FB;--m-surface:#FFFFFF;--m-text:#2A323B;--m-muted:#566270;
  --m-accent:#5E8FB5;--m-accent-text:#3F6E92;--m-accent-contrast:#FFFFFF;
  --m-border:#DEE8F0;--m-radius:14px;
  --m-font-head:'Fraunces', Georgia, serif;--m-font-body:'Karla', 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/songbird/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(110px + 18px);}
.memorial-label::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:74px;height:110px;background:url(/templates/songbird/ornament.png) center / contain no-repeat;mix-blend-mode:multiply;}
/* When the memorial has a cover photo, the feather would sit directly beneath it
   and read as clutter — the photo is the hero mark instead. The hero only carries
   `--no-photo` when there is NO cover, so this targets the with-photo case and
   reclaims the space the feather reserved. */
.memorial-hero:not(.memorial-hero--no-photo) .memorial-label{padding-top:0;}
.memorial-hero:not(.memorial-hero--no-photo) .memorial-label::before{display:none;}

/* 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. */
