:root {
  --tuki-charcoal: #1a1a2e;
  --tuki-red: #ce1212;
  --tuki-off-white: #f8f8f8;
}

.brand-lockup { align-items: center; color: var(--tuki-charcoal); display: inline-flex; gap: .45rem; line-height: 1; text-decoration: none; white-space: nowrap; }
.brand-lockup:hover { color: var(--tuki-charcoal); }
.brand-lockup__mark { height: 2rem; width: 2rem; object-fit: contain; }
.brand-lockup__name { font-family: 'Inter', 'Roboto', sans-serif; font-size: 1.35rem; font-weight: 800; letter-spacing: -.06em; }
.brand-lockup__hapni { color: var(--tuki-charcoal); }
.brand-lockup__tuk { color: var(--tuki-red); }
.brand-lockup--compact .brand-lockup__mark { height: 1.65rem; width: 1.65rem; }
.brand-lockup--compact .brand-lockup__name { font-size: 1.08rem; }

.tuki-hero { position: relative; display: inline-block; max-width: 100%; }
.tuki-hero__image { display: block; max-height: 570px; margin: 0 auto; max-width: 100%; object-fit: contain; }
.tuki-speech { background: #fff; border: 2px solid var(--tuki-red); border-radius: 1rem; box-shadow: 0 12px 28px rgba(26, 26, 46, .16); color: var(--tuki-charcoal); font-family: 'Inter', 'Roboto', sans-serif; font-size: clamp(.85rem, 1.3vw, 1.05rem); font-weight: 700; left: -2.5rem; line-height: 1.35; max-width: 220px; padding: .75rem 1rem; position: absolute; text-align: left; top: -15%; z-index: 1; }
.tuki-speech::after { border-left: 12px solid transparent; border-right: 2px solid var(--tuki-red); border-top: 14px solid var(--tuki-red); bottom: -14px; content: ''; height: 0; position: absolute; right: 26px; transform: skewX(-25deg); width: 0; }
.tuki-page-illustration { display: block; margin: 0 auto; max-height: 420px; max-width: 100%; object-fit: contain; }
.tuki-reservation { align-items: center; background: linear-gradient(145deg, #1a1a2e, #2d2d2d); display: flex; justify-content: center; overflow: hidden; }
.tuki-reservation img { max-height: 320px; max-width: 100%; object-fit: contain; padding: 1rem; }

@media (max-width: 991.98px) {
  .tuki-speech { left: 2%; top: 2%; }
  .tuki-hero__image { max-height: 420px; }
}

@media (max-width: 575.98px) {
  .brand-lockup__mark { height: 1.7rem; width: 1.7rem; }
  .brand-lockup__name { font-size: 1.15rem; }
  .tuki-speech { font-size: .78rem; max-width: 175px; padding: .55rem .7rem; }
}

/* ── HapniTuk floating language selector ───────────────────── */
.ht-language-fab {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1200;
    font-family: inherit;
}

.ht-language-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    background: #1a1a2e;
    color: #fff;
    box-shadow: 0 8px 28px rgba(0,0,0,.22);
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.ht-language-trigger:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 30px rgba(0,0,0,.28);
}

.ht-language-trigger:focus-visible {
    outline: 2px solid #ce1212;
    outline-offset: 3px;
}

.ht-language-chevron {
    font-size: 10px;
    transition: transform .18s ease;
}

.ht-language-fab.open .ht-language-chevron {
    transform: rotate(180deg);
}

.ht-language-menu {
    position: absolute;
    right: 0;
    bottom: calc(100% + 9px);
    width: 190px;
    padding: 8px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(0,0,0,.20);
}

.ht-language-menu__title {
    padding: 7px 10px 8px;
    color: #888;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ht-language-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 42px;
    padding: 7px 10px;
    border-radius: 9px;
    color: #444 !important;
    text-decoration: none !important;
    transition: background .15s ease, color .15s ease;
}

.ht-language-option:hover {
    background: rgba(206,18,18,.08);
    color: #ce1212 !important;
}

.ht-language-option.active {
    background: #ce1212;
    color: #fff !important;
}

.ht-language-option__code {
    min-width: 28px;
    font-size: 11px;
    font-weight: 900;
}

.ht-language-option__name {
    flex: 1;
    font-size: 13px;
    font-weight: 600;
}

.ht-language-option > i {
    font-size: 14px;
}

/* Localized brand */
.brand-lockup__tagline {
    margin-left: 8px;
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.55;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .ht-language-fab {
        right: 12px;
        bottom: 16px;
    }

    .ht-language-trigger {
        min-height: 42px;
        padding: 0 13px;
    }

    .ht-language-menu {
        width: 175px;
    }
}
