/*--------------------------------------------------------------
# Racer Legend — diseño GR11 Viajes
--------------------------------------------------------------*/

:root {
	--rl-blue: #1c6fb5;
	--rl-blue-dark: #0e4a7c;
	--rl-blue-deep: #0a355c;
	--rl-ink: #222222;
	--rl-muted: #4a4a4a;
	--rl-footer: #2c2c2c;
	--rl-footer-2: #242424;
	--rl-white: #ffffff;
	--rl-offwhite: #f7f7f7;
	--rl-line: #e4e4e4;
	--rl-overlay: rgba(8, 16, 28, 0.48);
	--rl-header: "Oswald", "Arial Narrow", Impact, sans-serif;
	--rl-body: "Open Sans", "Segoe UI", sans-serif;
	--rl-container: 1180px;
	--rl-header-h: 92px;
	--rl-radius: 0;
	--rl-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--rl-ink);
	background: var(--rl-white);
	font-family: var(--rl-body);
	font-size: 17px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

body.menu-open .site-header {
	z-index: 100000;
}

body.menu-open .joinchat,
body.menu-open .joinchat__button,
body.menu-open .ht-ctc,
body.menu-open .ht-ctc-chat,
body.menu-open .floating-wpp,
body.menu-open .qlwapp,
body.menu-open .njt-wa,
body.menu-open [class*="whatsapp"],
body.menu-open [id*="whatsapp"] {
	visibility: hidden !important;
	pointer-events: none !important;
}

#page.site {
	overflow-x: hidden;
	overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.6em;
	color: var(--rl-ink);
	font-family: var(--rl-header);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.02em;
	line-height: 1.12;
	text-transform: uppercase;
}

p {
	margin: 0 0 1.15em;
}

a {
	color: var(--rl-blue);
	text-decoration: none;
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

a:hover,
a:focus {
	color: var(--rl-blue-dark);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

.skip-link {
	left: 8px;
	top: 8px;
}

.rl-wrap {
	width: 100%;
	max-width: var(--rl-container);
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box;
}

/* Buttons
--------------------------------------------- */
.rl-btn,
.button,
button[type="submit"],
input[type="submit"],
.wp-block-button__link,
.comment-form input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 0.85em 1.7em;
	border: 2px solid var(--rl-white);
	background: transparent;
	color: var(--rl-white);
	font-family: var(--rl-header);
	font-size: 1rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	transition: 0.25s ease;
}

.rl-btn:hover,
.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.wp-block-button__link:hover {
	background: var(--rl-white);
	color: var(--rl-ink);
	border-color: var(--rl-white);
}

.rl-btn--solid,
.rl-btn.rl-btn--solid {
	background: var(--rl-blue);
	border-color: var(--rl-blue);
	color: var(--rl-white);
}

.rl-btn--solid:hover {
	background: var(--rl-blue-dark);
	border-color: var(--rl-blue-dark);
	color: var(--rl-white);
}

.rl-btn--dark {
	border-color: var(--rl-ink);
	color: var(--rl-ink);
}

.rl-btn--dark:hover {
	background: var(--rl-ink);
	color: var(--rl-white);
}

/* Header
--------------------------------------------- */
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 18px 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.18) 70%, transparent 100%);
	transition: background 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
}

.site-header.is-scrolled,
.site-header.is-solid {
	position: fixed;
	padding: 10px 0;
	background: rgba(12, 16, 22, 0.96);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.header-inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 28px;
	padding-right: 28px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	box-sizing: border-box;
}

.site-branding {
	flex: 0 0 auto;
	margin-right: auto;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 8px;
	flex: 0 0 auto;
}

.custom-logo-link,
.site-branding a {
	display: flex;
	align-items: center;
	gap: 12px;
	color: var(--rl-white);
	text-decoration: none;
}

.site-logo-mark {
	width: 46px;
	height: 46px;
	color: var(--rl-blue);
	flex: 0 0 auto;
}

.site-logo-text {
	display: flex;
	flex-direction: column;
	line-height: 0.9;
}

.site-logo-text .site-title,
.site-title {
	margin: 0;
	font-family: var(--rl-header);
	font-size: 1.35rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--rl-white);
}

.site-title a,
.custom-logo-link .site-title,
.footer-brand .site-title {
	color: var(--rl-white);
}

.site-description {
	display: none;
}

.custom-logo {
	max-height: 58px;
	width: auto;
}

.site-header.is-scrolled .custom-logo {
	max-height: 48px;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: auto !important;
	margin-left: auto;
	flex: 1 1 auto;
}

.main-navigation ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 2px;
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	float: none;
	min-width: 240px;
	display: none;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	padding: 10px 0;
	background: rgba(14, 18, 24, 0.96);
	box-shadow: var(--rl-shadow);
	z-index: 50;
}

.main-navigation ul ul::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -18px;
	height: 18px;
}

.main-navigation li {
	position: relative;
	margin: 0;
}

.main-navigation a {
	display: block;
	padding: 10px 10px;
	color: var(--rl-white);
	font-family: var(--rl-header);
	font-size: 0.9rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	touch-action: manipulation;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
	color: #d6ecff;
}

.main-navigation .menu-item-has-children > a::after {
	content: "▾";
	margin-left: 6px;
	font-size: 0.7em;
	font-style: normal;
}

.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
	display: flex;
}

.menu-toggle,
.menu-close {
	display: none;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--rl-white);
	cursor: pointer;
	z-index: 1200;
}

.menu-toggle span {
	display: block;
	width: 24px;
	height: 2px;
	margin: 5px auto;
	background: var(--rl-white);
}

.menu-close {
	font-family: var(--rl-header);
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	width: auto;
	height: auto;
	padding: 8px 0;
}

/* Hero
--------------------------------------------- */
.rl-hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	color: var(--rl-white);
	background-color: #0c121c;
	background-image: var(--rl-hero-image);
	background-size: cover;
	background-position: center;
	isolation: isolate;
}

.rl-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.2) 28%, rgba(0, 0, 0, 0.35) 100%),
		var(--rl-overlay);
	z-index: -1;
}

.rl-hero__inner {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 120px 28px 80px;
	display: grid;
	grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
	gap: 56px;
	align-items: center;
	box-sizing: border-box;
}

.rl-stamp {
	width: min(100%, 340px);
	margin: 0 auto;
	filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

.rl-stamp img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 340px;
	margin: 0 auto;
	object-fit: contain;
}

.rl-hero__copy h1,
.rl-hero__copy .rl-hero__title {
	margin: 0 0 22px;
	color: var(--rl-white);
	font-size: clamp(2.1rem, 4.4vw, 3.55rem);
	line-height: 1.05;
	text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}

.rl-hero__copy p {
	max-width: 640px;
	margin: 0;
	font-size: 1.05rem;
	color: var(--rl-white);
	text-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.rl-hero__copy strong {
	font-weight: 700;
}

.rl-scroll {
	position: absolute;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	color: var(--rl-white);
	animation: rlBounce 1.8s infinite;
}

.rl-scroll svg {
	width: 28px;
	height: 28px;
}

@keyframes rlBounce {
	0%,
	100% {
		transform: translate(-50%, 0);
		opacity: 0.85;
	}
	50% {
		transform: translate(-50%, 8px);
		opacity: 1;
	}
}

.rl-page-hero {
	min-height: 58vh;
	text-align: center;
}

.rl-page-hero .rl-hero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 58vh;
	padding-top: 130px;
}

.rl-hero h1,
.rl-hero .rl-hero__title,
.rl-page-hero .rl-hero__title {
	margin: 0;
	color: #fff !important;
	font-size: clamp(2.4rem, 6vw, 4.4rem);
	text-shadow: 0 4px 28px rgba(0, 0, 0, 0.55);
}

/* Section heading
--------------------------------------------- */
.rl-section-head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	padding: 56px 20px 28px;
	text-align: center;
}

.rl-section-head h2 {
	margin: 0;
	color: var(--rl-blue-dark);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-style: italic;
}

.rl-slash {
	color: var(--rl-blue);
	font-family: var(--rl-header);
	font-size: 1.35rem;
	font-weight: 700;
	letter-spacing: -0.08em;
	transform: skewX(-18deg);
	flex: 0 0 auto;
}

.rl-trip-tabs-wrap {
	flex-wrap: wrap;
	row-gap: 16px;
}

.rl-trip-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-width: 100%;
}

.rl-trip-tab {
	margin: 0;
	padding: 10px 18px;
	border: 2px solid var(--rl-blue-dark);
	background: transparent;
	color: var(--rl-blue-dark);
	font-family: var(--rl-header);
	font-size: clamp(1rem, 2.4vw, 1.55rem);
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.04em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.rl-trip-tab.is-active,
.rl-trip-tab:hover,
.rl-trip-tab:focus-visible {
	background: var(--rl-blue-dark);
	color: var(--rl-white);
}

.rl-trips-empty {
	padding: 12px 20px 64px;
	text-align: center;
	color: var(--rl-muted);
}

.rl-trip[hidden] {
	display: none !important;
}

/* Trip split cards
--------------------------------------------- */
.rl-trips {
	background: var(--rl-white);
}

.rl-trip {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 520px;
	background: var(--rl-white);
}

.rl-trip.rl-trip--flip .rl-trip__media,
.rl-trip:nth-child(even) .rl-trip__media {
	order: 2;
}

.rl-trip__media {
	position: relative;
	min-height: 520px;
	background: #111 center / cover no-repeat;
}

.rl-trip__media a {
	position: absolute;
	inset: 0;
}

.rl-trip__kickers {
	position: absolute;
	top: 22px;
	left: 22px;
	right: 22px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	z-index: 2;
	pointer-events: none;
}

.rl-kicker {
	display: inline-block;
	align-self: flex-start;
	padding: 8px 14px;
	background: #111;
	color: var(--rl-white);
	font-family: var(--rl-header);
	font-size: 0.95rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rl-trip__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 56px 64px;
	background: var(--rl-white);
}

.rl-trip__body h3 {
	margin: 0 0 18px;
	font-size: clamp(1.7rem, 2.6vw, 2.4rem);
	line-height: 1.1;
}

.rl-trip__body h3 a {
	color: var(--rl-ink);
}

.rl-trip__body h3 a:hover {
	color: var(--rl-blue);
}

.rl-trip__body p {
	margin: 0 0 28px;
	color: var(--rl-muted);
	font-size: 1.02rem;
}

.rl-trip__body .rl-btn {
	align-self: flex-start;
	border-color: var(--rl-ink);
	color: var(--rl-ink);
}

.rl-trip__body .rl-btn:hover {
	background: var(--rl-ink);
	color: var(--rl-white);
}

/* Listing grids (blog, archive, gallery, search)
--------------------------------------------- */
.site-main {
	background: var(--rl-white);
}

.rl-content {
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding: 48px 28px 88px;
	box-sizing: border-box;
	overflow-x: hidden;
}

.single-post .rl-content,
.single-viaje .rl-content {
	max-width: 800px;
}

.woocommerce-cart .rl-content,
.woocommerce-checkout .rl-content,
.woocommerce-account .rl-content,
.woocommerce-page .rl-content {
	max-width: 1200px;
}

article.post,
article.page,
article.viaje {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.rl-article {
	background: var(--rl-white);
	padding: 8px 0 0;
}

.rl-article .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin-bottom: 28px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--rl-line);
	color: var(--rl-muted);
	font-family: var(--rl-header);
	font-size: 0.82rem;
	font-style: italic;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.entry-content {
	color: var(--rl-ink);
	font-size: 1.05rem;
	line-height: 1.8;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 1.6em;
	color: var(--rl-ink);
}

.entry-content a {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.entry-footer {
	margin-top: 36px;
	padding-top: 18px;
	border-top: 1px solid var(--rl-line);
}

.entry-footer span {
	display: inline-block;
	margin-right: 14px;
}

.rl-content-narrow {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.rl-page-intro {
	max-width: 820px;
	margin: 0 auto 40px;
	text-align: center;
	color: var(--rl-muted);
}

.rl-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.rl-card {
	background: var(--rl-white);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.rl-card__media {
	position: relative;
	min-height: 240px;
	background: #1a1a1a center / cover no-repeat;
}

.rl-card__media img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.rl-card__body {
	padding: 22px 24px 28px;
}

.rl-card__body h2,
.rl-card__body h3 {
	margin: 0 0 10px;
	font-size: 1.35rem;
}

.rl-card__body h2 a,
.rl-card__body h3 a {
	color: var(--rl-ink);
}

.rl-card__meta {
	margin-bottom: 10px;
	color: var(--rl-blue);
	font-family: var(--rl-header);
	font-size: 0.82rem;
	font-style: italic;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.rl-card__body p {
	margin: 0 0 18px;
	color: var(--rl-muted);
	font-size: 0.98rem;
}

/* Motorcycle catalogue
--------------------------------------------- */
.rl-motos-page {
	background: #fbfaf7;
}

.rl-motos-intro {
	max-width: 680px;
	margin: 0 auto;
	padding: 92px 28px 36px;
	text-align: center;
}

.rl-section-rule {
	display: block;
	width: 28px;
	height: 2px;
	margin: 0 auto 14px;
	background: #ed8b00;
}

.rl-motos-intro h1 {
	margin: 0 0 10px;
	font-size: clamp(2rem, 4vw, 2.8rem);
}

.rl-motos-intro p {
	margin: 0;
	color: var(--rl-muted);
}

.rl-moto-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 16px 24px;
	padding: 16px 28px 8px;
}

.rl-moto-filters form {
	display: flex;
	gap: 8px;
}

.rl-moto-filters input {
	width: 220px;
	padding: 10px 14px;
	border: 1px solid var(--rl-line);
	border-radius: 4px;
	background: var(--rl-white);
}

.rl-moto-filters nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	padding: 4px;
	border: 1px solid var(--rl-line);
	border-radius: 8px;
	background: var(--rl-white);
}

.rl-moto-filters nav a {
	padding: 8px 18px;
	border-radius: 5px;
	color: var(--rl-ink);
	font-size: 0.85rem;
}

.rl-moto-filters nav a.is-active,
.rl-moto-filters nav a:hover {
	background: #ed8b00;
	color: var(--rl-white);
}

.rl-moto-catalogue {
	max-width: 1240px;
	padding-top: 32px;
}

.rl-moto-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.rl-moto-card,
.rl-moto-panel {
	border: 1px solid #e8e5df;
	border-radius: 8px;
	background: var(--rl-white);
	box-shadow: 0 8px 24px rgba(28, 30, 34, 0.05);
	overflow: hidden;
}

.rl-moto-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
	background: var(--rl-white);
	border-bottom: 1px solid #f0eeea;
}

.rl-moto-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rl-moto-card__body {
	padding: 20px 18px 18px;
}

.rl-moto-card__heading {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
}

.rl-moto-card h2 {
	margin: 0 0 10px;
	font-size: 1.05rem;
	line-height: 1.2;
}

.rl-moto-card h2 a {
	color: var(--rl-ink);
}

.rl-moto-card p {
	min-height: 42px;
	margin: 0 0 16px;
	color: var(--rl-muted);
	font-size: 0.82rem;
	line-height: 1.5;
}

.rl-moto-badge {
	display: inline-block;
	flex: 0 0 auto;
	padding: 4px 9px;
	border: 1px solid #f4d58f;
	border-radius: 20px;
	background: #fffaf0;
	color: #bd7000;
	font-size: 0.65rem;
	white-space: nowrap;
}

.rl-moto-specs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	margin-bottom: 18px;
}

.rl-moto-specs span {
	padding: 9px 4px;
	border-radius: 6px;
	background: #faf9f7;
	text-align: center;
	color: var(--rl-muted);
	font-size: 0.68rem;
}

.rl-moto-specs strong {
	display: block;
	color: var(--rl-ink);
	font-size: 0.72rem;
}

.rl-moto-card .rl-btn {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.rl-moto-card__price {
	min-height: 0;
	margin: -4px 0 14px;
	color: var(--rl-ink) !important;
}

.rl-moto-card__price strong {
	font-size: 0.95rem;
}

.rl-moto-empty {
	padding: 40px 0;
	text-align: center;
}

.rl-moto-single-hero {
	min-height: 330px;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.2)), var(--rl-moto-image) center / cover no-repeat;
	color: var(--rl-white);
}

.rl-moto-single-hero--empty {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.2)), #34383b;
}

.rl-moto-single-hero__inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 28px 48px;
}

.rl-moto-back {
	display: inline-block;
	margin-bottom: 24px;
	padding: 5px 9px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.16);
	color: var(--rl-white) !important;
	font-size: 0.72rem;
}

.rl-moto-back:hover,
.rl-moto-back:focus {
	background: rgba(255, 255, 255, 0.28);
	color: var(--rl-white) !important;
}

.rl-moto-single-hero h1 {
	max-width: 700px;
	margin: 12px 0 8px;
	color: var(--rl-white);
	font-size: clamp(2rem, 4vw, 3rem);
}

.rl-moto-single-hero p {
	max-width: 620px;
	margin: 0;
	font-size: 0.88rem;
}

.rl-moto-single-content {
	max-width: 860px;
	padding-top: 22px;
}

.rl-moto-panel {
	margin-bottom: 18px;
	padding: 20px 18px;
}

.rl-moto-panel h2 {
	margin: 0 0 14px;
	font-size: 1rem;
}

.rl-moto-specs--large {
	gap: 10px;
	margin: 0;
}

.rl-moto-specs--large span {
	padding: 14px;
	text-align: left;
}

.rl-moto-specs--large small,
.rl-moto-specs--large strong {
	display: block;
}

.rl-moto-specs--large small {
	margin-bottom: 5px;
	text-transform: uppercase;
}

.rl-moto-specs--large strong {
	font-size: 0.9rem;
}

.rl-moto-specs--large em {
	font-style: normal;
	font-weight: 400;
}

.rl-moto-description p {
	margin: 0 0 12px;
	color: var(--rl-muted);
	font-size: 0.84rem;
}

.rl-moto-description .rl-moto-price {
	color: var(--rl-ink);
}

.rl-moto-price strong {
	font-size: 1.2rem;
}

article.post,
article.page,
article.viaje {
	margin: 0;
}

.entry-header .entry-title {
	margin-bottom: 12px;
	font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.entry-meta,
.entry-footer {
	color: var(--rl-muted);
	font-size: 0.92rem;
}

.entry-meta a,
.entry-footer a {
	color: var(--rl-blue);
}

.entry-content h2,
.entry-content h3,
.comment-content h2,
.comment-content h3 {
	margin-top: 1.4em;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.4em 1.3em;
}

.entry-content blockquote {
	margin: 1.5em 0;
	padding: 8px 0 8px 22px;
	border-left: 4px solid var(--rl-blue);
	font-style: italic;
	color: var(--rl-muted);
}

.post-thumbnail {
	margin: 0 0 28px;
}

.post-thumbnail img {
	width: 100%;
	height: auto;
}

.page-links {
	margin-top: 24px;
}

/* Calendar-like archives
--------------------------------------------- */
.rl-calendar h2 {
	margin: 36px 0 12px;
	color: var(--rl-blue-dark);
	font-size: 2rem;
}

.rl-calendar h3 {
	margin: 22px 0 8px;
	color: var(--rl-blue);
	font-size: 1.2rem;
}

.rl-calendar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.rl-calendar li {
	padding: 10px 0;
	border-bottom: 1px solid var(--rl-line);
}

.rl-calendar a {
	color: var(--rl-ink);
	font-family: var(--rl-header);
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.rl-calendar a:hover {
	color: var(--rl-blue);
}

/* Contact / centered pages
--------------------------------------------- */
.page-template-default .entry-content,
.contact-styled .entry-content {
	font-size: 1.05rem;
}

.page-id-contact .entry-content,
.rl-center-page .entry-content,
.page-template-template-contacto .entry-content {
	text-align: center;
}

.rl-center-page .entry-content p,
.page-template-template-contacto .entry-content p {
	margin-left: auto;
	margin-right: auto;
}

.custom-logo-link img,
.custom-logo {
	max-height: 56px;
	width: auto;
}

.rl-card__media img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.rl-card .rl-btn {
	border-color: var(--rl-ink);
	color: var(--rl-ink);
}

@media (max-width: 640px) {
	.site-header-cart .cart-label {
		display: none;
	}
}

/* Comments
--------------------------------------------- */
.comments-area {
	width: 100%;
	max-width: 100%;
	margin: 48px 0 0;
	padding: 32px 0 0;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--rl-line);
	box-sizing: border-box;
}

.comments-title,
.comment-reply-title {
	margin: 0 0 22px;
	font-size: 1.55rem;
	color: var(--rl-ink);
}

.comment-list {
	margin: 0 0 36px;
	padding: 0;
	list-style: none;
}

.comment-list .children {
	margin: 16px 0 0 28px;
	padding: 0;
	list-style: none;
}

.comment-list .comment,
.comment-list .rl-comment {
	padding: 0;
	margin: 0 0 16px;
	border-bottom: 0;
	list-style: none;
}

.comment-body {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 20px 22px;
	background: var(--rl-white);
	border: 1px solid var(--rl-line);
}

.comment-avatar {
	flex: 0 0 64px;
}

.comment-avatar img,
.comment-author img,
.comment-list .avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	object-fit: cover;
}

.comment-panel {
	flex: 1 1 auto;
	min-width: 0;
}

.comment-header {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 14px;
	margin-bottom: 10px;
}

.comment-author-name,
.comment-author-name a {
	color: var(--rl-ink);
	font-family: var(--rl-header);
	font-size: 0.95rem;
	font-style: italic;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
}

.comment-date,
.comment-date time,
.edit-link a {
	color: var(--rl-muted);
	font-size: 0.85rem;
	text-decoration: none;
}

.comment-content {
	color: var(--rl-ink);
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.reply {
	margin-top: 10px;
}

.reply a {
	font-family: var(--rl-header);
	font-size: 0.8rem;
	font-style: italic;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

@media (max-width: 640px) {
	.comment-body {
		flex-direction: column;
	}

	.comment-list .children {
		margin-left: 12px;
	}
}

.comment-respond {
	padding-top: 8px;
}

.comment-form p {
	margin-bottom: 16px;
}

.comment-form label {
	display: block;
	margin-bottom: 6px;
	font-family: var(--rl-header);
	font-size: 0.85rem;
	font-style: italic;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form input[type="search"],
.wpcf7-form input,
.wpcf7-form textarea,
.rl-subscribe input[type="email"],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-account input.input-text,
.woocommerce-cart table.cart input {
	width: 100%;
	max-width: 100%;
	padding: 12px 14px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	color: var(--rl-ink);
	box-sizing: border-box;
}

.comment-form textarea {
	min-height: 140px;
}

.comment-form input[type="submit"] {
	background: var(--rl-blue);
	border-color: var(--rl-blue);
	color: #fff;
}

.comment-form input[type="submit"]:hover {
	background: var(--rl-blue-dark);
	border-color: var(--rl-blue-dark);
	color: #fff;
}

.logged-in-as,
.comment-notes {
	font-size: 0.92rem;
	color: var(--rl-muted);
}

/* Header cart
--------------------------------------------- */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header-cart .cart-contents {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	color: #fff !important;
	font-family: var(--rl-header);
	font-size: 0.85rem;
	font-style: italic;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.site-header-cart .cart-contents .amount {
	display: none;
}

.cart-count {
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	background: var(--rl-blue);
	color: #fff;
	font-size: 0.72rem;
	font-style: normal;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

@media (min-width: 901px) {
	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		display: block;
		position: absolute;
		right: 0;
		top: 100%;
		width: 320px;
		padding: 16px;
		background: #111;
		color: #fff;
		z-index: 30;
	}

	.site-header-cart .widget_shopping_cart a {
		color: #fff;
	}
}

/* Search
--------------------------------------------- */
.search-form {
	display: flex;
	gap: 8px;
	max-width: 520px;
	margin: 20px auto 0;
}

.search-form input[type="search"] {
	flex: 1;
}

.search-form input[type="submit"] {
	background: var(--rl-blue);
	border-color: var(--rl-blue);
	color: #fff;
}

/* 404
--------------------------------------------- */
.error-404 {
	padding: 40px 20px 80px;
	text-align: center;
}

.error-404 .page-title {
	font-size: clamp(2rem, 5vw, 3.4rem);
}

/* Sidebar
--------------------------------------------- */
.widget-area {
	width: min(calc(100% - 40px), var(--rl-container));
	margin: 0 auto 60px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.widget-title {
	font-size: 1.15rem;
	color: var(--rl-blue-dark);
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li {
	padding: 6px 0;
	border-bottom: 1px solid var(--rl-line);
}

/* Footer
--------------------------------------------- */
.site-footer {
	background: var(--rl-footer);
	color: #ececec;
	padding: 64px 0 0;
}

.footer-grid {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.1fr 1fr 0.9fr 1.2fr;
	gap: 42px;
	padding: 0 28px 48px;
	box-sizing: border-box;
}

.footer-brand {
	max-width: 280px;
}

.footer-brand .custom-logo-link {
	align-items: flex-start;
	flex-wrap: wrap;
}

.footer-brand .site-logo-mark {
	width: 88px;
	height: 88px;
	margin-bottom: 12px;
}

.footer-brand .footer-logo-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.footer-brand .site-title {
	font-size: 1.05rem;
	line-height: 1.2;
	max-width: 11em;
}

.footer-col h2,
.footer-col .widget-title {
	margin: 0 0 16px;
	color: var(--rl-white);
	font-size: 1.05rem;
	letter-spacing: 0.1em;
}

.footer-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-col li {
	margin: 0 0 8px;
}

.footer-col a {
	color: #d5d5d5;
	font-size: 0.95rem;
}

.footer-col a:hover {
	color: var(--rl-white);
}

.footer-contact p {
	margin: 0 0 8px;
	font-size: 0.95rem;
}

.footer-social {
	display: flex;
	gap: 12px;
	margin-top: 8px;
}

.footer-social a {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: var(--rl-white);
}

.footer-social a:hover {
	background: var(--rl-white);
	color: var(--rl-ink);
}

.footer-social svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.footer-extra-contact {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.footer-extra-contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 12px;
	font-size: 0.95rem;
	color: #d5d5d5;
}

.footer-extra-icon {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin-top: 2px;
	color: var(--rl-white);
}

.footer-extra-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.rl-subscribe p {
	margin: 0 0 14px;
	font-size: 0.92rem;
	color: #cfcfcf;
}

.rl-subscribe form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.rl-subscribe input[type="email"] {
	background: #3a3a3a;
	border: 1px solid #555;
	color: #fff;
}

.rl-subscribe button,
.rl-subscribe input[type="submit"] {
	background: var(--rl-blue);
	border-color: var(--rl-blue);
	color: #fff;
}

.rl-subscribe button:hover,
.rl-subscribe input[type="submit"]:hover {
	background: var(--rl-white);
	border-color: var(--rl-white);
	color: var(--rl-ink);
}

.footer-bottom {
	background: var(--rl-footer-2);
	padding: 18px 20px 22px;
	text-align: center;
	font-size: 0.82rem;
	color: #bdbdbd;
}

.footer-credit {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
}

.footer-credit p {
	margin: 0;
	color: #d8d8d8;
	font-size: 0.92rem;
	line-height: 1.4;
}

.footer-credit__designer {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: inherit;
	text-decoration: none;
}

.footer-credit__designer img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
	vertical-align: middle;
}

.footer-bottom a {
	color: #d8d8d8;
}

.footer-legal {
	display: flex;
	justify-content: center;
	gap: 22px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.footer-legal ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-toggle {
	z-index: 1200;
}

/* Posts navigation
--------------------------------------------- */
.posts-navigation,
.post-navigation,
.pagination {
	width: min(calc(100% - 40px), var(--rl-container));
	margin: 10px auto 60px;
	font-family: var(--rl-header);
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.nav-links {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.nav-subtitle {
	display: block;
	color: var(--rl-blue);
	font-size: 0.75rem;
}

/* WP alignment / blocks
--------------------------------------------- */
/* WP alignment / blocks — keep everything inside the container */
.alignwide,
.alignfull,
.entry-content > .alignwide,
.entry-content > .alignfull,
.entry-content > .wp-block-group,
.entry-content > .wp-block-woocommerce-cart,
.entry-content > .wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-cart,
.wc-block-checkout,
.wc-block-components-sidebar-layout {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0;
	padding-right: 0;
}

.entry-content .is-layout-constrained > * {
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wp-block-image img,
.wp-block-gallery img {
	width: 100%;
}

.has-cyan-bluish-gray-background-color {
	background: var(--rl-offwhite);
}

/* Responsive
--------------------------------------------- */
@media (max-width: 1100px) {
	.footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.rl-trip__body {
		padding: 40px 36px;
	}

	.widget-area {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 900px) {
	.menu-toggle {
		display: block;
		margin-left: auto;
	}

	.header-actions {
		margin-left: 0;
	}

	.main-navigation {
		position: fixed;
		inset: 0;
		z-index: 1100;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: flex-start;
		padding: 28px 28px 140px;
		background: rgba(10, 14, 20, 0.97);
		transform: translateX(100%);
		transition: transform 0.3s ease;
		overflow-y: auto;
		width: auto !important;
		margin-left: 0;
		flex: none;
		pointer-events: auto;
	}

	.main-navigation.toggled {
		transform: translateX(0);
	}

	.menu-close {
		display: block;
		align-self: flex-end;
		margin-bottom: 24px;
	}

	.main-navigation ul,
	.main-navigation.toggled ul,
	.main-navigation.toggled > ul {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
		width: 100%;
		float: none;
		left: auto;
	}

	.main-navigation ul ul,
	.main-navigation.toggled ul ul {
		position: static;
		display: none;
		float: none;
		left: auto;
		min-width: 0;
		width: 100%;
		padding: 0 0 8px 16px;
		background: transparent;
		box-shadow: none;
	}

	.main-navigation ul ul::before {
		display: none;
	}

	.main-navigation li.focus > ul,
	.main-navigation li.toggled-on > ul,
	.main-navigation.toggled li.focus > ul,
	.main-navigation.toggled li.toggled-on > ul {
		display: flex;
	}

	.main-navigation a {
		padding: 14px 0;
		font-size: 1.35rem;
		position: relative;
		z-index: 1;
	}

	.rl-hero__inner {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 110px 28px 90px;
		gap: 0;
	}

	.rl-stamp {
		display: block;
		width: min(180px, 46vw);
		margin: 0 auto 20px;
	}

	.rl-hero__copy p {
		margin-inline: auto;
	}

	.rl-trip,
	.rl-trip:nth-child(even),
	.rl-trip.rl-trip--flip {
		grid-template-columns: 1fr;
	}

	.rl-trip:nth-child(even) .rl-trip__media,
	.rl-trip.rl-trip--flip .rl-trip__media {
		order: 0;
	}

	.rl-trip__media,
	.rl-trip {
		min-height: 0;
	}

	.rl-trip__media {
		min-height: 280px;
	}

	.rl-trip__body {
		padding: 32px 24px 44px;
		text-align: center;
	}

	.rl-trip__body .rl-btn {
		align-self: center;
	}

	.rl-grid,
	.widget-area,
	.rl-moto-grid {
		grid-template-columns: 1fr;
	}

	.rl-page-hero {
		min-height: 46vh;
	}
}

@media (max-width: 640px) {
	.header-inner,
	.rl-hero__inner {
		padding-left: 16px;
		padding-right: 16px;
		width: 100%;
	}

	.rl-content {
		padding: 32px 16px 64px;
	}

	.site-title {
		font-size: 1.1rem;
	}

	.site-logo-mark {
		width: 38px;
		height: 38px;
	}

	.rl-section-head {
		padding: 40px 16px 16px;
		gap: 10px;
	}

	.rl-slash {
		font-size: 1rem;
	}

	.rl-trip-tabs-wrap .rl-slash {
		display: none;
	}

	.rl-trip-tabs {
		width: 100%;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 6px;
	}

	.rl-trip-tab {
		flex: 0 0 auto;
		font-size: 1rem;
		padding: 10px 14px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.search-form {
		flex-direction: column;
	}

	.rl-moto-filters {
		align-items: stretch;
		padding-left: 16px;
		padding-right: 16px;
	}

	.rl-moto-filters form {
		width: 100%;
	}

	.rl-moto-filters input {
		min-width: 0;
		width: 100%;
	}

	.rl-moto-filters nav {
		width: 100%;
	}

	.rl-moto-single-hero__inner {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (min-width: 901px) {
	.menu-toggle,
	.menu-close {
		display: none !important;
	}

	.main-navigation {
		display: flex !important;
		transform: none !important;
		position: static;
		background: transparent;
		padding: 0;
		overflow: visible;
	}

	.main-navigation ul ul {
		position: absolute;
	}
}

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

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