/* Egyptiva catalog — tour cards, categories, single, contact */

body.egyptiva-single-tour #st-content-wrapper,
body.egyptiva-page--wide #st-content-wrapper {
	background: var(--eg-ivory);
}

.egyptiva-page--wide .eg-page-body {
	max-width: 1180px;
}

.eg-page-hero--photo {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: flex-end;
	padding: 110px 0 56px;
	overflow: hidden;
	background: var(--eg-nile-deep);
}

.eg-page-hero--photo .eg-page-hero__img,
.eg-page-hero--photo .eg-page-hero__veil {
	position: absolute;
	inset: 0;
}

.eg-page-hero--photo .eg-page-hero__img {
	background: var(--eg-nile-deep) center/cover no-repeat;
	transform: scale(1.08);
	animation: eg-hero-drift 22s ease-in-out infinite alternate;
}

.eg-page-hero--photo .eg-page-hero__veil {
	background:
		linear-gradient(180deg, rgba(10, 22, 44, 0.28) 0%, rgba(10, 22, 44, 0.78) 100%),
		linear-gradient(90deg, rgba(10, 22, 44, 0.35), transparent 55%);
}

.eg-page-hero--photo .eg-wrap {
	position: relative;
	z-index: 2;
}

.eg-page-hero--photo .eg-kicker,
.eg-page-hero--photo h1,
.eg-page-hero--photo .eg-page-hero__lead,
.eg-page-hero--photo .eg-page-hero__count {
	color: #f3f3ee;
}

.eg-page-hero__lead {
	max-width: 640px;
	margin: 14px 0 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(243, 243, 238, 0.78);
}

.eg-page-hero:not(.eg-page-hero--photo) .eg-page-hero__lead {
	color: rgba(243, 243, 238, 0.72);
}

.eg-page-hero__count {
	margin-top: 16px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-gold-soft);
}

@keyframes eg-hero-drift {
	from { transform: scale(1.04) translate3d(0, 0, 0); }
	to { transform: scale(1.12) translate3d(-1.5%, -1%, 0); }
}

/* -------------------------------------------------------------------------
   Tour cards
   ------------------------------------------------------------------------- */
html.eg-reveal-on .eg-tour-grid,
html.eg-reveal-on .eg-cat-mosaic {
	min-height: 1px;
}

.eg-tour-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.eg-tour-card {
	position: relative;
	display: block;
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 18px 46px rgba(13, 28, 57, 0.1);
	transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.55s ease;
}

.eg-tour-card a {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none !important;
	color: inherit;
}

.eg-tour-card:hover {
	transform: translateY(-12px);
	box-shadow: 0 32px 70px rgba(10, 22, 44, 0.2);
}

.eg-tour-card__media {
	position: relative;
	display: block;
	height: 248px;
	overflow: hidden;
	background: #13264b;
}

.eg-tour-card__img,
.eg-tour-card .eg-tour-card__img {
	position: absolute;
	inset: -14%;
	background: #1c335d center/cover no-repeat;
	transform: scale(1) !important;
	transition: transform 1.15s cubic-bezier(0.22, 1, 0.36, 1), filter 0.7s ease;
}

.eg-tour-card__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(10, 22, 44, 0.05), rgba(10, 22, 44, 0.42)),
		linear-gradient(115deg, transparent 30%, rgba(221, 193, 122, 0.42) 48%, transparent 66%);
	background-size: 100% 100%, 240% 100%;
	background-position: 0 0, -160% 0;
	transition: background-position 0.9s ease;
	pointer-events: none;
	z-index: 1;
}

.eg-tour-card:hover .eg-tour-card__img,
.eg-tour-card:hover .eg-tour-card__img::before {
	transform: scale(1.2) rotate(1.8deg) !important;
	filter: saturate(1.2) contrast(1.08) brightness(1.05);
}

.eg-tour-card:hover .eg-tour-card__veil {
	background-position: 0 0, 160% 0;
}

.eg-tour-card__media .eg-chip {
	position: absolute;
	z-index: 2;
	left: 14px;
	top: 14px;
	bottom: auto;
}

.eg-tour-card__media .eg-chip--dark {
	left: auto;
	right: 14px;
	top: 14px;
	bottom: auto;
}

.eg-tour-card__body {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 22px 22px;
}

.eg-tour-card__place {
	display: block;
	font-style: normal;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-gold-deep);
	margin-bottom: 8px;
}

.eg-tour-card h3 {
	font-family: var(--eg-font-display);
	font-size: 1.5rem;
	line-height: 1.22;
	color: #13264b !important;
	margin: 0 0 8px;
	transition: color 0.3s ease;
}

.eg-tour-card:hover h3 {
	color: #1c335d !important;
}

.eg-tour-card p {
	margin: 0;
	color: #4b4540 !important;
	font-size: 14px;
	line-height: 1.55;
}

.eg-tour-card__media .eg-price {
	position: absolute;
	right: 14px;
	bottom: 14px;
	z-index: 3;
	min-width: 118px;
	padding: 10px 14px 11px;
	border-radius: 16px;
	background: linear-gradient(180deg, #0a162c 0%, #13264b 100%);
	border: 1px solid rgba(221, 193, 122, 0.55);
	box-shadow: 0 14px 30px rgba(8, 16, 32, 0.35);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1;
}

.eg-price small {
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 10px;
	color: #ddc17a;
	margin-bottom: 3px;
}

.eg-price b {
	font-family: var(--eg-font-display);
	font-size: 2.05rem;
	font-weight: 600;
	color: #fff;
	letter-spacing: -0.02em;
}

.eg-price sup {
	font-size: 0.5em;
	margin-right: 2px;
	color: #ddc17a;
}

.eg-price em {
	font-style: normal;
	font-size: 11px;
	color: rgba(243, 243, 238, 0.72);
	margin-top: 4px;
}

.eg-tour-card__go {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	padding-top: 16px;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #1c335d;
	font-weight: 600;
}

.eg-tour-card__go i {
	font-size: 10px;
	transition: transform 0.3s ease;
}

.eg-tour-card:hover .eg-tour-card__go {
	color: #bd9d5a;
}

.eg-tour-card:hover .eg-tour-card__go i {
	transform: translateX(4px);
}

/* -------------------------------------------------------------------------
   Category mosaic
   ------------------------------------------------------------------------- */
.eg-cat-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 28px;
}

.eg-cat-nav a {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(19, 38, 75, 0.14);
	background: #fff;
	color: #13264b !important;
	text-decoration: none !important;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.eg-cat-nav a:hover,
.eg-cat-nav a.is-on {
	background: #13264b;
	border-color: #13264b;
	color: #ddc17a !important;
}

.egyptiva-page--catalog .entry-content > p:first-child {
	display: none;
}

.eg-cat-mosaic {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin: 8px 0 48px;
}

.eg-cat-card {
	position: relative;
	display: block;
	min-height: 280px;
	border-radius: 22px;
	overflow: hidden;
	text-decoration: none !important;
	box-shadow: 0 18px 46px rgba(13, 28, 57, 0.12);
	border: 1px solid rgba(189, 157, 90, 0.18);
}

.eg-cat-card--lead {
	grid-row: auto;
	min-height: 280px;
}

.eg-cat-card__img,
.eg-cat-card__veil {
	position: absolute;
	inset: 0;
}

.eg-cat-card__img {
	background: #13264b center/cover no-repeat;
	transform: scale(1.04);
	transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
}

.eg-cat-card__veil {
	background: linear-gradient(180deg, rgba(10, 22, 44, 0.05) 20%, rgba(10, 22, 44, 0.82) 100%);
}

.eg-cat-card:hover .eg-cat-card__img {
	transform: scale(1.16) rotate(1.4deg);
	filter: saturate(1.2) contrast(1.06);
}

.eg-cat-card__no {
	position: absolute;
	top: 16px;
	left: 18px;
	z-index: 2;
	font-family: var(--eg-font-display);
	font-size: 1.1rem;
	color: var(--eg-gold-soft);
	letter-spacing: 0.12em;
}

.eg-cat-card__body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 22px 22px 24px;
	color: #f3f3ee;
}

.eg-cat-card__body em {
	display: block;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-gold-soft);
	margin-bottom: 6px;
}

.eg-cat-card__body strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.7rem;
	line-height: 1.15;
	color: #f3f3ee;
}

.eg-cat-card__count {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(10, 22, 44, 0.55);
	border: 1px solid rgba(221, 193, 122, 0.4);
	color: #ddc17a;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.eg-cat-card__body span {
	display: block;
	margin-top: 8px;
	color: rgba(243, 243, 238, 0.8);
	font-size: 14px;
	line-height: 1.5;
}

/* -------------------------------------------------------------------------
   Single tour
   ------------------------------------------------------------------------- */
.eg-single__hero {
	position: relative;
	min-height: 78vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	background: #0a162c;
	color: #f3f3ee;
}

.eg-single__hero-img,
.eg-single__hero-veil {
	position: absolute;
	inset: 0;
}

.eg-single__hero-img {
	background: #13264b center/cover no-repeat;
	transform: scale(1.08);
	animation: eg-hero-drift 26s ease-in-out infinite alternate;
}

.eg-single__hero-veil {
	background:
		linear-gradient(180deg, rgba(10, 22, 44, 0.15) 0%, rgba(10, 22, 44, 0.88) 100%),
		radial-gradient(1200px 480px at 80% 10%, rgba(189, 157, 90, 0.18), transparent 55%);
}

.eg-single__hero-inner {
	position: relative;
	z-index: 2;
	padding: 130px 0 64px;
}

.eg-crumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-bottom: 22px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.eg-crumbs a,
.eg-crumbs span {
	color: rgba(243, 243, 238, 0.7);
	text-decoration: none !important;
}

.eg-crumbs a:hover {
	color: var(--eg-gold-soft);
}

.eg-crumbs a::after {
	content: "/";
	margin-left: 12px;
	color: rgba(221, 193, 122, 0.45);
}

.eg-single__hero h1 {
	font-family: var(--eg-font-display);
	font-size: clamp(2.4rem, 5vw, 4.4rem);
	line-height: 1.08;
	color: #f3f3ee;
	max-width: 920px;
	margin: 0 0 16px;
}

.eg-single__lead {
	max-width: 680px;
	font-size: 1.08rem;
	line-height: 1.7;
	color: rgba(243, 243, 238, 0.82);
}

.eg-single__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.eg-single__pills li {
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(221, 193, 122, 0.35);
	background: rgba(10, 22, 44, 0.35);
	color: var(--eg-gold-soft);
	font-size: 12px;
	letter-spacing: 0.06em;
}

.eg-single__facts {
	position: relative;
	z-index: 3;
	margin-top: -42px;
	margin-bottom: 8px;
}

.eg-single__facts-inner {
	display: grid;
	grid-template-columns: 1.15fr repeat(4, 1fr);
	gap: 0;
	background: #fff;
	border: 1px solid rgba(189, 157, 90, 0.28);
	border-radius: 22px;
	box-shadow: 0 22px 50px rgba(10, 22, 44, 0.14);
	overflow: hidden;
}

.eg-single__fact {
	padding: 20px 22px;
	border-left: 1px solid rgba(19, 38, 75, 0.08);
}

.eg-single__fact--price {
	background: linear-gradient(180deg, #0a162c 0%, #13264b 100%);
	border-left: 0;
}

.eg-single__fact small {
	display: block;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 10px;
	color: #8d6d2c;
	margin-bottom: 6px;
}

.eg-single__fact b {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 1.25rem;
	color: #13264b;
	line-height: 1.2;
}

.eg-single__fact--price small,
.eg-single__fact--price em {
	color: #ddc17a;
}

.eg-single__fact--price b {
	font-size: 2.4rem;
	color: #fff;
	line-height: 1;
}

.eg-single__fact--price em {
	display: block;
	margin-top: 4px;
	font-style: normal;
	font-size: 12px;
}

.eg-single__fact--price sup {
	font-size: 0.45em;
	color: #ddc17a;
	margin-right: 2px;
}

.eg-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 42px;
	padding: 36px 0 20px;
	align-items: start;
}

.eg-single__block {
	margin-bottom: 42px;
}

.eg-single__block h2,
.eg-related h2,
.eg-desk h2 {
	margin: 0 0 18px;
}

.eg-single__prose p {
	font-size: 1.05rem;
	line-height: 1.85;
	color: #4b4540;
}

.eg-highlights {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 18px;
}

.eg-highlights li {
	position: relative;
	padding: 16px 16px 16px 42px;
	background: #fff;
	border: 1px solid rgba(189, 157, 90, 0.22);
	border-left: 3px solid #bd9d5a;
	border-radius: 4px 16px 16px 4px;
	color: #13264b;
	box-shadow: 0 10px 28px rgba(13, 28, 57, 0.05);
}

.eg-highlights li::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 20px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--eg-gold), var(--eg-gold-deep));
}

.eg-itin {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: none;
}

.eg-itin__item {
	border-bottom: 1px solid var(--eg-line);
}

.eg-itin__head {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 18px 0;
	background: none;
	border: 0;
	text-align: left;
	cursor: pointer;
}

.eg-itin__no {
	font-family: var(--eg-font-display);
	font-size: 1.3rem;
	color: var(--eg-gold-deep);
	min-width: 36px;
}

.eg-itin__title {
	flex: 1;
	font-family: var(--eg-font-display);
	font-size: 1.35rem;
	color: var(--eg-nile-deep);
}

.eg-itin__head i {
	color: var(--eg-gold-deep);
	font-size: 12px;
	transition: transform 0.3s ease;
}

.eg-itin__item.is-open .eg-itin__head i {
	transform: rotate(45deg);
}

.eg-itin__body {
	display: none;
	padding: 0 0 18px 52px;
	color: var(--eg-stone);
	line-height: 1.7;
}

.eg-itin__item.is-open .eg-itin__body {
	display: block;
	animation: eg-itin-in 0.35s ease;
}

@keyframes eg-itin-in {
	from { opacity: 0; transform: translateY(-6px); }
	to { opacity: 1; transform: none; }
}

.eg-single__split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
	margin-bottom: 42px;
}

.eg-inc,
.eg-exc {
	background: #fff;
	border: 1px solid var(--eg-line);
	border-radius: 20px;
	padding: 24px 24px 12px;
}

.eg-inc h3,
.eg-exc h3 {
	margin: 0 0 14px;
	font-size: 1.4rem;
}

.eg-inc ul,
.eg-exc ul {
	margin: 0;
	padding: 0 0 8px 18px;
}

.eg-inc li,
.eg-exc li {
	margin: 0 0 10px;
	color: #4b4540;
	line-height: 1.5;
}

.eg-inc li::marker { color: var(--eg-gold-deep); }
.eg-exc li::marker { color: var(--eg-stone); }

.eg-film {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.eg-film__shot {
	min-height: 160px;
	margin: 0;
	border-radius: 16px;
	background: #13264b center/cover no-repeat;
	overflow: hidden;
	transition: transform 0.6s ease, filter 0.6s ease;
}

.eg-film__shot:hover {
	transform: scale(1.03);
	filter: saturate(1.15);
}

.eg-book {
	position: sticky;
	top: 110px;
}

.eg-book__inner {
	background: linear-gradient(180deg, #0a162c 0%, #13264b 100%);
	color: #f3f3ee;
	border: 1px solid rgba(189, 157, 90, 0.32);
	border-radius: 24px;
	padding: 28px 26px 24px;
	box-shadow: 0 28px 70px rgba(10, 22, 44, 0.28);
}

.eg-book .eg-kicker {
	color: var(--eg-gold-soft);
}

.eg-book__price {
	margin: 8px 0 22px;
}

.eg-book__price small {
	display: block;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 11px;
	color: var(--eg-gold-soft);
	margin-bottom: 4px;
}

.eg-book__price strong {
	display: block;
	font-family: var(--eg-font-display);
	font-size: 3.1rem;
	line-height: 1;
	color: #fff;
}

.eg-book__price sup {
	font-size: 0.45em;
	margin-right: 4px;
	color: var(--eg-gold-soft);
}

.eg-book__price em {
	display: block;
	margin-top: 6px;
	font-style: normal;
	color: rgba(243, 243, 238, 0.7);
	font-size: 13px;
}

.eg-book__facts {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
}

.eg-book__facts li {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 0;
	border-top: 1px solid rgba(243, 243, 238, 0.1);
	font-size: 13px;
}

.eg-book__facts span {
	color: rgba(243, 243, 238, 0.58);
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 11px;
}

.eg-book__facts b {
	color: #fff;
	font-weight: 500;
	text-align: right;
}

.eg-book .eg-btn {
	width: 100%;
	margin-bottom: 10px;
}

.eg-book .eg-btn--ghost-ink {
	border-color: rgba(243, 243, 238, 0.28);
	color: #f3f3ee !important;
}

.eg-book .eg-fineprint {
	color: rgba(243, 243, 238, 0.58);
	margin: 8px 0 0;
}

.eg-form--book {
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(243, 243, 238, 0.12);
}

.eg-form--book label {
	color: #ddc17a;
}

.eg-form--book input,
.eg-form--book textarea {
	background: rgba(243, 243, 238, 0.08);
	border-color: rgba(221, 193, 122, 0.28);
	color: #f3f3ee;
}

.eg-form--book input::placeholder,
.eg-form--book textarea::placeholder {
	color: rgba(243, 243, 238, 0.45);
}

.eg-form--book .eg-btn {
	width: 100%;
	justify-self: stretch;
}

.eg-book .eg-btn--ghost {
	border: 1px solid rgba(243, 243, 238, 0.28);
	color: #f3f3ee !important;
	background: transparent;
}

.eg-related {
	padding: 20px 0 90px;
	background: linear-gradient(180deg, transparent, rgba(189, 157, 90, 0.06));
}

/* -------------------------------------------------------------------------
   Contact desk
   ------------------------------------------------------------------------- */
.eg-desk {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 36px;
	align-items: start;
	margin: 0 0 36px;
	padding: 36px;
	background: linear-gradient(180deg, #0a162c 0%, #13264b 100%);
	border: 1px solid rgba(189, 157, 90, 0.32);
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(10, 22, 44, 0.22);
	color: #f3f3ee;
}

.eg-desk h2,
.eg-desk p {
	color: #f3f3ee;
}

.eg-desk .eg-kicker {
	color: #ddc17a;
}

.eg-desk__meta span {
	color: #ddc17a;
}

.eg-desk__meta b {
	color: #fff;
}

.eg-desk .eg-form input,
.eg-desk .eg-form textarea {
	background: rgba(243, 243, 238, 0.96);
}

.eg-desk__meta {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.eg-desk__meta li {
	padding: 10px 0;
	border-top: 1px solid var(--eg-line);
}

.eg-desk__meta span {
	display: block;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 11px;
	color: #ddc17a;
	margin-bottom: 4px;
}

.eg-desk__meta b {
	color: #fff;
	font-weight: 500;
}

.eg-form {
	display: grid;
	gap: 14px;
}

.eg-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}

.eg-form label {
	display: grid;
	gap: 6px;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--eg-nile);
}

.eg-form input,
.eg-form textarea {
	width: 100%;
	border: 1px solid var(--eg-line);
	border-radius: 14px;
	padding: 12px 14px;
	font-family: var(--eg-font-body);
	font-size: 15px;
	letter-spacing: 0;
	text-transform: none;
	color: var(--eg-ink);
	background: var(--eg-ivory);
	transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.eg-form input:focus,
.eg-form textarea:focus {
	outline: none;
	border-color: var(--eg-gold);
	box-shadow: 0 0 0 4px rgba(189, 157, 90, 0.16);
	background: #fff;
}

.eg-form .eg-btn {
	justify-self: start;
	margin-top: 6px;
}

.eg-form__status {
	min-height: 1.4em;
	margin: 0;
	color: var(--eg-nile);
	font-size: 14px;
	letter-spacing: 0;
	text-transform: none;
}

.eg-form__status.is-ok { color: #1c5a3a; }
.eg-form__status.is-err { color: #8a2a2a; }

.eg-hp {
	position: absolute !important;
	left: -9999px !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.egyptiva-page--wide .eg-contact-cards {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1100px) {
	.eg-highlights,
	.eg-film,
	.eg-single__split,
	.eg-desk,
	.eg-form__row,
	.eg-single__facts-inner {
		grid-template-columns: 1fr 1fr;
	}

	.eg-tour-grid,
	.eg-cat-mosaic {
		grid-template-columns: 1fr 1fr;
	}

	.eg-cat-card--lead {
		grid-column: auto;
		grid-row: auto;
		min-height: 240px;
	}

	.eg-single__layout {
		grid-template-columns: 1fr;
	}

	.eg-book {
		position: static;
	}

	.eg-single__fact--price {
		grid-column: 1 / -1;
	}
}

@media (max-width: 720px) {
	.eg-tour-grid,
	.eg-cat-mosaic,
	.eg-highlights,
	.eg-film,
	.eg-single__split,
	.eg-form__row,
	.eg-single__facts-inner,
	.eg-desk {
		grid-template-columns: 1fr;
	}

	.eg-single__hero {
		min-height: 70vh;
	}

	.eg-single__hero-inner {
		padding: 110px 0 40px;
	}

	.eg-page-hero--photo {
		min-height: 280px;
		padding-top: 96px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eg-page-hero--photo .eg-page-hero__img,
	.eg-single__hero-img,
	.eg-tour-card,
	.eg-tour-card__img,
	.eg-cat-card__img {
		animation: none;
		transition: none;
	}
}

/* -------------------------------------------------------------------------
   2.5 — Stronger catalog, gold price, single colors, contact desk
   ------------------------------------------------------------------------- */
.eg-catalog-heading {
	font-family: var(--eg-font-display);
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	color: #13264b;
	margin: 8px 0 22px;
}

.eg-cat-mosaic {
	grid-template-columns: repeat(6, 1fr);
	grid-auto-rows: minmax(210px, auto);
	gap: 14px;
	margin: 4px 0 56px;
}

.eg-cat-card {
	min-height: 230px;
	border-radius: 20px;
	border: 1px solid rgba(189, 157, 90, 0.28);
	box-shadow: 0 18px 40px rgba(10, 22, 44, 0.12);
}

.eg-cat-card--lead {
	grid-column: span 4;
	grid-row: span 2;
	min-height: 460px;
}

.eg-cat-card:nth-child(2),
.eg-cat-card:nth-child(3) {
	grid-column: span 2;
}

.eg-cat-card:nth-child(n+4) {
	grid-column: span 2;
}

.eg-cat-card__shine,
.eg-tour-card__shine {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: linear-gradient(115deg, transparent 32%, rgba(221, 193, 122, 0.42) 48%, transparent 64%);
	transform: translateX(-130%);
	transition: transform 0.9s ease;
}

.eg-cat-card:hover .eg-cat-card__shine,
.eg-tour-card:hover .eg-tour-card__shine {
	transform: translateX(130%);
}

.eg-cat-card:not(.eg-cat-card--lead) .eg-cat-card__body span {
	display: none;
}

.eg-cat-card--lead .eg-cat-card__body strong {
	font-size: clamp(2.2rem, 4vw, 3.2rem);
}

.eg-cat-card--lead .eg-cat-card__body span {
	max-width: 420px;
	font-size: 16px;
}

.eg-tour-card {
	border: 1px solid rgba(189, 157, 90, 0.18);
	background: #fffaf2;
}

.eg-tour-card__media {
	height: 268px;
}

.eg-tour-card .eg-price,
.eg-tour-card__media .eg-price {
	min-width: 132px;
	padding: 11px 16px 12px;
	border-radius: 4px 18px 4px 18px;
	background: linear-gradient(145deg, #ddc17a 0%, #bd9d5a 42%, #8b6e32 100%);
	border: 1px solid rgba(243, 243, 238, 0.28);
	box-shadow: 0 16px 34px rgba(10, 22, 44, 0.32);
}

.eg-tour-card .eg-price small,
.eg-tour-card .eg-price em {
	color: rgba(10, 22, 44, 0.72);
}

.eg-tour-card .eg-price b {
	color: #0a162c;
	font-size: 2.25rem;
	text-shadow: 0 1px 0 rgba(243, 243, 238, 0.25);
}

.eg-tour-card .eg-price sup {
	color: #13264b;
}

.eg-tour-card__body {
	background: linear-gradient(180deg, #fff 0%, #f7f2e8 100%);
}

.eg-tour-card__go {
	border-top: 1px solid rgba(189, 157, 90, 0.2);
}

.eg-single {
	background: #f3f3ee;
}

.eg-single__hero-inner::before,
.eg-single__hero-inner::after {
	content: "";
	position: absolute;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(221, 193, 122, 0.45);
	pointer-events: none;
}

.eg-single__hero-inner::before {
	top: 96px;
	left: 0;
	border-right: 0;
	border-bottom: 0;
}

.eg-single__hero-inner::after {
	right: 0;
	bottom: 28px;
	border-left: 0;
	border-top: 0;
}

.eg-single__hero-meta {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: 22px;
}

.eg-single__hero-price {
	min-width: 168px;
	padding: 16px 20px 18px;
	border-radius: 6px 22px 6px 22px;
	background: linear-gradient(145deg, #ddc17a 0%, #bd9d5a 50%, #8b6e32 100%);
	box-shadow: 0 18px 40px rgba(8, 16, 32, 0.35);
	line-height: 1;
}

.eg-single__hero-price small,
.eg-single__hero-price em {
	display: block;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	font-size: 10px;
	color: rgba(10, 22, 44, 0.7);
	font-style: normal;
}

.eg-single__hero-price b {
	display: block;
	margin: 6px 0 4px;
	font-family: var(--eg-font-display);
	font-size: 3rem;
	color: #0a162c;
	line-height: 0.9;
}

.eg-single__hero-price sup {
	font-size: 0.45em;
	margin-right: 3px;
}

.eg-single__fact--price {
	background: linear-gradient(145deg, #0a162c 0%, #1c335d 100%);
}

.eg-single__fact--price b {
	background: linear-gradient(180deg, #f3f3ee, #ddc17a);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.eg-inc {
	border-color: rgba(189, 157, 90, 0.35);
	background: linear-gradient(180deg, #fff 0%, #fbf6ea 100%);
}

.eg-exc {
	background: #fff;
}

.eg-itin__item {
	position: relative;
	padding-left: 8px;
}

.eg-itin__item::before {
	content: "";
	position: absolute;
	left: 16px;
	top: 52px;
	bottom: 0;
	width: 1px;
	background: linear-gradient(180deg, #bd9d5a, transparent);
}

.eg-itin__item:last-child::before {
	display: none;
}

.eg-book__inner {
	background:
		radial-gradient(420px 180px at 100% 0%, rgba(189, 157, 90, 0.22), transparent 55%),
		linear-gradient(180deg, #0a162c 0%, #13264b 100%);
}

.eg-book__price strong {
	background: linear-gradient(180deg, #fff 20%, #ddc17a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.eg-desk {
	background:
		radial-gradient(520px 220px at 0% 0%, rgba(189, 157, 90, 0.2), transparent 50%),
		linear-gradient(180deg, #0a162c 0%, #13264b 100%);
}

.eg-desk .eg-form label {
	color: #ddc17a;
}

.eg-desk .eg-form__status {
	color: #f3f3ee;
}

.eg-desk .eg-form__status.is-ok { color: #c8e6c8; }
.eg-desk .eg-form__status.is-err { color: #f0b4b4; }

.eg-contact-card {
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.eg-contact-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 46px rgba(10, 22, 44, 0.12);
}

@media (max-width: 1100px) {
	.eg-cat-mosaic {
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
	}

	.eg-cat-card--lead,
	.eg-cat-card:nth-child(2),
	.eg-cat-card:nth-child(3),
	.eg-cat-card:nth-child(n+4) {
		grid-column: auto;
		grid-row: auto;
		min-height: 260px;
	}
}

@media (max-width: 720px) {
	.eg-cat-mosaic {
		grid-template-columns: 1fr;
	}

	.eg-single__hero-price b {
		font-size: 2.4rem;
	}
}
