/* Modern CSS Reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    scrollbar-width: none;
}

body {
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-regular);
    color: var(--color-text-primary);
    background-color: var(--color-bg-primary);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

/* Chrome, Safari, Edge */
::-webkit-scrollbar {
    display: none;
}

/* Hero Pages Style */
.hero-biography {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    min-width: 2160px;
    min-height: 7680px;
    position: relative;
}

.hero-biography .element {
    position: absolute;
    top: 0;
    left: calc(50.00% - 1080px);
    width: 2161px;
    height: 3841px;
    aspect-ratio: 0.56;
    object-fit: cover;
}

.hero-biography .img {
    position: absolute;
    left: calc(50.00% - 1080px);
    bottom: 0;
    width: 2161px;
    height: 3841px;
    aspect-ratio: 0.56;
    object-fit: cover;
}

.hero-biography .nav-button-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 40px;
    position: fixed;
    left: 140px;
    bottom: 140px;
    background-color: #ffffff4c;
    border-radius: 60px;
    backdrop-filter: blur(10px) brightness(100%);
    -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.hero-biography .vector {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 1;
    aspect-ratio: 1;
}

.hero-biography {
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    min-width: 2160px;
    min-height: 7680px;
    position: relative;
}

.hero-biography .element {
    position: absolute;
    top: 0;
    left: calc(50.00% - 1080px);
    width: 2161px;
    height: 3841px;
    aspect-ratio: 0.56;
    object-fit: cover;
}

.hero-biography .img {
    position: absolute;
    left: calc(50.00% - 1080px);
    bottom: 0;
    width: 2161px;
    height: 3841px;
    aspect-ratio: 0.56;
    object-fit: cover;
}

.hero-biography .nav-button-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    padding: 40px;
    position: fixed;
    left: 140px;
    bottom: 140px;
    background-color: #ffffff4c;
    border-radius: 60px;
    backdrop-filter: blur(10px) brightness(100%);
    -webkit-backdrop-filter: blur(10px) brightness(100%);
}

.hero-biography .nav-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}