    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-ExtraLight.ttf') format('truetype');
      font-weight: 200;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-ExtraLightItalic.ttf') format('truetype');
      font-weight: 200;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-Light.ttf') format('truetype');
      font-weight: 300;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-LightItalic.ttf') format('truetype');
      font-weight: 300;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-Italic.ttf') format('truetype');
      font-weight: 400;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-MediumItalic.ttf') format('truetype');
      font-weight: 500;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-SemiBold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-SemiBoldItalic.ttf') format('truetype');
      font-weight: 600;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-BoldItalic.ttf') format('truetype');
      font-weight: 700;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-ExtraBold.ttf') format('truetype');
      font-weight: 800;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'Spectral';
      src: url('../fonts/Spectral-ExtraBoldItalic.ttf') format('truetype');
      font-weight: 800;
      font-style: italic;
      font-display: swap;
    }

    @font-face {
      font-family: 'TASA Orbiter';
      src: url('../fonts/TASAOrbiter-Regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'TASA Orbiter';
      src: url('../fonts/TASAOrbiter-Medium.ttf') format('truetype');
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'TASA Orbiter';
      src: url('../fonts/TASAOrbiter-SemiBold.ttf') format('truetype');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'TASA Orbiter';
      src: url('../fonts/TASAOrbiter-Bold.ttf') format('truetype');
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: 'TASA Orbiter';
      src: url('../fonts/TASAOrbiter-ExtraBold.ttf') format('truetype');
      font-weight: 800;
      font-style: normal;
      font-display: swap;
    }

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    :root {
      --bg: #0C111C;
      --line: rgba(255, 255, 255, 0.075);
      --text: #f4f6fa;
      --muted: #a5abb5;
      --muted-2: #777e8b;
      --button: #f4f5f7;
      --container: 1290px;
      --hairline: 0.5px;
      --light-bg: #f3f3f4;
      --light-border: #e1e1e3;
      --grid-line: #dddddf;
      --white: #f5f7fb;
      --dark-text: #14171c;
      --serif: 'Spectral', Georgia, 'Times New Roman', serif;
      --sans: 'TASA Orbiter', Arial, Helvetica, sans-serif;
      --ease: cubic-bezier(.22, 1, .36, 1);
      --h1: 77px;
      --h2: 58px;
      --h3: 44px;
      --h3-large: 50px;
      --h4: 32px;
      --h4-large: 38px;
      --h5: 26px;
      --h6: 22px;
      --h6-large: 25px;
      --text-l: 17.25px;
      --text-m: 15.5px;
      --text-s: 16px;
      --text-xs: 14px;
      --label-l: 14px;
      --label-s: 12px;
      --section-start: 123px;
      --section-end: 82.5px;
      --section-x: 39px;
      --color-bg-page: var(--bg);
      --color-bg-surface: var(--light-bg);
      --color-bg-inverse: #0C111C;
      --color-text-primary: var(--dark-text);
      --color-text-inverse: var(--text);
      --color-text-muted: #3f434a;
      --color-border: var(--grid-line);
      --color-border-soft: var(--light-border);
      --space-2xs: 4px;
      --space-xs: 8px;
      --space-s: 14px;
      --space-m: 22px;
      --space-l: 32px;
      --space-xl: 48px;
      --space-2xl: 70px;
      --space-3xl: 96px;
      --radius-xs: 4px;
      --radius-s: 8px;
      --radius-m: 12px;
      --shadow-soft: 0 16px 44px rgba(12, 17, 28, 0.08);
      --shadow-inset-light: inset 0 1px 0 rgba(255, 255, 255, 0.55);
      --motion-fast: 180ms;
      --motion-base: 220ms;
      --motion-slow: 560ms;
      --motion-section: 850ms;
      --z-header: 20;
      --z-overlay: 50;
      --z-modal: 100;
      --grid-columns: 12;
      --grid-gutter: 24px;
      --breakpoint-mobile: 480px;
      --breakpoint-tablet: 768px;
      --breakpoint-desktop: 1100px;
    }

    html,
    body {
      width: 100%;
      min-height: 100%;
      background: var(--bg);
      color: var(--text);
      font-family: var(--sans);
      text-rendering: geometricPrecision;
      -webkit-font-smoothing: antialiased;
    }

    html {
      scroll-behavior: smooth;
    }

    html.lenis,
    html.lenis body {
      height: auto;
    }

    html.lenis.lenis-smooth {
      scroll-behavior: auto !important;
    }

    html.lenis.lenis-smooth [data-lenis-prevent] {
      overscroll-behavior: contain;
    }

    html.lenis.lenis-stopped {
      overflow: hidden;
    }

    html.lenis.lenis-smooth iframe {
      pointer-events: none;
    }

    body {
      overflow-x: hidden;
    }

    a:focus-visible {
      outline: 2px solid #f4f6fa;
      outline-offset: 4px;
    }

    img {
      max-width: 100%;
    }

    section {
      scroll-margin-top: 78px;
    }

    .hero-content,
    .hero-media,
    .trusted,
    .stat-item,
    .about-grid,
    .service-card,
    .impact-card,
    .story-feature,
    .precision-card,
    .blog-card,
    .faq-wrapper,
    .content-hero-wrapper,
    .content-featured,
    .content-list-wrapper,
    .article-hero,
    .article-content-shell,
    .contact-wrapper,
    .footer-wrapper {
      animation: sectionRise .85s var(--ease) both;
    }

    @keyframes sectionRise {
      from {
        opacity: 0;
        transform: translateY(22px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }

    .page {
      min-height: 100vh;
      background:
        linear-gradient(to right, transparent calc(50% - 645px), var(--line) calc(50% - 645px), var(--line) calc(50% - 645px + var(--hairline)), transparent calc(50% - 645px + var(--hairline))),
        linear-gradient(to right, transparent calc(50% + 645px), var(--line) calc(50% + 645px), var(--line) calc(50% + 645px + var(--hairline)), transparent calc(50% + 645px + var(--hairline))),
        var(--bg);
    }

    .container {
      width: min(100%, var(--container));
      margin: 0 auto;
    }

    .header {
      height: 64px;
      border-bottom: var(--hairline) solid rgba(12, 17, 28, 0.1);
      position: sticky;
      top: 0;
      z-index: var(--z-header);
      background: #f5f5f6;
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      transform: translateY(0);
      transition: transform .44s var(--ease);
      will-change: transform;
    }

    .header.is-hidden {
      transform: translateY(-112%);
      transition: transform .42s cubic-bezier(.55, 0, .18, 1);
    }

    .header.is-visible,
    .header.is-showing {
      transform: translateY(0);
    }

    .header:focus-within {
      transform: translateY(0);
    }

    .header-inner {
      height: 100%;
      display: grid;
      grid-template-columns: 160px 1fr auto;
      align-items: center;
      column-gap: 42px;
      padding: 0 39px;
    }

    .logo {
      display: inline-flex;
      align-items: center;
      width: 158px;
      height: 24px;
      font-size: 21px;
      line-height: 1;
      letter-spacing: 2.2px;
      font-weight: 800;
      color: #11151c;
      text-decoration: none;
    }

    .logo img,
    .footer-logo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
    }

    .nav {
      display: flex;
      align-items: center;
      gap: 36px;
    }

    .nav a {
      color: #3f4650;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 1;
      letter-spacing: 2.2px;
      transition: color 0.2s ease;
    }

    .nav a:hover {
      color: #0C111C;
    }

    .nav a[aria-current="page"] {
      color: #0C111C;
    }

    .header-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 35px;
      min-width: 197px;
      padding: 0 18px;
      background: #0C111C;
      color: #f5f7fb;
      border: 0;
      border-radius: 3px;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 2px;
      font-weight: 700;
      transition: transform 0.2s ease, background 0.2s ease;
    }

    .header-button:hover,
    .strategy-button:hover {
      transform: translateY(-1px);
    }

    .header-button:hover {
      background: #171d28;
    }

    .hero {
      display: grid;
      grid-template-columns: 1fr 645px;
      min-height: 780px;
      border-bottom: var(--hairline) solid var(--line);
    }

    .hero-content {
      padding: 82px 40px 0 39px;
      display: flex;
      flex-direction: column;
    }

    .hero h1 {
      max-width: 475px;
      font-family: var(--serif);
      font-size: clamp(58px, 5vw, 72px);
      line-height: 1.06;
      letter-spacing: -3.4px;
      font-weight: 400;
      color: #f5f7fb;
    }

    .hero p {
      margin-top: 24px;
      max-width: 390px;
      color: #b4bac5;
      font-size: 17px;
      line-height: 1.45;
      letter-spacing: -0.15px;
      font-weight: 500;
    }

    .hero-actions {
      margin-top: auto;
      padding-bottom: 55px;
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .strategy-button {
      width: 245px;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 16px 0 21px;
      background: linear-gradient(90deg, rgba(255,255,255,.115), rgba(255,255,255,.035));
      border: var(--hairline) solid rgba(255,255,255,.18);
      color: #eff2f7;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1.7px;
      font-weight: 700;
      transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    }

    .strategy-button:hover {
      border-color: rgba(255,255,255,.34);
      background: linear-gradient(90deg, rgba(255,255,255,.16), rgba(255,255,255,.055));
    }

    .strategy-button .arrow {
      font-size: 19px;
      line-height: 1;
      font-weight: 300;
      transform: translateY(-1px);
    }

    .rating {
      color: #a5abb5;
      font-size: 15px;
      line-height: 1.2;
      font-weight: 800;
      white-space: nowrap;
    }

    .rating .stars {
      color: #f4f6fa;
      font-size: 13px;
      letter-spacing: 2.2px;
      margin-left: 5px;
    }

    .rating .caption {
      display: block;
      margin-top: 7px;
      color: #8e95a1;
      font-size: var(--label-s);
      font-weight: 300;
      letter-spacing: 1px;
      line-height: 1.25em;
      text-transform: uppercase;
    }

    .hero-media {
      width: 645px;
      height: 780px;
      overflow: hidden;
      background: #d6d8dd;
    }

    .hero-media img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: 50% 46%;
      filter: saturate(0.88) contrast(0.96) brightness(0.93);
    }

    .hero-media picture,
    .about-image picture {
      width: 100%;
      height: 100%;
      display: block;
    }

    .trusted {
      min-height: 190px;
      padding: 53px 39px 46px;
      text-align: center;
    }

    .trusted-title {
      color: #9ba1ac;
      font-size: 11px;
      line-height: 1;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      font-weight: 500;
    }

    .logos {
      margin-top: 36px;
      padding-bottom: 10px;
      position: relative;
      overflow: hidden;
      width: 100%;
      -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 91%, transparent 100%);
    }

    .logos-track {
      width: max-content;
      display: flex;
      align-items: center;
      gap: 45px;
      animation: logoMarquee 74s linear infinite;
      will-change: transform;
    }

    .logos:hover .logos-track,
    .logos:focus-within .logos-track {
      animation-play-state: paused;
    }

    @keyframes logoMarquee {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(calc(-50% - 22.5px));
      }
    }

    .client-logo {
      --logo-box-width: 124px;
      --logo-box-height: 31px;
      --logo-scale: 1;
      --logo-space-start: 0px;
      --logo-space-end: 0px;
      --logo-space-scale: 1;
      min-width: 150px;
      flex: 0 0 150px;
      height: 39px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: rgba(180, 186, 197, 0.58);
      line-height: 1;
      margin-inline: calc(var(--logo-space-start) * var(--logo-space-scale)) calc(var(--logo-space-end) * var(--logo-space-scale));
      white-space: nowrap;
    }

    .client-logo.logo-abc {
      --logo-box-width: 92px;
      --logo-box-height: 34px;
      --logo-space-start: 7px;
      --logo-space-end: 5px;
    }

    .client-logo.logo-digi {
      --logo-box-width: 104px;
      --logo-box-height: 33px;
      --logo-space-start: 2px;
      --logo-space-end: 4px;
    }

    .client-logo.logo-bangtoys {
      --logo-box-width: 126px;
      --logo-box-height: 30px;
      --logo-space-start: -5px;
      --logo-space-end: -7px;
    }

    .client-logo.logo-cnaat {
      --logo-box-width: 132px;
      --logo-box-height: 24px;
      --logo-space-start: -8px;
      --logo-space-end: -8px;
    }

    .client-logo.logo-deva {
      --logo-box-width: 136px;
      --logo-box-height: 25px;
      --logo-space-start: -10px;
      --logo-space-end: -8px;
    }

    .client-logo.logo-henkel {
      --logo-box-width: 96px;
      --logo-box-height: 34px;
      --logo-space-start: 7px;
      --logo-space-end: 8px;
    }

    .client-logo.logo-pamcary {
      --logo-box-width: 138px;
      --logo-box-height: 23px;
      --logo-space-start: -10px;
      --logo-space-end: -10px;
    }

    .client-logo.logo-rihappy {
      --logo-box-width: 132px;
      --logo-box-height: 26px;
      --logo-space-start: -6px;
      --logo-space-end: -5px;
    }

    .client-logo.logo-schwarzkopf {
      --logo-box-width: 110px;
      --logo-box-height: 34px;
      --logo-space-start: 4px;
      --logo-space-end: 5px;
    }

    .client-logo.logo-trinity {
      --logo-box-width: 126px;
      --logo-box-height: 25px;
      --logo-space-start: -6px;
      --logo-space-end: -6px;
    }

    .client-logo.logo-yolo {
      --logo-box-width: 104px;
      --logo-box-height: 32px;
      --logo-space-start: 3px;
      --logo-space-end: 4px;
    }

    .client-logo.logo-azul {
      --logo-box-width: 128px;
      --logo-box-height: 20px;
      --logo-space-start: -9px;
      --logo-space-end: -7px;
    }

    .client-logo img {
      width: min(100%, calc(var(--logo-box-width) * var(--logo-scale)));
      height: min(100%, calc(var(--logo-box-height) * var(--logo-scale)));
      display: block;
      object-fit: contain;
      filter: brightness(0) invert(1);
      opacity: 0.3;
    }

    @media (max-width: 1100px) {
      .header-inner {
        grid-template-columns: auto auto;
        justify-content: space-between;
      }

      .nav {
        display: none;
      }

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

      .hero-media {
        width: 100%;
        height: 590px;
        order: -1;
      }

      .hero-content {
        min-height: 560px;
      }

      .logos {
        margin-top: 34px;
      }
    }

    @media (max-width: 700px) {
      .page {
        background: var(--bg);
      }

      .header-inner,
      .hero-content,
      .trusted {
        padding-left: 22px;
        padding-right: 22px;
      }

      .header-button {
        min-width: 0;
        padding: 0 13px;
        font-size: 9px;
      }

      .logo {
        font-size: 17px;
      }

      .hero h1 {
        font-size: 52px;
        letter-spacing: -2.5px;
      }

      .hero-actions {
        align-items: flex-start;
        flex-direction: column;
      }

      .hero-media {
        height: clamp(430px, 78vw, 520px);
      }

      .strategy-button {
        width: 100%;
      }

      .logos {
        margin-top: 30px;
      }
    }

    /* ===== LIGHT PAGE SHELL ===== */
    .page.page--light {
      background:
        linear-gradient(to right, transparent calc(50% - 645px), var(--grid-line) calc(50% - 645px), var(--grid-line) calc(50% - 645px + var(--hairline)), transparent calc(50% - 645px + var(--hairline))),
        linear-gradient(to right, transparent calc(50% + 645px), var(--grid-line) calc(50% + 645px), var(--grid-line) calc(50% + 645px + var(--hairline)), transparent calc(50% + 645px + var(--hairline))),
        var(--light-bg);
      color: var(--dark-text);
    }

    @media (max-width: 768px) {
      .page.page--light {
        background: var(--light-bg);
      }
    }

    /* ===== PAGE - CONTENTS ===== */
    .content-page {
      background: var(--light-bg);
      color: var(--dark-text);
    }

    .content-hero {
      background: var(--light-bg);
      border-bottom: var(--hairline) solid var(--grid-line);
      position: relative;
      overflow: hidden;
    }

    .content-hero-wrapper {
      min-height: 330px;
      display: flex;
      align-items: flex-end;
      padding: 104px 39px 50px;
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
      background: linear-gradient(135deg, #f2f4f8 0%, #e4ebf6 45%, #d9e2f1 100%);
    }

    .content-hero h1 {
      max-width: 475px;
      font-family: var(--serif);
      color: #14171c;
    }

    .content-featured-section,
    .content-list-section {
      background: var(--light-bg);
      border-bottom: var(--hairline) solid var(--grid-line);
      position: relative;
      overflow: hidden;
    }

    .content-featured,
    .content-list-wrapper {
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
    }

    .content-featured {
      padding: var(--section-end) 0 calc(var(--section-end) * 1.15);
    }

    .content-featured-link {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, .92fr);
      align-items: stretch;
      color: inherit;
      text-decoration: none;
      border-top: var(--hairline) solid var(--grid-line);
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .content-featured-link:focus-visible {
      outline: 2px solid #0C111C;
      outline-offset: -2px;
    }

    .content-featured-image {
      height: 470px;
      min-height: 470px;
      overflow: hidden;
      background: #d9dadd;
      border-right: var(--hairline) solid var(--grid-line);
    }

    .content-featured-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      filter: saturate(.9) contrast(.96) brightness(.96);
    }

    .content-featured-copy {
      min-height: 470px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 58px 64px;
      background: var(--light-bg);
    }

    .content-featured-copy h2 {
      max-width: 500px;
      margin-top: 26px;
      font-family: var(--serif);
      color: #11151c;
      font-size: var(--h4-large);
      line-height: 1.1em;
      letter-spacing: -0.035em;
      font-weight: 300;
    }

    .content-featured-copy p {
      max-width: 490px;
      margin-top: 18px;
      color: #4b515b;
      font-family: var(--sans);
      font-size: var(--text-l);
      line-height: 1.4em;
      letter-spacing: 0;
      font-weight: 300;
    }

    .content-featured-button {
      margin-top: 36px;
    }

    .content-list-wrapper {
      padding: 0 0 calc(var(--section-end) * 2);
    }

    @media (max-width: 1100px) {
      .content-hero-wrapper {
        min-height: 310px;
        padding-top: 90px;
        padding-bottom: 48px;
      }

      .content-featured-link {
        grid-template-columns: 1fr;
      }

      .content-featured-image {
        height: 430px;
        min-height: 430px;
        border-right: 0;
        border-bottom: var(--hairline) solid var(--grid-line);
      }

      .content-featured-copy {
        min-height: auto;
        padding: 54px var(--section-x) 62px;
      }

      .content-featured-copy h2 {
        font-size: var(--h4);
      }
    }

    @media (max-width: 768px) {
      .content-hero-wrapper {
        min-height: 260px;
        padding: 74px var(--section-x) 42px;
        border-left: 0;
        border-right: 0;
      }

      .content-featured,
      .content-list-wrapper {
        border-left: 0;
        border-right: 0;
      }

      .content-featured {
        padding: 40px 0 72px;
      }

      .content-featured-image {
        height: 330px;
        min-height: 330px;
      }

      .content-featured-copy h2 {
        font-size: var(--h4);
        line-height: 1.1em;
        text-wrap: balance;
      }

      .content-featured-copy p {
        max-width: min(100%, 34rem);
        font-size: var(--text-m);
        line-height: 1.5em;
      }
    }

    @media (max-width: 480px) {
      .content-hero-wrapper {
        min-height: 235px;
        padding-top: 62px;
        padding-bottom: 36px;
      }

      .content-featured {
        padding-top: 30px;
      }

      .content-featured-image {
        height: 285px;
        min-height: 285px;
      }

      .content-featured-copy {
        padding-top: 42px;
        padding-bottom: 48px;
      }

      .content-featured-copy h2 {
        font-size: 30px;
      }
    }

    /* ===== PAGE - ARTICLE ===== */
    .article-page {
      background: var(--light-bg);
      color: var(--dark-text);
    }

    .article-hero-section,
    .article-content-section {
      background: var(--light-bg);
      position: relative;
      overflow: hidden;
    }

    .article-hero-section {
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .article-content-section {
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .article-content-section::before,
    .article-content-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--grid-line);
    }

    .article-content-section::before {
      left: calc(50% - 645px);
    }

    .article-content-section::after {
      right: calc(50% - 645px);
    }

    .article-hero {
      min-height: clamp(560px, 58vw, 720px);
      position: relative;
      overflow: hidden;
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
      background: #11151c;
      isolation: isolate;
    }

    .article-hero-image {
      position: absolute;
      inset: 0;
      z-index: 0;
      background: #11151c;
    }

    .article-hero-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      filter: saturate(.82) contrast(.96) brightness(.86);
      transform: scale(1.005);
    }

    .article-hero-shade {
      position: absolute;
      inset: 0;
      z-index: 1;
      background:
        linear-gradient(180deg, rgba(12, 17, 28, .08) 0%, rgba(12, 17, 28, .22) 44%, rgba(12, 17, 28, .78) 100%),
        linear-gradient(90deg, rgba(12, 17, 28, .48) 0%, rgba(12, 17, 28, .16) 48%, rgba(12, 17, 28, .04) 100%);
      pointer-events: none;
    }

    .article-hero-copy {
      min-height: inherit;
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 118px 39px 62px;
      color: #f5f7fb;
    }

    .article-meta {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      color: rgba(245, 247, 251, .78);
      font-family: var(--sans);
      font-size: 12px;
      line-height: 1.2;
      letter-spacing: .7px;
      font-weight: 400;
    }

    .article-tag {
      min-height: 24px;
      display: inline-flex;
      align-items: center;
      padding: 0 10px;
      border: var(--hairline) solid rgba(255, 255, 255, .22);
      background: rgba(255, 255, 255, .08);
      color: #f5f7fb;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .article-hero h1 {
      width: min(100%, 900px);
      margin-top: 22px;
      color: #f5f7fb;
      font-family: var(--serif);
      font-size: clamp(52px, 5.5vw, 76px);
      line-height: .98em;
      letter-spacing: -0.05em;
      font-weight: 300;
    }

    .article-content-shell {
      position: relative;
      z-index: 1;
      padding: clamp(88px, 8.4vw, 120px) 39px clamp(102px, 9vw, 138px);
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
    }

    .article-body {
      width: min(100%, 790px);
      margin: 0 auto;
      color: #272c33;
    }

    .article-body > * {
      max-width: 100%;
    }

    .article-body p {
      color: #333942;
      font-family: var(--sans);
      font-size: 17px;
      line-height: 1.68em;
      letter-spacing: 0;
      font-weight: 300;
    }

    .article-body p + p {
      margin-top: 24px;
    }

    .article-body .article-lead {
      color: #1a1f27;
      font-size: clamp(21px, 2.05vw, 25px);
      line-height: 1.44em;
      letter-spacing: -0.01em;
      font-weight: 300;
    }

    .article-body .article-lead + p {
      margin-top: 34px;
    }

    .article-body h2 {
      margin-top: 68px;
      color: #11151c;
      font-family: var(--serif);
      font-size: clamp(36px, 3.1vw, 45px);
      line-height: 1.05em;
      letter-spacing: -0.045em;
      font-weight: 300;
    }

    .article-body h2 + p,
    .article-body h3 + p {
      margin-top: 20px;
    }

    .article-body h3 {
      margin-top: 48px;
      color: #151a22;
      font-family: var(--serif);
      font-size: clamp(28px, 2.2vw, 34px);
      line-height: 1.12em;
      letter-spacing: -0.035em;
      font-weight: 300;
    }

    .article-body ul,
    .article-body ol {
      display: grid;
      gap: 14px;
      margin-top: 28px;
      padding: 0;
      list-style: none;
    }

    .article-body li {
      position: relative;
      padding-left: 22px;
      color: #303640;
      font-family: var(--sans);
      font-size: 16.5px;
      line-height: 1.56em;
      letter-spacing: 0;
      font-weight: 300;
    }

    .article-body li::before {
      content: "";
      width: 5px;
      height: 5px;
      position: absolute;
      top: .74em;
      left: 0;
      background: #0C111C;
    }

    .article-body li strong {
      color: #151a22;
      font-weight: 600;
    }

    .article-quote {
      margin: 52px 0 12px;
      padding: 4px 0 4px 34px;
      border-left: 2px solid rgba(12, 17, 28, .28);
    }

    .article-quote p {
      color: #151a22;
      font-family: var(--serif);
      font-size: clamp(27px, 2.55vw, 36px);
      line-height: 1.14em;
      letter-spacing: -0.04em;
      font-weight: 300;
    }

    .article-quote cite {
      display: block;
      margin-top: 18px;
      color: #626874;
      font-family: var(--sans);
      font-size: 12px;
      line-height: 1.35em;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-style: normal;
      font-weight: 400;
    }

    .article-highlight {
      margin: 48px 0 10px;
      padding: 34px 38px 36px;
      border-left: 2px solid #0C111C;
      background: #e9edf7;
      box-shadow: var(--shadow-inset-light);
    }

    .article-highlight p {
      color: #151a22;
      font-family: var(--serif);
      font-size: clamp(26px, 2.5vw, 34px);
      line-height: 1.15em;
      letter-spacing: -0.04em;
      font-weight: 300;
    }

    .article-cta {
      margin-top: 76px;
      padding-top: 36px;
      border-top: var(--hairline) solid var(--grid-line);
    }

    .article-inline-cta {
      margin: 58px 0 10px;
      padding: 32px 34px 36px;
      border: var(--hairline) solid #d6d7db;
      background: linear-gradient(135deg, #eef1f7, #f8f8fa);
      box-shadow: var(--shadow-inset-light);
    }

    .article-cta-eyebrow {
      display: inline-flex;
      color: #626874;
      font-family: var(--sans);
      font-size: 12px;
      line-height: 1.25em;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 400;
    }

    .article-cta p {
      max-width: 680px;
      margin-top: 16px;
      color: #11151c;
      font-family: var(--serif);
      font-size: clamp(29px, 2.65vw, 38px);
      line-height: 1.1em;
      letter-spacing: -0.04em;
      font-weight: 300;
    }

    .article-cta-button {
      width: 244px;
      margin-top: 28px;
    }

    .article-interlinks,
    .article-references,
    .article-faq-block {
      margin-top: 70px;
      padding-top: 34px;
      border-top: var(--hairline) solid var(--grid-line);
    }

    .article-interlinks h2,
    .article-references h2,
    .article-faq-block h2 {
      margin-top: 0;
      font-size: clamp(27px, 2.25vw, 34px);
      line-height: 1.1em;
      letter-spacing: -0.038em;
    }

    .article-interlinks ul,
    .article-references ul {
      gap: 12px;
      margin-top: 24px;
    }

    .article-interlinks li,
    .article-references li {
      padding-left: 0;
      font-size: 14px;
      line-height: 1.5em;
    }

    .article-interlinks li::before,
    .article-references li::before {
      content: none;
    }

    .article-interlinks a,
    .article-references a {
      color: #222831;
      text-decoration: none;
      border-bottom: var(--hairline) solid rgba(12, 17, 28, .26);
      transition: color .2s ease, border-color .2s ease;
    }

    .article-interlinks a:hover,
    .article-references a:hover {
      color: #0C111C;
      border-color: #0C111C;
    }

    .article-faq-block details {
      border-bottom: var(--hairline) solid var(--grid-line);
      padding: 0;
    }

    .article-faq-block summary {
      min-height: 66px;
      display: flex;
      align-items: center;
      color: #151a22;
      cursor: pointer;
      font-family: var(--serif);
      font-size: clamp(23px, 2vw, 29px);
      line-height: 1.15em;
      letter-spacing: -0.035em;
      font-weight: 300;
      list-style: none;
    }

    .article-faq-block summary::-webkit-details-marker {
      display: none;
    }

    .article-faq-block p {
      padding-bottom: 24px;
    }

    .article-more-section {
      border-top: 0;
    }

    .article-more-heading h2 {
      max-width: 470px;
    }

    @media (max-width: 1024px) {
      .article-hero-copy {
        padding-top: 104px;
        padding-bottom: 56px;
      }

      .article-content-section::before,
      .article-content-section::after {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .article-hero {
        min-height: clamp(520px, 112vw, 690px);
        border-left: 0;
        border-right: 0;
      }

      .article-hero-copy {
        padding: 94px var(--section-x) 50px;
      }

      .article-hero h1 {
        width: min(100%, 10.8ch);
        font-size: clamp(46px, 11.5vw, 64px);
        line-height: .98em;
        letter-spacing: -0.05em;
      }

      .article-meta {
        gap: 10px;
        font-size: 11px;
      }

      .article-content-shell {
        padding: clamp(72px, 14vw, 96px) var(--section-x) clamp(84px, 16vw, 116px);
        border-left: 0;
        border-right: 0;
      }

      .article-body {
        width: min(100%, 36rem);
      }

      .article-body p {
        font-size: 16px;
        line-height: 1.64em;
      }

      .article-body .article-lead {
        font-size: clamp(20px, 5vw, 24px);
        line-height: 1.42em;
      }

      .article-body h2 {
        margin-top: 58px;
        font-size: clamp(34px, 8.3vw, 44px);
        line-height: 1.06em;
      }

      .article-body h3 {
        margin-top: 42px;
        font-size: clamp(27px, 6.6vw, 34px);
      }

      .article-body li {
        font-size: 15.5px;
        line-height: 1.56em;
      }

      .article-highlight {
        margin-top: 42px;
        padding: 30px var(--section-x) 32px;
      }

      .article-highlight p {
        font-size: clamp(25px, 7vw, 34px);
      }

      .article-cta {
        margin-top: 64px;
      }

      .article-cta-button {
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .article-hero {
        min-height: 520px;
      }

      .article-hero-copy {
        padding-top: 82px;
        padding-bottom: 42px;
      }

      .article-hero h1 {
        width: min(100%, 10.2ch);
        font-size: clamp(40px, 12.4vw, 52px);
      }

      .article-meta {
        align-items: flex-start;
        flex-direction: column;
        letter-spacing: .6px;
      }

      .article-body {
        width: 100%;
      }

      .article-body p {
        font-size: 15.5px;
      }

      .article-body .article-lead {
        font-size: 20px;
      }

      .article-body h2 {
        font-size: clamp(32px, 9.8vw, 40px);
      }

      .article-body h3 {
        font-size: clamp(26px, 7.6vw, 31px);
      }

      .article-cta p {
        font-size: clamp(27px, 8.4vw, 34px);
      }
    }

    /* ===== SECTION 12 - FOOTER ===== */
    .footer-section {
      background: #0C111C;
      border-top: var(--hairline) solid rgba(255,255,255,.08);
      color: #f5f7fb;
      position: relative;
      overflow: hidden;
    }

    .footer-section::before,
    .footer-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: rgba(255,255,255,.07);
    }

    .footer-section::before {
      left: calc(50% - 645px);
    }

    .footer-section::after {
      right: calc(50% - 645px);
    }

    .footer-wrapper {
      display: grid;
      grid-template-columns: 1.45fr repeat(3, 1fr);
      gap: 52px;
      padding: 64px 39px 58px;
      border-left: var(--hairline) solid rgba(255,255,255,.07);
      border-right: var(--hairline) solid rgba(255,255,255,.07);
    }

    .footer-logo {
      display: inline-flex;
      align-items: center;
      width: 164px;
      height: 25px;
      color: #f7f8fb;
      text-decoration: none;
      font-size: 24px;
      line-height: 1;
      letter-spacing: 2.4px;
      font-weight: 800;
    }

    .footer-logo img {
      filter: brightness(0) invert(1);
    }

    .footer-brand p {
      max-width: 360px;
      margin-top: 28px;
      color: #aeb5c1;
      font-size: 15px;
      line-height: 1.5;
      font-weight: 500;
    }

    .footer-brand .footer-note {
      margin-top: 14px;
      color: #7f8794;
    }

    .footer-column {
      display: flex;
      flex-direction: column;
      gap: 13px;
    }

    .footer-column h3 {
      margin-bottom: 10px;
      color: #858d9a;
      text-transform: uppercase;
      font-size: 11px;
      line-height: 1;
      letter-spacing: 2.2px;
      font-weight: 700;
    }

    .footer-column a,
    .footer-bottom a {
      color: #d8dde6;
      text-decoration: none;
      font-size: 14px;
      line-height: 1.25;
      font-weight: 600;
      transition: color .2s ease, transform .2s ease;
    }

    .footer-column a:hover,
    .footer-bottom a:hover {
      color: #ffffff;
      transform: translateX(2px);
    }

    .footer-bottom {
      min-height: 74px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 0 39px;
      border-top: var(--hairline) solid rgba(255,255,255,.08);
      border-left: var(--hairline) solid rgba(255,255,255,.07);
      border-right: var(--hairline) solid rgba(255,255,255,.07);
      color: #89919e;
      font-size: 13px;
      font-weight: 500;
    }

    /* ===== SECTION 11 - CONTACT ===== */
    .contact-section {
      background: #0C111C;
      border-top: var(--hairline) solid rgba(255,255,255,.08);
      border-bottom: var(--hairline) solid rgba(255,255,255,.08);
      position: relative;
      overflow: hidden;
    }

    .contact-section::before,
    .contact-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: rgba(255,255,255,.07);
    }

    .contact-section::before {
      left: calc(50% - 645px);
    }

    .contact-section::after {
      right: calc(50% - 645px);
    }

    .contact-wrapper {
      min-height: 448px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
      padding: 86px 39px;
      border-left: var(--hairline) solid rgba(255,255,255,.07);
      border-right: var(--hairline) solid rgba(255,255,255,.07);
    }

    .contact-wrapper h2 {
      max-width: 760px;
      font-family: var(--serif);
      font-size: 74px;
      line-height: .92;
      letter-spacing: -3.4px;
      font-weight: 400;
      color: #f5f7fb;
    }

    .contact-wrapper p {
      max-width: 520px;
      margin-top: 22px;
      color: #b4bac5;
      font-size: 17px;
      line-height: 1.45;
      font-weight: 500;
    }

    .contact-button {
      width: 232px;
      height: 45px;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 15px 0 21px;
      background: var(--button);
      color: #11151c;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1.7px;
      font-weight: 700;
      transition: transform 0.2s ease;
    }

    .contact-button:hover {
      transform: translateY(-1px);
    }

    @media (max-width: 900px) {
      .footer-wrapper {
        grid-template-columns: repeat(2, 1fr);
      }

      .contact-wrapper {
        align-items: flex-start;
        flex-direction: column;
      }

      .contact-wrapper h2 {
        font-size: 46px;
      }
    }

    @media (max-width: 700px) {
      .footer-wrapper {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 52px 22px;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        min-height: auto;
        padding: 24px 22px;
      }

      .contact-wrapper {
        min-height: auto;
        padding: 68px 22px;
      }

      .contact-wrapper h2 {
        font-size: 48px;
      }

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

    /* ===== SECTION 10 - FAQ ===== */
    .faq-section {
      background: var(--light-bg);
      border-top: var(--hairline) solid var(--light-border);
      border-bottom: var(--hairline) solid var(--light-border);
      position: relative;
      overflow: hidden;
    }

    .faq-section::before,
    .faq-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--grid-line);
    }

    .faq-section::before {
      left: calc(50% - 645px);
    }

    .faq-section::after {
      right: calc(50% - 645px);
    }

    .faq-wrapper {
      display: grid;
      grid-template-columns: 420px 1fr;
      min-height: 620px;
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
    }

    .faq-heading {
      padding: 82px 39px;
      border-right: var(--hairline) solid var(--grid-line);
    }

    .faq-heading h2 {
      max-width: 360px;
      font-family: var(--serif);
      font-size: 58px;
      line-height: .96;
      letter-spacing: -2.6px;
      font-weight: 400;
      color: #14171c;
    }

    .faq-heading p {
      max-width: 270px;
      margin-top: 26px;
      color: #5f6670;
      font-size: 16px;
      line-height: 1.45;
      font-weight: 500;
    }

    .faq-heading a {
      color: #14171c;
      font-weight: 800;
      text-decoration: none;
      border-bottom: var(--hairline) solid #14171c;
    }

    .faq-list {
      display: flex;
      flex-direction: column;
    }

    .faq-list details {
      border-bottom: var(--hairline) solid var(--grid-line);
      padding: 0 39px;
      background: rgba(255,255,255,0);
      transition: background .24s ease, border-color .24s ease;
    }

    .faq-list details:hover {
      background: rgba(255,255,255,.34);
    }

    .faq-list details[open] {
      background: #e9edf7;
      border-bottom-color: rgba(12, 17, 28, .08);
    }

    .faq-list summary {
      min-height: 92px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      color: #14171c;
      cursor: pointer;
      list-style: none;
      font-size: 21px;
      line-height: 1.2;
      letter-spacing: -0.5px;
      font-weight: 600;
      transition: color .24s ease;
    }

    .faq-list summary::-webkit-details-marker {
      display: none;
    }

    .faq-list summary::after {
      content: "+";
      width: 30px;
      height: 30px;
      flex: 0 0 auto;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: var(--hairline) solid #d0d2d6;
      color: #14171c;
      font-size: 20px;
      line-height: 1;
      transition: transform .2s ease, border-color .24s ease, color .24s ease, background .24s ease;
    }

    .faq-list details[open] summary {
      color: #11151c;
    }

    .faq-list details[open] summary::after {
      content: "−";
      border-color: rgba(12, 17, 28, .14);
      background: rgba(255, 255, 255, .42);
      color: #11151c;
      transform: rotate(180deg);
    }

    .faq-list details p {
      max-width: 720px;
      padding: 0 0 32px;
      color: #4a5059;
      font-size: 16px;
      line-height: 1.5;
      font-weight: 500;
      transition: color .24s ease;
    }

    .faq-list details[open] p {
      color: #343a44;
    }

    @media (max-width: 900px) {
      .faq-wrapper {
        grid-template-columns: 1fr;
      }

      .faq-heading {
        border-right: 0;
        border-bottom: var(--hairline) solid var(--grid-line);
      }
    }

    @media (max-width: 700px) {
      .faq-heading {
        padding: 58px 22px 42px;
      }

      .faq-heading h2 {
        font-size: 44px;
      }

      .faq-list details {
        padding: 0 22px;
      }

      .faq-list summary {
        min-height: 82px;
        font-size: 18px;
      }
    }

    /* ===== SECTION 09 - BLOG ===== */
    .blog-section {
      background: var(--light-bg);
      border-top: var(--hairline) solid var(--light-border);
      border-bottom: var(--hairline) solid var(--light-border);
      position: relative;
      overflow: hidden;
      padding-bottom: calc(var(--section-end) * 2);
    }

    .blog-section::before,
    .blog-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--grid-line);
    }

    .blog-section::before {
      left: calc(50% - 645px);
    }

    .blog-section::after {
      right: calc(50% - 645px);
    }

    .blog-wrapper {
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
    }

    .blog-heading {
      min-height: 223px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 42px 39px;
      text-align: center;
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .blog-heading h2 {
      max-width: 610px;
      font-family: var(--serif);
      font-size: 63px;
      line-height: .93;
      letter-spacing: -2.8px;
      font-weight: 400;
      color: var(--dark-text);
    }

    .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      padding: 0 0 0;
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .blog-card {
      min-height: 498px;
      border-right: var(--hairline) solid var(--grid-line);
      background: var(--light-bg);
    }

    .blog-card:last-child {
      border-right: 0;
    }

    .blog-card > a {
      min-height: inherit;
      display: flex;
      flex-direction: column;
      color: inherit;
      text-decoration: none;
    }

    .blog-card > a:focus-visible {
      outline: 2px solid #0C111C;
      outline-offset: -2px;
    }

    .blog-image {
      width: 100%;
      height: 310px;
      overflow: hidden;
      background: #d9dadd;
    }

    .blog-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
      filter: saturate(.9) contrast(.96) brightness(.96);
      transform: scale(1);
      transition: transform 640ms var(--ease), filter 640ms var(--ease);
      will-change: transform;
    }

    .blog-card:hover .blog-image img,
    .blog-card:focus-within .blog-image img {
      filter: saturate(.98) contrast(.99) brightness(.99);
      transform: scale(1.03);
    }

    .blog-copy {
      flex: 1;
      padding: 31px 31px 38px;
      border-top: var(--hairline) solid #e3e3e5;
    }

    .blog-meta {
      display: flex;
      align-items: center;
      gap: 15px;
      color: #656b74;
      font-size: 13px;
      line-height: 1;
      font-weight: 500;
    }

    .blog-tag {
      height: 26px;
      display: inline-flex;
      align-items: center;
      padding: 0 12px;
      background: #0C111C;
      color: #f4f6fa;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      font-size: 11px;
      font-weight: 700;
    }

    .blog-copy h3 {
      max-width: 360px;
      margin-top: 20px;
      color: #11151c;
      font-size: 24px;
      line-height: 1.23;
      letter-spacing: -0.8px;
      font-weight: 500;
    }

    .blog-action {
      min-height: 167px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 35px 39px;
    }

    .blog-button {
      width: 194px;
      height: 43px;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 15px 0 21px;
      border: var(--hairline) solid #d6d7db;
      background: linear-gradient(90deg, #e9edf5, #f7f8fa);
      color: #17191d;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1.7px;
      font-weight: 700;
    }

    @media (max-width: 1100px) {
      .blog-grid {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .blog-card {
        border-right: 0;
        border-bottom: var(--hairline) solid var(--grid-line);
      }

      .blog-image {
        height: 430px;
      }
    }

    @media (max-width: 700px) {
      .blog-heading {
        min-height: auto;
        padding: 55px 22px 45px;
      }

      .blog-heading h2 {
        font-size: 44px;
      }

      .blog-image {
        height: 310px;
      }

      .blog-copy {
        padding: 28px 22px 35px;
      }

      .blog-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
      }
    }

    /* ===== SECTION 07 - PRECISION ===== */
    .precision-section {
      background: var(--light-bg);
      border-top: var(--hairline) solid var(--light-border);
      border-bottom: var(--hairline) solid var(--light-border);
      position: relative;
      overflow: hidden;
      padding-bottom: calc(var(--section-start) * 1.6875);
    }

    .precision-section::before,
    .precision-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--grid-line);
    }

    .precision-section::before {
      left: calc(50% - 645px);
    }

    .precision-section::after {
      right: calc(50% - 645px);
    }

    .precision-wrapper {
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .precision-heading {
      min-height: 245px;
      display: grid;
      grid-template-columns: minmax(0, 740px) auto;
      gap: 40px;
      align-items: end;
      justify-content: space-between;
      padding: 70px 40px 54px;
      border-bottom: var(--hairline) solid #dddddf;
    }

    .precision-heading h2 {
      max-width: 640px;
      font-family: var(--serif);
      font-size: 66px;
      line-height: .92;
      letter-spacing: -3px;
      font-weight: 400;
      color: #14171c;
    }

    .precision-heading p {
      max-width: 520px;
      margin-top: 24px;
      color: #363b42;
      font-size: 17px;
      line-height: 1.45;
      font-weight: 500;
      letter-spacing: -0.1px;
    }

    .precision-controls {
      display: flex;
      align-items: center;
      gap: 14px;
    }

    .precision-arrow {
      width: 46px;
      height: 46px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: var(--hairline) solid rgba(12, 17, 28, .16);
      background: rgba(12, 17, 28, .92);
      color: #f5f7fb;
      font-family: var(--sans);
      font-size: 20px;
      line-height: 1;
      cursor: pointer;
      box-shadow: 0 18px 44px rgba(12, 17, 28, .18);
      transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    }

    .precision-arrow:hover {
      background: #171d28;
      border-color: rgba(12, 17, 28, .24);
      box-shadow: 0 22px 54px rgba(12, 17, 28, .24);
      transform: translateY(-2px) scale(1.035);
    }

    .precision-arrow:active {
      transform: scale(.97);
      box-shadow: 0 10px 28px rgba(12, 17, 28, .2);
    }

    .precision-arrow:focus-visible {
      outline: 2px solid #0C111C;
      outline-offset: 3px;
    }

    .precision-arrow:disabled {
      cursor: default;
      opacity: .36;
      transform: none;
    }

    .precision-carousel {
      position: relative;
      overflow: hidden;
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .precision-track {
      display: flex;
      gap: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .precision-track::-webkit-scrollbar {
      display: none;
    }

    .precision-track.is-looping {
      overflow: visible;
      scroll-behavior: auto;
      scroll-snap-type: none;
      will-change: transform;
    }

    .precision-card {
      flex: 0 0 33.333%;
      min-height: 330px;
      display: flex;
      flex-direction: column;
      padding: 40px 36px 36px;
      scroll-snap-align: start;
      border-right: var(--hairline) solid var(--grid-line);
      background: transparent;
      transition: background var(--motion-base) ease, border-color var(--motion-base) ease;
    }

    .precision-card:last-child {
      border-right: 0;
    }

    .precision-card--dark {
      background: #0C111C;
      border-right-color: rgba(255, 255, 255, .12);
    }

    .precision-card .precision-icon {
      width: 41px;
      height: 41px;
      flex: 0 0 41px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 48px;
      border-radius: var(--radius-xs);
      background: #e9edf7;
      border: var(--hairline) solid rgba(12, 17, 28, 0.045);
      box-shadow: var(--shadow-inset-light);
      color: #191d24;
      font-size: 18px;
      line-height: 1;
      font-weight: 400;
      transition: background var(--motion-base) ease, border-color var(--motion-base) ease, color var(--motion-base) ease;
    }

    .precision-card:hover .precision-icon {
      background: #e4e9f4;
      border-color: rgba(12, 17, 28, 0.075);
      color: #11151c;
    }

    .precision-card--dark .precision-icon {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .12);
      box-shadow: none;
      color: #f5f7fb;
    }

    .precision-card--dark:hover .precision-icon {
      background: rgba(255, 255, 255, .12);
      border-color: rgba(255, 255, 255, .18);
      color: #ffffff;
    }

    .precision-card h3 {
      max-width: 300px;
      font-family: var(--serif);
      font-size: 30px;
      line-height: 1.05;
      letter-spacing: -1px;
      font-weight: 400;
      color: #14171c;
    }

    .precision-card--dark h3 {
      color: #f5f7fb;
    }

    .precision-card p {
      max-width: 320px;
      margin-top: 22px;
      color: #272c33;
      font-size: 15.5px;
      line-height: 1.45;
      font-weight: 500;
      letter-spacing: -0.1px;
    }

    .precision-card--dark p {
      color: rgba(245, 247, 251, .76);
    }

    @media (max-width: 1100px) {
      .precision-card {
        flex-basis: 50%;
      }
    }

    @media (max-width: 700px) {
      .precision-heading {
        min-height: auto;
        grid-template-columns: 1fr;
        align-items: start;
        gap: 30px;
        padding: 55px 22px 36px;
      }

      .precision-heading h2 {
        font-size: 46px;
      }

      .precision-heading p {
        max-width: 34rem;
      }

      .precision-controls {
        justify-content: flex-start;
      }

      .precision-card {
        flex-basis: min(82vw, 360px);
        min-height: 310px;
        padding: 34px 28px 32px;
      }

      .precision-card .precision-icon {
        margin-bottom: 38px;
      }
    }

    /* ===== SECTION 06 - CLIENT STORIES ===== */
    .stories-section {
      background: var(--light-bg);
      border-top: var(--hairline) solid var(--light-border);
      border-bottom: var(--hairline) solid var(--light-border);
      position: relative;
      overflow: hidden;
    }

    .stories-section::before,
    .stories-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--grid-line);
    }

    .stories-section::before {
      left: calc(50% - 645px);
    }

    .stories-section::after {
      right: calc(50% - 645px);
    }

    .stories-wrapper {
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
    }

    .stories-heading {
      min-height: 280px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 40px;
      padding: 54px 39px 48px;
      border-bottom: var(--hairline) solid #dddddf;
    }

    .stories-heading h2 {
      max-width: 620px;
      font-family: var(--serif);
      font-size: 59px;
      line-height: .97;
      letter-spacing: -2.7px;
      font-weight: 400;
      color: #15171c;
    }

    .stories-top-button {
      width: 254px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 18px 0 22px;
      border: var(--hairline) solid #d6d7db;
      background: linear-gradient(90deg, #eceef4, #f5f6f8);
      color: #17191d;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1.7px;
      font-weight: 700;
      white-space: nowrap;
    }

    .story-carousel {
      position: relative;
      overflow: hidden;
      cursor: grab;
      touch-action: pan-y;
      user-select: none;
    }

    .story-carousel.is-dragging {
      cursor: grabbing;
    }

    .story-carousel-frame {
      position: relative;
    }

    .story-carousel:focus-visible {
      outline: 2px solid #0C111C;
      outline-offset: 8px;
    }

    .story-slide {
      position: relative;
      z-index: 1;
      transform: translate3d(0, 0, 0);
      transition:
        transform .92s cubic-bezier(.16, .84, .24, 1);
      will-change: transform;
    }

    .story-slide.is-current {
      z-index: 1;
    }

    .story-slide.is-resetting {
      transition: none;
    }

    .story-slide.is-next {
      position: absolute;
      inset: 0;
      z-index: 2;
      transform: translate3d(var(--story-enter-x, 100%), 0, 0);
      pointer-events: none;
    }

    .story-carousel.is-sliding .story-slide.is-current {
      transform: translate3d(var(--story-exit-x, -100%), 0, 0);
    }

    .story-carousel.is-sliding .story-slide.is-next {
      transform: translate3d(0, 0, 0);
    }

    .story-feature {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: stretch;
      min-height: 440px;
      border-bottom: var(--hairline) solid var(--grid-line);
    }

    .story-image {
      min-height: 440px;
      height: auto;
      overflow: hidden;
      background: #d9dadd;
      align-self: stretch;
    }

    .story-image img {
      width: 100%;
      height: 100%;
      min-height: 100%;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    .story-copy {
      min-height: 440px;
      padding: 48px 42px 38px;
      background: linear-gradient(180deg, #ffffff 0%, #f7fbff 52%, #eaf2ff 100%);
      border-left: var(--hairline) solid var(--grid-line);
      display: flex;
      flex-direction: column;
    }

    .story-logo {
      --story-logo-box-width: 126px;
      --story-logo-box-height: 30px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      height: 51px;
      line-height: 0;
    }

    .story-logo img {
      width: min(100%, var(--story-logo-box-width));
      height: min(100%, var(--story-logo-box-height));
      display: block;
      object-fit: contain;
      object-position: left center;
      opacity: .6;
    }

    .story-logo img[hidden] {
      display: none;
    }

    .story-description {
      max-width: 500px;
      margin-top: 78px;
      color: #11151c;
      font-size: 22px;
      line-height: 1.34;
      letter-spacing: -0.45px;
      font-weight: 500;
    }

    .story-description--long {
      max-width: 540px;
      margin-top: 42px;
      font-size: clamp(16px, 1.18vw, 18px);
      line-height: 1.52;
      letter-spacing: -0.12px;
      font-weight: 500;
      white-space: pre-line;
    }

    .story-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      min-height: 122px;
      border-bottom: var(--hairline) solid #e5e5e7;
    }

    .story-stats div {
      padding: 38px 30px 30px;
      border-right: var(--hairline) solid #e1e1e3;
    }

    .story-stats div:last-child {
      border-right: 0;
    }

    .story-stats strong {
      display: block;
      color: #11151c;
      font-size: 25px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: -0.8px;
    }

    .story-stats span {
      display: block;
      margin-top: 10px;
      color: #71767f;
      font-size: 14px;
      line-height: 1;
      font-weight: 500;
    }

    .story-dots {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 13px;
      height: 56px;
      border-bottom: var(--hairline) solid #e6e6e8;
    }

    .story-dots button {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      border: 0;
      background: #d4d4d7;
      cursor: pointer;
      padding: 0;
      transition: background .2s ease, transform .2s ease;
    }

    .story-dots button.active {
      background: #0C111C;
      transform: scale(1.12);
    }

    .story-dots button:focus-visible {
      outline: 2px solid #0C111C;
      outline-offset: 5px;
    }

    .trustpilot-line {
      min-height: 83px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      color: #1b1e24;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1.7px;
      font-weight: 500;
    }

    .gold-stars {
      color: #e2a84b;
      letter-spacing: 1px;
      font-size: 13px;
    }

    @media (max-width: 1100px) {
      .stories-heading {
        align-items: flex-start;
        flex-direction: column;
      }

      .story-feature {
        grid-template-columns: 1fr;
      }

      .story-image {
        height: clamp(360px, 52vw, 480px);
        min-height: 0;
      }

      .story-copy {
        border-left: 0;
        border-top: var(--hairline) solid #dddddf;
      }
    }

    @media (max-width: 700px) {
      .stories-heading {
        padding: 55px 22px 40px;
      }

      .stories-heading h2 {
        font-size: 43px;
      }

      .story-stats {
        grid-template-columns: 1fr;
      }

      .story-stats div {
        border-right: 0;
        border-bottom: var(--hairline) solid var(--light-border);
      }

      .trustpilot-line {
        padding: 22px;
        text-align: center;
        flex-direction: column;
      }
    }

    /* ===== SECTION 05 - IMPACT ===== */
    .impact-section {
      --impact-line: rgba(255,255,255,.09);
      --impact-line-soft: rgba(255,255,255,.075);
      background: #0C111C;
      border-top: var(--hairline) solid var(--impact-line-soft);
      border-bottom: var(--hairline) solid var(--impact-line-soft);
      position: relative;
      overflow: hidden;
      padding-bottom: calc(var(--section-start) * 1.1);
    }

    .impact-section::before,
    .impact-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--impact-line-soft);
    }

    .impact-section::before {
      left: calc(50% - 645px);
    }

    .impact-section::after {
      right: calc(50% - 645px);
    }

    .impact-wrapper {
      border-left: var(--hairline) solid var(--impact-line-soft);
      border-right: var(--hairline) solid var(--impact-line-soft);
      overflow: hidden;
    }

    .impact-heading {
      min-height: 248px;
      display: flex;
      align-items: center;
      padding: 50px 42px;
      border-bottom: var(--hairline) solid var(--impact-line);
    }

    .impact-heading h2 {
      max-width: 620px;
      font-family: var(--serif);
      font-size: 68px;
      line-height: .93;
      letter-spacing: -3px;
      font-weight: 400;
      color: #f4f6fa;
    }

    .impact-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      border-bottom: var(--hairline) solid var(--impact-line);
    }

    .impact-card {
      min-height: 495px;
      position: relative;
      padding-top: 28px;
      border-right: var(--hairline) solid var(--impact-line);
      background: #0C111C;
    }

    .impact-card:last-child {
      border-right: 0;
    }

    .impact-label {
      display: block;
      padding: 0 28px;
      color: #b1b7c1;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 500;
    }

    .impact-box {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 218px;
      padding: 28px 28px 30px;
      background: #101722;
      border-top: 0;
      border-radius: 8px 8px 0 0;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
      overflow: hidden;
    }

    .impact-box::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 9px;
      border-radius: 8px 8px 0 0;
      background: rgba(255,255,255,.08);
      pointer-events: none;
    }

    .impact-box.higher {
      min-height: 302px;
    }

    .impact-box.lower {
      min-height: 198px;
    }

    .impact-box h3 {
      font-family: var(--serif);
      font-size: 63px;
      line-height: 1;
      letter-spacing: -2px;
      font-weight: 400;
      color: #f5f7fb;
    }

    .impact-box p {
      position: absolute;
      top: calc(100% - 106px);
      left: 28px;
      right: 28px;
      max-width: 240px;
      margin-top: 0;
      color: #b0b6c1;
      font-size: 15px;
      line-height: 1.42;
      font-weight: 500;
      letter-spacing: -0.1px;
    }

    @media (max-width: 1100px) {
      .impact-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .impact-card {
        border-bottom: var(--hairline) solid var(--impact-line);
      }
    }

    @media (max-width: 700px) {
      .impact-heading {
        padding: 50px 22px;
        min-height: auto;
      }

      .impact-heading h2 {
        font-size: 48px;
      }

      .impact-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .impact-card {
        min-height: clamp(360px, 78vw, 430px);
        border-right: var(--hairline) solid var(--impact-line);
        border-bottom: var(--hairline) solid var(--impact-line);
      }

      .impact-card:nth-child(2n),
      .impact-card:last-child {
        border-right: 0;
      }

      .impact-card:nth-child(3),
      .impact-card:nth-child(4) {
        border-bottom: 0;
      }

      .impact-label {
        padding: 0 clamp(18px, 5vw, 28px);
        font-size: clamp(13px, 3.2vw, 16px);
        line-height: 1.28em;
      }

      .impact-box,
      .impact-box.higher,
      .impact-box.lower {
        min-height: clamp(190px, 43vw, 238px);
        padding: clamp(25px, 6vw, 34px) clamp(18px, 5vw, 28px) clamp(28px, 6vw, 34px);
      }

      .impact-box h3 {
        font-size: clamp(44px, 12vw, 62px);
      }

      .impact-box p {
        top: auto;
        bottom: clamp(26px, 6vw, 34px);
        left: clamp(18px, 5vw, 28px);
        right: clamp(18px, 5vw, 28px);
        max-width: 12em;
        font-size: clamp(13px, 3.3vw, 16px);
        line-height: 1.38em;
      }
    }

    /* ===== SECTION 03 - SERVICES ===== */
    .services-section {
      background: var(--light-bg);
      border-top: var(--hairline) solid var(--light-border);
      border-bottom: var(--hairline) solid var(--light-border);
      position: relative;
      overflow: hidden;
      padding: 55px 0 180px;
    }

    .services-section::before,
    .services-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--grid-line);
    }

    .services-section::before {
      left: calc(50% - 645px);
    }

    .services-section::after {
      right: calc(50% - 645px);
    }

    .services-heading {
      text-align: center;
      padding: 0 39px 66px;
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
    }

    .services-heading h2 {
      max-width: 560px;
      margin: 0 auto;
      font-family: var(--serif);
      font-size: 55px;
      line-height: .98;
      letter-spacing: -2.4px;
      font-weight: 400;
      color: #16181d;
    }

    .services-heading p {
      max-width: 390px;
      margin: 25px auto 0;
      color: #292d33;
      font-size: 16px;
      line-height: 1.35;
      font-weight: 500;
    }

    .services-carousel {
      --services-visible: 3;
      --services-gap: 28px;
      padding: 0 35px;
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
      position: relative;
    }

    .services-carousel::after {
      content: "";
      position: absolute;
      left: 50%;
      right: auto;
      bottom: 0;
      width: 100vw;
      height: var(--hairline);
      background: var(--grid-line);
      transform: translateX(-50%);
    }

    .services-viewport {
      position: relative;
      overflow: hidden;
      cursor: grab;
      touch-action: pan-y;
      user-select: none;
    }

    .services-carousel.is-dragging .services-viewport {
      cursor: grabbing;
    }

    .services-viewport:focus-visible {
      outline: 2px solid #0C111C;
      outline-offset: 8px;
    }

    .services-grid {
      display: flex;
      gap: var(--services-gap);
      position: relative;
      transform: translate3d(0, 0, 0);
      transition: transform 620ms var(--ease);
      will-change: transform;
    }

    .services-grid.is-resetting,
    .services-carousel.is-dragging .services-grid {
      transition: none;
    }

    .service-card {
      position: relative;
      flex: 0 0 calc((100% - (var(--services-gap) * (var(--services-visible) - 1))) / var(--services-visible));
      min-width: 0;
      display: flex;
      flex-direction: column;
      background: transparent;
      border-left: var(--hairline) solid #dedee1;
      border-right: var(--hairline) solid #dedee1;
    }

    .service-card.is-clone {
      pointer-events: none;
    }

    .service-image {
      width: 100%;
      height: 260px;
      overflow: hidden;
      background: #d9dadd;
    }

    .service-image img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: cover;
    }

    .service-card--centered .service-image img {
      object-position: center;
    }

    .service-card--muted .service-image img {
      object-position: center;
      filter: saturate(.9) contrast(.96) brightness(.9);
    }

    .service-card--raised .service-image img {
      object-position: 52% 42%;
    }

    .service-card--deep .service-image img {
      object-position: center;
      filter: saturate(.88) contrast(.96) brightness(.92);
    }

    .services-arrow {
      position: absolute;
      top: 50%;
      z-index: 4;
      width: 58px;
      height: 58px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border: var(--hairline) solid rgba(12, 17, 28, .16);
      background: rgba(12, 17, 28, .92);
      color: #f5f7fb;
      font-family: var(--sans);
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      box-shadow: 0 18px 44px rgba(12, 17, 28, .18);
      transform: translateY(-50%);
      transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
    }

    .services-arrow--prev {
      left: -52px;
    }

    .services-arrow--next {
      right: -52px;
    }

    .services-arrow:hover {
      background: #171d28;
      border-color: rgba(12, 17, 28, .24);
      box-shadow: 0 22px 54px rgba(12, 17, 28, .24);
      transform: translateY(calc(-50% - 2px)) scale(1.035);
    }

    .services-arrow:active {
      transform: translateY(-50%) scale(.97);
      box-shadow: 0 10px 28px rgba(12, 17, 28, .2);
    }

    .services-arrow:focus-visible {
      outline: 2px solid #0C111C;
      outline-offset: 3px;
    }

    .service-copy {
      flex: 1;
      min-height: 208px;
      padding: 32px 30px 32px;
      border-top: var(--hairline) solid #dedee1;
    }

    .service-copy h3 {
      color: #11151c;
      font-size: 23px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: -0.8px;
    }

    .service-copy p {
      max-width: 315px;
      margin-top: 17px;
      color: #3f434a;
      font-size: 15.5px;
      line-height: 1.45;
      font-weight: 500;
      letter-spacing: -0.15px;
    }

    @media (max-width: 1100px) {
      .services-carousel {
        --services-visible: 2;
        --services-gap: 0px;
      }

      .service-image {
        height: 340px;
      }

    }

    @media (max-width: 700px) {
      .services-section {
        padding: 50px 0 70px;
      }

      .services-heading,
      .services-carousel {
        padding-left: 22px;
        padding-right: 22px;
      }

      .services-heading h2 {
        font-size: 43px;
      }

      .service-image {
        height: 250px;
      }

      .services-carousel {
        --services-visible: 1;
        padding-left: 30px;
        padding-right: 30px;
      }

      .services-arrow {
        top: 135px;
        width: 46px;
        height: 46px;
        font-size: 20px;
      }

      .services-arrow--prev {
        left: 6px;
      }

      .services-arrow--next {
        right: 6px;
      }

    }

    /* ===== SECTION 02 - ABOUT ===== */
    .about-section {
      background: var(--light-bg);
      border-top: var(--hairline) solid #e4e4e7;
      position: relative;
      overflow: hidden;
    }

    .about-section::before,
    .about-section::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: var(--hairline);
      background: var(--grid-line);
    }

    .about-section::before {
      left: calc(50% - 645px);
    }

    .about-section::after {
      right: calc(50% - 645px);
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border-left: var(--hairline) solid var(--grid-line);
      border-right: var(--hairline) solid var(--grid-line);
      border-bottom: var(--hairline) solid var(--grid-line);
      position: relative;
    }

    .stat-item {
      min-height: 224px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-right: var(--hairline) solid var(--grid-line);
      text-align: center;
      padding: 48px 28px 52px;
    }

    .stat-item:last-child {
      border-right: 0;
    }

    .stat-value {
      font-family: var(--serif);
      font-size: 53px;
      line-height: 1;
      font-weight: 300;
      color: #16181d;
      letter-spacing: -0.05em;
    }

    .stat-label {
      margin-top: 16px;
      color: #7b8088;
      font-size: 15px;
      font-weight: 300;
    }

    .about-content-wrap {
      border: var(--hairline) solid #dddddf;
      border-top: 0;
      padding: 120px 35px 106px;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 490px 1fr;
      align-items: center;
      gap: 84px;
    }

    .about-image {
      width: 490px;
      height: 430px;
      overflow: hidden;
      background: #d9d9dd;
    }

    .about-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .about-copy {
      padding-left: 32px;
      border-left: var(--hairline) solid #d8d8dc;
    }

    .mini-proof {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .partner-logos {
      display: inline-flex;
      align-items: center;
      max-width: 100%;
      gap: 2px;
    }

    .partner-logo {
      width: 33px;
      height: 40px;
      display: grid;
      place-items: center;
      flex: 0 0 auto;
    }

    .partner-logo img {
      width: 100%;
      height: 100%;
      display: block;
      object-fit: contain;
    }

    .proof-rating {
      color: #111318;
      font-size: 13px;
      letter-spacing: 2px;
      text-transform: uppercase;
      line-height: 1.45;
      font-weight: 700;
    }

    .proof-rating span {
      display: block;
      color: #2d3137;
      letter-spacing: 1px;
      font-size: var(--label-s);
      line-height: 1.25em;
      font-weight: 300;
      text-transform: uppercase;
      margin-top: 1px;
    }

    .about-copy h2 {
      margin-top: 38px;
      max-width: 690px;
      font-family: var(--serif);
      font-size: 34px;
      line-height: 1.23;
      letter-spacing: -1.4px;
      font-weight: 400;
      color: #16181d;
    }

    .about-button {
      margin-top: 64px;
      width: 176px;
      height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 18px 0 22px;
      border: var(--hairline) solid #d6d7db;
      background: linear-gradient(90deg, #eceef4, #f5f6f8);
      color: #17191d;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 11px;
      letter-spacing: 1.7px;
      font-weight: 700;
    }

    .about-button .arrow,
    .stories-top-button .arrow {
      font-size: 18px;
      line-height: 1;
    }

    @media (max-width: 1100px) {
      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }

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

      .about-copy {
        order: 1;
      }

      .about-image {
        order: 2;
      }

      .about-image {
        width: 100%;
        height: 480px;
      }

      .about-copy {
        border-left: 0;
        padding-left: 0;
      }
    }

    @media (max-width: 700px) {
      .about-content-wrap {
        padding: 70px 22px;
      }

      .about-copy h2 {
        font-size: 28px;
      }

      .mini-proof {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
      }

      .partner-logo {
        width: 32px;
        height: 39px;
      }
    }

    /* ===== STYLEGUIDE FINAL OVERRIDES ===== */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .stat-value,
    .impact-box h3,
    .contact-wrapper h2 {
      font-family: var(--serif);
      font-style: normal;
      font-weight: 300;
      text-wrap: balance;
    }

    .hero h1,
    .content-hero h1,
    .contact-wrapper h2 {
      font-size: var(--h1);
      line-height: 1em;
      letter-spacing: -0.05em;
    }

    .services-heading h2,
    .impact-heading h2,
    .stories-heading h2,
    .precision-heading h2,
    .blog-heading h2,
    .faq-heading h2 {
      font-size: var(--h2);
      line-height: 1em;
      letter-spacing: -0.05em;
      font-weight: 300;
    }

    .precision-card h3 {
      font-size: var(--h3-large);
      line-height: 1.07em;
      letter-spacing: -0.04em;
    }

    .about-copy h2 {
      font-size: var(--h3);
      line-height: 1.07em;
      letter-spacing: -0.04em;
    }

    .about-copy .about-statement {
      font-size: 33px;
      line-height: 1.16em;
      letter-spacing: -0.03em;
      font-weight: 300;
    }

    .stat-value {
      font-size: var(--h4-large);
      line-height: 1.1em;
      letter-spacing: -0.05em;
    }

    .impact-box h3 {
      font-size: var(--h2);
      line-height: 1em;
      letter-spacing: -0.05em;
    }

    .service-copy h3,
    .blog-copy h3,
    .faq-list summary {
      font-family: var(--serif);
      font-size: var(--h5);
      line-height: 1.15em;
      letter-spacing: -0.035em;
      font-weight: 300;
    }

    p,
    .hero p,
    .services-heading p,
    .service-copy p,
    .impact-box p,
    .precision-card p,
    .faq-list details p,
    .contact-wrapper p,
    .footer-brand p {
      font-family: var(--sans);
      font-size: var(--text-m);
      line-height: 1.4em;
      letter-spacing: -0.005em;
      font-weight: 300;
    }

    .hero p,
    .contact-wrapper p {
      font-size: var(--text-l);
    }

    .nav a,
    .header-button,
    .strategy-button,
    .trusted-title,
    .about-button,
    .stories-top-button,
    .blog-button,
    .contact-button,
    .footer-column h3,
    .blog-tag {
      font-family: var(--sans);
      font-size: var(--label-s);
      line-height: 1.25em;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 400;
    }

    .logo,
    .footer-logo,
    .client-logo,
    .story-logo,
    .rating,
    .proof-rating,
    .blog-meta,
    .impact-label,
    .story-stats span,
    .footer-column a,
    .footer-bottom {
      font-family: var(--sans);
    }

    @media (max-width: 900px) {
      :root {
        --h1: 64px;
        --h2: 50px;
        --h3: 40px;
        --h3-large: 44px;
      }
    }

    @media (max-width: 700px) {
      :root {
        --h1: 48px;
        --h2: 42px;
        --h3: 34px;
        --h3-large: 38px;
        --h4-large: 34px;
        --h5: 24px;
        --text-l: 15.5px;
        --text-m: 13.8px;
        --section-start: 82.5px;
        --section-end: 63px;
        --section-x: 22px;
      }

      .hero h1,
      .content-hero h1,
      .contact-wrapper h2 {
        letter-spacing: -0.045em;
      }

      .about-copy .about-statement {
        font-size: 25.5px;
      }
    }

    /* ===== SECTION RHYTHM FINAL OVERRIDES ===== */
    .hero-content {
      padding-top: var(--section-start);
      padding-left: var(--section-x);
    }

    .hero-actions {
      padding-bottom: var(--section-end);
    }

    .trusted {
      padding-top: var(--section-end);
      padding-bottom: var(--section-end);
    }

    .services-section {
      padding-top: var(--section-start);
      padding-bottom: calc(var(--section-end) * 2.6);
    }

    .services-heading,
    .blog-heading,
    .precision-heading,
    .stories-heading,
    .impact-heading,
    .faq-heading {
      padding-top: var(--section-start);
      padding-bottom: var(--section-end);
    }

    .services-heading {
      padding-top: calc(var(--section-start) * 0.5);
    }

    .about-content-wrap {
      padding-top: calc(var(--section-start) * 1.25);
      padding-bottom: calc(var(--section-start) * 1.25);
    }

    .blog-action {
      padding-top: var(--section-end);
    }

    .contact-wrapper,
    .footer-wrapper {
      padding-top: var(--section-start);
      padding-bottom: var(--section-end);
    }

    @media (max-width: 700px) {
      .header-inner,
      .hero-content,
      .trusted,
      .services-heading,
      .services-carousel,
      .stories-heading,
      .precision-heading,
      .blog-heading,
      .blog-action,
      .faq-heading,
      .contact-wrapper,
      .footer-wrapper {
        padding-left: var(--section-x);
        padding-right: var(--section-x);
      }
    }

    /* ===== RESPONSIVE REFINEMENT - BEXLEY-LIKE FLOW ===== */
    @media (max-width: 1024px) {
      :root {
        --container: 100%;
        --section-x: 32px;
        --section-start: 96px;
        --section-end: 72px;
      }

      .page {
        background: var(--bg);
      }

      .header-inner,
      .hero-content,
      .trusted,
      .services-heading,
      .services-carousel,
      .stories-heading,
      .precision-heading,
      .blog-heading,
      .blog-action,
      .faq-heading,
      .contact-wrapper,
      .footer-wrapper {
        padding-left: var(--section-x);
        padding-right: var(--section-x);
      }

      .hero {
        min-height: auto;
      }

      .hero-content {
        min-height: 560px;
      }

      .hero-media {
        height: min(620px, 62vw);
      }

      .about-content-wrap {
        padding-left: var(--section-x);
        padding-right: var(--section-x);
      }

      .about-grid {
        gap: 58px;
      }

      .services-carousel {
        --services-gap: 0px;
      }

      .story-image,
      .story-copy {
        min-height: 0;
      }

      .contact-wrapper {
        min-height: auto;
      }
    }

    @media (max-width: 768px) {
      :root {
        --h1: clamp(45px, 13vw, 58px);
        --h2: clamp(38px, 10.5vw, 48px);
        --h3: clamp(30px, 8.5vw, 38px);
        --h3-large: clamp(34px, 9.5vw, 42px);
        --h4-large: 32px;
        --h5: 22px;
        --text-l: 15.5px;
        --text-m: 14px;
        --section-x: 24px;
        --section-start: 78px;
        --section-end: 58px;
      }

      .header {
        height: 60px;
      }

      .header-inner {
        grid-template-columns: auto auto;
        column-gap: 16px;
      }

      .nav {
        display: none;
      }

      .header-button {
        min-width: 0;
        height: 34px;
        padding: 0 13px;
        font-size: 9px;
        letter-spacing: 1px;
        white-space: nowrap;
      }

      .hero-media {
        height: clamp(390px, 86vw, 540px);
      }

      .hero-content {
        min-height: auto;
        padding-top: 64px;
        padding-bottom: 58px;
      }

      .hero h1 {
        max-width: 9ch;
      }

      .hero p {
        max-width: 31rem;
      }

      .hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
        margin-top: 72px;
        padding-bottom: 0;
      }

      .strategy-button,
      .about-button,
      .stories-top-button,
      .blog-button,
      .contact-button {
        width: 100%;
        min-height: 44px;
      }

      .rating {
        white-space: normal;
      }

      .trusted {
        min-height: auto;
      }

      .trusted-title {
        max-width: 28rem;
        margin: 0 auto;
        line-height: 1.45;
      }

      .logos {
        margin-top: 30px;
      }

      .story-feature,
      .story-stats,
      .blog-grid,
      .faq-wrapper,
      .contact-wrapper,
      .footer-wrapper {
        grid-template-columns: 1fr;
      }

      .story-copy {
        display: none;
      }

      .stat-item {
        min-height: 150px;
        height: auto;
      }

      .about-image,
      .story-image,
      .blog-image {
        width: 100%;
        height: clamp(300px, 78vw, 430px);
      }

      .about-content-wrap {
        padding: var(--section-start) var(--section-x);
      }

      .about-grid {
        gap: 42px;
      }

      .about-copy {
        order: 1;
      }

      .about-image {
        display: none;
      }

      .about-copy {
        padding-left: 0;
        border-left: 0;
      }

      .about-copy .about-statement {
        font-size: clamp(25.5px, 7.5vw, 32px);
        line-height: 1.14em;
      }

      .services-section,
      .precision-section,
      .impact-section {
        padding-top: var(--section-start);
        padding-bottom: var(--section-end);
      }

      .services-section {
        padding-bottom: calc(var(--section-end) * 2.6);
      }

      .services-heading,
      .stories-heading,
      .precision-heading,
      .impact-heading,
      .blog-heading,
      .faq-heading {
        min-height: auto;
        padding-top: var(--section-start);
        padding-bottom: var(--section-end);
      }

      .services-heading {
        padding-top: calc(var(--section-start) * 0.55);
      }

      .services-heading h2,
      .impact-heading h2,
      .stories-heading h2,
      .precision-heading h2,
      .blog-heading h2,
      .faq-heading h2,
      .contact-wrapper h2 {
        max-width: 100%;
        line-height: 1.02em;
      }

      .services-heading p,
      .service-copy p,
      .precision-card p,
      .faq-heading p,
      .faq-list details p,
      .contact-wrapper p,
      .footer-brand p {
        max-width: 34rem;
        line-height: 1.5em;
      }

      .service-card,
      .service-card:last-child,
      .blog-card,
      .blog-card:last-child {
        border-right: 0;
        border-bottom: var(--hairline) solid var(--grid-line);
      }

      .services-carousel .service-card {
        border-right: var(--hairline) solid #dedee1;
      }

      .service-copy,
      .blog-copy,
      .story-copy {
        padding-left: var(--section-x);
        padding-right: var(--section-x);
      }

      .impact-card {
        min-height: 390px;
        border-right: 0;
        border-bottom: var(--hairline) solid var(--impact-line);
      }

      .impact-box,
      .impact-box.higher,
      .impact-box.lower {
        min-height: 210px;
      }

      .story-copy {
        min-height: 420px;
        border-left: 0;
        border-top: var(--hairline) solid #dddddf;
      }

      .story-description {
        margin-top: 42px;
        font-size: 21px;
        line-height: 1.34;
      }

      .story-description--long {
        margin-top: 34px;
        font-size: clamp(15.5px, 2.6vw, 17px);
        line-height: 1.54;
      }

      .story-stats div {
        border-right: 0;
        border-bottom: var(--hairline) solid var(--light-border);
      }

      .faq-heading {
        border-right: 0;
        border-bottom: var(--hairline) solid var(--grid-line);
      }

      .faq-list details {
        padding-left: var(--section-x);
        padding-right: var(--section-x);
      }

      .faq-list summary {
        min-height: 78px;
        gap: 18px;
      }

      .contact-wrapper {
        align-items: stretch;
        gap: 38px;
        min-height: auto;
      }

      .footer-wrapper {
        gap: 34px;
      }

      .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        min-height: auto;
        padding: 24px var(--section-x);
      }
    }

    @media (max-width: 480px) {
      :root {
        --h1: clamp(42px, 14vw, 50px);
        --h2: clamp(35px, 11vw, 43px);
        --h3: 31px;
        --h3-large: 34px;
        --h4-large: 30px;
        --h5: 21px;
        --text-m: 14px;
        --section-x: 20px;
        --section-start: 68px;
        --section-end: 50px;
      }

      section {
        scroll-margin-top: 68px;
      }

      .header-button {
        max-width: 154px;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .hero-media {
        height: 390px;
      }

      .hero h1 {
        max-width: 8.5ch;
      }

      .hero-actions {
        margin-top: 58px;
      }

      .client-logo {
        --logo-scale: .88;
        --logo-space-scale: .72;
        min-width: 130px;
        flex-basis: 130px;
      }

      .about-image,
      .story-image,
      .blog-image {
        height: 235px;
      }

      .blog-copy {
        padding-top: 30px;
        padding-bottom: 32px;
      }

      .impact-card {
        min-height: 360px;
      }

      .impact-box,
      .impact-box.higher,
      .impact-box.lower {
        min-height: 198px;
      }

      .impact-box p {
        top: calc(100% - 98px);
      }

      .story-copy {
        min-height: 390px;
      }

      .story-description {
        font-size: 19px;
      }

      .story-description--long {
        margin-top: 30px;
        font-size: 15.5px;
        line-height: 1.52;
      }

      .story-stats div {
        padding: 28px var(--section-x);
      }

      .faq-list summary {
        font-size: 20px;
      }

      .footer-column {
        gap: 12px;
      }
    }

    /* ===== HERO RESPONSIVE ONLY ===== */
    .menu-toggle {
      width: 48px;
      height: 48px;
      display: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 11px;
      border: 0;
      background: transparent;
      color: #11151c;
      cursor: pointer;
    }

    .menu-toggle span {
      width: 31px;
      height: 2px;
      display: block;
      background: currentColor;
      transform-origin: center;
      transition: transform var(--motion-base) var(--ease), opacity var(--motion-base) ease;
    }

    @media (max-width: 768px) {
      .header.is-menu-open {
        border-bottom-color: rgba(12, 17, 28, 0.1);
      }

      .header.is-menu-open .nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 18px 28px 24px;
        background: #f5f5f6;
        border-bottom: var(--hairline) solid rgba(12, 17, 28, 0.1);
        box-shadow: 0 18px 42px rgba(12, 17, 28, .12);
      }

      .header.is-menu-open .nav a {
        width: 100%;
        padding: 14px 0;
        color: #20252d;
        font-size: 12px;
        letter-spacing: 1.6px;
      }

      .header.is-menu-open .nav a:hover,
      .header.is-menu-open .nav a[aria-current="page"] {
        color: #0C111C;
      }

      .header.is-menu-open .menu-toggle span:first-child {
        transform: translateY(6.5px) rotate(45deg);
      }

      .header.is-menu-open .menu-toggle span:last-child {
        transform: translateY(-6.5px) rotate(-45deg);
      }

    }

    @media (min-width: 1181px) {
      .hero {
        grid-template-columns: minmax(0, 1fr) 645px;
        min-height: 780px;
      }

      .hero-content {
        min-height: 780px;
        padding-top: 123px;
        padding-right: 42px;
        padding-bottom: 0;
      }

      .hero-media {
        width: 645px;
        height: 780px;
        order: initial;
      }
    }

    @media (min-width: 1025px) and (max-width: 1180px) {
      .hero {
        grid-template-columns: minmax(430px, .92fr) minmax(500px, 1.08fr);
        min-height: 720px;
      }

      .hero-content {
        min-height: 720px;
        padding-top: 104px;
        padding-right: 34px;
        padding-bottom: 0;
      }

      .hero h1 {
        max-width: 8.8ch;
        font-size: clamp(58px, 6.2vw, 70px);
      }

      .hero p {
        max-width: 390px;
      }

      .hero-media {
        width: 100%;
        height: 720px;
        order: initial;
      }
    }

    @media (min-width: 769px) and (max-width: 1024px) {
      .header-inner {
        grid-template-columns: 140px 1fr auto;
        column-gap: 28px;
      }

      .nav {
        display: flex;
        gap: 22px;
      }

      .nav a {
        font-size: 10px;
        letter-spacing: 1.7px;
      }

      .header-button {
        min-width: 168px;
        padding: 0 14px;
        font-size: 10px;
        letter-spacing: 1.35px;
      }

      .hero {
        grid-template-columns: minmax(360px, .9fr) minmax(390px, 1.1fr);
        min-height: 660px;
      }

      .hero-content {
        min-height: 660px;
        padding-top: 84px;
        padding-right: 30px;
        padding-bottom: 0;
      }

      .hero h1 {
        max-width: 8.5ch;
        font-size: clamp(52px, 6.7vw, 64px);
        line-height: 1.02em;
      }

      .hero p {
        max-width: 350px;
      }

      .hero-actions {
        gap: 18px;
      }

      .strategy-button {
        width: 226px;
      }

      .rating {
        white-space: normal;
      }

      .hero-media {
        width: 100%;
        height: 660px;
        order: initial;
      }

      .trusted {
        padding-top: 62px;
        padding-bottom: 62px;
      }
    }

    @media (max-width: 768px) {
      .header {
        height: 72px;
      }

      .header-inner {
        grid-template-columns: 1fr auto;
        padding-left: 28px;
        padding-right: 28px;
      }

      .nav,
      .header-button {
        display: none;
      }

      .menu-toggle {
        display: inline-flex;
      }

      .logo {
        font-size: 24px;
        letter-spacing: 1.9px;
      }

      .hero {
        --hero-x: 28px;
        display: grid;
        grid-template-columns: 1fr;
        min-height: auto;
        padding-left: var(--hero-x);
        padding-right: var(--hero-x);
        border-bottom: var(--hairline) solid var(--line);
      }

      .hero-content {
        min-height: auto;
        order: 0;
        padding: 86px 0 72px;
      }

      .hero h1 {
        max-width: 9ch;
        font-size: clamp(58px, 11.8vw, 94px);
        line-height: .98em;
        letter-spacing: -0.055em;
      }

      .hero p {
        max-width: 34rem;
        margin-top: 34px;
        font-size: clamp(18px, 3.6vw, 28px);
        line-height: 1.42em;
      }

      .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
        margin-top: 62px;
        padding-bottom: 0;
      }

      .strategy-button {
        width: min(100%, 500px);
        height: 72px;
        padding: 0 32px;
        font-size: clamp(12px, 2.7vw, 16px);
        letter-spacing: .16em;
      }

      .strategy-button .arrow {
        font-size: 28px;
      }

      .rating {
        max-width: 500px;
        white-space: normal;
      }

      .hero-media {
        display: none;
      }

      .hero-media img {
        object-position: 52% 45%;
      }

      .trusted {
        min-height: auto;
        padding: 74px 28px 68px;
      }

      .trusted-title {
        max-width: 34rem;
        font-size: clamp(13px, 2.7vw, 18px);
        line-height: 1.35em;
        letter-spacing: .16em;
      }

      .logos {
        margin-top: 50px;
      }
    }

    @media (max-width: 560px) {
      .header {
        height: 72px;
      }

      .header-inner {
        padding-left: 24px;
        padding-right: 24px;
      }

      .logo {
        font-size: 21px;
      }

      .menu-toggle {
        width: 44px;
      }

      .menu-toggle span {
        width: 28px;
      }

      .hero {
        --hero-x: 22px;
      }

      .hero-content {
        padding-top: 70px;
        padding-bottom: 58px;
      }

      .hero h1 {
        font-size: clamp(52px, 16.2vw, 82px);
        max-width: 8.8ch;
      }

      .hero p {
        margin-top: 30px;
        font-size: clamp(18px, 5vw, 24px);
      }

      .strategy-button {
        height: 62px;
        padding: 0 24px;
      }

      .hero-media {
        height: clamp(430px, 90vw, 620px);
      }

      .trusted {
        padding: 58px 22px 58px;
      }

      .logos {
        margin-top: 42px;
      }
    }

    @media (max-width: 390px) {
      .header-inner {
        padding-left: 20px;
        padding-right: 20px;
      }

      .logo {
        font-size: 18px;
      }

      .hero {
        --hero-x: 20px;
      }

      .hero-content {
        padding-top: 62px;
      }

      .hero h1 {
        font-size: clamp(46px, 15.4vw, 58px);
      }

      .hero p {
        font-size: 17px;
      }

      .hero-actions {
        margin-top: 50px;
      }

      .strategy-button {
        min-height: 56px;
        height: 56px;
        padding: 0 20px;
        font-size: 11px;
      }

      .hero-media {
        height: 390px;
      }
    }

    /* ===== STATS RESPONSIVE GRID ===== */
    @media (max-width: 768px) {
      .stats-grid {
        grid-template-columns: repeat(3, 1fr);
      }

      .stat-item {
        min-height: clamp(210px, 44vw, 260px);
        height: auto;
        padding: 42px 18px 46px;
        border-right: 0;
        border-bottom: 0;
      }

      .stat-item:not(:last-child) {
        border-right: var(--hairline) solid var(--grid-line);
      }

      .stat-value {
        font-size: clamp(34px, 8vw, 58px);
      }

      .stat-label {
        max-width: 13em;
        margin-top: 18px;
        font-size: clamp(15px, 3.3vw, 22px);
        line-height: 1.25em;
      }
    }

    @media (max-width: 480px) {
      .stats-grid {
        grid-template-columns: 1fr;
      }

      .stat-item {
        min-height: clamp(172px, 46vw, 210px);
        padding: 34px 12px 36px;
        border-right: 0;
        border-bottom: var(--hairline) solid var(--grid-line);
      }

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

      .stat-value {
        font-size: clamp(36px, 12vw, 48px);
      }

      .stat-label {
        margin-top: 14px;
        font-size: clamp(12px, 3.8vw, 16px);
      }
    }

    /* ===== BLOG MOBILE LIMIT ===== */
    @media (max-width: 768px) {
      .blog-grid .blog-card:nth-child(n + 3) {
        display: none;
      }

      .content-list-section .blog-grid .blog-card:nth-child(n + 3) {
        display: block;
      }
    }

    /* ===== IMPACT MOBILE 2-COLUMN REFERENCE ===== */
    @media (max-width: 768px) {
      .impact-heading {
        min-height: auto;
        align-items: flex-start;
        padding: clamp(56px, 9vw, 84px) var(--section-x) clamp(62px, 10vw, 92px);
      }

      .impact-heading h2 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(48px, 11vw, 68px);
        line-height: .95em;
        letter-spacing: -0.05em;
        text-wrap: balance;
      }

      .impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-top: var(--hairline) solid var(--impact-line);
      }

      .impact-card {
        min-height: clamp(360px, 72vw, 620px);
        padding-top: clamp(30px, 6vw, 50px);
        border-right: 0;
        border-bottom: var(--hairline) solid var(--impact-line);
      }

      .impact-card:nth-child(odd) {
        border-right: var(--hairline) solid var(--impact-line);
      }

      .impact-card:nth-child(3),
      .impact-card:nth-child(4) {
        border-bottom: 0;
      }

      .impact-label {
        padding: 0 clamp(20px, 5.6vw, 42px);
        font-size: clamp(14px, 3.2vw, 22px);
        line-height: 1.25em;
      }

      .impact-box,
      .impact-box.higher,
      .impact-box.lower {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        min-height: 54%;
        padding: clamp(30px, 6.2vw, 52px) clamp(20px, 5.6vw, 42px) clamp(34px, 6.6vw, 58px);
      }

      .impact-box h3 {
        font-size: clamp(34px, 9.2vw, 72px);
        line-height: 1em;
      }

      .impact-box p {
        position: static;
        max-width: 15em;
        margin-top: clamp(42px, 12vw, 88px);
        font-size: clamp(13px, 3vw, 22px);
        line-height: 1.35em;
      }
    }

    @media (max-width: 480px) {
      .impact-card {
        min-height: clamp(390px, 94vw, 500px);
      }

      .impact-label {
        padding: 0 18px;
        font-size: clamp(11px, 3.4vw, 14px);
      }

      .impact-box,
      .impact-box.higher,
      .impact-box.lower {
        min-height: 58%;
        padding: 28px 18px 32px;
      }

      .impact-box h3 {
        font-size: clamp(30px, 10vw, 42px);
        letter-spacing: -0.04em;
      }

      .impact-box p {
        margin-top: clamp(36px, 12vw, 62px);
        font-size: clamp(11px, 3.45vw, 14px);
        line-height: 1.35em;
      }
    }

    /* ===== GLOBAL MOBILE EDITORIAL SYSTEM ===== */
    @media (max-width: 768px) {
      :root {
        --section-x: clamp(22px, 5.8vw, 34px);
        --section-start: clamp(76px, 13vw, 106px);
        --section-end: clamp(58px, 10vw, 86px);
      }

      .container,
      .hero,
      .trusted,
      .stats-grid,
      .about-content-wrap,
      .services-heading,
      .services-carousel,
      .impact-wrapper,
      .stories-wrapper,
      .precision-wrapper,
      .blog-wrapper,
      .faq-wrapper,
      .contact-wrapper,
      .footer-wrapper,
      .footer-bottom {
        max-width: 100%;
      }

      .services-heading,
      .stories-heading,
      .precision-heading,
      .impact-heading,
      .blog-heading,
      .faq-heading,
      .contact-wrapper {
        padding-left: var(--section-x);
        padding-right: var(--section-x);
      }

      .services-heading h2,
      .impact-heading h2,
      .stories-heading h2,
      .precision-heading h2,
      .blog-heading h2,
      .faq-heading h2,
      .contact-wrapper h2 {
        width: 100%;
        max-width: min(100%, 12.5ch);
        font-size: clamp(44px, 11.2vw, 68px);
        line-height: .96em;
        letter-spacing: -0.05em;
        overflow-wrap: normal;
        text-wrap: balance;
      }

      .services-heading h2,
      .precision-heading h2,
      .blog-heading h2 {
        margin-left: auto;
        margin-right: auto;
      }

      .services-heading p,
      .hero p,
      .about-copy .about-statement,
      .service-copy p,
      .story-description,
      .precision-card p,
      .blog-copy h3,
      .faq-heading p,
      .faq-list details p,
      .contact-wrapper p,
      .footer-brand p {
        max-width: min(100%, 34rem);
      }

      .about-image,
      .story-image,
      .blog-image {
        height: clamp(340px, 82vw, 520px);
      }

      .blog-copy,
      .story-copy,
      .faq-list details {
        padding-left: var(--section-x);
        padding-right: var(--section-x);
      }

      .service-copy,
      .blog-copy {
        padding-top: clamp(34px, 7vw, 54px);
        padding-bottom: clamp(42px, 8vw, 64px);
      }

      .story-copy {
        min-height: clamp(430px, 80vw, 560px);
        padding-top: clamp(42px, 8vw, 62px);
        padding-bottom: clamp(40px, 8vw, 60px);
      }

      .faq-list summary {
        min-height: clamp(76px, 16vw, 104px);
        line-height: 1.18em;
      }

      .footer-wrapper {
        row-gap: clamp(34px, 8vw, 58px);
      }
    }

    @media (max-width: 480px) {
      :root {
        --section-x: clamp(20px, 6vw, 26px);
        --section-start: clamp(68px, 16vw, 86px);
        --section-end: clamp(52px, 13vw, 72px);
      }

      .services-heading h2,
      .impact-heading h2,
      .stories-heading h2,
      .precision-heading h2,
      .blog-heading h2,
      .faq-heading h2,
      .contact-wrapper h2 {
        max-width: min(100%, 11.75ch);
        font-size: clamp(40px, 13.2vw, 56px);
        line-height: .97em;
        letter-spacing: -0.048em;
      }

      .about-copy .about-statement {
        font-size: clamp(30px, 8.6vw, 42px);
        line-height: 1.07em;
        letter-spacing: -0.045em;
      }

      .service-copy h3,
      .blog-copy h3,
      .precision-card h3 {
        line-height: 1.06em;
        text-wrap: balance;
      }

      .about-image,
      .story-image,
      .blog-image {
        height: clamp(240px, 66vw, 340px);
      }

      .stories-top-button,
      .about-button,
      .blog-button,
      .contact-button,
      .strategy-button {
        min-height: 54px;
      }

      .trusted-title,
      .trustpilot-line,
      .blog-meta,
      .impact-label,
      .proof-rating span {
        letter-spacing: 1.45px;
      }
    }

    /* ===== FAQ MOBILE BOTTOM RHYTHM ===== */
    @media (max-width: 768px) {
      .faq-section {
        padding-bottom: clamp(72px, 16vw, 118px);
      }

      .faq-wrapper {
        border-bottom: var(--hairline) solid var(--grid-line);
      }
    }

    /* ===== PRECISION CARD TITLE SCALE ===== */
    .precision-card h3 {
      width: min(100%, 360px);
      max-width: 360px;
      font-size: clamp(28px, 2.35vw, 34px);
      line-height: 1.12em;
      letter-spacing: -0.032em;
      font-weight: 300;
      text-wrap: balance;
      overflow-wrap: normal;
    }

    @media (max-width: 1100px) {
      .precision-card h3 {
        width: min(100%, 400px);
        max-width: 400px;
        font-size: clamp(27px, 3.2vw, 32px);
        line-height: 1.13em;
      }
    }

    @media (max-width: 700px) {
      .precision-card h3 {
        width: min(100%, 18ch);
        max-width: 18ch;
        font-size: clamp(24px, 6.2vw, 28px);
        line-height: 1.14em;
        letter-spacing: -0.028em;
      }
    }

    @media (max-width: 480px) {
      .precision-card h3 {
        width: min(100%, 17ch);
        max-width: 17ch;
        font-size: clamp(23px, 6.6vw, 26px);
        line-height: 1.15em;
      }
    }

    /* ===== PRECISION MOBILE REFINEMENT ===== */
    @media (max-width: 768px) {
      .precision-section {
        padding-top: 0;
        padding-bottom: clamp(64px, 14vw, 96px);
      }

      .precision-wrapper {
        overflow: hidden;
        border-left: 0;
        border-right: 0;
      }

      .precision-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 26px;
        padding: clamp(56px, 14vw, 78px) var(--section-x) clamp(36px, 9vw, 50px);
      }

      .precision-heading h2 {
        max-width: min(100%, 10.5ch);
        margin: 0;
        font-size: clamp(46px, 12.4vw, 64px);
        line-height: .98em;
        letter-spacing: -0.052em;
        text-align: left;
      }

      .precision-heading p {
        max-width: 31rem;
        margin-top: 22px;
        font-size: clamp(18px, 4.6vw, 22px);
        line-height: 1.45em;
      }

      .precision-controls {
        gap: 12px;
      }

      .precision-arrow {
        width: 56px;
        height: 56px;
        font-size: 24px;
        box-shadow: none;
      }

      .precision-carousel {
        overflow: hidden;
        border-top: var(--hairline) solid var(--grid-line);
      }

      .precision-card {
        flex: 0 0 100%;
        min-height: auto;
        padding: clamp(36px, 8vw, 48px) var(--section-x) clamp(42px, 9vw, 58px);
        border-right: 0;
      }

      .precision-card .precision-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
        margin-bottom: clamp(46px, 11vw, 66px);
      }

      .precision-card h3 {
        width: min(100%, 13ch);
        max-width: 13ch;
        font-size: clamp(34px, 10.5vw, 48px);
        line-height: 1.06em;
        letter-spacing: -0.04em;
      }

      .precision-card p {
        max-width: 31rem;
        margin-top: 26px;
        font-size: clamp(17px, 4.4vw, 21px);
        line-height: 1.45em;
      }
    }

    @media (max-width: 480px) {
      .precision-heading h2 {
        max-width: min(100%, 10ch);
        font-size: clamp(42px, 13vw, 54px);
      }

      .precision-heading p,
      .precision-card p {
        font-size: 17px;
      }

      .precision-card h3 {
        width: min(100%, 12.5ch);
        max-width: 12.5ch;
        font-size: clamp(30px, 9.6vw, 42px);
      }
    }

    /* ===== MOBILE HERO WIDTH SAFETY ===== */
    @media (max-width: 480px) {
      .hero {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
      }

      .hero-content,
      .hero h1,
      .hero p,
      .hero-actions,
      .rating,
      .strategy-button {
        min-width: 0;
        max-width: 100%;
      }

      .hero h1 {
        font-size: 52px;
        max-width: 8.4ch;
      }

      .hero p {
        font-size: 17px;
        overflow-wrap: break-word;
      }
    }

    @media (max-width: 390px) {
      .hero h1 {
        font-size: 47px;
      }
    }
