nav:has(.site-logo) {
    min-height: 72px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    align-items: center;
    overflow: visible !important;
}

.site-logo,
a.site-logo,
a.site-logo:link,
a.site-logo:visited,
a.site-logo:hover,
a.site-logo:active,
a.site-logo:focus {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    line-height: 1;
    flex-shrink: 0;
    background: transparent !important;
    color: #c9a962 !important;
    -webkit-text-fill-color: #c9a962;
    overflow: visible !important;
}

.site-logo-text {
    position: relative;
    z-index: 2;
    font-family: var(--font-display, 'Cormorant Garamond', Georgia, serif) !important;
    font-weight: 700 !important;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem) !important;
    letter-spacing: 0.08em;
    color: #c9a962 !important;
    -webkit-text-fill-color: #c9a962;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    transition: color 0.2s ease, -webkit-text-fill-color 0.2s ease;
}

.site-logo:hover .site-logo-text,
a.site-logo:hover .site-logo-text {
    color: #dbbc74 !important;
    -webkit-text-fill-color: #dbbc74;
}

@media (max-width: 480px) {
    .site-logo-text {
        font-size: 0.95rem !important;
        letter-spacing: 0.04em;
    }
}

@media (max-width: 900px) {
    nav:has(.site-logo) {
        min-height: auto;
    }

    a.site-logo .site-logo-text {
        font-size: clamp(1rem, 3.5vw, 1.35rem) !important;
        padding: 0 !important;
    }
}
