﻿.wander-hero {
		position: relative;
		min-height: 340px;
		display: flex;
		align-items: flex-end;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		color: #ffffff;
	}

	.wander-hero:before {
		content: "";
		position: absolute;
		inset: 0;
		background: linear-gradient(rgba(20, 18, 15, .22), rgba(20, 18, 15, .7));
	}

	.wander-hero .container {
		position: relative;
		z-index: 1;
		padding-top: 90px;
		padding-bottom: 64px;
	}

	.wander-hero h1 {
		margin: 0;
		font-family: Georgia, "Times New Roman", serif;
		font-size: clamp(42px, 7vw, 76px);
		line-height: 1.04;
		font-weight: 700;
		color: #ffffff;
		text-shadow: 0 6px 22px rgba(0, 0, 0, .42);
	}

	.wander-hero p {
		max-width: 840px;
		margin: 18px 0 0;
		font-size: 19px;
		line-height: 1.65;
		color: rgba(255, 255, 255, .92);
		text-shadow: 0 4px 18px rgba(0, 0, 0, .36);
	}

	.wander-page {
		padding: 24px 0 78px;
		background: #ffffff;
	}

	.wander-intro-card,
	.wander-story,
	.wander-detail-grid,
	.wander-cta {
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.wander-intro-card {
		margin-bottom: 22px;
	}

	.wander-intro {
		padding: 22px;
		border: 1px solid #e6ebf2;
		border-radius: 18px;
		background: #ffffff;
		box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
	}

	.wander-intro span,
	.wander-story-copy span,
	.wander-detail-copy span,
	.wander-cta span {
		display: inline-flex;
		margin-bottom: 10px;
		padding: 7px 12px;
		border-radius: 999px;
		background: rgba(205, 161, 61, .12);
		color: #8a6a26;
		font-size: 11px;
		font-weight: 800;
		letter-spacing: .16em;
		text-transform: uppercase;
	}

	.wander-intro h2,
	.wander-story-copy h2,
	.wander-detail-copy h2,
	.wander-cta h2 {
		margin: 0 0 12px;
		font-weight: 800;
		line-height: 1.15;
		color: #161616;
	}

	.wander-intro h2 {
		font-size: 30px;
	}

	.wander-intro p,
	.wander-story-copy p,
	.wander-detail-copy p,
	.wander-cta p {
		margin: 0;
		font-size: 15px;
		line-height: 1.8;
		color: #5f6368;
	}

	.wander-highlight-grid {
		max-width: 1320px;
		margin: 0 auto 22px;
		padding: 0 20px;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 16px;
	}

	.wander-card {
		padding: 20px;
		border-radius: 18px;
		border: 1px solid #e6ebf2;
		background: #ffffff;
		box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
	}

	.wander-card span {
		width: 42px;
		height: 42px;
		border-radius: 14px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 12px;
		background: linear-gradient(135deg, #cda13d, #a87c1f);
		color: #ffffff;
	}

	.wander-card h3 {
		margin: 0 0 8px;
		font-size: 18px;
		line-height: 1.25;
		color: #161616;
		font-weight: 800;
	}

	.wander-card p {
		margin: 0;
		font-size: 13px;
		line-height: 1.7;
		color: #5f6368;
	}

	.wander-story,
	.wander-detail-grid {
		display: grid;
		gap: 18px;
		align-items: stretch;
		margin-bottom: 22px;
	}

	.wander-story {
		grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	}

	.wander-detail-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.wander-story-copy,
	.wander-story-box,
	.wander-detail-copy,
	.wander-detail-box,
	.wander-cta {
		border: 1px solid #e6ebf2;
		border-radius: 18px;
		background: #ffffff;
		box-shadow: 0 14px 32px rgba(0, 0, 0, .06);
	}

	.wander-story-copy,
	.wander-story-box,
	.wander-detail-copy,
	.wander-detail-box,
	.wander-cta {
		padding: 22px;
	}

	.wander-story-box strong,
	.wander-route-box strong {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
		color: #161616;
	}

	.wander-story-box ul {
		margin: 0;
		padding-left: 18px;
		display: grid;
		gap: 8px;
		font-size: 14px;
		line-height: 1.65;
		color: #475467;
	}

	.wander-route-box {
		padding: 18px;
		border-radius: 16px;
		background: rgba(205, 161, 61, .06);
		border: 1px solid rgba(205, 161, 61, .22);
	}

	.wander-links {
		margin-top: 16px;
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
	}

	.wander-links a {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 14px 18px;
		border-radius: 999px;
		border: 1px solid #dfe6f0;
		background: #ffffff;
		color: #161616;
		font-weight: 700;
		text-decoration: none;
		transition: all .2s ease;
	}

	.wander-links a:hover {
		transform: translateY(-1px);
		box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
	}

	.wander-cta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 24px;
	}

	.wander-cta h2 {
		font-size: 28px;
	}

	.wander-cta-actions {
		display: flex;
		flex-wrap: wrap;
		gap: 12px;
		justify-content: flex-end;
	}

	.wander-cta-actions a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		padding: 14px 18px;
		border-radius: 999px;
		border: 1px solid #dfe6f0;
		background: #ffffff;
		color: #161616;
		font-weight: 700;
		text-decoration: none;
		transition: all .2s ease;
	}

	.wander-cta-actions a.primary {
		background: linear-gradient(135deg, #cda13d, #b88922);
		border-color: transparent;
		color: #ffffff;
	}

	.wander-cta-actions a:hover {
		transform: translateY(-1px);
		box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
	}

	@media (max-width: 1100px) {
		.wander-highlight-grid {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.wander-story,
		.wander-detail-grid,
		.wander-cta {
			grid-template-columns: 1fr;
			display: grid;
		}

		.wander-cta-actions {
			justify-content: flex-start;
		}
	}

	@media (max-width: 767px) {
		.wander-hero {
			min-height: 300px;
		}

		.wander-hero .container {
			padding-top: 70px;
			padding-bottom: 46px;
		}

		.wander-highlight-grid {
			grid-template-columns: 1fr;
		}

		.wander-intro h2,
		.wander-cta h2 {
			font-size: 24px;
		}
	}

