.elementor-8655 .elementor-element.elementor-element-a878698{width:var( --container-widget-width, 100.269% );max-width:100.269%;padding:50px 0px 0px 0px;--container-widget-width:100.269%;--container-widget-flex-grow:0;}.elementor-8655 .elementor-element.elementor-element-a878698.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-a878698 */*, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    :root {
      --orange: #F47B20;
      --black: #000000;
      --white: #ffffff;
      --body-text: #C6C6C6;
      --card-bg: #0D1C2A;
      --card-bg-alt: rgba(13, 28, 42, 0.9);
      --section-pad: 100px 80px;
      --section-pad-sm: 60px 24px;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: var(--black);
      color: var(--body-text);
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }
    .elementor-page .sk__page-title {
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

    img { max-width: 100%; display: block; }
    a { text-decoration: none; }

    /* ─────────────────────────────────────────
       SECTION LABEL (OUR STORY, HOW WE BUILT…)
    ───────────────────────────────────────── */
    .label {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--orange);
      display: block;
      margin-bottom: 28px;
    }

    .label--underline {
      padding-bottom: 10px;
      border-bottom: 2px solid var(--orange);
      display: inline-block;
      margin-bottom: 20px;
    }

    /* ─────────────────────────────────────────
       CONTAINER
    ───────────────────────────────────────── */
    .container {
      max-width: 1320px;
      margin: 0 auto;
      padding: 0 80px;
    }

    /* ─────────────────────────────────────────
       SECTION 1 — HERO
    ───────────────────────────────────────── */
    .hero {
      padding: 120px 80px 80px;
      background: var(--black);
    }

    .hero__label {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--orange);
      display: block;
      margin-bottom: 32px;
    }

    .hero__headline {
      font-family: 'Poppins', sans-serif;
      font-size: clamp(42px, 7vw, 100px);
      font-weight: 800;
      line-height: 1.05;
      max-width: 1100px;
      text-transform: none;
      /* Diagonal gradient — lightest in top-left corner, darkest bottom-right */
      background: linear-gradient(135deg, #C96400 0%, #F47C20 45%, #FF9A3C 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    /* ─────────────────────────────────────────
       SECTION 2 — STORY
    ───────────────────────────────────────── */
    .story {
      padding: 1px 80px 80px;
      background: var(--black);
    }

    .story__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: flex-start;
    }

    /* story__label now inherits from .label — no separate rule needed */

    .story__headline {
      font-size: clamp(44px, 5.5vw, 62px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.05;
      margin-bottom: 28px;
    }

    .story__body p {
      color: var(--body-text);
      font-size: 17px;
      line-height: 1.8;
      margin-bottom: 16px;
    }

    .story__image {
      width: 100%;
      height: 100%;
      min-height: 320px;
      object-fit: cover;
      filter: grayscale(100%);
      border-radius: 2px;
    }

    /* ─────────────────────────────────────────
       SECTION 3 — STATS
    ───────────────────────────────────────── */
    .stats {
      padding: 60px 80px;
      background: var(--black);
      border-top: 1px solid rgba(255,255,255,0.06);
    }

    .stats__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
    }

    .stat {
      text-align: left;
      padding: 24px 40px;
      border-left: 1px solid rgba(255,255,255,0.1);
    }

    .stat:first-child {
      border-left: none;
      padding-left: 0;
    }

    .stat__number {
      font-size: clamp(40px, 5vw, 72px);
      font-weight: 900;
      color: var(--white);
      line-height: 1;
      display: block;
      margin-bottom: 10px;
    }

    .stat__label {
      font-family: 'Lato', sans-serif;
      font-size: 15px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: var(--orange);
    }

    /* ─────────────────────────────────────────
       SECTION 4 — MISSION / VISION
    ───────────────────────────────────────── */
    .mission-vision {
      padding: 80px 80px;
      background: var(--black);
    }

    .mv__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
    }

    .mv__card {
      background: rgba(13, 28, 42, 0.85);
      border: 1px solid rgba(255,255,255,0.06);
      padding: 48px 44px;
    }

    .mv__card-label {
      font-family: 'Lato', sans-serif;
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--orange);
      display: inline-block;
      padding-bottom: 10px;
      border-bottom: 2px solid var(--orange);
      margin-bottom: 24px;
    }

    .mv__card-subtitle {
      font-size: clamp(24px, 2.4vw, 34px);
      font-weight: 800;
      color: var(--white);
      margin-bottom: 16px;
      line-height: 1.15;
    }

    .mv__card-body {
      font-size: 17px;
      color: var(--body-text);
      line-height: 1.8;
    }

    /* ─────────────────────────────────────────
       SECTION 4.5 — FULL-WIDTH BANNER PHOTO
    ───────────────────────────────────────── */
    .fullwidth-banner {
      width: 100%;
      height: 520px;
      overflow: hidden;
      position: relative;
    }

    .fullwidth-banner__img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 40%;
      filter: brightness(0.65) grayscale(20%);
      display: block;
    }

    @media (max-width: 768px) {
      .fullwidth-banner {
        height: 320px;
      }
    }

    /* ─────────────────────────────────────────
       SECTION 5 — HOW WE BUILT
    ───────────────────────────────────────── */
    .how-built {
      padding: 100px 80px;
      background: var(--black);
    }

    .how-built__header {
      margin-bottom: 64px;
    }

    .how-built__headline {
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
      margin-bottom: 20px;
    }

    .how-built__intro {
      font-size: 17px;
      color: var(--body-text);
      max-width: 820px;
      line-height: 1.8;
    }

    .how-built__grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 0;
    }

    .pillar {
      padding: 32px 40px;
      border-left: 3px solid var(--orange);
      margin-right: 48px;
    }

    .pillar:last-child {
      margin-right: 0;
    }

    .pillar__title {
      font-size: clamp(18px, 1.8vw, 24px);
      font-weight: 800;
      color: var(--white);
      margin-bottom: 12px;
      line-height: 1.2;
    }

    .pillar__body {
      font-size: 17px;
      color: var(--body-text);
      line-height: 1.75;
    }

    /* ─────────────────────────────────────────
       SECTION 6 — WHAT WE MOVE
    ───────────────────────────────────────── */
    .services {
      padding: 10px 80px 80px;
      background: var(--black);
    }

    .services__header {
      margin-bottom: 56px;
    }

    .services__headline {
      font-size: clamp(36px, 4vw, 56px);
      font-weight: 800;
      color: var(--white);
      line-height: 1.1;
    }

    .services__grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
    }

    .service-card {
      background: #0D1C2A;
      padding: 36px 28px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 160px;
      border: 1px solid rgba(255,255,255,0.04);
      border-top: 3px solid transparent;
      transition: border-top-color 0.25s ease;
      text-align: center;
    }

    .service-card:hover {
      border-top-color: var(--orange);
    }

    .service-card__title {
      font-size: 16px;
      font-weight: 800;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: var(--white);
      line-height: 1.3;
    }

    .service-card__sub {
      font-size: 14px;
      color: rgba(198,198,198,0.7);
      line-height: 1.5;
    }

    /* ─────────────────────────────────────────
       SECTION 7 — CTA
    ───────────────────────────────────────── */
    .cta {
      padding: 100px 80px;
      background: var(--orange);
    }

    .cta__grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
    }

    .cta__label {
      font-family: 'Lato', sans-serif;
      font-size: 20px;
      font-weight: 800;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: rgba(0,0,0,0.55);
      display: block;
      margin-bottom: 28px;
    }

    .cta__headline {
      font-size: clamp(38px, 4.5vw, 62px);
      font-weight: 800;
      color: var(--black);
      line-height: 1.05;
      margin-bottom: 20px;
    }

    .cta__body {
      font-size: 17px;
      color: rgba(0,0,0,0.75);
      line-height: 1.8;
    }

    .cta__actions {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .btn {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 18px 36px;
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      border-radius: 100px;
      cursor: pointer;
      transition: opacity 0.2s ease, transform 0.15s ease;
      text-align: center;
    }

    .btn:hover {
      opacity: 0.88;
      transform: translateY(-1px);
    }

    .btn--dark {
      background: #0D0D0D;
      color: var(--white);
      border: 2px solid #0D0D0D;
    }

    .btn--outline {
      background: transparent;
      color: #0D0D0D;
      border: 2px solid #0D0D0D;
    }

    /* ─────────────────────────────────────────
       COUNTER ANIMATION
    ───────────────────────────────────────── */
    .stat__number {
      transition: none;
    }

    /* ─────────────────────────────────────────
       RESPONSIVE — TABLET (≤1024px)
    ───────────────────────────────────────── */
    @media (max-width: 1024px) {
      .hero {
        padding: 80px 40px 60px;
      }

      .story {
        padding: 60px 40px;
      }

      .story__grid {
        gap: 48px;
      }

      .stats {
        padding: 48px 40px;
      }

      .stat {
        padding: 20px 24px;
      }

      .mission-vision,
      .how-built,
      .services,
      .cta {
        padding: 80px 40px;
      }

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

      .how-built__grid {
        gap: 24px;
      }

      .pillar {
        margin-right: 0;
        padding: 28px 28px;
      }
    }

    /* ─────────────────────────────────────────
       RESPONSIVE — MOBILE (≤768px)
    ───────────────────────────────────────── */
    @media (max-width: 768px) {
      .hero {
        padding: 60px 24px 48px;
      }

      .story {
        padding: 48px 24px;
      }

      .story__grid {
        grid-template-columns: 1fr;
        gap: 36px;
      }

      .story__image {
        min-height: 260px;
      }

      .stats {
        padding: 48px 24px;
      }

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

      .stat {
        padding: 20px 20px;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.1);
      }

      .stat:nth-child(2n) {
        border-left: 1px solid rgba(255,255,255,0.1);
      }

      .stat:first-child,
      .stat:nth-child(2) {
        border-top: none;
      }

      .mission-vision {
        padding: 48px 24px;
      }

      .mv__grid {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .mv__card {
        padding: 36px 28px;
      }

      .how-built {
        padding: 60px 24px;
      }

      .how-built__grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .pillar {
        margin-right: 0;
        padding: 24px 24px;
      }

      .services {
        padding: 60px 24px;
      }

      .services__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
      }

      .cta {
        padding: 60px 24px;
      }

      .cta__grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .cta__actions {
        width: 100%;
      }

      .btn {
        width: 100%;
      }
    }

    /* ─────────────────────────────────────────
       RESPONSIVE — SMALL MOBILE (≤480px)
    ───────────────────────────────────────── */
    @media (max-width: 480px) {
      .services__grid {
        grid-template-columns: 1fr;
      }

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

      .stat__number {
        font-size: 40px;
      }
    }/* End custom CSS */