/**
 * @file custom.css
 * @version 1.0.0
 * @date 2025-11-17
 * @description Tour-specific CSS overrides for Conrad Singapore Marina Bay
 * @status CURRENT
 * @note This file contains ONLY Conrad-specific customizations that differ from Hilton.
 *       All shared/core styles should remain in the main CSS files.
 *       This file is loaded LAST in index.html to ensure overrides work correctly.
 */

/* ========================================
   BRANDING CUSTOMIZATIONS
   ======================================== */

/* Logo Height Override
   Source: index.css (line 104)
   Conrad uses auto height, Hilton uses 14rem */
:root {
    --logo-height: auto;
}

/* ========================================
   UI ELEMENT CUSTOMIZATIONS
   ======================================== */

/* Hide Multi-Language Button
   Source: btns.css (lines 213-223)
   Language selector button hidden for Conrad tour only.
   Button is located bottom-left on both desktop and mobile. */
section[btns] my-btn.lang {
    display: none !important;
}
