/* =====================================================================
   Aroma Luxe Landing — /hyderabad/  (v2: bold black & gold, conversion-first)
   Everything is scoped under .alx-root.
   ===================================================================== */

.alx-root {
	--bg: #0a0a0a;
	--bg-2: #111111;
	--card: #161616;
	--card-2: #1b1b1b;
	--line: #2a2418;
	--line-2: #3a3220;
	--gold: #d4af37;
	--gold-2: #e9c967;
	--gold-dim: rgba(212, 175, 55, .14);
	--text: #f5f2ea;
	--text-2: #cfc9bd;
	--muted: #9f9788;
	--wa: #25d366;
	--wa-2: #1ebe5a;
	--ff-h: 'Cinzel', 'Times New Roman', Georgia, serif;
	--ff-b: 'Montserrat', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
	--wrap: 1200px;
	--gut: clamp(1rem, 4vw, 2rem);
	--sec: clamp(3.5rem, 7vw, 6rem);
	--hdr: 4.5rem;
	--ticker: 2.1rem;
	--ease: cubic-bezier(.22, .61, .2, 1);
	font-family: var(--ff-b);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	color: var(--text);
	background: var(--bg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow-x: clip;
}

html { scroll-behavior: smooth; }
html.alx-lock { overflow: hidden; }
body.alx-body { margin: 0; background: #0a0a0a; color: #f5f2ea; }

.alx-root *, .alx-root *::before, .alx-root *::after { box-sizing: border-box; }
.alx-root img { max-width: 100%; height: auto; display: block; }
.alx-root h1, .alx-root h2, .alx-root h3, .alx-root h4 { margin: 0; font-family: var(--ff-h); font-weight: 700; color: var(--text); line-height: 1.15; }
.alx-root p { margin: 0 0 1em; }
.alx-root ul, .alx-root ol { margin: 0; padding: 0; list-style: none; }
.alx-root a { color: inherit; text-decoration: none; transition: color .3s var(--ease); }
.alx-root button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
.alx-root table { border-collapse: collapse; width: 100%; }
.alx-root :focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; }
.alx-root .alx-ic { width: 1em; height: 1em; display: inline-block; vertical-align: -.15em; flex: none; }

.alx-skip { position: absolute; left: -999px; top: 0; z-index: 999; padding: .8rem 1rem; background: #e9c967; color: #0a0a0a; font: 600 .8rem 'Montserrat', sans-serif; }
.alx-skip:focus { left: 1rem; top: 1rem; }

.alx-wrap { width: min(var(--wrap), 100% - 2 * var(--gut)); margin-inline: auto; }

/* ---------- type helpers ---------- */
.alx-root .alx-label { margin: 0 0 .6rem; font: 600 .74rem/1.3 var(--ff-b); letter-spacing: .28em; text-transform: uppercase; color: var(--gold); }
.alx-root .alx-h2 { font-size: clamp(1.75rem, 3.6vw, 2.75rem); letter-spacing: .06em; text-transform: uppercase; color: var(--gold); margin: 0 0 .9rem; }
.alx-root .alx-h3 { font-size: clamp(1.2rem, 2vw, 1.5rem); letter-spacing: .04em; color: var(--gold-2); margin: 0 0 .5rem; }
.alx-root .alx-h4 { font-family: var(--ff-b); font-weight: 700; font-size: 1.05rem; color: var(--text); margin: 0 0 .4rem; }
.alx-root .alx-rule { display: block; width: 5.5rem; height: 2px; margin: 0 auto 1.2rem; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.alx-root .alx-sub { font-size: clamp(.95rem, 1.2vw, 1.05rem); color: var(--text-2); max-width: 64ch; margin: 0 auto; }
.alx-root .alx-p { color: var(--text-2); font-size: .98rem; max-width: 64ch; }
.alx-root .alx-center { text-align: center; }
.alx-root .alx-mt { margin-top: 2.2rem; }
.alx-root .alx-link { font-weight: 700; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--gold); }
.alx-root .alx-link:hover { color: var(--gold-2); }
.alx-root .alx-sechead { text-align: center; max-width: 760px; margin: 0 auto clamp(2rem, 4vw, 3rem); }
.alx-root .alx-sechead--left { text-align: left; margin-left: 0; }
.alx-root .alx-sechead--left .alx-rule { margin-left: 0; }
.alx-root .alx-sechead--left .alx-sub { margin-left: 0; }

/* ---------- buttons ---------- */
.alx-root .alx-btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .9rem 1.6rem; border-radius: 999px; border: 2px solid transparent; font: 700 .8rem/1 var(--ff-b); letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease); }
.alx-root .alx-btn .alx-ic { width: 1.1em; height: 1.1em; }
.alx-root .alx-btn:hover { transform: translateY(-2px); }
.alx-root .alx-btn--gold { background: var(--gold); border-color: var(--gold); color: #0a0a0a; box-shadow: 0 10px 26px -12px rgba(212, 175, 55, .7); }
.alx-root .alx-btn--gold:hover { background: var(--gold-2); border-color: var(--gold-2); color: #0a0a0a; box-shadow: 0 16px 32px -12px rgba(233, 201, 103, .8); }
.alx-root .alx-btn--wa { background: var(--wa); border-color: var(--wa); color: #06240f; box-shadow: 0 10px 26px -12px rgba(37, 211, 102, .7); }
.alx-root .alx-btn--wa:hover { background: #3ee07a; border-color: #3ee07a; color: #06240f; box-shadow: 0 16px 32px -12px rgba(37, 211, 102, .8); }
.alx-root .alx-btn--outline { background: transparent; border-color: var(--gold); color: var(--gold-2); }
.alx-root .alx-btn--outline:hover { background: var(--gold); color: #0a0a0a; }
.alx-root .alx-btn--sm { padding: .7rem 1.15rem; font-size: .72rem; }
.alx-root .alx-btn--lg { padding: 1.05rem 2rem; font-size: .86rem; }

/* ---------- ticker ---------- */
.alx-root .alx-ticker { position: fixed; top: 0; left: 0; right: 0; z-index: 51; height: var(--ticker); background: var(--gold); color: #0a0a0a; overflow: hidden; display: flex; align-items: center; }
.alx-root .alx-ticker__track { display: flex; gap: 2.4rem; width: max-content; padding-left: 2.4rem; font: 700 .68rem/1 var(--ff-b); letter-spacing: .2em; text-transform: uppercase; white-space: nowrap; animation: alx-ticker 45s linear infinite; will-change: transform; }
.alx-root .alx-ticker:hover .alx-ticker__track { animation-play-state: paused; }
@keyframes alx-ticker { to { transform: translateX(-33.3333%); } }
body.admin-bar .alx-root .alx-ticker { top: 32px; }
@media (max-width: 782px) { body.admin-bar .alx-root .alx-ticker { top: 46px; } }

/* ---------- header ---------- */
.alx-root .alx-header { position: fixed; top: var(--ticker); left: 0; right: 0; z-index: 50; height: var(--hdr); display: flex; align-items: center; background: rgba(10, 10, 10, .92); border-bottom: 1px solid var(--line); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: box-shadow .4s var(--ease); }
.alx-root .alx-header.is-scrolled { box-shadow: 0 12px 30px -18px rgba(0, 0, 0, .9); }
body.admin-bar .alx-root .alx-header { top: calc(var(--ticker) + 32px); }
@media (max-width: 782px) { body.admin-bar .alx-root .alx-header { top: calc(var(--ticker) + 46px); } }
.alx-root .alx-header__in { display: flex; align-items: center; gap: 1.5rem; width: 100%; }
.alx-root .alx-logo { display: inline-flex; flex: none; }
.alx-root .alx-logo img { height: 3rem; width: auto; }
.alx-root .alx-nav { margin-left: auto; margin-right: auto; }
.alx-root .alx-nav__list { display: flex; gap: 1.9rem; align-items: center; }
.alx-root .alx-nav__list li { position: relative; }
.alx-root .alx-nav__list > li > a { display: inline-block; position: relative; padding: .5rem 0; font: 700 .78rem/1 var(--ff-b); letter-spacing: .1em; text-transform: uppercase; color: var(--text); }
.alx-root .alx-nav__list > li > a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.alx-root .alx-nav__list > li:hover > a, .alx-root .alx-nav__list > li.current-menu-item > a, .alx-root .alx-nav__list > li.current-menu-ancestor > a { color: var(--gold-2); }
.alx-root .alx-nav__list > li:hover > a::after, .alx-root .alx-nav__list > li.current-menu-item > a::after, .alx-root .alx-nav__list > li.current-menu-ancestor > a::after { transform: scaleX(1); transform-origin: left; }
.alx-root .alx-nav__list .sub-menu { position: absolute; top: 100%; left: -1rem; min-width: 12rem; padding: .5rem 0; background: #141414; border: 1px solid var(--line-2); border-radius: 10px; opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; box-shadow: 0 24px 50px -20px rgba(0, 0, 0, .9); }
.alx-root .alx-nav__list li:hover > .sub-menu, .alx-root .alx-nav__list li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.alx-root .alx-nav__list .sub-menu a { display: block; padding: .55rem 1rem; font: 600 .78rem/1.4 var(--ff-b); color: var(--text-2); }
.alx-root .alx-nav__list .sub-menu a:hover { color: var(--gold-2); background: var(--gold-dim); }
.alx-root .alx-header__cta { display: flex; gap: .5rem; }
.alx-root .alx-burger { display: none; width: 2.6rem; height: 2.6rem; flex-direction: column; align-items: center; justify-content: center; gap: 5px; border: 1px solid var(--line-2); border-radius: 8px; margin-left: auto; }
.alx-root .alx-burger span { width: 1.1rem; height: 2px; background: var(--gold); transition: transform .35s var(--ease), opacity .35s; }
.alx-root .alx-burger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.alx-root .alx-burger.is-open span:nth-child(2) { opacity: 0; }
.alx-root .alx-burger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 1100px) {
	.alx-root .alx-nav { display: none; }
	.alx-root .alx-burger { display: flex; }
	.alx-root .alx-header__cta { margin-left: auto; }
}
@media (max-width: 560px) { .alx-root .alx-header__cta .alx-btn--gold { display: none; } }

/* drawer */
.alx-root .alx-drawer { position: fixed; inset: 0; z-index: 49; background: rgba(10, 10, 10, .98); transform: translateX(100%); transition: transform .45s var(--ease); overflow-y: auto; padding: calc(var(--ticker) + var(--hdr) + 1rem) var(--gut) 3rem; }
.alx-root .alx-drawer.is-open { transform: none; }
.alx-root .alx-drawer__in { max-width: 520px; }
.alx-root .alx-drawer__list > li { border-bottom: 1px solid var(--line); }
.alx-root .alx-drawer__list > li > a { display: block; padding: 1rem 0; font: 700 1.1rem/1.2 var(--ff-h); letter-spacing: .06em; text-transform: uppercase; color: var(--text); }
.alx-root .alx-drawer__list .sub-menu { padding: 0 0 .8rem 1rem; }
.alx-root .alx-drawer__list .sub-menu a { display: block; padding: .45rem 0; font: 600 .95rem var(--ff-b); color: var(--text-2); }
.alx-root .alx-drawer__cta { display: grid; gap: .7rem; margin: 1.6rem 0 1rem; }
.alx-root .alx-drawer__hours { color: var(--muted); font-size: .85rem; display: flex; gap: .5rem; align-items: center; }

/* ---------- hero ---------- */
.alx-root .alx-hero { position: relative; min-height: 100svh; display: flex; align-items: center; text-align: center; padding: calc(var(--ticker) + var(--hdr) + 3rem) 0 4rem; overflow: hidden; isolation: isolate; }
.alx-root .alx-hero__slides { position: absolute; inset: 0; z-index: -2; }
.alx-root .alx-hero__slide { position: absolute; inset: 0; opacity: 0; transition: opacity 2.2s var(--ease); }
.alx-root .alx-hero__slide.is-active { opacity: 1; }
.alx-root .alx-hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.55) saturate(.9); animation: alx-kb 28s ease-in-out infinite alternate; }
@keyframes alx-kb { from { transform: scale(1.04) translate3d(0, 0, 0); } to { transform: scale(1.14) translate3d(-1.5%, 1%, 0); } }
.alx-root .alx-hero__veil { position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 55% at 50% 48%, rgba(0, 0, 0, .55), transparent 100%), linear-gradient(180deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .7) 45%, rgba(10, 10, 10, .96) 100%); }
.alx-root .alx-hero__title { text-shadow: 0 2px 6px rgba(0, 0, 0, .85), 0 0 28px rgba(0, 0, 0, .7), 0 0 24px rgba(212, 175, 55, .25); }
.alx-root .alx-hero__lead, .alx-root .alx-hero__points, .alx-root .alx-hero__label { text-shadow: 0 1px 4px rgba(0, 0, 0, .9), 0 0 18px rgba(0, 0, 0, .7); }
.alx-root .alx-hero__in { max-width: 980px; }
.alx-root .alx-hero__label { margin: 0 0 1rem; font: 700 .78rem/1.3 var(--ff-b); letter-spacing: .32em; text-transform: uppercase; color: var(--gold-2); }
.alx-root .alx-hero__title { font-size: clamp(1.9rem, 5vw, 3.9rem); letter-spacing: .07em; text-transform: uppercase; color: var(--gold); text-shadow: 0 0 24px rgba(212, 175, 55, .3), 0 4px 24px rgba(0, 0, 0, .6); margin: 0 auto 1.4rem; max-width: 20ch; line-height: 1.18; }
.alx-root .alx-hero__lead { font-size: clamp(.98rem, 1.3vw, 1.15rem); color: var(--text); max-width: 64ch; margin: 0 auto 1.2rem; }
.alx-root .alx-hero__points { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 1.4rem; margin: 0 0 1.8rem; font: 600 .82rem/1.4 var(--ff-b); color: var(--text); }
.alx-root .alx-hero__points li { display: flex; align-items: center; gap: .5rem; }
.alx-root .alx-hero__points li + li::before { content: '•'; color: var(--gold); margin-right: .5rem; }
.alx-root .alx-hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; margin-bottom: 2.4rem; }
.alx-root .alx-trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; max-width: 960px; margin: 0 auto; }
.alx-root .alx-trust__item { background: rgba(20, 20, 20, .72); border: 1px solid var(--line-2); border-radius: 12px; padding: .9rem 1rem; display: flex; align-items: center; gap: .8rem; text-align: left; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.alx-root .alx-trust__item a { display: flex; align-items: center; gap: .8rem; }
.alx-root .alx-trust__icon { width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--gold-dim); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--gold-2); flex: none; }
.alx-root .alx-trust__icon .alx-ic { width: 1.15rem; height: 1.15rem; }
.alx-root .alx-trust__body { display: grid; line-height: 1.3; }
.alx-root .alx-trust__body strong { font: 700 .95rem/1.3 var(--ff-b); color: var(--text); display: flex; align-items: center; gap: .4rem; }
.alx-root .alx-trust__body small { font-size: .72rem; color: var(--muted); }
.alx-root .alx-stars { display: inline-flex; gap: 1px; }
.alx-root .alx-stars i { width: .85rem; height: .85rem; color: rgba(212, 175, 55, .25); display: inline-block; }
.alx-root .alx-stars i.is-on { color: var(--gold-2); }
.alx-root .alx-stars svg { width: 100%; height: 100%; display: block; }
/* entrance */
.alx-root [data-hero] { opacity: 0; animation: alx-rise .9s var(--ease) forwards; }
.alx-root [data-hero="1"] { animation-delay: .1s; }
.alx-root [data-hero="2"] { animation-delay: .25s; }
.alx-root [data-hero="3"] { animation-delay: .4s; }
.alx-root [data-hero="4"] { animation-delay: .5s; }
.alx-root [data-hero="5"] { animation-delay: .6s; }
.alx-root [data-hero="6"] { animation-delay: .8s; }
@keyframes alx-rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@media (max-width: 900px) { .alx-root .alx-trust { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) {
	.alx-root .alx-hero { padding-bottom: 3rem; }
	.alx-root .alx-hero__cta .alx-btn { width: 100%; }
	.alx-root .alx-trust { grid-template-columns: 1fr 1fr; gap: .5rem; }
	.alx-root .alx-trust__item { padding: .7rem .8rem; gap: .6rem; }
	.alx-root .alx-trust__icon { width: 2rem; height: 2rem; }
	.alx-root .alx-trust__body strong { font-size: .82rem; }
	.alx-root .alx-trust__body small { font-size: .66rem; }
}

/* ---------- sections & cards ---------- */
.alx-root .alx-section { padding: var(--sec) 0; position: relative; scroll-margin-top: calc(var(--hdr) + var(--ticker)); }
.alx-root .alx-section--alt { background: var(--bg-2); border-block: 1px solid var(--line); }
.alx-root .alx-card { background: var(--card); border: 1px solid var(--line-2); border-radius: 14px; transition: transform .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease); }
.alx-root .alx-card:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 24px 50px -26px rgba(0, 0, 0, .9); }
.alx-root .alx-cards { display: grid; gap: 1.4rem; }
.alx-root .alx-cards--4 { grid-template-columns: repeat(4, 1fr); }
.alx-root .alx-cards--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 1000px) { .alx-root .alx-cards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .alx-root .alx-cards--3 { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; } }
@media (max-width: 600px) { .alx-root .alx-cards--4 { grid-template-columns: 1fr; max-width: 480px; margin-inline: auto; } }

/* reveal */
.alx-js .alx-root [data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: calc(var(--i, 0) * .08s); }
.alx-js .alx-root [data-reveal].is-in { opacity: 1; transform: none; }

/* ---------- rooms ---------- */
.alx-root .alx-room { overflow: hidden; display: flex; flex-direction: column; }
.alx-root .alx-room__img { margin: 0; position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.alx-root .alx-room__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.alx-root .alx-room:hover .alx-room__img img { transform: scale(1.06); }
.alx-root .alx-room__tag { position: absolute; top: .8rem; left: .8rem; background: var(--gold); color: #0a0a0a; font: 700 .64rem/1 var(--ff-b); letter-spacing: .14em; text-transform: uppercase; padding: .45rem .7rem; border-radius: 999px; }
.alx-root .alx-room__body { padding: 1.3rem 1.3rem 1.4rem; display: flex; flex-direction: column; flex: 1; }
.alx-root .alx-room__body p { color: var(--text-2); font-size: .92rem; margin-bottom: .8rem; }
.alx-root .alx-room__from { margin-top: auto; font-size: .8rem; color: var(--muted); }
.alx-root .alx-room__from strong { font: 700 1.15rem/1 var(--ff-b); color: var(--gold-2); }
.alx-root .alx-room__cta { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin-top: .9rem; }

/* ---------- price list ---------- */
.alx-root .alx-pricegrid { display: grid; grid-template-columns: 1.2fr 1.2fr .8fr; gap: 1.4rem; align-items: start; }
.alx-root .alx-pricecard { overflow: hidden; }
.alx-root .alx-pricecard.is-featured { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold) inset, 0 30px 60px -40px rgba(212, 175, 55, .5); }
.alx-root .alx-pricecard__head { padding: 1.3rem 1.4rem 1rem; border-bottom: 1px solid var(--line); background: linear-gradient(180deg, var(--gold-dim), transparent); }
.alx-root .alx-pricecard__head p { margin: 0; font-size: .8rem; color: var(--muted); letter-spacing: .04em; }
.alx-root .alx-table th, .alx-root .alx-table td { padding: .8rem 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.alx-root .alx-table thead th { font: 700 .66rem/1 var(--ff-b); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); background: rgba(255, 255, 255, .02); }
.alx-root .alx-table thead th + th, .alx-root .alx-table td { text-align: right; white-space: nowrap; }
.alx-root .alx-table tbody th { font-weight: 400; }
.alx-root .alx-table__name { display: block; font-weight: 600; color: var(--text); font-size: .95rem; }
.alx-root .alx-table__note { display: block; font-size: .74rem; color: var(--muted); }
.alx-root .alx-table td a { display: inline-block; font: 700 .98rem/1 var(--ff-b); color: var(--gold-2); padding: .35rem .5rem; margin: -.35rem -.5rem; border-radius: 6px; transition: background .3s, color .3s; }
.alx-root .alx-table td a:hover { background: var(--gold); color: #0a0a0a; }
.alx-root .alx-table tbody tr:last-child th, .alx-root .alx-table tbody tr:last-child td { border-bottom: 0; }
.alx-root .alx-pricecard__foot { padding: 1.1rem 1.4rem 1.4rem; border-top: 1px solid var(--line); }
.alx-root .alx-pricecard__foot .alx-btn { width: 100%; }
@media (max-width: 1000px) { .alx-root .alx-pricegrid { grid-template-columns: 1fr 1fr; } .alx-root .alx-pricecard:last-child { grid-column: 1 / -1; } }
@media (max-width: 680px) { .alx-root .alx-pricegrid { grid-template-columns: 1fr; } .alx-root .alx-table th, .alx-root .alx-table td { padding: .7rem .7rem; } .alx-root .alx-table td a { font-size: .9rem; } }

/* ---------- about ---------- */
.alx-root .alx-about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.alx-root .alx-about__media { position: relative; aspect-ratio: 1 / .95; }
.alx-root .alx-about__img { position: absolute; margin: 0; overflow: hidden; border-radius: 14px; border: 1px solid var(--line-2); box-shadow: 0 30px 60px -30px rgba(0, 0, 0, .9); }
.alx-root .alx-about__img img { width: 100%; height: 100%; object-fit: cover; }
.alx-root .alx-about__img--a { left: 0; top: 0; width: 78%; height: 78%; }
.alx-root .alx-about__img--b { right: 0; bottom: 0; width: 48%; height: 46%; border: 4px solid var(--bg); }
.alx-root .alx-about__cta { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.4rem; }
@media (max-width: 900px) { .alx-root .alx-about__grid { grid-template-columns: 1fr; } .alx-root .alx-about__media { max-width: 560px; aspect-ratio: 4 / 3; } }

/* ---------- why ---------- */
.alx-root .alx-feature { padding: 1.8rem 1.5rem; text-align: center; }
.alx-root .alx-feature__icon { width: 3.4rem; height: 3.4rem; margin: 0 auto 1rem; border-radius: 50%; background: var(--gold-dim); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--gold-2); }
.alx-root .alx-feature__icon .alx-ic { width: 1.5rem; height: 1.5rem; }
.alx-root .alx-feature p { margin: 0; color: var(--text-2); font-size: .92rem; }

/* ---------- gallery ---------- */
.alx-root .alx-film { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.alx-root .alx-film__track { display: flex; gap: .8rem; width: max-content; animation: alx-marq 80s linear infinite; will-change: transform; }
.alx-root .alx-film:hover .alx-film__track { animation-play-state: paused; }
@keyframes alx-marq { to { transform: translateX(-50%); } }
.alx-root .alx-film__item { margin: 0; height: clamp(180px, 24vw, 300px); flex: none; }
.alx-root .alx-film__btn { display: block; height: 100%; border-radius: 10px; overflow: hidden; cursor: zoom-in; border: 1px solid var(--line-2); }
.alx-root .alx-film__btn img { height: 100%; width: auto; object-fit: cover; transition: transform .8s var(--ease); }
.alx-root .alx-film__btn:hover img { transform: scale(1.04); }

/* ---------- reviews ---------- */
.alx-root .alx-rating { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 1rem 1.4rem; padding: 1rem 1.4rem; margin: 0 auto 1.8rem; width: fit-content; background: var(--card); border: 1px solid var(--line-2); border-radius: 14px; }
.alx-root .alx-rating__g .alx-ic { width: 1.6rem; height: 1.6rem; }
.alx-root .alx-rating__score { font: 700 2.4rem/1 var(--ff-h); color: var(--gold-2); }
.alx-root .alx-rating__meta { display: grid; gap: .15rem; font-size: .8rem; color: var(--text-2); }
.alx-root .alx-review { padding: 1.4rem; display: flex; flex-direction: column; gap: .7rem; }
.alx-root .alx-review__head { display: flex; align-items: center; gap: .8rem; }
.alx-root .alx-review__avatar { width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--gold); color: #0a0a0a; display: grid; place-items: center; font: 700 1rem var(--ff-b); overflow: hidden; position: relative; flex: none; }
.alx-root .alx-review__avatar::before { content: attr(data-initial); }
.alx-root .alx-review__avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.alx-root .alx-review__who { display: grid; line-height: 1.25; }
.alx-root .alx-review__who strong { font-weight: 700; font-size: .92rem; color: var(--text); }
.alx-root .alx-review__who small { font-size: .72rem; color: var(--muted); }
.alx-root .alx-review__g { margin-left: auto; width: 1.1rem; height: 1.1rem; }
.alx-root .alx-review__text { margin: 0; font-size: .95rem; color: var(--text-2); font-style: italic; }

/* ---------- membership ---------- */
.alx-root .alx-plan { padding: 2rem 1.6rem; display: flex; flex-direction: column; text-align: center; }
.alx-root .alx-plan.is-featured { border-color: var(--gold); background: linear-gradient(180deg, var(--gold-dim), var(--card) 40%); }
@media (min-width: 900px) { .alx-root .alx-plan.is-featured { transform: translateY(-10px); } .alx-root .alx-plan.is-featured:hover { transform: translateY(-14px); } }
.alx-root .alx-plan__tier { margin: 0 0 .5rem; font: 700 .66rem/1 var(--ff-b); letter-spacing: .26em; text-transform: uppercase; color: var(--gold); }
.alx-root .alx-plan__price { font: 700 2.2rem/1 var(--ff-h); color: var(--gold-2); margin: .2rem 0 1.2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.alx-root .alx-plan__perks { display: grid; gap: .6rem; margin-bottom: 1.6rem; flex: 1; text-align: left; }
.alx-root .alx-plan__perks li { display: flex; gap: .6rem; align-items: flex-start; font-size: .9rem; color: var(--text-2); }
.alx-root .alx-plan__perks .alx-ic { width: 1rem; height: 1rem; color: var(--gold); margin-top: .3rem; }
.alx-root .alx-plan__cta { display: grid; gap: .6rem; }

/* ---------- franchise ---------- */
.alx-root .alx-franchise__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.alx-root .alx-franchise__img { margin: 1.6rem 0 0; border-radius: 14px; overflow: hidden; aspect-ratio: 16 / 10; border: 1px solid var(--line-2); }
.alx-root .alx-franchise__img img { width: 100%; height: 100%; object-fit: cover; }
.alx-root .alx-formcard { padding: clamp(1.4rem, 3vw, 2.2rem); position: sticky; top: calc(var(--ticker) + var(--hdr) + 1.5rem); }
.alx-root .alx-formcard:hover { transform: none; }
.alx-root .alx-formcard__sub { color: var(--muted); font-size: .88rem; margin-bottom: 1.2rem; }
/* MetForm (existing Franchise form) restyled to match */
.alx-root .alx-formcard .elementor-section, .alx-root .alx-formcard .elementor-container, .alx-root .alx-formcard .e-con, .alx-root .alx-formcard .e-con-inner { max-width: none; background: none; padding: 0; margin: 0; }
.alx-root .alx-formcard .elementor-column, .alx-root .alx-formcard .elementor-widget-wrap { padding: 0; }
.alx-root .alx-formcard .elementor-widget { margin-bottom: .9rem; }
.alx-root .alx-formcard .mf-input-label { display: block; margin-bottom: .4rem; font: 700 .68rem/1.2 var(--ff-b); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); }
.alx-root .alx-formcard .mf-input { width: 100%; height: auto; min-height: 0; background: #0f0f0f; border: 1px solid var(--line-2); border-radius: 10px; color: var(--text); font: 500 .95rem/1.4 var(--ff-b); padding: .95rem 1rem; box-shadow: none; transition: border-color .3s, box-shadow .3s; }
.alx-root .alx-formcard .mf-input::placeholder { color: var(--muted); opacity: 1; }
.alx-root .alx-formcard .mf-input:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px var(--gold-dim); }
.alx-root .alx-formcard select.mf-input { appearance: none; -webkit-appearance: none; padding-right: 2.6rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23d4af37' stroke-width='1.8'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 12px 8px; }
.alx-root .alx-formcard select.mf-input option { color: #111; background: #fff; }
.alx-root .alx-formcard .metform-btn, .alx-root .alx-formcard button[type="submit"] { display: inline-flex; align-items: center; justify-content: center; width: 100%; gap: .6rem; padding: 1rem 1.6rem; margin-top: .3rem; border: 2px solid var(--gold); border-radius: 999px; background: var(--gold); color: #0a0a0a; font: 700 .82rem/1 var(--ff-b); letter-spacing: .14em; text-transform: uppercase; cursor: pointer; box-shadow: 0 10px 26px -12px rgba(212, 175, 55, .7); transition: background .3s, transform .3s, box-shadow .3s; }
.alx-root .alx-formcard .metform-btn:hover, .alx-root .alx-formcard button[type="submit"]:hover { background: var(--gold-2); border-color: var(--gold-2); color: #0a0a0a; transform: translateY(-2px); }
.alx-root .alx-formcard .mf-error-message, .alx-root .alx-formcard .mf-input-error { color: #f0a3a3; font-size: .78rem; margin-top: .35rem; }
.alx-root .alx-formcard .mf-response-msg, .alx-root .alx-formcard .mf-alert, .alx-root .alx-formcard .mf-alert-success { margin-top: 1rem; padding: .9rem 1rem; border-radius: 10px; border: 1px solid var(--line-2); background: var(--gold-dim); color: var(--text); font-size: .9rem; }
.alx-root .alx-formcard .mf-alert-danger, .alx-root .alx-formcard .mf-response-msg.mf-alert-danger { border-color: rgba(240, 163, 163, .5); background: rgba(240, 163, 163, .08); }
@media (max-width: 900px) { .alx-root .alx-franchise__grid { grid-template-columns: 1fr; } .alx-root .alx-formcard { position: static; } }

/* ---------- visit ---------- */
.alx-root .alx-visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.alx-root .alx-contact { display: grid; gap: 1rem; margin-bottom: 1.4rem; }
.alx-root .alx-contact li { display: flex; gap: .9rem; align-items: flex-start; }
.alx-root .alx-contact__icon { width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--gold-dim); border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--gold-2); flex: none; }
.alx-root .alx-contact__icon .alx-ic { width: 1.1rem; height: 1.1rem; }
.alx-root .alx-contact strong { display: block; font: 700 .72rem/1.4 var(--ff-b); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
.alx-root .alx-contact p { margin: .1rem 0 .2rem; color: var(--text-2); font-size: .95rem; }
.alx-root .alx-contact p a { color: var(--text); font-weight: 600; }
.alx-root .alx-contact p a:hover { color: var(--gold-2); }
.alx-root .alx-landmarks { display: flex; flex-wrap: wrap; gap: .5rem; }
.alx-root .alx-landmarks li { display: inline-flex; align-items: center; gap: .4rem; padding: .45rem .8rem; border: 1px solid var(--line-2); border-radius: 999px; font-size: .78rem; color: var(--text-2); }
.alx-root .alx-landmarks .alx-ic { color: var(--gold); }
.alx-root .alx-visit__map { position: relative; border-radius: 14px; overflow: hidden; }
.alx-root .alx-map { position: relative; aspect-ratio: 4 / 3.1; border-radius: 14px; overflow: hidden; border: 1px solid var(--line-2); background: var(--card); }
.alx-root .alx-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; filter: grayscale(.25) contrast(1.05); opacity: 0; transition: opacity 1s var(--ease); }
.alx-root .alx-map.is-loaded iframe { opacity: 1; }
.alx-root .alx-map__fallback { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: inline-flex; gap: .5rem; align-items: center; font: 700 .72rem var(--ff-b); letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.alx-root .alx-map.is-loaded .alx-map__fallback { display: none; }
@media (max-width: 900px) { .alx-root .alx-visit__grid { grid-template-columns: 1fr; } }

/* ---------- faq ---------- */
.alx-root .alx-faq__wrap { max-width: 860px; }
.alx-root .alx-faq__list { display: grid; gap: .7rem; }
.alx-root .alx-q { background: var(--card); border: 1px solid var(--line-2); border-radius: 12px; overflow: hidden; transition: border-color .3s; }
.alx-root .alx-q.is-open { border-color: var(--gold); }
.alx-root .alx-q__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.1rem 1.3rem; text-align: left; font: 600 1rem/1.4 var(--ff-b); color: var(--text); }
.alx-root .alx-q__btn .alx-ic { width: 1.1rem; height: 1.1rem; color: var(--gold); transition: transform .35s var(--ease); }
.alx-root .alx-q.is-open .alx-q__btn .alx-ic { transform: rotate(45deg); }
.alx-root .alx-q__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .45s var(--ease); }
.alx-root .alx-q.is-open .alx-q__a { grid-template-rows: 1fr; }
.alx-root .alx-q__a > div { overflow: hidden; }
.alx-root .alx-q__a p { margin: 0; padding: 0 1.3rem 1.2rem; color: var(--text-2); font-size: .95rem; }

/* ---------- final CTA ---------- */
.alx-root .alx-cta { position: relative; padding: clamp(5rem, 12vw, 9rem) 0; overflow: hidden; isolation: isolate; text-align: center; }
.alx-root .alx-cta__bg { position: absolute; inset: 0; z-index: -2; }
.alx-root .alx-cta__bg img { width: 100%; height: 100%; object-fit: cover; animation: alx-kb 30s ease-in-out infinite alternate; }
.alx-root .alx-cta__veil { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, var(--bg-2), rgba(0, 0, 0, .62) 30%, rgba(0, 0, 0, .62) 70%, var(--bg)); }
.alx-root .alx-cta__title { max-width: 22ch; margin-inline: auto; }
.alx-root .alx-cta__btns { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; margin: 1.8rem 0 2.2rem; }
.alx-root .alx-cta__text { max-width: 68ch; margin-inline: auto; color: var(--text-2); font-size: .92rem; }

/* ---------- footer ---------- */
.alx-root .alx-footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: clamp(2.5rem, 5vw, 4rem) 0 0; position: relative; z-index: 2; }
.alx-root .alx-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.5fr; gap: 2.2rem; padding-bottom: 2.2rem; }
.alx-root .alx-footer__logo { display: inline-block; margin-bottom: .8rem; }
.alx-root .alx-footer__logo img { height: 3.2rem; width: auto; }
.alx-root .alx-footer__brand p { color: var(--text-2); font-size: .9rem; max-width: 34ch; }
.alx-root .alx-social { display: flex; gap: .6rem; }
.alx-root .alx-social a { width: 2.4rem; height: 2.4rem; border-radius: 50%; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--text-2); transition: background .3s, color .3s, border-color .3s; }
.alx-root .alx-social a:hover { background: var(--gold); color: #0a0a0a; border-color: var(--gold); }
.alx-root .alx-social .alx-ic { width: 1rem; height: 1rem; }
.alx-root .alx-footer__col h4 { font: 700 .72rem/1 var(--ff-b); letter-spacing: .24em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.alx-root .alx-footer__col li { margin-bottom: .45rem; }
.alx-root .alx-footer__col li a { color: var(--text-2); font-size: .9rem; }
.alx-root .alx-footer__col li a:hover { color: var(--gold-2); }
.alx-root .alx-branch { margin-bottom: 1rem; }
.alx-root .alx-branch__name { font: 700 1rem/1.2 var(--ff-h); letter-spacing: .06em; text-transform: uppercase; color: var(--text); }
.alx-root .alx-branch__name:hover { color: var(--gold-2); }
.alx-root .alx-branch p { margin: .2rem 0; font-size: .84rem; color: var(--muted); }
.alx-root .alx-branch > a:last-child { color: var(--text-2); font-size: .9rem; font-weight: 600; }
.alx-root .alx-branch > a:last-child:hover { color: var(--gold-2); }
.alx-root .alx-footer__hours { display: flex; gap: .5rem; align-items: center; color: var(--text-2); font-size: .88rem; margin: 0; }
.alx-root .alx-footer__hours .alx-ic { width: 1rem; height: 1rem; color: var(--gold); }
.alx-root .alx-footer__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding: 1.2rem 0 calc(1.2rem + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); font-size: .78rem; color: var(--muted); }
.alx-root .alx-footer__bar p { margin: 0; }
.alx-root .alx-footer__credit { opacity: .7; margin-left: .6rem; }
.alx-root .alx-totop { font: 700 .68rem var(--ff-b); letter-spacing: .18em; text-transform: uppercase; color: var(--gold); }
@media (max-width: 1000px) { .alx-root .alx-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .alx-root .alx-footer__grid { grid-template-columns: 1fr; } }

/* ---------- floating buttons + mobile bar ---------- */
.alx-root .alx-floats { position: fixed; right: 1.2rem; bottom: 1.2rem; z-index: 45; display: flex; flex-direction: column; gap: .7rem; }
.alx-root .alx-float { width: 3.4rem; height: 3.4rem; border-radius: 50%; display: grid; place-items: center; color: #0a0a0a; box-shadow: 0 14px 30px -10px rgba(0, 0, 0, .8); transition: transform .3s var(--ease); position: relative; }
.alx-root .alx-float:hover { transform: scale(1.07); }
.alx-root .alx-float .alx-ic { width: 1.5rem; height: 1.5rem; }
.alx-root .alx-float--call { background: var(--gold); }
.alx-root .alx-float--wa { background: var(--wa); color: #fff; }
.alx-root .alx-float--wa .alx-ic { width: 1.7rem; height: 1.7rem; }
.alx-root .alx-float--wa::before { content: ''; position: absolute; inset: -6px; border-radius: 50%; border: 2px solid rgba(37, 211, 102, .6); animation: alx-pulse 2.4s ease-out infinite; }
@keyframes alx-pulse { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.55); opacity: 0; } }
.alx-root .alx-mobilebar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 46; display: none; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line-2); border-top: 1px solid var(--line-2); transform: translateY(110%); transition: transform .45s var(--ease); padding-bottom: env(safe-area-inset-bottom); }
.alx-root .alx-mobilebar.is-on { transform: none; }
.alx-root .alx-mobilebar__btn { display: flex; align-items: center; justify-content: center; gap: .5rem; padding: 1rem .6rem; font: 700 .78rem var(--ff-b); letter-spacing: .1em; text-transform: uppercase; }
.alx-root .alx-mobilebar__btn .alx-ic { width: 1.1rem; height: 1.1rem; }
.alx-root .alx-mobilebar__btn--call { background: var(--gold); color: #0a0a0a; }
.alx-root .alx-mobilebar__btn--wa { background: var(--wa); color: #06240f; }
@media (max-width: 760px) {
	.alx-root .alx-mobilebar { display: grid; }
	.alx-root .alx-floats { display: none; }
	.alx-root .alx-footer__bar { padding-bottom: 5.5rem; }
}

/* ---------- lightbox ---------- */
.alx-root .alx-lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(0, 0, 0, .92); display: grid; place-items: center; padding: 2rem; opacity: 0; transition: opacity .35s var(--ease); }
.alx-root .alx-lightbox[hidden] { display: none; }
.alx-root .alx-lightbox.is-open { opacity: 1; }
.alx-root .alx-lightbox img { max-width: min(1200px, 100%); max-height: 88vh; width: auto; border-radius: 10px; box-shadow: 0 40px 80px rgba(0, 0, 0, .8); transform: scale(.97); transition: transform .4s var(--ease); }
.alx-root .alx-lightbox.is-open img { transform: none; }
.alx-root .alx-lightbox__close { position: absolute; top: 1rem; right: 1.4rem; width: 3rem; height: 3rem; font-size: 2.4rem; line-height: 1; color: #fff; }

/* ---------- reduced motion (html.alx-force-motion — set by ?alx_motion=1 — previews full motion) ---------- */
@media (prefers-reduced-motion: reduce) {
	html:not(.alx-force-motion) .alx-root *, html:not(.alx-force-motion) .alx-root *::before, html:not(.alx-force-motion) .alx-root *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	html:not(.alx-force-motion) { scroll-behavior: auto; }
	html:not(.alx-force-motion).alx-js .alx-root [data-reveal] { opacity: 1; transform: none; }
	html:not(.alx-force-motion) .alx-root [data-hero] { opacity: 1; transform: none; }
	html:not(.alx-force-motion) .alx-root .alx-ticker__track, html:not(.alx-force-motion) .alx-root .alx-film__track { animation: none; }
}
