/*
Theme Name: Starhood Luxury
Theme URI: https://starhoodluxuryhotels.com/
Author: Starhood Luxury Suites & Hotels Ltd.
Author URI: https://starhoodluxuryhotels.com/
Description: Official website theme for Starhood Luxury Suites & Hotels Ltd., No. 9 Ezenwo Close, Orazi, Port Harcourt. Navy and gold, elegant and fast. Displays room rates, booking and menu content served by the Starhood Hotel Management System plugin — this theme contains no business logic.
Version: 1.3.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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starhood-luxury
Tags: hotel, booking, business, one-column, right-sidebar, responsive-layout
*/

:root {
	--sl-navx: #0e1a2b;
	--sl-navy2: #16233a;
	--sl-navy3: #22334f;
	--sl-gold: #d9b56a;
	--sl-gold2: #e7ca8f;
	--sl-gold3: #c8a256;
	--sl-gold-soft: rgba(217, 181, 106, .16);
	--sl-cream: #faf6ef;
	--sl-ink: #1c2333;
	--sl-muted: #63708b;
	--sl-line: #e7e2d8;
	--sl-bg: #ffffff;
	--sl-radius: 14px;
	--sl-radius-lg: 20px;
	--sl-ease: cubic-bezier(.2, .7, .3, 1);
	--sl-shadow: 0 1px 2px rgba(14, 26, 43, .06), 0 8px 24px rgba(14, 26, 43, .07);
	--sl-shadow-lg: 0 24px 60px rgba(14, 26, 43, .16);
	--sl-grain: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/><feColorMatrix type='saturate' values='0'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='0.045'/></svg>");
	font-synthesis: none;
	color-scheme: light;
	accent-color: var(--sl-gold3);
	scrollbar-width: thin;
	scrollbar-color: var(--sl-gold3) transparent;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
	margin: 0;
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	color: var(--sl-ink);
	background: var(--sl-bg);
	line-height: 1.65;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-image:
		radial-gradient(1200px 480px at 100% 0%, rgba(217, 181, 106, .05), transparent 60%),
		radial-gradient(900px 420px at 0% 100%, rgba(34, 51, 79, .04), transparent 60%);
	background-attachment: fixed;
}

img { max-width: 100%; height: auto; }
a { color: var(--sl-gold3); text-decoration-thickness: 1px; transition: color .16s var(--sl-ease); }
a:hover { color: var(--sl-gold); }

h1, h2, h3, h4 {
	font-family: "Playfair Display", "Georgia", serif;
	font-weight: 600;
	color: var(--sl-navx);
	line-height: 1.18;
	margin: 0 0 .5em;
	letter-spacing: -0.01em;
	text-wrap: balance;
}

:focus-visible {
	outline: 2px solid var(--sl-gold);
	outline-offset: 3px;
	border-radius: 4px;
}

::selection { background: rgba(217, 181, 106, .35); }

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb {
	background: linear-gradient(var(--sl-gold3), var(--sl-gold));
	border-radius: 999px;
	border: 2px solid var(--sl-bg);
}

.starhood-container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }
.starhood-container * { box-sizing: border-box; }

.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
	position: fixed; top: 12px; left: 12px; z-index: 200; width: auto; height: auto;
	padding: 10px 16px; clip: auto; background: var(--sl-navx); color: #fff;
	border-radius: 8px; box-shadow: var(--sl-shadow); text-decoration: none;
}

/* ---------------- Scroll progress ---------------- */
.starhood-progress {
	position: fixed; top: 0; left: 0; height: 2px; width: 0; z-index: 120;
	background: linear-gradient(90deg, var(--sl-gold3), var(--sl-gold2));
	border-radius: 0 999px 999px 0;
	pointer-events: none;
}

/* ---------------- Top bar ---------------- */
.starhood-topbar {
	background: #0a141f;
	color: #9fb0ca;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	font-size: 12.5px;
}
.starhood-topbar-inner {
	display: flex; align-items: center; justify-content: space-between; gap: 18px;
	padding: 8px 24px;
}
.starhood-topbar a {
	color: #d8dfea; text-decoration: none; font-weight: 500;
	display: inline-flex; align-items: center; gap: 7px; padding: 2px 0;
	white-space: nowrap;
}
.starhood-topbar a:hover { color: var(--sl-gold2); }
.starhood-topbar svg { width: 14px; height: 14px; color: var(--sl-gold); flex: none; }
.starhood-topbar-left, .starhood-topbar-right { display: flex; align-items: center; gap: 22px; }
.starhood-topbar-right span { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.starhood-topbar-right svg { width: 13px; height: 13px; }

/* ---------------- Header ---------------- */
.starhood-header {
	background: rgba(10, 20, 33, .82);
	-webkit-backdrop-filter: blur(16px);
	backdrop-filter: blur(16px);
	color: #fff;
	position: sticky; top: 0; z-index: 50;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	transition: box-shadow .22s var(--sl-ease), background .22s var(--sl-ease);
}
.starhood-header.is-scrolled { box-shadow: 0 8px 24px rgba(0, 0, 0, .3); }
.starhood-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 13px 24px; }
.starhood-brand-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.starhood-brand-link:hover { color: #fff; }
.starhood-brand-link img { max-height: 46px; width: auto; border-radius: 8px; }
.starhood-brand-mark {
	width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
	background: linear-gradient(135deg, var(--sl-gold2), var(--sl-gold3));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .45), 0 4px 12px rgba(0, 0, 0, .22);
	color: var(--sl-navx); font-weight: 800; font-size: 20px; font-family: "Playfair Display", serif;
}
.starhood-brand-text strong { display: block; font-size: 15.5px; line-height: 1.2; }
.starhood-brand-text small { display: block; color: #b9c3d6; font-size: 11px; letter-spacing: .04em; }

.starhood-nav-toggle {
	display: none; background: none; border: 0; cursor: pointer; padding: 8px 6px; gap: 5px;
	flex-direction: column; border-radius: 8px; transition: background .16s var(--sl-ease);
}
.starhood-nav-toggle:hover { background: rgba(255, 255, 255, .1); }
.starhood-nav-toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .2s var(--sl-ease), opacity .2s var(--sl-ease); }
.starhood-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.starhood-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.starhood-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.starhood-nav-list {
	display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0;
}
.starhood-nav-list li { position: relative; }
.starhood-nav-list a {
	color: #c6cfdd; text-decoration: none; font-size: 14px; font-weight: 500;
	padding: 10px 12px; border-radius: 8px; display: inline-block;
	transition: color .16s var(--sl-ease), background .16s var(--sl-ease);
}
.starhood-nav-list a:hover, .starhood-nav-list .current-menu-item > a { color: #fff; background: rgba(255, 255, 255, .08); }
.starhood-nav-list a.starhood-nav-book {
	background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx); font-weight: 700;
	box-shadow: 0 2px 10px rgba(217, 181, 106, .25);
}
.starhood-nav-list a.starhood-nav-book:hover { background: var(--sl-gold2); color: var(--sl-navx); }

.starhood-nav-actions { display: none; }

/* ---------------- Buttons ---------------- */
.starhood-btn {
	display: inline-block; border: 0; border-radius: 12px; padding: 13px 24px;
	font-size: 14px; font-weight: 700; text-decoration: none; cursor: pointer; line-height: 1.4;
	transition: transform .16s var(--sl-ease), filter .16s var(--sl-ease), background .16s var(--sl-ease), border-color .16s var(--sl-ease), box-shadow .16s var(--sl-ease);
}
.starhood-btn:hover { transform: translateY(-1px); text-decoration: none; }
.starhood-btn:active { transform: translateY(1px); }
.starhood-btn-gold {
	background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx);
	box-shadow: 0 4px 14px rgba(217, 181, 106, .3); position: relative; overflow: hidden;
}
.starhood-btn-gold::after {
	content: ""; position: absolute; top: 0; left: -140%; width: 90%; height: 100%;
	background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
	transform: skewX(-18deg); transition: left .55s var(--sl-ease);
}
.starhood-btn-gold:hover::after { left: 140%; }
.starhood-btn-gold:hover { background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx); }
.starhood-btn-navy { background: var(--sl-navy3); color: #fff; }
.starhood-btn-navy:hover { background: var(--sl-navy2); color: #fff; }
.starhood-btn-ghost { background: transparent; border: 1px solid rgba(255, 255, 255, .4); color: #fff; }
.starhood-btn-ghost:hover { border-color: #fff; color: #fff; }

/* ---------------- Kickers & dividers ---------------- */
.starhood-kicker {
	margin: 0 0 12px 0; color: var(--sl-gold3);
	display: flex; align-items: center; gap: 14px;
	font-size: 11.5px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
}
.starhood-kicker::before {
	content: ""; width: 34px; height: 1px; flex: none;
	background: linear-gradient(90deg, rgba(217, 181, 106, 0), var(--sl-gold));
}
.starhood-kicker--light { color: var(--sl-gold2); }
.starhood-kicker--center { justify-content: center; }
.starhood-kicker--center::after {
	content: ""; width: 34px; height: 1px; flex: none;
	background: linear-gradient(90deg, var(--sl-gold), rgba(217, 181, 106, 0));
}

.starhood-divider {
	display: flex; align-items: center; gap: 14px;
	margin: 4px 0 30px; max-width: 400px;
}
.starhood-divider > span { flex: 1 1 100%; height: 1px; }
.starhood-divider > span:first-child { background: linear-gradient(90deg, rgba(217, 181, 106, 0), rgba(217, 181, 106, .65)); }
.starhood-divider > span:last-child { background: linear-gradient(90deg, rgba(217, 181, 106, .65), rgba(217, 181, 106, 0)); }
.starhood-divider i {
	width: 8px; height: 8px; flex: none; transform: rotate(45deg);
	border: 1.5px solid var(--sl-gold); background: var(--sl-bg);
}
.starhood-divider--center { margin-left: auto; margin-right: auto; }
.starhood-divider--light i { background: transparent; border-color: rgba(255, 255, 255, .8); }
.starhood-divider--light > span:first-child { background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .45)); }
.starhood-divider--light > span:last-child { background: linear-gradient(90deg, rgba(255, 255, 255, .45), rgba(255, 255, 255, 0)); }

/* ---------------- Section scaffolding ---------------- */
.starhood-section { padding: 76px 0; border-bottom: 1px solid var(--sl-line); scroll-margin-top: 84px; }
.starhood-section-title { font-size: clamp(26px, 4vw, 38px); margin-bottom: 6px; }
.starhood-section-header { margin-bottom: 10px; position: relative; }
.starhood-watermark {
	position: absolute; top: -30px; right: 4px; z-index: 0;
	font-family: "Playfair Display", Georgia, serif; font-size: 128px; font-weight: 600;
	line-height: 1; letter-spacing: -0.04em; color: rgba(28, 35, 51, .045);
	pointer-events: none; user-select: none;
}
.starhood-section-header > *:not(.starhood-watermark) { position: relative; z-index: 1; }

.starhood-section-more { display: flex; justify-content: center; margin-top: 26px; }
.starhood-link-arrow {
	display: inline-flex; align-items: center; gap: 9px;
	color: var(--sl-ink); font-weight: 700; font-size: 14px; text-decoration: none;
	border-bottom: 1.5px solid var(--sl-gold); padding-bottom: 5px;
	transition: color .18s var(--sl-ease), border-color .18s var(--sl-ease);
}
.starhood-link-arrow svg { width: 16px; height: 16px; color: var(--sl-gold3); transition: transform .18s var(--sl-ease); }
.starhood-link-arrow:hover { color: var(--sl-gold3); border-color: transparent; }
.starhood-link-arrow:hover svg { transform: translateX(4px); }

/* ---------------- Content-intrinsic (perf) ---------------- */
.starhood-welcome, .starhood-rooms-preview, .starhood-explore,
.starhood-offers-preview, .starhood-facilities-preview, .starhood-cta, .starhood-contact {
	content-visibility: auto;
	contain-intrinsic-size: auto 640px;
}

/* ---------------- Hero ---------------- */
.starhood-hero {
	position: relative; overflow: hidden;
	background:
		radial-gradient(1000px 460px at 82% -12%, rgba(217, 181, 106, .32), transparent 60%),
		radial-gradient(700px 400px at 8% 120%, rgba(34, 51, 79, .7), transparent 60%),
		linear-gradient(160deg, var(--sl-navx) 0%, var(--sl-navy3) 100%);
	color: #fff; padding: 116px 0 118px; text-align: center;
}
.starhood-hero::before {
	content: ""; position: absolute; inset: 0; background-image: var(--sl-grain);
	pointer-events: none; opacity: .7;
}
.starhood-hero-ring {
	position: absolute; top: -160px; right: -140px; width: 420px; height: 420px; pointer-events: none;
	border: 1px solid rgba(217, 181, 106, .22); border-radius: 50%;
	animation: sl-spin 90s linear infinite;
}
.starhood-hero-ring::after {
	content: ""; position: absolute; inset: 34px;
	border: 1px dashed rgba(217, 181, 106, .2); border-radius: 50%;
}
.starhood-hero-glow {
	position: absolute; left: 50%; top: 50%; width: 620px; height: 620px;
	margin: -310px 0 0 -310px; border-radius: 50%; pointer-events: none;
	background: radial-gradient(circle at 32% 30%, rgba(217, 181, 106, .3), transparent 62%);
	filter: blur(64px);
	animation: sl-drift 16s ease-in-out infinite alternate;
}
.starhood-hero-inner { position: relative; will-change: transform; }
.starhood-hero-eyebrow {
	letter-spacing: .26em; text-transform: uppercase; font-size: 12px; color: var(--sl-gold);
	margin: 0 0 16px; font-weight: 600;
}
.starhood-hero h1 {
	color: #fff; font-size: clamp(36px, 6.4vw, 64px); margin: 0 auto 14px; max-width: 840px;
	animation: sl-fade-up .7s var(--sl-ease) both;
}
.starhood-hero .starhood-divider { animation: sl-fade-up .7s var(--sl-ease) .08s both; }
.starhood-hero-sub {
	color: #c6cfdd; font-size: 17px; max-width: 660px; margin: 0 auto 32px;
	animation: sl-fade-up .7s var(--sl-ease) .16s both;
}
.starhood-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; animation: sl-fade-up .7s var(--sl-ease) .24s both; }
.starhood-hero-chips { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 34px 0 0; animation: sl-fade-up .7s var(--sl-ease) .34s both; }
.starhood-chip {
	display: inline-flex; align-items: center; gap: 8px;
	border: 1px solid rgba(255, 255, 255, .16); background: rgba(255, 255, 255, .05);
	-webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
	color: #e9edf5; font-size: 12.5px; padding: 8px 14px; border-radius: 999px; letter-spacing: .02em;
}
.starhood-chip svg { width: 14px; height: 14px; color: var(--sl-gold); flex: none; }
.starhood-hero-scroll {
	position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
	display: inline-flex; flex-direction: column; align-items: center; gap: 9px;
	color: #8fa3c0; font-size: 10.5px; letter-spacing: .24em; text-transform: uppercase; text-decoration: none;
}
.starhood-hero-scroll i {
	width: 22px; height: 34px; border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 999px; position: relative; display: block;
}
.starhood-hero-scroll i::after {
	content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px;
	margin-left: -1.5px; background: var(--sl-gold); border-radius: 999px;
	animation: sl-scroll 1.9s ease-in-out infinite;
}
.starhood-hero-scroll:hover { color: var(--sl-gold2); }

@keyframes sl-fade-up {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes sl-spin { to { transform: rotate(360deg); } }
@keyframes sl-drift {
	from { transform: translate(-3%, -2%) scale(1); }
	to { transform: translate(3%, 4%) scale(1.14); }
}
@keyframes sl-marquee { to { transform: translateX(-50%); } }
@keyframes sl-scroll {
	0% { transform: translateY(0); opacity: 1; }
	70% { transform: translateY(12px); opacity: 0; }
	100% { transform: translateY(0); opacity: 0; }
}

/* ---------------- At-a-glance strip ---------------- */
.starhood-strip { position: relative; z-index: 6; margin-top: -58px; padding: 0; }
.starhood-strip-card {
	background: var(--sl-bg); border: 1px solid var(--sl-line); border-radius: var(--sl-radius-lg);
	box-shadow: var(--sl-shadow-lg);
	display: grid; grid-template-columns: repeat(4, 1fr);
}
.starhood-strip-item {
	display: flex; align-items: center; gap: 16px; padding: 26px 27px;
	border-right: 1px solid var(--sl-line); position: relative;
}
.starhood-strip-item:last-child { border-right: 0; }
.starhood-strip-item svg { width: 34px; height: 34px; color: var(--sl-gold3); flex: none; }
.starhood-strip-item b { display: block; font-size: 15px; color: var(--sl-ink); line-height: 1.3; }
.starhood-strip-item span { font-size: 12.5px; color: var(--sl-muted); }
.starhood-strip-item::after {
	content: ""; position: absolute; left: 27px; right: 27px; bottom: -1px; height: 2px;
	background: linear-gradient(90deg, var(--sl-gold), var(--sl-gold3));
	transform: scaleX(0); transform-origin: left; transition: transform .28s var(--sl-ease);
}
.starhood-strip-item:hover::after { transform: scaleX(1); }

/* ---------------- Marquee band ---------------- */
.starhood-marquee {
	background: linear-gradient(100deg, var(--sl-gold3), var(--sl-gold) 55%, var(--sl-gold2));
	color: var(--sl-navx); overflow: hidden; padding: 15px 0;
	position: relative; z-index: 5;
}
.starhood-marquee-track { display: flex; width: max-content; will-change: transform; animation: sl-marquee 32s linear infinite; }
.starhood-marquee:hover .starhood-marquee-track { animation-play-state: paused; }
.starhood-marquee-set { display: flex; align-items: center; gap: 44px; padding-right: 44px; }
.starhood-marquee span {
	font-family: "Playfair Display", Georgia, serif; font-size: 15px; font-weight: 600;
	letter-spacing: .16em; text-transform: uppercase; white-space: nowrap;
}
.starhood-marquee-dot {
	width: 7px; height: 7px; flex: none; transform: rotate(45deg);
	border: 1.5px solid var(--sl-navx); opacity: .65;
}

/* ---------------- Welcome ---------------- */
.starhood-welcome { background: var(--sl-cream); position: relative; }
.starhood-welcome::before {
	content: ""; position: absolute; inset: 0; background-image: var(--sl-grain); pointer-events: none; opacity: .5;
}
.starhood-two { display: grid; grid-template-columns: 1.4fr 1fr; gap: 48px; align-items: start; position: relative; }
.starhood-two > div { min-width: 0; }
.starhood-tick { list-style: none; padding: 0; margin: 22px 0 0; }
.starhood-tick li { padding: 9px 0 9px 34px; position: relative; color: #3a4152; }
.starhood-tick li::before {
	content: "✓"; position: absolute; left: 0; top: 9px;
	width: 22px; height: 22px; border-radius: 50%;
	background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx);
	font-size: 12px; display: grid; place-items: center; font-weight: 800; box-shadow: 0 2px 8px rgba(217, 181, 106, .4);
}
.starhood-lead::first-letter {
	font-family: "Playfair Display", Georgia, serif; font-weight: 600;
	font-size: 54px; line-height: .82; float: left;
	margin: 7px 14px 0 0; color: var(--sl-gold3);
}
.starhood-welcome-cta {
	background: var(--sl-navx); color: #fff; border-radius: var(--sl-radius-lg); padding: 32px;
	box-shadow: var(--sl-shadow-lg); position: relative; overflow: hidden;
}
.starhood-welcome-cta::before {
	content: ""; position: absolute; inset: 0;
	background: radial-gradient(400px 200px at 90% -10%, rgba(217, 181, 106, .25), transparent 60%);
}
.starhood-welcome-cta::after {
	content: "S"; position: absolute; right: -30px; bottom: -86px;
	font-family: "Playfair Display", Georgia, serif; font-size: 260px; font-weight: 700;
	color: rgba(217, 181, 106, .1); line-height: 1; pointer-events: none; user-select: none;
}
.starhood-welcome-cta h3 { color: var(--sl-gold); }
.starhood-welcome-cta p { color: #c6cfdd; }
.starhood-welcome-cta .starhood-btn { position: relative; }

/* ---------------- Explore grid ---------------- */
.starhood-explore-grid {
	display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.starhood-ex-card {
	position: relative; display: flex; flex-direction: column; gap: 10px;
	border: 1px solid var(--sl-line); border-radius: 16px; padding: 26px 26px 24px;
	background: var(--sl-bg); box-shadow: var(--sl-shadow);
	text-decoration: none; color: inherit; overflow: hidden;
	transition: transform .22s var(--sl-ease), box-shadow .22s var(--sl-ease), border-color .22s var(--sl-ease);
}
.starhood-ex-card::before {
	content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
	background: linear-gradient(90deg, var(--sl-gold), var(--sl-gold3));
	transform: scaleX(0); transform-origin: left; transition: transform .3s var(--sl-ease);
}
.starhood-ex-card:hover { transform: translateY(-4px); border-color: rgba(217, 181, 106, .55); box-shadow: var(--sl-shadow-lg); color: inherit; }
.starhood-ex-card:hover::before { transform: scaleX(1); }
.starhood-ex-icon { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: var(--sl-gold3); background: var(--sl-gold-soft); margin-bottom: 6px; }
.starhood-ex-icon svg { width: 22px; height: 22px; }
.starhood-ex-num { font-family: "Playfair Display", Georgia, serif; font-size: 12.5px; letter-spacing: .14em; color: var(--sl-gold3); }
.starhood-ex-card h3 { font-size: 20px; margin: 0; color: var(--sl-navx); }
.starhood-ex-card p { color: var(--sl-muted); font-size: 13.5px; line-height: 1.6; margin: 0 0 4px; }
.starhood-ex-arrow {
	margin-top: auto; align-self: flex-start; width: 36px; height: 36px; border-radius: 50%;
	border: 1px solid var(--sl-line); display: grid; place-items: center;
	color: var(--sl-gold3); transition: transform .22s var(--sl-ease), background .22s var(--sl-ease), color .22s var(--sl-ease), border-color .22s var(--sl-ease);
}
.starhood-ex-arrow svg { width: 16px; height: 16px; }
.starhood-ex-card:hover .starhood-ex-arrow {
	background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx);
	border-color: transparent; transform: translateX(4px);
}

/* ---------------- Facilities / offers / rooms ---------------- */
.starhood-rooms-preview { background: var(--sl-bg); }
.starhood-facilities-preview { background: var(--sl-cream); }

/* ---------------- CTA ---------------- */
.starhood-cta {
	position: relative; overflow: hidden;
	background:
		radial-gradient(800px 400px at 50% -10%, rgba(217, 181, 106, .26), transparent 60%),
		radial-gradient(500px 300px at 100% 120%, rgba(34, 51, 79, .6), transparent 60%),
		linear-gradient(160deg, var(--sl-navx), var(--sl-navy3));
	color: #fff; text-align: center; border-bottom: 0;
}
.starhood-cta::before { content: ""; position: absolute; inset: 0; background-image: var(--sl-grain); opacity: .6; pointer-events: none; }
.starhood-cta h2 { color: #fff; font-size: clamp(28px, 4.4vw, 42px); }
.starhood-cta p { color: #c6cfdd; max-width: 560px; margin: 0 auto 22px; }
.starhood-cta-call {
	display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none;
	font-size: 17px; font-weight: 700; border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 999px; padding: 12px 24px; margin-top: 4px;
	transition: border-color .18s var(--sl-ease), color .18s var(--sl-ease), transform .18s var(--sl-ease);
}
.starhood-cta-call:hover { border-color: var(--sl-gold); color: var(--sl-gold2); transform: translateY(-1px); }
.starhood-cta-call svg { width: 18px; height: 18px; color: var(--sl-gold); }

/* ---------------- Contact ---------------- */
.starhood-panel {
	border: 1px solid var(--sl-line); border-radius: var(--sl-radius-lg);
	background: var(--sl-bg); padding: 30px; box-shadow: var(--sl-shadow);
}
.starhood-panel h2 { font-size: clamp(22px, 3vw, 28px); }
.starhood-contact-list { list-style: none; margin: 6px 0 0; padding: 0; }
.starhood-contact-list li {
	display: flex; align-items: flex-start; gap: 12px; padding: 9px 0;
	color: #3a4152; font-size: 14.5px; line-height: 1.6;
}
.starhood-contact-list svg { width: 19px; height: 19px; color: var(--sl-gold3); flex: none; margin-top: 3px; }
.starhood-contact-list a { color: var(--sl-ink); font-weight: 600; text-decoration: none; }
.starhood-contact-list a:hover { color: var(--sl-gold3); }
.starhood-contact address { font-style: normal; }

/* ---------------- Page ---------------- */
.starhood-page { padding: 60px 0 84px; }
.starhood-page-head h1 { font-size: clamp(28px, 4vw, 42px); }
.starhood-page-head { position: relative; margin-bottom: 24px; }
.starhood-page-head::after {
	content: ""; position: absolute; left: 0; bottom: 0; width: 64px; height: 3px;
	background: linear-gradient(90deg, var(--sl-gold), var(--sl-gold3)); border-radius: 999px;
}
.starhood-page-body { max-width: 820px; }
.starhood-page-body > *:not(img):not(.shf-*),
.starhood-page-body > p, .starhood-page-body > ul, .starhood-page-body > ol, .starhood-page-body > h2 { max-width: 820px; }
.starhood-page-body h2 { margin-top: 1.4em; }
.starhood-page-body a { color: var(--sl-gold3); text-decoration: underline; text-underline-offset: 3px; }

/* ---------------- Footer ---------------- */
.starhood-footer {
	background: var(--sl-navx); color: #b9c3d6; padding: 64px 0 26px; margin-top: 72px;
	background-image:
		radial-gradient(700px 300px at 100% 0%, rgba(217, 181, 106, .1), transparent 60%),
		linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px);
	background-size: auto, 100% 34px;
}
.starhood-footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 40px; }
.starhood-footer-brand { display: flex; gap: 14px; align-items: flex-start; }
.starhood-footer-brand .starhood-brand-mark { width: 46px; height: 46px; font-size: 22px; flex: none; margin-top: 2px; }
.starhood-footer-brand-text h3 { color: #fff; font-size: 20px; margin: 0 0 4px; }
.starhood-footer-brand-text p { font-size: 13.5px; line-height: 1.7; margin: 0 0 14px; }
.starhood-footer-call {
	display: inline-flex; align-items: center; gap: 9px; color: var(--sl-gold2);
	font-size: 15.5px; font-weight: 700; text-decoration: none; margin-top: 2px;
}
.starhood-footer-call:hover { color: var(--sl-gold); }
.starhood-footer-call svg { width: 17px; height: 17px; color: var(--sl-gold); }
.starhood-footer h4 { color: var(--sl-gold); font-family: "Inter", sans-serif; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; margin: 6px 0 16px; }
.starhood-footer p { font-size: 14px; line-height: 1.7; }
.starhood-footer ul { list-style: none; margin: 0; padding: 0; }
.starhood-footer li { margin-bottom: 10px; }
.starhood-footer a { color: #c6cfdd; text-decoration: none; font-size: 14px; transition: color .16s var(--sl-ease), padding-left .16s var(--sl-ease); }
.starhood-footer a:hover { color: var(--sl-gold); padding-left: 4px; }
.starhood-footer-social ul { display: flex; gap: 10px; }
.starhood-footer-social li { margin-bottom: 0; }
.starhood-footer-social a {
	width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center;
	border: 1px solid rgba(255, 255, 255, .16); color: #d8dfea; padding-left: 0 !important;
	transition: transform .18s var(--sl-ease), background .18s var(--sl-ease), color .18s var(--sl-ease), border-color .18s var(--sl-ease);
}
.starhood-footer-social a:hover {
	background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx);
	border-color: transparent; transform: translateY(-3px); padding-left: 0;
}
.starhood-footer-social svg { width: 16px; height: 16px; }
.starhood-footer-bottom {
	display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
	border-top: 1px solid rgba(255, 255, 255, .08); margin-top: 42px; padding-top: 22px;
}
.starhood-footer-bottom p { margin: 0; font-size: 13px; }
.starhood-footer-legal { list-style: none; margin: 0; padding: 0; display: flex; gap: 18px; }
.starhood-footer-legal a { font-size: 13px; }
.starhood-footer-legal a:hover { padding-left: 0; color: var(--sl-gold); }

/* ---------------- Floating UI ---------------- */
.starhood-totop {
	position: fixed; right: 22px; bottom: 24px; z-index: 80; width: 46px; height: 46px;
	border: 0; border-radius: 50%; cursor: pointer;
	background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx);
	box-shadow: 0 10px 24px rgba(0, 0, 0, .28); display: grid; place-items: center;
	opacity: 0; transform: translateY(14px); pointer-events: none;
	transition: opacity .25s var(--sl-ease), transform .25s var(--sl-ease), filter .18s var(--sl-ease);
}
.starhood-totop.show { opacity: 1; transform: translateY(0); pointer-events: auto; }
.starhood-totop:hover { filter: brightness(1.06); }
.starhood-totop svg { width: 18px; height: 18px; }

.starhood-mbb {
	position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
	background: rgba(10, 20, 33, .97); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
	border-top: 1px solid rgba(255, 255, 255, .12);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	display: none; gap: 10px;
	transform: translateY(105%); transition: transform .32s var(--sl-ease);
}
.starhood-mbb.show { transform: translateY(0); }
.starhood-mbb a {
	flex: 1; display: grid; place-items: center; padding: 13px 12px; border-radius: 12px;
	font-weight: 700; font-size: 13.5px; text-decoration: none;
}
.starhood-mbb a:hover { padding-left: 12px; }
.starhood-mbb-call { border: 1px solid rgba(255, 255, 255, .3); color: #fff; }
.starhood-mbb-call:hover { border-color: var(--sl-gold); color: var(--sl-gold2); }
.starhood-mbb-book { background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx); }
.starhood-mbb-book:hover { background: var(--sl-gold2); color: var(--sl-navx); }

/* ---------------- Scroll reveal ---------------- */
.starhood-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s var(--sl-ease), transform .65s var(--sl-ease), border-radius .3s var(--sl-ease); }
.starhood-reveal.is-visible { opacity: 1; transform: translateY(0); }

.starhood-reveal-stagger > * {
	opacity: 0; transform: translateY(16px);
	transition: opacity .6s var(--sl-ease), transform .6s var(--sl-ease);
}
.starhood-reveal-stagger > *:nth-child(1) { transition-delay: 0s; }
.starhood-reveal-stagger > *:nth-child(2) { transition-delay: .08s; }
.starhood-reveal-stagger > *:nth-child(3) { transition-delay: .16s; }
.starhood-reveal-stagger > *:nth-child(4) { transition-delay: .24s; }
.starhood-reveal-stagger > *:nth-child(5) { transition-delay: .32s; }
.starhood-reveal-stagger > *:nth-child(6) { transition-delay: .4s; }
.starhood-reveal-stagger > *:nth-child(n + 7) { transition-delay: .48s; }
.starhood-reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }

/* ---------------- Responsive ---------------- */
@media (max-width: 960px) {
	.starhood-topbar-right { display: none; }
	.starhood-nav-toggle { display: inline-flex; z-index: 60; }
	.starhood-nav {
		position: fixed; inset: 0; z-index: 40; height: 100dvh;
		background: rgba(7, 15, 26, .97);
		-webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
		padding: 104px 26px 44px; overflow-y: auto;
		opacity: 0; visibility: hidden; transform: translateY(-14px);
		transition: opacity .3s var(--sl-ease), transform .3s var(--sl-ease), visibility .3s;
	}
	.starhood-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.starhood-nav-list { flex-direction: column; align-items: stretch; gap: 4px; margin: 0 0 6px; }
	.starhood-nav-list a {
		display: block; padding: 14px 6px;
		font-family: "Playfair Display", Georgia, serif; font-size: 26px; font-weight: 600;
		color: #eef2fa; border-bottom: 1px solid rgba(255, 255, 255, .08);
		opacity: 0; transform: translateY(16px);
		transition: opacity .45s var(--sl-ease), transform .45s var(--sl-ease), color .2s, background .2s;
	}
	.starhood-nav-list a:hover, .starhood-nav-list .current-menu-item > a { background: none; color: var(--sl-gold2); }
	.starhood-nav.is-open .starhood-nav-list a { opacity: 1; transform: none; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(1) a { transition-delay: .05s; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(2) a { transition-delay: .09s; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(3) a { transition-delay: .13s; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(4) a { transition-delay: .17s; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(5) a { transition-delay: .21s; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(6) a { transition-delay: .25s; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(7) a { transition-delay: .29s; }
	.starhood-nav.is-open .starhood-nav-list li:nth-child(n + 8) a { transition-delay: .33s; }
	.starhood-nav-list a.starhood-nav-book {
		background: linear-gradient(135deg, var(--sl-gold), var(--sl-gold3)); color: var(--sl-navx);
		font-family: "Inter", sans-serif; font-size: 16px; font-weight: 700;
		text-align: center; border-bottom: 0; border-radius: 12px;
		margin-top: 20px; padding: 15px 10px;
	}
	.starhood-nav-list a.starhood-nav-book:hover { background: var(--sl-gold2); color: var(--sl-navx); }
	.starhood-nav-actions { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
	.starhood-nav-actions a { color: #c6cfdd; font-size: 15px; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
	.starhood-nav-actions a:hover { color: var(--sl-gold2); padding-left: 0; }
	.starhood-nav-actions svg { width: 17px; height: 17px; color: var(--sl-gold); }
	body.sl-nav-open { overflow: hidden; }
	.starhood-two, .starhood-footer-grid { grid-template-columns: 1fr; gap: 32px; }
	.starhood-section { padding: 56px 0; }
	.starhood-hero { padding: 84px 0 92px; }
	.starhood-strip { margin-top: -34px; }
	.starhood-strip-card { grid-template-columns: 1fr 1fr; }
	.starhood-strip-item { border-right: 0; border-bottom: 1px solid var(--sl-line); }
	.starhood-strip-item:nth-child(odd) { border-right: 1px solid var(--sl-line); }
	.starhood-strip-item:nth-last-child(-n + 2) { border-bottom: 0; }
	.starhood-explore-grid { grid-template-columns: 1fr 1fr; }
	.starhood-footer { margin-top: 40px; }
	.starhood-hero-scroll { display: none; }
}

@media (max-width: 560px) {
	.starhood-container { padding: 0 18px; }
	.starhood-topbar { display: none; }
	.starhood-brand-text small { display: none; }
	.starhood-hero-actions .starhood-btn { width: 100%; text-align: center; }
	.starhood-hero-actions { gap: 10px; }
	.starhood-hero { padding: 64px 0 76px; }
	.starhood-strip-card { grid-template-columns: 1fr; }
	.starhood-strip-item { border-right: 0; border-bottom: 1px solid var(--sl-line); }
	.starhood-strip-item:last-child { border-bottom: 0; }
	.starhood-explore-grid { grid-template-columns: 1fr; }
	.starhood-welcome-cta { padding: 26px; }
	.starhood-totop { right: 16px; bottom: 76px; }
	.starhood-mbb { display: flex; }
	body.sl-has-mbb { padding-bottom: 68px; }
}

/* ---------------- Motion + a11y ---------------- */
@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important;
	}
	.starhood-reveal { opacity: 1; transform: none; }
	.starhood-reveal-stagger > * { opacity: 1; transform: none; }
	.no-js .starhood-reveal { opacity: 1; }
	.no-js .starhood-reveal-stagger > * { opacity: 1; }
}