@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url("../fonts/archivo-latin-variable.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../fonts/ibm-plex-sans-latin-variable.woff2") format("woff2");
}
:root {
  --gt-blue: #0a239a;
  --gt-blue-bright: #2447e8;
  --gt-ink: #051038;
  --gt-paper: #f5f7ff;
  --gt-sky: #dce6ff;
  --gt-yellow: #f4bd55;
}

    :root {
      --blue: #0a239a;
      --blue-bright: #2447e8;
      --ink: #051038;
      --paper: #f5f7ff;
      --sky: #dce6ff;
      --yellow: #f4bd55;
      --white: #fff;
      --muted: #4a5578;
      --line: #cad4f0;
      --shell: 1280px;
      --mx: 72%;
      --my: 28%;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: auto; scroll-padding-top: 122px; }
    body {
      margin: 0;
      overflow-x: hidden;
      background: var(--white);
      color: var(--ink);
      font: 17px/1.6 "IBM Plex Sans", "Segoe UI", sans-serif;
      text-rendering: optimizeLegibility;
    }
    .wp-site-blocks > main { margin-block-start: 0 !important; }
    .wp-site-blocks > main + .wp-block-template-part { margin-block-start: 0 !important; }

    a { color: inherit; }
    h1, h2, h3, p { margin-top: 0; }
    a:focus-visible,
    button:focus-visible {
      outline: 3px solid var(--white);
      outline-offset: 2px;
      box-shadow: 0 0 0 6px var(--blue);
    }

    .skip-link {
      position: fixed;
      top: 12px;
      left: 12px;
      z-index: 100;
      padding: 10px 14px;
      background: var(--yellow);
      font-weight: 700;
      transform: translateY(-160%);
    }
    .skip-link:focus { transform: translateY(0); }

    .shell {
      width: min(100%, var(--shell));
      margin-inline: auto;
      padding-inline: clamp(22px, 5.6vw, 78px);
    }

    .gt-header-wrap {
      position: sticky;
      top: 0;
      z-index: 30;
      margin-block-start: 0 !important;
    }
    .site-header {
      position: relative;
      background: rgba(255,255,255,.92);
      border-bottom: 1px solid rgba(5,16,56,.12);
      backdrop-filter: blur(18px);
      transition: box-shadow .25s ease;
    }
    .site-header.is-scrolled { box-shadow: 0 10px 30px rgba(5,16,56,.08); }

    .nav {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
    }

    .logo {
      display: inline-flex;
      align-items: baseline;
      font-family: Georgia, serif;
      font-size: 31px;
      letter-spacing: -.04em;
      line-height: 1;
      text-decoration: none;
    }
    .logo__first {
      color: var(--ink);
      font-weight: 700;
    }
    .logo__last {
      color: var(--blue);
      font-weight: 400;
    }
    .logo::after {
      width: 7px;
      height: 7px;
      margin-left: 4px;
      background: var(--yellow);
      content: "";
    }

    .nav-links {
      display: flex;
      align-items: center;
      gap: clamp(20px,3vw,38px);
      font-size: .86rem;
      font-weight: 600;
    }
    .nav-links > a:not(.button) { position: relative; text-decoration: none; }
    .nav-links > a:not(.button)::after {
      position: absolute;
      right: 0;
      bottom: -7px;
      left: 0;
      height: 2px;
      background: var(--blue);
      content: "";
      transform: scaleX(0);
      transform-origin: right;
      transition: transform .25s ease;
    }
    .nav-links > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
    .language-switcher {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .04em;
      white-space: nowrap;
    }
    .language-switcher a { color: inherit; text-decoration: none; }
    .language-switcher a:hover { color: var(--blue); }
    .language-switcher [aria-current="page"] { color: var(--blue); }

    .menu-toggle {
      display: none;
      min-height: 42px;
      padding: 8px 13px;
      border: 1px solid var(--ink);
      background: var(--white);
      color: var(--ink);
      font: 700 .78rem/1 "IBM Plex Sans", sans-serif;
    }

    .mobile-nav { display: none; }
    .mobile-nav[hidden] { display: none !important; }

    .button {
      display: inline-flex;
      min-height: 50px;
      align-items: center;
      justify-content: center;
      gap: 12px;
      padding: 11px 20px;
      border: 2px solid currentColor;
      font-weight: 700;
      line-height: 1.2;
      text-decoration: none;
      transition: transform .2s ease, background-color .2s ease;
    }
    .button:hover { transform: translateY(-3px); }
    .button-arrow { font-size: 1.2em; transition: transform .2s ease; }
    .button:hover .button-arrow { transform: translateX(4px); }
    .nav .button, .contact .button { background: var(--blue); border-color: var(--blue); color: var(--white); }

    .hero {
      position: relative;
      min-height: calc(100svh - 78px);
      overflow: hidden;
      background-color: var(--blue);
      background-image:
        linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px);
      background-size: 48px 48px;
      color: var(--white);
      isolation: isolate;
    }
    .hero::before {
      position: absolute;
      inset: 0;
      z-index: -1;
      background: radial-gradient(circle 440px at var(--mx) var(--my),rgba(90,132,255,.52),transparent 72%);
      content: "";
      pointer-events: none;
    }
    .hero::after {
      position: absolute;
      top: -180px;
      right: -140px;
      z-index: -1;
      width: 520px;
      height: 520px;
      border: 1px solid rgba(255,255,255,.17);
      border-radius: 50%;
      box-shadow: 0 0 0 64px rgba(255,255,255,.035),0 0 0 128px rgba(255,255,255,.025);
      content: "";
      transition: opacity .7s cubic-bezier(.2,.8,.2,1);
    }

    .data-flow {
      position: absolute;
      inset: 0;
      z-index: 0;
      overflow: hidden;
      margin: 0;
      pointer-events: none;
      transition: opacity .7s cubic-bezier(.2,.8,.2,1);
    }
    .data-packet {
      position: absolute;
      display: block;
      opacity: 0;
      background: linear-gradient(90deg,transparent,rgba(244,189,85,.18),rgba(244,189,85,.9));
      box-shadow: 0 0 12px rgba(244,189,85,.42);
      will-change: transform,opacity;
    }
    .data-packet::after {
      position: absolute;
      width: 12px;
      height: 3px;
      border-radius: 999px;
      background: linear-gradient(90deg,rgba(255,255,255,.38),var(--yellow) 72%);
      box-shadow: 0 0 5px rgba(244,189,85,.9),0 0 12px rgba(244,189,85,.48);
      content: "";
    }
    .data-packet-a {
      top: 240px;
      left: -80px;
      width: 64px;
      height: 1px;
      animation: packet-across 10s linear infinite -2.5s;
    }
    .data-packet-a::after,
    .data-packet-c::after {
      top: -1px;
      right: 0;
    }
    .data-packet-b {
      top: -80px;
      left: 912px;
      width: 1px;
      height: 64px;
      background: linear-gradient(180deg,transparent,rgba(244,189,85,.16),rgba(244,189,85,.82));
      animation: packet-down 12s linear infinite -6s;
    }
    .data-packet-b::after {
      right: -1px;
      bottom: 0;
      width: 3px;
      height: 12px;
      background: linear-gradient(180deg,rgba(255,255,255,.38),var(--yellow) 72%);
    }
    .data-packet-c {
      top: 624px;
      right: -96px;
      width: 78px;
      height: 1px;
      background: linear-gradient(90deg,rgba(244,189,85,.86),rgba(244,189,85,.16),transparent);
      animation: packet-back 14s linear infinite -9s;
    }
    .data-packet-c::after {
      right: auto;
      left: 0;
      background: linear-gradient(90deg,var(--yellow) 28%,rgba(255,255,255,.38));
    }

    .hero-grid {
      position: relative;
      z-index: auto;
      min-height: calc(100svh - 78px);
      display: grid;
      grid-template-columns: minmax(0,1.25fr) minmax(360px,.75fr);
      align-items: center;
      gap: clamp(42px,5vw,74px);
      padding-top: clamp(56px,6.5vw,88px);
      padding-bottom: clamp(60px,7vw,94px);
    }

    .availability {
      position: relative;
      z-index: 3;
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 26px;
      font-size: .82rem;
      font-weight: 600;
    }
    .availability-dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: var(--yellow);
      box-shadow: 0 0 0 6px rgba(244,189,85,.16);
    }

    .hero h1 {
      position: relative;
      z-index: 1;
      max-width: 830px;
      margin-bottom: 24px;
      font: 900 clamp(3.8rem,6.1vw,6.4rem)/.96 "Archivo", sans-serif;
      letter-spacing: 0;
      text-wrap: balance;
    }
    .hero h1 span { display: block; }
    .hero-rule {
      position: relative;
      z-index: 3;
      width: clamp(110px,15vw,190px);
      height: 8px;
      margin-bottom: 28px;
      overflow: hidden;
      background: rgba(255,255,255,.18);
    }
    .hero-rule::after {
      display: block;
      width: 100%;
      height: 100%;
      background: var(--yellow);
      content: "";
      transform-origin: left;
    }
    .hero-lede {
      position: relative;
      z-index: 3;
      max-width: 680px;
      margin-bottom: 32px;
      color: rgba(255,255,255,.86);
      font-size: clamp(1.06rem,1.45vw,1.28rem);
    }
    .hero-actions { position: relative; z-index: 3; display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
    .hero .button { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
    .text-link {
      color: var(--white);
      font-size: .9rem;
      font-weight: 600;
      text-underline-offset: 6px;
    }

    .hero-visual {
      position: relative;
      top: -18px;
      z-index: 3;
      width: 100%;
      max-width: 600px;
      min-height: clamp(560px,66vh,690px);
      justify-self: end;
      isolation: isolate;
    }
    .hero-portrait-stage {
      position: relative;
      min-height: inherit;
      isolation: isolate;
    }
    .hero-portrait-stage::before {
      position: absolute;
      right: -2%;
      bottom: 7%;
      z-index: -1;
      width: 78%;
      height: 58%;
      background: linear-gradient(145deg,rgba(90,132,255,.34),rgba(5,16,56,.34));
      clip-path: polygon(14% 0,100% 0,100% 100%,0 100%,0 22%,14% 22%);
      content: "";
    }
    .hero-portrait-stage::after {
      position: absolute;
      top: 13%;
      right: 6%;
      z-index: 3;
      width: 13px;
      height: 13px;
      background: var(--yellow);
      box-shadow:
        -20px 0 rgba(244,189,85,.72),
        -40px 0 rgba(244,189,85,.36),
        0 20px rgba(255,255,255,.28),
        -20px 20px rgba(255,255,255,.14);
      content: "";
    }
    .hero-portrait-cutout {
      position: absolute;
      right: -7%;
      bottom: 0;
      z-index: 2;
      display: block;
      width: min(690px,124%);
      max-width: none;
      height: auto;
      filter:
        drop-shadow(5px 0 0 var(--yellow))
        drop-shadow(-5px 0 0 var(--yellow))
        drop-shadow(0 5px 0 var(--yellow))
        drop-shadow(0 -5px 0 var(--yellow))
        drop-shadow(22px 22px 0 rgba(5,16,56,.28));
    }
    .hero-portrait-cutout--bald {
      right: -2%;
      width: min(500px,100%);
      transform: scaleX(-1);
      transform-origin: center bottom;
    }

    .console-wrap {
      position: relative;
      min-width: 0;
      max-width: 100%;
      will-change: transform;
      transition: transform .3s cubic-bezier(.2,.8,.2,1);
    }
    .hero-visual .console-wrap {
      position: absolute;
      right: -52px;
      bottom: -14px;
      left: -82px;
      z-index: 4;
      width: auto;
      max-width: none;
    }
    .solution-console {
      max-width: 100%;
      overflow: hidden;
      padding: 24px;
      border: 1px solid rgba(255,255,255,.28);
      background: rgba(5,16,56,.45);
      box-shadow: 22px 22px 0 rgba(5,16,56,.24);
      backdrop-filter: blur(12px);
    }
    .hero-visual .solution-console {
      padding: 16px 18px;
      background: rgba(5,16,56,.86);
      box-shadow: 12px 12px 0 rgba(5,16,56,.28);
      backdrop-filter: blur(16px);
    }
    .hero-visual .console-head {
      margin-bottom: 12px;
      padding-bottom: 10px;
      font-size: .68rem;
    }
    .hero-visual .solution-path {
      display: grid;
      grid-template-columns: repeat(3,minmax(0,1fr));
    }
    .hero-visual .solution-path li {
      min-height: 48px;
      grid-template-columns: 24px minmax(0,1fr);
      gap: 7px;
      padding-inline: 10px;
      border-right: 1px solid rgba(255,255,255,.16);
      border-bottom: 0;
    }
    .hero-visual .solution-path li:first-child { padding-left: 0; }
    .hero-visual .solution-path li:last-child { padding-right: 0; border-right: 0; }
    .hero-visual .solution-path li::before {
      width: 22px;
      height: 22px;
      font-size: .62rem;
    }
    .hero-visual .solution-path strong { font-size: .74rem; }
    .hero-visual .solution-path span,
    .hero-visual .signal-track,
    .hero-visual .console-meta { display: none; }
    .console-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 26px;
      padding-bottom: 18px;
      border-bottom: 1px solid rgba(255,255,255,.2);
      font-size: .78rem;
      font-weight: 600;
    }
    .live { display: inline-flex; align-items: center; gap: 7px; color: var(--yellow); }
    .live::before {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: currentColor;
      content: "";
      animation: pulse 1.8s ease-in-out infinite;
    }
    .solution-path { margin: 0; padding: 0; list-style: none; counter-reset: path; }
    .solution-path li {
      min-height: 80px;
      display: grid;
      grid-template-columns: 38px 1fr;
      align-items: center;
      gap: 14px;
      border-bottom: 1px solid rgba(255,255,255,.16);
      counter-increment: path;
    }
    .solution-path li::before {
      display: grid;
      width: 32px;
      height: 32px;
      place-items: center;
      border: 1px solid rgba(255,255,255,.34);
      border-radius: 50%;
      color: var(--yellow);
      content: counter(path);
      font-size: .74rem;
      font-weight: 700;
    }
    .solution-path strong {
      display: block;
      font: 800 1.18rem/1.2 "Archivo", sans-serif;
    }
    .solution-path span {
      display: block;
      margin-top: 4px;
      color: rgba(255,255,255,.66);
      font-size: .78rem;
    }
    .signal-track {
      position: relative;
      height: 5px;
      margin-top: 26px;
      overflow: hidden;
      background: rgba(255,255,255,.12);
    }
    .signal-track span {
      position: absolute;
      inset-block: 0;
      width: 38%;
      background: var(--yellow);
      animation: scan 3.1s cubic-bezier(.65,0,.35,1) infinite;
    }
    .console-meta {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      margin: 16px 0 0;
      color: rgba(255,255,255,.58);
      font-size: .7rem;
    }

    .trust-strip { background: var(--ink); color: var(--white); }
    .trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
    .trust-item {
      min-height: 116px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-block-start: 0 !important;
      padding: 24px clamp(18px,2.8vw,34px);
      border-right: 1px solid rgba(255,255,255,.16);
    }
    .trust-item:first-child { padding-left: 0; }
    .trust-item:last-child { border-right: 0; }
    .trust-item strong { font: 800 1.08rem/1.2 "Archivo", sans-serif; }
    .trust-item span { margin-top: 7px; color: rgba(255,255,255,.58); font-size: .76rem; }

    .gt-site > *,
    .gt-site > .wp-block-post-content > *,
    .experience > .section { margin-block-start: 0 !important; }
    .section { padding-block: clamp(76px,6.75vw,98px); }
    .section > :first-child,
    .contact-inner > :first-child { margin-block-start: 0 !important; }
    .section > :last-child,
    .contact-inner > :last-child { margin-block-end: 0 !important; }
    .section-heading {
      display: grid;
      grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
      align-items: end;
      gap: clamp(42px,8vw,112px);
      margin-bottom: clamp(50px,7vw,82px);
    }
    .section-heading h2 {
      margin-bottom: 0;
      font: 900 clamp(3.2rem,6.5vw,6.15rem)/.98 "Archivo", sans-serif;
      letter-spacing: 0;
      text-wrap: balance;
    }
    .section-heading p { max-width: 510px; margin-bottom: 0; color: var(--muted); }

    .service-list { border-top: 2px solid var(--ink); }
    .service-list > .service-item { margin-block-start: 0 !important; }
    .service-item {
      position: relative;
      display: grid;
      grid-template-columns: minmax(230px,.8fr) minmax(0,1.2fr) 112px;
      align-items: center;
      gap: 34px;
      padding: 30px 24px;
      border-bottom: 1px solid var(--line);
      overflow: hidden;
      transition: background-color .22s ease;
    }
    .service-item::before {
      position: absolute;
      bottom: -1px;
      left: 24px;
      width: 72px;
      height: 2px;
      background: var(--blue);
      content: "";
      transform: scaleX(0);
      transform-origin: left center;
      transition: transform .25s ease;
    }
    .service-item:hover { background: rgba(220,230,255,.2); }
    .service-item:hover::before { transform: scaleX(1); }
    .service-item h3 {
      margin-bottom: 0;
      font: 800 clamp(1.35rem,2vw,1.72rem)/1.18 "Archivo", sans-serif;
      letter-spacing: 0;
      transition: color .22s ease;
    }
    .service-item:hover h3 { color: var(--blue); }
    .service-item p { max-width: 680px; margin-bottom: 0; color: var(--muted); }
    .service-output {
      justify-self: end;
      padding: 7px 11px;
      border: 1px solid var(--line);
      color: var(--blue);
      font-size: .7rem;
      font-weight: 700;
      transition: border-color .22s ease,background-color .22s ease,color .22s ease;
    }
    .service-item:hover .service-output {
      border-color: var(--blue);
      background: var(--blue);
      color: var(--white);
    }

    .experience { position: relative; overflow: clip; background: var(--paper); }
    .experience::after {
      position: absolute;
      right: -100px;
      bottom: -170px;
      width: 460px;
      height: 460px;
      border: 90px solid var(--sky);
      border-radius: 50%;
      content: "";
      opacity: .6;
    }
    .experience .section {
      position: relative;
      z-index: 1;
    }
    .experience-media-grid {
      display: grid;
      grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr);
      gap: clamp(48px,7vw,96px);
      align-items: start;
    }
    .experience-photo-frame {
      position: relative;
      aspect-ratio: 4 / 5;
      margin: 0 18px 18px 0;
      background: var(--sky);
      box-shadow: 18px 18px 0 var(--blue);
      overflow: hidden;
    }
    .experience-photo-frame > img.profile-photo {
      width: 100%;
      height: 100% !important;
      display: block;
      object-fit: cover;
      object-position: 54% center;
      transition: transform .7s cubic-bezier(.2,.8,.2,1);
    }
    .experience-photo-frame:hover .profile-photo { transform: scale(1.025); }
    .experience-photo-frame figcaption {
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 12px 16px;
      background: var(--yellow);
      color: var(--ink);
      font-size: .74rem;
      font-weight: 700;
    }
    .organisations { border-top: 2px solid var(--ink); }
    .organisation {
      display: grid;
      grid-template-columns: minmax(180px,.8fr) minmax(0,1.2fr);
      gap: 30px;
      padding: 25px 0;
      border-bottom: 1px solid var(--line);
    }
    .organisation strong { font: 800 clamp(1.05rem,1.6vw,1.35rem)/1.25 "Archivo", sans-serif; }
    .organisation span { color: var(--muted); font-size: .9rem; }

    .organisation-logo-wall {
      display: grid;
      grid-template-columns: repeat(6,minmax(0,1fr));
      border-top: 2px solid var(--ink);
      border-bottom: 2px solid var(--ink);
    }
    .organisation-logo {
      min-height: 164px;
      grid-column: span 2;
      display: grid;
      place-items: center;
      padding: 30px;
      border-right: 1px solid var(--line);
      text-align: center;
      transition: background-color .25s ease,color .25s ease;
    }
    .organisation-logo:nth-child(3),
    .organisation-logo:nth-child(5) { border-right: 0; }
    .organisation-logo:nth-child(n+4) {
      grid-column: span 3;
      border-top: 1px solid var(--line);
    }
    .organisation-logo strong {
      max-width: 20ch;
      font: 800 clamp(1.15rem,1.8vw,1.65rem)/1.18 "Archivo", sans-serif;
      text-wrap: balance;
      transition: transform .25s ease;
    }
    .organisation-logo:hover { background: var(--yellow); }
    .organisation-logo:hover strong { transform: translateY(-2px); }

    .initiatives {
      margin-top: clamp(54px,6vw,80px);
      padding-top: clamp(40px,4.5vw,58px);
      border-top: 1px solid var(--line);
    }
    .initiatives-heading {
      display: grid;
      grid-template-columns: minmax(0,1.15fr) minmax(280px,.85fr);
      align-items: end;
      gap: clamp(42px,8vw,112px);
      margin-bottom: 32px;
    }
    .initiatives-heading h3 {
      max-width: 720px;
      margin-bottom: 0;
      font: 900 clamp(2rem,3.8vw,3.55rem)/1.02 "Archivo", sans-serif;
      text-wrap: balance;
    }
    .initiatives-heading p {
      max-width: 510px;
      margin-bottom: 0;
      color: var(--muted);
    }
    .initiative-grid {
      display: grid;
      grid-template-columns: repeat(3,minmax(0,1fr));
      background: transparent;
    }
    .initiative {
      position: relative;
      min-width: 0;
      min-height: 286px;
      display: grid;
      grid-template-rows: minmax(0,1fr) auto;
      padding-block: 8px 6px;
      background: transparent;
    }
    .initiative + .initiative::before {
      position: absolute;
      top: 12%;
      bottom: 12%;
      left: 0;
      width: 1px;
      background: var(--line);
      content: "";
    }
    .initiative-visual {
      display: grid;
      place-items: center;
      min-height: 218px;
      padding: clamp(22px,3vw,38px);
      overflow: hidden;
      background: transparent;
    }
    .initiative-logo {
      width: min(100%,168px);
      height: auto;
      max-height: 168px;
      display: block;
      object-fit: contain;
      transition: transform .35s cubic-bezier(.2,.8,.2,1);
    }
    .initiative-logo-missingshot { width: min(100%,150px); }
    .initiative-name {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px 18px 0;
      border-top: 0;
      font: 800 .9rem/1.2 "Archivo", sans-serif;
      text-align: center;
      transition: color .25s ease;
    }
    .initiative:hover .initiative-logo { transform: scale(1.045); }
    .initiative:hover .initiative-name { color: var(--blue); }

    .notes-compact { padding-block: clamp(52px,4.8vw,72px); }
    .notes-compact .notes-heading {
      grid-template-columns: minmax(240px,.65fr) minmax(0,1.35fr);
      gap: clamp(32px,6vw,86px);
      margin-bottom: clamp(28px,3vw,38px);
    }
    .notes-compact .notes-heading h2 {
      font-size: clamp(2.35rem,3.7vw,3.55rem);
      line-height: 1;
    }
    .notes-compact .notes-heading p { max-width: 650px; }

    .gt-home-archive-list { border-top: 2px solid var(--ink); }
    .gt-home-archive-list .wp-block-post-template {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .gt-home-archive-list .wp-block-post { margin-block-start: 0 !important; }
    .gt-home-archive-row {
      display: grid;
      grid-template-columns: 112px minmax(280px,.9fr) minmax(280px,1.1fr);
      align-items: center;
      gap: clamp(24px,3vw,48px);
      min-height: 106px;
      margin-block-start: 0 !important;
      padding: 20px 16px;
      border-bottom: 1px solid var(--line);
      transition: background-color .22s ease;
    }
    .gt-home-archive-row > * { margin-block: 0 !important; }
    .gt-home-archive-row:hover { background: rgba(220,230,255,.2); }
    .gt-home-archive-date {
      color: var(--blue);
      font-size: .77rem;
      font-weight: 700;
    }
    .gt-home-archive-title {
      font: 800 clamp(1.2rem,1.8vw,1.55rem)/1.15 "Archivo", sans-serif;
      letter-spacing: 0;
    }
    .gt-home-archive-title a {
      color: var(--ink);
      text-decoration: none;
      transition: color .22s ease;
    }
    .gt-home-archive-row:hover .gt-home-archive-title a { color: var(--blue); }
    .gt-home-archive-summary { color: var(--muted); font-size: .9rem; }
    .gt-home-archive-summary .wp-block-post-excerpt__excerpt {
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
    .gt-home-archive-summary .wp-block-post-excerpt__more-text { margin: 7px 0 0; }
    .gt-home-archive-summary .wp-block-post-excerpt__more-link {
      color: var(--ink);
      font-size: .78rem;
      font-weight: 700;
      text-underline-offset: 5px;
      text-decoration-color: var(--yellow);
      text-decoration-thickness: 2px;
    }
    .gt-home-archive-footer {
      margin: 22px 0 0;
      text-align: right;
    }
    .gt-home-archive-footer a {
      font-size: .86rem;
      font-weight: 700;
      text-underline-offset: 6px;
      text-decoration-color: var(--yellow);
      text-decoration-thickness: 2px;
    }

    .contact { position: relative; overflow: hidden; background: var(--yellow); }

    /* Native WordPress post, page, archive and search views. */
    .gt-reading-shell,
    .gt-listing {
      width: min(100% - 48px, 1120px);
      margin-inline: auto;
      padding-block: clamp(64px, 9vw, 120px);
    }
    .gt-reading {
      max-width: 760px;
      margin-inline: auto;
    }
    .gt-reading > h1,
    .gt-listing > h1 {
      max-width: 16ch;
      margin: 0 0 24px;
      font: 760 clamp(2.5rem, 6vw, 5.6rem)/.96 "Archivo", sans-serif;
      letter-spacing: -.055em;
      overflow-wrap: anywhere;
    }
    .gt-reading-kicker,
    .gt-reading-kicker a {
      color: var(--blue);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .04em;
      text-transform: uppercase;
    }
    .gt-reading .wp-block-post-date { margin-bottom: 38px; color: var(--muted); }
    .gt-reading .wp-block-post-content { font-size: clamp(1rem, 1.4vw, 1.12rem); }
    .gt-reading .wp-block-post-content > * { max-width: 70ch; }
    .gt-reading .wp-block-post-content :where(p, li, a, code) { overflow-wrap: anywhere; }
    .gt-reading .wp-block-post-content img { max-width: 100%; height: auto; }
    .gt-reading pre { max-width: 100%; overflow-x: auto; padding: 22px; background: var(--ink); color: var(--white); }
    .gt-listing-item { padding-block: 30px; border-top: 1px solid rgba(5,16,56,.2); }
    .gt-listing-item h2 { margin: 0 0 8px; font: 720 clamp(1.5rem, 3vw, 2.4rem)/1.08 "Archivo", sans-serif; }
    .gt-listing-item h2 a { color: inherit; text-decoration-thickness: 2px; text-underline-offset: 5px; }
    .gt-not-found { min-height: 55vh; display: grid; align-content: center; }

    /* Editorial archive index */
    .gt-archive-page {
      margin-block-start: 0 !important;
      background: var(--white);
    }
    .gt-archive-hero {
      display: grid;
      grid-template-columns: minmax(0,1.15fr) minmax(320px,.85fr);
      align-items: end;
      gap: clamp(42px,7vw,110px);
      padding-block: clamp(64px,7vw,96px) clamp(48px,5.5vw,76px);
    }
    .gt-archive-heading,
    .gt-archive-heading > * { margin-block-start: 0 !important; }
    .gt-archive-heading h1 {
      max-width: 10ch;
      margin: 0;
      font: 850 clamp(3.5rem,7.2vw,6.8rem)/.9 "Archivo", sans-serif;
      letter-spacing: -.06em;
      overflow-wrap: anywhere;
      text-wrap: balance;
    }
    .gt-archive-heading p {
      max-width: 620px;
      margin: 24px 0 0;
      color: var(--muted);
      font-size: clamp(1rem,1.4vw,1.12rem);
      line-height: 1.65;
    }
    .gt-archive-search {
      width: 100%;
      margin: 0 !important;
    }
    .gt-archive-search .wp-block-search__inside-wrapper {
      display: grid;
      grid-template-columns: minmax(0,1fr) auto;
      gap: 0;
      padding: 0;
    }
    .gt-archive-search .wp-block-search__input,
    .gt-archive-search .wp-block-search__button {
      min-height: 58px;
      margin: 0;
      border: 2px solid var(--ink);
      border-radius: 0;
      font: 600 .95rem/1 "IBM Plex Sans", sans-serif;
    }
    .gt-archive-search .wp-block-search__input {
      min-width: 0;
      padding: 0 18px;
      background: var(--white);
      color: var(--ink);
    }
    .gt-archive-search .wp-block-search__button {
      margin-left: -2px;
      padding: 0 28px;
      background: var(--blue);
      color: var(--white);
      cursor: pointer;
      transition: background-color .2s ease,color .2s ease;
    }
    .gt-archive-search .wp-block-search__button:hover {
      background: var(--yellow);
      color: var(--ink);
    }
    .gt-archive-index {
      padding-bottom: clamp(78px,9vw,128px);
    }
    .gt-archive-query,
    .gt-archive-query .wp-block-post-template,
    .gt-archive-query .wp-block-post-template > li {
      margin-block-start: 0 !important;
    }
    .gt-archive-query .wp-block-post-template {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid var(--line);
    }
    .gt-archive-row {
      position: relative;
      display: grid;
      grid-template-columns: minmax(96px,120px) minmax(340px,1.12fr) minmax(300px,.88fr);
      align-items: start;
      gap: clamp(28px,4vw,68px);
      margin-block-start: 0 !important;
      padding: 34px 18px;
      border-top: 1px solid var(--line);
      background: linear-gradient(90deg,rgba(244,189,85,0),rgba(244,189,85,0));
      transition: background .25s ease,padding .25s ease;
    }
    .gt-archive-row > *,
    .gt-archive-title > *,
    .gt-archive-summary > * { margin-block-start: 0 !important; }
    .gt-archive-row:hover {
      background: linear-gradient(90deg,rgba(244,189,85,.2),rgba(244,189,85,0) 58%);
    }
    .gt-archive-date {
      margin: .28rem 0 0;
      color: var(--blue);
      font-size: .76rem;
      font-weight: 700;
      letter-spacing: .055em;
      white-space: nowrap;
    }
    .gt-archive-title h2 {
      margin: 0;
      font: 760 clamp(1.35rem,2vw,1.85rem)/1.12 "Archivo", sans-serif;
      letter-spacing: -.025em;
      overflow-wrap: anywhere;
      text-wrap: pretty;
    }
    .gt-archive-title h2 a {
      color: var(--ink);
      text-decoration: none;
      transition: color .2s ease;
    }
    .gt-archive-row:hover .gt-archive-title h2 a { color: var(--blue); }
    .gt-archive-summary .wp-block-post-excerpt { margin: 0; }
    .gt-archive-summary .wp-block-post-excerpt__excerpt {
      display: -webkit-box;
      margin: 0;
      overflow: hidden;
      color: var(--muted);
      font-size: .96rem;
      line-height: 1.62;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
    .gt-archive-summary .wp-block-post-excerpt__more-text { margin: 16px 0 0; }
    .gt-archive-summary .wp-block-post-excerpt__more-link {
      color: var(--ink);
      font-size: .82rem;
      font-weight: 700;
      text-decoration-color: var(--yellow);
      text-decoration-thickness: 3px;
      text-underline-offset: 5px;
    }
    .gt-archive-summary .wp-block-post-excerpt__more-link::after {
      display: inline-block;
      margin-left: 7px;
      content: "\2197";
      transition: transform .2s ease;
    }
    .gt-archive-row:hover .wp-block-post-excerpt__more-link::after { transform: translate(3px,-3px); }
    .gt-archive-pagination {
      margin-block-start: 38px !important;
      gap: 14px;
      font-size: .9rem;
      font-weight: 700;
    }
    .gt-archive-pagination a,
    .gt-archive-pagination .current {
      display: inline-flex;
      min-width: 42px;
      min-height: 42px;
      align-items: center;
      justify-content: center;
      padding: 8px 12px;
      border: 1px solid var(--line);
      text-decoration: none;
    }
    .gt-archive-pagination a:hover,
    .gt-archive-pagination .current {
      border-color: var(--blue);
      background: var(--blue);
      color: var(--white);
    }

    @media (max-width: 680px) {
      .gt-reading-shell,
      .gt-listing { width: min(100% - 40px, 1120px); padding-block: 56px 72px; }
      .gt-reading > h1,
      .gt-listing > h1 { font-size: clamp(2rem, 8.5vw, 3rem); letter-spacing: -.04em; }
    }
    .contact::after {
      position: absolute;
      right: -30px;
      bottom: -175px;
      color: rgba(10,35,154,.085);
      content: "GT";
      font: 900 clamp(18rem,38vw,36rem)/.7 "Archivo", sans-serif;
      pointer-events: none;
    }
    .contact-inner {
      position: relative;
      z-index: 1;
      min-height: 600px;
      display: grid;
      grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr);
      align-items: center;
      gap: clamp(48px,8vw,110px);
      padding-block: clamp(76px,6.75vw,98px);
    }
    .contact h2 {
      margin-bottom: 0;
      font: 900 clamp(3.7rem,7.5vw,7.3rem)/.94 "Archivo", sans-serif;
      letter-spacing: 0;
      text-wrap: balance;
    }
    .contact-copy { min-width: 0; }
    .contact-copy p {
      width: 100%;
      max-width: 490px;
      margin-bottom: 28px;
      overflow-wrap: break-word;
      font-size: 1.06rem;
    }

    .footer { background: var(--ink); color: var(--white); }
    .footer-inner {
      min-height: 96px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      color: rgba(255,255,255,.62);
      font-size: .78rem;
    }
    .footer strong { color: var(--white); font-weight: 600; }

    .social-dock {
      position: fixed;
      top: 50%;
      right: 22px;
      z-index: 29;
      display: flex;
      flex-direction: column;
      gap: 7px;
      padding: 7px;
      border: 1px solid rgba(255,255,255,.2);
      border-radius: 18px;
      background: rgba(5,16,56,.9);
      box-shadow: 8px 10px 0 rgba(10,35,154,.16),0 16px 36px rgba(5,16,56,.2);
      backdrop-filter: blur(14px);
      transform: translateY(-50%);
    }
    .social-dock__link {
      position: relative;
      width: 44px;
      height: 44px;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 13px;
      background: rgba(255,255,255,.06);
      color: var(--white);
      text-decoration: none;
      transition: border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease;
    }
    .social-dock__link svg { width: 22px; height: 22px; fill: currentColor; }
    .social-dock__link::before {
      position: absolute;
      top: 50%;
      right: calc(100% + 12px);
      padding: 6px 9px;
      border: 1px solid rgba(255,255,255,.18);
      background: var(--ink);
      color: var(--white);
      content: attr(data-label);
      font-size: .68rem;
      font-weight: 700;
      line-height: 1;
      opacity: 0;
      pointer-events: none;
      transform: translate(5px,-50%);
      transition: opacity .2s ease,transform .2s ease;
      white-space: nowrap;
    }
    .social-dock__link--whatsapp { background: var(--yellow); color: var(--ink); }
    .social-dock__link:hover,
    .social-dock__link:focus-visible {
      border-color: var(--yellow);
      background: var(--white);
      color: var(--blue);
      transform: translateX(-3px);
    }
    .social-dock__link:hover::before,
    .social-dock__link:focus-visible::before { opacity: 1; transform: translate(0,-50%); }

    .js .intro { opacity: 0; transform: translateY(26px); }
    .js body.is-ready .intro {
      opacity: 1;
      transform: translateY(0);
      transition: opacity .8s cubic-bezier(.2,.8,.2,1),transform .8s cubic-bezier(.2,.8,.2,1);
    }
    .js body.is-ready .delay-1 { transition-delay: .08s; }
    .js body.is-ready .delay-2 { transition-delay: .17s; }
    .js body.is-ready .delay-3 { transition-delay: .28s; }
    .js body.is-ready .hero-rule::after { animation: draw .85s .45s cubic-bezier(.2,.8,.2,1) both; }
    .js .reveal {
      opacity: 0;
      transform: translateY(22px);
      transition: opacity .7s cubic-bezier(.2,.8,.2,1),transform .7s cubic-bezier(.2,.8,.2,1);
    }
    .js .reveal.is-visible { opacity: 1; transform: translateY(0); }

    @keyframes draw { from { transform: scaleX(0); } to { transform: scaleX(1); } }
    @keyframes scan { 0% { left: -42%; } 50%,100% { left: 104%; } }
    @keyframes pulse {
      0%,100% { box-shadow: 0 0 0 0 rgba(244,189,85,.45); }
      50% { box-shadow: 0 0 0 7px rgba(244,189,85,0); }
    }
    @keyframes packet-across {
      0%,14% { opacity: 0; transform: translate3d(0,0,0); }
      20%,72% { opacity: .72; }
      82%,100% { opacity: 0; transform: translate3d(calc(100vw + 160px),0,0); }
    }
    @keyframes packet-down {
      0%,18% { opacity: 0; transform: translate3d(0,0,0); }
      24%,70% { opacity: .58; }
      80%,100% { opacity: 0; transform: translate3d(0,calc(100vh + 160px),0); }
    }
    @keyframes packet-back {
      0%,22% { opacity: 0; transform: translate3d(0,0,0); }
      28%,68% { opacity: .46; }
      78%,100% { opacity: 0; transform: translate3d(calc(-100vw - 192px),0,0); }
    }

    @media (max-width: 940px) {
      .gt-archive-hero { grid-template-columns: 1fr; gap: 32px; }
      .gt-archive-heading h1 { max-width: 12ch; }
      .gt-archive-search { max-width: 620px; }
      .gt-archive-row {
        grid-template-columns: 104px minmax(0,1fr);
        gap: 12px 30px;
      }
      .gt-archive-summary { grid-column: 2; }
      .hero-grid { min-height: auto; grid-template-columns: 1fr; }
      .hero-copy { max-width: 790px; }
      .hero-visual {
        top: 0;
        max-width: 580px;
        min-height: 570px;
        justify-self: start;
        margin-top: 8px;
      }
      .hero-portrait-cutout--bald {
        right: 0;
        width: min(440px,86%);
      }
      .console-wrap { max-width: 620px; }
      .trust-grid { grid-template-columns: 1fr 1fr; }
      .trust-item:nth-child(2) { border-right: 0; }
      .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
      .section-heading, .experience-media-grid, .contact-inner { grid-template-columns: 1fr; }
      .experience-photo-frame { width: min(100%,560px); aspect-ratio: 4 / 3; }
      .organisation-logo-wall { grid-template-columns: repeat(2,minmax(0,1fr)); }
      .organisation-logo,
      .organisation-logo:nth-child(n+4) { grid-column: auto; border-top: 1px solid var(--line); }
      .organisation-logo:nth-child(odd) { border-right: 1px solid var(--line); }
      .organisation-logo:nth-child(even) { border-right: 0; }
      .organisation-logo:first-child,
      .organisation-logo:nth-child(2) { border-top: 0; }
      .organisation-logo:last-child { grid-column: 1 / -1; border-right: 0; }
      .initiatives-heading { grid-template-columns: 1fr; gap: 18px; }
      .gt-home-archive-row {
        grid-template-columns: 94px minmax(0,1fr);
        gap: 10px 28px;
      }
      .gt-home-archive-summary { grid-column: 2; }
      .contact-inner { min-height: 0; }
    }

    @media (max-width: 860px) {
      .nav { min-height: 68px; gap: 12px; }
      .nav-links { display: none; }
      .menu-toggle { display: inline-flex; align-items: center; }
      .mobile-nav:not([hidden]) {
        display: grid;
        padding: 10px clamp(22px,5.6vw,78px) 22px;
        border-top: 1px solid var(--line);
        background: var(--white);
      }
      .mobile-nav > a {
        padding: 14px 0;
        border-bottom: 1px solid var(--line);
        font-weight: 600;
        text-decoration: none;
      }
      .mobile-nav > .language-switcher {
        padding: 14px 0;
        border-bottom: 1px solid var(--line);
      }
      .mobile-nav > a:last-child {
        margin-top: 14px;
        padding: 14px 16px;
        border: 0;
        background: var(--blue);
        color: var(--white);
        text-align: center;
      }
    }

    @media (max-width: 680px) {
      body { font-size: 16px; }
      html { scroll-padding-top: 113px; }
      .gt-archive-hero {
        gap: 28px;
        padding-block: 52px 44px;
      }
      .gt-archive-heading h1 {
        max-width: 100%;
        font-size: clamp(2.8rem,14vw,4rem);
        line-height: .95;
        letter-spacing: -.05em;
      }
      .gt-archive-heading p { margin-top: 20px; }
      .gt-archive-search .wp-block-search__inside-wrapper { grid-template-columns: minmax(0,1fr) auto; }
      .gt-archive-search .wp-block-search__input,
      .gt-archive-search .wp-block-search__button { min-height: 54px; }
      .gt-archive-search .wp-block-search__input { padding-inline: 14px; }
      .gt-archive-search .wp-block-search__button { padding-inline: 18px; }
      .gt-archive-index { padding-bottom: 76px; }
      .gt-archive-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 28px 0;
      }
      .gt-archive-summary { grid-column: auto; }
      .gt-archive-date { margin: 0; }
      .gt-archive-title h2 { font-size: clamp(1.35rem,7vw,1.75rem); }
      .gt-archive-summary .wp-block-post-excerpt__more-text { margin-top: 14px; }
      .notes-compact { padding-block: 48px; }
      .notes-compact .notes-heading { margin-bottom: 26px; }
      .notes-compact .notes-heading h2 { font-size: clamp(2.2rem,11vw,2.75rem); }
      .gt-home-archive-row {
        grid-template-columns: 1fr;
        gap: 8px;
        min-height: 0;
        padding: 22px 0;
      }
      .gt-home-archive-summary { grid-column: auto; }
      .gt-home-archive-summary .wp-block-post-excerpt__excerpt { -webkit-line-clamp: 2; }
      .gt-home-archive-footer { margin-top: 18px; text-align: left; }
      .logo { font-size: 26px; }
      .logo::after { width: 6px; height: 6px; }
      .hero { min-height: auto; }
      .hero-grid { padding-top: 68px; padding-bottom: 0; }
      .hero h1 {
        max-width: 100%;
        font-size: clamp(2.55rem,11vw,3.2rem);
        line-height: 1.02;
      }
      .hero h1 span { display: block; }
      .data-packet:nth-child(n+2) { display: none; }
      .hero-lede { font-size: 1.02rem; }
      .hero-actions { align-items: flex-start; flex-direction: column; }
      .console-wrap { width: calc(100% - 12px); }
      .hero-visual {
        width: 100%;
        max-width: 440px;
        min-height: 430px;
        justify-self: center;
        margin-top: 28px;
        padding-bottom: 0;
      }
      .hero-visual .console-wrap { display: none; }
      .hero-portrait-stage::before { right: 1%; bottom: 5%; width: 82%; height: 55%; }
      .hero-portrait-stage::after { top: 12%; right: 10%; }
      .hero-portrait-cutout {
        right: -18%;
        width: auto;
        height: 100%;
        filter:
          drop-shadow(3px 0 0 var(--yellow))
          drop-shadow(-3px 0 0 var(--yellow))
          drop-shadow(0 3px 0 var(--yellow))
          drop-shadow(0 -3px 0 var(--yellow))
          drop-shadow(14px 14px 0 rgba(5,16,56,.26));
      }
      .hero-portrait-cutout--bald {
        right: -4%;
        width: auto;
        height: 110%;
      }
      .solution-console { padding: 20px; box-shadow: 12px 12px 0 rgba(5,16,56,.24); }
      .console-head { align-items: flex-start; flex-wrap: wrap; }
      .solution-path div { min-width: 0; }
      .trust-grid { grid-template-columns: 1fr; }
      .trust-item, .trust-item:first-child {
        min-height: 92px;
        padding-inline: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.16);
      }
      .trust-item:last-child { border-bottom: 0; }
      .section { padding-block: 84px; }
      .section-heading { gap: 24px; margin-bottom: 42px; }
      .section-heading h2 {
        min-width: 0;
        font-size: clamp(2.25rem,11.5vw,3.75rem);
        line-height: 1;
        overflow-wrap: anywhere;
      }
      .service-item { grid-template-columns: 1fr; gap: 12px; padding: 26px 18px; }
      .service-item::before { left: 18px; }
      .service-output { justify-self: start; margin-top: 4px; }
      .organisation { grid-template-columns: 1fr; gap: 7px; padding-block: 22px; }
      .experience-photo-frame { aspect-ratio: 4 / 5; }
      .organisation-logo-wall { grid-template-columns: 1fr; }
      .organisation-logo,
      .organisation-logo:nth-child(n+4),
      .organisation-logo:last-child {
        min-height: 112px;
        grid-column: auto;
        border-top: 1px solid var(--line);
        border-right: 0;
      }
      .organisation-logo:first-child { border-top: 0; }
      .initiatives { margin-top: 48px; padding-top: 36px; }
      .initiatives-heading { margin-bottom: 26px; }
      .initiatives-heading h3 { font-size: clamp(2rem,10vw,2.75rem); }
      .initiative-grid { grid-template-columns: 1fr; }
      .initiative,
      .initiative:last-child {
        min-height: 0;
        grid-column: auto;
        padding-block: 28px;
      }
      .initiative:first-child { padding-top: 8px; }
      .initiative + .initiative::before {
        top: 0;
        right: 8%;
        bottom: auto;
        left: 8%;
        width: auto;
        height: 1px;
      }
      .initiative-visual { min-height: 168px; padding: 12px 32px; }
      .initiative-logo { width: min(100%,140px); max-height: 140px; }
      .initiative-logo-missingshot { width: min(100%,124px); }
      .notes-compact .notes-heading { grid-template-columns: 1fr; gap: 18px; }
      .contact h2 {
        max-width: 100%;
        font-size: clamp(2.35rem,11vw,3rem);
        line-height: 1.03;
      }
      .contact::after { right: -70px; bottom: -70px; }
      .footer-inner {
        min-height: 120px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
      }
      .footer { padding-bottom: 80px; }
      .social-dock {
        top: auto;
        right: auto;
        bottom: max(12px,env(safe-area-inset-bottom));
        left: 50%;
        flex-direction: row;
        gap: 6px;
        padding: 6px;
        border-radius: 17px;
        transform: translateX(-50%);
      }
      .social-dock__link { width: 42px; height: 42px; border-radius: 12px; }
      .social-dock__link::before { display: none; }
      .social-dock__link:hover,
      .social-dock__link:focus-visible { transform: translateY(-2px); }
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      *,*::before,*::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
      }
      .js .intro, .js .reveal { opacity: 1; transform: none; }
      .data-packet { animation: none !important; opacity: 0; }
    }
