/* ============================================================
   Create — styles spécifiques
   Réf. Figma : « CREATE » (219:45806) & « iPhone 13 & 14 - 3 » (341:805)
   Réutilise les classes des pages service (what-we-do.css)
   ============================================================ */

.create-d { height: 5788px; background: #fff; }
.create-d section { position: absolute; left: 0; width: 1440px; }

/* Hero mot géant */
.hero-word { font-family: var(--f-unb); font-weight: 700; font-size: 128px; line-height: 1.2; letter-spacing: -0.01em; text-transform: uppercase; text-align: center; color: #fff; white-space: nowrap; }

/* 1er paragraphe */
.intro-title { font-family: var(--f-unb); font-weight: 700; font-size: 30px; line-height: 36px; letter-spacing: 0.016em; text-transform: uppercase; text-align: center; color: var(--black); }
.intro-body { font-family: var(--f-alb); font-weight: 700; font-size: 24px; line-height: 1.2; letter-spacing: 0.02em; text-align: center; color: var(--black); }
.intro-body .rg { font-weight: 400; }
.intro-clip { font-family: var(--f-unb); font-weight: 700; font-size: 26px; line-height: 36px; letter-spacing: 0.02em; text-transform: uppercase; text-align: center; }

/* Marquee agences */
.agencies { background: var(--black); }
.ag-track { display: flex; align-items: flex-end; gap: 45px; width: max-content; animation: marquee 45s linear infinite; }
.agencies:hover .ag-track { animation-play-state: paused; }
.ag { display: flex; flex-direction: column; align-items: center; gap: 24px; padding: 0 20px; }
.ag-logo { position: relative; height: 172px; display: flex; align-items: center; justify-content: center; }
.ag-logo .gl { position: absolute; inset: 0; margin: auto; filter: blur(6px); }
.ag-label { font-family: var(--f-gothic); font-size: 20px; line-height: 1.38; letter-spacing: -0.01em; text-align: center; color: #fff; white-space: nowrap; }

/* ---------- Mobile ---------- */
.create-m { background: #fff; }
/* Hero mobile réduit (600 vs plein-écran 844) : la section suivante « perce » sous le pli — hauteur mutualisée pour create/deploy/manage/careers/insight/michelin/about-us/landing */
.m-hero-create { position: relative; width: 390px; height: 600px; overflow: hidden; }
.m-hero-create > .crop { inset: 0; }
.m-hero-word { position: absolute; left: 50%; top: calc(50% - 43px); transform: translateX(-50%); font-family: var(--f-unb); font-weight: 700; font-size: 72px; line-height: 1.2; letter-spacing: -0.01em; text-transform: uppercase; color: #fff; white-space: nowrap; }

.m-intro { display: flex; flex-direction: column; gap: 50px; padding: 50px 20px; width: 100%; }
.m-intro-title { font-family: var(--f-unb); font-weight: 700; font-size: 22px; line-height: 1; letter-spacing: -0.01em; text-transform: uppercase; text-align: center; color: var(--black); }
.m-intro-body { font-family: var(--f-alb); font-weight: 700; font-size: 20px; line-height: 1.1; letter-spacing: 0.02em; text-align: center; color: var(--black); }
.m-intro-body .rg { font-weight: 400; }
.m-intro-cap { background: #fff; border: 1px solid var(--black); border-radius: 6px; padding: 11px 33px; width: 100%; }
.m-intro-cap .clip { display: block; font-family: var(--f-unb); font-weight: 700; font-size: 20px; line-height: 1; letter-spacing: 0.02em; text-transform: uppercase; text-align: center; background-size: 100% 2330.77%; background-position: 0% 15.52%; }

.m-agencies { background: var(--black); display: flex; flex-direction: column; gap: 80px; align-items: center; padding: 50px 20px 80px; width: 390px; }
.m-ag-wrap { display: flex; flex-direction: column; gap: 32px; align-items: center; width: 100%; }
.m-ag-title { font-family: var(--f-unb); font-weight: 700; font-size: 22px; line-height: 1; letter-spacing: -0.01em; text-transform: uppercase; text-align: center; color: #fff; }
.m-ag-marquee { width: 390px; height: 140px; overflow: hidden; margin: 0 -20px; }
.m-ag-track { display: flex; align-items: flex-start; width: max-content; animation: marquee 35s linear infinite; padding-top: 12px; }
.m-ag { display: flex; flex-direction: column; gap: 24px; align-items: center; padding: 0 20px; }
.m-ag-logo { position: relative; height: 60px; display: flex; align-items: center; justify-content: center; }
.m-ag-logo .gl { position: absolute; inset: 0; margin: auto; filter: blur(6px); }
.m-ag-label { font-family: var(--f-gothic); font-size: 16px; line-height: 1.2; letter-spacing: -0.01em; text-align: center; color: #fff; white-space: nowrap; }
