:root {
	--sts-dark: #111111;
	--sts-maroon: #4B1023;
	--sts-rose: #FF7A78;
	--sts-orange: #F47B20;
	--sts-white: #FFFFFF;
	--sts-light: #F7F7F7;
	--sts-muted: #6B6B6B;
	--sts-line: rgba(255, 255, 255, 0.14);
	--sts-glass: rgba(255, 255, 255, 0.08);
	--sts-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
	--sts-radius: 8px;
	--sts-heading: "Montserrat", "Arial", sans-serif;
	--sts-body: "Inter", "Arial", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: var(--sts-dark);
	color: var(--sts-white);
	font-family: var(--sts-body);
	font-size: 16px;
	line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.screen-reader-text:focus {
	z-index: 10000;
	top: 12px;
	left: 12px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--sts-white);
	color: var(--sts-dark);
	clip: auto;
}

.container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}
.section { padding: 96px 0; background: var(--sts-white); color: var(--sts-dark); }
.dark-band { background: linear-gradient(135deg, #13070b 0%, #221015 52%, #090909 100%); color: var(--sts-white); }
.inner-main { background: var(--sts-white); color: var(--sts-dark); min-height: 60vh; }

h1, h2, h3, h4 {
	font-family: var(--sts-heading);
	line-height: 1.05;
	letter-spacing: 0;
	margin: 0;
	text-transform: uppercase;
}
h1 { font-size: clamp(42px, 7vw, 88px); max-width: 950px; }
h2 { font-size: clamp(30px, 4vw, 54px); }
h3 { font-size: 20px; }
p { margin: 0 0 18px; }
.eyebrow {
	margin: 0 0 16px;
	color: var(--sts-orange);
	font-family: var(--sts-body);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.section-kicker {
	margin: 0 0 12px;
	color: #111;
	font-family: var(--sts-heading);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
	text-transform: none;
}
.section-intro {
	max-width: 760px;
	margin: 0 0 18px;
	color: var(--sts-muted);
	font-family: var(--sts-body);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.65;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: rgba(17, 17, 17, 0.72);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(18px);
	transition: padding 0.25s ease, background 0.25s ease;
}
.site-header.is-compact { background: rgba(17, 17, 17, 0.94); }
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 86px;
	gap: 24px;
	transition: min-height 0.25s ease;
}
.site-header.is-compact .header-inner { min-height: 68px; }
.brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-width: 220px;
}
.brand img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}
.brand strong {
	display: block;
	font-family: var(--sts-heading);
	font-size: 15px;
	line-height: 1.1;
	text-transform: uppercase;
}
.brand small {
	display: block;
	color: rgba(255, 255, 255, 0.68);
	font-size: 11px;
}
.primary-nav .menu {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.primary-nav a {
	display: block;
	padding: 12px 10px;
	border-radius: 6px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 13px;
	font-weight: 700;
}
.primary-nav a:hover,
.primary-nav a:focus { color: var(--sts-white); background: rgba(255, 255, 255, 0.08); }
.menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 8px;
	background: transparent;
}
.menu-toggle span:not(.screen-reader-text) {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	background: var(--sts-white);
}

.hero {
	position: relative;
	min-height: 100vh;
	display: grid;
	align-items: center;
	overflow: hidden;
	padding: 140px 0 80px;
	background:
		linear-gradient(90deg, rgba(17,17,17,0.96) 0%, rgba(75,16,35,0.84) 48%, rgba(17,17,17,0.78) 100%),
		radial-gradient(circle at 72% 24%, rgba(244,123,32,0.2), transparent 28%),
		linear-gradient(135deg, #111111, #290914);
}
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, transparent 0 55%, rgba(255,255,255,0.08) 55.2% 55.6%, transparent 56%),
		linear-gradient(160deg, transparent 0 35%, rgba(255,122,120,0.16) 35.2% 35.5%, transparent 36%);
	opacity: 0.9;
}
.hero-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.32;
}
.hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
	align-items: center;
	gap: 52px;
}
.hero-subtitle {
	max-width: 760px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 19px;
}
.button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 22px;
	border: 1px solid transparent;
	border-radius: 7px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 13px;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn:hover,
.btn:focus { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(244, 123, 32, 0.22); }
.btn-primary { background: linear-gradient(135deg, var(--sts-orange), var(--sts-rose)); color: var(--sts-white); }
.btn-ghost { border-color: rgba(255, 255, 255, 0.28); color: var(--sts-white); background: rgba(255,255,255,0.06); }
.btn-dark { background: var(--sts-dark); color: var(--sts-white); }
.btn-on-light { border-color: rgba(17,17,17,0.18); color: var(--sts-dark); }

.route-map {
	position: absolute;
	inset: 0;
	pointer-events: none;
	opacity: 0.9;
}
.route-map span {
	position: absolute;
	width: 34vw;
	height: 34vw;
	border: 1px solid rgba(255, 122, 120, 0.24);
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-radius: 50%;
	transform: rotate(-26deg);
	animation: routePulse 5s ease-in-out infinite;
}
.route-map span:nth-child(1) { right: 8%; top: 22%; }
.route-map span:nth-child(2) { right: 22%; top: 34%; animation-delay: 1.2s; }
.route-map span:nth-child(3) { right: -6%; top: 8%; animation-delay: 2.1s; }
@keyframes routePulse {
	0%, 100% { opacity: 0.22; transform: rotate(-26deg) scale(0.96); }
	50% { opacity: 0.72; transform: rotate(-21deg) scale(1.02); }
}
.aircraft-card {
	position: relative;
	min-height: 390px;
	padding: 34px;
	border: 1px solid rgba(255,255,255,0.18);
	border-radius: var(--sts-radius);
	background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,255,255,0.035));
	box-shadow: var(--sts-shadow);
	backdrop-filter: blur(18px);
	overflow: hidden;
}
.aircraft-card::before {
	content: "";
	position: absolute;
	inset: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	clip-path: polygon(0 0, 100% 0, 82% 100%, 0 78%);
}
.plane-mark {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 156px;
	height: 156px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sts-maroon), var(--sts-rose));
	font-family: var(--sts-heading);
	font-size: 42px;
	font-weight: 900;
	box-shadow: 0 0 0 16px rgba(255,255,255,0.06);
}
.flight-lines {
	position: absolute;
	right: 30px;
	bottom: 86px;
	left: 130px;
	display: grid;
	gap: 16px;
}
.flight-lines i {
	display: block;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--sts-orange), transparent);
}
.aircraft-card p {
	position: absolute;
	bottom: 28px;
	left: 34px;
	right: 34px;
	margin: 0;
	color: rgba(255,255,255,0.72);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.trust-bar { background: #080808; border-block: 1px solid rgba(255,255,255,0.1); }
.trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
}
.trust-grid span {
	padding: 22px 18px;
	background: rgba(255,255,255,0.035);
	color: rgba(255,255,255,0.78);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.section-heading {
	display: grid;
	grid-template-columns: minmax(200px, 0.35fr) minmax(0, 1fr);
	gap: 30px;
	margin-bottom: 40px;
}
.split-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}
.glass-panel {
	padding: 34px;
	border: 1px solid rgba(17,17,17,0.1);
	border-radius: var(--sts-radius);
	background: linear-gradient(145deg, #fff, #f5f2f3);
	box-shadow: 0 22px 50px rgba(17,17,17,0.08);
}
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card,
.content-card,
.team-card,
.why-card,
.pathway-card {
	border-radius: var(--sts-radius);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.service-card {
	min-height: 270px;
	padding: 26px;
	border: 1px solid rgba(17,17,17,0.08);
	background: #fff;
	box-shadow: 0 18px 42px rgba(17,17,17,0.06);
	overflow: hidden;
}
.service-card__image {
	display: block;
	margin: -26px -26px 22px;
	background: var(--sts-dark);
}
.service-card__image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.service-card:hover,
.content-card:hover,
.team-card:hover,
.why-card:hover,
.partner-card:hover,
.pathway-card:hover { transform: translateY(-5px); box-shadow: 0 28px 58px rgba(17,17,17,0.14); }
.card-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	margin-bottom: 22px;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--sts-maroon), var(--sts-orange));
	color: var(--sts-white);
	font-weight: 900;
}
.service-card h3,
.service-card h2 { margin-bottom: 12px; font-size: 20px; }
.service-card p { color: var(--sts-muted); font-size: 14px; }
.text-link {
	color: var(--sts-maroon);
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.partner-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.partner-card {
	min-height: 126px;
	display: grid;
	place-items: center;
	padding: 22px;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: var(--sts-radius);
	background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.04));
	color: var(--sts-white);
	text-align: center;
}
.partner-card img {
	width: min(160px, 80%);
	max-height: 82px;
	margin-bottom: 14px;
	object-fit: contain;
	border-radius: 6px;
}
.partner-card span {
	font-family: var(--sts-heading);
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
}
.partner-card small { color: rgba(255,255,255,0.66); }

.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.why-card {
	min-height: 132px;
	padding: 22px;
	border: 1px solid rgba(17,17,17,0.08);
	background: #fdfdfd;
}
.why-card span {
	display: block;
	width: 28px;
	height: 3px;
	margin-bottom: 18px;
	background: linear-gradient(90deg, var(--sts-orange), var(--sts-rose));
}
.why-card p { margin: 0; font-weight: 800; line-height: 1.35; }

.cta-pathways { background: #111; color: var(--sts-white); }
.pathway-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pathway-card {
	padding: 42px;
	border: 1px solid rgba(255,255,255,0.12);
	background: linear-gradient(135deg, var(--sts-maroon), #16070c);
}
.pathway-card--light {
	background: linear-gradient(135deg, #fff, #f5eeee);
	color: var(--sts-dark);
}
.pathway-card h2 { margin-bottom: 28px; font-size: clamp(28px, 3vw, 44px); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.team-card {
	padding: 26px;
	border: 1px solid rgba(17,17,17,0.08);
	background: #fff;
	box-shadow: 0 18px 42px rgba(17,17,17,0.05);
}
.avatar {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 18px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sts-maroon), var(--sts-rose));
	color: var(--sts-white);
	font-family: var(--sts-heading);
	font-weight: 900;
}
.team-card h3,
.team-card h2 { margin-bottom: 8px; font-size: 20px; }
.team-card p { margin: 0; color: var(--sts-muted); }
.team-card .team-photo {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	border-radius: 14px;
	object-fit: cover;
	object-position: top center;
}

.ethics-section { background: var(--sts-light); }
.ethics-list { display: flex; flex-wrap: wrap; gap: 12px; }
.ethics-list span {
	padding: 12px 16px;
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: 999px;
	background: var(--sts-white);
	font-weight: 800;
}

.contact-section { background: linear-gradient(135deg, #16070c, #111); color: var(--sts-white); }
.contact-grid {
	display: grid;
	grid-template-columns: 0.9fr 1fr;
	gap: 22px;
}
.contact-card,
.contact-form,
.map-placeholder {
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: var(--sts-radius);
	background: rgba(255,255,255,0.07);
	backdrop-filter: blur(18px);
}
.contact-card { padding: 34px; }
.contact-list {
	display: grid;
	gap: 18px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}
.contact-list li { display: grid; grid-template-columns: 90px 1fr; gap: 16px; }
.contact-list strong { color: var(--sts-orange); text-transform: uppercase; font-size: 12px; }
.contact-form {
	padding: 28px;
	display: grid;
	gap: 14px;
}
.contact-form label { display: grid; gap: 8px; color: rgba(255,255,255,0.74); font-weight: 700; }
.contact-form input,
.contact-form select,
.contact-form textarea {
	width: 100%;
	border: 1px solid rgba(255,255,255,0.16);
	border-radius: 6px;
	background: rgba(0,0,0,0.22);
	color: var(--sts-white);
	padding: 12px 14px;
}
.map-placeholder {
	grid-column: 1 / -1;
	min-height: 230px;
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02)),
		repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 18px);
	color: rgba(255,255,255,0.7);
	font-family: var(--sts-heading);
	text-transform: uppercase;
}
.map-placeholder iframe {
	width: 100%;
	min-height: 260px;
	border: 0;
	border-radius: var(--sts-radius);
}

.inner-hero {
	padding: 150px 0 70px;
	background: linear-gradient(135deg, #111, #280914 62%, #111);
	color: var(--sts-white);
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
	color: rgba(255,255,255,0.64);
	font-size: 13px;
}
.breadcrumbs a { color: var(--sts-white); }
.narrow-content { max-width: 820px; }
.prose { font-size: 18px; }
.prose h2,
.prose h3 { margin: 32px 0 14px; }
.prose a { color: var(--sts-maroon); font-weight: 800; }
.featured-figure { margin: 0 0 28px; }
.featured-figure img { border-radius: var(--sts-radius); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.content-card {
	overflow: hidden;
	border: 1px solid rgba(17,17,17,0.08);
	background: #fff;
	box-shadow: 0 18px 42px rgba(17,17,17,0.06);
}
.content-card__media,
.placeholder-media {
	display: block;
	min-height: 190px;
	background: linear-gradient(135deg, var(--sts-maroon), var(--sts-dark));
}
.content-card__body { padding: 24px; }
.content-card h2 { margin-bottom: 12px; font-size: 24px; }
.content-card p { color: var(--sts-muted); }
.pagination-wrap { grid-column: 1 / -1; }
.team-photo,
.profile-photo {
	width: 92px;
	height: 92px;
	margin-bottom: 18px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid rgba(244, 123, 32, 0.34);
}
.profile-photo {
	width: 150px;
	height: 150px;
}
.partner-logo-large {
	max-width: 260px;
	max-height: 130px;
	object-fit: contain;
	margin-bottom: 26px;
	padding: 20px;
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: var(--sts-radius);
	background: #fff;
}
.package-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 42px;
	align-items: start;
}
.package-sidebar {
	position: sticky;
	top: 96px;
}
.fact-card {
	display: grid;
	gap: 16px;
	padding: 26px;
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: var(--sts-radius);
	background: #fff;
	box-shadow: 0 22px 52px rgba(17,17,17,0.08);
}
.fact-card h2 { font-size: 24px; }
.fact-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.fact-list li {
	display: grid;
	gap: 2px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(17,17,17,0.08);
	color: var(--sts-muted);
	font-size: 14px;
}
.fact-list strong {
	color: var(--sts-dark);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
.fact-list.compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 16px;
}
.itinerary-timeline {
	display: grid;
	gap: 18px;
	margin: 28px 0 42px;
}
.itinerary-day {
	display: grid;
	grid-template-columns: 76px 150px 1fr;
	gap: 20px;
	padding: 24px;
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: var(--sts-radius);
	background: linear-gradient(145deg, #fff, #faf7f7);
}
.itinerary-day__image {
	width: 150px;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--sts-radius);
	background: var(--sts-light);
}
.itinerary-day__number {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--sts-maroon), var(--sts-orange));
	color: #fff;
	font-family: var(--sts-heading);
	font-weight: 900;
}
.two-column-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	margin: 34px 0;
}
.two-column-list > div {
	padding: 24px;
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: var(--sts-radius);
	background: var(--sts-light);
}
.package-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 18px;
}
.package-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: var(--sts-radius);
}
.faq-list {
	display: grid;
	gap: 12px;
}
.faq-list details {
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: var(--sts-radius);
	background: #fff;
	padding: 18px 22px;
}
.faq-list summary {
	cursor: pointer;
	font-family: var(--sts-heading);
	font-weight: 900;
	text-transform: uppercase;
}
.faq-list p { margin-top: 14px; color: var(--sts-muted); }
.rating {
	color: var(--sts-orange);
	font-family: var(--sts-heading);
	font-size: 28px;
	letter-spacing: 0.12em;
}
blockquote {
	margin: 28px 0;
	padding: 24px;
	border-left: 4px solid var(--sts-orange);
	background: var(--sts-light);
	font-size: 22px;
	font-weight: 700;
}

.site-footer {
	padding: 64px 0 24px;
	background: #080808;
	color: var(--sts-white);
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 0.8fr; gap: 36px; }
.footer-grid h2 { margin-bottom: 14px; font-size: 18px; }
.footer-grid p,
.footer-grid a,
.footer-grid li { color: rgba(255,255,255,0.72); }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px !important;
}
.social-links a {
	display: inline-flex;
	padding: 7px 10px;
	border: 1px solid rgba(255,255,255,0.14);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
}
.footer-brand img { width: 64px; height: 64px; }
.footer-bottom {
	margin-top: 44px;
	padding-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
	color: rgba(255,255,255,0.58);
	font-size: 13px;
}
.back-to-top,
.whatsapp-float {
	position: fixed;
	right: 20px;
	z-index: 1001;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 0;
	display: grid;
	place-items: center;
	font-weight: 900;
	box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}
.back-to-top {
	bottom: 84px;
	background: var(--sts-white);
	color: var(--sts-dark);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.back-to-top.is-visible { opacity: 1; pointer-events: auto; }
.whatsapp-float {
	bottom: 24px;
	background: linear-gradient(135deg, #25D366, #128C7E);
	color: #fff;
}

@media (max-width: 1080px) {
	.card-grid { grid-template-columns: repeat(2, 1fr); }
	.partner-grid { grid-template-columns: repeat(3, 1fr); }
	.why-grid { grid-template-columns: repeat(2, 1fr); }
	.archive-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.container { width: min(100% - 28px, 1180px); }
	.menu-toggle { display: block; }
	.primary-nav {
		position: absolute;
		top: 100%;
		left: 14px;
		right: 14px;
		max-height: 0;
		overflow: hidden;
		border: 1px solid rgba(255,255,255,0.12);
		border-radius: var(--sts-radius);
		background: rgba(17,17,17,0.98);
		transition: max-height 0.25s ease;
	}
	.primary-nav.is-open { max-height: 560px; }
	.primary-nav .menu { display: grid; padding: 10px; }
	.hero-grid,
	.split-grid,
	.section-heading,
	.contact-grid,
	.package-layout,
	.pathway-grid,
	.footer-grid { grid-template-columns: 1fr; }
	.hero { min-height: auto; }
	.hero-visual { display: none; }
	.trust-grid { grid-template-columns: 1fr 1fr; }
	.team-grid { grid-template-columns: repeat(2, 1fr); }
	.package-sidebar { position: static; }
}
@media (max-width: 620px) {
	.section { padding: 68px 0; }
	.header-inner { min-height: 76px; }
	.brand span { display: grid; }
	.brand strong { font-size: 13px; line-height: 1.1; }
	.brand small { font-size: 9px; letter-spacing: 0.08em; }
	.brand { min-width: 176px; }
	.brand .brand-logo { width: 176px; height: auto; }
	.card-grid,
	.partner-grid,
	.why-grid,
	.team-grid,
	.archive-grid,
	.fact-list.compact,
	.two-column-list,
	.package-gallery,
	.trust-grid { grid-template-columns: 1fr; }
	.itinerary-day { grid-template-columns: 1fr; }
	.itinerary-day__image { width: 100%; }
	.contact-list li { grid-template-columns: 1fr; gap: 4px; }
	.pathway-card,
	.contact-card,
	.contact-form,
	.glass-panel { padding: 24px; }
	.btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Live-site inspired travel redesign */
body {
	background: #fff;
	color: #202020;
}
.top-contact-bar {
	background: #4B1023;
	color: #fff;
	font-size: 13px;
}
.top-contact-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 42px;
}
.top-contact-inner a,
.top-contact-inner span { color: rgba(255,255,255,0.88); }
.site-header {
	position: sticky;
	background: #fff;
	border-bottom: 1px solid rgba(17,17,17,0.08);
	box-shadow: 0 10px 30px rgba(17,17,17,0.06);
	backdrop-filter: none;
}
.site-header.is-compact { background: #fff; }
.header-inner { min-height: 86px; }
.site-header.is-compact .header-inner { min-height: 72px; }
.brand strong { color: #151515; }
.brand small { color: var(--sts-orange); font-weight: 700; }
.brand { min-width: 214px; }
.brand .brand-logo {
	width: 214px;
	height: 56px;
	object-fit: contain;
}
.footer-brand {
	align-items: flex-start;
	min-width: 0;
}
.footer-brand .brand-logo {
	width: 214px;
	height: 56px;
}
.footer-brand-copy {
	max-width: 310px;
	margin-top: 16px;
	color: rgba(255,255,255,0.72);
	line-height: 1.7;
}
.primary-nav a {
	color: #222;
	border-radius: 999px;
	font-size: 14px;
}
.primary-nav a:hover,
.primary-nav a:focus {
	color: #fff;
	background: var(--sts-orange);
}
.menu-toggle {
	border-color: rgba(17,17,17,0.16);
	background: #fff;
}
.menu-toggle span:not(.screen-reader-text) { background: #111; }
.section {
	padding: 82px 0;
	background: #fff;
	color: #202020;
}
.eyebrow {
	color: var(--sts-orange);
	letter-spacing: 0.08em;
}
h1, h2, h3, h4 { text-transform: none; }
.travel-hero {
	position: relative;
	min-height: 620px;
	display: grid;
	align-items: center;
	overflow: hidden;
	color: #fff;
}
.travel-hero__slide {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	opacity: 0;
	animation: stsHeroFade 18s infinite;
	transform: scale(1.04);
}
.travel-hero__slide:nth-child(2) { animation-delay: 6s; }
.travel-hero__slide:nth-child(3) { animation-delay: 12s; }
.travel-hero__slide.is-active { opacity: 1; }
@keyframes stsHeroFade {
	0%, 28% { opacity: 1; transform: scale(1.04); }
	34%, 100% { opacity: 0; transform: scale(1.1); }
}
.travel-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 78% 22%, rgba(244,123,32,0.28), transparent 24%),
		linear-gradient(90deg, rgba(17,17,17,0.78), rgba(17,17,17,0.42), rgba(17,17,17,0.12));
}
.travel-hero__content {
	position: relative;
	z-index: 2;
	padding: 90px 0;
}
.travel-hero h1 {
	max-width: 820px;
	font-size: clamp(42px, 6.5vw, 76px);
	text-transform: none;
	text-shadow: 0 10px 34px rgba(0,0,0,0.34);
}
.travel-hero .hero-subtitle {
	max-width: 720px;
	color: rgba(255,255,255,0.92);
	font-size: 20px;
}
.btn {
	border-radius: 999px;
	text-transform: none;
	font-size: 14px;
}
.btn-primary {
	background: linear-gradient(135deg, var(--sts-orange), #ff9c4a);
	color: #fff;
}
.btn-ghost {
	background: rgba(255,255,255,0.15);
	border-color: rgba(255,255,255,0.48);
	color: #fff;
	backdrop-filter: blur(10px);
}
.travel-about { background: #fff; }
.travel-about-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: 54px;
	align-items: center;
}
.travel-about-media {
	position: relative;
}
.travel-about-media img {
	width: 100%;
	aspect-ratio: 4 / 4.5;
	object-fit: cover;
	border-radius: 22px;
	box-shadow: 0 24px 60px rgba(17,17,17,0.14);
}
.travel-about-media::before,
.travel-about-media::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	z-index: -1;
}
.travel-about-media::before {
	width: 210px;
	height: 210px;
	left: -34px;
	top: -28px;
	background: rgba(244,123,32,0.14);
}
.travel-about-media::after {
	width: 120px;
	height: 120px;
	right: 18px;
	top: 34px;
	border: 18px solid rgba(255,122,120,0.16);
}
.experience-badge {
	position: absolute;
	right: -18px;
	bottom: 28px;
	width: 165px;
	padding: 22px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(17,17,17,0.16);
}
.experience-badge strong {
	display: block;
	color: var(--sts-orange);
	font-family: var(--sts-heading);
	font-size: 42px;
	line-height: 1;
}
.experience-badge span {
	display: block;
	color: var(--sts-muted);
	font-size: 13px;
	line-height: 1.35;
}
.lead-copy {
	color: #5c5c5c;
	font-size: 17px;
}
.destination-section,
.testimonials-section,
.contact-section { background: #f8f8f8; }
.travel-heading {
	position: relative;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 22px;
	align-items: end;
	margin-bottom: 34px;
}
.travel-heading .section-kicker,
.travel-heading .section-intro { grid-column: 1; }
.travel-heading .section-intro {
	max-width: 760px;
	font-size: 18px;
}
.section-action {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: center;
	padding: 12px 22px;
	border-radius: 999px;
	background: #fff;
	color: var(--sts-orange);
	font-weight: 800;
	box-shadow: 0 12px 28px rgba(17,17,17,0.08);
}
.destination-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 22px;
}
.destination-card {
	position: relative;
	min-height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	padding: 24px;
	border-radius: 22px;
	background-size: cover;
	background-position: center;
	color: #fff;
	box-shadow: 0 22px 42px rgba(17,17,17,0.14);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.destination-card:nth-child(1) { min-height: 340px; }
.destination-card:nth-child(3) { min-height: 340px; }
.destination-grid--page { grid-template-columns: repeat(3, 1fr); }
.destination-card--page {
	min-height: 360px;
	cursor: pointer;
}
.destination-card--page span {
	max-width: 92%;
	font-size: 14px;
	line-height: 1.55;
}
.destination-card--page h2 {
	position: relative;
	z-index: 1;
	margin-top: 10px;
	color: #fff;
	font-size: 30px;
}
.destination-card--page em {
	position: relative;
	z-index: 1;
	display: inline-flex;
	margin-top: 14px;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 5px;
}
.destination-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 20%, rgba(17,17,17,0.72));
}
.destination-card span,
.destination-card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
}
.destination-card span { font-weight: 800; font-size: 13px; }
.destination-card h3 { margin-top: 8px; font-size: 28px; color: #fff; }
.destination-card:hover { transform: translateY(-6px); box-shadow: 0 30px 55px rgba(17,17,17,0.2); }
.destination-detail-section { background: #fff; }
.destination-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
	gap: 34px;
	align-items: stretch;
}
.destination-detail-copy,
.destination-highlight-card {
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(17,17,17,0.08);
}
.destination-detail-copy {
	padding: clamp(28px, 4vw, 46px);
}
.destination-detail-copy .section-intro {
	max-width: 760px;
	margin-bottom: 18px;
	font-size: 18px;
	text-transform: none;
}
.destination-detail-copy p {
	max-width: 760px;
	color: var(--sts-muted);
	font-size: 17px;
	line-height: 1.8;
}
.destination-highlight-card {
	padding: 30px;
	background: #fff8f3;
}
.destination-highlight-card h2 {
	font-size: 24px;
	text-transform: none;
}
.destination-highlight-card ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.destination-highlight-card li {
	position: relative;
	padding-left: 24px;
	color: #252525;
	font-weight: 700;
}
.destination-highlight-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--sts-orange);
}
.packages-section { background: #fff; }
.travel-package-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}
.travel-package-card,
.content-card {
	overflow: hidden;
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(17,17,17,0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.content-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid rgba(17,17,17,0.08);
}
.travel-package-card:hover,
.content-card:hover { transform: translateY(-5px); box-shadow: 0 26px 52px rgba(17,17,17,0.13); }
.content-card__media {
	display: block;
	background: linear-gradient(135deg, #fff8f3, #fff);
	border-bottom: 1px solid rgba(17,17,17,0.06);
}
.travel-package-card__image img,
.content-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 0.72;
	object-fit: cover;
}
.travel-package-card__body,
.content-card__body {
	padding: 20px;
}
.content-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
}
.travel-package-card__body span {
	display: block;
	margin-bottom: 8px;
	color: var(--sts-orange);
	font-size: 13px;
	font-weight: 800;
}
.travel-package-card__body h3,
.content-card__body h2 {
	font-size: 21px;
	line-height: 1.25;
	text-transform: none;
}
.travel-package-card__body p,
.content-card__body p {
	color: var(--sts-muted);
	font-size: 14px;
}
.content-card .text-link { margin-top: auto; }
.content-card--partners .content-card__media,
.content-card--representations .content-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 154px;
	padding: 28px;
	background: #fff;
}
.content-card--partners .content-card__media img,
.content-card--representations .content-card__media img {
	width: 100%;
	height: 96px;
	aspect-ratio: auto;
	object-fit: contain;
}
.content-card--team .content-card__media,
.content-card--testimonials .content-card__media {
	width: 92px;
	min-height: 0;
	margin: 24px 24px 0;
	border: 0;
	border-radius: 50%;
	background: #fff3eb;
	box-shadow: inset 0 0 0 3px rgba(244,123,32,0.16);
}
.content-card--team .content-card__media img,
.content-card--testimonials .content-card__media img,
.content-card--team .placeholder-media,
.content-card--testimonials .placeholder-media {
	width: 92px;
	height: 92px;
	min-height: 0;
	aspect-ratio: 1;
	border-radius: 50%;
	object-fit: cover;
}
.content-card--faqs .content-card__body { padding-top: 26px; }
.services-strip { background: #fff8f3; }
.soft-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.soft-service-card {
	display: flex;
	flex-direction: column;
	padding: 18px;
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(17,17,17,0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.soft-service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 26px 52px rgba(17,17,17,0.13);
}
.soft-service-card img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 14px;
	margin-bottom: 18px;
}
.soft-service-card h2,
.soft-service-card h3 {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 8px;
	text-transform: none;
}
.soft-service-card p { color: var(--sts-muted); }
.soft-service-card .text-link { margin-top: auto; }
.partners-strip { background: #fff; }
.travel-partners .partner-card {
	background: #fff;
	color: #202020;
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: 16px;
	box-shadow: 0 14px 28px rgba(17,17,17,0.06);
}
.travel-partners .partner-card span { color: #202020; }
.testimonial-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.testimonial-card {
	padding: 28px;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(17,17,17,0.08);
}
.testimonial-card img {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 16px;
}
.testimonial-card h3 { font-size: 20px; }
.testimonial-meta { color: var(--sts-orange); font-weight: 800; font-size: 13px; }
.testimonial-card blockquote {
	margin: 16px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5d5d5d;
	font-size: 15px;
	font-weight: 500;
}
.soft-service-card,
.team-card,
.testimonial-card,
.guide-card,
.travel-partners .partner-card {
	border: 1px solid rgba(17,17,17,0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(17,17,17,0.08);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.soft-service-card:hover,
.team-card:hover,
.testimonial-card:hover,
.guide-card:hover,
.travel-partners .partner-card:hover {
	transform: translateY(-5px);
	border-color: rgba(244,123,32,0.22);
	box-shadow: 0 26px 52px rgba(17,17,17,0.13);
}
.team-card,
.testimonial-card,
.guide-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.team-card h2,
.team-card h3,
.testimonial-card h3,
.guide-card h2,
.partner-card span {
	line-height: 1.25;
	text-transform: none;
}
.team-card .text-link,
.testimonial-card .text-link,
.guide-card .text-link { margin-top: auto; }
.travel-partners .partner-card {
	min-height: 156px;
	align-content: center;
}
.travel-partners .partner-card img {
	width: min(170px, 86%);
	max-height: 76px;
	object-fit: contain;
}
.service-detail-layout {
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}
.service-detail-visual {
	position: sticky;
	top: 120px;
	overflow: hidden;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(17,17,17,0.08);
}
.service-detail-visual img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}
.travel-guide {
	background: linear-gradient(135deg, #4B1023, #7b203b);
	color: #fff;
}
.travel-guide-grid {
	display: grid;
	grid-template-columns: 0.9fr 0.8fr 1fr;
	gap: 42px;
	align-items: center;
}
.travel-guide h2 { color: #fff; }
.travel-guide-image {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 22px;
	box-shadow: 0 24px 50px rgba(0,0,0,0.22);
}
.guide-links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.guide-links a {
	padding: 16px 18px;
	border-radius: 14px;
	background: rgba(255,255,255,0.12);
	color: #fff;
	font-weight: 800;
}
.travel-guide-page { background: #f8f8f8; }
.guide-card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.guide-card {
	padding: 28px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(17,17,17,0.08);
}
.guide-card h2 {
	margin-bottom: 10px;
	font-size: 23px;
}
.guide-card p { color: var(--sts-muted); }
.guide-card--linked {
	display: flex;
	flex-direction: column;
	min-height: 230px;
}
.guide-card--linked .text-link { margin-top: auto; }
.home-contact-cta {
	background: #fff8f3;
}
.home-contact-card {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 28px;
	padding: 36px;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(17,17,17,0.08);
}
.home-contact-card .section-intro {
	max-width: 760px;
	margin-bottom: 0;
	font-size: 18px;
}
.contact-card .section-intro {
	color: #fff;
	font-size: 18px;
}
.inner-hero,
.package-hero {
	background: linear-gradient(90deg, rgba(17,17,17,0.68), rgba(17,17,17,0.24)), url("../images/placeholders/trekking-nepal.jpg") center/cover;
	color: #fff;
	padding: 112px 0 86px;
}
.inner-hero h1 {
	max-width: 880px;
	font-size: clamp(38px, 5vw, 68px);
	text-transform: none;
}
.breadcrumbs,
.breadcrumbs a,
.inner-hero .eyebrow,
.inner-hero .hero-subtitle { color: rgba(255,255,255,0.9); }
.archive-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}
.content-card__body .eyebrow {
	margin-bottom: 8px;
	color: var(--sts-orange);
	font-size: 11px;
}
.text-link {
	color: var(--sts-orange);
	font-weight: 900;
}
.package-layout {
	grid-template-columns: minmax(0, 1fr) 330px;
}
.fact-card {
	border: 0;
	border-radius: 18px;
	box-shadow: 0 18px 42px rgba(17,17,17,0.1);
}
.itinerary-day,
.two-column-list > div,
.faq-list details {
	border: 0;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(17,17,17,0.07);
}
.site-footer {
	background: #111;
	color: #fff;
}
.footer-grid {
	grid-template-columns: 1.3fr 1fr 1fr 1fr;
}
.footer-grid h2 {
	color: #fff;
	text-transform: none;
}
.footer-grid p,
.footer-grid a,
.footer-grid li { color: rgba(255,255,255,0.72); }
.useful-links { display: grid; gap: 8px; }
.footer-brand small { color: rgba(255,255,255,0.72); }
@media (max-width: 1080px) {
	.travel-package-grid,
	.destination-grid { grid-template-columns: repeat(2, 1fr); }
	.soft-card-grid,
	.testimonial-grid,
	.guide-card-grid,
	.archive-grid { grid-template-columns: repeat(2, 1fr); }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
	.top-contact-inner { flex-wrap: wrap; justify-content: center; padding: 8px 0; }
	.primary-nav {
		border-color: rgba(17,17,17,0.08);
		background: #fff;
		box-shadow: 0 18px 42px rgba(17,17,17,0.12);
	}
	.travel-about-grid,
	.travel-guide-grid,
	.destination-detail-grid,
	.package-layout,
	.service-detail-layout,
	.home-contact-card { grid-template-columns: 1fr; }
	.service-detail-visual { position: static; }
	.travel-heading { grid-template-columns: 1fr; }
	.section-action { grid-column: 1; grid-row: auto; justify-self: start; }
	.package-sidebar { position: static; }
}
@media (max-width: 620px) {
	.travel-hero { min-height: 560px; }
	.section-kicker { font-size: 28px; }
	.section-intro { font-size: 16px; }
	.travel-package-grid,
	.destination-grid,
	.soft-card-grid,
	.testimonial-grid,
	.guide-card-grid,
	.archive-grid,
	.guide-links,
	.footer-grid { grid-template-columns: 1fr; }
	.experience-badge { right: 16px; bottom: 16px; }
	.brand span { display: block; }
	.brand strong { font-size: 13px; }
	.brand small { font-size: 10px; }
}
