/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Thème enfant sur mesure de l’Agence PhDesign.
Author: Agence PhDesign
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

:root {
	--ph-ink: #202020;
	--ph-black: #151515;
	--ph-white: #fff;
	--ph-soft: #f3f1ed;
	--ph-line: rgba(32, 32, 32, .14);
	--ph-pink: #e85d75;
	--ph-blue: #3993dd;
	--ph-green: #629460;
	--ph-yellow: #ffd60a;
	--ph-shell: 1240px;
	--ph-serif: "Bodoni Moda", "Iowan Old Style", "Baskerville", Georgia, serif;
	--ph-sans: Montserrat, Avenir, "Avenir Next", "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.ph-site { margin: 0; color: var(--ph-ink); background: var(--ph-white); font-family: var(--ph-sans); font-size: 17px; line-height: 1.65; }
body.ph-menu-open { overflow: hidden; }
.ph-site *, .ph-site *::before, .ph-site *::after { box-sizing: border-box; }
.ph-site img { display: block; max-width: 100%; }
.ph-site a { color: inherit; }
.ph-site h1, .ph-site h2, .ph-site h3, .ph-site p { margin-top: 0; }
.ph-site h1, .ph-site h2 { font-family: var(--ph-serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
.ph-site h1 { font-size: clamp(3.1rem, 7vw, 6.9rem); }
.ph-site h2 { font-size: clamp(2.2rem, 4.7vw, 4.6rem); }
.ph-site h3 { font-size: 1.35rem; line-height: 1.2; }
.ph-site button, .ph-site input { font: inherit; }
.ph-shell { width: min(calc(100% - 48px), var(--ph-shell)); margin-inline: auto; }
.ph-narrow { max-width: 920px; }
.ph-center { text-align: center; }
.ph-main { overflow: clip; }
.ph-section { padding: clamp(76px, 10vw, 144px) 0; }
.ph-section-soft { background: var(--ph-soft); }
.ph-section-dark { color: var(--ph-white); background: var(--ph-black); }
.ph-section-title { margin-bottom: 50px; }
.ph-kicker, .ph-eyebrow { margin-bottom: 16px; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.ph-kicker { color: var(--ph-pink); }
.ph-eyebrow-light { color: var(--ph-white); }
.ph-lead { font-size: clamp(1.2rem, 2.1vw, 1.65rem); line-height: 1.55; }
.ph-text-link { display: inline-flex; gap: 16px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-weight: 750; text-decoration: none; }
.ph-text-link span { transition: transform .2s ease; }
.ph-text-link:hover span { transform: translateX(5px); }
.ph-button-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 42px; }
.ph-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 2px solid transparent; border-radius: 99px; padding: 13px 24px; font-size: .9rem; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, background-color .2s ease, color .2s ease; }
.ph-button:hover { transform: translateY(-2px); }
.ph-button-dark { color: var(--ph-white) !important; background: var(--ph-black); }
.ph-button-light { color: var(--ph-black) !important; background: var(--ph-white); }
.ph-button-outline-light { color: var(--ph-white) !important; border-color: rgba(255, 255, 255, .7); background: transparent; }
.ph-button-outline-light:hover { color: var(--ph-black) !important; background: var(--ph-white); }
.ph-skip-link { position: fixed; z-index: 99999; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 16px; color: var(--ph-white); background: var(--ph-black); }
.ph-skip-link:focus { transform: none; }

/* Header */
.ph-header { position: relative; z-index: 1000; min-height: 104px; border-bottom: 1px solid var(--ph-line); background: rgba(255, 255, 255, .97); }
.ph-header-inner { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 32px; padding-block: 6px; }
.ph-logo { display: block; width: 210px; flex: 0 0 auto; }
.ph-logo img { width: 100%; height: auto; }
.ph-navigation > ul, .ph-submenu { margin: 0; padding: 0; list-style: none; }
.ph-navigation > ul { display: flex; align-items: center; gap: clamp(16px, 2.3vw, 34px); }
.ph-navigation a, .ph-navigation button { border: 0; padding: 12px 0; color: var(--ph-ink); background: none; font-size: .88rem; font-weight: 700; text-decoration: none; cursor: pointer; }
.ph-navigation .ph-has-submenu > button { border: 0 !important; border-radius: 0; color: var(--ph-ink); box-shadow: none; background: transparent !important; }
.ph-navigation .ph-has-submenu > button:hover, .ph-navigation .ph-has-submenu > button:focus { border: 0 !important; color: #bb3451; box-shadow: none; background: transparent !important; }
.ph-navigation .ph-has-submenu > button { display: inline-flex; align-items: center; gap: 7px; line-height: 1.2; }
.ph-submenu-chevron { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transition: transform .2s ease; }
.ph-has-submenu:hover .ph-submenu-chevron, .ph-has-submenu:focus-within .ph-submenu-chevron, .ph-has-submenu.is-open .ph-submenu-chevron { transform: rotate(180deg); }
.ph-navigation a:hover, .ph-navigation button:hover, .ph-navigation .ph-is-active > a, .ph-navigation .ph-is-active > button { color: #bb3451; }
.ph-has-submenu { position: relative; }
.ph-submenu { position: absolute; top: calc(100% + 7px); left: -20px; width: 290px; border-radius: 14px; padding: 10px 20px; opacity: 0; visibility: hidden; transform: translateY(-6px); box-shadow: 0 18px 50px rgba(0, 0, 0, .16); background: var(--ph-white); transition: all .18s ease; }
.ph-has-submenu:hover .ph-submenu, .ph-has-submenu:focus-within .ph-submenu, .ph-has-submenu.is-open .ph-submenu { opacity: 1; visibility: visible; transform: none; }
.ph-submenu a { display: block; border-bottom: 1px solid var(--ph-line); padding: 12px 0; }
.ph-submenu li:last-child a { border: 0; }
.ph-navigation .ph-nav-cta { border-radius: 99px; padding: 11px 20px; color: var(--ph-white); background: var(--ph-black); }
.ph-navigation .ph-nav-cta:hover { color: var(--ph-black); background: var(--ph-yellow); }
.ph-navigation .ph-is-active > .ph-nav-cta { color: var(--ph-black); background: var(--ph-yellow); }
.ph-header .ph-language-link { min-width: 38px; border: 1px solid var(--ph-line); border-radius: 99px; padding: 8px 10px; color: var(--ph-ink); font-size: .88rem; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; }
.ph-header .ph-language-link:hover { border-color: var(--ph-black); color: var(--ph-white); background: var(--ph-black); }
.ph-mobile-controls { display: none; align-items: center; gap: 12px; }
.ph-header .ph-menu-toggle { display: none; border: 0 !important; border-radius: 0; padding: 12px 0; color: var(--ph-ink) !important; box-shadow: none !important; background: transparent !important; font-weight: 800; -webkit-tap-highlight-color: transparent; }
.ph-header .ph-menu-toggle:hover, .ph-header .ph-menu-toggle:focus, .ph-header .ph-menu-toggle:active, .ph-header .ph-menu-toggle[aria-expanded="true"] { border-color: transparent !important; color: var(--ph-ink) !important; box-shadow: none !important; background: transparent !important; }
.ph-header .ph-menu-toggle:focus-visible { outline: 2px solid var(--ph-blue); outline-offset: 5px; }

/* Footer */
.ph-footer { padding: 58px 0 24px; color: var(--ph-white); background: #101010; }
.ph-footer-grid { display: grid; grid-template-columns: 1.05fr .65fr 1.25fr; align-items: start; gap: 80px; }
.ph-footer h2 { margin-bottom: 24px; font-family: var(--ph-sans); font-size: 1rem; font-weight: 800; letter-spacing: .06em; }
.ph-footer-logo { display: block; width: 230px; margin-bottom: 20px; }
.ph-footer-tagline { max-width: 340px; font-family: var(--ph-serif); font-size: 1.55rem; line-height: 1.25; }
.ph-footer a { text-decoration: none; }
.ph-footer-brand > a:hover, .ph-footer-nav a:hover, .ph-footer-legal a:hover { text-decoration: underline; }
.ph-footer-connections { display: flex; align-items: center; gap: 22px; margin-top: 24px; }
.ph-socials { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }
.ph-socials a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.ph-socials svg { width: 18px; height: 18px; fill: currentColor; transition: transform .2s ease; }
.ph-socials a:hover { color: var(--ph-black); border-color: var(--ph-yellow); background: var(--ph-yellow); text-decoration: none; }
.ph-socials a:hover svg { transform: scale(1.08); }
.ph-green-badge { width: 102px; height: auto; flex: 0 0 auto; }
.ph-footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.ph-footer-nav a { color: rgba(255, 255, 255, .78); font-size: .92rem; }
.ph-newsletter > p { color: rgba(255, 255, 255, .7); }
.ph-newsletter > .ph-green-badge { margin: 24px 0 0 auto; }
.ph-newsletter-row { display: flex; border-bottom: 1px solid rgba(255, 255, 255, .6); }
.ph-newsletter-row input { min-width: 0; flex: 1; border: 0; padding: 14px 4px; color: var(--ph-white); outline: 0; background: transparent; }
.ph-newsletter-row input::placeholder { color: rgba(255, 255, 255, .55); }
.ph-newsletter-row button { display: grid !important; width: 48px !important; height: 48px !important; min-width: 48px; min-height: 48px; flex: 0 0 48px; align-self: center; place-items: center; margin: 0 0 4px; border: 0 !important; border-radius: 50% !important; padding: 0 !important; color: var(--ph-black) !important; box-shadow: none !important; background: var(--ph-yellow) !important; line-height: 0; appearance: none; cursor: pointer; }
.ph-newsletter-row button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: transform .2s ease; }
.ph-newsletter-row button:hover svg { transform: translateX(2px); }
.ph-newsletter-row button:disabled { opacity: .55; }
.ph-form-message { min-height: 1.5em; margin-top: 10px; font-size: .8rem; }
.ph-footer-legal { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-top: 38px; border-top: 1px solid rgba(255, 255, 255, .18); padding-top: 22px; color: rgba(255, 255, 255, .65); font-size: .75rem; }
.ph-footer-legal p { margin: 0; }
.ph-footer-legal > div { display: flex; max-width: 620px; flex-wrap: wrap; justify-content: flex-end; gap: 8px 20px; text-align: right; }
.ph-cookie-link { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; text-decoration: underline; }

/* Heroes */
.ph-home-hero { position: relative; min-height: min(760px, calc(100svh - 104px)); color: var(--ph-white); background-image: linear-gradient(90deg, rgba(8, 24, 32, .91) 0%, rgba(8, 24, 32, .66) 45%, rgba(8, 24, 32, .12) 100%), var(--hero-image); background-position: center; background-size: cover; }
.ph-home-hero-inner { display: flex; min-height: min(760px, calc(100svh - 104px)); align-items: center; }
.ph-home-hero-copy { width: min(880px, 100%); padding: 90px 0; }
.ph-rotating-title { position: relative; height: 1.08em; margin: 0; overflow: hidden; }
.ph-rotating-title span { position: absolute; inset: 0 auto auto 0; opacity: 0; animation: ph-words 12s infinite; }
.ph-rotating-title span:nth-child(2) { animation-delay: 3s; }
.ph-rotating-title span:nth-child(3) { animation-delay: 6s; }
.ph-rotating-title span:nth-child(4) { animation-delay: 9s; }
@keyframes ph-words { 0% { opacity: 0; transform: translateY(30%); } 6%, 22% { opacity: 1; transform: none; } 28%, 100% { opacity: 0; transform: translateY(-30%); } }
.ph-page-hero { position: relative; display: flex; min-height: 440px; align-items: flex-end; overflow: hidden; color: var(--ph-white); background: radial-gradient(circle at 80% 30%, rgba(57, 147, 221, .72), transparent 35%), linear-gradient(130deg, #191919 5%, #2d2d2d 70%); }
.ph-page-hero::after { position: absolute; right: -8vw; bottom: -18vw; width: 45vw; height: 45vw; border: 2px solid rgba(255, 255, 255, .18); border-radius: 50%; content: ""; }
.ph-page-hero-inner { position: relative; z-index: 1; padding: 80px 0 62px; }
.ph-page-hero h1 { max-width: 1080px; margin-bottom: 0; }
.ph-page-hero-compact { min-height: 410px; }
.ph-page-hero-about { background: radial-gradient(circle at 84% 25%, rgba(232, 93, 117, .78), transparent 38%), linear-gradient(130deg, #161616, #282828); }
.ph-image-hero, .ph-service-hero { background-image: linear-gradient(90deg, rgba(8, 25, 34, .93) 0%, rgba(8, 25, 34, .68) 48%, rgba(8, 25, 34, .24) 100%), var(--hero-image); background-position: center; background-size: cover; }
.ph-service-hero { min-height: 500px; }
.ph-business-hero { background-image: linear-gradient(90deg, rgba(8, 25, 34, .9), rgba(8, 25, 34, .28)), var(--hero-image); }
.ph-projects-hero { background-position: center 44%; }
.ph-publications-hero { background-image: linear-gradient(90deg, rgba(17, 36, 24, .93) 0%, rgba(17, 36, 24, .64) 48%, rgba(17, 36, 24, .18) 100%), var(--hero-image); }
.ph-rayonnement-hero { background-image: linear-gradient(90deg, rgba(20, 30, 35, .93) 0%, rgba(20, 30, 35, .62) 48%, rgba(20, 30, 35, .18) 100%), var(--hero-image); background-position: center 48%; }
.ph-single-hero { min-height: 500px; }
.ph-single-hero h1 { max-width: 1050px; font-size: clamp(2.7rem, 6vw, 5.8rem); }
.ph-back-link { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; border-bottom: 1px solid rgba(255, 255, 255, .5); padding-bottom: 4px; font-size: .8rem; font-weight: 750; text-decoration: none; }
.ph-single-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.ph-single-tags span { border: 1px solid rgba(255, 255, 255, .48); border-radius: 99px; padding: 5px 10px; font-size: .67rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ph-hero-meta { margin: 25px 0 0; color: rgba(255, 255, 255, .75); }

/* Layouts */
.ph-two-column { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); align-items: start; gap: clamp(50px, 9vw, 130px); }
.ph-two-column > h2 { margin-bottom: 0; }
.ph-two-column-intro h2 { margin-bottom: 0; }
.ph-story-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 150px); }
.ph-sticky-heading { position: sticky; top: 50px; align-self: start; }
.ph-prose-large p { margin-bottom: 34px; font-size: clamp(1.12rem, 1.7vw, 1.42rem); }
.ph-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 55px; }
.ph-section-heading > div:first-child { max-width: 820px; }
.ph-section-heading h2 { margin-bottom: 16px; }
.ph-section-heading > p { max-width: 470px; }
.ph-section-heading-light p { color: rgba(255, 255, 255, .72); }
.ph-heading-copy { max-width: 540px; }

/* Homepage */
.ph-statement h2 { margin-bottom: 34px; }
.ph-logo-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.ph-logo-track { display: flex; width: max-content; gap: 16px; animation: ph-marquee 48s linear infinite; }
.ph-client-logo { display: grid; width: 180px; height: 104px; place-items: center; border: 1px solid var(--ph-line); border-radius: 14px; padding: 20px; background: var(--ph-white); text-align: center; }
.ph-client-logo img { max-width: 135px; max-height: 64px; object-fit: contain; filter: grayscale(1); }
.ph-client-logo strong { color: #444; font-size: .94rem; line-height: 1.2; }
@keyframes ph-marquee { to { transform: translateX(calc(-50% - 8px)); } }
.ph-service-gateway-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; gap: 22px; }
.ph-service-gateway { position: relative; display: flex; min-height: 560px; flex-direction: column; justify-content: flex-end; overflow: hidden; border-radius: 24px; padding: clamp(28px, 5vw, 60px); color: var(--ph-white) !important; isolation: isolate; text-decoration: none; }
.ph-service-gateway::before { position: absolute; z-index: -2; inset: 0; background-image: var(--card-image); background-position: center; background-size: cover; content: ""; transition: transform .5s ease; }
.ph-service-gateway::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, transparent 12%, rgba(0, 0, 0, .82)); content: ""; }
.ph-service-gateway:hover::before { transform: scale(1.045); }
.ph-service-gateway h3 { max-width: 520px; margin-bottom: 14px; font-family: var(--ph-serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.035em; }
.ph-service-gateway p { max-width: 570px; margin-bottom: 0; opacity: 0; transform: translateY(10px); transition: all .25s ease; }
.ph-service-gateway:hover p, .ph-service-gateway:focus p { opacity: 1; transform: none; }
.ph-service-number { position: absolute; top: 30px; left: 34px; font-weight: 800; }
.ph-service-arrow { position: absolute; right: 34px; bottom: 34px; font-size: 2.2rem; }

/* Cards */
.ph-card-grid { display: grid; gap: 24px; }
.ph-card-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ph-card[hidden] { display: none !important; }
.ph-card { min-width: 0; overflow: hidden; border-radius: 16px; box-shadow: 0 10px 40px rgba(0, 0, 0, .08); background: var(--ph-white); }
.ph-card-link { display: block; height: 100%; color: var(--ph-ink) !important; text-decoration: none; }
.ph-card-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #ddd; }
.ph-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ph-card:hover .ph-card-media img { transform: scale(1.04); }
.ph-card-summary { position: absolute; display: flex; inset: 0; align-items: flex-end; margin: 0; padding: 28px; opacity: 0; color: var(--ph-white); background: linear-gradient(transparent, rgba(0, 0, 0, .88)); transform: translateY(8px); transition: all .25s ease; }
.ph-card:hover .ph-card-summary, .ph-card:focus-within .ph-card-summary { opacity: 1; transform: none; }
.ph-card-body { padding: 25px; }
.ph-card-body h3 { margin-bottom: 0; }
.ph-card-body > p:last-child { margin: 13px 0 0; color: #5f5f5f; }
.ph-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 14px; }
.ph-tags span { border-radius: 99px; padding: 5px 10px; color: var(--ph-ink); background: var(--ph-yellow); font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.ph-publication-card .ph-eyebrow { color: #bb3451; }
.ph-latest-projects .ph-card { background: #242424; }
.ph-latest-projects .ph-card-link { color: var(--ph-white) !important; }
.ph-latest-projects .ph-tags span { color: var(--ph-black); }

/* About */
.ph-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ph-value-card { min-height: 350px; border-radius: 20px; padding: 36px; color: var(--ph-white); }
.ph-value-card > span { font-size: .78rem; font-weight: 800; }
.ph-value-card h2 { margin: 90px 0 24px; font-size: clamp(2rem, 3.2vw, 3.4rem); }
.ph-value-card p { max-width: 360px; font-size: 1.14rem; }
.ph-value-pink { background: var(--ph-pink); }
.ph-value-blue { background: var(--ph-blue); }
.ph-value-green { background: var(--ph-green); }
.ph-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 18px; }
.ph-team-card { position: relative; overflow: hidden; border-radius: 16px; background: #262626; isolation: isolate; }
.ph-team-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.86); transition: filter .3s ease, transform .45s ease; }
.ph-team-summary { padding: 20px; }
.ph-team-card h3 { margin-bottom: 4px; }
.ph-team-card p { margin: 0; color: rgba(255, 255, 255, .65); font-size: .88rem; }
.ph-team-overlay { position: absolute; z-index: 2; display: flex; inset: 0; flex-direction: column; justify-content: flex-end; padding: 24px; opacity: 0; color: var(--ph-white); background: linear-gradient(180deg, rgba(15, 15, 15, .08) 0%, rgba(15, 15, 15, .96) 66%); transform: translateY(12px); transition: opacity .28s ease, transform .28s ease; pointer-events: none; }
.ph-team-overlay p { color: rgba(255, 255, 255, .9); font-size: .79rem; line-height: 1.5; }
.ph-team-tags { margin-top: 12px !important; color: var(--ph-yellow) !important; font-size: .68rem !important; font-weight: 750; }
.ph-team-card:hover img, .ph-team-card:focus img, .ph-team-card:focus-within img { filter: saturate(.7) brightness(.68); transform: scale(1.025); }
.ph-team-card:hover .ph-team-overlay, .ph-team-card:focus .ph-team-overlay, .ph-team-card:focus-within .ph-team-overlay { opacity: 1; transform: none; }
.ph-inline-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 60px; border-top: 1px solid rgba(255, 255, 255, .25); padding-top: 34px; }
.ph-inline-cta p { max-width: 760px; margin: 0; font-family: var(--ph-serif); font-size: clamp(1.6rem, 3vw, 2.8rem); line-height: 1.15; }
.ph-steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--ph-line); border-bottom: 1px solid var(--ph-line); }
.ph-steps-grid article { min-height: 300px; border-right: 1px solid var(--ph-line); padding: 32px 26px; }
.ph-steps-grid article:last-child { border: 0; }
.ph-steps-grid span { color: var(--ph-pink); font-size: 1.12rem; font-weight: 800; }
.ph-steps-grid h3 { margin: 34px 0 18px; font-size: 1.55rem; }
.ph-partner-grid { display: grid; max-width: 900px; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 48px auto; }
.ph-partner { display: grid; height: 150px; place-items: center; border: 1px solid var(--ph-line); border-radius: 15px; padding: 28px; background: var(--ph-white); }
.ph-partner img { max-width: 180px; max-height: 82px; object-fit: contain; }
.ph-partner-text { font-size: 1.45rem; }

/* Services */
.ph-audience-grid h2, .ph-needs-grid h2 { margin-bottom: 0; }
.ph-pill-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
.ph-pill-list li { border: 1px solid var(--ph-line); border-radius: 99px; padding: 9px 15px; background: var(--ph-white); font-size: .9rem; }
.ph-check-list { margin: 0; padding: 0; list-style: none; }
.ph-check-list li { position: relative; border-bottom: 1px solid var(--ph-line); padding: 14px 10px 14px 36px; }
.ph-check-list li::before { position: absolute; top: 16px; left: 2px; color: var(--ph-green); content: "✓"; font-weight: 900; }
.ph-accordion-list { border-top: 1px solid var(--ph-line); }
.ph-accordion { border-bottom: 1px solid var(--ph-line); }
.ph-accordion summary { display: grid; grid-template-columns: 72px 1fr 44px; align-items: center; gap: 20px; padding: 26px 4px; cursor: pointer; list-style: none; }
.ph-accordion summary::-webkit-details-marker { display: none; }
.ph-accordion summary > span { color: var(--ph-pink); font-size: 1.08rem; font-weight: 800; }
.ph-accordion summary h3 { margin: 0; font-family: var(--ph-serif); font-size: clamp(1.55rem, 2.8vw, 2.6rem); font-weight: 500; }
.ph-accordion summary i { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ph-line); border-radius: 50%; font-style: normal; line-height: 1; }
.ph-accordion summary i::before, .ph-accordion summary i::after { position: absolute; width: 12px; height: 1.5px; background: currentColor; content: ""; transition: transform .4s cubic-bezier(.4, 0, .2, 1), opacity .28s ease; }
.ph-accordion summary i::after { transform: rotate(90deg); }
.ph-accordion[open]:not(.is-closing) summary i::before { transform: rotate(180deg); }
.ph-accordion[open]:not(.is-closing) summary i::after { opacity: 0; transform: rotate(180deg); }
.ph-accordion-content { max-width: 820px; margin-left: 80px; padding: 0 0 30px; font-size: 1.03rem; }
.ph-accordion-content p:last-child { margin-bottom: 0; color: #666; }
.ph-model-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ph-model-grid article { min-height: 310px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 18px; padding: 34px; }
.ph-model-grid span { color: var(--ph-yellow); font-weight: 800; }
.ph-model-grid h3 { margin: 70px 0 18px; font-family: var(--ph-serif); font-size: clamp(1.8rem, 3.2vw, 3rem); font-weight: 500; }
.ph-model-grid p { color: rgba(255, 255, 255, .72); }
.ph-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ph-testimonial-grid-two { grid-template-columns: 1fr 1fr; }
.ph-testimonial-grid blockquote { display: flex; min-height: 330px; flex-direction: column; justify-content: space-between; margin: 0; border: 1px solid var(--ph-line); border-radius: 18px; padding: 34px; }
.ph-testimonial-grid blockquote p { font-family: var(--ph-serif); font-size: clamp(1.25rem, 2vw, 1.75rem); line-height: 1.35; }
.ph-testimonial-grid blockquote footer { color: #646464; font-size: .78rem; font-weight: 700; }
.ph-testimonial-grid-two blockquote { min-height: 0; justify-content: flex-start; }
.ph-testimonial-grid-two blockquote p { margin-bottom: 20px; }
.ph-resource-cta { background: var(--ph-yellow); }
.ph-resource-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.ph-resource-cta-inner > div { max-width: 820px; }
.ph-resource-cta h2 { margin-bottom: 18px; }

/* Single publications and achievements */
.ph-article-shell { max-width: var(--ph-shell); }
.ph-single-body { background: var(--ph-white); }
.ph-rich-content { color: #363636; font-size: 1.05rem; }
.ph-rich-content > *:first-child { margin-top: 0; }
.ph-rich-content h2 { margin: 64px 0 24px; color: var(--ph-ink); font-size: clamp(2rem, 4vw, 3.5rem); }
.ph-rich-content h3 { margin: 42px 0 16px; color: var(--ph-ink); font-size: clamp(1.35rem, 2.3vw, 1.85rem); }
.ph-single-publication .ph-rich-content h2, .ph-single-publication .ph-rich-content .elementor-heading-title { line-height: 1.08 !important; }
.ph-single-publication .ph-rich-content h3 { line-height: 1.15 !important; }
.ph-rich-content p, .ph-rich-content li { line-height: 1.75; }
.ph-rich-content ul, .ph-rich-content ol { padding-left: 1.35em; }
.ph-rich-content li { margin-bottom: 8px; }
.ph-rich-content a { color: #a92546; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ph-rich-content blockquote { margin: 42px 0; border-left: 5px solid var(--ph-yellow); padding: 16px 0 16px 28px; font-family: var(--ph-serif); font-size: 1.4rem; }
.ph-rich-content img, .ph-rich-content figure, .ph-rich-content iframe, .ph-rich-content video, .ph-rich-content svg, .ph-rich-content table { max-width: 100%; }
.ph-rich-content img { height: auto; border-radius: 14px; }
.ph-rich-content figure { margin: 40px auto; }
.ph-rich-content iframe, .ph-project-video iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; border-radius: 16px; }
.ph-rich-content table { width: 100%; border-collapse: collapse; }
.ph-rich-content th, .ph-rich-content td { border: 1px solid var(--ph-line); padding: 12px; text-align: left; }
.ph-single-publication .elementor-widget-post-navigation { margin-top: 80px; }
.ph-single-publication .elementor-top-section:has(+ .elementor-top-section .elementor-widget-post-navigation) .elementor-widget-divider { display: none; }
.ph-single-publication .elementor-post-navigation { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 0 !important; }
.ph-single-publication .elementor-post-navigation__separator-wrapper { display: none !important; }
.ph-single-publication .elementor-post-navigation__link { width: auto !important; }
.ph-single-publication .elementor-post-navigation__link > a { display: grid !important; min-height: 132px; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 16px; border: 1px solid var(--ph-line); border-radius: 16px; padding: 22px; color: var(--ph-ink) !important; background: var(--ph-soft); text-decoration: none; transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease; }
.ph-single-publication .elementor-post-navigation__next > a { grid-template-columns: minmax(0, 1fr) 44px; }
.ph-single-publication .elementor-post-navigation__link > a:hover { border-color: var(--ph-black); color: var(--ph-white) !important; background: var(--ph-black); transform: translateY(-2px); }
.ph-single-publication .post-navigation__arrow-wrapper { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--ph-ink); background: var(--ph-white); transition: background-color .25s ease; }
.ph-single-publication .elementor-post-navigation__link > a:hover .post-navigation__arrow-wrapper { background: var(--ph-yellow); }
.ph-single-publication .post-navigation__arrow-wrapper svg { width: 12px; }
.ph-single-publication .elementor-post-navigation__link__prev, .ph-single-publication .elementor-post-navigation__link__next { min-width: 0; }
.ph-single-publication .post-navigation__prev--label, .ph-single-publication .post-navigation__next--label { display: block; margin-bottom: 7px; color: var(--ph-pink); font-family: var(--ph-sans); font-size: .68rem; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.ph-single-publication .post-navigation__prev--title, .ph-single-publication .post-navigation__next--title { display: block; overflow: visible; color: inherit; font-family: var(--ph-serif); font-size: 1.08rem; font-weight: 500; line-height: 1.25; text-overflow: clip; white-space: normal; }
.ph-project-content { max-width: 1000px; }
.ph-project-section + .ph-project-section { margin-top: 72px; }
.ph-project-section h2 { margin-bottom: 28px; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.ph-project-panel { margin: 70px 0; border-radius: 22px; padding: clamp(32px, 6vw, 70px); background: var(--ph-soft); }
.ph-project-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 20px; margin-bottom: 90px; }
.ph-project-gallery figure, .ph-project-full-image { overflow: hidden; margin: 0; border-radius: 18px; background: var(--ph-soft); }
.ph-project-gallery img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.ph-project-full-image { margin: 70px 0; }
.ph-project-full-image img { width: 100%; height: auto; }
.ph-project-video { margin: 70px 0; }
.ph-project-conclusion { border-top: 1px solid var(--ph-line); padding-top: 54px; }

/* Archives */
.ph-archive-intro h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.ph-filters { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 24px 30px; margin-bottom: 48px; }
.ph-filter-buttons { display: flex; min-width: 0; flex: 1 1 620px; flex-wrap: wrap; gap: 8px; }
.ph-filter-buttons button { border: 1px solid var(--ph-line); border-radius: 99px; padding: 9px 14px; color: var(--ph-ink); background: transparent; font-size: .76rem; font-weight: 750; cursor: pointer; }
.ph-filter-buttons button:hover, .ph-filter-buttons button.is-active { border-color: var(--ph-black); color: var(--ph-white); background: var(--ph-black); }
.ph-search { position: relative; width: min(100%, 430px); min-width: min(100%, 350px); flex: 0 1 430px; }
.ph-search input { width: 100%; min-width: 0; border: 0; border-bottom: 1px solid var(--ph-ink); padding: 10px 48px 10px 4px; outline: 0; background: transparent; }
.ph-search input::placeholder { overflow: visible; color: #747474; opacity: 1; text-overflow: clip; }
.ph-search > span:last-child { position: absolute; right: 5px; bottom: 9px; font-size: 1.4rem; }
.ph-filter-empty { margin: 50px 0 0; text-align: center; }

/* Rayonnement, legal, CTA */
.ph-rayonnement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ph-rayonnement-grid article { min-height: 370px; border-radius: 18px; padding: 34px; color: var(--ph-white); }
.ph-rayonnement-grid article:nth-child(1) { background: var(--ph-pink); }
.ph-rayonnement-grid article:nth-child(2) { background: var(--ph-blue); }
.ph-rayonnement-grid article:nth-child(3) { color: var(--ph-ink); background: var(--ph-yellow); }
.ph-rayonnement-grid span { font-size: .75rem; font-weight: 800; }
.ph-rayonnement-grid h2 { margin: 95px 0 20px; font-size: clamp(2rem, 3.4vw, 3.4rem); }
.ph-partner-grid-dark .ph-partner { border-color: transparent; }
.ph-legal-shell { max-width: 900px; }
.ph-legal-page h2 { margin: 65px 0 20px; font-size: clamp(1.7rem, 3.4vw, 2.8rem); }
.ph-legal-page li { margin-bottom: 7px; }
.ph-legal-page address { border-left: 4px solid var(--ph-yellow); padding: 20px 24px; background: var(--ph-soft); font-style: normal; }
.ph-cta { color: var(--ph-ink); background: var(--ph-pink); }
.ph-cta .ph-kicker { color: var(--ph-ink); }
.ph-cta-inner { text-align: center; }
.ph-cta-inner h2 { max-width: 980px; margin: 0 auto 38px; }

/* Contact */
.ph-contact-hero { min-height: 500px; background: radial-gradient(circle at 82% 23%, rgba(57, 147, 221, .82), transparent 38%), radial-gradient(circle at 68% 96%, rgba(232, 93, 117, .38), transparent 31%), linear-gradient(130deg, #151515 6%, #282828 74%); }
.ph-contact-hero h1 { max-width: 920px; }
.ph-contact-intro { padding: clamp(64px, 7vw, 100px) 0; }
.ph-contact-intro .ph-two-column-intro { grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: clamp(48px, 7vw, 100px); }
.ph-contact-intro h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2.8rem, 4.1vw, 3.9rem); line-height: 1.02; }
.ph-contact-intro .ph-lead { max-width: 560px; margin-bottom: 0; font-size: clamp(1.05rem, 1.55vw, 1.35rem); }
.ph-contact-layout { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr); align-items: start; gap: clamp(24px, 4vw, 54px); }
.ph-contact-details { position: sticky; top: 30px; display: flex; min-height: 690px; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 22px; padding: clamp(32px, 5vw, 58px); color: var(--ph-white); background: var(--ph-black); isolation: isolate; }
.ph-contact-details::after { position: absolute; z-index: -1; right: -140px; bottom: -170px; width: 390px; height: 390px; border: 2px solid rgba(255, 255, 255, .14); border-radius: 50%; content: ""; }
.ph-contact-details .ph-kicker { color: var(--ph-yellow); }
.ph-contact-details h2 { max-width: 100%; margin-bottom: 22px; font-size: clamp(2.15rem, 3.25vw, 3.2rem); line-height: 1.05; overflow-wrap: break-word; }
.ph-contact-details > div:first-child > p:last-child { max-width: 470px; color: rgba(255, 255, 255, .68); }
.ph-contact-list { margin: 55px 0 38px; border-top: 1px solid rgba(255, 255, 255, .22); }
.ph-contact-item { display: grid; grid-template-columns: 105px 1fr; gap: 20px; border-bottom: 1px solid rgba(255, 255, 255, .22); padding: 20px 0; }
.ph-contact-item span { color: rgba(255, 255, 255, .52); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ph-contact-item a, .ph-contact-item strong { color: var(--ph-white); font-size: .92rem; font-weight: 700; text-decoration: none; }
.ph-contact-item a:hover { color: var(--ph-yellow); }
.ph-contact-calendar { align-self: flex-start; gap: 13px; color: var(--ph-black) !important; background: var(--ph-yellow); }
.ph-contact-calendar span { font-size: 1.15rem; transition: transform .2s ease; }
.ph-contact-calendar:hover span { transform: translate(2px, -2px); }
.ph-contact-form-card { border-radius: 22px; padding: clamp(34px, 6vw, 72px); box-shadow: 0 18px 55px rgba(0, 0, 0, .08); background: var(--ph-white); }
.ph-contact-form-card h2 { margin-bottom: 20px; font-size: clamp(2.35rem, 4.4vw, 4rem); }
.ph-contact-form-intro { max-width: 620px; margin-bottom: 45px; color: #646464; }
.ph-contact-form .nf-form-cont { margin: 0; }
.ph-contact-form .nf-form-content { max-width: none; padding: 0; }
.ph-contact-form .nf-form-fields-required { margin-bottom: 24px; color: #666; font-size: .76rem; }
.ph-contact-form .nf-form-content label { color: var(--ph-ink); font-family: var(--ph-sans); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ph-contact-form .nf-form-content input:not([type="button"]):not([type="submit"]), .ph-contact-form .nf-form-content textarea, .ph-contact-form .nf-form-content select { border: 1px solid var(--ph-line) !important; border-radius: 11px !important; padding: 13px 15px !important; color: var(--ph-ink) !important; box-shadow: none !important; background: #faf9f7 !important; transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease; }
.ph-contact-form .nf-form-content input:not([type="button"]):not([type="submit"]):focus, .ph-contact-form .nf-form-content textarea:focus, .ph-contact-form .nf-form-content select:focus { border-color: var(--ph-blue) !important; box-shadow: 0 0 0 3px rgba(57, 147, 221, .16) !important; background: var(--ph-white) !important; outline: 0; }
.ph-contact-form .nf-form-content textarea { min-height: 190px; resize: vertical; }
.ph-contact-form .nf-form-content input[type="button"], .ph-contact-form .nf-form-content input[type="submit"] { width: auto !important; height: auto !important; border: 2px solid var(--ph-black) !important; border-radius: 99px !important; padding: 14px 26px !important; color: var(--ph-white) !important; background: var(--ph-black) !important; font-size: .86rem !important; font-weight: 800 !important; line-height: 1.2 !important; transition: color .2s ease, background-color .2s ease, transform .2s ease; cursor: pointer; }
.ph-contact-form .nf-form-content input[type="button"]:hover, .ph-contact-form .nf-form-content input[type="submit"]:hover { color: var(--ph-black) !important; background: var(--ph-yellow) !important; transform: translateY(-2px); }
.ph-contact-next-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .22); border-bottom: 1px solid rgba(255, 255, 255, .22); }
.ph-contact-next-grid article { min-height: 300px; border-right: 1px solid rgba(255, 255, 255, .22); padding: 30px; }
.ph-contact-next-grid article:last-child { border-right: 0; }
.ph-contact-next-grid span { color: var(--ph-yellow); font-size: 1.05rem; font-weight: 800; }
.ph-contact-next-grid h3 { margin: 52px 0 18px; font-family: var(--ph-serif); font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 500; }
.ph-contact-next-grid p { margin-bottom: 0; color: rgba(255, 255, 255, .68); }

@media (max-width: 1024px) {
	.ph-header-inner { min-height: 92px; }
	.ph-header { min-height: 92px; }
	.ph-logo { width: 185px; }
	.ph-mobile-controls { display: flex; }
	.ph-header .ph-menu-toggle { display: flex; align-items: center; gap: 10px; cursor: pointer; }
	.ph-menu-toggle > span:last-child { position: relative; width: 24px; height: 2px; background: currentColor; }
	.ph-menu-toggle > span:last-child::before, .ph-menu-toggle > span:last-child::after { position: absolute; left: 0; width: 24px; height: 2px; background: currentColor; content: ""; }
	.ph-menu-toggle:hover > span:last-child, .ph-menu-toggle:hover > span:last-child::before, .ph-menu-toggle:hover > span:last-child::after, .ph-menu-toggle:focus > span:last-child, .ph-menu-toggle:focus > span:last-child::before, .ph-menu-toggle:focus > span:last-child::after, .ph-menu-toggle:active > span:last-child, .ph-menu-toggle:active > span:last-child::before, .ph-menu-toggle:active > span:last-child::after { background: var(--ph-ink) !important; }
	.ph-menu-toggle > span:last-child::before { top: -7px; }
	.ph-menu-toggle > span:last-child::after { top: 7px; }
	.ph-has-submenu:hover .ph-submenu-chevron, .ph-has-submenu:focus-within .ph-submenu-chevron { transform: none; }
	.ph-has-submenu.is-open .ph-submenu-chevron { transform: rotate(180deg); }
	.ph-navigation { position: fixed; inset: 92px 0 0; overflow: auto; opacity: 0; visibility: hidden; background: var(--ph-white); transform: translateY(-8px); transition: all .2s ease; }
	.admin-bar .ph-navigation { top: 124px; }
	.ph-navigation.is-open { opacity: 1; visibility: visible; transform: none; }
	.ph-navigation > ul { display: block; width: min(calc(100% - 48px), var(--ph-shell)); margin: 30px auto; }
	.ph-navigation li { border-bottom: 1px solid var(--ph-line); }
	.ph-navigation a, .ph-navigation button { display: flex; width: 100%; justify-content: space-between; padding: 18px 0; font-size: 1.15rem; text-align: left; }
	.ph-navigation .ph-has-submenu > button { align-items: center; }
	.ph-navigation .ph-nav-cta { margin: 20px 0; padding: 15px 22px; justify-content: center; }
	.ph-navigation .ph-language-item { display: none; }
	.ph-submenu { position: static; display: none; width: auto; padding: 0 0 12px 22px; opacity: 1; visibility: visible; box-shadow: none; transform: none; }
	.ph-has-submenu.is-open .ph-submenu { display: block; }
	.ph-submenu li { border: 0; }
	.ph-footer-grid { grid-template-columns: 1fr 1fr; gap: 54px 40px; text-align: center; }
	.ph-footer-logo, .ph-footer-tagline { margin-inline: auto; }
	.ph-footer-connections, .ph-socials { justify-content: center; }
	.ph-footer-nav { display: grid; width: 100%; grid-template-columns: 50% 50%; align-items: start; gap: 12px 0; text-align: left; }
	.ph-footer-nav h2 { grid-column: 1 / -1; margin-bottom: 12px; text-align: center; }
	.ph-footer-nav a { font-size: .84rem; line-height: 1.4; }
	.ph-newsletter { width: min(100%, 680px); grid-column: 1 / -1; justify-self: center; }
	.ph-newsletter-row input { text-align: center; }
	.ph-newsletter > .ph-green-badge { margin-inline: auto; }
	.ph-footer-legal { align-items: center; flex-direction: column; text-align: center; }
	.ph-footer-legal > div { justify-content: center; text-align: center; }
	.ph-card-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ph-values-grid, .ph-rayonnement-grid { grid-template-columns: 1fr; }
	.ph-value-card, .ph-rayonnement-grid article { min-height: 260px; }
	.ph-value-card h2, .ph-rayonnement-grid h2 { margin-top: 55px; }
	.ph-team-grid { grid-template-columns: repeat(2, 1fr); }
	.ph-steps-grid { grid-template-columns: 1fr 1fr; }
	.ph-steps-grid article:nth-child(2) { border-right: 0; }
	.ph-steps-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--ph-line); }
	.ph-testimonial-grid { grid-template-columns: 1fr; }
	.ph-contact-intro .ph-two-column-intro { grid-template-columns: 1fr; align-items: start; gap: 28px; }
	.ph-contact-intro h2, .ph-contact-intro .ph-lead { max-width: 780px; }
	.ph-contact-layout { grid-template-columns: 1fr; }
	.ph-contact-details { position: static; min-height: 560px; }
}

@media (max-width: 720px) {
	body.ph-site { font-size: 16px; }
	.ph-shell { width: min(calc(100% - 32px), var(--ph-shell)); }
	.ph-section { padding: 72px 0; }
	.ph-home-hero, .ph-home-hero-inner { min-height: 680px; }
	.ph-home-hero { background-image: linear-gradient(90deg, rgba(8, 24, 32, .86), rgba(8, 24, 32, .48)), var(--hero-image); background-position: 62% center; }
	.ph-home-hero-copy { padding: 80px 0; }
	.ph-rotating-title { font-size: clamp(2.75rem, 15vw, 4.5rem); }
	.ph-button-row { align-items: stretch; flex-direction: column; }
	.ph-button-row .ph-button { width: 100%; }
	.ph-page-hero { min-height: 380px; }
	.ph-service-hero { min-height: 440px; }
	.ph-contact-hero { min-height: 400px; }
	.ph-page-hero-inner { padding: 78px 0 58px; }
	.ph-two-column, .ph-story-grid { grid-template-columns: 1fr; gap: 30px; }
	.ph-sticky-heading { position: static; }
	.ph-section-heading { align-items: flex-start; flex-direction: column; gap: 20px; margin-bottom: 38px; }
	.ph-service-gateway-grid { grid-template-columns: 1fr; }
	.ph-service-gateway { min-height: 460px; }
	.ph-service-gateway p { opacity: 1; transform: none; }
	.ph-card-grid-three { grid-template-columns: 1fr; }
	.ph-card-summary { position: static; padding: 0; opacity: 1; color: #5f5f5f; background: none; transform: none; }
	.ph-project-card .ph-card-summary { display: none; }
	.ph-values-grid, .ph-team-grid, .ph-steps-grid, .ph-model-grid, .ph-partner-grid, .ph-testimonial-grid-two, .ph-rayonnement-grid { grid-template-columns: 1fr; }
	.ph-team-grid { gap: 16px; }
	.ph-team-overlay { position: static; opacity: 1; background: #1d1d1d; transform: none; }
	.ph-team-card:hover img, .ph-team-card:focus img, .ph-team-card:focus-within img { filter: saturate(.86); transform: none; }
	.ph-steps-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--ph-line); }
	.ph-steps-grid article:nth-child(3) { border-bottom: 1px solid var(--ph-line); }
	.ph-steps-grid h3 { margin-top: 28px; }
	.ph-inline-cta, .ph-resource-cta-inner { align-items: flex-start; flex-direction: column; }
	.ph-accordion summary { grid-template-columns: 46px 1fr 38px; gap: 10px; }
	.ph-accordion-content { margin-left: 50px; }
	.ph-single-publication .elementor-post-navigation { grid-template-columns: 1fr !important; }
	.ph-project-gallery { grid-template-columns: 1fr; margin-bottom: 65px; }
	.ph-project-gallery img { min-height: 0; }
	.ph-contact-details { min-height: 0; border-radius: 16px; padding: 32px 24px; }
	.ph-contact-list { margin-top: 38px; }
	.ph-contact-item { grid-template-columns: 1fr; gap: 6px; }
	.ph-contact-calendar { width: 100%; margin-top: 8px; }
	.ph-contact-form-card { border-radius: 16px; padding: 34px 20px; }
	.ph-contact-next-grid { grid-template-columns: 1fr; }
	.ph-contact-next-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .22); padding: 28px 4px; }
	.ph-contact-next-grid article:last-child { border-bottom: 0; }
	.ph-contact-next-grid h3 { margin-top: 34px; }
	.ph-filters { flex-direction: column; }
	.ph-search { width: 100%; }
	.ph-footer-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
	.ph-newsletter { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.ph-accordion summary i::before, .ph-accordion summary i::after { transition: none; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.ph-site *, .ph-site *::before, .ph-site *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.ph-rotating-title span { position: static; display: none; opacity: 1; }
	.ph-rotating-title span:first-child { display: block; }
}
