:root {
      --bg: #02040a;
      --panel: rgba(7, 16, 31, 0.78);
      --panel-strong: rgba(5, 13, 27, 0.92);
      --text: #f4f8ff;
      --muted: #aebed4;
      --blue: #00c8ff;
      --blue-2: #006eea;
      --line: rgba(0, 210, 255, 0.28);
      --white-soft: rgba(255, 255, 255, 0.88);
    }

/* Overrides finaux: accueil smartphone selon le visuel fourni. */
@media (max-width: 720px) {
  .home-page .site-nav {
    width: calc(100% - 32px) !important;
    top: 28px !important;
    left: 16px !important;
    min-height: 118px !important;
    padding: 22px 26px !important;
    border-radius: 34px !important;
    border-color: rgba(180, 210, 235, 0.28) !important;
    background: linear-gradient(135deg, rgba(3, 12, 23, 0.96), rgba(8, 17, 29, 0.88)) !important;
  }

  .home-page .brand-mark {
    width: clamp(62px, 17vw, 78px) !important;
    height: clamp(62px, 17vw, 78px) !important;
  }

  .home-page .brand-name {
    max-width: none !important;
    font-size: clamp(23px, 6.6vw, 34px) !important;
    letter-spacing: 0.16em !important;
    white-space: nowrap !important;
  }

  .home-page .brand-subtitle {
    max-width: none !important;
    margin-top: 10px !important;
    font-size: clamp(12px, 3.2vw, 16px) !important;
    letter-spacing: 0.18em !important;
    white-space: nowrap !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 66px !important;
    padding: 0 23px !important;
    gap: 13px !important;
    border-radius: 999px !important;
    border-color: rgba(220, 236, 255, 0.62) !important;
    background: rgba(3, 10, 18, 0.52) !important;
    color: #ffffff !important;
    font-size: clamp(22px, 6vw, 29px) !important;
    font-weight: 900 !important;
  }

  .home-page .mobile-menu-toggle::after {
    content: "\2630";
    font-size: 1.05em;
    line-height: 1;
  }

  .home-page .hero {
    min-height: 100svh !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .home-page .hero-content {
    width: min(100% - 42px, 760px) !important;
    min-height: 100svh !important;
    padding-top: clamp(230px, 30svh, 285px) !important;
    padding-bottom: 72px !important;
    gap: clamp(22px, 4.2vw, 34px) !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .home-page .hero h1 {
    max-width: 100% !important;
    font-size: clamp(61px, 16.6vw, 95px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
  }

  .home-page .hero-subtitle-strong,
  .home-page .hero-summary,
  .home-page .hero-tags,
  .home-page .hero-proof-grid {
    display: none !important;
  }

  .mobile-hero-bridge {
    display: block !important;
    margin: 0 !important;
    color: var(--blue) !important;
    font-size: clamp(28px, 7.4vw, 40px) !important;
    line-height: 1.14 !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .mobile-hero-summary {
    display: block !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    color: rgba(225, 238, 249, 0.92) !important;
    font-size: clamp(23px, 5.7vw, 33px) !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  .home-page .hero-actions {
    width: min(100%, 690px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 28px !important;
    margin: 10px auto 0 !important;
  }

  .home-page .hero-actions .btn {
    min-height: 80px !important;
    border-radius: 999px !important;
    font-size: clamp(25px, 6.3vw, 34px) !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }

  .home-page .hero-actions .primary {
    width: 100% !important;
    padding: 18px 28px !important;
    border: 0 !important;
    background: linear-gradient(100deg, #13baff 0%, #7ceeff 100%) !important;
    color: #00121c !important;
  }

  .home-page .hero-actions .primary::after,
  .home-page .hero-actions .secondary::after {
    content: " \2192";
  }

  .home-page .hero-actions .secondary {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--blue) !important;
    box-shadow: none !important;
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
  }

  .mobile-home-tags {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 22px !important;
  }

  .mobile-home-tag {
    min-height: 78px !important;
    padding: 12px 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0, 210, 255, 0.78) !important;
    background: rgba(4, 18, 31, 0.72) !important;
    color: #edf8ff !important;
    font-size: clamp(13px, 3.3vw, 18px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
  }

  .mobile-home-tag svg {
    width: 28px !important;
    height: 28px !important;
    color: var(--blue) !important;
    fill: currentColor !important;
  }

  .mobile-home-tag img {
    width: 42px !important;
    height: 24px !important;
    object-fit: contain !important;
  }

  .mobile-glance-card {
    display: block !important;
    width: 100% !important;
    margin: 24px auto 0 !important;
    padding: clamp(34px, 8vw, 52px) clamp(28px, 7vw, 48px) !important;
    border-radius: 34px !important;
    border: 1px solid rgba(0, 210, 255, 0.48) !important;
    background: linear-gradient(145deg, rgba(3, 18, 32, 0.88), rgba(4, 28, 49, 0.78)) !important;
    text-align: left !important;
  }

  .mobile-glance-title {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    margin-bottom: 26px !important;
  }

  .mobile-glance-title strong {
    color: #ffffff !important;
    font-size: clamp(21px, 6vw, 32px) !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
  }

  .mobile-glance-main-icon {
    width: 78px !important;
    height: 78px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: var(--blue) !important;
    background: radial-gradient(circle at 35% 25%, rgba(0, 200, 255, 0.44), rgba(0, 85, 135, 0.32)) !important;
  }

  .mobile-glance-main-icon svg {
    width: 42px !important;
    height: 42px !important;
    fill: currentColor !important;
  }

  .mobile-glance-list {
    display: grid !important;
  }

  .mobile-glance-list p {
    margin: 0 !important;
    min-height: 86px !important;
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    align-items: center !important;
    gap: 26px !important;
    color: rgba(245, 250, 255, 0.94) !important;
    font-size: clamp(22px, 5.8vw, 32px) !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
  }

  .mobile-glance-list p + p {
    border-top: 1px solid rgba(155, 215, 255, 0.22) !important;
  }

  .mobile-glance-list svg {
    width: 44px !important;
    height: 44px !important;
    color: var(--blue) !important;
    fill: currentColor !important;
  }
}

    @media (max-width: 430px) {
      .home-page .site-nav {
        width: calc(100% - 24px) !important;
        left: 12px !important;
        padding: 17px 18px !important;
    min-height: 102px !important;
  }

  .home-page .brand-mark {
    width: 58px !important;
    height: 58px !important;
  }

  .home-page .brand-name {
    font-size: clamp(19px, 6vw, 25px) !important;
  }

  .home-page .brand-subtitle {
    font-size: clamp(10px, 2.9vw, 13px) !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 58px !important;
    padding: 0 18px !important;
    font-size: 21px !important;
  }

  .home-page .hero-content {
    width: calc(100% - 30px) !important;
    padding-top: 190px !important;
  }

  .home-page .hero h1 {
    font-size: clamp(52px, 16vw, 72px) !important;
  }

  .mobile-hero-bridge {
    font-size: clamp(25px, 7.1vw, 33px) !important;
  }

  .mobile-hero-summary {
    font-size: clamp(21px, 5.55vw, 28px) !important;
  }

  .mobile-home-tags {
    gap: 9px !important;
  }

  .mobile-home-tag {
    min-height: 70px !important;
    padding: 10px 9px !important;
    gap: 8px !important;
    font-size: clamp(11px, 3.1vw, 14px) !important;
  }

  .mobile-home-tag svg {
    width: 24px !important;
    height: 24px !important;
  }

  .mobile-home-tag img {
    width: 36px !important;
    height: 22px !important;
  }

  .mobile-glance-list p {
    grid-template-columns: 46px 1fr !important;
    gap: 18px !important;
    min-height: 76px !important;
    font-size: clamp(19px, 5.45vw, 25px) !important;
  }

      .mobile-glance-list svg {
        width: 36px !important;
        height: 36px !important;
      }
}

/* Correction finale mobile accueil : header compact d'origine + contenu sans scroll. */
@media (max-width: 720px) {
  .home-page .site-nav {
    width: calc(100% - 24px) !important;
    top: 14px !important;
    left: 12px !important;
    min-height: 82px !important;
    padding: 12px 14px !important;
    border-radius: 24px !important;
    background: rgba(3, 12, 23, 0.86) !important;
    border: 1px solid rgba(170, 205, 235, 0.28) !important;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  }

  .home-page .brand-link {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    gap: 11px !important;
  }

  .home-page .brand-mark {
    flex: 0 0 50px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 14px !important;
  }

  .home-page .brand-name {
    max-width: 210px !important;
    overflow: hidden !important;
    font-size: clamp(17px, 4.6vw, 22px) !important;
    letter-spacing: 0.14em !important;
    line-height: 1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .home-page .brand-subtitle {
    max-width: 210px !important;
    margin-top: 6px !important;
    overflow: hidden !important;
    font-size: clamp(9px, 2.4vw, 12px) !important;
    letter-spacing: 0.15em !important;
    line-height: 1.1 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 48px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: clamp(16px, 4.2vw, 20px) !important;
  }

  .home-page .mobile-menu-toggle::after {
    content: "" !important;
  }

  .home-page .hero {
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  .home-page .hero-content {
    width: min(100% - 28px, 640px) !important;
    height: 100svh !important;
    min-height: 100svh !important;
    justify-content: start !important;
    gap: clamp(8px, 1.35svh, 13px) !important;
    padding: 118px 0 44px !important;
    overflow: hidden !important;
  }

  .home-page .hero h1 {
    max-width: 100% !important;
    font-size: clamp(38px, 12.4vw, 58px) !important;
    line-height: 1.04 !important;
    letter-spacing: 0.02em !important;
    text-wrap: balance !important;
  }

  .mobile-hero-bridge {
    max-width: 100% !important;
    font-size: clamp(20px, 5.55vw, 28px) !important;
    line-height: 1.12 !important;
  }

  .mobile-hero-summary {
    max-width: 94% !important;
    font-size: clamp(14px, 3.85vw, 19px) !important;
    line-height: 1.34 !important;
  }

  .mobile-home-tags {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 0 !important;
  }

  .mobile-home-tag {
    min-height: 46px !important;
    padding: 6px 7px !important;
    gap: 6px !important;
    border-radius: 999px !important;
    font-size: clamp(10px, 2.75vw, 13px) !important;
    line-height: 1.1 !important;
  }

  .mobile-home-tag svg {
    width: 19px !important;
    height: 19px !important;
  }

  .mobile-home-tag img {
    width: 31px !important;
    height: 18px !important;
  }

  .home-page .hero-actions {
    width: min(100%, 560px) !important;
    gap: 7px !important;
    margin: 2px auto 0 !important;
  }

  .home-page .hero-actions .btn {
    min-height: 50px !important;
    padding: 0 16px !important;
    font-size: clamp(17px, 4.7vw, 22px) !important;
  }

  .home-page .hero-actions .secondary {
    min-height: 28px !important;
    padding: 0 !important;
    font-size: clamp(14px, 3.8vw, 18px) !important;
  }

  .mobile-glance-card {
    width: 100% !important;
    margin-top: 4px !important;
    padding: 12px 15px !important;
    border-radius: 22px !important;
  }

  .mobile-glance-title {
    gap: 11px !important;
    margin-bottom: 4px !important;
  }

  .mobile-glance-main-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .mobile-glance-title strong {
    font-size: clamp(14px, 3.7vw, 18px) !important;
    letter-spacing: 0.14em !important;
  }

  .mobile-glance-list p {
    grid-template-columns: 24px 1fr !important;
    gap: 10px !important;
    min-height: 30px !important;
    padding: 4px 0 !important;
    font-size: clamp(12px, 3.25vw, 16px) !important;
    line-height: 1.12 !important;
  }

  .mobile-glance-list svg {
    width: 19px !important;
    height: 19px !important;
  }
}

@media (max-width: 430px) and (max-height: 780px) {
  .home-page .site-nav {
    top: 10px !important;
    min-height: 76px !important;
    padding: 10px 12px !important;
  }

  .home-page .brand-mark {
    flex-basis: 46px !important;
    width: 46px !important;
    height: 46px !important;
  }

  .home-page .brand-name {
    font-size: 16px !important;
  }

  .home-page .brand-subtitle {
    font-size: 8.5px !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 44px !important;
    padding: 0 15px !important;
    font-size: 16px !important;
  }

  .home-page .hero-content {
    gap: 7px !important;
    padding-top: 96px !important;
    padding-bottom: 36px !important;
  }

  .home-page .hero h1 {
    font-size: clamp(35px, 11.7vw, 50px) !important;
  }

  .mobile-hero-bridge {
    font-size: clamp(18px, 5.1vw, 24px) !important;
  }

  .mobile-hero-summary {
    max-width: 96% !important;
    font-size: clamp(13px, 3.55vw, 17px) !important;
    line-height: 1.3 !important;
  }

  .mobile-home-tag {
    min-height: 40px !important;
    font-size: clamp(9px, 2.45vw, 12px) !important;
  }

  .home-page .hero-actions .btn {
    min-height: 44px !important;
    font-size: clamp(15px, 4.1vw, 19px) !important;
  }

  .mobile-glance-card {
    padding: 9px 13px !important;
  }

  .mobile-glance-title {
    margin-bottom: 2px !important;
  }

  .mobile-glance-list p {
    min-height: 26px !important;
    padding: 3px 0 !important;
    font-size: clamp(11px, 3vw, 14px) !important;
  }
}

/* Smartphone accueil: composition dediee au visuel mobile demande. */
.mobile-hero-bridge,
.mobile-hero-summary,
.mobile-home-tags,
.mobile-glance-card {
  display: none;
}

@media (max-width: 720px) {
  .home-page {
    overflow-x: hidden;
  }

  .home-page .site-nav {
    width: calc(100% - 32px) !important;
    top: 28px !important;
    left: 16px !important;
    right: auto !important;
    min-height: 118px !important;
    padding: 22px 26px !important;
    border-radius: 34px !important;
    border: 1px solid rgba(180, 210, 235, 0.28) !important;
    background: linear-gradient(135deg, rgba(3, 12, 23, 0.96), rgba(8, 17, 29, 0.88)) !important;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
  }

  .home-page .brand-link {
    gap: 16px !important;
    align-items: center !important;
  }

  .home-page .brand-mark {
    width: clamp(62px, 17vw, 78px) !important;
    height: clamp(62px, 17vw, 78px) !important;
    border-radius: 18px !important;
  }

  .home-page .brand-name {
    max-width: none !important;
    font-size: clamp(23px, 6.6vw, 34px) !important;
    line-height: 1 !important;
    letter-spacing: 0.16em !important;
    white-space: nowrap !important;
  }

  .home-page .brand-subtitle {
    max-width: none !important;
    margin-top: 10px !important;
    font-size: clamp(12px, 3.2vw, 16px) !important;
    line-height: 1 !important;
    letter-spacing: 0.18em !important;
    white-space: nowrap !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 66px !important;
    padding: 0 23px !important;
    gap: 13px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(220, 236, 255, 0.62) !important;
    background: rgba(3, 10, 18, 0.52) !important;
    color: #ffffff !important;
    font-size: clamp(22px, 6vw, 29px) !important;
    font-weight: 900 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
  }

  .home-page .mobile-menu-toggle::after {
    content: "\2630";
    font-size: 1.05em;
    line-height: 1;
  }

  .home-page .mobile-menu {
    top: calc(100% + 12px) !important;
    right: 4px !important;
  }

  .home-page .hero {
    min-height: 100svh !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .home-page .hero-content {
    width: min(100% - 42px, 760px) !important;
    min-height: 100svh !important;
    padding-top: clamp(230px, 30svh, 285px) !important;
    padding-bottom: 72px !important;
    gap: clamp(22px, 4.2vw, 34px) !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .home-page .hero h1 {
    max-width: 100% !important;
    font-size: clamp(61px, 16.6vw, 95px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
    text-wrap: balance !important;
  }

  .home-page .hero-subtitle-strong,
  .home-page .hero-summary,
  .home-page .hero-tags,
  .home-page .hero-proof-grid {
    display: none !important;
  }

  .mobile-hero-bridge {
    display: block;
    margin: 0;
    color: var(--blue);
    font-size: clamp(28px, 7.4vw, 40px);
    line-height: 1.14;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-align: center;
    text-shadow: 0 0 26px rgba(0, 200, 255, 0.22);
  }

  .mobile-hero-summary {
    display: block;
    max-width: 680px;
    margin: 0 auto;
    color: rgba(225, 238, 249, 0.92);
    font-size: clamp(23px, 5.7vw, 33px);
    line-height: 1.55;
    font-weight: 450;
    text-align: center;
    text-wrap: balance;
    text-shadow: 0 10px 32px rgba(0, 0, 0, 0.85);
  }

  .home-page .hero-actions {
    width: min(100%, 690px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 28px !important;
    margin: 10px auto 0 !important;
  }

  .home-page .hero-actions .btn {
    min-height: 80px !important;
    border-radius: 999px !important;
    font-size: clamp(25px, 6.3vw, 34px) !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }

  .home-page .hero-actions .primary {
    width: 100% !important;
    padding: 18px 28px !important;
    border: 0 !important;
    background: linear-gradient(100deg, #13baff 0%, #7ceeff 100%) !important;
    color: #00121c !important;
    box-shadow: 0 20px 56px rgba(0, 200, 255, 0.22) !important;
  }

  .home-page .hero-actions .primary::after {
    content: " \2192";
  }

  .home-page .hero-actions .secondary {
    width: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--blue) !important;
    box-shadow: none !important;
    text-decoration: underline;
    text-underline-offset: 6px;
  }

  .home-page .hero-actions .secondary::after {
    content: " \2192";
  }

  .mobile-home-tags {
    pointer-events: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    margin-top: 22px;
  }

  .mobile-home-tag {
    min-height: 78px;
    padding: 12px 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 210, 255, 0.78);
    background: rgba(4, 18, 31, 0.72);
    color: #edf8ff;
    font-size: clamp(13px, 3.3vw, 18px);
    font-weight: 850;
    line-height: 1.12;
    text-align: left;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.26);
  }

  .mobile-home-tag svg,
  .mobile-glance-card svg {
    display: block;
    flex: 0 0 auto;
    fill: currentColor;
  }

  .mobile-home-tag svg {
    width: 28px;
    height: 28px;
    color: var(--blue);
  }

  .mobile-home-tag img {
    width: 42px;
    height: 24px;
    object-fit: contain;
    flex: 0 0 auto;
  }

  .mobile-glance-card {
    display: block;
    width: 100%;
    margin: 24px auto 0;
    padding: clamp(34px, 8vw, 52px) clamp(28px, 7vw, 48px);
    border-radius: 34px;
    border: 1px solid rgba(0, 210, 255, 0.48);
    background: linear-gradient(145deg, rgba(3, 18, 32, 0.88), rgba(4, 28, 49, 0.78));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    text-align: left;
  }

  .mobile-glance-title {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 26px;
  }

  .mobile-glance-main-icon {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--blue);
    background: radial-gradient(circle at 35% 25%, rgba(0, 200, 255, 0.44), rgba(0, 85, 135, 0.32));
    box-shadow: 0 18px 46px rgba(0, 140, 255, 0.22);
  }

  .mobile-glance-main-icon svg {
    width: 42px;
    height: 42px;
  }

  .mobile-glance-title strong {
    color: #ffffff;
    font-size: clamp(21px, 6vw, 32px);
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .mobile-glance-list {
    display: grid;
  }

  .mobile-glance-list p {
    margin: 0;
    min-height: 86px;
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    gap: 26px;
    color: rgba(245, 250, 255, 0.94);
    font-size: clamp(22px, 5.8vw, 32px);
    line-height: 1.25;
    font-weight: 500;
  }

  .mobile-glance-list p + p {
    border-top: 1px solid rgba(155, 215, 255, 0.22);
  }

  .mobile-glance-list svg {
    width: 44px;
    height: 44px;
    color: var(--blue);
  }
}

@media (max-width: 430px) {
  .home-page .site-nav {
    width: calc(100% - 24px) !important;
    left: 12px !important;
    padding: 17px 18px !important;
    min-height: 102px !important;
  }

  .home-page .brand-link {
    gap: 12px !important;
  }

  .home-page .brand-mark {
    width: 58px !important;
    height: 58px !important;
  }

  .home-page .brand-name {
    font-size: clamp(19px, 6vw, 25px) !important;
  }

  .home-page .brand-subtitle {
    font-size: clamp(10px, 2.9vw, 13px) !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 58px !important;
    padding: 0 18px !important;
    font-size: 21px !important;
  }

  .home-page .hero-content {
    width: calc(100% - 30px) !important;
    padding-top: 190px !important;
  }

  .home-page .hero h1 {
    font-size: clamp(52px, 16vw, 72px) !important;
  }

  .mobile-hero-bridge {
    font-size: clamp(25px, 7.1vw, 33px);
  }

  .mobile-hero-summary {
    font-size: clamp(21px, 5.55vw, 28px);
  }

  .mobile-home-tags {
    gap: 9px;
  }

  .mobile-home-tag {
    min-height: 70px;
    padding: 10px 9px;
    gap: 8px;
    font-size: clamp(11px, 3.1vw, 14px);
  }

  .mobile-home-tag svg {
    width: 24px;
    height: 24px;
  }

  .mobile-home-tag img {
    width: 36px;
    height: 22px;
  }

  .mobile-glance-list p {
    grid-template-columns: 46px 1fr;
    gap: 18px;
    min-height: 76px;
    font-size: clamp(19px, 5.45vw, 25px);
  }

  .mobile-glance-list svg {
    width: 36px;
    height: 36px;
  }
}

    /* Detail pages: fluid cards and tighter blocks for portfolio cases and sub-pages. */
    body.detail-with-site-nav:not(.altso-detail) .page {
      width: min(1380px, calc(100% - 56px)) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .hero,
    body.detail-with-site-nav:not(.altso-detail) .section {
      width: 100% !important;
      min-height: 0 !important;
      height: auto !important;
      border-radius: clamp(18px, 1.6vw, 24px) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .hero {
      padding: clamp(20px, 2vw, 30px) !important;
      display: block !important;
      align-content: start !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .breadcrumb,
    body.detail-with-site-nav:not(.altso-detail) .kicker {
      display: flex !important;
      flex-wrap: wrap !important;
      align-items: center !important;
      gap: 8px !important;
      width: fit-content !important;
      margin: 0 0 14px !important;
      color: var(--blue) !important;
      font-size: clamp(12px, 0.9vw, 15px) !important;
      font-weight: 900 !important;
      letter-spacing: 1.2px !important;
      text-transform: uppercase !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .breadcrumb a,
    body.detail-with-site-nav:not(.altso-detail) .kicker a {
      color: inherit !important;
      text-decoration: none !important;
      border-bottom: 1px solid rgba(0, 200, 255, 0.45) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .breadcrumb a:hover,
    body.detail-with-site-nav:not(.altso-detail) .kicker a:hover {
      color: #ffffff !important;
      border-bottom-color: #ffffff !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .section {
      margin-top: clamp(18px, 2.2vh, 24px) !important;
      padding: clamp(20px, 2vw, 28px) !important;
      display: block !important;
    }

    body.detail-with-site-nav:not(.altso-detail) h1 {
      font-size: clamp(28px, 3.35vw, 54px) !important;
      line-height: 1.04 !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .section-title {
      margin-bottom: clamp(14px, 1.4vw, 18px) !important;
      font-size: clamp(20px, 1.9vw, 30px) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .hero-note {
      max-width: 980px !important;
      margin: clamp(10px, 1vw, 14px) 0 0 !important;
      font-size: clamp(14px, 1.1vw, 18px) !important;
      line-height: 1.52 !important;
      text-align: left !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .summary-grid,
    body.detail-with-site-nav:not(.altso-detail) .card-grid,
    body.detail-with-site-nav:not(.altso-detail) .impact-grid,
    body.detail-with-site-nav:not(.altso-detail) .project-grid,
    body.detail-with-site-nav:not(.altso-detail) .frames-grid,
    body.detail-with-site-nav:not(.altso-detail) .blocks-grid,
    body.detail-with-site-nav:not(.altso-detail) .solution-grid {
      gap: clamp(10px, 1vw, 14px) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .summary-grid {
      display: grid !important;
      grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
      margin-top: clamp(14px, 1.5vw, 22px) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .summary-card {
      display: flex !important;
      flex-direction: column !important;
      gap: 8px !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .project-grid {
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 255px), 1fr)) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .frames-grid {
      grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)) !important;
      padding: clamp(12px, 1.2vw, 16px) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .summary-card,
    body.detail-with-site-nav:not(.altso-detail) .info-card,
    body.detail-with-site-nav:not(.altso-detail) .impact-card,
    body.detail-with-site-nav:not(.altso-detail) .project-card,
    body.detail-with-site-nav:not(.altso-detail) .frame-card,
    body.detail-with-site-nav:not(.altso-detail) .setting-card,
    body.detail-with-site-nav:not(.altso-detail) .solution-card,
    body.detail-with-site-nav:not(.altso-detail) .intro-card,
    body.detail-with-site-nav:not(.altso-detail) .visual,
    body.detail-with-site-nav:not(.altso-detail) .callout {
      min-height: auto !important;
      padding: clamp(14px, 1.25vw, 20px) !important;
      border-radius: clamp(15px, 1.2vw, 18px) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .project-card {
      justify-content: space-between !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .frame-card {
      justify-content: flex-start !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .project-number,
    body.detail-with-site-nav:not(.altso-detail) .setting-number,
    body.detail-with-site-nav:not(.altso-detail) .frame-number,
    body.detail-with-site-nav:not(.altso-detail) .bubble {
      width: clamp(32px, 2.4vw, 38px) !important;
      height: clamp(32px, 2.4vw, 38px) !important;
      margin-bottom: clamp(8px, 0.9vw, 12px) !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .project-card h3,
    body.detail-with-site-nav:not(.altso-detail) .setting-card h3,
    body.detail-with-site-nav:not(.altso-detail) .frame-title,
    body.detail-with-site-nav:not(.altso-detail) h3 {
      font-size: clamp(15px, 1.15vw, 20px) !important;
      line-height: 1.22 !important;
    }

    body.detail-with-site-nav:not(.altso-detail) p,
    body.detail-with-site-nav:not(.altso-detail) li,
    body.detail-with-site-nav:not(.altso-detail) .summary-card span,
    body.detail-with-site-nav:not(.altso-detail) .info-card span,
    body.detail-with-site-nav:not(.altso-detail) .impact-card span,
    body.detail-with-site-nav:not(.altso-detail) .project-card p,
    body.detail-with-site-nav:not(.altso-detail) .setting-card p,
    body.detail-with-site-nav:not(.altso-detail) .frame-subtitle,
    body.detail-with-site-nav:not(.altso-detail) .flow-text,
    body.detail-with-site-nav:not(.altso-detail) .context-note {
      font-size: clamp(13px, 0.9vw, 16px) !important;
      line-height: 1.52 !important;
    }

    body.detail-with-site-nav:not(.altso-detail) .visual,
    body.detail-with-site-nav:not(.altso-detail) .chart-card,
    body.detail-with-site-nav:not(.altso-detail) .html-diagram {
      margin: clamp(14px, 1.5vw, 20px) 0 !important;
    }

    @media (min-width: 1500px) and (min-height: 850px) {
      body.detail-with-site-nav:not(.altso-detail) .page {
        width: min(1520px, calc(100% - 72px)) !important;
      }

      body.detail-with-site-nav:not(.altso-detail) .hero,
      body.detail-with-site-nav:not(.altso-detail) .section {
        padding: clamp(28px, 2vw, 36px) !important;
      }

      body.detail-with-site-nav:not(.altso-detail) p,
      body.detail-with-site-nav:not(.altso-detail) li,
      body.detail-with-site-nav:not(.altso-detail) .summary-card span,
      body.detail-with-site-nav:not(.altso-detail) .info-card span,
      body.detail-with-site-nav:not(.altso-detail) .impact-card span,
      body.detail-with-site-nav:not(.altso-detail) .project-card p,
      body.detail-with-site-nav:not(.altso-detail) .setting-card p,
      body.detail-with-site-nav:not(.altso-detail) .frame-subtitle,
      body.detail-with-site-nav:not(.altso-detail) .flow-text {
        font-size: clamp(15px, 0.86vw, 17px) !important;
        line-height: 1.58 !important;
      }
    }

    @media (max-width: 1180px) {
      body.detail-with-site-nav:not(.altso-detail) .summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
      }
    }

    @media (max-width: 760px) {
      body.detail-with-site-nav:not(.altso-detail) .page {
        width: calc(100% - 24px) !important;
      }

      body.detail-with-site-nav:not(.altso-detail) .hero,
      body.detail-with-site-nav:not(.altso-detail) .section {
        padding: 18px 16px !important;
      }

      body.detail-with-site-nav:not(.altso-detail) .summary-grid,
      body.detail-with-site-nav:not(.altso-detail) .card-grid,
      body.detail-with-site-nav:not(.altso-detail) .impact-grid,
      body.detail-with-site-nav:not(.altso-detail) .project-grid,
      body.detail-with-site-nav:not(.altso-detail) .frames-grid,
      body.detail-with-site-nav:not(.altso-detail) .blocks-grid,
      body.detail-with-site-nav:not(.altso-detail) .solution-grid {
        grid-template-columns: 1fr !important;
      }
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      min-height: 100%;
    }

    body {
      margin: 0;
      min-height: 100vh;
      min-height: 100svh;
      font-family: Arial, Helvetica, sans-serif;
      background: var(--bg);
      color: var(--text);
      overflow-x: hidden;
    }

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

    .site-nav {
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1000;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 16px clamp(18px, 3vw, 46px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.10);
      background: rgba(0, 6, 14, 0.90);
      backdrop-filter: blur(16px);
      box-shadow: 0 18px 55px rgba(0, 0, 0, 0.45);
    }

    .brand-link {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 250px;
    }

    .brand-mark {
      width: 48px;
      height: 48px;
      display: block;
      border-radius: 14px;
      background: transparent;
      box-shadow: 0 18px 45px rgba(0, 150, 255, 0.28);
    }

    .brand-mark img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      border-radius: inherit;
    }

    .brand-name {
      display: block;
      color: #ffffff;
      font-size: 18px;
      font-weight: 950;
      letter-spacing: 3px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .brand-subtitle {
      display: block;
      margin-top: 4px;
      color: rgba(217, 237, 255, 0.72);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.4px;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .nav-links {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: clamp(28px, 4vw, 72px);
      width: min(620px, 43vw);
    }

    .nav-links a {
      padding: 12px 10px;
      border-radius: 999px;
      font-size: clamp(15px, 0.95vw, 17px);
      font-weight: 800;
      color: #d9edff;
      text-align: center;
      transition: background 180ms ease, color 180ms ease, transform 180ms ease;
      white-space: nowrap;
    }

    .nav-links a:hover {
      background: rgba(0, 200, 255, 0.16);
      color: #ffffff;
      transform: translateY(-1px);
    }

    .home-page .nav-links a[href="index.html"],
    .profile-page .nav-links a[href="profil.html"],
    .realisations-page .nav-links a[href="realisations.html"],
    .contact-page .nav-links a[href="contact.html"],
    .detail-with-site-nav .nav-links a[href="realisations.html"] {
      color: var(--blue) !important;
      background: transparent !important;
      border-radius: 0;
      box-shadow: inset 0 -3px 0 rgba(0, 200, 255, 0.82) !important;
      font-weight: 900;
    }

    .nav-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px;
      min-width: 250px;
    }

    .linkedin-top,
    .share-top,
    .cv-top {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
      border-radius: 50%;
      border: 1px solid rgba(217, 237, 255, 0.42);
      background: transparent;
      color: #ffffff;
      font-size: 20px;
      font-weight: 950;
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
    }

    .cv-top {
      width: auto;
      min-width: 48px;
      padding: 0 16px;
      border-radius: 999px;
      font-size: 13px;
      letter-spacing: 0;
    }

    .share-top {
      padding: 0;
      font-size: 0;
    }

    .share-icon {
      width: 21px;
      height: 21px;
      display: block;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.15;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .linkedin-top:hover,
    .share-top:hover,
    .cv-top:hover {
      transform: translateY(-2px);
      border-color: rgba(0, 200, 255, 0.78);
      background: rgba(0, 200, 255, 0.12);
    }

    .share-floating {
      display: none;
    }

    .mobile-menu-toggle,
    .mobile-menu {
      display: none;
    }

    .mobile-menu-toggle {
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 10px 16px;
      border-radius: 999px;
      border: 1px solid rgba(217, 237, 255, 0.42);
      background: rgba(0, 200, 255, 0.08);
      color: #ffffff;
      font-size: 13px;
      font-weight: 900;
      cursor: pointer;
    }

    .mobile-menu {
      position: absolute;
      top: calc(100% + 10px);
      right: clamp(18px, 3vw, 46px);
      z-index: 85;
      width: max-content;
      min-width: 180px;
      max-width: calc(100vw - 32px);
      padding: 10px;
      border: 1px solid rgba(0, 200, 255, 0.30);
      border-radius: 18px;
      background: rgba(5, 10, 17, 0.96);
      backdrop-filter: blur(16px);
      box-shadow: 0 22px 65px rgba(0, 0, 0, 0.42);
    }

    .mobile-menu a,
    .mobile-menu button {
      width: auto;
      min-width: 100%;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 14px 22px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.04);
      color: #eef9ff;
      font-size: 13px;
      font-weight: 850;
      cursor: pointer;
      text-align: left;
      white-space: nowrap;
    }

    .mobile-menu a:hover,
    .mobile-menu button:hover {
      border-color: rgba(0, 200, 255, 0.54);
      background: rgba(0, 200, 255, 0.12);
    }

    .site-nav.is-menu-open .mobile-menu {
      display: grid;
      gap: 8px;
    }

    .mobile-menu .mobile-share-trigger,
    .mobile-menu .mobile-copy-link {
      display: none !important;
    }

    .share-panel {
      position: fixed;
      top: 82px;
      right: clamp(18px, 3vw, 46px);
      z-index: 80;
      display: none;
      width: min(280px, calc(100vw - 28px));
      padding: 12px;
      border: 1px solid rgba(0, 200, 255, 0.30);
      border-radius: 18px;
      background: rgba(5, 10, 17, 0.94);
      backdrop-filter: blur(16px);
      box-shadow: 0 22px 65px rgba(0, 0, 0, 0.42);
    }

    .share-panel.is-open {
      display: grid;
      gap: 8px;
    }

    .share-option {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 42px;
      padding: 10px 12px;
      border: 1px solid rgba(255, 255, 255, 0.10);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.04);
      color: #eef9ff;
      font-size: 13px;
      font-weight: 850;
      cursor: pointer;
      text-align: left;
    }

    .share-option:hover {
      border-color: rgba(0, 200, 255, 0.54);
      background: rgba(0, 200, 255, 0.12);
    }

    .hero {
      position: relative;
      width: 100%;
      min-height: 100vh;
      min-height: 100svh;
      height: 100vh;
      height: 100svh;
      overflow: hidden;
      background: #000;
      display: flex;
      align-items: stretch;
      justify-content: center;
    }

    #oceanCanvas {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      display: block;
    }

    .profile-page main > #oceanCanvas,
    .realisations-page main > #oceanCanvas,
    .contact-page main > #oceanCanvas {
      z-index: 0;
      pointer-events: none;
    }

    .profile-page main > .section,
    .realisations-page main > .section,
    .contact-page main > .section {
      position: relative;
      z-index: 1;
    }

    .hero-content {
      position: relative;
      z-index: 10;
      width: min(1540px, calc(100% - 48px));
      min-height: 100%;
      padding-top: clamp(120px, 13vh, 150px);
      padding-bottom: clamp(52px, 5.5vh, 70px);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: clamp(18px, 2.5vh, 30px);
      text-align: center;
      pointer-events: none;
    }

    .hero-kicker {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 30px;
      padding: 12px 22px;
      border-radius: 999px;
      border: 1px solid rgba(0, 200, 255, 0.28);
      background: rgba(0, 25, 45, 0.42);
      color: var(--blue);
      font-size: clamp(13px, 1.1vw, 16px);
      font-weight: 900;
      letter-spacing: 1px;
      text-transform: uppercase;
      box-shadow: 0 18px 55px rgba(0, 0, 0, 0.28);
    }

    .hero-kicker::before {
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--blue);
      box-shadow: 0 0 18px rgba(0, 200, 255, 0.9);
    }

    .hero h1 {
      margin: 0;
      font-size: clamp(56px, 6.4vw, 96px);
      line-height: 1.03;
      letter-spacing: 0.5px;
      font-weight: 950;
      text-shadow: 0 10px 42px rgba(0, 0, 0, 0.94);
    }

    .hero h1 .hero-line {
      display: block;
    }

    .hero h1 .hero-line:first-child {
      font-size: 1em;
      color: #ffffff;
      text-transform: uppercase;
    }

    .hero-subtitle-strong {
      margin: -4px 0 0;
      color: #ffffff;
      font-size: clamp(25px, 2.35vw, 34px);
      line-height: 1.22;
      font-weight: 850;
      text-shadow: 0 8px 34px rgba(0, 0, 0, 0.94);
    }

    .hero-summary {
      margin: 0 auto;
      max-width: min(100%, 1320px);
      font-size: clamp(18px, 1.32vw, 23px);
      line-height: 1.34;
      color: #d9edff;
      font-weight: 500;
      text-shadow: 0 8px 34px rgba(0, 0, 0, 0.9);
      text-wrap: balance;
    }

    .hero .role {
      display: inline-block;
      margin-top: 26px;
      padding: 14px 28px;
      border-radius: 999px;
      border: 1px solid rgba(0, 230, 255, 0.62);
      background: rgba(0, 180, 255, 0.14);
      color: #e9f9ff;
      font-size: clamp(15px, 1.7vw, 23px);
      font-weight: 800;
      backdrop-filter: blur(10px);
      text-shadow: 0 8px 24px rgba(0, 0, 0, 0.82);
    }

    .hero-actions {
      pointer-events: auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 0;
    }

    .hero-tags {
      pointer-events: auto;
      display: flex;
      justify-content: center;
      flex-wrap: nowrap;
      gap: 14px 16px;
      max-width: min(100%, 1120px);
      margin: 0 auto;
    }

    .hero-tag {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-height: 58px;
      min-width: 180px;
      justify-content: center;
      padding: 14px 20px;
      border-radius: 999px;
      border: 1px solid rgba(0, 210, 255, 0.34);
      background: rgba(5, 25, 42, 0.68);
      color: #dff6ff;
      font-size: clamp(15px, 1.05vw, 18px);
      font-weight: 850;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    }

.hero-tag-icon {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-grid;
  place-items: center;
  color: transparent;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
  text-indent: -9999px;
  text-shadow: none;
}

.hero-tag-icon::before,
.hero-proof-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--blue);
  background: currentColor;
  -webkit-mask: var(--home-icon) center / contain no-repeat;
  mask: var(--home-icon) center / contain no-repeat;
  text-indent: 0;
}

    .hero-proof:nth-child(1) .hero-proof-icon {
      --home-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 21h18v-2h-1V7h-5v4.1L10 8v3.1L5 8v11H3v2Zm4-7h3v3H7v-3Zm5 0h3v3h-3v-3Zm5 0h2v3h-2v-3Z'/%3E%3C/svg%3E");
    }

    .hero-tag:nth-child(2) .hero-tag-icon,
    .hero-tag:nth-child(1) .hero-tag-icon,
    .hero-proof:nth-child(2) .hero-proof-icon {
      --home-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 6h12v9h1.1a3 3 0 0 1 5.8 0H23v-3.2L19.3 8H15V6H3Zm14 4h1.5l2 2H17v-2ZM6.9 17.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm12 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM3 15h1a3 3 0 0 1 5.8 0H13V8H5v7H3Z'/%3E%3C/svg%3E");
    }

    .hero-tag:nth-child(3) .hero-tag-icon {
      --home-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 5h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-6v2h3v2H7v-2h3v-2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v9h16V7H4Zm3 7V9h3v5H7Zm5 0V8h3v6h-3Zm5 0v-3h2v3h-2Z'/%3E%3C/svg%3E");
    }

.hero-tag:nth-child(2) .hero-tag-icon::before {
  width: 54px;
  height: 28px;
  background: url("logo-sap.png") center / contain no-repeat;
  -webkit-mask: none;
  mask: none;
}

.hero-tag:nth-child(2) .hero-tag-icon {
  width: 54px;
  height: 28px;
  flex-basis: 54px;
}

    .hero-tag:nth-child(4) .hero-tag-icon {
      --home-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M17.7 6.3A8 8 0 0 0 4 12H1l4 4 4-4H6a6 6 0 0 1 10.3-4.3l1.4-1.4ZM19 8l-4 4h3a6 6 0 0 1-10.3 4.3l-1.4 1.4A8 8 0 0 0 20 12h3l-4-4Z'/%3E%3C/svg%3E");
    }

    .hero-proof-grid {
      pointer-events: auto;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 22px;
      margin-top: clamp(40px, 5vh, 72px);
    }

    .hero-proof {
      min-height: clamp(236px, 25vh, 300px);
      padding: clamp(24px, 2vw, 34px);
      display: grid;
      grid-template-rows: 42px minmax(70px, auto) 1fr;
      align-items: start;
      border-radius: 18px;
      border: 1px solid rgba(0, 210, 255, 0.18);
      background: rgba(3, 18, 31, 0.72);
      box-shadow: 0 20px 55px rgba(0, 0, 0, 0.26);
      text-align: left;
    }

.hero-proof-icon {
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 0;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(0, 210, 255, 0.18);
  background: radial-gradient(circle at 35% 25%, rgba(0, 200, 255, 0.34), rgba(0, 111, 234, 0.18));
  color: transparent;
  font-size: 0;
  font-weight: 900;
  overflow: hidden;
  text-indent: -9999px;
  box-shadow: 0 18px 42px rgba(0, 150, 255, 0.18);
}

.hero-proof-icon::before {
  width: 58%;
  height: 58%;
}

    .hero-proof:nth-child(3) .hero-proof-icon {
      --home-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10h-2a8 8 0 1 1-8-8V2Zm0 5a5 5 0 1 0 5 5h-2a3 3 0 1 1-3-3V7Zm8.6-4.6-6.7 6.7a2.5 2.5 0 1 0 1.4 1.4L22 3.8V2h-1.4v.4Z'/%3E%3C/svg%3E");
    }

    .hero-proof:nth-child(4) .hero-proof-icon {
      --home-icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 5h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-6v2h3v2H7v-2h3v-2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Zm0 2v9h16V7H4Zm3 7V9h3v5H7Zm5 0V8h3v6h-3Zm5 0v-3h2v3h-2Z'/%3E%3C/svg%3E");
    }

    .hero-tag-icon::before,
    .hero-proof-icon::before {
      filter: drop-shadow(0 0 14px rgba(0, 200, 255, 0.5));
    }

    .hero-proof strong {
      display: block;
      margin: 14px 0 14px;
      color: #ffffff;
      font-size: clamp(21px, 1.5vw, 27px);
      line-height: 1.3;
      text-transform: none;
      letter-spacing: 0;
    }

    .hero-proof span {
      display: block;
      margin: 0;
      color: #d8e8f4;
      font-size: clamp(15px, 1.02vw, 18px);
      line-height: 1.5;
    }

    @media (min-width: 1280px) and (min-height: 850px) {
      .hero-content {
        padding-top: clamp(150px, 13vh, 230px);
        padding-bottom: clamp(82px, 8.5vh, 128px);
        gap: clamp(22px, 2.4vh, 42px);
      }

      .hero-proof-grid {
        margin-top: clamp(110px, 15vh, 210px);
      }
    }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 14px 22px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      font-weight: 850;
      font-size: 15px;
      transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
      box-shadow: 0 16px 45px rgba(0, 0, 0, 0.35);
    }

    .btn.primary {
      background: #ffffff;
      color: #06172f;
    }

    .btn.secondary {
      background: rgba(0, 180, 255, 0.14);
      color: #e8f8ff;
      border-color: rgba(0, 220, 255, 0.48);
    }

    .btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 22px 60px rgba(0, 150, 255, 0.24);
    }

    main {
      position: relative;
      width: 100%;
      min-height: 100vh;
      min-height: 100svh;
      display: grid;
      background:
        radial-gradient(circle at 20% 0%, rgba(0, 150, 255, 0.14), transparent 34%),
        radial-gradient(circle at 90% 25%, rgba(0, 210, 255, 0.10), transparent 32%),
        linear-gradient(180deg, #02040a 0%, #06101e 48%, #02040a 100%);
    }

    .section {
      width: min(1180px, calc(100% - 40px));
      min-height: 100vh;
      min-height: 100svh;
      margin: 0 auto;
      padding: clamp(104px, 12vh, 138px) 0 clamp(58px, 8vh, 96px);
      scroll-margin-top: 88px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

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

    .realisations-page #cas {
      width: min(1540px, calc(100% - 48px));
    }

    .profile-page #profil {
      width: min(1660px, calc(100% - 72px));
      height: calc(100svh - 46px);
      min-height: 0;
      padding-top: clamp(94px, 9vh, 108px);
      padding-bottom: 10px;
      justify-content: flex-start;
    }

    .profile-page .section-header {
      flex: 0 0 auto;
      margin-bottom: clamp(12px, 1.6vh, 18px);
    }

    .profile-page .section-header h2 {
      margin-bottom: 8px;
      font-size: clamp(38px, 3.8vw, 54px);
      line-height: 1;
    }

    .profile-page .section-header p {
      margin: 0;
      color: var(--blue);
      font-size: clamp(16px, 1.25vw, 20px);
      font-weight: 700;
      line-height: 1.35;
    }

    .profile-screen {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 20px;
      align-items: stretch;
      flex: 1 1 auto;
      height: auto;
      min-height: 0;
    }

    .profile-video-card,
    .profile-intro,
    .profile-value-card,
    .profile-summary-card {
      border-color: rgba(0, 200, 255, 0.16);
      background: rgba(4, 14, 26, 0.54);
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    }

    .profile-video-card {
      display: flex;
      height: 100%;
      min-width: 0;
      min-height: 0;
    }

    .profile-video-card .card-inner {
      width: 100%;
      display: flex;
      height: 100%;
      padding: 12px;
    }

    .profile-video-card .video-wrapper {
      position: relative;
      width: 100%;
      max-width: none;
      flex: 1 1 auto;
      height: 100%;
      min-height: 0;
      margin: 0;
      display: grid;
      place-items: center;
      overflow: hidden;
      background: transparent;
    }

    .profile-video-card .video-wrapper::before {
      content: none;
    }

    .profile-video-card .video-wrapper video {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      min-height: 0;
      object-fit: contain;
      object-position: center;
      background: #02040a;
    }

    .profile-text-stack {
      display: flex;
      flex-direction: column;
      gap: 10px;
      min-width: 0;
      min-height: 0;
    }

    .profile-intro,
    .profile-value-card,
    .profile-summary-card,
    .profile-tags-card {
      height: auto;
      min-height: auto;
      overflow: visible;
    }

    .profile-summary-card {
      width: 100%;
      flex: 1 1 auto;
      min-height: 0;
      overflow: hidden;
    }

    .profile-tags-card {
      width: 100%;
      flex: 0 0 auto;
    }

    .profile-text-stack .card-inner {
      height: 100%;
      min-height: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: clamp(6px, 0.72vh, 9px);
      overflow: visible;
      padding: clamp(16px, 1.05vw, 20px);
    }

    .profile-summary-card .card-inner {
      display: grid;
      grid-template-rows: auto 1fr;
      overflow-y: auto;
      overscroll-behavior: contain;
      scrollbar-width: thin;
      scrollbar-color: rgba(0, 200, 255, 0.55) rgba(255, 255, 255, 0.06);
    }

    .profile-summary-card .card-inner::-webkit-scrollbar {
      width: 8px;
    }

    .profile-summary-card .card-inner::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.06);
      border-radius: 999px;
    }

    .profile-summary-card .card-inner::-webkit-scrollbar-thumb {
      background: rgba(0, 200, 255, 0.55);
      border-radius: 999px;
    }

    .profile-text-stack h3 {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 2px;
      font-size: clamp(19px, 1.28vw, 25px);
      line-height: 1.15;
    }

    .profile-title-icon {
      width: 30px;
      height: 30px;
      flex: 0 0 30px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      background: linear-gradient(135deg, #0079d7, #00c8ff);
      color: #03101d;
      box-shadow: 0 0 28px rgba(0, 200, 255, 0.20);
    }

    .profile-title-icon svg {
      width: 18px;
      height: 18px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .profile-text-stack p,
    .profile-text-stack .lead {
      margin: 0 0 10px 0;
      color: rgba(230, 240, 250, 0.82);
      font-size: clamp(0.82rem, 0.86vw, 0.95rem);
      line-height: 1.52;
      font-weight: 500;
    }

    .profile-summary-list {
      display: grid;
      gap: clamp(3px, 0.35vh, 5px);
      flex: 0 1 auto;
      min-height: 0;
      align-content: space-between;
    }

    .profile-summary-point {
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 7px;
      align-items: start;
    }

    .profile-check {
      width: 15px;
      height: 15px;
      margin-top: 1px;
      display: grid;
      place-items: center;
      border-radius: 999px;
      color: var(--blue);
      border: 1px solid rgba(0, 200, 255, 0.58);
      background: rgba(0, 200, 255, 0.08);
    }

    .profile-check svg {
      width: 10px;
      height: 10px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.8;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .profile-text-stack .profile-summary-subtitle,
    .profile-summary-point p {
      margin: 0;
      font-size: clamp(0.25rem, 0.27vw, 0.34rem);
      line-height: 1.04;
    }

    .profile-text-stack .profile-summary-subtitle {
      color: var(--blue);
      font-weight: 800;
    }

    .profile-summary-point p {
      color: rgba(230, 240, 250, 0.82);
      font-weight: 500;
    }

    @media (min-width: 1025px) {
      .profile-text-stack .card-inner {
        gap: clamp(7px, 0.9vh, 16px);
        padding: clamp(14px, 1.25vh, 26px) clamp(16px, 1.35vw, 26px);
      }

      .profile-text-stack h3 {
        font-size: clamp(20px, 2.4vh, 34px);
        margin-bottom: clamp(2px, 0.35vh, 8px);
      }

      .profile-title-icon {
        width: clamp(26px, 3vh, 40px);
        height: clamp(26px, 3vh, 40px);
        flex-basis: clamp(26px, 3vh, 40px);
      }

      .profile-title-icon svg {
        width: 62%;
        height: 62%;
      }

      .profile-summary-list {
        gap: clamp(7px, 1vh, 18px);
        height: 100%;
      }

      .profile-summary-point {
        grid-template-columns: clamp(16px, 1.9vh, 24px) 1fr;
        gap: clamp(7px, 0.9vh, 12px);
      }

      .profile-check {
        width: clamp(13px, 1.6vh, 20px);
        height: clamp(13px, 1.6vh, 20px);
        margin-top: 0.18em;
      }

      .profile-check svg {
        width: 62%;
        height: 62%;
      }

      .profile-summary-point p {
        font-size: clamp(0.64rem, 1.18vh, 0.98rem);
        line-height: 1.42;
      }
    }

    @media (min-width: 1025px) and (max-height: 820px) {
      .profile-text-stack .card-inner {
        gap: 6px;
        padding: 12px 16px;
      }

      .profile-text-stack h3 {
        font-size: clamp(18px, 2.2vh, 24px);
      }

      .profile-summary-list {
        gap: 6px;
      }

      .profile-summary-point p {
        font-size: clamp(0.58rem, 1.06vh, 0.82rem);
        line-height: 1.28;
      }
    }

    @media (min-width: 1280px) and (min-height: 950px) {
      .profile-text-stack .card-inner {
        gap: clamp(12px, 1.3vh, 22px);
        padding: clamp(22px, 2vh, 34px) clamp(24px, 1.8vw, 34px);
      }

      .profile-summary-list {
        gap: clamp(13px, 1.3vh, 22px);
        align-content: space-evenly;
      }

      .profile-summary-point p {
        font-size: clamp(0.92rem, 1.25vh, 1.08rem);
        line-height: 1.56;
      }
    }

    .profile-summary-point strong {
      color: var(--blue);
      font-weight: inherit;
    }

    .profile-text-stack p:last-of-type {
      margin-bottom: 0;
    }

    .profile-text-stack .chips {
      gap: 8px;
      margin-top: 0;
      padding-top: 0;
      flex: 0 0 auto;
    }

    .profile-tags-card .card-inner {
      height: auto;
      min-height: 0;
      padding: clamp(12px, 1.3vh, 18px) clamp(16px, 1.25vw, 24px);
    }

    .profile-text-stack .chip {
      padding: clamp(8px, 1vh, 12px) clamp(12px, 1vw, 18px);
      border-color: rgba(0, 200, 255, 0.28);
      background: rgba(0, 143, 220, 0.18);
      color: #eef8ff;
      font-size: clamp(12px, 0.82vw, 15px);
      font-weight: 850;
    }

    .profile-page .profile-intro,
    .profile-page .profile-value-card {
      margin: 0;
    }

    .profile-intro {
      margin-bottom: 0;
    }

    .profile-intro .card-inner {
      padding: 34px;
    }

    .profile-intro .lead {
      max-width: none;
    }

    .eyebrow {
      display: inline-block;
      margin-bottom: 14px;
      color: var(--blue);
      text-transform: uppercase;
      letter-spacing: 2.5px;
      font-size: 12px;
      font-weight: 900;
    }

    h2 {
      margin: 0;
      font-size: clamp(32px, 4vw, 58px);
      line-height: 1.05;
      letter-spacing: -1.5px;
    }

    .profile-title {
      margin: 0 0 2px;
      font-size: clamp(20px, 1.55vw, 27px);
      line-height: 1.12;
      letter-spacing: 0;
    }

    .profile-page .profile-intro .card-inner,
    .profile-page .profile-value-card .card-inner {
      padding: clamp(18px, 1.55vw, 24px);
    }

    .lead {
      max-width: 900px;
      margin: 24px 0 0;
      color: var(--muted);
      font-size: clamp(17px, 1.65vw, 21px);
      line-height: 1.78;
    }

    .profile-page .profile-intro p,
    .profile-page .profile-intro .lead,
    .profile-page .profile-value-card p {
      margin: 0 0 10px 0;
      color: rgba(230, 240, 250, 0.82);
      font-size: clamp(0.82rem, 0.86vw, 0.95rem);
      line-height: 1.52;
      font-weight: 500;
    }

    .profile-page .profile-intro p:last-child,
    .profile-page .profile-value-card p:last-of-type {
      margin-bottom: 0;
    }

    .grid-2 {
      display: block;
    }

    .card {
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 28px;
      background: var(--panel);
      backdrop-filter: blur(16px);
      box-shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
    }

    .card::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(135deg, rgba(0, 210, 255, 0.12), transparent 42%);
    }

    .card-inner {
      position: relative;
      z-index: 1;
      padding: 30px;
    }

    .card h3 {
      margin: 0 0 14px;
      font-size: clamp(24px, 2.4vw, 34px);
      line-height: 1.12;
      letter-spacing: -0.5px;
    }

    .card p {
      margin: 0;
      color: var(--muted);
      line-height: 1.78;
      font-size: clamp(16px, 1.45vw, 19px);
    }

    .card p + p {
      margin-top: 22px;
    }

    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .chip {
      padding: 8px 12px;
      border-radius: 999px;
      background: rgba(0, 185, 255, 0.10);
      border: 1px solid rgba(0, 210, 255, 0.24);
      color: #d8f5ff;
      font-size: 13px;
      font-weight: 800;
    }

    .timeline {
      display: grid;
      gap: 14px;
    }

    .timeline-item {
      display: grid;
      grid-template-columns: 130px 1fr;
      gap: 18px;
      padding: 18px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .timeline-item:last-child {
      border-bottom: 0;
    }

    .timeline-date {
      color: var(--blue);
      font-weight: 900;
    }

    .timeline-text {
      color: var(--muted);
      line-height: 1.55;
    }

    .case-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
      align-items: stretch;
    }

    .case-card {
      min-height: 520px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .case-number {
      width: 46px;
      height: 46px;
      border-radius: 16px;
      display: grid;
      place-items: center;
      margin-bottom: 0;
      background: rgba(0, 200, 255, 0.14);
      border: 1px solid rgba(0, 220, 255, 0.42);
      color: #dff8ff;
      font-weight: 950;
    }

    .case-card h3 {
      margin: 0;
    }

    .case-title {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 8px;
      align-content: flex-start;
      min-height: 78px;
    }

    .case-title > span:first-child {
      min-width: 0;
    }

    .case-logo {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex: 0 0 auto;
      line-height: 0;
    }

    .case-logo img {
      display: block;
      width: auto;
      object-fit: contain;
    }

    .case-logo.powerbi img {
      height: 42px;
      max-width: 112px;
    }

    .case-logo.sap img {
      height: 28px;
      max-width: 72px;
    }

    .case-logo.altso img {
      height: 42px;
      width: 42px;
      border-radius: 12px;
      box-shadow: 0 0 28px rgba(255, 122, 26, 0.22);
    }

    .case-card .card-inner {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      padding: 22px;
    }

    .case-card .card-inner > div:first-child {
      min-height: 296px;
      display: grid;
      grid-template-rows: 42px auto auto auto;
      gap: 12px;
      align-content: start;
    }

    .case-card .card-inner > div:first-child > p {
      margin: 0;
    }

    .case-context {
      width: fit-content;
      max-width: 100%;
      padding: 6px 10px;
      border-radius: 999px;
      border: 1px solid rgba(0, 200, 255, 0.24);
      background: rgba(0, 143, 220, 0.14);
      color: rgba(218, 244, 255, 0.92);
      font-size: clamp(11px, 0.78vw, 13px);
      line-height: 1.15;
      font-weight: 850;
    }

    .case-card .chips {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: auto;
      min-height: 92px;
      align-content: flex-start;
    }

    .case-card .chip {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 34px;
      text-align: center;
    }

    .case-footer {
      margin-top: 20px;
      color: #e9f9ff;
      font-weight: 900;
      font-size: 14px;
    }

    .video-box {
      min-height: 420px;
      display: grid;
      place-items: center;
      text-align: center;
      background:
        linear-gradient(135deg, rgba(0, 200, 255, 0.18), transparent 48%),
        rgba(0, 0, 0, 0.34);
    }

    .play-circle {
      width: 94px;
      height: 94px;
      margin: 0 auto 22px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, 0.24);
      background: rgba(255, 255, 255, 0.10);
      box-shadow: 0 0 60px rgba(0, 200, 255, 0.18);
    }

    .play-circle::before {
      content: "";
      width: 0;
      height: 0;
      margin-left: 8px;
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      border-left: 24px solid white;
    }

    .method-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 18px;
    }

    .method-card {
      padding: 26px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, 0.11);
      background: rgba(255, 255, 255, 0.045);
    }

    .method-card strong {
      display: block;
      margin-bottom: 10px;
      color: #ffffff;
      font-size: 18px;
    }

    .method-card span {
      color: var(--muted);
      line-height: 1.55;
      font-size: 15px;
    }

    .contact-panel {
      width: min(920px, 100%);
      margin: 0 auto;
    }

    .contact-page .section-header {
      text-align: center;
      margin-bottom: 22px;
    }

    .contact-page .contact-panel .card {
      overflow: hidden;
      border-color: rgba(0, 220, 255, 0.38);
      background:
        radial-gradient(circle at 18% 20%, rgba(0, 200, 255, 0.22), transparent 34%),
        radial-gradient(circle at 88% 18%, rgba(0, 110, 234, 0.28), transparent 36%),
        linear-gradient(135deg, rgba(7, 16, 31, 0.88), rgba(3, 10, 22, 0.96));
      box-shadow: 0 28px 80px rgba(0, 150, 255, 0.16);
    }

    .contact-page .contact-panel .card::after {
      content: "";
      position: absolute;
      inset: auto -18% -42% 28%;
      height: 220px;
      border-radius: 999px;
      background: rgba(0, 200, 255, 0.12);
      filter: blur(34px);
      transform: rotate(-8deg);
    }

    .contact-page .contact-panel .card-inner {
      min-height: 310px;
      display: grid;
      align-content: center;
      justify-items: center;
      text-align: center;
      padding: clamp(34px, 6vw, 58px);
    }

    .contact-page .contact-panel h3 {
      font-size: clamp(34px, 4.6vw, 60px);
      margin-bottom: 14px;
    }

    .contact-page .contact-panel .lead {
      max-width: 620px;
      margin: 0 auto;
    }

    .contact-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px;
      margin-top: 30px;
    }

    .contact-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 50px;
      padding: 14px 18px;
      border-radius: 999px;
      border: 1px solid rgba(0, 220, 255, 0.42);
      background: rgba(0, 180, 255, 0.14);
      color: #e9f9ff;
      font-weight: 900;
      transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
    }

    .contact-link:hover {
      transform: translateY(-2px);
      background: rgba(0, 200, 255, 0.22);
      box-shadow: 0 18px 45px rgba(0, 150, 255, 0.22);
    }

    .linkedin-mark {
      width: 24px;
      height: 24px;
      display: grid;
      place-items: center;
      border-radius: 5px;
      background: #0a66c2;
      color: #ffffff;
      font-size: 15px;
      font-weight: 950;
      line-height: 1;
    }

    footer {
      padding: 34px 20px 52px;
      text-align: center;
      color: #7890aa;
      background: #02040a;
      font-size: 14px;
    }


    .section {
      scroll-margin-top: 96px;
    }

    .case-link {
      color: inherit;
      text-decoration: none;
      cursor: pointer;
      transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    }

    .case-link:hover {
      transform: translateY(-4px);
      border-color: rgba(0, 220, 255, 0.48);
      box-shadow: 0 28px 85px rgba(0, 150, 255, 0.24);
    }

    .case-link:focus-visible {
      outline: 3px solid rgba(0, 220, 255, 0.72);
      outline-offset: 4px;
    }

    .case-link .case-footer {
      color: var(--blue);
    }

    .video-wrapper {
      overflow: hidden;
      width: min(100%, 560px);
      margin-top: 22px;
      margin-left: auto;
      margin-right: auto;
      border-radius: 22px;
      border: 1px solid rgba(255, 255, 255, 0.12);
      background: rgba(0, 0, 0, 0.35);
    }

    .video-wrapper video {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 22px;
      background: #000;
    }


    .case-open-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 46px;
      padding: 12px 18px;
      border-radius: 999px;
      background: rgba(0, 200, 255, 0.14);
      border: 1px solid rgba(0, 220, 255, 0.42);
      color: #e9f9ff;
      font-weight: 900;
      text-decoration: none;
      transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
    }

    .case-open-link:hover {
      transform: translateY(-2px);
      background: rgba(0, 200, 255, 0.22);
      box-shadow: 0 18px 45px rgba(0, 150, 255, 0.22);
    }

    .case-open-link:focus-visible {
      outline: 3px solid rgba(0, 220, 255, 0.72);
      outline-offset: 4px;
    }

    @media (min-width: 1280px) and (min-height: 850px) {
      .realisations-page #cas {
        min-height: 100svh;
        padding-top: clamp(126px, 12vh, 178px);
        padding-bottom: clamp(64px, 7vh, 108px);
        justify-content: center;
      }

      .realisations-page .section-header {
        margin-bottom: clamp(30px, 4vh, 58px);
      }

      .realisations-page .case-grid {
        gap: clamp(18px, 1.8vw, 34px);
      }

      .realisations-page .case-card {
        min-height: clamp(560px, 58vh, 720px);
      }

      .realisations-page .case-card .card-inner {
        padding: clamp(24px, 1.8vw, 34px);
      }

      .realisations-page .case-card .card-inner > div:first-child {
        min-height: clamp(318px, 34vh, 430px);
        gap: clamp(12px, 1.3vh, 20px);
      }

      .realisations-page .case-card .chips {
        min-height: clamp(92px, 11vh, 132px);
        gap: clamp(10px, 1vh, 14px);
      }

      .realisations-page .case-footer {
        margin-top: clamp(20px, 2.4vh, 34px);
      }
    }

    @media (max-width: 1024px) {
      .hero {
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
      }

      .hero-content {
        padding-top: 145px;
        padding-bottom: 54px;
        min-height: auto;
        justify-content: flex-start;
      }

      .site-nav {
        align-items: center;
        gap: 14px;
      }

      .brand-link {
        min-width: 220px;
      }

      .brand-name {
        font-size: 15px;
      }

      .brand-subtitle {
        font-size: 10px;
      }

      .nav-links,
      .nav-actions {
        display: none;
      }

      .mobile-menu-toggle {
        display: inline-flex;
        margin-left: auto;
      }

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

      .profile-page #profil {
        width: min(100% - 36px, 1180px);
        height: auto;
        min-height: 100svh;
        padding-top: 118px;
        padding-bottom: 56px;
      }

      .profile-screen {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
      }

      .profile-text-stack {
        display: flex;
      }

      .profile-text-stack .card-inner {
        height: auto;
        gap: 14px;
        padding: 24px;
      }

      .profile-text-stack h3 {
        font-size: clamp(24px, 4vw, 34px);
      }

      .profile-title-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
      }

      .profile-title-icon svg {
        width: 21px;
        height: 21px;
      }

      .profile-summary-list {
        gap: 14px;
      }

      .profile-summary-point {
        grid-template-columns: 26px 1fr;
        gap: 12px;
      }

      .profile-check {
        width: 22px;
        height: 22px;
      }

      .profile-check svg {
        width: 14px;
        height: 14px;
      }

      .profile-text-stack .profile-summary-subtitle,
      .profile-summary-point p {
        font-size: clamp(0.92rem, 1.8vw, 1.05rem);
        line-height: 1.55;
      }

      .profile-text-stack .chips {
        margin-top: 2px;
        gap: 10px;
      }

      .profile-text-stack .chip {
        padding: 8px 12px;
        font-size: 13px;
      }

      .profile-video-card .video-wrapper {
        height: auto;
        aspect-ratio: 9 / 16;
        max-height: none;
        background: transparent;
      }

      .profile-video-card .video-wrapper video {
        min-height: auto;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        background: transparent;
      }

      .hero-proof-grid {
        grid-template-columns: 1fr 1fr;
      }

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

    @media (max-width: 720px) {
      .site-nav {
        width: calc(100% - 18px);
        top: 9px;
        left: 9px;
        transform: none;
        z-index: 1000;
        overflow: visible;
        display: flex;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 12px;
        border-radius: 18px;
        border: 1px solid rgba(255, 255, 255, 0.14);
      }

      .brand-link {
        display: flex;
        min-width: 0;
        gap: 10px;
        flex: 1 1 auto;
      }

      .brand-mark {
        width: 38px;
        height: 38px;
        border-radius: 10px;
      }

      .brand-name {
        display: block;
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        letter-spacing: 1.6px;
      }

      .brand-subtitle {
        display: block;
        max-width: 190px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 9px;
        letter-spacing: 0.8px;
        white-space: nowrap;
      }

      .nav-links,
      .nav-actions {
        display: none;
      }

      .linkedin-top {
        display: none;
      }

      .mobile-menu-toggle {
        flex: 0 0 auto;
        min-height: 38px;
        padding: 9px 14px;
      }

      .mobile-menu {
        top: calc(100% + 8px);
        right: 0;
      }

      .share-floating {
        display: none;
      }

      .share-panel {
        top: auto;
        right: 14px;
        bottom: 64px;
      }

      .hero {
        min-height: 100vh;
        min-height: 100svh;
        height: auto;
      }

      .hero-content {
        width: calc(100% - 24px);
        padding-top: 112px;
        padding-bottom: 42px;
        min-height: auto;
        gap: 13px;
      }

      .hero-kicker {
        margin-bottom: 18px;
        padding: 10px 14px;
        font-size: 12px;
      }

      .hero h1 {
        font-size: clamp(34px, 10.8vw, 52px);
        line-height: 1.04;
        letter-spacing: 0;
      }

      .hero-subtitle-strong {
        font-size: clamp(17px, 4.9vw, 23px);
        line-height: 1.16;
      }

      .hero-summary {
        max-width: 90%;
        font-size: clamp(12.5px, 3.35vw, 14px);
        line-height: 1.26;
      }

      .hero-tags {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: min(100%, 360px);
        margin-top: 4px;
      }

      .hero-tag {
        min-width: 0;
        min-height: 42px;
        padding: 8px 10px;
        font-size: 11.5px;
        gap: 8px;
      }

      .hero-tag-icon {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
      }

      .hero-tag:nth-child(2) .hero-tag-icon {
        width: 46px;
        height: 23px;
        flex-basis: 46px;
      }

      .hero-tag:nth-child(2) .hero-tag-icon::before {
        width: 46px;
        height: 23px;
      }

      .hero .role {
        margin-top: 18px;
        padding: 11px 18px;
        font-size: 14px;
      }

      .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 360px);
        margin: 0 auto;
        gap: 8px;
      }

      .hero-proof-grid {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: clamp(28px, 6vh, 44px);
      }

      .hero-proof {
        min-height: auto;
        padding: 14px;
        text-align: left;
      }

      .hero-proof strong {
        margin-bottom: 6px;
        font-size: 18px;
      }

      .hero-proof span {
        font-size: 13px;
        line-height: 1.45;
      }

      .hero-proof-icon {
        width: 38px;
        height: 38px;
        margin-bottom: 10px;
      }

      .btn {
        width: auto;
        min-height: 40px;
        padding: 10px 12px;
        font-size: 12px;
      }

      .section {
        width: min(100% - 28px, 1180px);
        min-height: 100vh;
        min-height: 100svh;
        padding: 104px 0 54px;
      }

      .card-inner {
        padding: 24px;
      }

      .case-grid,
      .method-grid {
        grid-template-columns: 1fr;
      }

      .profile-page #profil,
      .realisations-page #cas {
        width: min(100% - 28px, 1180px);
      }

      .profile-page #profil {
        height: auto;
        padding-top: 104px;
      }

      .profile-screen,
      .profile-text-stack {
        gap: 14px;
      }

      .profile-text-stack .card-inner,
      .profile-video-card .card-inner {
        padding: 20px;
      }

      .profile-text-stack h3 {
        align-items: flex-start;
        font-size: clamp(22px, 7vw, 30px);
      }

      .profile-text-stack .profile-summary-subtitle,
      .profile-summary-point p {
        font-size: 0.95rem;
        line-height: 1.52;
      }

      .profile-summary-list {
        gap: 13px;
      }

      .profile-summary-point {
        grid-template-columns: 24px 1fr;
        gap: 10px;
      }

      .profile-check {
        width: 20px;
        height: 20px;
      }

      .profile-text-stack .chips {
        gap: 8px;
      }

      .profile-text-stack .chip {
        padding: 7px 10px;
        font-size: 12px;
      }

      .contact-page .contact-panel .card-inner {
        min-height: 280px;
        padding: 30px 22px;
      }

      .timeline-item {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .video-box {
        min-height: 300px;
      }

      .contact-actions {
        display: grid;
      }

      .contact-link {
        width: 100%;
      }
    }

    .nav-links a[aria-current="page"] {
      color: var(--blue) !important;
      background: transparent !important;
      border-radius: 0;
      box-shadow: inset 0 -3px 0 rgba(0, 200, 255, 0.82) !important;
      font-weight: 900;
    }

    .cv-page .cv-top[aria-current="page"] {
      border-color: rgba(0, 200, 255, 0.72);
      background: rgba(0, 200, 255, 0.13);
      color: #ffffff;
    }

    @media (min-width: 1025px) {
      .profile-page .profile-summary-card .card-inner {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        gap: clamp(10px, 1.05vh, 16px);
      }

      .profile-page .profile-summary-list {
        display: flex;
        flex: 1 1 auto;
        min-height: 0;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
        gap: clamp(7px, 0.75vh, 12px);
      }

      .profile-page .profile-summary-point {
        grid-template-columns: clamp(15px, 1.45vh, 19px) 1fr;
        gap: clamp(7px, 0.75vh, 10px);
      }

      .profile-page .profile-check {
        width: clamp(14px, 1.35vh, 18px);
        height: clamp(14px, 1.35vh, 18px);
        margin-top: 0.12em;
      }

      .profile-page .profile-summary-point p {
        font-size: clamp(0.78rem, 1.18vh, 0.98rem);
        line-height: 1.38;
      }
    }

    @media (min-width: 1025px) and (max-height: 830px) {
      .profile-page .profile-summary-card .card-inner {
        gap: clamp(7px, 0.75vh, 11px);
      }

      .profile-page .profile-summary-list {
        gap: clamp(6px, 0.65vh, 10px);
      }

      .profile-page .profile-summary-point p {
        font-size: clamp(0.72rem, 1.06vh, 0.9rem);
        line-height: 1.34;
      }
    }

    @media (min-width: 1500px) and (min-height: 1051px) {
      .profile-page .profile-summary-card .card-inner {
        gap: clamp(10px, 0.9vh, 14px);
      }

      .profile-page .profile-summary-list {
        justify-content: space-between;
        gap: clamp(7px, 0.75vh, 12px);
      }

      .profile-page .profile-summary-point p {
        font-size: clamp(1.04rem, 1.3vh, 1.24rem);
        line-height: 1.4;
      }
    }

    @media (max-width: 1024px) {
      .profile-page .profile-summary-card .card-inner {
        overflow: visible;
      }
    }

    @media (min-width: 1025px) and (max-height: 850px) {
      .home-page .hero-content {
        padding-top: clamp(112px, 12.5vh, 132px);
        padding-bottom: clamp(24px, 3vh, 34px);
        gap: clamp(11px, 1.55vh, 18px);
      }

      .home-page .hero h1 {
        font-size: clamp(48px, 5.4vw, 74px);
        line-height: 1;
      }

      .home-page .hero-subtitle-strong {
        font-size: clamp(21px, 1.9vw, 28px);
        line-height: 1.14;
      }

      .home-page .hero-summary {
        font-size: clamp(15px, 1.05vw, 18px);
        line-height: 1.36;
        max-width: 1040px;
      }

      .home-page .hero-tags {
        gap: 10px 12px;
      }

      .home-page .hero-tag {
        min-height: 46px;
        min-width: 165px;
        padding: 9px 15px;
        font-size: clamp(13px, 0.88vw, 15px);
      }

      .home-page .hero-actions .btn {
        min-height: 42px;
        padding: 10px 18px;
        font-size: 14px;
      }

      .home-page .hero-proof-grid {
        gap: 16px;
        margin-top: clamp(54px, 8vh, 86px);
      }

      .home-page .hero-proof {
        min-height: clamp(158px, 21vh, 188px);
        padding: clamp(16px, 1.35vw, 22px);
        grid-template-rows: 34px minmax(50px, auto) 1fr;
      }

      .home-page .hero-proof-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 9px;
      }

      .home-page .hero-proof strong {
        margin-bottom: 8px;
        font-size: clamp(17px, 1.25vw, 21px);
        line-height: 1.15;
      }

      .home-page .hero-proof span {
        font-size: clamp(12.5px, 0.9vw, 15px);
        line-height: 1.34;
      }

      .realisations-page #cas {
        min-height: 100svh;
        padding-top: clamp(100px, 12vh, 116px);
        padding-bottom: clamp(24px, 3vh, 34px);
        justify-content: center;
      }

      .realisations-page .section-header {
        margin-bottom: clamp(14px, 2vh, 22px);
      }

      .realisations-page .section-header h2 {
        font-size: clamp(30px, 3vw, 46px);
        line-height: 1;
      }

      .realisations-page .section-header p {
        font-size: clamp(14px, 1vw, 17px);
        line-height: 1.35;
      }

      .realisations-page .case-grid {
        gap: 12px;
      }

      .realisations-page .case-card {
        min-height: clamp(390px, 52vh, 430px);
      }

      .realisations-page .case-card .card-inner {
        padding: 15px;
      }

      .realisations-page .case-card .card-inner > div:first-child {
        min-height: clamp(218px, 28vh, 244px);
        grid-template-rows: 36px auto auto auto;
        gap: 9px;
      }

      .realisations-page .case-number {
        width: 36px;
        height: 36px;
        border-radius: 12px;
      }

      .realisations-page .case-title {
        min-height: 56px;
        gap: 7px;
      }

      .realisations-page .case-card h3 {
        font-size: clamp(17px, 1.35vw, 22px);
        line-height: 1.12;
      }

      .realisations-page .case-card p {
        font-size: clamp(12.5px, 0.86vw, 14px);
        line-height: 1.35;
      }

      .realisations-page .case-card .chips {
        min-height: 70px;
        gap: 7px;
      }

      .realisations-page .case-card .chip {
        min-height: 28px;
        padding: 6px 8px;
        font-size: 11.5px;
      }

      .realisations-page .case-footer {
        margin-top: 12px;
      }

      .realisations-page .case-open-link {
        min-height: 38px;
        padding: 9px 14px;
      }
    }

    @media (min-width: 1025px) and (max-height: 1050px) {
      .home-page .hero-content {
        padding-top: clamp(116px, 11.5vh, 142px) !important;
        padding-bottom: clamp(58px, 6.5vh, 74px) !important;
        gap: clamp(15px, 2vh, 24px) !important;
      }

      .home-page .hero h1 {
        font-size: clamp(54px, 5.7vw, 86px) !important;
        line-height: 0.98 !important;
      }

      .home-page .hero-subtitle-strong {
        font-size: clamp(22px, 2vw, 31px) !important;
        line-height: 1.12 !important;
      }

      .home-page .hero-summary {
        max-width: 1080px !important;
        font-size: clamp(15px, 1.04vw, 19px) !important;
        line-height: 1.64 !important;
      }

      .home-page .hero-tags {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: auto !important;
        gap: 12px 14px !important;
      }

      .home-page .hero-tag {
        min-height: 46px !important;
        min-width: 170px !important;
        padding: 9px 15px !important;
        font-size: clamp(13px, 0.86vw, 15px) !important;
      }

      .home-page .hero-actions {
        margin: clamp(10px, 1.3vh, 16px) auto auto !important;
      }

      .home-page .hero-actions .btn {
        min-height: 40px !important;
        padding: 9px 17px !important;
        font-size: 13px !important;
      }

      .home-page .hero-proof-grid {
        gap: clamp(14px, 1.2vw, 22px) !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
      }

      .home-page .hero-proof {
        min-height: clamp(164px, 20vh, 210px) !important;
        padding: clamp(17px, 1.35vw, 24px) !important;
        grid-template-rows: 32px minmax(52px, auto) 1fr !important;
        overflow: hidden;
      }

      .home-page .hero-proof-icon {
        width: 32px !important;
        height: 32px !important;
        margin-bottom: 8px !important;
      }

      .home-page .hero-proof strong {
        margin-bottom: 7px !important;
        font-size: clamp(17px, 1.2vw, 22px) !important;
        line-height: 1.12 !important;
      }

      .home-page .hero-proof span {
        font-size: clamp(12px, 0.84vw, 14.5px) !important;
        line-height: 1.3 !important;
      }

      .realisations-page #cas {
        min-height: 100svh !important;
        padding-top: clamp(104px, 10vh, 124px) !important;
        padding-bottom: 52px !important;
        justify-content: center !important;
      }

      .realisations-page .section-header {
        margin-bottom: clamp(14px, 1.8vh, 24px) !important;
      }

      .realisations-page .section-header h2 {
        font-size: clamp(38px, 3.6vw, 62px) !important;
        line-height: 0.98 !important;
      }

      .realisations-page .section-header p {
        font-size: clamp(15px, 1.08vw, 19px) !important;
        line-height: 1.28 !important;
      }

      .realisations-page .case-grid {
        gap: 14px !important;
      }

      .realisations-page .case-card {
        min-height: clamp(410px, 55vh, 485px) !important;
      }

      .realisations-page .case-card .card-inner {
        padding: 16px !important;
      }

      .realisations-page .case-card .card-inner > div:first-child {
        min-height: clamp(222px, 30vh, 270px) !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 9px !important;
      }

      .realisations-page .case-number {
        width: 36px !important;
        height: 36px !important;
        border-radius: 12px !important;
        font-size: 15px !important;
      }

      .realisations-page .case-title {
        min-height: 54px !important;
        gap: 8px !important;
      }

      .realisations-page .case-card h3 {
        font-size: clamp(19px, 1.6vw, 28px) !important;
        line-height: 1.06 !important;
      }

      .realisations-page .case-card p {
        font-size: clamp(12px, 0.86vw, 14px) !important;
        line-height: 1.32 !important;
      }

      .realisations-page .case-card .chips {
        min-height: 72px !important;
        margin-top: auto !important;
        gap: 7px !important;
        align-content: end !important;
      }

      .realisations-page .case-card .chip {
        min-height: 28px !important;
        padding: 6px 8px !important;
        font-size: 11.5px !important;
      }

      .realisations-page .case-footer {
        margin-top: 0 !important;
        padding-top: 16px !important;
      }

      .realisations-page .case-open-link {
        min-height: 36px !important;
        padding: 8px 13px !important;
        font-size: 13px !important;
      }
    }

/* Derniere couche mobile: conserve le fond dynamique et applique le visuel smartphone. */
@media (max-width: 720px) {
  .home-page .site-nav {
    width: calc(100% - 32px) !important;
    top: 28px !important;
    left: 16px !important;
    min-height: 118px !important;
    padding: 22px 26px !important;
    border-radius: 34px !important;
    border-color: rgba(180, 210, 235, 0.28) !important;
    background: linear-gradient(135deg, rgba(3, 12, 23, 0.96), rgba(8, 17, 29, 0.88)) !important;
  }

  .home-page .brand-mark {
    width: clamp(62px, 17vw, 78px) !important;
    height: clamp(62px, 17vw, 78px) !important;
  }

  .home-page .brand-name {
    max-width: none !important;
    font-size: clamp(23px, 6.6vw, 34px) !important;
    letter-spacing: 0.16em !important;
    white-space: nowrap !important;
  }

  .home-page .brand-subtitle {
    max-width: none !important;
    margin-top: 10px !important;
    font-size: clamp(12px, 3.2vw, 16px) !important;
    letter-spacing: 0.18em !important;
    white-space: nowrap !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 66px !important;
    padding: 0 23px !important;
    gap: 13px !important;
    border-radius: 999px !important;
    border-color: rgba(220, 236, 255, 0.62) !important;
    background: rgba(3, 10, 18, 0.52) !important;
    color: #ffffff !important;
    font-size: clamp(22px, 6vw, 29px) !important;
    font-weight: 900 !important;
  }

  .home-page .mobile-menu-toggle::after {
    content: "\2630";
    font-size: 1.05em;
    line-height: 1;
  }

  .home-page .hero {
    min-height: 100svh !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .home-page .hero-content {
    width: min(100% - 42px, 760px) !important;
    min-height: 100svh !important;
    padding-top: clamp(230px, 30svh, 285px) !important;
    padding-bottom: 72px !important;
    gap: clamp(22px, 4.2vw, 34px) !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }

  .home-page .hero h1 {
    max-width: 100% !important;
    font-size: clamp(61px, 16.6vw, 95px) !important;
    line-height: 1.08 !important;
    letter-spacing: 0.02em !important;
    text-align: center !important;
  }

  .home-page .hero-subtitle-strong,
  .home-page .hero-summary,
  .home-page .hero-tags,
  .home-page .hero-proof-grid {
    display: none !important;
  }

  .mobile-hero-bridge {
    display: block !important;
    margin: 0 !important;
    color: var(--blue) !important;
    font-size: clamp(28px, 7.4vw, 40px) !important;
    line-height: 1.14 !important;
    font-weight: 900 !important;
    text-align: center !important;
  }

  .mobile-hero-summary {
    display: block !important;
    max-width: 680px !important;
    margin: 0 auto !important;
    color: rgba(225, 238, 249, 0.92) !important;
    font-size: clamp(23px, 5.7vw, 33px) !important;
    line-height: 1.55 !important;
    text-align: center !important;
  }

  .home-page .hero-actions {
    width: min(100%, 690px) !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 28px !important;
    margin: 10px auto 0 !important;
  }

  .home-page .hero-actions .btn {
    min-height: 80px !important;
    border-radius: 999px !important;
    font-size: clamp(25px, 6.3vw, 34px) !important;
    line-height: 1 !important;
    font-weight: 950 !important;
  }

  .home-page .hero-actions .primary {
    width: 100% !important;
    padding: 18px 28px !important;
    border: 0 !important;
    background: linear-gradient(100deg, #13baff 0%, #7ceeff 100%) !important;
    color: #00121c !important;
  }

  .home-page .hero-actions .primary::after,
  .home-page .hero-actions .secondary::after {
    content: " \2192";
  }

  .home-page .hero-actions .secondary {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--blue) !important;
    box-shadow: none !important;
    text-decoration: underline !important;
    text-underline-offset: 6px !important;
  }

  .mobile-home-tags {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 22px !important;
  }

  .mobile-home-tag {
    min-height: 78px !important;
    padding: 12px 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(0, 210, 255, 0.78) !important;
    background: rgba(4, 18, 31, 0.72) !important;
    color: #edf8ff !important;
    font-size: clamp(13px, 3.3vw, 18px) !important;
    font-weight: 850 !important;
    line-height: 1.12 !important;
  }

  .mobile-home-tag svg {
    width: 28px !important;
    height: 28px !important;
    color: var(--blue) !important;
    fill: currentColor !important;
  }

  .mobile-home-tag img {
    width: 42px !important;
    height: 24px !important;
    object-fit: contain !important;
  }

  .mobile-glance-card {
    display: block !important;
    width: 100% !important;
    margin: 24px auto 0 !important;
    padding: clamp(34px, 8vw, 52px) clamp(28px, 7vw, 48px) !important;
    border-radius: 34px !important;
    border: 1px solid rgba(0, 210, 255, 0.48) !important;
    background: linear-gradient(145deg, rgba(3, 18, 32, 0.88), rgba(4, 28, 49, 0.78)) !important;
    text-align: left !important;
  }

  .mobile-glance-title {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
    margin-bottom: 26px !important;
  }

  .mobile-glance-title strong {
    color: #ffffff !important;
    font-size: clamp(21px, 6vw, 32px) !important;
    line-height: 1.12 !important;
    font-weight: 950 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
  }

  .mobile-glance-main-icon {
    width: 78px !important;
    height: 78px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    color: var(--blue) !important;
    background: radial-gradient(circle at 35% 25%, rgba(0, 200, 255, 0.44), rgba(0, 85, 135, 0.32)) !important;
  }

  .mobile-glance-main-icon svg {
    width: 42px !important;
    height: 42px !important;
    fill: currentColor !important;
  }

  .mobile-glance-list {
    display: grid !important;
  }

  .mobile-glance-list p {
    margin: 0 !important;
    min-height: 86px !important;
    display: grid !important;
    grid-template-columns: 58px 1fr !important;
    align-items: center !important;
    gap: 26px !important;
    color: rgba(245, 250, 255, 0.94) !important;
    font-size: clamp(22px, 5.8vw, 32px) !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
  }

  .mobile-glance-list p + p {
    border-top: 1px solid rgba(155, 215, 255, 0.22) !important;
  }

  .mobile-glance-list svg {
    width: 44px !important;
    height: 44px !important;
    color: var(--blue) !important;
    fill: currentColor !important;
  }
}

@media (max-width: 430px) {
  .home-page .site-nav {
    width: calc(100% - 24px) !important;
    left: 12px !important;
    padding: 17px 18px !important;
    min-height: 102px !important;
  }

  .home-page .brand-mark {
    width: 58px !important;
    height: 58px !important;
  }

  .home-page .brand-name {
    font-size: clamp(19px, 6vw, 25px) !important;
  }

  .home-page .brand-subtitle {
    font-size: clamp(10px, 2.9vw, 13px) !important;
  }

  .home-page .mobile-menu-toggle {
    min-height: 58px !important;
    padding: 0 18px !important;
    font-size: 21px !important;
  }

  .home-page .hero-content {
    width: calc(100% - 30px) !important;
    padding-top: 190px !important;
  }

  .home-page .hero h1 {
    font-size: clamp(52px, 16vw, 72px) !important;
  }

  .mobile-hero-bridge {
    font-size: clamp(25px, 7.1vw, 33px) !important;
  }

  .mobile-hero-summary {
    font-size: clamp(21px, 5.55vw, 28px) !important;
  }

  .mobile-home-tags {
    gap: 9px !important;
  }

  .mobile-home-tag {
    min-height: 70px !important;
    padding: 10px 9px !important;
    gap: 8px !important;
    font-size: clamp(11px, 3.1vw, 14px) !important;
  }

  .mobile-home-tag svg {
    width: 24px !important;
    height: 24px !important;
  }

  .mobile-home-tag img {
    width: 36px !important;
    height: 22px !important;
  }

  .mobile-glance-list p {
    grid-template-columns: 46px 1fr !important;
    gap: 18px !important;
    min-height: 76px !important;
    font-size: clamp(19px, 5.45vw, 25px) !important;
  }

  .mobile-glance-list svg {
    width: 36px !important;
    height: 36px !important;
  }
}

/* Ajustements mobiles dedies aux pages Profil et Realisations. */
@media (max-width: 720px) {
  .profile-page .section-header,
  .realisations-page .section-header {
    display: none !important;
  }

  .profile-page #profil {
    width: min(100% - 18px, 640px) !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    padding: 74px 0 48px !important;
    justify-content: flex-start !important;
  }

  .profile-page .profile-screen {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    flex: 0 0 auto !important;
  }

  .profile-page .profile-video-card {
    height: auto !important;
    min-height: 0 !important;
    width: min(100%, calc(56.25dvh - 78px)) !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    flex: 0 0 auto !important;
    border-radius: 24px !important;
  }

  .profile-page .profile-video-card .card-inner {
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
  }

  .profile-page .profile-video-card .video-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    aspect-ratio: 9 / 16 !important;
    border-radius: 24px !important;
  }

  .profile-page .profile-video-card .video-wrapper video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 24px !important;
  }

  .profile-page .profile-text-stack {
    margin-top: 16px !important;
  }

  .realisations-page #cas {
    width: min(100% - 18px, 640px) !important;
    min-height: 100svh !important;
    min-height: 100dvh !important;
    padding: 74px 0 72px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .realisations-page .case-grid {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .realisations-page .case-card:first-child {
    min-height: min(620px, calc(100dvh - 168px)) !important;
  }
}

@media (max-width: 720px) and (max-height: 740px) {
  .profile-page .profile-video-card,
  .profile-page .profile-video-card .video-wrapper {
    width: min(100%, calc(56.25dvh - 86px)) !important;
  }
}

/* Ajustement accueil grand ecran uniquement. */
@media (min-width: 1500px) and (min-height: 1051px) {
  .home-page .hero-actions {
    margin-top: clamp(64px, 6.8vh, 92px) !important;
  }

  .home-page .hero-tags {
    margin-top: clamp(0px, 0.35vh, 6px) !important;
  }

  .home-page .hero-proof-grid {
    margin-top: clamp(64px, 6.8vh, 92px) !important;
  }
}

.realisations-page .case-card .case-context {
  width: fit-content !important;
  max-width: 100% !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 200, 255, 0.24) !important;
  background: rgba(0, 143, 220, 0.14) !important;
  color: rgba(218, 244, 255, 0.92) !important;
  font-size: clamp(11px, 0.78vw, 13px) !important;
  line-height: 1.15 !important;
  font-weight: 850 !important;
}

@media (min-width: 721px) {
  .realisations-page .case-card .card-inner {
    display: grid !important;
    grid-template-rows: minmax(318px, 1fr) 86px auto !important;
    height: 100% !important;
  }

  .realisations-page .case-card .card-inner > div:first-child {
    display: grid !important;
    grid-template-rows: 42px 82px 30px minmax(58px, auto) minmax(92px, auto) !important;
    gap: 10px !important;
    min-height: 0 !important;
    align-content: start !important;
  }

  .realisations-page .case-title {
    min-height: 0 !important;
    align-self: start !important;
  }

  .realisations-page .case-card h3 {
    font-size: clamp(16px, 1.12vw, 21px) !important;
    line-height: 1.08 !important;
  }

  .realisations-page .case-card p:not(.case-context) {
    font-size: clamp(11.5px, 0.82vw, 13.5px) !important;
    line-height: 1.28 !important;
  }

  .realisations-page .case-card .chips {
    min-height: 86px !important;
    margin-top: 0 !important;
    align-content: end !important;
  }

  .realisations-page .case-footer {
    align-self: end !important;
    margin-top: 12px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1499px) {
  .realisations-page .case-card {
    min-height: 0 !important;
  }

  .realisations-page .case-card .card-inner {
    grid-template-rows: minmax(max-content, 1fr) auto auto !important;
    align-content: stretch !important;
  }

  .realisations-page .case-card .card-inner > div:first-child {
    grid-template-rows: 42px minmax(72px, auto) minmax(34px, auto) auto auto !important;
    gap: 12px !important;
    align-content: start !important;
  }

  .realisations-page .case-card p:not(.case-context) {
    align-self: start !important;
    font-size: clamp(11.5px, 0.95vw, 13.5px) !important;
    line-height: 1.32 !important;
  }

  .realisations-page .case-card .chips {
    grid-template-rows: repeat(2, minmax(36px, auto)) !important;
    min-height: 0 !important;
    margin-top: clamp(18px, 2vh, 26px) !important;
    gap: 10px !important;
    align-content: start !important;
  }

  .realisations-page .case-card .chip {
    min-height: 36px !important;
    height: auto !important;
    padding: 7px 10px !important;
    line-height: 1.12 !important;
  }

  .realisations-page .case-footer {
    margin-top: 14px !important;
  }
}

@media (min-width: 1500px) and (min-height: 900px) {
  body.realisations-page {
    overflow-y: hidden !important;
  }

  .realisations-page main {
    height: 100svh !important;
    min-height: 100svh !important;
    overflow: hidden !important;
  }

  .realisations-page #cas {
    height: 100svh !important;
    min-height: 0 !important;
    padding-top: clamp(98px, 9vh, 118px) !important;
    padding-bottom: 42px !important;
    justify-content: flex-start !important;
  }

  .realisations-page .section-header {
    margin-bottom: clamp(18px, 2vh, 28px) !important;
  }

  .realisations-page .case-grid {
    gap: clamp(14px, 1.25vw, 24px) !important;
  }

  .realisations-page .case-card {
    height: clamp(620px, calc(100svh - 316px), 720px) !important;
    min-height: 0 !important;
  }

  .realisations-page .case-card .card-inner {
    grid-template-rows: minmax(352px, 1fr) 90px auto !important;
    padding: clamp(24px, 1.55vw, 30px) !important;
  }

  .realisations-page .case-card .card-inner > div:first-child {
    grid-template-rows: 42px 78px 38px minmax(106px, auto) minmax(110px, auto) !important;
    gap: 12px !important;
    align-content: start !important;
  }

  .realisations-page .case-context {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: clamp(10px, 1.1vh, 16px) !important;
    white-space: nowrap !important;
    font-size: clamp(11px, 0.72vw, 13px) !important;
  }

  .realisations-page .case-context + p {
    margin-top: clamp(14px, 1.5vh, 22px) !important;
  }

  .realisations-page .case-card p:not(.case-context) {
    align-self: center !important;
    font-size: clamp(13px, 0.9vw, 15px) !important;
    line-height: 1.34 !important;
  }

  .realisations-page .case-card .chips {
    grid-template-rows: repeat(2, 38px) !important;
    min-height: 90px !important;
    gap: 10px !important;
  }

  .realisations-page .case-card .chip {
    width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 6px 10px !important;
    line-height: 1.12 !important;
  }

  .realisations-page .case-footer {
    margin-top: 14px !important;
  }
}

@media (min-width: 1500px) {
  .realisations-page .case-card .card-inner {
    grid-template-rows: minmax(352px, 1fr) 90px auto !important;
  }

  .realisations-page .case-card .card-inner > div:first-child {
    grid-template-rows: 42px 78px 38px minmax(106px, auto) minmax(110px, auto) !important;
    gap: 12px !important;
  }

  .realisations-page .case-context {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 7px 12px !important;
    white-space: nowrap !important;
    font-size: clamp(11px, 0.72vw, 13px) !important;
    line-height: 1.15 !important;
  }

  .realisations-page .case-card .chips {
    grid-template-rows: repeat(2, 38px) !important;
    min-height: 90px !important;
    gap: 10px !important;
  }

  .realisations-page .case-card .chip {
    width: 100% !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 6px 10px !important;
    line-height: 1.12 !important;
  }
}

@media (max-width: 1499px) {
  .realisations-page .case-card,
  .realisations-page .case-card .card-inner {
    height: auto !important;
  }

  .realisations-page .case-card .card-inner {
    grid-template-rows: auto auto auto !important;
    overflow: visible !important;
  }

  .realisations-page .case-card .card-inner > div:first-child {
    grid-template-rows: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .realisations-page .case-card p,
  .realisations-page .case-card .chip,
  .realisations-page .case-context {
    overflow-wrap: anywhere !important;
  }

  .realisations-page .case-card .chips {
    min-height: 0 !important;
    margin-top: clamp(18px, 3vw, 30px) !important;
    align-content: start !important;
  }
}

@media (max-height: 820px) {
  body.realisations-page {
    overflow-y: auto !important;
  }

  .realisations-page main,
  .realisations-page #cas {
    height: auto !important;
    min-height: 100svh !important;
    overflow: visible !important;
  }
}

@media (min-width: 1025px) and (max-width: 1499px) {
  .realisations-page .case-grid {
    align-items: stretch !important;
  }

  .realisations-page .case-card {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  .realisations-page .case-card .card-inner {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    min-height: 100% !important;
    overflow: visible !important;
  }

  .realisations-page .case-card .card-inner > div:first-child {
    display: flex !important;
    flex: 0 0 auto !important;
    flex-direction: column !important;
    min-height: auto !important;
    gap: 12px !important;
    overflow: visible !important;
  }

  .realisations-page .case-title {
    min-height: 0 !important;
  }

  .realisations-page .case-context {
    flex: 0 0 auto !important;
    min-height: 34px !important;
    white-space: normal !important;
  }

  .realisations-page .case-card p:not(.case-context) {
    flex: 0 0 auto !important;
    margin: 0 !important;
    align-self: auto !important;
    font-size: clamp(10px, 0.78vw, 12px) !important;
    line-height: 1.22 !important;
  }

  .realisations-page .case-card .chips {
    flex: 0 0 auto !important;
    margin-top: clamp(18px, 2.4vh, 30px) !important;
  }

  .realisations-page .case-footer {
    flex: 0 0 auto !important;
  }
}
