.eaks-group-tours-landing #content.site-content,
.eaks-group-tours-landing .content-area,
.eaks-group-tours-landing #main,
.eaks-group-tours-landing .site-main {
	padding: 0 !important;
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.eaks-group-tours-landing #main.site-main {
	display: block;
}

.eaks-group-tours-landing #content.site-content > .container,
.eaks-group-tours-landing .site-main > .container,
.eaks-group-tours-landing #main > .container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

.eaks-group-tours-landing .page-header,
.eaks-group-tours-landing .site-breadcrumbs,
.eaks-group-tours-landing #breadcrumbs {
	display: none !important;
}

.eaks-gt {
	--gt-forest: #163024;
	--gt-forest-deep: #0f2119;
	--gt-forest-mid: #1c3a2c;
	--gt-tan: #c4a05a;
	--gt-tan-deep: #b08c48;
	--gt-beige: #f1eadc;
	--gt-paper: #faf8f4;
	--gt-ink: #1c2f28;
	--gt-muted: #5a6b64;
	--gt-line: #e6e0d4;
	--gt-white: #ffffff;
	--gt-alert: #b42318;
	--gt-script: "Great Vibes", "Segoe Script", cursive;
	--gt-max: 1180px;
	color: var(--gt-ink);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1.65;
	background: var(--gt-white);
}

.eaks-gt a {
	text-decoration: none;
	transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.eaks-gt .is-hidden {
	display: none !important;
}

/* ——— Buttons ——— */
.eaks-gt-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0.85rem 1.35rem;
	border-radius: 3px;
	border: 1px solid transparent;
	cursor: pointer;
	text-align: center;
}

.eaks-gt-btn--tan {
	background: var(--gt-tan);
	color: #fff !important;
	border-color: var(--gt-tan);
}

.eaks-gt-btn--tan:hover {
	background: var(--gt-tan-deep);
	transform: translateY(-1px);
}

.eaks-gt-btn--outline {
	background: transparent;
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.85);
}

.eaks-gt-btn--outline:hover {
	background: rgba(255, 255, 255, 0.12);
}

.eaks-gt-btn--forest {
	background: var(--gt-forest);
	color: #fff !important;
	border-color: var(--gt-forest);
}

.eaks-gt-btn--forest:hover {
	background: var(--gt-forest-mid);
	transform: translateY(-1px);
}

.eaks-gt-btn--ghost {
	background: transparent;
	color: var(--gt-forest) !important;
	border-color: var(--gt-forest);
}

.eaks-gt-btn--ghost:hover {
	background: var(--gt-forest);
	color: #fff !important;
}

.eaks-gt-btn--solid {
	background: var(--gt-forest);
	color: #fff !important;
	border-color: var(--gt-forest);
}

.eaks-gt-btn--solid:hover {
	background: var(--gt-forest-mid);
}

.eaks-gt-btn--soldout {
	background: var(--gt-alert);
	color: #fff !important;
	border-color: var(--gt-alert);
	cursor: default;
	pointer-events: none;
	opacity: 1;
}

.eaks-gt-textlink {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: var(--gt-forest) !important;
	font-weight: 600;
	font-size: 15px;
	white-space: nowrap;
}

.eaks-gt-textlink:hover {
	color: var(--gt-tan-deep) !important;
}

/* ——— Hero ——— */
.eaks-gt-hero {
	position: relative;
	min-height: clamp(360px, calc(78vh - 140px), 560px);
	display: flex;
	align-items: flex-end;
	background:
		linear-gradient(105deg, rgba(10, 22, 16, 0.88) 0%, rgba(10, 22, 16, 0.55) 40%, rgba(10, 22, 16, 0.12) 68%, rgba(10, 22, 16, 0.28) 100%),
		var(--eaks-gt-hero) right center / cover no-repeat;
	color: #fff;
}

.eaks-gt-hero__veil {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse 50% 70% at 80% 50%, transparent 0%, rgba(8, 18, 13, 0.12) 55%, rgba(8, 18, 13, 0.35) 100%),
		linear-gradient(to top, rgba(8, 18, 13, 0.45), transparent 48%);
	pointer-events: none;
}

.eaks-gt-hero__inner {
	position: relative;
	z-index: 1;
	width: min(100% - 2.5rem, var(--gt-max));
	margin: 0 auto;
	padding: 2rem 0 2.25rem;
}

.eaks-gt-crumbs {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1.25rem;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	color: rgba(255, 255, 255, 0.88);
}

.eaks-gt-crumbs a {
	color: rgba(255, 255, 255, 0.88);
}

.eaks-gt-crumbs a:hover {
	color: #fff;
}

.eaks-gt-hero__copy {
	max-width: 680px;
}

.eaks-gt-hero__title {
	margin: 0 0 1rem;
	font-family: inherit;
	font-size: clamp(32px, 4.2vw, 48px);
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.eaks-gt-hero__lede {
	margin: 0 0 1.75rem;
	max-width: 560px;
	font-size: inherit;
	line-height: 1.65;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92);
}

.eaks-gt-hero__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.eaks-gt-hero__script {
	position: absolute;
	right: 0;
	bottom: 22%;
	margin: 0;
	max-width: 14rem;
	font-family: var(--gt-script);
	font-size: 32px;
	line-height: 1.15;
	color: #fff;
	text-align: right;
	transform: rotate(-3deg);
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

/* ——— Trust bar ——— */
.eaks-gt-trust {
	background: var(--gt-forest);
	color: #fff;
}

.eaks-gt-trust__inner {
	width: min(100% - 2.5rem, var(--gt-max));
	margin: 0 auto;
	padding: 1.35rem 0;
}

.eaks-gt-trust__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.eaks-gt-trust__list li {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto;
	column-gap: 0.7rem;
	align-items: start;
}

.eaks-gt-trust__list .ticon {
	grid-row: 1 / span 2;
	align-self: center;
	font-size: 22px;
	color: var(--gt-tan);
}

.eaks-gt-trust__list strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.eaks-gt-trust__list li > span:last-child {
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.78);
}

/* ——— Find bar ——— */
.eaks-gt-find {
	background: var(--gt-beige);
	border-bottom: 1px solid var(--gt-line);
}

.eaks-gt-find__inner {
	position: relative;
	width: min(100% - 2.5rem, var(--gt-max));
	margin: 0 auto;
	padding: 1.35rem 0 1.5rem;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem 1.5rem;
	align-items: center;
}

@media (min-width: 1101px) {
	.eaks-gt-find__inner {
		padding-right: 11.5rem;
	}

	.eaks-gt-field {
		flex: 1 1 6.5rem;
	}
}

.eaks-gt-find__title {
	margin: 0;
	font-family: inherit;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--gt-forest);
	white-space: nowrap;
}

.eaks-gt-find__form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.55rem;
}

.eaks-gt-field {
	margin: 0;
	min-width: 0;
	flex: 1 1 8.5rem;
}

.eaks-gt-field select {
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23163024' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E") no-repeat right 0.85rem center;
	border: 1px solid #e2dccf;
	border-radius: 3px;
	padding: 0.72rem 2rem 0.72rem 0.85rem;
	font-family: inherit;
	font-size: inherit;
	color: var(--gt-ink);
	box-shadow: 0 1px 2px rgba(20, 40, 30, 0.04);
}

.eaks-gt-field select:focus {
	outline: 2px solid var(--gt-tan);
	outline-offset: 1px;
}

.eaks-gt-find__form .eaks-gt-btn {
	flex: 0 0 auto;
	padding: 0.78rem 1.15rem;
}

.eaks-gt-find__script {
	position: absolute;
	right: 0;
	top: 50%;
	margin: 0;
	transform: translateY(-50%) rotate(-3deg);
	font-family: var(--gt-script);
	font-size: 22px;
	color: var(--gt-forest);
	pointer-events: none;
	max-width: 11rem;
	text-align: right;
	line-height: 1.15;
}

/* ——— Shared section chrome ——— */
.eaks-gt-next,
.eaks-gt-months {
	width: min(100% - 2.5rem, var(--gt-max));
	margin: 0 auto;
	padding: 3.25rem 0 1rem;
}

.eaks-gt-months {
	padding-bottom: 3.25rem;
}

.eaks-gt-section-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.75rem;
}

.eaks-gt-section-title {
	margin: 0 0 0.45rem;
	font-family: inherit;
	font-size: clamp(26px, 3vw, 34px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--gt-forest);
}

.eaks-gt-section-lede {
	margin: 0;
	max-width: 42rem;
	font-size: inherit;
	color: var(--gt-muted);
}

/* ——— Cards ——— */
.eaks-gt-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
}

.eaks-gt-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid var(--gt-line);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(20, 40, 30, 0.06);
	min-width: 0;
}

.eaks-gt-card__media {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #d7cfc0;
}

.eaks-gt-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.eaks-gt-badge {
	position: absolute;
	top: 0.85rem;
	left: 0.85rem;
	padding: 0.35rem 0.65rem;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
}

.eaks-gt-badge--guaranteed {
	background: var(--gt-forest);
}

.eaks-gt-badge--filling {
	background: var(--gt-tan);
}

.eaks-gt-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	padding: 1.15rem 1.15rem 1.25rem;
	flex: 1;
}

.eaks-gt-card__title {
	margin: 0;
	font-family: inherit;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: var(--gt-forest);
}

.eaks-gt-card__route,
.eaks-gt-card__dates {
	display: flex;
	align-items: flex-start;
	gap: 0.4rem;
	margin: 0;
	font-size: 14px;
	color: var(--gt-muted);
	line-height: 1.45;
}

.eaks-gt-card__dates {
	font-weight: 700;
	color: var(--gt-ink);
	font-size: inherit;
}

.eaks-gt-card__route .ticon,
.eaks-gt-card__dates .ticon {
	margin-top: 0.2rem;
	color: var(--gt-tan);
}

.eaks-gt-card__meta {
	margin: 0.15rem 0 0;
	font-size: 14px;
	color: var(--gt-muted);
}

.eaks-gt-card__meta span[aria-hidden] {
	margin: 0 0.25rem;
	color: #c5bfb2;
}

.eaks-gt-card__left {
	color: var(--gt-alert);
	font-weight: 700;
}

.eaks-gt-card__price {
	margin: 0.35rem 0 0.15rem;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	color: var(--gt-forest);
}

.eaks-gt-card__price span {
	font-size: 14px;
	font-weight: 500;
	color: var(--gt-muted);
}

.eaks-gt-card__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.35rem 0.75rem;
	margin: 0.35rem 0 0.85rem;
	padding: 0;
	list-style: none;
}

.eaks-gt-card__features li {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	font-size: 13px;
	color: var(--gt-ink);
}

.eaks-gt-card__features .ticon {
	color: #2f7a45;
	font-size: 12px;
}

.eaks-gt-card__actions {
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 0.55rem;
	margin-top: auto;
}

.eaks-gt-card__actions .eaks-gt-btn {
	padding: 0.7rem 0.6rem;
	font-size: 13px;
}

/* ——— Month tabs ——— */
.eaks-gt-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-bottom: 1.75rem;
}

.eaks-gt-tab {
	appearance: none;
	border: 0;
	background: #ece7dc;
	color: var(--gt-forest);
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	padding: 0.85rem 1.2rem;
	border-radius: 3px;
	cursor: pointer;
}

.eaks-gt-tab:hover {
	background: #e0d8c8;
}

.eaks-gt-tab.is-active {
	background: var(--gt-forest);
	color: #fff;
}

.eaks-gt-empty {
	margin: 0.5rem 0 0;
	font-size: inherit;
	color: var(--gt-muted);
}

.eaks-gt-empty a {
	color: var(--gt-forest);
	font-weight: 600;
	text-decoration: underline;
}

/* ——— Solo banner ——— */
.eaks-gt-solo {
	background: var(--gt-beige);
}

.eaks-gt-solo__inner {
	width: min(100%, calc(var(--gt-max) + 8rem));
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr) minmax(0, 0.7fr);
	align-items: stretch;
	min-height: 280px;
}

.eaks-gt-solo__photo {
	min-height: 260px;
	overflow: hidden;
}

.eaks-gt-solo__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.eaks-gt-solo__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 2.5rem 2.25rem;
}

.eaks-gt-solo__eyebrow {
	margin: 0 0 0.55rem;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--gt-muted);
}

.eaks-gt-solo__title {
	margin: 0 0 0.75rem;
	font-family: inherit;
	font-size: clamp(24px, 2.6vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--gt-forest);
}

.eaks-gt-solo__text {
	margin: 0 0 1.35rem;
	max-width: 32rem;
	font-size: inherit;
	color: var(--gt-ink);
}

.eaks-gt-solo__copy .eaks-gt-btn {
	align-self: flex-start;
}

.eaks-gt-solo__points {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1.35rem;
	margin: 0;
	padding: 2rem 2rem 2rem 0;
	list-style: none;
}

.eaks-gt-solo__points li {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.45rem;
	font-weight: 600;
	color: var(--gt-forest);
}

.eaks-gt-solo__points .ticon {
	width: 2.6rem;
	height: 2.6rem;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(22, 48, 36, 0.08);
	color: var(--gt-forest);
	font-size: 18px;
}

@media (max-width: 1100px) {
	.eaks-gt-find__script,
	.eaks-gt-hero__script {
		display: none;
	}

	.eaks-gt-find__inner {
		grid-template-columns: 1fr;
	}

	.eaks-gt-trust__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.eaks-gt-solo__inner {
		grid-template-columns: 1fr 1.2fr;
	}

	.eaks-gt-solo__points {
		grid-column: 1 / -1;
		flex-direction: row;
		justify-content: space-around;
		padding: 0 1.5rem 1.75rem;
	}

	.eaks-gt-solo__points li {
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 900px) {
	.eaks-gt-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.eaks-gt-section-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.eaks-gt-trust__list {
		grid-template-columns: 1fr 1fr;
	}

	.eaks-gt-solo__inner {
		grid-template-columns: 1fr;
	}

	.eaks-gt-solo__photo {
		min-height: 220px;
		max-height: 280px;
	}
}

@media (max-width: 640px) {
	.eaks-gt-hero {
		min-height: 400px;
		background-position: 72% center;
	}

	.eaks-gt-hero__inner,
	.eaks-gt-trust__inner,
	.eaks-gt-find__inner,
	.eaks-gt-next,
	.eaks-gt-months {
		width: min(100% - 1.5rem, var(--gt-max));
	}

	.eaks-gt-grid {
		grid-template-columns: 1fr;
	}

	.eaks-gt-trust__list {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.eaks-gt-card__actions {
		grid-template-columns: 1fr;
	}

	.eaks-gt-find__form .eaks-gt-btn {
		width: 100%;
	}

	.eaks-gt-hero__cta {
		flex-direction: column;
		align-items: stretch;
	}

	.eaks-gt-solo__points {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 1.5rem 1.75rem;
	}

	.eaks-gt-solo__points li {
		flex-direction: row;
		text-align: left;
	}

	.eaks-gt-solo__copy {
		padding: 1.75rem 1.5rem 1rem;
	}

	.eaks-gt-tab {
		flex: 1 1 calc(50% - 0.65rem);
	}
}
