/* ============================================================
   NEOO — hero « ville nocturne »
   Cette feuille est chargée après neoo-cinematic-scroll.css afin de
   garder la scène indépendante du moteur de narration plein écran.
   ============================================================ */

.n1-hero--city {
  --n1-city-px: 0px;
  --n1-city-py: 0px;
  --n1-city-glare-x: 68%;
  --n1-city-glare-y: 28%;
  --n1-city-trust-h: 102px;
  background:
    radial-gradient(ellipse 48% 76% at 73% 30%, rgba(29, 91, 177, .18), transparent 68%),
    radial-gradient(ellipse 38% 54% at 40% 88%, rgba(40, 105, 212, .14), transparent 72%),
    linear-gradient(115deg, #020712 0%, #020916 48%, #031022 100%);
}

/* The cinematic reading guide is useful on long editorial beats, but the
   reference hero is intentionally open: copy floats directly in the room. */
body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy.n1-reading-zone::after {
  display: none !important;
}

body.n1-page:has(.n1-hero--city) .n1-breadcrumb {
  display: none;
}

@media (min-width: 1321px) {
  body.n1-page .site-header__inner {
    padding-left: 5.2vw;
    padding-right: 1.4vw;
    grid-template-columns: 370px auto minmax(0, 1fr);
    column-gap: 20px;
  }

  body.n1-page .brand--cinematic {
    justify-self: start;
  }

  body.n1-page .n1-subnav {
    justify-self: start;
    gap: 22px;
  }

  body.n1-page .header-actions {
    justify-self: end;
  }

  body.n1-page .header-cta {
    width: 185px;
    min-width: 185px;
    height: 44px;
    min-height: 44px;
    padding-inline: 20px;
    border-radius: 999px !important;
    color: #fff !important;
    background: linear-gradient(135deg, #3d83ff, #2865ed) !important;
    box-shadow: 0 12px 30px -16px rgba(52, 119, 255, .85), inset 0 1px 0 rgba(255, 255, 255, .2) !important;
  }
}

body.n1-page:has(.n1-hero--city.is-cinema-active) .n1-cinema-progress {
  opacity: 0;
  pointer-events: none;
}

body.n1-page #main > .n1-hero--city::before {
  z-index: 2;
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(1, 6, 15, .985) 0%, rgba(1, 7, 17, .95) 23%, rgba(2, 9, 20, .54) 37%, rgba(2, 9, 20, .05) 63%, rgba(2, 8, 18, .14) 100%),
    linear-gradient(180deg, rgba(1, 7, 16, .08) 0%, transparent 58%, rgba(1, 6, 15, .74) 100%);
  pointer-events: none;
}

.story-page--cinematic #main > .n1-hero--city > .n1-hero__atmosphere {
  position: absolute;
  z-index: 3;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 33% 27% at 77% 22%, rgba(91, 154, 255, .16), transparent 70%),
    radial-gradient(ellipse 34% 18% at 60% 92%, rgba(73, 139, 255, .2), transparent 74%);
  pointer-events: none;
}

.n1-hero--city .n1-hero__atmosphere::before,
.n1-hero--city .n1-hero__atmosphere::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  opacity: .44;
  filter: blur(34px);
}

.n1-hero--city .n1-hero__atmosphere::before {
  top: 9%;
  right: 4%;
  width: 42%;
  height: 16%;
  background: linear-gradient(90deg, transparent, rgba(91, 151, 255, .32), transparent);
  animation: n1-city-haze 20s ease-in-out infinite alternate;
}

.n1-hero--city .n1-hero__atmosphere::after {
  right: 15%;
  bottom: 10%;
  width: 54%;
  height: 13%;
  background: rgba(41, 111, 227, .2);
  animation: n1-city-floor-breathe 7s ease-in-out infinite;
}

body.n1-page #main > .n1-hero--city .n1-hero__inner,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__inner {
  position: relative;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

body.n1-page #main > .n1-hero--city .n1-hero__copy,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
  position: absolute;
  z-index: 12;
  top: clamp(56px, 6.2svh, 72px);
  left: 5.2vw;
  width: min(31.8vw, 520px);
  max-width: 520px;
  margin: 0;
  transform: none;
  scale: var(--n1-hero-fit, 1);
  transform-origin: 0 0;
}

.n1-hero--city .n1-hero__eyebrow {
  max-width: 100%;
  width: max-content;
  margin-bottom: clamp(26px, 3.2svh, 32px);
  padding: 7px 18px 7px 14px;
  border-color: rgba(89, 138, 220, .3);
  background: rgba(4, 15, 34, .52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
  font-size: var(--cb-eyebrow-size);
  white-space: nowrap;
  transform: scale(.82);
  transform-origin: left center;
}

.n1-hero--city .n1-hero__eyebrow i {
  background: #5d89ff;
  box-shadow: 0 0 0 4px rgba(74, 124, 255, .12), 0 0 18px rgba(76, 145, 255, .78);
}

.n1-hero--city .n1-hero__eyebrow b {
  color: #6f9cff;
  font-weight: 700;
  text-transform: none;
}

@media (min-width: 901px) {
  .n1-hero--city h1 em {
    display: inline-block;
    white-space: nowrap;
    transform: scaleX(1.1);
    transform-origin: left center;
  }

  body[data-page-locale="en"] .n1-hero--city h1 em {
    transform: scaleX(1.06);
  }

  body[data-page-locale="en"] .n1-hero--city .n1-hero__eyebrow,
  body[data-page-locale="nl"] .n1-hero--city .n1-hero__eyebrow {
    font-size: clamp(10.5px, .78vw, 13px);
    letter-spacing: .07em;
  }
}

.n1-hero--city h1 {
  max-width: 12.5ch;
  font-family: var(--cb-display-font);
  font-weight: var(--cb-display-weight);
  letter-spacing: var(--cb-display-tracking);
  line-height: var(--cb-display-leading);
  color: var(--cb-display-ink-dark);
  text-wrap: pretty;
}

.n1-hero--city .n1-hero__signal {
  position: relative;
  display: block;
  width: 156px;
  height: 2px;
  margin-top: clamp(21px, 2.45svh, 24px);
  overflow: visible;
  border-radius: 99px;
  background: linear-gradient(90deg, #70adff 0%, rgba(105, 168, 255, .16) 74%, transparent 100%);
  box-shadow: 0 0 14px rgba(76, 145, 255, .58);
}

.n1-hero--city .n1-hero__signal::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 6px;
  border-radius: 99px;
  background: #cbe4ff;
  filter: blur(2px);
  animation: n1-city-signal 5.5s cubic-bezier(.16, 1, .3, 1) infinite;
}

.n1-hero--city .n1-hero__lead {
  max-width: 44ch;
  margin-top: clamp(24px, 3.2svh, 32px);
  color: rgba(213, 224, 241, .86);
}

.n1-hero--city .n1-hero__lead strong {
  color: #f0f5ff;
  font-weight: 600;
}

.n1-hero--city .n1-hero__actions {
  gap: 12px;
  margin-top: clamp(28px, 3.7svh, 38px);
}

.n1-hero--city .n1-btn {
  min-height: 52px;
  padding-inline: 26px;
  border-radius: 999px;
}

.n1-hero--city .n1-btn--primary {
  color: #fff;
  background: linear-gradient(120deg, #4284ff 0%, #2d6ff2 58%, #2461df 100%);
  box-shadow: 0 20px 46px -17px rgba(45, 111, 242, .92), inset 0 1px 0 rgba(255, 255, 255, .2);
}

.n1-hero--city .n1-btn--primary:hover {
  box-shadow: 0 28px 62px -20px rgba(55, 125, 255, 1), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.n1-hero--city .n1-btn--ghost {
  border-color: rgba(126, 160, 211, .28);
  background: rgba(3, 12, 27, .48);
}

.n1-hero--city .n1-hero__chips {
  gap: 0;
  margin-top: clamp(25px, 3.3svh, 32px);
}

.n1-hero--city .n1-hero__chips li {
  gap: 8px;
  padding-right: 18px;
  font-size: clamp(12px, .86vw, 14px);
}

.n1-hero--city .n1-hero__chips li + li {
  padding-left: 18px;
  border-left: 1px solid rgba(145, 174, 216, .25);
}

/* ---------- Scène bureau / ville ---------- */
body.n1-page #main > .n1-hero--city .n1-city-scene,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene {
  position: absolute;
  z-index: 1;
  inset: 0 0 var(--n1-city-trust-h) 0;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  mask-image: none;
  -webkit-mask-image: none;
  pointer-events: none;
}

body.n1-page #main > .n1-hero--city .n1-city-scene > img,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 62vw;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 52%;
  transform: translate3d(calc(var(--n1-city-px) * -.18), calc(var(--n1-city-py) * -.12), 0) scale(1.018);
  filter: brightness(.39) saturate(.7) contrast(1.14) hue-rotate(154deg);
  backface-visibility: hidden;
}

body.n1-page #main > .n1-hero--city .n1-city-scene > .n1-city-scene__office,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > .n1-city-scene__office {
  z-index: 0;
  opacity: .88;
  filter: brightness(.27) saturate(.58) contrast(1.2) hue-rotate(154deg);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, #000 14%, rgba(0, 0, 0, .58) 20%, transparent 27%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, .96) 0%, #000 14%, rgba(0, 0, 0, .58) 20%, transparent 27%);
}

body.n1-page #main > .n1-hero--city .n1-city-scene > .n1-city-scene__person,
body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > .n1-city-scene__person {
  z-index: 7;
  top: 37.5%;
  left: clamp(470px, 24.2vw, 520px);
  width: clamp(380px, 24.5vw, 500px);
  height: auto;
  object-fit: contain;
  object-position: 50% 50%;
  transform: translate3d(calc(var(--n1-city-px) * -.36), calc(var(--n1-city-py) * -.18), 0);
  transform-origin: 50% 100%;
  opacity: .96;
  filter: brightness(1.32) contrast(1.02) saturate(.85) drop-shadow(9px 0 17px rgba(68, 137, 255, .3));
  mix-blend-mode: normal;
  clip-path: none;
  mask-image: none;
  -webkit-mask-image: none;
}

.n1-city-scene::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(ellipse 11% 41% at 32.5% 60%, rgba(1, 6, 15, .93) 0 54%, transparent 78%),
    linear-gradient(90deg, rgba(1, 6, 15, .94) 0%, rgba(1, 7, 17, .72) 25%, rgba(1, 7, 17, .1) 48%, transparent 68%),
    linear-gradient(180deg, transparent 62%, rgba(1, 7, 18, .66) 100%);
}

.n1-city-scene::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: auto 24% 0 26%;
  height: 20%;
  opacity: .72;
  background: radial-gradient(ellipse at center, rgba(64, 132, 255, .3), rgba(35, 93, 204, .08) 48%, transparent 76%);
  filter: blur(18px);
  animation: n1-city-floor-breathe 7s ease-in-out infinite;
}

.n1-city-scene__skyline {
  position: absolute;
  z-index: 1;
  top: 4%;
  right: -1%;
  bottom: 0;
  width: 27%;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 70% 58%, rgba(31, 80, 143, .34), transparent 48%),
    linear-gradient(180deg, rgba(3, 14, 31, .2), rgba(2, 9, 20, .82));
  transform: translate3d(calc(var(--n1-city-px) * .14), calc(var(--n1-city-py) * .08), 0) scale(1.02);
}

.n1-city-scene__skyline::before,
.n1-city-scene__skyline::after {
  content: "";
  position: absolute;
  inset: 19% -8% 0 7%;
  opacity: .76;
  background:
    radial-gradient(circle, rgba(137, 199, 255, .9) 0 1px, transparent 1.6px) 0 0 / 14px 19px,
    radial-gradient(circle, rgba(55, 130, 255, .62) 0 1px, transparent 1.7px) 7px 9px / 18px 25px,
    linear-gradient(90deg, #061224 0 12%, transparent 12% 16%, #08172c 16% 29%, transparent 29% 34%, #06172d 34% 52%, transparent 52% 57%, #08192f 57% 75%, transparent 75% 80%, #061426 80% 100%);
  background-blend-mode: screen, screen, normal;
  box-shadow: inset 0 0 36px rgba(38, 102, 195, .22);
  clip-path: polygon(0 34%, 12% 34%, 12% 17%, 29% 17%, 29% 42%, 36% 42%, 36% 8%, 52% 8%, 52% 29%, 58% 29%, 58% 0, 74% 0, 74% 37%, 81% 37%, 81% 22%, 100% 22%, 100% 100%, 0 100%);
  animation: n1-city-windows 4.8s steps(2, end) infinite alternate;
}

.n1-city-scene__skyline::after {
  inset: 29% 4% 0 -4%;
  opacity: .38;
  filter: blur(1.2px);
  transform: translateX(6%);
  animation-delay: -2.3s;
  animation-duration: 7.2s;
}

.n1-city-scene__clouds {
  position: absolute;
  z-index: 2;
  top: 10%;
  right: -12%;
  width: 52%;
  height: 24%;
  opacity: .32;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(77, 123, 188, .28), rgba(134, 170, 219, .2), transparent);
  filter: blur(24px);
  animation: n1-city-clouds 24s linear infinite alternate;
}

.n1-city-scene__floor-light {
  position: absolute;
  z-index: 3;
  right: 1%;
  bottom: -4%;
  width: 70%;
  height: 21%;
  opacity: .82;
  background:
    linear-gradient(90deg, transparent, rgba(72, 138, 255, .54), transparent) 50% 54% / 82% 2px no-repeat,
    radial-gradient(ellipse at 58% 30%, rgba(65, 128, 255, .28), rgba(38, 85, 182, .08) 46%, transparent 72%);
  filter: blur(.2px);
  transform: perspective(600px) rotateX(54deg) translate3d(calc(var(--n1-city-px) * .1), 0, 0);
  transform-origin: 50% 100%;
}

.n1-city-scene__beam {
  position: absolute;
  z-index: 9;
  top: 4%;
  left: 36%;
  width: 32%;
  height: 1px;
  opacity: .64;
  background: linear-gradient(90deg, transparent, rgba(170, 211, 255, .92), transparent);
  box-shadow: 0 0 18px rgba(77, 145, 255, .8);
  transform: rotate(-3.2deg);
  transform-origin: 0 50%;
  animation: n1-city-beam 8s ease-in-out infinite;
}

/* ---------- Dashboard DOM en perspective ---------- */
.n1-city-dashboard {
  position: absolute;
  z-index: 5;
  top: .5%;
  right: 7.6%;
  width: min(68.2vw, 1140px);
  height: 92.5%;
  padding: clamp(14px, 1.25vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(117, 174, 255, .66);
  border-radius: 28px 36px 34px 24px;
  color: #dce8f8;
  background:
    radial-gradient(ellipse 42% 40% at var(--n1-city-glare-x) var(--n1-city-glare-y), rgba(54, 120, 211, .18), transparent 72%),
    linear-gradient(145deg, rgba(9, 28, 51, .94), rgba(5, 20, 39, .93) 62%, rgba(8, 27, 49, .96));
  box-shadow:
    0 0 0 7px rgba(56, 118, 204, .08),
    0 0 44px rgba(69, 136, 255, .26),
    0 54px 100px -42px rgba(0, 0, 0, .9),
    inset 0 1px 0 rgba(216, 237, 255, .12),
    inset -5px 0 18px rgba(66, 135, 255, .09);
  transform: perspective(1250px) translate3d(calc(var(--n1-city-px) * .55), calc(var(--n1-city-py) * .34), 0) rotateY(-14.5deg) rotateX(.15deg);
  transform-origin: 100% 50%;
  will-change: transform;
  animation: n1-city-dashboard-float 7s ease-in-out infinite;
}

.n1-city-dashboard::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 28%, rgba(166, 216, 255, .16) 48%, transparent 67%);
  transform: translateX(-120%);
  animation: n1-city-dashboard-sweep 9s cubic-bezier(.16, 1, .3, 1) infinite;
}

.n1-city-dashboard::after {
  content: "";
  position: absolute;
  z-index: 6;
  top: 3%;
  right: 7px;
  bottom: 3%;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, transparent, #8fc5ff 20%, #4d8bff 68%, transparent);
  box-shadow: 0 0 14px rgba(83, 153, 255, .95), 0 0 34px rgba(60, 120, 255, .56);
  animation: n1-city-edge 4.8s ease-in-out infinite;
}

.n1-dashboard__frame {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 21.5% minmax(0, 1fr);
  gap: clamp(18px, 1.6vw, 28px);
  height: 100%;
}

.n1-dashboard__sidebar {
  display: flex;
  min-width: 0;
  padding: clamp(10px, .9vw, 16px) clamp(8px, .8vw, 13px);
  flex-direction: column;
  border: 1px solid rgba(111, 158, 213, .1);
  border-radius: 16px;
  background: rgba(4, 16, 31, .42);
}

.n1-dashboard__logo {
  margin: 2px 0 clamp(16px, 1.8vw, 30px) 4px;
  color: #f3f7ff;
  font-size: clamp(16px, 1.35vw, 23px);
  font-weight: 700;
  letter-spacing: -.05em;
}

.n1-dashboard__logo i {
  color: #78aaff;
  font-style: normal;
}

.n1-dashboard__nav {
  display: grid;
  gap: clamp(4px, .5vw, 9px);
}

.n1-dashboard__nav span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: clamp(25px, 2.25vw, 38px);
  padding: 0 clamp(6px, .65vw, 11px);
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(204, 221, 243, .74);
  font-size: clamp(7px, .64vw, 11px);
  white-space: nowrap;
}

.n1-dashboard__nav span::before {
  content: "";
  width: clamp(7px, .7vw, 11px);
  height: clamp(7px, .7vw, 11px);
  flex: none;
  border: 1px solid currentColor;
  border-radius: 3px;
}

.n1-dashboard__nav span.is-current {
  color: #deecff;
  border-color: rgba(82, 145, 244, .34);
  background: linear-gradient(90deg, rgba(34, 91, 175, .38), rgba(20, 56, 111, .2));
  box-shadow: inset 3px 0 0 #4c8cff;
}

.n1-dashboard__main {
  min-width: 0;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) minmax(0, .53fr);
  gap: clamp(8px, .8vw, 13px);
  padding-top: clamp(32px, 2.65vw, 44px);
  padding-bottom: clamp(16px, 1.45vw, 24px);
}

.n1-dashboard__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.n1-dashboard__head h2 {
  margin: 0;
  color: #f0f5ff;
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.2;
}

.n1-dashboard__head p {
  margin: 4px 0 0;
  color: rgba(175, 196, 225, .58);
  font-size: clamp(6px, .5vw, 9px);
}

.n1-dashboard__tools {
  display: flex;
  gap: 7px;
}

.n1-dashboard__tool {
  min-height: clamp(22px, 2vw, 34px);
  padding: 0 clamp(7px, .7vw, 12px);
  border: 1px solid rgba(116, 157, 211, .16);
  border-radius: 7px;
  color: rgba(211, 226, 246, .72);
  background: rgba(4, 16, 31, .5);
  font-size: clamp(6px, .5vw, 9px);
}

.n1-dashboard__tool--primary {
  color: #fff;
  border-color: rgba(78, 139, 255, .56);
  background: linear-gradient(120deg, #3f82ff, #2867e7);
  box-shadow: 0 8px 22px -9px rgba(45, 111, 242, .9);
}

.n1-dashboard__metrics {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(4px, .52vw, 8px);
}

.n1-dashboard__metric,
.n1-dashboard__card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(107, 155, 214, .14);
  border-radius: clamp(7px, .7vw, 11px);
  background: linear-gradient(145deg, rgba(13, 39, 67, .78), rgba(7, 27, 49, .7));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02);
}

.n1-dashboard__metric {
  min-height: clamp(54px, 5.8vw, 91px);
  padding: clamp(7px, .65vw, 11px);
}

.n1-dashboard__metric small {
  display: block;
  overflow: hidden;
  color: rgba(181, 203, 231, .64);
  font-size: clamp(5px, .43vw, 8px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-dashboard__metric b {
  display: block;
  margin-top: clamp(7px, .65vw, 11px);
  color: #eef5ff;
  font-size: clamp(9px, .85vw, 15px);
  font-weight: 500;
  letter-spacing: -.03em;
}

.n1-dashboard__metric em {
  display: block;
  margin-top: 5px;
  color: #65d6ac;
  font-size: clamp(5px, .4vw, 7px);
  font-style: normal;
}

.n1-dashboard__charts {
  display: grid;
  min-height: 0;
  grid-template-columns: 1.55fr .8fr .8fr;
  gap: clamp(6px, .7vw, 11px);
}

.n1-dashboard__card {
  padding: clamp(8px, .75vw, 13px);
}

.n1-dashboard__card h3 {
  margin: 0;
  color: rgba(224, 235, 250, .88);
  font-size: clamp(6px, .55vw, 10px);
  font-weight: 500;
  letter-spacing: -.01em;
}

.n1-dashboard__line-chart {
  position: relative;
  height: calc(100% - 20px);
  min-height: 88px;
  margin-top: 8px;
  background:
    repeating-linear-gradient(180deg, transparent 0 24%, rgba(112, 154, 207, .1) 24% 24.7%, transparent 24.7% 49%),
    linear-gradient(90deg, transparent 9%, rgba(103, 148, 204, .08) 9.4%, transparent 9.8%);
}

.n1-dashboard__line-chart svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.n1-dashboard__line-chart path {
  fill: none;
  stroke: #4b8dff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  filter: drop-shadow(0 0 4px rgba(68, 137, 255, .66));
  animation: n1-city-chart 2.2s .7s cubic-bezier(.16, 1, .3, 1) forwards;
}

.n1-dashboard__line-chart circle {
  fill: #8ac2ff;
  filter: drop-shadow(0 0 3px rgba(87, 157, 255, .82));
}

.n1-dashboard__donut {
  display: grid;
  place-items: center;
  width: clamp(42px, 4.9vw, 78px);
  aspect-ratio: 1;
  margin: clamp(10px, 1.1vw, 18px) auto 0;
  border-radius: 50%;
  background: conic-gradient(#4287ff 0 36%, #806cde 36% 49%, #48ba92 49% 65%, #d3a24e 65% 74%, #16375d 74% 100%);
  box-shadow: 0 0 28px -11px rgba(61, 132, 255, .9);
}

.n1-dashboard__donut::before {
  content: attr(data-value);
  display: grid;
  place-items: center;
  width: 65%;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #f0f6ff;
  background: #071c32;
  font-size: clamp(7px, .65vw, 11px);
  font-weight: 600;
}

.n1-dashboard__bottom {
  display: grid;
  min-height: 0;
  grid-template-columns: 1.15fr .72fr .72fr;
  gap: clamp(6px, .7vw, 11px);
}

.n1-dashboard__pipeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  margin-top: clamp(12px, 1.1vw, 18px);
}

.n1-dashboard__pipeline span {
  min-width: 0;
  text-align: center;
}

.n1-dashboard__pipeline b {
  display: block;
  color: #72a9ff;
  font-size: clamp(7px, .7vw, 12px);
  font-weight: 500;
}

.n1-dashboard__pipeline small {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: rgba(180, 200, 226, .56);
  font-size: clamp(4px, .36vw, 7px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-dashboard__events {
  display: grid;
  gap: clamp(5px, .48vw, 8px);
  margin-top: clamp(8px, .8vw, 13px);
}

.n1-dashboard__events span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: clamp(17px, 1.45vw, 24px);
  padding: 0 7px;
  overflow: hidden;
  border-radius: 5px;
  color: rgba(206, 221, 240, .7);
  background: rgba(44, 83, 126, .18);
  font-size: clamp(4px, .4vw, 7px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-dashboard__events span::before {
  content: "";
  width: 5px;
  height: 5px;
  flex: none;
  border-radius: 50%;
  background: #4e91ff;
  box-shadow: 0 0 8px rgba(78, 145, 255, .9);
  animation: n1-city-event 2.8s ease-in-out infinite;
}

/* ---------- Dashboard detail matching ---------- */
.n1-dashboard__metric-head,
.n1-dashboard__card-head,
.n1-dashboard__chart-legend,
.n1-dashboard__event,
.n1-dashboard__event-main,
.n1-dashboard__event-copy,
.n1-dashboard__event-meta,
.n1-dashboard__tool,
.n1-dashboard__metric-trend {
  display: flex;
  align-items: center;
}

.n1-dashboard__metric-head,
.n1-dashboard__card-head,
.n1-dashboard__event,
.n1-dashboard__event-meta {
  justify-content: space-between;
}

.n1-dashboard__metric-head {
  gap: 4px;
}

.n1-dashboard__metric .n1-dashboard__metric-head small {
  min-width: 0;
}

.n1-dashboard__metric-trend {
  flex: none;
  min-height: 14px;
  margin: 0;
  padding: 1px 4px;
  border-radius: 4px;
  color: #66d6ac;
  background: rgba(39, 135, 108, .16);
  font-size: clamp(4px, .37vw, 7px);
  font-style: normal;
  line-height: 1;
}

.n1-dashboard__metric-trend.is-negative {
  color: #ef787d;
  background: rgba(184, 64, 76, .14);
}

.n1-dashboard__metric > i {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: rgba(165, 188, 217, .5);
  font-size: clamp(4px, .36vw, 7px);
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-dashboard__card-head {
  min-height: 14px;
  gap: 8px;
}

.n1-dashboard__chart-legend {
  flex: none;
  gap: 9px;
  color: rgba(171, 196, 229, .64);
  font-size: clamp(4px, .36vw, 7px);
}

.n1-dashboard__chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.n1-dashboard__chart-legend i {
  width: 10px;
  height: 1px;
  background: #4e8eff;
}

.n1-dashboard__chart-legend span:last-child i {
  background: repeating-linear-gradient(90deg, #739bd8 0 3px, transparent 3px 5px);
}

.n1-dashboard__line-chart {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) 15px;
  column-gap: 5px;
  margin-top: 6px;
  background: none;
}

.n1-dashboard__chart-axis {
  display: flex;
  grid-row: 1;
  flex-direction: column;
  justify-content: space-between;
  padding-block: 2px 1px;
  color: rgba(157, 183, 216, .47);
  font-size: clamp(4px, .34vw, 6px);
  text-align: right;
}

.n1-dashboard__plot {
  position: relative;
  min-width: 0;
  min-height: 0;
  grid-column: 2;
  grid-row: 1;
  background: repeating-linear-gradient(180deg, transparent 0 24.6%, rgba(112, 154, 207, .11) 24.6% 25.2%, transparent 25.2% 49.5%);
}

.n1-dashboard__plot svg {
  position: absolute;
  inset: 0;
}

.n1-dashboard__line-chart path.is-forecast {
  stroke: rgba(103, 158, 239, .82);
  stroke-width: 1.2;
  stroke-dasharray: 2.5 2.5;
  animation-delay: .45s;
}

.n1-dashboard__line-chart path.is-actual {
  stroke-width: 2.1;
}

.n1-dashboard__chart-months {
  display: grid;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  color: rgba(164, 187, 215, .52);
  font-size: clamp(3.6px, .31vw, 5.5px);
  text-align: center;
}

.n1-dashboard__donut-layout {
  display: grid;
  grid-template-columns: minmax(52px, .76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(5px, .5vw, 9px);
  height: calc(100% - 20px);
  min-height: 0;
  margin-top: 6px;
}

.n1-dashboard__donut-layout .n1-dashboard__donut {
  width: clamp(48px, 5.5vw, 87px);
  margin: 0 auto;
}

.n1-dashboard__donut-legend {
  display: grid;
  gap: clamp(3px, .3vw, 5px);
  min-width: 0;
}

.n1-dashboard__donut-legend span {
  display: grid;
  grid-template-columns: 5px minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: rgba(184, 204, 229, .62);
  font-size: clamp(3.6px, .32vw, 6px);
}

.n1-dashboard__donut-legend i {
  width: 4px;
  height: 4px;
  border-radius: 1px;
  background: var(--legend-color, #4287ff);
}

.n1-dashboard__donut-legend b {
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-dashboard__donut-legend small {
  color: rgba(214, 226, 242, .76);
  font: inherit;
  white-space: nowrap;
}

.n1-dashboard__pipeline {
  margin-top: clamp(9px, .85vw, 14px);
}

.n1-dashboard__pipeline span:nth-child(4) b {
  color: rgba(186, 205, 231, .7);
}

.n1-dashboard__pipeline span:nth-child(n + 5) b {
  color: #64d3a7;
}

.n1-dashboard__pipeline-foot {
  margin: clamp(9px, .8vw, 13px) -3px 0;
  padding-top: clamp(6px, .5vw, 9px);
  border-top: 1px solid rgba(103, 148, 204, .09);
  color: rgba(177, 198, 224, .58);
  font-size: clamp(4px, .37vw, 7px);
  text-align: center;
}

.n1-dashboard__events {
  gap: clamp(3px, .36vw, 6px);
  margin-top: clamp(6px, .55vw, 9px);
}

.n1-dashboard__event {
  gap: 5px;
  min-height: clamp(21px, 1.85vw, 30px);
  padding: 3px 5px;
  border-radius: 5px;
  color: rgba(206, 221, 240, .72);
  background: rgba(44, 83, 126, .16);
}

.n1-dashboard__event-main {
  min-width: 0;
  gap: 5px;
}

.n1-dashboard__event-icon {
  display: grid;
  width: clamp(11px, 1vw, 16px);
  height: clamp(11px, 1vw, 16px);
  flex: none;
  place-items: center;
  border-radius: 4px;
  color: #82b5ff;
  background: rgba(52, 111, 202, .28);
  font-size: clamp(5px, .4vw, 7px);
}

.n1-dashboard__event-icon.is-alert {
  color: #ffc068;
  background: rgba(181, 104, 26, .25);
}

.n1-dashboard__event-copy {
  min-width: 0;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
}

.n1-dashboard__event-copy b,
.n1-dashboard__event-copy small {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.n1-dashboard__event-copy b {
  color: rgba(218, 231, 247, .78);
  font-size: clamp(4px, .4vw, 7px);
  font-weight: 400;
}

.n1-dashboard__event-copy small,
.n1-dashboard__event-meta {
  color: rgba(157, 183, 216, .48);
  font-size: clamp(3.6px, .31vw, 5.5px);
}

.n1-dashboard__event-meta {
  flex: none;
  gap: 4px;
}

.n1-dashboard__event-meta em {
  min-width: 13px;
  padding: 1px 3px;
  border-radius: 5px;
  color: #ffc06f;
  background: rgba(189, 91, 16, .24);
  font-style: normal;
  text-align: center;
}

.n1-dashboard__events-link {
  display: block;
  margin-top: auto;
  color: #5d9cff;
  font-size: clamp(3.8px, .34vw, 6px);
}

.n1-dashboard__tool {
  justify-content: center;
  gap: 5px;
}

.n1-dashboard__tool b {
  color: rgba(172, 194, 221, .52);
  font-size: .86em;
  font-weight: 400;
}

.n1-dashboard__tool svg {
  width: 8px;
  height: 8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

@media (min-width: 901px) {
  body[data-page-locale] .n1-hero--city .n1-hero__eyebrow {
    font-size: var(--cb-eyebrow-size);
  }

  .n1-city-scene__skyline {
    top: 2%;
    right: -.5%;
    bottom: 0;
    width: 14.5%;
    overflow: hidden;
    opacity: .9;
    background:
      radial-gradient(ellipse 85% 52% at 65% 44%, rgba(36, 81, 145, .42), transparent 70%),
      linear-gradient(180deg, rgba(5, 18, 40, .34), rgba(2, 8, 18, .92));
    clip-path: none;
    transform: translate3d(calc(var(--n1-city-px) * .14), calc(var(--n1-city-py) * .08), 0) scale(1.02);
    filter: saturate(.9) brightness(.82);
  }

  .n1-city-scene__skyline::before,
  .n1-city-scene__skyline::after {
    display: block;
  }

  .n1-city-scene__skyline::before {
    inset: auto -5% 0 0;
    height: 69%;
    opacity: .88;
    background:
      repeating-linear-gradient(90deg, transparent 0 7px, rgba(102, 177, 244, .74) 7px 8px, transparent 8px 15px),
      repeating-linear-gradient(180deg, transparent 0 13px, rgba(83, 154, 224, .7) 13px 14px, transparent 14px 21px),
      linear-gradient(90deg, #061329 0 13%, transparent 13% 17%, #081831 17% 31%, transparent 31% 35%, #06152c 35% 53%, transparent 53% 57%, #081a34 57% 74%, transparent 74% 78%, #07162c 78% 100%);
    background-blend-mode: screen, screen, normal;
    box-shadow: inset 0 0 38px rgba(42, 100, 185, .24);
    clip-path: polygon(0 34%, 13% 34%, 13% 17%, 31% 17%, 31% 41%, 35% 41%, 35% 9%, 53% 9%, 53% 30%, 57% 30%, 57% 2%, 74% 2%, 74% 39%, 78% 39%, 78% 24%, 100% 24%, 100% 100%, 0 100%);
  }

  .n1-city-scene__skyline::after {
    inset: auto 12% 0 auto;
    width: 54px;
    height: 88%;
    opacity: .92;
    background:
      linear-gradient(90deg, transparent 47%, rgba(127, 196, 255, .9) 48% 51%, transparent 52%) 50% 0 / 100% 19% no-repeat,
      repeating-linear-gradient(90deg, transparent 0 6px, rgba(137, 201, 255, .78) 6px 8px, transparent 8px 13px),
      repeating-linear-gradient(180deg, transparent 0 11px, rgba(89, 162, 231, .66) 11px 13px, transparent 13px 18px),
      linear-gradient(180deg, #0b2342, #06172d 52%, #041124);
    background-blend-mode: screen, screen, screen, normal;
    box-shadow: 0 0 30px rgba(63, 126, 213, .2);
    clip-path: polygon(48% 0, 52% 0, 55% 16%, 64% 22%, 64% 34%, 76% 40%, 76% 54%, 88% 58%, 88% 100%, 12% 100%, 12% 58%, 24% 54%, 24% 40%, 36% 34%, 36% 22%, 45% 16%);
    filter: none;
    transform: none;
    animation-delay: -2.3s;
    animation-duration: 7.2s;
  }
}

/* ---------- Trust bar flottante ---------- */
body.n1-page #main > .n1-hero--city > .n1-hero__trust,
body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
  position: absolute;
  z-index: 14;
  right: 5.7vw;
  bottom: clamp(32px, 4.3svh, 42px);
  left: 5.7vw;
  width: auto;
  height: var(--n1-city-trust-h);
  min-height: var(--n1-city-trust-h);
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(111, 158, 225, .28);
  border-radius: 25px;
  background:
    radial-gradient(ellipse 25% 100% at 84% 50%, rgba(60, 121, 222, .16), transparent 80%),
    linear-gradient(100deg, rgba(8, 23, 43, .88), rgba(7, 20, 40, .82));
  box-shadow: 0 28px 70px -34px rgba(0, 0, 0, .9), inset 0 1px 0 rgba(220, 238, 255, .04);
  backdrop-filter: blur(18px) saturate(1.18);
  -webkit-backdrop-filter: blur(18px) saturate(1.18);
}

.n1-hero--city .n1-hero__trust-item {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.45vw, 25px);
  min-width: 0;
  min-height: var(--n1-city-trust-h);
  padding: 0 clamp(18px, 2vw, 34px);
  border-right: 1px solid rgba(126, 159, 205, .18);
}

.n1-hero--city .n1-hero__trust-item:last-child {
  border-right: 0;
}

.n1-hero--city .n1-hero__trust-item svg {
  width: clamp(31px, 2.1vw, 39px);
  height: clamp(31px, 2.1vw, 39px);
  fill: none;
  stroke: #73aaff;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 9px rgba(76, 145, 255, .44));
}

.n1-hero--city .n1-hero__trust-copy {
  min-width: 0;
}

.n1-hero--city .n1-hero__trust-copy b,
.n1-hero--city .n1-hero__trust-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.n1-hero--city .n1-hero__trust-copy b {
  color: #e4edf9;
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.n1-hero--city .n1-hero__trust-copy small {
  margin-top: 6px;
  color: rgba(188, 205, 229, .68);
  font-size: clamp(11px, .82vw, 14px);
  line-height: 1.25;
  white-space: normal;
  text-overflow: clip;
  text-wrap: balance;
}

/* ---------- Entrée et animations ---------- */
.n1-hero--city:not(.is-city-ready) .n1-hero__copy,
.n1-hero--city:not(.is-city-ready) .n1-city-dashboard,
.n1-hero--city:not(.is-city-ready) > .n1-hero__trust {
  opacity: 0;
}

.n1-hero--city.is-city-ready .n1-hero__copy {
  animation: n1-city-copy-in .9s cubic-bezier(.16, 1, .3, 1) both;
}

.n1-hero--city.is-city-ready .n1-city-dashboard {
  animation:
    n1-city-dashboard-in 1.25s .18s cubic-bezier(.16, 1, .3, 1) both,
    n1-city-dashboard-float 7s 1.6s ease-in-out infinite;
}

.n1-hero--city.is-city-ready > .n1-hero__trust {
  animation: n1-city-trust-in .85s .55s cubic-bezier(.16, 1, .3, 1) both;
}

.n1-hero--city:not(.is-city-visible) .n1-city-scene__clouds,
.n1-hero--city:not(.is-city-visible) .n1-city-scene__skyline::before,
.n1-hero--city:not(.is-city-visible) .n1-city-scene__skyline::after,
.n1-hero--city:not(.is-city-visible) .n1-city-dashboard::before,
.n1-hero--city:not(.is-city-visible) .n1-city-dashboard::after,
.n1-hero--city:not(.is-city-visible) .n1-hero__signal::after {
  animation-play-state: paused;
}

@keyframes n1-city-copy-in {
  from { opacity: 0; translate: 0 18px; filter: blur(7px); }
  to { opacity: 1; translate: 0 0; filter: blur(0); }
}

@keyframes n1-city-dashboard-in {
  from { opacity: 0; translate: 22px 20px; scale: .97; filter: brightness(.68) blur(4px); }
  to { opacity: 1; translate: 0 0; scale: 1; filter: brightness(1) blur(0); }
}

@keyframes n1-city-trust-in {
  from { opacity: 0; translate: 0 16px; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes n1-city-haze {
  from { translate: -4% -2%; opacity: .28; }
  to { translate: 5% 3%; opacity: .56; }
}

@keyframes n1-city-clouds {
  from { translate: -4% 0; opacity: .2; }
  to { translate: 14% 6%; opacity: .42; }
}

@keyframes n1-city-floor-breathe {
  0%, 100% { opacity: .52; scale: .96; }
  50% { opacity: .88; scale: 1.035; }
}

@keyframes n1-city-windows {
  0% { opacity: .43; filter: brightness(.82); }
  43% { opacity: .86; filter: brightness(1.18); }
  71% { opacity: .58; filter: brightness(.95); }
  100% { opacity: .78; filter: brightness(1.08); }
}

@keyframes n1-city-signal {
  0%, 18% { opacity: 0; translate: 0 0; }
  28% { opacity: .9; }
  68% { opacity: .6; }
  84%, 100% { opacity: 0; translate: 115px 0; }
}

@keyframes n1-city-dashboard-sweep {
  0%, 52% { opacity: 0; transform: translateX(-120%); }
  62% { opacity: .9; }
  82%, 100% { opacity: 0; transform: translateX(130%); }
}

@keyframes n1-city-dashboard-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -5px; }
}

@keyframes n1-city-edge {
  0%, 100% { opacity: .42; filter: brightness(.9); }
  50% { opacity: 1; filter: brightness(1.35); }
}

@keyframes n1-city-beam {
  0%, 100% { opacity: .18; scale: .82 1; }
  45% { opacity: .82; scale: 1.08 1; }
}

@keyframes n1-city-chart {
  to { stroke-dashoffset: 0; }
}

@keyframes n1-city-event {
  0%, 100% { opacity: .4; scale: .8; }
  50% { opacity: 1; scale: 1.15; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1320px) and (min-width: 901px) {
  .n1-dashboard__main {
    padding-top: clamp(22px, 2.4vw, 32px);
    padding-bottom: 14px;
  }

  body.n1-page #main > .n1-hero--city .n1-hero__copy,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
    top: 6%;
    left: 4.4vw;
    width: 38%;
    max-width: 470px;
  }

  .n1-hero--city .n1-hero__eyebrow {
    margin-bottom: 24px;
    font-size: 12px;
  }

  .n1-hero--city .n1-hero__lead {
    margin-top: 20px;
    font-size: 15px;
  }

  .n1-hero--city .n1-hero__actions {
    margin-top: 24px;
  }

  .n1-hero--city .n1-btn {
    min-height: 46px;
    padding-inline: 20px;
    font-size: 13px;
  }

  .n1-hero--city .n1-hero__chips {
    margin-top: 18px;
  }

  .n1-city-dashboard {
    right: 2.5%;
    width: 61%;
  }

  body.n1-page #main > .n1-hero--city .n1-city-scene > img,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > img {
    width: 68%;
  }

  body.n1-page #main > .n1-hero--city .n1-city-scene > .n1-city-scene__person,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > .n1-city-scene__person {
    top: 36%;
    left: clamp(410px, 35vw, 500px);
    width: clamp(320px, 32vw, 420px);
  }

  body.n1-page #main > .n1-hero--city > .n1-hero__trust,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
    right: 3.2vw;
    left: 3.2vw;
  }

  .n1-hero--city .n1-hero__trust-item {
    gap: 10px;
    padding-inline: 14px;
  }
}

@media (max-width: 900px) {
  .n1-hero--city {
    --n1-city-trust-h: 132px;
  }

  body.n1-page #main > .n1-hero--city::before {
    background:
      linear-gradient(180deg, rgba(1, 7, 17, .985) 0%, rgba(2, 9, 21, .94) 48%, rgba(2, 9, 21, .38) 70%, rgba(1, 6, 15, .94) 100%),
      radial-gradient(circle at 76% 62%, rgba(62, 126, 230, .18), transparent 46%);
  }

  body.n1-page #main > .n1-hero--city .n1-hero__copy,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    max-width: 620px;
  }

  .n1-hero--city .n1-hero__eyebrow {
    width: max-content;
    max-width: none;
    margin-bottom: 17px;
    font-size: var(--cb-eyebrow-size);
    white-space: nowrap;
    transform: scale(.72);
  }

  .n1-hero--city h1 {
    max-width: 9.4ch;
    font-size: clamp(42px, 9.3vw, 58px);
  }

  .n1-hero--city .n1-hero__signal {
    width: 118px;
    margin-top: 15px;
  }

  .n1-hero--city .n1-hero__lead {
    max-width: min(44ch, 72%);
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.42;
  }

  .n1-hero--city .n1-hero__actions {
    margin-top: 17px;
  }

  .n1-hero--city .n1-btn {
    min-height: 44px;
    padding: 10px 17px;
    font-size: 12.5px;
  }

  .n1-hero--city .n1-hero__chips {
    margin-top: 13px;
  }

  .n1-hero--city .n1-hero__chips li {
    padding-right: 12px;
    font-size: 11px;
  }

  .n1-hero--city .n1-hero__chips li + li {
    padding-left: 12px;
  }

  body.n1-page #main > .n1-hero--city .n1-city-scene,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene {
    inset: 0 0 var(--n1-city-trust-h) 0;
  }

  body.n1-page #main > .n1-hero--city .n1-city-scene > img,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > img {
    top: 31%;
    left: 18%;
    width: 88%;
    height: 69%;
    opacity: .58;
  }

  body.n1-page #main > .n1-hero--city .n1-city-scene > .n1-city-scene__person,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > .n1-city-scene__person {
    display: none;
  }

  .n1-city-scene__skyline {
    top: 28%;
    width: 45%;
  }

  .n1-city-dashboard {
    top: auto;
    right: -4%;
    bottom: 1.5%;
    width: 70%;
    height: 43%;
    padding: 10px;
    border-radius: 19px 24px 23px 16px;
    opacity: .92;
    transform: perspective(1100px) translate3d(calc(var(--n1-city-px) * .4), calc(var(--n1-city-py) * .25), 0) rotateY(-7deg) rotateX(.3deg);
  }

  .n1-dashboard__frame {
    grid-template-columns: 17% minmax(0, 1fr);
    gap: 8px;
  }

  .n1-dashboard__nav span:nth-child(n + 6),
  .n1-dashboard__bottom {
    display: none;
  }

  .n1-dashboard__main {
    grid-template-rows: auto auto minmax(0, 1fr);
    padding: 0;
  }

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

  .n1-dashboard__metric:nth-child(n + 4) {
    display: none;
  }

  body.n1-page #main > .n1-hero--city > .n1-hero__trust,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
    right: 14px;
    bottom: 10px;
    left: 14px;
    height: var(--n1-city-trust-h);
    min-height: var(--n1-city-trust-h);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 18px;
  }

  .n1-hero--city .n1-hero__trust-item {
    min-height: calc(var(--n1-city-trust-h) / 2);
    gap: 9px;
    padding: 7px 12px;
    border-bottom: 1px solid rgba(126, 159, 205, .15);
  }

  .n1-hero--city .n1-hero__trust-item:nth-child(2n) {
    border-right: 0;
  }

  .n1-hero--city .n1-hero__trust-item:nth-child(n + 3) {
    border-bottom: 0;
  }

  .n1-hero--city .n1-hero__trust-item svg {
    width: 24px;
    height: 24px;
  }

  .n1-hero--city .n1-hero__trust-copy b {
    font-size: 11px;
  }

  .n1-hero--city .n1-hero__trust-copy small {
    margin-top: 3px;
    font-size: 9px;
  }
}

@media (max-width: 620px) {
  .n1-hero--city {
    --n1-city-trust-h: 126px;
  }

  body.n1-page #main > .n1-hero--city .n1-hero__copy,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-hero__copy {
    top: 18px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .n1-hero--city .n1-hero__eyebrow {
    width: 138%;
    max-width: 138%;
    margin-bottom: 12px;
    padding: 6px 11px;
    font-size: var(--cb-eyebrow-size);
    line-height: 1.25;
    transform: scale(.6);
  }

  body[data-page-locale="en"] .n1-hero--city .n1-hero__eyebrow {
    transform: scale(.57);
  }

  body[data-page-locale="nl"] .n1-hero--city .n1-hero__eyebrow {
    transform: scale(.55);
  }

  .n1-hero--city h1 {
    max-width: 100%;
    font-size: clamp(38px, 11.8vw, 49px);
    line-height: 1.02;
  }

  .n1-hero--city .n1-hero__signal {
    margin-top: 11px;
  }

  .n1-hero--city .n1-hero__lead {
    max-width: 100%;
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.36;
  }

  .n1-hero--city .n1-hero__actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    margin-top: 13px;
  }

  .n1-hero--city .n1-hero__actions .n1-btn {
    width: auto;
    min-width: 0;
    min-height: 44px;
    padding: 8px 12px;
    font-size: 10.5px;
    white-space: nowrap;
  }

  .n1-hero--city .n1-hero__chips {
    display: none;
  }

  body.n1-page #main > .n1-hero--city .n1-city-scene > img,
  body.n1-cinema--enhanced #main > .n1-hero--city .n1-city-scene > img {
    top: 47%;
    left: -8%;
    width: 110%;
    height: 53%;
  }

  .n1-city-dashboard {
    right: -17%;
    bottom: 2%;
    width: 96%;
    height: 36%;
    padding: 7px;
    transform: perspective(1000px) translate3d(calc(var(--n1-city-px) * .32), calc(var(--n1-city-py) * .2), 0) rotateY(-6deg) rotateX(.25deg);
  }

  .n1-dashboard__sidebar {
    padding: 5px;
  }

  .n1-dashboard__nav span:nth-child(n + 4),
  .n1-dashboard__charts .n1-dashboard__card:nth-child(n + 3) {
    display: none;
  }

  .n1-dashboard__charts {
    grid-template-columns: 1.4fr .8fr;
  }

  .n1-dashboard__tool:first-child,
  .n1-dashboard__head p {
    display: none;
  }

  body.n1-page #main > .n1-hero--city > .n1-hero__trust,
  body.n1-cinema--enhanced #main > .n1-hero--city > .n1-hero__trust {
    right: 10px;
    bottom: 8px;
    left: 10px;
  }

  .n1-hero--city .n1-hero__trust-item {
    padding-inline: 8px;
  }

  .n1-hero--city .n1-hero__trust-item svg {
    width: 21px;
    height: 21px;
  }

  .n1-hero--city .n1-hero__trust-copy b {
    font-size: 10px;
    white-space: normal;
    text-overflow: clip;
  }

  .n1-hero--city .n1-hero__trust-copy small {
    font-size: 8px;
    white-space: normal;
  }
}

@media (max-width: 360px) {
  .n1-hero--city .n1-hero__eyebrow {
    transform: scale(.49);
  }

  body[data-page-locale="en"] .n1-hero--city .n1-hero__eyebrow,
  body[data-page-locale="nl"] .n1-hero--city .n1-hero__eyebrow {
    transform: scale(.44);
  }
}

@media (prefers-reduced-motion: reduce) {
  .n1-hero--city *,
  .n1-hero--city *::before,
  .n1-hero--city *::after {
    scroll-behavior: auto;
    animation-duration: .001ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
  }

  .n1-hero--city :is(.n1-hero__copy, .n1-city-dashboard, .n1-hero__trust) {
    opacity: 1 !important;
    translate: none !important;
    filter: none !important;
  }
}

@media (forced-colors: active) {
  .n1-city-scene__skyline,
  .n1-city-scene__clouds,
  .n1-city-scene__beam,
  .n1-city-scene__floor-light {
    display: none;
  }
}
