:root {
  --ink: #101820;
  --ink-soft: #344252;
  --blue: #101820;
  --blue-dark: #07090c;
  --blue-soft: #f3efe8;
  --sand: #7f694f;
  --sand-dark: #7f694f;
  --sand-soft: #efe7dc;
  --sand-wash: #f8f4ee;
  --line: #dce3ea;
  --paper: #ffffff;
  --off: #f7f9fb;
  --black: #07090c;
  --max: 1180px;
  --title-font: "Avenir Next", Avenir, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  --title-letter-spacing: 0.14em;
  --small-title-letter-spacing: 0.22em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  --scroll-progress: 0%;
}

body {
  margin: 0;
  overflow-x: hidden;
  padding-top: 76px;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 70;
  width: var(--scroll-progress);
  height: 2px;
  background: linear-gradient(90deg, var(--sand), var(--sand-dark));
  content: "";
  transition: width 120ms linear;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: var(--title-letter-spacing);
  text-transform: uppercase;
}

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  width: 100%;
  max-width: 100vw;
  min-height: 76px;
  padding: 0 clamp(20px, 4vw, 56px);
  border-bottom: 1px solid rgba(16, 24, 32, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

#expertises,
.section,
.partners-section,
.contact-panel {
  scroll-margin-top: 88px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  font-weight: 700;
  color: var(--blue-dark);
}

.brand {
  align-self: stretch;
}

.brand img,
.footer-brand img {
  width: auto;
  height: auto;
  object-fit: contain;
}

.brand img {
  max-width: clamp(270px, 24vw, 352px);
  max-height: 52px;
}

.footer-brand img {
  max-width: 260px;
  max-height: 52px;
}

.brand span,
.footer-brand span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.35vw, 22px);
  font-size: 0.88rem;
  color: var(--ink-soft);
}

.main-nav a {
  position: relative;
  white-space: nowrap;
  padding: 27px 0;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  height: 2px;
  background: var(--sand);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-contact {
  color: var(--blue-dark);
  font-weight: 700;
}

.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-dark);
}

.main-nav .lang-switch,
.header-lang .lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 26px;
  padding: 0;
  border: 1px solid rgba(0, 43, 85, 0.14);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  transition:
    border-color 180ms ease,
    transform 180ms ease;
}

.main-nav .lang-switch::after,
.header-lang .lang-switch::after {
  display: none;
}

.main-nav .lang-switch svg,
.header-lang .lang-switch svg {
  width: 28px;
  height: 18px;
  display: block;
}

.main-nav .lang-switch span,
.header-lang .lang-switch span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.main-nav .lang-switch:hover,
.main-nav .lang-switch:focus-visible,
.header-lang .lang-switch:hover,
.header-lang .lang-switch:focus-visible {
  border-color: var(--blue);
  transform: translateY(-1px);
}

.header-lang {
  display: none;
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-link span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.main-nav .nav-social {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(0, 43, 85, 0.14);
  border-radius: 50%;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.main-nav .nav-social::after {
  display: none;
}

.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible {
  border-color: var(--blue);
  background: var(--blue-soft);
  color: var(--blue);
}

.menu-toggle {
  display: none;
  flex: 0 0 auto;
  margin-left: auto;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 6px auto;
  background: currentColor;
  transition: transform 180ms ease;
}

.hero {
  position: relative;
  --hero-shift: 0px;
  min-height: clamp(620px, 82vh, 820px);
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.84) 44%, rgba(255, 255, 255, 0.08) 78%),
    linear-gradient(90deg, rgba(127, 105, 79, 0.18), rgba(127, 105, 79, 0.34)),
    var(--hero-image);
  background-blend-mode: normal, color, normal;
  background-size: cover;
  background-position: center calc(50% + var(--hero-shift));
}

.page-hero {
  --hero-shift: 0px;
  background-color: #faf7f2;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.88) 42%, rgba(255, 255, 255, 0.06) 78%),
    linear-gradient(90deg, rgba(127, 105, 79, 0.22) 0%, rgba(127, 105, 79, 0.48) 48%, rgba(127, 105, 79, 0.64) 100%),
    var(--hero-image);
  background-blend-mode: normal, color, normal;
}

.page-a-propos .page-hero {
  min-height: clamp(310px, 40vh, 410px);
}

.page-a-propos .page-hero .hero-copy {
  padding-top: clamp(46px, 6vw, 66px);
  padding-bottom: clamp(46px, 6vw, 66px);
}

.hero-copy {
  width: min(980px, calc(100% - 40px));
  margin-left: clamp(20px, 7vw, 108px);
  padding: 84px 0;
}

.hero-copy::before {
  display: none;
  content: "";
}

.hero-copy .eyebrow::after {
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 18px;
  background: var(--sand);
  content: "";
  transform: scaleX(0.38);
  transform-origin: left;
  transition: transform 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-copy.reveal.is-visible .eyebrow::after {
  transform: scaleX(1);
}

.eyebrow {
  margin-bottom: 28px;
  color: var(--blue);
  font-size: 0.84rem;
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: var(--small-title-letter-spacing);
  text-transform: uppercase;
}

.section-heading .eyebrow::after,
.section-copy .eyebrow::after,
.partners-copy .eyebrow::after,
.onarp-copy .eyebrow::after,
.contact-intro .eyebrow::after,
.legal-wrap > .eyebrow::after {
  display: block;
  width: 52px;
  height: 2px;
  margin-top: 14px;
  background: var(--sand);
  content: "";
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.is-visible .eyebrow::after,
.legal-wrap.reveal.is-visible > .eyebrow::after {
  transform: scaleX(1);
}

.hero-copy .eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.24em;
}

h1 {
  max-width: 780px;
  font-size: clamp(1.72rem, 3.55vw, 3.16rem);
  line-height: 1.14;
  color: var(--blue-dark);
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
}

.hero-copy > p:empty {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.google-rating-badge {
  position: absolute;
  top: clamp(36px, 6vw, 78px);
  right: clamp(20px, 7vw, 108px);
  z-index: 2;
  display: grid;
  gap: 6px;
  min-width: 196px;
  padding: 16px 18px;
  border: 1px solid rgba(127, 105, 79, 0.42);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.68);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  text-align: left;
}

.google-rating-badge[hidden],
.google-reviews-section[hidden] {
  display: none;
}

.google-rating-score,
.google-review-summary > div,
.google-review-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.google-rating-score strong,
.google-review-summary strong {
  color: #ffffff;
  font-family: var(--title-font);
  font-size: 1.55rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
}

.google-stars {
  --rating-fill: 100%;
  background: linear-gradient(90deg, var(--sand) var(--rating-fill), rgba(255, 255, 255, 0.24) var(--rating-fill));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.96rem;
  letter-spacing: 0.08em;
}

.google-rating-badge p,
.google-review-summary p {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: var(--title-font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--blue-dark);
  color: #fff;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #1b1b1b;
}

.button.secondary {
  border-color: rgba(16, 24, 32, 0.18);
  background: #fff;
  color: var(--blue-dark);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(127, 105, 79, 0.55);
  background: #fff;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--sand-wash);
}

.trust-band article {
  display: flex;
  min-width: 0;
  min-height: 138px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: clamp(24px, 3vw, 42px);
  border-right: 1px solid var(--line);
  text-align: center;
}

.trust-band article:last-child {
  border-right: 0;
}

.trust-band h3 {
  color: var(--sand);
  font-size: 1.15rem;
  font-weight: 500;
}

.trust-band p {
  margin-top: 8px;
  color: var(--ink-soft);
  text-wrap: balance;
}

.audience-section {
  padding-top: clamp(46px, 5.8vw, 72px);
  padding-bottom: clamp(38px, 5vw, 60px);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.audience-grid.compact {
  grid-template-columns: repeat(4, 1fr);
}

.audience-card {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 12px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.audience-card:hover {
  border-color: rgba(127, 105, 79, 0.76);
  box-shadow: 0 20px 55px rgba(16, 24, 32, 0.08);
}

.audience-card:hover .pictogram,
.audience-card:focus-visible .pictogram {
  transform: none;
}

.audience-card h3 {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.28;
}

.audience-card .pictogram {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--sand-dark);
  transition: transform 180ms ease;
}

.audience-card .pictogram svg {
  width: 24px;
  height: 24px;
  stroke-width: 1.75;
}

.method-section {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.method-section .section-copy {
  order: 2;
  justify-self: end;
  max-width: 560px;
}

.method-section .timeline {
  order: 1;
}

.google-reviews-section {
  padding-top: clamp(18px, 3vw, 38px);
}

.google-review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  margin-bottom: clamp(18px, 3vw, 28px);
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
}

.google-review-summary a {
  margin-left: auto;
  color: var(--sand);
  font-weight: 700;
}

.google-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.google-review-card {
  display: grid;
  gap: 16px;
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
}

.google-review-card-head {
  justify-content: space-between;
  gap: 16px;
}

.google-review-card-head strong {
  color: #ffffff;
  line-height: 1.2;
}

.google-review-card-head span {
  flex: 0 0 auto;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.google-review-card p {
  color: var(--ink-soft);
}

.google-review-card small {
  align-self: end;
  color: var(--sand);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 25px;
  width: 1px;
  background: linear-gradient(var(--sand), rgba(127, 105, 79, 0.12));
  content: "";
}

.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.timeline-step:hover {
  border-color: rgba(127, 105, 79, 0.74);
  box-shadow: 0 20px 55px rgba(16, 24, 32, 0.07);
}

.timeline-step span {
  z-index: 1;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(127, 105, 79, 0.64);
  border-radius: 50%;
  background: var(--sand-soft);
  color: var(--sand-dark);
  font-weight: 700;
}

.timeline-step h3 {
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.22rem);
  line-height: 1.28;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 6vw, 78px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(36px, 4.6vw, 64px);
}

.audience-section .section-heading,
.service-audience .section-heading {
  max-width: 1040px;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.section-heading h2,
.section-copy h2,
.partners-copy h2,
.onarp-copy h2,
.contact-intro h2,
.legal-wrap h1 {
  margin-bottom: 0;
  text-wrap: pretty;
}

.section-heading + .service-grid,
.section-heading + .audience-grid,
.section-heading + .feature-list,
.section-heading + .service-feature-grid,
.section-copy + .timeline,
.partners-copy + .partners-grid {
  margin-top: clamp(10px, 1.6vw, 24px);
}

main > .section + .section {
  padding-top: clamp(22px, 3.4vw, 46px);
}

.service-audience {
  padding-bottom: clamp(22px, 3.4vw, 44px);
}

.service-audience + .section {
  padding-top: clamp(18px, 3vw, 38px);
}

.section + .contact-panel {
  padding-top: clamp(26px, 3.8vw, 52px);
}

.section h2,
.partners-section h2 {
  max-width: 850px;
  color: var(--ink);
  font-size: clamp(1.32rem, 2.02vw, 2.08rem);
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: var(--title-letter-spacing);
  text-transform: uppercase;
}

.section-copy > p:not(.eyebrow),
.partners-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow),
.section-heading + p {
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.section-copy > p:not(.eyebrow) {
  margin-top: 22px;
}

.onarp-section {
  display: grid;
  grid-template-columns: minmax(0, 680px) minmax(260px, 1fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  padding-top: clamp(34px, 4.6vw, 58px);
  padding-bottom: clamp(8px, 2vw, 24px);
}

.onarp-copy {
  justify-self: start;
  max-width: 680px;
  text-align: left;
}

.onarp-copy h2 {
  max-width: 640px;
  margin: 0;
  text-align: left;
}

.onarp-badge {
  display: grid;
  justify-self: center;
  place-items: center;
  width: fit-content;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.onarp-badge:hover,
.onarp-badge:focus-visible {
  opacity: 0.82;
  transform: translateY(-2px);
}

.onarp-badge img {
  width: min(370px, 100%);
  height: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2vw, 24px);
  background: transparent;
  border: 0;
  align-items: stretch;
}

.service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  min-height: 410px;
  padding: clamp(26px, 3vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 24, 32, 0.06);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card span {
  position: absolute;
  right: clamp(20px, 3vw, 34px);
  top: clamp(18px, 3vw, 30px);
  z-index: 0;
  color: rgba(127, 105, 79, 0.38);
  font-size: clamp(4.8rem, 9vw, 8.2rem);
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-shadow: 0 0 26px rgba(127, 105, 79, 0.18);
  transition: transform 220ms ease;
}

.home-expertise-section .service-card span {
  right: clamp(18px, 2.4vw, 28px);
  top: clamp(18px, 2.4vw, 26px);
  font-size: clamp(2.55rem, 4vw, 4.1rem);
  line-height: 0.9;
}

.home-expertise-section .service-card h3 {
  padding-top: clamp(56px, 5.4vw, 74px);
}

.service-card::after {
  position: absolute;
  right: clamp(22px, 3vw, 38px);
  bottom: clamp(22px, 3vw, 38px);
  width: 52px;
  height: 2px;
  background: var(--sand);
  content: "";
  opacity: 0.72;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(127, 105, 79, 0.78);
  background: #fffaf4;
  box-shadow: 0 28px 70px rgba(16, 24, 32, 0.1);
}

.service-card:hover span,
.feature-item:hover span {
  transform: none;
}

.feature-item span {
  color: var(--sand);
  font-weight: 700;
}

.service-card h3 {
  margin-top: 0;
  padding-top: clamp(58px, 7vw, 86px);
  color: var(--blue-dark);
  font-size: clamp(1.1rem, 1.58vw, 1.46rem);
  line-height: 1.2;
}

.pictogram {
  display: inline-grid;
  width: 48px;
  height: 48px;
  margin-top: 24px;
  place-items: center;
  border: 1px solid rgba(127, 105, 79, 0.5);
  border-radius: 50%;
  color: var(--ink);
  background: var(--sand-soft);
}

.pictogram svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.service-bullets,
.bullet-list {
  display: grid;
  align-content: start;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.45;
}

.service-bullets li,
.bullet-list li {
  position: relative;
  display: block;
  padding-left: 16px;
  min-height: 0;
}

.service-bullets li::before,
.bullet-list li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--sand);
  border-radius: 50%;
  content: "";
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  gap: clamp(36px, 7vw, 92px);
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
}

.split.reverse .section-media {
  order: 2;
}

.section-media {
  overflow: hidden;
  border-radius: 6px;
  background: var(--sand-soft);
}

.section-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 500ms ease;
}

.section-media:hover img {
  transform: scale(1.025);
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
}

.check-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 14px;
  height: 2px;
  background: var(--sand);
  content: "";
}

.partners-section {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(44px, 6vw, 78px) 0;
  background: transparent;
  color: #fff;
}

.partners-copy {
  order: 2;
  justify-self: end;
  max-width: 560px;
}

.partners-section .eyebrow {
  color: #ffffff;
}

.partners-copy p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.partners-copy h2 {
  max-width: 560px;
  color: #fff;
}

.partners-grid {
  order: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
}

.partner-logo {
  position: relative;
  display: grid;
  min-height: 148px;
  place-items: center;
  overflow: hidden;
  padding: 24px;
  background: #101318;
  transition:
    background 240ms ease,
    box-shadow 240ms ease;
}

.partner-logo::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(127, 105, 79, 0.16), transparent 58%);
  content: "";
  opacity: 0;
  transition: opacity 240ms ease;
}

.partner-logo img {
  position: relative;
  z-index: 1;
  max-width: min(170px, 80%);
  max-height: 64px;
  object-fit: contain;
  filter: grayscale(0.1);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.partner-logo span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  text-align: center;
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.partner-logo:hover,
.partner-logo:focus-visible {
  background: #151922;
}

.partner-logo:hover::before,
.partner-logo:focus-visible::before {
  opacity: 1;
}

.partner-logo:hover img,
.partner-logo:focus-visible img {
  opacity: 0.5;
  transform: scale(0.96);
}

.partner-logo:hover span,
.partner-logo:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.feature-list {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.service-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.feature-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  min-height: 310px;
  overflow: hidden;
  padding: clamp(28px, 3.1vw, 40px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(16, 24, 32, 0.04);
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.feature-item:hover {
  border-color: rgba(127, 105, 79, 0.52);
  box-shadow: 0 18px 48px rgba(16, 24, 32, 0.065);
}

.feature-item > * {
  position: relative;
  z-index: 1;
}

.feature-item span {
  position: absolute;
  right: 24px;
  top: 22px;
  z-index: 0;
  color: rgba(127, 105, 79, 0.36);
  font-size: clamp(3.6rem, 5.8vw, 5.8rem);
  line-height: 0.82;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-shadow: 0 0 22px rgba(127, 105, 79, 0.18);
  transition: transform 220ms ease;
}

.feature-item h2 {
  padding-top: 62px;
  font-size: clamp(1rem, 1.22vw, 1.28rem);
  line-height: 1.24;
}

.feature-item p,
.feature-copy {
  color: var(--ink-soft);
  font-size: 1.04rem;
}

.service-price {
  display: block;
  margin-top: 18px;
  color: var(--sand);
  font-weight: 400;
}

.service-subtitle {
  display: block;
  margin-top: 8px;
  color: rgba(200, 205, 211, 0.72);
  font-size: 0.78em;
  font-weight: 400;
}

.service-quote {
  display: block;
  margin-bottom: 16px;
  color: rgba(200, 205, 211, 0.72);
  font-size: 0.92rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

.service-quote::before {
  content: "« ";
}

.service-quote::after {
  content: " »";
}

.service-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 1.1em;
  color: var(--ink-soft);
}

.service-points li {
  padding-left: 2px;
}

.seo-intro {
  padding-bottom: clamp(18px, 2.8vw, 34px);
}

.seo-intro .section-heading {
  max-width: 980px;
  margin-bottom: 0;
}

.intervention-zone.with-map {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 0.98fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.intervention-zone .section-heading {
  justify-self: start;
  margin-bottom: 0;
  text-align: left;
}

.intervention-zone h3 {
  max-width: 920px;
  margin-top: 18px;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.36vw, 1.18rem);
  line-height: 1.35;
  font-weight: 500;
}

.intervention-zone .section-heading > p:not(.eyebrow) {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 1.05rem;
  line-height: 1.7;
}

.europe-map-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(127, 105, 79, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 44% 58%, rgba(127, 105, 79, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
}

.europe-map-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.europe-map-card img {
  display: block;
  width: 100%;
  height: auto;
}

.map-sea {
  fill: transparent;
}

.map-neighbours path {
  fill: rgba(255, 255, 255, 0.07);
  stroke: rgba(255, 255, 255, 0.24);
  stroke-width: 1.6;
}

.map-borders path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.16);
  stroke-width: 1.1;
}

.map-country {
  stroke: rgba(255, 255, 255, 0.78);
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.map-country.france {
  fill: rgba(127, 105, 79, 0.62);
}

.map-country.suisse {
  fill: rgba(127, 105, 79, 0.82);
}

.map-line {
  fill: none;
  stroke: rgba(127, 105, 79, 0.85);
  stroke-dasharray: 5 8;
  stroke-width: 2;
}

.map-pin {
  fill: #c91f24;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-width: 3;
}

.map-pin-halo {
  fill: rgba(201, 31, 36, 0.24);
  stroke: rgba(201, 31, 36, 0.22);
  stroke-width: 2;
}

.map-label {
  fill: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 700;
}

.map-label.country-label {
  fill: rgba(0, 0, 0, 0.8);
  font-size: 20px;
}

.map-label.country-label.small {
  font-size: 15px;
}

.map-label.city-label {
  fill: #ffffff;
  paint-order: stroke;
  stroke: rgba(0, 0, 0, 0.58);
  stroke-width: 4px;
}

.map-label.muted {
  fill: rgba(255, 255, 255, 0.44);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.seo-detail {
  padding-top: clamp(32px, 4vw, 56px);
}

.seo-columns,
.related-grid,
.blog-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}

.seo-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-card,
.related-card,
.blog-card,
.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.seo-card {
  padding: clamp(22px, 2.6vw, 34px);
}

.seo-card h3 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(0.98rem, 1.36vw, 1.2rem);
  line-height: 1.26;
}

.bullet-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
}

.bullet-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
}

.bullet-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sand);
  content: "";
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.3;
}

.faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.related-card,
.blog-card {
  display: grid;
  align-content: start;
  min-height: 148px;
  padding: clamp(20px, 2.5vw, 30px);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible {
  border-color: rgba(127, 105, 79, 0.72);
  background: rgba(127, 105, 79, 0.075);
  transform: translateY(-2px);
}

.related-card span,
.blog-card span {
  margin-bottom: 20px;
  color: var(--sand);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.related-card strong,
.blog-card h3 {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.4vw, 1.28rem);
  line-height: 1.2;
}

.blog-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.blog-card {
  min-height: 250px;
}

.blog-card p {
  margin-top: 18px;
  color: var(--ink-soft);
  line-height: 1.6;
}

.blog-admin-hero {
  min-height: auto;
}

.page-seo:not(.blog-authenticated),
.page-blog:not(.blog-authenticated) {
  padding-top: 0;
  background: #000000;
}

.page-seo:not(.blog-authenticated) .site-header,
.page-seo:not(.blog-authenticated) .footer,
.page-blog:not(.blog-authenticated) .site-header,
.page-blog:not(.blog-authenticated) .footer {
  display: none;
}

.page-seo:not(.blog-authenticated) [data-blog-dashboard],
.page-blog:not(.blog-authenticated) [data-blog-dashboard] {
  display: none !important;
}

.page-seo.blog-authenticated [data-blog-login],
.page-blog.blog-authenticated [data-blog-login] {
  display: none !important;
}

.blog-admin {
  padding-top: clamp(34px, 5vw, 64px);
}

.blog-login {
  width: min(520px, calc(100vw - 32px));
  min-height: 100dvh;
  margin: 0 auto;
  align-content: center;
  background: #000000;
  border: 0;
  box-shadow: none;
}

.blog-login h1 {
  margin-bottom: 8px;
  font-size: clamp(1.42rem, 3.2vw, 2.12rem);
}

.blog-login h2,
.blog-editor h2 {
  color: var(--ink);
  font-size: clamp(1.12rem, 1.62vw, 1.58rem);
}

.blog-dashboard {
  display: grid;
  gap: clamp(24px, 4vw, 46px);
}

.blog-admin-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 2fr);
  gap: clamp(20px, 3vw, 38px);
  align-items: start;
}

.blog-admin-list {
  display: grid;
  gap: 12px;
}

.blog-admin-list [data-blog-list] {
  display: grid;
  gap: 10px;
}

.blog-admin-item {
  display: grid;
  gap: 6px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--ink);
  padding: 14px;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.blog-admin-item:hover,
.blog-admin-item:focus-visible,
.blog-admin-item.is-active {
  border-color: rgba(127, 105, 79, 0.72);
  background: rgba(127, 105, 79, 0.09);
}

.blog-admin-item span {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.blog-editor {
  gap: 16px;
}

.seo-settings-form {
  max-width: 780px;
}

.seo-settings-form h2 {
  font-size: clamp(1.12rem, 1.62vw, 1.5rem);
}

.blog-editor textarea[name="contentHtml"] {
  min-height: 300px;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.9rem;
}

.blog-editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.article-content {
  max-width: 920px;
}

.blog-article-hero {
  min-height: clamp(360px, 54vh, 560px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center calc(50% + var(--hero-shift));
}

.blog-article-hero .hero-copy {
  padding-top: clamp(60px, 8vw, 96px);
  padding-bottom: clamp(60px, 8vw, 96px);
}

.blog-article-hero h1 {
  max-width: 980px;
  font-size: clamp(1.62rem, 3.3vw, 2.82rem);
  text-wrap: pretty;
}

.blog-article-content {
  max-width: 1040px;
  padding-top: clamp(54px, 7vw, 84px);
}

.blog-article-content h2 {
  max-width: 900px;
  margin: clamp(34px, 5vw, 60px) auto 18px;
  color: var(--ink);
  font-size: clamp(1.16rem, 1.78vw, 1.68rem);
  line-height: 1.24;
  text-wrap: pretty;
}

.blog-article-content h2:first-child {
  margin-top: 0;
}

.blog-article-content p,
.blog-article-content ul,
.blog-article-content ol,
.blog-article-content blockquote {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.blog-article-content p {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.35vw, 1.16rem);
  line-height: 1.85;
}

.blog-article-content p + p {
  margin-top: 22px;
}

.blog-article-content ul,
.blog-article-content ol {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding-left: 24px;
  color: var(--ink-soft);
  line-height: 1.75;
}

.blog-article-content li::marker {
  color: var(--sand);
}

.blog-article-cta {
  margin-top: clamp(34px, 5vw, 54px) !important;
}

.article-section + .article-section {
  margin-top: clamp(34px, 5vw, 58px);
}

.article-section h2 {
  margin-bottom: 18px;
}

.article-section p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.08rem;
  line-height: 1.75;
}

.seo-proof-band {
  margin-top: 0;
}

.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5.5vw, 72px);
  align-items: start;
}

.contact-panel .contact-form {
  order: 1;
}

.contact-panel .contact-intro {
  order: 2;
}

.contact-intro h2 {
  margin-bottom: 22px;
}

.contact-lines {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--blue-dark);
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--sand-wash);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cbd5df;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  padding: 12px 13px;
  font-weight: 400;
}

.contact-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--sand-dark) 50%), linear-gradient(135deg, var(--sand-dark) 50%, transparent 50%);
  background-position: calc(100% - 18px) 21px, calc(100% - 12px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

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

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 2px solid rgba(127, 105, 79, 0.32);
  border-color: var(--sand);
}

.form-alert {
  padding: 12px 14px;
  border-left: 4px solid var(--blue);
  background: #fff;
  color: var(--blue-dark);
  font-weight: 700;
}

.form-hint {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.sr-only,
.form-honeypot {
  position: absolute;
  left: 0;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.footer {
  padding: 56px clamp(20px, 6vw, 76px) 26px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.15fr) repeat(3, minmax(160px, 0.5fr));
  gap: 36px;
  max-width: var(--max);
  margin: 0 auto;
}

.footer p,
.footer a {
  color: var(--ink-soft);
}

.footer h4 {
  margin-bottom: 12px;
  color: var(--ink);
}

.footer-brand {
  margin-bottom: 16px;
}

.footer .footer-social {
  width: 38px;
  height: 38px;
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--blue-dark);
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.footer .footer-social:hover,
.footer .footer-social:focus-visible {
  border-color: var(--blue);
  background: var(--blue-soft);
  color: var(--blue);
}

.footer-link {
  margin-top: 14px;
  font-weight: 700;
}

.footer-copy {
  max-width: var(--max);
  margin: 42px auto 0;
  color: #657385;
  font-size: 0.85rem;
  text-align: center;
}

.orus-logo {
  width: 132px;
  height: auto;
  margin-top: 16px;
}

.legal-hero {
  padding: clamp(90px, 12vw, 150px) 20px clamp(54px, 8vw, 88px);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, var(--sand-soft), #fff);
}

.legal-wrap {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.legal-wrap h1 {
  font-size: clamp(1.72rem, 3.5vw, 3.05rem);
  line-height: 1.14;
}

.legal-wrap > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 24px;
  color: var(--ink-soft);
  font-size: 1.15rem;
}

.legal-content {
  display: grid;
  gap: 1px;
  padding: 0;
  margin-top: clamp(64px, 8vw, 96px);
  margin-bottom: clamp(64px, 8vw, 96px);
  border: 1px solid var(--line);
  background: var(--line);
}

.legal-content article {
  display: grid;
  grid-template-columns: minmax(210px, 0.35fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 48px);
  padding: clamp(26px, 4vw, 44px);
  background: #fff;
}

.legal-content h2 {
  color: var(--blue-dark);
  font-size: clamp(1rem, 1.42vw, 1.3rem);
  line-height: 1.24;
}

.legal-content p {
  color: var(--ink-soft);
}

.legal-content a {
  color: var(--blue-dark);
  font-weight: 700;
}

.about-leader {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.88fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.portrait-card {
  display: grid;
  place-items: center;
}

.portrait-card img {
  width: min(360px, 78vw);
  aspect-ratio: 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 32%;
  border: 1px solid rgba(127, 105, 79, 0.65);
  box-shadow: 0 28px 80px rgba(16, 24, 32, 0.1);
}

.quote-card {
  position: relative;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(127, 105, 79, 0.48);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(16, 24, 32, 0.07);
}

.quote-card::before {
  position: absolute;
  top: 8px;
  right: 28px;
  color: rgba(127, 105, 79, 0.34);
  content: "“";
  font-size: clamp(4.2rem, 8.5vw, 6.8rem);
  line-height: 1;
  font-weight: 700;
}

.leader-quote blockquote {
  position: relative;
  margin: 0;
  color: var(--ink);
  font-family: var(--title-font);
  font-size: clamp(1.12rem, 1.78vw, 1.8rem);
  line-height: 1.24;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signature {
  margin-top: 28px;
  color: var(--ink);
  font-weight: 700;
}

.signature span {
  color: var(--ink-soft);
  font-weight: 500;
}

.about-company {
  padding-top: clamp(22px, 3.8vw, 52px);
}

.about-text-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.34fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.about-text {
  display: grid;
  gap: 20px;
  max-width: 880px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.reveal,
.motion-item {
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 860ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 860ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 860ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
  will-change: opacity, filter, transform;
}

.reveal.is-visible,
.motion-item.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
}

.section-heading.reveal,
.section-copy.reveal,
.contact-intro.reveal,
.partners-copy.reveal,
.onarp-copy.reveal {
  transform: translateY(14px);
}

.service-card.reveal,
.feature-item.reveal,
.audience-card.reveal,
.timeline-step.reveal,
.trust-band article.reveal {
  transform: translateY(24px);
}

.service-card.reveal.is-visible,
.feature-item.reveal.is-visible,
.audience-card.reveal.is-visible,
.timeline-step.reveal.is-visible,
.trust-band article.reveal.is-visible {
  transform: translateY(0);
}

.service-card.reveal.is-visible:hover,
.feature-item.reveal.is-visible:hover,
.audience-card.reveal.is-visible:hover,
.timeline-step.reveal.is-visible:hover {
  transform: translateY(-4px);
}

.service-card,
.audience-card,
.feature-item,
.timeline-step,
.partner-logo,
.button,
.lang-switch,
.nav-social {
  will-change: transform;
}

.button:active,
.service-card:active,
.audience-card:active,
.feature-item:active {
  transform: translateY(0) scale(0.99);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1240px) {
  body {
    padding-top: 72px;
  }

  .site-header {
    gap: 16px;
    min-height: 72px;
    padding-right: 128px;
  }

  .header-lang {
    position: absolute;
    top: 50%;
    right: 76px;
    display: flex;
    transform: translateY(-50%);
  }

  .menu-toggle {
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    flex: 0 0 auto;
    transform: translateY(-50%);
  }

  .brand {
    min-width: 0;
    max-width: 100%;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: calc(100dvh - 72px);
    display: none;
    align-content: start;
    gap: 0;
    padding: 20px;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 28px 70px rgba(16, 24, 32, 0.1);
    transform: none;
  }

  .menu-open .main-nav {
    display: grid;
  }

  .main-nav a {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.12rem;
  }

  .main-nav a::after {
    display: none;
  }

  .main-nav .lang-switch {
    display: none;
  }

  .main-nav .nav-social {
    margin-top: 14px;
    border-bottom: 1px solid rgba(0, 43, 85, 0.14);
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    align-items: end;
    --active-hero-image: var(--hero-image-mobile, var(--hero-image));
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.94) 56%, #fff 100%),
      linear-gradient(180deg, rgba(127, 105, 79, 0.38), rgba(127, 105, 79, 0.1)),
      var(--active-hero-image);
    background-position: center top;
  }

  .page-hero {
    --active-hero-image: var(--hero-image-mobile, var(--hero-image));
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.92) 56%, #fff 100%),
      linear-gradient(180deg, rgba(127, 105, 79, 0.56) 0%, rgba(127, 105, 79, 0.28) 55%, rgba(127, 105, 79, 0.08) 100%),
      var(--active-hero-image);
    background-blend-mode: normal, color, normal;
  }

  .hero-copy {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: clamp(290px, 45vh, 370px) 0 64px;
  }

  .google-rating-badge {
    top: 18px;
    right: 20px;
    width: auto;
    min-width: 0;
    padding: 10px 12px;
    --rating-translate: 0;
    transform: translateX(var(--rating-translate));
    text-align: center;
  }

  .google-rating-score {
    gap: 7px;
  }

  .google-rating-score strong {
    font-size: 1.18rem;
  }

  .google-stars {
    font-size: 0.72rem;
    letter-spacing: 0.04em;
  }

  .google-rating-badge p {
    font-size: 0.72rem;
  }

  .google-rating-badge.reveal {
    transform: translateX(var(--rating-translate)) translate3d(0, 22px, 0);
  }

  .google-rating-badge.reveal.is-visible {
    transform: translateX(var(--rating-translate)) translate3d(0, 0, 0);
  }

  .google-rating-score {
    justify-content: center;
  }

  .section-heading {
    margin-bottom: clamp(32px, 5vw, 56px);
  }

  .audience-section .section-heading,
  .service-audience .section-heading {
    margin-bottom: clamp(38px, 6vw, 64px);
  }

  .page-a-propos .page-hero {
    min-height: auto;
  }

  .page-a-propos .page-hero .hero-copy {
    padding: 128px 0 42px;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-card h3 {
    padding-top: 64px;
  }

  .trust-band,
  .service-grid,
  .audience-grid,
  .audience-grid.compact,
  .method-section,
  .google-reviews-grid,
  .about-leader,
  .about-text-wrap,
  .intervention-zone.with-map,
  .seo-columns,
  .related-grid,
  .blog-grid,
  .service-feature-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-band article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-band article:last-child {
    border-bottom: 0;
  }

  .split,
  .split.reverse,
  .partners-section,
  .onarp-section,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .partners-copy,
  .partners-grid,
  .method-section .section-copy,
  .method-section .timeline,
  .contact-panel .contact-form,
  .contact-panel .contact-intro {
    order: initial;
  }

  .partners-copy,
  .method-section .section-copy {
    justify-self: stretch;
  }

  .onarp-badge {
    justify-self: center;
  }

  .split.reverse .section-media {
    order: 0;
  }

  .feature-item {
    min-height: auto;
  }

  .feature-item h2 {
    padding-top: 62px;
  }

  .legal-content article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
    padding-top: 68px;
  }

  .site-header {
    min-height: 68px;
    padding: 0 116px 0 16px;
  }

  .header-lang {
    right: 66px;
  }

  .menu-toggle {
    right: 14px;
  }

  .brand img {
    max-width: min(252px, calc(100vw - 148px));
    max-height: 44px;
  }

  .main-nav {
    top: 100%;
    height: calc(100dvh - 68px);
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    width: calc(100% - 32px);
    padding: 260px 0 46px;
  }

  .hero-copy::before {
    display: none;
  }

  .hero-copy .eyebrow::after {
    width: 56px;
    height: 3px;
    margin-top: 14px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 0.68rem;
    letter-spacing: 0.16em;
  }

  h1 {
    font-size: clamp(1.32rem, 6.2vw, 1.9rem);
    line-height: 1.16;
    letter-spacing: 0.085em;
  }

  .hero-copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    justify-content: center;
  }

  .section {
    width: calc(100% - 32px);
    padding: 42px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .audience-section .section-heading,
  .service-audience .section-heading {
    margin-bottom: 38px;
  }

  .section h2,
  .partners-section h2,
  h1 {
    overflow-wrap: anywhere;
  }

  main > .section + .section,
  .service-audience + .section,
  .section + .contact-panel {
    padding-top: 24px;
  }

  .section h2,
  .partners-section h2 {
    font-size: clamp(1.12rem, 5vw, 1.58rem);
    letter-spacing: 0.085em;
  }

  .service-card {
    padding: 26px 22px;
  }

  .service-grid,
  .audience-grid,
  .audience-grid.compact,
  .feature-list,
  .service-feature-grid,
  .seo-columns,
  .related-grid,
  .blog-grid {
    gap: 14px;
  }

  .related-card,
  .blog-card {
    min-height: auto;
  }

  .europe-map-card {
    max-width: 560px;
    margin: 0 auto;
  }

  .intervention-zone .section-heading {
    justify-self: stretch;
  }

  .faq-item summary {
    padding: 18px 18px;
  }

  .faq-item p {
    padding: 0 18px 18px;
  }

  .audience-card {
    min-height: auto;
    padding: 14px 16px;
  }

  .timeline::before {
    left: 21px;
  }

  .timeline-step {
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 18px;
  }

  .timeline-step span {
    width: 44px;
    height: 44px;
  }

  .google-review-summary {
    display: grid;
  }

  .google-review-summary a {
    margin-left: 0;
  }

  .google-review-card {
    min-height: auto;
    padding: 20px;
  }

  .google-review-card-head {
    align-items: flex-start;
  }

  .portrait-card img {
    width: min(280px, 72vw);
  }

  .partners-section {
    padding: 42px 16px;
  }

  .onarp-badge img {
    width: min(240px, 72vw);
  }

  .partner-logo {
    min-height: 128px;
  }

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

  .footer {
    padding: 44px 16px 24px;
  }

  .footer-brand img {
    max-width: min(248px, 72vw);
    max-height: 46px;
  }

  .legal-hero {
    padding: 74px 16px 46px;
  }

  .legal-content {
    width: calc(100% - 32px);
    margin-top: 54px;
    margin-bottom: 54px;
  }

  .blog-admin-layout {
    grid-template-columns: 1fr;
  }

  .blog-editor-actions {
    display: grid;
  }

  .blog-editor-actions .button {
    width: 100%;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 22px 16px;
  }
}

/* Prestige dark theme */
:root {
  --ink: #ffffff;
  --ink-soft: #c8cdd3;
  --blue: #ffffff;
  --blue-dark: #ffffff;
  --blue-soft: #0b0b0b;
  --sand: #7f694f;
  --sand-dark: #7f694f;
  --sand-soft: #14100c;
  --sand-wash: #090705;
  --line: rgba(255, 255, 255, 0.16);
  --paper: #000000;
  --off: #050505;
  --black: #000000;
}

body,
.site-header,
.footer,
.legal-hero {
  background: #000000;
}

.site-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.main-nav,
.main-nav a,
.footer p,
.footer a,
.footer-copy,
.form-hint,
.legal-content p,
.about-text,
.feature-item p,
.feature-copy,
.service-bullets,
.bullet-list,
.trust-band p,
.section-copy > p:not(.eyebrow),
.partners-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow),
.section-heading + p,
.signature span {
  color: var(--ink-soft);
}

.nav-contact,
.social-link,
.footer h4,
.footer .footer-social,
.legal-content h2,
.legal-content a,
.contact-lines,
.trust-band h3,
.audience-card h3,
.service-card h3,
.section h2,
.partners-section h2,
.timeline-step h3,
.leader-quote blockquote,
.signature,
h1 {
  color: #ffffff;
}

.trust-band h3 {
  color: var(--sand);
}

.hero,
.page-hero {
  background-color: #000000;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.34) 78%),
    linear-gradient(90deg, rgba(127, 105, 79, 0.24), rgba(127, 105, 79, 0.38)),
    radial-gradient(circle at 78% 24%, rgba(127, 105, 79, 0.16), transparent 38%),
    var(--hero-image);
  background-blend-mode: normal, color, screen, normal;
}

.button.primary {
  border-color: var(--sand);
  background: var(--sand);
  color: #000000;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: #7f694f;
}

.button.secondary {
  border-color: rgba(127, 105, 79, 0.55);
  background: #000000;
  color: #ffffff;
}

.button.secondary:hover,
.button.secondary:focus-visible {
  background: rgba(127, 105, 79, 0.12);
}

.trust-band,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.form-alert,
.quote-card,
.legal-content article,
.section-media {
  background: #030303;
  border-color: rgba(255, 255, 255, 0.12);
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.audience-card:hover,
.timeline-step:hover {
  background: #060504;
  border-color: rgba(127, 105, 79, 0.42);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border-color: rgba(255, 255, 255, 0.18);
  background-color: #000000;
  color: #ffffff;
}

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

.form-alert {
  border-left-color: var(--sand);
  color: #ffffff;
}

.footer {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.footer .footer-social,
.main-nav .nav-social,
.main-nav .lang-switch,
.header-lang .lang-switch {
  border-color: rgba(255, 255, 255, 0.18);
  background: #000000;
}

.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible,
.footer .footer-social:hover,
.footer .footer-social:focus-visible {
  background: rgba(127, 105, 79, 0.12);
  color: #ffffff;
}

.brand img,
.footer-brand img {
  filter: drop-shadow(0 0 14px rgba(127, 105, 79, 0.14));
}

.portrait-card img {
  filter: brightness(0.72) contrast(1.08) saturate(0.88);
}

.orus-logo {
  opacity: 0.94;
}

.main-nav .lang-switch,
.header-lang .lang-switch {
  width: 30px;
  height: 22px;
  border-radius: 3px;
}

.main-nav .lang-switch svg,
.header-lang .lang-switch svg {
  width: 24px;
  height: 16px;
}

.main-nav .lang-switch:hover,
.main-nav .lang-switch:focus-visible,
.header-lang .lang-switch:hover,
.header-lang .lang-switch:focus-visible,
.button:hover,
.button:focus-visible,
.audience-card:hover,
.timeline-step:hover,
.onarp-badge:hover,
.onarp-badge:focus-visible,
.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.partner-logo:hover,
.partner-logo:focus-visible,
.service-card.reveal.is-visible:hover,
.feature-item.reveal.is-visible:hover,
.audience-card.reveal.is-visible:hover,
.timeline-step.reveal.is-visible:hover {
  transform: none;
}

.audience-card:hover .pictogram,
.audience-card:focus-visible .pictogram,
.service-card:hover span,
.feature-item:hover span {
  transform: none;
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.audience-card:hover,
.timeline-step:hover {
  border-color: rgba(127, 105, 79, 0.72);
  box-shadow: 0 0 0 1px rgba(127, 105, 79, 0.2), 0 24px 70px rgba(0, 0, 0, 0.44);
}

.partner-logo:hover img,
.partner-logo:focus-visible img {
  opacity: 0.48;
  transform: none;
}

.legal-content {
  border-color: var(--line);
  background: var(--line);
}

.partners-section,
.partner-logo {
  background: #000000;
}

.partner-logo:hover,
.partner-logo:focus-visible {
  background: #070707;
}

.page-a-propos .page-hero {
  background-color: #000000;
}

.hero.no-sand-filter,
.page-hero.no-sand-filter {
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 42%, rgba(0, 0, 0, 0.34) 78%),
    var(--hero-image);
  background-blend-mode: normal, normal;
}

.about-stat {
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: center;
  gap: 10px;
  color: #ffffff;
  text-align: center;
}

.stat-ring {
  position: relative;
  display: grid;
  width: min(340px, 36vw);
  aspect-ratio: 1;
  place-items: center;
}

.stat-ring svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}

.stat-ring-track,
.stat-ring-value {
  fill: none;
  stroke-width: 8;
}

.stat-ring-track {
  stroke: rgba(255, 255, 255, 0.1);
}

.stat-ring-value {
  stroke: var(--sand);
  stroke-linecap: round;
  stroke-dasharray: 313.6 326.7;
  filter: drop-shadow(0 0 18px rgba(127, 105, 79, 0.34));
}

.stat-ring strong {
  color: #ffffff;
  font-family: var(--title-font);
  font-size: clamp(2.55rem, 6.8vw, 4.65rem);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.stat-ring strong span {
  color: var(--sand);
  font-size: 0.38em;
  letter-spacing: 0.04em;
  vertical-align: super;
}

.about-stat p {
  color: #ffffff;
  font-size: clamp(0.96rem, 1.55vw, 1.18rem);
  font-weight: 700;
}

.about-stat small {
  color: var(--sand);
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 1240px) {
  .main-nav {
    background: #000000;
  }

  .hero,
  .page-hero {
    --active-hero-image: var(--hero-image-mobile, var(--hero-image));
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.76) 52%, #000000 100%),
      linear-gradient(180deg, rgba(127, 105, 79, 0.2), rgba(127, 105, 79, 0.14)),
      var(--active-hero-image);
  }

  .hero.no-sand-filter,
  .page-hero.no-sand-filter {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.76) 52%, #000000 100%),
      var(--active-hero-image);
  }
}

@media (max-width: 640px) {
  .stat-ring {
    width: min(230px, 58vw);
  }
}

/* IRYX prestige refresh */
:root {
  --glass-bg: rgba(255, 255, 255, 0.055);
  --glass-bg-strong: rgba(255, 255, 255, 0.085);
  --glass-line: rgba(255, 255, 255, 0.145);
  --glass-line-strong: rgba(127, 105, 79, 0.46);
  --glass-shadow: 0 28px 90px rgba(0, 0, 0, 0.38);
  --glass-shadow-soft: 0 18px 60px rgba(0, 0, 0, 0.28);
  --panel-radius: 8px;
}

body {
  background:
    linear-gradient(180deg, #000000 0%, #050403 45%, #000000 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 72%, transparent);
  content: "";
  opacity: 0.38;
}

.site-header {
  min-height: 78px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.82), rgba(3, 3, 3, 0.66));
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}

.site-header::after {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: -1px;
  left: clamp(20px, 4vw, 56px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.72), transparent);
  content: "";
  opacity: 0.7;
}

.main-nav {
  font-family: var(--title-font);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.main-nav a {
  color: rgba(245, 240, 232, 0.74);
  transition: color 180ms ease, opacity 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: #ffffff;
}

.nav-contact {
  color: #ffffff;
}

.hero,
.page-hero {
  min-height: clamp(650px, 84vh, 860px);
  background-size: cover;
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 34%),
    linear-gradient(90deg, rgba(127, 105, 79, 0.12), transparent 34%, rgba(127, 105, 79, 0.08));
  mix-blend-mode: screen;
  content: "";
}

.hero-copy {
  width: min(880px, calc(100% - 40px));
  padding: clamp(96px, 12vw, 142px) 0;
}

h1 {
  max-width: 820px;
  font-size: clamp(1.82rem, 3.35vw, 3.28rem);
  line-height: 1.1;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(245, 240, 232, 0.76);
  line-height: 1.68;
}

.eyebrow {
  color: rgba(245, 240, 232, 0.82);
}

.section {
  padding-top: clamp(58px, 7vw, 92px);
  padding-bottom: clamp(58px, 7vw, 92px);
}

main > .section + .section {
  padding-top: clamp(34px, 4.5vw, 68px);
}

.section,
.trust-band,
.contact-panel,
.partners-section {
  scroll-margin-top: 110px;
}

.home-expertise-section,
.audience-section,
.method-section,
.intervention-zone,
.about-company,
.service-audience,
.faq-section,
.related-section,
.google-reviews-section,
.contact-panel,
.section-media,
.portrait-card {
  position: relative;
  isolation: isolate;
}

.home-expertise-section::before,
.method-section::before,
.intervention-zone::before,
.about-company::before {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.46;
}

.home-expertise-section::before,
.about-company::before {
  top: clamp(28px, 7vw, 96px);
  right: max(20px, calc((100vw - var(--max)) / 2));
  width: min(430px, 34vw);
  aspect-ratio: 1.45;
  border: 1px solid rgba(127, 105, 79, 0.22);
  background:
    linear-gradient(90deg, transparent 49%, rgba(127, 105, 79, 0.28) 49% 51%, transparent 51%),
    linear-gradient(transparent 49%, rgba(245, 240, 232, 0.11) 49% 51%, transparent 51%),
    linear-gradient(135deg, rgba(127, 105, 79, 0.1), transparent 58%);
  background-size: 100% 100%, 100% 100%, auto;
  clip-path: polygon(0 18%, 82% 18%, 100% 42%, 100% 100%, 18% 100%, 0 76%);
}

.method-section::before,
.intervention-zone::before {
  bottom: clamp(22px, 5vw, 78px);
  left: max(20px, calc((100vw - var(--max)) / 2));
  width: min(520px, 42vw);
  height: 1px;
  background:
    linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.62), transparent),
    linear-gradient(90deg, transparent 0 18%, rgba(245, 240, 232, 0.18) 18% 19%, transparent 19% 36%, rgba(245, 240, 232, 0.13) 36% 37%, transparent 37%);
  box-shadow:
    120px -28px 0 rgba(127, 105, 79, 0.18),
    260px 22px 0 rgba(245, 240, 232, 0.12);
}

.section-heading {
  max-width: 860px;
}

.section h2,
.partners-section h2,
.section-copy h2,
.contact-intro h2,
.legal-wrap h1 {
  letter-spacing: 0.15em;
  line-height: 1.12;
}

.section-copy > p:not(.eyebrow),
.partners-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow),
.section-heading + p,
.feature-item p,
.service-bullets,
.bullet-list,
.google-review-card p,
.trust-band p {
  color: rgba(200, 205, 211, 0.76);
  line-height: 1.7;
}

.button {
  min-height: 48px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.button.primary {
  background:
    linear-gradient(180deg, rgba(156, 133, 100, 0.98), rgba(127, 105, 79, 0.92));
  color: #050505;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 18px 48px rgba(127, 105, 79, 0.22);
}

.button.secondary {
  border-color: rgba(245, 240, 232, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: #ffffff;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.button.primary:hover,
.button.primary:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(127, 105, 79, 0.72);
  background-color: rgba(127, 105, 79, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 20px 58px rgba(0, 0, 0, 0.34);
}

.service-grid,
.audience-grid,
.feature-list,
.partners-grid,
.related-grid,
.google-reviews-grid {
  align-items: stretch;
}

.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.europe-map-card,
.section-media,
.portrait-card {
  border: 1px solid var(--glass-line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.082), rgba(255, 255, 255, 0.025));
  box-shadow: var(--glass-shadow-soft);
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.service-card,
.feature-item,
.audience-card,
.timeline-step,
.google-review-card,
.seo-card,
.related-card,
.blog-card,
.quote-card {
  position: relative;
  border-radius: var(--panel-radius);
  overflow: hidden;
}

.service-card::after,
.feature-item::after,
.audience-card::after,
.timeline-step::after,
.google-review-card::after,
.seo-card::after,
.related-card::after,
.blog-card::after,
.quote-card::after {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 0;
  width: 76px;
  height: 42px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(127, 105, 79, 0.34) 1px, transparent 1px),
    linear-gradient(rgba(245, 240, 232, 0.12) 1px, transparent 1px);
  background-size: 19px 14px;
  content: "";
  opacity: 0.24;
  mask-image: linear-gradient(135deg, transparent, #000 32%, #000 70%, transparent);
}

.service-card::before,
.feature-item::before,
.audience-card::before,
.timeline-step::before,
.google-review-card::before,
.seo-card::before,
.related-card::before,
.blog-card::before,
.quote-card::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(315deg, rgba(127, 105, 79, 0.12), transparent 34%);
  content: "";
  opacity: 0.72;
}

.service-card > *,
.feature-item > *,
.audience-card > *,
.timeline-step > *,
.google-review-card > *,
.seo-card > *,
.related-card > *,
.blog-card > *,
.quote-card > * {
  position: relative;
  z-index: 1;
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035));
  border-color: var(--glass-line-strong);
  box-shadow:
    0 0 0 1px rgba(127, 105, 79, 0.16),
    0 32px 90px rgba(0, 0, 0, 0.46);
}

.service-card {
  min-height: 390px;
  padding: clamp(28px, 3vw, 46px);
}

.home-expertise-section .service-card {
  min-height: clamp(310px, 28vw, 370px);
}

.service-card span,
.feature-item span {
  color: rgba(127, 105, 79, 0.5);
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-shadow: 0 0 28px rgba(127, 105, 79, 0.26);
}

.service-card h3,
.audience-card h3,
.feature-item h2,
.timeline-step h3,
.related-card strong,
.blog-card h3,
.seo-card h3 {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 500;
}

.home-expertise-section .service-card h3 {
  max-width: 11ch;
  font-size: clamp(1.18rem, 1.7vw, 1.58rem);
}

.home-expertise-section .service-bullets {
  margin-top: auto;
}

.feature-item {
  display: grid;
  align-content: start;
  gap: clamp(14px, 1.7vw, 22px);
  min-height: 100%;
}

.pictogram,
.timeline-step span {
  border-color: rgba(127, 105, 79, 0.5);
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.18), rgba(127, 105, 79, 0.08));
  color: #c1ab86;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.trust-band {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(24px, 4vw, 46px) auto 0;
  border-radius: var(--panel-radius);
  overflow: hidden;
}

.trust-band article {
  border-right-color: rgba(255, 255, 255, 0.11);
}

.trust-band h3 {
  color: var(--sand);
}

.partners-section {
  position: relative;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
  box-shadow: var(--glass-shadow-soft);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.partners-section::before {
  position: absolute;
  top: 0;
  right: clamp(18px, 4vw, 54px);
  left: clamp(18px, 4vw, 54px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.72), transparent);
  content: "";
}

.partner-logo {
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.035);
}

.partner-logo:hover,
.partner-logo:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(127, 105, 79, 0.5);
}

.section-media img {
  filter: saturate(0.9) contrast(1.06) brightness(0.82);
}

.section-media {
  overflow: hidden;
}

.section-media::after,
.portrait-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58)),
    linear-gradient(90deg, rgba(127, 105, 79, 0.28), transparent);
  content: "";
}

.contact-panel {
  width: min(var(--max), calc(100% - 40px));
  margin: clamp(42px, 6vw, 86px) auto;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--panel-radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.022));
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(22px) saturate(1.15);
  -webkit-backdrop-filter: blur(22px) saturate(1.15);
}

.contact-panel::before {
  position: absolute;
  top: 18px;
  right: 18px;
  width: min(280px, 34vw);
  height: min(160px, 24vw);
  pointer-events: none;
  border-top: 1px solid rgba(127, 105, 79, 0.42);
  border-right: 1px solid rgba(127, 105, 79, 0.22);
  background:
    linear-gradient(90deg, transparent 24%, rgba(127, 105, 79, 0.18) 24% 25%, transparent 25%),
    linear-gradient(transparent 48%, rgba(245, 240, 232, 0.1) 48% 49%, transparent 49%);
  content: "";
  opacity: 0.55;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(127, 105, 79, 0.76);
  box-shadow:
    0 0 0 3px rgba(127, 105, 79, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  outline: 0;
}

.footer {
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0.96), #000000);
}

.footer-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: clamp(28px, 4vw, 48px);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .google-rating-badge,
  .google-review-summary,
  .google-review-card,
  .trust-band,
  .audience-card,
  .timeline-step,
  .service-card,
  .feature-item,
  .contact-form,
  .quote-card,
  .legal-content article,
  .seo-card,
  .related-card,
  .blog-card,
  .europe-map-card,
  .section-media,
  .portrait-card,
  .contact-panel,
  .partners-section {
    background: #080808;
  }
}

@media (max-width: 1240px) {
  .main-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background:
      linear-gradient(180deg, rgba(8, 8, 8, 0.98), rgba(2, 2, 2, 0.96));
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .main-nav a {
    letter-spacing: 0.1em;
  }
}

@media (max-width: 760px) {
  .home-expertise-section::before,
  .method-section::before,
  .intervention-zone::before,
  .about-company::before,
  .contact-panel::before {
    display: none;
  }

  .hero,
  .page-hero {
    min-height: clamp(620px, 86vh, 760px);
  }

  .hero-copy {
    width: calc(100% - 36px);
    margin-right: auto;
    margin-left: auto;
    padding-top: clamp(92px, 16vh, 132px);
    padding-bottom: clamp(72px, 12vh, 104px);
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .trust-band,
  .partners-section,
  .contact-panel {
    width: calc(100% - 32px);
  }

  .contact-panel {
    padding: 24px 16px;
  }

  .home-expertise-section .service-card h3 {
    max-width: none;
  }
}

/* IRYX eclipse refinement */
:root {
  --cosmos: #020202;
  --cosmos-soft: #070706;
  --cosmos-panel: #0b0b0a;
  --cosmos-panel-2: #11100f;
  --cosmos-line: rgba(255, 255, 255, 0.095);
  --cosmos-line-strong: rgba(127, 105, 79, 0.5);
  --cosmos-text: rgba(246, 243, 238, 0.92);
  --cosmos-muted: rgba(199, 203, 208, 0.72);
  --cosmos-dim: rgba(147, 151, 158, 0.68);
  --cosmos-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
}

html {
  background: var(--cosmos);
}

body {
  color: var(--cosmos-text);
  background:
    linear-gradient(180deg, #000000 0%, #050505 34%, #020202 100%);
}

body::after {
  background:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.014) 1px, transparent 1px),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.48) 0 1px, transparent 1.5px),
    radial-gradient(circle at 73% 31%, rgba(255, 255, 255, 0.34) 0 1px, transparent 1.5px),
    radial-gradient(circle at 44% 74%, rgba(255, 255, 255, 0.28) 0 1px, transparent 1.5px);
  background-attachment: scroll;
  background-size: 88px 88px, 88px 88px, 560px 420px, 680px 520px, 760px 620px;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 82%, transparent);
  opacity: 0.22;
}

h1,
h2,
h3 {
  text-transform: none;
}

h1 {
  max-width: 840px;
  letter-spacing: 0.035em;
}

.section h2,
.partners-section h2,
.section-copy h2,
.contact-intro h2,
.legal-wrap h1 {
  letter-spacing: 0.035em;
  text-transform: none;
}

.section-heading::before,
.partners-copy::before,
.section-copy::before,
.contact-intro::before,
.onarp-copy::before {
  display: block;
  width: 34px;
  aspect-ratio: 1;
  margin-bottom: 18px;
  border: 1px solid rgba(127, 105, 79, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 58% 50%, #000 0 43%, transparent 44%),
    radial-gradient(circle at 50% 50%, rgba(190, 168, 135, 0.78) 0 45%, transparent 46%),
    conic-gradient(from 120deg, transparent 0 24%, rgba(127, 105, 79, 0.58) 25% 34%, transparent 35% 100%);
  box-shadow:
    0 0 0 7px rgba(127, 105, 79, 0.035),
    0 0 28px rgba(127, 105, 79, 0.18);
  content: "";
}

.eyebrow,
.main-nav,
.service-card span,
.feature-item span,
.timeline-step span,
.related-card span,
.about-stat small {
  text-transform: uppercase;
}

.site-header {
  background:
    linear-gradient(180deg, rgba(9, 9, 9, 0.88), rgba(3, 3, 3, 0.72));
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.32);
}

.hero,
.page-hero {
  --hero-shift: 0px;
  background-position: center center;
}

.hero::before,
.page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.3) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), #000000 100%);
  mix-blend-mode: normal;
}

.hero::after,
.page-hero::after {
  position: absolute;
  top: clamp(116px, 15vw, 180px);
  right: max(24px, calc((100vw - var(--max)) / 2));
  z-index: -1;
  width: min(360px, 32vw);
  aspect-ratio: 1;
  pointer-events: none;
  border: 1px solid rgba(127, 105, 79, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 51% 50%, rgba(0, 0, 0, 0.98) 0 44%, transparent 45%),
    radial-gradient(circle at 48% 50%, rgba(245, 240, 232, 0.18) 0 45%, transparent 46%),
    conic-gradient(from 142deg, transparent 0 14%, rgba(127, 105, 79, 0.58) 15% 20%, transparent 22% 74%, rgba(245, 240, 232, 0.22) 76% 78%, transparent 80%);
  box-shadow:
    0 0 0 42px rgba(127, 105, 79, 0.018),
    0 0 80px rgba(127, 105, 79, 0.16);
  content: "";
  opacity: 0.82;
}

.page-home .hero::after,
.page-a-propos .page-hero::after,
.page-contact .page-hero::after {
  opacity: 0;
}

.page-home .hero,
.page-a-propos .page-hero,
.page-contact .page-hero,
.page-mentions-legales .page-hero,
.page-politique-confidentialite .page-hero {
  background-position: center center;
}

.page-home .hero::before,
.page-a-propos .page-hero::before,
.page-contact .page-hero::before,
.page-mentions-legales .page-hero::before,
.page-politique-confidentialite .page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.78) 41%, rgba(0, 0, 0, 0.18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), #000000 100%);
}

.hero-copy > p:not(.eyebrow),
.section-copy > p:not(.eyebrow),
.partners-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow),
.section-heading + p,
.feature-item p,
.service-bullets,
.bullet-list,
.google-review-card p,
.trust-band p {
  color: var(--cosmos-muted);
}

.button {
  min-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #f7f2ea;
  font-family: var(--title-font);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 36px rgba(0, 0, 0, 0.2);
}

.button.primary {
  border-color: rgba(127, 105, 79, 0.62);
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.18), rgba(127, 105, 79, 0.07));
  color: #fff8ee;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 18px 44px rgba(0, 0, 0, 0.3);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.025);
  color: rgba(247, 242, 234, 0.88);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.button.primary:hover,
.button.primary:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(190, 168, 135, 0.9);
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.26), rgba(127, 105, 79, 0.12));
  color: #ffffff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 0 0 3px rgba(127, 105, 79, 0.12),
    0 18px 46px rgba(0, 0, 0, 0.32);
}

.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.europe-map-card,
.section-media,
.portrait-card {
  border-color: var(--cosmos-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.01)),
    var(--cosmos-panel);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.service-card::before,
.feature-item::before,
.audience-card::before,
.timeline-step::before,
.google-review-card::before,
.seo-card::before,
.related-card::before,
.blog-card::before,
.quote-card::before {
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.12), transparent 38%);
  opacity: 0.22;
}

.service-card::after,
.feature-item::after,
.audience-card::after,
.timeline-step::after,
.google-review-card::after,
.seo-card::after,
.related-card::after,
.blog-card::after,
.quote-card::after {
  right: 22px;
  bottom: 18px;
  width: 92px;
  height: 34px;
  background:
    linear-gradient(90deg, rgba(127, 105, 79, 0.42) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 23px 17px;
  opacity: 0.14;
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible {
  border-color: rgba(127, 105, 79, 0.58);
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.07), rgba(255, 255, 255, 0.018)),
    var(--cosmos-panel-2);
  box-shadow:
    0 0 0 1px rgba(127, 105, 79, 0.1),
    0 24px 64px rgba(0, 0, 0, 0.34);
}

.service-card h3,
.audience-card h3,
.feature-item h2,
.timeline-step h3,
.related-card strong,
.blog-card h3,
.seo-card h3 {
  letter-spacing: 0.02em;
  text-transform: none;
}

.service-card span,
.feature-item span,
.timeline-step span,
.related-card span {
  color: rgba(190, 168, 135, 0.58);
  letter-spacing: 0.12em;
}

.trust-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
    #090909;
}

.trust-band h3 {
  color: rgba(190, 168, 135, 0.92);
  letter-spacing: 0.025em;
  text-transform: none;
}

.partners-section {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008)),
    #060606;
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.3);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.partner-logo {
  border-color: rgba(255, 255, 255, 0.08);
  background: #030303;
}

.partner-logo:hover,
.partner-logo:focus-visible {
  border-color: rgba(127, 105, 79, 0.56);
  background: #0d0d0c;
}

.section-media::after,
.portrait-card::after {
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.58)),
    linear-gradient(90deg, rgba(127, 105, 79, 0.16), transparent);
}

.contact-panel {
  border-color: rgba(255, 255, 255, 0.105);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.016)),
    #080807;
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.42);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.contact-panel::after {
  position: absolute;
  right: clamp(18px, 5vw, 76px);
  bottom: clamp(18px, 5vw, 62px);
  z-index: -1;
  width: min(260px, 28vw);
  aspect-ratio: 1;
  pointer-events: none;
  border-radius: 50%;
  background:
    radial-gradient(circle at 56% 50%, #080807 0 42%, transparent 43%),
    radial-gradient(circle, rgba(127, 105, 79, 0.24) 0 44%, transparent 45%);
  box-shadow: 0 0 72px rgba(127, 105, 79, 0.1);
  content: "";
  opacity: 0.52;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  border-color: rgba(255, 255, 255, 0.11);
  background: #050505;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: rgba(190, 168, 135, 0.82);
  box-shadow:
    0 0 0 3px rgba(127, 105, 79, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.home-expertise-section::before,
.about-company::before {
  border-color: rgba(127, 105, 79, 0.18);
  background:
    linear-gradient(90deg, transparent 49%, rgba(127, 105, 79, 0.22) 49% 51%, transparent 51%),
    linear-gradient(transparent 49%, rgba(245, 240, 232, 0.075) 49% 51%, transparent 51%),
    linear-gradient(135deg, rgba(127, 105, 79, 0.07), transparent 58%);
  opacity: 0.34;
}

.method-section::before,
.intervention-zone::before {
  opacity: 0.44;
  box-shadow:
    120px -28px 0 rgba(127, 105, 79, 0.11),
    260px 22px 0 rgba(245, 240, 232, 0.07);
}

@media (max-width: 1240px) {
  .main-nav {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media (max-width: 760px) {
  body::after {
    opacity: 0.15;
  }

  .hero::after,
  .page-hero::after {
    top: 118px;
    right: -84px;
    width: 240px;
    opacity: 0.38;
  }

  .section-heading::before,
  .partners-copy::before,
  .section-copy::before,
  .contact-intro::before,
  .onarp-copy::before {
    width: 26px;
    margin-bottom: 14px;
  }

  .contact-panel::after {
    display: none;
  }

  h1 {
    letter-spacing: 0.02em;
  }

  .section h2,
  .partners-section h2,
  .section-copy h2,
  .contact-intro h2,
  .legal-wrap h1 {
    letter-spacing: 0.02em;
  }
}

/* IRYX art-direction coherence pass */
:root {
  --sand: #7f694f;
  --sand-dark: #7f694f;
  --brand-gold: #7f694f;
  --brand-gold-soft: #b79d78;
  --brand-line: rgba(127, 105, 79, 0.42);
  --surface-1: #050505;
  --surface-2: #0a0908;
  --surface-3: #11100f;
}

body {
  background:
    radial-gradient(circle at 78% 10%, rgba(127, 105, 79, 0.08), transparent 28rem),
    linear-gradient(180deg, #000000 0%, #050505 36%, #000000 100%);
}

.section-heading::before,
.partners-copy::before,
.section-copy::before,
.contact-intro::before,
.onarp-copy::before,
.hero::after,
.page-hero::after {
  display: none;
}

.site-header::after,
.partners-section::before {
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.72), transparent);
}

.hero,
.page-hero {
  min-height: clamp(660px, 86vh, 900px);
  background-color: #000;
}

.hero::before,
.page-hero::before,
.page-home .hero::before,
.page-a-propos .page-hero::before,
.page-contact .page-hero::before,
.page-mentions-legales .page-hero::before,
.page-politique-confidentialite .page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 39%, rgba(0, 0, 0, 0.2) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, #000 100%);
}

.page-renseignement-osint .page-hero::before,
.page-intelligence-economique .page-hero::before,
.page-contre-espionnage-tscm .page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 41%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.hero-copy {
  padding-top: clamp(112px, 13vw, 160px);
  padding-bottom: clamp(96px, 12vw, 148px);
}

h1 {
  max-width: 780px;
  letter-spacing: 0.018em;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(245, 240, 232, 0.82);
}

.eyebrow {
  color: rgba(183, 157, 120, 0.94);
  letter-spacing: 0.18em;
}

.section {
  padding-top: clamp(70px, 8vw, 118px);
  padding-bottom: clamp(70px, 8vw, 118px);
}

.section-heading {
  display: grid;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading .eyebrow::after {
  right: auto;
  left: 50%;
  width: min(220px, 40vw);
  transform: translateX(-50%);
}

.section-heading h2 {
  margin-right: auto;
  margin-left: auto;
}

.section h2,
.partners-section h2,
.section-copy h2,
.contact-intro h2,
.legal-wrap h1 {
  letter-spacing: 0.018em;
}

.button {
  border-color: rgba(127, 105, 79, 0.36);
  background: rgba(127, 105, 79, 0.08);
  color: #fff8ec;
}

.button.primary {
  border-color: rgba(183, 157, 120, 0.72);
  background:
    linear-gradient(135deg, rgba(127, 105, 79, 0.36), rgba(127, 105, 79, 0.12));
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
}

.button:hover,
.button:focus-visible,
.button.primary:hover,
.button.primary:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: rgba(183, 157, 120, 0.92);
  background:
    linear-gradient(135deg, rgba(127, 105, 79, 0.28), rgba(127, 105, 79, 0.1));
  color: #ffffff;
}

.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.europe-map-card,
.section-media,
.portrait-card {
  border-color: rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.022), rgba(255, 255, 255, 0.006)),
    var(--surface-1);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.service-card::before,
.feature-item::before,
.audience-card::before,
.timeline-step::before,
.google-review-card::before,
.seo-card::before,
.related-card::before,
.blog-card::before,
.quote-card::before {
  opacity: 0;
}

.service-card::after,
.feature-item::after,
.audience-card::after,
.timeline-step::after,
.google-review-card::after,
.seo-card::after,
.related-card::after,
.blog-card::after,
.quote-card::after {
  opacity: 0.08;
}

.home-expertise-section .section-heading {
  margin-bottom: clamp(34px, 5vw, 62px);
}

.home-expertise-section .service-card {
  display: grid;
  grid-template-rows: 170px auto auto 1fr;
  gap: 18px;
  min-height: 520px;
  padding: 0 0 clamp(26px, 3vw, 36px);
  border-color: rgba(127, 105, 79, 0.24);
  background: #050505;
}

.service-card-visual {
  position: relative;
  display: block;
  min-height: 170px;
  overflow: hidden;
  border-bottom: 1px solid rgba(127, 105, 79, 0.22);
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.7)),
    var(--card-image) center / cover;
}

.service-card-visual::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(127, 105, 79, 0.18), transparent 44%),
    linear-gradient(180deg, transparent 48%, #050505 100%);
  content: "";
}

.home-expertise-section .service-card span,
.home-expertise-section .service-card h3,
.home-expertise-section .service-card .service-bullets {
  margin-right: clamp(24px, 3vw, 34px);
  margin-left: clamp(24px, 3vw, 34px);
}

.home-expertise-section .service-card span {
  align-self: end;
}

.home-expertise-section .service-card h3 {
  max-width: 100%;
  padding-top: 0;
}

.home-expertise-section .service-bullets {
  margin-top: 0;
}

.feature-item {
  border-color: rgba(127, 105, 79, 0.18);
}

.feature-item span,
.service-card span,
.timeline-step span,
.related-card span {
  color: rgba(183, 157, 120, 0.78);
}

.pictogram,
.timeline-step span {
  border-color: rgba(127, 105, 79, 0.46);
  color: rgba(183, 157, 120, 0.92);
}

.partners-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
    #040404;
}

.partner-logo {
  background: #010101;
}

.intervention-zone.with-map {
  align-items: center;
}

.coverage-card {
  display: grid;
  min-height: clamp(360px, 42vw, 520px);
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 50%, rgba(127, 105, 79, 0.18), transparent 33%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.006)),
    #050505;
}

.coverage-orbit {
  position: relative;
  width: min(420px, 70vw);
  aspect-ratio: 1;
}

.coverage-core,
.coverage-ring,
.coverage-node {
  position: absolute;
  border-radius: 50%;
}

.coverage-core {
  inset: 38%;
  border: 1px solid rgba(183, 157, 120, 0.84);
  background:
    radial-gradient(circle, rgba(127, 105, 79, 0.28), rgba(0, 0, 0, 0.82) 62%);
  box-shadow:
    0 0 0 12px rgba(127, 105, 79, 0.04),
    0 0 52px rgba(127, 105, 79, 0.24);
}

.coverage-ring {
  border: 1px solid rgba(127, 105, 79, 0.22);
}

.ring-one {
  inset: 16%;
}

.ring-two {
  inset: 0;
  border-color: rgba(255, 255, 255, 0.08);
  transform: rotate(-18deg) scaleX(0.78);
}

.coverage-node {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(183, 157, 120, 0.92);
  background: #7f694f;
  box-shadow: 0 0 26px rgba(127, 105, 79, 0.55);
}

.node-lyon {
  top: 45%;
  left: 48%;
}

.node-suisse {
  top: 54%;
  left: 62%;
}

.node-france {
  top: 34%;
  left: 34%;
}

.portrait-card {
  border-color: rgba(127, 105, 79, 0.26);
  background: #030303;
}

.portrait-card img {
  width: 100%;
  min-height: clamp(520px, 52vw, 680px);
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.96) contrast(1.05) brightness(0.96);
}

.portrait-card::after {
  height: 54%;
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.74)),
    linear-gradient(90deg, rgba(127, 105, 79, 0.16), transparent 58%);
}

.about-leader {
  align-items: center;
}

.leader-quote.quote-card {
  border-color: rgba(127, 105, 79, 0.2);
}

.contact-panel {
  border-color: rgba(127, 105, 79, 0.2);
}

.contact-panel::before,
.contact-panel::after,
.home-expertise-section::before,
.about-company::before,
.method-section::before,
.intervention-zone::before {
  opacity: 0;
}

@media (max-width: 1240px) {
  .site-header {
    padding-right: 84px;
  }

  .header-lang {
    display: none;
  }

  .main-nav {
    padding: 24px;
    border-top-color: rgba(127, 105, 79, 0.18);
    background:
      linear-gradient(180deg, rgba(7, 7, 7, 0.98), rgba(0, 0, 0, 0.98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  }

  .main-nav a {
    border-bottom-color: rgba(127, 105, 79, 0.16);
    color: rgba(245, 240, 232, 0.86);
  }

  .main-nav .lang-switch {
    display: inline-flex;
    justify-self: start;
    width: 42px;
    height: 30px;
    margin-top: 16px;
    padding: 0;
    border: 1px solid rgba(127, 105, 79, 0.34);
    border-radius: 4px;
    background: #050505;
  }

  .main-nav .lang-switch svg {
    width: 34px;
    height: 22px;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(127, 105, 79, 0.34);
    border-radius: 50%;
    color: #b79d78;
    background: rgba(127, 105, 79, 0.06);
  }

  .menu-toggle span {
    position: absolute;
    display: block;
    margin: 0;
    background: none;
  }

  .menu-toggle-orbit {
    width: 24px;
    height: 24px;
    border: 1px solid currentColor;
    border-radius: 50%;
    transform: rotate(-22deg) scaleX(1);
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .menu-toggle-core {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 22px rgba(127, 105, 79, 0.38);
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .menu-open .menu-toggle-orbit {
    transform: rotate(42deg) scaleX(0.58);
  }

  .menu-open .menu-toggle-core {
    transform: translateX(5px) scale(0.88);
    opacity: 0.74;
  }

  .menu-open .menu-toggle span:first-child,
  .menu-open .menu-toggle span:last-child {
    transform: none;
  }
}

@media (max-width: 760px) {
  .hero,
  .page-hero {
    min-height: clamp(620px, 88vh, 760px);
    background-position: center top;
  }

  .hero::before,
  .page-hero::before,
  .page-renseignement-osint .page-hero::before,
  .page-intelligence-economique .page-hero::before,
  .page-contre-espionnage-tscm .page-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.78) 58%, #000 100%);
  }

  .hero-copy {
    padding-top: clamp(280px, 43vh, 360px);
  }

  .section-heading {
    text-align: left;
  }

  .section-heading .eyebrow::after {
    left: 0;
    transform: none;
  }

  .home-expertise-section .service-card {
    grid-template-rows: 150px auto auto 1fr;
    min-height: auto;
  }

  .service-card-visual {
    min-height: 150px;
  }

  .coverage-card {
    min-height: 320px;
  }

  .portrait-card img {
    min-height: 420px;
  }
}

@media (max-width: 1240px) {
  .menu-open .menu-toggle .menu-toggle-orbit {
    transform: rotate(42deg) scaleX(0.58);
  }

  .menu-open .menu-toggle .menu-toggle-core {
    transform: translateX(5px) scale(0.88);
    opacity: 0.74;
  }
}

/* IRYX precision polish */
:root {
  --brand-gold: #7f694f;
  --brand-gold-soft: #7f694f;
  --brand-gold-rgb: 127, 105, 79;
}

.eyebrow,
.trust-band h3,
.service-card span,
.feature-item span,
.timeline-step span,
.related-card span,
.about-stat small,
.pictogram,
.timeline-step span,
.service-price,
.contact-lines a,
.footer a:hover,
.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.is-active {
  color: #7f694f;
}

.button,
.button.primary,
.button.secondary,
.partner-logo:hover,
.partner-logo:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.service-card:hover,
.service-card:focus-visible,
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.portrait-card,
.leader-quote.quote-card,
.contact-panel {
  border-color: rgba(127, 105, 79, 0.54);
}

.site-header {
  border-bottom-color: rgba(127, 105, 79, 0.22);
  background:
    linear-gradient(180deg, rgba(18, 17, 16, 0.62), rgba(4, 4, 4, 0.5));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -1px 0 rgba(127, 105, 79, 0.24),
    0 20px 70px rgba(0, 0, 0, 0.44);
  backdrop-filter: blur(30px) saturate(1.28);
  -webkit-backdrop-filter: blur(30px) saturate(1.28);
}

.site-header::after {
  opacity: 0.9;
}

.page-intelligence-economique main,
.page-renseignement-osint main,
.page-contre-espionnage-tscm main {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.page-intelligence-economique main {
  background-image:
    linear-gradient(180deg, transparent 0 36rem, #000 72rem),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.2) 100%),
    url("/assets/images/generated/iryx-economic-intelligence.webp");
}

.page-renseignement-osint main {
  background-image:
    linear-gradient(180deg, transparent 0 36rem, #000 72rem),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.2) 100%),
    url("/assets/images/generated/iryx-digital-intelligence.webp");
}

.page-contre-espionnage-tscm main {
  background-image:
    linear-gradient(180deg, transparent 0 36rem, #000 72rem),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.72) 38%, rgba(0, 0, 0, 0.2) 100%),
    url("/assets/images/generated/iryx-counter-espionage.webp");
}

.page-renseignement-osint .page-hero::before,
.page-intelligence-economique .page-hero::before,
.page-contre-espionnage-tscm .page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.06) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, #000 100%);
}

.page-renseignement-osint .page-hero,
.page-intelligence-economique .page-hero,
.page-contre-espionnage-tscm .page-hero {
  min-height: clamp(700px, 92vh, 980px);
}

.service-feature-grid {
  align-items: stretch;
  gap: clamp(18px, 2vw, 28px);
}

.feature-item {
  position: relative;
  display: flex;
  min-height: auto;
  padding: clamp(28px, 3vw, 42px);
  flex-direction: column;
  gap: clamp(14px, 1.5vw, 20px);
  border-color: rgba(127, 105, 79, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0.008)),
    rgba(5, 5, 5, 0.92);
}

.feature-item span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #7f694f;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
  line-height: 1;
  opacity: 0.5;
  pointer-events: none;
}

.feature-item h2 {
  max-width: calc(100% - 70px);
  padding-top: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1.05rem, 1.55vw, 1.38rem);
  line-height: 1.22;
}

.feature-copy {
  display: grid;
  gap: 14px;
  color: rgba(205, 208, 212, 0.74);
}

.service-subtitle {
  display: block;
  margin-top: 8px;
  color: rgba(205, 208, 212, 0.66);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-quote {
  color: rgba(205, 208, 212, 0.72);
  font-size: clamp(0.9rem, 1vw, 0.98rem);
  line-height: 1.45;
}

.service-points {
  margin-top: 2px;
}

.service-price {
  margin-top: auto;
  color: #7f694f;
  opacity: 0.92;
}

.feature-item:hover,
.feature-item:focus-visible {
  border-color: #7f694f;
  box-shadow:
    0 0 0 1px rgba(127, 105, 79, 0.28),
    0 24px 70px rgba(0, 0, 0, 0.36);
}

.home-expertise-section .service-card:hover,
.home-expertise-section .service-card:focus-visible {
  border-color: #7f694f;
  box-shadow:
    0 0 0 1px rgba(127, 105, 79, 0.34),
    0 28px 76px rgba(0, 0, 0, 0.42);
}

.intervention-zone .section-heading h3 {
  display: none;
}

.intervention-zone .section-heading > p:not(.eyebrow) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(205, 208, 212, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.7;
}

.portrait-card {
  width: min(430px, 80vw);
  aspect-ratio: 1;
  justify-self: center;
  overflow: hidden;
  border-radius: 50%;
  background: #030303;
}

.portrait-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 36%;
}

.leader-quote blockquote {
  text-transform: none;
  letter-spacing: 0.018em;
}

@media (max-width: 1240px) {
  .menu-toggle {
    border-color: rgba(127, 105, 79, 0.48);
    color: #7f694f;
    background: rgba(127, 105, 79, 0.08);
  }

  .menu-toggle-orbit {
    z-index: 1;
    width: 26px;
    height: 26px;
    border: 0;
    border-radius: 50%;
    background:
      radial-gradient(circle, rgba(127, 105, 79, 0.16) 0 48%, transparent 49%),
      radial-gradient(circle, #7f694f 0 51%, transparent 52%);
    box-shadow: 0 0 22px rgba(127, 105, 79, 0.28);
    transform: none;
  }

  .menu-toggle-core {
    z-index: 2;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #030303;
    box-shadow: none;
    transform: translateX(2px);
  }

  .menu-open .menu-toggle .menu-toggle-orbit {
    transform: none;
  }

  .menu-open .menu-toggle .menu-toggle-core {
    opacity: 1;
    transform: translateX(10px);
  }

  .menu-open .menu-toggle-orbit,
  .menu-open .menu-toggle-core {
    transition: transform 220ms ease, opacity 220ms ease;
  }
}

@media (max-width: 760px) {
  .page-intelligence-economique main,
  .page-renseignement-osint main,
  .page-contre-espionnage-tscm main {
    background-size: auto 920px;
  }

  .page-renseignement-osint .page-hero::before,
  .page-intelligence-economique .page-hero::before,
  .page-contre-espionnage-tscm .page-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.76) 58%, #000 100%);
  }

  .service-feature-grid {
    gap: 16px;
  }

  .feature-item {
    padding: 26px 22px;
  }

  .feature-item h2 {
    max-width: calc(100% - 58px);
  }

  .portrait-card {
    width: min(330px, 78vw);
  }
}

/* IRYX progressive separators */
.section {
  position: relative;
}

.section::before {
  position: absolute;
  top: 0;
  right: max(20px, calc((100vw - var(--max)) / 2));
  left: max(20px, calc((100vw - var(--max)) / 2));
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.54), rgba(127, 105, 79, 0.14), transparent);
  content: "";
  opacity: 0.72;
}

.page-home main > .trust-band::before,
.trust-band::before,
.contact-panel::before,
.partners-section::after,
.coverage-card::before,
.feature-item::before,
.service-card::before,
.quote-card::before,
.audience-card::before,
.timeline-step::before,
.seo-card::before,
.related-card::before,
.blog-card::before {
  position: absolute;
  top: 0;
  right: clamp(18px, 4vw, 54px);
  left: clamp(18px, 4vw, 54px);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.68), transparent);
  content: "";
  opacity: 0.82;
}

.feature-item::before,
.service-card::before,
.quote-card::before,
.audience-card::before,
.timeline-step::before,
.seo-card::before,
.related-card::before,
.blog-card::before {
  z-index: 2;
  right: 20px;
  left: 20px;
}

.section-heading .eyebrow::after,
.hero-copy .eyebrow::after,
.contact-lines::before,
.footer-inner::before {
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.78), transparent);
}

.contact-panel::before {
  display: block;
  opacity: 0.92;
}

.partners-section::after,
.coverage-card::before {
  display: block;
}

.coverage-card::before {
  right: clamp(24px, 5vw, 72px);
  left: clamp(24px, 5vw, 72px);
}

.service-feature-grid .feature-item:nth-child(even)::before {
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.26), rgba(127, 105, 79, 0.72), transparent);
}

.service-feature-grid .feature-item:nth-child(odd)::before {
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.72), rgba(127, 105, 79, 0.26), transparent);
}

.home-expertise-section .service-card::before {
  right: 24px;
  left: 24px;
}

.footer-inner {
  position: relative;
}

.footer-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
}

@media (max-width: 760px) {
  .section::before {
    right: 16px;
    left: 16px;
  }
}

/* IRYX brand color normalization */
.eyebrow,
.trust-band h3,
.feature-item span,
.service-card span,
.timeline-step span,
.related-card span,
.pictogram,
.service-price,
.menu-toggle,
.contact-lines a {
  color: #7f694f;
}

.button.primary,
.button.primary:hover,
.button.primary:focus-visible,
.social-link:hover,
.social-link:focus-visible,
.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible,
.footer .footer-social:hover,
.footer .footer-social:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.home-expertise-section .service-card:hover,
.home-expertise-section .service-card:focus-visible,
.coverage-core,
.coverage-node,
.menu-toggle,
.main-nav .lang-switch {
  border-color: #7f694f;
}

.coverage-node,
.menu-toggle-orbit {
  background-color: #7f694f;
}

.feature-item span,
.service-card span {
  opacity: 0.5;
}

/* IRYX predeploy audit */
.about-stat {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(127, 105, 79, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.006)),
    rgba(4, 4, 4, 0.86);
}

.stat-ring {
  width: min(300px, 32vw);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(127, 105, 79, 0.09), transparent 52%),
    radial-gradient(circle at 50% 50%, transparent 0 61%, rgba(127, 105, 79, 0.12) 62% 63%, transparent 64%);
}

.stat-ring::before,
.stat-ring::after {
  position: absolute;
  inset: 9%;
  border-radius: 50%;
  pointer-events: none;
  content: "";
}

.stat-ring::before {
  border: 1px solid rgba(127, 105, 79, 0.18);
  transform: rotate(-18deg) scaleX(0.78);
}

.stat-ring::after {
  inset: 21%;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.stat-ring-track,
.stat-ring-value {
  stroke-width: 5.5;
}

.stat-ring-track {
  stroke: rgba(255, 255, 255, 0.075);
}

.stat-ring-value {
  stroke: #7f694f;
  stroke-dasharray: 326.7;
  stroke-dashoffset: 326.7;
  filter: drop-shadow(0 0 14px rgba(127, 105, 79, 0.46));
}

.about-stat.is-visible .stat-ring-value {
  animation: iryx-stat-draw 1400ms cubic-bezier(0.2, 0.8, 0.2, 1) 220ms forwards;
}

.stat-ring strong {
  letter-spacing: 0.08em;
}

.stat-ring strong span {
  color: #7f694f;
}

.about-stat small {
  color: #7f694f;
}

@keyframes iryx-stat-draw {
  from {
    stroke-dashoffset: 326.7;
  }

  to {
    stroke-dashoffset: 13.1;
  }
}

.coverage-card,
.europe-map-card.coverage-card {
  min-height: clamp(340px, 38vw, 500px);
  border: 0;
  background: transparent;
  box-shadow: none;
}

.coverage-card::before,
.coverage-card::after {
  display: none;
}

.coverage-orbit {
  width: min(440px, 72vw);
  filter: drop-shadow(0 26px 58px rgba(0, 0, 0, 0.36));
}

.coverage-ring {
  display: none;
}

.coverage-core {
  inset: 34%;
  border: 0;
  background:
    radial-gradient(circle at 58% 50%, #050505 0 45%, transparent 46%),
    radial-gradient(circle at 50% 50%, #7f694f 0 47%, transparent 48%);
  box-shadow:
    0 0 0 14px rgba(127, 105, 79, 0.035),
    0 0 68px rgba(127, 105, 79, 0.24);
}

.coverage-node {
  top: 50%;
  left: 50%;
  width: var(--planet-size, 12px);
  height: var(--planet-size, 12px);
  border: 0;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.72), transparent 18%),
    #7f694f;
  box-shadow: 0 0 24px rgba(127, 105, 79, 0.48);
  transform:
    rotate(var(--planet-start, 0deg))
    translateX(var(--planet-radius, 150px))
    rotate(calc(-1 * var(--planet-start, 0deg)));
  animation: iryx-planet-orbit var(--planet-speed, 18s) linear infinite;
}

.node-lyon {
  --planet-size: 14px;
  --planet-radius: clamp(82px, 16vw, 150px);
  --planet-start: 18deg;
  --planet-speed: 16s;
}

.node-suisse {
  --planet-size: 10px;
  --planet-radius: clamp(112px, 21vw, 198px);
  --planet-start: 148deg;
  --planet-speed: 22s;
}

.node-france {
  --planet-size: 8px;
  --planet-radius: clamp(58px, 11vw, 104px);
  --planet-start: 274deg;
  --planet-speed: 12s;
}

@keyframes iryx-planet-orbit {
  from {
    transform:
      rotate(var(--planet-start, 0deg))
      translateX(var(--planet-radius, 150px))
      rotate(calc(-1 * var(--planet-start, 0deg)));
  }

  to {
    transform:
      rotate(calc(var(--planet-start, 0deg) + 360deg))
      translateX(var(--planet-radius, 150px))
      rotate(calc(-1 * (var(--planet-start, 0deg) + 360deg)));
  }
}

@media (max-width: 1240px) {
  .menu-toggle {
    overflow: hidden;
    color: #7f694f;
  }

  .menu-toggle-orbit {
    z-index: 1;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: transparent;
    box-shadow: none;
    animation: iryx-atom-spin 4.8s linear infinite;
    transform: none;
  }

  .menu-toggle-orbit::before,
  .menu-toggle-orbit::after,
  .menu-toggle-core::before {
    position: absolute;
    inset: 5px 1px;
    border: 1px solid rgba(127, 105, 79, 0.72);
    border-radius: 50%;
    content: "";
  }

  .menu-toggle-orbit::before {
    transform: rotate(58deg) scaleY(0.42);
  }

  .menu-toggle-orbit::after {
    transform: rotate(-58deg) scaleY(0.42);
  }

  .menu-toggle-core {
    z-index: 2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7f694f;
    box-shadow:
      0 0 0 3px rgba(127, 105, 79, 0.08),
      0 0 18px rgba(127, 105, 79, 0.44);
    transform: none;
  }

  .menu-toggle-core::before {
    inset: -11px -11px;
    border-color: rgba(127, 105, 79, 0.62);
    transform: rotate(90deg) scaleY(0.42);
  }

  .menu-toggle::before,
  .menu-toggle::after {
    position: absolute;
    z-index: 3;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #7f694f;
    box-shadow: 0 0 12px rgba(127, 105, 79, 0.62);
    content: "";
    animation: iryx-electron-pulse 1.6s ease-in-out infinite alternate;
  }

  .menu-toggle::before {
    transform: translate(11px, -2px);
  }

  .menu-toggle::after {
    transform: translate(-10px, 3px);
    animation-delay: -800ms;
  }

  .menu-open .menu-toggle .menu-toggle-orbit,
  .menu-open .menu-toggle .menu-toggle-core {
    transform: none;
  }
}

@keyframes iryx-atom-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes iryx-electron-pulse {
  from {
    opacity: 0.52;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 760px) {
  .stat-ring {
    width: min(260px, 70vw);
  }

  .hero,
  .page-hero,
  .page-renseignement-osint .page-hero,
  .page-intelligence-economique .page-hero,
  .page-contre-espionnage-tscm .page-hero {
    min-height: clamp(540px, 78vh, 660px);
  }

  .hero-copy {
    padding-top: clamp(156px, 25vh, 220px);
    padding-bottom: clamp(58px, 10vh, 86px);
  }

  .page-home .hero-copy {
    padding-top: clamp(176px, 29vh, 250px);
  }

  .coverage-card,
  .europe-map-card.coverage-card {
    min-height: 300px;
  }

  .coverage-orbit {
    width: min(320px, 80vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-stat.is-visible .stat-ring-value,
  .coverage-node,
  .menu-toggle-orbit,
  .menu-toggle::before,
  .menu-toggle::after {
    animation: none;
  }

  .stat-ring-value {
    stroke-dashoffset: 13.1;
  }
}

/* IRYX final UI audit */
.section::before,
.trust-band::before,
.contact-panel::before,
.partners-section::before,
.partners-section::after,
.coverage-card::before,
.coverage-card::after,
.feature-item::before,
.service-card::before,
.quote-card::before,
.audience-card::before,
.timeline-step::before,
.seo-card::before,
.related-card::before,
.blog-card::before,
.footer-inner::before {
  display: none;
}

.section:not(.hero):not(.page-hero) {
  position: relative;
}

.section:not(.hero):not(.page-hero)::after {
  position: absolute;
  top: 0;
  right: max(20px, calc((100vw - var(--max)) / 2));
  left: max(20px, calc((100vw - var(--max)) / 2));
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.68), transparent);
  content: "";
  opacity: 0.64;
}

.service-card,
.feature-item,
.audience-card,
.timeline-step,
.quote-card,
.seo-card,
.related-card,
.blog-card,
.contact-form,
.partner-logo {
  border-width: 1px;
}

.service-card::after,
.feature-item::after,
.audience-card::after,
.timeline-step::after,
.quote-card::after,
.seo-card::after,
.related-card::after,
.blog-card::after {
  display: block;
  top: 0;
  right: 20px;
  bottom: auto;
  left: 20px;
  width: auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.54), transparent);
  background-size: auto;
  opacity: 0.6;
  mask-image: none;
}

.home-expertise-section .service-card::after {
  right: 24px;
  left: 24px;
}

.partners-section,
.contact-panel,
.trust-band {
  position: relative;
}

.partners-section::after,
.contact-panel::after,
.trust-band::after {
  position: absolute;
  top: 0;
  right: clamp(22px, 5vw, 72px);
  left: clamp(22px, 5vw, 72px);
  display: block;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.68), transparent);
  content: "";
  opacity: 0.72;
}

.coverage-card,
.europe-map-card.coverage-card {
  position: relative;
  min-height: clamp(340px, 38vw, 500px);
  border: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}

.coverage-orbit {
  width: min(440px, 72vw);
  overflow: visible;
  filter: drop-shadow(0 22px 44px rgba(0, 0, 0, 0.34));
}

.coverage-core {
  inset: 35%;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, #030303 0 54%, transparent 55%),
    radial-gradient(circle at 50% 50%, rgba(127, 105, 79, 0.56) 0 58%, transparent 60%);
  box-shadow:
    0 0 0 12px rgba(127, 105, 79, 0.026),
    0 0 58px rgba(127, 105, 79, 0.2);
}

.coverage-core::before {
  position: absolute;
  inset: -22%;
  border-radius: 50%;
  border: 1px solid rgba(127, 105, 79, 0.16);
  content: "";
  transform: scaleX(1.32) rotate(-12deg);
}

.coverage-node {
  top: 50%;
  left: 50%;
  width: var(--planet-size, 10px);
  height: var(--planet-size, 10px);
  border: 0;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.6), transparent 16%),
    #7f694f;
  box-shadow:
    0 0 0 4px rgba(127, 105, 79, 0.07),
    0 0 18px rgba(127, 105, 79, 0.46);
  animation: iryx-planet-orbit-clean var(--planet-speed, 18s) linear infinite;
}

.node-lyon {
  --planet-size: 12px;
  --planet-radius: clamp(78px, 15vw, 142px);
  --planet-start: 20deg;
  --planet-speed: 15s;
}

.node-suisse {
  --planet-size: 9px;
  --planet-radius: clamp(108px, 20vw, 190px);
  --planet-start: 144deg;
  --planet-speed: 23s;
}

.node-france {
  --planet-size: 7px;
  --planet-radius: clamp(58px, 11vw, 104px);
  --planet-start: 276deg;
  --planet-speed: 11s;
}

@keyframes iryx-planet-orbit-clean {
  from {
    transform: rotate(var(--planet-start, 0deg)) translateX(var(--planet-radius, 140px));
  }

  to {
    transform: rotate(calc(var(--planet-start, 0deg) + 360deg)) translateX(var(--planet-radius, 140px));
  }
}

@media (max-width: 1240px) {
  .menu-toggle {
    overflow: hidden;
    border-color: rgba(127, 105, 79, 0.56);
    background: rgba(127, 105, 79, 0.055);
  }

  .menu-toggle-orbit {
    position: absolute;
    inset: auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: transparent;
    background-color: transparent;
    animation: iryx-atom-spin 3.8s linear infinite;
  }

  .menu-toggle-core {
    position: absolute;
    inset: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7f694f;
    transform: none;
  }

  .menu-toggle-orbit::before,
  .menu-toggle-orbit::after,
  .menu-toggle-core::before {
    position: absolute;
    inset: 7px 1px;
    border: 1px solid rgba(127, 105, 79, 0.72);
    border-radius: 50%;
    content: "";
  }

  .menu-toggle-orbit::before {
    transform: rotate(55deg) scaleY(0.38);
  }

  .menu-toggle-orbit::after {
    transform: rotate(-55deg) scaleY(0.38);
  }

  .menu-toggle-core::before {
    inset: -11px;
    transform: rotate(90deg) scaleY(0.38);
  }

  .menu-toggle::before,
  .menu-toggle::after {
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 50%;
    background: #7f694f;
    box-shadow: 0 0 10px rgba(127, 105, 79, 0.58);
    animation: iryx-electron-orbit 2.2s linear infinite;
  }

  .menu-toggle::after {
    animation-delay: -1.1s;
  }

  .menu-open .menu-toggle .menu-toggle-orbit,
  .menu-open .menu-toggle .menu-toggle-core {
    transform: none;
  }
}

@keyframes iryx-electron-orbit {
  from {
    transform: rotate(0deg) translateX(13px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(13px) rotate(-360deg);
  }
}

@media (max-width: 760px) {
  .section:not(.hero):not(.page-hero)::after {
    right: 16px;
    left: 16px;
  }

  .coverage-orbit {
    width: min(320px, 78vw);
  }
}

/* IRYX statistic refinement */
.about-stat {
  width: min(300px, 100%);
  padding: 22px;
  border-color: rgba(127, 105, 79, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
    rgba(4, 4, 4, 0.82);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.stat-ring {
  width: min(178px, 46vw);
  background: radial-gradient(circle at 50% 50%, rgba(127, 105, 79, 0.045), transparent 58%);
}

.stat-ring::before {
  inset: 7%;
  border-color: rgba(127, 105, 79, 0.16);
  transform: rotate(-14deg) scaleX(1.16);
}

.stat-ring::after {
  inset: 23%;
  border-color: rgba(127, 105, 79, 0.08);
}

.stat-ring-track,
.stat-ring-value {
  stroke-width: 4.4;
}

.stat-ring-track {
  stroke: rgba(127, 105, 79, 0.12);
}

.stat-ring-value {
  stroke: #7f694f;
  filter: drop-shadow(0 0 10px rgba(127, 105, 79, 0.34));
}

.stat-ring strong {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(2rem, 4.4vw, 3.15rem);
  letter-spacing: 0.05em;
}

.stat-ring strong span {
  color: #7f694f;
}

.about-stat p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 500;
}

.about-stat small {
  color: #7f694f;
  font-size: 0.72rem;
  opacity: 0.78;
}

@media (max-width: 760px) {
  .about-stat {
    width: min(280px, 100%);
    justify-self: center;
  }

  .stat-ring {
    width: min(164px, 50vw);
  }
}

/* IRYX final pre-deployment polish */
.partners-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0.006)),
    #040404;
  border-color: rgba(255, 255, 255, 0.08);
}

.partners-grid {
  gap: 12px;
  overflow: visible;
  background: transparent;
  border-color: transparent;
}

.partner-logo {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.016)),
    #080807;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 8px;
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.28);
}

.partner-logo:hover,
.partner-logo:focus-visible {
  border-color: rgba(127, 105, 79, 0.52);
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.12), rgba(255, 255, 255, 0.018)),
    #0d0c0b;
  box-shadow:
    0 0 0 1px rgba(127, 105, 79, 0.1),
    0 26px 86px rgba(0, 0, 0, 0.34);
}

body {
  position: relative;
  isolation: isolate;
}

body::after {
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(127, 105, 79, 0.8) 0 0.8px, transparent 1.6px),
    radial-gradient(circle at 31% 42%, rgba(127, 105, 79, 0.42) 0 0.7px, transparent 1.5px),
    radial-gradient(circle at 53% 24%, rgba(127, 105, 79, 0.66) 0 0.9px, transparent 1.8px),
    radial-gradient(circle at 74% 68%, rgba(127, 105, 79, 0.5) 0 0.75px, transparent 1.55px),
    radial-gradient(circle at 88% 36%, rgba(127, 105, 79, 0.76) 0 0.85px, transparent 1.7px),
    radial-gradient(circle at 18% 76%, rgba(127, 105, 79, 0.34) 0 0.7px, transparent 1.45px);
  background-size: 360px 300px, 520px 420px, 680px 520px, 440px 360px, 760px 620px, 610px 540px;
  background-position: 0 0, 90px 40px, 180px 120px, 60px 210px, 230px 70px, 310px 260px;
  mask-image: linear-gradient(180deg, transparent, #000 10%, #000 90%, transparent);
  opacity: 0.8;
}

main,
.footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
}

.home-expertise-section .service-card::after,
.home-expertise-section .service-card-visual::after {
  display: none;
}

body::after {
  background:
    radial-gradient(circle at 8% 16%, rgba(127, 105, 79, 0.88) 0 1.1px, transparent 2px),
    radial-gradient(circle at 24% 48%, rgba(127, 105, 79, 0.58) 0 0.9px, transparent 1.8px),
    radial-gradient(circle at 44% 22%, rgba(127, 105, 79, 0.78) 0 1px, transparent 1.9px),
    radial-gradient(circle at 62% 72%, rgba(127, 105, 79, 0.52) 0 0.95px, transparent 1.8px),
    radial-gradient(circle at 78% 34%, rgba(127, 105, 79, 0.84) 0 1px, transparent 1.9px),
    radial-gradient(circle at 91% 64%, rgba(127, 105, 79, 0.62) 0 0.95px, transparent 1.8px),
    radial-gradient(circle at 16% 82%, rgba(127, 105, 79, 0.42) 0 0.9px, transparent 1.7px),
    radial-gradient(circle at 55% 50%, rgba(127, 105, 79, 0.34) 0 0.75px, transparent 1.45px);
  background-size: 260px 220px, 420px 340px, 560px 430px, 360px 300px, 640px 520px, 500px 440px, 470px 390px, 310px 270px;
  background-position: 0 0, 72px 34px, 164px 118px, 42px 188px, 224px 62px, 306px 248px, 128px 276px, 212px 134px;
  opacity: 0.98;
}

.hero::before,
.page-hero::before,
.page-home .hero::before,
.page-a-propos .page-hero::before,
.page-contact .page-hero::before,
.page-mentions-legales .page-hero::before,
.page-politique-confidentialite .page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, #000 100%);
}

.page-renseignement-osint .page-hero::before,
.page-intelligence-economique .page-hero::before,
.page-contre-espionnage-tscm .page-hero::before,
.page-blog-article .page-hero::before,
[class*="page-blog-"] .page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.02) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 58%, #000 100%);
}

.page-intelligence-economique main {
  background-image:
    linear-gradient(180deg, transparent 0 36rem, #000 72rem),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.54) 38%, rgba(0, 0, 0, 0.08) 100%),
    url("/assets/images/generated/iryx-economic-intelligence.webp");
}

.page-renseignement-osint main {
  background-image:
    linear-gradient(180deg, transparent 0 36rem, #000 72rem),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.54) 38%, rgba(0, 0, 0, 0.08) 100%),
    url("/assets/images/generated/iryx-digital-intelligence.webp");
}

.page-contre-espionnage-tscm main {
  background-image:
    linear-gradient(180deg, transparent 0 36rem, #000 72rem),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.54) 38%, rgba(0, 0, 0, 0.08) 100%),
    url("/assets/images/generated/iryx-counter-espionage.webp");
}

.page-home .hero {
  background-position: 60% center;
}

.page-home .hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.52) 43%, rgba(0, 0, 0, 0.08) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), #000000 100%);
}

body::before {
  height: 1.5px;
  background: linear-gradient(90deg, transparent 0%, rgba(127, 105, 79, 0.72) 16%, #7f694f 52%, rgba(127, 105, 79, 0.72) 84%, transparent 100%);
}

.main-nav a::after {
  bottom: -8px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.86), transparent);
  box-shadow: 0 0 10px rgba(127, 105, 79, 0.22);
}

.hero-copy .eyebrow::after,
.section-heading .eyebrow::after,
.section-copy .eyebrow::after,
.partners-copy .eyebrow::after,
.onarp-copy .eyebrow::after,
.contact-intro .eyebrow::after,
.legal-wrap > .eyebrow::after {
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(127, 105, 79, 0), rgba(127, 105, 79, 0.82), rgba(127, 105, 79, 0.12));
  box-shadow: 0 0 9px rgba(127, 105, 79, 0.16);
}

.hero-copy .eyebrow::after {
  width: min(132px, 38vw);
  margin-top: 15px;
}

.section-heading .eyebrow::after,
.section-copy .eyebrow::after,
.partners-copy .eyebrow::after,
.onarp-copy .eyebrow::after,
.contact-intro .eyebrow::after,
.legal-wrap > .eyebrow::after {
  width: 92px;
  margin-top: 12px;
}

@media (max-width: 1240px) {
  .main-nav a::after {
    bottom: 0;
  }
}

@media (max-width: 760px) {
  body::before {
    height: 1px;
  }

  .page-home .hero {
    background-position: 58% top;
    background-size: auto 100%;
  }

  .page-home .hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.32) 45%, #000 100%);
  }

  .hero-copy .eyebrow::after {
    width: min(112px, 42vw);
    margin-top: 12px;
  }
}

/* IRYX readability and image visibility pass */
:root {
  --ink-soft: rgba(234, 236, 239, 0.84);
  --cosmos-muted: rgba(226, 229, 233, 0.82);
  --surface-1: #030303;
  --surface-2: #060606;
  --surface-3: #090909;
  --paper: #000000;
}

html,
body {
  background: #000000;
}

body {
  color: rgba(252, 250, 246, 0.94);
  background: #000000;
}

body::after {
  display: none;
}

.site-header {
  background:
    linear-gradient(180deg, rgba(26, 24, 22, 0.78), rgba(12, 11, 10, 0.68));
}

.hero,
.page-hero,
.hero.no-sand-filter,
.page-hero.no-sand-filter {
  background-color: #000000;
  background-image: var(--hero-image) !important;
  background-blend-mode: normal;
}

.hero::before,
.page-hero::before,
.page-home .hero::before,
.page-a-propos .page-hero::before,
.page-contact .page-hero::before,
.page-mentions-legales .page-hero::before,
.page-politique-confidentialite .page-hero::before,
.page-renseignement-osint .page-hero::before,
.page-intelligence-economique .page-hero::before,
.page-contre-espionnage-tscm .page-hero::before,
.page-blog-article .page-hero::before,
[class*="page-blog-"] .page-hero::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0) 78%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, #000000 100%);
}

.hero-copy,
.page-hero .hero-copy {
  position: relative;
  z-index: 1;
  isolation: isolate;
  text-shadow:
    0 2px 16px rgba(0, 0, 0, 0.92),
    0 10px 42px rgba(0, 0, 0, 0.82);
}

.hero-copy::before,
.page-hero .hero-copy::before {
  position: absolute;
  inset: clamp(28px, 5vw, 52px) max(-24px, -2vw);
  z-index: -1;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 32% 46%, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 46%, rgba(0, 0, 0, 0) 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0) 82%);
  filter: blur(18px);
  content: "";
}

.hero-copy > p:not(.eyebrow),
.section-copy > p:not(.eyebrow),
.partners-copy > p:not(.eyebrow),
.contact-intro > p:not(.eyebrow),
.section-heading + p,
.feature-item p,
.feature-copy,
.service-subtitle,
.service-quote,
.service-bullets,
.bullet-list,
.google-review-card p,
.trust-band p {
  color: rgba(226, 229, 233, 0.84);
}

.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.partners-section,
.partner-logo,
.contact-panel {
  border-color: rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.014)),
    var(--surface-1);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible {
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.09), rgba(255, 255, 255, 0.024)),
    var(--surface-2);
  box-shadow:
    0 0 0 1px rgba(127, 105, 79, 0.12),
    0 22px 62px rgba(0, 0, 0, 0.22);
}

.home-expertise-section .service-card {
  background: #050505;
}

.service-card-visual {
  background: var(--card-image) center / cover no-repeat;
}

.service-card-visual::after,
.home-expertise-section .service-card-visual::after,
.section-media::after,
.portrait-card::after {
  display: none;
}

.section-media img,
.portrait-card img {
  filter: none;
}

.page-intelligence-economique main,
.page-renseignement-osint main,
.page-contre-espionnage-tscm main {
  background-image:
    linear-gradient(180deg, transparent 0 40rem, #000000 76rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0) 100%),
    var(--service-page-image);
}

.page-intelligence-economique main {
  --service-page-image: url("/assets/images/generated/iryx-economic-intelligence.webp");
}

.page-renseignement-osint main {
  --service-page-image: url("/assets/images/generated/iryx-digital-intelligence.webp");
}

.page-contre-espionnage-tscm main {
  --service-page-image: url("/assets/images/generated/iryx-counter-espionage.webp");
}

@media (max-width: 1240px) {
  .hero,
  .page-hero,
  .hero.no-sand-filter,
  .page-hero.no-sand-filter {
    --active-hero-image: var(--hero-image-mobile, var(--hero-image));
    background-image: var(--active-hero-image) !important;
  }
}

@media (max-width: 760px) {
  .hero::before,
  .page-hero::before,
  .page-home .hero::before,
  .page-renseignement-osint .page-hero::before,
  .page-intelligence-economique .page-hero::before,
  .page-contre-espionnage-tscm .page-hero::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.66) 56%, #000000 100%);
  }

  .hero-copy,
  .page-hero .hero-copy {
    text-shadow:
      0 2px 10px rgba(0, 0, 0, 1),
      0 12px 34px rgba(0, 0, 0, 0.98),
      0 0 72px rgba(0, 0, 0, 0.92);
  }

  .hero-copy::before,
  .page-hero .hero-copy::before {
    inset: clamp(248px, 38vh, 322px) -18px clamp(28px, 7vw, 52px);
    background:
      radial-gradient(ellipse at 42% 42%, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.8) 45%, rgba(0, 0, 0, 0) 76%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 24%, rgba(0, 0, 0, 0.9) 78%, rgba(0, 0, 0, 0) 100%);
    filter: blur(16px);
  }
}

/* Final liquid-glass pass, aligned with the header treatment */
:root {
  --liquid-glass-bg: linear-gradient(180deg, rgba(26, 24, 22, 0.78), rgba(12, 11, 10, 0.68));
  --liquid-glass-bg-hover: linear-gradient(180deg, rgba(32, 30, 28, 0.84), rgba(14, 13, 12, 0.74));
  --liquid-glass-line: rgba(127, 105, 79, 0.22);
  --liquid-glass-line-strong: rgba(127, 105, 79, 0.54);
  --liquid-glass-highlight: rgba(255, 255, 255, 0.12);
  --liquid-glass-shadow: 0 20px 70px rgba(0, 0, 0, 0.44);
}

.google-rating-badge,
.google-review-summary,
.google-review-card,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.quote-card,
.seo-card,
.related-card,
.blog-card,
.europe-map-card,
.partner-logo {
  border-color: var(--liquid-glass-line);
  background: var(--liquid-glass-bg);
  box-shadow:
    inset 0 1px 0 var(--liquid-glass-highlight),
    inset 0 -1px 0 rgba(127, 105, 79, 0.16),
    var(--liquid-glass-shadow);
  backdrop-filter: blur(30px) saturate(1.28);
  -webkit-backdrop-filter: blur(30px) saturate(1.28);
}

.service-card::before,
.feature-item::before,
.audience-card::before,
.timeline-step::before,
.google-review-card::before,
.seo-card::before,
.related-card::before,
.blog-card::before,
.quote-card::before {
  opacity: 0.08;
}

.service-card::after,
.feature-item::after,
.audience-card::after,
.timeline-step::after,
.google-review-card::after,
.seo-card::after,
.related-card::after,
.blog-card::after,
.quote-card::after {
  opacity: 0.18;
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.timeline-step:focus-visible,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible,
.google-rating-badge:hover,
.google-rating-badge:focus-visible {
  border-color: var(--liquid-glass-line-strong);
  background: var(--liquid-glass-bg-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(127, 105, 79, 0.28),
    0 0 0 1px rgba(127, 105, 79, 0.08),
    0 24px 82px rgba(0, 0, 0, 0.52);
}

.home-expertise-section .service-card {
  background: var(--liquid-glass-bg);
}

.service-card-visual {
  border-bottom-color: rgba(127, 105, 79, 0.24);
}

.service-card-visual::after,
.home-expertise-section .service-card-visual::after {
  display: block;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(90deg, rgba(127, 105, 79, 0.14), transparent 48%);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .google-rating-badge,
  .google-review-summary,
  .google-review-card,
  .audience-card,
  .timeline-step,
  .service-card,
  .feature-item,
  .quote-card,
  .seo-card,
  .related-card,
  .blog-card,
  .europe-map-card,
  .partner-logo {
    background: #050505;
  }
}

@media (max-width: 760px) {
  .hero-copy h1,
  .page-hero .hero-copy h1 {
    max-width: min(100%, 19ch);
    font-size: clamp(1.58rem, 6vw, 1.76rem);
    line-height: 1.18;
    letter-spacing: 0.012em;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }
}

/* IRYX immersive intelligence identity */
:root {
  --identity-gold: #b68b4a;
  --identity-gold-soft: rgba(182, 139, 74, 0.72);
  --identity-ink: #02070d;
  --scene-progress: 0;
}

.hero {
  background-color: #000;
}

.identity-scene {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.96;
  --scene-p: var(--scene-progress, 0);
  --scene-depth: calc((var(--scene-p) - 0.5) * 1);
}

.identity-scene::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 38%, rgba(182, 139, 74, 0.16), transparent 28%),
    radial-gradient(circle at 14% 28%, rgba(255, 255, 255, 0.06), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 8, 16, 0.22) 44%, rgba(0, 0, 0, 0.2));
  content: "";
}

.identity-scene::after,
.scene-vignette {
  position: absolute;
  inset: 0;
  content: "";
}

.identity-scene::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 78px 78px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.24;
  transform: translate3d(calc(var(--scene-p) * -34px), calc(var(--scene-p) * 18px), 0);
}

.scene-vignette {
  z-index: 4;
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.76) 24%, transparent 52%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.14), #000 100%);
}

.hero-copy {
  z-index: 5;
}

.google-rating-badge {
  z-index: 6;
}

.intel-globe {
  position: absolute;
  top: 50%;
  right: min(-90px, -3vw);
  z-index: 2;
  width: min(620px, 46vw);
  aspect-ratio: 1;
  border: 1px solid rgba(182, 139, 74, 0.22);
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 36%, rgba(255, 255, 255, 0.14), transparent 2px),
    radial-gradient(circle at 54% 54%, rgba(182, 139, 74, 0.18), transparent 42%),
    radial-gradient(circle at 50% 50%, rgba(10, 26, 42, 0.56), rgba(1, 5, 10, 0.86) 64%, rgba(0, 0, 0, 0) 70%);
  box-shadow:
    inset 18px -16px 60px rgba(0, 0, 0, 0.9),
    inset -24px 12px 60px rgba(255, 255, 255, 0.05),
    0 0 120px rgba(29, 94, 148, 0.12);
  transform:
    translate3d(calc(var(--scene-p) * -70px), calc(-50% + var(--scene-p) * 34px), 0)
    rotate(calc(var(--scene-p) * 16deg));
  transition: transform 80ms linear;
}

.globe-grid,
.globe-continent,
.globe-arc,
.globe-node {
  position: absolute;
  display: block;
}

.globe-grid {
  inset: 7%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(245, 245, 245, 0.46) 0 1px, transparent 1.8px),
    repeating-linear-gradient(90deg, transparent 0 28px, rgba(255, 255, 255, 0.05) 29px 30px),
    repeating-linear-gradient(0deg, transparent 0 28px, rgba(255, 255, 255, 0.045) 29px 30px);
  background-size: 11px 11px, 100% 100%, 100% 100%;
  mask-image: radial-gradient(circle, #000 0 68%, transparent 69%);
  opacity: 0.58;
}

.globe-continent {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.65) 0 1px, transparent 1.8px);
  background-size: 8px 8px;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.08));
  opacity: 0.5;
}

.continent-one {
  top: 18%;
  left: 44%;
  width: 25%;
  height: 33%;
  clip-path: polygon(18% 0, 78% 8%, 100% 34%, 78% 58%, 86% 100%, 44% 84%, 20% 58%, 0 24%);
}

.continent-two {
  top: 46%;
  left: 56%;
  width: 24%;
  height: 30%;
  clip-path: polygon(10% 8%, 72% 0, 100% 36%, 80% 70%, 48% 100%, 18% 72%, 0 38%);
}

.continent-three {
  top: 27%;
  left: 23%;
  width: 20%;
  height: 34%;
  clip-path: polygon(30% 0, 86% 18%, 74% 46%, 100% 78%, 56% 100%, 16% 78%, 0 42%);
}

.globe-arc {
  height: 1px;
  border-top: 1px solid rgba(182, 139, 74, 0.82);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(182, 139, 74, 0.35);
  transform-origin: left center;
  opacity: 0.82;
}

.arc-one { top: 36%; left: 18%; width: 55%; transform: rotate(-17deg); }
.arc-two { top: 48%; left: 11%; width: 68%; transform: rotate(13deg); }
.arc-three { top: 58%; left: 28%; width: 46%; transform: rotate(-34deg); }
.arc-four { top: 28%; left: 43%; width: 38%; transform: rotate(38deg); }

.globe-node {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f2c36d;
  box-shadow:
    0 0 0 4px rgba(182, 139, 74, 0.12),
    0 0 22px rgba(242, 195, 109, 0.82);
}

.globe-node::after {
  position: absolute;
  top: 12px;
  left: 10px;
  color: rgba(245, 240, 232, 0.62);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  content: attr(data-label);
}

.node-1 { top: 35%; left: 30%; }
.node-2 { top: 42%; left: 47%; }
.node-3 { top: 30%; left: 58%; }
.node-4 { top: 52%; left: 68%; }
.node-5 { top: 64%; left: 38%; }
.node-6 { top: 23%; left: 39%; }

.investigation-board {
  position: absolute;
  top: 7%;
  left: -2%;
  z-index: 2;
  width: min(620px, 47vw);
  height: min(700px, 88%);
  border-left: 1px solid rgba(182, 139, 74, 0.22);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.14)),
    radial-gradient(circle at 30% 32%, rgba(182, 139, 74, 0.12), transparent 32%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 22px);
  filter: saturate(0.88);
  transform:
    translate3d(calc(var(--scene-p) * -54px), calc(var(--scene-p) * -84px), 0)
    rotate(-1.5deg)
    scale(calc(1 + var(--scene-p) * 0.055));
}

.board-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.board-links path,
.market-lines path,
.counter-lines path {
  fill: none;
  stroke: rgba(182, 139, 74, 0.76);
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-dasharray: 480;
  stroke-dashoffset: calc(480 - var(--scene-p) * 480);
  filter: drop-shadow(0 0 8px rgba(182, 139, 74, 0.28));
}

.board-tag,
.market-tag,
.counter-tag {
  position: absolute;
  z-index: 2;
  padding: 8px 12px;
  border: 1px solid rgba(182, 139, 74, 0.22);
  background:
    linear-gradient(180deg, rgba(226, 221, 210, 0.78), rgba(139, 132, 116, 0.68));
  color: #0b0b0a;
  font-family: var(--title-font);
  font-size: clamp(0.58rem, 0.82vw, 0.74rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.board-tag::before {
  position: absolute;
  top: -6px;
  left: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #d4bd89;
  box-shadow: 0 0 10px rgba(212, 189, 137, 0.72);
  content: "";
}

.tag-1 { top: 8%; left: 14%; }
.tag-2 { top: 44%; left: 13%; }
.tag-3 { top: 28%; left: 48%; }
.tag-4 { top: 62%; left: 45%; }
.tag-5 { top: 22%; left: 7%; }

.board-photo,
.board-map,
.board-fingerprint {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.015)),
    #101010;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.photo-one {
  top: 10%;
  right: 12%;
  width: 29%;
  height: 20%;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), transparent),
    radial-gradient(circle at 56% 24%, rgba(255,255,255,0.28), transparent 9%),
    linear-gradient(180deg, transparent 52%, rgba(182,139,74,0.2)),
    #111;
}

.photo-two {
  bottom: 13%;
  left: 27%;
  width: 33%;
  height: 21%;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent),
    repeating-linear-gradient(90deg, transparent 0 20px, rgba(255,255,255,0.06) 21px 22px),
    #090909;
}

.board-map {
  bottom: 30%;
  left: 12%;
  width: 42%;
  height: 24%;
  opacity: 0.74;
  background:
    radial-gradient(circle at 26% 40%, rgba(182,139,74,0.46), transparent 3px),
    radial-gradient(circle at 62% 62%, rgba(182,139,74,0.36), transparent 3px),
    linear-gradient(120deg, transparent 0 28%, rgba(255,255,255,0.08) 29% 30%, transparent 31%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.035) 0 1px, transparent 1px 18px),
    #090c0f;
}

.board-fingerprint {
  top: 30%;
  right: 8%;
  width: 18%;
  aspect-ratio: 0.72;
  border-radius: 50%;
  opacity: 0.7;
  background:
    repeating-radial-gradient(ellipse at 50% 50%, transparent 0 5px, rgba(255,255,255,0.2) 6px 7px, transparent 8px 13px),
    #080808;
}

.market-radar,
.counter-grid {
  position: absolute;
  top: 50%;
  right: clamp(16px, 7vw, 120px);
  z-index: 2;
  width: min(640px, 48vw);
  aspect-ratio: 1.28;
  transform: translate3d(calc(var(--scene-p) * -64px), calc(-50% + var(--scene-p) * 40px), 0);
}

.radar-core,
.radar-ring,
.counter-scan,
.counter-shield,
.counter-beam {
  position: absolute;
  display: block;
}

.radar-core {
  inset: 34%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 139, 74, 0.34), rgba(182, 139, 74, 0.05) 58%, transparent 60%);
  box-shadow: 0 0 60px rgba(182, 139, 74, 0.2);
}

.radar-ring {
  border: 1px solid rgba(182, 139, 74, 0.22);
  border-radius: 50%;
}

.ring-a { inset: 24%; }
.ring-b { inset: 13%; }
.ring-c { inset: 2%; }

.market-lines,
.counter-lines {
  position: absolute;
  inset: 4% 0 0;
  width: 100%;
  height: 86%;
}

.market-bars {
  stroke: rgba(255, 255, 255, 0.18) !important;
  stroke-width: 6 !important;
}

.market-tag,
.counter-tag {
  background:
    linear-gradient(180deg, rgba(26, 24, 22, 0.84), rgba(5, 5, 5, 0.74));
  color: rgba(245, 240, 232, 0.86);
}

.market-1 { top: 10%; left: 12%; }
.market-2 { top: 30%; right: 6%; }
.market-3 { bottom: 12%; left: 8%; }
.market-4 { top: 55%; left: 43%; }
.market-5 { bottom: 20%; right: 16%; }

.counter-grid {
  transform:
    translate3d(calc(var(--scene-p) * -48px), calc(-50% + var(--scene-p) * 28px), 0)
    rotate(calc(var(--scene-p) * -2deg));
}

.counter-shield {
  top: 16%;
  left: 31%;
  width: 38%;
  height: 60%;
  clip-path: polygon(50% 0, 88% 13%, 84% 58%, 50% 100%, 16% 58%, 12% 13%);
  border: 1px solid rgba(182, 139, 74, 0.52);
  background:
    linear-gradient(180deg, rgba(182, 139, 74, 0.18), rgba(0, 0, 0, 0.1)),
    rgba(7, 10, 13, 0.82);
  box-shadow:
    inset 0 0 34px rgba(182, 139, 74, 0.12),
    0 0 90px rgba(182, 139, 74, 0.15);
}

.counter-shield span {
  position: absolute;
  inset: 32% 40% 24%;
  border: 2px solid rgba(245, 240, 232, 0.62);
  border-radius: 999px 999px 6px 6px;
}

.counter-shield span::after {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: rgba(245, 240, 232, 0.62);
  content: "";
  transform: translateX(-50%);
}

.counter-scan {
  inset: 2%;
  border: 1px solid rgba(182, 139, 74, 0.16);
  border-radius: 50%;
}

.scan-two {
  inset: 14%;
}

.counter-beam {
  top: 50%;
  left: 50%;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, rgba(182, 139, 74, 0.94), transparent);
  transform-origin: left center;
  transform: rotate(calc(var(--scene-p) * 180deg - 28deg));
  box-shadow: 0 0 20px rgba(182, 139, 74, 0.38);
}

.counter-1 { top: 8%; left: 4%; }
.counter-2 { top: 16%; right: 7%; }
.counter-3 { bottom: 12%; left: 8%; }
.counter-4 { bottom: 18%; right: 8%; }
.counter-5 { top: 48%; left: 0; }

.page-home main::before,
.page-a-propos main::before,
.page-contact main::before,
.page-renseignement-osint main::before,
.page-intelligence-economique main::before,
.page-contre-espionnage-tscm main::before {
  position: fixed;
  inset: 76px 0 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at calc(74% - var(--scene-progress) * 12%) 22%, rgba(182, 139, 74, 0.12), transparent 18rem),
    linear-gradient(110deg, transparent 0 18%, rgba(182, 139, 74, 0.075) 18.2% 18.35%, transparent 18.6% 100%);
  opacity: 0.65;
  content: "";
  transform: translate3d(0, calc(var(--scene-progress) * -40px), 0);
}

.page-renseignement-osint main::before {
  background:
    linear-gradient(120deg, transparent 0 34%, rgba(182, 139, 74, 0.18) 34.2% 34.35%, transparent 34.6%),
    linear-gradient(32deg, transparent 0 58%, rgba(182, 139, 74, 0.16) 58.2% 58.35%, transparent 58.6%),
    radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.08), transparent 8rem),
    radial-gradient(circle at 72% 68%, rgba(182, 139, 74, 0.1), transparent 11rem);
}

.page-renseignement-osint .hero,
.page-renseignement-osint .page-hero,
.page-intelligence-economique .hero,
.page-intelligence-economique .page-hero,
.page-contre-espionnage-tscm .hero,
.page-contre-espionnage-tscm .page-hero {
  background-image:
    radial-gradient(circle at 76% 42%, rgba(182, 139, 74, 0.12), transparent 30rem),
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.86) 32%, rgba(0, 0, 0, 0.42) 100%) !important;
}

.page-renseignement-osint main,
.page-intelligence-economique main,
.page-contre-espionnage-tscm main {
  background-image: none !important;
}

.page-renseignement-osint .investigation-board {
  left: -1%;
  width: min(720px, 56vw);
  opacity: 0.94;
}

.page-renseignement-osint .hero-copy {
  width: min(680px, 48vw);
  margin-left: clamp(420px, 43vw, 620px);
}

.page-intelligence-economique main::before {
  background:
    repeating-linear-gradient(90deg, transparent 0 90px, rgba(255, 255, 255, 0.035) 91px 92px),
    linear-gradient(132deg, transparent 0 42%, rgba(182, 139, 74, 0.2) 42.2% 42.35%, transparent 42.6%),
    radial-gradient(circle at 76% 30%, rgba(182, 139, 74, 0.12), transparent 14rem);
}

.page-contre-espionnage-tscm main::before {
  background:
    radial-gradient(circle at 70% 38%, transparent 0 10rem, rgba(182, 139, 74, 0.14) 10.1rem 10.2rem, transparent 10.4rem 14rem, rgba(182, 139, 74, 0.08) 14.1rem 14.2rem, transparent 14.4rem),
    linear-gradient(90deg, transparent 0 51%, rgba(182, 139, 74, 0.14) 51.1% 51.2%, transparent 51.35%);
}

@media (prefers-reduced-motion: no-preference) {
  .globe-node,
  .board-tag,
  .market-tag,
  .counter-tag {
    animation: intelPulse 4.8s ease-in-out infinite;
  }

  .globe-node:nth-of-type(2n),
  .tag-2,
  .tag-4,
  .market-2,
  .market-4,
  .counter-2,
  .counter-4 {
    animation-delay: -1.8s;
  }
}

@keyframes intelPulse {
  0%,
  100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.22) drop-shadow(0 0 12px rgba(182, 139, 74, 0.28));
  }
}

@media (max-width: 900px) {
  .identity-scene::before {
    background:
      radial-gradient(circle at 72% 28%, rgba(182, 139, 74, 0.2), transparent 30%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.22), #000 100%);
  }

  .scene-vignette {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.28) 44%, #000 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.32), transparent 58%);
  }

  .intel-globe {
    top: 26%;
    right: -32%;
    width: min(520px, 112vw);
    opacity: 0.78;
  }

  .investigation-board {
    top: 7%;
    left: -28%;
    width: min(560px, 128vw);
    height: 58%;
    opacity: 0.72;
  }

  .market-radar,
  .counter-grid {
    top: 30%;
    right: -24%;
    width: min(560px, 118vw);
    opacity: 0.78;
  }

  .page-renseignement-osint .hero-copy {
    width: calc(100% - 40px);
    margin-left: clamp(20px, 7vw, 108px);
  }

  .board-tag,
  .market-tag,
  .counter-tag {
    font-size: 0.54rem;
    padding: 7px 9px;
  }
}

@media (max-width: 640px) {
  .identity-scene {
    opacity: 0.78;
  }

  .globe-node::after {
    display: none;
  }

  .scene-board .scene-vignette,
  .scene-economic .scene-vignette,
  .scene-counter .scene-vignette {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.66) 45%, #000 100%);
  }

  .page-renseignement-osint main::before,
  .page-intelligence-economique main::before,
  .page-contre-espionnage-tscm main::before {
    opacity: 0.36;
  }
}

/* Full-page immersive worlds: old hero images removed, scenes own the page */
.page-home .hero,
.page-a-propos .hero,
.page-contact .hero,
.page-renseignement-osint .hero,
.page-intelligence-economique .hero,
.page-contre-espionnage-tscm .hero,
.page-home .page-hero,
.page-a-propos .page-hero,
.page-contact .page-hero,
.page-renseignement-osint .page-hero,
.page-intelligence-economique .page-hero,
.page-contre-espionnage-tscm .page-hero,
.page-home .hero.no-sand-filter,
.page-a-propos .page-hero.no-sand-filter,
.page-contact .page-hero.no-sand-filter,
.page-renseignement-osint .page-hero.no-sand-filter,
.page-intelligence-economique .page-hero.no-sand-filter,
.page-contre-espionnage-tscm .page-hero.no-sand-filter {
  background-color: transparent !important;
  background-image: none !important;
  background-blend-mode: normal !important;
}

.page-home main,
.page-a-propos main,
.page-contact main,
.page-renseignement-osint main,
.page-intelligence-economique main,
.page-contre-espionnage-tscm main {
  background: transparent !important;
  background-image: none !important;
}

.scene-scope-page {
  position: fixed;
  inset: 76px 0 0;
  z-index: 0;
  min-height: calc(100vh - 76px);
  background:
    radial-gradient(circle at 70% 24%, rgba(182, 139, 74, 0.11), transparent 24rem),
    radial-gradient(circle at 18% 74%, rgba(30, 68, 102, 0.16), transparent 28rem),
    #000;
  opacity: 1;
  --scene-p: var(--scene-progress, 0);
}

.scene-scope-page::before {
  background:
    radial-gradient(circle at calc(72% - var(--scene-p) * 18%) calc(22% + var(--scene-p) * 20%), rgba(182, 139, 74, 0.18), transparent 22rem),
    radial-gradient(circle at calc(18% + var(--scene-p) * 14%) calc(68% - var(--scene-p) * 20%), rgba(255, 255, 255, 0.05), transparent 18rem),
    linear-gradient(115deg, rgba(0, 0, 0, 0.86), rgba(0, 10, 18, 0.3) 46%, rgba(0, 0, 0, 0.8));
}

.scene-scope-page::after {
  background-size: 92px 92px;
  opacity: 0.2;
  transform:
    translate3d(calc(var(--scene-p) * -120px), calc(var(--scene-p) * -72px), 0)
    scale(calc(1 + var(--scene-p) * 0.06));
}

.scene-scope-page .scene-vignette {
  background:
    linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.64) 24%, rgba(0, 0, 0, 0.22) 54%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), #000 100%);
}

.scene-scope-page + main,
.site-header ~ main,
.footer {
  position: relative;
  z-index: 2;
}

.scene-scope-page .intel-globe {
  top: 34%;
  right: max(-140px, -8vw);
  width: min(760px, 55vw);
  opacity: 0.92;
  transform:
    translate3d(calc(var(--scene-p) * -150px), calc(-50% + var(--scene-p) * 112px), 0)
    rotate(calc(7deg + var(--scene-p) * 44deg));
}

.scene-scope-page.scene-globe .globe-arc {
  opacity: calc(0.38 + var(--scene-p) * 0.56);
}

/* Western Europe: Lyon, Geneve, Paris, Zurich, Milan, Londres */
.scene-scope-page.scene-globe .node-1 { top: 45.5%; left: 44.8%; }
.scene-scope-page.scene-globe .node-2 { top: 45.8%; left: 48.2%; }
.scene-scope-page.scene-globe .node-3 { top: 38.4%; left: 42.3%; }
.scene-scope-page.scene-globe .node-4 { top: 41.8%; left: 50.6%; }
.scene-scope-page.scene-globe .node-5 { top: 52.5%; left: 51.4%; }
.scene-scope-page.scene-globe .node-6 { top: 31.8%; left: 39.4%; }

.scene-scope-page.scene-globe .arc-one {
  top: 37.4%;
  left: 39.5%;
  width: 12%;
  transform: rotate(36deg);
}

.scene-scope-page.scene-globe .arc-two {
  top: 44.3%;
  left: 44.8%;
  width: 7.8%;
  transform: rotate(-28deg);
}

.scene-scope-page.scene-globe .arc-three {
  top: 46.4%;
  left: 48.2%;
  width: 6%;
  transform: rotate(58deg);
}

.scene-scope-page.scene-globe .arc-four {
  top: 38.2%;
  left: 42.5%;
  width: 8.5%;
  transform: rotate(18deg);
}

.scene-scope-page.scene-board .scene-vignette {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.55) 48%, #000 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), #000 100%);
}

.scene-scope-page .investigation-board {
  top: -8%;
  left: 0;
  width: min(860px, 64vw);
  height: 132%;
  opacity: 1;
  border: 1px solid rgba(182, 139, 74, 0.18);
  border-radius: 2px;
  background:
    radial-gradient(circle at 26% 22%, rgba(255, 255, 255, 0.11), transparent 18rem),
    radial-gradient(circle at 66% 70%, rgba(182, 139, 74, 0.16), transparent 18rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.052) 0 1px, transparent 1px 24px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 28px),
    linear-gradient(135deg, #171512, #070707 64%, #020202);
  box-shadow:
    inset -55px 0 100px rgba(0, 0, 0, 0.6),
    inset 0 0 70px rgba(0, 0, 0, 0.54);
  transform:
    translate3d(calc(var(--scene-p) * -190px), calc(var(--scene-p) * -420px), 0)
    rotate(calc(-2deg + var(--scene-p) * 3deg))
    scale(calc(1.08 + var(--scene-p) * 0.1));
}

.scene-scope-page .board-links path {
  stroke-width: 1.6;
  stroke: rgba(207, 164, 94, 0.95);
  stroke-dashoffset: calc(520 - var(--scene-p) * 720);
}

.board-pin {
  position: absolute;
  z-index: 4;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, #fff4ce 0 18%, #c9994d 19% 72%, #4a321a 73%);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.56),
    0 0 14px rgba(201, 153, 77, 0.38);
}

.pin-a { top: 12%; left: 11%; }
.pin-b { top: 34%; left: 45%; }
.pin-c { top: 48%; left: 15%; }
.pin-d { top: 62%; left: 55%; }
.pin-e { top: 76%; left: 31%; }

.scene-scope-page .board-tag {
  z-index: 5;
  padding: 9px 13px 8px;
  border: 0;
  border-radius: 1px;
  background:
    linear-gradient(180deg, rgba(229, 224, 212, 0.96), rgba(154, 146, 128, 0.9));
  color: #080706;
  box-shadow:
    0 12px 22px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  transform: rotate(var(--tag-rotate, -2deg));
}

.scene-scope-page .tag-1 { top: 11%; left: 9%; --tag-rotate: -4deg; }
.scene-scope-page .tag-2 { top: 46%; left: 7%; --tag-rotate: 2deg; }
.scene-scope-page .tag-3 { top: 28%; left: 43%; --tag-rotate: -1deg; }
.scene-scope-page .tag-4 { top: 67%; left: 48%; --tag-rotate: 3deg; }
.scene-scope-page .tag-5 { top: 25%; left: 7%; --tag-rotate: 1deg; }

.board-photo span {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.scene-scope-page .photo-one {
  top: 9%;
  right: 10%;
  width: 31%;
  height: 22%;
  transform: rotate(2deg);
}

.scene-scope-page .photo-two {
  bottom: 14%;
  left: 26%;
  width: 34%;
  height: 24%;
  transform: rotate(-1deg);
}

.board-document {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(220, 218, 207, 0.28), rgba(120, 116, 104, 0.12)),
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(255, 255, 255, 0.14) 14px 15px),
    #111;
  opacity: 0.82;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}

.doc-one {
  top: 30%;
  right: 15%;
  width: 18%;
  height: 24%;
  transform: rotate(-3deg);
}

.doc-two {
  bottom: 37%;
  right: 4%;
  width: 24%;
  height: 18%;
  transform: rotate(2.5deg);
}

.scene-scope-page .board-map {
  bottom: 27%;
  left: 10%;
  width: 47%;
  height: 28%;
  opacity: 0.86;
}

.scene-scope-page .board-fingerprint {
  top: 31%;
  right: 7%;
  opacity: 0.84;
}

.scene-scope-page .market-radar {
  top: 36%;
  right: max(-90px, -4vw);
  width: min(760px, 58vw);
  transform:
    translate3d(calc(var(--scene-p) * -160px), calc(-50% + var(--scene-p) * 120px), 0)
    rotate(calc(var(--scene-p) * -7deg));
}

.scene-scope-page .market-path {
  stroke-dashoffset: calc(560 - var(--scene-p) * 780);
}

.scene-scope-page .market-bars {
  stroke-dashoffset: calc(360 - var(--scene-p) * 520);
}

.scene-scope-page .counter-grid {
  top: 36%;
  right: max(-60px, -3vw);
  width: min(740px, 56vw);
  transform:
    translate3d(calc(var(--scene-p) * -120px), calc(-50% + var(--scene-p) * 96px), 0)
    rotate(calc(-4deg + var(--scene-p) * 13deg))
    scale(calc(1 + var(--scene-p) * 0.08));
}

.scene-scope-page .counter-beam {
  transform: rotate(calc(var(--scene-p) * 320deg - 28deg));
}

.scene-scope-page .counter-lines path {
  stroke-dashoffset: calc(520 - var(--scene-p) * 760);
}

.page-renseignement-osint .hero-copy {
  width: min(680px, 48vw);
  margin-left: clamp(500px, 48vw, 680px);
}

.page-home .hero,
.page-a-propos .hero,
.page-contact .hero,
.page-renseignement-osint .hero,
.page-intelligence-economique .hero,
.page-contre-espionnage-tscm .hero {
  min-height: clamp(680px, 92vh, 920px);
}

@media (max-width: 900px) {
  .scene-scope-page {
    top: 68px;
  }

  .scene-scope-page .intel-globe {
    top: 28%;
    right: -42%;
    width: min(620px, 130vw);
  }

  .scene-scope-page .investigation-board {
    top: -4%;
    left: -34%;
    width: min(620px, 142vw);
    height: 72%;
    transform:
      translate3d(calc(var(--scene-p) * -84px), calc(var(--scene-p) * -150px), 0)
      rotate(calc(-2deg + var(--scene-p) * 2deg))
      scale(calc(1.04 + var(--scene-p) * 0.06));
  }

  .page-renseignement-osint .hero-copy {
    width: calc(100% - 40px);
    margin-left: clamp(20px, 7vw, 108px);
  }

  .scene-scope-page .market-radar,
  .scene-scope-page .counter-grid {
    top: 28%;
    right: -34%;
    width: min(620px, 128vw);
  }
}

@media (max-width: 640px) {
  .scene-scope-page {
    inset: 68px 0 0;
  }

  .scene-scope-page .scene-vignette {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52) 42%, #000 100%);
  }

  .scene-scope-page .investigation-board {
    opacity: 0.86;
  }

  .scene-scope-page .board-tag {
    font-size: 0.5rem;
    padding: 7px 9px;
  }
}

/* Final immersive cohesion pass */
:root {
  --liquid-glass-bg: linear-gradient(180deg, rgba(26, 24, 22, 0.78), rgba(12, 11, 10, 0.68));
  --liquid-glass-bg-hover: linear-gradient(180deg, rgba(34, 31, 28, 0.86), rgba(14, 13, 12, 0.76));
  --liquid-glass-line: rgba(127, 105, 79, 0.28);
  --liquid-glass-line-strong: rgba(127, 105, 79, 0.58);
  --liquid-glass-highlight: rgba(255, 255, 255, 0.12);
  --liquid-glass-gold-glow: rgba(127, 105, 79, 0.28);
  --liquid-glass-shadow: 0 22px 78px rgba(0, 0, 0, 0.48);
  --liquid-glass-shadow-hover: 0 28px 92px rgba(0, 0, 0, 0.56);
}

.site-header,
.intervention-zone,
.trust-band,
.partners-section,
.contact-panel,
.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band article,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.faq-item,
.blog-admin-item,
.about-stat,
.partner-logo,
.button.secondary,
.main-nav .nav-social,
.main-nav .lang-switch,
.header-lang .lang-switch,
.menu-toggle {
  border: 1px solid var(--liquid-glass-line);
  background: var(--liquid-glass-bg);
  box-shadow:
    inset 0 1px 0 var(--liquid-glass-highlight),
    inset 0 -1px 0 rgba(127, 105, 79, 0.16),
    var(--liquid-glass-shadow);
  backdrop-filter: blur(30px) saturate(1.28);
  -webkit-backdrop-filter: blur(30px) saturate(1.28);
}

.site-header {
  border-width: 0 0 1px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(127, 105, 79, 0.18);
}

.site-header.is-scrolled {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(127, 105, 79, 0.24),
    0 18px 52px rgba(0, 0, 0, 0.42);
}

.button {
  border-radius: 999px;
}

.button.secondary,
.button:not(.primary) {
  color: rgba(252, 250, 246, 0.92);
}

.button.primary {
  border-color: rgba(170, 133, 78, 0.86);
  background:
    linear-gradient(180deg, rgba(180, 137, 72, 0.95), rgba(116, 84, 45, 0.92));
  color: #fff8ea;
  box-shadow:
    inset 0 1px 0 rgba(255, 242, 204, 0.28),
    0 18px 54px rgba(127, 105, 79, 0.34),
    0 16px 44px rgba(0, 0, 0, 0.42);
}

.site-header a,
.main-nav a,
.nav-contact {
  color: rgba(252, 250, 246, 0.9);
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.timeline-step:focus-visible,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible,
.google-rating-badge:hover,
.google-rating-badge:focus-visible,
.faq-item:hover,
.faq-item:focus-within,
.blog-admin-item:hover,
.blog-admin-item:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible,
.button:not(.primary):hover,
.button:not(.primary):focus-visible,
.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible,
.main-nav .lang-switch:hover,
.main-nav .lang-switch:focus-visible,
.header-lang .lang-switch:hover,
.header-lang .lang-switch:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--liquid-glass-line-strong);
  background: var(--liquid-glass-bg-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset 0 -1px 0 rgba(127, 105, 79, 0.28),
    0 0 0 1px rgba(127, 105, 79, 0.08),
    var(--liquid-glass-shadow-hover);
}

.button.primary:hover,
.button.primary:focus-visible {
  border-color: rgba(215, 174, 106, 0.95);
  background:
    linear-gradient(180deg, rgba(200, 154, 84, 0.98), rgba(132, 94, 48, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 242, 204, 0.36),
    0 0 0 1px rgba(127, 105, 79, 0.28),
    0 24px 72px rgba(127, 105, 79, 0.38),
    0 20px 56px rgba(0, 0, 0, 0.48);
}

.home-expertise-section .service-card,
.contact-form,
.partners-section,
.contact-panel,
.trust-band {
  background: var(--liquid-glass-bg);
}

.page-home .hero::after {
  position: absolute;
  right: max(20px, calc((100vw - var(--max)) / 2));
  bottom: 0;
  left: max(20px, calc((100vw - var(--max)) / 2));
  z-index: 3;
  display: block;
  width: auto;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(127, 105, 79, 0.68), transparent);
  content: "";
  opacity: 0.72;
}

.menu-toggle {
  position: relative;
  display: none;
  place-items: center;
  overflow: hidden;
  color: #b88d50;
}

.menu-toggle span {
  margin: 0;
}

.menu-toggle-orbit {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.42), transparent 13%),
    radial-gradient(circle at 50% 50%, rgba(127, 105, 79, 0.16) 0 42%, transparent 43%),
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(183, 141, 80, 0.18) 7px 8px),
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(183, 141, 80, 0.14) 8px 9px),
    #050505;
  box-shadow:
    inset 0 0 0 1px rgba(183, 141, 80, 0.52),
    inset 0 0 18px rgba(183, 141, 80, 0.16),
    0 0 22px rgba(127, 105, 79, 0.32);
  animation: iryx-menu-globe 7s linear infinite;
}

.menu-toggle-orbit::before,
.menu-toggle-orbit::after {
  position: absolute;
  inset: 4px 1px;
  border: 1px solid rgba(183, 141, 80, 0.52);
  border-radius: 50%;
  content: "";
}

.menu-toggle-orbit::before {
  transform: rotate(56deg) scaleY(0.42);
}

.menu-toggle-orbit::after {
  transform: rotate(-56deg) scaleY(0.42);
}

.menu-toggle-core {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d2a667;
  box-shadow:
    -10px -3px 0 rgba(183, 141, 80, 0.86),
    9px 5px 0 rgba(183, 141, 80, 0.74),
    0 0 12px rgba(210, 166, 103, 0.72);
  animation: iryx-menu-link 2.8s ease-in-out infinite;
}

.menu-toggle::before,
.menu-toggle::after {
  position: absolute;
  width: 25px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(210, 166, 103, 0.84), transparent);
  content: "";
  transform-origin: center;
  animation: iryx-menu-line 2.8s ease-in-out infinite;
}

.menu-toggle::before {
  transform: rotate(18deg) scaleX(0.42);
}

.menu-toggle::after {
  transform: rotate(-32deg) scaleX(0.28);
  animation-delay: -1.4s;
}

.menu-open .menu-toggle-orbit,
.menu-open .menu-toggle-core {
  transform: none;
}

.scene-scope-page,
.scene-scope-page *,
.menu-toggle,
.menu-toggle * {
  will-change: transform, opacity;
}

.scene-scope-page::after {
  opacity: 0.28;
  transform:
    translate3d(calc(var(--scene-p) * -220px), calc(var(--scene-p) * -140px), 0)
    scale(calc(1 + var(--scene-p) * 0.12));
}

.scene-scope-page .intel-globe {
  opacity: 0.98;
  filter: drop-shadow(0 0 52px rgba(127, 105, 79, 0.2));
  transform:
    translate3d(calc(var(--scene-p) * -230px), calc(-50% + var(--scene-p) * 150px), 0)
    rotate(calc(4deg + var(--scene-p) * 72deg))
    scale(calc(1 + var(--scene-p) * 0.08));
}

.globe-geographic {
  overflow: visible;
}

.globe-map {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  border-radius: 50%;
}

.globe-ocean {
  fill: rgba(2, 10, 18, 0.84);
  stroke: rgba(182, 139, 74, 0.24);
  stroke-width: 2;
}

.globe-graticule {
  fill: none;
  stroke: rgba(255, 255, 255, 0.11);
  stroke-width: 0.8;
  vector-effect: non-scaling-stroke;
}

.globe-land {
  fill: rgba(210, 218, 222, 0.16);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 0.8;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.08));
  vector-effect: non-scaling-stroke;
}

.globe-borders {
  fill: none;
  stroke: rgba(255, 255, 255, 0.105);
  stroke-width: 0.55;
  vector-effect: non-scaling-stroke;
}

.globe-links {
  opacity: calc(0.36 + var(--scene-p) * 0.64);
}

.globe-geographic .globe-arc,
.scene-scope-page.scene-globe .globe-geographic .globe-arc {
  position: static;
  display: block;
  width: auto;
  height: auto;
  border: 0;
  fill: none;
  stroke: rgba(210, 166, 103, 0.84);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-dasharray: 1 7;
  stroke-dashoffset: calc(180 - (var(--scene-p) * 360) + (var(--arc-delay, 0) * 160));
  filter: drop-shadow(0 0 8px rgba(210, 166, 103, 0.5));
  opacity: calc(0.2 + var(--scene-p) * 0.78);
  transform: none;
  vector-effect: non-scaling-stroke;
}

.globe-geographic .globe-node,
.scene-scope-page.scene-globe .globe-geographic .globe-node {
  top: var(--node-y);
  left: var(--node-x);
  z-index: 4;
  transform:
    translate3d(calc(-50% + (var(--scene-p) - 0.5) * var(--node-drift-x, 18px)), calc(-50% + (var(--scene-p) - 0.5) * var(--node-drift-y, -14px)), 0)
    scale(calc(0.72 + var(--scene-p) * 0.34));
}

.globe-geographic .globe-node:not(.is-primary)::after {
  display: none;
}

.globe-geographic .globe-node:not(.is-primary) {
  width: 5px;
  height: 5px;
  background: rgba(210, 166, 103, 0.78);
  box-shadow:
    0 0 0 3px rgba(182, 139, 74, 0.08),
    0 0 16px rgba(242, 195, 109, 0.54);
}

.scene-scope-page.scene-globe .globe-grid {
  transform: rotate(calc(var(--scene-p) * 46deg));
}

.scene-scope-page.scene-globe .globe-continent {
  transform:
    translate3d(calc(var(--scene-p) * -10px), calc(var(--scene-p) * 7px), 0)
    rotate(calc(var(--scene-p) * 12deg));
}

.scene-scope-page.scene-globe .globe-arc {
  opacity: calc(0.18 + var(--scene-p) * 0.82);
  stroke-dashoffset: calc(360 - var(--scene-p) * 620);
  filter: drop-shadow(0 0 10px rgba(210, 166, 103, 0.46));
  transform-origin: left center;
}

.scene-scope-page.scene-globe .arc-one {
  top: calc(29% + var(--scene-p) * 5%);
  left: calc(20% + var(--scene-p) * 18%);
  width: calc(34% - var(--scene-p) * 18%);
  transform: rotate(calc(-16deg + var(--scene-p) * 52deg)) scaleX(calc(0.4 + var(--scene-p) * 0.9));
}

.scene-scope-page.scene-globe .arc-two {
  top: calc(52% - var(--scene-p) * 8%);
  left: calc(14% + var(--scene-p) * 31%);
  width: calc(42% - var(--scene-p) * 32%);
  transform: rotate(calc(18deg - var(--scene-p) * 46deg)) scaleX(calc(0.34 + var(--scene-p) * 0.98));
}

.scene-scope-page.scene-globe .arc-three {
  top: calc(63% - var(--scene-p) * 16%);
  left: calc(26% + var(--scene-p) * 22%);
  width: calc(31% - var(--scene-p) * 24%);
  transform: rotate(calc(-34deg + var(--scene-p) * 92deg)) scaleX(calc(0.3 + var(--scene-p) * 1.05));
}

.scene-scope-page.scene-globe .arc-four {
  top: calc(22% + var(--scene-p) * 16%);
  left: calc(45% - var(--scene-p) * 3%);
  width: calc(28% - var(--scene-p) * 18%);
  transform: rotate(calc(42deg - var(--scene-p) * 24deg)) scaleX(calc(0.28 + var(--scene-p) * 1));
}

.scene-scope-page.scene-globe .globe-node {
  opacity: calc(0.42 + var(--scene-p) * 0.58);
  transform:
    translate3d(calc((var(--scene-p) - 0.5) * var(--node-drift-x, 18px)), calc((var(--scene-p) - 0.5) * var(--node-drift-y, -14px)), 0)
    scale(calc(0.86 + var(--scene-p) * 0.32));
}

.scene-scope-page.scene-globe .node-1 { --node-drift-x: -18px; --node-drift-y: 16px; }
.scene-scope-page.scene-globe .node-2 { --node-drift-x: 16px; --node-drift-y: 13px; }
.scene-scope-page.scene-globe .node-3 { --node-drift-x: -12px; --node-drift-y: -20px; }
.scene-scope-page.scene-globe .node-4 { --node-drift-x: 18px; --node-drift-y: -16px; }
.scene-scope-page.scene-globe .node-5 { --node-drift-x: 22px; --node-drift-y: 22px; }
.scene-scope-page.scene-globe .node-6 { --node-drift-x: -24px; --node-drift-y: -24px; }

.scene-scope-page .investigation-board {
  transform:
    translate3d(calc(var(--scene-p) * -280px), calc(var(--scene-p) * -540px), 0)
    rotate(calc(-2.5deg + var(--scene-p) * 5deg))
    scale(calc(1.08 + var(--scene-p) * 0.16));
}

.scene-scope-page .market-radar {
  transform:
    translate3d(calc(var(--scene-p) * -230px), calc(-50% + var(--scene-p) * 170px), 0)
    rotate(calc(var(--scene-p) * -14deg))
    scale(calc(1 + var(--scene-p) * 0.1));
}

.scene-scope-page .counter-grid {
  transform:
    translate3d(calc(var(--scene-p) * -180px), calc(-50% + var(--scene-p) * 140px), 0)
    rotate(calc(-5deg + var(--scene-p) * 22deg))
    scale(calc(1 + var(--scene-p) * 0.12));
}

@keyframes iryx-menu-globe {
  to {
    background-position: 18px 0, 0 0, 0 12px, 14px 0, 0 0;
    transform: rotate(360deg);
  }
}

@keyframes iryx-menu-link {
  0%, 100% {
    transform: translate3d(-4px, -3px, 0) scale(0.9);
    opacity: 0.58;
  }

  45% {
    transform: translate3d(8px, 5px, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes iryx-menu-line {
  0%, 100% {
    opacity: 0.12;
    transform: rotate(18deg) scaleX(0.22);
  }

  45% {
    opacity: 0.86;
    transform: rotate(18deg) scaleX(0.92);
  }
}

@media (max-width: 1240px) {
  .menu-toggle {
    display: grid;
  }
}

/* Corrective specificity fixes */
.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band article,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.faq-item,
.blog-admin-item,
.about-stat,
.partner-logo {
  border-color: var(--liquid-glass-line) !important;
}

.globe-geographic,
.scene-scope-page .globe-geographic {
  border-color: rgba(210, 216, 224, 0.18) !important;
  background:
    radial-gradient(circle at 42% 36%, rgba(255, 255, 255, 0.1), transparent 2px),
    radial-gradient(circle at 52% 52%, rgba(150, 165, 182, 0.1), transparent 43%),
    radial-gradient(circle, rgba(4, 12, 20, 0.6), rgba(1, 4, 8, 0.9) 64%, rgba(0, 0, 0, 0) 70%) !important;
  box-shadow:
    inset 18px -16px 60px rgba(0, 0, 0, 0.92),
    inset -24px 12px 60px rgba(255, 255, 255, 0.035),
    0 0 100px rgba(130, 145, 164, 0.1) !important;
}

.menu-toggle {
  transform: none !important;
}

.menu-toggle .menu-toggle-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.48), transparent 13%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0 42%, transparent 43%),
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(230, 235, 242, 0.2) 7px 8px),
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(230, 235, 242, 0.16) 8px 9px),
    #020406;
  box-shadow:
    inset 0 0 0 1px rgba(230, 235, 242, 0.34),
    inset 0 0 18px rgba(230, 235, 242, 0.08),
    0 0 18px rgba(242, 195, 109, 0.2);
  transform: translate(-50%, -50%);
  animation: iryx-menu-globe-fixed 6s linear infinite;
}

.menu-toggle .menu-toggle-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4px;
  height: 4px;
  margin: 0;
  border-radius: 50%;
  background: #f2c36d;
  box-shadow:
    -10px -4px 0 rgba(242, 195, 109, 0.88),
    10px 5px 0 rgba(242, 195, 109, 0.76),
    0 0 14px rgba(242, 195, 109, 0.82);
  transform: translate(-50%, -50%);
  animation: iryx-menu-node-travel 2.7s ease-in-out infinite;
}

@media (max-width: 900px) {
  .scene-scope-page .intel-globe {
    right: -48%;
    transform:
      translate3d(calc(var(--scene-p) * -140px), calc(-50% + var(--scene-p) * 170px), 0)
      rotate(calc(2deg + var(--scene-p) * 82deg))
      scale(calc(1.04 + var(--scene-p) * 0.12));
  }

  .scene-scope-page .investigation-board {
    opacity: 0.96;
    transform:
      translate3d(calc(var(--scene-p) * -150px), calc(var(--scene-p) * -250px), 0)
      rotate(calc(-2deg + var(--scene-p) * 4deg))
      scale(calc(1.06 + var(--scene-p) * 0.1));
  }

  .scene-scope-page .market-radar,
  .scene-scope-page .counter-grid {
    transform:
      translate3d(calc(var(--scene-p) * -130px), calc(-50% + var(--scene-p) * 150px), 0)
      rotate(calc(var(--scene-p) * -14deg))
      scale(calc(1.02 + var(--scene-p) * 0.1));
  }
}

@media (max-width: 640px) {
  .scene-scope-page::before {
    background:
      radial-gradient(circle at calc(70% - var(--scene-p) * 20%) calc(18% + var(--scene-p) * 26%), rgba(182, 139, 74, 0.22), transparent 18rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34) 54%, #000);
  }

  .scene-scope-page::after {
    opacity: 0.34;
  }

  .scene-scope-page .intel-globe {
    top: 27%;
    right: -60%;
    width: min(600px, 148vw);
  }

  .page-home .hero::after {
    right: 16px;
    left: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .menu-toggle-orbit,
  .menu-toggle-core,
  .menu-toggle::before,
  .menu-toggle::after {
    animation: none;
  }
}

/* Corrective pass: black glass, neutral worlds, precise accents */
:root {
  --liquid-glass-bg: linear-gradient(180deg, rgba(7, 7, 7, 0.78), rgba(0, 0, 0, 0.68));
  --liquid-glass-bg-hover: linear-gradient(180deg, rgba(14, 14, 14, 0.86), rgba(1, 1, 1, 0.76));
  --liquid-glass-line: rgba(255, 255, 255, 0.135);
  --liquid-glass-line-strong: rgba(255, 255, 255, 0.22);
  --liquid-glass-highlight: rgba(255, 255, 255, 0.115);
  --liquid-glass-shadow: 0 22px 78px rgba(0, 0, 0, 0.48);
  --liquid-glass-shadow-hover: 0 28px 92px rgba(0, 0, 0, 0.56);
}

.site-header,
.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band article,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.faq-item,
.blog-admin-item,
.about-stat,
.partner-logo,
.button.secondary,
.main-nav .nav-social,
.main-nav .lang-switch,
.header-lang .lang-switch,
.menu-toggle,
.footer {
  border-color: var(--liquid-glass-line);
  background: var(--liquid-glass-bg);
  box-shadow:
    inset 0 1px 0 var(--liquid-glass-highlight),
    inset 0 -1px 0 rgba(255, 255, 255, 0.035),
    var(--liquid-glass-shadow);
  backdrop-filter: blur(30px) saturate(1.2);
  -webkit-backdrop-filter: blur(30px) saturate(1.2);
}

.intervention-zone,
.trust-band,
.partners-section,
.contact-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-expertise-section .service-card,
.contact-form,
.partner-logo,
.blog-admin-item {
  background: var(--liquid-glass-bg);
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.timeline-step:focus-visible,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible,
.google-rating-badge:hover,
.google-rating-badge:focus-visible,
.faq-item:hover,
.faq-item:focus-within,
.blog-admin-item:hover,
.blog-admin-item:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible,
.button:not(.primary):hover,
.button:not(.primary):focus-visible,
.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible,
.main-nav .lang-switch:hover,
.main-nav .lang-switch:focus-visible,
.header-lang .lang-switch:hover,
.header-lang .lang-switch:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--liquid-glass-line-strong);
  background: var(--liquid-glass-bg-hover);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    var(--liquid-glass-shadow-hover);
}

.button.primary,
.button.primary:hover,
.button.primary:focus-visible {
  border-color: rgba(127, 105, 79, 0.62);
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.18), rgba(127, 105, 79, 0.07));
  color: #fff8ee;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    0 18px 44px rgba(0, 0, 0, 0.3);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.button.primary:hover,
.button.primary:focus-visible {
  border-color: rgba(183, 157, 120, 0.92);
  background:
    linear-gradient(180deg, rgba(127, 105, 79, 0.25), rgba(127, 105, 79, 0.1));
}

.footer {
  border-top: 1px solid var(--liquid-glass-line);
  color: rgba(252, 250, 246, 0.9);
}

.footer p,
.footer a,
.footer-copy {
  color: rgba(226, 229, 233, 0.78);
}

.footer h4 {
  color: rgba(252, 250, 246, 0.94);
}

.section-heading,
.section-copy,
.partners-copy,
.contact-intro,
.legal-wrap,
.about-text,
.blog-article-content h2,
.article-section h2 {
  position: relative;
  isolation: isolate;
}

.section-heading::before,
.section-copy::before,
.partners-copy::before,
.contact-intro::before,
.legal-wrap::before,
.about-text::before,
.blog-article-content h2::before,
.article-section h2::before {
  position: absolute;
  inset: clamp(-18px, -2vw, -10px) clamp(-18px, -2.4vw, -10px);
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 28% 46%, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.44) 48%, rgba(0, 0, 0, 0) 74%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.2) 62%, rgba(0, 0, 0, 0));
  filter: blur(14px);
  content: "";
  opacity: 0.86;
}

.service-card::after,
.feature-item::after,
.audience-card::after,
.timeline-step::after,
.quote-card::after,
.seo-card::after,
.related-card::after,
.blog-card::after,
.partners-section::after,
.contact-panel::after,
.trust-band::after,
.section:not(.hero):not(.page-hero)::after,
.page-home .hero::after {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(170, 170, 170, 0.2), rgba(127, 105, 79, 0.55), rgba(170, 170, 170, 0.16), transparent);
  opacity: 0.62;
}

.section::before,
.contact-panel::before,
.partners-section::before,
.footer-inner::before {
  display: none;
}

.scene-scope-page {
  background:
    radial-gradient(circle at 70% 24%, rgba(168, 178, 190, 0.08), transparent 24rem),
    radial-gradient(circle at 18% 74%, rgba(76, 90, 108, 0.12), transparent 28rem),
    #000;
}

.scene-scope-page::before,
.scene-scope-page.scene-economic::before,
.scene-scope-page.scene-counter::before,
.scene-scope-page.scene-globe::before {
  background:
    radial-gradient(circle at calc(72% - var(--scene-p) * 18%) calc(22% + var(--scene-p) * 20%), rgba(182, 192, 204, 0.1), transparent 22rem),
    radial-gradient(circle at calc(18% + var(--scene-p) * 14%) calc(68% - var(--scene-p) * 20%), rgba(255, 255, 255, 0.04), transparent 18rem),
    linear-gradient(115deg, rgba(0, 0, 0, 0.9), rgba(2, 8, 14, 0.26) 46%, rgba(0, 0, 0, 0.86));
}

@media (max-width: 640px) {
  .scene-scope-page::before,
  .scene-scope-page.scene-economic::before,
  .scene-scope-page.scene-counter::before,
  .scene-scope-page.scene-globe::before {
    background:
      radial-gradient(circle at calc(70% - var(--scene-p) * 20%) calc(18% + var(--scene-p) * 26%), rgba(182, 192, 204, 0.12), transparent 18rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.34) 54%, #000);
  }
}

.scene-scope-page .intel-globe {
  filter: drop-shadow(0 0 48px rgba(130, 145, 164, 0.16));
}

.globe-ocean {
  fill: rgba(2, 7, 12, 0.86);
  stroke: rgba(210, 216, 224, 0.18);
}

.globe-graticule {
  stroke: rgba(255, 255, 255, 0.13);
}

.globe-land {
  fill: rgba(218, 224, 230, 0.17);
  stroke: rgba(255, 255, 255, 0.22);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.07));
}

.globe-borders {
  stroke: rgba(255, 255, 255, 0.13);
}

.globe-geographic .globe-arc,
.scene-scope-page.scene-globe .globe-geographic .globe-arc {
  stroke: rgba(242, 195, 109, 0.96);
  stroke-width: 1.7;
  stroke-dasharray: 2 6;
  filter: drop-shadow(0 0 11px rgba(242, 195, 109, 0.68));
  opacity: calc(0.36 + var(--scene-p) * 0.64);
}

.globe-node {
  width: 9px;
  height: 9px;
  background: #f2c36d;
  box-shadow:
    0 0 0 5px rgba(242, 195, 109, 0.15),
    0 0 26px rgba(242, 195, 109, 0.92);
}

.globe-geographic .globe-node:not(.is-primary) {
  width: 6px;
  height: 6px;
  background: rgba(242, 195, 109, 0.88);
  box-shadow:
    0 0 0 4px rgba(242, 195, 109, 0.1),
    0 0 20px rgba(242, 195, 109, 0.72);
}

.menu-toggle {
  position: relative;
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  color: #f2c36d;
}

.menu-toggle span {
  margin: 0;
  background: transparent;
}

.menu-toggle-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 36% 30%, rgba(255, 255, 255, 0.48), transparent 13%),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.08) 0 42%, transparent 43%),
    repeating-linear-gradient(0deg, transparent 0 6px, rgba(230, 235, 242, 0.2) 7px 8px),
    repeating-linear-gradient(90deg, transparent 0 7px, rgba(230, 235, 242, 0.16) 8px 9px),
    #020406;
  box-shadow:
    inset 0 0 0 1px rgba(230, 235, 242, 0.34),
    inset 0 0 18px rgba(230, 235, 242, 0.08),
    0 0 18px rgba(242, 195, 109, 0.2);
  transform: translate(-50%, -50%);
  animation: iryx-menu-globe-fixed 6s linear infinite;
}

.menu-toggle-orbit::before,
.menu-toggle-orbit::after {
  position: absolute;
  inset: 4px 1px;
  border: 1px solid rgba(230, 235, 242, 0.34);
  border-radius: 50%;
  content: "";
}

.menu-toggle-orbit::before {
  transform: rotate(56deg) scaleY(0.42);
}

.menu-toggle-orbit::after {
  transform: rotate(-56deg) scaleY(0.42);
}

.menu-toggle-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f2c36d;
  box-shadow:
    -10px -4px 0 rgba(242, 195, 109, 0.88),
    10px 5px 0 rgba(242, 195, 109, 0.76),
    0 0 14px rgba(242, 195, 109, 0.82);
  transform: translate(-50%, -50%);
  animation: iryx-menu-node-travel 2.7s ease-in-out infinite;
}

.menu-toggle::before,
.menu-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(242, 195, 109, 0.95), transparent);
  content: "";
  transform-origin: center;
  animation: iryx-menu-connection-a 2.7s ease-in-out infinite;
}

.menu-toggle::after {
  animation-name: iryx-menu-connection-b;
  animation-delay: -1.15s;
}

.menu-open .menu-toggle .menu-toggle-orbit {
  transform: translate(-50%, -50%);
}

.menu-open .menu-toggle .menu-toggle-core {
  transform: translate(-50%, -50%);
}

@keyframes iryx-menu-globe-fixed {
  to {
    background-position: 18px 0, 0 0, 0 12px, 14px 0, 0 0;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes iryx-menu-node-travel {
  0%, 100% {
    transform: translate(calc(-50% - 6px), calc(-50% - 4px)) scale(0.92);
    opacity: 0.72;
  }

  48% {
    transform: translate(calc(-50% + 8px), calc(-50% + 5px)) scale(1.08);
    opacity: 1;
  }
}

@keyframes iryx-menu-connection-a {
  0%, 100% {
    opacity: 0.16;
    transform: translate(-50%, -50%) rotate(18deg) scaleX(0.22);
  }

  46% {
    opacity: 0.9;
    transform: translate(-50%, -50%) rotate(18deg) scaleX(0.94);
  }
}

@keyframes iryx-menu-connection-b {
  0%, 100% {
    opacity: 0.12;
    transform: translate(-50%, -50%) rotate(-34deg) scaleX(0.18);
  }

  52% {
    opacity: 0.82;
    transform: translate(-50%, -50%) rotate(-34deg) scaleX(0.86);
  }
}

@media (max-width: 1240px) {
  .menu-toggle {
    display: grid;
  }
}
/* Targeted liquid-glass calibration: visual skin only, no layout or shape changes. */
:root {
  --liquid-glass-bg:
    radial-gradient(circle at 44% 58%, rgba(127, 105, 79, 0.22), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(0, 0, 0, 0.62);
  --liquid-glass-bg-hover:
    radial-gradient(circle at 44% 58%, rgba(127, 105, 79, 0.28), transparent 36%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.7);
  --liquid-glass-line: rgba(127, 105, 79, 0.22);
  --liquid-glass-line-strong: rgba(127, 105, 79, 0.5);
  --liquid-glass-highlight: rgba(255, 255, 255, 0.12);
  --liquid-glass-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(127, 105, 79, 0.12),
    0 22px 70px rgba(0, 0, 0, 0.44);
  --liquid-glass-shadow-hover:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(127, 105, 79, 0.18),
    0 28px 86px rgba(0, 0, 0, 0.52);
}

.site-header,
.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band article,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.faq-item,
.blog-admin-item,
.about-stat,
.partner-logo,
.button.secondary,
.main-nav .nav-social,
.main-nav .lang-switch,
.header-lang .lang-switch,
.menu-toggle,
.footer,
.europe-map-card.coverage-card {
  border-color: var(--liquid-glass-line);
  background: var(--liquid-glass-bg);
  box-shadow: var(--liquid-glass-shadow);
  backdrop-filter: blur(30px) saturate(1.22);
  -webkit-backdrop-filter: blur(30px) saturate(1.22);
}

.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.timeline-step:focus-visible,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible,
.google-rating-badge:hover,
.google-rating-badge:focus-visible,
.faq-item:hover,
.faq-item:focus-within,
.blog-admin-item:hover,
.blog-admin-item:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible,
.button:not(.primary):hover,
.button:not(.primary):focus-visible,
.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible,
.main-nav .lang-switch:hover,
.main-nav .lang-switch:focus-visible,
.header-lang .lang-switch:hover,
.header-lang .lang-switch:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--liquid-glass-line-strong);
  background: var(--liquid-glass-bg-hover);
  box-shadow: var(--liquid-glass-shadow-hover);
}

.europe-map-card.coverage-card {
  border: 1px solid var(--liquid-glass-line);
}

.intervention-zone,
.trust-band,
.partners-section,
.contact-panel {
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

@media (max-width: 1240px) {
  .site-header {
    padding-right: 84px;
  }

  .menu-toggle {
    position: absolute;
    top: 50% !important;
    right: 22px;
    display: grid;
    transform: translateY(-50%) !important;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-right: 74px;
  }

  .menu-toggle {
    right: 16px;
  }
}

/* Performance and tile-surface calibration */
:root {
  --iryx-tile-bg: rgba(0, 0, 0, 0.48);
  --iryx-tile-bg-hover: rgba(0, 0, 0, 0.56);
  --iryx-tile-line: rgba(127, 105, 79, 0.5);
  --iryx-tile-line-hover: rgba(127, 105, 79, 0.68);
  --iryx-tile-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  --iryx-tile-shadow-hover: 0 22px 62px rgba(0, 0, 0, 0.34);
}

.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band article,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.portrait-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.faq-item,
.blog-admin-item,
.about-stat,
.partner-logo,
.europe-map-card.coverage-card {
  border-color: var(--iryx-tile-line);
  background: var(--iryx-tile-bg) !important;
  box-shadow: var(--iryx-tile-shadow) !important;
  backdrop-filter: blur(30px) saturate(1.22) !important;
  -webkit-backdrop-filter: blur(30px) saturate(1.22) !important;
}

.google-rating-badge:hover,
.google-rating-badge:focus-visible,
.google-review-card:hover,
.google-review-card:focus-visible,
.trust-band article:hover,
.trust-band article:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.timeline-step:focus-visible,
.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.quote-card:hover,
.quote-card:focus-visible,
.portrait-card:hover,
.portrait-card:focus-visible,
.seo-card:hover,
.seo-card:focus-visible,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.faq-item:hover,
.faq-item:focus-within,
.blog-admin-item:hover,
.blog-admin-item:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible,
.europe-map-card.coverage-card:hover,
.europe-map-card.coverage-card:focus-visible {
  border-color: var(--iryx-tile-line-hover);
  background: var(--iryx-tile-bg-hover) !important;
  box-shadow: var(--iryx-tile-shadow-hover) !important;
}

.scene-scope-page,
.scene-scope-page *,
.menu-toggle,
.menu-toggle * {
  will-change: auto;
}

.scene-scope-page::before,
.scene-scope-page.scene-economic::before,
.scene-scope-page.scene-counter::before,
.scene-scope-page.scene-globe::before {
  background:
    radial-gradient(circle at 72% 22%, rgba(182, 192, 204, 0.1), transparent 22rem),
    radial-gradient(circle at 18% 68%, rgba(255, 255, 255, 0.04), transparent 18rem),
    linear-gradient(115deg, rgba(0, 0, 0, 0.9), rgba(2, 8, 14, 0.26) 46%, rgba(0, 0, 0, 0.86));
}

.scene-scope-page::after {
  transform: translate3d(-48px, -28px, 0) scale(1.02);
}

.scene-scope-page .intel-globe,
.scene-scope-page .investigation-board,
.scene-scope-page .market-radar,
.scene-scope-page .counter-grid {
  will-change: transform;
  contain: layout paint style;
  transition: none;
}

.globe-land,
.globe-geographic .globe-arc,
.scene-scope-page.scene-globe .globe-geographic .globe-arc,
.board-links path,
.market-lines path,
.counter-lines path {
  filter: none;
}

.globe-node {
  box-shadow:
    0 0 0 4px rgba(242, 195, 109, 0.1),
    0 0 14px rgba(242, 195, 109, 0.58);
}

@media (max-width: 900px) {
  .scene-scope-page .intel-globe {
    opacity: 0.84;
    filter: none;
    transform:
      translate3d(calc(var(--scene-p) * -72px), calc(-50% + var(--scene-p) * 82px), 0)
      rotate(calc(2deg + var(--scene-p) * 34deg))
      scale(1.03);
  }

  .scene-scope-page .investigation-board {
    transform:
      translate3d(calc(var(--scene-p) * -58px), calc(var(--scene-p) * -92px), 0)
      rotate(-2deg)
      scale(1.04);
  }

  .scene-scope-page .market-radar,
  .scene-scope-page .counter-grid {
    transform:
      translate3d(calc(var(--scene-p) * -64px), calc(-50% + var(--scene-p) * 78px), 0)
      rotate(calc(var(--scene-p) * -7deg))
      scale(1.02);
  }

  .globe-geographic .globe-arc,
  .scene-scope-page.scene-globe .globe-geographic .globe-arc,
  .board-links path,
  .market-lines path,
  .counter-lines path {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 640px) {
  .scene-scope-page::before,
  .scene-scope-page.scene-economic::before,
  .scene-scope-page.scene-counter::before,
  .scene-scope-page.scene-globe::before {
    background:
      radial-gradient(circle at 70% 18%, rgba(182, 192, 204, 0.08), transparent 17rem),
      linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.36) 54%, #000);
  }

  .scene-scope-page::after {
    opacity: 0.18;
    transform: translate3d(-28px, -18px, 0);
  }

  .scene-scope-page .intel-globe {
    top: 26%;
    right: -58%;
    width: min(560px, 138vw);
    opacity: 0.78;
    transform:
      translate3d(calc(var(--scene-p) * -42px), calc(-50% + var(--scene-p) * 56px), 0)
      rotate(calc(2deg + var(--scene-p) * 22deg));
  }

  .globe-graticule,
  .globe-borders {
    opacity: 0.7;
  }

  .globe-geographic .globe-node:not(.is-primary) {
    display: none;
  }

  .globe-node {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 10px rgba(242, 195, 109, 0.5);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .globe-node,
  .board-tag,
  .market-tag,
  .counter-tag {
    animation: none;
  }
}

/* Canonical glass pass: existing glass surfaces only. */
:root {
  --iryx-glass-bg: rgba(0, 0, 0, 0.52);
  --iryx-glass-bg-hover: rgba(0, 0, 0, 0.52);
  --iryx-glass-primary-bg: rgba(0, 0, 0, 0.52);
  --iryx-glass-primary-bg-hover: var(--iryx-glass-primary-bg);
  --iryx-glass-line: rgba(255, 255, 255, 0.16);
  --iryx-glass-line-hover: rgba(255, 255, 255, 0.2);
  --iryx-glass-shadow: 0 22px 70px rgba(0, 0, 0, 0.26);
  --iryx-glass-shadow-hover: var(--iryx-glass-shadow);
  --iryx-glass-filter: blur(16px) saturate(1.55) contrast(1.04);
}

.site-header,
.footer,
.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band article,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.portrait-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.faq-item,
.blog-admin-item,
.about-stat,
.partner-logo,
.europe-map-card.coverage-card {
  border-color: var(--iryx-glass-line) !important;
  background: var(--iryx-glass-bg) !important;
  box-shadow: var(--iryx-glass-shadow) !important;
  backdrop-filter: var(--iryx-glass-filter) !important;
  -webkit-backdrop-filter: var(--iryx-glass-filter) !important;
  border-width: 1px !important;
  border-style: solid !important;
  background-clip: padding-box !important;
  overflow: hidden !important;
}

.site-header.is-scrolled,
.google-rating-badge:hover,
.google-rating-badge:focus-visible,
.google-review-card:hover,
.google-review-card:focus-visible,
.trust-band article:hover,
.trust-band article:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.timeline-step:focus-visible,
.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.quote-card:hover,
.quote-card:focus-visible,
.portrait-card:hover,
.portrait-card:focus-visible,
.seo-card:hover,
.seo-card:focus-visible,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.faq-item:hover,
.faq-item:focus-within,
.blog-admin-item:hover,
.blog-admin-item:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible,
.europe-map-card.coverage-card:hover,
.europe-map-card.coverage-card:focus-visible {
  border-color: var(--iryx-glass-line-hover) !important;
  background: var(--iryx-glass-bg-hover) !important;
  box-shadow: var(--iryx-glass-shadow-hover) !important;
}

.button,
.button.secondary,
.button:not(.primary),
.main-nav .nav-social,
.main-nav .lang-switch,
.header-lang .lang-switch,
.footer .footer-social,
.menu-toggle {
  border-color: var(--iryx-glass-line) !important;
  border-width: 1px !important;
  border-style: solid !important;
  background: var(--iryx-glass-bg) !important;
  box-shadow: var(--iryx-glass-shadow) !important;
  backdrop-filter: var(--iryx-glass-filter) !important;
  -webkit-backdrop-filter: var(--iryx-glass-filter) !important;
}

.button:hover,
.button:focus-visible,
.button.secondary:hover,
.button.secondary:focus-visible,
.button:not(.primary):hover,
.button:not(.primary):focus-visible,
.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible,
.main-nav .lang-switch:hover,
.main-nav .lang-switch:focus-visible,
.header-lang .lang-switch:hover,
.header-lang .lang-switch:focus-visible,
.footer .footer-social:hover,
.footer .footer-social:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--iryx-glass-line-hover) !important;
  background: var(--iryx-glass-bg-hover) !important;
  box-shadow: var(--iryx-glass-shadow-hover) !important;
}

.button.primary,
.button.primary:hover,
.button.primary:focus-visible {
  border-color: var(--iryx-glass-line) !important;
  border-width: 1px !important;
  border-style: solid !important;
  background: var(--iryx-glass-primary-bg) !important;
  color: #fff8ee !important;
  box-shadow: var(--iryx-glass-shadow) !important;
  backdrop-filter: var(--iryx-glass-filter) !important;
  -webkit-backdrop-filter: var(--iryx-glass-filter) !important;
}

.button.primary:hover,
.button.primary:focus-visible {
  border-color: var(--iryx-glass-line-hover) !important;
  background: var(--iryx-glass-primary-bg-hover) !important;
  box-shadow: var(--iryx-glass-shadow-hover) !important;
}

.site-header::before,
.site-header::after,
.footer::before,
.footer::after,
.footer-inner::before,
.footer-inner::after {
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.site-header,
.site-header.is-scrolled {
  border-width: 0 0 1px !important;
  border-color: var(--iryx-glass-line) !important;
  background: var(--iryx-glass-bg) !important;
  box-shadow: var(--iryx-glass-shadow) !important;
}

@media (max-width: 1240px) {
  .site-header {
    z-index: 1000 !important;
    overflow: visible !important;
  }

  .main-nav {
    position: fixed !important;
    top: 68px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    width: 100vw !important;
    max-width: none !important;
    height: calc(100dvh - 68px) !important;
    max-height: calc(100dvh - 68px) !important;
    display: none !important;
    opacity: 1 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    border-color: var(--iryx-glass-line) !important;
    background: var(--iryx-glass-bg) !important;
    box-shadow: var(--iryx-glass-shadow) !important;
    backdrop-filter: var(--iryx-glass-filter) !important;
    -webkit-backdrop-filter: var(--iryx-glass-filter) !important;
  }

  body.menu-open .main-nav,
  .menu-open .main-nav {
    display: grid !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .menu-toggle {
    z-index: 1001 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  .menu-toggle * {
    pointer-events: none !important;
  }
}

.footer {
  border-width: 1px 0 0 !important;
}

.timeline {
  isolation: isolate !important;
}

.timeline::before {
  z-index: 5 !important;
}

.timeline-step {
  z-index: 1 !important;
}

.trust-band {
  gap: clamp(12px, 1.6vw, 18px) !important;
  margin-bottom: clamp(44px, 5vw, 66px) !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.trust-band article {
  border-radius: 8px !important;
}

.trust-band::before,
.trust-band::after {
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.page-home main > .trust-band::before,
.page-home main > .trust-band::after {
  position: absolute !important;
  right: max(20px, calc((100vw - var(--max)) / 2)) !important;
  left: max(20px, calc((100vw - var(--max)) / 2)) !important;
  display: block !important;
  width: auto !important;
  height: 1px !important;
  pointer-events: none !important;
  background: linear-gradient(90deg, transparent, rgba(170, 170, 170, 0.18), rgba(127, 105, 79, 0.58), rgba(170, 170, 170, 0.14), transparent) !important;
  content: "" !important;
  opacity: 0.68 !important;
}

.page-home main > .trust-band::before {
  top: clamp(-34px, -2.5vw, -22px) !important;
  bottom: auto !important;
}

.page-home main > .trust-band::after {
  top: auto !important;
  bottom: clamp(-42px, -3vw, -26px) !important;
}

.page-home .hero::after {
  display: block !important;
  background: linear-gradient(90deg, transparent, rgba(170, 170, 170, 0.18), rgba(127, 105, 79, 0.58), rgba(170, 170, 170, 0.14), transparent) !important;
  opacity: 0.68 !important;
}

.service-card::before,
.service-card::after,
.feature-item::before,
.feature-item::after,
.audience-card::before,
.audience-card::after,
.timeline-step::before,
.timeline-step::after,
.quote-card::before,
.quote-card::after,
.trust-band article::before,
.trust-band article::after,
.seo-card::before,
.seo-card::after,
.related-card::before,
.related-card::after,
.blog-card::before,
.blog-card::after,
.faq-item::before,
.faq-item::after,
.blog-admin-item::before,
.blog-admin-item::after,
.legal-content article::before,
.legal-content article::after,
.about-stat::before,
.about-stat::after,
.portrait-card::before,
.portrait-card::after,
.contact-panel::before,
.contact-panel::after,
.onarp-badge::before,
.onarp-badge::after,
.partner-logo::before,
.partner-logo::after,
.google-rating-badge::before,
.google-rating-badge::after,
.google-review-summary::before,
.google-review-summary::after,
.google-review-card::before,
.google-review-card::after,
.europe-map-card.coverage-card::before,
.europe-map-card.coverage-card::after,
.button::before,
.button::after,
.contact-form::before,
.contact-form::after {
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

.menu-toggle .menu-toggle-orbit,
.menu-open .menu-toggle .menu-toggle-orbit {
  transform: translate(-50%, -50%) !important;
  animation: iryx-menu-globe-fixed 6s linear infinite !important;
}

.menu-toggle .menu-toggle-core,
.menu-open .menu-toggle .menu-toggle-core {
  animation: iryx-menu-node-travel 2.7s ease-in-out infinite !important;
}

.menu-toggle::before {
  animation: iryx-menu-connection-a 2.7s ease-in-out infinite !important;
}

.menu-toggle::after {
  animation: iryx-menu-connection-b 2.7s ease-in-out infinite -1.15s !important;
}

.page-home .desktop-title-break {
  display: inline;
}

@media (min-width: 901px) {
  .page-home .desktop-title-break {
    display: block;
  }
}

.page-renseignement-osint .hero-copy,
.page-renseignement-osint .page-hero .hero-copy {
  width: min(880px, calc(100% - 40px)) !important;
  margin-left: clamp(20px, 7vw, 108px) !important;
}

.page-renseignement-osint .hero-copy::before,
.page-renseignement-osint .page-hero .hero-copy::before {
  inset: clamp(28px, 5vw, 52px) max(-24px, -2vw) !important;
  background:
    radial-gradient(ellipse at 32% 46%, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 46%, rgba(0, 0, 0, 0) 72%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.42) 48%, rgba(0, 0, 0, 0) 82%) !important;
  filter: blur(18px) !important;
  transform: none !important;
}

@media (min-width: 901px) {
  .page-renseignement-osint .hero-copy::before,
  .page-renseignement-osint .page-hero .hero-copy::before {
    inset:
      clamp(28px, 5vw, 52px)
      max(-24px, -2vw)
      clamp(28px, 5vw, 52px)
      calc(-1 * clamp(20px, 7vw, 108px)) !important;
  }
}

@media (max-width: 900px) {
  .page-renseignement-osint .hero-copy,
  .page-renseignement-osint .page-hero .hero-copy {
    width: calc(100% - 40px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 760px) {
  .page-renseignement-osint .hero-copy::before,
  .page-renseignement-osint .page-hero .hero-copy::before {
    inset: clamp(248px, 38vh, 322px) -18px clamp(28px, 7vw, 52px) !important;
    background:
      radial-gradient(ellipse at 42% 42%, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.8) 45%, rgba(0, 0, 0, 0) 76%),
      linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 24%, rgba(0, 0, 0, 0.9) 78%, rgba(0, 0, 0, 0) 100%) !important;
    filter: blur(16px) !important;
    transform: none;
  }
}

@media (max-width: 760px) {
  .page-a-propos .page-hero {
    align-items: flex-start !important;
    min-height: clamp(420px, 58vh, 520px) !important;
  }

  .page-a-propos .page-hero .hero-copy {
    padding-top: clamp(92px, 16vh, 128px) !important;
    padding-bottom: clamp(46px, 9vh, 72px) !important;
  }
}

/* Final material correction: one visible tile glass, explicit mobile menu glass. */
:root {
  --iryx-glass-bg: rgba(0, 0, 0, 0.18);
  --iryx-glass-bg-hover: rgba(0, 0, 0, 0.2);
  --iryx-glass-primary-bg: rgba(0, 0, 0, 0.2);
  --iryx-glass-primary-bg-hover: rgba(0, 0, 0, 0.22);
  --iryx-glass-line: rgba(255, 255, 255, 0.14);
  --iryx-glass-line-hover: rgba(255, 255, 255, 0.2);
  --iryx-glass-shadow: 0 18px 54px rgba(0, 0, 0, 0.16);
  --iryx-glass-shadow-hover: var(--iryx-glass-shadow);
  --iryx-glass-filter: blur(9px) saturate(1.32) contrast(1.04);
  --iryx-menu-glass-bg: rgba(0, 0, 0, 0.62);
  --iryx-menu-glass-filter: blur(28px) saturate(1.55) contrast(1.08);
}

.site-header,
.footer,
.google-rating-badge,
.google-review-summary,
.google-review-card,
.trust-band article,
.audience-card,
.timeline-step,
.service-card,
.feature-item,
.contact-form,
.quote-card,
.portrait-card,
.legal-content article,
.seo-card,
.related-card,
.blog-card,
.faq-item,
.blog-admin-item,
.about-stat,
.partner-logo,
.europe-map-card.coverage-card,
.button,
.button.secondary,
.button:not(.primary),
.button.primary,
.main-nav .nav-social,
.main-nav .lang-switch,
.header-lang .lang-switch,
.footer .footer-social,
.menu-toggle {
  border-color: var(--iryx-glass-line) !important;
  background: var(--iryx-glass-bg) !important;
  background-image: none !important;
  box-shadow: var(--iryx-glass-shadow) !important;
  backdrop-filter: var(--iryx-glass-filter) !important;
  -webkit-backdrop-filter: var(--iryx-glass-filter) !important;
}

.button.primary,
.button.primary:hover,
.button.primary:focus-visible {
  background: var(--iryx-glass-primary-bg) !important;
  background-image: none !important;
}

.site-header:hover,
.site-header.is-scrolled,
.footer:hover,
.google-rating-badge:hover,
.google-rating-badge:focus-visible,
.google-review-card:hover,
.google-review-card:focus-visible,
.trust-band article:hover,
.trust-band article:focus-visible,
.audience-card:hover,
.audience-card:focus-visible,
.timeline-step:hover,
.timeline-step:focus-visible,
.service-card:hover,
.service-card:focus-visible,
.feature-item:hover,
.feature-item:focus-visible,
.quote-card:hover,
.quote-card:focus-visible,
.portrait-card:hover,
.portrait-card:focus-visible,
.seo-card:hover,
.seo-card:focus-visible,
.related-card:hover,
.related-card:focus-visible,
.blog-card:hover,
.blog-card:focus-visible,
.faq-item:hover,
.faq-item:focus-within,
.blog-admin-item:hover,
.blog-admin-item:focus-visible,
.partner-logo:hover,
.partner-logo:focus-visible,
.europe-map-card.coverage-card:hover,
.europe-map-card.coverage-card:focus-visible,
.button:hover,
.button:focus-visible,
.main-nav .nav-social:hover,
.main-nav .nav-social:focus-visible,
.main-nav .lang-switch:hover,
.main-nav .lang-switch:focus-visible,
.header-lang .lang-switch:hover,
.header-lang .lang-switch:focus-visible,
.footer .footer-social:hover,
.footer .footer-social:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible {
  border-color: var(--iryx-glass-line-hover) !important;
  background: var(--iryx-glass-bg-hover) !important;
  background-image: none !important;
  box-shadow: var(--iryx-glass-shadow-hover) !important;
}

.onarp-badge,
.contact-panel {
  border-color: transparent !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.onarp-badge::before,
.onarp-badge::after,
.contact-panel::before,
.contact-panel::after {
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

@media (max-width: 1240px) {
  .main-nav {
    background: var(--iryx-menu-glass-bg) !important;
    background-image: none !important;
    border-color: var(--iryx-glass-line) !important;
    box-shadow: var(--iryx-glass-shadow) !important;
    backdrop-filter: var(--iryx-menu-glass-filter) !important;
    -webkit-backdrop-filter: var(--iryx-menu-glass-filter) !important;
  }

  body.menu-open .scene-scope-page {
    filter: blur(3px) saturate(0.98) !important;
  }

  body.menu-open main,
  body.menu-open .site-header ~ main {
    filter: none !important;
  }

  body.menu-open .site-header {
    filter: none !important;
  }
}

/* Scroll-driven identity scenes: strong motion with one composited transform per scene. */
.scene-scope-page {
  contain: paint;
}

.scene-scope-page::before {
  background:
    radial-gradient(circle at 64% 32%, rgba(182, 192, 204, 0.1), transparent 22rem),
    radial-gradient(circle at 25% 58%, rgba(255, 255, 255, 0.04), transparent 18rem),
    linear-gradient(115deg, rgba(0, 0, 0, 0.9), rgba(2, 8, 14, 0.26) 46%, rgba(0, 0, 0, 0.86)) !important;
}

.scene-scope-page::after {
  will-change: transform;
  transform:
    translate3d(calc(var(--scene-p) * -190px), calc(var(--scene-p) * -120px), 0)
    scale(calc(1 + var(--scene-p) * 0.09)) !important;
}

.scene-scope-page .intel-globe,
.scene-scope-page .investigation-board,
.scene-scope-page .market-radar,
.scene-scope-page .counter-grid {
  backface-visibility: hidden;
  contain: none !important;
  transition: none !important;
  will-change: transform;
}

.scene-scope-page .intel-globe {
  transform:
    translate3d(calc(var(--scene-p) * -220px), calc(-50% + var(--scene-p) * 145px), 0)
    rotate(calc(4deg + var(--scene-p) * 68deg))
    scale(calc(1 + var(--scene-p) * 0.07)) !important;
}

.scene-scope-page .investigation-board {
  transform:
    translate3d(calc(var(--scene-p) * -260px), calc(var(--scene-p) * -480px), 0)
    rotate(calc(-2.5deg + var(--scene-p) * 5deg))
    scale(calc(1.08 + var(--scene-p) * 0.13)) !important;
}

.scene-scope-page .market-radar {
  transform:
    translate3d(calc(var(--scene-p) * -210px), calc(-50% + var(--scene-p) * 155px), 0)
    rotate(calc(var(--scene-p) * -13deg))
    scale(calc(1 + var(--scene-p) * 0.09)) !important;
}

.scene-scope-page .counter-grid {
  transform:
    translate3d(calc(var(--scene-p) * -170px), calc(-50% + var(--scene-p) * 135px), 0)
    rotate(calc(-5deg + var(--scene-p) * 20deg))
    scale(calc(1 + var(--scene-p) * 0.1)) !important;
}

.scene-scope-page .intel-globe,
.scene-scope-page .globe-continent,
.scene-scope-page.scene-globe .globe-geographic .globe-arc,
.scene-scope-page .board-links path,
.scene-scope-page .market-lines path,
.scene-scope-page .counter-lines path {
  filter: none !important;
}

.scene-scope-page.scene-globe .globe-geographic .globe-arc {
  stroke-dashoffset: 0 !important;
}

.scene-scope-page .board-links path {
  stroke-dashoffset: 0 !important;
}

.scene-scope-page .market-lines path,
.scene-scope-page .counter-lines path {
  stroke-dashoffset: 0 !important;
}

@media (max-width: 900px) {
  .scene-scope-page::after {
    transform:
      translate3d(calc(var(--scene-p) * -110px), calc(var(--scene-p) * -70px), 0)
      scale(calc(1 + var(--scene-p) * 0.06)) !important;
  }

  .scene-scope-page .intel-globe {
    transform:
      translate3d(calc(var(--scene-p) * -120px), calc(-50% + var(--scene-p) * 130px), 0)
      rotate(calc(4deg + var(--scene-p) * 56deg))
      scale(calc(1.02 + var(--scene-p) * 0.06)) !important;
  }

  .scene-scope-page .investigation-board {
    transform:
      translate3d(calc(var(--scene-p) * -120px), calc(var(--scene-p) * -190px), 0)
      rotate(calc(-2deg + var(--scene-p) * 3deg))
      scale(calc(1.04 + var(--scene-p) * 0.04)) !important;
  }

  .scene-scope-page .market-radar {
    transform:
      translate3d(calc(var(--scene-p) * -110px), calc(-50% + var(--scene-p) * 120px), 0)
      rotate(calc(var(--scene-p) * -10deg))
      scale(calc(1.02 + var(--scene-p) * 0.04)) !important;
  }

  .scene-scope-page .counter-grid {
    transform:
      translate3d(calc(var(--scene-p) * -100px), calc(-50% + var(--scene-p) * 110px), 0)
      rotate(calc(-3deg + var(--scene-p) * 14deg))
      scale(calc(1.02 + var(--scene-p) * 0.04)) !important;
  }
}

/* Final glass parity: keep these special cards on the exact same liquid glass material. */
.timeline-step,
.about-stat {
  border-color: var(--iryx-glass-line) !important;
  background: var(--iryx-glass-bg) !important;
  background-image: none !important;
  box-shadow: var(--iryx-glass-shadow) !important;
  backdrop-filter: var(--iryx-glass-filter) !important;
  -webkit-backdrop-filter: var(--iryx-glass-filter) !important;
}

.timeline-step:hover,
.timeline-step:focus-visible,
.about-stat:hover,
.about-stat:focus-visible {
  border-color: var(--iryx-glass-line-hover) !important;
  background: var(--iryx-glass-bg-hover) !important;
  background-image: none !important;
  box-shadow: var(--iryx-glass-shadow-hover) !important;
}

.timeline-step::before,
.timeline-step::after,
.about-stat::before,
.about-stat::after {
  display: none !important;
  background: none !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

@media (max-width: 1240px) {
  body::before {
    z-index: 1100 !important;
    display: block !important;
    pointer-events: none;
  }

  .main-nav {
    isolation: isolate !important;
    overflow: hidden auto !important;
    border-color: var(--iryx-glass-line) !important;
    background: var(--iryx-glass-bg) !important;
    background-image: none !important;
    box-shadow: var(--iryx-glass-shadow) !important;
    backdrop-filter: var(--iryx-glass-filter) !important;
    -webkit-backdrop-filter: var(--iryx-glass-filter) !important;
  }

  .main-nav::before {
    display: none !important;
    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    content: none !important;
  }

  body.menu-open .scene-scope-page {
    filter: none !important;
  }
}

@property --scene-desktop-p {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}

@keyframes iryx-desktop-scene-progress {
  from { --scene-desktop-p: 0; }
  to { --scene-desktop-p: 1; }
}

.scene-scope-page .scene-vignette::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.14);
  content: "";
}

@media (max-width: 640px) {
  .page-home .scene-scope-page::after {
    display: none !important;
  }
}

@media (min-width: 901px) {
  @supports (animation-timeline: scroll(root block)) {
    .scene-scope-page {
      --scene-p: var(--scene-desktop-p);
      animation-name: iryx-desktop-scene-progress;
      animation-duration: 1ms;
      animation-timing-function: linear;
      animation-fill-mode: both;
      animation-timeline: scroll(root block);
      animation-range: 0% 100%;
    }
  }
}
