@font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20Thin%20250.woff2') format('woff2');
      font-weight: 250;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20ExtraLight%20275.woff2') format('woff2');
      font-weight: 275;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20Light%20300.woff2') format('woff2');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20Regular%20400.woff2') format('woff2');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20Medium%20500.woff2') format('woff2');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20SemiBold%20600.woff2') format('woff2');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20Bold%20700.woff2') format('woff2');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20ExtraBold%20800.woff2') format('woff2');
      font-weight: 800;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "Montserrat Arabic";
      src: url('assets/fonts/Montserrat-Arabic%20Black%20900.woff2') format('woff2');
      font-weight: 900;
      font-style: normal;
      font-display: swap;
    }

    :root {

      --bg-dark: linear-gradient(140deg, #333333 0%, #1a1a1a 55%, #050505 100%);

      --bg-card: rgba(4, 27, 78, 0.55);

      --text-light: #f4fbff;

      --text-muted: rgba(233, 246, 255, 0.86);

      --accent: #7be3ff;

      --gradient: linear-gradient(135deg, #32d5ff, #0087ff);

      --border-muted: rgba(255, 255, 255, 0.35);

      --glow: 0 25px 80px rgba(0, 34, 94, 0.55);
      --section-card-bg: linear-gradient(150deg, rgba(0, 4, 14, 0.96), rgba(0, 20, 60, 0.92));
      --section-card-border: rgba(255, 255, 255, 0.25);
      --section-card-shadow: 0 40px 80px rgba(0, 4, 14, 0.65);

      font-family: "Montserrat Arabic", system-ui, -apple-system, blinkmacsystemfont, "Segoe UI", sans-serif;

    }



    * {

      box-sizing: border-box;

    }



    html,
    body {
      overflow-x: hidden;
      width: 100%;
    }

    body {

      margin: 0;

      background: #001944;

      background-image: var(--bg-dark);

      color: var(--text-light);

      min-height: 100vh;

      overflow-x: hidden;

      cursor: url("assets/probee-back.cur") 4 4, auto;


      text-align: right !important; 

    }
    body.page-home #contact,
    body.page-services .gallery-marquee-wrapper,
    body.page-services .culture-story-stack,
    body.page-services #culture-section,
    body.page-services #home,
    body.page-services #culture-stats,
    body.page-services #clients,
    body.page-services #gallery,
    body.page-services #contact,
    body.page-gallery .gallery-marquee-wrapper,
    body.page-gallery .culture-story-stack,
    body.page-gallery .culture-stack,
    body.page-gallery #clients,
    body.page-gallery #contact,
    body.page-contact .gallery-marquee-wrapper,
    body.page-contact .culture-story-stack,
    body.page-contact .culture-stack,
    body.page-contact #clients,
    body.page-contact #gallery {
      display: none;
    }

    body.page-gallery main > :not(#gallery),
    body.page-contact main > :not(#contact) {
      display: none;
    }

    body.page-gallery #gallery {
      margin-top: 0;
      margin-bottom: 0;
    }

    body.page-contact #contact {
      margin-top: clamp(92px, 9vw, 150px);
      margin-bottom: 0;
    }

    body.page-gallery main,
    body.page-contact main {
      padding-top: clamp(4px, 1vw, 14px);
      padding-bottom: clamp(4px, 1vw, 14px);
    }

    body.page-gallery footer,
    body.page-contact footer {
      margin-top: clamp(56px, 7vw, 110px);
    }

    body.page-home main,

body.page-home .gallery-marquee-wrapper {
      order: 0;
    }

    body.page-home .culture-story-stack {
      order: 1;
    }

    body.page-home #clients {
      order: 2;
    }

    body.page-home .culture-stack {
      order: 3;
    }

    body.page-home #our-services {
      order: 4;
    }

    body.page-home #gallery {
      order: 6;
    }
p {
      font-size: 1rem;
      font-weight: 400;

    }

    .intro-animate {
      opacity: 0;
      transform: translateY(18px);
      will-change: opacity, transform;
    }

    .intro-animate.is-visible {
      animation: intro-reveal 0.9s ease forwards;
      animation-delay: var(--intro-delay, 0s);
    }





    @keyframes intro-reveal {
      from {
        opacity: 0;
        transform: translateY(18px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }



    .site-bg-video,

    .site-overlay {

      position: fixed;

      inset: 0;

      width: 100%;

      height: 100%;

      object-fit: cover;

      z-index: -2;

    }



    .site-bg-video {

      filter: saturate(1.1);

      opacity: 0.5;

    }



    .site-overlay {
      background: linear-gradient(180deg, rgba(51, 51, 51, 0.92) 0%, rgba(15, 15, 15, 0.98) 75%);
      z-index: -1;
      opacity: 18%;
    }



    .page-frame {

      padding: 0 clamp(24px, 4vw, 64px) 0;

      position: relative;

    }



    .site-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 24px clamp(12px, 3vw, 32px);
      border-radius: 0 0 18px 18px;
      background: rgba(8, 10, 14, 0.65);
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
      position: sticky;
      top: 0;
      z-index: 10;
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      flex-wrap: wrap;
      transition: transform 0.35s ease, opacity 0.25s ease;
    }

    .lang-toggle-wrapper {
      display: flex;
      align-items: center;
    }

    #lang-toggle {
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.6);
      color: #f4fbff;
      padding: 8px 16px;
      border-radius: 999px;
      font-family: inherit;
      cursor: pointer;
      transition: background 0.25s ease, color 0.25s ease;
    }

    #lang-toggle:hover,
    #lang-toggle:focus-visible {
      background: rgba(255, 255, 255, 0.15);
      color: var(--text-light);
    }

    .site-header.site-header--hidden {
      transform: translateY(calc(-100% - 32px));
      opacity: 0;
      pointer-events: none;
    }

    .logo {

      display: flex;

      align-items: center;

      gap: 12px;

      font-weight: 600;

      letter-spacing: 0.08em;

      text-transform: uppercase;

      font-size: 0.95rem;

    }



    .logo img {
      height: clamp(18px, 2vw, 24px);
      width: auto;
      border-radius: 0;
      object-fit: contain;
      border: none;
    }



    nav {

      display: flex;

      gap: clamp(18px, 3vw, 32px);

      font-size: 0.95rem;

      text-transform: uppercase;

      letter-spacing: 0.12em;

      font-weight: 600;

    }



    nav .nav-desktop {
      display: flex;
      align-items: center;
      gap: clamp(18px, 3vw, 32px);
    }

    nav .nav-menu {
      display: none;
    }

    nav a,
    nav .nav-trigger {

      color: var(--text-muted);
      text-decoration: none;
      padding: 8px 18px;
      border-radius: 999px;
      transition: color 0.2s ease, background 0.2s ease;
      background: transparent;
      border: none;
      font: inherit;
      text-transform: inherit;
      letter-spacing: inherit;
      cursor: pointer;

    }



    nav a:hover,
    nav a:focus-visible,
    nav .nav-trigger:hover,
    nav .nav-trigger:focus-visible {

      color: var(--text-light);
      background: rgba(255, 255, 255, 0.15);

    }

    nav .nav-item {
      position: relative;
    }

    nav details > summary {
      list-style: none;
    }

    nav details > summary::-webkit-details-marker {
      display: none;
    }

    nav .nav-dropdown {
      position: absolute;
      top: calc(100% + 10px);
      left: 0;
      min-width: 220px;
      padding: 10px;
      border-radius: 14px;
      background: rgba(9, 12, 16, 0.96);
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
      display: none;
      flex-direction: column;
      gap: 6px;
      z-index: 20;
    }

    nav details[open] .nav-dropdown,
    nav .nav-item:hover .nav-dropdown,
    nav .nav-item:focus-within .nav-dropdown {
      display: flex;
    }

    nav .nav-dropdown a {
      padding: 8px 12px;
      border-radius: 10px;
      background: transparent;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 0.08em;
    }

    @media (max-width: 768px) {
      nav .nav-desktop > a,
      nav .nav-desktop > .nav-lang {
        flex: 0 0 auto;
        width: auto;
        white-space: nowrap;
      }
    }

    @media (max-width: 768px) and (min-width: 321px) {
      .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        flex-wrap: nowrap;
        align-items: center;
        padding: 14px 16px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        border-radius: 0;
      }

      nav {
        display: flex;
        flex-direction: row;
        width: auto;
        gap: 6px;
        margin-left: auto;
        justify-content: flex-end;
      }

      nav .nav-desktop {
        display: flex;
        width: min(76vw, 720px);
        gap: 6px;
        overflow-x: auto;
      }

      nav .nav-menu {
        display: none;
      }

      nav .nav-lang {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 0.82rem;
        border-radius: 8px;
        margin: 0;
        background: rgba(255, 255, 255, 0.05);
        color: #f4fbff;
        border: 1px solid rgba(255, 255, 255, 0.15);
      }

      nav a,
      nav .nav-trigger {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 0.82rem;
        border-radius: 8px;
        margin: 0;
        background: rgba(255, 255, 255, 0.05);
      }

      nav .nav-item {
        width: 100%;
      }

      nav .nav-menu {
        width: auto;
        margin-left: auto;
      }

      nav .nav-menu > .nav-trigger {
        width: auto;
        align-self: flex-end;
        margin-left: auto;
        margin-right: 0;
        padding: 6px 10px;
        font-size: 0.75rem;
        display: inline-flex;
      }

      nav .nav-dropdown {
        position: static;
        display: none;
        width: 100%;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(0, 0, 0, 0.55);
        border-radius: 12px;
        box-shadow: none;
      }

      nav details[open] .nav-dropdown {
        display: flex;
      }

      nav .nav-dropdown a {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 0.82rem;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
      }
    }

    nav .nav-menu .nav-dropdown {
      left: auto;
      right: 0;
      min-width: 280px;
      padding: 14px;
    }

    nav .nav-menu .nav-dropdown .nav-item {
      position: static;
    }

    nav .nav-menu .nav-dropdown .nav-dropdown {
      position: static;
      display: none;
      padding: 6px 0 0;
      border: none;
      background: transparent;
      box-shadow: none;
    }

    nav .nav-menu .nav-dropdown details[open] .nav-dropdown {
      display: flex;
    }

    .mobile-nav-toggle {
      display: none;
    }



    main {

      margin-top: 0;

      padding-top: var(--site-header-height, 0);

      padding-bottom: clamp(160px, 12vw, 220px);

      display: flex;

      flex-direction: column;

      --sections-gap: clamp(190px, 16vw, 280px);

      gap: var(--sections-gap);
      text-align: right;
      

    }



    .site-header.site-header--hidden + main {

      padding-top: 0;

    }



    .clients-section {
      margin-top: clamp(36px, 4vw, 56px);
      padding: clamp(24px, 4vw, 48px);
      border-radius: 0;
      background: none;
      border: none;
      box-shadow: none;
      backdrop-filter: none;
      text-align: right;
      text-justify: right;
    }

    .services-overview {
      margin: clamp(160px, 10vw, 210px) clamp(32px, 4vw, 64px) clamp(360px, 18vw, 440px);
      padding: clamp(28px, 5vw, 72px);
      border-radius: 36px;
      border: 1px solid var(--section-card-border);
      background: url("assets/abstract hexagonal background proline.webp");
      background-image: -webkit-image-set(
        url("assets/abstract hexagonal background proline.webp") 1x,
        url("assets/abstract hexagonal background proline.webp") 1x
      );
      background-image: image-set(
        url("assets/abstract hexagonal background proline.webp") type("image/webp") 1x,
        url("assets/abstract hexagonal background proline.webp") type("image/webp") 1x
      );
      background-image: -webkit-image-set(
        url("assets/abstract hexagonal background proline.webp") 1x,
        url("assets/abstract hexagonal background proline.webp") 1x
      );
      background-image: image-set(
        url("assets/abstract hexagonal background proline.webp") type("image/webp") 1x,
        url("assets/abstract hexagonal background proline.webp") type("image/webp") 1x
      );
      background-image: -webkit-image-set(
        url("assets/abstract hexagonal background proline.webp") 1x,
        url("assets/abstract hexagonal background proline.webp") 1x
      );
      background-image: image-set(
        url("assets/abstract hexagonal background proline.webp") type("image/webp") 1x,
        url("assets/abstract hexagonal background proline.webp") type("image/webp") 1x
      );
      background-size: cover;
      background-position: center;
      box-shadow: var(--section-card-shadow);
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: clamp(24px, 4vw, 60px);
      align-items: center;
      position: relative;
      overflow: visible;
    }

    #our-services {
      margin-bottom: clamp(60px, 6vw, 100px);
    }
.services-copy {
      max-width: 460px;
    }

    .services-copy h2 {
      margin: 0 0 clamp(18px, 4vw, 28px);
      font-size: clamp(2.2rem, 5vw, 3.2rem);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.95);
      margin-right: auto;
      margin-left: 0;
      text-align: right;
    }
.services-copy p {
      margin: 0;
      font-size: clamp(1rem, 2.4vw, 1.2rem);
      line-height: 1.9;
      color: rgba(244, 251, 255, 0.92);
      font-weight: 600;
      text-align: right;
      margin-right: auto;
      margin-left: 0;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: clamp(24px, 4vw, 48px);
      justify-items: center;
    }

    .services-grid--thirds {
      grid-template-columns: repeat(3, minmax(200px, 1fr));
    }

    .service-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      text-align: center;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0 25px 60px rgba(0, 22, 58, 0.35);
      padding: 18px 12px;
      border-radius: 24px;
      transition: transform 0.35s ease, background 0.35s ease, box-shadow 0.35s ease;
      width: 100%;
      position: relative;
      z-index: 1;
    }

    .service-card img {
      width: clamp(140px, 18vw, 190px);
      height: auto;
      filter: drop-shadow(0 12px 30px rgba(0, 33, 74, 0.45));
      transition: transform 0.35s ease;
    }

    .service-card h3 {
      margin: 0;
      font-size: clamp(0.95rem, 2.6vw, 1.05rem);
      text-transform: capitalize;
      letter-spacing: 0.08em;
      color: rgba(255, 255, 255, 0.95);
      text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
      transition: transform 0.35s ease;
    }

    .service-card:hover,
    .service-card:focus-within {
      transform: translateY(-6px) scale(1.03);
      background: #3dc4f4;
      box-shadow: 0 35px 90px rgba(61, 196, 244, 0.55);
      z-index: 4;
    }

    .service-card:hover img,
    .service-card:focus-within img {
      transform: scale(1.06);
    }

    .service-card:hover h3,
    .service-card:focus-within h3 {
      transform: translateY(2px);
    }

    .service-tooltip {
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translate(-50%, 0);
      width: clamp(200px, 26vw, 320px);
      max-width: calc(100vw - 40px);
      background: rgba(255, 255, 255, 0.98);
      color: #1b1f2a;
      border-radius: 18px;
      padding: 14px 16px;
      font-size: 0.95rem;
      line-height: 1.6;
      text-align: center;
      box-shadow: 0 20px 50px rgba(0, 12, 40, 0.3);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.25s ease, transform 0.25s ease;
      z-index: 5;
    }

    .service-card:hover .service-tooltip {
      opacity: 1;
      transform: translate(-50%, 14px);
    }

    .service-card-link {
      color: inherit;
      text-decoration: none;
    }

    .service-card-link::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
    }

    .service-detail {
      grid-template-columns: minmax(220px, 0.75fr) minmax(320px, 1.25fr);
      align-items: start;
      margin-top: clamp(56px, 7vw, 100px);
      margin-bottom: clamp(80px, 9vw, 140px);
    }

    .service-detail__media {
      display: grid;
      justify-items: center;
      gap: 18px;
      text-align: center;
    }

    .service-detail__media img {
      width: clamp(150px, 20vw, 240px);
      height: auto;
      filter: drop-shadow(0 18px 38px rgba(0, 33, 74, 0.45));
    }

    .page-join-team .service-detail__media img {
      width: min(100%, 480px);
    }

    .service-detail__eyebrow {
      margin: 0;
      color: var(--text-muted);
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }

    .service-detail__content {
      display: grid;
      gap: clamp(18px, 3vw, 28px);
      color: rgba(244, 251, 255, 0.92);
    }

    .service-detail__content h1,
    .service-detail__content h2 {
      margin: 0;
      color: rgba(255, 255, 255, 0.95);
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .service-detail__content h1 {
      font-size: clamp(2rem, 4.8vw, 3.4rem);
      line-height: 1.12;
    }

    .service-detail__content h2 {
      font-size: clamp(1.25rem, 3vw, 1.8rem);
      line-height: 1.25;
    }

    .service-detail__content p,
    .service-detail__content li {
      font-size: clamp(1rem, 2.2vw, 1.08rem);
      line-height: 1.85;
    }

    .service-detail__content p {
      margin: 0;
    }

    .service-detail__content ul {
      display: grid;
      gap: 12px;
      margin: 0;
      padding-right: 20px;
    }

    .service-detail__links {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 4px;
    }

    .service-detail__links a {
      color: var(--text-light);
      text-decoration: none;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.16);
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .service-detail__links a:hover,
    .service-detail__links a:focus-visible {
      background: rgba(255, 255, 255, 0.18);
    }

    .form-toast {
      position: fixed;
      right: clamp(16px, 4vw, 32px);
      bottom: clamp(16px, 4vw, 32px);
      background: rgba(12, 18, 26, 0.95);
      color: #f4fbff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 16px;
      padding: 14px 18px;
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
      font-size: 0.95rem;
      line-height: 1.5;
      opacity: 0;
      transform: translateY(12px);
      pointer-events: none;
      transition: opacity 0.25s ease, transform 0.25s ease;
      z-index: 999;
      max-width: min(340px, 90vw);
    }

    .form-toast.is-visible {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
.culture-stack {
      display: flex;
      flex-direction: column;
      gap: clamp(40px, 3vw, 70px);
    }

    .culture-section {
      margin-top: 0;
      padding: clamp(20px, 4vw, 64px) clamp(16px, 5vw, 96px);
      border-radius: 0;
      background: none;
      border: none;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      position: relative;
      isolation: isolate;
      width: min(100%, 1400px);
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
    }

    .culture-layout {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: clamp(32px, 5vw, 80px);
      align-items: center;
    }

    .culture-copy {
      display: flex;
      flex-direction: column;
      gap: clamp(14px, 2vw, 24px);
      width: min(720px, 100%);
      margin-inline: auto;
    }

    .culture-label {
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.7);
      margin: 0;
    }

    .culture-title {
      margin: 0;
      margin-left: 0;
      margin-right: auto;
      width: 100%;
      font-size: clamp(2.8rem, 6.5vw, 4.5rem);
      font-weight: 700;
      letter-spacing: 0.08em;
      color: #e8f5ff;
      text-transform: uppercase;
      text-align: right;
      text-align-last: right;
      white-space: nowrap;
    }

    #our-story .culture-title,
    #our-mission .culture-title,
    #our-vision .culture-title,
    #culture-section .culture-title {
      white-space: normal;
      overflow-wrap: anywhere;
    }

    .culture-title--center {
      text-align: right;
      text-align-last: right;
    }

    .culture-quote {
      margin: 0;
      font-size: clamp(1rem, 2vw, 1.2rem);
      line-height: 3.4;
      color: rgba(244, 251, 255, 0.9);
      text-align: right;
      text-align-last: right;
      hyphens: none;
      overflow-wrap: normal;
      word-break: normal;
    }

    #our-mission .culture-quote,
    #our-vision .culture-quote,
    #culture-section .culture-quote {
      text-align: right;
      text-align-last: right;
      hyphens: auto;
      text-justify: inter-word;
      margin-right: auto;
      margin-left: 0;
    }

    #our-mission .culture-quote,
    #our-vision .culture-quote {
      line-height: 1.8;
    }


    .culture-media {
      position: relative;
      padding-top: 32px;
      text-align: center;
    }

    .mission-media {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .mission-image {
      width: min(520px, 100%);
      max-width: 640px;
      height: auto;
      filter: drop-shadow(0 18px 45px rgba(0, 0, 0, 0.45));
    }

    .mission-accent {
      color: #3dc4f4;
    }

    .mission-section {
      width: 100%;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding: clamp(24px, 5vw, 64px);
    }

    .culture-section#culture-section {
      width: 100%;
      max-width: none;
      margin-left: 0;
      margin-right: 0;
      padding: clamp(24px, 5vw, 64px);
    }


    .mission-section .culture-layout {
      gap: clamp(48px, 6vw, 120px);
    }

    .culture-slider {
      position: relative;
      border-radius: 30px;
      overflow: hidden;
      background: transparent;
      box-shadow: none;
      border: none;
    }

    .culture-slider::after {
      content: none;
    }

    .culture-stats-banner {
      border-radius: 32px;
      padding: clamp(36px, 4vw, 48px);
      margin: 0 auto clamp(64px, 8vw, 96px);
      width: min(100%, 1400px);
      max-width: 1400px;
      margin-left: auto;
      margin-right: auto;
      display: grid;
      grid-template-columns: repeat(4, minmax(180px, 1fr));
      gap: clamp(32px, 4vw, 48px);
      align-items: center;
      text-align: center;
      background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("assets/abstract hexagonal background proline.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      border: 1px solid var(--section-card-border);
      box-shadow: var(--section-card-shadow);
      position: relative;
      overflow: hidden;
      text-align: center;
    }

    .culture-stats-banner + .clients-section {
      margin-top: clamp(60px, 6vw, 100px);
    }

    .culture-stats-item {
      color: #fff;
    }

    .culture-stats-value {
      font-size: clamp(3rem, 5vw, 4.5rem);
      font-weight: 400;
      letter-spacing: 0.08em;
    }

    .culture-stats-label {
      margin-top: 8px;
      font-size: 0.95rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.65);
    }

    .culture-stats-divider {
      margin: 12px auto 0;
      width: 200px;
      height: 5px;
      border-radius: 999px;
      background: var(--gradient);
    }

    .culture-awards-timeline {
      width: min(1100px, 100%);
      margin: clamp(24px, 4vw, 40px) auto 0;
      padding: 0;
      border-radius: 0;
      background: none;
      border: none;
      box-shadow: none;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__scroll {
      overflow: visible;
      touch-action: pan-y;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__grid {
      position: relative;
      min-width: 0;
      width: 100%;
      height: clamp(360px, 52vw, 560px);
      display: block;
      margin: 0 auto;
      perspective: 900px;
      transform-style: preserve-3d;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__item {
      position: absolute;
      top: 0;
      left: 50%;
      width: min(380px, 70vw);
      padding: 0;
      border-radius: 0;
      background: none;
      border: none;
      box-shadow: none;
      transform-style: preserve-3d;
      transition: transform 0.5s ease, opacity 0.4s ease;
      margin-left: 0;
      min-height: auto;
      overflow: visible;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__item.is-active {
      z-index: 6;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__item--year-only,
    .culture-awards-timeline.is-carousel .culture-awards-timeline__line-grid,
    .culture-awards-timeline.is-carousel .culture-awards-timeline__year-grid {
      display: none;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__description,
    .culture-awards-timeline.is-carousel .culture-awards-timeline__tagline {
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.35s ease, transform 0.35s ease;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__badge {
      width: 100%;
      height: clamp(160px, 26vw, 220px);
      aspect-ratio: unset;
      padding: clamp(16px, 3vw, 24px);
      overflow: visible;
      justify-content: center;
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__item.is-active .culture-awards-timeline__description,
    .culture-awards-timeline.is-carousel .culture-awards-timeline__item.is-active .culture-awards-timeline__tagline {
      opacity: 1;
      transform: translateY(0);
    }

    .culture-awards-timeline.is-carousel .culture-awards-timeline__badge img {
      max-width: 100%;
      max-height: 100%;
      object-fit: contain;
      transform: none;
    }

    .awards-carousel-controls {
      display: none;
      position: absolute;
      inset: 0;
      align-items: center;
      justify-content: space-between;
      pointer-events: none;
      padding: 0 clamp(8px, 2vw, 18px);
      z-index: 5;
    }

    .awards-carousel-btn {
      pointer-events: auto;
      border: 1px solid rgba(255, 255, 255, 0.25);
      background: rgba(9, 14, 22, 0.7);
      color: #f4fbff;
      padding: 10px 18px;
      border-radius: 999px;
      font-size: 0.85rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .awards-carousel-btn:hover,
    .awards-carousel-btn:focus-visible {
      transform: translateY(-2px);
      background: rgba(61, 196, 244, 0.2);
    }

    @media (min-width: 1025px) {
      .awards-carousel-controls {
        display: flex;
      }
    }

    .culture-awards-timeline__item--saudi .culture-awards-timeline__badge img {
      transform: scale(1.78);
      transform-origin: center;
    }

    .culture-story-stack {
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: clamp(40px, 3vw, 70px);
    }

    .culture-story-stack .culture-awards-timeline {
      margin-top: clamp(80px, 6vw, 120px);
    }

    .culture-story-stack .pro-story-section {
      margin: 0;
    }

    .culture-awards-timeline__scroll {
      overflow-x: auto;
      padding-bottom: 12px;
    }

    .culture-awards-timeline__grid,
    .culture-awards-timeline__line-grid,
    .culture-awards-timeline__year-grid {
      --timeline-columns: repeat(5, minmax(180px, 1fr));
      display: grid;
      grid-template-columns: var(--timeline-columns);
      gap: clamp(24px, 3vw, 36px);
      width: min(1100px, 100%);
      min-width: 900px;
      margin: 0 auto;
    }

    .culture-awards-timeline__grid {
      align-items: end;
    }

    .culture-awards-timeline__item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 10px;
      color: #fff;
      min-height: 220px;
    }

    .culture-awards-timeline__item--year-only {
      padding-top: 36px;
      letter-spacing: 0.55em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.65);
      min-height: 160px;
    }

    .culture-awards-timeline__badge {
      width: 100%;
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: clamp(10px, 2vw, 18px);
      transition: transform 0.25s ease;
    }

    .culture-awards-timeline__badge:hover,
    .culture-awards-timeline__badge:focus-visible {
      transform: translateY(-4px) scale(calc(var(--badge-scale, 1) + 0.04));
    }

    .culture-awards-timeline__badge img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      display: block;
      transform-origin: center;
    }


    .culture-awards-timeline__description {
      font-size: 0.85rem;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.75);
    }

    .culture-awards-timeline__tagline {
      font-size: 0.95rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.9);
    }

    .culture-awards-timeline__line-grid {
      margin-top: clamp(24px, 3vw, 32px);
      position: relative;
      height: clamp(34px, 3vw, 40px);
      align-items: center;
      justify-items: center;
    }

    .culture-awards-timeline__line-grid::before {
      content: "";
      position: absolute;
      left: 4%;
      right: 4%;
      top: 50%;
      transform: translateY(-50%);
      height: 3px;
      background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0 10px, transparent 10px 20px);
    }

    .culture-awards-timeline__dot {
      width: clamp(28px, 3vw, 36px);
      height: clamp(28px, 3vw, 36px);
      border-radius: 50%;
      border: 3px solid rgba(255, 255, 255, 0.35);
      background: var(--marker-color, rgba(255, 255, 255, 0.2));
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .culture-awards-timeline__year-grid {
      margin-top: clamp(12px, 2vw, 16px);
      letter-spacing: 0.35em;
      text-transform: uppercase;
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.8);
      justify-items: center;
    }

    .culture-awards-timeline__year-grid span:last-child {
      letter-spacing: 0.45em;
    }

    .culture-awards-timeline__year-only-label {
      font-size: 1.4rem;
      letter-spacing: 0.55em;
      font-weight: 600;
    }

    .culture-awards-timeline__year-only-subtext {
      font-size: 0.75rem;
      letter-spacing: 0.3em;
      margin-top: 4px;
      color: rgba(255, 255, 255, 0.55);
    }

    .badge-hue--navy {
      --badge-bg: #0e1f66;
      --marker-color: #0e1f66;
    }

    .badge-hue--amber {
      --badge-bg: #f4a206;
      --marker-color: #f5a602;
    }

    .badge-hue--sky {
      --badge-bg: #6ec1ff;
      --marker-color: #6ec1ff;
    }

    .badge-hue--teal {
      --badge-bg: #0a8d95;
      --marker-color: #0a8d95;
    }

    @media (max-width: 1024px) {
      .culture-awards-timeline__grid,
      .culture-awards-timeline__line-grid,
      .culture-awards-timeline__year-grid {
        min-width: 720px;
        gap: clamp(16px, 3vw, 24px);
      }

      .culture-awards-timeline__badge {
        padding: 14px;
      }
    }

    @media (max-width: 768px) {
      .culture-awards-timeline__grid,
      .culture-awards-timeline__line-grid,
      .culture-awards-timeline__year-grid {
        min-width: 620px;
      }

      .culture-awards-timeline {
        padding: clamp(20px, 3vw, 30px);
      }

      .culture-awards-timeline__description {
        letter-spacing: 0.2em;
      }
    }

    @media (max-width: 520px) {
      .culture-awards-timeline__grid,
      .culture-awards-timeline__line-grid,
      .culture-awards-timeline__year-grid {
        min-width: 520px;
      }

      .culture-awards-timeline__year-grid span {
        letter-spacing: 0.2em;
      }

      .culture-awards-timeline__line-grid::before {
        left: 8%;
        right: 8%;
      }
    }

    @media (max-width: 1024px) {
      .culture-stats-banner {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      }
    }

    .culture-slides {
      position: relative;
      min-height: clamp(260px, 40vw, 440px);
    }

    .culture-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transform: scale(1.04);
      transition: opacity 0.65s ease, transform 0.65s ease;
    }

    .culture-slide.is-active {
      opacity: 1;
      transform: scale(1);
      z-index: 2;
    }

    .culture-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: saturate(1.05) contrast(1.02);
    }
    .culture-slide--bw img {
      filter: grayscale(100%) contrast(1.02);
    }

    .culture-slider-caption {
      background: var(--gradient);
      color: #fff;
      padding: 10px 28px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: auto;
      border-radius: 999px;
      font-weight: 600;
      letter-spacing: 0.04em;
      font-size: 1rem;
      box-shadow: 0 20px 50px rgba(0, 39, 94, 0.45);
      margin: clamp(12px, 2vw, 20px) auto 0;
    }

    .clients-section {
      margin-top: clamp(36px, 5vw, 64px);
    }

    .culture-slider-controls {
      position: absolute;
      inset: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      pointer-events: none;
      z-index: 4;
      padding: 0 12px;
    }

    .culture-slider button {
      pointer-events: auto;
      background: #3dc4f4;
      border: 1px solid rgba(255, 255, 255, 0.25);
      color: #fff;
      width: 46px;
      height: 46px;
      border-radius: 999px;
      font-size: 1.1rem;
      cursor: pointer;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .culture-slider button:hover,
    .culture-slider button:focus-visible {
      transform: translateY(-2px);
      background: rgba(20, 110, 255, 0.8);
    }

    @media (max-width: 768px) {
      .culture-media {
        padding-top: 0;
      }

      .culture-title {
        white-space: normal;
      }

      .culture-stats-banner + .clients-section {
        margin-top: clamp(50px, 5vw, 80px);
      }

    }

    .clients-header {
      text-transform: uppercase;
      letter-spacing: 0.24em;
      font-size: 0.85rem;
      color: rgba(255, 255, 255, 0.7);
      margin-bottom: 14px;
    }

    .clients-copy {
      text-align: center;
      max-width: 960px;
      margin: 0 auto;
    }

    .clients-copy .culture-title {
      white-space: normal;
      margin-bottom: 0;
      font-size: clamp(1.8rem, 6vw, 3rem);
      letter-spacing: 0.08em;
      text-align: center;
      text-align-last: center;
    }

    .clients-gallery {
      margin-top: clamp(24px, 4vw, 48px);
      overflow: hidden;
    }

    .clients-marquee {
      position: relative;
      overflow: hidden;
      padding: clamp(18px, 3vw, 32px) 0;
      min-height: calc(clamp(38px, 7vw, 80px) + (2 * clamp(18px, 3vw, 32px)));
      contain: layout paint;
    }

    .clients-track {
      display: inline-flex;
      gap: clamp(18px, 4vw, 40px);
      width: max-content;
      max-width: 100%;
      animation: clients-marquee 30s linear infinite;
      animation-direction: reverse;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      will-change: transform;
    }

    .clients-track img {
      max-width: 100%;
      height: auto;
    }

    .clients-gallery:hover .clients-track,
    .clients-marquee:hover .clients-track {
      animation-play-state: paused;
    }

    .client-logo-card {
      flex: 0 0 auto;
      padding: 0 clamp(8px, 2vw, 24px);
      min-width: clamp(100px, 12vw, 180px);
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 100%;
      overflow: hidden;
    }

    .client-logo-card img {
      width: 100%;
      height: clamp(38px, 7vw, 80px);
      object-fit: contain;
      filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.35));
      max-width: 100%;
    }

    @media (max-width: 767px) {
      .clients-track {
        animation-duration: 20s;
      }

      .client-logo-card {
        min-width: clamp(140px, 40vw, 220px);
      }

      .client-logo-card img {
        height: clamp(56px, 14vw, 96px);
      }

      .clients-marquee {
        min-height: calc(clamp(56px, 14vw, 96px) + (2 * clamp(18px, 3vw, 32px)));
      }
    }

    .pro-story-section {
      margin-top: clamp(36px, 7vw, 96px);
      padding: clamp(24px, 5vw, 64px);
      border-radius: 0;
      background: none;
      border: none;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      position: relative;
      margin-bottom: 200px;
    }

    .pro-story-grid {
      position: relative;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: clamp(28px, 5vw, 64px);
      align-items: center;
      z-index: 1;
    }

    .pro-story-copy {
      
      flex-direction: column;
      gap: clamp(12px, 3vw, 20px);
      width: min(720px, 100%);
      margin-right: auto;
      margin-left: 0;
      text-align: right;
      align-items: flex-end;
    }

    .pro-story-title {
      display: flex;
      margin: 0;
      margin-inline: 0;
      font-size: clamp(3.7rem, 6.6vw, 5rem);
      letter-spacing: 0.08em;
      color: #e6f4ff;
      text-transform: uppercase;
      text-align: right;
      margin-left: 0;
      margin-right: auto;
      align-items: flex-end;
    }

    .pro-story-text {
      margin: 0;
      font-size: clamp(1rem, 2vw, 1.15rem);
      line-height: 3.4;
      color: rgba(255, 255, 255, 0.9);
      text-align: right;
      text-align-last: right;
      hyphens: auto;
      text-justify: inter-word;
      margin-right: auto;
      margin-left: 0;
    }

    .pro-story-highlight {
      margin: 0;
      color: inherit;
      text-align: right;
      text-align-last: right;
      text-justify: auto;
      text-transform: inherit;
      letter-spacing: inherit;
      line-height: inherit;
      font-size: clamp(1.05rem, 2.4vw, 1.35rem);
      font-weight: inherit;
      white-space: nowrap;
      display: inline-block;
      margin-right: auto;
      margin-left: 0;
    }

    .pro-story-text strong,
    .pro-story-highlight strong {
      font-weight: 700;
      letter-spacing: 0.06em;
      color: #3dc4f4;
    }

    .pro-story-slider {
      position: relative;
      min-height: clamp(440px, 40vw, 640px);
      width: min(900px, 100%);
      max-width: 880px;
      margin-inline: auto;
      
      border-radius: 24px;
      border: none;
      box-shadow: none;
      isolation: isolate;
      right: 0;
    }

    .pro-story-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 1s ease;
      animation: proStoryFade 24s infinite;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
    }
    .pro-story-slide:first-child {
      opacity: 1;
    }

     .pro-story-slide:nth-child(1) {
      animation-delay: 0s;
      left: 0;
      right: 0;
    }
    .pro-story-slide:nth-child(2) {
      animation-delay: 8s;
      left: 0;
      right: 0;
    }

    .pro-story-slide:nth-child(3) {
      animation-delay: 16s;
      width: 100%;
      right: 0;
      left: 0;
    }

    .pro-story-slide img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      
    }

    .pro-story-slide:nth-child(1) img,
    .pro-story-slide:nth-child(2) img {
      object-position: center;
      margin-inline: auto;
      display: block;
    }

    @keyframes proStoryFade {
      0% {
        opacity: 0;
      }
      5%,
      30% {
        opacity: 1;
      }
      35%,
      100% {
        opacity: 0;
      }
    }

    @keyframes clients-marquee {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    @keyframes gallery-marquee {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    @media (max-width: 720px) {
      .clients-copy .culture-title {
        font-size: clamp(1.8rem, 10vw, 2.6rem);
      }

      .pro-story-grid {
        grid-template-columns: 1fr;
      }

      .pro-story-slider {
        min-height: clamp(220px, 55vw, 360px);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .clients-track {
        animation-duration: 0s;
        animation-play-state: paused;
        transform: none !important;
      }

      .pro-story-slide {
        animation-duration: 0s;
        animation-play-state: paused;
        opacity: 1 !important;
      }

      .intro-animate {
        opacity: 1;
        transform: none;
      }

      .intro-animate.is-visible {
        animation: none;
      }
    }

    /* Mobile-first refinements */
    @media (max-width: 767px) {
      html,
      body {
        font-size: 14px;
      }

      .page-frame {
        padding: 0 16px 80px;
      }

      .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding: 12px 0;
        z-index: 20;
      }

      main {
        padding-top: var(--site-header-height, 64px);
      }

      main > section {
        margin-inline: 0;
        width: 100%;
      }

      main > section:not(.gallery-marquee-wrapper) {
        padding-left: 14px;
        padding-right: 14px;
        margin-left: 8px;
        margin-right: 8px;
        box-sizing: border-box;
      }

      .gallery-marquee-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-left: 0;
        width: 100%;
      }

      .solutions-section,
      .services-overview,
      .contact-section,
      .pg-section {
        width: 100%;
      }

      .culture-section,
      .culture-story-stack,
      .culture-awards-timeline,
      .culture-stats-banner {
        padding-left: 14px;
        padding-right: 14px;
        margin-left: 8px;
        margin-right: 8px;
        box-sizing: border-box;
      }

      

      .pro-story-grid {
        grid-template-columns: 1fr;
        gap: clamp(20px, 6vw, 32px);
      }

      .pro-story-copy {
        width: 100%;
        margin: 0;
        align-items: flex-start;
        text-align: right;
      }

      .hero {
        padding: clamp(20px, 5vw, 32px);
        margin-inline: auto;
      }

      .hero-grid {
        display: flex;
        flex-direction: column;
        gap: 0;
      }

      .hero-content-block {
        text-align: right;
        align-items: flex-end;
        margin-right: auto;
        margin-left: 0;
        gap: 8px;
        margin-bottom: 0;
      }

      .hero-title {
        font-size: clamp(20px, 5.8vw, 26px);
      }

      .hero-subtitle {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 0;
        text-align: right;
      }

      .hero-icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 10px;
        width: 100%;
      }

      .hero-icon-card {
        width: 100%;
      }

      .clients-copy .culture-title {
        font-size: clamp(18px, 4.6vw, 22px);
        white-space: normal;
        text-align: right;
        margin-left: 8px;
        margin-right: 8px;
      }

      .pro-story-grid {
        justify-items: center;
      }

      .pro-story-copy {
        align-items: center;
        text-align: right;
        gap: 10px;
      }

      .pro-story-title {
        font-size: clamp(2.8rem, 6.5vw, 4.5rem);
      }

      .pro-story-text {
        font-size: 13px;
        line-height: 1.5;
        text-align: right;
        text-align-last: right;
      }

      .pro-story-slider {
        margin: 0 auto;
        max-width: 520px;
        width: 100%;
      }

      .culture-awards-timeline {
        width: 100%;
        padding: 10px 0;
      }

      .culture-awards-timeline__grid,
      .culture-awards-timeline__line-grid,
      .culture-awards-timeline__year-grid {
        --timeline-columns: repeat(auto-fit, minmax(150px, 1fr));
        min-width: 100%;
        grid-template-columns: var(--timeline-columns);
        gap: 10px;
      }

      .culture-awards-timeline__description,
      .culture-awards-timeline__tagline {
        letter-spacing: 0.06em;
      }

      .culture-awards-timeline__scroll {
        overflow-x: hidden;
      }

      .solutions-copy h2 {
        font-size: clamp(19px, 5vw, 22px);
        white-space: normal;
      }

      .solutions-cta .cta-pill {
        max-width: 220px;
        width: 100%;
      }

      .solutions-media {
        margin-top: 18px;
      }

      .pg-section {
        padding: 20px 12px;
        max-width: 1100px;
        margin: 0 auto;
      }

      .pg-grid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 10px;
      }

      .contact-section {
        text-align: right;
      }

      .contact-card,
      .contact-form {
        align-items: flex-start;
        width: 100%;
      }

      .contact-card form,
      .contact-form form {
        width: 100%;
      }
    }

    /* Extra-small phones (<=320px) */
    @media (max-width: 320px) {
      main {
        padding-top: 0;
      }

      p {
        font-size: 11px !important;
        font-weight: 400 !important;
      }

      .gallery-intro__glass p {
        font-size: clamp(2.2rem, 6vw, 4rem) !important;
        white-space: nowrap;
      }

      .hero-icon-number,
      .hero-icon-label {
        font-size: 14px !important;
      }

      .hero,
      .services-overview,
      .pg-section,
      .contact-section {
        width: calc(100% - 20px);
        margin-right: auto;
        margin-right: auto;
        padding-left: clamp(10px, 4vw, 16px);
        padding-right: clamp(10px, 4vw, 16px);
        box-sizing: border-box;
      }

      .culture-stats-banner {
        width: calc(100% - 20px);
        margin-right: auto;
        margin-right: auto;
      }
      
      .culture-title,
      .culture-title--center {
        margin-right: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        text-align: right;
        text-align-last: right;
      }

      .site-header {
        position: sticky;
        top: 0;
        bottom: auto;
        padding: 14px 16px;
        background: rgba(8, 10, 14, 0.92);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-radius: 0 0 12px 12px;
        z-index: 20;
        flex-wrap: wrap;
        gap: 10px;
      }

      .mobile-nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: auto;
        padding: 6px 10px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(61, 196, 244, 0.15);
        color: #f4fbff;
        border-radius: 12px;
        font-size: 0.75rem;
        cursor: pointer;
        margin-left: auto;
        margin-right: 0;
      }

      nav .nav-lang {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 0.82rem;
        border-radius: 8px;
        margin: 0;
        background: rgba(255, 255, 255, 0.05);
        color: #f4fbff;
        border: 1px solid rgba(255, 255, 255, 0.15);
      }

      nav {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 6px;
      }

      nav .nav-desktop {
        display: flex;
        width: 100%;
        gap: 6px;
        overflow-x: auto;
      }

      nav .nav-menu {
        display: none;
      }

      nav a,
      nav .nav-trigger {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 0.82rem;
        border-radius: 8px;
        margin: 0;
        background: rgba(255, 255, 255, 0.05);
      }

      nav .nav-item {
        width: 100%;
      }

      nav .nav-dropdown {
        position: static;
        display: none;
        width: 100%;
        padding: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(0, 0, 0, 0.55);
        border-radius: 12px;
        box-shadow: none;
      }

      nav details[open] .nav-dropdown {
        display: flex;
      }

      nav .nav-dropdown a {
        width: 100%;
        text-align: center;
        padding: 10px;
        font-size: 0.82rem;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.08);
      }

      main {
        padding-bottom: 60px;
      }

      main section:not(.gallery-marquee-wrapper) {
        width: calc(100% - 20px);
        margin-right: auto;
        margin-right: auto;
        box-sizing: border-box;
      }

      .hero,
      .solutions-section,
      .services-overview,
      .pro-story-section,
      .clients-section,
      .pg-section,
      .contact-section {
        width: calc(100% - 20px);
        margin-right: auto;
        margin-right: auto;
        box-sizing: border-box;
      }

      .gallery-marquee-wrapper {
        margin: 0;
        padding: 4px;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        left: auto;
        right: auto;
        transform: none;
        position: relative;
        min-height: auto;
        height: auto;
      }

      .gallery-marquee-wrapper.is-ready {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 4px;
        left: auto;
        right: auto;
        transform: none;
        position: relative;
        min-height: auto;
        height: auto;
      }

      .gallery-marquee-rows,
      .gallery-marquee-row {
        min-height: 100%;
        height: 100%;
        gap: 0;
        opacity: 1;
        transform: none;
      }

      .gallery-marquee-row {
        flex: 1;
        height: 100%;
      }

      .gallery-marquee img {
        width: 320px;
        height: 100%;
        object-fit: cover;
      }

      .gallery-marquee .gallery-marquee-track {
        gap: 0;
        line-height: 0;
      }

      .gallery-track {
        height: 158.8px;
        align-items: stretch;
        animation: gallery-marquee 70s linear infinite;
      }

      .gallery-marquee .gallery-marquee-item {
        height: 100%;
      }

      .gallery-marquee img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .gallery-marquee {
        height: 100%;
        display: flex;
      }

      .gallery-marquee .gallery-marquee-item {
        margin: 0;
        width: 320px;
        min-width: 320px;
        height: 100%;
        overflow: hidden;
      }

      .gallery-marquee img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .gallery-marquee .gallery-marquee-track {
        gap: 0;
      }

      .gallery-marquee .gallery-marquee-item {
        margin: 0;
      }


      .page-frame {
        padding: 8px 10px 60px;
      }

      .hero {
        width: calc(100% - 20px);
        max-width: 100%;
        margin: clamp(70px, 6vw, 110px) auto clamp(70px, 5vw, 100px);
        padding: 18px 14px;
        box-sizing: border-box;
      }

      .hero::before {
        width: 100%;
      }

      .hero-grid {
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .hero-content-block {
        text-align: right;
        align-items: flex-start;
        margin-right: auto;
        margin-left: 0;
      }

      .hero-title {
        font-size: clamp(2rem, 8vw, 2.4rem);
      }

      .hero-icons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
      }

      .hero-icon-card img {
        width: 88px;
        height: 88px;
      }

      .hero-icon-number {
        font-size: clamp(1.6rem, 6.8vw, 2rem);
      }

      .hero-title {
        font-size: clamp(2.6rem, 5.4vw, 4.2rem);
        text-align: right;
        line-height: 1.15;
      }

      .hero-icons {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 8px;
        width: 100%;
      }

      .hero-icon-card {
        min-width: 0;
      }

      .hero-icon-card img {
        width: 88px;
        height: 88px;
      }

      .hero-icon-number {
        font-size: clamp(1.4rem, 6.2vw, 1.8rem);
      }

      .hero-icon-label {
        font-size: 0.9rem;
        letter-spacing: 0.2em;
        white-space: normal;
      }

      .pro-story-title {
        font-size: clamp(22px, 7.8vw, 28px);
      }

      .hero-content-block {
        line-height: 1.6;
      }

      .solutions-copy h2 {
        font-size: clamp(17px, 5vw, 20px);
      }

      .solutions-section {
        overflow: visible !important;
      }

      .solutions-media {
        min-height: 100px;
        z-index: 0;
        margin-top: 72px;
        overflow: visible;
      }

      .solutions-media .solutions-device {
        width: min(200px, 62vw);
      }

      .solutions-media .solutions-orbit {
        width: 140px;
        height: 140px;
      }

      .solutions-cta .cta-pill {
        max-width: 200px;
      }

      .clients-copy .culture-title {
        font-size: clamp(16px, 5vw, 19px);
        text-align: right;
      }

      .pro-story-grid {
        justify-items: center;
        align-items: center;
      }

      .pro-story-copy {
        text-align: right;
        align-items: center;
      }

      .pro-story-text {
        line-height: 1.8;
        text-align: right;
        text-align-last: right;
      }

      .pro-story-highlight {
        white-space: normal;
      }

      .pro-story-slider {
        max-width: 100%;
        width: 100%;
        margin-inline: auto;
        overflow: hidden;
        min-height: clamp(230px, 70vw, 320px);
        height: auto;
        aspect-ratio: 4 / 3;
        justify-self: center;
        margin-right: auto;
        margin-right: auto;
      }

      .pro-story-slide {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
      }

      .pro-story-slide img {
        object-fit: contain;
        width: auto;
        height: 100%;
        max-height: 100%;
        max-width: 100%;
        display: block;
        margin: 0 auto;
        object-position: center;
      }

      .culture-section {
        padding: clamp(18px, 6vw, 24px) clamp(10px, 6vw, 18px);
        width: 100%;
        margin-left: 0;
        margin-right: auto;
        overflow: hidden;
      }

      .culture-layout {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
      }

      .culture-copy {
        width: 100%;
        max-width: 100%;
      }

      .culture-title {
        font-size: clamp(22px, 7.8vw, 28px);
        letter-spacing: 0.08em;
      }

      .culture-quote {
        line-height: 1.6;
        font-size: 0.95rem;
      }

      .culture-media,
      .culture-slider {
        width: 100%;
        max-width: 100%;
        margin: 0;
        min-height: clamp(160px, 55vw, 200px);
      }

      .culture-slider img,
      .culture-slider video {
        max-width: 100%;
        width: 100%;
        height: auto;
      }

      .culture-slider-controls {
        position: absolute;
        inset: 0;
        padding: 0 8px;
        justify-content: space-between;
        align-items: center;
        pointer-events: none;
        transform: translateY(-16px);
      }

      .culture-slider button {
        pointer-events: auto;
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
      }

      .culture-slider-caption {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 4px 6px;
        font-size: 0.78rem;
        line-height: 1.3;
        margin: -8px 0 0;
        display: block;
        transform: translateY(-4px);
      }

      .culture-slides {
        min-height: clamp(160px, 55vw, 200px);
      }

      .culture-awards-timeline__year-grid {
        display: none;
      }

      .culture-awards-timeline__line-grid {
        display: none;
      }

      .culture-awards-timeline {
        width: 100%;
        padding: 6px 0;
        margin: 8px 0;
      }

      .culture-awards-timeline__grid {
        --timeline-columns: repeat(auto-fit, minmax(90px, 1fr));
        grid-template-columns: var(--timeline-columns);
        gap: 6px;
        min-width: 0;
      }

      .culture-awards-timeline__item {
        gap: 6px;
        min-height: auto;
      }

      .culture-awards-timeline__item.culture-awards-timeline__item--year-only {
        display: none;
      }

      .culture-awards-timeline__badge {
        max-width: 90px;
        padding: 6px;
      }

      .culture-awards-timeline__description {
        font-size: 0.68rem;
        letter-spacing: 0.12em;
      }

      .culture-awards-timeline__tagline {
        font-size: 0.72rem;
        letter-spacing: 0.14em;
      }

      .culture-layout {
        justify-items: center;
        align-items: center;
      }

      .culture-copy {
        align-items: center;
        text-align: right;
      }

      .culture-title {
        text-align: right;
        text-align-last: right;
      }

      .culture-quote {
        text-align: right;
        text-align-last: right;
        line-height: 1.8;
      }

      .culture-media {
        width: 100%;
      }

      .culture-slider {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: auto;
        justify-self: flex-start;
      }

      .culture-section,
      .culture-story-stack,
      .culture-awards-timeline,
      .culture-stats-banner {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 6px;
        margin-right: 6px;
      }

      .culture-awards-timeline__grid,
      .culture-awards-timeline__line-grid,
      .culture-awards-timeline__year-grid {
        --timeline-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 8px;
      }

      .pg-section {
        padding: 16px 10px;
        max-width: 1000px;
      }

      .pg-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 8px;
      }

      .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
      }

    .services-grid--thirds {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
  }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
}

.services-grid--thirds {
  grid-template-columns: repeat(3, minmax(200px, 1fr));
}

.services-copy {
  text-align: right;
}

.service-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 45px rgba(0, 36, 90, 0.35);
  position: relative;
  z-index: 1;
}

.service-card img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.service-card h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

    .services-overview {
      overflow: visible;
    }

    .services-overview {
      overflow: visible !important;
    }

    .performance-section,
    .culture-section,
    .pro-story-section,
    .solutions-section,
    .pg-section,
    .contact-section,
    main > section:not(.services-overview) {
      content-visibility: auto;
      contain-intrinsic-size: 800px;
    }

    .hero {
      width: auto;
      max-width: 100%;
      padding: clamp(40px, 6vw, 80px);
      border-radius: 32px;
      background: url("assets/abstract hexagonal background proline.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid var(--section-card-border);
      box-shadow: var(--section-card-shadow);
      backdrop-filter: blur(12px);
      margin: clamp(100px, 8vw, 150px) clamp(32px, 4vw, 64px) clamp(90px, 6vw, 130px);
      padding-inline: clamp(16px, 4vw, 32px);
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      width: min(100%, 1400px);
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .services-overview::before,
    .pg-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.45);
      z-index: 1;
    }

    .hero > *,
    .services-overview > *,
    .pg-section > * {
      position: relative;
      z-index: 2;
    }

    .hero-grid {
      display: flex;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 0;
      align-items: flex-end;
    }

    .hero-content-block {
      flex: 1 1 320px;
      display: flex;
      flex-direction:column;
      gap: clamp(14px, 2vw, 28px);
      color: #f4fbff;
      margin-right: auto;
      margin-left: 0;
      text-align: right;
    }

    .hero-eyebrow {
      margin: 0;
      font-size: clamp(1.2rem, 2.2vw, 1.6rem);
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.82);
      text-align: right;
      
      margin-left: 0;
      align-self: flex-start;
    }

    .hero-title {
      
      margin: 0;
      font-size: clamp(2.6rem, 5.4vw, 4.2rem);
      font-weight: 700;
      letter-spacing: 0.08em;
      color: rgba(255, 255, 255, 0.96);
      text-align: right;
    }

    .hero-subtitle {
      margin: 0;
      font-size: clamp(0.85rem, 1.7vw, 1.05rem);
      letter-spacing: 0.08em;
      text-transform: none;
      color: rgba(229, 241, 255, 0.9);
      font-weight: 600;
      align-self: flex-start;
      text-align: right;
    }

    @media (min-width: 769px) {
      .hero-subtitle {
        text-align: right;
      }
    }

    .hero-icons {
      flex: 1 1 320px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
      gap: clamp(14px, 2vw, 22px);
      justify-items: center;
      align-items: end;
      border-left: none;
      padding-left: 0;
      width: 100%;
    }

    /* Desktop: keep hero icons on a single line */
    @media (min-width: 1025px) {
      .hero-icons {
        grid-template-columns: repeat(4, minmax(140px, 1fr));
      }
    }

    .hero-icon-card {
      display: flex;
      flex-direction: column;
      gap: clamp(10px, 2vw, 14px);
      align-items: center;
      text-align: center;
      width: 100%;
      min-height: 220px;
      justify-content: flex-end;
    }

    .hero-icon-card img {
      width: clamp(100px, 13vw, 160px);
      height: clamp(90px, 12vw, 140px);
      filter: drop-shadow(0 20px 40px rgba(0, 22, 64, 0.45));
      object-fit: contain;
    }

    .hero-icon-number {
      margin: 0;
      font-size: clamp(1.9rem, 4vw, 2.6rem);
      font-weight: 700 !important;
      color: #3dc4f4;
      letter-spacing: 0.12em;
    }

    .hero-icon-label {
      margin: 0;
      font-size: 1.05rem;
      font-weight: 700 !important;
      letter-spacing: 0.35em;
      text-transform: uppercase;
      color: rgba(244, 251, 255, 0.85);
    }

    .hero-stats {
      display: none;
      align-items: center;
    }

    

    .pg-select {
      min-width: 170px;
      padding: 10px 32px 10px 16px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      background: #3dc4f4;
      color: #012855;
      font-size: 1rem;
      text-align: center;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      transition: box-shadow 0.2s ease, transform 0.2s ease;
    }

    .pg-select:focus-visible {
      outline: none;
      box-shadow: 0 0 0 2px rgba(123, 227, 255, 0.6);
      transform: translateY(-1px);
    }

    .pg-select option {
      background: #012855;
      color: #f4fbff;
    }

    .pg-section {
      margin: clamp(220px, 14vw, 260px) clamp(32px, 4vw, 64px) clamp(150px, 10vw, 200px);
      padding: clamp(28px, 5vw, 64px);
      border-radius: 36px;
      border: 1px solid var(--section-card-border);
      background: url("assets/abstract hexagonal background proline.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      box-shadow: var(--section-card-shadow);
      position: relative;
      overflow: hidden;
    }

    .pg-title {
      margin: 0 0 clamp(12px, 2vw, 16px);
      line-height: 1.35;
      letter-spacing: 0.08em;
      text-align: right;
    }

    .pg-subtitle {
      margin: 0;
      line-height: 1.4;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .gallery-marquee-wrapper {
      margin-top: 0;
      width: 100vw;
      max-width: 100vw;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding: 0 clamp(24px, 5vw, 48px);
      border-radius: 0;
      border: none;
      
      box-shadow: none;
      display: flex;
      flex-direction: column;
      gap: 0;
      position: relative;
      overflow: hidden;
      isolation: isolate;
    }

    @media (min-width: 769px) {
      .gallery-marquee-wrapper {
        padding-top: clamp(8px, 1.2vw, 16px);
        padding-bottom: clamp(8px, 1.2vw, 16px);
      }
    }

    .gallery-marquee-background {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
      filter: saturate(1.2);
    }

    .gallery-marquee-wrapper::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(120deg, rgba(4, 217, 255, 0.7) 0%, rgba(4, 217, 255, 0.08) 80%);
      pointer-events: none;
      z-index: 1;
    }

    .gallery-marquee-rows {
      display: flex;
      flex-direction: column;
      gap: 0;
    }

    .gallery-marquee-row {
      display: flex;
      flex-direction: column;
    }

    .gallery-marquee-row[data-gallery-empty="true"] {
      display: none;
    }

    .gallery-marquee {
      overflow: hidden;
      margin: 0;
      padding: 0;
      width: 100%;
      position: relative;
      z-index: 2;
    }

    .gallery-track {
      display: flex;
      gap: 0;
      padding: 0;
      width: max-content;
      animation: gallery-marquee 70s linear infinite;
    }

    .gallery-intro {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      pointer-events: none;
      z-index: 3;
      opacity: 0;
      transform: translateY(18px);
      transition: opacity 0.6s ease 0.4s, transform 0.6s ease 0.4s;
    }

    .gallery-intro__glass {
      padding: clamp(24px, 4vw, 48px);
      border-radius: 0;
      border: none;
      position: relative;
      z-index: 4;
      
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px);
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: gallery-glass-intro 2.2s ease-in-out forwards;
    }

    .gallery-intro__glass p {
      margin: 0;
      font-size: clamp(2.2rem, 6vw, 4rem);
      font-weight: 600;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      text-align: center;
      white-space: nowrap;
      width: 100%;
      color: #f6fbff;
      text-shadow:
        0 4px 18px rgba(0, 0, 0, 0.65),
        0 10px 40px rgba(2, 7, 45, 0.55),
        0 18px 48px rgba(2, 7, 45, 0.45),
        0 26px 64px rgba(0, 0, 0, 0.35);
      opacity: 0;
      transform: translateY(10px);
      animation: gallery-intro-text 4s ease forwards;
      animation-delay: 1.9s;
      animation-fill-mode: both;
      animation-delay: 1.9s;
    }

    .gallery-intro-logo {
      width: clamp(220px, 32vw, 520px);
      height: auto;
      filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.6));
      animation: gallery-intro-logo-entrance 3s ease-out forwards;
      animation-fill-mode: both;
      animation-delay: 0s;
      animation-play-state: paused;
      opacity: 0;
      transform: scale(0.8);
    }

    @keyframes gallery-intro-logo-entrance {
      from {
        opacity: 0;
        transform: scale(0.8);
      }
      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    .gallery-intro.is-visible .gallery-intro-logo {
      animation-play-state: running;
      animation-delay: 1.8s;
    }

    .gallery-intro.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .gallery-marquee-row {
      opacity: 0;
      transform: translateX(var(--intro-start, 110%));
      will-change: transform, opacity;
    }

    .gallery-marquee-wrapper.is-ready .gallery-marquee-row {
      animation: gallery-row-intro var(--intro-duration, 1.5s) cubic-bezier(0.19, 1, 0.22, 1) forwards;
      animation-delay: var(--intro-delay, 0s);
    }

    @keyframes gallery-row-intro {
      from {
        opacity: 0;
        transform: translateX(var(--intro-start, 110%));
      }
      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @keyframes gallery-glass-intro {
      0% {
        backdrop-filter: blur(0px);
        -webkit-backdrop-filter: blur(0px);
        opacity: 0;
      }
      35% {
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(1px);
        opacity: 0.3;
      }
      70% {
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        opacity: 0.85;
      }
      100% {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        opacity: 1;
      }
    }

    @keyframes gallery-intro-text {
      0% {
        opacity: 0;
        transform: translateY(10px);
        text-shadow:
          0 4px 18px rgba(0, 0, 0, 0.65),
          0 10px 40px rgba(2, 7, 45, 0.55),
          0 18px 48px rgba(2, 7, 45, 0.45),
          0 26px 64px rgba(0, 0, 0, 0.35);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
        text-shadow:
          0 4px 18px rgba(0, 0, 0, 0.65),
          0 10px 40px rgba(2, 7, 45, 0.55),
          0 18px 48px rgba(2, 7, 45, 0.45),
          0 26px 64px rgba(0, 0, 0, 0.35);
      }
    }

    .gallery-track img {
      width: clamp(140px, 16vw, 220px);
      height: clamp(90px, 12vw, 160px);
      object-fit: cover;
      border-radius: 0;
      box-shadow: none;
    }

    @keyframes orbit-spin {
      from {
        transform: rotate(0deg);
      }
      to {
        transform: rotate(360deg);
      }
    }



    .contact-section {
      margin: clamp(170px, 11vw, 220px) clamp(32px, 4vw, 64px) 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: clamp(24px, 4vw, 40px);
      padding: clamp(32px, 5vw, 48px);
      border-radius: 32px;
      background: linear-gradient(150deg, rgba(23, 23, 23, 0.45), rgba(23, 23, 23, 0.7)), url("assets/opt/bk-globe-proline.webp");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      border: 1px solid var(--section-card-border);
      box-shadow: var(--section-card-shadow);
      backdrop-filter: blur(15px);
      
    }



    .contact-card h1,
    .contact-card h2 {

      margin: 0;

      font-size: clamp(1.8rem, 4vw, 2.8rem);

    }



    .contact-card p {

      color: var(--text-muted);

      line-height: 1.7;

    }



    .contact-card ul {

      list-style: none;

      padding: 0;

      margin: 24px 0 0;

      display: grid;

      gap: 12px;

    }



    .contact-card li {

      font-weight: 600;

      letter-spacing: 0.05em;

    }



    .contact-card a {

      color: var(--accent);

    }



    .contact-form {

      display: grid;

      gap: 16px;

    }



    .contact-form label {

      font-size: 0.9rem;

      letter-spacing: 0.08em;

      text-transform: uppercase;

      color: var(--text-muted);

    }



    .contact-form input,
    .contact-form select,
    .contact-form textarea {
      width: 100%;
      border-radius: 12px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      padding: 14px 16px;
      background: rgba(51, 51, 51, 0.7);
      color: var(--text-light);
      font-size: 1rem;
      font-family: inherit;
      backdrop-filter: blur(15px);
    }



    .contact-form textarea {

      resize: vertical;

      min-height: 120px;

    }

    .contact-form select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      color: var(--text-muted);
      background-image:
        linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.9) 50%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.9) 50%, transparent 50%);
      background-position:
        calc(100% - 20px) calc(50% - 3px),
        calc(100% - 14px) calc(50% - 3px);
      background-size: 6px 6px, 6px 6px;
      background-repeat: no-repeat;
      padding-right: 40px;
    }

    .contact-form select option {
      background: rgba(51, 51, 51, 0.7);
      color: var(--text-muted);
    }



    .contact-form button {

      border: none;

      border-radius: 12px;

      padding: 16px;

      text-transform: uppercase;

      letter-spacing: 0.12em;

      font-weight: 600;

      background: var(--gradient);

      color: var(--text-light);

      cursor: pointer;

      box-shadow: 0 20px 60px rgba(56, 189, 248, 0.35);

    }

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 12px 0;
    min-height: auto;
    width: 100%;
    margin-top: 16px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "links social"
      "copy copy";
    align-items: center;
    gap: 14px 18px;
    direction: rtl;
}

.footer-links {
    grid-area: links;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    text-align: right;
    font-size: 1.05rem;
}

.footer-links li {
    display: block;
    margin: 0 8px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.social-icons {
    grid-area: social;
    justify-self: start;
    display: flex;
    align-items: center;
    gap: 14px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-icons img {
    width: 34px;
    height: 34px;
    display: block;
}

.footer-copy {
    grid-area: copy;
    width: 100%;
    justify-self: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
}

.footer-content.footer-content--expanded {
    grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(150px, 0.85fr)) auto;
    grid-template-areas:
      "brand services company action social"
      "copy copy copy copy copy";
    align-items: start;
    gap: 22px;
    text-align: right;
}

.footer-brand {
    grid-area: brand;
}

.footer-brand img {
    width: 150px;
    height: auto;
    margin-bottom: 10px;
}

.footer-brand p,
.footer-column p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.6;
}

.footer-column h3 {
    margin: 0 0 10px;
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.95);
}

.footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 7px;
}

.footer-column a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: #fff;
}

.footer-column--services {
    grid-area: services;
}

.footer-column--company {
    grid-area: company;
}

.footer-column--action {
    grid-area: action;
}

.service-detail.content-page {
    grid-template-columns: minmax(220px, 0.68fr) minmax(320px, 1.32fr);
}

.service-detail__content ol {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-right: 22px;
}

.app-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.app-links a {
    color: var(--text-light);
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.18);
    border: 1px solid rgba(56, 189, 248, 0.32);
    font-weight: 700;
}

@media (max-width: 980px) {
    .footer-content.footer-content--expanded {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
          "brand brand"
          "services company"
          "action social"
          "copy copy";
    }
}

@media (max-width: 768px) {
    .footer-content.footer-content--expanded {
        grid-template-columns: 1fr;
        grid-template-areas:
          "brand"
          "services"
          "company"
          "action"
          "social"
          "copy";
        text-align: center;
    }

    .footer-brand img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .footer-content {
        grid-template-columns: 1fr;
        grid-template-areas:
          "links"
          "social"
          "copy";
        text-align: center;
    }

    .footer-links {
        padding: 6px 0;
        text-align: center;
        font-size: 1rem;
    }

    .social-icons {
        justify-self: center;
    }
}



    @media (max-width: 768px) {
      html,
      body {
        overflow-x: hidden;
      }


      nav {
        width: 100%;
        justify-content: center;
      }

      .hero {
        padding: clamp(20px, 4vw, 32px);
        margin-inline: auto;
        width: calc(100% - (2 * clamp(12px, 4vw, 18px)));
        box-sizing: border-box;
      }

      .page-frame {
        padding: 18px clamp(12px, 4vw, 18px);
        max-width: 100%;
      }

      main {
        align-items: center;
      }

      .pro-story-section,
      .solutions-section,
      .services-overview,
      .contact-section,
      .pg-section,
      .culture-stats-banner {
        padding-left: clamp(12px, 4vw, 18px);
        padding-right: clamp(12px, 4vw, 18px);
        margin-inline: auto;
        width: calc(100% - (2 * clamp(12px, 4vw, 18px)));
        box-sizing: border-box;
      }

      .culture-section,
      .culture-stats-banner {
        margin-left: auto;
        margin-right: auto;
      }

      

      .pro-story-grid {
        display: flex;
        flex-direction: column;
        gap: 18px;
      }

      .pro-story-copy {
        order: 1;
      }

      .pro-story-slider {
        order: 2;
      }

      .pro-story-slide img {
        display: block;
        margin-inline: auto;
      }
    }

    @media (max-width: 768px) and (min-width: 641px) {
      .services-grid,
      .services-grid--thirds {
        grid-template-columns: repeat(2, minmax(200px, 1fr));
      }
    }

    @media (max-width: 768px) and (min-width: 687px) {
      .services-overview {
        grid-template-columns: 1fr;
      }

      .services-copy {
        max-width: none;
      }
    }

    @media (max-width: 640px) {
      .hero {
        margin-inline: clamp(10px, 4vw, 16px);
        padding: clamp(22px, 6vw, 32px);
        width: calc(100% - (2 * clamp(10px, 4vw, 16px)));
        box-sizing: border-box;
        border-radius: 28px;
        border: 1px solid var(--section-card-border);
        box-shadow: var(--section-card-shadow);
        background-position: center;
        overflow: hidden;
      }

      .solutions-section {
        width: calc(100% - (2 * clamp(12px, 4vw, 18px)));
        margin-inline: clamp(12px, 4vw, 18px);
        padding-left: clamp(12px, 4vw, 18px);
        padding-right: clamp(12px, 4vw, 18px);
        box-sizing: border-box;
        overflow-x: hidden;
      }

      .hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(18px, 4vw, 28px);
        align-items: start;
      }

      .hero-content-block,
      .hero-icons {
        width: 100%;
      }

      .hero-content-block {
        text-align: right;
        align-items: flex-start;
        max-width: 460px;
        gap: 12px;
      }

      .hero-icons {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 12px;
        justify-items: stretch;
      }

      .hero-icon-card {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
        min-height: 0;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 20px 50px rgba(0, 22, 58, 0.35);
        border-radius: 22px;
        padding: 14px 10px;
      }

      .hero-icon-card img {
        width: 88px;
        height: 88px;
        object-fit: contain;
      }

      .hero-icon-number {
        font-size: 1.4rem;
        letter-spacing: 0.12em;
      }

      .hero-icon-label {
        font-size: 0.95rem;
        letter-spacing: 0.18em;
      }

      .services-overview,
      .pg-section,
      .contact-section {
        margin-inline: clamp(12px, 4vw, 18px);
        padding-left: clamp(12px, 4vw, 18px);
        padding-right: clamp(12px, 4vw, 18px);
        box-sizing: border-box;
      }

      .services-copy h2 {
        font-size: clamp(18px, 5vw, 22px);
      }

      .services-copy p {
        font-size: 0.95rem;
        line-height: 1.6;
      }

      .pg-title {
        font-size: clamp(18px, 5vw, 22px);
      }

      .pg-subtitle {
        font-size: 0.85rem;
        line-height: 1.35;
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
        margin: 8px 0 0;
        padding: 0;
        display: block;
        text-align: right;
        white-space: normal;
        overflow: hidden;
      }

      .pg-header,
      .pg-header-copy {
        width: 100%;
        max-width: 100%;
        align-items: flex-start;
      }

      .pg-subtitle {
        font-size: 0.8rem;
        line-height: 1.3;
        overflow-wrap: anywhere;
      }

      .contact-section {
        text-align: right;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .contact-card,
      .contact-form {
        align-items: flex-start;
        text-align: right;
        width: 100%;
        max-width: 420px;
        margin: 0;
      }

      .contact-form div,
      .contact-card ul {
        width: 100%;
      }

      .contact-form label,
      .contact-card ul li {
        text-align: right;
        width: 100%;
      }

      .contact-card p,
      .contact-form label {
        font-size: 0.9rem;
        line-height: 1.4;
      }

      .contact-card ul {
        padding-left: 0;
      }

      .contact-card li {
        list-style: none;
        font-size: 0.9rem;
      }

      .contact-form input,
      .contact-form select,
      .contact-form textarea {
        width: 100%;
        box-sizing: border-box;
      }

      .contact-section h2 {
        font-size: clamp(18px, 5vw, 22px);
      }

      .contact-section p {
        font-size: 0.95rem;
        line-height: 1.6;
      }

      .pg-section {
        margin-inline: clamp(12px, 4vw, 18px);
        padding-left: clamp(12px, 4vw, 18px);
        padding-right: clamp(12px, 4vw, 18px);
        box-sizing: border-box;
      }

      .contact-section {
        margin-inline: clamp(12px, 4vw, 18px);
        padding-left: clamp(12px, 4vw, 18px);
        padding-right: clamp(12px, 4vw, 18px);
        box-sizing: border-box;
      }

      .pro-story-slider {
        overflow: hidden;
        padding: 0;
      }

      .pro-story-slide {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
      }

      .pro-story-slide img {
        object-fit: cover;
      }

      .pro-story-text {
        line-height: 1.8;
        text-align: right;
        text-align-last: right;
      }

    

      .solutions-section,
      .services-overview,
      .contact-section,
      .pg-section {
        width: auto;
        max-width: 100%;
        margin-inline: clamp(10px, 4vw, 16px);
        padding-left: clamp(10px, 4vw, 16px);
        padding-right: clamp(10px, 4vw, 16px);
        box-sizing: border-box;
        overflow-x: hidden;
      }

      .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
        gap: 12px;
      }

      .services-overview {
        overflow: visible;
      }

      .pro-story-grid {
        grid-template-columns: 1fr;
        gap: 18px;
      }

      .pg-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 14px;
      }

      .contact-card,
      .contact-form {
        width: 100%;
        box-sizing: border-box;
      }

      .contact-card input,
      .contact-card textarea {
        width: 100%;
        box-sizing: border-box;
      }

      .gallery-marquee .gallery-marquee-track {
        gap: 12px;
      }

      .gallery-marquee .gallery-marquee-item {
        min-width: 140px;
        max-width: 240px;
      }

      /* PG cards: show full image on small screens */
      .pg-thumb-wrap {
        aspect-ratio: auto;
        height: auto;
        overflow: hidden;
      }

      .pg-thumb-image {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
      }

      .solutions-media img,
      .services-grid img,
      .pg-thumb-image,
      .pro-story-grid img,
    .gallery-marquee img {
      max-width: 100%;
      height: auto;
    }

    }

    @media (max-width: 440px) {
      .culture-title {
        font-size: clamp(1.6rem, 7.5vw, 2.1rem);
      }
    }

    /* Ensure marquee fits edge-to-edge and unified sizing on very small screens */
    @media (max-width: 320px) {
      .gallery-marquee-wrapper,
      .gallery-marquee-wrapper.is-ready {
        min-height: 100vh;
        height: 100vh;
        padding: 4px;
      }

      .gallery-marquee-rows,
      .gallery-marquee-row {
        min-height: 100%;
        height: 100%;
        gap: 0;
      }

      .gallery-marquee-row {
        flex: 1;
        height: 100%;
      }

      .gallery-marquee .gallery-marquee-track {
        gap: 0;
        line-height: 0;
      }

      .gallery-marquee .gallery-marquee-item {
        margin: 0;
        height: 100%;
        overflow: hidden;
      }

      .gallery-track {
        animation: gallery-marquee 70s linear infinite;
      }

      .gallery-marquee img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
      }
    }

    /* Layout normalization for 1024px down to small screens */
    @media (max-width: 1024px) {
      :root {
        --layout-gutter: clamp(12px, 4vw, 28px);
      }

      .page-frame {
        padding-left: var(--layout-gutter);
        padding-right: var(--layout-gutter);
      }

      main > section:not(.gallery-marquee-wrapper),
      .culture-stack {
        width: min(100%, 1200px);
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
      }

      .hero,
      .solutions-section,
      .services-overview,
      .pro-story-section,
      .clients-section,
      .pg-section,
      .contact-section,
      .culture-section,
      .culture-stats-banner,
      .culture-awards-timeline {
        margin-left: auto;
        margin-right: auto;
      }
    }

    @media (max-width: 767px) {
      .culture-awards-timeline__line-grid,
      .culture-awards-timeline__item.culture-awards-timeline__item--year-only {
        display: none;
      }

      main > section:not(.gallery-marquee-wrapper),
      .culture-stack {
        width: calc(100% - (2 * var(--layout-gutter)));
      }
    }

    @media (max-width: 768px) {
      .gallery-marquee-wrapper {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        position: relative;
        overflow: visible;
        min-height: 100vh;
      }

      .gallery-marquee-wrapper.is-ready {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
        position: relative;
        overflow: visible;
        min-height: 100vh;
      }

      .gallery-marquee-rows {
        min-height: 100%;
      }

      .gallery-marquee-row {
        flex: 1;
        height: 100%;
      }

      .gallery-marquee {
        height: 100%;
        display: flex;
      }

      .gallery-track {
        height: 158.8px;
        align-items: stretch;
        animation: gallery-marquee 20s linear infinite;
      }


      .pro-story-slider {
        overflow: visible;
        border-radius: 24px;
      }

      .pro-story-slide {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      .pro-story-slide img {
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-right: auto;
        object-fit: contain;
        object-position: left center;
        display: block;
        border-radius: inherit;
      }

      .services-overview,
      .pg-section,
      .contact-section {
        margin-inline: clamp(12px, 4vw, 18px);
        width: calc(100% - (2 * clamp(12px, 4vw, 18px)));
      }
    }

    @media (max-width: 485px) and (min-width: 321px) {
      p {
        font-size: 11px !important;
        font-weight: 400 !important;
      }

      .gallery-intro__glass p {
        font-size: clamp(2.2rem, 6vw, 4rem) !important;
        white-space: nowrap;
      }

      .hero-icon-number,
      .hero-icon-label {
        font-size: 14px !important;
      }

      .pro-story-section {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: auto;
        margin-right: auto;
        width: 100%;
        box-sizing: border-box;
      }

      .pro-story-grid,
      .pro-story-copy,
      .pro-story-text {
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-right: auto;
        box-sizing: border-box;
        min-width: 0;
      }

      .pro-story-text {
        font-size: clamp(0.9rem, 3.2vw, 1rem);
        line-height: clamp(1.6, 2.2vw, 1.85);
        text-align: right;
        text-align-last: right;
        overflow-wrap: anywhere;
        word-break: break-word;
      }

      .pro-story-highlight {
        white-space: normal;
      }

      .pro-story-title {
        font-size: clamp(2.8rem, 6.5vw, 4.5rem);
        line-height: 1.2;
      }

      .pro-story-slide img {
        margin-right: auto;
        margin-right: auto;
        object-position: center;
      }
    }

    @media (max-width: 514px) and (min-width: 441px) {
      .culture-title,
      .culture-title--center {
        white-space: nowrap;
        font-size: 34px;
      }
    }

    @media (max-width: 550px) {
      .culture-stats-banner {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 640px) {
      .pro-story-slide img {
        object-fit: contain;
      }
    }

    @media (max-width: 768px) {
      .site-header {
        padding: 22px 16px !important;
      }
    }

    @supports not (gap: 0) {
      main > section[class] + section[class] {
        margin-top: clamp(250px, 16vw, 320px);
      }
      .culture-stack > * + * {
        margin-top: clamp(40px, 3vw, 70px);
      }
    }
   .pg-thumb-title{
  text-transform: uppercase;
}
.policy-consent {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px;
  align-items: center;
  margin-top: 8px;
}

.policy-consent input[type="checkbox"] {
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.policy-consent label {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
  text-transform: none;
  letter-spacing: 0;
  white-space: nowrap;
}

.policy-consent a {
  color: var(--accent);
  text-decoration: none;
}

.policy-consent a:hover,
.policy-consent a:focus-visible {
  color: var(--accent);
  text-decoration: none;
}

.policy-section {
  margin-top: clamp(80px, 8vw, 140px);
}

.policy-card {
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(8, 12, 22, 0.72);
  box-shadow: 0 22px 65px rgba(0, 0, 0, 0.35);
  direction: rtl;
  text-align: right;
}

.policy-card h1,
.policy-card h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
}

.policy-card h3 {
  margin: 22px 0 8px;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}

.policy-card p {
  margin: 0 0 10px;
  color: rgba(244, 251, 255, 0.9);
  line-height: 1.75;
}

.policy-list {
  margin: 0 20px 14px 0;
  padding: 0;
}

.policy-list li {
  margin: 0 0 6px;
  line-height: 1.7;
  color: rgba(244, 251, 255, 0.9);
}

@media (max-width: 767px) {
  .clients-track {
    animation-duration: 10s !important;
  }
}

@media (max-width: 767px) {
  .policy-consent {
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 8px;
    width: 100%;
  }

  .policy-consent label {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.45;
  }
}

/* Keep navbar pinned and visible while scrolling */
.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}

.site-header.site-header--hidden {
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* Footer should be the final edge of the page; older mobile rules added space after it. */
.page-frame {
  padding-bottom: 0 !important;
}

/* Expanded footer is a full-bleed site band, not a page content block. */
.page-frame > footer {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.footer-content.footer-content--expanded {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: clamp(14px, 2vw, 28px);
  padding-right: clamp(14px, 2vw, 28px);
}

@media (max-width: 768px) {
  .site-header {
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  #primary-nav {
    position: relative;
    width: auto !important;
    margin-right: auto;
    gap: 0;
  }

  .mobile-nav-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-light);
    font: inherit;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
  }

  #primary-nav .nav-desktop {
    display: none !important;
    position: fixed;
    top: calc(var(--site-header-height, 72px) + 8px);
    right: clamp(12px, 4vw, 24px);
    left: auto;
    direction: rtl;
    width: min(88vw, 380px) !important;
    max-height: calc(100vh - var(--site-header-height, 72px) - 24px);
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(9, 12, 16, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.46);
    z-index: 2500;
  }

  #primary-nav.is-open .nav-desktop {
    display: flex !important;
  }

  #primary-nav .nav-desktop > a,
  #primary-nav .nav-desktop > .nav-item,
  #primary-nav .nav-desktop > .nav-lang {
    width: 100% !important;
    flex: none;
  }

  #primary-nav a,
  #primary-nav .nav-trigger,
  #primary-nav .nav-lang {
    width: 100% !important;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: center;
  }

  #primary-nav .nav-dropdown {
    position: static !important;
    width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  .footer-content.footer-content--expanded {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "brand brand"
      "services company"
      "action social"
      "copy copy";
    gap: 18px 14px;
    text-align: right;
  }

  .footer-brand img {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-column,
  .footer-brand {
    min-width: 0;
  }

  .footer-column a,
  .footer-brand p {
    overflow-wrap: anywhere;
  }

  .footer-content.footer-content--expanded .social-icons {
    justify-self: start;
    flex-wrap: wrap;
  }
}

@media (max-width: 360px) {
  .footer-content.footer-content--expanded {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 16px 10px;
  }

  .footer-column h3 {
    font-size: 0.76rem;
  }

  .footer-column a,
  .footer-brand p,
  .footer-copy {
    font-size: 0.86rem;
  }
}

/* Final mobile overflow guardrails. Keep this block last. */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  img,
  video,
  canvas,
  svg {
    max-width: 100%;
  }

  .page-frame {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  main {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  main > section,
  .culture-stack,
  .culture-story-stack,
  .hero,
  .solutions-section,
  .services-overview,
  .service-detail,
  .clients-section,
  .pg-section,
  .contact-section,
  .policy-section,
  .culture-section,
  .culture-stats-banner,
  .culture-awards-timeline {
    max-width: 100%;
    overflow-x: clip;
  }

  .services-overview,
  .service-detail,
  .service-detail.content-page {
    grid-template-columns: 1fr !important;
    width: min(100%, calc(100vw - (2 * var(--layout-gutter, 16px)))) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .services-grid,
  .services-grid--thirds,
  .hero-icons,
  .pg-grid {
    grid-template-columns: 1fr !important;
    width: 100%;
  }

  .service-detail__media,
  .service-detail__content,
  .services-copy,
  .contact-card,
  .contact-form,
  .policy-card {
    width: 100%;
    max-width: 100%;
  }

  .service-detail__content h1,
  .service-detail__content h2,
  .services-copy h2,
  .hero-title,
  .culture-title,
  .culture-title--center,
  .pg-title,
  .contact-section h2 {
    white-space: normal !important;
    overflow-wrap: anywhere;
    word-break: normal;
    max-width: 100%;
  }

  .no-break {
    white-space: normal;
  }

  .contact-form input,
  .contact-form select,
  .contact-form textarea,
  .contact-form button,
  .pg-select {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .service-detail__links,
  .app-links {
    width: 100%;
  }

  .service-detail__links a,
  .app-links a {
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .culture-awards-timeline__scroll {
    max-width: 100%;
    overflow-x: auto;
  }

  .culture-awards-timeline__grid,
  .culture-awards-timeline__line-grid,
  .culture-awards-timeline__year-grid {
    min-width: 0 !important;
    width: 100%;
  }

  .gallery-marquee-wrapper,
  .gallery-marquee-wrapper.is-ready {
    max-width: 100vw;
    overflow-x: clip;
  }
}

@media (max-width: 420px) {
  .footer-content.footer-content--expanded {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "brand brand"
      "services company"
      "action social"
      "copy copy" !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-brand p,
  .footer-column a,
  .footer-copy {
    line-height: 1.45;
  }
}

/* Final gallery marquee stability overrides. */
@keyframes gallery-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.gallery-marquee {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  width: max-content;
  min-width: max-content;
  gap: 0;
  align-items: stretch;
  animation-name: gallery-marquee;
  animation-duration: var(--marquee-duration, 76s);
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
}

.gallery-marquee-row:nth-child(2n) .gallery-track {
  --marquee-duration: 82s;
}

.gallery-marquee-row:nth-child(3n) .gallery-track {
  --marquee-duration: 88s;
}

.gallery-marquee-item {
  flex: 0 0 auto;
  width: clamp(150px, 16vw, 220px);
  height: clamp(96px, 12vw, 160px);
  overflow: hidden;
  display: block;
  contain: layout paint;
  background: rgba(2, 12, 28, 0.7);
}

.gallery-track .gallery-marquee-item img,
.gallery-track img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transition: opacity 240ms ease;
}

.gallery-track .gallery-marquee-item.is-image-ready img {
  opacity: 1;
}

@media (max-width: 768px) {
  .gallery-track {
    animation-duration: var(--marquee-duration, 68s) !important;
  }

  .gallery-marquee-row:nth-child(2n) .gallery-track {
    --marquee-duration: 72s;
  }

  .gallery-marquee-row:nth-child(3n) .gallery-track {
    --marquee-duration: 78s;
  }

  .gallery-marquee-item {
    width: clamp(150px, 50vw, 220px);
    height: clamp(96px, 31vw, 148px);
  }
}
/* Universal Probee background. */
body {
  background: #030712 !important;
  background-image:
    radial-gradient(circle at 78% 20%, rgba(34, 211, 238, 0.16), transparent 34%),
    radial-gradient(circle at 18% 54%, rgba(14, 165, 255, 0.14), transparent 40%),
    linear-gradient(150deg, #030712 0%, #06111f 54%, #050505 100%) !important;
  background-attachment: fixed;
}

.site-bg-video {
  display: none !important;
}

.site-overlay {
  background-image:
    url("data:image/svg+xml,%3Csvg width='84' height='72' viewBox='0 0 84 72' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%237be3ff' stroke-opacity='0.075' stroke-width='1.15'%3E%3Cpath d='M21 2 L41 14 L41 38 L21 50 L1 38 L1 14 Z'/%3E%3Cpath d='M63 2 L83 14 L83 38 L63 50 L43 38 L43 14 Z'/%3E%3Cpath d='M42 38 L62 50 L62 74 L42 86 L22 74 L22 50 Z'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(180deg, rgba(3, 7, 18, 0.18), rgba(3, 7, 18, 0.58)) !important;
  background-size: 84px 72px, auto;
  background-position: center top, center;
  opacity: 1 !important;
}






/* Home Probee marquee hero. */
.probee-marquee-hero {
  --probee-row-height: clamp(105px, 13.5vw, 190px);
  --probee-hero-padding: clamp(30px, 4vw, 54px);
  min-height: max(
    clamp(680px, 92svh, 920px),
    calc(var(--probee-row-height) + var(--probee-row-height) + var(--probee-row-height) + var(--probee-row-height) + var(--probee-row-height) + var(--probee-hero-padding) + var(--probee-hero-padding))
  );
  padding: var(--probee-hero-padding) 0;
  justify-content: center;
  background: #020712;
}

.probee-marquee-hero::before {
  background: linear-gradient(180deg, rgba(2, 7, 18, 0.52) 0%, rgba(2, 7, 18, 0.2) 46%, rgba(2, 7, 18, 0.62) 100%);
}

.probee-marquee-hero .gallery-marquee-background {
  opacity: 0.88;
  filter: saturate(1.12) brightness(0.78);
}

.probee-marquee-hero .gallery-marquee-rows {
  position: relative;
  z-index: 2;
  width: 100%;
  opacity: 0.7;
}

.probee-marquee-hero .gallery-marquee-row {
  overflow: hidden;
}

.probee-marquee-hero .gallery-marquee-item {
  width: clamp(170px, 18vw, 280px);
  height: var(--probee-row-height);
}

.probee-marquee-foreground {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.probee-marquee-bee {
  width: clamp(290px, 43vw, 650px);
  height: clamp(290px, 70svh, 690px);
  object-fit: contain;
  filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 36px rgba(36, 207, 255, 0.38));
  animation: probee-marquee-float 5.5s ease-in-out infinite;
}

.probee-marquee-title {
  position: absolute;
  left: 50%;
  bottom: clamp(26px, 5vh, 62px);
  transform: translateX(-50%);
  width: min(94vw, 1200px);
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 6.2vw, 6.6rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.9), 0 0 34px rgba(28, 198, 255, 0.5);
}

.home-story-sections {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 92px);
  padding-top: clamp(68px, 8vw, 130px);
}

.home-story-sections .pro-story-section,
.home-story-sections .culture-section {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-home .hero {
  display: block;
  visibility: visible;
  opacity: 1;
}

body.page-about main > .culture-story-stack {
  padding-top: clamp(60px, 7vw, 112px);
}

@keyframes probee-marquee-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -14px, 0) rotate(1deg); }
}

@media (max-width: 768px) {
  .probee-marquee-hero {
    min-height: 720px;
    padding: 24px 0;
  }

  .probee-marquee-hero .gallery-marquee-item {
    width: clamp(145px, 46vw, 205px);
    height: clamp(90px, 29vw, 128px);
  }

  .probee-marquee-bee {
    width: min(88vw, 460px);
    height: min(62svh, 500px);
  }

  .probee-marquee-title {
    bottom: 30px;
    width: min(98vw, 640px);
    font-size: clamp(2.4rem, 14vw, 4.8rem) !important;
  }

  .probee-marquee-title__line {
    display: block;
    white-space: nowrap;
  }

  .home-story-sections {
    gap: clamp(76px, 18vw, 104px);
    padding-top: 56px;
  }

  body.page-home .home-story-sections .pro-story-slider {
    aspect-ratio: 1 / 1;
    min-height: 0;
    height: auto;
    overflow: hidden;
  }

  body.page-about main > .culture-story-stack {
    padding-top: clamp(34px, 10vw, 58px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .probee-marquee-hero .gallery-track,
  .probee-marquee-bee {
    animation: none !important;
  }
}
body.page-home #gallery {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .probee-marquee-hero {
    width: calc(100% + (2 * clamp(24px, 4vw, 64px)));
    max-width: none;
    margin-left: calc(-1 * clamp(24px, 4vw, 64px));
    margin-right: calc(-1 * clamp(24px, 4vw, 64px));
  }
}
html {
  max-width: 100%;
  overflow-x: clip;
}
/* Staged Probee intro and restored moving neon backgrounds. */
body {
  background: #050505 !important;
  background-image: none !important;
  background-attachment: scroll;
}

.site-bg-video {
  display: block !important;
  filter: none !important;
  opacity: 1;
}

.site-overlay {
  background: rgba(0, 0, 0, 0.24) !important;
  background-size: auto !important;
  opacity: 1 !important;
}

.probee-marquee-hero .gallery-marquee-background {
  opacity: 0.78;
  filter: grayscale(1) sepia(1) saturate(5) hue-rotate(155deg) contrast(1.3) brightness(0.68);
}

.probee-marquee-hero .gallery-track {
  --marquee-duration: 132s;
}

.probee-marquee-hero .gallery-marquee-row:nth-child(2n) .gallery-track {
  --marquee-duration: 146s;
}

.probee-marquee-hero .gallery-marquee-row:nth-child(3n) .gallery-track {
  --marquee-duration: 158s;
}

.probee-marquee-bee {
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 72vh, 0) scale(0.72);
  animation: none;
  will-change: transform, opacity;
}

.probee-marquee-title {
  top: 50%;
  bottom: auto;
  z-index: 2;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
  will-change: transform, opacity, filter;
}

.probee-marquee-hero.is-probee-ready .probee-marquee-bee {
  animation:
    probee-marquee-fly-in 2.6s cubic-bezier(0.16, 1, 0.3, 1) 3.4s both,
    probee-marquee-float 5.5s ease-in-out 6s infinite;
}

.probee-marquee-hero.is-probee-ready .probee-marquee-title {
  animation: probee-marquee-title-in 1.5s cubic-bezier(0.16, 1, 0.3, 1) 6.2s both;
}

@keyframes probee-marquee-fly-in {
  0% {
    opacity: 0;
    transform: translate3d(0, 72vh, 0) scale(0.72) rotate(5deg);
  }

  68% {
    opacity: 1;
    transform: translate3d(0, -18px, 0) scale(1.025) rotate(-1deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

@keyframes probee-marquee-title-in {
  0% {
    opacity: 0;
    filter: blur(12px);
    transform: translate(-50%, -44%) scale(0.9);
  }

  100% {
    opacity: 1;
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 768px) {
  .probee-marquee-hero .gallery-track {
    --marquee-duration: 116s;
  }

  .probee-marquee-hero .gallery-marquee-row:nth-child(2n) .gallery-track {
    --marquee-duration: 128s;
  }

  .probee-marquee-hero .gallery-marquee-row:nth-child(3n) .gallery-track {
    --marquee-duration: 140s;
  }

  .probee-marquee-title {
    top: 50%;
    bottom: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .probee-marquee-bee {
    opacity: 1;
    transform: none;
    filter: none;
    will-change: auto;
    animation: none !important;
  }

  .probee-marquee-title {
    opacity: 1;
    filter: none;
    transform: translate(-50%, -50%);
    animation: none !important;
  }
}
/* Bilingual Al-Suwaidi Park case study. */
.case-study-hero .service-detail__media img {
  object-position: center;
}

.case-study-byline {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.case-study-article {
  width: min(1120px, calc(100vw - (2 * clamp(18px, 4vw, 48px))));
  margin: 0 auto;
  color: var(--text-light);
}

.case-study-article__header {
  max-width: 880px;
  margin-bottom: clamp(34px, 6vw, 70px);
}

.case-study-kicker {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-study-article__header h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 4.6rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.case-study-article__header > p:last-child {
  margin: 0;
  max-width: 760px;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.7vw, 1.2rem);
  line-height: 1.8;
}

.case-study-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(123, 227, 255, 0.38);
  border-bottom: 1px solid rgba(123, 227, 255, 0.22);
  margin-bottom: clamp(46px, 7vw, 84px);
}

.case-study-facts > div {
  min-height: 116px;
  padding: 24px clamp(12px, 2vw, 24px);
  display: grid;
  align-content: center;
  gap: 7px;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.12);
}

.case-study-facts > div:last-child {
  border-inline-end: 0;
}

.case-study-facts strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  line-height: 1;
}

.case-study-facts span {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.case-study-block {
  display: grid;
  grid-template-columns: minmax(190px, 0.32fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(38px, 6vw, 72px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.case-study-block h3 {
  margin: 0;
  color: var(--accent);
  font-size: clamp(1.25rem, 2.5vw, 1.9rem);
  line-height: 1.25;
  letter-spacing: 0;
}

.case-study-block h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.35;
}

.case-study-block p,
.case-study-block li {
  color: rgba(244, 251, 255, 0.86);
  font-size: clamp(0.97rem, 1.25vw, 1.06rem);
  line-height: 1.85;
}

.case-study-block p {
  margin: 0 0 18px;
}

.case-study-block p:last-child {
  margin-bottom: 0;
}

.case-study-block ul {
  margin: 0;
  padding-inline-start: 1.25rem;
  display: grid;
  gap: 12px;
}

.case-study-block--highlight {
  position: relative;
}

.case-study-block--highlight::before {
  content: "";
  position: absolute;
  inset-block: 28px;
  inset-inline-start: -20px;
  width: 3px;
  background: linear-gradient(180deg, transparent, #32d5ff, transparent);
  box-shadow: 0 0 20px rgba(50, 213, 255, 0.58);
}

.case-study-conclusion {
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  margin-bottom: clamp(70px, 10vw, 140px);
}

.case-study-source {
  color: rgba(244, 251, 255, 0.62) !important;
  font-size: 0.86rem !important;
}

@media (max-width: 760px) {
  .case-study-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .case-study-facts > div:nth-child(2) {
    border-inline-end: 0;
  }

  .case-study-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .case-study-block {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 36px 0;
  }

  .case-study-block--highlight::before {
    inset-block: 26px;
    inset-inline-start: -10px;
  }
}
/* Compact Probee marquee lanes on mobile. */
@media (max-width: 768px) {
  .probee-marquee-hero .gallery-marquee-rows {
    min-height: 0;
    height: auto;
  }

  .probee-marquee-hero .gallery-marquee-row {
    flex: 0 0 auto;
    min-height: 0;
    height: auto;
  }

  .probee-marquee-hero .gallery-marquee,
  .probee-marquee-hero .gallery-track {
    height: clamp(90px, 29vw, 128px);
  }

  .probee-marquee-hero .gallery-marquee-item {
    height: 100%;
  }
}

/* Performance: reserve marquee geometry and pause offscreen animation. */
.probee-marquee-hero {
  box-sizing: border-box;
}

.probee-marquee-hero .gallery-marquee-rows {
  flex: 0 0 calc(
    var(--probee-row-height) + var(--probee-row-height) + var(--probee-row-height) +
    var(--probee-row-height) + var(--probee-row-height)
  );
  height: calc(
    var(--probee-row-height) + var(--probee-row-height) + var(--probee-row-height) +
    var(--probee-row-height) + var(--probee-row-height)
  );
}

.probee-marquee-hero .gallery-marquee-row {
  flex: 0 0 var(--probee-row-height);
  min-height: var(--probee-row-height);
  height: var(--probee-row-height);
}

.probee-marquee-hero .gallery-marquee,
.probee-marquee-hero .gallery-track,
.probee-marquee-hero .gallery-marquee-item {
  height: 100%;
}

.probee-marquee-hero .gallery-track {
  animation-play-state: paused !important;
}

.probee-marquee-hero.is-in-view .gallery-track {
  animation-play-state: running !important;
}

@media (max-width: 768px) {
  .probee-marquee-hero {
    --probee-row-height: clamp(90px, 29vw, 128px);
  }
}
.probee-marquee-hero.is-ready {
  min-height: max(
    clamp(680px, 92svh, 920px),
    calc(
      var(--probee-row-height) + var(--probee-row-height) + var(--probee-row-height) +
      var(--probee-row-height) + var(--probee-row-height) +
      var(--probee-hero-padding) + var(--probee-hero-padding)
    )
  );
  padding: var(--probee-hero-padding) 0;
}

@media (max-width: 768px) {
  .probee-marquee-hero,
  .probee-marquee-hero.is-ready {
    --probee-hero-padding: 24px;
    min-height: 720px;
  }
}
/* About certifications and mobile interaction performance. */
.service-card--link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
}

.service-card--link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

/* Mobile performance: keep the hero composition while avoiding video decode work. */
.gallery-marquee-mobile-poster {
  display: none;
}

.probee-marquee-hero.is-probee-ready .probee-marquee-bee {
  animation: probee-marquee-fly-in 2.6s cubic-bezier(0.16, 1, 0.3, 1) 3.4s both;
}

.probee-marquee-hero.is-probee-ready .probee-marquee-bee.is-settled {
  opacity: 1;
  animation: probee-marquee-float 5.5s ease-in-out infinite;
}

.probee-marquee-hero.is-probee-ready .probee-marquee-title {
  animation: probee-marquee-title-composite-in 1.5s cubic-bezier(0.16, 1, 0.3, 1) 6.2s both;
}

@keyframes probee-marquee-title-composite-in {
  from {
    opacity: 0;
    transform: translate(-50%, -44%) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes probee-marquee-mobile-fly-in {
  from {
    transform: translate3d(0, 38px, 0) scale(0.92) rotate(2deg);
  }

  to {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}

@media (max-width: 768px) {
  .gallery-marquee-mobile-poster {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    opacity: 0.72;
    transition: opacity 180ms ease;
  }

  .probee-marquee-hero .gallery-marquee-rows {
    visibility: hidden;
  }

  .probee-marquee-hero.is-mobile-active .gallery-marquee-rows {
    visibility: visible;
  }

  .probee-marquee-hero.is-mobile-active .gallery-marquee-mobile-poster {
    opacity: 0;
  }

  .probee-marquee-hero {
    background:
      radial-gradient(circle at 68% 42%, rgba(0, 235, 255, 0.52), transparent 44%),
      linear-gradient(120deg, #002bb8 0%, #0079ff 48%, #00bdda 100%);
    content-visibility: visible !important;
    contain: none !important;
  }

  .page-home .home-story-sections > section,
  .page-home main > section:not(.probee-marquee-hero),
  .page-home #clients,
  .page-home footer {
    content-visibility: auto;
    contain-intrinsic-size: auto 700px;
  }
}

body.page-home #gallery.pg-section {
  width: min(1570px, calc(100% - (2 * clamp(24px, 4vw, 64px))));
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  body.page-home #gallery.pg-section {
    width: 100%;
  }

  body.page-home section[id] {
    scroll-margin-top: calc(var(--site-header-height, 83px) + 16px);
  }

  body.page-home #clients {
    contain-intrinsic-size: auto 240px;
  }

  body.page-home #home,
  body.page-home #our-services {
    contain-intrinsic-size: auto 1000px;
  }

  body.page-home #gallery {
    contain-intrinsic-size: auto 2400px;
  }

  body.page-home footer {
    contain-intrinsic-size: auto 480px;
  }
}

@media (max-width: 485px) and (min-width: 321px) {
  body p {
    font-size: 1rem !important;
  }
}

.certification-timeline {
  width: min(960px, 100%);
  margin: clamp(72px, 8vw, 120px) auto clamp(72px, 8vw, 120px);
  padding-inline: clamp(12px, 3vw, 30px);
}


.certification-timeline .culture-awards-timeline__grid,
.certification-timeline .culture-awards-timeline__line-grid,
.certification-timeline .culture-awards-timeline__year-grid {
  --timeline-columns: repeat(3, minmax(180px, 1fr));
  width: min(900px, 100%);
  min-width: 0;
}

.certification-timeline .culture-awards-timeline__item {
  min-height: 250px;
}

.certification-timeline .culture-awards-timeline__badge {
  max-height: 220px;
}

.certification-timeline .culture-awards-timeline__scroll {
  max-width: 100%;
  overscroll-behavior-inline: contain;
  scrollbar-gutter: stable;
}

@media (max-width: 768px) {
  .certification-timeline {
    margin-block: 56px 64px;
    padding-inline: 0;
  }

  .certification-timeline .culture-awards-timeline__grid,
  .certification-timeline .culture-awards-timeline__line-grid,
  .certification-timeline .culture-awards-timeline__year-grid {
    width: 620px;
    min-width: 620px;
    gap: 20px;
  }

  .certification-timeline .culture-awards-timeline__item {
    min-height: 220px;
  }

  .clients-track {
    animation-duration: 12s !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .service-card,
  .service-card img,
  .service-card h3 {
    transition-duration: 0.01ms;
  }

  .service-card:hover,
  .service-card:focus-within,
  .service-card:hover img,
  .service-card:focus-within img,
  .service-card:hover h3,
  .service-card:focus-within h3 {
    transform: none;
  }

  .service-tooltip {
    display: none;
  }
}
/* About certificate timeline uses the Home 3D carousel layout. */
.certification-timeline.is-carousel {
  position: relative;
  padding-top: clamp(72px, 8vw, 96px);
}

.certification-timeline.is-carousel .awards-carousel-controls {
  top: clamp(72px, 8vw, 96px);
  bottom: 0;
}

@media (max-width: 768px) {
  .certification-timeline.is-carousel {
    padding-top: clamp(52px, 14vw, 68px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .certification-timeline.is-carousel .culture-awards-timeline__item {
    transition: none;
  }
}
/* Service detail backgrounds use optimized versions of the matching source artwork. */
.page-service-detail #service-detail {

  isolation: isolate;
  overflow: hidden !important;
  background-color: #071426;
  background-image:
    linear-gradient(105deg, rgba(4, 13, 29, 0.38), rgba(4, 18, 38, 0.28) 48%, rgba(4, 13, 29, 0.4)),
    var(--service-detail-background, none),
    url("assets/abstract hexagonal background proline.webp");
  background-position: center, center, center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat;
}

.page-service-detail #service-detail > * {
  position: relative;
  z-index: 1;
}

.service-detail--crowd-management {
  --service-detail-background: url("assets/opt/service-bg-crowd-management.webp?v=2");
}

.service-detail--staff-deployment {
  --service-detail-background: url("assets/opt/service-bg-staff-deployment.webp?v=2");
}

.service-detail--traffic-management {
  --service-detail-background: url("assets/opt/service-bg-traffic-management.webp");
}

.service-detail--guest-management {
  --service-detail-background: url("assets/opt/service-bg-guest-management.webp");
}

.service-detail--security-management {
  --service-detail-background: url("assets/opt/service-bg-security-management.webp");
}

.service-detail--event-equipment {
  --service-detail-background: url("assets/opt/service-bg-event-equipment.webp");
}

@media (max-width: 768px) {
  .page-service-detail #service-detail {
    background-image:
      linear-gradient(rgba(4, 13, 29, 0.48), rgba(4, 13, 29, 0.54)),
      var(--service-detail-background, none),
      url("assets/abstract hexagonal background proline.webp");
    background-position: center, center, center;
    background-size: cover, cover, cover;
  }
}
/* Official store badges on the Join Our Team page. */
.page-join-team .app-links {
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.page-join-team .app-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    min-height: 0;
    max-width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    line-height: 0;
}

.page-join-team .app-links a:hover,
.page-join-team .app-links a:focus-visible {
    background: transparent;
    transform: translateY(-2px);
}

.page-join-team .app-links img {
    display: block;
    width: auto;
    height: 45px;
    max-width: min(100%, 180px);
    object-fit: contain;
}


@media (max-width: 480px) {
    .page-join-team .app-links {
        gap: 10px;
    }

    .page-join-team .app-links img {
        width: auto;
        height: 40px;
    }

}
