.hero {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: -3vh;
    margin-bottom: -1vh;
    width: 100vw;
    max-width: 100vw;
    height: 90vh;
    background: url("../assets/images/quebec-rico_0.png") top center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 2rem;
    z-index: 0;
}

.md-main__inner {
    margin-top: 0px;
}

.md-content__inner{
    margin-bottom: 0%;
}

/* Blockquote layout */
.hero__quote {
    display: flex;
    flex-direction: column;   /* ✅ STACK VERTICALLY */
    align-items: left;
    gap: 1rem;
    border-left: 4px solid rgba(255,255,255,0.6);
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(2px);
}

.hero__quote p {
    color: white;
    margin: 0;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.hero__author {
    opacity: 0.9;
    margin-top: .5rem;
}
