/* About page */
.sm-about {
	position: relative;
	padding-bottom: 3rem;
}

.sm-hero--about {
	position: relative;
	z-index: 1;
	max-width: 1140px;
	margin: 0 auto;
	padding: 2rem 1.5rem 1rem;
}

.sm-about__hero-grid {
	display: grid;
	grid-template-columns: 1fr 280px;
	gap: 2rem;
	align-items: center;
}

.sm-about__photo img {
	width: 100%;
	border-radius: var(--sm-radius-lg, 12px);
	box-shadow: 0 12px 40px rgba(15, 28, 46, 0.15);
}

.sm-about__hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
}

.sm-about__section {
	position: relative;
	z-index: 1;
	max-width: 720px;
	margin: 0 auto 2rem;
	padding: 0 1.5rem;
}

.sm-about__section h2 {
	font-size: 1.25rem;
	color: var(--sm-navy, #0f1c2e);
	margin: 0 0 0.75rem;
}

.sm-about__section p {
	line-height: 1.65;
	color: var(--sm-text-muted, #5a6472);
	margin: 0;
}

.sm-about__proof {
	max-width: 960px;
}

.sm-about__proof-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin: 1.25rem 0 0;
}

.sm-about__proof .sm-bf-soon {
	margin-top: 1.25rem;
	background: rgba(15, 28, 46, 0.04);
	border-color: rgba(15, 28, 46, 0.12);
}

.sm-about__proof .sm-bf-soon__badge {
	background: rgba(184, 137, 46, 0.15);
	color: var(--sm-gold-dark, #8a6520);
}

.sm-about__proof .sm-bf-soon__text {
	color: var(--sm-text-muted, #5a6472);
}

.sm-about__proof .sm-bf-soon__link {
	color: var(--sm-gold-dark, #8a6520);
}

.sm-about__skills {
	margin: 0;
	padding-left: 1.25rem;
	line-height: 1.8;
	color: var(--sm-text-muted, #5a6472);
}

.sm-about__values-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 1rem;
}

.sm-about__values-grid article {
	padding: 1.25rem;
	background: #fff;
	border: 1px solid rgba(15, 28, 46, 0.08);
	border-radius: var(--sm-radius-md, 8px);
}

.sm-about__values-grid h3 {
	font-size: 1rem;
	margin: 0 0 0.35rem;
	color: var(--sm-navy, #0f1c2e);
}

.sm-about__values-grid p {
	font-size: 0.9rem;
	margin: 0;
}

.sm-about__cta {
	position: relative;
	z-index: 1;
	max-width: 560px;
	margin: 2rem auto 0;
	padding: 2rem 1.5rem;
	text-align: center;
	background: var(--sm-gradient-hero, linear-gradient(135deg, #0f1c2e, #1a2f4a));
	color: #fff;
	border-radius: var(--sm-radius-lg, 12px);
}

.sm-about__cta h2 {
	margin: 0 0 0.5rem;
	font-size: 1.35rem;
}

.sm-about__cta p {
	margin: 0 0 1.25rem;
	color: rgba(255, 255, 255, 0.8);
}

.sm-about__stats {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto 2.5rem;
	padding: 0 1.5rem;
}

.sm-about__hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.sm-btn--ghost {
	background: transparent;
	border: 1px solid rgba(15, 28, 46, 0.2);
	color: var(--sm-navy, #0f1c2e);
}

.sm-btn--ghost:hover {
	background: rgba(15, 28, 46, 0.05);
}

.sm-about__timeline {
	display: grid;
	gap: 1.25rem;
	margin-top: 1.25rem;
}

.sm-about__timeline-item {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	align-items: start;
	padding: 1.25rem;
	background: #fff;
	border: 1px solid rgba(15, 28, 46, 0.08);
	border-radius: var(--sm-radius-lg, 12px);
}

.sm-about__timeline-year {
	font-size: 1.5rem;
	font-weight: 800;
	color: var(--sm-gold-dark, #b8923f);
	line-height: 1;
}

.sm-about__timeline-item h3 {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
}

.sm-about__timeline-item p {
	margin: 0;
	color: var(--sm-muted, #5a6a7e);
	line-height: 1.6;
}

.sm-about__devis-lead,
.sm-about__devis-note {
	color: var(--sm-muted, #5a6a7e);
	line-height: 1.6;
}

.sm-about__steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin: 1.5rem 0;
}

.sm-about__step {
	padding: 1.25rem;
	background: #fff;
	border: 1px solid rgba(15, 28, 46, 0.08);
	border-radius: var(--sm-radius-lg, 12px);
}

.sm-about__step-num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: var(--sm-gradient-gold, linear-gradient(135deg, #d4a853, #e8c97a));
	color: var(--sm-navy, #0f1c2e);
	font-weight: 800;
	margin-bottom: 0.75rem;
}

.sm-about__step h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
}

.sm-about__step p {
	margin: 0;
	font-size: 0.9rem;
	color: var(--sm-muted, #5a6a7e);
	line-height: 1.55;
}

.sm-about__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
}

/* Portfolio */
.sm-projets {
	position: relative;
	padding-bottom: 3rem;
}

.sm-projets__featured {
	position: relative;
	z-index: 1;
	max-width: 960px;
	margin: 0 auto 2rem;
	padding: 0 1.5rem;
}

.sm-projets__card {
	padding: 2rem;
	background: #fff;
	border: 1px solid rgba(15, 28, 46, 0.1);
	border-radius: var(--sm-radius-lg, 12px);
	box-shadow: 0 8px 32px rgba(15, 28, 46, 0.06);
}

.sm-projets__card--featured {
	background: var(--sm-gradient-hero, linear-gradient(135deg, #0f1c2e, #1a2f4a));
	color: #fff;
	border: none;
}

.sm-projets__tag {
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding: 0.2rem 0.6rem;
	margin-bottom: 0.75rem;
	background: rgba(232, 201, 122, 0.2);
	color: var(--sm-gold-light, #e8c97a);
	border-radius: 999px;
}

.sm-projets__card h2 {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
}

.sm-projets__card p {
	margin: 0 0 1.25rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}

.sm-projets__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.sm-projets__grid-section {
	position: relative;
	z-index: 1;
}

.sm-projets__cta {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 2rem 1.5rem;
}

@media (max-width: 768px) {
	.sm-about__steps {
		grid-template-columns: 1fr;
	}
	.sm-about__hero-grid {
		grid-template-columns: 1fr;
	}

	.sm-about__photo {
		max-width: 240px;
		margin: 0 auto;
	}

	.sm-about__values-grid {
		grid-template-columns: 1fr;
	}
}
