/* ========================================================================== 
   Memorial donations & planned giving (/memorials/)
   ========================================================================== */

.monroe-memorials-page {
  --mg-ink: #153635;
  --mg-copy: #38514f;
  --mg-muted: #607572;
  --mg-teal: #0f766e;
  --mg-teal-deep: #095b56;
  --mg-mint: #dff4ec;
  --mg-cream: #fff9ee;
  --mg-gold: #c17a2b;
  --mg-line: rgba(21, 54, 53, 0.12);
  --mg-shadow: 0 18px 48px rgba(15, 50, 48, 0.1);
  --mg-shadow-soft: 0 10px 28px rgba(15, 50, 48, 0.07);
  font-family: "Montserrat", "Jost", "Segoe UI", sans-serif;
}

.monroe-memorials-page .monroe-inner-page-shell__content {
  max-width: 1180px;
}

.monroe-memorials-page p,
.monroe-memorials-page li,
.monroe-memorials-page address,
.monroe-memorials-page summary {
  font-family: "Montserrat", "Jost", "Segoe UI", sans-serif;
}

.monroe-memorials-page h1,
.monroe-memorials-page h2,
.monroe-memorials-page h3 {
  text-wrap: balance;
}

.monroe-memorials-page svg {
  display: block;
}

/* Hero -------------------------------------------------------------------- */

.monroe-memorials-page .monroe-memorials-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, 0.65fr);
  align-items: center;
  gap: clamp(1.5rem, 5vw, 4rem);
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  padding: clamp(2rem, 5vw, 4.25rem);
  border: 1px solid var(--mg-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 22%, rgba(120, 202, 180, 0.24), transparent 30%),
    radial-gradient(circle at 5% 105%, rgba(222, 181, 112, 0.12), transparent 38%),
    linear-gradient(135deg, #fffdf8 0%, #ffffff 48%, #edf9f4 100%);
  box-shadow: var(--mg-shadow);
}

.monroe-memorials-page .monroe-memorials-hero::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(15, 118, 110, 0.08);
  border-radius: 20px;
  pointer-events: none;
}

.monroe-memorials-page .monroe-memorials-hero__copy {
  position: relative;
  z-index: 1;
}

.monroe-memorials-page .monroe-memorials-eyebrow {
  margin: 0 0 0.7rem;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.77rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mg-teal);
}

.monroe-memorials-page .monroe-memorials-hero h1 {
  max-width: 710px;
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 4.35rem);
  line-height: 1.02;
  color: var(--mg-ink);
}

.monroe-memorials-page .monroe-memorials-lead {
  max-width: 680px;
  margin: 1.25rem 0 0;
  font-size: clamp(1.02rem, 1.7vw, 1.2rem);
  line-height: 1.72;
  color: var(--mg-copy);
}

.monroe-memorials-page .monroe-memorials-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.55rem;
}

.monroe-memorials-page.monroe-inner-page-shell a.monroe-memorials-btn,
.monroe-memorials-page .monroe-memorials-btn {
  box-sizing: border-box;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.75rem 1.2rem;
  border: 1.5px solid transparent;
  border-radius: 999px;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.monroe-memorials-page .monroe-memorials-btn svg {
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
}

.monroe-memorials-page.monroe-inner-page-shell a.monroe-memorials-btn--primary,
.monroe-memorials-page a.monroe-memorials-btn--primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--mg-teal), var(--mg-teal-deep));
  box-shadow: 0 9px 20px rgba(15, 118, 110, 0.22);
}

.monroe-memorials-page.monroe-inner-page-shell a.monroe-memorials-btn--secondary,
.monroe-memorials-page a.monroe-memorials-btn--secondary {
  color: var(--mg-teal-deep);
  border-color: rgba(15, 118, 110, 0.3);
  background: rgba(255, 255, 255, 0.76);
}

.monroe-memorials-page .monroe-memorials-btn:hover,
.monroe-memorials-page .monroe-memorials-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(15, 80, 75, 0.18);
}

.monroe-memorials-page .monroe-memorials-hero__note {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1.1rem 0 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--mg-muted);
}

.monroe-memorials-page .monroe-memorials-hero__note svg {
  width: 1.1rem;
  height: 1.1rem;
  color: var(--mg-teal);
}

.monroe-memorials-page .monroe-memorials-hero__art {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--mg-teal);
}

.monroe-memorials-page .monroe-memorials-hero__heart {
  width: min(100%, 280px);
  filter: drop-shadow(0 16px 22px rgba(15, 118, 110, 0.1));
}

.monroe-memorials-page .monroe-memorials-hero__paw {
  opacity: 0.78;
}

.monroe-memorials-page .monroe-memorials-hero__art-label {
  max-width: 210px;
  margin-top: 0.4rem;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  color: var(--mg-teal-deep);
}

/* Donation pathways ------------------------------------------------------- */

.monroe-memorials-page .monroe-memorials-pathways {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.monroe-memorials-page .monroe-memorials-section-heading {
  max-width: 700px;
  margin: 0 auto clamp(1.5rem, 3vw, 2.2rem);
  text-align: center;
}

.monroe-memorials-page .monroe-memorials-section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.monroe-memorials-page .monroe-memorials-section-heading > p:last-child {
  margin: 0.75rem 0 0;
  color: var(--mg-copy);
}

.monroe-memorials-page .monroe-memorials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin: 0;
}

.monroe-memorials-page .monroe-memorials-card {
  position: relative;
  overflow: hidden;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  border: 1px solid var(--mg-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--mg-shadow-soft);
}

.monroe-memorials-page .monroe-memorials-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--card-accent, var(--mg-teal)), transparent);
}

.monroe-memorials-page .monroe-memorials-card--online {
  --card-accent: var(--mg-teal);
  background:
    radial-gradient(circle at 92% 5%, rgba(104, 194, 169, 0.17), transparent 31%),
    linear-gradient(145deg, #fff, #f6fcf9);
}

.monroe-memorials-page .monroe-memorials-card--mail {
  --card-accent: var(--mg-gold);
  background:
    radial-gradient(circle at 92% 5%, rgba(213, 164, 91, 0.16), transparent 31%),
    linear-gradient(145deg, #fff, #fffaf1);
}

.monroe-memorials-page .monroe-memorials-card__tag {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--card-accent);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(21, 54, 53, 0.1);
}

.monroe-memorials-page .monroe-memorials-card__icon {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 15px;
  color: var(--card-accent);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(21, 54, 53, 0.1);
  box-shadow: 0 7px 16px rgba(15, 50, 48, 0.08);
}

.monroe-memorials-page .monroe-memorials-card__icon svg {
  width: 1.45rem;
  height: 1.45rem;
}

.monroe-memorials-page .monroe-memorials-card h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.7vw, 2rem);
}

.monroe-memorials-page .monroe-memorials-card > p {
  max-width: 540px;
  margin: 0.75rem 0 1.15rem;
  color: var(--mg-copy);
}

.monroe-memorials-page.monroe-inner-page-shell a.monroe-memorials-card__link,
.monroe-memorials-page a.monroe-memorials-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.91rem;
  font-weight: 700;
  color: var(--mg-teal-deep);
  text-decoration: none;
}

.monroe-memorials-page .monroe-memorials-card__link svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.16s ease;
}

.monroe-memorials-page .monroe-memorials-card__link:hover svg,
.monroe-memorials-page .monroe-memorials-card__link:focus-visible svg {
  transform: translateX(3px);
}

.monroe-memorials-page .monroe-memorials-contact {
  display: grid;
  gap: 0.35rem;
  margin-top: auto;
  font-size: 0.94rem;
  font-style: normal;
  line-height: 1.55;
  color: var(--mg-copy);
}

.monroe-memorials-page.monroe-inner-page-shell .monroe-memorials-contact a {
  font-weight: 700;
  color: var(--mg-teal-deep);
}

/* Recently remembered ---------------------------------------------------- */

.monroe-memorials-page .monroe-memorials-recent {
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid var(--mg-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #fffdf8, #f8fcfa);
  box-shadow: var(--mg-shadow-soft);
}

.monroe-memorials-page .monroe-memorials-recent__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.monroe-memorials-page .monroe-memorials-recent__heading h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.monroe-memorials-page.monroe-inner-page-shell .monroe-memorials-recent__heading > a,
.monroe-memorials-page .monroe-memorials-recent__heading > a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex: 0 0 auto;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--mg-teal-deep);
  text-decoration: none;
}

.monroe-memorials-page .monroe-memorials-recent__heading > a svg {
  width: 1rem;
  height: 1rem;
}

.monroe-memorials-page .monroe-memorials-recent__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.monroe-memorials-page .monroe-memorials-recent__card {
  position: relative;
  overflow: hidden;
  min-height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.82);
}

.monroe-memorials-page .monroe-memorials-recent__paw {
  position: absolute;
  top: -0.3rem;
  right: -0.15rem;
  width: 3.6rem;
  height: 3.6rem;
  color: rgba(15, 118, 110, 0.09);
  transform: rotate(13deg);
}

.monroe-memorials-page .monroe-memorials-recent__paw svg {
  width: 100%;
  height: 100%;
}

.monroe-memorials-page .monroe-memorials-recent__card p {
  position: relative;
  margin: 0 0 0.45rem;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--mg-teal);
}

.monroe-memorials-page .monroe-memorials-recent__card h3 {
  position: relative;
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.25;
  color: var(--mg-ink);
}

/* Honor-roll bridge ------------------------------------------------------- */

.monroe-memorials-page .monroe-memorials-honor-roll {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(1rem, 3vw, 1.75rem);
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 0%, rgba(151, 225, 203, 0.24), transparent 36%),
    linear-gradient(135deg, #0d625d, #174845);
  box-shadow: 0 18px 40px rgba(10, 63, 59, 0.2);
}

.monroe-memorials-page .monroe-memorials-honor-roll::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 19px;
  pointer-events: none;
}

.monroe-memorials-page .monroe-memorials-honor-roll__paw {
  position: relative;
  z-index: 1;
  width: 4.25rem;
  height: 4.25rem;
  display: grid;
  place-items: center;
  color: #d9f4e9;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.monroe-memorials-page .monroe-memorials-honor-roll__paw svg {
  width: 2.15rem;
  height: 2.15rem;
}

.monroe-memorials-page .monroe-memorials-honor-roll__copy {
  position: relative;
  z-index: 1;
}

.monroe-memorials-page .monroe-memorials-honor-roll .monroe-memorials-eyebrow {
  color: #bfe9db;
}

.monroe-memorials-page .monroe-memorials-honor-roll h2 {
  margin: 0;
  font-size: clamp(1.75rem, 3.3vw, 2.5rem);
  color: #fff;
}

.monroe-memorials-page .monroe-memorials-honor-roll p:last-child {
  max-width: 620px;
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.monroe-memorials-page.monroe-inner-page-shell a.monroe-memorials-btn--light,
.monroe-memorials-page a.monroe-memorials-btn--light {
  position: relative;
  z-index: 1;
  color: var(--mg-teal-deep);
  background: #fff;
  box-shadow: 0 9px 22px rgba(0, 0, 0, 0.14);
  white-space: nowrap;
}

/* Planned giving ---------------------------------------------------------- */

.monroe-memorials-page .monroe-memorials-planned {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: clamp(1rem, 3vw, 2rem);
  margin: 0 0 1.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(166, 118, 50, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 5% 5%, rgba(219, 181, 119, 0.13), transparent 32%),
    linear-gradient(135deg, #fffaf1, #fffdf8 60%, #f8f6ef);
  box-shadow: var(--mg-shadow-soft);
}

.monroe-memorials-page .monroe-memorials-planned__main h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(2rem, 3.7vw, 3rem);
}

.monroe-memorials-page .monroe-memorials-quote {
  max-width: 680px;
  margin: 1.35rem 0;
  padding: 1.1rem 1.25rem;
  border-left: 4px solid var(--mg-gold);
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.66);
}

.monroe-memorials-page .monroe-memorials-quote p {
  margin: 0 0 0.35rem;
  font-family: Georgia, serif;
  font-size: 1.15rem;
  font-style: italic;
  line-height: 1.55;
  color: var(--mg-ink);
}

.monroe-memorials-page .monroe-memorials-quote cite {
  font-size: 0.84rem;
  font-style: normal;
  color: var(--mg-muted);
}

.monroe-memorials-page .monroe-memorials-planned__main > p {
  max-width: 720px;
  color: var(--mg-copy);
}

.monroe-memorials-page .monroe-memorials-advisor-note {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem;
  max-width: 720px;
  margin-top: 1.35rem;
  padding: 1rem;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 15px;
  background: rgba(240, 253, 250, 0.6);
}

.monroe-memorials-page .monroe-memorials-advisor-note > span {
  width: 2.1rem;
  height: 2.1rem;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--mg-teal);
  background: #fff;
}

.monroe-memorials-page .monroe-memorials-advisor-note svg {
  width: 1.2rem;
  height: 1.2rem;
}

.monroe-memorials-page .monroe-memorials-advisor-note p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.58;
}

.monroe-memorials-page .monroe-memorials-planning-note {
  max-width: 720px;
  margin-top: 0.9rem;
  border-top: 1px solid rgba(21, 54, 53, 0.12);
}

.monroe-memorials-page .monroe-memorials-planning-note summary {
  cursor: pointer;
  padding: 0.85rem 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--mg-teal-deep);
}

.monroe-memorials-page .monroe-memorials-planning-note p {
  margin: 0 0 0.8rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--mg-copy);
}

.monroe-memorials-page .monroe-memorials-planned__contact {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(179, 231, 212, 0.18), transparent 38%),
    linear-gradient(145deg, #174c48, #123c39);
  box-shadow: 0 15px 32px rgba(19, 67, 63, 0.2);
}

.monroe-memorials-page .monroe-memorials-planned__contact-icon {
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  color: #c7ecdf;
  background: rgba(255, 255, 255, 0.1);
}

.monroe-memorials-page .monroe-memorials-planned__contact-icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.monroe-memorials-page .monroe-memorials-planned__contact-kicker {
  margin: 0 0 0.4rem;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #bfe9db;
}

.monroe-memorials-page .monroe-memorials-planned__contact h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.5vw, 2rem);
  color: #fff;
}

.monroe-memorials-page .monroe-memorials-planned__contact > p:not(.monroe-memorials-planned__contact-kicker) {
  margin: 0.8rem 0 1.2rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.monroe-memorials-page .monroe-memorials-planned__contact > strong {
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 1.05rem;
}

.monroe-memorials-page .monroe-memorials-planned__contact > span:not(.monroe-memorials-planned__contact-icon) {
  margin-top: 0.15rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.68);
}

.monroe-memorials-page.monroe-inner-page-shell a.monroe-memorials-planned__phone,
.monroe-memorials-page a.monroe-memorials-planned__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: auto;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--mg-teal-deep);
  text-decoration: none;
  background: #fff;
}

.monroe-memorials-page .monroe-memorials-planned__phone svg {
  width: 1rem;
  height: 1rem;
}

/* Memorial gift FAQ ------------------------------------------------------ */

.monroe-memorials-page .monroe-memorials-faq {
  max-width: 900px;
  margin: clamp(2.5rem, 5vw, 4rem) auto;
}

.monroe-memorials-page .monroe-memorials-faq__list {
  overflow: hidden;
  border: 1px solid var(--mg-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--mg-shadow-soft);
}

.monroe-memorials-page .monroe-memorials-faq details + details {
  border-top: 1px solid var(--mg-line);
}

.monroe-memorials-page .monroe-memorials-faq summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.15rem 3.4rem 1.15rem 1.35rem;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--mg-ink);
}

.monroe-memorials-page .monroe-memorials-faq summary::-webkit-details-marker {
  display: none;
}

.monroe-memorials-page .monroe-memorials-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.65rem;
  height: 1.65rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--mg-teal-deep);
  background: var(--mg-mint);
  transform: translateY(-50%);
}

.monroe-memorials-page .monroe-memorials-faq details[open] summary::after {
  content: "−";
}
.monroe-memorials-page .monroe-memorials-faq details[open] summary {
  color: var(--mg-teal-deep);
  background: rgba(223, 244, 236, 0.28);
}

.monroe-memorials-page .monroe-memorials-faq details > p {
  margin: 0;
  padding: 0 3.4rem 1.25rem 1.35rem;
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--mg-copy);
  background: rgba(223, 244, 236, 0.28);
}

.monroe-memorials-page.monroe-inner-page-shell .monroe-memorials-faq a {
  font-weight: 700;
  color: var(--mg-teal-deep);
}

/* Quiet footer navigation ------------------------------------------------- */

.monroe-memorials-page .monroe-memorials-related {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.4rem;
}

.monroe-memorials-page.monroe-inner-page-shell a.monroe-memorials-related-link,
.monroe-memorials-page a.monroe-memorials-related-link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-family: "Jost", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--mg-teal-deep);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(15, 118, 110, 0.2);
}

/* Responsive -------------------------------------------------------------- */

@media (max-width: 900px) {
  .monroe-memorials-page .monroe-memorials-hero {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 0.42fr);
  }

  .monroe-memorials-page .monroe-memorials-hero__heart {
    width: min(100%, 220px);
  }

  .monroe-memorials-page .monroe-memorials-planned {
    grid-template-columns: 1fr;
  }

  .monroe-memorials-page .monroe-memorials-planned__contact {
    min-height: 290px;
  }
}

@media (max-width: 720px) {
  .monroe-memorials-page .monroe-memorials-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .monroe-memorials-page .monroe-memorials-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .monroe-memorials-page .monroe-memorials-hero__actions,
  .monroe-memorials-page .monroe-memorials-hero__note {
    justify-content: center;
  }

  .monroe-memorials-page .monroe-memorials-hero__art {
    order: -1;
  }

  .monroe-memorials-page .monroe-memorials-hero__heart {
    width: 150px;
  }

  .monroe-memorials-page .monroe-memorials-hero__art-label {
    display: none;
  }

  .monroe-memorials-page .monroe-memorials-grid {
    grid-template-columns: 1fr;
  }

  .monroe-memorials-page .monroe-memorials-recent__grid {
    grid-template-columns: 1fr;
  }

  .monroe-memorials-page .monroe-memorials-card {
    min-height: 0;
  }

  .monroe-memorials-page .monroe-memorials-honor-roll {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .monroe-memorials-page .monroe-memorials-hero {
    padding: 1.55rem 1.05rem 1.8rem;
    border-radius: 22px;
  }

  .monroe-memorials-page .monroe-memorials-hero h1 {
    font-size: clamp(2.15rem, 11vw, 2.75rem);
  }

  .monroe-memorials-page .monroe-memorials-hero__actions {
    flex-direction: column;
  }

  .monroe-memorials-page .monroe-memorials-recent__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .monroe-memorials-page .monroe-memorials-btn {
    width: 100%;
  }

  .monroe-memorials-page .monroe-memorials-planned {
    padding: 1.2rem;
    border-radius: 22px;
  }

  .monroe-memorials-page .monroe-memorials-honor-roll {
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .monroe-memorials-page .monroe-memorials-btn,
  .monroe-memorials-page .monroe-memorials-card__link svg {
    transition: none;
  }

  .monroe-memorials-page .monroe-memorials-btn:hover,
  .monroe-memorials-page .monroe-memorials-btn:focus-visible,
  .monroe-memorials-page .monroe-memorials-card__link:hover svg,
  .monroe-memorials-page .monroe-memorials-card__link:focus-visible svg {
    transform: none;
  }
}
