/* =========================================================
   icreamy — custom overrides & additions
   ========================================================= */

/* ---------- Logo ---------- */
.navbar-brand img.brand-logo {
    height: 68px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .navbar-brand img.brand-logo {
        height: 52px;
    }
}

.footer-logo img {
    height: 74px;
    width: auto;
    object-fit: contain;
}

/* ---------- Topbar ---------- */
.topbar-social {
    width: 100%;
}

.lang-switch a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.75;
    transition: 0.2s;
}

.lang-switch a.active {
    opacity: 1;
    text-decoration: underline;
}

.lang-switch a:hover {
    opacity: 1;
    color: #fff;
}

.lang-switch span {
    color: #fff;
    opacity: 0.6;
}

/* ---------- Editorial Footer ---------- */
.footer-links a {
    color: #555;
    text-decoration: none;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--primary);
}

.footer-bottom-bar {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-bottom-bar a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom-bar a:hover {
    text-decoration: underline;
}

.giant-wordmark-wrap {
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    padding: 2vw 0 3vw;
    margin-top: 10px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
}

.giant-wordmark-wrap span {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 18vw;
    line-height: 1.2;
    color: var(--primary);
    letter-spacing: -0.03em;
    white-space: nowrap;
    padding: 0 0.05em;
}

.giant-wordmark-wrap span .dot-i {
    color: var(--secondary);
}

@media (max-width: 767.98px) {
    .giant-wordmark-wrap span {
        font-size: 19vw;
    }
}

@media (min-width: 1600px) {
    .giant-wordmark-wrap span {
        font-size: 15vw;
    }
}

/* ---------- Misc ---------- */
.price-tag {
    white-space: nowrap;
}
