.header-island {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 30px 10px;
    margin-top: -52px;
    margin-bottom: 0;
    position: relative;
    flex-shrink: 0;
    z-index: 50;
    width: fit-content;
    max-width: min(92vw, 820px);
    background: var(--ui-surface-90);
    backdrop-filter: var(--ui-glass-blur);
    border-radius: 34px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.logo {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.logo img {
    width: auto;
    height: 214px;
    max-width: none;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
    margin-bottom: 0;
    transform: translateY(-8px) scale(1.32);
    transform-origin: center top;
    position: relative;
    z-index: 2;
}

.page-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -4px;
    margin-bottom: 0;
    font-family: var(--font-primary);
}

.title-accent {
    font-family: var(--font-display);
    font-size: clamp(2rem, 2.3vw, 2.35rem);
    font-weight: 900;
    color: var(--color-purple);
    letter-spacing: 0.6px;
    padding-left: 0;
    margin-top: -2px;
    margin-bottom: 0;
    text-shadow: none;
    line-height: 1.08;
    white-space: nowrap;
    text-transform: none;
}

.title-line {
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--accent-secondary);
    letter-spacing: 0.5px;
    text-shadow: none;
    margin-top: 4px;
    opacity: 0.95;
}
