/*
 * NOWP Release 0.1 production frontend.
 *
 * This file intentionally contains no admin canvas, validation, source-status,
 * phase-label, or guarded-preview presentation.
 */

.nowp-standalone-body {
	margin: 0;
	overflow-x: hidden;
	background: #ffffff;
}

.nowp-standalone-body *,
.nowp-standalone-body *::before,
.nowp-standalone-body *::after,
.nowp-production-shell *,
.nowp-production-shell *::before,
.nowp-production-shell *::after {
	box-sizing: border-box;
}

.nowp-standalone-body .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	white-space: nowrap;
}

.nowp-standalone-body .nowp-skip-link:focus {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 100001;
	width: auto;
	height: auto;
	padding: 10px 14px;
	overflow: visible;
	clip: auto;
	background: #ffffff;
	color: #111111;
	white-space: normal;
}

.nowp-standalone-body .nowp-standalone-shell,
.nowp-standalone-body .nowp-standalone-main {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.nowp-standalone-body .nowp-standalone-shell {
	min-height: 100vh;
	overflow: clip;
	background: #ffffff;
	font-family: "Public Sans", "Montserrat", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nowp-standalone-body .nowp-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: #0d1014;
	color: #ffffff;
}

.admin-bar.nowp-standalone-body .nowp-site-header {
	top: 32px;
}

.nowp-standalone-body .nowp-site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: min(calc(100% - 40px), 1280px);
	min-height: 76px;
	margin-inline: auto;
	gap: 32px;
}

.nowp-standalone-body .nowp-site-brand,
.nowp-standalone-body .nowp-footer-logo {
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
	white-space: nowrap;
}

.nowp-standalone-body .nowp-site-brand span,
.nowp-standalone-body .nowp-footer-logo span {
	color: #d6c3a5;
}

.nowp-standalone-body .nowp-desktop-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-left: auto;
}

.nowp-standalone-body .nowp-nav-links,
.nowp-standalone-body .nowp-footer-links {
	display: flex;
	align-items: center;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nowp-standalone-body .nowp-nav-links a {
	color: rgba(255, 255, 255, 0.84);
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

.nowp-standalone-body .nowp-nav-links a:hover,
.nowp-standalone-body .nowp-nav-links a:focus-visible {
	color: #d6c3a5;
}

.nowp-standalone-body .nowp-header-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 5px;
	background: #d6c3a5;
	color: #111111;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.nowp-standalone-body .nowp-mobile-nav {
	display: none;
	position: relative;
}

.nowp-standalone-body .nowp-mobile-nav summary {
	display: grid;
	width: 44px;
	height: 44px;
	padding: 0;
	cursor: pointer;
	list-style: none;
	place-items: center;
}

.nowp-standalone-body .nowp-mobile-nav summary::-webkit-details-marker {
	display: none;
}

.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"],
.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"]::before,
.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"]::after {
	display: block;
	width: 24px;
	height: 2px;
	background: #ffffff;
	content: "";
}

.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"] {
	position: relative;
}

.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"]::before,
.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"]::after {
	position: absolute;
}

.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"]::before {
	top: -7px;
}

.nowp-standalone-body .nowp-mobile-nav summary > span[aria-hidden="true"]::after {
	top: 7px;
}

.nowp-standalone-body .nowp-mobile-nav nav {
	position: absolute;
	top: calc(100% + 16px);
	right: 0;
	width: min(86vw, 340px);
	padding: 22px;
	border: 1px solid rgba(214, 195, 165, 0.28);
	border-radius: 8px;
	background: #0d1014;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.nowp-standalone-body .nowp-mobile-nav .nowp-nav-links {
	align-items: stretch;
	flex-direction: column;
	gap: 0;
}

.nowp-standalone-body .nowp-mobile-nav .nowp-nav-links a {
	display: block;
	padding: 12px 4px;
}

.nowp-standalone-body .nowp-mobile-nav .nowp-header-cta {
	width: 100%;
	margin-top: 16px;
}

.nowp-production-shell {
	--nowp-black: #111111;
	--nowp-white: #ffffff;
	--nowp-gold: #d6c3a5;
	--nowp-gold-dark: #b89d77;
	--nowp-text: #4f4a44;
	--nowp-panel: #f7f5f1;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	overflow: clip;
	background: var(--nowp-white);
	color: var(--nowp-text);
	font-family: "Public Sans", "Montserrat", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nowp-production-shell .nowp-page,
.nowp-production-shell .nowp-component {
	width: 100%;
	max-width: none;
	margin: 0;
}

.nowp-production-shell h1,
.nowp-production-shell h2,
.nowp-production-shell h3,
.nowp-production-shell p,
.nowp-production-shell ul,
.nowp-production-shell figure {
	margin-top: 0;
}

.nowp-production-shell .nowp-component {
	position: relative;
	padding: 88px 24px;
}

.nowp-production-shell .nowp-production-kicker,
.nowp-production-shell .rat-section-kicker,
.nowp-production-shell .rat-booking-kicker,
.nowp-production-shell .rat-fra-faq-kicker,
.nowp-production-shell .rat-fra-seo-kicker {
	display: block;
	margin: 0 auto 13px;
	color: var(--nowp-gold-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.nowp-production-shell .nowp-production-title,
.nowp-production-shell .rat-title,
.nowp-production-shell .rat-booking-heading,
.nowp-production-shell .rat-fra-faq-title,
.nowp-production-shell .rat-fra-seo-title {
	max-width: 920px;
	margin: 0 auto 18px;
	color: var(--nowp-black);
	font-size: 40px;
	font-weight: 700;
	line-height: 1.18;
	text-align: center;
}

.nowp-production-shell .nowp-production-text,
.nowp-production-shell .rat-subtitle,
.nowp-production-shell .rat-booking-subtitle,
.nowp-production-shell .rat-fra-faq-subtitle,
.nowp-production-shell .rat-fra-seo-text {
	max-width: 850px;
	margin: 0 auto 20px;
	color: var(--nowp-text);
	font-size: 17px;
	line-height: 1.8;
	text-align: center;
}

.nowp-production-shell .nowp-component--hero.rat-fra-hero {
	position: relative;
	display: flex;
	min-height: calc(100svh - 76px);
	padding: 0;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	background: #0b0c0e;
	color: #ffffff;
	text-align: center;
}

.nowp-production-shell .rat-fra-hero-media,
.nowp-production-shell .rat-fra-hero-image,
.nowp-production-shell .rat-fra-hero-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.nowp-production-shell .rat-fra-hero-image {
	display: block;
	object-fit: cover;
	object-position: center center;
}

.nowp-production-shell .rat-fra-hero-overlay {
	z-index: 1;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.16) 0%,
		rgba(0, 0, 0, 0.22) 35%,
		rgba(0, 0, 0, 0.48) 100%
	);
}

.nowp-production-shell .rat-fra-hero-content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(calc(100% - 48px), 980px);
	min-height: calc(100svh - 76px);
	margin-inline: auto;
	padding: 110px 0 120px;
	text-align: center;
}

.nowp-production-shell .rat-fra-hero-kicker,
.nowp-production-shell .nowp-intro-kicker,
.nowp-production-shell .nowp-booking-kicker,
.nowp-production-shell .nowp-group-kicker {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--nowp-gold);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.nowp-production-shell .rat-fra-hero-kicker {
	margin-bottom: 14px;
	color: #d6c3a5;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}

.nowp-production-shell .rat-fra-hero-title {
	max-width: 920px;
	margin: 0 0 20px;
	color: #ffffff;
	font-size: clamp(38px, 5vw, 58px);
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.12;
}

.nowp-production-shell .rat-fra-hero-subtitle {
	max-width: 820px;
	margin: 0 0 34px;
	color: rgba(255, 255, 255, 0.95);
	font-size: 19px;
	line-height: 1.7;
}

.nowp-production-shell .rat-fra-hero-actions {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nowp-production-shell .rat-fra-hero-btn,
.nowp-production-shell .nowp-production-button,
.nowp-production-shell .nowp-group-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 26px;
	border-radius: 5px;
	background: var(--nowp-gold);
	color: var(--nowp-black);
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.nowp-production-shell .rat-fra-hero-btn {
	min-width: 190px;
	min-height: 0;
	padding: 16px 34px;
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.nowp-production-shell .rat-fra-hero-btn:hover {
	background: #ffffff;
	color: #111111;
	transform: translateY(-1px);
}

.nowp-production-shell .rat-fra-hero-btn:focus-visible {
	outline: 3px solid #ffffff;
	outline-offset: 4px;
}

.nowp-production-shell .rat-fra-hero-scroll {
	position: absolute;
	bottom: 28px;
	left: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	opacity: 0.95;
	color: #ffffff;
	text-decoration: none;
	transform: translateX(-50%);
	animation: nowpHeroArrowFloat 2.2s ease-in-out infinite;
}

.nowp-production-shell .rat-fra-hero-scroll:focus-visible {
	border-radius: 2px;
	outline: 3px solid #ffffff;
	outline-offset: 3px;
}

.nowp-production-shell .rat-fra-hero-scroll-arrow {
	display: block;
	width: 14px;
	height: 14px;
	border-right: 2px solid rgba(255, 255, 255, 0.92);
	border-bottom: 2px solid rgba(255, 255, 255, 0.92);
	transform: rotate(45deg);
}

@keyframes nowpHeroArrowFloat {
	0%,
	100% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(8px);
	}
}

.nowp-production-shell .rat-fra-facts {
	z-index: 5;
	margin-top: -80px;
	padding: 0 24px 40px;
	scroll-margin-top: 96px;
	background: linear-gradient(
		to bottom,
		transparent 0%,
		transparent 50%,
		var(--nowp-panel) 50%,
		var(--nowp-panel) 100%
	);
}

.admin-bar.nowp-standalone-body .nowp-production-shell .rat-fra-facts {
	scroll-margin-top: 128px;
}

.nowp-production-shell .rat-fra-facts-inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(100%, 1180px);
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(17, 17, 17, 0.06);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
}

.nowp-production-shell .rat-fra-fact-box {
	padding: 30px 34px;
	text-align: center;
}

.nowp-production-shell .rat-fra-fact-box:not(:last-child) {
	border-right: 1px solid rgba(17, 17, 17, 0.08);
}

.nowp-production-shell .rat-fra-fact-label {
	display: block;
	margin: 0 0 10px;
	color: #8b857c;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.8px;
	line-height: 1.2;
	text-transform: uppercase;
}

.nowp-production-shell .rat-fra-fact-value {
	display: block;
	margin: 0;
	color: var(--nowp-black);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

.nowp-production-shell .rat-fra-trust {
	padding: 10px 24px 70px;
	background: var(--nowp-panel);
}

.nowp-production-shell .rat-fra-trust-inner {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: min(100%, 1180px);
	margin-inline: auto;
	padding: 0;
	gap: 24px;
	list-style: none;
}

.nowp-production-shell .rat-fra-trust-item {
	min-width: 0;
	padding: 34px 26px;
	border: 1px solid rgba(17, 17, 17, 0.07);
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 10px 24px rgba(17, 17, 17, 0.05);
	text-align: center;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.nowp-production-shell .rat-fra-trust-icon {
	display: grid;
	width: 42px;
	height: 42px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: rgba(214, 195, 165, 0.18);
	color: var(--nowp-gold-dark);
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	place-items: center;
}

.nowp-production-shell .rat-fra-trust-item h3 {
	margin: 0 0 10px;
	color: var(--nowp-black);
	font-size: 19px;
	font-weight: 600;
	line-height: 1.35;
}

.nowp-production-shell .rat-fra-trust-item p {
	margin: 0;
	color: #5f5a53;
	font-size: 15px;
	line-height: 1.7;
}

@media (hover: hover) and (pointer: fine) {
	.nowp-production-shell .rat-fra-trust-item:hover {
		border-color: rgba(214, 195, 165, 0.32);
		box-shadow: 0 18px 36px rgba(17, 17, 17, 0.07);
		transform: translateY(-4px);
	}
}

.nowp-production-shell .nowp-intro {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 80px 24px;
	background: #ffffff;
}

.nowp-production-shell .nowp-intro-inner {
	width: min(100%, 900px);
	max-width: 100%;
	min-width: 0;
	margin-inline: auto;
	text-align: center;
}

.nowp-production-shell .nowp-intro-kicker {
	color: #8a704c;
	font-weight: 600;
}

.nowp-production-shell .nowp-intro-title {
	margin: 0 0 24px;
	color: var(--nowp-black);
	font-size: 38px;
	font-weight: 600;
	line-height: 1.2;
}

.nowp-production-shell .nowp-booking-title,
.nowp-production-shell .nowp-group-title {
	margin: 0 0 24px;
	color: var(--nowp-black);
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
}

.nowp-production-shell .nowp-intro-text {
	margin: 0 0 18px;
	color: var(--nowp-text);
	font-size: 17px;
	line-height: 1.85;
}

.nowp-production-shell .nowp-intro-text:last-child {
	margin-bottom: 0;
}

.nowp-production-shell .nowp-booking {
	padding: 90px 24px;
	background: var(--nowp-panel);
}

.nowp-production-shell .nowp-booking-inner {
	width: min(100%, 1180px);
	margin-inline: auto;
	text-align: center;
}

.nowp-production-shell .nowp-booking-subtitle {
	max-width: 760px;
	margin: 0 auto 34px;
	color: var(--nowp-text);
	font-size: 17px;
	line-height: 1.8;
}

.nowp-production-shell .nowp-chbs-slot:empty {
	display: none;
}

.nowp-production-shell .nowp-group {
	padding: 90px 24px;
	background: #ffffff;
}

.nowp-production-shell .nowp-group-inner {
	width: min(100%, 1180px);
	margin-inline: auto;
}

.nowp-production-shell .nowp-group-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	align-items: stretch;
	gap: 52px;
}

.nowp-production-shell .nowp-group-media {
	min-height: 440px;
	margin: 0;
	overflow: hidden;
	border-radius: 10px;
}

.nowp-production-shell .nowp-group-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.nowp-production-shell .nowp-group-content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.nowp-production-shell .nowp-group-title,
.nowp-production-shell .nowp-group-text {
	text-align: left;
}

.nowp-production-shell .nowp-group-text {
	margin: 0 0 24px;
	color: var(--nowp-text);
	font-size: 17px;
	line-height: 1.8;
}

.nowp-production-shell .nowp-group-list {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}

.nowp-production-shell .nowp-group-item {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	gap: 12px;
	color: var(--nowp-black);
	font-size: 15px;
}

.nowp-production-shell .nowp-group-item > span {
	display: grid;
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	border-radius: 50%;
	background: rgba(214, 195, 165, 0.24);
	color: #987e59;
	place-items: center;
}

.nowp-production-shell .nowp-group-badge {
	margin-bottom: 24px;
	padding: 12px 16px;
	border-left: 3px solid var(--nowp-gold);
	background: var(--nowp-panel);
	color: #625d56;
	font-size: 14px;
}

.nowp-production-shell .rat-routes-section,
.nowp-production-shell .rat-booking,
.nowp-production-shell .rat-fra-faq,
.nowp-production-shell .rat-fra-seo {
	padding: 88px 24px;
}

.nowp-production-shell .rat-routes-section,
.nowp-production-shell .rat-fra-faq {
	background: var(--nowp-panel);
}

.nowp-production-shell .rat-booking,
.nowp-production-shell .rat-fra-seo {
	background: #ffffff;
}

.nowp-production-shell .rat-routes-container,
.nowp-production-shell .rat-container,
.nowp-production-shell .rat-fra-faq-inner,
.nowp-production-shell .rat-fra-seo-inner {
	width: min(100%, 1180px);
	margin-inline: auto;
}

.nowp-production-shell .nowp-production-list {
	margin: 32px auto 0;
	padding: 0;
	list-style: none;
}

.nowp-production-shell .nowp-production-list--cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	max-width: 980px;
	gap: 20px;
}

.nowp-production-shell .nowp-production-list--cards > li {
	padding: 28px;
	border: 1px solid rgba(17, 17, 17, 0.07);
	border-radius: 10px;
	background: #ffffff;
}

.nowp-production-shell .nowp-production-item-title {
	margin: 0 0 12px;
	color: var(--nowp-black);
	font-size: 20px;
	line-height: 1.4;
}

.nowp-production-shell .nowp-production-item-text {
	margin: 0;
	color: var(--nowp-text);
	font-size: 15px;
	line-height: 1.75;
}

.nowp-production-shell .nowp-production-list--steps {
	display: grid;
	margin-top: 20px;
	gap: 12px;
}

.nowp-production-shell .nowp-production-list--steps li {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--nowp-text);
}

.nowp-production-shell .nowp-production-step-number {
	display: grid;
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	border-radius: 50%;
	background: rgba(214, 195, 165, 0.25);
	color: #806c4e;
	font-weight: 700;
	place-items: center;
}

.nowp-production-shell .rat-fra-seo-cta {
	width: 100%;
	max-width: none;
	padding: 86px 24px;
	background: #111111;
	color: #ffffff;
	text-align: center;
}

.nowp-production-shell .rat-fra-seo-cta .nowp-production-title,
.nowp-production-shell .rat-fra-seo-cta .nowp-production-text {
	color: #ffffff;
}

.nowp-production-shell .nowp-production-cta {
	margin: 28px 0 0;
	text-align: center;
}

.nowp-production-shell .rat-fra-seo {
	background: #111111;
	color: rgba(255, 255, 255, 0.76);
}

.nowp-production-shell .rat-fra-seo-title {
	color: #ffffff;
}

.nowp-production-shell .rat-fra-seo-text,
.nowp-production-shell .rat-fra-seo-text p {
	color: rgba(255, 255, 255, 0.76);
}

.nowp-production-shell .rat-fra-seo-text p {
	margin-bottom: 18px;
}

.nowp-production-shell .nowp-faq-list {
	display: flex;
	max-width: 920px;
	margin: 34px auto 0;
	flex-direction: column;
	gap: 14px;
	text-align: left;
}

.nowp-production-shell .nowp-faq-item {
	overflow: hidden;
	border: 1px solid rgba(214, 195, 165, 0.35);
	border-radius: 14px;
	background: #ffffff;
}

.nowp-production-shell .nowp-faq-item summary {
	position: relative;
	padding: 24px 68px 24px 24px;
	cursor: pointer;
	list-style: none;
	color: var(--nowp-black);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.nowp-production-shell .nowp-faq-item summary::-webkit-details-marker {
	display: none;
}

.nowp-production-shell .nowp-faq-item summary::after {
	position: absolute;
	top: 50%;
	right: 22px;
	display: grid;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(214, 195, 165, 0.18);
	color: #b89d73;
	content: "+";
	font-size: 22px;
	place-items: center;
	transform: translateY(-50%);
}

.nowp-production-shell .nowp-faq-item[open] summary::after {
	content: "−";
}

.nowp-production-shell .nowp-faq-item summary:focus-visible {
	outline: 3px solid rgba(184, 157, 115, 0.6);
	outline-offset: -3px;
}

.nowp-production-shell .nowp-faq-answer {
	padding: 0 24px 22px;
}

.nowp-production-shell .nowp-faq-answer p {
	margin: 0;
	color: var(--nowp-text);
	font-size: 16px;
	line-height: 1.75;
}

.nowp-standalone-body .nowp-site-footer {
	position: relative;
	width: 100%;
	padding: 78px 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: #0d1014;
	color: rgba(255, 255, 255, 0.78);
}

.nowp-standalone-body .nowp-site-footer::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(214, 195, 165, 0.45), transparent);
	content: "";
}

.nowp-standalone-body .nowp-footer-container {
	display: grid;
	grid-template-columns: 1.35fr 1fr 1fr 1fr;
	width: min(100%, 1280px);
	margin-inline: auto;
	gap: 42px;
}

.nowp-standalone-body .nowp-footer-col {
	min-width: 0;
}

.nowp-standalone-body .nowp-footer-brand {
	padding-top: 30px;
	padding-right: 10px;
}

.nowp-standalone-body .nowp-footer-logo {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 27px;
}

.nowp-standalone-body .nowp-footer-brand p {
	max-width: 340px;
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.8;
}

.nowp-standalone-body .nowp-footer-heading {
	margin: 0 0 18px;
	color: #d6c3a5;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1.4px;
	line-height: 1.3;
	text-transform: uppercase;
}

.nowp-standalone-body .nowp-footer-links {
	align-items: stretch;
	flex-direction: column;
	gap: 0;
}

.nowp-standalone-body .nowp-footer-links li {
	margin-bottom: 13px;
}

.nowp-standalone-body .nowp-footer-links a {
	color: rgba(255, 255, 255, 0.74);
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
}

.nowp-standalone-body .nowp-footer-bottom {
	margin-top: 52px;
	padding: 18px 20px 20px;
	border-top: 1px solid rgba(214, 195, 165, 0.24);
	text-align: center;
}

.nowp-standalone-body .nowp-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
	line-height: 1.5;
}

@media (max-width: 1080px) {
	.nowp-standalone-body .nowp-desktop-nav {
		display: none;
	}

	.nowp-standalone-body .nowp-mobile-nav {
		display: block;
		margin-left: auto;
	}

	.nowp-production-shell .rat-fra-trust-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.nowp-production-shell .rat-fra-trust {
		padding: 10px 20px 56px;
	}

	.nowp-production-shell .nowp-intro {
		padding: 70px 20px;
	}

	.nowp-production-shell .nowp-intro-title {
		font-size: 34px;
	}

	.nowp-production-shell .nowp-intro-text {
		font-size: 16px;
	}

	.nowp-production-shell .rat-fra-facts {
		margin-top: -50px;
		padding: 0 20px 34px;
	}

	.nowp-production-shell .rat-fra-fact-box {
		padding: 26px 22px;
	}

	.nowp-production-shell .rat-fra-fact-value {
		font-size: 22px;
	}

	.nowp-standalone-body .nowp-footer-container {
		grid-template-columns: 1fr 1fr;
		gap: 36px 30px;
	}
}

@media (max-width: 782px) {
	.admin-bar.nowp-standalone-body .nowp-site-header {
		top: 46px;
	}
}

@media (max-width: 767px) {
	.nowp-standalone-body .nowp-site-header__inner {
		width: min(calc(100% - 32px), 1280px);
		min-height: 68px;
	}

	.nowp-standalone-body .nowp-site-brand {
		font-size: 21px;
	}

	.nowp-production-shell .nowp-component {
		padding: 66px 18px;
	}

	.nowp-production-shell .nowp-component--hero.rat-fra-hero {
		min-height: calc(100svh - 68px);
		padding: 0;
	}

	.nowp-production-shell .rat-fra-hero-content {
		width: calc(100% - 36px);
		min-height: calc(100svh - 68px);
		padding: 96px 0 88px;
	}

	.nowp-production-shell .rat-fra-hero-title {
		font-size: 30px;
		line-height: 1.15;
	}

	.nowp-production-shell .rat-fra-hero-subtitle {
		font-size: 15px;
		line-height: 1.65;
	}

	.nowp-production-shell .rat-fra-hero-btn {
		width: auto;
		max-width: 260px;
	}

	.nowp-production-shell .rat-fra-hero-scroll {
		bottom: 22px;
	}

	.nowp-production-shell .rat-fra-facts {
		margin-top: 0;
		padding: 24px 18px 36px;
		overflow: visible;
		scroll-margin-top: 84px;
		background: var(--nowp-panel);
	}

	.admin-bar.nowp-standalone-body .nowp-production-shell .rat-fra-facts {
		scroll-margin-top: 132px;
	}

	.nowp-production-shell .rat-fra-facts-inner {
		width: 100%;
		max-width: 100%;
		grid-template-columns: 1fr;
		margin: 0 auto;
	}

	.nowp-production-shell .rat-fra-trust-inner,
	.nowp-production-shell .nowp-group-grid,
	.nowp-production-shell .nowp-production-list--cards {
		grid-template-columns: 1fr;
	}

	.nowp-production-shell .rat-fra-trust {
		padding: 0 18px 48px;
	}

	.nowp-production-shell .rat-fra-trust-inner {
		gap: 18px;
	}

	.nowp-production-shell .rat-fra-trust-item {
		padding: 30px 22px;
	}

	.nowp-production-shell .rat-fra-trust-item h3 {
		font-size: 22px;
	}

	.nowp-production-shell .rat-fra-trust-item p {
		font-size: 16px;
	}

	.nowp-production-shell .rat-fra-fact-box {
		width: 100%;
		max-width: 100%;
		padding: 24px 18px;
		border-right: 0;
	}

	.nowp-production-shell .rat-fra-fact-box:not(:last-child) {
		border-bottom: 1px solid #e8e1d8;
	}

	.nowp-production-shell .nowp-intro-title,
	.nowp-production-shell .nowp-booking-title,
	.nowp-production-shell .nowp-group-title,
	.nowp-production-shell .nowp-production-title,
	.nowp-production-shell .rat-title,
	.nowp-production-shell .rat-booking-heading,
	.nowp-production-shell .rat-fra-faq-title,
	.nowp-production-shell .rat-fra-seo-title {
		font-size: 30px;
	}

	.nowp-production-shell .nowp-intro {
		padding: 66px 18px;
	}

	.nowp-production-shell .nowp-intro-title {
		font-size: 28px;
		line-height: 1.25;
	}

	.nowp-production-shell .nowp-group-media {
		min-height: 280px;
	}

	.nowp-production-shell .nowp-group-title,
	.nowp-production-shell .nowp-group-text {
		text-align: left;
	}

	.nowp-production-shell .rat-fra-seo-cta,
	.nowp-production-shell .rat-fra-seo {
		padding-right: 18px;
		padding-left: 18px;
	}

	.nowp-production-shell .nowp-faq-item summary {
		padding: 20px 58px 20px 18px;
		font-size: 16px;
	}

	.nowp-production-shell .nowp-faq-answer {
		padding: 0 18px 18px;
	}

	.nowp-standalone-body .nowp-site-footer {
		padding: 56px 20px 0;
	}

	.nowp-standalone-body .nowp-footer-container {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.nowp-standalone-body .nowp-footer-brand {
		padding-top: 0;
		padding-right: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nowp-production-shell .rat-fra-hero-btn {
		transition: none;
	}

	.nowp-production-shell .rat-fra-hero-scroll {
		animation: none;
	}

	.nowp-production-shell .rat-fra-trust-item {
		transition: none;
	}
}
