/* ══ DPR.A — Main Stylesheet ══ */

:root {
  --cr: #F2EDE4;
  --cr2: #EDE6DA;
  --cr3: #E4DBCC;
  --sa: #C8BCA8;
  --n: #0A0A09;
  --k: #111110;
  --g: #7A746A;
  --gl: #D8D0C2;
  --px: 120px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; scroll-padding-top: 88px; }
body:not(.wp-admin):not(.block-editor-iframe__body) { cursor: none; }
body:not(.wp-admin):not(.block-editor-iframe__body) * { cursor: none !important; }
body { background: var(--n); color: var(--cr); font-family: 'Josefin Sans', sans-serif; font-weight: 300; line-height: 1.6; overflow-x: hidden; }
.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; }

/* ══ GRAIN ══ */
body::after {
  content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.032;
}

/* ══ CURSEUR ══ */
#dpra-cur { position: fixed; width: 10px; height: 10px; background: #F2EDE4; border-radius: 50%; pointer-events: none; z-index: 99999; left: 0; top: 0; opacity: 0; transition: opacity .3s, background .2s; will-change: transform; }
#dpra-fol { position: fixed; width: 36px; height: 36px; border: 1.5px solid rgba(242,237,228,0.65); border-radius: 50%; pointer-events: none; z-index: 99998; left: 0; top: 0; opacity: 0; transition: width .35s ease, height .35s ease, border-color .2s, opacity .3s; will-change: transform; }
#dpra-cur.light { background: var(--n); }
#dpra-fol.light { border-color: rgba(10,10,9,0.5); }

/* ══ WP OVERRIDES ══ */
.wp-site-blocks { padding: 0 !important; }
.wp-site-blocks > * { margin-block: 0 !important; }
.wp-block-template-part { margin: 0; padding: 0; }

/* Post-content wrapper */
.entry-content.wp-block-post-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Sections — full width, no WP constraints */
.wp-block-group.dpra-hero,
.wp-block-group.page-hero,
.wp-block-group[class*="s-"],
.wp-block-group.dpra-footer {
  max-width: none !important;
}

/* Kill WP block-gap on all flow layouts (our theme uses grid/flex gap) */
body .is-layout-flow > * + * { margin-block-start: 0 !important; }
/* Force custom layouts over WP is-layout-flow */
.s-method, .s-about { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 88px !important; }
.hero-logo-block, .hero-ctas, .hero-kpis, .dc-stat, .s-cta { display: flex !important; }
.why-gains, .why-diff-grid, .s-testi, .ts-grid { display: grid !important; }
.s-intro { display: grid !important; }
.intro-stat { display: flex !important; }
.istat { display: flex !important; flex-direction: column !important; }
.intro-body { padding: 0 !important; }
.steps-header, .liv-header, .tl-header, .st-header, .sp-header { display: flex !important; }
.tl-track { display: grid !important; }
.testi-grid { display: grid !important; }
.partners-grid { display: grid !important; }
.partner-card { display: flex !important; flex-direction: column !important; }
.pc-top { display: flex !important; }
.pc-stats { display: flex !important; }
.pc-stat { display: flex !important; flex-direction: column !important; }
.step { display: grid !important; }
.liv-grid { display: grid !important; }
.m-kpi-grid { display: grid !important; }
.hkpi { display: flex !important; flex-direction: column !important; align-items: center !important; }
.mtrack, .mmtrack { display: flex !important; align-items: center !important; width: max-content !important; }
.mmitem { display: flex !important; flex-direction: column !important; align-items: center !important; }
.mwrap > .wp-block-group, .mmwrap > .wp-block-group { padding: 0 !important; }
.pgrid { display: grid !important; }
.pc-meta { display: flex !important; }
.pct { display: flex !important; flex-direction: column !important; }
.pcard > .wp-block-image { position: absolute !important; }
p.mitem, p.mmitem-name, p.mmitem-dr, p.pm, p.pdr, p.pt, p.pcl { margin: 0 !important; }

/* ══ NAV ══ */
.dpra-nav {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--px); height: 80px;
  backdrop-filter: blur(32px); -webkit-backdrop-filter: blur(32px);
  background: rgba(10,10,9,0.92);
  border-bottom: 1px solid rgba(242,237,228,0.05);
}
.nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-logo-eye { display: inline-block; height: 24px; }
.nav-logo-eye svg { height: 100%; width: auto; display: block; }
.nav-logo-name { font-family: 'Italiana', serif; font-size: 17px; font-weight: 400; letter-spacing: 0.14em; color: var(--cr); }
.nav-logo-sub { font-family: 'Poiret One', sans-serif; font-size: 8px; font-weight: 300; letter-spacing: 0.26em; text-transform: uppercase; color: rgba(242,237,228,0.45); display: block; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a { text-decoration: none; color: rgba(242,237,228,0.65); font-size: 11px; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; transition: color .3s; position: relative; padding-bottom: 2px; }
.nav-links a::after { content: ""; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--cr); transition: width .35s cubic-bezier(.16,1,.3,1); }
.nav-links a:hover { color: var(--cr); }
.nav-links a:hover::after { width: 100%; }
.nav-cta { background: var(--cr) !important; color: var(--n) !important; padding: 11px 28px !important; font-size: 11px !important; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; transition: background .2s; text-align: center; }
.nav-cta:hover { background: var(--cr2) !important; color: var(--n) !important; }
.nav-cta::after { display: none !important; }
.lang-switch { opacity: 1 !important; color: var(--cr) !important; font-weight: 500 !important; font-size: 11px !important; letter-spacing: 0.14em; border: 1px solid rgba(242,237,228,0.3); padding: 6px 12px !important; transition: border-color .3s, background .3s; }
.lang-switch:hover { border-color: var(--cr); background: rgba(242,237,228,0.08); }
.lang-switch::after { display: none !important; }

/* ══ HERO HOME ══ */
.dpra-hero {
  background: var(--n); min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 140px 64px 88px; text-align: center; position: relative;
}
.hero-lines { position: absolute; inset: 0; pointer-events: none; }
.hero-lines::before, .hero-lines::after { content: ''; position: absolute; border: 1px solid rgba(242,237,228,0.04); }
.hero-lines::before { inset: 60px; }
.hero-lines::after { inset: 90px; border-radius: 50%; opacity: .5; }
.hero-bg-text {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  pointer-events: none; user-select: none; z-index: 0; text-align: center;
  font-family: 'Italiana', serif; font-weight: 300;
  font-size: clamp(160px,22vw,340px); letter-spacing: 0.06em;
  color: rgba(242,237,228,0.055); white-space: nowrap;
}
.hero-logo-block { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 28px; position: relative; z-index: 1; }
.hero-eye { display: inline-block; height: clamp(110px,16vw,200px); width: auto; }
.hero-eye svg { height: 100%; width: auto; display: block; }
.hero-logo-name {
  font-family: 'Italiana', serif; font-size: clamp(96px,18vw,230px);
  font-weight: 300; color: var(--cr); letter-spacing: -0.03em; line-height: 0.85; position: relative;
}
.hero-logo-name::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 40px; height: 1px; background: rgba(242,237,228,0.2); }
.hero-tagline { font-family: 'Poiret One', sans-serif; font-size: 11px; font-weight: 400; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(242,237,228,0.65); margin-bottom: 32px; position: relative; z-index: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(242,237,228,0.25); padding: 11px 28px; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,237,228,0.8); margin-bottom: 32px; position: relative; z-index: 1; }
.hero-badge::before { content: ''; width: 5px; height: 5px; background: rgba(242,237,228,0.25); border-radius: 50%; display: inline-block; }
.hero-pitch { font-family: 'Italiana', serif; font-size: clamp(24px,3.2vw,38px); font-weight: 300; color: var(--cr); line-height: 1.55; max-width: 860px; margin: 0 auto 40px; position: relative; z-index: 1; }
.hero-pitch em { font-style: normal; color: rgba(242,237,228,0.5); }
.hero-ctas { display: flex; gap: 12px; justify-content: center; margin-bottom: 64px; position: relative; z-index: 1; }
a.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--cr); color: var(--n); font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; padding: 16px 40px; transition: background .3s, transform .25s; }
a.btn-primary:hover { background: var(--cr2); transform: translateY(-2px); }
a.btn-primary::after { content: '→'; letter-spacing: 0; font-size: 13px; }
a.btn-ghost { display: inline-flex; align-items: center; gap: 10px; border: none; color: rgba(242,237,228,0.42); font-size: 10px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; padding: 16px 40px; position: relative; transition: color .35s; }
a.btn-ghost::before { content: ''; position: absolute; inset: 0; border: 1px solid rgba(242,237,228,0.14); transition: border-color .35s, box-shadow .35s; animation: btn-ghost-glow 3s ease-in-out infinite; }
a.btn-ghost:hover { color: var(--cr); }
a.btn-ghost:hover::before { border-color: var(--cr); box-shadow: 0 0 18px rgba(242,237,228,0.08); animation: none; }

.hero-kpis { display: flex; align-items: flex-start; gap: 0; justify-content: center; width: 100%; max-width: 680px; position: relative; z-index: 1; }
.hkpi { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 32px 48px; flex: 1; transition: background .3s; }
.hkpi:hover { background: rgba(242,237,228,0.03); }
.hkpi-n { font-family: 'Italiana', serif; font-size: clamp(32px,4.5vw,48px); font-weight: 300; color: var(--cr); line-height: 1; }
.hkpi-l { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(242,237,228,0.6); text-align: center; }

/* ══ MARQUEE CLIENTS ══ */
.s-clients { background: var(--cr2); padding: 56px 0; overflow: hidden; border-top: 1px solid var(--gl); border-bottom: 1px solid var(--gl); }
.s-clients .label, .dpra-marquee-label { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--n); text-align: center; display: block; margin-bottom: 18px; }
.label .see-all { color: inherit; font-size: inherit; letter-spacing: inherit; border-bottom: 1px solid currentColor; padding-bottom: 1px; margin-left: 4px; transition: color .2s; }
.label .see-all:hover { color: var(--cr); }
.mwrap { overflow: hidden; position: relative; }
.mwrap::before, .mwrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.mwrap::before { left: 0; background: linear-gradient(to right, var(--cr2), transparent); }
.mwrap::after { right: 0; background: linear-gradient(to left, var(--cr2), transparent); }
.mtrack { display: flex; align-items: center; width: max-content; animation: dpra-scroll 20s linear infinite; }
.mitem { padding: 0 40px; flex-shrink: 0; font-family: 'Italiana', serif; font-size: 22px; font-weight: 400; color: var(--sa); letter-spacing: 0.06em; transition: color .4s; white-space: nowrap; }
.mitem:hover { color: var(--n); }
.msep { width: 1px; height: 16px; background: var(--gl); flex-shrink: 0; }
@keyframes dpra-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ══ MÉTHODES ══ */
.s-method { padding: 100px var(--px); display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; border-top: 1px solid var(--gl); }
.s-method.light { background: var(--cr2); border-top: none; border-bottom: 1px solid var(--gl); }
.s-method.dark { background: var(--cr2); border-top: 1px solid var(--gl); }
.s-method.dark + .s-method.light { padding-top: 40px; }
.s-method.dark .eyebrow { color: var(--g); }
.m-text { display: flex; flex-direction: column; justify-content: center; color: var(--n); }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--g); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.eyebrow::before { content: ""; display: block; width: 20px; height: 1px; background: currentColor; flex-shrink: 0; }
.h2-method { font-family: 'Italiana', serif; font-size: clamp(32px,4vw,58px); font-weight: 400; line-height: 1; letter-spacing: -0.02em; margin-bottom: 24px; color: var(--n); white-space: nowrap; }
.h2-method em { font-style: normal; }

/* ══ À PROPOS ══ */
.s-about { background: var(--n); padding: 100px var(--px); border-bottom: 1px solid rgba(242,237,228,0.1); display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: start; }
.s-about .eyebrow { color: rgba(242,237,228,0.4); }
.about-h2 { font-family: 'Italiana', serif; font-size: clamp(32px,4vw,58px); font-weight: 400; line-height: 1.1; letter-spacing: -0.02em; color: var(--cr); margin-bottom: 32px; }
.about-text > * + * { margin-block-start: 1.75em !important; }
.about-body { font-size: 17px; font-weight: 300; color: rgba(242,237,228,0.5); line-height: 1.75; }
.about-visual { overflow: hidden; align-self: stretch; }
.about-visual .wp-block-image, .about-visual .about-photo { margin: 0 !important; height: 100%; }
.about-visual .wp-block-image img, .about-visual .about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Accordéon — supports both wp:html (acc-trigger) and wp:details (summary) */
.acc-list { list-style: none; border-top: 1px solid var(--gl); }
.acc-item { border-bottom: 1px solid var(--gl); overflow: hidden; }
.acc-trigger, .acc-item > summary { display: flex; align-items: center; gap: 14px; padding: 18px 0; font-size: 17px; font-weight: 300; color: #0A0A09 !important; letter-spacing: 0.01em; transition: color .25s; user-select: none; list-style: none; width: 100%; }
.acc-trigger::-webkit-details-marker, .acc-item > summary::-webkit-details-marker { display: none; }
.acc-trigger:hover, .acc-item[open] .acc-trigger, .acc-item > summary:hover, .acc-item[open] > summary { color: var(--n); }
.acc-icon { width: 18px; height: 18px; border: 1px solid var(--gl); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all .3s; }
.acc-item[open] .acc-icon { background: var(--n); border-color: var(--n); }
.acc-icon svg { width: 8px; height: 8px; fill: none; stroke: var(--sa); stroke-width: 1.8; transition: transform .3s, stroke .3s; }
.acc-item[open] .acc-icon svg { stroke: var(--cr); transform: rotate(45deg); }
/* Icon via CSS for wp:details (no inline SVG) */
.acc-item > summary::before { content: ''; width: 18px; height: 18px; border: 1px solid var(--gl); border-radius: 50%; flex-shrink: 0; transition: all .3s; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2' y1='5' x2='8' y2='5' stroke='%23C8BCA8' stroke-width='1.8'/%3E%3Cline x1='5' y1='2' x2='5' y2='8' stroke='%23C8BCA8' stroke-width='1.8'/%3E%3C/svg%3E") center/8px no-repeat; }
.acc-item[open] > summary::before { background-color: var(--n); border-color: var(--n); background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='2' y1='5' x2='8' y2='5' stroke='%23F2EDE4' stroke-width='1.8' transform='rotate(45 5 5)'/%3E%3Cline x1='5' y1='2' x2='5' y2='8' stroke='%23F2EDE4' stroke-width='1.8' transform='rotate(45 5 5)'/%3E%3C/svg%3E"); }
.acc-body { font-size: 14px; font-weight: 300; color: var(--g); line-height: 1.75; padding: 4px 0 24px 32px; font-style: normal; }

/* Visuel méthode — v9_53 design (dark box + grille KPI 2×2) */
.m-visual { position: relative; aspect-ratio: 1/1; overflow: hidden; max-height: none; }
/* Background dark via ::before */
.m-visual::before { content: ''; position: absolute; inset: 0; background: var(--k); }
.s-method.light .m-visual::before { background: var(--cr3); }
/* Decorative grid lines via ::after */
.m-visual::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(10,10,9,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(10,10,9,0.05) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
/* Image mode — replaces KPI grid */
.m-visual-img::before, .m-visual-img::after { display: none; }
.m-visual-img { overflow: hidden; aspect-ratio: auto !important; max-height: none !important; }
.m-visual-img .wp-block-image, .m-visual-img .m-photo { margin: 0 !important; height: 100%; }
.m-visual-img .wp-block-image img, .m-visual-img .m-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
/* KPI grid — absolute 2×2 on top */
.m-kpi-grid { position: absolute !important; inset: 0; display: grid !important; grid-template-columns: 1fr 1fr !important; grid-template-rows: 1fr 1fr !important; border: 1px solid var(--gl); padding: 1px; gap: 1px; background: var(--gl); z-index: 2; }
.m-kpi-grid.light { background: var(--gl); }
.m-kpi-cell { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; text-align: center; padding: 24px 16px !important; background: var(--cr); transition: background .3s, transform .45s cubic-bezier(.16,1,.3,1), box-shadow .4s; position: relative; z-index: 0; }
.m-kpi-cell:hover { transform: scale(1.08); z-index: 2; box-shadow: 0 12px 40px rgba(10,10,9,0.18); }
.m-kpi-grid.light .m-kpi-cell { background: var(--cr); }
.m-kpi-n { font-family: 'Italiana', serif; font-size: clamp(44px,6vw,72px); font-weight: 300; line-height: 1; color: var(--n); display: block; margin-bottom: 8px; transition: font-size .45s cubic-bezier(.16,1,.3,1); }
.m-kpi-cell:hover .m-kpi-n { font-size: clamp(56px,7.5vw,88px); }
.m-kpi-l { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(10,10,9,0.5); transition: font-size .45s cubic-bezier(.16,1,.3,1), letter-spacing .45s; }
.m-kpi-cell:hover .m-kpi-l { font-size: 10px; letter-spacing: 0.22em; }

/* ══ POURQUOI DIGITAL PR ══ */
.s-why { background: var(--cr); position: relative; overflow: hidden; border-top: 1px solid var(--gl); }
div.wp-block-group.why-diff-head.is-layout-flow,
div.wp-block-group.why-diff-head { padding: 0 var(--px) !important; position: relative; z-index: 1; margin-bottom: 20px !important; display: flex !important; align-items: center; gap: 24px; }
div.wp-block-group.why-diff-head .wp-block-separator { border: none !important; border-top: none !important; margin: 0 !important; padding: 0 !important; flex: 1; height: 1px; background: var(--gl); opacity: 1 !important; }
.why-diff-head:first-child { padding-top: 72px; }
.why-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--g); display: flex; align-items: center; gap: 10px; margin-bottom: 12px; padding: 72px var(--px) 0; }
.why-eyebrow::before { content: ""; display: block; width: 24px; height: 1px; background: currentColor; flex-shrink: 0; }
.why-h1 { font-family: 'Italiana', serif; font-size: clamp(28px,4vw,60px); font-weight: 300; color: var(--n); line-height: 1; letter-spacing: -0.02em; margin-bottom: 0 !important; white-space: nowrap; padding: 0 var(--px); }
.why-diff-head .why-h1 { padding: 0; margin: 0 !important; flex-shrink: 0; }
.why-diff-head .why-diff-label { margin: 0 !important; }
.why-h1 em { font-style: normal; color: var(--g); }
.why-intro { font-size: 17px; font-weight: 300; color: var(--g); line-height: 1.8; max-width: 780px; padding: 0 var(--px) 8px; margin-top: 0 !important; }
.why-header { padding: 88px var(--px) 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; position: relative; z-index: 1; max-width: 700px; }
.why-header-right { margin-top: 4px; }
.why-sep { height: 1px; background: linear-gradient(to right, transparent, var(--gl), transparent); margin: 56px var(--px) 0; border: none; opacity: 1; }
.why-diff-label { font-family: 'Italiana', serif; font-size: clamp(28px,4vw,60px); font-weight: 300; color: var(--n); letter-spacing: -0.02em; white-space: nowrap; margin-bottom: 0 !important; }
.why-diff-label em { font-style: normal; }
.why-diff-sub { font-size: 17px; font-weight: 300; color: var(--g); line-height: 1.8; max-width: 680px; padding: 0 var(--px); margin-top: 0 !important; }
.why-diff-line { flex: 1; height: 1px; background: var(--gl); border: none !important; opacity: 1 !important; margin: 0 !important; }

/* Gains */
.why-gains { display: grid; grid-template-columns: repeat(5,1fr); border-left: 1px solid var(--gl); margin: 0 var(--px); }
.wg-item { padding: 36px 26px 40px; border-right: 1px solid var(--gl); border-bottom: 1px solid var(--gl); transition: background .3s, transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; cursor: default; position: relative; z-index: 0; }
.wg-item:hover { background: var(--cr); transform: scale(1.04); z-index: 2; box-shadow: 0 8px 40px rgba(10,10,9,0.10); }
/* Image card variant — replaces text content with uploadable photo */
.wg-item-img { padding: 0 !important; overflow: hidden; }
.wg-item-img .wp-block-image, .wg-item-img .wg-photo { margin: 0 !important; height: 100%; }
.wg-item-img .wp-block-image img, .wg-item-img .wg-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wg-num { font-family: 'Italiana', serif; font-size: 38px; font-weight: 300; color: var(--gl); display: block; margin-bottom: 10px; line-height: 1; }
.wg-title { font-family: 'Italiana', serif; font-size: 22px; font-weight: 400; color: var(--n); margin-bottom: 8px; line-height: 1.2; }
.wg-desc { font-size: 14px; font-weight: 300; color: var(--g); line-height: 1.65; }

/* Diff cards */
.why-diff-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 36px var(--px) 88px; gap: 0; overflow: visible; }
/* Diff card image variant */
.diff-card-img { padding: 0 !important; overflow: hidden; }
.diff-card-img .wp-block-image, .diff-card-img .dc-photo { margin: 0 !important; height: 100%; }
.diff-card-img .wp-block-image img, .diff-card-img .dc-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.diff-card { padding: 52px 44px; border: 1px solid var(--gl); margin: -1px 0 0 -1px; position: relative; transition: background .4s, box-shadow .4s, transform .4s cubic-bezier(.16,1,.3,1), border-color .4s; z-index: 0; }
.diff-card::before { content: attr(data-n); position: absolute; top: -16px; right: 16px; font-family: 'Italiana', serif; font-size: 120px; font-weight: 300; color: rgba(10,10,9,0.04); line-height: 1; pointer-events: none; transition: color .3s; }
.diff-card:hover { background: #fff; box-shadow: 0 16px 56px rgba(10,10,9,0.13); transform: translateY(-4px); z-index: 2; border-color: rgba(200,188,168,0.3); }
.dc-icon { width: 36px; height: 36px; border: 1px solid var(--gl); display: flex !important; align-items: center; justify-content: center; margin-bottom: 20px; }
.dc-icon svg { width: 16px; height: 16px; fill: none !important; stroke: var(--n); stroke-width: 1.2; }
.dc-title { font-family: 'Italiana', serif; font-size: 28px; font-weight: 400; color: var(--n); line-height: 1.15; margin-bottom: 12px; }
.dc-desc { font-size: 15px; font-weight: 300; color: var(--g); line-height: 1.7; margin-bottom: 16px; }
.dc-stat { display: flex; align-items: baseline; gap: 8px; padding-top: 16px; border-top: 1px solid var(--gl); }
.dc-stat-n { font-family: 'Italiana', serif; font-size: 32px; font-weight: 300; color: var(--n); }
.dc-stat-l { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sa); }

/* ══ TESTIMONIAL ══ */
.s-testi-eyebrow { background: var(--k); padding: 100px var(--px) 0; display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(242,237,228,0.6); }
.s-testi-eyebrow::before { content: ""; display: block; width: 20px; height: 1px; background: currentColor; flex-shrink: 0; }
.s-testi { background: var(--k); padding: 48px var(--px) 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; overflow: visible; }
.tq { font-family: 'Italiana', serif; font-size: clamp(22px,2.6vw,32px); font-weight: 300; font-style: italic; color: var(--cr); line-height: 1.5; margin-bottom: 32px; position: relative; padding: 0 24px; }
.tq::before { content: '\201C'; position: absolute; left: 0; top: 0; font-size: 48px; line-height: 0.8; color: rgba(242,237,228,0.35); font-style: normal; }
.tq::after { content: '\201D'; position: absolute; right: 0; bottom: -8px; font-size: 48px; line-height: 0.8; color: rgba(242,237,228,0.35); font-style: normal; }
.ta { display: flex; align-items: center; gap: 14px; }
.ta-av { width: 42px; height: 42px; border-radius: 50%; background: rgba(242,237,228,0.06); border: 1px solid rgba(242,237,228,0.1); display: flex; align-items: center; justify-content: center; font-family: 'Italiana', serif; font-size: 18px; color: var(--cr); }
.ta-name { font-size: 12px; font-weight: 400; letter-spacing: 0.08em; color: var(--cr); }
.ta-role { font-size: 10px; font-weight: 300; color: rgba(242,237,228,0.45); margin-top: 2px; }
.ts-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(242,237,228,0.07); overflow: visible; }
.ts-cell { padding: 32px 28px; border-right: 1px solid rgba(242,237,228,0.07); border-bottom: 1px solid rgba(242,237,228,0.07); transition: background .3s, transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; position: relative; z-index: 0; }
.ts-cell:hover { background: rgba(242,237,228,0.04); transform: scale(1.06); z-index: 2; box-shadow: 0 8px 32px rgba(0,0,0,0.2); }
.ts-cell:nth-child(2n) { border-right: none; }
.ts-cell:nth-child(3), .ts-cell:nth-child(4) { border-bottom: none; }
.ts-n { font-family: 'Italiana', serif; font-size: clamp(56px,7vw,80px); font-weight: 300; color: var(--cr); display: block; line-height: 1; margin-bottom: 8px; }
.ts-l { font-size: 14px; font-weight: 300; color: rgba(242,237,228,0.65); line-height: 1.55; }

/* ══ MARQUEE MÉDIAS ══ */
.s-media { background: var(--k); padding: 24px 0 56px; border-top: 1px solid rgba(242,237,228,0.06); overflow: hidden; }
.s-media .label { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(242,237,228,0.45); text-align: center; display: block; padding: 36px 0 22px; }
.s-media .label .see-all:hover { color: var(--cr); }
.s-marquee-media { background: var(--k); padding: 36px 0; overflow: hidden; border-top: 1px solid rgba(242,237,228,0.06); border-bottom: 1px solid rgba(242,237,228,0.06); }
.s-marquee-media .label { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(242,237,228,0.45); text-align: center; display: block; margin-bottom: 18px; }
.mmwrap { overflow: hidden; position: relative; }
.mmwrap::before, .mmwrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.mmwrap::before { left: 0; background: linear-gradient(to right, var(--k), transparent); }
.mmwrap::after { right: 0; background: linear-gradient(to left, var(--k), transparent); }
.mmtrack { display: flex; align-items: center; width: max-content; animation: dpra-scroll 22s linear infinite reverse; }
.mmtrack:hover { animation-play-state: paused; }
.mmitem { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 36px; flex-shrink: 0; }
.mmitem-name { font-family: 'Italiana', serif; font-size: 36px; font-weight: 400; color: rgba(242,237,228,0.55); letter-spacing: 0.04em; transition: color .4s ease, transform .4s cubic-bezier(.16,1,.3,1); white-space: nowrap; }
.mmitem:hover .mmitem-name { color: var(--cr); transform: translateY(-2px); }
.mmitem-dr { font-size: 9px; letter-spacing: 0.14em; color: rgba(242,237,228,0.4); }
.mmsep { width: 1px; height: 20px; background: rgba(242,237,228,0.09); flex-shrink: 0; }

/* ══ RETOMBÉES ══ */
.s-placements { background: var(--cr); padding: 100px var(--px); border-top: 1px solid var(--gl); }
.ph { display: flex; flex-direction: column; gap: 10px; margin-bottom: 48px; }
.ph-top { display: flex; align-items: flex-end; justify-content: space-between; }
.ph h2 { font-family: 'Italiana', serif; font-size: clamp(28px,4vw,56px); font-weight: 300; color: var(--n); letter-spacing: -0.02em; line-height: 1; white-space: nowrap; }
.ph h2 em { font-style: normal; }
.see-all { font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--g); text-decoration: none; border-bottom: 1px solid var(--gl); padding-bottom: 2px; transition: color .2s, border-color .2s; }
.see-all:hover { color: var(--n); border-color: var(--n); }
.pgrid { display: grid; grid-template-columns: 1.45fr 1fr 1fr; grid-template-rows: 360px 290px; gap: 4px; }
.pgrid-portfolio { grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: auto; }
.pcard { position: relative; overflow: hidden; background: var(--k); min-height: 280px; }
.pcard:nth-child(1) { grid-row: 1/3; }
.pcard:nth-child(4) { grid-column: 2/4; }
.pcard.featured { grid-row: span 2; min-height: 580px; }
.pbg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .7s ease, filter .5s ease; filter: brightness(0.5) grayscale(1); }
.pcard:hover .pbg { transform: scale(1.06); }
/* wp:image inside pcard (Gutenberg editable) */
.pcard > .wp-block-image, .pcard > .pcard-img { position: absolute !important; inset: 0; margin: 0 !important; z-index: 0; }
.pcard > .wp-block-image img, .pcard > .pcard-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease, filter .5s ease; filter: brightness(0.5) grayscale(1); }
.pcard:hover > .wp-block-image img, .pcard:hover > .pcard-img img { transform: scale(1.06); }
.pov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,9,0.9) 0%, rgba(10,10,9,0.15) 50%, transparent 100%); }
/* Overlay pseudo-element for Gutenberg cards */
.pcard::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,9,0.9) 0%, rgba(10,10,9,0.15) 50%, transparent 100%); z-index: 1; pointer-events: none; }
.pct { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px; display: flex; flex-direction: column; gap: 8px; z-index: 2; }
.pc-meta { display: flex; align-items: center; gap: 6px; }
.pm { font-size: 10px; font-weight: 500; letter-spacing: 0.14em; text-transform: uppercase; color: var(--n); background: var(--cr); padding: 5px 12px; border-radius: 2px; }
.pdr { font-size: 9px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--n); background: rgba(242,237,228,0.7); padding: 4px 10px; border-radius: 2px; border: none; }
.pt { font-family: 'Italiana', serif; font-size: clamp(14px,1.6vw,18px); font-weight: 400; color: var(--cr); line-height: 1.3; transition: font-size .4s cubic-bezier(.16,1,.3,1); }
.pcard:nth-child(1) .pt, .pcard.featured .pt { font-size: clamp(18px,2.2vw,24px); }
.pcl { font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--n); background: rgba(242,237,228,0.7); padding: 4px 10px; border-radius: 2px; display: inline !important; width: auto !important; max-width: fit-content; }
.pcl::before { display: none; }
.pcard:hover .pc-meta { opacity: 1; }
.pcard:hover .pt { font-size: clamp(16px,2vw,22px); color: #fff; }
.pcard:nth-child(1):hover .pt { font-size: clamp(20px,2.6vw,28px); }

/* ══ CTA ══ */
.s-cta { background: var(--n); padding: 140px var(--px); display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px; position: relative; overflow: hidden; }
.cta-bg { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Italiana', serif; font-size: clamp(110px,20vw,300px); font-weight: 300; color: rgba(242,237,228,0.025); white-space: nowrap; pointer-events: none; letter-spacing: -0.04em; }
.cta-eye { opacity: 0.06; width: clamp(160px,22vw,280px); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.cta-eye svg { width: 100%; height: auto; display: block; }
.s-cta::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: clamp(160px,22vw,280px); aspect-ratio: 500/340; opacity: 0.06; pointer-events: none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 340'%3E%3Cellipse cx='250' cy='170' rx='250' ry='170' fill='%23F2EDE4'/%3E%3Cellipse cx='250' cy='170' rx='170' ry='138' fill='%230A0A09'/%3E%3Ccircle cx='250' cy='170' r='79' fill='%23F2EDE4'/%3E%3C/svg%3E") center/contain no-repeat; }
.cta-ey { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(242,237,228,0.45); position: relative; }
.cta-h { font-family: 'Italiana', serif; font-size: clamp(52px,8vw,100px); font-weight: 300; color: var(--cr); letter-spacing: -0.03em; line-height: 1; position: relative; }
.cta-h em { font-style: normal; }
.cta-sub { font-size: 14px; font-weight: 300; color: rgba(242,237,228,0.62); max-width: 360px; line-height: 1.75; position: relative; }
/* btn-cta as wrapper (wp:button) — reset so only the inner link is styled */
.wp-block-button.btn-cta { background: none !important; padding: 0 !important; border: none !important; border-radius: 0 !important; }
.wp-block-button.btn-cta::after { display: none !important; }
/* btn-cta as standalone link (non-WP) */
a.btn-cta { display: inline-flex; align-items: center; gap: 14px; background: var(--cr); color: var(--n); font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; text-decoration: none; padding: 19px 56px; transition: background .3s, transform .25s; position: relative; }
a.btn-cta:hover { background: var(--cr2); transform: translateY(-2px); }
a.btn-cta::after { content: '→'; font-size: 15px; letter-spacing: 0; }

/* ══ FOOTER ══ */
.dpra-footer { background: var(--k); padding: 64px var(--px); display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(242,237,228,0.07); }
.fl { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.fl-eye { display: inline-block; height: 20px; }
.fl-eye svg { height: 100%; width: auto; display: block; }
.fl-name { font-family: 'Italiana', serif; font-size: 18px; font-weight: 400; letter-spacing: 0.12em; color: var(--cr); }
.fn { display: flex; gap: 28px; list-style: none; }
.fn a { text-decoration: none; color: rgba(242,237,228,0.45); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; transition: color .3s; }
.fn a:hover { color: var(--cr); }
.fc { font-size: 10px; color: rgba(242,237,228,0.4); }
.fc a { color: rgba(242,237,228,0.55); text-decoration: none; transition: color .3s; }
.fc a:hover { color: var(--cr); }

/* ══ PAGE HERO ══ */
.page-hero { background: var(--n); min-height: 55vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 160px var(--px) 64px; position: relative; overflow: hidden; }
.page-hero-bg { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(242,237,228,0.04) 0%, transparent 70%); }
.page-hero-ghost { position: absolute; bottom: -20px; right: -20px; font-family: 'Italiana', serif; font-weight: 300; font-size: clamp(120px,18vw,280px); letter-spacing: 0.06em; color: rgba(242,237,228,0.04); white-space: nowrap; pointer-events: none; user-select: none; line-height: 1; }
.page-hero-lines { position: absolute; right: 64px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 8px; pointer-events: none; }
.page-hero-lines span { display: block; height: 1px; background: rgba(242,237,228,0.06); animation: dpra-lineGrow 1.2s cubic-bezier(.16,1,.3,1) both; }
.page-hero-lines span:nth-child(1) { width: 280px; animation-delay: .3s; }
.page-hero-lines span:nth-child(2) { width: 180px; animation-delay: .4s; }
.page-hero-lines span:nth-child(3) { width: 240px; animation-delay: .5s; }
.page-hero-lines span:nth-child(4) { width: 120px; animation-delay: .6s; }
.page-hero-lines span:nth-child(5) { width: 200px; animation-delay: .7s; }
.ph-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: rgba(242,237,228,0.5); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; animation: dpra-fadeUp .6s ease .4s both; }
.ph-eyebrow::before { content: ""; display: block; width: 20px; height: 1px; background: currentColor; }
.page-hero h1 { font-family: 'Italiana', serif; font-size: clamp(56px,9vw,120px); font-weight: 300; color: var(--cr); line-height: 0.9; letter-spacing: -0.03em; animation: dpra-skewUp 1.1s cubic-bezier(.16,1,.3,1) .2s both; }
.page-hero h1 em { font-style: normal; color: rgba(242,237,228,0.45); }
.ph-sub { font-family: 'Italiana', serif; font-size: clamp(18px,2vw,24px); font-weight: 300; font-style: normal; color: rgba(242,237,228,0.5); max-width: 560px; margin-top: 28px; line-height: 1.6; animation: dpra-fadeUp .7s ease .7s both; }
.btn-back { display: inline-flex; align-items: center; gap: 8px; font-size: 10px; font-weight: 400; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(242,237,228,0.5); text-decoration: none; margin-bottom: 40px; position: relative; z-index: 1; transition: color .3s; }
.btn-back::before { content: '←'; font-size: 13px; letter-spacing: 0; transition: transform .3s; }
.btn-back:hover { color: var(--cr); }
.btn-back:hover::before { transform: translateX(-4px); }

/* ══ DEMARCHE — Intro ══ */
.s-intro { background: var(--cr); padding: 100px var(--px); display: grid !important; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; border-bottom: 1px solid var(--gl); grid-template-rows: auto 1fr; }
.s-intro > .intro-label { grid-column: 1; grid-row: 1; }
.s-intro > .intro-h2 { grid-column: 1; grid-row: 2; }
.s-intro > .intro-body { grid-column: 2; grid-row: 1 / 3; }
.intro-label { font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--g); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.intro-label::before { content: ""; display: block; width: 20px; height: 1px; background: currentColor; flex-shrink: 0; }
.intro-h2 { font-family: 'Italiana', serif; font-size: clamp(36px,4.5vw,58px); font-weight: 300; color: var(--n); line-height: 1.1; letter-spacing: -0.02em; }
.intro-h2 em { font-style: normal; color: var(--g); }
.intro-body { padding-top: 16px; }
.intro-body p { font-size: 17px; font-weight: 300; color: var(--g); line-height: 1.85; margin-bottom: 20px; }
.intro-body p strong { font-weight: 400; color: var(--n); }
.intro-stat { display: flex !important; gap: 40px; margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--gl); }
.istat { display: flex !important; flex-direction: column; gap: 4px; }
.istat-n { font-family: 'Italiana', serif; font-size: 56px !important; font-weight: 300; color: var(--n); line-height: 1; }
.istat-l { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sa); }

/* ══ DEMARCHE — Étapes ══ */
.s-steps { background: var(--cr2); padding: 80px var(--px) 100px; }
.steps-header { padding: 0 0 56px; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--gl); margin-bottom: 0; margin-top: 0 !important; }
.steps-h2 { font-family: 'Italiana', serif; font-size: clamp(32px,4vw,54px); font-weight: 300; color: var(--n); letter-spacing: -0.02em; white-space: nowrap; flex-shrink: 0; }
.steps-h2 em { font-style: normal; color: var(--g); }
.steps-line { flex: 1; height: 1px; background: var(--gl); }
.step { display: grid !important; grid-template-columns: 80px 1fr 1fr; gap: 48px; padding: 56px 0; border-bottom: 1px solid var(--gl); transition: background .3s; position: relative; }
.step:hover { background: rgba(242,237,228,0.5); margin: 0 calc(var(--px) * -1); padding: 56px var(--px); }
.step-num { font-family: 'Italiana', serif; font-size: 64px; font-weight: 300; color: var(--gl); line-height: 1; padding-top: 4px; transition: color .3s, font-size .4s cubic-bezier(.16,1,.3,1); }
.step:hover .step-num { color: var(--sa); font-size: 72px; }
.step-left h3 { font-family: 'Italiana', serif; font-size: clamp(24px,2.8vw,38px); font-weight: 400; color: var(--n); line-height: 1.15; margin-bottom: 12px; }
.step-left h3 em { font-style: normal; }
.step-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sa); border: 1px solid var(--gl); padding: 5px 12px; }
.step-badge::before { content: ""; width: 4px; height: 4px; background: var(--sa); border-radius: 50%; }
.step-right p { font-size: 16px; font-weight: 300; color: var(--g); line-height: 1.8; margin-bottom: 16px; }
.step-right ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.step-right ul li { font-size: 14px; font-weight: 300; color: var(--g); display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.step-right ul li::before { content: "→"; color: var(--sa); font-size: 12px; flex-shrink: 0; margin-top: 2px; }

/* ══ DEMARCHE — Livrables ══ */
.s-livrables { background: var(--cr); padding: 100px var(--px); border-top: 1px solid var(--gl); }
.liv-header { display: flex; align-items: center; gap: 24px; margin-bottom: 56px; }
.liv-h2 { font-family: 'Italiana', serif; font-size: clamp(32px,4vw,54px); font-weight: 300; color: var(--n); letter-spacing: -0.02em; white-space: nowrap; flex-shrink: 0; }
.liv-h2 em { font-style: normal; color: var(--g); }
.liv-line { flex: 1; height: 1px; background: var(--gl); }
.liv-grid { display: grid !important; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--gl); border: 1px solid var(--gl); }
.liv-card { background: var(--cr); padding: 44px 36px; transition: background .35s, transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; position: relative; overflow: hidden; z-index: 0; }
.liv-card::before { content: attr(data-n); position: absolute; top: -20px; right: 20px; font-family: 'Italiana', serif; font-size: 120px; font-weight: 300; color: rgba(10,10,9,0.03); line-height: 1; pointer-events: none; }
.liv-card:hover { background: var(--cr2); transform: translateY(-4px); z-index: 2; box-shadow: 0 16px 48px rgba(10,10,9,0.12); }
.liv-icon { width: 40px; height: 40px; border: 1px solid var(--gl); display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.liv-icon svg { width: 18px; height: 18px; fill: none; stroke: var(--n); stroke-width: 1.2; }
.liv-title { font-family: 'Italiana', serif; font-size: 26px; font-weight: 400; color: var(--n); margin-bottom: 10px; line-height: 1.2; }
.liv-desc { font-size: 14px; font-weight: 300; color: var(--g); line-height: 1.7; }

/* ══ DEMARCHE — Timeline ══ */
.s-timeline { background: var(--k); padding: 100px var(--px); }
.tl-header { display: flex; align-items: center; gap: 24px; margin-bottom: 72px; }
.tl-h2 { font-family: 'Italiana', serif; font-size: clamp(32px,4vw,54px); font-weight: 300; color: var(--cr); letter-spacing: -0.02em; white-space: nowrap; flex-shrink: 0; }
.tl-h2 em { font-style: normal; color: rgba(242,237,228,0.4); }
.tl-line-h { flex: 1; height: 1px; background: rgba(242,237,228,0.08); }
.tl-track { display: grid !important; grid-template-columns: repeat(5,1fr); border-left: 1px solid rgba(242,237,228,0.08); }
.tl-cell { padding: 32px 24px; border-right: 1px solid rgba(242,237,228,0.08); border-bottom: 1px solid rgba(242,237,228,0.08); position: relative; transition: background .3s, transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; z-index: 0; }
.tl-cell:hover { background: var(--k); transform: scale(1.18); z-index: 2; box-shadow: 0 12px 48px rgba(0,0,0,0.35); }
.tl-day { font-size: 9px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(242,237,228,0.4); margin-bottom: 16px; }
.tl-event { font-family: 'Italiana', serif; font-size: 20px; font-weight: 400; color: var(--cr); line-height: 1.25; margin-bottom: 8px; }
.tl-event em { font-style: normal; color: rgba(242,237,228,0.5); }
.tl-note { font-size: 12px; font-weight: 300; color: rgba(242,237,228,0.45); line-height: 1.5; }
.tl-dot { position: absolute; top: 32px; right: 24px; width: 6px; height: 6px; border-radius: 50%; background: rgba(242,237,228,0.12); }
.tl-cell.active .tl-dot { background: var(--cr); box-shadow: 0 0 12px rgba(242,237,228,0.4); }
.tl-cell.active .tl-day { color: rgba(242,237,228,0.6); }

/* ══ PARTENAIRES ══ */
.s-marquee { background: var(--cr2); padding: 36px 0; overflow: hidden; border-top: 1px solid var(--gl); border-bottom: 1px solid var(--gl); }
.s-marquee .label { font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--sa); text-align: center; display: block; margin-bottom: 18px; }
.s-partners { background: var(--cr); padding: 100px var(--px); }
.sp-header { display: flex; align-items: center; gap: 24px; margin-bottom: 64px; }
.sp-h2 { font-family: 'Italiana', serif; font-size: clamp(32px,4vw,54px); font-weight: 300; color: var(--n); letter-spacing: -0.02em; white-space: nowrap; flex-shrink: 0; }
.sp-h2 em { font-style: normal; color: var(--g); }
.sp-line { flex: 1; height: 1px; background: var(--gl); }
.sp-filters { display: flex; gap: 8px; margin-bottom: 48px; flex-wrap: wrap; }
.sp-filter { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--g); border: 1px solid var(--gl); padding: 8px 18px; transition: all .25s; background: transparent; cursor: pointer; }
.sp-filter:hover, .sp-filter.active { background: var(--n); border-color: var(--n); color: var(--cr); }
.partners-grid { display: grid !important; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--gl); border-left: 1px solid var(--gl); }
.partner-card { border-right: 1px solid var(--gl); border-bottom: 1px solid var(--gl); padding: 48px 40px !important; display: flex !important; flex-direction: column; gap: 20px; transition: background .35s, transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; position: relative; overflow: hidden; z-index: 0; }
.partner-card:hover { background: #fff; transform: scale(1.04); z-index: 2; box-shadow: 0 16px 48px rgba(10,10,9,0.12); }
.pc-top { display: flex !important; align-items: flex-start; justify-content: space-between; gap: 16px; }
.pc-name { font-family: 'Italiana', serif; font-size: clamp(22px,2.5vw,32px); font-weight: 400; color: var(--n); line-height: 1.15; }
.pc-name em { font-style: normal; }
.pc-tag { font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sa); border: 1px solid var(--gl); padding: 4px 10px; white-space: nowrap; flex-shrink: 0; align-self: flex-start; margin-top: 4px; }
.pc-desc { font-size: 14px; font-weight: 300; color: var(--g); line-height: 1.7; }
.pc-stats { display: flex !important; gap: 24px; padding-top: 16px; border-top: 1px solid var(--gl); }
.pc-stat { display: flex !important; flex-direction: column; gap: 2px; }
.pc-stat-n { font-family: 'Italiana', serif; font-size: 28px; font-weight: 300; color: var(--n); line-height: 1; }
.pc-stat-l { font-size: 9px; font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sa); }
.pc-result { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 300; color: var(--g); font-family: 'Italiana', serif; font-style: normal; padding-top: 12px; }
.pc-result::before { content: ''; display: block; width: 20px; height: 1px; background: var(--gl); flex-shrink: 0; }

/* ══ PARTENAIRES — Témoignages ══ */
.s-testi-part { background: var(--k); padding: 100px var(--px); }
.st-header { display: flex; align-items: center; gap: 24px; margin-bottom: 64px; }
.st-h2 { font-family: 'Italiana', serif; font-size: clamp(32px,4vw,54px); font-weight: 300; color: var(--cr); letter-spacing: -0.02em; white-space: nowrap; flex-shrink: 0; }
.st-h2 em { font-style: normal; color: rgba(242,237,228,0.4); }
.st-line { flex: 1; height: 1px; background: rgba(242,237,228,0.08); }
.testi-grid { display: grid !important; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(242,237,228,0.06); border: 1px solid rgba(242,237,228,0.06); }
.testi-card { background: var(--k); padding: 52px 44px; display: flex; flex-direction: column; gap: 24px; transition: background .3s; }
.testi-card:hover { background: rgba(242,237,228,0.03); }
.testi-card .tq { font-size: clamp(20px,2.2vw,26px); padding-left: 24px; margin-bottom: 0; }
.testi-card .tq::before { font-size: 48px; }
.testi-card .tq::after { display: none; }
.tc-media { font-size: 9px; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(242,237,228,0.4); padding-top: 16px; border-top: 1px solid rgba(242,237,228,0.06); }

/* ══ PORTFOLIO ══ */
.s-stats { background: var(--k); display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(242,237,228,0.06); }
.stat-cell { padding: 36px 48px; border-right: 1px solid rgba(242,237,228,0.06); display: flex; flex-direction: column; gap: 6px; transition: background .3s, transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s; position: relative; z-index: 0; }
.stat-cell:last-child { border-right: none; }
.stat-cell:hover { background: rgba(242,237,228,0.03); transform: scale(1.06); z-index: 2; box-shadow: 0 8px 32px rgba(0,0,0,0.2); }
.stat-n { font-family: 'Italiana', serif; font-size: clamp(40px,5vw,60px); font-weight: 300; color: var(--cr); line-height: 1; transition: font-size .4s cubic-bezier(.16,1,.3,1); }
.stat-cell:hover .stat-n { font-size: clamp(48px,6vw,72px); }
.stat-l { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(242,237,228,0.5); }
.s-filters { background: var(--cr); padding: 56px var(--px) 40px; border-bottom: 1px solid var(--gl); }
.filters-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.filters-h2 { font-family: 'Italiana', serif; font-size: clamp(28px,3.5vw,44px); font-weight: 300; color: var(--n); letter-spacing: -0.02em; }
.filters-h2 em { font-style: normal; color: var(--g); }
.filters-count { font-size: 11px; font-weight: 300; color: var(--sa); letter-spacing: 0.1em; }
.filters-row { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; }
.filter-label { font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sa); margin-right: 8px; }
.f-btn { font-size: 10px; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; color: var(--g); border: 1px solid var(--gl); padding: 7px 16px; background: transparent; transition: all .25s; cursor: pointer; }
.f-btn:hover, .f-btn.active { background: var(--n); border-color: var(--n); color: var(--cr); }
.f-sep { width: 1px; height: 20px; background: var(--gl); margin: 0 8px; }
.s-grid { background: var(--cr); padding: 48px var(--px) 100px; }
.client-section { margin-top: 48px; }
.cs-header { display: flex; align-items: center; gap: 20px; margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--gl); }
.cs-name { font-family: 'Italiana', serif; font-size: 28px; font-weight: 400; color: var(--n); }
.cs-count { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sa); }
.cs-line { flex: 1; height: 1px; background: var(--gl); }

/* ══ CONTACT ══ */
.s-contact { background: var(--cr); padding: 100px var(--px); display: grid; grid-template-columns: 1fr 1.4fr; gap: 100px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 48px; }
.ci-block { display: flex; flex-direction: column; gap: 10px; }
.ci-label { font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sa); display: flex; align-items: center; gap: 8px; }
.ci-label::before { content: ""; display: block; width: 16px; height: 1px; background: currentColor; flex-shrink: 0; }
.ci-value { font-family: 'Italiana', serif; font-size: clamp(20px,2.2vw,28px); font-weight: 300; color: var(--n); line-height: 1.3; text-decoration: none; transition: color .3s; }
a.ci-value:hover { color: var(--g); }
.ci-sub { font-size: 13px; font-weight: 300; color: var(--g); line-height: 1.6; }
.contact-sep { height: 1px; background: var(--gl); }
.ci-promise { padding: 32px; border: 1px solid var(--gl); background: var(--cr2); display: flex; flex-direction: column; gap: 16px; }
.ci-promise-title { font-family: 'Italiana', serif; font-size: 22px; font-weight: 400; color: var(--n); }
.ci-promise ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ci-promise ul li { font-size: 13px; font-weight: 300; color: var(--g); display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.ci-promise ul li::before { content: "→"; color: var(--sa); font-size: 11px; flex-shrink: 0; margin-top: 2px; }
.contact-form { display: flex; flex-direction: column; gap: 0; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--gl); }
.form-row.full { grid-template-columns: 1fr; }
.field { background: var(--cr); padding: 28px 32px; display: flex; flex-direction: column; gap: 8px; border-bottom: 1px solid var(--gl); transition: background .25s; }
.field:focus-within { background: var(--cr2); }
.field label { font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sa); display: flex; align-items: center; gap: 6px; }
.field label span { color: var(--g); font-size: 10px; }
.field input, .field textarea, .field select { background: transparent; border: none; outline: none; font-family: 'Italiana', serif; font-size: 22px; font-weight: 300; color: var(--n); width: 100%; resize: none; line-height: 1.3; }
.field input::placeholder, .field textarea::placeholder { color: rgba(10,10,9,0.2); }
.field select { appearance: none; -webkit-appearance: none; }
.field textarea { min-height: 120px; padding-top: 4px; }
.budget-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 4px; }
.budget-pill { font-size: 11px; font-weight: 300; letter-spacing: 0.06em; color: var(--g); border: 1px solid var(--gl); padding: 6px 14px; transition: all .2s; cursor: pointer; }
.budget-pill input { display: none; }
.budget-pill:hover { border-color: var(--sa); color: var(--n); }
.budget-pill.selected { background: var(--n); border-color: var(--n); color: var(--cr); }
.form-submit { display: flex; align-items: center; justify-content: space-between; padding: 32px; background: var(--n); border: 1px solid var(--n); }
.form-note { font-size: 11px; font-weight: 300; color: rgba(242,237,228,0.45); max-width: 260px; line-height: 1.6; }
.btn-submit { display: inline-flex; align-items: center; gap: 12px; background: var(--cr); color: var(--n); font-size: 10px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; border: none; padding: 18px 48px; transition: background .3s, transform .25s; flex-shrink: 0; cursor: pointer; }
.btn-submit::after { content: '→'; font-size: 14px; letter-spacing: 0; }
.btn-submit:hover { background: var(--cr2); transform: translateY(-2px); }
.form-success { display: none; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 40px; gap: 20px; background: var(--cr); border: 1px solid var(--gl); }
.form-success.show { display: flex; }
.fs-icon { width: 48px; height: 48px; border: 1px solid var(--gl); display: flex; align-items: center; justify-content: center; }
.fs-icon svg { width: 22px; height: 22px; fill: none; stroke: var(--n); stroke-width: 1.2; }
.fs-title { font-family: 'Italiana', serif; font-size: 36px; font-weight: 300; color: var(--n); }
.fs-sub { font-size: 14px; font-weight: 300; color: var(--g); max-width: 320px; line-height: 1.7; }

/* ══ MENTIONS LÉGALES ══ */
.page-hero-small { min-height: 35vh; }
.s-legal { background: var(--cr); padding: 80px var(--px) 120px; }
.s-legal h2 { font-family: 'Italiana', serif; font-size: clamp(24px,3vw,36px); font-weight: 400; color: var(--n); margin-top: 56px; margin-bottom: 16px; line-height: 1.2; }
.s-legal h2:first-child { margin-top: 0; }
.s-legal p { font-size: 16px; font-weight: 300; color: var(--g); line-height: 1.85; margin-bottom: 16px; }
.s-legal p strong { font-weight: 500; color: var(--n); }
.s-legal a { color: var(--n); text-decoration: underline; text-underline-offset: 3px; transition: color .3s; }
.s-legal a:hover { color: var(--g); }

/* ══ KEYFRAMES ══ */
@keyframes dpra-fadeUp { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: none; } }
@keyframes dpra-fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes dpra-skewUp { from { opacity: 0; transform: translateY(60px) skewY(2deg); } to { opacity: 1; transform: none; } }
@keyframes dpra-lineGrow { from { width: 0 !important; opacity: 0; } to { opacity: 1; } }
@keyframes dpra-scaleIn { from { opacity: 0; transform: scale(0.82) translateY(-10px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes dpra-scaleFrame { from { opacity: 0; transform: scale(1.05); } to { opacity: 1; transform: scale(1); } }
@keyframes pulse-eye { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.04); } }

/* Hero animations */
.hero-lines { animation: dpra-scaleFrame 1.4s ease both; }
.hero-eye { animation: dpra-scaleIn 1.2s cubic-bezier(.16,1,.3,1) 0.3s both; }
.hero-logo-name { animation: dpra-skewUp 1.3s cubic-bezier(.16,1,.3,1) 0.5s both; }
.hero-tagline { animation: dpra-fadeIn 0.7s ease 0.9s both; }
.hero-badge { animation: dpra-fadeUp 0.6s ease 1.1s both; }
.hero-pitch { animation: dpra-fadeUp 0.8s ease 1.2s both; }
.hero-ctas { animation: dpra-fadeUp 0.7s ease 1.35s both; }
.hkpi:nth-child(1) { animation: dpra-fadeUp 0.5s ease 1.45s both; }
.hkpi:nth-child(2) { animation: dpra-fadeUp 0.5s ease 1.53s both; }
.hkpi:nth-child(3) { animation: dpra-fadeUp 0.5s ease 1.61s both; }
.hkpi:nth-child(4) { animation: dpra-fadeUp 0.5s ease 1.69s both; }

/* ══ SCROLL REVEALS ══ */
.js-ready .rv { opacity: 0; transform: translateY(32px); transition: opacity 0.9s cubic-bezier(.16,1,.3,1), transform 0.9s cubic-bezier(.16,1,.3,1); }
.js-ready .rv.visible { opacity: 1; transform: none; }
.js-ready .m-text { opacity: 0; transform: translateX(-32px); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.js-ready .m-visual { opacity: 0; transform: translateX(32px); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.js-ready .m-text.visible, .js-ready .m-visual.visible { opacity: 1; transform: none; }
.js-ready .diff-card { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js-ready .diff-card.visible { opacity: 1; transform: none; }
.js-ready .wg-item { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js-ready .wg-item.visible { opacity: 1; transform: none; }
.js-ready .pcard { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.js-ready .pcard.visible { opacity: 1; transform: none; }
.js-ready .acc-item { opacity: 0; transform: translateY(10px); transition: opacity 0.5s ease, transform 0.5s ease; }
.js-ready .acc-item.visible { opacity: 1; transform: none; }
.js-ready .ts-cell { opacity: 0; transform: translateY(20px); transition: opacity 0.7s cubic-bezier(.16,1,.3,1), transform 0.7s cubic-bezier(.16,1,.3,1); }
.js-ready .ts-cell.visible { opacity: 1; transform: none; }
.js-ready .step { opacity: 0; transform: translateX(-20px); transition: opacity .8s cubic-bezier(.16,1,.3,1), transform .8s cubic-bezier(.16,1,.3,1), background .3s, padding .3s, margin .3s; }
.js-ready .step.visible { opacity: 1; transform: none; }
.js-ready .partner-card { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease, background .35s, box-shadow .4s; }
.js-ready .partner-card.visible { opacity: 1; transform: none; }
.js-ready .testi-card { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease, background .3s; }
.js-ready .testi-card.visible { opacity: 1; transform: none; }
.js-ready .liv-card { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease, background .35s, box-shadow .4s; }
.js-ready .liv-card.visible { opacity: 1; transform: none; }
.js-ready .tl-cell { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease, background .3s, box-shadow .4s; }
.js-ready .tl-cell.visible { opacity: 1; transform: none; }
.js-ready .tl-cell.visible:hover { transform: scale(1.18); }
.js-ready .stat-cell { opacity: 0; transform: translateY(20px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.js-ready .stat-cell.visible { opacity: 1; transform: none; }

/* Stagger delays */
.diff-card:nth-child(1) { transition-delay: 0s; }
.diff-card:nth-child(2) { transition-delay: 0.1s; }
.diff-card:nth-child(3) { transition-delay: 0.2s; }
.wg-item:nth-child(1) { transition-delay: 0s; }
.wg-item:nth-child(2) { transition-delay: 0.08s; }
.wg-item:nth-child(3) { transition-delay: 0.16s; }
.wg-item:nth-child(4) { transition-delay: 0.24s; }
.wg-item:nth-child(5) { transition-delay: 0.32s; }
.pcard:nth-child(1) { transition-delay: 0s; }
.pcard:nth-child(2) { transition-delay: 0.08s; }
.pcard:nth-child(3) { transition-delay: 0.14s; }
.pcard:nth-child(4) { transition-delay: 0.2s; }
.acc-item:nth-child(1) { transition-delay: 0s; }
.acc-item:nth-child(2) { transition-delay: 0.06s; }
.acc-item:nth-child(3) { transition-delay: 0.12s; }
.acc-item:nth-child(4) { transition-delay: 0.18s; }
.step:nth-child(1) { transition-delay: .0s; }
.step:nth-child(2) { transition-delay: .08s; }
.step:nth-child(3) { transition-delay: .16s; }
.step:nth-child(4) { transition-delay: .24s; }
.step:nth-child(5) { transition-delay: .32s; }
.partner-card:nth-child(1) { transition-delay: .00s; }
.partner-card:nth-child(2) { transition-delay: .08s; }
.partner-card:nth-child(3) { transition-delay: .16s; }
.partner-card:nth-child(4) { transition-delay: .24s; }
.partner-card:nth-child(5) { transition-delay: .32s; }
.partner-card:nth-child(6) { transition-delay: .40s; }
.testi-card:nth-child(1) { transition-delay: .00s; }
.testi-card:nth-child(2) { transition-delay: .10s; }
.liv-card:nth-child(1) { transition-delay: .0s; }
.liv-card:nth-child(2) { transition-delay: .08s; }
.liv-card:nth-child(3) { transition-delay: .16s; }
.liv-card:nth-child(4) { transition-delay: .24s; }
.liv-card:nth-child(5) { transition-delay: .32s; }
.liv-card:nth-child(6) { transition-delay: .4s; }
.tl-cell:nth-child(1) { transition-delay: .0s; }
.tl-cell:nth-child(2) { transition-delay: .08s; }
.tl-cell:nth-child(3) { transition-delay: .16s; }
.tl-cell:nth-child(4) { transition-delay: .24s; }
.tl-cell:nth-child(5) { transition-delay: .32s; }
.ts-cell:nth-child(1) { transition-delay: 0s; }
.ts-cell:nth-child(2) { transition-delay: 0.1s; }
.ts-cell:nth-child(3) { transition-delay: 0.2s; }
.ts-cell:nth-child(4) { transition-delay: 0.3s; }
.stat-cell:nth-child(1) { transition-delay: 0s; }
.stat-cell:nth-child(2) { transition-delay: 0.1s; }
.stat-cell:nth-child(3) { transition-delay: 0.2s; }
.stat-cell:nth-child(4) { transition-delay: 0.3s; }

/* Pulse eye on hover (legacy) */

/* Split text */
.split-word { display: inline-block; overflow: hidden; vertical-align: bottom; }
.split-char { display: inline-block; transform: translateY(105%); opacity: 0; transition: transform 0.7s cubic-bezier(.16,1,.3,1), opacity 0.5s ease; }
.split-char.visible { transform: translateY(0); opacity: 1; }
.line-reveal { height: 1px; background: var(--gl); transform: scaleX(0); transform-origin: left center; transition: transform 0.9s cubic-bezier(.16,1,.3,1); }
.line-reveal.visible { transform: scaleX(1); }

/* Hero CTA wp:buttons compat */
.hero-ctas.wp-block-buttons { display: flex; gap: 12px; justify-content: center; margin-bottom: 64px; position: relative; z-index: 1; }
.hero-ctas .wp-block-button { margin: 0; background: none !important; padding: 0 !important; border: none !important; border-radius: 0 !important; }
.hero-ctas .wp-block-button::after { display: none !important; }
.hero-ctas .wp-block-button__link { border-radius: 0 !important; }
.hero-ctas .btn-primary .wp-block-button__link { display: inline-flex; align-items: center; gap: 10px; background: var(--cr) !important; color: var(--n) !important; font-size: 10px; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; padding: 16px 40px; border: none !important; transition: background .3s, transform .25s; }
.hero-ctas .btn-primary .wp-block-button__link:hover { background: var(--cr2) !important; transform: translateY(-2px); }
.hero-ctas .btn-primary .wp-block-button__link::after { content: '→'; letter-spacing: 0; font-size: 13px; }
.hero-ctas .btn-ghost .wp-block-button__link { display: inline-flex; align-items: center; gap: 10px; border: none !important; color: rgba(242,237,228,0.42) !important; background: transparent !important; font-size: 10px; font-weight: 300; letter-spacing: 0.2em; text-transform: uppercase; text-decoration: none; padding: 16px 40px; position: relative; transition: color .35s; }
.hero-ctas .btn-ghost .wp-block-button__link::before { content: ''; position: absolute; inset: 0; border: 1px solid rgba(242,237,228,0.14); transition: border-color .35s, box-shadow .35s; animation: btn-ghost-glow 3s ease-in-out infinite; }
.hero-ctas .btn-ghost .wp-block-button__link:hover { color: var(--cr) !important; }
.hero-ctas .btn-ghost .wp-block-button__link:hover::before { border-color: var(--cr); box-shadow: 0 0 18px rgba(242,237,228,0.08); animation: none; }
@keyframes btn-ghost-glow { 0%, 100% { border-color: rgba(242,237,228,0.14); box-shadow: none; } 50% { border-color: rgba(242,237,228,0.28); box-shadow: 0 0 12px rgba(242,237,228,0.04); } }

/* m-visual / m-kpi — override ALL WP layout interference */
.m-visual.wp-block-group { padding: 0 !important; position: relative !important; }
.m-visual > .wp-block-group { padding: 0 !important; }
.m-kpi-grid.wp-block-group,
.m-kpi-grid.is-layout-flow,
.m-kpi-grid.wp-block-group-is-layout-flow,
.m-kpi-grid.wp-block-group.is-layout-flow {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-rows: 1fr 1fr !important;
  position: absolute !important;
  inset: 0 !important;
  padding: 1px !important;
  gap: 1px !important;
  flex-direction: unset !important;
  flex-wrap: unset !important;
}
.m-kpi-grid > .wp-block-group { padding: 0 !important; }
.m-kpi-cell.wp-block-group,
.m-kpi-cell.is-layout-flow,
.m-kpi-cell.wp-block-group.is-layout-flow {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px 16px !important;
}

/* Hero KPIs wp:group compat */
.hero-kpis.wp-block-group { display: flex !important; flex-direction: row; align-items: flex-start; gap: 0; justify-content: center; width: 100%; max-width: 680px; margin: 0 auto; }
.hero-kpis > .wp-block-group { display: flex !important; flex-direction: column; align-items: center; gap: 6px; padding: 32px 48px; flex: 1; }

/* Page hero — ghost text & decorative via CSS */
.page-hero { position: relative; }
.page-hero::before { content: attr(data-ghost); position: absolute; bottom: -20px; right: -20px; font-family: 'Italiana', serif; font-weight: 300; font-size: clamp(120px,18vw,280px); letter-spacing: 0.06em; color: rgba(242,237,228,0.04); white-space: nowrap; pointer-events: none; user-select: none; line-height: 1; }
.page-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 80% 60% at 70% 50%, rgba(242,237,228,0.04) 0%, transparent 70%); }
.btn-back-wrap { margin-bottom: 40px; position: relative; z-index: 1; }

/* Section eyebrow (surtitre) */
.section-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 0.24em; text-transform: uppercase; color: var(--g); margin: 0 0 20px !important; padding: 0; display: flex; align-items: center; gap: 10px; }
.section-eyebrow::before { content: ""; display: block; width: 20px; height: 1px; background: currentColor; flex-shrink: 0; }
/* Dark sections */
.s-timeline .section-eyebrow, .s-testi-part .section-eyebrow, .s-stats .section-eyebrow { color: rgba(242,237,228,0.4); }
.s-timeline .section-eyebrow::before, .s-testi-part .section-eyebrow::before, .s-stats .section-eyebrow::before { background: rgba(242,237,228,0.4); }

/* Page sub-nav */
.page-nav { display: flex; gap: 32px; list-style: none; padding: 20px var(--px); background: var(--cr2); border-bottom: 1px solid var(--gl); position: sticky; top: 80px; z-index: 100; }
.page-nav a { text-decoration: none; font-size: 10px; font-weight: 400; letter-spacing: 0.16em; text-transform: uppercase; color: var(--g); transition: color .3s; padding-bottom: 4px; border-bottom: 1px solid transparent; }
.page-nav a:hover, .page-nav a.active { color: var(--n); border-bottom-color: var(--n); }

/* Timeline dot via CSS */
.tl-cell { position: relative; }
.tl-cell::after { content: ''; position: absolute; top: 32px; right: 24px; width: 6px; height: 6px; border-radius: 50%; background: rgba(242,237,228,0.12); }
.tl-cell.active::after { background: var(--cr); box-shadow: 0 0 12px rgba(242,237,228,0.4); }

/* Diff-card icons are in HTML (dc-icon divs) — no CSS ::before icons */

/* Livrables icons via CSS */
.liv-card { counter-increment: liv; }
.liv-card::after { content: ''; display: block; width: 40px; height: 40px; border: 1px solid var(--gl); margin-bottom: 24px; order: -1; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='%230A0A09' stroke-width='1.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4h12v12H4z'/%3E%3Cpath d='M8 4v12M12 4v12'/%3E%3C/svg%3E") center/18px no-repeat; }
.liv-card:nth-child(2)::after { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='%230A0A09' stroke-width='1.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='3,14 7,10 11,13 17,6'/%3E%3Cline x1='17' y1='6' x2='17' y2='10'/%3E%3Cline x1='13' y1='6' x2='17' y2='6'/%3E%3C/svg%3E"); }
.liv-card:nth-child(3)::after { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='%230A0A09' stroke-width='1.2' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='8' r='4'/%3E%3Cpath d='M3 18c0-4 3-6 7-6s7 2 7 6'/%3E%3C/svg%3E"); }
.liv-card:nth-child(4)::after { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='%230A0A09' stroke-width='1.2' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='3' width='14' height='14' rx='1'/%3E%3Cpath d='M3 8h14M8 8v9'/%3E%3C/svg%3E"); }
.liv-card:nth-child(5)::after { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='%230A0A09' stroke-width='1.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 3v14M3 10h14'/%3E%3Ccircle cx='10' cy='10' r='7'/%3E%3C/svg%3E"); }
.liv-card:nth-child(6)::after { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' stroke='%230A0A09' stroke-width='1.2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 15l4-4 3 3 5-6'/%3E%3Crect x='2' y='2' width='16' height='16' rx='1'/%3E%3C/svg%3E"); }

/* wp:separator overrides for decorative lines */
.s-why .wp-block-separator, .s-steps .wp-block-separator, .s-livrables .wp-block-separator, .s-timeline .wp-block-separator, .s-testi-part .wp-block-separator { border: none !important; border-top: none !important; padding: 0 !important; }
.wp-block-separator.steps-line { flex: 1; height: 1px; background: var(--gl); border: none !important; opacity: 1; margin: 0; }
.wp-block-separator.st-line { flex: 1; height: 1px; background: rgba(242,237,228,0.08); border: none; opacity: 1; margin: 0; }
.wp-block-separator.tl-line-h { flex: 1; height: 1px; background: rgba(242,237,228,0.08); border: none; opacity: 1; margin: 0; }
.wp-block-separator.liv-line { flex: 1; height: 1px; background: var(--gl); border: none; opacity: 1; margin: 0; }
.wp-block-separator.why-diff-line { flex: 1; height: 1px; background: var(--gl); border: none !important; border-top: none !important; opacity: 1 !important; margin: 0 !important; padding: 0 !important; }

/* see-all wrap — inline display */
.see-all-wrap { margin: 0; }

/* Step num/badge as p tags */
p.step-num { font-family: 'Italiana', serif; font-size: 64px; font-weight: 300; color: var(--gl); line-height: 1; padding-top: 4px; transition: color .3s, font-size .4s cubic-bezier(.16,1,.3,1); margin: 0; }
.step:hover p.step-num { color: var(--sa); font-size: 72px; }
p.step-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 9px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sa); border: 1px solid var(--gl); padding: 5px 12px; margin: 0; }
p.step-badge::before { content: ""; width: 4px; height: 4px; background: var(--sa); border-radius: 50%; }

/* dc-stat as wp:group */
.dc-stat.wp-block-group { display: flex; align-items: baseline; gap: 8px; padding-top: 16px; border-top: 1px solid var(--gl); }

/* ══ GUTENBERG BLOCK COMPATIBILITY ══ */
:where(.wp-block-group) {
  box-sizing: border-box;
  max-width: none;
}
:where(.wp-block-group) :where(.wp-block-heading),
:where(.wp-block-group) :where(p) {
  margin-block: 0;
}
/* Nested wp-block-group — kill WP layout constraints within sections */
:where(.wp-block-group) :where(.wp-block-group) {
  max-width: none;
  margin-block: 0;
  padding: 0;
}
/* wp-block-list — inherit parent styling */
:where(.wp-block-list) {
  margin: 0;
  padding: 0;
}
/* wp:buttons in CTA sections */
.s-cta .wp-block-buttons { display: inline-flex; margin: 0; }
.s-cta .wp-block-button { margin: 0; }
.s-cta .wp-block-button__link {
  display: inline-flex; align-items: center; gap: 14px;
  background: var(--cr) !important; color: var(--n) !important;
  font-size: 10px; font-weight: 500; letter-spacing: 0.22em;
  text-transform: uppercase; text-decoration: none;
  padding: 19px 56px; transition: background .3s, transform .25s;
  border-radius: 0 !important; border: none;
}
.s-cta .wp-block-button__link:hover {
  background: var(--cr2) !important; transform: translateY(-2px);
}
.s-cta .wp-block-button__link::after {
  content: '→'; font-size: 15px; letter-spacing: 0;
}
/* Labels converted from span to p */
p.label, p.ph-eyebrow, p.eyebrow, p.intro-label,
p.cta-ey, p.hero-badge, p.hero-pitch,
p.s-testi-eyebrow, p.why-intro, p.why-diff-sub,
p.why-eyebrow, p.why-diff-label,
p.cta-sub, p.ph-sub, p.tq, p.tc-media {
  margin: 0;
}

/* ══ MOBILE NAV TOGGLE ══ */
.nav-toggle { display: none; background: none; border: none; padding: 8px; flex-direction: column; gap: 5px; cursor: pointer; z-index: 10; }
.nav-toggle span { display: block; width: 22px; height: 1.5px; background: var(--cr); transition: transform .3s, opacity .3s; }
.dpra-nav.open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.dpra-nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.dpra-nav.open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ══ TOUCH DEVICES ══ */
@media (hover: none) and (pointer: coarse) {
  html, html * { cursor: auto !important; }
  #dpra-cur, #dpra-fol { display: none !important; }
}

/* ══ RESPONSIVE — TABLET (≤1024px) ══ */
@media (max-width: 1024px) {
  :root { --px: 40px; }
  /* Nav */
  .dpra-nav { padding: 0 var(--px); }

  /* Hero */
  .dpra-hero { padding: 120px 40px 64px; }
  .hero-kpis { max-width: 100%; }
  .hkpi { padding: 24px 20px; }

  /* Methods */
  .s-method { padding: 80px 40px; gap: 48px; }
  .m-visual { max-height: 280px; }
  .m-visual-img { max-height: none !important; aspect-ratio: auto !important; }
  .m-kpi-n { font-size: clamp(36px,5vw,56px); }
  .m-kpi-cell:hover .m-kpi-n { font-size: clamp(44px,6vw,64px); }

  /* Why */
  .why-diff-head { padding: 56px 40px 0; }
  .why-h1 { padding: 0 40px; }
  .why-intro { padding: 0 40px 8px; }
  .why-gains { margin: 0 40px; grid-template-columns: repeat(3, 1fr); }
  .why-diff-sub { padding: 20px 40px 0; }
  .why-diff-grid { margin: 36px 40px 64px; }
  .why-sep { margin: 40px 40px 0; }

  /* Testimonials */
  .s-testi-eyebrow { padding: 80px 40px 0; }
  .s-testi { padding: 40px 40px 80px; gap: 56px; }

  /* Placements */
  .s-placements { padding: 80px 40px; }
  .pgrid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .pcard:nth-child(1) { grid-row: auto; }
  .pcard:nth-child(4) { grid-column: auto; }

  /* CTA */
  .s-cta { padding: 100px 40px; }

  /* Footer */
  .dpra-footer { padding: 40px; }

  /* Page Hero */
  .page-hero { padding: 140px 40px 60px; }

  /* Démarche */
  .s-intro { padding: 80px 40px; gap: 48px; }
  .s-steps { padding: 0 40px 80px; }
  .step { grid-template-columns: 60px 1fr; gap: 24px; }
  .step:hover { margin: 0 -40px; padding: 56px 40px; }
  .step-right { grid-column: 1 / -1; }
  .s-livrables { padding: 80px 40px; }
  .liv-grid { grid-template-columns: repeat(2, 1fr); }
  .s-timeline { padding: 80px 40px; }
  .tl-track { grid-template-columns: repeat(3, 1fr); }

  /* Partners */
  .s-partners { padding: 80px 40px; }
  .partners-grid { grid-template-columns: repeat(2, 1fr); }
  .s-testi-part { padding: 80px 40px; }

  /* Portfolio */
  .s-filters { padding: 40px; }
  .s-grid { padding: 0 40px 80px; }

  /* Contact */
  .s-contact { padding: 80px 40px; gap: 56px; }

  /* Why header */
  .why-header { padding: 72px 40px 0; }

  /* Diff grid */
  .why-diff-grid { grid-template-columns: repeat(2, 1fr); }

  /* Testimonials grid (partner page) */
  .testi-grid { grid-template-columns: 1fr 1fr; }

  /* À propos */
  .s-about { padding: 80px 40px; gap: 48px; }
}

/* ══ RESPONSIVE — MOBILE (≤768px) ══ */
@media (max-width: 768px) {
  :root { --px: 24px; }
  /* Nav — hamburger */
  .dpra-nav { padding: 0 24px; height: 64px; background: #0A0A09 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed; inset: 0; top: 64px;
    flex-direction: column; align-items: center; justify-content: center; gap: 36px;
    background: #0A0A09 !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
    transform: translateY(-100%); opacity: 0; pointer-events: none;
    transition: transform .4s cubic-bezier(.16,1,.3,1), opacity .3s;
    z-index: 999;
  }
  .dpra-nav.open .nav-links { transform: none; opacity: 1; pointer-events: auto; }
  .nav-links li { list-style: none; }
  .nav-links a { font-size: 18px !important; letter-spacing: 0.12em; color: var(--cr) !important; font-weight: 300; opacity: 1 !important; background: none !important; padding: 0 !important; }
  .nav-links a:hover { color: var(--cr) !important; }
  .nav-links a::after { display: none !important; }
  html { scroll-padding-top: 72px; }
  body.admin-bar .nav-links { top: 46px; }

  /* Hero */
  .dpra-hero { padding: 100px 24px 56px; min-height: auto; }
  .hero-eye { height: clamp(80px, 20vw, 130px); }
  .hero-logo-name { font-size: clamp(56px, 16vw, 120px); }
  .hero-tagline { font-size: 10px; letter-spacing: 0.18em; margin-bottom: 24px; }
  .hero-badge { font-size: 10px; padding: 9px 20px; margin-bottom: 24px; }
  .hero-pitch { font-size: clamp(20px, 5vw, 28px); margin-bottom: 28px; }
  .hero-ctas { flex-direction: column; align-items: center; gap: 10px; margin-bottom: 40px; }
  .hero-ctas .wp-block-button__link, a.btn-primary, a.btn-ghost { width: 100%; max-width: 300px; justify-content: center; padding: 14px 24px !important; font-size: 10px; }
  .hero-kpis { flex-wrap: wrap; max-width: 100%; }
  .hkpi { flex: 1 1 45%; padding: 20px 16px; }
  .hkpi-n { font-size: clamp(28px, 8vw, 40px); }

  /* À propos */
  .s-about { grid-template-columns: 1fr !important; gap: 32px !important; padding: 56px 24px; }
  .about-h2 { font-size: clamp(28px, 7vw, 42px); }
  .about-body { font-size: 15px; }
  .about-visual { max-height: 320px; }

  /* Marquee */
  .mitem { padding: 0 24px; font-size: 16px; }
  .mmitem-name { font-size: 22px; }
  .mmitem { padding: 0 20px; }
  .s-clients { padding: 40px 0; }
  .s-marquee-media { padding: 36px 0; }
  .s-media { padding: 16px 0 40px; }

  /* Methods — single column, text always first */
  .s-method { grid-template-columns: 1fr !important; padding: 64px 24px; gap: 24px; }
  .s-method .m-text { order: 1; }
  .s-method .m-visual { order: 2; }
  .h2-method { white-space: normal; font-size: clamp(28px, 7vw, 42px); margin-bottom: 16px; }
  .acc-body { font-size: 16px; padding: 4px 0 20px 0; }
  .acc-trigger, .acc-item > summary { font-size: 15px; padding: 16px 0; }
  .m-visual { max-height: none; aspect-ratio: 1.4/1; }
  .m-visual-img { max-height: none !important; aspect-ratio: auto !important; }
  .m-kpi-n { font-size: clamp(28px, 8vw, 40px); }
  .m-kpi-cell:hover .m-kpi-n { font-size: clamp(32px, 9vw, 48px); }
  .m-kpi-l { font-size: 9px; letter-spacing: 0.12em; }
  .m-kpi-cell { padding: 20px 14px !important; }
  .m-kpi-cell:hover { transform: scale(1.05); }

  /* Why Digital PR */
  .why-diff-head { padding: 48px 24px 0; flex-direction: column; align-items: flex-start; gap: 8px; }
  .why-h1 { white-space: normal; padding: 0 24px; font-size: clamp(24px, 7vw, 40px); }
  .why-intro { padding: 0 24px 8px; font-size: 15px; }
  .why-diff-label { white-space: normal; font-size: clamp(24px, 7vw, 40px); }
  .why-header { padding: 56px 24px 0; max-width: none; }
  .why-sep { margin: 32px 24px 0; }
  .why-diff-sub { padding: 16px 24px 0; font-size: 15px; }
  .why-gains { grid-template-columns: 1fr 1fr; margin: 0 24px; }
  .wg-item { padding: 28px 20px 32px; }
  .wg-title { font-size: 19px; }
  .wg-desc { font-size: 13px; }
  .why-diff-grid { grid-template-columns: 1fr; margin: 24px 24px 56px; }
  .diff-card { padding: 36px 28px; }

  /* Testimonials */
  .s-testi-eyebrow { padding: 56px 24px 0; }
  .s-testi { grid-template-columns: 1fr; padding: 28px 24px 64px; gap: 40px; }
  .tq { font-size: clamp(22px, 5vw, 30px); }
  .ts-grid { grid-template-columns: 1fr; }
  .ts-cell { border-right: none !important; }
  .ts-cell:nth-child(3) { border-bottom: 1px solid rgba(242,237,228,0.07); }

  /* Placements */
  .s-placements { padding: 56px 24px; }
  .pgrid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .pcard { min-height: 220px; }
  .pcard.featured { min-height: 280px; }
  .ph-top { flex-direction: column; align-items: flex-start; gap: 8px; }
  .ph h2 { white-space: normal; }

  /* CTA */
  .s-cta { padding: 72px 24px; }
  .cta-h { font-size: clamp(36px, 10vw, 64px); }
  .btn-cta { padding: 16px 36px; font-size: 10px; }

  /* Footer */
  .dpra-footer { flex-direction: column; gap: 24px; padding: 32px 24px; text-align: center; }
  .fn { flex-wrap: wrap; justify-content: center; gap: 16px; }

  /* Page Hero */
  .page-hero { padding: 100px 24px 48px; min-height: 40vh; }
  .page-hero h1 { font-size: clamp(40px, 11vw, 72px); }
  .page-hero-ghost { font-size: clamp(80px, 22vw, 160px); }
  .page-hero-lines { display: none; }

  /* Démarche — Intro */
  .s-intro { grid-template-columns: 1fr; padding: 56px 24px; gap: 32px; }
  .intro-h2 { font-size: clamp(28px, 7vw, 42px); }
  .intro-stat { flex-wrap: wrap; gap: 24px; }

  /* Steps */
  .s-steps { padding: 0 24px 56px; }
  .steps-header { flex-direction: column; align-items: flex-start; gap: 8px; padding: 56px 0 32px; }
  .steps-line { width: 100%; }
  .steps-h2 { white-space: normal; }
  .step { grid-template-columns: 1fr; gap: 16px; padding: 32px 0; }
  .step-num, p.step-num { font-size: 48px; }
  .step:hover { margin: 0; padding: 32px 0; background: transparent; }
  .step:hover p.step-num { font-size: 48px; }
  .step-right { grid-column: auto; }

  /* Livrables */
  .s-livrables { padding: 56px 24px; }
  .liv-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .liv-line { width: 100%; }
  .liv-grid { grid-template-columns: 1fr; }
  .liv-h2 { white-space: normal; }

  /* Timeline */
  .s-timeline { padding: 56px 24px; }
  .tl-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .tl-line-h { width: 100%; }
  .tl-track { grid-template-columns: 1fr; }
  .tl-h2 { white-space: normal; }

  /* Partners */
  .s-partners { padding: 56px 24px; }
  .sp-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .sp-line { width: 100%; }
  .sp-h2 { white-space: normal; }
  .partners-grid { grid-template-columns: 1fr; }
  .s-testi-part { padding: 56px 24px; }
  .st-header { flex-direction: column; align-items: flex-start; gap: 8px; }
  .st-line { width: 100%; }
  .st-h2 { white-space: normal; }
  .testi-grid { grid-template-columns: 1fr; }

  /* Portfolio */
  .s-stats { grid-template-columns: 1fr 1fr; }
  .stat-cell:nth-child(2) { border-right: none; }
  .s-filters { padding: 32px 24px 24px; }
  .filters-top { flex-direction: column; align-items: flex-start; gap: 8px; }
  .s-grid { padding: 0 24px 56px; }
  .pgrid-portfolio { grid-template-columns: 1fr; }

  /* Contact */
  .s-contact { grid-template-columns: 1fr; padding: 56px 24px; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .form-submit { flex-direction: column; gap: 16px; text-align: center; padding: 24px; }
  .form-note { max-width: none; }
  .btn-submit { width: 100%; justify-content: center; min-height: 48px; }
  .ci-promise { padding: 24px; }

  /* Touch targets — ensure min 44px tap areas */
  .nav-links a { min-height: 44px; display: flex; align-items: center; }
  .acc-trigger, .acc-item > summary { min-height: 48px; }
  .f-btn { min-height: 44px; }
  .sp-filter { min-height: 44px; }
  .budget-pill { min-height: 44px; display: inline-flex; align-items: center; }

  /* Prevent horizontal overflow */
  .hero-bg-text { overflow: hidden; max-width: 100vw; }
  .cta-bg { overflow: hidden; max-width: 100vw; }
  .filters-row { gap: 6px; }
  .filters-h2 { white-space: normal; }
  .filters-h2 em { white-space: normal; }

  /* KPI cells — smaller hover on small screens */
  .m-kpi-cell:hover { transform: scale(1.04); box-shadow: 0 6px 20px rgba(10,10,9,0.12); }

  /* Testi partner page */
  .testi-grid { grid-template-columns: 1fr; }
  .testi-card { padding: 36px 28px; }

  /* Page sub-nav — horizontal scroll on mobile */
  .page-nav { padding: 14px 24px; gap: 24px; top: 64px; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: nowrap; }
  .page-nav a { white-space: nowrap; font-size: 9px; }

  /* Section eyebrows mobile */
  .section-eyebrow { font-size: 9px; letter-spacing: 0.2em; margin-bottom: 12px !important; }

  /* s-intro grid — reset grid placement for single column */
  .s-intro > .intro-label { grid-column: auto; grid-row: auto; }
  .s-intro > .intro-h2 { grid-column: auto; grid-row: auto; }
  .s-intro > .intro-body { grid-column: auto; grid-row: auto; }

  /* istat — responsive */
  .istat-n { font-size: 48px !important; }

  /* Timeline hover — smaller on mobile */
  .tl-cell:hover, .js-ready .tl-cell.visible:hover { transform: scale(1.08); }

  /* CTA button WP compat */
  .s-cta .wp-block-button__link { padding: 16px 36px; font-size: 10px; }
}

/* ══ RESPONSIVE — SMALL (≤480px) ══ */
@media (max-width: 480px) {
  .hero-logo-name { font-size: clamp(48px, 14vw, 72px); }
  .hero-eye { height: clamp(60px, 16vw, 90px); }
  .hero-bg-text { font-size: clamp(100px, 28vw, 200px); }
  .hkpi { flex: 1 1 100%; }
  .why-gains { grid-template-columns: 1fr; }
  .cta-h { font-size: clamp(28px, 9vw, 48px); }
  .s-stats { grid-template-columns: 1fr; }
  .stat-cell { border-right: none !important; }
  .m-visual { aspect-ratio: 1.2/1; }
  .m-visual-img { max-height: none !important; aspect-ratio: auto !important; }
  .m-kpi-n { font-size: clamp(24px, 10vw, 36px); }
  .m-kpi-cell { padding: 16px 10px !important; }
  .m-kpi-l { font-size: 9px; letter-spacing: 0.1em; }
  .nav-links a { font-size: 16px !important; }
  .diff-card { padding: 28px 20px; }
  .wg-item { padding: 20px 16px 24px; }
  .wg-title { font-size: 17px; }
  .about-visual { max-height: 260px; }
  .about-h2 { font-size: clamp(24px, 8vw, 36px); }
}

/* ══ ADMIN BAR FIX ══ */
body.admin-bar .dpra-nav { top: 32px; }
@media (max-width: 782px) {
  body.admin-bar .dpra-nav { top: 46px; }
}
