/* v8 — mobile premium
   Desktop unchanged. These rules only apply below 900px and deliberately simplify
   the legacy panel layout into a modern vertical mobile experience. */

@media (max-width: 900px) {
  :root {
    --mobile-bg: #050505;
    --mobile-surface: rgba(255, 255, 255, 0.075);
    --mobile-surface-strong: rgba(255, 255, 255, 0.12);
    --mobile-line: rgba(255, 255, 255, 0.16);
    --mobile-text: #f7f7f2;
    --mobile-muted: rgba(247, 247, 242, 0.72);
    --mobile-dark: #111;
    --mobile-light: #f4f1ea;
    --mobile-radius: 24px;
    --mobile-pad: clamp(22px, 6vw, 42px);
    --mobile-max: 640px;
  }

  * { box-sizing: border-box; }

  html,
  body {
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
    background: var(--mobile-bg);
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    color: var(--mobile-text);
    font-family: Lato, Arial, sans-serif;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
  }

  body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
      radial-gradient(circle at 18% 8%, rgba(255,255,255,.11), transparent 28%),
      radial-gradient(circle at 92% 34%, rgba(255,255,255,.075), transparent 32%),
      linear-gradient(180deg, #080808 0%, #000 42%, #090909 100%);
  }

  a { color: inherit; }

  /* Hide legacy scroll/panel mechanics on mobile. */
  .panel,
  .se-pre-con,
  .center,
  .scroll-animation,
  .fixed-content,
  .fixed-col-right,
  #fixed-content,
  #fixed-col-right,
  #services_menu,
  #equipements_menu,
  #clients_menu,
  #col-right,
  #content,
  #services,
  #contact,
  #global_container,
  #fixed-global_container,
  #container-center-left-top,
  #container-center-middle,
  #fond-vertical-top,
  #fond-vertical-right,
  .overflow_wrap,
  .scroll_equipements,
  .force-overflow,
  .gallery-wrapper,
  .gallery-container,
  .gallery-arrow,
  #apropos_go + #apropos + .row_container .row_2 {
    display: none !important;
  }

  /* Header: small, glassy, not a bottom bar. */
  .relative_header_wrapper,
  .header_wrapper,
  header.clearHeader,
  header.darkHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    background: rgba(0,0,0,.64);
    -webkit-backdrop-filter: blur(16px) saturate(135%);
    backdrop-filter: blur(16px) saturate(135%);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .menu_center {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    padding: 12px var(--mobile-pad) 10px;
    transform: none !important;
  }

  .menu {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .menu::-webkit-scrollbar { display: none; }
  .menu li { flex: 0 0 auto; list-style: none; }
  .menu a { display: block; text-decoration: none; }

  .fixed-apropos,
  .fixed-etalonnage,
  .fixed-montage,
  .fixed-services,
  .fixed-contact {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 9px 12px !important;
    transform: none !important;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.055);
    color: #fff !important;
    font-family: Lato, Arial, sans-serif !important;
    font-size: 10px !important;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .fixed-apropos:active,
  .fixed-etalonnage:active,
  .fixed-montage:active,
  .fixed-services:active,
  .fixed-contact:active {
    background: rgba(255,255,255,.16);
  }

  .lang_position {
    position: absolute !important;
    top: 76px;
    right: var(--mobile-pad);
    z-index: 4;
  }

  .lang {
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(0,0,0,.34);
    font-size: 11px !important;
    letter-spacing: .08em;
    color: #fff;
  }

  /* Hero */
  .parallax-container:first-of-type {
    min-height: 100svh !important;
    height: auto !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 118px var(--mobile-pad) 58px;
    overflow: hidden;
    background-color: #000;
  }

  .parallax-container:first-of-type::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,.34) 42%, rgba(0,0,0,.76) 100%);
  }

  .center-vertical-intro,
  .center-intro {
    position: relative !important;
    z-index: 1;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: var(--mobile-max);
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
    text-align: left;
  }

  .text-intro {
    max-width: 11ch;
    margin: 0;
    font-size: clamp(48px, 17vw, 94px) !important;
    line-height: .82 !important;
    letter-spacing: -.075em;
    text-align: left !important;
    text-transform: lowercase;
  }

  .text-intro::after {
    content: "Paris · HDR · post-production";
    display: block;
    max-width: 260px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,.28);
    color: rgba(255,255,255,.76);
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: .16em;
    text-transform: uppercase;
  }

  .center-logos-top {
    margin: 30px 0 0 !important;
    transform: none !important;
  }

  /* Shared mobile section rules */
  #apropos_go,
  #etalonnage_go,
  #montage_go,
  #services_go,
  #equipements_go,
  #clients_go {
    display: block;
    height: 1px;
    margin-top: -74px;
    padding-top: 74px;
  }

  .parallax-container,
  .global_container,
  .global_container-end {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
  }

  .mask-container-2,
  .mask-container-right {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: none !important;
  }

  /* A propos */
  #apropos_go + #apropos + .row_container {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 76px var(--mobile-pad) 78px !important;
    background: var(--mobile-light);
    color: var(--mobile-dark);
  }

  #apropos_go + #apropos + .row_container .center_rows {
    width: 100% !important;
    max-width: var(--mobile-max) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
  }

  #apropos_go + #apropos + .row_container .row_1 {
    display: grid !important;
    gap: 24px;
    width: 100% !important;
  }

  #apropos_go + #apropos + .row_container .col_1,
  #apropos_go + #apropos + .row_container .col_2 {
    width: 100% !important;
  }

  #apropos_go + #apropos + .row_container .col_1_top_row {
    display: block !important;
    margin: 0 0 24px !important;
  }

  #apropos_go + #apropos + .row_container .col_1_top_row .right {
    margin: 0 !important;
    padding: 0 !important;
    color: #000;
    font-size: clamp(36px, 11vw, 66px) !important;
    line-height: .9 !important;
    letter-spacing: -.06em;
    text-transform: lowercase;
  }

  #apropos_go + #apropos + .row_container .col_1_top_row .left {
    display: none !important;
  }

  #apropos_go + #apropos + .row_container .col_1_bottom_row {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 34em;
    color: rgba(0,0,0,.78);
    font-size: 17px !important;
    line-height: 1.7;
    text-align: left !important;
  }

  #apropos_go + #apropos + .row_container .col_2 {
    display: block !important;
    height: clamp(260px, 70vw, 430px) !important;
    border-radius: var(--mobile-radius);
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 24px 52px rgba(0,0,0,.22);
    overflow: hidden;
  }

  #apropos_go + #apropos + .row_container .right_news {
    max-width: var(--mobile-max);
    margin: 30px auto 0 !important;
    padding: 16px 18px;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 18px;
    background: rgba(255,255,255,.48);
    color: rgba(0,0,0,.72);
    font-size: 13px !important;
    line-height: 1.35;
    text-align: left !important;
  }

  #apropos_go + #apropos + .row_container .right_news a {
    color: #000;
    font-weight: 900;
    text-decoration: none;
  }

  /* Etalonnage / Montage: image-backed cards with generous padding. */
  #fixed-container-center-left-top,
  #fixed-container-center-middle {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    max-width: var(--mobile-max);
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
  }

  .content-vertical-center,
  .content-vertical-center-right,
  .content-vertical-center-last {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 var(--mobile-pad) !important;
    padding: 72px clamp(22px, 6vw, 38px) !important;
    transform: none !important;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.84));
    color: #fff;
    box-shadow: 0 28px 70px rgba(0,0,0,.36);
  }

  #etalonnage_go + #etalonnage + #container-center-left-top + #fond-vertical-top + .parallax-container,
  #montage_go + #montage + #container-center-middle + #fond-vertical-right + .parallax-container {
    padding: 78px 0 !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .title,
  .title-right {
    margin: 0 0 28px !important;
    padding: 0 !important;
    color: #fff !important;
    font-size: clamp(46px, 14vw, 84px) !important;
    line-height: .84 !important;
    letter-spacing: -.075em;
    text-align: left !important;
  }

  .title p,
  .title-right p {
    margin: 0;
  }

  .text,
  .text-right {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    color: rgba(255,255,255,.82) !important;
    font-size: 16px !important;
    line-height: 1.72;
    text-align: left !important;
  }

  .cartouche,
  .cartouche-right {
    float: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    min-height: 0 !important;
    margin: 30px 0 0 !important;
    padding: 13px 17px !important;
    transform: none !important;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1.1;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
  }

  /* Services/equipment: editorial cards instead of compressed desktop grid. */
  .container-center,
  .container-center-2,
  .container-center-3,
  .container-center-4,
  .container-center-5,
  .container-padding,
  .vertical-center-col,
  .vertical-center-col-first,
  .col-left,
  .col-left-clients,
  .service-align {
    position: relative !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: var(--mobile-max) !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
  }

  .container-center,
  .container-center-2,
  .container-center-3,
  .container-center-4,
  .container-center-5 {
    padding: 72px var(--mobile-pad) !important;
  }

  .container-center:first-child {
    padding-top: 84px !important;
  }

  .services-title,
  .clients-title {
    width: 100% !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    font-size: clamp(29px, 8vw, 48px) !important;
    line-height: .95;
    letter-spacing: -.055em;
    text-align: left !important;
    text-transform: lowercase;
  }

  .title-bottom { display: inline; }

  .services-title::before,
  .clients-title::before {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    margin: 0 0 18px;
    background: rgba(255,255,255,.38);
  }

  .service-photo,
  .service-photo-1,
  .service-photo-2,
  .service-photo-3 {
    display: block !important;
    width: 100% !important;
    height: clamp(230px, 68vw, 400px) !important;
    margin: 0 0 14px !important;
    border-radius: 26px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 22px 52px rgba(0,0,0,.34);
    overflow: hidden;
  }

  .services-square,
  .service-row-1,
  .service-row-2,
  .service-row-3,
  .service-row-4 {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0 !important;
  }

  .service-row-1-left,
  .service-row-1-right,
  .service-row-1-right-last,
  .service-row-1-left-first,
  .service-row-1-right-first,
  .service-row-2-left-first,
  .service-row-2-right-first,
  .service-row-4-left-first,
  .service-row-4-right-first,
  .service-row-3-left-first,
  .service-row-3-right-first,
  .service-row-2-left,
  .service-row-2-left-middle,
  .service-row-2-right-middle,
  .service-row-2-right {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 22px 22px 23px !important;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background-color: var(--mobile-surface) !important;
    background-image: none !important;
    color: rgba(255,255,255,.84) !important;
    font-size: 15px !important;
    line-height: 1.48;
    text-align: left !important;
  }

  .service-row-1-left span,
  .service-row-1-right span,
  .service-row-1-right-last span,
  .service-row-1-left-first span,
  .service-row-1-right-first span,
  .service-row-2-left-first span,
  .service-row-2-right-first span,
  .service-row-4-left-first span,
  .service-row-4-right-first span,
  .service-row-3-left-first span,
  .service-row-3-right-first span,
  .service-row-2-left span,
  .service-row-2-left-middle span,
  .service-row-2-right-middle span,
  .service-row-2-right span {
    position: static !important;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  .service-row-4-right-first {
    background: #f3f0e8 !important;
    color: #050505 !important;
    border-color: transparent;
  }

  .service-row-4-right-first span { color: inherit !important; }

  /* Contact */
  .global_container-end {
    background: #f3f0e8 !important;
    color: #101010;
  }

  .global_container-end .container-center-3 {
    padding-top: 82px !important;
    padding-bottom: 86px !important;
  }

  .clients-row-1,
  .clients-row-2,
  .clients-contact {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .global_container-end .clients-title {
    color: #050505 !important;
  }

  .global_container-end .clients-title::before {
    background: rgba(0,0,0,.36);
  }

  .clients-contact {
    margin-top: 20px !important;
    padding: 24px;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 26px;
    background: rgba(255,255,255,.55);
    box-shadow: 0 18px 42px rgba(0,0,0,.08);
  }

  .clients-col-left {
    display: block !important;
    width: 74px !important;
    height: 74px !important;
    margin: 0 0 22px !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
  }

  .clients-col-right {
    width: 100% !important;
    color: rgba(0,0,0,.78) !important;
    font-size: 15px !important;
    line-height: 1.65;
    text-align: left !important;
  }

  .clients-col-right > a img {
    width: 28px !important;
    height: auto !important;
    margin: 12px 12px 8px 0 !important;
  }

  .clients-col-right h1 {
    margin: 18px 0 0 !important;
    color: #000 !important;
    font-size: 17px !important;
    line-height: 1.55;
    font-weight: 400;
  }

  .clients-col-right a[href^="mailto"],
  .clients-col-right a[href^="tel"] {
    text-decoration: none;
  }

  .clients-row-2 { margin-top: 66px !important; }

  .table_01 { display: none !important; }
  .table_02 {
    display: grid !important;
    width: 100% !important;
    margin: 22px 0 0 !important;
    border-collapse: separate !important;
  }

  .table_02 tbody {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .table_02 tr { display: contents; }

  .table_02 th {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 96px !important;
    padding: 14px !important;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 18px;
    background: rgba(255,255,255,.62);
    text-align: center;
  }

  .table_02 img {
    max-width: 112px !important;
    width: 82% !important;
    height: auto !important;
    filter: none !important;
  }
}

@media (max-width: 520px) {
  :root { --mobile-pad: 20px; }

  .menu_center { padding-left: 14px; padding-right: 14px; }

  .fixed-apropos,
  .fixed-etalonnage,
  .fixed-montage,
  .fixed-services,
  .fixed-contact {
    padding: 8px 10px !important;
    font-size: 9.5px !important;
  }

  .text-intro {
    font-size: clamp(46px, 18vw, 74px) !important;
  }

  .content-vertical-center,
  .content-vertical-center-right,
  .content-vertical-center-last {
    margin: 0 16px !important;
    padding: 54px 22px !important;
    border-radius: 24px;
  }

  .title,
  .title-right {
    font-size: clamp(43px, 15vw, 64px) !important;
  }

  .container-center,
  .container-center-2,
  .container-center-3,
  .container-center-4,
  .container-center-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .service-row-1-left,
  .service-row-1-right,
  .service-row-1-right-last,
  .service-row-1-left-first,
  .service-row-1-right-first,
  .service-row-2-left-first,
  .service-row-2-right-first,
  .service-row-4-left-first,
  .service-row-4-right-first,
  .service-row-3-left-first,
  .service-row-3-right-first,
  .service-row-2-left,
  .service-row-2-left-middle,
  .service-row-2-right-middle,
  .service-row-2-right {
    padding: 20px !important;
    border-radius: 18px;
  }

  .table_02 tbody { gap: 8px; }
  .table_02 th { height: 82px !important; border-radius: 15px; }
}

/* v9 — mobile art direction refinement
   Desktop remains unchanged. These overrides only affect mobile. */
@media (max-width: 900px) {
  :root {
    --loedens-blue: #00a4ff;
    --loedens-blue-dark: #0089ff;
    --loedens-green: #00e0ac;
    --mobile-pad: clamp(24px, 6.4vw, 44px);
  }

  /* Cover: closer to desktop hero — photo, vertical logo, discreet subtitle. */
  .parallax-container:first-of-type {
    position: relative !important;
    min-height: 100svh !important;
    padding: 0 var(--mobile-pad) !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: url('../img/014.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .parallax-container:first-of-type::after {
    background:
      radial-gradient(circle at 50% 42%, rgba(0,0,0,.08), transparent 34%),
      linear-gradient(180deg, rgba(0,0,0,.22) 0%, rgba(0,0,0,.30) 52%, rgba(0,0,0,.56) 100%) !important;
  }

  .parallax-container:first-of-type > .center {
    position: relative !important;
    z-index: 2;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  #oh.demo-dot {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
  }

  #oh-1 {
    display: block !important;
    width: clamp(70px, 20vw, 108px) !important;
    height: clamp(164px, 46vw, 252px) !important;
    max-width: none !important;
    background-image: url('../img/logo_blanc_small_mobile.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
    filter: drop-shadow(0 18px 46px rgba(0,0,0,.55));
  }

  .center-vertical-intro {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: clamp(54px, 10svh, 92px) !important;
    top: auto !important;
    z-index: 3;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
  }

  .center-intro {
    width: 100% !important;
    max-width: none !important;
    text-align: center !important;
  }

  .text-intro {
    max-width: none !important;
    margin: 0 auto !important;
    color: rgba(255,255,255,.78) !important;
    font-size: clamp(11px, 2.8vw, 14px) !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    letter-spacing: .24em !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }

  .text-intro::after { display: none !important; }
  .center-logos-top { display: none !important; }

  /* Services: more premium, centered, with desktop blue accent reused. */
  #services_go + #services_menu + #col-right + #services + #content + .global_container,
  #equipements_go + #equipements_menu + .global_container,
  #fixed-global_container {
    background: #050505 !important;
  }

  .container-center,
  .container-center-2,
  .container-center-4,
  .container-center-5 {
    max-width: none !important;
    padding: 82px var(--mobile-pad) !important;
  }

  .services-title {
    max-width: 560px !important;
    margin: 0 auto 24px !important;
    color: #fff !important;
    font-size: clamp(31px, 8.8vw, 54px) !important;
    line-height: .92 !important;
    letter-spacing: -.06em !important;
    text-align: center !important;
    text-transform: lowercase !important;
  }

  .services-title::before {
    width: 52px !important;
    margin: 0 auto 18px !important;
    background: rgba(255,255,255,.34) !important;
  }

  .service-photo,
  .service-photo-1,
  .service-photo-2,
  .service-photo-3 {
    max-width: 560px !important;
    height: clamp(220px, 56vw, 370px) !important;
    margin: 0 auto 18px !important;
    border-radius: 30px !important;
    opacity: .92;
  }

  .services-square {
    max-width: 560px !important;
    margin: 0 auto !important;
    gap: 12px !important;
  }

  .service-row-1,
  .service-row-2,
  .service-row-3,
  .service-row-4 {
    gap: 12px !important;
  }

  .service-row-1-left,
  .service-row-1-right,
  .service-row-1-right-last,
  .service-row-1-left-first,
  .service-row-1-right-first,
  .service-row-2-left-first,
  .service-row-2-right-first,
  .service-row-4-left-first,
  .service-row-4-right-first,
  .service-row-3-left-first,
  .service-row-3-right-first,
  .service-row-2-left,
  .service-row-2-left-middle,
  .service-row-2-right-middle,
  .service-row-2-right {
    align-items: center !important;
    justify-content: center !important;
    min-height: 132px !important;
    padding: 26px 24px !important;
    border: 1px solid rgba(255,255,255,.10) !important;
    border-radius: 24px !important;
    background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.045)) !important;
    box-shadow: 0 18px 46px rgba(0,0,0,.24) !important;
    color: rgba(255,255,255,.90) !important;
    text-align: center !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    letter-spacing: .02em !important;
  }

  .service-row-1-left-first,
  .service-row-2-right-first,
  .service-row-2-left-middle,
  .service-row-2-right,
  .service-row-1-right-last {
    background: linear-gradient(135deg, var(--loedens-blue-dark) 0%, var(--loedens-blue) 54%, var(--loedens-green) 100%) !important;
    border-color: rgba(255,255,255,.18) !important;
    color: #fff !important;
  }

  .service-row-4-right-first {
    background: #f4f1ea !important;
    color: #080808 !important;
    border-color: transparent !important;
  }

  .service-row-1-left span,
  .service-row-1-right span,
  .service-row-1-right-last span,
  .service-row-1-left-first span,
  .service-row-1-right-first span,
  .service-row-2-left-first span,
  .service-row-2-right-first span,
  .service-row-4-left-first span,
  .service-row-4-right-first span,
  .service-row-3-left-first span,
  .service-row-3-right-first span,
  .service-row-2-left span,
  .service-row-2-left-middle span,
  .service-row-2-right-middle span,
  .service-row-2-right span {
    width: 100% !important;
    max-width: 34ch;
    margin: 0 auto !important;
    text-align: center !important;
  }

  /* Contact: revert to desktop spirit — blue background, white content, centered. */
  .global_container-end {
    background: linear-gradient(135deg, var(--loedens-blue-dark) 0%, var(--loedens-blue) 56%, var(--loedens-green) 100%) !important;
    color: #fff !important;
  }

  .global_container-end .container-center-3 {
    max-width: none !important;
    padding: 92px var(--mobile-pad) 98px !important;
  }

  .global_container-end .col-left-clients {
    max-width: 620px !important;
  }

  .clients-row-1,
  .clients-row-2,
  .clients-contact {
    text-align: center !important;
  }

  .global_container-end .clients-title {
    margin: 0 auto 26px !important;
    color: #fff !important;
    font-size: clamp(29px, 8.2vw, 48px) !important;
    line-height: .98 !important;
    letter-spacing: -.045em !important;
    text-align: center !important;
  }

  .global_container-end .clients-title::before {
    width: 52px !important;
    margin: 0 auto 18px !important;
    background: rgba(255,255,255,.46) !important;
  }

  .clients-contact {
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .clients-col-left {
    display: block !important;
    width: 54px !important;
    height: 126px !important;
    margin: 0 auto 24px !important;
    background-image: url('../img/logo_blanc_very_small.png') !important;
    background-size: contain !important;
    background-position: center !important;
  }

  .clients-col-right {
    width: 100% !important;
    color: rgba(255,255,255,.94) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    letter-spacing: .08em;
  }

  .clients-col-right > a img {
    width: 26px !important;
    margin: 15px 8px 10px !important;
    filter: brightness(0) invert(1) !important;
    opacity: .92;
  }

  .clients-col-right h1 {
    max-width: 360px !important;
    margin: 18px auto 0 !important;
    color: rgba(255,255,255,.96) !important;
    font-size: 16px !important;
    line-height: 1.62 !important;
    font-weight: 400 !important;
    letter-spacing: .02em;
    text-align: center !important;
  }

  .clients-row-2 {
    max-width: 560px !important;
    margin: 76px auto 0 !important;
  }

  .table_01 { display: none !important; }

  .table_02 {
    display: grid !important;
    max-width: 480px !important;
    margin: 24px auto 0 !important;
  }

  .table_02 tbody {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px !important;
  }

  .table_02 th {
    height: 92px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.12) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .table_02 img {
    width: 82% !important;
    max-width: 112px !important;
    filter: brightness(0) invert(1) grayscale(1) contrast(1.2) !important;
    opacity: .88;
  }
}

@media (max-width: 520px) {
  .parallax-container:first-of-type { background-position: 48% center !important; }
  #oh-1 {
    width: 76px !important;
    height: 178px !important;
  }
  .center-vertical-intro { bottom: 58px !important; }

  .container-center,
  .container-center-2,
  .container-center-4,
  .container-center-5 {
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .service-row-1-left,
  .service-row-1-right,
  .service-row-1-right-last,
  .service-row-1-left-first,
  .service-row-1-right-first,
  .service-row-2-left-first,
  .service-row-2-right-first,
  .service-row-4-left-first,
  .service-row-4-right-first,
  .service-row-3-left-first,
  .service-row-3-right-first,
  .service-row-2-left,
  .service-row-2-left-middle,
  .service-row-2-right-middle,
  .service-row-2-right {
    min-height: 118px !important;
    padding: 24px 20px !important;
  }

  .table_02 tbody { gap: 10px !important; }
  .table_02 th { height: 78px !important; }
}
