:root{--mh-cream: #f7f3ec;--mh-warm-gray: #ece6dd;--mh-soft-gold: #c9a96a;--mh-soft-gold-dark: #a98847;--mh-deep-brown: #3a2e26;--mh-deep-brown-hover: #2a1f18;--mh-text: #2b2520;--mh-text-soft: #6b6058;--mh-blue-gray: #c9d2d8;--mh-border-soft: rgba(58, 46, 38, .12);--mh-radius-2xl: 24px;--mh-radius-xl: 18px;--mh-radius-lg: 14px;--mh-radius-pill: 999px;--mh-shadow-soft: 0 8px 24px rgba(58, 46, 38, .08);--mh-shadow-medium: 0 14px 36px rgba(58, 46, 38, .12)}.memorial-hero{background:var(--mh-bg, var(--mh-cream));padding:36px 0 44px;color:var(--mh-text)}.memorial-hero__inner{display:flex;flex-direction:column;gap:28px}.memorial-hero__content{display:flex;flex-direction:column;gap:14px;order:2}.memorial-hero--align-center .memorial-hero__content{text-align:center;align-items:center}.memorial-hero--align-left .memorial-hero__content{text-align:left;align-items:flex-start}.memorial-hero__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mh-soft-gold-dark);font-weight:600;margin:0}.memorial-hero__heading{font-size:clamp(28px,7vw,38px);line-height:1.2;color:var(--mh-deep-brown);margin:0;font-weight:600;letter-spacing:-.01em}.memorial-hero__subheading{font-size:16px;line-height:1.65;color:var(--mh-text-soft);max-width:560px}.memorial-hero__subheading p{margin:0}.memorial-hero--align-center .memorial-hero__subheading{margin-left:auto;margin-right:auto}.memorial-hero__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:6px}.memorial-hero--align-center .memorial-hero__buttons{justify-content:center}.memorial-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:var(--mh-radius-pill);font-size:15px;font-weight:600;line-height:1;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease,border-color .15s ease;min-height:48px;border:1px solid transparent;cursor:pointer}.memorial-hero__btn--primary{background:var(--mh-deep-brown);color:#fff;box-shadow:var(--mh-shadow-soft)}.memorial-hero__btn--primary:hover,.memorial-hero__btn--primary:focus-visible{background:var(--mh-deep-brown-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--mh-shadow-medium)}.memorial-hero__btn--secondary{background:transparent;color:var(--mh-deep-brown);border-color:var(--mh-border-soft)}.memorial-hero__btn--secondary:hover,.memorial-hero__btn--secondary:focus-visible{background:#3a2e260f;color:var(--mh-deep-brown)}.memorial-hero__trust{font-size:13px;color:var(--mh-text-soft);margin:4px 0 0;line-height:1.6;max-width:520px}.memorial-hero--align-center .memorial-hero__trust{margin-left:auto;margin-right:auto}.memorial-hero__media{position:relative;width:100%;border-radius:var(--mh-radius-2xl);overflow:hidden;background:var(--mh-warm-gray);box-shadow:var(--mh-shadow-soft);aspect-ratio:var(--mh-aspect, 4 / 5);order:1}.memorial-hero__media--video{aspect-ratio:16 / 9}.memorial-hero__image{width:100%;height:100%;object-fit:cover;display:block}.memorial-hero__media--contain .memorial-hero__image{object-fit:contain;background:var(--mh-warm-gray)}.memorial-hero__video{position:relative;width:100%;height:100%}.memorial-hero__video iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.memorial-hero__placeholder,.memorial-hero__placeholder svg{width:100%;height:100%;display:block}@media screen and (min-width:750px){.memorial-hero{padding:64px 0 76px}.memorial-hero__inner{flex-direction:row;align-items:center;gap:56px}.memorial-hero__content,.memorial-hero__media{flex:1 1 0;min-width:0}.memorial-hero__content{order:1}.memorial-hero__media{order:2;aspect-ratio:var(--mh-aspect, 4 / 5)}.memorial-hero__media--video{aspect-ratio:16 / 9}.memorial-hero__heading{font-size:clamp(34px,3.6vw,48px)}}@media screen and (min-width:1100px){.memorial-hero{padding:80px 0 96px}.memorial-hero__inner{gap:72px}}@media screen and (max-width:480px){.memorial-hero{padding:28px 0 36px}.memorial-hero__buttons{width:100%;flex-direction:column}.memorial-hero__btn{width:100%}.memorial-hero__heading{font-size:clamp(27px,8vw,34px)}}.memorial-cards{background:var(--mh-bg, #ffffff);padding:48px 0 56px;color:var(--mh-text)}.memorial-cards__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mh-soft-gold-dark);font-weight:600;margin:0 0 8px;text-align:center}.memorial-cards__heading{font-size:clamp(26px,6vw,34px);line-height:1.25;color:var(--mh-deep-brown);margin:0 0 12px;font-weight:600;text-align:center;letter-spacing:-.01em}.memorial-cards__subheading{font-size:16px;line-height:1.6;color:var(--mh-text-soft);text-align:center;max-width:580px;margin:0 auto 32px}.memorial-cards__subheading p{margin:0}.memorial-cards__grid{display:grid;grid-template-columns:1fr;gap:20px}.memorial-card{background:#fff;border-radius:var(--mh-radius-2xl);overflow:hidden;box-shadow:var(--mh-shadow-soft);display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--mh-border-soft)}.memorial-card:hover{transform:translateY(-2px);box-shadow:var(--mh-shadow-medium)}.memorial-card--premium{border-color:#c9a96a66;background:linear-gradient(180deg,#fff,#fdfaf3)}.memorial-card__media{position:relative;width:100%;aspect-ratio:4 / 5;background:var(--mh-warm-gray);overflow:hidden}.memorial-card__image{width:100%;height:100%;object-fit:cover;display:block}.memorial-card__placeholder,.memorial-card__placeholder svg{width:100%;height:100%;display:block}.memorial-card__badge{position:absolute;top:12px;left:12px;background:#3a2e26eb;color:#fff;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 12px;border-radius:var(--mh-radius-pill);z-index:1}.memorial-card__badge--premium{background:var(--mh-soft-gold);color:#fff}.memorial-card__body{padding:20px 20px 24px;display:flex;flex-direction:column;gap:8px;flex:1 1 auto}.memorial-card__title{font-size:18px;line-height:1.3;color:var(--mh-deep-brown);margin:0;font-weight:600}.memorial-card__price{font-size:14px;color:var(--mh-soft-gold-dark);font-weight:600;margin:0;letter-spacing:.02em}.memorial-card__desc{font-size:14px;line-height:1.6;color:var(--mh-text-soft)}.memorial-card__desc p{margin:0}.memorial-card__btn{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:var(--mh-radius-pill);background:var(--mh-deep-brown);color:#fff;font-size:14px;font-weight:600;text-decoration:none;min-height:44px;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease,color .15s ease;border:1px solid transparent}.memorial-card__btn:hover,.memorial-card__btn:focus-visible{background:var(--mh-deep-brown-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--mh-shadow-soft)}.memorial-card__btn--premium{background:var(--mh-soft-gold)}.memorial-card__btn--premium:hover,.memorial-card__btn--premium:focus-visible{background:var(--mh-soft-gold-dark)}@media screen and (min-width:750px){.memorial-cards{padding:72px 0 80px}.memorial-cards__grid{grid-template-columns:repeat(2,1fr);gap:24px}.memorial-cards__subheading{margin-bottom:44px}.memorial-card__body{padding:22px 22px 26px}}@media screen and (min-width:990px){.memorial-cards{padding:88px 0 96px}.memorial-cards__grid--3,.memorial-cards__grid--6{grid-template-columns:repeat(3,1fr)}.memorial-cards__grid{gap:28px}.memorial-card__title{font-size:19px}.memorial-card__body{padding:24px 24px 28px}}@media screen and (max-width:480px){.memorial-cards{padding:36px 0 44px}.memorial-cards__grid{gap:16px}.memorial-card__body{padding:18px 18px 22px}}.memorial-steps{background:var(--mh-bg, #faf6ef);padding:48px 0 56px;color:var(--mh-text)}.memorial-steps__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mh-soft-gold-dark);font-weight:600;margin:0 0 8px;text-align:center}.memorial-steps__heading{font-size:clamp(26px,6vw,34px);line-height:1.25;color:var(--mh-deep-brown);margin:0 0 12px;font-weight:600;text-align:center;letter-spacing:-.01em}.memorial-steps__subheading{font-size:16px;line-height:1.6;color:var(--mh-text-soft);text-align:center;max-width:540px;margin:0 auto 32px}.memorial-steps__subheading p{margin:0}.memorial-steps__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:24px;position:relative}.memorial-step{display:flex;flex-direction:row;align-items:flex-start;gap:16px;text-align:left;position:relative}.memorial-step__media{position:relative;flex:0 0 auto;width:88px;height:88px;border-radius:50%;overflow:hidden;background:#fff;box-shadow:var(--mh-shadow-soft);border:1px solid var(--mh-border-soft)}.memorial-step__image{width:100%;height:100%;object-fit:cover;display:block}.memorial-step__icon-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fdfaf3,#f3ead8)}.memorial-step__icon{font-size:30px;line-height:1;color:var(--mh-deep-brown);font-weight:600}.memorial-step__number{position:absolute;bottom:-4px;right:-4px;width:26px;height:26px;border-radius:50%;background:var(--mh-soft-gold);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #3a2e262e;border:2px solid #ffffff}.memorial-step__body{flex:1 1 auto;min-width:0;padding-top:6px}.memorial-step__title{font-size:17px;line-height:1.3;color:var(--mh-deep-brown);margin:0 0 6px;font-weight:600}.memorial-step__text{font-size:14px;line-height:1.6;color:var(--mh-text-soft)}.memorial-step__text p{margin:0}.memorial-steps__cta{margin-top:32px;display:flex;justify-content:center}.memorial-steps__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:var(--mh-radius-pill);background:var(--mh-deep-brown);color:#fff;font-size:15px;font-weight:600;text-decoration:none;min-height:48px;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease,color .15s ease;box-shadow:var(--mh-shadow-soft)}.memorial-steps__btn:hover,.memorial-steps__btn:focus-visible{background:var(--mh-deep-brown-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--mh-shadow-medium)}@media screen and (min-width:750px){.memorial-steps{padding:72px 0 80px}.memorial-steps__subheading{margin-bottom:48px}.memorial-steps__list{flex-direction:row;gap:28px;align-items:stretch}.memorial-step{flex:1 1 0;flex-direction:column;align-items:center;text-align:center;gap:18px;min-width:0}.memorial-step__media{width:110px;height:110px}.memorial-step__icon{font-size:38px}.memorial-step__body{padding-top:0}.memorial-step__title{font-size:18px}.memorial-steps__list:before{content:"";position:absolute;top:55px;left:12%;right:12%;height:1px;background:linear-gradient(90deg,transparent 0%,var(--mh-border-soft) 20%,var(--mh-border-soft) 80%,transparent 100%);z-index:0}.memorial-step__media{position:relative;z-index:1}}@media screen and (min-width:990px){.memorial-steps{padding:88px 0 96px}.memorial-step__title{font-size:19px}.memorial-step__text{font-size:15px}.memorial-steps__list{gap:36px}}@media screen and (max-width:480px){.memorial-steps{padding:36px 0 44px}.memorial-step__media{width:72px;height:72px}.memorial-step__icon{font-size:26px}.memorial-step__number{width:22px;height:22px;font-size:11px}.memorial-step__title{font-size:16px}.memorial-steps__btn{width:100%;max-width:320px}}.memorial-photo-guide{background:var(--mh-bg, #ffffff);padding:48px 0 56px;color:var(--mh-text)}.memorial-photo-guide__header{text-align:center;max-width:720px;margin:0 auto 32px}.memorial-photo-guide__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mh-soft-gold-dark);font-weight:600;margin:0 0 8px}.memorial-photo-guide__heading{font-size:clamp(26px,6vw,34px);line-height:1.25;color:var(--mh-deep-brown);margin:0 0 12px;font-weight:600;letter-spacing:-.01em}.memorial-photo-guide__subheading{font-size:16px;line-height:1.6;color:var(--mh-text-soft)}.memorial-photo-guide__subheading p{margin:0}.memorial-photo-guide__grid{display:grid;grid-template-columns:1fr;gap:20px}.memorial-photo-guide__panel{background:#fff;border-radius:var(--mh-radius-2xl);overflow:hidden;box-shadow:var(--mh-shadow-soft);border:1px solid var(--mh-border-soft)}.memorial-photo-guide__panel--good{border-color:#4a845838}.memorial-photo-guide__panel--bad{border-color:#a3564838}.memorial-photo-guide__media{position:relative;width:100%;aspect-ratio:4 / 3;background:var(--mh-warm-gray);overflow:hidden}.memorial-photo-guide__image{width:100%;height:100%;object-fit:cover;display:block}.memorial-photo-guide__placeholder,.memorial-photo-guide__placeholder svg{width:100%;height:100%;display:block}.memorial-photo-guide__placeholder--good{background:#edf5ee}.memorial-photo-guide__placeholder--bad{background:#f6eeee}.memorial-photo-guide__badge{position:absolute;left:14px;top:14px;padding:7px 13px;border-radius:var(--mh-radius-pill);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;z-index:1}.memorial-photo-guide__badge--good{background:#4a8458}.memorial-photo-guide__badge--bad{background:#a35648}.memorial-photo-guide__body{padding:22px 22px 26px}.memorial-photo-guide__title{font-size:19px;line-height:1.3;color:var(--mh-deep-brown);margin:0 0 8px;font-weight:600}.memorial-photo-guide__text{font-size:14px;line-height:1.6;color:var(--mh-text-soft);margin-bottom:16px}.memorial-photo-guide__text p{margin:0}.memorial-photo-guide__list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.memorial-photo-guide__item{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--mh-text)}.memorial-photo-guide__check,.memorial-photo-guide__x{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:800;line-height:1}.memorial-photo-guide__check{background:#4a8458}.memorial-photo-guide__x{background:#a35648}.memorial-photo-guide__note{max-width:760px;margin:24px auto 0;padding:18px 20px;border-radius:var(--mh-radius-xl);background:#f7f3ec;color:var(--mh-text-soft);text-align:center;font-size:14px;line-height:1.6;border:1px solid var(--mh-border-soft)}.memorial-photo-guide__note p{margin:0}.memorial-photo-guide__cta{margin-top:24px;display:flex;justify-content:center}.memorial-photo-guide__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:var(--mh-radius-pill);background:var(--mh-deep-brown);color:#fff;font-size:15px;font-weight:600;text-decoration:none;min-height:48px;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease,color .15s ease;box-shadow:var(--mh-shadow-soft)}.memorial-photo-guide__btn:hover,.memorial-photo-guide__btn:focus-visible{background:var(--mh-deep-brown-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--mh-shadow-medium)}@media screen and (min-width:750px){.memorial-photo-guide{padding:72px 0 80px}.memorial-photo-guide__header{margin-bottom:44px}.memorial-photo-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch}.memorial-photo-guide__panel{display:flex;flex-direction:column}.memorial-photo-guide__body{flex:1 1 auto}}@media screen and (min-width:990px){.memorial-photo-guide{padding:88px 0 96px}.memorial-photo-guide__body{padding:26px 26px 30px}.memorial-photo-guide__title{font-size:21px}.memorial-photo-guide__text,.memorial-photo-guide__item{font-size:15px}}@media screen and (max-width:480px){.memorial-photo-guide{padding:36px 0 44px}.memorial-photo-guide__header{margin-bottom:26px}.memorial-photo-guide__media{aspect-ratio:4 / 3}.memorial-photo-guide__body{padding:20px 18px 22px}.memorial-photo-guide__btn{width:100%;max-width:320px}}.memorial-before-after{background:var(--mh-bg, #f7f3ec);padding:48px 0 56px;color:var(--mh-text)}.memorial-before-after__header{text-align:center;max-width:720px;margin:0 auto 32px}.memorial-before-after__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mh-soft-gold-dark);font-weight:600;margin:0 0 8px}.memorial-before-after__heading{font-size:clamp(26px,6vw,34px);line-height:1.25;color:var(--mh-deep-brown);margin:0 0 12px;font-weight:600;letter-spacing:-.01em}.memorial-before-after__subheading{font-size:16px;line-height:1.6;color:var(--mh-text-soft)}.memorial-before-after__subheading p{margin:0}.memorial-before-after__wrap{display:grid;grid-template-columns:1fr;gap:20px;align-items:center}.memorial-before-after__card{background:#fff;border-radius:var(--mh-radius-2xl);overflow:hidden;box-shadow:var(--mh-shadow-soft);border:1px solid var(--mh-border-soft)}.memorial-before-after__media{position:relative;width:100%;aspect-ratio:4 / 5;background:var(--mh-warm-gray);overflow:hidden}.memorial-before-after__image{width:100%;height:100%;object-fit:cover;display:block}.memorial-before-after__placeholder,.memorial-before-after__placeholder svg{width:100%;height:100%;display:block}.memorial-before-after__label{position:absolute;top:14px;left:14px;padding:7px 13px;border-radius:var(--mh-radius-pill);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;z-index:1}.memorial-before-after__label--before{background:#3a2e26e0}.memorial-before-after__label--after{background:var(--mh-soft-gold)}.memorial-before-after__caption{padding:18px 20px 20px;font-size:14px;line-height:1.6;color:var(--mh-text-soft);text-align:center}.memorial-before-after__caption p{margin:0}.memorial-before-after__arrow{display:flex;justify-content:center;align-items:center}.memorial-before-after__arrow span{width:44px;height:44px;border-radius:50%;background:var(--mh-deep-brown);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:24px;line-height:1;box-shadow:var(--mh-shadow-soft)}.memorial-before-after__note{max-width:760px;margin:24px auto 0;padding:18px 20px;border-radius:var(--mh-radius-xl);background:#fff;color:var(--mh-text-soft);text-align:center;font-size:14px;line-height:1.6;border:1px solid var(--mh-border-soft)}.memorial-before-after__note p{margin:0}.memorial-before-after__cta{margin-top:24px;display:flex;justify-content:center}.memorial-before-after__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:var(--mh-radius-pill);background:var(--mh-deep-brown);color:#fff;font-size:15px;font-weight:600;text-decoration:none;min-height:48px;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease,color .15s ease;box-shadow:var(--mh-shadow-soft)}.memorial-before-after__btn:hover,.memorial-before-after__btn:focus-visible{background:var(--mh-deep-brown-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--mh-shadow-medium)}@media screen and (min-width:750px){.memorial-before-after{padding:72px 0 80px}.memorial-before-after__header{margin-bottom:44px}.memorial-before-after__wrap{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:28px}.memorial-before-after__arrow span{transform:none}}@media screen and (min-width:990px){.memorial-before-after{padding:88px 0 96px}.memorial-before-after__caption{font-size:15px;padding:20px 24px 24px}}@media screen and (max-width:480px){.memorial-before-after{padding:36px 0 44px}.memorial-before-after__header{margin-bottom:26px}.memorial-before-after__arrow span{transform:rotate(90deg)}.memorial-before-after__btn{width:100%;max-width:320px}}.memorial-faq{background:var(--mh-bg, #ffffff);padding:48px 0 56px;color:var(--mh-text)}.memorial-faq__header{text-align:center;max-width:720px;margin:0 auto 32px}.memorial-faq__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mh-soft-gold-dark);font-weight:600;margin:0 0 8px}.memorial-faq__heading{font-size:clamp(26px,6vw,34px);line-height:1.25;color:var(--mh-deep-brown);margin:0 0 12px;font-weight:600;letter-spacing:-.01em}.memorial-faq__subheading{font-size:16px;line-height:1.6;color:var(--mh-text-soft)}.memorial-faq__subheading p{margin:0}.memorial-faq__list{max-width:860px;margin:0 auto;display:grid;gap:12px}.memorial-faq__item{background:#fff;border:1px solid var(--mh-border-soft);border-radius:var(--mh-radius-xl);overflow:hidden;box-shadow:0 4px 16px #3a2e260a}.memorial-faq__question{cursor:pointer;list-style:none;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--mh-deep-brown);font-size:16px;line-height:1.4;font-weight:600}.memorial-faq__question::-webkit-details-marker{display:none}.memorial-faq__icon{flex:0 0 auto;width:28px;height:28px;border-radius:50%;background:var(--mh-cream);color:var(--mh-deep-brown);display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;transition:transform .18s ease,background-color .18s ease,color .18s ease}.memorial-faq__item[open] .memorial-faq__icon{transform:rotate(45deg);background:var(--mh-deep-brown);color:#fff}.memorial-faq__answer{padding:0 20px 20px;color:var(--mh-text-soft);font-size:15px;line-height:1.65}.memorial-faq__answer p{margin:0}.memorial-faq__answer p+p{margin-top:10px}.memorial-faq__cta{margin-top:28px;display:flex;justify-content:center}.memorial-faq__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:var(--mh-radius-pill);background:var(--mh-deep-brown);color:#fff;font-size:15px;font-weight:600;text-decoration:none;min-height:48px;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease,color .15s ease;box-shadow:var(--mh-shadow-soft)}.memorial-faq__btn:hover,.memorial-faq__btn:focus-visible{background:var(--mh-deep-brown-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--mh-shadow-medium)}@media screen and (min-width:750px){.memorial-faq{padding:72px 0 80px}.memorial-faq__header{margin-bottom:44px}.memorial-faq__question{padding:20px 24px;font-size:17px}.memorial-faq__answer{padding:0 24px 22px}}@media screen and (min-width:990px){.memorial-faq{padding:88px 0 96px}}@media screen and (max-width:480px){.memorial-faq{padding:36px 0 44px}.memorial-faq__header{margin-bottom:26px}.memorial-faq__question{padding:16px;font-size:15px}.memorial-faq__answer{padding:0 16px 18px;font-size:14px}.memorial-faq__btn{width:100%;max-width:320px}}.memorial-trust{background:var(--mh-bg, #f7f3ec);padding:44px 0 52px;color:var(--mh-text)}.memorial-trust__card{max-width:1040px;margin:0 auto;background:#fff;border-radius:var(--mh-radius-2xl);border:1px solid var(--mh-border-soft);box-shadow:var(--mh-shadow-soft);padding:28px 22px}.memorial-trust__content{text-align:center;max-width:720px;margin:0 auto 28px}.memorial-trust__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--mh-soft-gold-dark);font-weight:600;margin:0 0 8px}.memorial-trust__heading{font-size:clamp(24px,5.6vw,32px);line-height:1.25;color:var(--mh-deep-brown);margin:0 0 12px;font-weight:600;letter-spacing:-.01em}.memorial-trust__subheading{font-size:15px;line-height:1.65;color:var(--mh-text-soft)}.memorial-trust__subheading p{margin:0}.memorial-trust__items{display:grid;grid-template-columns:1fr;gap:14px}.memorial-trust__item{display:flex;align-items:flex-start;gap:14px;padding:16px;border-radius:var(--mh-radius-xl);background:#fdfaf5;border:1px solid rgba(58,46,38,.08)}.memorial-trust__icon{flex:0 0 auto;width:42px;height:42px;border-radius:50%;background:var(--mh-cream);display:inline-flex;align-items:center;justify-content:center;font-size:21px;line-height:1;box-shadow:0 3px 10px #3a2e260f}.memorial-trust__item-content{flex:1 1 auto;min-width:0}.memorial-trust__item-title{font-size:16px;line-height:1.3;margin:0 0 5px;color:var(--mh-deep-brown);font-weight:600}.memorial-trust__item-text{font-size:14px;line-height:1.55;color:var(--mh-text-soft)}.memorial-trust__item-text p{margin:0}.memorial-trust__cta{margin-top:26px;display:flex;justify-content:center}.memorial-trust__btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:var(--mh-radius-pill);background:var(--mh-deep-brown);color:#fff;font-size:15px;font-weight:600;text-decoration:none;min-height:48px;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease,color .15s ease;box-shadow:var(--mh-shadow-soft)}.memorial-trust__btn:hover,.memorial-trust__btn:focus-visible{background:var(--mh-deep-brown-hover);color:#fff;transform:translateY(-1px);box-shadow:var(--mh-shadow-medium)}@media screen and (min-width:750px){.memorial-trust{padding:64px 0 72px}.memorial-trust__card{padding:40px 36px}.memorial-trust__content{margin-bottom:34px}.memorial-trust__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.memorial-trust__item{padding:18px}}@media screen and (min-width:990px){.memorial-trust{padding:76px 0 84px}.memorial-trust__card{padding:46px 44px}.memorial-trust__items{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.memorial-trust__item{flex-direction:column;align-items:center;text-align:center}}@media screen and (max-width:480px){.memorial-trust{padding:36px 0 44px}.memorial-trust__card{padding:24px 18px}.memorial-trust__item{padding:15px}.memorial-trust__btn{width:100%;max-width:320px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/memorial-custom.css.map */
