*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	color: #000000;
}

body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0;
}

/* ===== TYPO ===== */

h1,
.h1-like {
	margin: 0;
	font-family: 'Space Mono', monospace;
	font-weight: 700;
	font-style: italic;
	font-size: 96px;
	line-height: 1;
	text-transform: uppercase;
}

h2,
.h2-like {
	margin: 0;
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	font-style: italic;
	font-size: 66px;
	line-height: 58px;
	text-transform: uppercase;
}

h3,
.h3-like {
	margin: 0;
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.description-photo,
.photo-meta-label {
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

p {
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
}

/* ===== HEADER DESKTOP ===== */

.site-header {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}

.header-inner {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.site-branding {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
}

.site-branding a,
.site-branding .custom-logo-link {
	display: inline-flex;
	align-items: center;
}

.site-branding img,
.custom-logo {
	display: block;
	width: auto;
	max-height: 14px;
}

.main-navigation {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 45px;
}

.main-menu li {
	display: flex;
	align-items: center;
}

.main-menu a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0;
}

/* ===== CONTENT TEST ===== */

.site-content {
	min-height: 400px;
	padding: 80px 0;
}

.site-content h1 {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 24px;
}

.site-content p {
	max-width: 700px;
}

/* ===== FOOTER DESKTOP ===== */

.site-footer {
	margin-top: 40px;
	background: #ffffff;
	border-top: 1px solid #000000;
}

.footer-inner {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 58px;
	flex-wrap: wrap;
}

.footer-menu a {
	font-family: 'Space Mono', monospace;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

/* ===== RESPONSIVE TEMPORAIRE ===== */

@media (max-width: 1200px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 767px) {
	.header-inner {
		height: 72px;
	}

	.main-menu {
		gap: 20px;
	}

	.main-menu a {
		font-size: 14px;
	}

	.footer-menu {
		gap: 24px;
	}

	h1,
	.h1-like {
		font-size: 48px;
	}

	h2,
	.h2-like {
		font-size: 40px;
		line-height: 1;
	}
}

/* ===== HOME STRUCTURE ===== */

.site-main.home-page {
	padding: 0 0 40px;
}

.home-hero {
	width: 100%;
}

.home-hero__inner {
	position: relative;
	width: 100%;
	max-width: 1440px;
	height: 962px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.home-hero__title {
	position: absolute;
	left: 50%;
	top: 46.5%;
	transform: translate(-50%, -50%);
	margin: 0;
	font-family: 'Space Mono', monospace;
	font-weight: 700;
	font-style: italic;
	font-size: 96px;
	line-height: 1;
	text-transform: uppercase;
	color: transparent;
	-webkit-text-stroke: 3px #ffffff;
	text-align: center;
	white-space: nowrap;
	z-index: 2;
}

.home-filters {
	padding: 60px 0 0;
}

.home-filters__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.home-filters__group {
	display: flex;
	align-items: center;
	gap: 36px;
}

.home-filters__group--left {
	flex: 1 1 auto;
}

.home-filters__group--right {
	flex: 0 0 auto;
}

.home-filters select {
	min-width: 260px;
	height: 42px;
	padding: 0 18px;
	border: 1px solid #b8bbc2;
	border-radius: 8px;
	background: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #313144;
	outline: none;
}

.home-gallery {
	padding: 40px 0;
}

.home-gallery .container {
	max-width: 1170px;
	margin: 0 auto;
}

.home-gallery__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.photo-card {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #ddd;
}

.photo-card__link {
	display: block;
	width: 100%;
	height: 100%;
}

.photo-card__link img,
.photo-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-gallery__actions {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.load-more-button {
	min-width: 272px;
	height: 50px;
	border: none;
	background: #d8d8d8;
	font-family: 'Space Mono', monospace;
	font-size: 12px;
	text-transform: none;
	cursor: pointer;
}

/* ===== HOME RESPONSIVE TEMP ===== */

@media (max-width: 1440px) {
	.home-hero__inner {
		max-width: calc(100% - 40px);
		height: 700px;
	}

	.home-hero__title {
		font-size: 72px;
		-webkit-text-stroke: 2px #ffffff;
		white-space: normal;
		width: calc(100% - 80px);
	}
}

@media (max-width: 767px) {
	.site-main.home-page {
		padding-bottom: 20px;
	}

	.home-hero__inner {
		height: 253px;
		margin-left: 0;
		margin-right: 0;
	}

	.home-hero__title {
		width: calc(100% - 56px);
		font-size: 28px;
		line-height: 1;
		-webkit-text-stroke: 1px #ffffff;
		text-align: left;
		left: 24px;
		top: auto;
		bottom: 20px;
		transform: none;
	}

	.home-filters {
		padding: 28px 0 40px;
	}

	.home-filters__inner,
	.home-filters__group,
	.home-filters__group--left,
	.home-filters__group--right {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.home-filters select {
		min-width: 0;
		width: 100%;
	}

	.home-gallery__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.load-more-button {
		width: 100%;
		max-width: 272px;
	}
}