/* Auto-extracted from mockup/mockup.html — re-run: python3 site/tools/port-mockup.py */

    :root {
      --font-display: 'Manrope', 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
      --font-body: 'Plus Jakarta Sans', Inter, ui-sans-serif, system-ui, sans-serif;
      --font-label: 'Plus Jakarta Sans', Inter, ui-sans-serif, system-ui, sans-serif;
      --font-eyebrow: 'Barlow Condensed', 'Arial Narrow', ui-sans-serif, system-ui, sans-serif;
      --font-cta: 'Sora', 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;

      --text-label: 0.6875rem;
      --text-nav: 0.8125rem;
      --text-ui: 0.875rem;
      --text-phone: 0.9375rem;
      --text-lead: 1.0625rem;
      --text-lead-lg: 1.125rem;
      --text-display: clamp(3.75rem, 9.5vw, 7.75rem);
      --text-cta: 0.8125rem;

      --leading-display: 0.94;
      --leading-tight: 1.15;
      --leading-snug: 1.35;
      --leading-body: 1.6;

      --tracking-display: -0.045em;
      --tracking-label: 0.12em;
      --tracking-nav: 0.01em;
      --tracking-tight: -0.01em;
      --tracking-cta: 0.06em;

      --weight-regular: 400;
      --weight-medium: 500;
      --weight-semibold: 600;
      --weight-bold: 700;
      --weight-extrabold: 800;
      --weight-black: 900;
    }
    html {
      scroll-behavior: smooth;
      scroll-padding-top: 7.75rem;
    }
    body.menu-open {
      overflow: hidden;
    }
    html.lenis, html.lenis body {
      height: auto;
    }
    html.lenis,
    .lenis.lenis-smooth {
      scroll-behavior: auto !important;
    }
    .lenis.lenis-smooth [data-lenis-prevent] {
      overscroll-behavior: contain;
    }
    .lenis.lenis-stopped {
      overflow: hidden;
    }
    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
    }
    body { background:#080C11; }
    .grid-bg {
      background-image:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
      background-size: 64px 64px;
    }
    .noise:before {
      content:""; position:absolute; inset:0; pointer-events:none; opacity:.18;
      background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="180" height="180"%3E%3Cfilter id="n"%3E%3CfeTurbulence type="fractalNoise" baseFrequency=".7" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23n)" opacity=".45"/%3E%3C/svg%3E');
    }
    .hero-shade {
      background: linear-gradient(90deg, #0b1a20 0%, rgb(11 26 32 / 67%) 50%, rgb(14 26 31 / 0%) 90%);
    }
    .reveal { opacity:0; transform: translateY(24px); transition: .7s ease; }
    .reveal.show { opacity:1; transform: translateY(0); }
    .brand-logo {
      display: block;
      flex-shrink: 0;
      height: auto;
      width: auto;
      max-height: 2.75rem;
      object-fit: contain;
      object-position: left center;
    }
    .years-badge {
      --years-stat-block: 1.25rem;
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .25rem .375rem;
    }
    .years-badge__stat {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      height: var(--years-stat-block);
      min-height: var(--years-stat-block);
      max-height: var(--years-stat-block);
      font-family: Cormorant Garamond, Georgia, serif;
      font-size: 30px;
      font-weight: 600;
      font-style: italic;
      line-height: var(--years-stat-block);
      letter-spacing: -.02em;
      text-box-trim: trim-both;
      text-box-edge: cap alphabetic;
      margin-top: -7px;
    }
    .years-badge__labels {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: .2rem;
      line-height: 1;
    }
    .years-badge__label {
      font-size: 9px;
      font-weight: 800;
      font-style: italic;
      text-transform: uppercase;
      letter-spacing: .2em;
      line-height: 1;
    }
    @media (min-width: 1024px) {
      .years-badge {
        --years-stat-block: 1.375rem;
        gap: .5rem;
        padding: 0.3rem 0.3rem 0.3rem 0.5rem;
      }
      .years-badge__label {
        font-size: 10px;
      }
    }
    .partner-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 6.5rem;
      padding: 1.25rem .75rem;
      overflow: visible;
    }
    .partner-logo img {
      display: block;
      max-height: 3.25rem;
      width: auto;
      max-width: 100%;
      object-fit: contain;
      opacity: 1;
    }
    .partner-logo--autodesk img {
      max-height: 4.15rem;
    }
    .partner-logo--caterpillar img {
      max-height: 2.65rem;
    }
    .partner-logo--milwaukee img {
      max-height: 4rem;
    }
    .partners-header {
      max-width: 72rem;
    }
    .partners-description {
      max-width: 56rem;
    }
    .partner-logos-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-top: 3.5rem;
      padding-top: 2.25rem;
      border-top: 1px solid #e2e8f0;
    }
    .partner-logo:nth-child(even) {
      border-left: 1px solid #e2e8f0;
    }
    .partner-logo:nth-child(n+3) {
      border-top: 1px solid #e2e8f0;
    }
    @media (min-width: 640px) {
      .partner-logos-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-top: 4rem;
        padding-top: 2.75rem;
      }
      .partner-logo {
        min-height: 7.5rem;
        padding: 1.5rem 2.25rem;
      }
      .partner-logo + .partner-logo {
        border-left: 1px solid #e2e8f0;
      }
      .partner-logo:nth-child(n+3) {
        border-top: 0;
      }
    }
    .partner-logo--placeholder span {
      display: block;
      height: 2.85rem;
      width: 8.5rem;
      border-radius: 2px;
      background: linear-gradient(90deg, #f1f5f9 0%, #e2e8f0 50%, #f1f5f9 100%);
      background-size: 200% 100%;
      animation: partner-shimmer 2.4s ease-in-out infinite;
    }
    @keyframes partner-shimmer {
      0% { background-position: 100% 0; }
      100% { background-position: -100% 0; }
    }
    @media (min-width: 1536px) {
      .partner-logo--placeholder span {
        height: 2rem;
        width: 6.5rem;
      }
    }
    .portfolio-cards-carousel {
      position: relative;
    }
    .portfolio-cards-carousel__viewport {
      overflow: hidden;
      touch-action: pan-y;
      cursor: grab;
      user-select: none;
      -webkit-user-select: none;
    }
    .portfolio-cards-carousel__viewport.is-dragging {
      cursor: grabbing;
    }
    .portfolio-cards-carousel__viewport.is-dragging .portfolio-cards-carousel__track {
      transition: none;
    }
    .portfolio-cards-carousel__viewport.is-dragging .portfolio-card img,
    .portfolio-cards-carousel__track.is-animating .portfolio-card img {
      transition: none;
    }
    .portfolio-cards-carousel__track {
      display: flex;
      gap: 1.5rem;
      transition: transform .65s cubic-bezier(.4, 0, .2, 1);
      will-change: transform;
      backface-visibility: hidden;
    }
    .portfolio-card {
      flex: 0 0 calc((100% - 1.5rem) / 2);
      overflow: hidden;
      background: #080C11;
      color: #fff;
      --portfolio-image-shift-x: 0px;
      --portfolio-image-shift-y: 0px;
    }
    @media (min-width: 1280px) {
      .portfolio-card {
        flex: 0 0 calc((100% - 3rem) / 3);
      }
    }
    .portfolio-card__media {
      position: relative;
      overflow: hidden;
      aspect-ratio: 1 / 1;
      background: #080C11;
    }
    .portfolio-card img {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 30%;
      --portfolio-image-scale-rest: 1;
      --portfolio-image-scale-hover: 1.05;
      transform: translate3d(var(--portfolio-image-shift-x), var(--portfolio-image-shift-y), 0) scale(var(--portfolio-image-scale-rest));
      filter: saturate(.88) contrast(1.02);
      transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
      will-change: transform;
    }
    .portfolio-card img.portfolio-card__image--catholic {
      object-position: center 42%;
      --portfolio-image-scale-rest: 1.08;
      --portfolio-image-scale-hover: 1.134;
    }
    .portfolio-card img.portfolio-card__image--reycon {
      object-position: center 48%;
    }
    .portfolio-card img.portfolio-card__image--mj-energy {
      object-position: center 38%;
      --portfolio-image-scale-rest: 1.12;
      --portfolio-image-scale-hover: 1.176;
    }
    .portfolio-card--link,
    .portfolio-card--link:link,
    .portfolio-card--link:visited,
    .portfolio-card--link:hover,
    .portfolio-card--link:active {
      display: block;
      cursor: pointer;
      text-decoration: none;
      color: #fff;
    }
    .portfolio-card--link .portfolio-card__title,
    .portfolio-card--link:link .portfolio-card__title,
    .portfolio-card--link:visited .portfolio-card__title,
    .portfolio-card--link:hover .portfolio-card__title {
      color: #fff;
    }
    .portfolio-card--link:focus-visible {
      outline: 2px solid rgb(39 196 106);
      outline-offset: 3px;
    }
    .portfolio-card--navigator {
      --portfolio-image-shift-y: -55px;
    }
    .portfolio-card img.portfolio-card__image--navigator {
      object-position: center 54%;
      --portfolio-image-scale-rest: 1.426;
      --portfolio-image-scale-hover: 1.497;
    }
    .portfolio-card img.portfolio-card__image--vertical3 {
      object-position: center 88%;
    }
    .portfolio-card:hover img {
      transform: translate3d(var(--portfolio-image-shift-x), var(--portfolio-image-shift-y), 0) scale(var(--portfolio-image-scale-hover));
      filter: saturate(1) contrast(1.05);
    }
    .portfolio-card__body {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 2;
      display: flex;
      height: 7rem;
      flex-direction: column;
      border-top: 1px solid rgba(255,255,255,.10);
      background: rgba(8,12,17,.50);
      padding: .5rem .9rem .55rem;
      backdrop-filter: blur(24px);
      -webkit-backdrop-filter: blur(24px);
      transition: background .35s ease;
    }
    .portfolio-card:hover .portfolio-card__body {
      background: rgba(8,12,17,.62);
    }
    .portfolio-card__tag {
      display: block;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .58rem;
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .portfolio-card__meta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
    }
    .portfolio-card__location {
      margin-left: auto;
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .54rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #CBD5E1;
      white-space: nowrap;
    }
    .portfolio-card__location-icon {
      width: .78rem;
      height: .78rem;
      flex: 0 0 auto;
      color: #94A3B8;
    }
    .portfolio-card__title {
      margin-top: .18rem;
      min-height: 1.35em;
      font-family: Manrope, Inter, ui-sans-serif;
      font-size: clamp(1.05rem, 1.15vw + .7rem, 1.28rem);
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -.03em;
      color: #fff;
    }
    .portfolio-card__stats {
      display: grid;
      flex: 0 0 auto;
      grid-auto-flow: column;
      grid-auto-columns: minmax(0, 1fr);
      gap: 0;
      margin-top: .2rem;
      padding-top: .25rem;
      border-top: 1px solid rgba(255,255,255,.08);
    }
    .portfolio-card__stat {
      min-width: 0;
      padding-right: .45rem;
    }
    .portfolio-card__stat + .portfolio-card__stat {
      padding-right: .45rem;
      padding-left: .45rem;
    }
    .portfolio-card__stat:last-child {
      padding-right: 0;
    }
    .portfolio-card__stat dt {
      min-height: 1.4em;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .52rem;
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #94A3B8;
    }
    .portfolio-card__stat dd {
      margin-top: .1rem;
      font-size: .68rem;
      font-weight: 700;
      line-height: 1.18;
      color: #F8FAFC;
      overflow-wrap: break-word;
      word-break: normal;
    }
    @media (max-width: 1279px) {
      .portfolio-card__media {
        display: flex;
        flex-direction: column;
        aspect-ratio: auto;
      }
      .portfolio-card img {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 4 / 3;
        flex: 0 0 auto;
      }
      .portfolio-card--navigator {
        --portfolio-image-shift-y: 0px;
      }
      .portfolio-card img.portfolio-card__image--navigator {
        --portfolio-image-scale-rest: 1.12;
        --portfolio-image-scale-hover: 1.16;
        object-position: center 42%;
      }
      .portfolio-card__body {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        height: auto;
        min-height: 0;
        padding: .5rem .85rem .55rem;
      }
      .portfolio-card__title {
        font-size: clamp(1rem, 2.4vw + .55rem, 1.2rem);
        line-height: 1.2;
      }
      .portfolio-card__stats {
        margin-top: .2rem;
        padding-top: .25rem;
      }
    }
    @media (max-width: 639px) {
      .portfolio-card {
        flex: 0 0 100%;
      }
      .portfolio-card__media {
        display: block;
        aspect-ratio: 1 / 1;
        overflow: hidden;
        background: #0a1016;
      }
      .portfolio-card img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 0;
        aspect-ratio: auto;
      }
      .portfolio-card--navigator {
        --portfolio-image-shift-y: -28px;
      }
      .portfolio-card img.portfolio-card__image--navigator {
        --portfolio-image-scale-rest: 1.22;
        --portfolio-image-scale-hover: 1.28;
        object-position: center 48%;
      }
      .portfolio-card__body {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        max-height: 54%;
        margin-top: 0;
        padding: .7rem .8rem .65rem;
        overflow: hidden;
        border-top: none;
        background: rgba(8, 12, 17, .94);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
      .portfolio-cards-carousel__track {
        transition: transform .5s cubic-bezier(.22, 1, .36, 1);
      }
      .portfolio-card__meta {
        flex-wrap: nowrap;
        row-gap: 0;
        gap: .5rem;
      }
      .portfolio-card__location {
        margin-left: auto;
        white-space: nowrap;
        font-size: .5rem;
      }
      .portfolio-card__tag {
        font-size: .52rem;
        letter-spacing: .18em;
      }
      .portfolio-card__title {
        margin-top: .15rem;
        margin-bottom: 0;
        min-height: 0;
        font-size: 1.02rem;
        line-height: 1.15;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .portfolio-card__stats {
        grid-auto-flow: column;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        margin-top: .25rem;
        padding-top: .22rem;
      }
      .portfolio-card__stat + .portfolio-card__stat {
        margin: 0;
        padding: 0 0 0 .35rem;
        border-top: none;
      }
      .portfolio-card__stat dt {
        min-height: 0;
        font-size: .48rem;
        line-height: 1.1;
        letter-spacing: .1em;
      }
      .portfolio-card__stat dd {
        font-size: .62rem;
        line-height: 1.15;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
    }
    .portfolio-cards-carousel__controls {
      margin-top: 2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1.25rem;
    }
    .portfolio-cards-carousel__nav {
      display: flex;
      height: 3rem;
      width: 3rem;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(8,12,17,.12);
      background: #fff;
      color: #080C11;
      transition: background .2s, border-color .2s;
    }
    @media (max-width: 767px) {
      .portfolio-cards-carousel__nav {
        display: none;
      }
      .portfolio-cards-carousel__controls {
        gap: 0;
      }
    }
    .portfolio-cards-carousel__nav:hover {
      border-color: rgba(8,12,17,.25);
      background: #f8fafc;
    }
    .portfolio-cards-carousel__nav:disabled {
      opacity: .35;
      cursor: not-allowed;
    }
    .portfolio-cards-carousel__dots {
      display: flex;
      gap: .5rem;
    }
    .portfolio-cards-carousel__dot {
      height: .45rem;
      width: 2rem;
      border-radius: 999px;
      background: rgba(8,12,17,.14);
      transition: background .25s, width .25s;
    }
    .portfolio-cards-carousel__dot.is-active {
      width: 2.75rem;
      background: rgb(39 196 106);
    }
    .steel-frame-text {
      color: rgba(255,255,255,.14);
      -webkit-text-stroke: 1.75px rgba(255,255,255,.55);
      paint-order: stroke fill;
      filter: drop-shadow(0 0 28px rgba(255,255,255,.1));
      background-image:
        linear-gradient(90deg,
          transparent calc(20px - 1px),
          rgba(255,255,255,.18) calc(20px - 1px),
          rgba(255,255,255,.18) 20px,
          transparent 20px
        ),
        linear-gradient(180deg,
          transparent calc(24px - 1px),
          rgba(255,255,255,.24) calc(24px - 1px),
          rgba(255,255,255,.24) 24px,
          transparent 24px
        ),
        linear-gradient(125deg,
          transparent 46%,
          rgba(255,255,255,.11) 46%,
          rgba(255,255,255,.11) 47%,
          transparent 47%
        ),
        linear-gradient(55deg,
          transparent 46%,
          rgba(39,196,106,.2) 46%,
          rgba(39,196,106,.2) 47%,
          transparent 47%
        ),
        linear-gradient(180deg, rgba(148,163,184,.18), rgba(255,255,255,.08));
      background-size: 20px 100%, 100% 24px, 28px 28px, 28px 28px, 100% 100%;
      -webkit-background-clip: text;
      background-clip: text;
    }
    .cta-amber {
      background: rgb(245 180 0);
      color: #fff;
      text-shadow: 0 1px 2px rgba(8, 12, 17, .32);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        0 0 0 1px rgba(8, 12, 17, .12);
      transition: background .3s ease, box-shadow .3s ease, gap .3s ease;
    }
    .cta-amber:hover {
      background: rgb(255 196 26);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        0 0 0 1px rgba(8, 12, 17, .1),
        0 14px 44px rgba(245, 180, 0, .35);
    }
    .cta-green {
      background: rgb(39 196 106);
      color: #fff;
      text-shadow: 0 1px 2px rgba(8, 12, 17, .32);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .24),
        0 0 0 1px rgba(8, 12, 17, .12);
      transition: background .3s ease, box-shadow .3s ease, gap .3s ease;
    }
    .cta-green:hover {
      background: rgb(52 210 118);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .28),
        0 0 0 1px rgba(8, 12, 17, .1),
        0 14px 44px rgba(39, 196, 106, .35);
    }
    .cta-steel-white {
      background: linear-gradient(
        145deg,
        #ffffff 0%,
        #f4f6f8 42%,
        #a8acb0 100%
      );
      color: #1B2430;
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .9),
        inset 0 -1px 0 rgba(27, 36, 48, .07),
        0 0 0 1px rgba(27, 36, 48, .14);
      transition: background .3s ease, box-shadow .3s ease, gap .3s ease;
    }
    .cta-steel-white:hover {
      background: linear-gradient(
        145deg,
        #ffffff 0%,
        #e8ecf0 35%,
        #8d9298 100%
      );
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .95),
        inset 0 -1px 0 rgba(27, 36, 48, .1),
        0 0 0 1px rgba(27, 36, 48, .18),
        0 14px 40px rgba(27, 36, 48, .2);
    }
    #topbar {
      background-color: rgba(255, 255, 255, 0.72);
      -webkit-backdrop-filter: blur(18px) saturate(140%);
      backdrop-filter: blur(18px) saturate(140%);
      box-shadow: 0 1px 0 rgba(8, 12, 17, 0.06);
      transition: background-color 0.35s ease, box-shadow 0.35s ease;
    }
    #topbar.is-over-light {
      background-color: rgba(255, 255, 255, 0.86);
      box-shadow: 0 1px 0 rgba(8, 12, 17, 0.07), 0 8px 24px rgba(8, 12, 17, 0.05);
    }
    #topbar .topbar-nav a {
      color: #475569;
      font-family: var(--font-body);
      font-size: var(--text-nav);
      font-weight: var(--weight-semibold);
      letter-spacing: var(--tracking-nav);
      line-height: var(--leading-snug);
      transition: color .2s ease;
    }
    #topbar .topbar-nav a:hover {
      color: #080C11;
    }
    #topbar #menuBtn {
      position: relative;
      display: inline-flex;
      width: 2.75rem;
      height: 2.75rem;
      align-items: center;
      justify-content: center;
      padding: 0;
      border-color: #e2e8f0;
      background: transparent;
      transition: border-color .2s ease, background-color .2s ease, width .25s ease, height .25s ease;
    }
    @media (min-width: 1024px) {
      #topbar #menuBtn {
        display: none;
      }
    }
    #topbar #menuBtn:hover {
      border-color: #cbd5e1;
      background: rgba(8, 12, 17, 0.03);
    }
    #topbar #menuBtn span {
      position: absolute;
      left: 50%;
      display: block;
      width: 1.15rem;
      height: 1.5px;
      background: #080C11;
      border-radius: 999px;
      transform: translateX(-50%);
      transition: transform .25s ease, opacity .2s ease, top .25s ease, width .25s ease;
    }
    #topbar #menuBtn span:nth-child(1) {
      top: calc(50% - .28rem);
    }
    #topbar #menuBtn span:nth-child(2) {
      top: calc(50% + .28rem);
    }
    #topbar.is-menu-open #menuBtn span:nth-child(1) {
      top: 50%;
      transform: translateX(-50%) rotate(45deg);
    }
    #topbar.is-menu-open #menuBtn span:nth-child(2) {
      top: 50%;
      transform: translateX(-50%) rotate(-45deg);
    }
    #topbar .topbar-rail,
    #topbar .topbar-shell,
    #topbar .topbar-quicknav {
      position: relative;
      z-index: 2;
    }
    #topbar.is-menu-open {
      background-color: #fff;
      -webkit-backdrop-filter: none;
      backdrop-filter: none;
      box-shadow: none;
    }
    #topbar.is-menu-open .topbar-rail,
    #topbar.is-menu-open .topbar-shell,
    #topbar.is-menu-open .topbar-quicknav {
      background-color: #fff;
    }
    #topbar.is-menu-open .topbar-quicknav {
      display: none;
    }
    #topbar #mobileMenu {
      display: none;
      position: fixed;
      inset: 0;
      z-index: 1;
      box-sizing: border-box;
      height: 100svh;
      max-height: none;
      padding-top: 7.75rem;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      background: #fff;
      border-top: 0;
    }
    #topbar.is-menu-open #mobileMenu {
      display: flex;
      flex-direction: column;
    }
    @media (min-width: 1024px) {
      #topbar #mobileMenu,
      #topbar.is-menu-open #mobileMenu {
        display: none;
      }
    }
    #topbar #mobileMenu a {
      color: #334155;
      font-family: var(--font-body);
      font-size: var(--text-ui);
      font-weight: var(--weight-semibold);
      letter-spacing: var(--tracking-nav);
      line-height: var(--leading-snug);
    }
    .mobile-menu__inner {
      display: flex;
      flex-direction: column;
      flex: 1;
      gap: .35rem;
      box-sizing: border-box;
      width: 100%;
      min-height: calc(100svh - 7.75rem);
      padding: 1.25rem 1rem 0;
    }
    @media (min-width: 640px) {
      .mobile-menu__inner {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }
    .mobile-menu__phone {
      display: flex;
      align-items: center;
      gap: .75rem;
      margin-bottom: .85rem;
      padding: 1rem 1.1rem;
      border-radius: 0;
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      color: #080C11 !important;
      text-decoration: none;
    }
    .mobile-menu__phone-flag {
      display: block;
      flex-shrink: 0;
      width: 2rem;
      height: 2rem;
      padding: .14rem;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 0 0 1px rgba(8, 12, 17, .08);
      box-sizing: border-box;
    }
    .mobile-menu__phone-flag .fi {
      display: block;
      width: 100% !important;
      height: 100%;
      border-radius: 50%;
      background-size: cover !important;
      background-position: center;
    }
    .mobile-menu__phone-content {
      display: flex;
      flex-direction: column;
      gap: .2rem;
      min-width: 0;
    }
    .mobile-menu__phone-label {
      font-family: var(--font-label);
      font-size: var(--text-label);
      font-weight: var(--weight-semibold);
      letter-spacing: var(--tracking-label);
      text-transform: uppercase;
      color: #64748B;
    }
    .mobile-menu__phone-number {
      font-size: var(--text-phone);
      font-weight: var(--weight-bold);
      letter-spacing: var(--tracking-tight);
      color: #080C11;
    }
    .mobile-menu__nav {
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .mobile-menu__link {
      display: block;
      padding: 1.15rem .15rem;
      border-bottom: 1px solid #f1f5f9;
      font-size: 1.2rem !important;
      font-weight: 700 !important;
      color: #080C11 !important;
      transition: color .2s ease;
    }
    .mobile-menu__link:hover {
      color: rgb(39 196 106) !important;
    }
    .mobile-menu__cta {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .55rem;
      width: 100%;
      margin-top: auto;
      flex-shrink: 0;
      margin-bottom: max(1rem, env(safe-area-inset-bottom));
      padding: 1.05rem 1.15rem;
      border-radius: 0;
      font-family: var(--font-cta) !important;
      font-size: var(--text-cta) !important;
      font-weight: var(--weight-semibold) !important;
      letter-spacing: var(--tracking-cta) !important;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff !important;
      text-shadow: none;
      box-shadow: none;
    }
    .mobile-menu__cta:hover,
    .mobile-menu__cta:focus-visible {
      text-shadow: none;
      box-shadow: none;
    }
    .mobile-menu__cta svg {
      width: 1rem;
      height: 1rem;
      flex-shrink: 0;
    }
    .topbar-rail {
      display: block;
      border-bottom: 1px solid rgba(8, 12, 17, 0.08);
    }
    .topbar-rail__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      min-height: 2.75rem;
      padding-left: 1rem;
      padding-right: 1rem;
      transition: min-height .25s ease;
    }
    @media (min-width: 640px) {
      .topbar-rail__inner {
        gap: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }
    }
    @media (min-width: 1024px) {
      .topbar-rail__inner {
        padding-left: 5rem;
        padding-right: 5rem;
      }
    }
    .topbar-rail__meta {
      display: flex;
      align-items: center;
      gap: .85rem;
      min-width: 0;
      color: #64748B;
      font-family: var(--font-label);
      font-size: var(--text-label);
      font-weight: var(--weight-semibold);
      letter-spacing: var(--tracking-label);
      line-height: var(--leading-tight);
      text-transform: uppercase;
      white-space: nowrap;
    }
    .topbar-rail__meta-sep,
    .topbar-rail__meta-detail {
      display: none;
    }
    .topbar-rail__meta-sep {
      color: #cbd5e1;
      letter-spacing: 0;
    }
    @media (min-width: 768px) {
      .topbar-rail__meta-sep,
      .topbar-rail__meta-detail {
        display: inline;
      }
    }
    .topbar-rail__social {
      display: none;
      align-items: center;
      gap: .35rem;
    }
    @media (min-width: 768px) {
      .topbar-rail__social {
        display: inline-flex;
      }
    }
    .topbar-rail__social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 1.65rem;
      height: 1.65rem;
      color: #64748B;
      transition: color .2s ease, transform .2s ease;
    }
    .topbar-rail__social a:hover {
      color: rgb(39 196 106);
      transform: translateY(-1px);
    }
    .topbar-rail__social svg {
      width: .95rem;
      height: .95rem;
    }
    .topbar-rail .topbar-phone {
      margin-left: auto;
    }
    @media (min-width: 768px) {
      .topbar-rail .topbar-phone {
        display: none;
      }
    }
    .topbar-shell .topbar-phone {
      display: none;
    }
    @media (min-width: 768px) {
      .topbar-shell .topbar-phone {
        display: inline-flex;
      }
    }
    .topbar-shell {
      display: flex;
      height: 5rem;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      box-sizing: border-box;
      transition: height .25s ease;
    }
    @media (min-width: 640px) {
      .topbar-shell {
        gap: 1.5rem;
      }
    }
    .topbar-primary {
      display: flex;
      align-items: center;
      gap: 1.75rem;
      min-width: 0;
    }
    .topbar-brand,
    .topbar-actions {
      display: flex;
      align-items: center;
    }
    .topbar-brand {
      flex-shrink: 0;
    }
    .topbar-brand-mark {
      display: inline-flex;
      align-items: center;
    }
    .topbar-brand-mark .brand-logo {
      max-height: 2.5rem;
      transition: max-height .25s ease;
    }
    @media (min-width: 768px) {
      .topbar-brand-mark .brand-logo {
        max-height: 2.35rem;
      }
    }
    @media (max-width: 1023px) {
      html {
        scroll-padding-top: 8.5rem;
      }
      .topbar-rail__inner {
        min-height: 2.25rem;
      }
      .topbar-shell {
        height: 3.75rem;
      }
      .topbar-brand-mark .brand-logo {
        max-height: 1.95rem;
      }
      #topbar #menuBtn {
        width: 2.15rem;
        height: 2.15rem;
      }
      #topbar:not(.is-menu-open) #menuBtn span {
        width: .9rem;
      }
      #topbar:not(.is-menu-open) #menuBtn span:nth-child(1) {
        top: calc(50% - .22rem);
      }
      #topbar:not(.is-menu-open) #menuBtn span:nth-child(2) {
        top: calc(50% + .22rem);
      }
      #topbar #mobileMenu {
        padding-top: 8.5rem;
      }
      #topbar.is-menu-open #mobileMenu {
        padding-top: 6rem;
      }
      .mobile-menu__inner {
        min-height: calc(100svh - 8.5rem);
      }
      #topbar.is-menu-open .mobile-menu__inner {
        min-height: calc(100svh - 6rem);
      }
    }
    .topbar-quicknav {
      display: none;
      position: relative;
      overflow: hidden;
      border-top: 1px solid rgba(8, 12, 17, 0.06);
    }
    @media (max-width: 1023px) {
      .topbar-quicknav {
        display: block;
      }
      .topbar-quicknav__track a {
        font-size: .6875rem;
        padding: .22rem .8rem;
      }
    }
    .topbar-quicknav::before,
    .topbar-quicknav::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 2;
      pointer-events: none;
      opacity: 0;
      transition: opacity .2s ease;
    }
    .topbar-quicknav::before {
      left: 0;
      width: 2.5rem;
      background: linear-gradient(to right, rgba(255, 255, 255, .96) 35%, transparent);
    }
    .topbar-quicknav::after {
      right: 0;
      width: 3.35rem;
      background: linear-gradient(to left, rgba(255, 255, 255, .96) 42%, rgba(255, 255, 255, .72) 68%, transparent);
    }
    #topbar.is-over-light .topbar-quicknav::before {
      background: linear-gradient(to right, rgba(255, 255, 255, .98) 35%, transparent);
    }
    #topbar.is-over-light .topbar-quicknav::after {
      background: linear-gradient(to left, rgba(255, 255, 255, .98) 42%, rgba(255, 255, 255, .76) 68%, transparent);
    }
    .topbar-quicknav.is-scrollable:not(.is-at-start)::before {
      opacity: 1;
    }
    .topbar-quicknav.is-scrollable:not(.is-at-end)::after {
      opacity: 1;
    }
    .topbar-quicknav__hint {
      position: absolute;
      top: 50%;
      right: .35rem;
      z-index: 3;
      display: flex;
      width: 1rem;
      height: 1rem;
      align-items: center;
      justify-content: center;
      color: #94a3b8;
      pointer-events: none;
      opacity: 0;
      transform: translateY(-50%);
      transition: opacity .2s ease;
    }
    .topbar-quicknav__hint svg {
      width: .85rem;
      height: .85rem;
    }
    .topbar-quicknav.is-scrollable:not(.is-at-end) .topbar-quicknav__hint {
      opacity: 1;
    }
    @media (prefers-reduced-motion: no-preference) {
      .topbar-quicknav.is-scrollable.is-at-start:not(.is-at-end) .topbar-quicknav__hint {
        animation: topbar-quicknav-hint-nudge 1.8s ease-in-out infinite;
      }
    }
    @keyframes topbar-quicknav-hint-nudge {
      0%, 100% { transform: translateY(-50%) translateX(0); }
      50% { transform: translateY(-50%) translateX(2px); }
    }
    .topbar-quicknav__track {
      display: flex;
      align-items: center;
      gap: 0;
      padding: .42rem 2.25rem .5rem 2.45rem;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      scroll-snap-type: x proximity;
      touch-action: pan-x;
    }
    .topbar-quicknav__track a:first-child {
      padding-left: 1.55rem;
    }
    @media (min-width: 640px) {
      .topbar-quicknav__track {
        padding-left: 2.6rem;
        padding-right: 2.5rem;
      }
    }
    .topbar-quicknav__track::-webkit-scrollbar {
      display: none;
    }
    .topbar-quicknav__track a {
      flex: 0 0 auto;
      scroll-snap-align: start;
      padding: .2rem .75rem;
      color: #64748b;
      font-family: var(--font-label);
      font-size: .625rem;
      font-weight: var(--weight-semibold);
      letter-spacing: .08em;
      line-height: 1.2;
      text-decoration: none;
      text-transform: uppercase;
      white-space: nowrap;
      transition: color .2s ease;
    }
    .topbar-quicknav__track a + a {
      border-left: 1px solid #e2e8f0;
    }
    .topbar-quicknav__track a:hover,
    .topbar-quicknav__track a:focus-visible {
      color: #080c11;
      outline: none;
    }
    .topbar-nav {
      align-items: center;
      gap: 1.5rem;
      padding-left: 1.75rem;
      border-left: 1px solid #e2e8f0;
    }
    @media (min-width: 1280px) {
      .topbar-primary {
        gap: 2rem;
      }
      .topbar-nav {
        gap: 1.85rem;
        padding-left: 2rem;
      }
    }
    .topbar-actions {
      gap: .55rem;
      flex-shrink: 0;
      margin-left: auto;
    }
    @media (min-width: 768px) {
      .topbar-actions {
        gap: .75rem;
      }
    }
    .topbar-phone {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      min-width: 0;
      transition: transform .2s ease, opacity .2s ease;
    }
    @media (min-width: 768px) {
      .topbar-phone {
        gap: .75rem;
      }
    }
    .topbar-phone:hover {
      transform: translateY(-1px);
    }
    .topbar-phone:hover .topbar-phone__number {
      color: rgb(39 196 106);
    }
    .topbar-phone__flag {
      display: block;
      flex-shrink: 0;
      width: 1.5rem;
      height: 1.5rem;
      padding: .1rem;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 0 0 1px rgba(8, 12, 17, .08);
      box-sizing: border-box;
    }
    @media (min-width: 768px) {
      .topbar-phone__flag {
        width: 1.75rem;
        height: 1.75rem;
        padding: .12rem;
      }
    }
    .topbar-phone__flag .fi {
      display: block;
      width: 100% !important;
      height: 100%;
      border-radius: 50%;
      background-size: cover !important;
      background-position: center;
    }
    .topbar-phone__content {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: .45rem;
      line-height: 1;
      min-width: 0;
    }
    @media (min-width: 768px) {
      .topbar-phone__content {
        flex-direction: column;
        align-items: flex-start;
        gap: .15rem;
      }
    }
    .topbar-phone__label {
      display: none;
      align-items: center;
      gap: .35rem;
      font-family: var(--font-label);
      font-size: var(--text-label);
      font-weight: var(--weight-semibold);
      letter-spacing: var(--tracking-label);
      line-height: var(--leading-tight);
      text-transform: uppercase;
      color: #64748B;
    }
    @media (min-width: 480px) {
      .topbar-phone__label {
        display: inline-flex;
      }
    }
    .topbar-phone__dot {
      width: .34rem;
      height: .34rem;
      border-radius: 50%;
      background: rgb(39 196 106);
      box-shadow: 0 0 7px rgba(39, 196, 106, .85);
      animation: phone-cta-pulse 2.4s ease-in-out infinite;
    }
    .topbar-phone__number {
      font-family: var(--font-body);
      font-size: 0.8125rem;
      font-weight: var(--weight-bold);
      letter-spacing: var(--tracking-tight);
      line-height: var(--leading-tight);
      color: #080C11;
      white-space: nowrap;
      transition: color .2s ease;
    }
    @media (min-width: 768px) {
      .topbar-phone__number {
        font-size: var(--text-phone);
      }
    }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .topbar-primary {
        gap: 1.25rem;
      }
      .topbar-nav {
        gap: 1.15rem;
        padding-left: 1.25rem;
      }
    }
    .hero-intro {
      position: relative;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      overflow: hidden;
      color: #080C11;
      border-bottom: 1px solid #e2e8f0;
      padding-top: 7.75rem;
      height: 100svh;
      min-height: 100svh;
      max-height: 100svh;
    }
    .hero-intro__bg {
      position: absolute;
      inset: -7%;
      background-image: url('../media/bg-hero-navigator.png');
      background-size: cover;
      background-position: 35% 55%;
      filter: saturate(0.55);
    }
    .hero-intro__grid {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(8, 12, 17, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8, 12, 17, .045) 1px, transparent 1px);
      background-size: 64px 64px;
      -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.4) 45%, rgba(0,0,0,.7) 64%, rgba(0,0,0,.95) 82%, #000 100%);
      mask-image: linear-gradient(90deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.4) 45%, rgba(0,0,0,.7) 64%, rgba(0,0,0,.95) 82%, #000 100%);
    }
    .hero-intro__grid::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .08;
      background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="180" height="180"%3E%3Cfilter id="n"%3E%3CfeTurbulence type="fractalNoise" baseFrequency=".7" numOctaves="3" stitchTiles="stitch"/%3E%3C/filter%3E%3Crect width="100%25" height="100%25" filter="url(%23n)" opacity=".45"/%3E%3C/svg%3E');
      -webkit-mask-image: inherit;
      mask-image: inherit;
    }
    .hero-intro__veil {
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgb(248 250 252) 0%, rgb(248 250 252) 50%, rgb(248 250 252 / 77%) 64%, rgb(248 250 252 / 77%) 82%, #ffffff94 100%);
    }
    /* Mobile + tablet: planta como fundo (não lateral). Desktop split começa em 1024px. */
    @media (max-width: 1023px) {
      .hero-intro {
        height: auto;
        min-height: 100svh;
        max-height: none;
        padding-bottom: 2.5rem;
      }
      .hero-intro__bg {
        inset: 0;
        background-position: 68% 38%;
        filter: saturate(0.38) brightness(1.04);
      }
      .hero-intro__veil {
        background:
          linear-gradient(
            180deg,
            rgb(248 250 252 / .78) 0%,
            rgb(248 250 252 / .88) 10%,
            rgb(248 250 252 / .95) 22%,
            rgb(248 250 252 / .98) 36%,
            rgb(248 250 252 / .98) 50%,
            rgb(248 250 252 / .97) 64%,
            rgb(248 250 252 / .97) 74%,
            rgb(248 250 252 / .95) 84%,
            rgb(248 250 252 / .94) 92%,
            rgb(248 250 252 / .93) 100%
          ),
          linear-gradient(
            90deg,
            rgb(248 250 252 / .50) 0%,
            rgb(248 250 252 / .22) 58%,
            rgb(248 250 252 / .06) 100%
          );
      }
      .hero-intro__content {
        justify-content: flex-start;
      }
      .hero-intro__title {
        font-size: clamp(1.66rem, 4.28vw, 2.34rem);
      }
      .hero-intro__copy {
        font-family: var(--font-label);
        font-weight: var(--weight-semibold);
        letter-spacing: .08em;
      }
    }
    .hero-intro__content {
      position: relative;
      z-index: 3;
      display: flex;
      flex: 1 1 auto;
      flex-direction: column;
      justify-content: center;
      min-height: 0;
      max-width: 58rem;
      padding: 2.75rem 1.5rem 3.25rem;
      pointer-events: none;
    }
    @media (max-width: 1023px) {
      .hero-intro__content {
        width: 100%;
        max-width: 1780px;
        margin-inline: auto;
        padding: 1.25rem 1.5rem 1.5rem;
        box-sizing: border-box;
      }
      .hero-intro__eyebrow,
      .hero-intro__title,
      .hero-intro__copy,
      .hero-intro__actions {
        margin-left: 0;
      }
      .hero-intro__actions {
        width: 100%;
        max-width: 100%;
      }
    }
    .hero-intro__content a,
    .hero-intro__content button,
    .hero-intro__actions {
      pointer-events: auto;
    }
    .hero-intro__content.reveal.show {
      opacity: 1;
      transform: translateY(0);
    }
    .hero-intro__carousel {
      display: none;
    }
    @media (min-width: 1024px) {
      .hero-intro {
        --hero-chevron-base: 52%;
        --hero-chevron-tip: 60%;
        --hero-chevron-tip-y: 40%;
        background: #f8fafc;
      }
      .hero-intro__bg {
        --hero-chevron-line-width: 11px;
        --hero-slide-zoom: 182%;
        inset: 7.75rem 0 0;
        z-index: 4;
        background: transparent;
        filter: none;
        clip-path: none;
        pointer-events: none;
      }
      .hero-intro__carousel {
        display: block;
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background: #24C96B;
        clip-path: polygon(var(--hero-chevron-base) 0, 100% 0, 100% 100%, var(--hero-chevron-base) 100%, var(--hero-chevron-tip) var(--hero-chevron-tip-y));
      }
      .hero-intro__carousel::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 5;
        background: rgba(0, 28, 24, .1);
        pointer-events: none;
      }
      .hero-intro__slides {
        position: absolute;
        inset: 0 0 0 51%;
        overflow: hidden;
      }
      .hero-intro__slide {
        position: absolute;
        inset: 0;
        background-color: #24C96B;
        opacity: 0;
        transition: opacity .7s ease;
        pointer-events: none;
        overflow: hidden;
      }
      .hero-intro__slide picture,
      .hero-intro__slide-image,
      .hero-intro__slide img {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        display: block;
      }
      .hero-intro__slide-image,
      .hero-intro__slide img {
        object-fit: cover;
        object-position: center center;
      }
      .hero-intro__slide.is-active {
        opacity: 1;
      }
      .hero-intro__slide--vertical3 .hero-intro__slide-image,
      .hero-intro__slide--vertical3 img {
        object-position: 100% 85%;
      }
      .hero-intro__slide--bg04 .hero-intro__slide-image,
      .hero-intro__slide--bg04 img {
        object-position: 58% 70%;
      }
      .hero-intro__slide--quaternary .hero-intro__slide-image,
      .hero-intro__slide--quaternary img {
        object-position: 50% 35%;
      }
      .hero-intro__slide--bg01 .hero-intro__slide-image,
      .hero-intro__slide--bg01 img {
        object-position: 55% 100%;
      }
      .hero-intro__slide--worker .hero-intro__slide-image,
      .hero-intro__slide--worker img {
        object-position: 0% 35%;
      }
      .hero-intro__slide--residential .hero-intro__slide-image,
      .hero-intro__slide--residential img {
        object-position: 40% 40%;
      }
      .hero-intro__slide--securing .hero-intro__slide-image,
      .hero-intro__slide--securing img {
        object-position: 50% 40%;
      }
      .hero-intro__slide--contractor .hero-intro__slide-image,
      .hero-intro__slide--contractor img {
        object-position: 50% 35%;
      }
      .hero-intro__dots {
        position: absolute;
        z-index: 6;
        left: var(--hero-chevron-base);
        right: 0;
        bottom: 1.85rem;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .35rem;
        pointer-events: auto;
      }
      .hero-intro__dot {
        position: relative;
        display: grid;
        place-items: center;
        width: 2rem;
        height: 2rem;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: transparent;
        box-shadow: none;
        cursor: pointer;
        pointer-events: auto;
      }
      .hero-intro__dot::before {
        content: "";
        width: .75rem;
        height: .75rem;
        border-radius: 50%;
        background: rgba(255, 255, 255, .42);
        box-shadow: 0 1px 4px rgba(0, 45, 39, .22);
        transition: background-color .25s ease, transform .25s ease;
      }
      .hero-intro__dot::after {
        display: none;
      }
      .hero-intro__dot:hover {
        background: transparent;
        transform: none;
        cursor: pointer;
      }
      .hero-intro__dot:hover::before {
        background: rgba(255, 255, 255, .9);
        transform: scale(1.45);
      }
      .hero-intro__dot.is-active {
        background: transparent;
        transform: none;
      }
      .hero-intro__dot.is-active::before {
        background: #fff;
        transform: scale(1.12);
      }
      .hero-intro__dot.is-active:hover::before {
        transform: scale(1.45);
      }
      .hero-intro__dot:focus-visible {
        outline: 2px solid #fff;
        outline-offset: 3px;
      }
      .hero-intro__first-divider,
      .hero-intro__photo-divider {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
      }
      .hero-intro__first-divider {
        /* Outside the photo edge, behind the chevron; dies ~halfway to the tip */
        --hero-chevron-stroke-stop-y: 20%;
        --hero-chevron-stroke-stop-y-bottom: 58%;
        --hero-chevron-stroke-stop-x: 56%;
        --hero-chevron-stroke-stop-x-bottom: 57.6%;
        --hero-chevron-line-width-bottom: calc(var(--hero-chevron-line-width) + 3px);
        filter: drop-shadow(2px 0 3px rgba(0, 45, 39, .14));
      }
      .hero-intro__first-divider::before,
      .hero-intro__first-divider::after,
      .hero-intro__photo-divider::before {
        content: "";
        position: absolute;
        inset: 0;
      }
      .hero-intro__first-divider::before,
      .hero-intro__first-divider::after {
        background: #24C96B;
      }
      /* Upper arm: thick at top (content side) → tapers to a point at ~50% path */
      .hero-intro__first-divider::before {
        clip-path: polygon(
          calc(var(--hero-chevron-base) - var(--hero-chevron-line-width)) 0,
          calc(var(--hero-chevron-base) + 1px) 0,
          calc(var(--hero-chevron-stroke-stop-x) + 1px) var(--hero-chevron-stroke-stop-y)
        );
      }
      /* Lower arm: thicker at bottom → tapers higher toward the tip */
      .hero-intro__first-divider::after {
        clip-path: polygon(
          calc(var(--hero-chevron-base) - var(--hero-chevron-line-width-bottom)) 100%,
          calc(var(--hero-chevron-base) + 1px) 100%,
          calc(var(--hero-chevron-stroke-stop-x-bottom) + 1px) var(--hero-chevron-stroke-stop-y-bottom)
        );
      }
      .hero-intro__photo-divider {
        display: none;
      }
      .hero-intro__veil {inset:7.75rem 0 0;z-index:1;background:#f8fafc;clip-path:polygon(0 0,var(--hero-chevron-base) 0,var(--hero-chevron-tip) var(--hero-chevron-tip-y),var(--hero-chevron-base) 100%,0 100%)}
      .hero-intro__grid {z-index:2;-webkit-mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.72) 47%,rgba(0,0,0,.18) 69%,transparent 100%);mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.72) 47%,rgba(0,0,0,.18) 69%,transparent 100%)}
      .hero-intro__content {
        width: 100%;
        max-width: 1780px;
        margin-left: auto;
        margin-right: auto;
        padding: 3.5rem 5rem 4rem;
        box-sizing: border-box;
        align-items: flex-start;
        z-index: 5;
      }
      .hero-intro__eyebrow,
      .hero-intro__title,
      .hero-intro__copy,
      .hero-intro__actions {
        max-width: min(46rem, calc(52vw - ((100vw - min(100vw, 1780px)) / 2) - 5rem - 1.25rem));
      }
    }
    @media (min-width: 1024px) and (max-height: 800px) {
      .hero-intro__bg {
        --hero-slide-zoom: 198%;
      }
      .hero-intro__slide--quaternary {
        background-size: auto 124%;
        background-position: 50% 40%;
      }
      .hero-intro__slide--bg01 {
        background-size: auto 108%;
        background-position: 55% 100%;
      }
    }
    @media (min-width: 1024px) and (max-height: 680px) {
      .hero-intro__bg {
        --hero-slide-zoom: 210%;
      }
      .hero-intro__slide--quaternary {
        background-size: auto 125%;
        background-position: 50% 42%;
      }
      .hero-intro__slide--bg01 {
        background-size: auto 118%;
        background-position: 55% 100%;
      }
    }
     .hero-intro__eyebrow {
      display: inline-flex;
      align-self: flex-start;
      align-items: center;
      gap: .45rem;
      width: fit-content;
      max-width: 100%;
      margin: 0;
      padding: .45rem .85rem .45rem .7rem;
      border: 1px solid rgba(36, 201, 107, .28);
      border-radius: 2px;
      background: rgba(36, 201, 107, .1);
      font-family: var(--font-eyebrow);
      font-size: clamp(.78rem, 1.2vw, .92rem);
      font-weight: var(--weight-bold);
      letter-spacing: 0.16em;
      line-height: 1;
      text-transform: uppercase;
      color: #0a7a45;
    }
    .hero-intro__eyebrow-icon {
      width: .95rem;
      height: .95rem;
      flex-shrink: 0;
      color: #24C96B;
    }
    .hero-intro__title {
      margin-top: 0.85rem;
      margin-left: 0;
      font-family: var(--font-display);
      font-size: clamp(2.3rem, 6.2vw, 5rem);
      font-weight: 900;
      letter-spacing: -0.02em;
      line-height: 1.08;
      color: #005549;
      -webkit-text-stroke: 0.7px currentColor;
      paint-order: stroke fill;
    }
    .hero-intro__title,
    .hero-intro__title * {
      font-weight: 900 !important;
      -webkit-text-stroke: 0.7px currentColor;
    }
    @media (min-width: 1024px) {
      .hero-intro__eyebrow {
        margin-left: -7px;
      }
      .hero-intro__title {
        margin-left: -7px;
      }
    }
    @media (max-width: 767px) {
      .hero-intro__title {
        font-size: 1.6875rem;
      }
    }
    .hero-intro__copy {
      margin-top: .95rem;
      max-width: 38rem;
      font-family: var(--font-body);
      font-size: var(--text-lead);
      font-weight: var(--weight-medium);
      letter-spacing: var(--tracking-nav);
      line-height: var(--leading-body);
      color: #334155;
    }
    @media (min-width: 768px) {
      .hero-intro__copy {
        font-size: var(--text-lead-lg);
      }
    }
    @media (min-width: 1024px) {
      .hero-intro__title {
        max-width: 51rem;
        font-size: clamp(2.85rem, 3.65vw, 3.95rem);
      }
      .hero-intro__title-line {
        white-space: nowrap;
      }
      .hero-intro__title-line--project {
        display: inline-block;
      }
      .hero-intro__title > span:last-child {
        white-space: nowrap;
      }
      .hero-intro__copy {
        max-width: 38rem;
      }
    }
    /* Larger than MacBook 14" class — bump hero title */
    @media (min-width: 1561px) {
      .hero-intro__title {
        max-width: 55rem;
        font-size: clamp(3.85rem, 3.55vw, 4.6rem);
      }
    }
    @media (min-width: 1800px) {
      .hero-intro__title {
        font-size: clamp(4.15rem, 3.4vw, 4.95rem);
      }
    }
    .hero-intro__actions {
      margin-top: 1.75rem;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: stretch;
      gap: .65rem;
      width: 100%;
      max-width: 100%;
    }
    .hero-intro__actions .hero-cta {
      flex: 0 1 auto;
      justify-content: flex-start;
      white-space: nowrap;
    }
    .hero-cta__label-short {
      display: none;
    }
    .hero-cta {
      position: relative;
      display: inline-flex;
      align-items: stretch;
      justify-content: flex-start;
      gap: 0;
      min-height: 3.35rem;
      padding: 0;
      font-family: var(--font-cta);
      font-size: 0.78rem;
      font-weight: var(--weight-bold);
      letter-spacing: 0.12em;
      text-transform: uppercase;
      line-height: 1;
      overflow: hidden;
      border-radius: 2px;
      cursor: pointer;
      transition: transform .25s ease, box-shadow .3s ease, background .3s ease, color .3s ease, border-color .3s ease;
    }
    .hero-cta__icon {
      display: inline-flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      align-self: stretch;
      width: 3.35rem;
      min-width: 3.35rem;
      order: 0;
      transition: background .25s ease, color .25s ease;
    }
    .hero-cta__icon svg {
      width: 1.15rem;
      height: 1.15rem;
      transition: transform .3s cubic-bezier(.22, 1, .36, 1);
    }
    .hero-cta__label {
      position: relative;
      z-index: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: .95rem 1.4rem;
      order: 1;
    }
    .hero-cta--primary {
      background: #14A062;
      color: #fff;
      border: none;
      box-shadow: 0 8px 14px rgba(8, 12, 17, .12);
    }
    .hero-cta--primary::before,
    .hero-cta--primary::after {
      display: none;
    }
    .hero-cta--primary .hero-cta__icon {
      background: #3DDB84;
      color: #fff;
    }
    .hero-cta--primary:hover {
      background: #128A56;
      transform: translateY(-2px);
      box-shadow: 0 12px 18px rgba(8, 12, 17, .16);
    }
    .hero-cta--primary:hover .hero-cta__icon {
      background: #4AE690;
    }
    .hero-cta--primary:hover .hero-cta__icon svg {
      transform: translate(2px, -2px);
    }
    .hero-cta--ghost {
      background: #fff;
      color: #0f172a;
      border: 1px solid #e2e8f0;
      box-shadow: 0 8px 14px rgba(8, 12, 17, .08);
    }
    .hero-cta--ghost::before,
    .hero-cta--ghost::after {
      display: none;
    }
    .hero-cta--ghost .hero-cta__icon {
      background: #fff;
      color: #14A062;
      border-right: 1px solid #e2e8f0;
    }
    .hero-cta--ghost:hover {
      background: #fff;
      color: #0f172a;
      border-color: #cbd5e1;
      transform: translateY(-2px);
      box-shadow: 0 12px 18px rgba(8, 12, 17, .12);
    }
    .hero-cta--ghost:hover .hero-cta__icon {
      background: #fff;
      color: #24C96B;
    }
    .hero-cta--ghost:hover .hero-cta__icon svg {
      transform: translateY(2px);
    }
    @media (min-width: 1024px) and (max-width: 1800px) and (max-height: 860px) {
      .hero-intro__bg {
        --hero-chevron-line-width: 9px;
      }
      .hero-intro__eyebrow {
        font-size: .95rem;
        letter-spacing: .16em;
      }
      .hero-intro__title {
        max-width: 40rem;
        font-size: 3.25rem;
      }
      .hero-intro__copy {
        margin-top: .8rem;
        max-width: 30rem;
        font-size: 1rem;
      }
      .hero-intro__actions {
        margin-top: 1.4rem;
        gap: .55rem;
      }
      .hero-intro__actions .hero-cta {
        min-height: 3.1rem;
        font-size: .8rem;
        letter-spacing: .11em;
      }
      .hero-cta--primary .hero-cta__label,
      .hero-cta--ghost .hero-cta__label {
        padding: .88rem 1.25rem;
      }
      .hero-cta--primary .hero-cta__icon,
      .hero-cta--ghost .hero-cta__icon {
        width: 3.1rem;
        min-width: 3.1rem;
      }
      .hero-cta--primary .hero-cta__icon svg,
      .hero-cta--ghost .hero-cta__icon svg {
        width: 1.05rem;
        height: 1.05rem;
      }
    }
    /* MacBook 13"/14"-class viewports */
    @media (min-width: 1280px) and (max-width: 1560px) {
      .hero-intro__eyebrow,
      .hero-intro__title,
      .hero-intro__copy,
      .hero-intro__actions {
        max-width: min(40rem, calc(46vw - ((100vw - min(100vw, 1780px)) / 2) - 5rem - 2.75rem));
      }
      .hero-intro__title {
        font-size: 3.25rem;
        max-width: min(40rem, calc(46vw - ((100vw - min(100vw, 1780px)) / 2) - 5rem - 2.75rem));
      }
      .hero-intro__title-line,
      .hero-intro__title-line--project {
        white-space: nowrap;
      }
      .hero-cta {
        font-size: .8rem;
      }
      .hero-intro__actions .hero-cta {
        font-size: .8rem;
      }
    }
    @media (min-width: 1024px) and (max-width: 1399px) {
      .hero-intro__title-line--project {
        max-width: 100%;
        white-space: normal;
      }
    }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .hero-intro__title {
        max-width: 28rem;
        font-size: 2.35rem;
      }
      .hero-intro__title-line,
      .hero-intro__title-line--project {
        white-space: nowrap;
      }
      .hero-intro__copy {
        max-width: 28rem;
      }
    }
    @media (min-width: 1400px) and (min-height: 900px) {
      .hero-intro__content {
        padding-top: 4.25rem;
        padding-bottom: 4.75rem;
      }
      .hero-intro__copy {
        margin-top: 1.15rem;
        max-width: 40rem;
        font-size: 1.12rem;
      }
      .hero-intro__actions {
        margin-top: 2rem;
        gap: .75rem;
      }
      .hero-intro__actions .hero-cta {
        min-height: 3.65rem;
        font-size: .8rem;
      }
      .hero-intro__actions .hero-cta__icon {
        width: 3.65rem;
        min-width: 3.65rem;
      }
      .hero-intro__actions .hero-cta__label {
        padding: 1rem 1.5rem;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-cta,
      .hero-cta__icon {
        transition: none;
      }
      .hero-cta:hover,
      .hero-cta:hover .hero-cta__icon {
        transform: none;
      }
    }
    @media (max-width: 767px) {
      .hero-intro__actions {
        gap: .5rem;
      }
      .hero-intro__actions .hero-cta__label-full {
        display: none;
      }
      .hero-intro__actions .hero-cta__label-short {
        display: inline;
      }
      .hero-intro__actions .hero-cta {
        flex: 1 1 calc(50% - .25rem);
        width: auto;
        min-width: 0;
        max-width: calc(50% - .25rem);
        box-sizing: border-box;
        justify-content: flex-start;
        min-height: 2.65rem;
        padding: .5rem .55rem;
        font-size: 0.68rem;
        letter-spacing: 0.05em;
        overflow: hidden;
      }
      .hero-intro__actions .hero-cta--primary,
      .hero-intro__actions .hero-cta--ghost {
        padding: 1px;
        overflow: hidden;
      }
      .hero-intro__actions .hero-cta--primary {
        box-shadow: 0 6px 12px rgba(8, 12, 17, .1);
      }
      .hero-intro__actions .hero-cta--primary .hero-cta__label,
      .hero-intro__actions .hero-cta--ghost .hero-cta__label {
        flex: 1 1 auto;
        min-width: 0;
        justify-content: center;
        padding: .55rem .45rem;
      }
      .hero-intro__actions .hero-cta--primary .hero-cta__icon,
      .hero-intro__actions .hero-cta--ghost .hero-cta__icon {
        flex: 0 0 2.15rem;
        width: 2.15rem;
        min-width: 2.15rem;
        max-width: 2.15rem;
        margin-right: 0;
        margin-left: 0;
      }
      .hero-intro__actions .hero-cta--primary .hero-cta__icon svg,
      .hero-intro__actions .hero-cta--ghost .hero-cta__icon svg {
        width: .88rem;
        height: .88rem;
      }
    }
    @media (max-width: 389px) {
      .hero-intro__actions {
        gap: .35rem;
      }
      .hero-intro__actions .hero-cta {
        flex: 1 1 calc(50% - .175rem);
        max-width: calc(50% - .175rem);
        min-height: 2.4rem;
        font-size: 0.62rem;
        letter-spacing: 0.035em;
      }
      .hero-intro__actions .hero-cta--primary .hero-cta__label,
      .hero-intro__actions .hero-cta--ghost .hero-cta__label {
        padding: .45rem .35rem;
      }
      .hero-intro__actions .hero-cta--primary .hero-cta__icon,
      .hero-intro__actions .hero-cta--ghost .hero-cta__icon {
        flex: 0 0 1.95rem;
        width: 1.95rem;
        min-width: 1.95rem;
        max-width: 1.95rem;
      }
      .hero-intro__actions .hero-cta--primary .hero-cta__icon svg,
      .hero-intro__actions .hero-cta--ghost .hero-cta__icon svg {
        width: .8rem;
        height: .8rem;
      }
    }
    .tech-cards {
      display: grid;
      gap: 1rem;
    }
    @media (min-width: 640px) {
      .tech-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    .tech-card {
      position: relative;
      border: none;
      background: #e2e8f0;
      padding: 1.25rem 1.35rem;
      isolation: isolate;
      filter: drop-shadow(0 0 0 transparent);
      transform: translateZ(0) scale(1);
      transition: background .2s ease, filter .25s ease, transform .25s ease;
    }
    .tech-card::before {
      content: '';
      position: absolute;
      inset: 1px;
      z-index: -1;
      background: #fff;
      pointer-events: none;
    }
    .tech-card:hover {
      z-index: 4;
      background: rgba(39, 196, 106, .32);
      filter: drop-shadow(0 8px 16px rgba(8, 12, 17, .08));
      transform: translateY(-2px) scale(1.01);
    }
    .tech-card__heading {
      display: flex;
      align-items: center;
      gap: .75rem;
    }
    .tech-card__icon {
      display: inline-flex;
      flex-shrink: 0;
      width: 2.25rem;
      height: 2.25rem;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(39, 196, 106, .22);
      background: rgba(39, 196, 106, .08);
      color: rgb(39 196 106);
      transition: border-color .2s ease, background .2s ease, color .2s ease;
    }
    .tech-card:hover .tech-card__icon {
      border-color: rgba(39, 196, 106, .5);
      background: rgba(39, 196, 106, .14);
      color: rgb(30 160 84);
    }
    .tech-card__icon svg {
      width: 1.15rem;
      height: 1.15rem;
    }
    .tech-card__title {
      display: block;
      flex: 1;
      min-width: 0;
      margin-top: 0;
      font-size: 1.1rem;
      font-weight: 800;
      line-height: 1.3;
      color: #080C11;
    }
    .tech-card__text {
      margin-top: .5rem;
      font-size: .89rem;
      line-height: 1.55;
      color: #64748b;
    }
    @media (min-width: 1536px) {
      .tech-card__text {
        font-size: .82rem;
      }
    }
    .tech-card__stat {
      display: inline-block;
      margin-top: .65rem;
      border: 1px solid rgba(39, 196, 106, .16);
      background: rgba(39, 196, 106, .06);
      padding: .2rem .55rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .08em;
      color: rgb(39 196 106);
    }
    .tech-cards--benefits {
      margin-top: 2.5rem;
    }
    .tech-cards__quad {
      position: relative;
      display: grid;
      gap: 1rem;
      grid-column: 1 / -1;
    }
    @media (min-width: 640px) {
      .tech-cards__quad {
        grid-template-columns: 1fr 1rem 1fr;
        grid-template-rows: auto 1rem auto;
        gap: 0;
      }
      .tech-cards__quad .tech-card:nth-child(1) {
        grid-column: 1;
        grid-row: 1;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
      }
      .tech-cards__quad .tech-card:nth-child(1)::before {
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 13px), calc(100% - 13px) 100%, 0 100%);
      }
      .tech-cards__quad .tech-card:nth-child(2) {
        grid-column: 3;
        grid-row: 1;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 14px 100%, 0 calc(100% - 14px));
      }
      .tech-cards__quad .tech-card:nth-child(2)::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 13px 100%, 0 calc(100% - 13px));
      }
      .tech-cards__quad .tech-card:nth-child(3) {
        grid-column: 1;
        grid-row: 3;
        clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
      }
      .tech-cards__quad .tech-card:nth-child(3)::before {
        clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 0 100%);
      }
      .tech-cards__quad .tech-card:nth-child(4) {
        grid-column: 3;
        grid-row: 3;
        clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%, 0 14px);
      }
      .tech-cards__quad .tech-card:nth-child(4)::before {
        clip-path: polygon(13px 0, 100% 0, 100% 100%, 0 100%, 0 13px);
      }
    }
    .tech-card-screw {
      display: none;
      width: 1.15rem;
      height: 1.15rem;
      border-radius: 50%;
      background: transparent;
      border: 1px solid #e2e8f0;
      pointer-events: none;
      transition: transform .35s cubic-bezier(.22, 1, .36, 1);
    }
    .tech-card-screw::before,
    .tech-card-screw::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      background: #cbd5e1;
      transform: translate(-50%, -50%);
    }
    .tech-card-screw::before {
      width: 50%;
      height: 1px;
    }
    .tech-card-screw::after {
      width: 1px;
      height: 50%;
    }
    @media (min-width: 640px) {
      .tech-card-screw {
        display: block;
        position: relative;
        grid-column: 2;
        grid-row: 2;
        align-self: center;
        justify-self: center;
        z-index: 3;
      }
      .tech-cards__quad .tech-card:nth-child(1):hover ~ .tech-card-screw {
        transform: rotate(90deg);
      }
      .tech-cards__quad .tech-card:nth-child(2):hover ~ .tech-card-screw {
        transform: rotate(180deg);
      }
      .tech-cards__quad .tech-card:nth-child(3):hover ~ .tech-card-screw {
        transform: rotate(270deg);
      }
      .tech-cards__quad .tech-card:nth-child(4):hover ~ .tech-card-screw {
        transform: rotate(360deg);
      }
    }
    .tech-cards--benefits .tech-card--wide {
      grid-column: 1 / -1;
    }

    .faq-shell {
      display: grid;
      gap: 2.5rem;
    }
    @media (min-width: 1024px) {
      .faq-shell {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr);
        gap: 5rem;
        align-items: start;
      }
    }
    .faq-intro {
      max-width: 44rem;
    }
    .faq-heading {
      font-size: clamp(2.75rem, 3vw, 3.45rem);
    }
    .faq-heading__keep {
      white-space: nowrap;
    }
    @media (max-width: 767px) {
      .faq-heading {
        font-size: 2.1rem;
        line-height: 1.08;
      }
    }
    @media (min-width: 1440px) {
      .faq-heading__lead {
        white-space: nowrap;
      }
    }
    @media (min-width: 1024px) {
      .faq-intro {
        position: sticky;
        top: 9.5rem;
      }
    }
    .faq-list {
      border-top: 1px solid #cbd5e1;
    }
    .faq-item {
      border-bottom: 1px solid #cbd5e1;
    }
    .faq-item summary {
      display: grid;
      grid-template-columns: minmax(0, 1fr) 1.5rem;
      gap: 1rem;
      align-items: center;
      padding: 1.35rem 0;
      cursor: pointer;
      list-style: none;
      font-family: var(--font-display);
      font-size: 1.05rem;
      font-weight: 800;
      line-height: 1.35;
      letter-spacing: -.025em;
      color: #080C11;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after {
      content: "+";
      display: grid;
      place-items: center;
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid rgba(39, 196, 106, .45);
      color: #005A3C;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: 1rem;
      line-height: 1;
      transition: transform .2s ease, background .2s ease;
    }
    .faq-item[open] summary::after {
      content: "−";
      background: rgba(39, 196, 106, .12);
    }
    .faq-item__answer {
      max-width: 48rem;
      padding: 0 2.5rem 1.5rem 0;
      font-size: .98rem;
      line-height: 1.7;
      color: #475569;
    }
    .faq-validation {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      margin-bottom: .8rem;
      border: 1px solid #f59e0b;
      background: #fffbeb;
      padding: .38rem .55rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .65rem;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #92400e;
    }
    .faq-validation::before {
      content: "";
      width: .4rem;
      height: .4rem;
      border-radius: 999px;
      background: #f59e0b;
    }
    @media (max-width: 639px) {
      .tech-cards--benefits .tech-card--wide {
        grid-column: auto;
      }
    }
    .benefits-visual {
      border-radius: 0;
    }
    .benefits-layout {
      display: grid;
      gap: 1.75rem;
    }
    @media (max-width: 1023px) {
      .benefits-layout {
        gap: 1rem;
      }
      .benefits-layout .tech-cards--benefits {
        margin-top: 0;
      }
      #benefits .benefits-intro h2 {
        font-size: clamp(2.45rem, 5.8vw, 3.1rem);
        line-height: 1.05;
      }
      #reviews h2 {
        font-size: clamp(2.28rem, 5.35vw, 2.85rem);
        line-height: 1.08;
      }
    }
    .benefits-intro .benefits-copy {
      margin-top: 2rem;
      font-size: 1.25rem;
      line-height: 1.625;
      color: #475569;
    }
    #benefits .benefits-visual {
      --benefits-corner-cut: 1.75rem;
      position: relative;
      aspect-ratio: 1 / 1;
      width: 100%;
      min-height: 0;
      overflow: hidden;
      contain: paint;
      clip-path: polygon(var(--benefits-corner-cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--benefits-corner-cut));
      background: #0c1820;
      filter: drop-shadow(0 18px 34px rgba(8, 12, 17, .12));
    }
    #benefits .benefits-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      pointer-events: none;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .24);
      background:
        linear-gradient(180deg, rgba(8, 18, 25, .04) 0%, transparent 48%, rgba(8, 18, 25, .2) 100%),
        linear-gradient(90deg, rgba(24, 50, 58, .09), transparent 35%);
    }
    #benefits .benefits-visual::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3;
      width: calc(var(--benefits-corner-cut) + .1rem);
      height: calc(var(--benefits-corner-cut) + .1rem);
      pointer-events: none;
      background: #27c46a;
      clip-path: polygon(0 calc(100% - 3px), calc(100% - 3px) 0, 100% 0, 0 100%);
    }
    /* Keep benefits paint cheap while Lenis is mid-scroll */
    #benefits .tech-cards--benefits.reveal,
    #system .cert-block.reveal,
    #audience .reveal {
      transform: none;
      transition: opacity .45s ease;
    }
    #benefits .benefits-visual img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 38% 42%;
      transform: translateZ(0);
      backface-visibility: hidden;
    }
    #benefits .benefits-visual__caption {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
      z-index: 4;
      border: 0;
      border-radius: 0;
      background: rgba(8, 12, 17, .72);
      padding: .7rem .85rem;
      color: #fff;
      box-shadow: none;
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }
    #benefits .benefits-visual__caption-label {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .58rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #7dffb0;
      text-shadow: none;
    }
    #benefits .benefits-visual__caption-title {
      margin-top: .25rem;
      font-family: Manrope, Plus Jakarta Sans, ui-sans-serif;
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -.03em;
      line-height: 1.1;
      color: #fff;
      text-shadow: none;
    }
    @media (min-width: 1024px) {
      .benefits-layout {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
          "intro visual"
          "cards visual";
        gap: 3.5rem;
        align-items: start;
      }
      .benefits-intro { grid-area: intro; }
      #benefits .benefits-visual {
        --benefits-corner-cut: 2.75rem;
        grid-area: visual;
        align-self: stretch;
        width: 100%;
        height: auto;
        min-height: 100%;
        aspect-ratio: auto;
      }
      #benefits .benefits-visual img {
        object-position: center 42%;
      }
      #benefits .benefits-visual__caption {
        bottom: 2rem;
        left: 2rem;
        padding: 1.1rem 1.25rem;
        border-radius: 0;
      }
      #benefits .benefits-visual__caption-label {
        font-size: .7rem;
        letter-spacing: .24em;
      }
      #benefits .benefits-visual__caption-title {
        margin-top: .35rem;
        font-size: 1.5rem;
      }
      .benefits-layout .tech-cards {
        grid-area: cards;
      }
    }
    .solutions-carousel {
      margin-top: 3.5rem;
    }
    .solutions-carousel__viewport {
      overflow: visible;
    }
    .solutions-carousel__track {
      display: flex;
      gap: 1rem;
    }
    .solutions-card {
      border: 1px solid #e2e8f0;
      padding: 1.75rem 1.5rem;
      background: #fff;
      overflow: hidden;
    }
    .solutions-card__icon {
      font-size: 2rem;
      line-height: 1;
    }
    .solutions-card__title {
      margin-top: 1.5rem;
      font-size: 1.35rem;
      font-weight: 800;
      line-height: 1.2;
      color: #080C11;
    }
    .solutions-card__text {
      margin-top: .75rem;
      font-size: .95rem;
      line-height: 1.55;
      color: #64748b;
    }
    @media (max-width: 767px) {
      .solutions-carousel.reveal {
        transform: none;
      }
      .solutions-carousel {
        margin-right: -1.5rem;
      }
      .solutions-carousel__viewport {
        overflow-x: auto;
        overflow-y: hidden;
        padding-right: 1.5rem;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        scrollbar-width: none;
      }
      .solutions-carousel__viewport::-webkit-scrollbar {
        display: none;
      }
      .solutions-carousel__track {
        display: flex;
        width: max-content;
        min-width: 100%;
        gap: .85rem;
        padding-right: 1.5rem;
      }
      .solutions-card {
        flex: 0 0 auto;
        width: min(17.5rem, 70vw);
        scroll-snap-align: start;
      }
    }
    @media (min-width: 768px) {
      .solutions-carousel__track {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
        width: auto;
      }
      .solutions-card {
        padding: 2rem;
      }
      .solutions-card__icon {
        font-size: 2.25rem;
      }
      .solutions-card__title {
        margin-top: 2rem;
        font-size: 1.5rem;
      }
    }
    .audience-strip {
      position: relative;
      overflow: hidden;
      contain: paint;
      border-bottom: 1px solid #e2e8f0;
      background:
        linear-gradient(180deg, #f8fafc 0%, #ffffff 42%, #ffffff 100%);
      color: #080C11;
    }
    .audience-strip::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .55;
      background-image:
        linear-gradient(rgba(8,12,17,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,12,17,.035) 1px, transparent 1px);
      background-size: 72px 72px;
      mask-image: linear-gradient(180deg, rgba(0,0,0,.75), transparent 88%);
    }
    .audience-strip__inner {
      position: relative;
      z-index: 1;
      padding-top: 5.5rem;
      padding-bottom: 5.5rem;
    }
    @media (max-width: 767px) {
      .audience-strip__inner {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
      }
      #process.py-28,
      #system.py-28,
      #benefits.py-28,
      #projects.py-28,
      #reviews.py-28,
      #team.py-28,
      #contact.py-28 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
      }
      #partners.py-24 {
        padding-top: 4rem;
        padding-bottom: 4rem;
      }
    }
    /* Portfolio and FAQ are back-to-back white sections — avoid double py-28 gap. */
    #projects.py-28 {
      padding-bottom: clamp(2.25rem, 4vw, 3.75rem);
    }
    #faq.py-28 {
      padding-top: clamp(2.25rem, 4vw, 3.75rem);
    }
    .audience-strip__header {
      max-width: 48rem;
    }
    .audience-strip__eyebrow {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .audience-strip__title {
      margin-top: 1rem;
      font-family: Manrope, Plus Jakarta Sans, ui-sans-serif;
      font-size: clamp(2.5rem, 5.5vw, 4.25rem);
      font-weight: 800;
      letter-spacing: -.05em;
      line-height: 1.02;
      color: #080C11;
    }
    .audience-strip__copy {
      margin-top: 1.35rem;
      max-width: 40rem;
      font-size: 1.125rem;
      line-height: 1.65;
      color: #475569;
    }
    .audience-strip__list {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1rem;
      list-style: none;
      margin: 2.75rem 0 0;
      padding: 0;
    }
    @media (min-width: 640px) {
      .audience-strip__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1100px) {
      .audience-strip__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
      }
    }
    .audience-strip__item {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 0;
      padding: 1.45rem 1.5rem;
      border: 1px solid rgba(8, 12, 17, .08);
      background: #fff;
      transition: border-color .28s ease, transform .28s ease, box-shadow .28s ease;
    }
    .audience-strip__item:hover {
      border-color: rgba(39, 196, 106, .38);
      background: #fff;
      transform: translateY(-4px);
      box-shadow: 0 18px 40px rgba(8, 12, 17, .07);
    }
    .audience-strip__heading {
      display: flex;
      align-items: center;
      gap: .75rem;
    }
    .audience-strip__mark {
      display: inline-flex;
      flex-shrink: 0;
      width: 2.25rem;
      height: 2.25rem;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(39, 196, 106, .22);
      background: rgba(39, 196, 106, .08);
      color: rgb(39 196 106);
      transition: border-color .28s ease, background .28s ease, color .28s ease;
    }
    .audience-strip__item:hover .audience-strip__mark {
      border-color: rgba(39, 196, 106, .5);
      background: rgba(39, 196, 106, .14);
      color: rgb(30 160 84);
    }
    .audience-strip__mark svg {
      width: 1.15rem;
      height: 1.15rem;
    }
    .audience-strip__name {
      display: block;
      flex: 1;
      min-width: 0;
      font-family: Manrope, Plus Jakarta Sans, ui-sans-serif;
      font-size: clamp(1.2rem, 1.5vw, 1.4rem);
      font-weight: 800;
      letter-spacing: -.035em;
      line-height: 1.15;
      color: #080C11;
    }
    .audience-strip__desc {
      display: block;
      margin-top: .5rem;
      max-width: none;
      font-family: Plus Jakarta Sans, ui-sans-serif;
      font-size: .95rem;
      font-weight: 500;
      line-height: 1.55;
      color: #64748b;
    }
    .audience-strip__footnote {
      display: grid;
      gap: 1rem;
      margin-top: 2rem;
      padding: 1.5rem 1.6rem;
      border: 1px solid rgba(39, 196, 106, .22);
      background: rgba(39, 196, 106, .05);
    }
    @media (min-width: 900px) {
      .audience-strip__footnote {
        grid-template-columns: auto 1fr;
        align-items: center;
        gap: 1.75rem;
        padding: 1.65rem 2rem;
      }
    }
    .audience-strip__footnote-label {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: rgb(39 196 106);
      white-space: nowrap;
    }
    .audience-strip__footnote-text {
      margin: 0;
      font-size: 1.05rem;
      font-weight: 600;
      line-height: 1.45;
      letter-spacing: -.01em;
      color: #0f172a;
    }
    @media (max-width: 767px) {
      .audience-strip__item {
        padding: 1.15rem 1.2rem;
      }
      .audience-strip__mark {
        width: 2.1rem;
        height: 2.1rem;
      }
      .audience-strip__mark svg {
        width: 1.05rem;
        height: 1.05rem;
      }
      .audience-strip__name {
        font-size: 1.15rem;
      }
      .audience-strip__desc {
        margin-top: .4rem;
        font-size: .9rem;
      }
      .audience-strip__title {
        font-size: 2.1rem;
        line-height: 1.08;
      }
      h2.font-display.text-6xl {
        font-size: 2.1rem !important;
        line-height: 1.08 !important;
      }
      #benefits .benefits-intro h2 {
        font-size: 1.95rem !important;
        line-height: 1.08 !important;
      }
      #reviews h2 {
        font-size: 1.92rem !important;
        line-height: 1.1 !important;
      }
      h2.font-display.text-4xl {
        font-size: 1.85rem !important;
        line-height: 1.1 !important;
      }
    }
    .env-strip {
      margin-top: 2.5rem;
      border: 1px solid rgba(39, 196, 106, .18);
      background: #f8fafc;
      padding: 2rem 2.25rem;
    }
    .env-strip__label {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .env-strip__title {
      margin-top: .75rem;
      font-family: Manrope, Inter, ui-sans-serif;
      font-size: 1.75rem;
      font-weight: 800;
      line-height: 1.1;
      letter-spacing: -.04em;
      color: #080C11;
    }
    .env-strip__points {
      display: grid;
      gap: 1rem;
      margin-top: 1.25rem;
      list-style: none;
      padding: 0;
    }
    @media (min-width: 768px) {
      .env-strip__points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
      }
    }
    .env-strip__point {
      font-size: .88rem;
      line-height: 1.55;
      color: #64748b;
    }
    .env-strip__stats {
      display: flex;
      flex-wrap: wrap;
      gap: .65rem;
      margin-top: 1.25rem;
    }
    .delivery-path-card__title {
      display: block;
      min-height: 0;
      line-height: 1.25;
    }
    .delivery-path {
      margin-top: 3.5rem;
      display: grid;
      gap: 1rem;
    }
    @media (min-width: 768px) {
      .delivery-path {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
      }
    }
    @media (min-width: 1100px) {
      .delivery-path {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .delivery-path-card {
      position: relative;
      display: flex;
      flex-direction: column;
      border: 1px solid #e2e8f0;
      background: #fff;
      padding: 0;
      overflow: hidden;
    }
    .delivery-path-card__media {
      position: relative;
      aspect-ratio: 16 / 10;
      background:
        linear-gradient(145deg, #e8eef3 0%, #f1f5f9 48%, #dde5ec 100%);
      border-bottom: 1px solid #e2e8f0;
      overflow: hidden;
    }
    .delivery-path-card__media::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: .4;
      background-image:
        linear-gradient(rgba(8,12,17,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,12,17,.04) 1px, transparent 1px);
      background-size: 18px 18px;
      pointer-events: none;
    }
    .delivery-path-card__media img {
      position: absolute;
      inset: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      /* Images are framed to the card's native 16:10 ratio. */
      /* Shared industrial grade: keeps every process image in the same
         restrained, neutral tonal family as the CNC fabrication image. */
      filter: brightness(1.02) saturate(.9) contrast(1.02);
    }
    .delivery-path-card__media img.delivery-path-card__image--engineering {
      object-position: center top;
    }
    .delivery-path-card__media img.delivery-path-card__image--cnc {
      /* Preserve the operator, control screen and FRAMECAD machine in the
         landscape card when using the portrait production photograph. */
      object-position: 50% 16%;
    }
    .delivery-path-card__media img.delivery-path-card__image--assembly {
      object-position: center 42%;
    }
    .delivery-path-card__media:has(img)::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      background:
        linear-gradient(rgba(12, 24, 32, .105), rgba(12, 24, 32, .105)),
        linear-gradient(180deg, rgba(20, 33, 41, .07) 0%, transparent 42%, rgba(8, 18, 25, .19) 100%),
        linear-gradient(90deg, rgba(63, 86, 98, .06), rgba(39, 196, 106, .02));
    }
    .delivery-path-card__media:has(.delivery-path-card__image--review)::after {
      display: none;
    }
    .delivery-path-card__media:has(img) ::before,
    .delivery-path-card__media:has(img) .delivery-path-card__media-label {
      display: none;
    }
    .delivery-path-card__media-label {
      position: absolute;
      inset: 0;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .4rem;
      padding: 1rem;
      text-align: center;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #64748b;
    }
    .delivery-path-card__media-label span {
      display: block;
      font-size: .55rem;
      letter-spacing: .1em;
      color: #94a3b8;
      font-weight: 600;
    }
    .delivery-path-card__body {
      margin-top: 0;
      padding: 1.25rem 1.75rem 1.75rem;
    }
    .delivery-path-card__body .delivery-path-card__title {
      margin-top: 0;
      min-height: 0;
      font-size: 1.35rem;
      font-weight: 800;
      line-height: 1.2;
    }
    .delivery-path-card__text {
      margin-top: .75rem;
      font-size: .95rem;
      line-height: 1.55;
      color: #64748b;
    }
    @media (max-width: 767px) {
      .delivery-path {
        gap: 1rem;
      }
      .delivery-path-card {
        padding: 0;
      }
      .delivery-path-card__media {
        aspect-ratio: 16 / 9;
      }
      .delivery-path-card__media--cnc {
        /* Keep the desktop crop so the FRAMECAD machine branding stays visible. */
        aspect-ratio: 16 / 10;
      }
      .delivery-path-card__body {
        margin-top: 0;
        padding: 1.1rem 1.25rem 1.35rem;
      }
      .delivery-path-card__body .delivery-path-card__title {
        min-height: 0;
        font-size: 1.25rem;
      }
      .delivery-path-card__title br {
        display: none;
      }
    }

    .framecad-tech {
      position: relative;
      overflow: hidden;
      --framecad-lime: #78be20;
      --framecad-deep: #30403d;
      border-top: 1px solid rgba(255, 255, 255, .96);
      border-bottom: 1px solid #d8dfdc;
      background: linear-gradient(115deg, #ffffff 0%, #f7f8f7 38%, #eef1ef 100%);
      box-shadow: 0 -18px 54px -42px rgba(15, 27, 23, .3);
      color: #080C11;
    }
    .framecad-tech::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background:
        radial-gradient(circle at 94% 7%, rgba(132, 210, 34, .2), transparent 31%),
        radial-gradient(circle at 6% 0%, rgba(255, 255, 255, .96), transparent 38%),
        linear-gradient(rgba(48, 64, 61, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(48, 64, 61, .035) 1px, transparent 1px);
      background-size: auto, auto, 64px 64px, 64px 64px;
    }
    .framecad-tech__inner {
      position: relative;
      z-index: 1;
    }
    .framecad-tech__intro {
      display: grid;
      gap: 3rem;
      align-items: stretch;
    }
    @media (min-width: 1024px) {
      .framecad-tech__intro {
        grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
        gap: clamp(4rem, 7vw, 7rem);
      }
      .framecad-tech__content {
        align-self: center;
      }
      .framecad-tech__visual {
        min-height: 30rem;
      }
    }
    .framecad-tech__visual {
      position: relative;
      width: 100%;
      max-width: 38rem;
      aspect-ratio: 16 / 11;
      justify-self: end;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, .96);
      background: #e2e9ed;
      box-shadow: 0 24px 60px -42px rgba(28, 40, 37, .42);
    }
    @media (max-width: 1023px) {
      .framecad-tech__visual {
        width: 100%;
        max-width: none;
        justify-self: stretch;
      }
    }
    @media (min-width: 1024px) {
      .framecad-tech__visual {
        width: 100%;
        max-width: none;
        aspect-ratio: auto;
      }
    }
    .framecad-tech__visual img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }
    .framecad-tech__visual::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(180deg, transparent 70%, rgba(24, 33, 31, .08) 100%);
    }
    .framecad-tech__visual-label {
      position: absolute;
      z-index: 2;
      inset: auto 0 0;
      display: flex;
      align-items: center;
      gap: .6rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .64rem;
      font-weight: 700;
      letter-spacing: .13em;
      text-transform: uppercase;
      background: rgba(48, 64, 61, .96);
      padding: .9rem 1rem;
      color: rgba(255,255,255,.88);
    }
    .framecad-tech__visual-label::before {
      content: "";
      flex-shrink: 0;
      width: .5rem;
      height: .5rem;
      background: var(--framecad-lime);
      box-shadow: 0 0 0 .3rem rgba(120, 190, 32, .16);
    }
    .framecad-tech__eyebrow {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: #006a33;
    }
    .framecad-tech__title {
      max-width: 46rem;
      margin-top: 1.25rem;
      font-family: var(--font-display);
      font-size: clamp(2.55rem, 4.5vw, 3.75rem);
      font-weight: 800;
      line-height: 1.03;
      letter-spacing: -.045em;
    }
    @media (max-width: 767px) {
      .framecad-tech__title {
        font-size: 2.1rem;
        line-height: 1.08;
      }
    }
    .framecad-tech__lead {
      max-width: 44rem;
      margin-top: 1.75rem;
      font-size: clamp(1rem, 1.4vw, 1.16rem);
      line-height: 1.7;
      color: #596561;
    }
    .framecad-tech__footer {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1rem 1.5rem;
      margin-top: 1.75rem;
    }
    .framecad-tech__link {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      border: 1px solid var(--framecad-lime);
      background: var(--framecad-lime);
      padding: .8rem 1rem;
      font-size: .77rem;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #17201e;
      transition: background .2s ease, border-color .2s ease, color .2s ease;
    }
    .framecad-tech__link:hover {
      border-color: var(--framecad-deep);
      background: var(--framecad-deep);
      color: #fff;
    }
    .framecad-tech__validation {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .59rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #d0a85c;
    }
    .framecad-tech__validation::before {
      content: "";
      width: .38rem;
      height: .38rem;
      flex-shrink: 0;
      border-radius: 9999px;
      background: currentColor;
    }
    .framecad-tech__insights {
      margin-top: 4.5rem;
      padding-top: 2.25rem;
      border-top: 1px solid #d2dad7;
    }
    .framecad-tech__insights-header {
      display: flex;
      flex-wrap: wrap;
      align-items: end;
      justify-content: space-between;
      gap: 1rem;
      margin-bottom: 1.5rem;
    }
    .framecad-tech__insights-label {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: #006a33;
    }
    .framecad-tech__insights-title {
      margin-top: .45rem;
      font-family: var(--font-display);
      font-size: clamp(1.65rem, 3vw, 2.35rem);
      font-weight: 800;
      line-height: 1.08;
      letter-spacing: -.035em;
    }
    .framecad-tech__controls {
      display: flex;
      gap: .55rem;
    }
    .framecad-tech__nav {
      display: grid;
      place-items: center;
      width: 2.75rem;
      height: 2.75rem;
      border: 1px solid #cbd4d1;
      background: rgba(255,255,255,.82);
      color: var(--framecad-deep);
      transition: border-color .2s ease, background .2s ease, color .2s ease, opacity .2s ease;
    }
    .framecad-tech__nav:hover:not(:disabled),
    .framecad-tech__nav:focus-visible {
      border-color: var(--framecad-lime);
      background: var(--framecad-lime);
      color: #17201e;
      outline: none;
    }
    .framecad-tech__nav:disabled {
      opacity: .34;
      cursor: not-allowed;
    }
    .framecad-tech__nav svg { width: 1rem; height: 1rem; }
    .framecad-tech__viewport {
      overflow-x: auto;
      overscroll-behavior-inline: contain;
      scroll-snap-type: inline mandatory;
      scrollbar-width: none;
      touch-action: pan-x pan-y;
    }
    .framecad-tech__viewport::-webkit-scrollbar { display: none; }
    .framecad-tech__track {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(17rem, 86%);
      gap: 1rem;
    }
    .framecad-tech__card {
      position: relative;
      display: flex;
      min-height: 15.5rem;
      flex-direction: column;
      scroll-snap-align: start;
      border: 1px solid #d4dcda;
      background: rgba(255,255,255,.9);
      padding: 1.5rem;
    }
    .framecad-tech__card-icon {
      display: grid;
      place-items: center;
      width: 3.5rem;
      height: 3.5rem;
      margin-top: 1.25rem;
      border: 1px solid rgba(120, 190, 32, .42);
      background: rgba(120, 190, 32, .1);
      color: #006a33;
    }
    .framecad-tech__card-icon svg {
      width: 1.65rem;
      height: 1.65rem;
    }
    .framecad-tech__card-index {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: .15em;
      color: #006a33;
    }
    .framecad-tech__card-title {
      margin-top: 1.5rem;
      font-size: 1.2rem;
      font-weight: 800;
      line-height: 1.25;
      color: #080C11;
    }
    .framecad-tech__card-text {
      margin-top: .7rem;
      font-size: .92rem;
      line-height: 1.62;
      color: #5c6864;
    }
    .framecad-tech__card-validation {
      display: inline-flex;
      align-items: center;
      align-self: flex-start;
      gap: .4rem;
      margin-top: 1rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .55rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #a36f16;
    }
    .framecad-tech__card-validation::before {
      content: "";
      width: .32rem;
      height: .32rem;
      border-radius: 9999px;
      background: currentColor;
    }
    .framecad-tech__facts {
      margin-top: 2rem;
      border-top: 1px solid #d2dad7;
      padding-top: 1.5rem;
    }
    .framecad-tech__facts-header {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      justify-content: space-between;
      gap: .5rem 1.5rem;
      margin-bottom: 1rem;
    }
    .framecad-tech__facts-title {
      font-family: var(--font-display);
      font-size: 1.15rem;
      font-weight: 800;
      letter-spacing: -.025em;
      color: #17201e;
    }
    .framecad-tech__facts-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      border: 1px solid #d2dad7;
      background: rgba(255, 255, 255, .72);
    }
    .framecad-tech__fact {
      min-width: 0;
      padding: 1.15rem;
    }
    .framecad-tech__fact:nth-child(odd) {
      border-right: 1px solid #d2dad7;
    }
    .framecad-tech__fact:nth-child(n+3) {
      border-top: 1px solid #d2dad7;
    }
    .framecad-tech__fact-number {
      display: block;
      font-family: var(--font-display);
      font-size: clamp(1.75rem, 4vw, 2.6rem);
      font-weight: 900;
      line-height: 1;
      letter-spacing: -.05em;
      color: #006a33;
    }
    .framecad-tech__fact-label {
      display: block;
      margin-top: .55rem;
      font-size: .75rem;
      font-weight: 700;
      line-height: 1.45;
      color: #394440;
    }
    @media (min-width: 768px) {
      .framecad-tech__facts-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }
      .framecad-tech__fact,
      .framecad-tech__fact:nth-child(odd),
      .framecad-tech__fact:nth-child(n+3) {
        border-top: 0;
        border-right: 1px solid #d2dad7;
      }
      .framecad-tech__fact:last-child {
        border-right: 0;
      }
    }
    @media (min-width: 768px) {
      .framecad-tech__track {
        grid-auto-columns: calc((100% - 2rem) / 3);
      }
    }
    @media (max-width: 639px) {
      .framecad-tech__intro { gap: 2.5rem; }
      .framecad-tech__visual { justify-self: stretch; }
      .framecad-tech__insights { margin-top: 3.25rem; }
      .framecad-tech__fact-number {
        font-size: clamp(1.58rem, 3.55vw, 2.2rem);
      }
    }

    /* Solutions card media placeholders */
    .solutions-card__media {
      position: relative;
      aspect-ratio: 16 / 10;
      margin: -1.75rem -1.5rem 0;
      background:
        linear-gradient(145deg, #e8eef3 0%, #f1f5f9 48%, #dde5ec 100%);
      border-bottom: 1px solid #e2e8f0;
      overflow: hidden;
    }
    @media (min-width: 768px) {
      .solutions-card__media {
        margin: -2rem -2rem 0;
      }
    }
    .solutions-card__media-label {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: .35rem;
      padding: 1rem;
      text-align: center;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: #64748b;
    }
    .solutions-card__media-label span {
      font-size: .55rem;
      letter-spacing: .1em;
      color: #94a3b8;
      font-weight: 600;
    }
    .solutions-card__media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      filter: saturate(.88) contrast(.98) brightness(1.01);
    }
    .solutions-card__media img.solutions-card__image--wall {
      object-position: center 52%;
    }
    .solutions-card__media img.solutions-card__image--floor {
      object-position: center 56%;
    }
    .solutions-card__media img.solutions-card__image--roof,
    .solutions-card__media img.solutions-card__image--trusses {
      filter: saturate(.9) contrast(.91) brightness(1.11);
    }
    .solutions-card__meta {
      margin-top: .85rem;
      display: flex;
      flex-wrap: wrap;
      gap: .4rem;
    }
    .solutions-card__chip {
      display: inline-flex;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .58rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #475569;
      border: 1px solid #e2e8f0;
      background: #f8fafc;
      padding: .3rem .5rem;
    }
    .solutions-card__icon { display: none; }
    .solutions-card__title { margin-top: 1.25rem; }
    @media (min-width: 768px) {
      .solutions-card__title { margin-top: 1.5rem; }
    }

    .wizard-optional-grid {
      margin-top: 1rem;
      display: grid;
      gap: .85rem;
    }
    @media (min-width: 640px) {
      .wizard-optional-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    .wizard-optional-note {
      margin-top: .35rem;
      font-size: .78rem;
      color: #94a3b8;
    }
    .wizard-field--wide {
      grid-column: 1 / -1;
    }
    .wizard-details[open] summary {
      margin-bottom: .25rem;
    }

    .review-card {
      position: relative;
      display: flex;
      flex-direction: column;
      border: 1px solid #e2e8f0;
      background: #fff;
      padding: 2.25rem 2rem 1.85rem;
      overflow: hidden;
      transition: border-color .2s ease, box-shadow .2s ease;
    }
    .review-card:hover {
      border-color: rgba(39, 196, 106, .32);
      box-shadow: 0 10px 28px rgba(8, 12, 17, .06);
    }
    .review-card__quote {
      position: relative;
      z-index: 1;
      flex-grow: 1;
      margin: 0;
      font-family: Cormorant Garamond, Georgia, serif;
      font-size: 1.35rem;
      font-weight: 600;
      font-style: italic;
      line-height: 1.55;
      color: #1e293b;
    }
    .review-card__attribution {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 1rem;
      margin-top: 1.75rem;
      padding-top: 1.25rem;
      border-top: 1px solid #e2e8f0;
    }
    .review-card__avatar {
      flex-shrink: 0;
      width: 3.75rem;
      height: 3.75rem;
      border-radius: 9999px;
      object-fit: cover;
      object-position: center top;
      filter: saturate(.92);
      box-shadow: 0 2px 10px rgba(8, 12, 17, .1), 0 1px 3px rgba(8, 12, 17, .06);
    }
    .review-card__avatar--logo {
      object-fit: contain;
      object-position: center;
      padding: .4rem;
      box-sizing: border-box;
      background: #fff;
    }
    .review-card__avatar--logo-inset {
      padding: .65rem;
    }
    .review-card__attribution-copy {
      min-width: 0;
    }
    .review-card__name {
      font-size: .95rem;
      font-weight: 800;
      color: #080C11;
    }
    .review-card__meta {
      margin-top: .25rem;
      font-size: .85rem;
      line-height: 1.45;
      color: #64748b;
    }
    .team-card {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow: hidden;
      border: 1px solid #e2e8f0;
      border-radius: 0;
      background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
      padding: 2.1rem 1.6rem 1.6rem;
      text-align: center;
      box-shadow: 0 1px 2px rgba(8, 12, 17, .04);
      transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
    }
    .team-card::before {
      content: "";
      position: absolute;
      inset: 0 0 auto 0;
      height: 3px;
      background: linear-gradient(90deg, rgba(39, 196, 106, 0) 0%, rgba(39, 196, 106, .9) 50%, rgba(39, 196, 106, 0) 100%);
      opacity: 0;
      transition: opacity .25s ease;
    }
    .team-card:hover {
      border-color: rgba(39, 196, 106, .4);
      box-shadow: 0 18px 44px rgba(8, 12, 17, .1);
      transform: translateY(-4px);
    }
    .team-card:hover::before {
      opacity: 1;
    }
    .team-card__avatar {
      display: block;
      width: 9rem;
      height: 9rem;
      margin-inline: auto;
      border-radius: 9999px;
      object-fit: cover;
      object-position: center top;
      padding: 3px;
      background: #fff;
      box-shadow: 0 0 0 1px #e2e8f0, 0 0 0 4px rgba(39, 196, 106, .12), 0 12px 24px rgba(8, 12, 17, .1);
      transition: box-shadow .25s ease;
    }
    .team-card:hover .team-card__avatar {
      box-shadow: 0 0 0 1px rgba(39, 196, 106, .35), 0 0 0 5px rgba(39, 196, 106, .18), 0 14px 28px rgba(8, 12, 17, .14);
    }
    .team-card__role {
      margin-top: 1.15rem;
      font-size: 1.2rem;
      font-weight: 800;
      line-height: 1.25;
      color: #080C11;
    }
    .team-card__area {
      display: block;
      margin-top: .45rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .team-card__chip {
      display: inline-flex;
      align-items: center;
      margin-top: .55rem;
      border: 1px solid rgba(39, 196, 106, .22);
      border-radius: 9999px;
      background: rgba(39, 196, 106, .08);
      padding: .28rem .7rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .58rem;
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .team-card__chip-star {
      width: .72rem;
      height: .72rem;
      margin-right: .3rem;
      flex-shrink: 0;
      color: rgb(39 196 106);
    }
    .team-card__divider {
      width: 2.25rem;
      height: 2px;
      margin: 1rem auto .1rem;
      border-radius: 9999px;
      background: rgba(39, 196, 106, .3);
    }
    .team-card__bio {
      margin-top: .75rem;
      font-size: .9rem;
      line-height: 1.55;
      color: #64748b;
    }
    .cert-block {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-areas:
        "badge"
        "header"
        "intro";
      gap: 1.25rem;
      margin-top: 2.5rem;
      border: 1px solid rgba(39, 196, 106, .28);
      background:
        radial-gradient(120% 140% at 0% 0%, rgba(39, 196, 106, .12) 0%, transparent 55%),
        linear-gradient(135deg, #ffffff 0%, #f2f9f5 55%, #e8f5ee 100%);
      box-shadow: 0 18px 40px -28px rgba(0, 85, 73, .45);
      padding: 1.75rem 1.5rem;
      color: #080C11;
      justify-items: start;
    }
    @media (min-width: 768px) {
      .cert-block {
        grid-template-columns: minmax(9rem, 11.5rem) 1fr;
        grid-template-areas:
          "badge header"
          "badge intro";
        align-items: start;
        gap: 1.15rem 3rem;
        padding: 2.85rem 3rem;
      }
    }
    @media (min-width: 1280px) {
      .cert-block {
        padding: 3.25rem 3.5rem;
        gap: 1.15rem 3.75rem;
      }
    }
    .cert-block__badge {
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      grid-area: badge;
      padding: .65rem .85rem;
      background: #fff;
      border: 1px solid rgba(39, 196, 106, .22);
      box-shadow: 0 10px 28px -18px rgba(0, 85, 73, .55);
    }
    .cert-block__badge a {
      display: block;
      line-height: 0;
      transition: opacity .2s ease, transform .2s ease;
    }
    .cert-block__badge a:hover {
      opacity: .88;
      transform: translateY(-1px);
    }
    .cert-block__badge img {
      display: block;
      width: auto;
      height: auto;
      max-height: 6.5rem;
      object-fit: contain;
    }
    .cert-block__badge > svg {
      display: block;
      width: 5.5rem;
      height: 5.5rem;
      color: #0f766e;
    }
    @media (min-width: 768px) {
      .cert-block__badge img {
        max-height: 9rem;
      }
    }
    @media (min-width: 768px) {
      .cert-block__badge {
        grid-row: 1 / -1;
        align-self: center;
        padding: .9rem 1.1rem;
      }
    }
    .cert-block__header {
      grid-area: header;
    }
    .cert-block__label {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: #005A3C;
    }
    .cert-block__label::before {
      content: "";
      width: .55rem;
      height: .55rem;
      border-radius: 9999px;
      background: #24C96B;
      box-shadow: 0 0 0 4px rgba(39, 196, 106, .18);
    }
    .cert-block__title {
      margin-top: .75rem;
      font-family: Manrope, Inter, ui-sans-serif;
      font-size: 1.55rem;
      font-weight: 800;
      line-height: 1.12;
      letter-spacing: -.04em;
    }
    @media (min-width: 768px) {
      .cert-block__title {
        font-size: 2.15rem;
        line-height: 1.08;
      }
    }
    @media (min-width: 1280px) {
      .cert-block__title {
        font-size: 2.45rem;
      }
    }
    .cert-block__text {
      grid-area: intro;
      margin-top: 0;
      max-width: 42rem;
      font-size: .98rem;
      line-height: 1.65;
      color: #475569;
    }
    @media (min-width: 768px) {
      .cert-block__text {
        font-size: 1.05rem;
        max-width: 44rem;
      }
    }
    .cert-block__list {
      display: grid;
      gap: .85rem;
      grid-area: list;
      margin-top: .5rem;
      list-style: none;
      padding: 0;
    }
    @media (min-width: 768px) {
      .cert-block__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem 2rem;
        margin-top: 1.25rem;
        padding-top: 1.75rem;
        border-top: 1px solid rgba(0, 90, 60, .12);
      }
    }
    .cert-block__list li {
      position: relative;
      padding-left: 1rem;
      font-size: .85rem;
      line-height: 1.55;
      color: #475569;
    }
    @media (min-width: 768px) {
      .cert-block__list li {
        padding-left: 0;
        padding-top: 1.35rem;
        font-size: .88rem;
      }
    }
    .cert-block__list li::before {
      content: "";
      position: absolute;
      left: 0;
      top: .5rem;
      height: .3rem;
      width: .3rem;
      border-radius: 999px;
      background: #005A3C;
    }
    @media (min-width: 768px) {
      .cert-block__list li::before {
        left: 0;
        top: 0;
        height: .2rem;
        width: 1.75rem;
        border-radius: 999px;
        background: linear-gradient(90deg, #005A3C 0%, rgba(0, 90, 60, .25) 100%);
      }
    }
    .phone-cta {
      align-items: center;
      gap: 1rem;
      padding: .42rem .95rem .42rem .5rem;
      border-radius: 999px;
      border: 1px solid rgb(255 255 255 / 42%);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, .02) 100%),
        rgba(8, 12, 17, .35);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .08),
        0 4px 18px rgba(0, 0, 0, .22);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
      transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .2s ease;
    }
    .phone-cta:hover {
      border-color: rgba(39, 196, 106, .72);
      background:
        linear-gradient(135deg, rgba(39, 196, 106, .16) 0%, rgba(255, 255, 255, .04) 100%),
        rgba(8, 12, 17, .45);
      box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, .1),
        0 0 0 1px rgba(39, 196, 106, .12),
        0 10px 28px rgba(0, 0, 0, .3);
      transform: translateY(-1px);
    }
    .phone-cta__flag {
      display: block;
      flex-shrink: 0;
      width: 2rem;
      height: 2rem;
      padding: .16rem;
      border-radius: 50%;
      background: #fff;
      overflow: hidden;
      box-shadow: 0 2px 10px rgba(0, 0, 0, .18);
      box-sizing: border-box;
    }
    .phone-cta__flag-icon.fi {
      display: block;
      width: 100% !important;
      height: 100%;
      line-height: 1;
      border-radius: 50%;
      background-size: calc(88% + 3px) !important;
      background-position: center;
      background-repeat: no-repeat;
    }
    .phone-cta__content {
      display: flex;
      flex-direction: column;
      gap: .18rem;
      line-height: 1;
    }
    .phone-cta__label {
      display: flex;
      align-items: center;
      gap: .35rem;
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .58rem;
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #fff;
    }
    .phone-cta__dot {
      flex-shrink: 0;
      width: .34rem;
      height: .34rem;
      border-radius: 50%;
      background: rgb(39 196 106);
      box-shadow: 0 0 7px rgba(39, 196, 106, .85);
      animation: phone-cta-pulse 2.4s ease-in-out infinite;
    }
    @keyframes phone-cta-pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: .5; transform: scale(.82); }
    }
    .phone-cta__number {
      font-size: .98rem;
      font-weight: 800;
      letter-spacing: .02em;
      color: #fff;
    }
    .site-footer {
      border-top: 1px solid rgba(255,255,255,.10);
      background: #080C11;
      color: #94A3B8;
    }
    .site-footer__main {
      padding: 4.5rem 0 3.5rem;
    }
    .site-footer__logo {
      display: block;
      width: auto;
      max-height: 3.25rem;
      object-fit: contain;
      object-position: left center;
    }
    .site-footer__tagline {
      margin-top: 1.25rem;
      max-width: 18rem;
      font-size: .92rem;
      line-height: 1.65;
      color: #94A3B8;
    }
    .site-footer__heading {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .site-footer__links {
      display: grid;
      gap: .65rem;
      margin-top: 1.25rem;
      list-style: none;
      padding: 0;
    }
    .site-footer__links a {
      display: inline-flex;
      align-items: center;
      gap: .45rem;
      font-size: .9rem;
      line-height: 1.4;
      color: #CBD5E1;
      transition: color .2s ease, transform .2s ease;
    }
    .site-footer__links a::before {
      content: "";
      flex-shrink: 0;
      width: .3rem;
      height: .3rem;
      border-radius: 50%;
      background: rgba(39,196,106,.45);
      transition: background .2s ease, box-shadow .2s ease;
    }
    .site-footer__links a:hover {
      color: #fff;
      transform: translateX(2px);
    }
    .site-footer__links a:hover::before {
      background: rgb(39 196 106);
      box-shadow: 0 0 8px rgba(39,196,106,.55);
    }
    .site-footer__contact {
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 1.5rem 0;
    }
    .site-footer__contact-list {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      gap: 1.25rem 2rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    .site-footer__contact-item {
      display: flex;
      gap: .75rem;
      align-items: flex-start;
      min-width: 0;
    }
    .site-footer__contact-icon {
      display: flex;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      width: 2.1rem;
      height: 2.1rem;
      border-radius: .55rem;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      color: rgb(39 196 106);
    }
    .site-footer__contact-icon svg {
      width: .95rem;
      height: .95rem;
    }
    .site-footer__contact-label {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: #64748B;
    }
    .site-footer__contact-value {
      margin-top: .15rem;
      font-size: .9rem;
      line-height: 1.5;
      color: #E2E8F0;
      white-space: nowrap;
    }
    .site-footer__contact-value a {
      color: inherit;
      transition: color .2s ease;
    }
    .site-footer__contact-value a:hover {
      color: #fff;
    }
    .site-footer__contact-value--wrap {
      white-space: normal;
    }
    @media (max-width: 639px) {
      .site-footer__contact-value {
        white-space: normal;
      }
    }
    .site-footer__social {
      display: flex;
      flex-wrap: wrap;
      gap: .65rem;
      margin-top: 1.75rem;
    }
    .site-footer__social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: .65rem;
      border: 1px solid rgba(255,255,255,.10);
      background: rgba(255,255,255,.04);
      color: #CBD5E1;
      transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
    }
    .site-footer__social a:hover {
      border-color: rgba(39,196,106,.45);
      background: rgba(39,196,106,.10);
      color: #fff;
      transform: translateY(-2px);
    }
    .site-footer__social svg {
      width: 1.1rem;
      height: 1.1rem;
    }
    .site-footer__bottom {
      border-top: 1px solid rgba(255,255,255,.08);
      padding: 1.35rem 0;
      font-size: .82rem;
      color: #64748B;
    }
    .site-footer__legal {
      display: flex;
      flex-wrap: wrap;
      gap: 1.25rem;
    }
    .site-footer__legal a {
      color: #94A3B8;
      transition: color .2s ease;
    }
    .site-footer__legal a:hover {
      color: #fff;
    }
    .project-wizard__intro {
      display: grid;
      grid-template-columns: minmax(0, 3.25rem) minmax(0, 1fr);
      gap: 1rem;
      margin-bottom: 2.5rem;
      align-items: stretch;
    }
    @media (min-width: 640px) {
      .project-wizard__intro {
        grid-template-columns: minmax(0, 5rem) minmax(0, 1fr);
        gap: 1.35rem;
        align-items: stretch;
      }
    }
    @media (min-width: 768px) {
      .project-wizard__intro {
        grid-template-columns: minmax(0, 6.5rem) minmax(0, 1fr);
        gap: 1.75rem;
        align-items: stretch;
      }
    }
    .project-wizard__intro-text {
      min-width: 0;
    }
    .project-wizard__stepper {
      display: flex;
      gap: .65rem;
      margin-bottom: 1.25rem;
      overflow-x: auto;
      padding-bottom: .35rem;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
    }
    .project-wizard__stepper::-webkit-scrollbar {
      display: none;
    }
    .project-wizard__step-block {
      flex: 1;
      min-width: 5.25rem;
      display: flex;
      flex-direction: column;
      gap: .4rem;
      padding: .9rem 1rem;
      border: 1px solid #e2e8f0;
      background: #f8fafc;
      transition: border-color .25s ease, background .25s ease;
    }
    .project-wizard__step-block.is-active {
      border-color: rgba(39, 196, 106, .45);
      background: rgba(39, 196, 106, .08);
      box-shadow: 0 0 0 1px rgba(39, 196, 106, .12);
    }
    .project-wizard__step-block.is-complete {
      border-color: rgba(39, 196, 106, .28);
      background: rgba(39, 196, 106, .05);
    }
    .project-wizard__step-block-num {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .72rem;
      font-weight: 700;
      line-height: 1;
      color: #64748B;
    }
    .project-wizard__step-block.is-active .project-wizard__step-block-num,
    .project-wizard__step-block.is-complete .project-wizard__step-block-num {
      color: rgb(39 196 106);
    }
    .project-wizard__step-block-name {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .04em;
      line-height: 1.25;
      color: #94A3B8;
      white-space: nowrap;
    }
    .project-wizard__step-block.is-active .project-wizard__step-block-name {
      color: #080C11;
    }
    .project-wizard__step-block.is-complete .project-wizard__step-block-name {
      color: #334155;
    }
    @media (max-width: 767px) {
      .project-wizard__step-block {
        min-width: 0;
        padding: .8rem .55rem;
      }
      .project-wizard__step-block-name {
        white-space: normal;
        line-height: 1.2;
        letter-spacing: .02em;
      }
    }
    .project-wizard__card {
      position: relative;
      display: flex;
      flex-direction: column;
      border: 1px solid #e2e8f0;
      background: #fff;
      box-shadow: 0 12px 40px rgba(8, 12, 17, .06);
      padding: 1.25rem;
    }
    .project-wizard__focus-close {
      display: none;
    }
    @media (min-width: 768px) {
      .project-wizard__card {
        padding: 1.5rem 1.75rem;
      }
    }
    @media (max-width: 767px) {
      body.wizard-focus-open {
        overflow: hidden;
      }
      .project-wizard__focus-spacer {
        display: none;
      }
      .project-wizard__focus-spacer.is-active {
        display: block;
      }
      .project-wizard__card.is-focus {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 80;
        width: 100vw;
        max-width: none;
        height: 100dvh;
        max-height: 100dvh;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: max(1rem, env(safe-area-inset-top)) 1rem calc(1rem + env(safe-area-inset-bottom));
        overflow: hidden;
        display: flex;
        flex-direction: column;
        animation: wizardFocusIn .38s cubic-bezier(.22, 1, .36, 1);
      }
      .project-wizard__card.is-focus .project-wizard__focus-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: max(.75rem, env(safe-area-inset-top));
        right: .75rem;
        z-index: 2;
        width: 2.5rem;
        height: 2.5rem;
        border: 1px solid #e2e8f0;
        background: #fff;
        color: #080C11;
      }
      .project-wizard__card.is-focus .project-wizard__stepper {
        padding-right: 2.75rem;
      }
      .project-wizard__card.is-focus .project-wizard__workspace {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
      }
      .project-wizard__card.is-focus .project-wizard__footer {
        flex-shrink: 0;
        margin-top: .75rem;
        padding-top: 1rem;
      }
      @keyframes wizardFocusIn {
        from {
          opacity: .72;
          transform: scale(.94);
        }
        to {
          opacity: 1;
          transform: scale(1);
        }
      }
      @media (prefers-reduced-motion: reduce) {
        .project-wizard__card.is-focus {
          animation: none;
        }
      }
    }
    .project-wizard__card.is-success .project-wizard__workspace {
      display: none;
    }
    .project-wizard__workspace {
      flex: 1;
    }
    .project-wizard__illustration {
      position: relative;
      overflow: hidden;
      border: 1px solid rgb(39 196 106);
      background: rgb(39 196 106);
      width: 100%;
      height: auto;
      min-height: 8.75rem;
      align-self: stretch;
      clip-path: polygon(
        0 0,
        100% 0,
        100% 28%,
        calc(100% - 1.15rem) 50%,
        100% 72%,
        100% 100%,
        0 100%
      );
    }
    @media (min-width: 640px) {
      .project-wizard__illustration {
        min-height: 10rem;
        clip-path: polygon(
          0 0,
          100% 0,
          100% 28%,
          calc(100% - 2.15rem) 50%,
          100% 72%,
          100% 100%,
          0 100%
        );
      }
    }
    @media (min-width: 768px) {
      .project-wizard__illustration {
        aspect-ratio: auto;
        min-height: 12rem;
        max-height: none;
        align-self: stretch;
        clip-path: polygon(
          0 0,
          100% 0,
          100% 28%,
          calc(100% - 2.35rem) 50%,
          100% 72%,
          100% 100%,
          0 100%
        );
      }
    }
    .project-wizard__content {
      display: flex;
      flex-direction: column;
      min-width: 0;
      min-height: 100%;
    }
    .project-wizard__header {
      padding: 0 0 1.15rem;
      border-bottom: 1px solid #e2e8f0;
      margin-bottom: 1.15rem;
    }
    .project-wizard__step-label {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .project-wizard__step-title {
      margin-top: .45rem;
      font-family: Manrope, Inter, ui-sans-serif;
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: -.03em;
      line-height: 1.15;
      color: #080C11;
    }
    @media (min-width: 768px) {
      .project-wizard__step-title {
        font-size: 1.5rem;
      }
    }
    .project-wizard__step-desc {
      margin-top: .45rem;
      font-size: .88rem;
      line-height: 1.55;
      color: #64748B;
    }
    .project-wizard__body {
      flex: 1;
      overflow-y: auto;
    }
    .project-wizard__footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      margin-top: 1.25rem;
      padding-top: 1.25rem;
      border-top: 1px solid #e2e8f0;
    }
    .project-wizard__step {
      display: none;
    }
    .project-wizard__step.is-active {
      display: block;
      animation: wizardStepIn .35s ease;
    }
    .project-wizard__step[data-step="6"].is-active {
      padding-top: .5rem;
    }
    @keyframes wizardStepIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }
    @media (prefers-reduced-motion: reduce) {
      .project-wizard__step.is-active { animation: none; }
    }
    .choice-grid--3 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (min-width: 640px) {
      .choice-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    .choice-grid {
      display: grid;
      gap: .65rem;
    }
    .choice-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .choice-grid--4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    @media (min-width: 480px) {
      .choice-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    }
    .choice-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: .5rem;
      padding: 1rem 1.1rem;
      border: 1px solid #e2e8f0;
      background: #f8fafc;
      text-align: left;
      cursor: pointer;
      transition: border-color .2s ease, background .2s ease, transform .2s ease;
    }
    .choice-card:hover {
      border-color: #cbd5e1;
      background: #fff;
    }
    .choice-card.is-selected {
      border-color: rgba(39, 196, 106, .45);
      background: rgba(39, 196, 106, .08);
      box-shadow: 0 0 0 1px rgba(39, 196, 106, .18);
    }
    .choice-card__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2.125rem;
      height: 2.125rem;
      flex-shrink: 0;
      color: rgb(39 196 106);
      transition: color .2s ease, transform .2s ease;
    }
    .choice-card__icon svg {
      width: 1.375rem;
      height: 1.375rem;
    }
    .choice-card:hover .choice-card__icon {
      color: #4ade80;
    }
    .choice-card.is-selected .choice-card__icon {
      color: rgb(39 196 106);
    }
    .choice-card__title {
      font-size: .82rem;
      font-weight: 700;
      line-height: 1.3;
      color: #080C11;
    }
    .choice-card__text {
      font-size: .72rem;
      line-height: 1.45;
      color: #64748B;
    }
    .wizard-field {
      display: grid;
      gap: .35rem;
    }
    .wizard-field label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: #64748B;
    }
    .wizard-field input,
    .wizard-field select,
    .wizard-field textarea {
      width: 100%;
      min-width: 0;
      box-sizing: border-box;
      border: 1px solid #e2e8f0;
      background: #fff;
      padding: .85rem 1.1rem;
      font-size: .9rem;
      color: #080C11;
      outline: none;
      transition: border-color .2s ease;
    }
    .wizard-field input:focus,
    .wizard-field select:focus,
    .wizard-field textarea:focus {
      border-color: rgb(39 196 106);
    }
    .wizard-field input::placeholder,
    .wizard-field textarea::placeholder {
      color: #94a3b8;
    }
    .wizard-field input[aria-invalid="true"],
    .wizard-field select[aria-invalid="true"] {
      border-color: #F87171;
    }
    .wizard-field__error {
      font-size: .75rem;
      color: #F87171;
      min-height: 1rem;
    }
    .wizard-fields-grid {
      display: grid;
      gap: 1rem;
      align-items: start;
    }
    @media (min-width: 480px) {
      .wizard-fields-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    .wizard-fields-grid--2 > .wizard-field {
      min-width: 0;
    }
    .wizard-fields-grid--2 > .wizard-field > label {
      min-height: 1.1rem;
      display: flex;
      align-items: baseline;
      gap: .35rem;
      flex-wrap: wrap;
    }
    .wizard-chip-group {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
    }
    .wizard-chip {
      border: 1px solid #e2e8f0;
      background: #f8fafc;
      padding: .6rem 1rem;
      font-size: .78rem;
      font-weight: 700;
      color: #64748B;
      cursor: pointer;
      transition: border-color .2s, background .2s, color .2s;
    }
    .wizard-chip:hover {
      border-color: #cbd5e1;
      color: #080C11;
    }
    .wizard-chip.is-selected {
      border-color: rgba(39, 196, 106, .40);
      background: rgba(39, 196, 106, .08);
      color: #080C11;
    }
    .wizard-upload {
      border: 1px dashed #cbd5e1;
      background: #f8fafc;
      padding: 1.5rem;
      text-align: center;
      cursor: pointer;
      transition: border-color .2s, background .2s;
    }
    .wizard-upload:hover,
    .wizard-upload.is-dragover {
      border-color: rgba(39, 196, 106, .45);
      background: rgba(39, 196, 106, .06);
    }
    .wizard-upload__hint {
      margin-top: .35rem;
      font-size: .78rem;
      color: #64748B;
    }
    .wizard-upload__privacy {
      margin-top: .3rem;
      font-size: .72rem;
      line-height: 1.45;
      color: #64748B;
    }
    .wizard-upload__files {
      margin-top: .75rem;
      font-size: .8rem;
      color: #64748B;
      text-align: left;
    }
    .wizard-upload__files:empty {
      display: none;
    }
    .wizard-upload__file {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: .75rem;
      padding: .55rem .65rem;
      border-top: 1px solid #e2e8f0;
      background: #fff;
    }
    .wizard-upload__file span {
      min-width: 0;
      overflow-wrap: anywhere;
    }
    .wizard-upload__remove {
      flex-shrink: 0;
      border: 0;
      background: transparent;
      padding: .25rem;
      font-size: .7rem;
      font-weight: 700;
      color: #b91c1c;
      cursor: pointer;
    }
    .wizard-consent {
      border-left: 2px solid rgba(39, 196, 106, .55);
      padding-left: .85rem;
      font-size: .75rem;
      line-height: 1.55;
      color: #64748B;
    }
    .wizard-honeypot {
      position: absolute !important;
      width: 1px !important;
      height: 1px !important;
      overflow: hidden !important;
      clip: rect(0 0 0 0) !important;
      clip-path: inset(50%) !important;
      white-space: nowrap !important;
    }
    .wizard-btn {
      padding: .85rem 1.5rem;
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .06em;
      transition: opacity .2s, background .2s, border-color .2s;
    }
    .wizard-btn--back {
      border: 1px solid #e2e8f0;
      background: transparent;
      color: #64748B;
    }
    .wizard-btn--back:hover:not(:disabled) {
      border-color: #cbd5e1;
      color: #080C11;
    }
    .wizard-btn--next {
      border: none;
      background: rgb(39 196 106);
      color: #080C11;
    }
    .wizard-btn--next:hover:not(:disabled) {
      filter: brightness(1.1);
    }
    .wizard-btn:disabled {
      opacity: .4;
      cursor: not-allowed;
    }
    .wizard-summary {
      margin-bottom: 1.25rem;
      border: 1px solid #e2e8f0;
      background: #f8fafc;
    }
    .wizard-summary__toggle {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      padding: .85rem 1rem;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .04em;
      color: #64748B;
      text-align: left;
    }
    .wizard-summary__toggle:hover { color: #080C11; }
    .wizard-summary__content {
      display: none;
      padding: 0 1rem 1rem;
      font-size: .82rem;
      line-height: 1.6;
      color: #334155;
    }
    .wizard-summary.is-open .wizard-summary__content { display: block; }
    .wizard-summary__row {
      display: flex;
      justify-content: space-between;
      gap: 1rem;
      padding: .35rem 0;
      border-bottom: 1px solid #e2e8f0;
    }
    .wizard-summary__row:last-child { border-bottom: none; }
    .wizard-summary__key { color: #64748B; flex-shrink: 0; }
    .wizard-success {
      text-align: center;
      padding: 2rem 0 1rem;
    }
    .wizard-success__icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 999px;
      background: rgba(39, 196, 106, .15);
      color: rgb(39 196 106);
    }
    .wizard-success__icon svg {
      width: 1.65rem;
      height: 1.65rem;
    }
    .wizard-success__title {
      margin-top: 1.25rem;
      font-family: Manrope, Inter, ui-sans-serif;
      font-size: 1.65rem;
      font-weight: 800;
      letter-spacing: -.03em;
      color: #080C11;
    }
    .wizard-success__text {
      margin-top: .75rem;
      font-size: .92rem;
      line-height: 1.6;
      color: #64748B;
    }
    .wizard-success__next {
      margin-top: 1.75rem;
      text-align: left;
      border: 1px solid #e2e8f0;
      background: #f8fafc;
      padding: 1.25rem;
    }
    .wizard-success__next-title {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .62rem;
      font-weight: 700;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: rgb(39 196 106);
    }
    .wizard-success__steps {
      margin-top: 1rem;
      display: grid;
      gap: .65rem;
      list-style: none;
      padding: 0;
    }
    .wizard-success__steps li {
      display: flex;
      gap: .75rem;
      font-size: .82rem;
      line-height: 1.45;
      color: #334155;
    }
    .wizard-success__steps span {
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
      font-size: .65rem;
      font-weight: 700;
      color: rgb(39 196 106);
      flex-shrink: 0;
    }
    .wizard-summary--grid .wizard-summary__content {
      display: grid;
      gap: .5rem;
    }
    @media (min-width: 640px) {
      .wizard-summary--grid .wizard-summary__content {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .65rem 1.5rem;
      }
    }

    /* SEO breadcrumbs */
    .metalleve-breadcrumbs {
      margin-bottom: 1.25rem;
    }
    .metalleve-breadcrumbs__list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: .35rem .5rem;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: .8125rem;
      font-weight: 600;
      color: rgb(100 116 139);
    }
    .metalleve-breadcrumbs__item:not(:last-child)::after {
      content: "/";
      margin-left: .5rem;
      color: rgb(148 163 184);
    }
    .metalleve-breadcrumbs__item a {
      color: inherit;
      text-decoration: none;
      transition: color .2s ease;
    }
    .metalleve-breadcrumbs__item a:hover {
      color: rgb(8 12 17);
    }
    .metalleve-breadcrumbs__item span[aria-current="page"] {
      color: rgb(8 12 17);
    }
    .project-hero .metalleve-breadcrumbs__list {
      color: rgba(255, 255, 255, .72);
    }
    .project-hero .metalleve-breadcrumbs__item a:hover,
    .project-hero .metalleve-breadcrumbs__item span[aria-current="page"] {
      color: #fff;
    }

    /* Projects archive grid */
    .projects-archive-grid__inner {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: minmax(0, 1fr);
    }
    @media (min-width: 768px) {
      .projects-archive-grid__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
    @media (min-width: 1280px) {
      .projects-archive-grid__inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }
    .projects-archive-grid .portfolio-card {
      height: 100%;
    }
