/* Company landing — photo hero, icon cards, restrained motion. */

body.home.page #right-sidebar,
body.home.page .is-right-sidebar,
body.home.page.no-sidebar .sidebar {
	display: none !important;
}

body.home.page .site.grid-container {
	max-width: 1280px;
}

body.home.page.no-sidebar .site-content .content-area,
body.home.page .site-content .content-area {
	width: 100% !important;
	float: none !important;
	max-width: none !important;
}

body.home.page .site-content {
	padding: 0;
}

body.home.page .site-main {
	margin: 0;
}

body.home.page .inside-article,
body.home.page .entry-header,
body.home.page .entry-content {
	display: none;
}

.tem-land-hero-wrap {
	background:
		radial-gradient(1200px 480px at 10% -10%, rgba(240, 138, 36, 0.18), transparent 55%),
		linear-gradient(165deg, #0b1524 0%, #132238 55%, #0f1b2d 100%);
	color: #e8eef6;
	overflow: hidden;
}

.tem-land-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 2.5rem;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
	padding: 3.25rem 1.25rem 3.5rem;
}

.tem-land-kicker {
	margin: 0 0 0.85rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f08a24;
}

.tem-land-hero h1 {
	margin: 0 0 1rem;
	font-size: clamp(2.05rem, 4.6vw, 3.35rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	color: #ffffff;
}

.tem-land-lead {
	margin: 0 0 1.75rem;
	max-width: 38rem;
	font-size: 1.12rem;
	line-height: 1.65;
	color: #c5ceda;
}

.tem-land-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.tem-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75rem 1.25rem;
	border-radius: 999px;
	font-size: 0.95rem;
	font-weight: 650;
	text-decoration: none !important;
	line-height: 1.2;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.tem-btn-primary {
	background: #f08a24;
	color: #0f1b2d !important;
}

.tem-btn-primary:hover,
.tem-btn-primary:focus {
	background: #ff9d3a;
	color: #0f1b2d !important;
	transform: translateY(-1px);
}

.tem-land-hero .tem-btn-ghost {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

.tem-land-hero .tem-btn-ghost:hover,
.tem-land-hero .tem-btn-ghost:focus {
	border-color: #f08a24;
	color: #f08a24 !important;
}

.tem-btn-ghost {
	background: #fff;
	color: #0f1b2d !important;
	border: 1px solid #d5dbe4;
}

.tem-btn-ghost:hover,
.tem-btn-ghost:focus {
	border-color: #f08a24;
	color: #c45c00 !important;
}

.tem-btn-light {
	background: transparent;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, 0.45);
}

.tem-btn-light:hover,
.tem-btn-light:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #fff !important;
}

.tem-land-hero-frame {
	position: relative;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	border: 3px solid rgba(240, 138, 36, 0.85);
	aspect-ratio: 3 / 2;
}

.tem-land-hero-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transform: scale(1.06);
	animation: tem-ken 18s ease-in-out infinite alternate;
}

@keyframes tem-ken {
	from { transform: scale(1.06) translate3d(0, 0, 0); }
	to { transform: scale(1.14) translate3d(-2%, -1%, 0); }
}

.tem-land {
	max-width: 1180px;
	margin: 0 auto;
	padding: 0.5rem 1.25rem 3.5rem;
	color: #1b2838;
}

.tem-land-section {
	padding: 2.85rem 0 0.35rem;
}

.tem-land-section h2 {
	margin: 0 0 1.25rem;
	font-size: clamp(1.4rem, 3vw, 1.9rem);
	color: #0f1b2d;
	letter-spacing: -0.02em;
}

.tem-land-sub {
	margin: -0.5rem 0 1.35rem;
	color: #4a5568;
	max-width: 40rem;
}

.tem-land-grid {
	display: grid;
	gap: 1.05rem;
}

.tem-land-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tem-land-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.tem-land-card {
	background: #f7f8fb;
	border: 1px solid #e8ecf2;
	border-radius: 16px;
	padding: 1.3rem 1.3rem 1.4rem;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.tem-land-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(15, 27, 45, 0.08);
}

.tem-land-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 0 0.85rem;
	border-radius: 12px;
	background: #fff4e6;
	color: #c45c00;
}

.tem-land-icon svg {
	width: 22px;
	height: 22px;
}

.tem-land-card h3 {
	margin: 0 0 0.5rem;
	font-size: 1.08rem;
	color: #0f1b2d;
}

.tem-land-card p {
	margin: 0 0 0.9rem;
	color: #3d4a5c;
	line-height: 1.6;
}

.tem-land-card a {
	font-weight: 650;
	color: #c45c00 !important;
	text-decoration: none !important;
}

.tem-land-card a:hover {
	text-decoration: underline !important;
}

.tem-land-tracks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
}

.tem-land-tracks a {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 0.7rem 1.2rem;
	border-radius: 999px;
	background: #0f1b2d;
	color: #fff !important;
	font-weight: 650;
	text-decoration: none !important;
	transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.tem-land-tracks a:hover {
	background: #f08a24;
	color: #0f1b2d !important;
	transform: translateY(-2px);
}

.tem-land-quote {
	position: relative;
	margin: 0;
	padding: 1.5rem 1.4rem 1.35rem;
	background: #fff8f0;
	border-left: 5px solid #f08a24;
	border-radius: 0 16px 16px 0;
}

.tem-land-quote::before {
	content: "“";
	position: absolute;
	top: 0.15rem;
	right: 1rem;
	font-size: 4rem;
	line-height: 1;
	color: rgba(240, 138, 36, 0.28);
	font-family: Georgia, serif;
}

.tem-land-quote blockquote {
	margin: 0;
}

.tem-land-quote p {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	line-height: 1.65;
	color: #1b2838;
}

.tem-land-quote figcaption {
	font-size: 0.88rem;
	color: #4a5568;
}

.tem-land-more {
	margin: 1.15rem 0 0;
	color: #4a5568;
}

.tem-land-more a {
	color: #c45c00 !important;
	font-weight: 650;
}

.tem-land-band {
	position: relative;
	margin-top: 2.75rem;
	padding: 2.4rem 1.7rem 1.6rem;
	color: #d7dee8;
	border-radius: 18px;
	overflow: hidden;
}

.tem-land-band-bg {
	position: absolute;
	inset: 0;
}

.tem-land-band-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tem-land-band-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 21, 36, 0.92) 12%, rgba(11, 21, 36, 0.78) 55%, rgba(11, 21, 36, 0.7));
}

.tem-land-band-inner,
.tem-land-contact {
	position: relative;
	z-index: 1;
}

.tem-land-band-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.tem-land-band h2 {
	margin: 0 0 0.4rem;
	color: #fff;
	font-size: 1.45rem;
}

.tem-land-band p {
	margin: 0;
	color: #c5ceda;
}

.tem-land-contact {
	margin: 1.25rem 0 0 !important;
	font-size: 0.9rem;
	color: #9aa6b5 !important;
}

.tem-reveal {
	opacity: 0;
	transform: translateY(16px);
	animation: tem-rise 0.7s ease forwards;
}

.tem-land-hero-copy.tem-reveal { animation-delay: 0.05s; }
.tem-land-hero-media.tem-reveal { animation-delay: 0.18s; }
.tem-land-section.tem-reveal:nth-of-type(1) { animation-delay: 0.08s; }

@keyframes tem-rise {
	to {
		opacity: 1;
		transform: none;
	}
}

.tem-reveal.is-in {
	opacity: 1;
	transform: none;
	animation: none;
}

@media (max-width: 900px) {
	.tem-land-hero {
		grid-template-columns: 1fr;
		padding: 2.2rem 1.15rem 2.4rem;
		gap: 1.6rem;
	}

	.tem-land-grid-4,
	.tem-land-grid-3,
	.tem-land-grid-2 {
		grid-template-columns: 1fr 1fr;
	}

	.tem-land-hero-frame {
		max-height: 280px;
	}

	.tem-land-hero-frame img {
		animation: none;
		transform: none;
	}
}

@media (max-width: 768px) {
	.tem-land-hero h1 {
		font-size: 1.85rem;
	}

	.tem-land-grid-4,
	.tem-land-grid-3,
	.tem-land-grid-2 {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tem-land-hero-frame img,
	.tem-land-card,
	.tem-land-tracks a,
	.tem-btn,
	.tem-reveal {
		animation: none !important;
		transition: none !important;
		transform: none !important;
		opacity: 1 !important;
	}
}
