@font-face {
      font-family: 'Mona Sans';
      font-weight: 200 900;
      font-style: normal;
      font-stretch: 75% 125%;
      font-display: block;
      src: url('../fonts/Mona-Sans.var.woff2') format('woff2');
    }

    :root {
      --ink: #0a0a0a;
      --ink-70: #404040;
      --ink-60: #525252;
      --ink-50: #737373;
      --ink-40: #a3a3a3;
      --ink-30: #d4d4d4;
      --ink-20: #e5e5e5;
      --ink-10: #f5f5f5;
      --ink-05: #fafafa;
      --brand: #166534;
      --brand-deep: #14532d;
      --brand-dark: #052e16;
      --brand-mid: #15803d;
      --ease: cubic-bezier(.22, .61, .36, 1);
    }

    *, *::before, *::after { box-sizing: border-box; border: 0 solid; }
    html { height: 100%; background: var(--ink); scroll-behavior: smooth; }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
    body {
      margin: 0;
      min-height: 100%;
      display: flex;
      flex-direction: column;
      background: var(--ink);
      color: var(--ink);
      font-family: 'Mona Sans', ui-sans-serif, system-ui, sans-serif;
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    h1, h2, h3, p, figure, blockquote, ul, dl, address { margin: 0; }
    ul { list-style: none; padding: 0; }
    a { color: inherit; text-decoration: none; }
    img { max-width: 100%; height: auto; }
    button { font: inherit; background: none; cursor: pointer; }
    address { font-style: normal; }

    .sr-only {
      position: absolute;
      width: 1px; height: 1px;
      padding: 0; margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
    }
    .flex { display: flex; }
    .intro { max-width: 42rem; }

    /* ---------- Accessibility ---------- */
    .skip-link {
      position: absolute;
      z-index: 60;
      top: 8px;
      left: 16px;
      padding: 10px 16px;
      border-radius: 8px;
      background: #fff;
      color: var(--brand-dark);
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
      transform: translateY(-200%);
      transition: transform .2s var(--ease);
    }
    .skip-link:focus-visible { transform: none; }
    :focus-visible { outline: 2px solid var(--brand-mid); outline-offset: 3px; }

    /* ---------- Buttons ---------- */
    .btn {
      display: inline-flex;
      border-radius: 9999px;
      padding: 12px 16px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 600;
      transition: background-color .25s var(--ease), border-color .25s var(--ease), transform .15s var(--ease);
    }
    .btn > span { position: relative; top: 1px; }
    .btn-dark { background: var(--brand-dark); color: #fff; }
    .btn-dark:hover { background: var(--brand); }
    .btn-light { background: #fff; color: var(--ink); }
    .btn-light:hover { background: var(--brand); color: #fff; }
    .btn-outline { box-shadow: inset 0 0 0 1px rgba(22,101,52,.22); color: var(--brand-dark); }
    .btn-outline:hover { background: rgba(22,101,52,.06); box-shadow: inset 0 0 0 1px rgba(22,101,52,.35); }
    .btn-outline-light { box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); color: #fff; }
    .btn-outline-light:hover { background: rgba(255,255,255,.1); }
    @media (prefers-reduced-motion: no-preference) {
      .btn:active:not(.btn-outline-light) { transform: translateY(1px) scale(.99); }
    }

    /* ---------- Layout primitives ---------- */
    .container { margin-inline: auto; max-width: 80rem; padding-inline: 24px; }
    @media (min-width: 1024px) { .container { padding-inline: 32px; } }
    .inner { margin-inline: auto; max-width: 42rem; }
    @media (min-width: 1024px) { .inner { max-width: none; } }

    /* ---------- Header / top bar ---------- */
    .topbar { position: absolute; left: 0; right: 0; top: 8px; z-index: 40; padding-top: 56px; }
    .topbar-row { display: flex; align-items: center; justify-content: space-between; }
    .brand { display: flex; align-items: center; gap: 10px; }
    .brand-mark { height: 32px; width: 32px; border-radius: 7px; }
    .brand-name { display: none; font-weight: 600; color: var(--brand); }
    @media (min-width: 768px) { .brand-name { display: block; } }
    .topbar-actions { display: flex; align-items: center; column-gap: 32px; }
    .menu-btn { margin: -10px; border-radius: 9999px; padding: 10px; display: flex; transition: background-color .25s var(--ease); }
    .menu-btn:hover { background: rgba(10,10,10,.1); }
    .menu-btn svg { width: 24px; height: 24px; fill: var(--brand); }
    .menu-btn--close svg { fill: #fff; }
    .menu-btn--close:hover { background: rgba(255,255,255,.1); }
    .menu-btn:active { background: rgba(10,10,10,.18); }
    .menu-btn--close:active { background: rgba(255,255,255,.2); }

    /* ---------- Mobile / overlay navigation ---------- */
    .drawer {
      position: relative;
      z-index: 50;
      overflow: hidden;
      background: var(--ink);
      padding-top: 8px;
      transition: height .55s cubic-bezier(.4, 0, .2, 1);
    }
    .drawer-strip { background: var(--brand-dark); }
    .drawer-panel { background: var(--brand-dark); padding-top: 56px; }
    .drawer-panel .brand-name { color: #fff; }
    .drawer-nav {
      margin-top: 64px;
      font-size: 30px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: -0.025em;
      color: #fff;
      border-top: 1px solid rgba(255,255,255,0.12);
    }
    @media (min-width: 640px) { .drawer-nav { font-size: 44px; } }
    .drawer-block { background: var(--brand-dark); }
    .drawer-block + .drawer-block { margin-top: 0; }
    .drawer-grid { display: grid; grid-template-columns: 1fr; margin-inline: -24px; }
    @media (min-width: 640px) { .drawer-grid { grid-template-columns: repeat(2, 1fr); margin-inline: 0; } }
    .drawer-link {
      position: relative;
      isolation: isolate;
      display: block;
      padding: 36px 24px;
      background: var(--brand-dark);
      border-bottom: 1px solid rgba(255,255,255,0.12);
    }
    .drawer-block:last-child .drawer-link:last-child { border-bottom: none; }
    @media (min-width: 640px) {
      .drawer-link { padding: 64px 48px; border-bottom: none; }
      .drawer-link:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.12); }
      .drawer-block { border-bottom: 1px solid rgba(255,255,255,0.12); }
      .drawer-block:last-child { border-bottom: none; }
    }
    .drawer-link::after {
      content: "";
      position: absolute;
      inset-block: 0;
      z-index: -1;
      width: 100vw;
      background: var(--brand-deep);
      opacity: 0;
      transition: opacity .25s var(--ease);
    }
    .drawer-link:nth-child(odd)::after { right: 0; }
    .drawer-link:nth-child(even)::after { left: 0; }
    .drawer-link:hover::after { opacity: 1; }
    .drawer-link:active::after { opacity: .85; }

    /* ---------- Page sheet over dark background ---------- */
    .sheet {
      position: relative;
      display: flex;
      flex: 1 1 auto;
      overflow: hidden;
      background: #fcfdf9;
      padding-top: 56px;
      border-radius: 40px 40px 0 0;
    }
    .sheet-inner { position: relative; isolation: isolate; display: flex; width: 100%; flex-direction: column; padding-top: 36px; }
    .pattern { position: absolute; inset-inline: 0; top: -56px; z-index: -10; height: 1000px; width: 100%; }
    .pattern--hero { fill: var(--ink-05); stroke: rgba(10,10,10,.05); -webkit-mask-image: linear-gradient(to bottom left, #fff 40%, transparent 50%); mask-image: linear-gradient(to bottom left, #fff 40%, transparent 50%); }
    main { width: 100%; flex: 1 1 auto; }

    /* ---------- Shared section rhythm ---------- */
    .band-head { margin-top: 96px; }
    @media (min-width: 640px) { .band-head { margin-top: 128px; } }
    @media (min-width: 1024px) { .band-head { margin-top: 160px; } }
    .eyebrow { display: block; margin-bottom: 24px; font-size: 16px; line-height: 24px; font-weight: 600; letter-spacing: .01em; color: var(--ink); }
    .display { display: block; font-size: 36px; line-height: 40px; font-weight: 500; letter-spacing: -0.03em; text-wrap: balance; color: var(--brand); }
    @media (min-width: 640px) { .display { font-size: 48px; line-height: 1; } }
    .lede { margin-top: 24px; font-size: 20px; line-height: 28px; color: var(--ink-60); }

    /* ---------- Hero ---------- */
    .hero { margin-top: 96px; }
    @media (min-width: 768px) { .hero { margin-top: 160px; } }
    .hero-row { display: block; }
    @media (min-width: 1024px) { .hero-row { display: flex; align-items: center; justify-content: space-between; gap: 20px;} }
    .hero-text { max-width: 42rem; }
    .hero-text h1 {
      font-size: 48px;
      line-height: 1;
      font-weight: 500;
      letter-spacing: -0.035em;
      text-wrap: balance;
      color: var(--brand);
    }
    @media (min-width: 640px) { .hero-text h1 { font-size: 72px; } }
    .hero-text p { margin-top: 24px; color: var(--ink-60); }
    @media (min-width: 768px) { .hero-text p { font-size: 20px; line-height: 28px; } }
    .hero-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; column-gap: 12px; row-gap: 12px; padding-top: 32px; }
    .hero-media { display: flex; justify-content: center; }
    @media (min-width: 1024px) { .hero-media { display: block; width: 50%; padding-right: 48px; } }
    .media-frame { width: 396px; flex-shrink: 0; }
    @media (min-width: 1024px) { .hero-media .media-frame { width: 512px; } }
    .media-stage { position: relative; display: flex; width: 100%; aspect-ratio: 655 / 680; justify-content: center; }
    .clip-svg { height: 100%; }
    .clip-zoom { transform-origin: center; transition: transform .5s; }
    @media (prefers-reduced-motion: no-preference) {
      .media-stage:hover .clip-zoom { transform: scale(1.05); }
    }

    /* ---------- GES alignment band ---------- */
    .trust { margin-top: 96px; background: var(--brand-dark); padding-block: 96px; }
    @media (min-width: 640px) { .trust { margin-top: 128px; padding-block: 104px; } }
    @media (min-width: 1024px) { .trust { margin-top: 224px; } }
    .trust-head { display: flex; align-items: center; column-gap: 32px; }
    .trust-head h2 { text-align: center; font-size: 20px; line-height: 28px; font-weight: 600; letter-spacing: .05em; color: var(--ink-10); }
    @media (min-width: 640px) { .trust-head h2 { font-size: 21px; } }
    @media (min-width: 640px) { .trust-head h2 { text-align: left; } }
    .trust-rule { height: 1px; flex: 1 1 auto; background: var(--ink-70); }
    .trust-body { margin-top: 40px; display: flex; justify-content: center; }
    .trust-body .ges { text-align: center; font-size: 24px; line-height: 32px; font-weight: 600; letter-spacing: .05em; color: var(--ink-10); }
    .trust-body .ges-sub { margin-top: 12px; text-align: center; font-size: 14px; line-height: 20px; color: var(--ink-30); }
    .trust-logos { margin-top: 48px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px 24px; align-items: center; }
    @media (min-width: 640px) { .trust-logos { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px 48px; } }
    .wlogo { display: flex; align-items: center; gap: 16px; color: #fff; opacity: 0.96; }
    .wlogo__icon { flex-shrink: 0; width: 34px; height: 34px; opacity: 0.98; }
    .wlogo__mark { flex-shrink: 0; width: 46px; height: 46px; border: 1.5px solid #fff; border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18), 0 0 0 6px rgba(255,255,255,0.04); }
    .wlogo__mark--square { border-radius: 9px; }
    .wlogo__icon { flex-shrink: 0; opacity: 0.98; }
    .wlogo__text { line-height: 1.15; }
    .trust-footnote { margin-top: 28px; text-align: center; font-size: 11px; line-height: 16px; letter-spacing: 0.04em; color: rgba(255,255,255,0.52); }

    /* ---------- Services ---------- */
    .services-body { margin-top: 64px; }
    .services-row { display: block; }
    @media (min-width: 1024px) { .services-row { display: flex; align-items: center; justify-content: flex-end; } }
    .services-media { display: flex; justify-content: center; }
    @media (min-width: 1024px) { .services-media { width: 50%; justify-content: flex-end; padding-right: 48px; } }
    .services-frame { width: 396px; flex-shrink: 0; }
    @media (min-width: 1024px) { .services-frame { width: 720px; } }
    .services-list { margin-top: 64px; color: var(--ink-60); }
    @media (min-width: 1024px) { .services-list { margin-top: 0; width: 50%; min-width: 528px; padding-left: 16px; } }
    .service { margin-top: 40px; }
    .service:first-child { margin-top: 0; }
    .service-rule { position: relative; padding-top: 40px; }
    .service:first-child .service-rule { padding-top: 0; }
    .service-rule::before { content: ""; position: absolute; left: 0; top: 0; height: 1px; width: 24px; background: var(--ink); }
    .service-rule::after { content: ""; position: absolute; left: 32px; right: 0; top: 0; height: 1px; background: rgba(10,10,10,.1); }
    .service:first-child .service-rule::before,
    .service:first-child .service-rule::after { content: none; }
    .service strong { font-weight: 600; color: var(--brand); }

    /* ---------- Quote band ---------- */
    .quote-band { position: relative; isolation: isolate; margin-top: 96px; background: var(--ink-05); padding-block: 64px; }
    @media (min-width: 640px) { .quote-band { margin-top: 128px; padding-block: 112px; } }
    @media (min-width: 768px) { .quote-band { padding-block: 128px; } }
    .pattern--band { inset-block: 0; top: 0; height: 100%; fill: var(--ink-10); stroke: rgba(10,10,10,.05); -webkit-mask-image: linear-gradient(to bottom left, #fff 50%, transparent 60%); mask-image: linear-gradient(to bottom left, #fff 50%, transparent 60%); }
    .quote-fig { margin-inline: auto; max-width: 56rem; }
    .quote-fig blockquote { position: relative; font-size: 20px; line-height: 28px; font-weight: 500; letter-spacing: -0.025em; color: var(--brand); }
    @media (min-width: 640px) { .quote-fig blockquote { font-size: 36px; line-height: 40px; } }
    @media (min-width: 1024px) { .quote-fig blockquote { font-size: 30px; line-height: 36px; } }
    .quote-fig blockquote p::before { content: "\201C"; }
    .quote-fig blockquote p::after { content: "\201D"; }
    @media (min-width: 640px) { .quote-fig blockquote p::before { position: absolute; right: 100%; } }
    .quote-attr { margin-top: 40px; font-size: 20px; line-height: 28px; font-style: italic; }
    .quote-source { margin-top: 16px; font-size: 18px; line-height: 28px; font-weight: 600; color: var(--brand); }

    /* ---------- Assessment suite ---------- */
    .suite-grid { margin-top: 64px; display: grid; grid-template-columns: 1fr; gap: 32px; }
    @media (min-width: 1024px) { .suite-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    .suite-card { position: relative; display: flex; width: 100%; flex-direction: column; border-radius: 24px; padding: 24px; box-shadow: inset 0 0 0 1px rgba(22,101,52,.1); transition: background-color .25s var(--ease), box-shadow .25s var(--ease), transform .25s var(--ease); }
    .suite-card:hover { background: #fff; box-shadow: inset 0 0 0 1px rgba(22,101,52,.16), 0 16px 40px -16px rgba(2,40,24,.22); }
    @media (prefers-reduced-motion: no-preference) { .suite-card:hover { transform: translateY(-2px); } }
    @media (min-width: 640px) { .suite-card { padding: 32px; } }
    .card-badge { height: 64px; width: 64px; object-fit: contain; }
    .card-meta { margin-top: 24px; display: flex; column-gap: 8px; font-size: 14px; line-height: 20px; color: var(--ink); }
    .card-meta .strong { font-weight: 600; }
    .card-meta .sep { color: var(--ink-30); }
    .card-title { margin-top: 24px; font-size: 24px; line-height: 32px; font-weight: 600; color: var(--brand); }
    .card-desc { margin-top: 16px; font-size: 16px; line-height: 24px; color: var(--ink-60); }
    .suite-more { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; padding-top: 64px; }

    /* ---------- CTA panel ---------- */
    .cta-panel {
      position: relative;
      overflow: hidden;
      margin-inline: -24px;
      border-radius: 40px;
      background: var(--brand-dark);
      padding: 80px 24px;
    }
    .cta-panel::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(60rem 36rem at 12% 0%, rgba(21,128,61,.5), transparent 60%), radial-gradient(48rem 30rem at 110% 110%, rgba(21,128,61,0), transparent 60%);
      pointer-events: none;
    }
    @media (min-width: 640px) { .cta-panel { margin-inline: 0; padding-block: 128px; } }
    @media (min-width: 768px) { .cta-panel { padding-inline: 48px; } }
    .cta-copy { position: relative; margin-inline: auto; max-width: 56rem; }
    .cta-copy > .cta-block { max-width: 36rem; }
    .cta-panel h2 { font-size: 30px; line-height: 36px; font-weight: 500; text-wrap: balance; color: #fff; }
    @media (min-width: 640px) { .cta-panel h2 { font-size: 36px; line-height: 40px; } }
    .cta-p { margin-top: 48px; font-size: 18px; line-height: 28px; color: #fff; }
    .cta-actions { margin-top: 24px; display: flex; flex-wrap: wrap; column-gap: 12px; row-gap: 12px; }
    .cta-contact { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 40px; }
    .cta-contact ul { margin-top: 24px; display: grid; grid-template-columns: 1fr; gap: 32px; }
    @media (min-width: 640px) { .cta-contact ul { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
    .cta-contact address { color: var(--ink-30); }
    .cta-contact strong { color: #fff; }
    .cta-contact a { transition: color .25s var(--ease); }
    .cta-contact a:hover { color: var(--ink-40); }
    .cta-links { margin-top: 40px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 32px; }
    .cta-links-title { font-size: 14px; line-height: 20px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #fff; }
    .cta-links ul { margin-top: 16px; display: flex; flex-wrap: wrap; column-gap: 28px; row-gap: 12px; }
    .cta-links a { font-size: 14px; line-height: 20px; color: var(--ink-30); transition: color .25s var(--ease); }
    .cta-links a:hover { color: #fff; }

    /* ---------- Footer ---------- */
    .site-footer { margin-inline: auto; width: 100%; max-width: 80rem; padding-inline: 24px; margin-top: 96px; }
    @media (min-width: 640px) { .site-footer { margin-top: 128px; } }
    @media (min-width: 1024px) { .site-footer { padding-inline: 32px; margin-top: 160px; } }
    .footer-row {
      margin-bottom: 80px;
      margin-top: 96px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-end;
      justify-content: space-between;
      column-gap: 24px;
      row-gap: 16px;
      border-top: 1px solid rgba(10,10,10,.1);
      padding-top: 48px;
    }
    .footer-row .brand-mark { height: 40px; width: 40px; border-radius: 7px; }
    .footer-copy { font-size: 14px; line-height: 20px; color: var(--ink-70); }

    /* ---------- Scroll reveal ---------- */
    [data-fade] { opacity: 0; transform: translateY(24px) translateZ(0); }
    .fade-in {
      opacity: 1 !important;
      transform: none !important;
      transition: opacity .7s var(--ease), transform .7s var(--ease);
    }