/*
Theme Name: TravexHub
Theme URI: https://travexhub.com/
Author: TravexHub
Author URI: https://travexhub.com/
Description: Editorial travel-house theme for TravexHub — a 1:1 conversion of the TravexHub design system. Includes a 12-tab booking widget, 14 travel services (CPT), WhatsApp enquiry flow, schema and floating CTAs.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: travexhub
Tags: travel, business, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, responsive-layout, translation-ready
*/

/*
 * The compiled design system lives in assets/css/theme.css and is loaded
 * through the WordPress enqueue system (see inc/enqueue.php).
 * This file exists for the theme header and for small overrides only.
 */

/* Header states (transparent over hero, solid after scroll) */
.site-header.is-transparent { background: transparent; }
.site-header.is-solid { background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.site-header.is-transparent .site-nav-link,
.site-header.is-transparent .site-phone,
.site-header.is-transparent .site-burger { color: rgba(255,255,255,.9); }
.site-header.is-transparent .site-nav-link:hover { color: var(--gold); }
.site-header.is-solid .site-nav-link,
.site-header.is-solid .site-phone,
.site-header.is-solid .site-burger { color: var(--navy); }
.site-header.is-solid .site-nav-link:hover { color: var(--gold); }
.site-header.is-transparent .site-logo { filter: brightness(0) invert(1); }
.site-header .site-nav-link.current-menu-item,
.site-header .site-nav-link[aria-current="page"] { color: var(--gold); }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.prose-travexhub p { margin-bottom: 1rem; }
.prose-travexhub a { color: var(--gold); }
