:root {
    --metal-1: #f4f4f5;
    --metal-2: #d9d9de;
    --metal-3: #bfc0c7;
    --ink: #111114;
    --muted: #55555c;
    --pink: #d34f88;
    --teal: #179c96;
    --gold: #c69632;
    --violet: #6f56c9;
    --white-glass: rgba(255, 255, 255, .74);
    --border: 1px solid rgba(0, 0, 0, .16);
    --shadow: 0 18px 48px rgba(0, 0, 0, .18);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    background: #d7d7dc url("images/fond.png") center center / cover fixed no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55; }

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    background: rgba(238, 238, 242, .52);
    pointer-events: none; }

@font-face {
    font-family: 'Bluff CE';
    src: url('fonts/Bluff-CE.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; }

h1, h2, h3,
.titre, .titre-page, .titre-section, .hero-title,
#homeTitle, #homeTitle.hero-baseline {
    font-family: 'Bluff CE', Arial, sans-serif;
    font-weight: normal; }

a { color: inherit; }
button, input, textarea { font: inherit; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

/* HEADER : absent de l'accueil, présent sur les autres pages */

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    margin: 0;
    padding: 10px 26px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .22);
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.92), rgba(211,212,219,.92), rgba(250,250,252,.92)),
        linear-gradient(180deg, var(--metal-1), var(--metal-2));
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
    backdrop-filter: blur(10px);
}

.brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    text-decoration: none; }

		.brand-logo-full {
			display: block;
			width: 142px;
			height: auto; }

		.brand-logo-mobile { display: none; }

.main-nav {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: nowrap;
    min-width: 0; }

.main-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    text-decoration: none;
    padding: 8px 9px;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap;
    transform-origin: center;
    transition: transform .18s ease, color .18s ease, text-shadow .18s ease, background .18s ease; }

.main-nav a:hover {
    transform: scale(1.12);
    color: #000;
    text-shadow: 0 0 12px rgba(211, 79, 136, .48); }

.main-nav a.active {
    background: rgba(255,255,255,.72);
    color: var(--pink);
    box-shadow: inset 0 -4px 0 var(--pink), 0 8px 18px rgba(0,0,0,.10);
    transform: scale(1.08); }

.nav-icon { display: none; }

/*----------- DRAPEAUX -----------*/

.flag-img { display: block; }

		.lang-switch {
			flex: 0 0 auto;
			display: flex;
			align-items: center;
			justify-content: flex-end;
			gap: 7px; }

		.lang-switch a {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			width: auto;
			height: auto;
			padding: 0;
			border-radius: 0;
			text-decoration: none;
			background: transparent;
			border: 0;
			filter: saturate(.92);
			transition: transform .20s ease, filter .20s ease; }

		.lang-switch a.active,
		.lang-switch a:hover {
			transform: scale(1.30);
			filter: saturate(1.40); }

/*----------- ACCUEIL -----------*/

.home-page::before { background: rgba(232, 232, 236, .28); }

.home-main {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 34px 14px; }

.hero {
    position: relative;
    width: min(1120px, 100%);
    min-height: 690px;
    display: grid;
    place-items: center;
    overflow: hidden; }

.hero-orbit {
    position: absolute;
    width: min(760px, 92vw);
    height: auto;
    aspect-ratio: 1;
    border: 0;
    border-radius: 0;
    background: none;
    animation: softSpin 20s linear infinite;
    opacity: .92;
    transform-origin: center center;
    pointer-events: none;
    user-select: none; }

.hero-content {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    text-align: center;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none; }

.hero-logo {
    display: block;
    width: min(380px, 70vw);
    margin: 0 auto;
    opacity: 0;
    transform: translateY(18px) scale(.96);
    animation: revealLogo 1.1s ease forwards .15s; }

.hero-baseline {
    margin: 24px auto 0;
    font-style: normal;
    font-weight: normal;
    font-size: clamp(1.12rem, 4.65vw, 3.65rem);
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    max-width: 100%;
    color: #111114;
    text-shadow: 0 2px 16px rgba(255,255,255,.78);
    opacity: 0;
    transform: translateY(18px);
    animation: revealText .9s ease forwards 1.05s; }

.phrase-promo {
    margin: 14px auto 0;
    color: var(--ink);
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: .03em;
    text-transform: none;
    text-shadow: 0 2px 14px rgba(255,255,255,.82);
    opacity: 0;
    transform: translateY(18px);
    animation: revealText .9s ease forwards 1.35s; }

.home-image-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(6px, 2vw, 18px);
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 36px;
    opacity: 0;
    transform: translateY(18px);
    animation: revealText .9s ease forwards 1.85s; }

.home-image-link {
    display: block;
    width: min(160px, calc((100vw - 54px) / 4));
    aspect-ratio: 1;
    text-decoration: none;
    outline-offset: 4px; }

.home-image-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.22);
    box-shadow: 0 15px 32px rgba(0,0,0,.20);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease; }

.home-image-link:hover img,
.home-image-link:active img,
.home-image-link:focus-visible img {
    transform: scale(1.10);
    box-shadow: 0 22px 42px rgba(0,0,0,.28);
    filter: saturate(1.12) contrast(1.04); }

.notice {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    margin: 26px auto 0;
    padding: 13px 18px;
    border-radius: 0;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(0, 0, 0, .18);
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(0,0,0,.10); }

/* PAGES */
.page-main {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 46px 0 64px; }

.page-title-simple { margin: 16px auto 30px; }

		.page-title-simple h1 {			
			text-align: center;
			margin-bottom: 20px;
			font-size: 60px;
			line-height: 1; }

		.page-title-simple h2 {			
			text-align: center;
			margin-top: 10px;
			font-size: 40px;
			line-height: 1; }

		.page-title-simple h3 {			
			text-align: center;
			margin-top: 10px;
			font-size: 35px;
			line-height: 1;
			font-weight: 300; }

		.page-title-simple p {
			text-align: left;
			margin: 12px auto 0;
			width: min(850px, 100%);
			color: var(--ink);
			font-size: 16px;
			font-weight: 600; }

		.page-title-simple a {
			color: var(--pink);
			text-decoration: none; }

				.page-title-simple a:hover { 
					font-weight: 850;
					transform: scale(1.06); }
				
		
		/*----------- À PROPOS -----------*/

		.apropos-page .page-title-simple .texte-intro {
			margin: 10px auto 35px;
			font-size: 1.25rem;
			font-weight: 650;
			line-height: 1.35; }

		.apropos-page .page-title-simple p {
			width: min(900px, 100%);
			margin: 0 auto 12px;
			text-align: left;
			font-weight: normal;
			line-height: 1.40; }

		.apropos-page .page-title-simple .partitle {
			margin-top: 0px;
			margin-bottom: 0px;
			font-weight: 750; }

		.apropos-page .page-title-simple a {
			color: var(--pink);
			text-decoration: none; }

				.apropos-page .page-title-simple a:hover { color: var(--pink); }
		

/*==========================================================*/
/*======================== PRODUITS ========================*/
/*==========================================================*/

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 20%);
    gap: 20px;
    justify-content: center; }

		/*===== 2 photos par ligne au lieu de 4 =====*/
		.product-grid-special {
			display: grid;
			grid-template-columns: repeat(2, 40%);
			gap: 20px;
			justify-content: center;
			height: 320; }

.product-card {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    overflow: hidden;
    border: var(--border);
    background: rgba(255,255,255,.78);
    box-shadow: var(--shadow);
    transition: opacity .25s ease, transform .25s ease; }

		.product-card:hover { transform: translateY(-5px); }

.product-image-wrap {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(213,214,221,.92)); }

.product-image-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    outline-offset: 4px; }

		.product-image-wrap img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			padding: 18px;
			transition: transform .18s ease, filter .18s ease; }

		.product-image-link:hover img,
		.product-image-link:focus-visible img {
			transform: scale(1.04);
			filter: saturate(1.08) contrast(1.03); }

.product-content {
    padding: 20px;
    text-align: center; }


.product-card-title,
.product-modal-title {
    margin: 0;
    color: var(--pink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: .78rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 900; }

.product-modal-title {
    margin: 14px 0 12px;
    font-size: .92rem; }

.product-modal,
.subscribe-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: flex-start;
    justify-content: center;
    padding: 20px; }

.product-modal.open,
.subscribe-modal.open {
    display: flex;
    overflow-y: auto; }
	
	.subscribe-modal:target {
		display: flex;
		overflow-y: auto; }

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10,10,14,.52);
    backdrop-filter: blur(8px); }

.subscribe-panel,
.product-panel,
.contact-card,
.form-card {
    border-radius: 0;
    border: var(--border);
    background: var(--white-glass);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow); }

.subscribe-panel,
.product-panel {
    position: relative;
    z-index: 1;
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: clamp(24px, 4vw, 38px); }
.subscribe-panel { width: min(560px, 100%); }
.product-panel { width: min(1000px, 92vw); }


#productModalDescription {
    white-space: pre-line;
    line-height: 1.65; }

.product-modal-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px; }

.product-modal-images img {
    display: block;
    width: 100%;
    max-height: 320px;
    object-fit: contain;
    border-radius: 0;
    background: linear-gradient(135deg, #fff, #e7e7ee);
    padding: 18px; }

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border: 0;
    background: var(--ink);
    color: #fff;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1;
    z-index: 5; }

.primary-btn,
.secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 22px;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
    transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease; }

.primary-btn {
    border: 2px solid var(--ink);
    background: var(--ink);
    color: white; }

.secondary-btn {
    border: 2px solid rgba(17, 17, 20, .22);
    background: rgba(255,255,255,.70);
    color: var(--ink); }

.primary-btn:hover,
.secondary-btn:hover { transform: scale(1.04); }

.primary-btn:hover {
    background: transparent;
    color: var(--ink); }

.secondary-btn:hover {
    background: var(--ink);
    color: white;
    border-color: var(--ink); }

.product-guide-row {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center; }

.guide-wide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 20px;
    border: 2px solid var(--ink);
    background: var(--ink);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 12px 26px rgba(0,0,0,.18);
    transition: transform .18s ease, background .18s ease, color .18s ease; }

.guide-wide-btn:hover,
.guide-wide-btn:focus-visible {
    background: transparent;
    color: var(--ink);
    transform: scale(1.02); }

.product-modal-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 18px; }

.modal-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    border: 2px solid var(--ink);
    background: var(--ink);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    line-height: 1;
    transition: transform .18s ease, background .18s ease, color .18s ease; }

.info-icon-btn {
    width: auto;
    min-width: 180px;
    height: 58px;
    padding: 0 22px;
    font-size: .86rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center; }

.info-icon-btn span { white-space: nowrap; }

.cart-icon-btn {
    width: 58px;
    height: 58px;
    padding: 9px; }

.cart-icon-btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain; }

.modal-icon-btn:hover,
.modal-icon-btn:focus-visible {
    background: transparent;
    color: var(--ink);
    transform: scale(1.08); }

.guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px; }

.guide-card {
    display: grid;
    gap: 14px;
    align-items: center;
    justify-items: center;
    padding: 22px 16px 20px;
    border: var(--border);
    background: rgba(255,255,255,.78);
    box-shadow: var(--shadow);
    text-align: center;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease; }

.guide-card:hover,
.guide-card:focus-visible {
    transform: translateY(-5px);
    filter: saturate(1.06); }

.guide-icon-wrap {
    display: block;
    width: min(150px, 70%); }

.guide-icon-wrap img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(0,0,0,.14); }

.guide-card-title {
    color: var(--pink);
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase; }

.guide-article {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: clamp(22px, 4vw, 38px);
    border: var(--border);
    background: rgba(255,255,255,.78);
    box-shadow: var(--shadow); }

.guide-back {
    margin: 0 0 18px;
    font-weight: 900; }

.guide-back a {
    color: var(--pink);
    text-decoration: none; }

.guide-photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 30px; }

.guide-photo-grid figure {
    margin: 0;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,0,0,.14); }

.guide-photo-grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    padding: 12px; }

.guide-photo-grid figcaption {
    padding: 9px 10px 11px;
    color: var(--muted);
    font-size: .86rem;
    font-weight: 800;
    text-align: center; }

.guide-article-content {
    display: grid;
    gap: 22px; }

.guide-article-content h2 {
    margin: 0 0 8px;
    color: var(--pink);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase; }

.guide-article-content p {
    margin: 0;
    font-weight: 650;
    line-height: 1.72; }

.contact-text-toggle {
    display: none;
    margin: -2px 0 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--pink);
    cursor: pointer;
    font-weight: 900;
    text-decoration: underline; }

.stack-form {
    display: grid;
    gap: 16px; }

.stack-form label {
    display: grid;
    gap: 7px;
    font-weight: 800; }

/* Newsletter : prénom et nom restent sur une seule ligne. */
.subscribe-name-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px; }

input,
textarea {
    width: 100%;
    border: 1px solid rgba(17,17,20,.22);
    border-radius: 0;
    padding: 13px 14px;
    background: rgba(255,255,255,.86);
    color: var(--ink);
    outline: none; }

textarea { resize: vertical; }

input:focus,
textarea:focus {
    border-color: var(--teal);
    box-shadow: 0 0 0 4px rgba(23,156,150,.13); }

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important; }


.subscribe-panel {
    overflow: visible;
    padding-top: 56px; }

.subscribe-ribbon {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 0 18px;
    padding: 11px 16px;
    background: var(--pink);
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-align: center;
    text-transform: uppercase;
    transform: none;
    box-shadow: 0 8px 18px rgba(0,0,0,.18); }

.subscribe-intro {
    margin: -8px 0 22px;
    color: var(--ink);
    font-weight: 700;
    line-height: 1.45; }

.privacy-note,
.soft-note {
    color: var(--muted);
    font-size: .92rem; }

.page-notice { margin: 0 0 22px; }

.contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.4fr;
    gap: 22px;
    margin-top: 28px; }

.contact-card, .form-card { padding: clamp(24px, 4vw, 36px); }
.contact-card h1, .form-card h2 { color: var(--pink); }

.contact-card h1,
.contact-card h2,
.form-card h2,
.subscribe-panel h2,
.product-panel h2 {
    margin-top: 0;
    line-height: 1.05;
    font-size: clamp(1.8rem, 3vw, 2.7rem); }

.contact-card h1 { margin-bottom: 10px; }

.contact-text {
    display: grid;
    gap: 14px;
    margin: 0 0 22px; }

.contact-text p {
    margin: 0;
    font-weight: 650;
    line-height: 1.62; }

.contact-subtitle {
    margin: 0 0 24px;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ink); }

.icon-dot {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    margin-right: 7px;
    border-radius: 0;
    background: rgba(211,79,136,.16);
    color: var(--pink);
    font-weight: 900; }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px; }

@keyframes revealLogo { to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes revealText { to { opacity: 1; transform: translateY(0); } }
@keyframes softSpin { to { transform: rotate(360deg); } }

/*--- AFFICHAGE MOBILES ---*/

@media (max-width: 620px) {
    .site-header {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 7px;
        padding: 8px 7px;
        overflow: hidden; }

    .brand { flex: 0 0 auto; }
    .brand-logo-full { display: none; }

    .brand-logo-mobile {
        display: block;
        width: 52px;
        height: 52px;
        object-fit: contain; }

    .main-nav {
        flex: 1 1 auto;
        justify-content: center;
        gap: 7px;
        min-width: 0; }

    .main-nav a {
        padding: 6px 3px;
        font-size: .76rem;
        line-height: 1;
        letter-spacing: .035em;
        white-space: nowrap; }

			.main-nav a:hover { transform: scale(1.06); }
			.main-nav a.active {
				background: transparent;
				box-shadow: inset 0 -3px 0 var(--pink);
				transform: none; }

    .nav-contact .nav-label,
    .nav-subscribe .nav-label { display: none; }

    .nav-contact .nav-icon,
    .nav-subscribe .nav-icon {
        display: block;
        width: 34px;
        height: 34px;
        object-fit: contain; }

		.lang-switch { flex: 0 0 auto; gap: 3px; }
		.lang-switch a,
		.lang-switch a.active,
		.lang-switch a:hover {
			background: transparent;
			border: 10;
			box-shadow: none; }

    .home-page { overflow: hidden; }

    .home-main {
        min-height: 100vh;
        min-height: 100svh;
        height: 100vh;
        height: 100svh;
        padding: 0 12px;
        place-items: center; }

    .hero {
        width: 100%;
        min-height: 0;
        height: 100%;
        display: grid;
        place-items: center;
        overflow: visible; }

    .hero-content {
        width: 100%;
        max-width: 360px; }

    .hero-logo { width: min(300px, 76vw); }
    .hero-orbit { width: min(560px, 128vw); }

    .hero-baseline {
        margin: 22px auto 0;
        font-family: 'Bluff CE', Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: .95;
        letter-spacing: -1px;
        text-transform: none;
        white-space: nowrap;
        max-width: 100%;
        color: #111114;
        text-shadow: 0 2px 16px rgba(255,255,255,.78);
        opacity: 0;
        transform: translateY(18px);
        animation: revealText .9s ease forwards 1.05s; }

    .home-promo {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 1.15; }

    .subscribe-ribbon {
        font-size: .72rem;
        padding: 10px 12px; }

    .home-image-actions {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: center;
        gap: 12px;
        width: min(340px, 92vw);
        margin: 24px auto 0;
        opacity: 0;
        transform: translateY(18px);
        animation: revealText .9s ease forwards 1.85s; }

    .home-image-link {
        width: 100%;
        max-width: 136px; }

    .home-image-link img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover; }

    .page-main {
        width: min(1180px, calc(100% - 16px));
        padding: 28px 0 46px; }

    .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px; }

    .product-image-wrap img { padding: 4px; }

    .product-content { padding: 8px 5px; }
    .product-card-title {
        font-size: .64rem;
        letter-spacing: .08em;
        line-height: 1.25; }

    .guide-wide-btn {
        min-height: 48px;
        padding: 12px 10px;
        font-size: .78rem;
        letter-spacing: .04em;
        text-align: center; }

    .product-modal-images { grid-template-columns: 1fr; }
    .product-modal-extra-image { display: none !important; }
    .product-modal-images img { padding: 8px; }

    .contact-text-collapsed .contact-text p:nth-of-type(n+2) { display: none; }
    .contact-text-toggle { display: inline-flex; }

    .guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px; }

    .guide-card { padding: 14px 8px; }
    .guide-card-title {
        font-size: .68rem;
        letter-spacing: .07em; }

    .guide-photo-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
}


/* GUIDE : chapitres avec photo + popup photos */
.guide-section { display: block; }

.guide-section-photo-text {
    display: grid;
    grid-template-columns: minmax(180px, 34%) 1fr;
    gap: 22px;
    align-items: center; }

.guide-section-photo-text img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: contain;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,0,0,.14);
    padding: 12px; }

.guide-photo-thumb {
    display: block;
    text-decoration: none; }

.guide-photo-thumb img { cursor: zoom-in; }

.guide-photo-popup {
    position: fixed;
    inset: 0;
    z-index: 120;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px; }

.guide-photo-popup:target { display: flex; }

.guide-photo-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10,10,14,.70);
    backdrop-filter: blur(8px); }

.guide-photo-popup-panel {
    position: relative;
    z-index: 1;
    max-width: min(960px, 96vw);
    max-height: 90vh;
    padding: 18px;
    background: rgba(255,255,255,.94);
    border: var(--border);
    box-shadow: var(--shadow); }

.guide-photo-popup-panel img {
    display: block;
    max-width: 100%;
    max-height: calc(90vh - 36px);
    object-fit: contain; }

.guide-photo-popup-close {
    position: absolute;
    top: -14px;
    right: -14px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    background: var(--ink);
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1; }

@media (max-width: 620px) {
    .guide-section-photo-text {
        grid-template-columns: 1fr;
        gap: 14px; }

    .guide-section-photo-text p { order: 1; }

    .guide-section-photo-text img {
        order: 2;
        max-height: 220px; } }


/* Message d'inscription déjà confirmée ou réactivée. */
.newsletter-notice {
    position: fixed;
    inset: 0;
    z-index: 140;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }

.newsletter-notice-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 14, .52);
    backdrop-filter: blur(8px); }

.newsletter-notice-panel {
    position: relative;
    z-index: 1;
    width: min(520px, 100%);
    padding: 56px clamp(24px, 4vw, 38px) clamp(24px, 4vw, 38px);
    border: var(--border);
    background: var(--white-glass);
    box-shadow: var(--shadow);
    text-align: center; }

.newsletter-notice-panel h2 {
    margin: 0 0 18px;
    color: var(--ink);
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    line-height: 1.05; }

.newsletter-notice-panel p {
    margin: 0 0 24px;
    font-weight: 700;
    line-height: 1.55; }

.newsletter-notice-panel .primary-btn { min-width: 132px; }

/* LIGHBOX */
.zoom-photo { cursor: zoom-in; }

.photo-zoom {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.85); }

		.photo-zoom.open { display: flex; }

		.photo-zoom img {
			max-width: 90vw;
			max-height: 90vh;
			object-fit: contain; }

		.photo-zoom-close, .photo-zoom-prev, .photo-zoom-next {
			position: absolute;
			z-index: 201;
			border: 0;
			background: rgba(0,0,0,.55);
			color: white;
			cursor: pointer; }

		.photo-zoom-close {
			top: 20px;
			right: 25px;
			width: 50px;
			height: 50px;
			font-size: 40px; }

		.photo-zoom-prev, .photo-zoom-next {
			top: 50%;
			transform: translateY(-50%);
			width: 60px;
			height: 80px;
			font-size: 45px; }

		.photo-zoom-prev { left: 20px; }
		.photo-zoom-next { right: 20px; }

/* ZOOM COLLECTIONS NATURE / VOYAGE - image flottante hors du cadre */
.collection-zoom-link img {
    cursor: zoom-in;
}

.collection-zoom-float {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 94vw;
    max-height: 94vh;
    padding: 0;
    object-fit: contain;
    transform: translate(-50%, -50%);
    box-shadow: 0 25px 80px rgba(0,0,0,.55);
    pointer-events: none;
}

.collection-zoom-float.open {
    display: block;
}

