@media (max-width: 768px) {
    #branding-inner {
        scale: 1.1 !important;
        width: 90%;
        justify-content: center;
    }

    .logo-img {
        height: 1.2em;
        margin-right: 8px;
    }

    h1.serif {
        font-size: 14px !important;
        letter-spacing: 0.1em !important;
    }

    #main-header {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #050505;
    color: #fff;
    margin: 0;
    overflow-x: hidden;
}

.serif {
    font-family: 'Playfair Display', serif;
}

.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

input,
textarea,
select {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s ease;
    border-radius: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #fff;
    padding-left: 10px;
}

.form-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 8px;
    display: block;
}

.logo-img {
    height: 1.5em;
    width: auto;
    object-fit: contain;
    display: block;
}

#branding-container {
    position: fixed;
    top: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    pointer-events: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

input[type="file"]::file-selector-button {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 0.1em;
    cursor: pointer;
    margin-right: 15px;
    transition: 0.3s;
}

input[type="file"]::file-selector-button:hover {
    background: #fff;
    color: #000;
}
