:root {
	--otwl-ink: #20201d;
	--otwl-muted: #6b6a63;
	--otwl-line: #e5e0d6;
	--otwl-surface: #fffdf8;
	--otwl-wash: #f5efe4;
	--otwl-accent: #0f766e;
	--otwl-accent-dark: #0b4f4b;
}

.otwl-tour-page,
.otwl-tour-archive {
	color: var(--otwl-ink);
	margin: 0 auto;
	max-width: 1180px;
	padding: 28px 20px 64px;
}

.otwl-tour-breadcrumb,
.otwl-tour-archive-header p,
.otwl-tour-booking-kicker {
	color: var(--otwl-accent-dark);
	font: 700 13px/1.4 inherit;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.otwl-tour-breadcrumb {
	font-size: 15px;
}

.otwl-tour-breadcrumb a,
.otwl-tour-card a {
	color: inherit;
	text-decoration: none;
}

.otwl-tour-gallery {
	display: grid;
	gap: 10px;
	grid-template-columns: 2fr 1fr 1fr;
	margin: 18px 0 28px;
}

.otwl-tour-gallery figure {
	aspect-ratio: 4 / 3;
	background: var(--otwl-wash);
	border-radius: 8px;
	margin: 0;
	overflow: hidden;
}

.otwl-tour-gallery .is-featured {
	aspect-ratio: 16 / 10;
	grid-row: span 2;
}

.otwl-tour-gallery img,
.otwl-tour-card-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otwl-tour-gallery-fallback,
.otwl-tour-card-image span {
	align-items: center;
	background: linear-gradient(135deg, #dcebe6, #f0dfc2);
	border-radius: 8px;
	color: var(--otwl-accent-dark);
	display: flex;
	font-weight: 700;
	min-height: 340px;
	justify-content: center;
}

.otwl-tour-layout {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.otwl-tour-header h1 {
	font-size: 32px;
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 10px;
}

.otwl-tour-archive-header h1 {
	font-size: clamp(28px, 3.7vw, 40px);
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0 0 12px;
}

.otwl-tour-excerpt,
.otwl-tour-archive-header span {
	color: var(--otwl-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 0 0 22px;
}

.otwl-tour-section,
.otwl-tour-booking-card,
.otwl-tour-review-card,
.otwl-tour-card {
	background: var(--otwl-surface);
	border: 1px solid var(--otwl-line);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(49, 43, 33, .08);
}

.otwl-tour-section {
	margin: 20px 0;
	padding: 28px;
}

.otwl-tour-section h2 {
	font-size: 24px;
	margin: 0 0 14px;
}

.otwl-tour-content,
.otwl-tour-section p,
.otwl-tour-section li {
	color: #37352f;
	font-size: 16px;
	line-height: 1.65;
}

.otwl-tour-list,
.otwl-tour-highlights ul {
	margin: 0;
	padding-left: 22px;
}

.otwl-tour-review-card,
.otwl-tour-card-body {
	padding: 20px;
}

.otwl-tour-review-card span,
.otwl-tour-card-meta {
	color: var(--otwl-muted);
	display: block;
	font: 700 13px/1.5 inherit;
}
