/*
Theme Name:   Colonial Residence Kandy
Theme URI:    https://colonialresidence.com
Author:       Esupport
Description:  A bespoke luxury heritage theme for Colonial Residence Kandy (CRK) — a colonial heritage bungalow in Kandy, Sri Lanka. Includes Rooms and Attractions post types, an enquiry / booking form, Customizer options and ready-made page templates for Rooms, Heritage, Facilities, Location, Dining and Contact / Book Now.
Version:      1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  crk
Tags:         hotel, luxury, one-column, custom-menu, custom-logo, featured-images, theme-options
*/

/* Main styles live in assets/css/main.css */

/* ==========================================================
   Premium metallic gold (2026-09-25)
   ========================================================== */
:root {
	--gold: #c9a24a;
	--gold-light: #ecd08a;
	--gold-dark: #8a6621;
	--gold-metal: linear-gradient(135deg, #8a6621 0%, #b88d34 22%, #e9cd84 45%, #f7e7b4 52%, #d4af5a 62%, #a67d2c 82%, #8a6621 100%);
	--line: rgba(201, 162, 74, 0.38);
}

/* Gold buttons: polished metal with a sheen that glides on hover */
.btn--gold {
	background: var(--gold-metal);
	background-size: 220% 100%;
	background-position: 0% 50%;
	border-color: transparent;
	color: #1a140a;
	font-weight: 600;
	text-shadow: 0 1px 0 rgba(255, 240, 200, 0.35);
	box-shadow: inset 0 1px 0 rgba(255, 246, 214, 0.55), inset 0 -1px 0 rgba(90, 62, 14, 0.35), 0 6px 18px rgba(138, 102, 33, 0.28);
	transition: background-position 0.6s var(--ease), box-shadow 0.4s var(--ease), transform 0.3s var(--ease);
}
.btn--gold:hover,
.btn--gold:focus-visible {
	background: var(--gold-metal);
	background-size: 220% 100%;
	background-position: 100% 50%;
	border-color: transparent;
	color: #1a140a;
	box-shadow: inset 0 1px 0 rgba(255, 246, 214, 0.7), inset 0 -1px 0 rgba(90, 62, 14, 0.35), 0 10px 26px rgba(138, 102, 33, 0.38);
	transform: translateY(-1px);
}

/* Large room numbers: metallic gold lettering */
.room-row__num {
	background: var(--gold-metal);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 0.85;
}

/* Italic room taglines: deeper, richer gold for readability on cream */
.room-row__tagline { color: #9a7428; }