.ritz-faq {
	--rf-orange: #ff3d12;
	--rf-orange-dark: #d92f0d;
	--rf-ink: #292b31;
	--rf-muted: #666b74;
	--rf-line: #e6e6e6;
	--rf-soft: #f8f8f6;
	--rf-white: #ffffff;
	--rf-shadow: 0 18px 50px rgba(41, 43, 49, 0.08);
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	overflow: hidden;
	color: var(--rf-ink);
	font-family: inherit;
	background: var(--rf-white);
}

.ritz-faq * {
	box-sizing: border-box;
}

.ritz-faq.rf-fullbleed {
	position: relative;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	overflow: hidden;
}

.ritz-faq .rf-shell {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-right: clamp(18px, 3vw, 32px);
	padding-left: clamp(18px, 3vw, 32px);
}

.ritz-faq .rf-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(70px, 7vw, 116px) 0 clamp(56px, 6vw, 92px);
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.96) 48%, rgba(255, 246, 241, 0.86) 100%),
		linear-gradient(135deg, rgba(255, 61, 18, 0.07), rgba(41, 43, 49, 0.035));
	border-bottom: 1px solid var(--rf-line);
}

.ritz-faq .rf-hero::after {
	content: "";
	position: absolute;
	right: clamp(24px, 5vw, 76px);
	bottom: 0;
	width: min(280px, 18vw);
	height: 64%;
	background:
		linear-gradient(120deg, transparent 0 28%, rgba(41, 43, 49, 0.09) 28% 29%, transparent 29% 43%, rgba(41, 43, 49, 0.075) 43% 44%, transparent 44%),
		linear-gradient(0deg, rgba(255, 61, 18, 0.03), transparent);
	opacity: 0.4;
	pointer-events: none;
}

.ritz-faq .rf-hero .rf-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 420px);
	gap: clamp(36px, 5.5vw, 82px);
	align-items: center;
	position: relative;
	z-index: 1;
}

.ritz-faq .rf-hero:not(.has-hero-image) .rf-shell {
	display: block;
}

.ritz-faq .rf-hero.has-hero-image::after {
	display: none;
}

.ritz-faq .rf-hero.has-hero-image {
	min-height: clamp(360px, 30vw, 460px);
	background: var(--rf-white);
}

.ritz-faq .rf-hero.has-hero-image .rf-shell {
	display: block;
	min-height: clamp(240px, 18vw, 310px);
}

.ritz-faq .rf-hero-copy {
	min-width: 0;
}

.ritz-faq .rf-hero.has-hero-image .rf-hero-copy {
	position: relative;
	width: min(46%, 560px);
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.ritz-faq .rf-hero-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: auto;
	max-width: none;
	margin: 0;
	overflow: hidden;
	border-radius: 0;
	box-shadow: none;
	opacity: 1;
	filter: none;
}

.ritz-faq .rf-hero-media::before {
	display: none;
}

.ritz-faq .rf-hero-media::after {
	display: none;
}

.ritz-faq .rf-hero-image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center right;
}

.ritz-faq .rf-eyebrow {
	margin: 0 0 16px;
	color: var(--rf-orange);
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.ritz-faq .rf-title {
	max-width: 880px;
	margin: 0;
	color: var(--rf-ink);
	font-size: clamp(2rem, 3.8vw, 3.35rem);
	font-weight: 850;
	line-height: 1.08;
	text-transform: uppercase;
	letter-spacing: 0;
}

.ritz-faq .rf-intro {
	max-width: 780px;
	margin-top: 22px;
	color: var(--rf-ink);
	font-size: 1.04rem;
	line-height: 1.72;
}

.ritz-faq .rf-intro p,
.ritz-faq .rf-cta-text p,
.ritz-faq .rf-answer p {
	margin: 0 0 1em;
}

.ritz-faq .rf-intro p:last-child,
.ritz-faq .rf-cta-text p:last-child,
.ritz-faq .rf-answer p:last-child {
	margin-bottom: 0;
}

.ritz-faq .rf-updated {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 22px 0 0;
	color: var(--rf-muted);
	font-size: 0.9rem;
	line-height: 1.4;
}

.ritz-faq .rf-updated-icon {
	position: relative;
	flex: 0 0 15px;
	width: 15px;
	height: 15px;
	border: 1px solid currentColor;
	border-radius: 3px;
}

.ritz-faq .rf-updated-icon::before,
.ritz-faq .rf-updated-icon::after {
	content: "";
	position: absolute;
	left: 3px;
	right: 3px;
}

.ritz-faq .rf-updated-icon::before {
	top: 4px;
	border-top: 1px solid currentColor;
}

.ritz-faq .rf-updated-icon::after {
	top: -3px;
	height: 4px;
	border-left: 1px solid currentColor;
	border-right: 1px solid currentColor;
}

.ritz-faq .rf-nav {
	max-width: 100%;
	overflow-x: hidden;
	border-bottom: 1px solid var(--rf-line);
	background: rgba(255, 255, 255, 0.99);
}

.ritz-faq .rf-nav.is-sticky-ready {
	z-index: 5;
}

.ritz-faq .rf-nav-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	align-items: center;
	min-height: 74px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.ritz-faq .rf-nav-label {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	max-width: 100%;
	padding-right: 20px;
	color: var(--rf-orange);
	font-size: 0.84rem;
	font-weight: 800;
	white-space: normal;
}

.ritz-faq .rf-nav-links {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	gap: 12px;
	min-width: 0;
	max-width: 100%;
	overflow-x: visible;
}

.ritz-faq .rf-nav-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex: 0 1 auto;
	min-height: 48px;
	max-width: 100%;
	padding: 10px 18px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: var(--rf-ink);
	font-size: 0.9rem;
	font-weight: 700;
	white-space: normal;
	text-decoration: none;
	transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.ritz-faq .rf-nav-link:last-child {
	border-right: 1px solid transparent;
}

.ritz-faq .rf-nav-link:hover,
.ritz-faq .rf-nav-link:focus {
	color: var(--rf-orange);
	background: var(--rf-soft);
	border-color: rgba(255, 61, 18, 0.22);
	box-shadow: inset 0 -2px 0 var(--rf-orange);
	outline: none;
}

.ritz-faq .rf-nav-icon {
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border: 1px solid currentColor;
	border-radius: 50%;
	color: var(--rf-orange);
	font-size: 0.95rem;
	line-height: 1;
}

@media (min-width: 1024px) {
	.ritz-faq .rf-nav-inner {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.ritz-faq .rf-nav-label {
		padding-right: 0;
		white-space: nowrap;
	}

	.ritz-faq .rf-nav-links {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 8px;
		width: 100%;
	}

	.ritz-faq .rf-nav-link {
		flex: 1 1 0;
		justify-content: center;
		min-width: 0;
		padding: 10px 10px;
		font-size: 0.86rem;
		white-space: nowrap;
	}
}

.ritz-faq .rf-content {
	padding: clamp(48px, 5vw, 72px) 0 clamp(42px, 5vw, 64px);
}

.ritz-faq .rf-section {
	scroll-margin-top: 24px;
}

.ritz-faq .rf-section + .rf-section {
	margin-top: 40px;
}

.ritz-faq .rf-section-head {
	margin-bottom: 20px;
}

.ritz-faq .rf-section-title {
	margin: 0;
	color: var(--rf-orange);
	font-size: clamp(1.22rem, 1.8vw, 1.54rem);
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
	letter-spacing: 0;
}

.ritz-faq .rf-section-description {
	margin: 8px 0 24px;
	color: var(--rf-muted);
	font-size: 0.98rem;
	line-height: 1.58;
}

.ritz-faq .rf-accordion {
	border-top: 1px solid var(--rf-line);
	background: var(--rf-white);
}

.ritz-faq .rf-item {
	position: relative;
	border-bottom: 1px solid var(--rf-line);
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ritz-faq .rf-item:hover {
	background: var(--rf-soft);
	border-color: rgba(255, 61, 18, 0.24);
}

.ritz-faq .rf-item.is-open {
	background: #fbfbfa;
}

.ritz-faq .rf-item.is-highlighted {
	background: #fff8f4;
	box-shadow: inset 3px 0 0 var(--rf-orange);
}

.ritz-faq .rf-question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	width: 100%;
	min-height: 70px;
	margin: 0;
	padding: 21px 54px 21px 0;
	border: 0;
	background: transparent;
	color: var(--rf-ink);
	font: inherit;
	font-size: 1rem;
	font-weight: 750;
	line-height: 1.45;
	text-align: left;
	cursor: pointer;
	transition: color 180ms ease, padding-left 180ms ease;
}

.ritz-faq .rf-permalink {
	position: absolute;
	top: 21px;
	right: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--rf-muted);
	font: inherit;
	font-size: 0.92rem;
	line-height: 1;
	cursor: pointer;
	opacity: 0.68;
	transition: color 180ms ease, opacity 180ms ease;
}

.ritz-faq .rf-permalink:hover,
.ritz-faq .rf-permalink:focus {
	color: var(--rf-orange);
	opacity: 1;
	outline: none;
}

.ritz-faq .rf-permalink:focus-visible {
	outline: 2px solid var(--rf-orange);
	outline-offset: 2px;
}

.ritz-faq .rf-copy-status {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 9999;
	padding: 10px 14px;
	background: var(--rf-ink);
	color: var(--rf-white);
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.3;
	border-radius: 3px;
	opacity: 0;
	pointer-events: none;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.ritz-faq .rf-copy-status.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.ritz-faq .rf-question:hover,
.ritz-faq .rf-question:focus {
	color: var(--rf-orange);
	padding-left: 4px;
	outline: none;
}

.ritz-faq .rf-question:focus-visible {
	outline: 2px solid var(--rf-orange);
	outline-offset: 3px;
}

.ritz-faq .rf-question-icon {
	position: relative;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	border: 1px solid var(--rf-orange);
	border-radius: 50%;
	transition: background-color 180ms ease;
}

.ritz-faq .rf-question-icon::before,
.ritz-faq .rf-question-icon::after {
	content: "";
	position: absolute;
	background: var(--rf-orange);
	transition: opacity 180ms ease;
}

.ritz-faq .rf-question-icon::before {
	top: 9px;
	left: 4px;
	width: 10px;
	height: 1px;
}

.ritz-faq .rf-question-icon::after {
	top: 4px;
	left: 9px;
	width: 1px;
	height: 10px;
	background: var(--rf-orange);
}

.ritz-faq .rf-item.is-open .rf-question-icon::after {
	opacity: 0;
}

.ritz-faq .rf-answer {
	box-sizing: border-box;
	max-width: 1140px;
	margin: 0 18px 20px 0;
	padding: 30px clamp(40px, 5vw, 72px) 44px clamp(34px, 4vw, 56px);
	border: 1px solid rgba(41, 43, 49, 0.07);
	border-left: 3px solid rgba(255, 61, 18, 0.22);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 250, 248, 0.9));
	color: var(--rf-muted);
	font-size: 0.98rem;
	line-height: 1.84;
	animation: rf-answer-enter 180ms ease;
}

.ritz-faq .rf-answer h1,
.ritz-faq .rf-answer h2,
.ritz-faq .rf-answer h3,
.ritz-faq .rf-answer h4,
.ritz-faq .rf-answer h5,
.ritz-faq .rf-answer h6 {
	max-width: 820px;
	margin: 0 0 0.68em;
	color: var(--rf-ink);
	font-weight: 800;
	line-height: 1.26;
	letter-spacing: 0;
	text-transform: none;
}

.ritz-faq .rf-answer h1 {
	font-size: clamp(1.34rem, 2vw, 1.72rem);
}

.ritz-faq .rf-answer h2 {
	font-size: clamp(1.22rem, 1.75vw, 1.46rem);
}

.ritz-faq .rf-answer h3 {
	font-size: clamp(1.1rem, 1.45vw, 1.24rem);
}

.ritz-faq .rf-answer h4,
.ritz-faq .rf-answer h5,
.ritz-faq .rf-answer h6 {
	font-size: 1.02rem;
}

.ritz-faq .rf-answer h1 + p,
.ritz-faq .rf-answer h2 + p,
.ritz-faq .rf-answer h3 + p,
.ritz-faq .rf-answer h4 + p,
.ritz-faq .rf-answer h5 + p,
.ritz-faq .rf-answer h6 + p {
	margin-top: 0;
}

@keyframes rf-answer-enter {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.ritz-faq .rf-answer p + p {
	margin-top: 1.08em;
}

.ritz-faq .rf-answer > *:first-child {
	margin-top: 0;
}

.ritz-faq .rf-answer > *:last-child {
	margin-bottom: 0;
}

.ritz-faq .rf-answer a {
	color: var(--rf-orange-dark);
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.ritz-faq .rf-answer ul,
.ritz-faq .rf-answer ol {
	margin: 1.18em 0 1.35em;
	padding-left: 1.45em;
}

.ritz-faq .rf-answer li + li {
	margin-top: 0.58em;
}

.ritz-faq .rf-answer img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 1.45em 0;
	border-radius: 4px;
}

.ritz-faq .rf-answer table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 1.45em 0;
	overflow-x: auto;
	border-collapse: collapse;
	background: var(--rf-white);
}

.ritz-faq .rf-answer th,
.ritz-faq .rf-answer td {
	padding: 11px 13px;
	border: 1px solid var(--rf-line);
	text-align: left;
	vertical-align: top;
}

.ritz-faq .rf-answer blockquote {
	margin: 1.35em 0;
	padding: 16px 20px;
	border-left: 3px solid var(--rf-orange);
	background: rgba(255, 61, 18, 0.045);
	color: var(--rf-ink);
	font-style: normal;
}

.ritz-faq .rf-answer .wpb_content_element,
.ritz-faq .rf-answer .wpb_text_column,
.ritz-faq .rf-answer .vc_row,
.ritz-faq .rf-answer .wpb_wrapper {
	max-width: 100%;
	margin-bottom: 1.25em;
}

.ritz-faq .rf-answer .wpb_content_element:last-child,
.ritz-faq .rf-answer .wpb_text_column:last-child,
.ritz-faq .rf-answer .vc_row:last-child,
.ritz-faq .rf-answer .wpb_wrapper:last-child {
	margin-bottom: 0;
}

.ritz-faq .rf-cta {
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 48%),
		linear-gradient(135deg, #f23a12, #d52f0d);
	color: var(--rf-white);
}

.ritz-faq .rf-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: clamp(28px, 4.5vw, 56px);
	align-items: center;
	padding: clamp(38px, 4.8vw, 60px) clamp(18px, 3vw, 32px);
}

.ritz-faq .rf-cta-title {
	margin: 0;
	color: var(--rf-white);
	font-size: clamp(1.55rem, 2.25vw, 1.95rem);
	font-weight: 850;
	line-height: 1.18;
	letter-spacing: 0;
}

.ritz-faq .rf-cta-text {
	max-width: 680px;
	margin-top: 12px;
	font-weight: 500;
	line-height: 1.68;
}

.ritz-faq .rf-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.ritz-faq .rf-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 50px;
	padding: 14px 28px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 3px;
	color: var(--rf-white);
	font-size: 0.9rem;
	font-weight: 850;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.ritz-faq .rf-button-primary {
	background: var(--rf-white);
	border-color: var(--rf-white);
	color: var(--rf-orange-dark);
}

.ritz-faq .rf-button:hover,
.ritz-faq .rf-button:focus {
	background: var(--rf-ink);
	border-color: var(--rf-ink);
	color: var(--rf-white);
	transform: translateY(-1px);
	outline: none;
}

@media (max-width: 980px) {
	.ritz-faq .rf-hero.has-hero-image .rf-shell {
		display: block;
	}

	.ritz-faq .rf-hero.has-hero-image .rf-hero-copy {
		width: min(54%, 520px);
		padding-right: 28px;
	}

	.ritz-faq .rf-hero.has-hero-image .rf-hero-media {
		opacity: 1;
	}

	.ritz-faq .rf-nav-inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.ritz-faq .rf-nav-label {
		display: flex;
		margin-bottom: 0;
		padding-right: 0;
	}

	.ritz-faq .rf-nav-links {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
	}

	.ritz-faq .rf-nav-link {
		width: 100%;
		min-height: 52px;
		padding: 12px 16px;
		border: 1px solid var(--rf-line);
	}

	.ritz-faq .rf-nav-link + .rf-nav-link {
		border-left: 1px solid var(--rf-line);
	}

	.ritz-faq .rf-cta-inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ritz-faq .rf-cta-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.ritz-faq .rf-shell {
		padding-right: 12px;
		padding-left: 12px;
	}

	.ritz-faq .rf-hero {
		padding-top: 48px;
		padding-bottom: 44px;
	}

	.ritz-faq .rf-hero::after {
		display: none;
	}

	.ritz-faq .rf-hero .rf-shell {
		grid-template-columns: 1fr;
	}

	.ritz-faq .rf-hero.has-hero-image .rf-shell {
		min-height: 0;
	}

	.ritz-faq .rf-hero.has-hero-image .rf-hero-copy {
		width: 100%;
	}

	.ritz-faq .rf-hero.has-hero-image .rf-hero-media {
		display: none;
	}

	.ritz-faq .rf-title {
		font-size: clamp(1.75rem, 9vw, 2.35rem);
	}

	.ritz-faq .rf-intro {
		font-size: 1rem;
		line-height: 1.66;
	}

	.ritz-faq .rf-question {
		align-items: flex-start;
		min-height: 60px;
		padding-right: 0;
		font-size: 0.96rem;
	}

	.ritz-faq .rf-question-icon {
		margin-top: 2px;
	}

	.ritz-faq .rf-answer {
		margin-right: 0;
		padding: 22px 18px 32px 16px;
		font-size: 0.98rem;
	}

	.ritz-faq .rf-answer h1 {
		font-size: 1.32rem;
	}

	.ritz-faq .rf-answer h2 {
		font-size: 1.2rem;
	}

	.ritz-faq .rf-answer h3,
	.ritz-faq .rf-answer h4,
	.ritz-faq .rf-answer h5,
	.ritz-faq .rf-answer h6 {
		font-size: 1.04rem;
	}

	.ritz-faq .rf-button {
		width: 100%;
		min-width: 0;
	}

	.ritz-faq .rf-nav-links {
		grid-template-columns: 1fr;
	}

	.ritz-faq .rf-cta-inner {
		padding-right: 12px;
		padding-left: 12px;
	}
}
