nav {
    background: white;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
}
.nav-logo { height: 100px; width: auto; }
nav a {
    text-decoration: none;
    color: #8D5B28; /* Bronze */
    margin-left: 15px;
    font-weight: bold;
}
