/* ============================================================
   VELVET — Pet template (pets-spec P6)
   Cormorant Garamond + Work Sans. Art keyed/placed by the generator.
   ============================================================ */
@import url('/templates/velvet/fonts/fonts.css');

:root{
  --m-bg:#F4F1F2;--m-surface:#FBF9FA;--m-text:#2C2830;--m-muted:#5F5964;
  --m-accent:#7A6A82;--m-accent-text:#5F5168;--m-accent-contrast:#FFFFFF;
  --m-border:#E6E0E4;--m-radius:10px;
  --m-font-head:'Cormorant Garamond', Georgia, serif;--m-font-body:'Work 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/velvet/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(44px + 18px);}
.memorial-label::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:84px;height:44px;background:url(/templates/velvet/ornament.png) center / contain no-repeat;mix-blend-mode:multiply;}

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