/*
Theme Name: Solusi Bangun Andalas
Theme URI: https://solusibangunandalas.com
Author: Solusi Bangun Andalas
Author URI: https://solusibangunandalas.com
Description: Tema WordPress profesional untuk perusahaan konstruksi dan bangunan Solusi Bangun Andalas.
Version: 1.5.22
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: solusi-bangun-andalas
Tags: construction, business, one-column, custom-menu, featured-images
*/

:root {
	--sba-andalas-blue: #216A95;
	--sba-sbi-green: #BDD646;
	--sba-btn-fill: #F1F1F1;
	--sba-btn-fill-hover: #e5e5e5;
	--sba-sig-navy: #284C65;
	--sba-light-grey: #F1F1F1;
	--sba-dark-grey: #58595B;
	--sba-sig-red: #F5333F;

	--sba-primary: var(--sba-andalas-blue);
	--sba-secondary: var(--sba-sbi-green);
	--sba-accent: var(--sba-sig-red);
	--sba-dark: #1a5575;
	--sba-light: var(--sba-light-grey);
	--sba-text: var(--sba-dark-grey);
	--sba-muted: #7a7b7d;
	--sba-white: #ffffff;
	--sba-radius: 4px;
	--sba-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	--sba-transition: all 0.25s ease;
	--sba-header-height: 90px;
	--sba-header-offset: var(--sba-header-height);
	--sba-site-max: 1440px;
	--sba-site-gutter: 32px;
	--sba-content-max: 1376px;

	--product-image-size: clamp(260px, 32vw, 393px);
	--product-card-width: min(393px, 100%);
	--product-card-height: auto;
	--product-card-min-height: 292px;
	--product-card-radius: 10px;

	/* White.png pattern (1418×2000) — lebar tile, tinggi mengikuti rasio asli */
	--sba-white-pattern-sm: 720px auto;
	--sba-white-pattern-md: 900px auto;
	--sba-white-pattern-lg: 1000px auto;
	--sba-white-pattern-xl: 1200px auto;
	--sba-white-pattern-opacity: 0.1;
	--sba-white-pattern-opacity-surface: 0.22;
}

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

html {
	overflow-x: clip;
}

body {
	margin: 0;
	font-family: 'SIG Text', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: var(--sba-text);
	background: var(--sba-white);
	overflow-x: clip;
}

body.menu-open {
	overflow: hidden;
}

a {
	color: var(--sba-primary);
	text-decoration: none;
	transition: var(--sba-transition);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.container {
	max-width: var(--sba-site-max);
	margin: 0 auto;
	padding: 0 var(--sba-site-gutter);
	box-sizing: border-box;
}

/* =============================================
   HEADER
   ============================================= */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: var(--sba-header-height);
	min-height: var(--sba-header-height);
	max-height: var(--sba-header-height);
	box-sizing: border-box;
	overflow: visible;
	background: var(--sba-white);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header.is-scrolled {
	border-bottom-color: rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.header-container {
	max-width: var(--sba-site-max);
	height: 100%;
	margin: 0 auto;
	padding: 0 var(--sba-site-gutter);
	box-sizing: border-box;
}

.header-inner {
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 0;
	gap: 32px;
}

.site-branding {
	flex-shrink: 0;
}

.site-logo-link {
	display: block;
	line-height: 0;
}

.site-logo-img,
.site-branding .custom-logo {
	height: 50px;
	width: auto;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-left: auto;
	min-width: 0;
}

/* Navigation */
.main-navigation {
	display: flex;
	align-items: center;
}

.main-navigation .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 2px;
}

.main-navigation .menu > li {
	position: relative;
}

.main-navigation .menu > li > a {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	font-size: 14px;
	font-weight: 500;
	color: var(--sba-sig-navy);
	white-space: nowrap;
	transition: color 0.2s ease;
}

.main-navigation .menu > li > a:hover {
	color: var(--sba-primary);
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	color: var(--sba-primary);
	font-weight: 600;
}

.main-navigation .menu-item-has-children > a::after {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	width: 0;
	height: 0;
	margin-top: 1px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	opacity: 0.55;
}

.main-navigation .sub-menu {
	list-style: none;
	margin: 0;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: var(--sba-white);
	border-radius: var(--sba-radius);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: var(--sba-transition);
	z-index: 1100;
}

.main-navigation .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-navigation .sub-menu a {
	display: block;
	padding: 10px 20px;
	font-size: 13px;
	color: var(--sba-dark-grey);
}

.main-navigation .sub-menu a:hover {
	background: var(--sba-light);
	color: var(--sba-primary);
}

/* Header actions */
.header-actions {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.btn-kontak {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	padding: 11px 28px;
	background: var(--sba-accent);
	color: var(--sba-white);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 6px;
	white-space: nowrap;
	transition: background 0.2s ease;
}

.btn-kontak:hover {
	background: #d42b36;
	color: var(--sba-white);
}

/* Slot untuk plugin bahasa (WPML, Polylang, dll.) */
.header-lang-slot {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.header-lang-slot:empty {
	display: none;
}

.header-lang-slot > * {
	display: flex;
	align-items: center;
}

/* Mobile toggle */
.menu-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	padding: 6px;
	background: none;
	border: none;
	cursor: pointer;
}

.menu-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--sba-dark-grey);
	border-radius: 2px;
	transition: var(--sba-transition);
}

.menu-toggle.is-active span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
	opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/* =============================================
   HERO BANNER
   ============================================= */
.hero-banner {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	--hero-canvas-width: var(--sba-site-max);
	--hero-card-width: 540px;
	--hero-card-height: 485px;
	--hero-card-top: 160px;
	--hero-card-left: var(--sba-site-gutter);
	--hero-card-gap: 10px;
	--hero-card-radius: 100px;
	--hero-card-padding: 46px;
}

.hero-banner__track {
	position: relative;
}

.hero-banner--slider .hero-banner__slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease;
}

.hero-banner--slider .hero-banner__slide:not(:first-child) {
	position: absolute;
	inset: 0;
}

.hero-banner--slider .hero-banner__slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}

.hero-banner__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.85);
	color: var(--sba-andalas-blue);
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
	transition: background 0.2s ease;
}

.hero-banner__nav:hover {
	background: #fff;
}

.hero-banner__nav span {
	margin-top: -4px;
}

.hero-banner__nav--prev {
	left: max(24px, calc((100vw - var(--hero-canvas-width)) / 2 + 24px));
}

.hero-banner__nav--next {
	right: max(24px, calc((100vw - var(--hero-canvas-width)) / 2 + 24px));
}

.hero-banner__dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 5;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.hero-banner__dot {
	width: 12px;
	height: 12px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.hero-banner__dot.is-active {
	background: #fff;
	transform: scale(1.15);
}

.hero-banner__media {
	position: relative;
	height: 766px;
	overflow: hidden;
}

.hero-banner__media > picture {
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
}

.hero-banner__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 62% center;
	pointer-events: none;
}

.hero-banner__panel {
	position: absolute;
	top: var(--hero-card-top);
	left: max(var(--hero-card-left), calc((100vw - var(--hero-canvas-width)) / 2 + var(--hero-card-left)));
	z-index: 3;
}

.hero-banner__box {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: var(--hero-card-gap);
	width: var(--hero-card-width);
	height: var(--hero-card-height);
	max-width: calc(100vw - var(--hero-card-left) * 2);
	padding: var(--hero-card-padding);
	background: var(--sba-andalas-blue);
	border-radius: 0 0 var(--hero-card-radius) 0;
	position: relative;
	overflow: hidden;
}

.hero-banner__box::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: transparent;
	background-image: url('assets/images/White.png');
	background-repeat: repeat;
	background-size: var(--sba-white-pattern-md);
	background-position: left bottom;
	mix-blend-mode: screen;
	opacity: var(--sba-white-pattern-opacity);
	pointer-events: none;
}

.hero-banner__box > * {
	position: relative;
	z-index: 1;
}

/* Hero card pattern — halaman dalam (White.png @ 10%) */
.lokasi-hero__box,
.produk-hero__box,
.maha-hero__box,
.berk-hero__box,
.kontak-hero__box,
.karir-hero__box,
.berita-hero__box,
.sertifikat-hero__box {
	position: relative;
	overflow: hidden;
}

.lokasi-hero__box::before,
.produk-hero__box::before,
.maha-hero__box::before,
.berk-hero__box::before,
.kontak-hero__box::before,
.karir-hero__box::before,
.berita-hero__box::before,
.sertifikat-hero__box::before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 0;
	background-color: transparent;
	background-image: url('assets/images/White.png');
	background-repeat: repeat;
	background-size: var(--sba-white-pattern-md);
	background-position: left bottom;
	mix-blend-mode: screen;
	opacity: var(--sba-white-pattern-opacity);
	pointer-events: none;
}

.lokasi-hero__box > *,
.produk-hero__box > *,
.maha-hero__box > *,
.berk-hero__box > *,
.kontak-hero__box > *,
.karir-hero__box > *,
.berita-hero__box > *,
.sertifikat-hero__box > * {
	position: relative;
	z-index: 1;
}

.hero-eyebrow {
	margin: 0;
	font-family: 'SIG Text', sans-serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.95);
}

.hero-title {
	margin: 0;
	max-width: none;
	font-family: 'SIG Headline', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
	color: var(--sba-white);
}

.hero-description {
	margin: 0;
	max-width: none;
	font-family: 'SIG Text', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.9);
}

.hero-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: auto;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	font-family: 'SIG Text', sans-serif;
	font-size: 14px;
	font-weight: 600;
	border-radius: var(--sba-radius);
	border: 2px solid transparent;
	cursor: pointer;
	transition: var(--sba-transition);
	white-space: nowrap;
}

.hero-buttons .btn {
	width: 170px;
	height: 50px;
	padding: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.btn-hero-primary {
	background: var(--sba-btn-fill);
	color: var(--sba-sig-navy);
	border-color: var(--sba-btn-fill);
}

.btn-hero-primary:hover {
	background: var(--sba-btn-fill-hover);
	border-color: var(--sba-btn-fill-hover);
	color: var(--sba-sig-navy);
}

.btn-hero-secondary {
	background: var(--sba-white);
	color: var(--sba-sig-navy);
	border-color: var(--sba-btn-fill);
}

.btn-hero-secondary:hover {
	background: transparent;
	color: var(--sba-white);
	border-color: var(--sba-white);
}

/* =============================================
   TENTANG KAMI
   ============================================= */
.about-section {
	background: var(--sba-white);
	padding: 100px 0 90px;
}

.about-section__inner {
	max-width: var(--sba-site-max);
	margin: 0 auto;
	padding: 0 var(--sba-site-gutter);
	box-sizing: border-box;
}

.about-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 64px;
	align-items: start;
	margin-bottom: 56px;
}

.about-visual {
	--about-photo-size: 488px;
	--about-visual-height: 700px;
	position: relative;
	width: var(--about-photo-size);
	max-width: 100%;
	height: var(--about-visual-height);
	margin: 0;
}

.about-visual__photo {
	position: relative;
	width: var(--about-photo-size);
	max-width: 100%;
	height: var(--about-photo-size);
	overflow: hidden;
}

.about-visual__photo picture,
.about-visual__photo img {
	display: block;
	width: 100%;
	height: 100%;
}

.about-visual__photo img {
	object-fit: cover;
	object-position: center top;
}

.about-visual__callout {
	position: absolute;
	right: -72px;
	bottom: 0;
	width: calc(100% - 8px);
	min-height: calc(var(--about-visual-height) - var(--about-photo-size) + 120px);
	background: var(--sba-andalas-blue);
	border-radius: 0 0 110px 0;
	overflow: hidden;
}

.about-visual__callout-watermark {
	position: absolute;
	inset: 0;
	background-color: transparent;
	background-image: url('assets/images/White.png');
	background-repeat: repeat;
	background-size: var(--sba-white-pattern-md);
	background-position: left bottom;
	mix-blend-mode: screen;
	opacity: var(--sba-white-pattern-opacity);
	pointer-events: none;
}

.about-visual__callout-content {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 32px 36px 36px 32px;
}

.about-visual__callout-title {
	margin: 0;
	max-width: 360px;
	font-family: 'SIG Headline', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.35;
	color: var(--sba-white);
}

.about-visual__callout-title::after {
	content: '';
	display: block;
	width: 64px;
	height: 4px;
	margin-top: 14px;
	background: var(--sba-sbi-green);
	border-radius: 2px;
}

.about-visual__callout-text {
	margin: 0;
	max-width: 360px;
	font-family: 'SIG Text', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.92);
}

.about-content {
	max-width: 540px;
	padding-top: 8px;
}

.about-section .about-eyebrow {
	margin: 0 0 14px;
	font-family: 'SIG Text', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0;
	color: var(--sba-sbi-green);
}

.about-section .about-title {
	margin: 0 0 20px;
	font-family: 'SIG Headline', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
	color: var(--sba-sig-navy);
}

.about-section .about-description {
	margin: 0 0 32px;
	font-family: 'SIG Text', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0;
	color: var(--sba-dark-grey);
}

.about-section .btn-about {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: auto;
	min-width: 220px;
	height: 50px;
	padding: 0 24px;
	border-radius: 0;
	background: var(--sba-btn-fill);
	color: var(--sba-sig-navy);
	border: 2px solid var(--sba-btn-fill);
	font-family: 'SIG Text', sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.about-section .btn-about:hover {
	background: var(--sba-btn-fill-hover);
	border-color: var(--sba-btn-fill-hover);
	color: var(--sba-sig-navy);
}

.btn-about__arrow {
	font-size: 16px;
	line-height: 1;
}

.about-stats {
	--about-stat-card-gap: 20px;
	--about-stat-card-min-height: 318px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--about-stat-card-gap);
	width: 100%;
}

.about-stat-card {
	box-sizing: border-box;
	width: 100%;
	min-height: var(--about-stat-card-min-height);
	background: var(--sba-light-grey);
	border-radius: 0;
	padding: 28px 24px 32px;
}

.about-stat-card:nth-child(even) {
	background: #d6e2eb;
	border-radius: 0 110px 0 0;
}

.about-section .about-stat-card__number {
	margin: 0 0 40px;
	font-family: 'SIG Headline', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0;
	color: var(--sba-sbi-green);
}

.about-stat-card:nth-child(even) .about-stat-card__number {
	color: #216a95;
}

.about-section .about-stat-card__label {
	margin: 0 0 10px;
	font-family: 'SIG Text', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0;
	color: var(--sba-sig-navy);
}

.about-section .about-stat-card__desc {
	margin: 0;
	font-family: 'SIG Text', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
	color: var(--sba-dark-grey);
}

/* =============================================
   SHOWCASE: PRODUK & MAHAKARYA
   ============================================= */
.products-section,
.mahakarya-section {
	position: relative;
	overflow: hidden;
	min-height: 785px;
	--products-gap: 20px;
}

.products-section {
	background: var(--sba-andalas-blue);
}

.mahakarya-section {
	background: var(--sba-white);
}

.products-section__bg,
.mahakarya-section__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	pointer-events: none;
}

.products-section__bg img,
.products-section__bg picture,
.mahakarya-section__bg img,
.mahakarya-section__bg picture {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mahakarya-section .products-section__pattern {
	display: none;
}

.products-section__pattern {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: transparent;
	background-image: url('assets/images/White.png');
	background-repeat: repeat;
	background-size: var(--sba-white-pattern-xl);
	mix-blend-mode: screen;
	opacity: var(--sba-white-pattern-opacity);
	pointer-events: none;
}

.products-section__inner {
	position: relative;
	z-index: 3;
	max-width: var(--sba-site-max);
	margin: 0 auto;
	padding: 80px var(--sba-site-gutter) 88px;
	box-sizing: border-box;
}

.products-section__layout {
	display: grid;
	gap: var(--products-gap);
	align-items: start;
	width: 100%;
}

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

.products-section__layout--2 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.products-section__layout--3 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.products-intro {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	min-width: 0;
	aspect-ratio: 393 / 210;
	height: auto;
	padding: 28px 26px 24px;
	background: var(--sba-sbi-green);
	border-radius: 0 0 90px 0;
}

.products-intro__title {
	margin: 0;
	font-family: 'SIG Headline', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.15;
	color: var(--sba-sig-navy);
}

.products-intro__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: auto;
	font-family: 'SIG Text', sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
	color: var(--sba-white);
}

.products-intro__link:hover {
	color: rgba(255, 255, 255, 0.85);
}

.product-card {
	position: relative;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-width: 0;
}

.product-card__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
	overflow: hidden;
	background: #d9e4ec;
	flex-shrink: 0;
}

.product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-card__body {
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: 100%;
	min-height: var(--product-card-min-height);
	height: auto;
	margin: 0;
	padding: 22px 22px 24px;
	background: var(--sba-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.product-card__title {
	margin: 0 0 12px;
	font-family: 'SIG Text', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0;
	color: var(--sba-sig-navy);
}

.product-card__line {
	display: block;
	width: 48px;
	height: 3px;
	margin: 0 0 14px;
	background: var(--sba-sbi-green);
	border-radius: 0;
}

.product-card__desc {
	margin: 0 0 16px;
	flex: 1;
	min-height: 0;
	font-family: 'SIG Text', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 17px;
	line-height: 28px;
	letter-spacing: 0;
	color: var(--sba-dark-grey);
}

.product-card__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	margin-top: auto;
	min-width: 0;
	height: 50px;
	padding: 0 18px;
	border-radius: 0;
	border: 2px solid var(--sba-btn-fill);
	background: var(--sba-white);
	color: var(--sba-sig-navy);
	font-family: 'SIG Text', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 17px;
	line-height: 30px;
	letter-spacing: 0;
	text-align: center;
	transition: var(--sba-transition);
}

.product-card__btn:hover,
.product-card__btn--primary:hover,
.product-card__btn--secondary:hover {
	background: var(--sba-btn-fill);
	border-color: var(--sba-btn-fill);
	color: var(--sba-sig-navy);
}

.product-card__btn--primary,
.product-card__btn--secondary {
	background: var(--sba-white);
	color: var(--sba-sig-navy);
}

/* Legacy buttons */
.btn-primary {
	background: var(--sba-accent);
	color: var(--sba-white);
	border-color: var(--sba-accent);
}

.btn-primary:hover {
	background: #d42b36;
	border-color: #d42b36;
	color: var(--sba-white);
}

.btn-outline {
	background: transparent;
	color: var(--sba-white);
	border-color: var(--sba-white);
}

.btn-outline:hover {
	background: var(--sba-white);
	color: var(--sba-primary);
}

/* =============================================
   SECTIONS (inner pages)
   ============================================= */
.section {
	padding: 80px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title h2 {
	font-size: 2.2rem;
	color: var(--sba-primary);
	margin: 0 0 10px;
}

.section-title p {
	color: var(--sba-muted);
	margin: 0;
	font-size: 1.1rem;
}

.section-alt {
	background: var(--sba-light);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 30px;
}

.service-card {
	background: var(--sba-white);
	border-radius: var(--sba-radius);
	padding: 35px 30px;
	box-shadow: var(--sba-shadow);
	text-align: center;
	transition: var(--sba-transition);
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, var(--sba-primary), var(--sba-secondary));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 1.8rem;
}

.service-card h3 {
	color: var(--sba-primary);
	margin: 0 0 12px;
	font-size: 1.2rem;
}

.service-card p {
	color: var(--sba-muted);
	margin: 0;
	font-size: 0.95rem;
}

.stats-section {
	background: var(--sba-primary);
	color: var(--sba-white);
	padding: 60px 0;
}

.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	text-align: center;
}

.stat-item h3 {
	font-size: 2.5rem;
	margin: 0 0 5px;
	color: var(--sba-secondary);
}

.stat-item p {
	margin: 0;
	opacity: 0.9;
}

.about-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.about-image {
	background: linear-gradient(135deg, var(--sba-primary), var(--sba-secondary));
	border-radius: var(--sba-radius);
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sba-white);
	font-size: 4rem;
}

.about-features {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

.about-features li {
	padding: 8px 0;
	padding-left: 28px;
	position: relative;
}

.about-features li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: var(--sba-secondary);
	font-weight: 700;
}

.cta-section {
	background: linear-gradient(135deg, var(--sba-primary), var(--sba-dark));
	color: var(--sba-white);
	padding: 70px 0;
	text-align: center;
}

.cta-section h2 {
	font-size: 2rem;
	margin: 0 0 15px;
}

.cta-section p {
	margin: 0 0 25px;
	opacity: 0.95;
	font-size: 1.1rem;
}

/* =============================================
   CONTENT
   ============================================= */
.content-area {
	padding: calc(var(--sba-header-height) + 40px) 0 60px;
}

.entry-header {
	margin-bottom: 30px;
}

.entry-title {
	color: var(--sba-primary);
	font-size: 2rem;
	margin: 0 0 10px;
}

.entry-title a {
	color: inherit;
}

.entry-meta {
	color: var(--sba-muted);
	font-size: 0.9rem;
}

.entry-content {
	line-height: 1.8;
}

.entry-content h2,
.entry-content h3 {
	color: var(--sba-primary);
}

/* =============================================
   RESPONSIVE
   Desktop  > 1024px | iPad 768–1024px | HP  < 768px
   ============================================= */

/* Desktop kecil / laptop sempit */
@media (max-width: 1280px) {
	:root {
		--sba-site-gutter: 28px;
	}
}

@media (max-width: 1100px) {
	.header-right {
		gap: 20px;
	}

	.main-navigation .menu > li > a {
		padding: 8px 12px;
		font-size: 13px;
	}

	.btn-kontak {
		min-width: 96px;
		padding: 10px 20px;
		font-size: 12px;
	}
}

/* iPad & tablet */
@media (max-width: 1024px) {
	:root {
		--sba-header-height: 72px;
		--sba-header-offset: var(--sba-header-height);
		--sba-site-gutter: 24px;
		--sba-white-pattern-sm: 560px auto;
		--sba-white-pattern-md: 720px auto;
		--sba-white-pattern-lg: 820px auto;
		--sba-white-pattern-xl: 920px auto;
	}

	.menu-toggle {
		display: flex;
		order: 4;
	}

	.header-inner {
		flex-wrap: wrap;
		height: auto;
		min-height: calc(var(--sba-header-height) - 1px);
		padding: 12px 0;
		gap: 12px 16px;
	}

	.site-header {
		height: auto;
		min-height: var(--sba-header-height);
		max-height: none;
		overflow: visible;
	}

	.site-branding {
		order: 1;
	}

	.header-lang-slot {
		order: 2;
		margin-left: auto;
	}

	.header-actions {
		order: 3;
	}

	.header-right {
		order: 5;
		display: contents;
	}

	.main-navigation {
		order: 5;
		display: none;
		width: 100%;
		padding-bottom: 16px;
	}

	.main-navigation.active {
		display: block;
	}

	.main-navigation .menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.main-navigation .menu > li > a {
		padding: 12px 0;
		font-size: 14px;
	}

	.main-navigation .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		padding: 0 0 8px 16px;
		display: none;
	}

	.main-navigation .menu-item-has-children.submenu-open > .sub-menu {
		display: block;
	}

	.hero-banner__media {
		height: 680px;
	}

	.hero-banner__panel {
		top: 120px;
		left: max(var(--sba-site-gutter), calc((100vw - var(--hero-canvas-width)) / 2 + var(--sba-site-gutter)));
	}

	.hero-banner__box {
		width: min(540px, calc(100vw - var(--sba-site-gutter) * 2));
		height: auto;
		min-height: 400px;
		padding: 40px;
		border-radius: 0 0 90px 0;
	}

	.hero-title {
		font-size: 38px;
		line-height: 48px;
		max-width: 560px;
	}

	.about-top {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.about-visual {
		--about-photo-size: min(100%, 400px);
		--about-visual-height: calc(var(--about-photo-size) / 488 * 700);
		margin: 0 auto;
	}

	.about-visual__callout {
		right: 0;
		width: 100%;
		border-radius: 0 0 90px 0;
	}

	.about-content {
		max-width: none;
	}

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

	.products-section,
	.mahakarya-section {
		min-height: auto;
	}

	.products-section__inner {
		padding: 72px 24px 80px;
	}

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

	.products-section__layout--3 .product-card:last-child {
		grid-column: 1 / 2;
		justify-self: stretch;
	}

	.products-intro__title {
		font-size: 30px;
	}

	.section {
		padding: 64px 0;
	}

	.section-title h2 {
		font-size: 1.9rem;
	}

	.about-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.cta-section {
		padding: 56px 24px;
	}

	.cta-section h2 {
		font-size: 1.75rem;
	}

	.content-area {
		padding: calc(var(--sba-header-height) + 32px) 0 48px;
	}
}

/* iPad portrait & HP besar */
@media (max-width: 768px) {
	:root {
		--sba-header-height: 68px;
		--sba-header-offset: var(--sba-header-height);
		--sba-site-gutter: 20px;
		--product-image-size: min(100%, 340px);
		--sba-white-pattern-sm: 440px auto;
		--sba-white-pattern-md: 560px auto;
		--sba-white-pattern-lg: 640px auto;
		--sba-white-pattern-xl: 720px auto;
	}

	.site-logo-img,
	.site-branding .custom-logo {
		height: 42px;
	}

	.hero-banner__media {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		min-height: 0;
		height: auto;
		overflow: visible;
	}

	.hero-banner__media > picture,
	.hero-banner__media > .hero-banner__bg {
		position: relative;
		inset: auto;
		display: block;
		width: 100%;
		height: clamp(300px, 70vw, 420px);
		flex-shrink: 0;
		object-fit: cover;
		object-position: 62% center;
	}

	.hero-banner__media > picture .hero-banner__bg {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: 62% center;
	}

	.hero-banner__panel {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		flex-shrink: 0;
		margin-top: 0;
		z-index: 3;
	}

	.hero-banner__box {
		width: 100%;
		max-width: none;
		height: auto;
		min-height: 0;
		gap: 12px;
		padding: 28px var(--sba-site-gutter) 32px;
		border-radius: 0 0 80px 0;
	}

	.hero-eyebrow {
		font-size: 16px;
		line-height: 24px;
	}

	.hero-title {
		font-size: 28px;
		line-height: 36px;
	}

	.hero-description {
		font-size: 15px;
		line-height: 24px;
	}

	.hero-banner__nav {
		display: none;
	}

	.hero-banner__dots {
		bottom: auto;
		top: 14px;
	}

	.about-section {
		padding: 72px 0 64px;
	}

	.about-section__inner {
		padding: 0 20px;
	}

	.about-top {
		gap: 32px;
		margin-bottom: 40px;
	}

	.about-visual {
		--about-photo-size: 100%;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		margin: 0;
	}

	.about-visual__photo {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.about-visual__callout {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		min-height: 0;
		margin-top: -28px;
		border-radius: 0 0 72px 0;
	}

	.about-visual__callout-content {
		padding: 24px var(--sba-site-gutter) 28px;
	}

	.about-visual__callout-title,
	.about-visual__callout-text {
		max-width: none;
	}

	.about-visual__callout-title {
		font-size: 20px;
	}

	.about-content {
		padding-top: 0;
	}

	.about-section .about-title {
		font-size: 34px;
		line-height: 42px;
	}

	.about-section .about-eyebrow {
		font-size: 20px;
		line-height: 28px;
	}

	.about-section .about-description {
		margin-bottom: 24px;
	}

	.products-section,
	.mahakarya-section {
		min-height: 0;
		--products-image-width: 100%;
	}

	.products-section__inner {
		padding: 56px var(--sba-site-gutter) 64px;
	}

	.products-section__layout--1,
	.products-section__layout--2,
	.products-section__layout--3 {
		grid-template-columns: 1fr;
		justify-content: stretch;
		align-items: stretch;
		gap: 28px;
	}

	.products-section__layout--3 .product-card:last-child {
		grid-column: auto;
		justify-self: stretch;
	}

	.products-intro {
		width: 100%;
		max-width: none;
		aspect-ratio: auto;
		height: auto;
		min-height: 0;
		padding: 24px var(--sba-site-gutter);
		border-radius: 0 0 72px 0;
	}

	.products-intro__title {
		font-size: 30px;
	}

	.product-card {
		width: 100%;
		max-width: none;
		margin: 0;
	}

	.product-card__image {
		width: 100%;
		aspect-ratio: 1;
		height: auto;
	}

	.product-card__body {
		width: 100%;
		height: auto;
		aspect-ratio: auto;
		margin: 0;
		padding: 20px var(--sba-site-gutter) 22px;
	}

	.product-card__title {
		margin-bottom: 12px;
		font-size: 20px;
		line-height: 28px;
	}

	.product-card__line {
		margin-bottom: 10px;
	}

	.product-card__desc {
		font-size: 15px;
		line-height: 26px;
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 24px;
	}

	.stat-item h3 {
		font-size: 2rem;
	}
}

/* HP */
@media (max-width: 640px) {
	:root {
		--sba-header-height: 64px;
		--sba-header-offset: var(--sba-header-height);
		--sba-site-gutter: 16px;
	}

	.header-actions {
		gap: 10px;
	}

	.btn-kontak {
		min-width: auto;
		padding: 8px 16px;
		font-size: 11px;
	}

	.hero-banner__media > picture,
	.hero-banner__media > .hero-banner__bg {
		height: clamp(280px, 68vw, 380px);
	}

	.hero-banner__panel {
		margin-top: 0;
	}

	.hero-banner__box {
		gap: 10px;
		padding: 22px var(--sba-site-gutter) 26px;
		border-radius: 0 0 56px 0;
	}

	.hero-eyebrow {
		font-size: 15px;
		line-height: 22px;
	}

	.hero-title {
		font-size: 28px;
		line-height: 36px;
	}

	.hero-description {
		font-size: 14px;
		line-height: 22px;
	}

	.hero-buttons {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.hero-buttons .btn {
		width: 100%;
		max-width: none;
		height: 50px;
	}

	.about-section {
		padding: 56px 0;
	}

	.about-section__inner {
		padding: 0 16px;
	}

	.about-top {
		gap: 28px;
		margin-bottom: 32px;
	}

	.about-section .about-title {
		font-size: 28px;
		line-height: 36px;
	}

	.about-section .about-description {
		font-size: 16px;
		line-height: 28px;
	}

	.about-visual__callout {
		margin-top: -24px;
		border-radius: 0 0 56px 0;
	}

	.about-visual__callout-content {
		padding: 20px var(--sba-site-gutter) 24px;
		gap: 12px;
	}

	.about-section .btn-about {
		width: 100%;
		max-width: none;
	}

	.about-section .about-stat-card__number {
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 24px;
	}

	.about-stats {
		grid-template-columns: 1fr;
	}

	.about-stat-card {
		width: 100%;
		min-height: 0;
		padding: 20px 18px 22px;
	}

	.about-stat-card:nth-child(even) {
		border-radius: 0 80px 0 0;
	}

	.products-section__inner {
		padding: 48px var(--sba-site-gutter) 56px;
	}

	.products-section__layout--1,
	.products-section__layout--2,
	.products-section__layout--3 {
		gap: 24px;
	}

	.products-intro {
		padding: 20px var(--sba-site-gutter);
		border-radius: 0 0 56px 0;
	}

	.products-intro__title {
		font-size: 26px;
	}

	.product-card__body {
		margin: 0;
		padding: 18px var(--sba-site-gutter) 20px;
	}

	.product-card__title {
		font-size: 18px;
		line-height: 26px;
	}

	.product-card__desc {
		font-size: 14px;
		line-height: 24px;
	}

	.product-card__btn {
		height: 46px;
		font-size: 15px;
	}

	.section {
		padding: 48px 0;
	}

	.section-title {
		margin-bottom: 36px;
	}

	.section-title h2 {
		font-size: 1.6rem;
	}

	.section-title p {
		font-size: 1rem;
	}

	.services-grid {
		gap: 20px;
	}

	.service-card {
		padding: 28px 22px;
	}

	.stats-section {
		padding: 48px 0;
	}

	.stats-grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.stat-item h3 {
		font-size: 1.75rem;
	}

	.about-image {
		height: 260px;
		font-size: 3rem;
	}

	.cta-section {
		padding: 48px 16px;
	}

	.cta-section h2 {
		font-size: 1.5rem;
	}

	.cta-section p {
		font-size: 1rem;
	}

	.content-area {
		padding: calc(var(--sba-header-height) + 24px) 0 40px;
	}

	.entry-title {
		font-size: 1.6rem;
	}
}

/* HP kecil */
@media (max-width: 380px) {
	.btn-kontak {
		padding: 8px 12px;
		font-size: 10px;
	}

	.hero-title {
		font-size: 26px;
		line-height: 34px;
	}

	.stats-grid {
		grid-template-columns: 1fr;
	}
}
