/* Terria Conseil — Continental Editorial */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.mist-ridge {
    background: linear-gradient(to right, #17181C, #2B2630, #5E4A66);
}

.mist-ridge-light {
    background: linear-gradient(to right, #F2F0EB, #DCD8D1, #B7BBB6);
}

.sage-horizon {
    background: linear-gradient(135deg, #2B2630 0%, #5E4A66 60%, #7D9086 100%);
}

.nav-background {
    background-color: rgba(242, 240, 235);
}

.glass-nav {
    background-color: rgba(242, 240, 235, 0.65);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.hero-background {
    background-image: url('../images/bg_prune_gradient.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Team avatar placeholder */
.avatar-placeholder {
    /* background: linear-gradient(135deg, #2B2630 0%, #5E4A66 60%, #7D9086 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: -0.02em;
    color: rgba(242, 240, 235, 0.35);
    user-select: none;
}

/* Pending co-founder card */
.avatar-pending {
    background: repeating-linear-gradient(
        45deg,
        #f0eee9,
        #f0eee9 8px,
        #e4e2dd 8px,
        #e4e2dd 16px
    );
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ambient shadow — for featured project card */
.ambient-shadow {
    box-shadow: 0 64px 80px -12px rgba(27, 28, 25, 0.06);
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Selection color */
::selection {
    background-color: #d0e4d9;
    color: #54675e;
}
