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

:root {
--bg-black: #050505;
--bg-deep: #0b0b0b;
--text-main: #fff4ee;
--text-soft: rgba(255, 244, 238, 0.78);
--text-dim: rgba(255, 244, 238, 0.58);
--line: rgba(255, 244, 238, 0.12);
--brand-tone: #fffffff5;
}

html {
scroll-behavior: auto;
}

html, body {
 margin: 0; 
 padding: 0;
}

body.coming-page {
position: relative;
margin: 0;
min-height: 100vh;
overflow-x: hidden;
Overflow-y: auto;
color: var(--text-main);
font-family: Inter, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #050505;
}

/* background layers */

.bg-base,
.bg-orb,
.bg-waves,
.bg-grid,
.bg-noise,
.cursor-glow {
pointer-events: none;
}

.bg-base {
position: fixed;
inset: 0;
z-index: 0;
background:
radial-gradient(circle at 16% 18%, rgba(231, 166, 190, 0.16), transparent 24%),
radial-gradient(circle at 84% 24%, rgba(160, 120, 88, 0.17), transparent 24%),
radial-gradient(circle at 50% 84%, rgba(103, 136, 120, 0.15), transparent 26%),
linear-gradient(135deg, #030303 0%, #0a0a0a 28%, #11100f 56%, #171312 78%, #050505 100%);
}

.bg-orb {
position: fixed;
z-index: 0;
border-radius: 999px;
filter: blur(110px);
opacity: 0.92;
}

.orb-1 {
width: 460px;
height: 460px;
top: -120px;
left: -80px;
background: radial-gradient(circle, rgba(255, 182, 210, 0.22), transparent 72%);
animation: driftOne 18s ease-in-out infinite alternate;
}

.orb-2 {
width: 420px;
height: 420px;
top: 12%;
right: -120px;
background: radial-gradient(circle, rgba(181, 128, 86, 0.22), transparent 72%);
animation: driftTwo 20s ease-in-out infinite alternate;
}

.orb-3 {
width: 520px;
height: 520px;
bottom: -220px;
left: 44%;
background: radial-gradient(circle, rgba(93, 140, 118, 0.18), transparent 72%);
animation: driftThree 22s ease-in-out infinite alternate;
}

/* faux sable mouvant / profondeur */

.bg-waves {
position: fixed;
inset: -10%;
z-index: 0;
opacity: 0.34;
background:
radial-gradient(ellipse at 20% 30%, rgba(255, 192, 218, 0.10), transparent 36%),
radial-gradient(ellipse at 75% 28%, rgba(176, 128, 90, 0.10), transparent 34%),
radial-gradient(ellipse at 55% 78%, rgba(97, 140, 120, 0.10), transparent 36%);
filter: blur(50px);
animation: waveShift 18s ease-in-out infinite alternate;
}

.bg-grid {
position: fixed;
inset: 0;
z-index: 1;
opacity: 0.45;
background-image:
linear-gradient(rgba(255, 244, 238, 0.018) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 244, 238, 0.018) 1px, transparent 1px);
background-size: 42px 42px;
mask-image: radial-gradient(circle at center, black 46%, transparent 100%);
-webkit-mask-image: radial-gradient(circle at center, black 46%, transparent 100%);
}

.bg-noise {
position: fixed;
inset: 0;
z-index: 1;
opacity: 0.05;
background-image:
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cg fill='%23ffffff'%3E%3Ccircle cx='14' cy='18' r='1'/%3E%3Ccircle cx='34' cy='78' r='1'/%3E%3Ccircle cx='90' cy='42' r='1'/%3E%3Ccircle cx='128' cy='62' r='1'/%3E%3Ccircle cx='144' cy='128' r='1'/%3E%3Ccircle cx='74' cy='154' r='1'/%3E%3Ccircle cx='22' cy='132' r='1'/%3E%3Ccircle cx='166' cy='24' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

.cursor-glow {
position: fixed;
top: 50%;
left: 50%;
z-index: 1;
width: 480px;
height: 480px;
border-radius: 50%;
transform: translate(-50%, -50%);
filter: blur(95px);
opacity: 0.95;
background:
radial-gradient(
circle,
rgba(255, 199, 222, 0.14) 0%,
rgba(189, 136, 90, 0.10) 30%,
rgba(98, 145, 122, 0.10) 52%,
rgba(0, 0, 0, 0) 76%
);
}

/* main hero */

.hero {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
box-sizing: border-box;
}

.hero-card {
width: 100%;
max-width: 860px;
text-align: center;
padding: 56px 28px;
}

/* BRAND */

.brand {
margin: 0 0 20px;
font-size: 14.72px;
font-family: Inter, sans-serif;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: rgba(255, 248, 244, 0.92);
text-shadow:
0 1px 0 rgba(255, 255, 255, 0.10),
0 6px 16px rgba(0, 0, 0, 0.32);
}
/* H1 */

.hero-card h1 {
margin: 0 auto 22px;
max-width: 900px;
font-size: clamp(3rem, 8vw, 6.3rem);
line-height: 0.92;
letter-spacing: -0.06em;
color: #fff6f1;
text-wrap: balance;
text-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

/* SUBTITLE */

.subtitle {
max-width: 520px;
margin: 0 auto 34px;
font-size: 1.06rem;
line-height: 1.8;
color: var(--text-soft);
}

/* CONTACT BUTTON */

.contact-button {
position: relative;
overflow: hidden;
cursor: pointer;

display: inline-flex;
align-items: center;
justify-content: center;

min-width: 172px;
min-height: 58px;
padding: 15px 30px;

border-radius: 999px;
border: 1px solid rgba(255, 236, 230, 0.14);

background:
linear-gradient(
135deg,
rgba(214, 160, 175, 0.22) 0%, /* rose adouci */
rgba(176, 132, 98, 0.22) 45%, /* bronze */
rgba(95, 120, 108, 0.16) 100% /* vert profond */
);

color: rgba(255, 250, 247, 0.96);
text-decoration: none;

font-family: Inter, sans-serif;
font-size: 15px;
font-weight: 600;

box-shadow:
inset 0 1px 0 rgba(255,255,255,0.18),
inset 0 -14px 24px rgba(40,20,20,0.12),
0 12px 28px rgba(0,0,0,0.28);

backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);

transition: all 0.28s ease;
}

.contact-button:hover {
transform: translateY(-2px);

background:
linear-gradient(
135deg,
rgba(220, 170, 185, 0.26),
rgba(182, 140, 104, 0.24),
rgba(100, 128, 115, 0.18)
);

box-shadow:
inset 0 1px 0 rgba(255,255,255,0.22),
0 16px 34px rgba(0,0,0,0.32);
}

.contact-button::before {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
pointer-events: none;
opacity: 0.16;
background-image:
radial-gradient(rgba(255, 255, 255, 0.26) 0.7px, transparent 0.9px);
background-size: 7px 7px;
mix-blend-mode: soft-light;
}

.contact-button::after {
content: "";
position: absolute;
inset: 1px;
border-radius: inherit;
pointer-events: none;
background:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.28) 0%,
rgba(255, 255, 255, 0.10) 22%,
rgba(255, 255, 255, 0.00) 48%,
rgba(255, 255, 255, 0.05) 100%
);
}

/* ticker */

.ticker {
position: fixed;
top: 24px;
left: 0;
right: 0;
z-index: 3;
overflow: hidden;
border-top: 1px solid rgba(255, 244, 238, 0.08);
border-bottom: 1px solid rgba(255, 244, 238, 0.05);
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
}

.ticker-track {
display: flex;
width: max-content;
gap: 42px;
padding: 15px 0;
animation: tickerMove 24s linear infinite;
}

.ticker-track span {
white-space: nowrap;
font-size: 0.80rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: rgba(255, 244, 238, 0.72);
}

/* footer */

.site-footer {
position: fixed;
left: 0;
right: 0;
bottom: 8px;
text-align: center;
font-family: Inter, sans-serif;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.08em;

color: rgba(255, 244, 238, 0.55); /* moins rose */
}

.footer-brand {
color: rgba(255, 244, 238, 0.68);
letter-spacing: 0.06em;
}

.footer-brand:hover {
transform: translateY(-1px);

text-shadow:
0 0 14px rgba(255, 190, 215, 0.18),
0 0 28px rgba(210, 150, 120, 0.12);

filter: brightness(1.08) saturate(1.1);
}


/* animations */

@keyframes tickerMove {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}

@keyframes driftOne {
0% { transform: translate3d(0, 0, 0) scale(1); }
100% { transform: translate3d(20px, -18px, 0) scale(1.07); }
}

@keyframes driftTwo {
0% { transform: translate3d(0, 0, 0) scale(1); }
100% { transform: translate3d(-24px, 18px, 0) scale(1.08); }
}

@keyframes driftThree {
0% { transform: translate3d(0, 0, 0) scale(1); }
100% { transform: translate3d(10px, -26px, 0) scale(1.06); }
}

@keyframes waveShift {
0% {
transform: translate3d(0, 0, 0) scale(1);
}
100% {
transform: translate3d(-20px, 12px, 0) scale(1.06);
}
}

/* responsive */

@media (max-width: 768px) {
.hero {
padding: 110px 18px 124px;
}

.hero-card {
padding: 32px 8px;
}

.subtitle {
font-size: 1rem;
line-height: 1.7;
}

.cursor-glow {
width: 320px;
height: 320px;
filter: blur(82px);
}

.ticker {
top: 18px;
}

.ticker-track {
gap: 28px;
padding: 13px 0;
}

.ticker-track span {
font-size: 0.72rem;
letter-spacing: 0.16em;
}

.site-footer {
font-size: 12px;
}
}

.contact-modal-overlay {
position: fixed;
inset: 0;
z-index: 20;
display: flex;
align-items: center;
justify-content: center;
padding: 24px;
background: rgba(5, 5, 5, 0.55);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
opacity: 0;
visibility: hidden;
transition: opacity 0.28s ease, visibility 0.28s ease;
}

.contact-modal-overlay.is-open {
opacity: 1;
visibility: visible;
}

.contact-modal {
position: relative;
width: 100%;
Overflow: hidden;
max-width: 560px;
padding: 34px 28px 28px;
border-radius: 28px;
border: 1px solid rgba(255, 244, 238, 0.12);
background:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.08),
rgba(255, 255, 255, 0.03)
);
box-shadow:
0 24px 70px rgba(0, 0, 0, 0.35),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
color: #fff4ee;
}

.contact-modal::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
opacity: 0.06;
background-image:
radial-gradient(rgba(255,255,255,0.22) 0.7px, transparent 0.9px);
background-size: 7px 7px;
mix-blend-mode: soft-light;
}



.contact-modal-eyebrow {
margin: 0 0 14px;
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;

background: linear-gradient(
135deg,
rgba(255, 214, 230, 0.96) 0%,
rgba(230, 176, 154, 0.92) 55%,
rgba(150, 170, 150, 0.78) 100%
);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;

text-shadow: none;
filter: drop-shadow(0 1px 0 rgba(255,255,255,0.06));
}

.contact-modal h2 {
margin: 0 0 14px;
font-size: clamp(2rem, 4vw, 3rem);
line-height: 0.98;
letter-spacing: -0.04em;

background: linear-gradient(
135deg,
rgba(255, 228, 236, 0.98) 0%,
rgba(245, 194, 176, 0.95) 48%,
rgba(164, 182, 160, 0.78) 100%
);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;

text-shadow: none;
filter:
drop-shadow(0 1px 0 rgba(255,255,255,0.06))
drop-shadow(0 8px 22px rgba(0,0,0,0.22));
}

.contact-modal h2::after {
content: "";
}

.contact-modal-text {
margin: 0 0 22px;
line-height: 1.7;
color: rgba(255, 244, 238, 0.76);
}

.contact-modal-close {
position: absolute;
top: 14px;
right: 14px;
width: 42px;
height: 42px;
border: 1px solid rgba(255, 244, 238, 0.10);
border-radius: 999px;
background: rgba(255, 255, 255, 0.04);
color: #fff4ee;
font-size: 1.4rem;
line-height: 1;
cursor: pointer;
transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.contact-modal-close:hover {
transform: translateY(-1px);
background: rgba(255, 255, 255, 0.08);
border-color: rgba(255, 244, 238, 0.18);
}

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

.contact-form label {
display: grid;
gap: 8px;
}

.contact-form span {
font-size: 0.88rem;
color: rgba(255, 244, 238, 0.74);
}

.contact-form input,
.contact-form textarea {
width: 100%;
border: 1px solid rgba(255, 244, 238, 0.10);
border-radius: 16px;
background: rgba(255, 255, 255, 0.04);
color: #fff4ee;
padding: 14px 16px;
font: inherit;
outline: none;
transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
color: rgba(255, 244, 238, 0.38);
}

.contact-form input:focus,
.contact-form textarea:focus {
border-color: rgba(255, 199, 222, 0.28);
background: rgba(255, 255, 255, 0.06);
box-shadow: 0 0 0 3px rgba(255, 199, 222, 0.08);
}

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

.contact-submit {
margin-top: 4px;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 14px 24px;
border: 1px solid rgba(255, 199, 222, 0.22);
border-radius: 999px;
background: linear-gradient(
135deg,
rgba(255, 199, 222, 0.12),
rgba(189, 136, 90, 0.08)
);
color: #fffffff5;
font-family: Inter, sans-serif;
font-size: 14.72px;
font-weight: 500;
letter-spacing: 0.02em;
cursor: pointer;
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.08),
0 12px 30px rgba(0, 0, 0, 0.25);
transition:
transform 0.28s ease,
border-color 0.28s ease,
background 0.28s ease,
box-shadow 0.28s ease;
}

.contact-submit:hover {
transform: translateY(-2px);
border-color: rgba(255, 199, 222, 0.45);
background: linear-gradient(
135deg,
rgba(255, 255, 255, 0.09),
rgba(189, 136, 90, 0.12)
);
box-shadow:
inset 0 1px 0 rgba(255, 255, 255, 0.09),
0 14px 30px rgba(0, 0, 0, 0.30);
}

body.modal-open {
overflow: hidden;
}

@media (max-width: 768px) {
.contact-modal {
padding: 28px 18px 20px;
border-radius: 22px;
}
}
.form-success {
display: none;
opacity: 0;
transform: translateY(10px);
margin: 18px 0 0;
padding: 14px 16px;
border: 1px solid rgba(255, 244, 238, 0.14);
border-radius: 18px;
background: rgba(255, 244, 238, 0.05);
color: rgba(255, 244, 238, 0.92);
text-align: center;
transition: opacity 0.45s ease, transform 0.45s ease;
}

.form-success strong {
display: block;
font-size: 0.98rem;
margin-bottom: 4px;
}

.form-success span {
display: block;
font-size: 0.92rem;
color: rgba(255, 244, 238, 0.72);
}

.form-success.is-visible {
display: block;
opacity: 1;
transform: translateY(0);
}