:root {
    --manor-cream: #f7f3ea;
    --manor-terracotta: #a35c3f;
    --manor-dark: #2b1f16;
    --manor-olive: #5c5f3f;
    --manor-text-dark: #2b2b2b;
}

.manor-mem-hero {
    position: relative;
    height: 480px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.manor-mem-hero__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
}

.manor-mem-hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
}

.manor-mem-hero__eyebrow {
    letter-spacing: 3px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0.85;
}

.manor-mem-hero__title {
		color: #F1F1E7;
		text-align: center;
		font-family: "Items Text";
		font-size: 33.6px;
		font-style: normal;
		font-weight: 400;
		line-height: 43.01px; /* 128.006% */
		letter-spacing: 4.704px;
		text-transform: uppercase;
}

.manor-mem-hero__title em {
    font-style: italic;
    font-family: Georgia, serif;
}

@media (max-width: 768px) {
    .manor-mem-hero { height: 320px; }
    .manor-mem-hero__title { font-size: 28px; }
}