:root {
	--voyage-bordeaux: #6f1f14;
	--voyage-bordeaux-deep: #4f160f;
	--voyage-copper: #a8672c;
	--voyage-gold: #d4a64f;
	--voyage-sand: #f0e2c3;
	--voyage-sand-light: #fbf7ee;
	--voyage-ink: #2f241f;
	--voyage-muted: #6d5a4d;
	--voyage-line: #dcc7a7;
	--voyage-white: #fffefb;
	--voyage-green: #2f6a4e;
	--voyage-shadow: 0 22px 60px rgba(74, 40, 20, 0.11);
}

.antik-voyage-page {
	background: #f4ede1;
	color: var(--voyage-ink);
}

.voyage-site-main {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: 0 20px 64px;
}

.voyage-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	width: min(1240px, 100%);
	margin: 0 auto;
	padding: 18px 0 14px;
	font-size: 0.9rem;
	color: var(--voyage-muted);
}

.voyage-breadcrumbs a {
	color: var(--voyage-bordeaux);
	font-weight: 700;
	text-decoration: none;
}

.voyage-breadcrumbs a:hover,
.voyage-breadcrumbs a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.voyage-entry {
	width: min(1240px, 100%);
	min-width: 0;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

.voyage-entry *,
.voyage-entry *::before,
.voyage-entry *::after {
	box-sizing: border-box;
}

.voyage-hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	overflow: hidden;
	min-height: 450px;
	border: 1px solid rgba(111, 31, 20, 0.2);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 20%, rgba(212, 166, 79, 0.27), transparent 28%),
		linear-gradient(128deg, var(--voyage-bordeaux-deep) 0%, var(--voyage-bordeaux) 54%, #8d3c1f 100%);
	box-shadow: var(--voyage-shadow);
	color: var(--voyage-white);
}

.voyage-hero::after {
	content: "";
	position: absolute;
	right: -92px;
	bottom: -146px;
	width: 390px;
	height: 390px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	box-shadow:
		0 0 0 42px rgba(255, 255, 255, 0.035),
		0 0 0 86px rgba(255, 255, 255, 0.025);
	pointer-events: none;
}

.voyage-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: clamp(34px, 5vw, 70px);
}

.voyage-hero__visual {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-width: 0;
	padding: 34px 32px 0;
	background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(0,0,0,0.16));
}

.voyage-hero__visual img {
	display: block;
	width: min(100%, 430px);
	height: auto;
	max-height: 420px;
	object-fit: cover;
	object-position: center top;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-bottom: 0;
	border-radius: 180px 180px 0 0;
	filter: saturate(0.9) contrast(1.03);
}

.voyage-eyebrow {
	margin: 0 0 12px;
	color: var(--voyage-gold);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.voyage-hero h1 {
	max-width: 14ch;
	margin: 0;
	color: #fff;
	font-size: clamp(2.65rem, 5.3vw, 5.2rem);
	line-height: 0.96;
	letter-spacing: -0.035em;
	text-wrap: balance;
}

.voyage-hero__lead {
	max-width: 62ch;
	margin: 22px 0 0;
	color: rgba(255, 255, 255, 0.91);
	font-size: clamp(1.08rem, 1.65vw, 1.3rem);
	line-height: 1.65;
}

.voyage-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.voyage-button,
.voyage-hero__actions a,
.voyage-commercial-cta a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.voyage-button--primary,
.voyage-hero__actions a:first-child {
	border-color: var(--voyage-gold);
	background: var(--voyage-gold);
	color: #30160c;
}

.voyage-button:hover,
.voyage-button:focus-visible,
.voyage-hero__actions a:hover,
.voyage-hero__actions a:focus-visible,
.voyage-commercial-cta a:hover,
.voyage-commercial-cta a:focus-visible {
	transform: translateY(-2px);
	border-color: #fff;
	background: #fff;
	color: var(--voyage-bordeaux-deep);
	outline: 3px solid rgba(212, 166, 79, 0.4);
	outline-offset: 3px;
}

.voyage-answer {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.5fr);
	gap: 26px;
	align-items: start;
	margin: 30px 0;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid var(--voyage-line);
	border-radius: 20px;
	background: var(--voyage-white);
	box-shadow: 0 12px 34px rgba(75, 45, 28, 0.07);
}

.voyage-answer h2,
.voyage-section h2,
.voyage-history h2 {
	margin: 0 0 14px;
	color: var(--voyage-bordeaux);
	font-size: clamp(1.8rem, 3vw, 2.75rem);
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.voyage-answer p,
.voyage-section p,
.voyage-history p,
.voyage-editorial-note p {
	font-size: 1.04rem;
	line-height: 1.75;
}

.voyage-answer__facts {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.voyage-answer__facts li {
	padding: 12px 14px;
	border-left: 4px solid var(--voyage-gold);
	border-radius: 0 10px 10px 0;
	background: var(--voyage-sand-light);
	line-height: 1.45;
}

.voyage-answer__facts strong {
	display: block;
	color: var(--voyage-bordeaux);
}

.voyage-toc {
	margin: 28px 0;
	padding: 24px;
	border: 1px solid var(--voyage-line);
	border-radius: 18px;
	background: linear-gradient(145deg, #fffdf8, #f5ead6);
}

.voyage-toc > p {
	margin: 0 0 14px;
	color: var(--voyage-bordeaux);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.voyage-toc ol {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 26px;
	margin: 0;
	padding-left: 22px;
}

.voyage-toc a {
	color: var(--voyage-bordeaux);
	line-height: 1.5;
	text-underline-offset: 3px;
}

.voyage-verification {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	margin: 28px 0;
	padding: 18px 20px;
	border: 1px solid #a9c9b8;
	border-radius: 16px;
	background: #f2faf5;
	color: #244735;
}

.voyage-verification > .dashicons {
	width: 24px;
	height: 24px;
	color: var(--voyage-green);
	font-size: 24px;
}

.voyage-verification p {
	margin: 0 0 6px;
	font-size: 0.94rem;
	line-height: 1.55;
}

.voyage-verification p:last-child {
	margin-bottom: 0;
}

.voyage-verification a {
	color: #235a3e;
	font-weight: 700;
	text-underline-offset: 3px;
}

.voyage-section {
	margin: 30px 0;
	padding: clamp(24px, 4vw, 42px);
	border: 1px solid rgba(111, 31, 20, 0.15);
	border-radius: 20px;
	background: rgba(255, 254, 251, 0.92);
}

.voyage-section--sand {
	background: linear-gradient(140deg, #f8efd9, #fffaf0);
}

.voyage-section--dark {
	border-color: var(--voyage-bordeaux);
	background: var(--voyage-bordeaux-deep);
	color: rgba(255, 255, 255, 0.9);
}

.voyage-section--dark h2,
.voyage-section--dark h3 {
	color: #fff;
}

.voyage-section--dark a {
	color: #f6d48d;
}

.voyage-section h3 {
	margin: 28px 0 10px;
	color: var(--voyage-bordeaux);
	font-size: clamp(1.28rem, 2vw, 1.65rem);
	line-height: 1.2;
}

.voyage-section h3:first-child {
	margin-top: 0;
}

.voyage-section ul,
.voyage-section ol {
	padding-left: 22px;
}

.voyage-section li {
	margin-bottom: 8px;
	line-height: 1.65;
}

.voyage-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 22px;
}

.voyage-card {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--voyage-line);
	border-radius: 16px;
	background: var(--voyage-white);
	box-shadow: 0 9px 22px rgba(74, 40, 20, 0.055);
}

.voyage-card h3 {
	margin: 0 0 10px;
	color: var(--voyage-bordeaux);
	font-size: 1.3rem;
}

.voyage-card p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
}

.voyage-card a {
	color: var(--voyage-bordeaux);
	font-weight: 700;
}

.voyage-table-wrap {
	overflow-x: auto;
	margin: 22px 0;
	border: 1px solid var(--voyage-line);
	border-radius: 16px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
}

.voyage-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	color: var(--voyage-ink);
	font-size: 0.96rem;
}

.voyage-table th,
.voyage-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #eadcc6;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}

.voyage-table th {
	background: var(--voyage-bordeaux);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85rem;
	letter-spacing: 0.035em;
}

.voyage-table tr:last-child td {
	border-bottom: 0;
}

.voyage-table tbody tr:nth-child(even) {
	background: #fbf6ec;
}

.voyage-alert,
.voyage-tip,
.voyage-mistake {
	margin: 22px 0;
	padding: 18px 20px 18px 22px;
	border-left: 5px solid var(--voyage-copper);
	border-radius: 0 14px 14px 0;
	background: #fff8e9;
	line-height: 1.65;
}

.voyage-alert {
	border-left-color: #b5382d;
	background: #fff2f0;
}

.voyage-tip {
	border-left-color: var(--voyage-green);
	background: #f2faf5;
}

.voyage-alert strong,
.voyage-tip strong,
.voyage-mistake strong {
	color: var(--voyage-bordeaux);
}

.voyage-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 20px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.voyage-checklist li {
	position: relative;
	margin: 0;
	padding: 13px 14px 13px 42px;
	border: 1px solid var(--voyage-line);
	border-radius: 12px;
	background: #fff;
}

.voyage-checklist li::before {
	content: "✓";
	position: absolute;
	top: 12px;
	left: 14px;
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--voyage-green);
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.78rem;
	font-weight: 900;
}

.voyage-itinerary {
	position: relative;
	margin: 22px 0;
	padding-left: 32px;
}

.voyage-itinerary::before {
	content: "";
	position: absolute;
	top: 9px;
	bottom: 9px;
	left: 9px;
	width: 2px;
	background: var(--voyage-line);
}

.voyage-day {
	position: relative;
	margin: 0 0 16px;
	padding: 20px 22px;
	border: 1px solid var(--voyage-line);
	border-radius: 14px;
	background: #fff;
}

.voyage-day::before {
	content: "";
	position: absolute;
	top: 24px;
	left: -30px;
	width: 16px;
	height: 16px;
	border: 4px solid #f4ede1;
	border-radius: 50%;
	background: var(--voyage-bordeaux);
}

.voyage-day h3 {
	margin: 0 0 8px;
	color: var(--voyage-bordeaux);
	font-size: 1.28rem;
}

.voyage-day p {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.65;
}

.voyage-history {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	gap: 26px;
	align-items: start;
	margin: 36px 0;
	padding: clamp(26px, 4vw, 44px);
	border-radius: 22px;
	background:
		linear-gradient(120deg, rgba(79, 22, 15, 0.98), rgba(111, 31, 20, 0.95)),
		var(--voyage-bordeaux);
	color: rgba(255, 255, 255, 0.9);
	box-shadow: var(--voyage-shadow);
}

.voyage-history h2,
.voyage-history .voyage-eyebrow {
	color: #fff;
}

.voyage-history__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.voyage-history__grid a {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 13px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	text-decoration: none;
}

.voyage-history__grid a:hover,
.voyage-history__grid a:focus-visible {
	border-color: var(--voyage-gold);
	background: rgba(255, 255, 255, 0.14);
	outline: 3px solid rgba(212, 166, 79, 0.32);
	outline-offset: 2px;
}

.voyage-history__grid span {
	color: rgba(255, 255, 255, 0.73);
	font-size: 0.86rem;
}

.voyage-child-groups {
	display: grid;
	gap: 28px;
	margin: 28px 0;
}

.voyage-child-group {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid var(--voyage-line);
	border-radius: 20px;
	background: rgba(255, 254, 251, 0.94);
}

.voyage-child-group > h3 {
	margin: 0 0 18px;
	color: var(--voyage-bordeaux);
	font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.voyage-child-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 13px;
}

.voyage-child-grid a {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 0;
	padding: 17px;
	border: 1px solid #e6d5b9;
	border-radius: 13px;
	background: #fff;
	color: var(--voyage-bordeaux);
	text-decoration: none;
	box-shadow: 0 6px 15px rgba(74, 40, 20, 0.04);
}

.voyage-child-grid a:hover,
.voyage-child-grid a:focus-visible {
	border-color: var(--voyage-copper);
	transform: translateY(-2px);
	outline: 3px solid rgba(168, 103, 44, 0.18);
	outline-offset: 2px;
}

.voyage-child-grid span {
	color: var(--voyage-muted);
	font-size: 0.9rem;
	line-height: 1.5;
}

.voyage-commercial-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 20px;
	align-items: center;
	justify-content: space-between;
	margin: 26px 0;
	padding: 20px 22px;
	border: 1px solid var(--voyage-line);
	border-radius: 16px;
	background: var(--voyage-sand-light);
}

.voyage-commercial-cta p {
	margin: 0;
	font-weight: 700;
}

.voyage-commercial-cta a {
	border-color: var(--voyage-bordeaux);
	background: var(--voyage-bordeaux);
}

.voyage-commercial-cta small {
	flex-basis: 100%;
	color: var(--voyage-muted);
	font-size: 0.78rem;
}

.voyage-ad {
	display: grid;
	min-height: 120px;
	margin: 30px 0;
	padding: 12px;
	overflow: hidden;
	border: 1px solid var(--voyage-line);
	border-radius: 16px;
	background: rgba(255, 254, 251, 0.84);
}

.voyage-ad > span {
	margin: 0 0 8px;
	color: var(--voyage-muted);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68rem;
	letter-spacing: 0.09em;
	text-align: center;
	text-transform: uppercase;
}

.voyage-correction-form {
	display: grid;
	gap: 17px;
	max-width: 820px;
	margin: 24px 0;
	padding: clamp(22px, 4vw, 36px);
	border: 1px solid var(--voyage-line);
	border-radius: 18px;
	background: #fff;
}

.voyage-correction-form p {
	display: grid;
	gap: 7px;
	margin: 0;
}

.voyage-correction-form label {
	color: var(--voyage-bordeaux);
}

.voyage-correction-form label span,
.voyage-form-privacy {
	color: var(--voyage-muted);
	font-size: 0.86rem;
}

.voyage-correction-form input,
.voyage-correction-form textarea {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid #bea989;
	border-radius: 9px;
	background: #fffdf8;
	color: var(--voyage-ink);
	font: inherit;
}

.voyage-correction-form textarea {
	min-height: 150px;
	resize: vertical;
}

.voyage-correction-form button {
	justify-self: start;
	min-height: 48px;
	padding: 11px 20px;
	border: 0;
	border-radius: 999px;
	background: var(--voyage-bordeaux);
	color: #fff;
	font: 800 0.94rem/1.2 Arial, Helvetica, sans-serif;
	cursor: pointer;
}

.voyage-form-status {
	max-width: 820px;
	padding: 15px 18px;
	border-radius: 12px;
}

.voyage-form-status--success {
	border: 1px solid #a9c9b8;
	background: #f2faf5;
	color: #244735;
}

.voyage-form-status--error {
	border: 1px solid #dda29e;
	background: #fff2f0;
	color: #702119;
}

.voyage-form-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.antik-history-to-travel {
	margin: 30px 0;
	padding: clamp(22px, 4vw, 34px);
	border: 1px solid #dcc7a7;
	border-radius: 18px;
	background: linear-gradient(135deg, #fffaf0, #f2e4c8);
	box-shadow: 0 12px 30px rgba(74, 40, 20, 0.08);
}

.antik-history-to-travel__eyebrow {
	margin: 0 0 8px;
	color: #8f4c24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.antik-history-to-travel h2 {
	margin: 0 0 10px;
	color: #6f1f14;
}

.antik-history-to-travel a {
	display: inline-flex;
	min-height: 46px;
	align-items: center;
	margin-top: 8px;
	padding: 11px 18px;
	border-radius: 999px;
	background: #6f1f14;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.voyage-sources {
	margin: 34px 0;
	padding: 26px;
	border: 1px solid var(--voyage-line);
	border-radius: 18px;
	background: #fff;
}

.voyage-sources h2 {
	margin: 0 0 14px;
	color: var(--voyage-bordeaux);
	font-size: 1.65rem;
}

.voyage-sources li {
	margin-bottom: 8px;
	overflow-wrap: anywhere;
	line-height: 1.55;
}

.voyage-sources a {
	color: var(--voyage-bordeaux);
	text-underline-offset: 3px;
}

.voyage-editorial-note {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 20px;
	align-items: center;
	margin: 34px 0 0;
	padding: 22px 26px;
	border-top: 1px solid var(--voyage-line);
	color: var(--voyage-muted);
}

.voyage-editorial-note p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.55;
}

.voyage-editorial-note a {
	color: var(--voyage-bordeaux);
}

.voyage-entry a {
	overflow-wrap: anywhere;
}

.voyage-entry :focus-visible {
	outline: 3px solid rgba(168, 103, 44, 0.45);
	outline-offset: 3px;
}

@media (max-width: 980px) {
	.voyage-hero {
		grid-template-columns: 1fr;
	}

	.voyage-hero__visual {
		display: none;
	}

	.voyage-hero h1 {
		max-width: 16ch;
	}

	.voyage-grid,
	.voyage-child-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.voyage-history {
		grid-template-columns: 1fr;
	}

	.voyage-editorial-note {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.voyage-site-main {
		padding: 0 10px 42px;
	}

	.voyage-breadcrumbs {
		padding: 13px 4px;
		font-size: 0.82rem;
	}

	.voyage-hero {
		min-height: 0;
		border-radius: 17px;
	}

	.voyage-hero__content {
		padding: 32px 22px;
	}

	.voyage-hero h1 {
		max-width: 100%;
		font-size: clamp(2.35rem, 12vw, 3.45rem);
		line-height: 0.98;
	}

	.voyage-hero__lead {
		font-size: 1.02rem;
		line-height: 1.6;
	}

	.voyage-hero__actions {
		flex-direction: column;
	}

	.voyage-button,
	.voyage-hero__actions a {
		width: 100%;
	}

	.voyage-answer {
		grid-template-columns: 1fr;
		padding: 22px;
	}

	.voyage-toc ol,
	.voyage-grid,
	.voyage-child-grid,
	.voyage-checklist {
		grid-template-columns: 1fr;
	}

	.voyage-section,
	.voyage-child-group,
	.voyage-history {
		padding: 22px;
		border-radius: 16px;
	}

	.voyage-history__grid {
		grid-template-columns: 1fr;
	}

	.voyage-verification {
		padding: 16px;
	}

	.voyage-itinerary {
		padding-left: 26px;
	}

	.voyage-day {
		padding: 18px;
	}

	.voyage-day::before {
		left: -25px;
	}

	.voyage-table {
		min-width: 640px;
		font-size: 0.9rem;
	}

	.voyage-table th,
	.voyage-table td {
		padding: 12px;
	}

	.voyage-commercial-cta {
		align-items: stretch;
	}

	.voyage-commercial-cta a {
		width: 100%;
	}

	.voyage-editorial-note {
		padding: 20px 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.voyage-button,
	.voyage-hero__actions a,
	.voyage-child-grid a,
	.voyage-commercial-cta a {
		transition: none;
	}
}
