/* Tikko wordmark: Nunito ExtraBold, navy + orange i-dot */

:root {
    --tikko-orange: #FC7701;
    --tikko-orange-hover: #E56B00;
    --tikko-orange-dark: #C45C00;
    --tikko-orange-soft: #FFF4E8;
}

.tikko-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    color: inherit;
    line-height: 1;
}

.tikko-brand:hover {
    opacity: 0.92;
}

.tikko-brand-lockup {
    display: block;
    height: 2.7rem;
    width: auto;
    max-width: min(12.5rem, 52vw);
    object-fit: contain;
    flex-shrink: 0;
}

.tikko-brand-mark {
    height: 2rem;
    width: 2rem;
    flex-shrink: 0;
    border-radius: 0.48rem;
    display: block;
}

.tikko-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.tikko-wordmark {
    font-family: 'Nunito', ui-sans-serif, system-ui, sans-serif;
    font-weight: 800;
    font-size: 1.55rem;
    letter-spacing: -0.045em;
    text-transform: lowercase;
    color: #172631;
    line-height: 0.95;
}

.dark .tikko-wordmark,
.tikko-brand--invert .tikko-wordmark {
    color: #f4f6f8;
}

.tikko-i {
    position: relative;
    display: inline-block;
    letter-spacing: 0;
    margin-right: -0.045em;
}

.tikko-i::after {
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    top: 0.13em;
    width: 0.135em;
    height: 0.135em;
    margin: 0;
    background: #fc7701;
    border-radius: 50%;
    transform: translateX(-38%);
    pointer-events: none;
}

.tikko-suffix {
    font-weight: 700;
    font-size: 0.62em;
    letter-spacing: -0.02em;
    margin-left: 0.18em;
    text-transform: lowercase;
    opacity: 0.78;
}

.tikko-tagline {
    display: block;
    font-family: 'Nunito', ui-sans-serif, system-ui, sans-serif;
    font-weight: 400;
    font-size: 0.58rem;
    letter-spacing: 0.01em;
    color: #172631;
    margin-top: 0.18em;
    text-transform: lowercase;
    line-height: 1.1;
    white-space: nowrap;
}

.dark .tikko-tagline,
.tikko-brand--invert .tikko-tagline {
    color: #cbd5e1;
}

.tikko-brand--sm {
    gap: 0.35rem;
}

.tikko-brand--sm .tikko-brand-lockup {
    height: 1.55rem;
    max-width: 7.2rem;
}

.tikko-brand--sm .tikko-brand-mark {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0.28rem;
}

.tikko-brand--sm .tikko-wordmark {
    font-size: 0.95rem;
}

.tikko-brand--lg {
    gap: 0.75rem;
}

.tikko-brand--lg .tikko-brand-lockup {
    height: 5.4rem;
    max-width: 22rem;
}

.tikko-brand--lg .tikko-brand-mark {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 0.85rem;
}

.tikko-brand--lg .tikko-wordmark {
    font-size: 3rem;
}

.tikko-brand--lg .tikko-tagline {
    font-size: 0.82rem;
    margin-top: 0.28em;
}

.tikko-brand--xl .tikko-brand-lockup {
    height: 6.75rem;
    max-width: 28rem;
}

.tikko-brand--xl .tikko-brand-mark {
    height: 4.25rem;
    width: 4.25rem;
    border-radius: 1rem;
}

.tikko-brand--xl .tikko-wordmark {
    font-size: 3.75rem;
}

.tikko-brand--xl .tikko-tagline {
    font-size: 0.95rem;
}

.tikko-brand--stack {
    flex-direction: column;
    text-align: center;
    gap: 0.7rem;
}

.tikko-brand--stack .tikko-brand-text {
    align-items: center;
}

.dark .tikko-brand-lockup,
.tikko-brand--invert .tikko-brand-lockup {
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0.55rem;
    padding: 0.12rem 0.4rem 0.12rem 0.12rem;
    box-sizing: content-box;
}
