/*
Theme Name: SISIPIL AdSense Ready
Theme URI: https://www.sisipil.com/
Author: SISIPIL.COM
Author URI: https://www.sisipil.com/
Description: Tema editorial ringan dan responsif untuk website teknik sipil, konstruksi, bahan bangunan, dan hunian.
Version: 1.5.0
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: sisipil
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--sp-primary: #175cd3;
	--sp-primary-dark: #0f3f95;
	--sp-accent: #f79009;
	--sp-ink: #172033;
	--sp-muted: #667085;
	--sp-line: #e4e7ec;
	--sp-soft: #f7f9fc;
	--sp-white: #ffffff;
	--sp-success: #067647;
	--sp-radius: 14px;
	--sp-shadow: 0 10px 30px rgba(16, 24, 40, .07);
	--sp-container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
	max-width: 100%;
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: clip;
	background: var(--sp-white);
	color: var(--sp-ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { color: var(--sp-primary); text-decoration: none; }
a:hover { color: var(--sp-primary-dark); }
button, input, textarea, select { 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 {
	top: 8px;
	left: 8px;
	width: auto;
	height: auto;
	padding: 10px 14px;
	background: var(--sp-white);
	clip: auto;
	z-index: 99999;
}

.sp-container {
	width: min(calc(100% - 32px), var(--sp-container));
	max-width: var(--sp-container);
	min-width: 0;
	margin-inline: auto;
}

#page,
#primary,
#secondary,
.site-header,
.site-footer,
.sp-header-inner,
.sp-main-wrap,
.sp-main-wrap > *,
.entry-header,
.entry-content,
.sp-sidebar,
.sp-footer-main,
.sp-footer-bottom {
	min-width: 0;
	max-width: 100%;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .97);
	border-bottom: 1px solid var(--sp-line);
	backdrop-filter: blur(12px);
	transition: box-shadow .22s ease, background-color .22s ease;
}

.site-header.is-scrolled {
	background: rgba(255, 255, 255, .985);
	box-shadow: 0 8px 24px rgba(16, 24, 40, .08);
}

.admin-bar .site-header { top: 32px; }

.sp-header-inner {
	min-height: 78px;
	display: flex;
	align-items: center;
	gap: clamp(20px, 3vw, 42px);
}

.site-branding {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
}
.custom-logo-link { display: flex; align-items: center; }
.custom-logo {
	display: block;
	width: auto;
	max-width: 230px;
	max-height: 48px;
	object-fit: contain;
}

.site-title {
	margin: 0;
	font-size: 24px;
	font-weight: 850;
	line-height: 1;
	letter-spacing: -.8px;
}

.site-title a { color: var(--sp-ink); }
.site-title span { color: var(--sp-primary); }
.site-description { margin: 6px 0 0; color: var(--sp-muted); font-size: 12px; line-height: 1.2; }

.main-navigation { margin-left: auto; }
.main-navigation ul {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 8px 12px;
	color: #344054;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.2;
	border-radius: 9px;
	white-space: nowrap;
	transition: color .18s ease, background-color .18s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a {
	background: #eff4ff;
	color: var(--sp-primary);
}

.sp-header-actions { display: flex; align-items: center; gap: 8px; }
.sp-icon-button,
.sp-menu-toggle {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	background: var(--sp-soft);
	color: var(--sp-ink);
	border: 1px solid var(--sp-line);
	border-radius: 10px;
	cursor: pointer;
}

.sp-menu-toggle { display: none; }
.sp-icon-button svg,
.sp-menu-toggle svg { width: 20px; height: 20px; }

.sp-search-panel {
	display: none;
	padding: 14px 0;
	background: var(--sp-soft);
	border-bottom: 1px solid var(--sp-line);
}
.sp-search-panel.is-open { display: block; }

.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field {
	width: 100%;
	min-height: 46px;
	padding: 10px 14px;
	background: var(--sp-white);
	border: 1px solid #d0d5dd;
	border-radius: 10px;
}
.search-submit,
.sp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	background: var(--sp-primary);
	color: var(--sp-white);
	border: 0;
	border-radius: 10px;
	font-weight: 750;
	cursor: pointer;
}
.search-submit:hover,
.sp-button:hover { background: var(--sp-primary-dark); color: var(--sp-white); }

.sp-hero {
	padding: 48px 0;
	background:
		radial-gradient(circle at 85% 20%, rgba(23, 92, 211, .13), transparent 28%),
		linear-gradient(180deg, #f8fbff 0%, #fff 100%);
	border-bottom: 1px solid #eef2f6;
}

.sp-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
	gap: 48px;
	align-items: center;
}

.sp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: var(--sp-primary);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.sp-eyebrow::before {
	content: "";
	width: 28px;
	height: 3px;
	background: var(--sp-accent);
	border-radius: 10px;
}

.sp-hero h1 {
	max-width: 760px;
	margin: 0;
	font-size: clamp(36px, 4.6vw, 54px);
	line-height: 1.12;
	letter-spacing: -2px;
}
.sp-hero h1 span { color: var(--sp-primary); }
.sp-hero p {
	max-width: 680px;
	margin: 20px 0 28px;
	color: #475467;
	font-size: 18px;
}
.sp-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sp-button--secondary {
	background: var(--sp-white);
	color: var(--sp-ink);
	border: 1px solid #d0d5dd;
}
.sp-button--secondary:hover { background: var(--sp-soft); color: var(--sp-primary); }

.sp-hero-card {
	padding: 26px;
	background: var(--sp-white);
	border: 1px solid var(--sp-line);
	border-radius: 20px;
	box-shadow: var(--sp-shadow);
}
.sp-hero-card h2 { margin: 0 0 6px; font-size: 20px; }
.sp-hero-card p { margin: 0 0 18px; font-size: 14px; }
.sp-topic-list { display: grid; gap: 10px; }
.sp-topic {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	color: var(--sp-ink);
	background: var(--sp-soft);
	border-radius: 11px;
	font-weight: 700;
}
.sp-topic-mark {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: var(--sp-primary);
	background: #e9f0ff;
	border-radius: 9px;
	font-size: 15px;
}

.sp-section { padding: 58px 0; }
.sp-section--soft { background: var(--sp-soft); }
.sp-section-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}
.sp-section-heading h2 { margin: 0; font-size: clamp(25px, 3vw, 34px); letter-spacing: -.8px; }
.sp-section-heading p { max-width: 600px; margin: 7px 0 0; color: var(--sp-muted); }
.sp-section-link { flex: 0 0 auto; font-size: 14px; font-weight: 750; }

.sp-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}
.sp-card {
	overflow: hidden;
	background: var(--sp-white);
	border: 1px solid var(--sp-line);
	border-radius: var(--sp-radius);
	transition: transform .2s ease, box-shadow .2s ease;
}
.sp-card:hover { transform: translateY(-3px); box-shadow: var(--sp-shadow); }
.sp-card-media {
	display: block;
	aspect-ratio: 16 / 9;
	background: #eaf0f8;
	overflow: hidden;
}
.sp-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.sp-card:hover .sp-card-media img { transform: scale(1.025); }
.sp-card-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	color: #98a2b3;
	background: linear-gradient(135deg, #eef4ff, #f8fafc);
}
.sp-card-body { padding: 20px; }
.sp-category {
	display: inline-block;
	margin-bottom: 9px;
	color: var(--sp-primary);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.sp-card h2,
.sp-card h3 { margin: 0 0 10px; font-size: 20px; line-height: 1.38; letter-spacing: -.3px; }
.sp-card h2 a,
.sp-card h3 a { color: var(--sp-ink); }
.sp-card h2 a:hover,
.sp-card h3 a:hover { color: var(--sp-primary); }
.sp-card-excerpt { margin: 0 0 14px; color: var(--sp-muted); font-size: 14px; }
.sp-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; color: var(--sp-muted); font-size: 12px; }

.sp-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}
.sp-category-card {
	padding: 22px;
	background: var(--sp-white);
	color: var(--sp-ink);
	border: 1px solid var(--sp-line);
	border-radius: 13px;
}
.sp-category-card:hover { border-color: #b2ccff; box-shadow: 0 8px 24px rgba(16, 24, 40, .06); }
.sp-category-card strong { display: block; margin-bottom: 5px; font-size: 17px; }
.sp-category-card span { color: var(--sp-muted); font-size: 13px; }

.sp-main-wrap {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 40px;
	padding-top: 42px;
	padding-bottom: 64px;
}
.sp-main-wrap--full { grid-template-columns: minmax(0, 1fr); max-width: 840px; }
.no-sidebar .sp-main-wrap { grid-template-columns: minmax(0, 840px); justify-content: center; }

.sp-breadcrumbs {
	margin-bottom: 22px;
	color: var(--sp-muted);
	font-size: 13px;
}
.sp-breadcrumbs a { color: #475467; }
.sp-breadcrumbs span { margin: 0 7px; }

.entry-header { margin-bottom: 24px; }
.entry-title {
	margin: 0 0 16px;
	max-width: 900px;
	font-size: clamp(34px, 4.2vw, 48px);
	line-height: 1.16;
	letter-spacing: -1.25px;
}
.entry-summary {
	margin: 20px 0;
	padding: 16px 18px;
	color: #475467;
	background: #f7f9fc;
	border-left: 4px solid var(--sp-primary);
	border-radius: 0 10px 10px 0;
	font-size: 18px;
	line-height: 1.65;
}
.entry-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 16px;
	padding-bottom: 20px;
	color: var(--sp-muted);
	font-size: 13px;
	border-bottom: 1px solid var(--sp-line);
}
.entry-byline {
	display: flex;
	align-items: center;
	gap: 11px;
}
.entry-byline img {
	flex: 0 0 auto;
	border-radius: 50%;
}
.entry-byline-text {
	display: grid;
	gap: 1px;
}
.entry-byline-text strong {
	color: var(--sp-ink);
	font-size: 13px;
}
.entry-byline-text span {
	color: var(--sp-muted);
	font-size: 12px;
}
.entry-meta-details {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin-left: auto;
}
.entry-thumbnail {
	margin: 0 0 30px;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	overflow: hidden;
	background: var(--sp-soft);
}
.entry-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-content {
	width: 100%;
	max-width: 790px;
	overflow-wrap: anywhere;
	font-size: 17px;
}
.entry-content > * { max-width: 100%; }
.entry-content p,
.entry-content li,
.entry-content a,
.entry-title,
.entry-summary {
	overflow-wrap: anywhere;
	word-break: normal;
}
.entry-content p { margin: 0 0 1.35em; }
.entry-content h2 {
	margin: 2em 0 .7em;
	font-size: clamp(25px, 3vw, 32px);
	line-height: 1.3;
	letter-spacing: -.5px;
}
.entry-content h3 { margin: 1.7em 0 .6em; font-size: 22px; line-height: 1.35; }
.entry-content h4 { margin: 1.5em 0 .5em; font-size: 18px; }
.entry-content ul,
.entry-content ol { margin: 0 0 1.4em; padding-left: 24px; }
.entry-content li { margin-bottom: .45em; }
.entry-content blockquote {
	margin: 1.8em 0;
	padding: 18px 22px;
	background: #f3f7ff;
	border-left: 4px solid var(--sp-primary);
	border-radius: 0 10px 10px 0;
}
.entry-content table {
	width: 100%;
	max-width: 100%;
	margin: 1.8em 0;
	border-collapse: collapse;
	font-size: 15px;
}
.entry-content th,
.entry-content td { padding: 11px 13px; text-align: left; border: 1px solid var(--sp-line); }
.entry-content th { background: var(--sp-soft); }
.entry-content pre {
	max-width: 100%;
	overflow-x: auto;
	white-space: pre-wrap;
	overflow-wrap: anywhere;
	padding: 18px;
	background: #101828;
	color: #f2f4f7;
	border-radius: 10px;
}
.entry-content img {
	max-width: 100% !important;
	height: auto !important;
	border-radius: 10px;
}
.entry-content figure,
.entry-content .wp-caption,
.entry-content .wp-block-image,
.entry-content .wp-block-gallery,
.entry-content .wp-block-embed,
.entry-content .wp-block-video,
.entry-content .wp-block-audio {
	width: 100%;
	max-width: 100% !important;
	margin-inline: 0;
}
.entry-content iframe,
.entry-content video,
.entry-content embed,
.entry-content object,
.entry-content svg,
.entry-content canvas {
	display: block;
	width: 100%;
	max-width: 100% !important;
	height: auto;
}
.entry-content .wp-block-embed__wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.entry-content figcaption {
	margin-top: 7px;
	color: var(--sp-muted);
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
}
.entry-content .wp-block-details {
	margin: 18px 0;
	padding: 14px 16px;
	background: var(--sp-soft);
	border: 1px solid var(--sp-line);
	border-radius: 10px;
}
.entry-content .wp-block-details summary {
	color: var(--sp-ink);
	font-weight: 750;
	cursor: pointer;
}

.sp-toc {
	margin: 4px 0 30px;
	padding: 19px 20px;
	background: #f8fbff;
	border: 1px solid #dbe7ff;
	border-radius: 12px;
}
.sp-toc-title {
	margin: 0 0 11px;
	color: var(--sp-ink);
	font-size: 16px;
	font-weight: 800;
}
.sp-toc-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 0;
	color: inherit;
	background: transparent;
	border: 0;
	font: inherit;
	text-align: left;
	cursor: pointer;
}
.sp-toc-label {
	display: flex;
	align-items: center;
	gap: 9px;
}
.sp-toc-title svg {
	width: 18px;
	height: 18px;
	color: var(--sp-primary);
}
.sp-toc-chevron {
	transition: transform .2s ease;
}
.sp-toc-toggle[aria-expanded="true"] .sp-toc-chevron {
	transform: rotate(180deg);
}
.sp-toc ol[hidden] { display: none; }
.sp-toc ol {
	margin: 0;
	padding-left: 22px;
}
.sp-toc li { margin: 5px 0; }
.sp-toc li.is-subheading {
	margin-left: 18px;
	font-size: 14px;
}
.sp-toc a {
	color: #344054;
	font-size: 14px;
}
.sp-toc a:hover { color: var(--sp-primary); }

.sp-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	height: 3px;
	pointer-events: none;
}
.admin-bar .sp-reading-progress { top: 32px; }
.sp-reading-progress span {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, var(--sp-primary), #53b1fd);
	transition: width .08s linear;
}

.sp-notice {
	margin: 28px 0;
	padding: 17px 19px;
	background: #fffaeb;
	color: #7a2e0e;
	border: 1px solid #fedf89;
	border-radius: 10px;
	font-size: 14px;
}

.sp-ad-slot {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 90px;
	margin: 28px 0;
	text-align: center;
}
.sp-ad-slot:empty { display: none; }
.sp-ad-label { margin-bottom: 5px; color: #98a2b3; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }

.sp-author-box {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 18px;
	margin: 36px 0;
	padding: 22px;
	background: var(--sp-soft);
	border: 1px solid var(--sp-line);
	border-radius: 14px;
}
.sp-author-box img { border-radius: 50%; }
.sp-author-box h2 { margin: 0 0 5px; font-size: 19px; }
.sp-author-box p { margin: 0; color: var(--sp-muted); font-size: 14px; }
.sp-author-role {
	display: block;
	margin-bottom: 5px;
	color: var(--sp-primary);
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.sp-post-tags { margin: 26px 0; font-size: 13px; }
.sp-post-tags a {
	display: inline-block;
	margin: 4px 4px 4px 0;
	padding: 5px 10px;
	background: var(--sp-soft);
	color: #475467;
	border-radius: 999px;
}

.post-navigation { margin: 32px 0; }
.nav-links { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.nav-previous,
.nav-next {
	padding: 16px;
	border: 1px solid var(--sp-line);
	border-radius: 11px;
}
.nav-next { text-align: right; }
.nav-subtitle { display: block; color: var(--sp-muted); font-size: 12px; }
.nav-title { color: var(--sp-ink); font-weight: 750; }

.widget {
	margin-bottom: 24px;
	padding: 20px;
	background: var(--sp-white);
	border: 1px solid var(--sp-line);
	border-radius: 13px;
}
.widget-title { margin: 0 0 14px; font-size: 17px; }
.widget ul { margin: 0; padding: 0; list-style: none; }
.widget li { padding: 9px 0; border-bottom: 1px solid #f0f2f5; }
.widget li:last-child { border-bottom: 0; }
.widget a { color: #344054; font-size: 14px; }
.widget a:hover { color: var(--sp-primary); }
.sp-sidebar { min-width: 0; }
.sp-sidebar-inner { position: sticky; top: 98px; }
.admin-bar .sp-sidebar-inner { top: 130px; }
.sp-sidebar-card {
	margin-bottom: 20px;
	padding: 19px;
	background: var(--sp-white);
	border: 1px solid var(--sp-line);
	border-radius: 13px;
}
.sp-sidebar-card h2 {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.35;
}
.sp-sidebar-card .search-form { display: block; }
.sp-sidebar-card .search-submit {
	width: 100%;
	min-height: 42px;
	margin-top: 8px;
}
.sp-mini-posts {
	display: grid;
	gap: 13px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sp-mini-post {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr);
	gap: 11px;
	align-items: center;
}
.sp-mini-post + .sp-mini-post {
	padding-top: 13px;
	border-top: 1px solid #eef1f5;
}
.sp-mini-post-thumb {
	display: block;
	aspect-ratio: 1 / .78;
	overflow: hidden;
	background: var(--sp-soft);
	border-radius: 8px;
}
.sp-mini-post-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sp-mini-post-title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--sp-ink);
	font-size: 13px;
	font-weight: 750;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.sp-mini-post-title:hover { color: var(--sp-primary); }
.sp-sidebar-categories {
	display: grid;
	gap: 2px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sp-sidebar-categories a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 9px 0;
	color: #344054;
	font-size: 14px;
	border-bottom: 1px solid #eef1f5;
}
.sp-sidebar-categories li:last-child a { border-bottom: 0; }
.sp-sidebar-categories a:hover { color: var(--sp-primary); }
.sp-sidebar-count {
	display: inline-grid;
	place-items: center;
	min-width: 27px;
	height: 22px;
	padding: 0 6px;
	background: var(--sp-soft);
	color: var(--sp-muted);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 750;
}

.page-header { padding: 42px 0 10px; }
.page-title { margin: 0; font-size: clamp(32px, 4vw, 44px); letter-spacing: -1px; }
.archive-description { max-width: 720px; color: var(--sp-muted); }

.pagination { margin-top: 34px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 7px; }
.page-numbers {
	display: grid;
	place-items: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	background: var(--sp-white);
	color: #344054;
	border: 1px solid var(--sp-line);
	border-radius: 8px;
}
.page-numbers.current { background: var(--sp-primary); color: var(--sp-white); border-color: var(--sp-primary); }

.comments-area { margin-top: 36px; }
.comments-title { font-size: 23px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 18px; padding: 18px; background: var(--sp-soft); border-radius: 10px; }
.comment-meta { font-size: 13px; }
.comment-content { margin-top: 10px; }
.comment-form label { display: block; margin-bottom: 5px; font-weight: 700; }
.comment-form input:not([type="checkbox"]),
.comment-form textarea {
	width: 100%;
	padding: 11px 13px;
	border: 1px solid #d0d5dd;
	border-radius: 9px;
}
.form-submit .submit {
	padding: 11px 18px;
	background: var(--sp-primary);
	color: var(--sp-white);
	border: 0;
	border-radius: 9px;
	font-weight: 750;
	cursor: pointer;
}

.site-footer {
	background: #101828;
	color: #d0d5dd;
	border-top: 4px solid var(--sp-primary);
}
.sp-footer-main {
	display: grid;
	grid-template-columns: minmax(280px, 1.4fr) minmax(170px, .65fr) minmax(210px, .8fr);
	gap: clamp(36px, 7vw, 100px);
	align-items: start;
	padding: 38px 0 30px;
}
.site-footer h2,
.site-footer h3 {
	margin: 0 0 16px;
	color: var(--sp-white);
	line-height: 1.25;
}
.site-footer h2 {
	font-size: 24px;
	font-weight: 850;
	letter-spacing: -.6px;
}
.site-footer h2 span { color: #84adff; }
.site-footer h3 { font-size: 16px; }
.site-footer p {
	max-width: 540px;
	margin: 0;
	color: #aeb9cc;
	font-size: 14px;
	line-height: 1.75;
}
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: 0 0 9px; }
.site-footer a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #cbd5e1;
	font-size: 14px;
	line-height: 1.45;
}
.site-footer a::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #667085;
	border-radius: 50%;
	transition: background .2s ease, transform .2s ease;
}
.site-footer a:hover { color: var(--sp-white); }
.site-footer a:hover::before {
	background: #84adff;
	transform: translateX(2px);
}
.site-footer .custom-logo-link::before { display: none; }
.site-footer .widget {
	margin: 18px 0 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.site-footer .widget-title { color: var(--sp-white); }
.sp-footer-note {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-top: 16px;
	color: #98a2b3;
	font-size: 12px;
	line-height: 1.55;
}
.sp-footer-note svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-top: 1px;
	color: #84adff;
}
.sp-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 0;
	border-top: 1px solid #344054;
	color: #98a2b3;
	font-size: 13px;
}
.sp-footer-bottom p { margin: 0; }

.sp-empty {
	padding: 40px;
	text-align: center;
	background: var(--sp-soft);
	border-radius: 14px;
}

.single .sp-section[aria-labelledby="related-title"] {
	padding: 34px 0 12px;
	border-top: 1px solid var(--sp-line);
}
.single .sp-section[aria-labelledby="related-title"] .sp-section-heading {
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.sp-menu-toggle { display: inline-grid; }
	.main-navigation {
		display: none;
		position: absolute;
		top: 78px;
		left: 0;
		right: 0;
		margin: 0;
		padding: 12px 16px 18px;
		background: var(--sp-white);
		border-bottom: 1px solid var(--sp-line);
		box-shadow: 0 14px 22px rgba(16, 24, 40, .08);
	}
	.main-navigation.is-open { display: block; }
	.main-navigation ul { display: block; }
	.main-navigation a { padding: 11px 10px; }
	.sp-header-actions { margin-left: auto; }
	.sp-main-wrap { grid-template-columns: minmax(0, 1fr) 280px; gap: 26px; }
	.sp-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.sp-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.admin-bar .sp-reading-progress { top: 46px; }
	.sp-hero { padding: 36px 0; }
	.sp-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 28px; }
	.sp-main-wrap {
		display: grid;
		width: 100%;
		grid-template-columns: minmax(0, 1fr);
	}
	.sp-main-wrap--full,
	.no-sidebar .sp-main-wrap {
		grid-template-columns: minmax(0, 1fr);
	}
	.sp-sidebar-inner { position: static; }
	.single .sp-sidebar { display: none; }
	.sp-footer-main { grid-template-columns: 1fr 1fr; }
	.sp-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
	.sp-container {
		width: calc(100% - 24px);
		max-width: calc(100% - 24px);
	}
	.site-description { display: none; }
	.site-title { font-size: 20px; }
	.sp-header-inner { min-height: 64px; gap: 12px; }
	.main-navigation { top: 64px; }
	.sp-header-actions { gap: 5px; }
	.sp-icon-button,
	.sp-menu-toggle { width: 39px; height: 39px; }
	.custom-logo { max-width: 185px; max-height: 42px; }
	.sp-hero h1 { letter-spacing: -1.2px; }
	.sp-hero p { font-size: 16px; }
	.sp-hero-actions .sp-button { width: 100%; }
	.sp-hero-card { padding: 19px; }
	.sp-section { padding: 42px 0; }
	.sp-section-heading { display: block; }
	.sp-section-link { display: inline-block; margin-top: 12px; }
	.sp-card-grid,
	.sp-category-grid { grid-template-columns: 1fr; }
	.sp-card-body { padding: 17px; }
	.entry-title {
		max-width: 100%;
		font-size: clamp(27px, 8vw, 34px);
		line-height: 1.2;
		letter-spacing: -.65px;
	}
	.entry-summary { font-size: 17px; }
	.entry-content {
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}
	.entry-meta { align-items: flex-start; }
	.entry-meta-details { width: 100%; margin-left: 51px; }
	.sp-toc { padding: 16px; }
	.sp-toc li.is-subheading { margin-left: 8px; }
	.entry-content table {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.entry-content figure,
	.entry-content .alignwide,
	.entry-content .alignfull,
	.entry-content .wp-block-image,
	.entry-content .wp-block-embed {
		width: 100% !important;
		max-width: 100% !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.entry-content blockquote {
		margin-right: 0;
		margin-left: 0;
		padding: 16px 17px;
	}
	.sp-author-box { grid-template-columns: 1fr; }
	.nav-links { grid-template-columns: 1fr; }
	.nav-next { text-align: left; }
	.sp-footer-main { grid-template-columns: 1fr; gap: 28px; }
	.sp-footer-brand { grid-column: auto; }
	.sp-footer-bottom { display: block; padding: 16px 0; }
	.sp-footer-bottom p + p { margin-top: 7px; }
}

@media print {
	.site-header,
	.site-footer,
	.sp-sidebar,
	.sp-ad-slot,
	.post-navigation,
	.comments-area { display: none !important; }
	.sp-main-wrap { display: block; padding: 0; }
	body { color: #000; font-size: 12pt; }
	a { color: #000; text-decoration: underline; }
}
