/* Rorab Hall OS — public styles (mobile-first, black / crimson / gold) */

.rorab-pub,
.rorab-landing {
	--ink: #0d0d0d;
	--ink-2: #050505;
	--charcoal: #e8e4dc;
	--gray: #a39e94;
	--line: rgba(212, 175, 55, 0.22);
	--mist: #141414;
	--white: #1a1a1a;
	--surface: #121212;
	--red: #a50021;
	--red-2: #7e0019;
	--gold: #d4af37;
	--gold-soft: #e8d48b;
	--blue: #8fb8d4;
	--green: #3d9b5c;
	--green-bg: rgba(61, 155, 92, 0.16);
	--red-bg: rgba(165, 0, 33, 0.18);

	--font: "Source Sans 3", "Source Sans Pro", Georgia, sans-serif;
	--display: "Cinzel", "Times New Roman", serif;
	--radius: 14px;
	--radius-sm: 9px;
	--shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
	--shadow-lg: 0 28px 70px rgba(0, 0, 0, 0.55);
	--maxw: 1080px;

	box-sizing: border-box;
	font-family: var(--font);
	color: var(--gray);
	line-height: 1.7;
	background: transparent;
}
.rorab-pub *,
.rorab-landing *,
.rorab-pub *::before,
.rorab-landing *::before,
.rorab-pub *::after,
.rorab-landing *::after {
	box-sizing: border-box;
}

/* ---------------------------------------------------------------- Buttons */
.rl-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 48px;
	padding: 12px 26px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-family: var(--font);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.15s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.rl-btn:hover { transform: translateY(-2px); }
.rl-btn:active { transform: translateY(0); }
.rl-btn:focus-visible,
.rorab-cal-nav:focus-visible,
.rorab-day:focus-visible {
	outline: 3px solid var(--gold);
	outline-offset: 3px;
}
.rorab-request-form .rl-btn-ghost {
	color: var(--gold);
	border-color: rgba(212, 175, 55, 0.55);
	background: transparent;
}
.rorab-request-form .rl-btn-ghost:hover {
	background: rgba(212, 175, 55, 0.1);
	color: var(--gold-soft);
}
.rl-btn-primary {
	background: linear-gradient(180deg, #c4122e 0%, var(--red) 100%);
	color: #fff;
	box-shadow: 0 10px 24px rgba(165, 0, 33, 0.4);
}
.rl-btn-primary:hover { background: var(--red-2); color: #fff; }
.rl-btn-ink {
	background: linear-gradient(180deg, var(--gold-soft) 0%, var(--gold) 100%);
	color: var(--ink);
	box-shadow: 0 10px 24px rgba(212, 175, 55, 0.28);
}
.rl-btn-ink:hover { filter: brightness(1.05); color: var(--ink); }
.rl-btn-ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(212, 175, 55, 0.65);
}
.rl-btn-ghost:hover {
	background: rgba(212, 175, 55, 0.12);
	color: var(--gold-soft);
	border-color: var(--gold);
}
.rl-btn-block { width: 100%; }

/* ---------------------------------------------------------------- Layout */
.rorab-landing { display: block; }
.rl-section {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 40px 16px;
}
.rl-eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	color: var(--gold);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}
.rl-h2 {
	margin: 0 0 8px;
	color: var(--charcoal);
	font-family: var(--display);
	font-size: clamp(26px, 5vw, 38px);
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0.03em;
}
.rl-section-intro {
	max-width: 640px;
	margin: 0 0 28px;
	color: var(--gray);
	font-size: 16px;
}
.rl-center { text-align: center; }
.rl-center .rl-section-intro { margin-left: auto; margin-right: auto; }

/* ---------------------------------------------------------------- Hero */
.rl-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 78vh;
	min-height: 78dvh;
	padding: 64px 16px 48px;
	text-align: center;
	color: #fff;
	background-size: cover;
	background-position: center;
	background-color: var(--ink);
}
.rl-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(5, 5, 5, 0.55) 0%, rgba(5, 5, 5, 0.72) 42%, rgba(165, 0, 33, 0.55) 100%),
		radial-gradient(ellipse at 50% 20%, rgba(212, 175, 55, 0.18) 0%, transparent 55%);
}
.rl-hero-inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rl-logo {
	width: clamp(220px, 84vw, 400px);
	height: auto;
	margin-bottom: 18px;
	filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.55));
}
.rl-hero-title {
	margin: 0;
	font-family: var(--display);
	font-size: clamp(30px, 8vw, 56px);
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.04em;
	color: var(--gold-soft);
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
}
.rl-hero-tagline {
	margin: 14px 0 0;
	font-size: clamp(15px, 4vw, 20px);
	font-weight: 500;
	letter-spacing: 0.04em;
	color: rgba(255, 255, 255, 0.92);
}
.rl-hero-cta {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	align-items: stretch;
	margin-top: 24px;
	width: 100%;
	max-width: 360px;
}
.rl-hero-cta .rl-btn { width: 100%; max-width: none; }
.rl-scroll-cue {
	position: relative;
	z-index: 1;
	margin-top: 36px;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(232, 212, 139, 0.8);
}

/* ---------------------------------------------------------------- Intro / lead */
.rl-intro { padding-top: 44px; padding-bottom: 16px; text-align: center; }
.rl-lead {
	max-width: 760px;
	margin: 0 auto;
	font-size: clamp(17px, 2.6vw, 21px);
	line-height: 1.75;
	color: var(--charcoal);
}

/* ---------------------------------------------------------------- Features */
.rl-feature-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}
.rl-feature {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 18px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
}
.rl-feature-ico {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 12px;
	background: var(--red-bg);
	color: var(--gold);
	font-size: 22px;
	line-height: 1;
}
.rl-feature h3 { margin: 2px 0 4px; color: var(--charcoal); font-size: 17px; font-weight: 600; }
.rl-feature p { margin: 0; font-size: 14px; color: var(--gray); }

/* ---------------------------------------------------------------- Pricing */
.rl-price-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}
.rl-price-card {
	position: relative;
	padding: 26px 22px;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	text-align: center;
}
.rl-price-card-feature {
	border-color: var(--gold);
	box-shadow: 0 18px 42px rgba(165, 0, 33, 0.22);
}
.rl-price-flag {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--red);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	padding: 5px 14px;
	border-radius: 999px;
}
.rl-price-card h3 {
	margin: 0 0 6px;
	color: var(--gold);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.rl-price-amount {
	display: block;
	color: var(--charcoal);
	font-family: var(--display);
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
}
.rl-price-amount small { font-size: 15px; font-weight: 500; color: var(--gray); font-family: var(--font); }
.rl-price-meta { margin: 12px 0 0; font-size: 14px; color: var(--gray); }
.rl-price-note { margin: 20px 0 0; font-size: 13px; color: var(--gray); text-align: center; font-style: italic; }

/* ---------------------------------------------------------------- Calendar */
.rorab-cal {
	max-width: 720px;
	margin: 0 auto;
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	overflow: hidden;
	text-align: left;
}
.rorab-cal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	background: linear-gradient(180deg, #1c1c1c 0%, #121212 100%);
	border-bottom: 1px solid var(--line);
	color: #fff;
}
.rorab-cal-title {
	margin: 0;
	font-family: var(--display);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.06em;
	color: var(--gold-soft);
}
.rorab-cal-nav {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(212, 175, 55, 0.35);
	background: rgba(212, 175, 55, 0.08);
	color: var(--gold);
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.15s ease;
}
.rorab-cal-nav:hover {
	background: rgba(212, 175, 55, 0.2);
	color: var(--gold-soft);
	transform: scale(1.04);
}
.rorab-cal-legend {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 12px 18px;
	border-bottom: 1px solid var(--line);
	font-size: 12px;
	color: var(--gray);
	background: var(--mist);
}
.rorab-cal-key { display: inline-flex; align-items: center; gap: 6px; }
.rorab-cal-key .dot { width: 12px; height: 12px; border-radius: 4px; display: inline-block; }
.rorab-cal-key .dot.is-open { background: var(--green); }
.rorab-cal-key .dot.is-booked { background: var(--red); }
.rorab-cal-key .dot.is-past { background: #3a3a3a; }

table.rorab-cal-grid { width: 100%; border-collapse: collapse; background: var(--ink); }
table.rorab-cal-grid th {
	padding: 10px 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: var(--gold);
	text-transform: uppercase;
}
table.rorab-cal-grid td {
	width: 14.285%;
	padding: 3px;
	vertical-align: top;
	text-align: center;
}
.rorab-cal-pad { background: transparent; }

.rorab-day {
	position: relative;
	width: 100%;
	min-height: 52px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 6px 2px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--radius-sm);
	background: #161616;
	font-family: var(--font);
	color: var(--charcoal);
	cursor: default;
}
.rorab-day-num { font-size: 15px; font-weight: 600; line-height: 1; }
.rorab-day-tag {
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	line-height: 1;
}
a.rorab-day {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.rorab-day.is-open {
	background: var(--green-bg);
	border-color: rgba(61, 155, 92, 0.45);
	color: #7fd49a;
	cursor: pointer;
	transition: transform 0.12s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.rorab-day.is-open .rorab-day-num { color: #b6f0c8; }
.rorab-day.is-open:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow: 0 8px 18px rgba(61, 155, 92, 0.28);
	border-color: var(--green);
}
.rorab-day.is-open:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; }
.rorab-day.is-selected {
	background: var(--gold);
	color: var(--ink);
	border-color: var(--gold);
}
.rorab-day.is-selected .rorab-day-num { color: var(--ink); }
.rorab-day.is-booked {
	background: var(--red-bg);
	border-color: rgba(165, 0, 33, 0.45);
	color: #f0a0b0;
}
.rorab-day.is-booked .rorab-day-num { color: #ffc0cb; }
.rorab-day.is-past {
	background: #101010;
	border-color: rgba(255, 255, 255, 0.05);
	color: #555;
}
.rorab-day.is-today { box-shadow: inset 0 0 0 2px var(--gold); }

.rorab-cal-note {
	margin: 0;
	padding: 14px 18px;
	font-size: 13px;
	color: var(--gray);
	font-style: italic;
	background: var(--mist);
	border-top: 1px solid var(--line);
}

/* ---------------------------------------------------------------- Request form */
.rl-request .rorab-cal,
.rorab-request-wrap {
	max-width: 720px;
	margin: 0 auto;
}
.rorab-request-form {
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	padding: 18px 14px;
	padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
	text-align: left;
}
.rorab-request-form .rorab-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 16px;
}
.rorab-request-form .rorab-field { margin-bottom: 16px; }
.rorab-request-form label,
.rorab-request-form .rorab-field > span {
	display: block;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
	color: var(--gold-soft);
}
.rorab-request-form .rorab-req { color: var(--red); }
.rorab-request-form input,
.rorab-request-form select,
.rorab-request-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius-sm);
	background: #0f0f0f;
	font-family: var(--font);
	font-size: 16px;
	color: var(--charcoal);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.rorab-request-form textarea { min-height: 120px; resize: vertical; }
.rorab-request-form input:focus,
.rorab-request-form select:focus,
.rorab-request-form textarea:focus {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
}
.rorab-form-note {
	margin: 0 0 16px;
	padding: 12px 14px;
	background: rgba(212, 175, 55, 0.08);
	border-left: 3px solid var(--gold);
	border-radius: var(--radius-sm);
	font-size: 13px;
	color: var(--gray);
}

/* Multi-step wizard */
.rorab-steps-bar { margin-bottom: 20px; }
.rorab-steps-compact {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--gold);
}
.rorab-steps {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 6px;
}
.rorab-steps li {
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
	padding: 8px 6px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--gray);
	background: #101010;
	border: 1px solid rgba(255, 255, 255, 0.08);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.rorab-steps li[data-current="1"] {
	color: var(--ink);
	background: var(--gold);
	border-color: var(--gold);
}
.rorab-steps li[data-done="1"] {
	color: #7fd49a;
	background: var(--green-bg);
	border-color: rgba(61, 155, 92, 0.4);
}
.rorab-step {
	border: 0;
	margin: 0 0 8px;
	padding: 0;
	min-width: 0;
}
.rorab-step legend {
	padding: 0;
	margin: 0 0 14px;
	font-family: var(--display);
	font-size: 18px;
	font-weight: 600;
	color: var(--charcoal);
	letter-spacing: 0.03em;
}
.rorab-field-label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	color: var(--gold-soft);
}
.rorab-radio,
.rorab-inline-check {
	display: flex !important;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 10px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-sm);
	background: #101010;
	cursor: pointer;
	font-weight: 500 !important;
	color: var(--charcoal) !important;
}
.rorab-radio input,
.rorab-inline-check input,
.rorab-field-ack input {
	width: auto !important;
	min-height: 0 !important;
	margin-top: 3px;
	flex: 0 0 auto;
}
.rorab-field-ack label {
	display: flex !important;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius-sm);
	background: #101010;
	font-weight: 500 !important;
	line-height: 1.45;
	cursor: pointer;
	color: var(--charcoal) !important;
}
.rorab-field-ack { margin-bottom: 10px; }
.rorab-kitchen-summary {
	margin-top: 8px;
	padding: 16px 18px;
	border-radius: var(--radius);
	background: linear-gradient(160deg, #161616 0%, #1a1214 100%);
	border: 1px solid rgba(212, 175, 55, 0.28);
}
.rorab-kitchen-summary h4 {
	margin: 0 0 6px;
	font-size: 14px;
	color: var(--gold-soft);
}
.rorab-kitchen-summary .rorab-form-note {
	margin: 10px 0 0;
	padding: 0;
	background: transparent;
	border: 0;
}
.rorab-review {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 8px 14px;
	margin: 0 0 16px;
	padding: 16px;
	background: #101010;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
}
.rorab-review dt {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--gray);
}
.rorab-review dd {
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	color: var(--charcoal);
}
.rorab-form-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
	position: sticky;
	bottom: 0;
	padding: 12px 0 calc(8px + env(safe-area-inset-bottom, 0px));
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 0%, var(--surface) 28%);
	z-index: 2;
}
.rorab-form-nav .rl-btn { flex: 1 1 auto; min-width: 120px; }
.rorab-request-form input.rorab-invalid,
.rorab-request-form select.rorab-invalid,
.rorab-request-form textarea.rorab-invalid,
.rorab-request-form .rorab-invalid {
	outline: 2px solid var(--red);
	outline-offset: 2px;
}
.rorab-request-form--js .rorab-step[hidden] { display: none !important; }

/* Rules section on landing */
.rl-rules-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	max-width: 720px;
	margin-inline: auto;
}
.rl-rules-list li {
	padding: 14px 0;
	border-bottom: 1px solid var(--line);
	font-size: 15px;
	color: var(--gray);
}
.rl-rules-list li:last-child { border-bottom: 0; }
.rl-rules-list strong { color: var(--gold-soft); }

/* Legacy button */
.rorab-pub-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	background: var(--red);
	color: #fff;
	border: 0;
	padding: 12px 28px;
	border-radius: 999px;
	cursor: pointer;
	font-family: var(--font);
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	box-shadow: 0 10px 24px rgba(165, 0, 33, 0.4);
	transition: transform 0.15s ease, background-color 0.2s ease;
}
.rorab-pub-btn:hover { background: var(--red-2); transform: translateY(-2px); }
.rorab-hp { position: absolute; left: -9999px; top: -9999px; height: 0; overflow: hidden; }

.rorab-pub-success {
	max-width: 640px;
	margin: 0 auto;
	background: var(--green-bg);
	border: 1px solid rgba(61, 155, 92, 0.45);
	border-radius: var(--radius);
	padding: 24px;
	text-align: center;
}
.rorab-pub-success h3 { margin-top: 0; color: #7fd49a; }
.rorab-pub-error {
	background: var(--red-bg);
	border: 1px solid rgba(165, 0, 33, 0.5);
	color: #ffc0cb;
	padding: 12px 16px;
	border-radius: var(--radius-sm);
	margin-bottom: 16px;
	font-size: 14px;
}

/* ---------------------------------------------------------------- Gallery */
.rl-gallery {
	background: linear-gradient(180deg, transparent 0%, rgba(165, 0, 33, 0.08) 50%, transparent 100%);
	max-width: none;
}
.rl-gallery-inner { max-width: var(--maxw); margin: 0 auto; }
.rl-gallery-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}
.rl-gallery-item {
	position: relative;
	overflow: hidden;
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	aspect-ratio: 4 / 3;
	background: #222;
	border: 1px solid var(--line);
}
.rl-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.rl-gallery-item:hover img { transform: scale(1.06); }
.rl-gallery-cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 26px 14px 12px;
	font-size: 13px;
	font-weight: 500;
	color: #fff;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(5, 5, 5, 0.85) 100%);
}

/* ---------------------------------------------------------------- Contact */
.rl-contact {
	background: linear-gradient(180deg, #121212 0%, #0a0a0a 100%);
	color: rgba(255, 255, 255, 0.86);
	max-width: none;
	border-top: 1px solid var(--line);
}
.rl-contact-inner {
	max-width: var(--maxw);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.rl-contact .rl-h2 { color: var(--gold-soft); }
.rl-contact-list { list-style: none; margin: 16px 0 0; padding: 0; }
.rl-contact-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(212, 175, 55, 0.15);
	font-size: 16px;
}
.rl-contact-lead {
	margin: 0 0 8px;
	max-width: 520px;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}
.rl-contact-list a { color: #fff; text-decoration: none; }
.rl-contact-list a:hover { color: var(--gold); }
.rl-contact-list strong { color: var(--gold-soft); font-weight: 600; }
.rl-contact-meta {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(232, 212, 139, 0.7);
}
.rl-contact-cta .rl-btn-ghost {
	margin-top: 10px;
	color: var(--gold-soft);
	border-color: rgba(212, 175, 55, 0.55);
}
.rl-contact-cta .rl-btn-ghost:hover {
	background: rgba(212, 175, 55, 0.12);
	color: var(--gold-soft);
}
.rl-contact-ico {
	flex: 0 0 auto;
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 10px;
	background: rgba(212, 175, 55, 0.12);
	color: var(--gold);
	font-size: 18px;
}
.rl-contact-cta {
	background: rgba(165, 0, 33, 0.12);
	border: 1px solid rgba(212, 175, 55, 0.28);
	border-radius: var(--radius);
	padding: 24px;
	text-align: center;
}
.rl-contact-cta h3 { color: var(--gold-soft); margin: 0 0 6px; font-size: 20px; font-family: var(--display); }
.rl-contact-cta p { margin: 0 0 18px; font-size: 14px; }
.rl-contact-login {
	display: inline-block;
	margin-top: 14px;
	color: var(--gold);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}
.rl-contact-login:hover { color: var(--gold-soft); }

.rl-footer {
	background: var(--ink-2);
	color: rgba(255, 255, 255, 0.55);
	text-align: center;
	padding: 22px 20px;
	font-size: 13px;
	border-top: 1px solid rgba(212, 175, 55, 0.12);
}
.rl-footer-login {
	display: inline-block;
	margin-top: 10px;
	color: var(--gold);
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 12px;
}
.rl-footer-login:hover { color: var(--gold-soft); }

/* ---------------------------------------------------------------- Standalone shortcode wrappers */
.rorab-pub { max-width: 720px; margin: 0 auto; }
.rorab-pub-standalone { padding: 8px 0; }

/* ============================================================ Breakpoints */
@media (min-width: 480px) {
	.rl-hero-cta {
		flex-direction: row;
		max-width: none;
		gap: 12px;
	}
	.rl-hero-cta .rl-btn {
		flex: 1 1 200px;
		width: auto;
		max-width: 300px;
	}
	.rorab-request-form { padding: 22px; }
	.rl-section { padding: 48px 20px; }
}

@media (min-width: 600px) {
	.rorab-request-form .rorab-row { grid-template-columns: 1fr 1fr; }
	.rorab-steps-compact { display: none; }
	.rorab-steps { display: flex; }
	.rl-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.rl-price-grid { grid-template-columns: repeat(2, 1fr); }
	.rl-gallery-grid { grid-template-columns: repeat(2, 1fr); }
	.rorab-day { min-height: 64px; }
	.rorab-day-tag { font-size: 10px; }
	.rorab-form-nav { position: static; background: transparent; padding: 0; }
}

@media (min-width: 900px) {
	.rl-section { padding: 72px 24px; }
	.rl-hero { padding: 80px 24px 64px; }
	.rl-feature-grid { grid-template-columns: repeat(3, 1fr); }
	.rl-gallery-grid { grid-template-columns: repeat(3, 1fr); }
	.rl-contact-inner { grid-template-columns: 1.4fr 1fr; align-items: center; }
	.rorab-day { min-height: 78px; }
	table.rorab-cal-grid td { padding: 4px; }
}

@media (prefers-reduced-motion: reduce) {
	.rorab-pub *,
	.rorab-landing * {
		transition: none !important;
	}
}
