/**
 * Premium long-form article layout (NEOM, Total Station vs LiDAR, etc.).
 * Scoped to body.neom-premium-post only.
 */

body.neom-premium-post {
	overflow-x: clip;
	--neom-orange: #ff8c00;
	--neom-orange-soft: rgba(255, 140, 0, 0.12);
	--neom-text: #1a1d26;
	--neom-muted: #5c6370;
}

/* —— Full-bleed hero —— */
body.neom-premium-post .neom-premium-hero {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	min-height: clamp(320px, 52vh, 560px);
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

body.neom-premium-post .neom-premium-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center 28%;
	background-repeat: no-repeat;
	transform: scale(1.03);
}

body.neom-premium-post .neom-premium-hero__scrim {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		180deg,
		rgba(10, 14, 28, 0.35) 0%,
		rgba(10, 14, 28, 0.55) 45%,
		rgba(10, 14, 28, 0.88) 100%
	);
}

body.neom-premium-post .neom-premium-hero__content {
	position: relative;
	z-index: 2;
	padding-top: 3rem;
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
	max-width: 920px;
}

body.neom-premium-post .neom-premium-hero__title {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(1.65rem, 4.2vw, 2.85rem);
	font-weight: 800;
	line-height: 1.12;
	color: #fff;
	letter-spacing: -0.02em;
	margin: 0;
	text-shadow:
		0 0 1px var(--neom-orange),
		0 0 14px rgba(255, 140, 0, 0.55),
		0 2px 4px rgba(0, 0, 0, 0.9),
		0 12px 40px rgba(0, 0, 0, 0.65);
}

body.neom-premium-post .neom-premium-hero__subtitle {
	margin: 1rem 0 0;
	padding-left: 1rem;
	border-left: 4px solid var(--neom-orange);
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(1.05rem, 2.4vw, 1.3rem);
	font-weight: 500;
	color: rgba(255, 255, 255, 0.95);
	line-height: 1.45;
	max-width: 36rem;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

/* —— Article body —— */
body.neom-premium-post .neom-premium-article-shell {
	background: linear-gradient(180deg, #fbfbfc 0%, #f4f5f8 100%);
}

body.neom-premium-post .neom-premium-content {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: clamp(1.0625rem, 0.5vw + 1rem, 1.125rem);
	line-height: 1.75;
	color: var(--neom-text);
	max-width: 48rem;
	margin: 0 auto;
}

body.neom-premium-post .neom-premium-content p,
body.neom-premium-post .neom-premium-content li {
	margin-bottom: 1.15rem;
}

body.neom-premium-post .neom-premium-content .neom-lead {
	font-size: clamp(1.15rem, 2vw, 1.28rem);
	line-height: 1.65;
	color: #252830;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

body.neom-premium-post .neom-premium-content h2.neom-section-title {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	font-size: clamp(1.45rem, 2.5vw, 1.75rem);
	font-weight: 800;
	color: var(--neom-text);
	margin-top: clamp(2.75rem, 5vw, 3.75rem);
	margin-bottom: 1.25rem;
	padding-bottom: 0.65rem;
	border-bottom: 3px solid var(--neom-orange);
	letter-spacing: -0.02em;
	line-height: 1.25;
}

body.neom-premium-post .neom-premium-content h2.neom-section-title:first-of-type {
	margin-top: 0.5rem;
}

body.neom-premium-post .neom-premium-content h3.neom-subhead {
	font-size: clamp(1.12rem, 1.5vw, 1.22rem);
	font-weight: 700;
	color: #2d3340;
	margin-top: 2rem;
	margin-bottom: 0.75rem;
}

body.neom-premium-post .neom-premium-content ul.disc__list {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.5rem;
}

body.neom-premium-post .neom-premium-content ul.disc__list li {
	position: relative;
	margin-bottom: 0.65rem;
	padding-left: 1.35rem;
}

body.neom-premium-post .neom-premium-content ul.disc__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.72em;
	width: 9px;
	height: 9px;
	border-radius: 9999px;
	background: var(--neom-orange);
	opacity: 0.95;
	transform: translateY(-50%);
}

body.neom-premium-post .neom-premium-content a {
	color: #c56f00;
	font-weight: 600;
	text-underline-offset: 3px;
}

body.neom-premium-post .neom-premium-content a:hover {
	color: var(--neom-orange);
}

/* Figures — wide landscape treatment */
body.neom-premium-post .neom-figure {
	margin: clamp(2rem, 4vw, 2.75rem) 0;
	text-align: center;
}

body.neom-premium-post .neom-figure .neom-article-img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 21 / 9;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	box-shadow: 0 12px 40px rgba(26, 34, 56, 0.14), 0 4px 12px rgba(26, 34, 56, 0.08);
}

body.neom-premium-post .neom-figcaption {
	display: block;
	margin-top: 0.85rem;
	font-size: 0.9375rem;
	font-style: italic;
	color: var(--neom-muted);
	line-height: 1.55;
	max-width: 42rem;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0.5rem;
}

/* Callouts & pull quotes */
body.neom-premium-post .neom-callout {
	margin: 1.75rem 0;
	padding: 1.25rem 1.35rem 1.25rem 1.25rem;
	background: #f1f3f6;
	border-left: 4px solid var(--neom-orange);
	border-radius: 0 10px 10px 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

body.neom-premium-post .neom-callout p:last-child {
	margin-bottom: 0;
}

body.neom-premium-post .neom-callout--lessons {
	background: linear-gradient(135deg, #fff9f0 0%, #f5f7fa 100%);
	border-left-color: var(--neom-orange);
}

body.neom-premium-post .neom-callout__label {
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--neom-orange);
	margin-bottom: 0.5rem;
}

body.neom-premium-post .neom-myth-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

body.neom-premium-post .neom-myth-list li {
	position: relative;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}

body.neom-premium-post .neom-myth-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--neom-orange);
	opacity: 0.85;
}

body.neom-premium-post .neom-myth-term {
	font-weight: 700;
	color: var(--neom-text);
	display: block;
	margin-bottom: 0.25rem;
}

body.neom-premium-post .neom-pullquote {
	margin: 2rem 0;
	padding: 1.5rem 1.5rem 1.5rem 1.35rem;
	background: #fff;
	border-left: 4px solid var(--neom-orange);
	border-radius: 0 12px 12px 0;
	font-size: 1.125rem;
	font-weight: 600;
	color: #2d3340;
	box-shadow: 0 8px 32px rgba(26, 34, 56, 0.06);
}

/* FAQ accordion */
body.neom-premium-post .neom-faq-wrap {
	margin-top: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

body.neom-premium-post .neom-faq-item {
	background: #fff;
	border: 1px solid #e8eaef;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(26, 34, 56, 0.04);
}

body.neom-premium-post .neom-faq-item summary {
	cursor: pointer;
	font-weight: 700;
	font-size: 1.05rem;
	padding: 1.1rem 1.25rem;
	list-style: none;
	color: var(--neom-text);
	position: relative;
	padding-right: 2.5rem;
}

body.neom-premium-post .neom-faq-item summary::-webkit-details-marker {
	display: none;
}

body.neom-premium-post .neom-faq-item summary::after {
	content: "+";
	position: absolute;
	right: 1.15rem;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.35rem;
	font-weight: 400;
	color: var(--neom-orange);
	line-height: 1;
}

body.neom-premium-post .neom-faq-item[open] summary::after {
	content: "−";
}

body.neom-premium-post .neom-faq-item summary:hover {
	background: var(--neom-orange-soft);
}

body.neom-premium-post .neom-faq-answer {
	padding: 0 1.25rem 1.2rem;
	margin: 0;
	color: var(--neom-muted);
	font-size: 1.02rem;
	line-height: 1.7;
	border-top: 1px solid #eef0f4;
	padding-top: 0.85rem;
}

/* CTA */
body.neom-premium-post .neom-cta {
	margin: clamp(2.5rem, 5vw, 3.5rem) 0 1rem;
	padding: clamp(1.5rem, 3vw, 2rem);
	background: linear-gradient(135deg, #1a2238 0%, #252d45 50%, #1a2238 100%);
	border-radius: 14px;
	border: 2px solid var(--neom-orange);
	box-shadow: 0 16px 48px rgba(255, 140, 0, 0.15), 0 8px 24px rgba(0, 0, 0, 0.2);
	text-align: center;
}

body.neom-premium-post .neom-cta__title {
	color: #fff;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 800;
	margin: 0 0 0.65rem;
	letter-spacing: -0.02em;
}

body.neom-premium-post .neom-cta__text {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.05rem;
	line-height: 1.65;
	margin: 0 0 1.35rem;
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

body.neom-premium-post .neom-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	align-items: center;
}

body.neom-premium-post .neom-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.75rem 1.35rem;
	font-weight: 700;
	font-size: 1rem;
	border-radius: 8px;
	text-decoration: none !important;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

body.neom-premium-post .neom-cta__btn--primary {
	background: var(--neom-orange);
	color: #1a1206 !important;
	box-shadow: 0 4px 16px rgba(255, 140, 0, 0.45);
}

body.neom-premium-post .neom-cta__btn--primary:hover {
	transform: translateY(-2px);
	color: #000 !important;
}

body.neom-premium-post .neom-cta__btn--ghost {
	background: transparent;
	color: #fff !important;
	border: 2px solid rgba(255, 255, 255, 0.45);
}

body.neom-premium-post .neom-cta__btn--ghost:hover {
	border-color: var(--neom-orange);
	color: var(--neom-orange) !important;
}

/* Comparison / data tables */
body.neom-premium-post .neom-premium-content .neom-table-wrap {
	margin: clamp(1.75rem, 3vw, 2.5rem) 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 28px rgba(26, 34, 56, 0.08);
	background: #fff;
	border: 1px solid #e8eaef;
}

body.neom-premium-post .neom-premium-content .neom-table-wrap .table-responsive {
	margin: 0;
}

body.neom-premium-post .neom-premium-content .neom-table-wrap table {
	margin-bottom: 0;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
}

body.neom-premium-post .neom-premium-content .neom-table-wrap thead th {
	background: #f1f3f6 !important;
	font-weight: 700;
	color: var(--neom-text);
	border-bottom: 3px solid var(--neom-orange) !important;
	vertical-align: middle;
}

body.neom-premium-post .neom-premium-content .neom-table-wrap tbody th[scope="row"] {
	font-weight: 600;
	background: #fafbfc;
	width: 24%;
	color: #2d3340;
}

body.neom-premium-post .neom-premium-content .neom-table-wrap td {
	vertical-align: middle;
}

/* Meta row spacing */
body.neom-premium-post .post__details__wrapper .blog {
	margin-top: 0.5rem !important;
	margin-bottom: 1.75rem !important;
}

body.neom-premium-post .post__details__wrapper .social__share {
	margin-bottom: 2rem !important;
}

/* Mobile: larger tap targets, single column comfort */
@media (max-width: 767.98px) {
	body.neom-premium-post .neom-premium-hero__bg {
		background-position: center 22%;
	}

	body.neom-premium-post .neom-premium-content {
		font-size: 1.0625rem;
	}

	body.neom-premium-post .neom-figure .neom-article-img {
		aspect-ratio: 16 / 9;
		border-radius: 8px;
	}

	body.neom-premium-post .neom-faq-item summary {
		font-size: 1rem;
		padding: 1rem 2.25rem 1rem 1rem;
	}
}

@media (min-width: 992px) {
	body.neom-premium-post .post__details__wrapper {
		padding-right: 1rem;
	}
}
