/**
 * @file custom.css
 * @version 1.0.0
 * @date 2025-11-17
 * @description Tour-specific CSS overrides for Hilton Singapore Orchard
 * @status CURRENT
 * @note This file contains ONLY Hilton-specific customizations that differ from Conrad.
 *       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 103)
   Hilton uses 14rem height, Conrad uses auto */
:root {
    --logo-height: 14rem;
}
