.page-hero {
    padding: 200px 0 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0)), radial-gradient(circle at top, rgba(217, 179, 108, 0.12), transparent 40%);
    text-align: center;
}

.page-hero h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    line-height: .95;
    margin-bottom: 18px;
    font-weight: 600;
}


.page-hero p {
    color: var(--muted);
    font-size: 1.05rem;
}

section{
    padding:80px 0;
}