*,
*::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: Reba(255, 244, 238, 0.12);
--brand-tone: #fffffff5;
}

html {
scroll-behavior: auto;
}

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

body.chameau {
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;
}

body.chameau h1{
color: #e8bfa3;

}
/* 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 */
roba(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 Reba(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);
}
.hero-spacer {
height: 125vh;
width: 100%;
}

.scroll-content {
position: relative;
z-index: 2;
padding: 0 0 140px;
}

.work,
.what-i-do {
width: min(1180px, calc(100% - 40px));
margin: 0 auto 34px;
padding: 42px 0;
}

.section-intro {
max-width: 760px;
margin: 0 auto 56px;
text-align: center;
}

.section-label {
margin: 0 0 14px;
font-size: 0.76rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: rgba(255, 244, 238, 0.58);
}

.work h2,
.what-i-do h2  {
margin: 0 0 16px;
font-size: clamp(2.2rem, 4vw, 3.6rem);
line-height: 0.98;
letter-spacing: -0.05em;
color: #e8bfa3;
text-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.section-text {
margin: 0;
font-size: 1rem;
line-height: 1.75;
color: rgba(255, 244, 238, 0.78);
}

.work-grid {
display: grid;
grid-template-columns: repeat(2, minmax(280px, 1fr));
gap: 24px;
}

.work-card,
.card {
position: relative;
overflow: hidden;
border-radius: 28px;
border: 1px solid rgba(255, 244, 238, 0.10);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 0.06),
rgba(255, 255, 255, 0.025)
);
box-shadow:
0 24px 60px rgba(0, 0, 0, 0.22),
inset 0 1px 0 rgba(255,255,255,0.06);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
}

.work-card {
padding: 30px 28px 26px;
}

.work-meta {
display: flex;
justify-content: space-between;
gap: 16px;
margin-bottom: 18px;
}

.work-meta span {
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.14em;
text-transform: uppercase;
color: rgba(255, 244, 238, 0.50);
}

.work-card h3,
.card h3 {
margin: 0 0 14px;
font-size: 1.34rem;
line-height: 1.05;
letter-spacing: -0.03em;
color: #e8bfa3;
}

.work-card p,
.card p {
margin: 0;
color: rgba(255, 244, 238, 0.78);
line-height: 1.74;
font-size: 0.98rem;
}

.work-card p {
margin-bottom: 20px;
}

.audio-player {
width: 100%;
height: 42px;
opacity: 0.92;
}

.cards {
display: grid;
grid-template-columns: repeat(3, minmax(220px, 1fr));
gap: 24px;
}

.card {
padding: 30px 28px;
min-height: 240px;
transition:
transform 0.28s ease,
border-color 0.28s ease,
box-shadow 0.28s ease;
}

.card:hover {
transform: translateY(-5px);
border-color: rgba(232, 191, 163, 0.18);
box-shadow:
0 28px 70px rgba(0, 0, 0, 0.24),
0 0 0 1px rgba(232, 191, 163, 0.06) inset;
}

@media (max-width: 980px) {
.work-grid,
.cards {
grid-template-columns: 1fr;
}
}
.hero-links {
margin-top: 22px;
display: flex;
gap: 26px;
justify-content: center;
}

.hero-links a {
font-size: 0.85rem;
letter-spacing: 0.18em;
text-transform: uppercase;
text-decoration: none;

color: #e8bfa3; /* couleur du H1 */

opacity: 0.75;
transition: all 0.25s ease;
}

.hero-links a:hover {
opacity: 1;
transform: translateY(-1px);

text-shadow:
0 0 12px rgba(232, 191, 163, 0.25),
0 0 24px rgba(232, 191, 163, 0.18);
}

.top-nav {
position: fixed;
top: 28px;
right: 40px;
z-index: 5;

display: flex;
gap: 26px;
}

.top-nav a {
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
text-decoration: none;

color: #e8bfa3; /* couleur H1 */
opacity: 0.75;

transition: all 0.25s ease;
}

.top-nav a:hover {
opacity: 1;
transform: translateY(-1px);

text-shadow:
0 0 10px rgba(232, 191, 163, 0.22),
0 0 20px rgba(232, 191, 163, 0.14);
}

/* =========================
PAGE 1 CLEAN (CHAMEAU)
========================= */

/* NAVIGATION TOP RIGHT */

.top-nav {
position: fixed;
top: 24px;
right: 48px;
z-index: 6;
display: flex;
align-items: center;
gap: 32px;
}

.top-nav a {
position: relative;
text-decoration: none;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #e8bfa3;
opacity: 0.85;
transition: all 0.3s ease;
}

.top-nav a::after {
content: "";
position: absolute;
left: 0;
bottom: -6px;
width: 0%;
height: 1px;
background: rgba(232, 191, 163, 0.6);
transition: width 0.3s ease;
}

.top-nav a:hover {
opacity: 1;
transform: translateY(-1px);
text-shadow: 0 0 14px rgba(232, 191, 163, 0.25);
}

.top-nav a:hover::after {
width: 100%;
}

.top-nav a + a {
position: relative;
}

.top-nav a + a::before {
content: "";
position: absolute;
left: -16px;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 10px;
background: rgba(255, 244, 238, 0.15);
}


/* PAGE 1 = PAS DE SCROLL */

body.chameau {
overflow: hidden;
}


/* SUBTITLE PROPRE */

.subtitle {
white-space: pre-line;
}


/* CONTACT BUTTON PERFECT CENTER */

.contact-button {
margin-top: 10px;
}

@media (max-width: 768px) {
.top-nav {
top: 20px;
right: 20px;
gap: 20px;
}

.top-nav a {
font-size: 0.68rem;
letter-spacing: 0.16em;
}

.top-nav a + a::before {
left: -10px;
height: 8px;
}
}
/* =========================
WORK PAGE
========================= */

body.chameau.work-mode,
.work-page {
position: relative;
}

.work-page {
min-height: 100vh;
padding: 150px 40px 120px;
width: min(1200px, 100%);
margin: 0 auto;
}

.work-hero {
text-align: center;
margin: 0 auto 72px;
max-width: 760px;
}

.work-kicker {
margin: 0 0 14px;
font-size: 0.82rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: rgba(255, 244, 238, 0.62);
}

.work-title {
margin: 0 0 16px;
font-size: clamp(3rem, 7vw, 5.6rem);
line-height: 0.94;
letter-spacing: -0.05em;
color: #e8bfa3;
text-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.work-subtitle {
margin: 0 auto 22px;
max-width: 560px;
font-size: 1rem;
line-height: 1.8;
color: rgba(255, 244, 238, 0.78);
}

.work-home-link {
display: inline-block;
text-decoration: none;
font-size: 0.78rem;
font-weight: 600;
letter-spacing: 0.20em;
text-transform: uppercase;
color: #e8bfa3;
opacity: 0.82;
transition: all 0.28s ease;
}

.work-home-link:hover {
opacity: 1;
transform: translateY(-1px);
text-shadow: 0 0 12px rgba(232, 191, 163, 0.22);
}

.work-grid-luxe {
display: grid;
grid-template-columns: 1fr;
gap: 34px;
width: min(1080px, 100%);
margin: 0 auto;
}

.track-card {
display: grid;
grid-template-columns: 340px 1fr;
gap: 30px;
align-items: center;
padding: 28px;
border-radius: 30px;
border: 1px solid rgba(255, 244, 238, 0.10);
background:
linear-gradient(
180deg,
rgba(255, 255, 255, 0.07),
rgba(255, 255, 255, 0.03)
);
box-shadow:
0 24px 70px rgba(0, 0, 0, 0.24),
inset 0 1px 0 rgba(255, 255, 255, 0.08);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
position: relative;
overflow: hidden;
}

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

.track-cover-wrap {
position: relative;
}

.track-cover {
display: block;
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 22px;
box-shadow:
0 18px 38px rgba(0, 0, 0, 0.35),
0 0 0 1px rgba(255, 244, 238, 0.08);
}

.track-content {
display: flex;
flex-direction: column;
justify-content: center;
}

.track-label {
margin: 0 0 10px;
font-size: 0.74rem;
font-weight: 600;
letter-spacing: 0.18em;
text-transform: uppercase;
color: rgba(255, 244, 238, 0.56);
}

.track-title {
margin: 0 0 14px;
font-size: clamp(1.5rem, 3vw, 2.2rem);
line-height: 1.02;
letter-spacing: -0.04em;
color: #e8bfa3;
}

.track-text {
margin: 0 0 22px;
max-width: 560px;
font-size: 1rem;
line-height: 1.8;
color: rgba(255, 244, 238, 0.78);
}

.track-player {
width: 100%;
max-width: 520px;
opacity: 0.92;
filter: sepia(12%) saturate(90%);
}

/* active nav */
.top-nav a.is-active {
opacity: 1;
text-shadow: 0 0 14px rgba(232, 191, 163, 0.20);
}

.top-nav a.is-active::after {
width: 100%;
}

/* responsive */
@media (max-width: 980px) {
.track-card {
grid-template-columns: 1fr;
gap: 22px;
}

.track-cover {
max-width: 420px;
margin: 0 auto;
}

.track-content {
text-align: center;
align-items: center;
}

.track-text {
max-width: 100%;
}
}

@media (max-width: 768px) {
.work-page {
padding: 132px 18px 90px;
}

.work-hero {
margin-bottom: 46px;
}

.track-card {
padding: 18px;
border-radius: 24px;
}

.track-title {
font-size: 1.6rem;
}

.track-text {
font-size: 0.95rem;
}

.track-player {
max-width: 100%;
}
}
body.work-body {
overflow-y: auto !important;
overflow-x: hidden;
}

.work-page {
min-height: 100vh;
padding: 150px 40px 140px;
}

.site-footer {
position: relative;
bottom: auto;
}
/* =========================
 WHAT I DO PAGE
 ========================= */

body.whatido-body {
 overflow-y: auto !important;
 overflow-x: hidden;
}

body.whatido-body .site-footer {
 position: relative;
 bottom: auto;
}

.whatido-page {
 position: relative;
 min-height: 100vh;
 padding: 190px 40px 140px;
 width: min(1240px, 100%);
 margin: 0 auto;
 z-index: 2;
}

/* stronger bronze effect */
.bronze-reflection {
 position: fixed;
 top: 18%;
 right: -140px;
 width: 520px;
 height: 520px;
 border-radius: 50%;
 z-index: 1;
 pointer-events: none;
 filter: blur(110px);
 opacity: 0.34;
 background:
 radial-gradient(
 circle,
 rgba(214, 148, 88, 0.34) 0%,
 rgba(160, 104, 66, 0.18) 32%,
 rgba(0, 0, 0, 0) 72%
 );
}

.bronze-reflection-two {
 top: auto;
 bottom: 6%;
 left: -160px;
 right: auto;
 width: 460px;
 height: 460px;
 opacity: 0.22;
 background:
 radial-gradient(
 circle,
 rgba(187, 132, 92, 0.28) 0%,
 rgba(131, 89, 58, 0.16) 38%,
 rgba(0, 0, 0, 0) 74%
 );
}

/* tickers */
.ticker-top {
 top: 24px;
 z-index: 5;
}

.ticker-bottom {
 top: 72px;
 z-index: 5;
 background: rgba(255, 255, 255, 0.02);
}

.ticker-track-right {
 animation: tickerRight 34s linear infinite;
}

.ticker-track-left {
 animation: tickerLeft 34s linear infinite;
}

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

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

/* hero */
.whatido-hero {
 text-align: center;
 max-width: 860px;
 margin: 0 auto 72px;
}

.whatido-kicker {
 margin: 0 0 14px;
 font-size: 0.82rem;
 font-weight: 600;
 letter-spacing: 0.22em;
 text-transform: uppercase;
 color: rgba(255, 244, 238, 0.62);
}

.whatido-title {
 margin: 0 0 18px;
 font-size: clamp(3.2rem, 7vw, 6rem);
 line-height: 0.92;
 letter-spacing: -0.06em;
 color: #e8bfa3;
 text-shadow:
 0 8px 28px rgba(0, 0, 0, 0.28),
 0 0 22px rgba(210, 146, 96, 0.08);
}

.whatido-subtitle {
 margin: 0 auto;
 max-width: 680px;
 font-size: 1.04rem;
 line-height: 1.9;
 color: rgba(255, 244, 238, 0.78);
}

/* cards */
.whatido-grid {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 26px;
 width: min(1120px, 100%);
 margin: 0 auto;
}

.whatido-card {
 position: relative;
 overflow: hidden;
 padding: 32px 30px;
 border-radius: 30px;
 border: 1px solid rgba(255, 244, 238, 0.10);
 background:
 linear-gradient(
 180deg,
 rgba(255, 255, 255, 0.08),
 rgba(255, 255, 255, 0.03)
 );
 box-shadow:
 0 26px 80px rgba(0, 0, 0, 0.26),
 inset 0 1px 0 rgba(255, 255, 255, 0.08);
 backdrop-filter: blur(16px);
 -webkit-backdrop-filter: blur(16px);
 transition:
 transform 0.32s ease,
 border-color 0.32s ease,
 box-shadow 0.32s ease;
}

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

.whatido-card:hover {
 transform: translateY(-6px);
 border-color: rgba(232, 191, 163, 0.18);
 box-shadow:
 0 30px 90px rgba(0, 0, 0, 0.30),
 0 0 0 1px rgba(232, 191, 163, 0.05),
 inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.featured-card {
 grid-column: 1 / -1;
 padding: 38px 36px;
 background:
 linear-gradient(
 180deg,
 rgba(255, 255, 255, 0.09),
 rgba(255, 255, 255, 0.035)
 );
}

.card-kicker {
 margin: 0 0 12px;
 font-size: 0.75rem;
 font-weight: 600;
 letter-spacing: 0.18em;
 text-transform: uppercase;
 color: rgba(255, 244, 238, 0.58);
}

.whatido-card h2,
.whatido-card h3 {
 margin: 0 0 14px;
 color: #e8bfa3;
 line-height: 1.02;
 letter-spacing: -0.04em;
}

.whatido-card h2 {
 font-size: clamp(2rem, 4vw, 3rem);
}

.whatido-card h3 {
 font-size: clamp(1.45rem, 2.6vw, 2rem);
}

.whatido-card p:last-child {
 margin-bottom: 0;
}

.whatido-card p {
 margin: 0 0 10px;
 font-size: 1rem;
 line-height: 1.85;
 color: rgba(255, 244, 238, 0.80);
}

/* active nav */
.top-nav a.is-active {
 opacity: 1;
 text-shadow: 0 0 14px rgba(232, 191, 163, 0.24);
}

.top-nav a.is-active::after {
 width: 100%;
}

/* responsive */
@media (max-width: 980px) {
 .whatido-grid {
 grid-template-columns: 1fr;
 }

 .featured-card {
 grid-column: auto;
 }
}

@media (max-width: 768px) {
 .whatido-page {
 padding: 164px 18px 90px;
 }

 .ticker-top {
 top: 18px;
 }

 .ticker-bottom {
 top: 62px;
 }

 .whatido-subtitle {
 font-size: 0.98rem;
 line-height: 1.8;
 }

 .whatido-card,
 .featured-card {
 padding: 24px 20px;
 border-radius: 24px;
 }
}
/* =========================
 GLOBAL RESPONSIVE CLEANUP
 IPHONE / MOBILE / LAPTOP
 ========================= */

img,
audio {
 max-width: 100%;
}

@media (max-width: 1024px) {
 .top-nav {
 right: 28px;
 gap: 20px;
 }

 .top-nav a {
 font-size: 0.72rem;
 letter-spacing: 0.16em;
 }

 .work-page,
 .whatido-page {
 width: min(100%, calc(100% - 32px));
 padding-left: 16px;
 padding-right: 16px;
 }

 .track-card {
 grid-template-columns: 1fr;
 gap: 22px;
 align-items: start;
 }

 .track-cover {
 max-width: 420px;
 margin: 0 auto;
 }

 .track-content {
 text-align: center;
 align-items: center;
 }

 .track-text,
 .track-player {
 max-width: 100%;
 }

 .whatido-grid {
 grid-template-columns: 1fr;
 }

 .featured-card {
 grid-column: auto;
 }
}

@media (max-width: 768px) {
 .ticker-top {
 top: 18px;
 }

 .ticker-bottom {
 top: 60px;
 }

 .ticker-track {
 gap: 24px;
 padding: 12px 0;
 }

 .ticker-track span {
 font-size: 0.68rem;
 letter-spacing: 0.14em;
 }

 .top-nav {
 top: 108px;
 right: 18px;
 gap: 16px;
 z-index: 7;
 }

 .top-nav a {
 font-size: 0.66rem;
 font-weight: 600;
 letter-spacing: 0.14em;
 }

 .top-nav a + a::before {
 left: -8px;
 height: 8px;
 }

 .hero {
 padding: 132px 18px 90px;
 }

 .hero-card {
 padding: 28px 6px;
 max-width: 100%;
 }

 .hero-card h1,
 .whatido-title,
 .work-title {
 font-size: clamp(2.3rem, 11vw, 3.4rem);
 line-height: 0.96;
 letter-spacing: -0.05em;
 }

 .subtitle {
 white-space: normal !important;
 max-width: 100%;
 font-size: 0.96rem;
 line-height: 1.7;
 padding: 0 8px;
 }

 .contact-button,
 .sound-button {
 width: 100%;
 max-width: 250px;
 min-height: 54px;
 font-size: 14px;
 }

 body.work-body .work-page,
 .whatido-page {
 padding: 150px 18px 88px;
 }

 .work-hero,
 .whatido-hero {
 margin-bottom: 42px;
 }

 .work-subtitle,
 .whatido-subtitle {
 max-width: 100%;
 font-size: 0.96rem;
 line-height: 1.75;
 padding: 0 4px;
 }

 .track-card,
 .whatido-card,
 .featured-card {
 padding: 22px 18px;
 border-radius: 22px;
 }

 .track-title {
 font-size: 1.45rem;
 line-height: 1.06;
 }

 .track-text,
 .whatido-card p {
 font-size: 0.95rem;
 line-height: 1.75;
 }

 .whatido-card h2 {
 font-size: 1.85rem;
 line-height: 1.02;
 }

 .whatido-card h3 {
 font-size: 1.35rem;
 line-height: 1.06;
 }

 .track-player {
 width: 100%;
 max-width: 100%;
 }

 body.work-body .site-footer,
 body.whatido-body .site-footer {
 padding: 18px 0 24px;
 font-size: 12px;
 }
}

@media (max-width: 480px) {
 .top-nav {
 right: 14px;
 gap: 12px;
 }

 .top-nav a {
 font-size: 0.62rem;
 letter-spacing: 0.12em;
 }

 .ticker-track span {
 font-size: 0.62rem;
 letter-spacing: 0.12em;
 }

 .hero {
 padding: 138px 14px 80px;
 }

 .hero-card h1,
 .whatido-title,
 .work-title {
 font-size: clamp(2rem, 11vw, 2.8rem);
 }

 .subtitle,
 .work-subtitle,
 .whatido-subtitle {
 font-size: 0.92rem;
 }

 .track-card,
 .whatido-card,
 .featured-card {
 padding: 18px 16px;
 }

 .track-title {
 font-size: 1.3rem;
 }

 .whatido-card h2 {
 font-size: 1.6rem;
 }

 .whatido-card h3 {
 font-size: 1.2rem;
 }
}
body.home-body {
 overflow-y: auto !important;
 overflow-x: hidden;
}

body.home-body .site-footer {
 position: relative;
 bottom: auto;
}

body.home-body .page-wrapper {
 min-height: 130vh;
}
body.home-body {
 overflow-x: hidden;
 overflow-y: auto !important;
}

body.home-body .page-wrapper {
 position: relative;
 min-height: 135vh;
 padding-bottom: 80px;
}

body.home-body .home-footer {
 position: absolute !important;
 left: 0 !important;
 right: 0 !important;
 top: auto !important;
 bottom: 10px !important;
 width: 100% !important;
 z-index: 9999 !important;
 text-align: center !important;
 transform: none !important;
 margin: 0 !important;
}


/* GRID */
.what-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
max-width: 1100px;
margin: 0 auto;
padding: 40px 20px 100px;
}

/* LARGE CARD */
.card-large {
grid-column: span 2;
}

/* CARD STYLE */
.card {
padding: 28px;
border-radius: 20px;
background: rgba(255,255,255,0.03);
backdrop-filter: blur(10px);
border: 1px solid rgba(255,255,255,0.08);
transition: all 0.3s ease;
}

/* HOVER */
.card:hover {
transform: translateY(-4px);
box-shadow: 0 0 40px rgba(232, 191, 163, 0.08);
}

/* TEXT */
.card-label {
font-size: 11px;
letter-spacing: 0.2em;
opacity: 0.5;
display: block;
margin-bottom: 10px;
}

.card-title {
font-size: 20px;
margin-bottom: 12px;
}

.card-text {
font-size: 14px;
opacity: 0.75;
line-height: 1.6;
}

/* MOBILE */
@media (max-width: 768px) {
.what-grid {
grid-template-columns: 1fr;
}

.card-large {
grid-column: span 1;
}

.signature-line {
font-size: 20px;
padding: 0 20px;
}
}
/* H2 PREMIUM CHAMEAU NOIR */

h2 {
font-size: clamp(28px, 4vw, 42px);
font-weight: 600;
letter-spacing: -0.02em;
line-height: 1.2;

/* Gradient bronze luxe */
background: linear-gradient(
90deg,
#f5d0a9 0%,
#e6b98c 30%,
#c9975c 60%,
#f5d0a9 100%
);

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

/* Glow subtil premium */
text-shadow:
0 0 20px rgba(201, 151, 92, 0.25),
0 0 40px rgba(201, 151, 92, 0.15);

margin-bottom: 12px;
}
h2 {
background-size: 200% auto;
animation: shine 6s linear infinite;
}

@keyframes shine {
to {
background-position: 200% center;
}
}
/* ===== CARDS TITLES FIX ONLY ===== */

.whatido-card h2,
.featured-card h2,
.card h2 {
 font-size: clamp(20px, 2.2vw, 26px);
 font-weight: 600;
 letter-spacing: -0.02em;
 line-height: 1.2;

 /* couleur EXACTE comme "What I Do" */
 color: #e8c3a6;

 /* glow luxe subtil */
 text-shadow:
 0 0 8px rgba(232, 195, 166, 0.08),
 0 0 16px rgba(232, 195, 166, 0.05);

 margin-bottom: 10px;
}
.whatido-card:hover h2 {
 color: #f2d2b6;
}


.track-title,
.track-title h2  {
margin: 0 0 16px;
font-size: clamp(1.65rem, 3vw, 2.65rem);
line-height: 1.02;
letter-#e8bfa3;
text-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.music-links {
margin-top: 12px;
display: flex;
flex-direction: column;
gap: 8px;
}

.music-links span {
font-size: 0.65rem;
letter-spacing: 0.12em;
text-transform: uppercase;
color: rgba(255, 244, 238, 0.45);
}

.platforms {
display: flex;
gap: 10px;
}

.platforms a {
display: flex;
align-items: center;
justify-content: center;

width: 28px;
height: 28px;

border-radius: 50%;
border: 1px solid rgba(232, 191, 163, 0.25);
background: rgba(232, 191, 163, 0.05);

transition: all 0.25s ease;
}

.platforms a:hover {
border-color: rgba(232, 191, 163, 0.6);
background: rgba(232, 191, 163, 0.12);
}

.platforms img {
width: 14px;
height: 14px;
opacity: 0.8;
}

.platforms {
display: flex;
gap: 10px;
align-items: center;
}

.platform {
display: flex;
align-items: center;
justify-content: center;
width: 28px;
height: 28px;
border-radius: 50%;
border: 1px solid rgba(232, 191, 163, 0.25);
background: rgba(232, 191, 163, 0.05);
}

.platform img {
width: 14px !important;
height: 14px !important;
object-fit: contain;
display: block;
}

.platform img {
width: 14px;
height: 14px;

filter: brightness(0) saturate(100%)
invert(82%) sepia(18%)
saturate(300%) hue-rotate(340deg);

opacity: 0.9;
transition: all 0.25s ease;
}

.platform:hover img {
filter: brightness(0) saturate(100%)
invert(82%) sepia(18%)
saturate(500%) hue-rotate(340deg);

transform: scale(1.1);
}


/* === TITRES CARDS WHAT I DO + AUDIO (subtle premium) === */

h2.card-title,
.track-title {
color: #e8bfa3 !important;
-webkit-text-fill-color: #e8bfa3 !important;

text-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);

background: none !important;
-webkit-background-clip: initial !important;
}

#open-contact-modal,
.contact-button {
color: #f3ebe6 !important;

background: linear-gradient(
135deg,
rgba(145, 95, 70, 0.85), /* cognac */
rgba(70, 40, 30, 0.95) /* brun très profond */
) !important;

border: 1px solid rgba(180, 130, 100, 0.25) !important;

box-shadow:
0 4px 14px rgba(0, 0, 0, 0.35),
0 0 0 1px rgba(180, 130, 100, 0.08) inset;

transition: all 0.25s ease;
}

#open-contact-modal:hover,
.contact-button:hover {
background: linear-gradient(
135deg,
rgba(165, 110, 80, 0.9),
rgba(90, 50, 35, 0.95)
) !important;

border-color: rgba(200, 150, 110, 0.35) !important;

box-shadow:
0 8px 22px rgba(0, 0, 0, 0.45),
0 0 0 1px rgba(200, 150, 110, 0.12) inset;

transform: translateY(-1px);
}
 
/* === FOOTER PREMIUM — ALIGNED WITH CONTACT BUTTON === */

.site-footer {
position: relative;
text-align: center;
padding: 52px 20px 38px;
font-size: 0.78rem;
letter-spacing: 0.075em;
color: rgba(255, 244, 238, 0.58);

border-top: 1px solid rgba(231, 185, 138, 0.10);

background:
radial-gradient(
circle at 50% 0%,
rgba(191, 104, 76, 0.14),
transparent 38%
);

backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
}

.site-footer::before {
content: "";
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 160px;
height: 1px;

background: linear-gradient(
90deg,
transparent,
rgba(255, 214, 224, 0.25),
rgba(231, 185, 138, 0.65),
rgba(191, 104, 76, 0.45),
transparent
);
}

.site-footer p {
margin: 0;
}

.site-footer .divider {
margin: 0 10px;
opacity: 0.38;
color: rgba(231, 185, 138, 0.7);
}

.site-footer .studio {
display: inline-block;
color: #d78b72; /* brun bronze rosé aligné bouton */
font-weight: 500;

text-shadow:
0 1px 8px rgba(0, 0, 0, 0.28),
0 0 10px rgba(191, 104, 76, 0.18);

transition:
color 0.35s ease,
text-shadow 0.35s ease,
transform 0.35s ease;
}

.site-footer .studio:hover {
color: #e7b98a;
transform: translateY(-1px);

text-shadow:
0 0 8px rgba(231, 185, 138, 0.35),
0 0 18px rgba(191, 104, 76, 0.22);
}
.site-footer .studio {
color: #e8bfa3;
-webkit-text-fill-color: #e8bfa3;
}
p.contact-modal-eyebrow,
h2#contact-modal-title {
color: #e8bfa3;
-webkit-text-fill-color: #e8bfa3;

text-shadow:
0 2px 10px rgba(0, 0, 0, 0.25);
}

/* === WHAT I DO — CONTACT BUTTON CENTER === */

.contact-center {
display: flex;
justify-content: center;
align-items: center;
margin-top: 48px;
margin-bottom: 80px;
}

.contact-center {
display: flex;
justify-content: center;
align-items: center;
margin-top: 60px;
margin-bottom: 80px;
}

.site-footer .studio:hover {
text-decoration: underline;
text-underline-offset: 4px;
}

/* conteneur principal */
.hero-card {
padding: 28px 6px;
}

/* titre NON couvert */
.brand {
margin-bottom: 20px;
}

/* zone exacte à couvrir */
#hero-stage {
position: relative;
}

/* texte (donne la vraie hauteur) */
#hero-reveal {
position: relative;
z-index: 1;

opacity: 0;
transition: opacity 1.2s ease;
}

/* === HERO INTRO VIDEO — VERSION STABLE === */

#hero-stage {
position: relative;
}

#hero-reveal {
position: relative;
z-index: 1;
opacity: 0;
animation: revealHeroText 1.2s ease forwards;
animation-delay: 5s;
}

#hero-intro-card {
position: absolute;
inset: 0;
z-index: 2;

border-radius: 24px;
overflow: hidden;
pointer-events: none;

animation: hideHeroVideo 1.2s ease forwards;
animation-delay: 5s;
}

#hero-intro-card video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;

}

@keyframes hideHeroVideo {
to {
opacity: 0;
transform: scale(0.98);
}
}

@keyframes revealHeroText {
to {
opacity: 1;
}
}
.work-home-link,
.bottom-link {
 display: block;
 text-align: center;
 margin-top: 80px;
 margin-bottom: 80px;
}

.card {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.card p { 
flex-grow: 1; 
}
/* === CHAMEAU NOIR — RESPONSIVE SAFE FIX === */

* {
 box-sizing: border-box;
}

html,
body {
 width: 100%;
 max-width: 100%;
 overflow-x: hidden;
}

/* images / vidéos toujours propres */
img,
video {
 max-width: 100%;
 display: block;
}

/* intro vidéo : ne coupe pas le logo */
#hero-intro-card {
 background: #0b0b0b;
}

#hero-intro-card video { 
 position: absolute;
 top:  50%;
 left: 50%;
 
 width: 100%;
 height: 100%;
 object-fit: cover; 
 background: #0b0b0b;
 transform: translate (-50%, -50%) scale(1.03);
 
}

/* tablettes */
@media (max-width: 900px) {
 .hero-card,
 .whatido-hero,
 .work-hero {
 width: 100%;
 padding-left: 22px;
 padding-right: 22px;
 }

 .hero-card h1,
 .whatido-title,
 .work-title {
 font-size: clamp(3rem, 13vw, 5.8rem);
 line-height: 0.95;
 }

 .what-grid,
 .tracks-grid {
 grid-template-columns: 1fr;
 }
}

/* mobiles */
@media (max-width: 600px) {
 .top-nav {
 gap: 16px;
 flex-wrap: wrap;
 justify-content: center;
 }

 .ticker-track {
 font-size: 0.7rem;
 }

 .brand,
 .whatido-kicker,
 .work-kicker {
 font-size: 0.75rem;
 text-align: center;
 }

 .hero-card h1,
 .whatido-title,
 .work-title {
 font-size: clamp(2.8rem, 16vw, 4.5rem);
 }

 .subtitle {
 font-size: 0.95rem;
 max-width: 320px;
 margin-left: auto;
 margin-right: auto;
 }

 .contact-button {
 max-width: 260px;
 width: 100%;
 }

 .card,
 .track-card,
 .contact-modal {
 width: 100%;
 }
}

/* petits téléphones */
@media (max-width: 390px) {
 .hero-card h1,
 .whatido-title,
 .work-title {
 font-size: clamp(2.4rem, 15vw, 3.8rem);
 }

 .hero-card,
 .whatido-hero,
 .work-hero {
 padding-left: 16px;
 padding-right: 16px;
 }
}
.hero-card {
position: relative;
overflow: hidden;
}

.hero-card video {
position: absolute;
top: 50%;
left: 50%;

width: 100%;
height: 80%;

transform: translate(-50%, -49%) scale(0.99);

object-fit: cover;
}

