/*
Theme Name:   StonetouCH
Theme URI:    https://stonetouch.ch
Template:     twentytwentyfour
Author:       StonetouCH
Description:  Thème galerie d'art pour StonetouCH, éditeur d'art contemporain genevois. Esthétique épurée, blanc dominant, typographie sobre.
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  stonetouch
Tags:         block-theme, full-site-editing, art, gallery
*/

/* ============================================================
   BASE & RESET
   ============================================================ */

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

html {
	scroll-behavior: smooth;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

/* ============================================================
   HEADER
   ============================================================ */

.stonetouch-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 200;
	background: rgba(247, 246, 244, 0.92);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid transparent;
	transition: border-color 0.3s ease, background 0.3s ease;
}

.stonetouch-header.scrolled {
	border-bottom-color: var(--wp--preset--color--pierre-claire);
}

.stonetouch-header-inner {
	max-width: 1440px;
	margin: 0 auto;
	padding: 1.25rem 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

/* Logo */
.stonetouch-header .wp-block-image img {
	height: 56px;
	width: auto;
	display: block;
	mix-blend-mode: multiply; /* efface le fond blanc sur fond clair */
}

/* Navigation */
.wp-block-navigation .wp-block-navigation-item__content {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wp--preset--color--noir);
	text-decoration: none;
	transition: color 0.2s ease;
	padding: 0 !important;
}

.wp-block-navigation .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--pierre);
}

.wp-block-navigation .wp-block-navigation__responsive-container-open,
.wp-block-navigation .wp-block-navigation__responsive-container-close {
	color: var(--wp--preset--color--noir);
}

/* Sélecteur de langue */
.stonetouch-lang {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	white-space: nowrap;
}

.stonetouch-lang a {
	color: var(--wp--preset--color--pierre);
	text-decoration: none;
	transition: color 0.2s ease;
}

.stonetouch-lang a.current,
.stonetouch-lang a:hover {
	color: var(--wp--preset--color--noir);
}

.stonetouch-lang span {
	color: var(--wp--preset--color--pierre-claire);
	margin: 0 0.25em;
}

/* Offset body for fixed header */
.wp-site-blocks > *:first-child {
	padding-top: 0;
}

/* ============================================================
   HÉROS
   ============================================================ */

.stonetouch-hero {
	position: relative;
	min-height: 100svh;
	min-height: 100vh;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.stonetouch-hero-bg {
	position: absolute;
	inset: 0;
	background-color: var(--wp--preset--color--pierre-sombre);
	background-size: cover;
	background-position: center;
}

.stonetouch-hero-bg::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 60%, transparent 100%);
}

.stonetouch-hero-content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 6rem 3rem 4rem;
}

.stonetouch-hero h1 {
	font-family: var(--wp--preset--font-family--cormorant) !important;
	font-size: clamp(3.5rem, 9vw, 9rem) !important;
	font-weight: 300 !important;
	line-height: 0.9 !important;
	letter-spacing: -0.01em !important;
	color: #ffffff !important;
	text-transform: uppercase;
	margin: 0 0 1.5rem;
}

.stonetouch-hero-baseline {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65);
	margin: 0;
}

/* ============================================================
   SECTION COMMUNE
   ============================================================ */

.stonetouch-section {
	padding: 6rem 3rem;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
}

.stonetouch-section-full {
	padding: 6rem 3rem;
}

.stonetouch-section-label {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	margin-bottom: 3rem;
	display: block;
}

/* ============================================================
   COLLECTIONS
   ============================================================ */

.stonetouch-collections-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
}

@media (max-width: 900px) {
	.stonetouch-collections-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 500px) {
	.stonetouch-collections-grid {
		grid-template-columns: 1fr;
		gap: 3rem;
	}
}

.stonetouch-collection-link {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.stonetouch-collection-thumb {
	aspect-ratio: 3 / 4;
	background-color: var(--wp--preset--color--pierre-claire);
	overflow: hidden;
	margin-bottom: 1.25rem;
}

.stonetouch-collection-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.stonetouch-collection-card:hover .stonetouch-collection-thumb img {
	transform: scale(1.05);
}

.stonetouch-collection-name {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	color: var(--wp--preset--color--noir);
	margin: 0 0 0.375rem;
}

.stonetouch-collection-year {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	font-weight: 300;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	margin: 0;
}

/* ============================================================
   FONDATEURS
   ============================================================ */

.stonetouch-founders-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem 3rem;
}

/* 4 fondateurs */
.stonetouch-founders-grid--four {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 900px) {
	.stonetouch-founders-grid--four {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {
	.stonetouch-founders-grid,
	.stonetouch-founders-grid--four {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.5rem 1.5rem;
	}
}

@media (max-width: 420px) {
	.stonetouch-founders-grid,
	.stonetouch-founders-grid--four {
		grid-template-columns: 1fr;
		max-width: 320px;
		margin: 0 auto;
	}
}

.stonetouch-founder {
	text-align: center;
}

.stonetouch-founder-photo {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--wp--preset--color--pierre-claire);
	margin: 0 auto 1.5rem;
	display: block;
}

.stonetouch-founder-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	display: block;
}

.stonetouch-founder-name {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: 1.375rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	margin: 0 0 0.375rem;
}

.stonetouch-founder-role {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	margin: 0 0 1.25rem;
}

.stonetouch-founder-bio {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.75;
	color: var(--wp--preset--color--pierre-sombre);
}

/* Section about texte */
.stonetouch-about-text {
	max-width: 680px;
}

.stonetouch-about-text p {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: clamp(1.25rem, 2.5vw, 1.625rem);
	font-weight: 300;
	line-height: 1.55;
	letter-spacing: 0.01em;
	color: var(--wp--preset--color--noir);
}

/* ============================================================
   PRESSE & EXPOSITIONS
   ============================================================ */

.stonetouch-press-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.stonetouch-press-item {
	display: grid;
	grid-template-columns: 5rem 1fr auto;
	gap: 2rem;
	align-items: baseline;
	padding: 1.5rem 0;
	border-top: 1px solid var(--wp--preset--color--pierre-claire);
}

.stonetouch-press-item:last-child {
	border-bottom: 1px solid var(--wp--preset--color--pierre-claire);
}

@media (max-width: 600px) {
	.stonetouch-press-item {
		grid-template-columns: 1fr;
		gap: 0.375rem;
	}
}

.stonetouch-press-year {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: var(--wp--preset--color--pierre);
}

.stonetouch-press-title {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: 1.125rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	color: var(--wp--preset--color--noir);
}

.stonetouch-press-source {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
}

/* ============================================================
   CONTACT
   ============================================================ */

.stonetouch-contact-section {
	background-color: var(--wp--preset--color--noir);
	padding: 8rem 3rem;
	text-align: center;
}

.stonetouch-contact-label {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	margin-bottom: 2.5rem;
	display: block;
}

.stonetouch-contact-heading {
	font-family: var(--wp--preset--font-family--cormorant) !important;
	font-size: clamp(2rem, 5vw, 4.5rem) !important;
	font-weight: 300 !important;
	line-height: 1.1 !important;
	color: #ffffff !important;
	margin: 0 0 2.5rem;
}

.stonetouch-contact-email {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: clamp(1.5rem, 3.5vw, 3rem);
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 0.15em;
	transition: border-color 0.2s ease, color 0.2s ease;
	display: inline-block;
}

.stonetouch-contact-email:hover {
	color: var(--wp--preset--color--pierre-claire);
	border-bottom-color: var(--wp--preset--color--pierre);
}

/* Formulaire contact */
.stonetouch-contact-form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto 3rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	text-align: left;
}

.stonetouch-form-row {
	width: 100%;
}

.stonetouch-contact-form input[type="text"],
.stonetouch-contact-form input[type="email"],
.stonetouch-contact-form textarea {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	color: #ffffff;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.9375rem;
	font-weight: 300;
	padding: 0.75rem 0;
	outline: none;
	transition: border-color 0.2s ease;
	border-radius: 0;
	-webkit-appearance: none;
}

.stonetouch-contact-form input:focus,
.stonetouch-contact-form textarea:focus {
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

.stonetouch-contact-form input::placeholder,
.stonetouch-contact-form textarea::placeholder {
	color: rgba(255, 255, 255, 0.35);
	font-weight: 300;
}

.stonetouch-contact-form textarea {
	resize: vertical;
	min-height: 130px;
	line-height: 1.6;
}

.stonetouch-recaptcha-wrap {
	display: flex;
	justify-content: center;
	margin: 0.5rem 0;
}

.stonetouch-contact-submit {
	display: block;
	margin: 0.5rem auto 0;
	background: #ffffff;
	color: var(--wp--preset--color--noir);
	border: none;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 1rem 3rem;
	cursor: pointer;
	transition: background 0.2s ease, opacity 0.2s ease;
}

.stonetouch-contact-submit:hover {
	background: var(--wp--preset--color--pierre-claire);
}

.stonetouch-contact-submit:disabled {
	opacity: 0.5;
	cursor: default;
}

.stonetouch-form-response {
	text-align: center;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.875rem;
	font-weight: 300;
	padding: 0.75rem 1rem;
	min-height: 1em;
	display: none;
}

.stonetouch-form-response.is-success {
	color: #a8d5a2;
	display: block;
}

.stonetouch-form-response.is-error {
	color: #f5a5a5;
	display: block;
}

.stonetouch-contact-address {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	margin-top: 3rem;
	line-height: 2;
}

/* ============================================================
   FOOTER
   ============================================================ */

.stonetouch-footer {
	padding: 2rem 3rem;
	border-top: 1px solid var(--wp--preset--color--pierre-claire);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	flex-wrap: wrap;
}

.stonetouch-footer-copy {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
}

/* ============================================================
   SÉPARATEUR & UTILITAIRES
   ============================================================ */

.wp-block-separator.is-style-wide {
	border: none;
	border-top: 1px solid var(--wp--preset--color--pierre-claire);
}

/* Offset contenu pour header fixe */
.stonetouch-push-header {
	height: 70px;
}

/* ============================================================
   RESPONSIVE — SECTIONS
   ============================================================ */

@media (max-width: 768px) {
	.stonetouch-section,
	.stonetouch-section-full {
		padding: 4rem 1.5rem;
	}

	.stonetouch-contact-section {
		padding: 5rem 1.5rem;
	}

	.stonetouch-footer {
		padding: 1.5rem;
		flex-direction: column;
		text-align: center;
	}

	.stonetouch-header-inner {
		padding: 1rem 1.5rem;
	}
}

/* ============================================================
   GALERIE MODALS
   ============================================================ */

body.gallery-open {
	overflow: hidden;
}

/* Overlay sombre */
.stonetouch-gallery-overlay {
	position: fixed;
	inset: 0;
	background: rgba(10, 10, 10, 0);
	z-index: 300;
	pointer-events: none;
	transition: background 0.35s ease;
}

.stonetouch-gallery-overlay.is-open {
	background: rgba(10, 10, 10, 0.93);
	pointer-events: auto;
}

/* Modal galerie */
.stonetouch-gallery-modal {
	position: fixed;
	inset: 0;
	z-index: 400;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 5rem 2rem 4rem;
	opacity: 0;
	pointer-events: none;
	transform: translateY(16px);
	transition: opacity 0.35s ease, transform 0.35s ease;
}

.stonetouch-gallery-modal.is-open {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

/* Bouton fermer */
.stonetouch-gallery-close {
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	background: none;
	border: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.7);
	font-size: 1.5rem;
	line-height: 1;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 500;
	transition: color 0.2s, border-color 0.2s;
}

.stonetouch-gallery-close:hover {
	color: #fff;
	border-color: rgba(255,255,255,0.6);
}

/* En-tête du modal */
.stonetouch-gallery-header {
	text-align: center;
	margin-bottom: 3rem;
}

.stonetouch-gallery-label {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	letter-spacing: 0.35em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	margin: 0 0 0.75rem;
}

.stonetouch-gallery-title {
	font-family: var(--wp--preset--font-family--cormorant) !important;
	font-size: clamp(2.5rem, 6vw, 5rem) !important;
	font-weight: 300 !important;
	line-height: 1 !important;
	color: #ffffff !important;
	margin: 0 0 0.5rem !important;
}

.stonetouch-gallery-sub {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	margin: 0;
}

/* Grille photos */
.stonetouch-gallery-grid {
	columns: 4 220px;
	column-gap: 0.75rem;
	max-width: 1300px;
	margin: 0 auto;
}

.stonetouch-gallery-item {
	break-inside: avoid;
	margin-bottom: 0.75rem;
	cursor: zoom-in;
	overflow: hidden;
	position: relative;
}

.stonetouch-gallery-item img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
}

.stonetouch-gallery-item:hover img {
	transform: scale(1.03);
}

.stonetouch-gallery-item figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1.5rem 0.75rem 0.75rem;
	background: linear-gradient(transparent, rgba(0,0,0,0.6));
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.stonetouch-gallery-item:hover figcaption {
	opacity: 1;
}

/* ── Lightbox photo ── */
.stonetouch-lightbox {
	position: fixed;
	inset: 0;
	z-index: 600;
	background: rgba(0,0,0,0.96);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.stonetouch-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.stonetouch-lightbox-figure {
	max-width: 90vw;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	margin: 0;
}

.stonetouch-lightbox-img {
	max-width: 90vw;
	max-height: 80vh;
	object-fit: contain;
	display: block;
}

.stonetouch-lightbox-caption {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
}

.stonetouch-lightbox-close {
	position: fixed;
	top: 1.5rem;
	right: 1.5rem;
	background: none;
	border: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.7);
	font-size: 1.5rem;
	line-height: 1;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 700;
}

.stonetouch-lightbox-prev,
.stonetouch-lightbox-next {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: 1px solid rgba(255,255,255,0.15);
	color: rgba(255,255,255,0.6);
	font-size: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 700;
	transition: color 0.2s, border-color 0.2s;
}

.stonetouch-lightbox-prev { left: 1.5rem; }
.stonetouch-lightbox-next { right: 1.5rem; }

.stonetouch-lightbox-prev:hover,
.stonetouch-lightbox-next:hover {
	color: #fff;
	border-color: rgba(255,255,255,0.5);
}

/* Boutons collection (reset button styles) */
.stonetouch-collection-link {
	display: block;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	background: none;
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

/* ============================================================
   FOOTER — LIENS LÉGAUX
   ============================================================ */

.stonetouch-footer-legal {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.stonetouch-footer-legal span {
	color: var(--wp--preset--color--pierre-claire);
	font-size: 0.5rem;
}

.stonetouch-legal-trigger {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	transition: color 0.2s ease;
}

.stonetouch-legal-trigger:hover {
	color: var(--wp--preset--color--noir);
}

/* Overlay légal */
.stonetouch-legal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(10,10,10,0);
	z-index: 500;
	pointer-events: none;
	transition: background 0.3s ease;
}

.stonetouch-legal-overlay.is-open {
	background: rgba(10,10,10,0.6);
	pointer-events: auto;
}

/* Modal légal */
.stonetouch-legal-modal {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 600;
	background: var(--wp--preset--color--blanc);
	max-height: 75vh;
	overflow-y: auto;
	padding: 3rem;
	transform: translateY(100%);
	transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	border-top: 1px solid var(--wp--preset--color--pierre-claire);
}

.stonetouch-legal-modal.is-open {
	transform: translateY(0);
}

.stonetouch-legal-inner {
	max-width: 720px;
	margin: 0 auto;
}

.stonetouch-legal-inner h2 {
	font-family: var(--wp--preset--font-family--cormorant);
	font-size: 2rem;
	font-weight: 300;
	margin: 0 0 2rem;
}

.stonetouch-legal-inner h3 {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	margin: 2rem 0 0.75rem;
}

.stonetouch-legal-inner p {
	font-size: 0.9rem;
	font-weight: 300;
	line-height: 1.8;
	color: var(--wp--preset--color--pierre-sombre);
	margin: 0 0 1rem;
}

.stonetouch-legal-inner a {
	color: var(--wp--preset--color--noir);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.stonetouch-legal-close {
	position: absolute;
	top: 1.5rem;
	right: 1.5rem;
	background: none;
	border: 1px solid var(--wp--preset--color--pierre-claire);
	color: var(--wp--preset--color--pierre);
	font-size: 1.25rem;
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: color 0.2s, border-color 0.2s;
}

.stonetouch-legal-close:hover {
	color: var(--wp--preset--color--noir);
	border-color: var(--wp--preset--color--pierre);
}

/* ============================================================
   LANGUE FR / EN
   ============================================================ */

.stonetouch-lang {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.6875rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.stonetouch-lang a,
.stonetouch-lang button {
	color: var(--wp--preset--color--pierre);
	text-decoration: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
	transition: color 0.2s ease;
}

.stonetouch-lang a.current,
.stonetouch-lang button.current,
.stonetouch-lang a:hover,
.stonetouch-lang button:hover {
	color: var(--wp--preset--color--noir);
}

.stonetouch-lang-sep {
	color: var(--wp--preset--color--pierre-claire);
}

/* ============================================================
   V2 — FICHE ŒUVRE
   ============================================================ */

.stonetouch-oeuvre-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem;
	align-items: start;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 3rem 6rem;
}

@media (max-width: 768px) {
	.stonetouch-oeuvre-layout {
		grid-template-columns: 1fr;
		padding: 2rem 1.5rem 4rem;
	}
}

.stonetouch-oeuvre-meta {
	list-style: none;
	margin: 2rem 0 0;
	padding: 0;
}

.stonetouch-oeuvre-meta li {
	display: flex;
	gap: 1.5rem;
	padding: 0.875rem 0;
	border-top: 1px solid var(--wp--preset--color--pierre-claire);
	font-size: 0.875rem;
}

.stonetouch-oeuvre-meta li:last-child {
	border-bottom: 1px solid var(--wp--preset--color--pierre-claire);
}

.stonetouch-oeuvre-meta-key {
	font-family: var(--wp--preset--font-family--inter);
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pierre);
	min-width: 7rem;
	padding-top: 0.15em;
}

/* ============================================================
   V2 — FICHE ARTISTE
   ============================================================ */

.stonetouch-artiste-header {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 3rem;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 3rem 2rem;
}

.stonetouch-artiste-header-photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	background-color: var(--wp--preset--color--pierre-claire);
}

@media (max-width: 600px) {
	.stonetouch-artiste-header {
		grid-template-columns: 1fr;
		text-align: center;
		padding: 2rem 1.5rem;
	}

	.stonetouch-artiste-header-photo {
		margin: 0 auto;
	}
}
