/*
================================================

Space Vanta Theme 1.0

Module:
Header

File:
public/header/logo.css

Purpose:
Header Logo

Version:
HV-002 v2

Design Direction:
Integrated Logo / Soft Printed Mark

Responsibilities:
- Logo display frame
- Logo responsive scaling
- Soft visual integration

================================================
*/


/* =================================================
   BRAND LOGO
   ================================================= */

.sv-header__logo {

    display: flex;

    align-items: center;

    justify-content: flex-start;

}


/* =================================================
   LOGO DISPLAY FRAME
   ================================================= */

.sv-header__logo-link {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 56px;

    height: 56px;

    background: transparent;

    overflow: hidden;

}


/* =================================================
   LOGO IMAGE
   ================================================= */

.sv-header__logo-image {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: contain;

    opacity: .94;

    filter:
        blur(.25px);

}


/* =================================================
   FALLBACK LOGO
   ================================================= */

.sv-header__logo-text {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 52px;

    height: 52px;

    font-size: 18px;

    line-height: 1;

    font-weight: 600;

    letter-spacing: .08em;

    white-space: nowrap;

}