body {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    background: #0f0f0f;
    color: #fff;
}

.top-nav {
    padding: 20px;
}

.top-nav a {
    color: #aaa;
    text-decoration: none;
    font-size: 0.9rem;
}

.top-nav a:hover {
    color: #fff;
}

.project-container {
    max-width: 900px;
    margin: auto;
    padding: 40px 20px 80px;
}

.project-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.project-header p {
    opacity: 0.8;
    max-width: 600px;
}

.project-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
}

.project-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.project-details h2 {
    margin-top: 40px;
    font-size: 1.4rem;
}

.project-details p,
.project-details li {
    opacity: 0.85;
    line-height: 1.6;
}

.project-details ul {
    padding-left: 20px;
}
