/* Atelier — éditorial minimal : grande serif, hairlines, silence visuel */

.tsb-site[data-tsb-template="atelier"] .tsb-section-title {
	position: relative;
	padding-bottom: 18px;
}
.tsb-site[data-tsb-template="atelier"] .tsb-section-title::after {
	content: "";
	position: absolute;
	left: 0; bottom: 0;
	width: 48px; height: 1px;
	background: var(--tsb-accent);
}

.tsb-site[data-tsb-template="atelier"] .tsb-hero {
	grid-template-columns: 1fr 1fr;
	padding-top: 80px;
}
.tsb-site[data-tsb-template="atelier"] .tsb-hero-title {
	font-weight: 500;
	letter-spacing: -0.01em;
}
.tsb-site[data-tsb-template="atelier"] .tsb-hero-media img {
	height: 560px;
}
.tsb-site[data-tsb-template="atelier"] .tsb-btn {
	border-radius: 0;
	letter-spacing: 0.02em;
}

.tsb-site[data-tsb-template="atelier"] .tsb-about {
	border-top: 1px solid var(--tsb-sand);
	border-bottom: 1px solid var(--tsb-sand);
	padding-top: 56px;
	padding-bottom: 56px;
}
.tsb-site[data-tsb-template="atelier"] .tsb-about-text {
	font-size: 19px;
	font-family: var(--tsb-font-display);
	font-style: italic;
	line-height: 1.5;
}

.tsb-site[data-tsb-template="atelier"] .tsb-gallery-grid {
	grid-template-columns: repeat(5, 1fr);
}
.tsb-site[data-tsb-template="atelier"] .tsb-gallery-item-1,
.tsb-site[data-tsb-template="atelier"] .tsb-gallery-item-3 {
	margin-top: 36px;
}

.tsb-site[data-tsb-template="atelier"] .tsb-testimonial {
	border: none;
	border-left: 1px solid var(--tsb-accent);
	padding-left: 20px;
}

.tsb-site[data-tsb-template="atelier"] .tsb-footer-heading {
	font-style: italic;
}
