/*
Theme Name: Yaleza
Theme URI: https://yaleza.co.za
Author: Yaleza
Description: Custom theme for Yaleza Construction and Renovation.
Version: 1.0
Text Domain: yaleza
*/

:root {
	--charcoal: #1c2024;
	--charcoal-2: #262b30;
	--orange: #2f6fed;
	--orange-dark: #1f52c4;
	--cream: #f6f4f0;
	--white: #ffffff;
	--gray: #6b7178;
	--gray-light: #e4e1db;
	--radius: 6px;
	--maxw: 1180px;
	--font-head: 'Oswald', 'Arial Narrow', sans-serif;
	--font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--font-body);
	color: var(--charcoal);
	background: var(--white);
	line-height: 1.6;
	font-size: 16px;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 {
	font-family: var(--font-head);
	text-transform: uppercase;
	letter-spacing: 0.02em;
	line-height: 1.15;
	margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.4rem); }
h3 { font-size: 1.3rem; }
p { margin: 0 0 1em; color: var(--gray); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.eyebrow {
	display: inline-block;
	font-family: var(--font-head);
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: var(--orange);
	font-size: 0.85rem;
	margin-bottom: 0.6em;
}
.btn {
	display: inline-block;
	font-family: var(--font-head);
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 0.95rem;
	padding: 14px 30px;
	border-radius: var(--radius);
	border: 2px solid transparent;
	cursor: pointer;
	transition: 0.2s ease;
}
.btn-primary { background: var(--orange); color: var(--white); }
.btn-primary:hover { background: var(--orange-dark); }
.btn-outline { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.6); }
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.08); }
.btn-dark { background: var(--charcoal); color: var(--white); }
.btn-dark:hover { background: var(--charcoal-2); }

/* Header */
.site-header {
	position: sticky; top: 0; z-index: 100;
	background: var(--white);
	border-bottom: 3px solid var(--orange);
	box-shadow: 0 1px 0 var(--gray-light);
}
.site-header .container {
	display: flex; align-items: center; justify-content: space-between;
	height: 84px;
}
.site-logo {
	font-family: var(--font-head);
	color: var(--white);
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
.site-logo span { color: var(--orange); }
.main-nav ul { list-style: none; display: flex; gap: 32px; margin: 0; padding: 0; }
.main-nav a {
	color: var(--charcoal); font-family: var(--font-head);
	text-transform: uppercase; letter-spacing: 0.04em; font-size: 0.92rem;
	padding: 6px 2px; border-bottom: 2px solid transparent;
}
.main-nav a:hover, .main-nav a.current { border-color: var(--orange); }
.header-right { display: flex; align-items: center; gap: 24px; }
.header-phone {
	color: var(--charcoal); font-size: 0.9rem;
	display: flex; align-items: center; gap: 10px;
}
.header-phone svg { color: var(--orange); flex: none; }
.btn-sm { padding: 11px 22px; font-size: 0.85rem; }
.header-phone strong { display: block; color: var(--orange); font-family: var(--font-head); font-size: 1rem; }
.nav-toggle { display: none; background: none; border: none; color: var(--charcoal); font-size: 1.8rem; cursor: pointer; }

@media (max-width: 860px) {
	.main-nav { position: absolute; top: 84px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--gray-light); display: none; }
	.main-nav.open { display: block; }
	.main-nav ul { flex-direction: column; gap: 0; padding: 12px 24px 24px; }
	.main-nav a { display: block; padding: 12px 0; border-bottom: 1px solid var(--gray-light); }
	.header-phone { display: none; }
	.nav-toggle { display: block; }
}

/* Hero */
.hero-split {
	display: flex;
	min-height: 640px;
}
.hero-copy {
	flex: 0 0 55%;
	background: linear-gradient(135deg, var(--charcoal) 0%, #33393f 100%);
	color: var(--white);
	display: flex;
	align-items: center;
}
.hero-copy-inner { max-width: 560px; padding: 80px 56px; }
.hero p.lead, .hero-copy-inner p.lead { color: rgba(255,255,255,0.75); font-size: 1.15rem; max-width: 520px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 32px; flex-wrap: wrap; }
.trust-line {
	margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.65); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.04em;
}
.hero-media { flex: 0 0 45%; position: relative; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: right center; display: block; }
.link-arrow {
	font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.04em;
	font-size: 0.9rem; color: var(--white); border-bottom: 2px solid var(--orange); padding-bottom: 2px;
}
.card .link-arrow, .work-info .link-arrow { color: var(--charcoal); }
@media (max-width: 900px) {
	.hero-split { flex-direction: column; min-height: 0; }
	.hero-copy, .hero-media { flex: 1 1 auto; }
	.hero-media { height: 320px; }
	.hero-copy-inner { padding: 56px 24px; }
}

.trust-strip { background: var(--charcoal); padding: 22px 0; }
.trust-strip p {
	margin: 0; text-align: center; color: rgba(255,255,255,0.85);
	font-family: var(--font-head); text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.85rem;
}
@media (max-width: 700px) { .trust-strip p { font-size: 0.72rem; line-height: 1.8; } }

.work-card { display: flex; flex-direction: column; }
.work-photo { border-radius: var(--radius); overflow: hidden; aspect-ratio: 1/1; }
.work-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.work-card:hover .work-photo img { transform: scale(1.04); }
.work-info { padding-top: 18px; }
.work-info h3 { margin-bottom: 0.3em; }

/* Page hero (inner pages) */
.page-hero {
	background: linear-gradient(135deg, var(--charcoal) 0%, #33393f 100%);
	color: var(--white); padding: 72px 0; text-align: center;
}
.page-hero p { color: rgba(255,255,255,0.7); max-width: 560px; margin: 0.5em auto 0; }

/* Sections */
section { padding: 88px 0; }
section.tight { padding: 64px 0; }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.bg-cream { background: var(--cream); }
.bg-dark { background: var(--charcoal); color: var(--white); }
.bg-dark p { color: rgba(255,255,255,0.7); }
.bg-dark h2 { color: var(--white); }

/* Cards / grid */
.grid { display: grid; gap: 32px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 900px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; } }

.card {
	background: var(--white); border: 1px solid var(--gray-light); border-radius: var(--radius);
	padding: 32px; transition: 0.2s ease;
}
.card:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0,0,0,0.08); }
.card .icon {
	width: 52px; height: 52px; border-radius: 50%; background: rgba(47,111,237,0.12);
	display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: var(--orange);
}
.card h3 { margin-bottom: 0.4em; }
.card p { margin-bottom: 0; }

.project-card {
	border-radius: var(--radius); overflow: hidden; position: relative;
	aspect-ratio: 4/3; color: var(--white); display: flex; align-items: flex-end;
	background: linear-gradient(160deg, #3a4046, #1c2024);
}
.project-card .tag {
	position: absolute; top: 16px; left: 16px; background: var(--orange);
	font-family: var(--font-head); text-transform: uppercase; font-size: 0.72rem;
	letter-spacing: 0.06em; padding: 5px 12px; border-radius: 3px;
}
.project-card .info { padding: 24px; position: relative; z-index: 1; }
.project-card .info h3 { color: var(--white); margin-bottom: 0.2em; }
.project-card .info span { color: rgba(255,255,255,0.65); font-size: 0.85rem; }

.step {
	display: flex; gap: 20px; align-items: flex-start; margin-bottom: 32px;
}
.step .num {
	flex: none; width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: var(--white);
	display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 1.2rem;
}

/* CTA band */
.cta-band {
	background: var(--orange); color: var(--white); padding: 56px 0; text-align: center;
}
.cta-band h2 { color: var(--white); }
.cta-band p { color: rgba(255,255,255,0.9); }

/* Contact */
.contact-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 56px; }
@media (max-width: 860px) { .contact-wrap { grid-template-columns: 1fr; } }
.contact-info .item { margin-bottom: 28px; }
.contact-info .item strong { display: block; font-family: var(--font-head); text-transform: uppercase; font-size: 0.85rem; letter-spacing: 0.05em; color: var(--orange); margin-bottom: 4px; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 6px; }
.form-row input, .form-row textarea {
	width: 100%; padding: 12px 14px; border: 1px solid var(--gray-light); border-radius: var(--radius);
	font-family: var(--font-body); font-size: 1rem;
}
.form-row textarea { min-height: 140px; resize: vertical; }
.form-note { padding: 14px 18px; border-radius: var(--radius); margin-bottom: 24px; font-size: 0.95rem; }
.form-note.success { background: #e6f4ea; color: #1e6b3a; }
.form-note.error { background: #fdecea; color: #a4292b; }

/* About */
.value-list { list-style: none; margin: 0; padding: 0; }
.value-list li { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--gray-light); }
.value-list li strong { font-family: var(--font-head); }

/* Footer */
.site-footer { background: var(--charcoal); color: rgba(255,255,255,0.7); padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid h4 { color: var(--white); font-size: 1rem; margin-bottom: 16px; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin-bottom: 10px; }
.footer-grid a:hover { color: var(--orange); }
.footer-bottom {
	border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; font-size: 0.85rem;
	display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}


.project-photo {
	border-radius: var(--radius);
	overflow: hidden;
	aspect-ratio: 1/1;
}
.project-photo img {
	width: 100%; height: 100%; object-fit: cover;
	transition: transform 0.3s ease;
}
.project-photo:hover img { transform: scale(1.04); }


.site-logo {
	display: inline-flex;
	align-items: center;
}
.logo-img { height: 46px; width: auto; display: block; }


/* Accessibility and conversion enhancements */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 3px solid var(--orange);
	outline-offset: 3px;
}

.main-nav .current-menu-item > a,
.main-nav .current_page_item > a {
	border-color: var(--orange);
}

.nav-toggle {
	min-width: 44px;
	min-height: 44px;
}

.project-card-detail {
	background: var(--white);
	border: 1px solid var(--gray-light);
	border-radius: var(--radius);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.project-card-detail:hover {
	transform: translateY(-4px);
	border-color: var(--orange);
	box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.project-card-detail .project-photo {
	border-radius: 0;
}

.project-details {
	padding: 22px 24px 24px;
}

.project-details .eyebrow {
	margin-bottom: 0.25rem;
}

.project-details h2 {
	font-size: 1.35rem;
	margin-bottom: 0.25rem;
}

.project-details p {
	margin: 0;
}

.contact-link {
	color: var(--charcoal);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: var(--orange);
	text-underline-offset: 3px;
}

.contact-link:hover {
	color: var(--orange-dark);
}

.honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.form-privacy {
	margin: 14px 0 0;
	font-size: 0.82rem;
}

@media (max-width: 620px) {
	.site-header .container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.header-right {
		gap: 12px;
	}
	.btn-sm {
		padding: 10px 14px;
	}
}

/* Typography and visual system v1.3 */
:root {
	--charcoal: #111820;
	--charcoal-2: #1b2530;
	--orange: #2f6fed;
	--orange-dark: #1e4fb7;
	--cream: #f4f6f8;
	--gray: #5d6875;
	--gray-light: #dce2e8;
	--radius: 4px;
	--font-head: 'Barlow Condensed', 'Arial Narrow', sans-serif;
	--font-body: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html {
	font-size: 100%;
}

body {
	font-family: var(--font-body);
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: -0.005em;
	color: var(--charcoal);
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
	font-family: var(--font-head);
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.012em;
	text-wrap: balance;
}

h1 { font-size: clamp(3rem, 5.6vw, 4.75rem); }
h2 { font-size: clamp(2.15rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.55rem); line-height: 1.12; }
h4 { letter-spacing: 0.015em; }
p { line-height: 1.72; }

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--font-head);
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.14em;
}

.eyebrow::before {
	content: '';
	width: 24px;
	height: 3px;
	background: currentColor;
	flex: none;
}

.site-header {
	height: 80px;
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(17, 24, 32, 0.09);
	box-shadow: 0 8px 30px rgba(17, 24, 32, 0.04);
	backdrop-filter: blur(12px);
}

.main-nav a {
	font-family: var(--font-body);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

.header-phone span {
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.header-phone strong {
	font-family: var(--font-body);
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.btn {
	min-height: 48px;
	padding: 13px 24px;
	border-radius: var(--radius);
	font-family: var(--font-body);
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.075em;
	box-shadow: 0 8px 22px rgba(17, 24, 32, 0.12);
	transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(17, 24, 32, 0.18);
}

.btn-primary {
	box-shadow: 0 10px 28px rgba(47, 111, 237, 0.28);
}

.btn-primary:hover {
	box-shadow: 0 14px 32px rgba(47, 111, 237, 0.35);
}

.hero-copy {
	position: relative;
	background:
		radial-gradient(circle at 14% 18%, rgba(47, 111, 237, 0.22), transparent 34%),
		linear-gradient(145deg, #101820 0%, #17222d 68%, #0d141b 100%);
}

.hero-copy::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	background: var(--orange);
}

.hero-copy-inner {
	position: relative;
	z-index: 1;
}

.hero-copy h1 {
	max-width: 100%;
	margin-bottom: 0.32em;
}

.hero p.lead,
.hero-copy-inner p.lead {
	max-width: 34rem;
	font-size: clamp(1.05rem, 1.7vw, 1.22rem);
	line-height: 1.62;
	color: rgba(255,255,255,0.78);
}

.trust-line {
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: rgba(255,255,255,0.7);
}

.page-hero {
	background:
		radial-gradient(circle at 78% 15%, rgba(47,111,237,0.24), transparent 32%),
		linear-gradient(135deg, #101820, #1b2835);
}

.page-hero p {
	max-width: 42rem;
	font-size: 1.06rem;
	line-height: 1.7;
	color: rgba(255,255,255,0.76);
}

section {
	padding-top: 96px;
	padding-bottom: 96px;
}

.section-head {
	margin-bottom: 44px;
}

.section-head p {
	max-width: 42rem;
	font-size: 1.04rem;
}

.card,
.project-card-detail {
	border: 1px solid rgba(17, 24, 32, 0.10);
	border-radius: var(--radius);
	box-shadow: 0 10px 28px rgba(17, 24, 32, 0.055);
}

.card {
	border-top: 3px solid transparent;
}

.card:hover {
	border-top-color: var(--orange);
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(17, 24, 32, 0.10);
}

.card h3,
.project-details h2 {
	letter-spacing: -0.005em;
}

.card p,
.project-details p {
	font-size: 0.94rem;
	line-height: 1.68;
}

.project-card-detail:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 38px rgba(17, 24, 32, 0.10);
}

.project-card .tag {
	font-family: var(--font-body);
	font-size: 0.67rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.trust-strip {
	background: #eef2f6;
	border-top: 1px solid var(--gray-light);
	border-bottom: 1px solid var(--gray-light);
}

.trust-strip p {
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.035em;
	color: #344150;
}

.step .num {
	border-radius: var(--radius);
	font-family: var(--font-head);
	font-size: 1.35rem;
	font-weight: 700;
	box-shadow: 0 8px 18px rgba(47, 111, 237, 0.24);
}

.form-row label {
	font-size: 0.79rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	color: #303b47;
}

.form-row input,
.form-row textarea {
	border-radius: var(--radius);
	border-color: #cfd7df;
	background: #fbfcfd;
	font-size: 0.96rem;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.form-row input:focus,
.form-row textarea:focus {
	border-color: var(--orange);
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(47,111,237,0.12);
	outline: none;
}

.cta-band {
	background: linear-gradient(135deg, #2f6fed 0%, #1e4fb7 100%);
}

.site-footer {
	background: #0c1218;
}

.footer-grid h4 {
	font-size: 1.1rem;
	letter-spacing: 0.025em;
}

@media (max-width: 900px) {
	h1 { font-size: clamp(2.7rem, 9vw, 3.8rem); }
	h2 { font-size: clamp(2rem, 6vw, 2.6rem); }
	section { padding-top: 72px; padding-bottom: 72px; }
	.hero-copy::after {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 4px;
	}
}

@media (max-width: 620px) {
	body { font-size: 15.5px; }
	h1 { font-size: 2.7rem; line-height: 1; }
	h2 { font-size: 2.05rem; }
	h3 { font-size: 1.35rem; }
	.site-header { height: 78px; }
	.btn { min-height: 46px; padding: 12px 17px; font-size: 0.74rem; }
	.hero p.lead,
	.hero-copy-inner p.lead { font-size: 1.04rem; line-height: 1.62; }
	section { padding-top: 60px; padding-bottom: 60px; }
	.section-head { margin-bottom: 32px; }
}

/* Brand, trust and conversion system v1.4 */
.brand-lockup,
.footer-brand {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	gap: 3px;
	line-height: 1;
}

.brand-wordmark {
	position: relative;
	display: inline-block;
	font-family: var(--font-head);
	font-size: 2rem;
	font-weight: 700;
	line-height: 0.78;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: var(--charcoal);
}

.brand-wordmark::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-left: 3px;
	background: var(--orange);
}

.brand-descriptor {
	font-family: var(--font-body);
	font-size: 0.52rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gray);
	white-space: nowrap;
}

.brand-descriptor b {
	color: var(--orange);
	font-weight: 700;
}

.footer-brand {
	margin-bottom: 20px;
}

.footer-brand .brand-wordmark {
	font-size: 2.25rem;
	color: var(--white);
}

.footer-brand .brand-descriptor {
	color: rgba(255,255,255,0.62);
}

.mobile-contact-bar {
	display: none;
}

.hero-split {
	padding-top: 0;
	padding-bottom: 0;
}

.trust-strip {
	padding: 0;
}

.trust-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.trust-stat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 112px;
	padding: 22px 26px;
	border-right: 1px solid var(--gray-light);
}

.trust-stat:last-child {
	border-right: 0;
}

.trust-stat strong {
	font-family: var(--font-head);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--charcoal);
}

.trust-stat span {
	margin-top: 7px;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.045em;
	text-transform: uppercase;
	color: var(--gray);
}

.project-location {
	margin: -2px 0 12px;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--gray);
}

.portfolio-note {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	margin-top: 34px;
	padding: 28px 30px;
	border-left: 4px solid var(--orange);
	border-radius: var(--radius);
	background: var(--charcoal);
	box-shadow: 0 16px 34px rgba(17,24,32,0.13);
}

.portfolio-note > div {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.portfolio-note strong {
	font-family: var(--font-head);
	font-size: 1.55rem;
	line-height: 1.05;
	text-transform: uppercase;
	color: var(--white);
}

.portfolio-note span {
	font-size: 0.9rem;
	color: rgba(255,255,255,0.7);
}

.project-meta {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 18px;
	margin: 18px 0 20px;
	padding-top: 16px;
	border-top: 1px solid var(--gray-light);
}

.project-meta span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.project-meta small {
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--gray);
}

.project-meta strong {
	font-size: 0.78rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--charcoal);
}

.project-enquire {
	display: inline-flex;
	align-items: center;
	padding-bottom: 3px;
	border-bottom: 2px solid var(--orange);
	font-size: 0.73rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--charcoal);
	transition: color 0.2s ease, border-color 0.2s ease;
}

.project-enquire:hover {
	color: var(--orange-dark);
	border-color: var(--orange-dark);
}

.project-proof {
	background: var(--cream);
	border-top: 1px solid var(--gray-light);
	border-bottom: 1px solid var(--gray-light);
}

.project-proof-grid {
	display: grid;
	grid-template-columns: 0.9fr 1.1fr;
	gap: clamp(40px, 8vw, 100px);
	align-items: start;
}

.project-proof-grid p {
	max-width: 38rem;
	font-size: 1.04rem;
}

.proof-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.proof-list li {
	position: relative;
	padding: 15px 16px 15px 42px;
	border: 1px solid var(--gray-light);
	border-radius: var(--radius);
	background: var(--white);
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1.45;
	color: #344150;
}

.proof-list li::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 16px;
	width: 14px;
	height: 8px;
	border-left: 3px solid var(--orange);
	border-bottom: 3px solid var(--orange);
	transform: rotate(-45deg);
}

@media (max-width: 760px) {
	body {
		padding-bottom: 62px;
	}

	.mobile-contact-bar {
		position: fixed;
		z-index: 99999;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		min-height: 62px;
		background: var(--charcoal);
		box-shadow: 0 -10px 30px rgba(17,24,32,0.2);
	}

	.mobile-action {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px 10px;
		font-family: var(--font-body);
		font-size: 0.74rem;
		font-weight: 700;
		letter-spacing: 0.055em;
		text-transform: uppercase;
		color: var(--white);
	}

	.mobile-whatsapp {
		background: #16794d;
	}

	.mobile-call {
		border-left: 1px solid rgba(255,255,255,0.18);
		background: var(--orange);
	}

	.trust-stats {
		grid-template-columns: repeat(2, 1fr);
	}

	.trust-stat {
		min-height: 100px;
		padding: 18px;
	}

	.trust-stat:nth-child(2) {
		border-right: 0;
	}

	.trust-stat:nth-child(-n+2) {
		border-bottom: 1px solid var(--gray-light);
	}

	.portfolio-note {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px;
	}

	.project-proof-grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.proof-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	.brand-wordmark {
		font-size: 1.75rem;
	}

	.brand-descriptor {
		font-size: 0.45rem;
		letter-spacing: 0.09em;
	}

	.trust-stat strong {
		font-size: 1.55rem;
	}

	.project-meta {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* YalezaTech supplied logo integration v1.6 */
.header-logo-img,
.footer-logo-img {
	display: block;
	height: auto;
}

.header-logo-img {
	width: 150px;
}

.footer-logo-link {
	display: inline-flex;
	margin-bottom: 20px;
}

.footer-logo-img {
	width: 220px;
}

@media (max-width: 620px) {
	.header-logo-img {
		width: 125px;
	}
}

@media (max-width: 360px) {
	.header-logo-img {
		width: 105px;
	}

	.site-header .btn-sm {
		padding-left: 11px;
		padding-right: 11px;
		font-size: 0.68rem;
	}
}
