/* approach css */
 *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }


/* ── Section wrapper ── */
.approach-section {
  width: 100%;
  background:  transparent;
  padding: 72px 0px 80px;
  position: relative;
  overflow: hidden;
}

/* subtle noise-grain overlay */
.approach-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); */
  pointer-events: none;
  z-index: 0;
}

/* ── Two-column inner layout ── */
.approach-inner {
  display: flex;
  align-items: center;
  gap: 115px;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* ── Left: text block ── */
.approach-content {
  flex: 1;
  min-width: 0;
}

/* ── Right: image ── */
.approach-image-wrap {
  flex: 0 0 420px;
  width: 420px;
  height: 320px;
  overflow: hidden;
  border-radius: 2px;
}

.approach-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(20%) brightness(0.85);
}

/* ── Eyebrow label ── */
.approach-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: white;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}

/* ── Headline ── */
.approach-headline {
  font-size: 40px;
  font-weight: 500;
  font-family: "Libre Baskerville", serif;
  margin: 0;
  color: #ffffff;
  text-align: left;
  letter-spacing: -0.01em;
  line-height: 1.0em;
  margin-bottom: 20px;
}

/* ── Body copy ── */
.approach-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 780px;
}

.approach-paragraph {
  font-family: "Avenir", sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: white;
  text-align: initial;
  line-height: 1.7;
}

/* ── Decorative glow (hidden) ── */
.approach-glow {
  display: none;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .approach-section {
    padding: 60px 0px 60px;
  }

  .approach-inner {
    flex-direction: column;
    gap: 32px;
  }

  .approach-image-wrap {
    flex: none;
    width: 100%;
    height: 220px;
  }

  .approach-paragraph {
    font-size: 15px;
  }
}
    /* ── Section Wrapper ── */
    .approach-sec2-section {
      width: 100%;
     background: #000000;
      padding: 64px 0px 72px;
      position: relative;
      overflow: hidden;
    }
 
    /* ── Top Header Row ── */
    .approach-sec2-header {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 48px;
    }
 
    /* ── Left: eyebrow + headline ── */
    .approach-sec2-header-left {
      flex: 0 0 auto;
      max-width: 320px;
    }
 
    .approach-sec2-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec2-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    /* ── Right: intro paragraph ── */
    .approach-sec2-intro {
      flex: 1 1 0;
      max-width: 620px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      padding-top: 32px;
    }
 
    /* ── Cards Grid ── */
    .approach-sec2-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .approach-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      padding: 32px 28px 36px;
      transition: border-color 0.25s ease, background 0.25s ease;
    }
 
    .approach-sec2-card:hover {
      border-color: rgba(255, 255, 255, 0.18);
      background: #000000;
    }
 
    .approach-sec2-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 18px;
      line-height: 1.2;
    }
 
    .approach-sec2-card-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 900px) {
      .approach-sec2-header {
        flex-direction: column;
        gap: 10px;
      }
      .approach-sec2-intro {
        padding-top: 0;
        max-width: 100%;
      }
      .approach-sec2-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 580px) {
          .approach-headline {
           font-size: 25px;
          }
              .approach-sec3-right-headline {
      font-size: 25px;
              }
          .approach-sec3-card .approach-sec2-headline {
     font-size: 25px;
              }
              .approach-sec2-headline {
    font-size: 25px;
              }
            .approach-sec3-card   .approach-sec3-right-headline {
    font-size: 25px;
              }
      .approach-sec2-section {
        padding: 48px 0px 56px;
      }
      .approach-sec2-grid {
        grid-template-columns: 1fr;
      }
    }
     /* ── Section Wrapper ── */
    .approach-sec3-section {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: stretch;
    }
 
    /* ── Shared Card Base ── */
    .approach-sec3-card {
    background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 40px 20px 44px;
    }
 
    /* ══════════════════════════════
       LEFT CARD — What Clients Can Expect
    ══════════════════════════════ */
    .approach-sec3-left {
      display: flex;
      flex-direction: column;
      gap: 32px;
    }
 
    .approach-sec3-left-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 26px;
    }
 
    .approach-sec3-list-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* bullet dot */
    .approach-sec3-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.65);
      font-size: 18px;
      line-height: 1.55;
      flex-shrink: 0;
    }
 
    .approach-sec3-list-item strong {
      color: #ffffff;
      font-weight: 700;
    }
 
    /* ══════════════════════════════
       RIGHT CARD — Long-Term Perspective
    ══════════════════════════════ */
    .approach-sec3-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
 
    .approach-sec3-right-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-right-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    .approach-sec3-right-body {
      display: flex;
      flex-direction: column;
      gap: 18px;
      flex: 1;
    }
 
    .approach-sec3-right-paragraph {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── CTA Button ── */
    .approach-sec3-btn {
      display: inline-block;
      margin-top: 12px;
      padding: 15px 15px;
      background: white;
      color: black;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      align-self: flex-start;
      transition: background 0.2s ease, transform 0.15s ease;
      letter-spacing: 0.01em;
    }
 
    .approach-sec3-btn:hover {
      background:  white;
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec3-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 40px 0px;
      }
    }

    /* base metal */
       /* ── Section wrapper ── */
    .approach-section {
      width: 100%;
      background: #000000;
      padding: 72px 0px 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle noise-grain overlay */
    .approach-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
    }

    /* ── Eyebrow label ── */
    .approach-eyebrow {
      font-size: 12px;
      font-weight: 600;
    
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color:white;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
      letter-spacing: 0.10em;
    }

    /* ── Headline ── */
    .approach-headline {
           font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    
    }

    /* ── Body copy ── */
    .approach-body {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 780px;
    }

    .approach-paragraph {
     font-family: "Avenir", sans-serif;
         font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;;
    line-height: 1.7;
     
     
    }

    /* ── Decorative right-side glow ── */
    .approach-glow {
      display: none;
    }

    /* ── Responsive ── */
     @media (max-width: 768px) {
      .approach-section {
        padding: 100px 0px 30px;
      }
      .approach-paragraph {
        font-size: 15px;
      }
      .approach-sec3-section .approach-sec3-card{
   
    padding: 40px 20px 10px;
    gap: 0px;
}
.approach-headline {
    font-size: 25px;
}
.approach-sec4-left .approach-sec4-headline {
    font-size: 25px;
}
 .approach-sec4-left {
     
      max-width: 100%;
    }
    .approach-sec3-right

 {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.approach-sec3-right-eyebrow {
    padding-bottom: 0px;
}
.approach-sec4-section .approach-sec4-right {
        padding: 20px 10px;
        gap: 10px;
}

}
    /* ── Section Wrapper ── */
    .approach-sec2-section {
      width: 100%;
     background: #000000;
      padding: 64px 0px 72px;
      position: relative;
      overflow: hidden;
    }
 
    /* ── Top Header Row ── */
    .approach-sec2-header {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 48px;
    }
 
    /* ── Left: eyebrow + headline ── */
    .approach-sec2-header-left {
      flex: 0 0 auto;
      max-width: 320px;
    }
 
    .approach-sec2-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec2-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    /* ── Right: intro paragraph ── */
    .approach-sec2-intro {
      flex: 1 1 0;
      max-width: 620px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      padding-top: 32px;
    }
 
    /* ── Cards Grid ── */
    .approach-sec2-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .approach-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      padding: 32px 28px 36px;
      transition: border-color 0.25s ease, background 0.25s ease;
    }
 
    .approach-sec2-card:hover {
      border-color: rgba(255, 255, 255, 0.18);
      background: #000000;
    }
 
    .approach-sec2-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 18px;
      line-height: 1.2;
    }
 
    .approach-sec2-card-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 900px) {
      .approach-sec2-header {
        flex-direction: column;
        gap: 0px;
      }
      .approach-sec2-intro {
        padding-top: 0;
        max-width: 100%;
      }
      .approach-sec2-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 580px) {
      .approach-sec2-section {
        padding: 48px 0px 56px;
      }
      .approach-sec2-grid {
        grid-template-columns: 1fr;
      }
    }
     /* ── Section Wrapper ── */
    .approach-sec3-section {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: stretch;
    }
 
    /* ── Shared Card Base ── */
    .approach-sec3-card {
    background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 40px 44px 44px;
    }
 
    /* ══════════════════════════════
       LEFT CARD — What Clients Can Expect
    ══════════════════════════════ */
    .approach-sec3-left {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec3-left-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
 
    .approach-sec3-list-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* bullet dot */
    .approach-sec3-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.65);
      font-size: 18px;
      line-height: 1.55;
      flex-shrink: 0;
    }
 
    .approach-sec3-list-item strong {
      color: #ffffff;
      font-weight: 700;
    }
 
    /* ══════════════════════════════
       RIGHT CARD — Long-Term Perspective
    ══════════════════════════════ */
    .approach-sec3-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
 
    .approach-sec3-right-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-right-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    .approach-sec3-right-body {
      display: flex;
      flex-direction: column;
      gap: 18px;
      /* flex: 1; */
    }
 
    .approach-sec3-right-paragraph {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── CTA Button ── */
    .approach-sec3-btn {
      display: inline-block;
      margin-top: 12px;
      padding: 15px 15px;
      background: white;
      color: black;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      align-self: flex-start;
      transition: background 0.2s ease, transform 0.15s ease;
      letter-spacing: 0.01em;
    }
 
    .approach-sec3-btn:hover {
      background:  white;
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec3-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 40px 20px;
      }
    }
    /*  */
     /* ── Outer wrapper card ── */
    .approach-sec4-section {
      width: 100%;
      max-width: 1380px;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 20px;
      padding: 52px 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
 
    /* ══════════════════════════
       LEFT — Heading & Intro
    ══════════════════════════ */
    .approach-sec4-left {
      flex: 1 1 0;
      max-width: 560px;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec4-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;

    }
 
    .approach-sec4-headline {
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
      letter-spacing: -0.01em;
    }
 
    .approach-sec4-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 480px;
    }
 
    /* ══════════════════════════
       RIGHT — Contact Info Card
    ══════════════════════════ */
    .approach-sec4-right {
      flex: 0 0 auto;
      width: 100%;
      max-width: 520px;
      background: black;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 14px;
      padding: 36px 40px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
 
    .approach-sec4-contact-row {
      font-family: 'Barlow', sans-serif;
      font-size: 15.5px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.5;
    }
 
    .approach-sec4-contact-label {
      font-weight: 700;
      color: #ffffff;
    }
 
    .approach-sec4-contact-value {
      color: white;
      font-weight: 400;
    }
 
    /* Office value in white, not gold */
    .approach-sec4-contact-row--office .approach-sec4-contact-value {
      color: rgba(255, 255, 255, 0.75);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec4-section {
        flex-direction: column;
        padding: 40px 10px;
        align-items: flex-start;
      }
      .approach-sec2-headline {
    font-size: 25px;
      }
         .approach-sec2-card {
            font-size: 25px;
         }
      .approach-sec4-right {
        max-width: 100%;
        width: 100%;
      }
      .approach-sec3-btn {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 10px;
      }
    }
 
    @media (max-width: 480px) {
      body {
        padding: 24px 16px;
      }
      .approach-sec4-section {
        padding: 32px 20px;
      }
    }
    /* commodities */
    /* ── Section wrapper ── */
    .approach-section {
      width: 100%;
      background: #000000;
      padding: 72px 0px 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle noise-grain overlay */
    .approach-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
    }

    /* ── Eyebrow label ── */
    .approach-eyebrow {
      font-size: 12px;
      font-weight: 600;
    
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color:white;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
      letter-spacing: 0.10em;
    }

    /* ── Headline ── */
    .approach-headline {
           font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    
    }

    /* ── Body copy ── */
    .approach-body {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 780px;
    }

    .approach-paragraph {
     font-family: "Avenir", sans-serif;
         font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;;
    line-height: 1.7;
     
     
    }

    /* ── Decorative right-side glow ── */
    .approach-glow {
      display: none;
    }

    /* ── Responsive ── */
     @media (max-width: 768px) {
      .approach-section {
        padding: 100px 0px 0px;
      }
      .approach-paragraph {
        font-size: 15px;
      }
    }
    /* ── Section Wrapper ── */
    .approach-sec2-section {
      width: 100%;
     background: #000000;
      padding: 64px 0px 72px;
      position: relative;
      overflow: hidden;
    }
 
    /* ── Top Header Row ── */
    .approach-sec2-header {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 48px;
    }
 
    /* ── Left: eyebrow + headline ── */
    .approach-sec2-header-left {
      flex: 0 0 auto;
      max-width: 320px;
    }
 
    .approach-sec2-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec2-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    /* ── Right: intro paragraph ── */
    .approach-sec2-intro {
      flex: 1 1 0;
      max-width: 620px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      padding-top: 32px;
    }
 
    /* ── Cards Grid ── */
    .approach-sec2-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .approach-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      padding: 32px 28px 36px;
      transition: border-color 0.25s ease, background 0.25s ease;
    }
 
    .approach-sec2-card:hover {
      border-color: rgba(255, 255, 255, 0.18);
      background: #000000;
    }
 
    .approach-sec2-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 18px;
      line-height: 1.2;
    }
 
    .approach-sec2-card-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 900px) {
      .approach-sec2-header {
        flex-direction: column;
        gap: 24px;
      }
      .approach-sec2-intro {
        padding-top: 0;
        max-width: 100%;
      }
      .approach-sec2-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 580px) {
      .approach-sec2-section {
        padding: 48px 20px 56px;
      }
      .approach-sec2-grid {
        grid-template-columns: 1fr;
      }
    }
     /* ── Section Wrapper ── */
    .approach-sec3-section {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: stretch;
    }
 
    /* ── Shared Card Base ── */
    .approach-sec3-card {
    background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 40px 44px 44px;
    }
 
    /* ══════════════════════════════
       LEFT CARD — What Clients Can Expect
    ══════════════════════════════ */
    .approach-sec3-left {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec3-left-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
 
    .approach-sec3-list-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* bullet dot */
    .approach-sec3-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.65);
      font-size: 18px;
      line-height: 1.55;
      flex-shrink: 0;
    }
 
    .approach-sec3-list-item strong {
      color: #ffffff;
      font-weight: 700;
    }
 
    /* ══════════════════════════════
       RIGHT CARD — Long-Term Perspective
    ══════════════════════════════ */
    .approach-sec3-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
 
    .approach-sec3-right-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-right-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    .approach-sec3-right-body {
      display: flex;
      flex-direction: column;
      gap: 18px;
      /* flex: 1; */
    }
 
    .approach-sec3-right-paragraph {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── CTA Button ── */
    .approach-sec3-btn {
      display: inline-block;
      margin-top: 12px;
      padding: 15px 15px;
      background: white;
      color: black;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      align-self: flex-start;
      transition: background 0.2s ease, transform 0.15s ease;
      letter-spacing: 0.01em;
    }
 
    .approach-sec3-btn:hover {
      background:  white;
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec3-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 40px 20px;
      }
    }
    /*  */
     /* ── Outer wrapper card ── */
    .approach-sec4-section {
      width: 100%;
      max-width: 1380px;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 20px;
      padding: 52px 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
 
    /* ══════════════════════════
       LEFT — Heading & Intro
    ══════════════════════════ */
    .approach-sec4-left {
      flex: 1 1 0;
      max-width: 560px;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec4-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;

    }
 
    .approach-sec4-headline {
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
      letter-spacing: -0.01em;
    }
 
    .approach-sec4-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 480px;
    }
 
    /* ══════════════════════════
       RIGHT — Contact Info Card
    ══════════════════════════ */
    .approach-sec4-right {
      flex: 0 0 auto;
      width: 100%;
      max-width: 520px;
      background: black;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 14px;
      padding: 36px 40px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
 
    .approach-sec4-contact-row {
      font-family: 'Barlow', sans-serif;
      font-size: 15.5px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.5;
    }
 
    .approach-sec4-contact-label {
      font-weight: 700;
      color: #ffffff;
    }
 
    .approach-sec4-contact-value {
      color: white;
      font-weight: 400;
    }
 
    /* Office value in white, not gold */
    .approach-sec4-contact-row--office .approach-sec4-contact-value {
      color: rgba(255, 255, 255, 0.75);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec4-section {
        flex-direction: column;
        padding: 40px 28px;
        align-items: flex-start;
      }
      .approach-sec4-right {
        max-width: 100%;
        width: 100%;
      }
      .approach-headline {
    font-size: 25px;
      }
    }
 
    @media (max-width: 480px) {
      body {
        padding: 24px 16px;
      }
      .approach-sec4-section {
        padding: 32px 20px;
      }
    }

    /* financial derivatives */
    
    /* ── Section wrapper ── */
    .approach-section {
      width: 100%;
      background: #000000;
      padding: 72px 0px 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle noise-grain overlay */
    .approach-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
    }

    /* ── Eyebrow label ── */
    .approach-eyebrow {
      font-size: 12px;
      font-weight: 600;
    
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color:white;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
      letter-spacing: 0.10em;
    }

    /* ── Headline ── */
    .approach-headline {
           font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    
    }

    /* ── Body copy ── */
    .approach-body {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 780px;
    }

    .approach-paragraph {
     font-family: "Avenir", sans-serif;
         font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;;
    line-height: 1.7;
     
     
    }

    /* ── Decorative right-side glow ── */
    .approach-glow {
      display: none;
    }

    /* ── Responsive ── */
     @media (max-width: 768px) {
      .approach-section {
        padding: 100px 0px 0px;
      }
      .approach-paragraph {
        font-size: 15px;
      }
      .approach-headline {
    font-size: 25px;
      }
    }
    /* ── Section Wrapper ── */
    .approach-sec2-section {
      width: 100%;
     background: #000000;
      padding: 64px 0px 72px;
      position: relative;
      overflow: hidden;
    }
 
    /* ── Top Header Row ── */
    .approach-sec2-header {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 48px;
    }
 
    /* ── Left: eyebrow + headline ── */
    .approach-sec2-header-left {
      flex: 0 0 auto;
      max-width: 320px;
    }
 
    .approach-sec2-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec2-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    /* ── Right: intro paragraph ── */
    .approach-sec2-intro {
      flex: 1 1 0;
      max-width: 620px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      padding-top: 32px;
    }
 
    /* ── Cards Grid ── */
    .approach-sec2-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .approach-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      padding: 32px 28px 36px;
      transition: border-color 0.25s ease, background 0.25s ease;
    }
 
    .approach-sec2-card:hover {
      border-color: rgba(255, 255, 255, 0.18);
      background: #000000;
    }
 
    .approach-sec2-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 18px;
      line-height: 1.2;
    }
 
    .approach-sec2-card-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 900px) {
      .approach-sec2-header {
        flex-direction: column;
        gap: 24px;
      }
      .approach-sec2-intro {
        padding-top: 0;
        max-width: 100%;
      }
      .approach-sec2-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 580px) {
      .approach-sec2-section {
        padding: 48px 20px 56px;
      }
      .approach-sec2-grid {
        grid-template-columns: 1fr;
      }
    }
     /* ── Section Wrapper ── */
    .approach-sec3-section {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: stretch;
    }
 
    /* ── Shared Card Base ── */
    .approach-sec3-card {
    background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 40px 44px 44px;
    }
 
    /* ══════════════════════════════
       LEFT CARD — What Clients Can Expect
    ══════════════════════════════ */
    .approach-sec3-left {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec3-left-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
 
    .approach-sec3-list-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* bullet dot */
    .approach-sec3-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.65);
      font-size: 18px;
      line-height: 1.55;
      flex-shrink: 0;
    }
 
    .approach-sec3-list-item strong {
      color: #ffffff;
      font-weight: 700;
    }
 
    /* ══════════════════════════════
       RIGHT CARD — Long-Term Perspective
    ══════════════════════════════ */
    .approach-sec3-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
 
    .approach-sec3-right-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-right-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    .approach-sec3-right-body {
      display: flex;
      flex-direction: column;
      gap: 18px;
      /* flex: 1; */
    }
 
    .approach-sec3-right-paragraph {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── CTA Button ── */
    .approach-sec3-btn {
      display: inline-block;
      margin-top: 12px;
      padding: 15px 15px;
      background: white;
      color: black;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      align-self: flex-start;
      transition: background 0.2s ease, transform 0.15s ease;
      letter-spacing: 0.01em;
    }
 
    .approach-sec3-btn:hover {
      background:  white;
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec3-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 40px 20px;
      }
    }
    /*  */
     /* ── Outer wrapper card ── */
    .approach-sec4-section {
      width: 100%;
      max-width: 1380px;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 20px;
      padding: 52px 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
 
    /* ══════════════════════════
       LEFT — Heading & Intro
    ══════════════════════════ */
    .approach-sec4-left {
      flex: 1 1 0;
      max-width: 560px;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec4-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;

    }
 
    .approach-sec4-headline {
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
      letter-spacing: -0.01em;
    }
 
    .approach-sec4-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 480px;
    }
 
    /* ══════════════════════════
       RIGHT — Contact Info Card
    ══════════════════════════ */
    .approach-sec4-right {
      flex: 0 0 auto;
      width: 100%;
      max-width: 520px;
      background: black;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 14px;
      padding: 36px 40px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
 
    .approach-sec4-contact-row {
      font-family: 'Barlow', sans-serif;
      font-size: 15.5px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.5;
    }
 
    .approach-sec4-contact-label {
      font-weight: 700;
      color: #ffffff;
    }
 
    .approach-sec4-contact-value {
      color: white;
      font-weight: 400;
    }
 
    /* Office value in white, not gold */
    .approach-sec4-contact-row--office .approach-sec4-contact-value {
      color: rgba(255, 255, 255, 0.75);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec4-section {
        flex-direction: column;
        padding: 40px 28px;
        align-items: flex-start;
      }
      .approach-sec4-right {
        max-width: 100%;
        width: 100%;
      }
    }
 
    @media (max-width: 480px) {
      body {
        padding: 24px 16px;
      }
      .approach-sec4-section {
        padding: 32px 20px;
      }
    }
    /* foreign-exchange */
     /* ── Section wrapper ── */
    .approach-section {
      width: 100%;
      background: #000000;
      padding: 72px 0px 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle noise-grain overlay */
    .approach-section::before {
      content: "";
      position: absolute;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
    }

    /* ── Eyebrow label ── */
    .approach-eyebrow {
      font-size: 12px;
      font-weight: 600;
    
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color:white;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
      letter-spacing: 0.10em;
    }

    /* ── Headline ── */
    .approach-headline {
           font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    
    }

    /* ── Body copy ── */
    .approach-body {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 780px;
    }

    .approach-paragraph {
     font-family: "Avenir", sans-serif;
         font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;;
    line-height: 1.7;
     
     
    }

    /* ── Decorative right-side glow ── */
    .approach-glow {
      display: none;
    }

    /* ── Responsive ── */
     @media (max-width: 768px) {
      .approach-section {
        padding: 100px 0px 0px;
      }
      .approach-paragraph {
        font-size: 15px;
      }
    }
    /* ── Section Wrapper ── */
    .approach-sec2-section {
      width: 100%;
     background: #000000;
      padding: 64px 0px 72px;
      position: relative;
      overflow: hidden;
    }
 
    /* ── Top Header Row ── */
    .approach-sec2-header {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 48px;
    }
 
    /* ── Left: eyebrow + headline ── */
    .approach-sec2-header-left {
      flex: 0 0 auto;
      max-width: 320px;
    }
 
    .approach-sec2-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec2-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    /* ── Right: intro paragraph ── */
    .approach-sec2-intro {
      flex: 1 1 0;
      max-width: 620px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      padding-top: 32px;
    }
 
    /* ── Cards Grid ── */
    .approach-sec2-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .approach-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      padding: 32px 28px 36px;
      transition: border-color 0.25s ease, background 0.25s ease;
    }
 
    .approach-sec2-card:hover {
      border-color: rgba(255, 255, 255, 0.18);
      background: #000000;
    }
 
    .approach-sec2-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 18px;
      line-height: 1.2;
    }
 
    .approach-sec2-card-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 900px) {
      .approach-sec2-header {
        flex-direction: column;
        gap: 24px;
      }
      .approach-sec2-intro {
        padding-top: 0;
        max-width: 100%;
      }
      .approach-sec2-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 580px) {
      .approach-sec2-section {
        padding: 48px 20px 56px;
      }
      .approach-sec2-grid {
        grid-template-columns: 1fr;
      }
    }
     /* ── Section Wrapper ── */
    .approach-sec3-section {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: stretch;
    }
 
    /* ── Shared Card Base ── */
    .approach-sec3-card {
    background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 40px 44px 44px;
    }
 
    /* ══════════════════════════════
       LEFT CARD — What Clients Can Expect
    ══════════════════════════════ */
    .approach-sec3-left {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec3-left-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
 
    .approach-sec3-list-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* bullet dot */
    .approach-sec3-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.65);
      font-size: 18px;
      line-height: 1.55;
      flex-shrink: 0;
    }
 
    .approach-sec3-list-item strong {
      color: #ffffff;
      font-weight: 700;
    }
 
    /* ══════════════════════════════
       RIGHT CARD — Long-Term Perspective
    ══════════════════════════════ */
    .approach-sec3-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
 
    .approach-sec3-right-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-right-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    .approach-sec3-right-body {
      display: flex;
      flex-direction: column;
      gap: 18px;
      /* flex: 1; */
    }
 
    .approach-sec3-right-paragraph {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── CTA Button ── */
    .approach-sec3-btn {
      display: inline-block;
      margin-top: 12px;
      padding: 15px 15px;
      background: white;
      color: black;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      align-self: flex-start;
      transition: background 0.2s ease, transform 0.15s ease;
      letter-spacing: 0.01em;
    }
 
    .approach-sec3-btn:hover {
      background:  white;
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec3-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 40px 20px;
      }
    }
    /*  */
     /* ── Outer wrapper card ── */
    .approach-sec4-section {
      width: 100%;
      max-width: 1380px;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 20px;
      padding: 52px 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
 
    /* ══════════════════════════
       LEFT — Heading & Intro
    ══════════════════════════ */
    .approach-sec4-left {
      flex: 1 1 0;
      max-width: 560px;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec4-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;

    }
 
    .approach-sec4-headline {
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
      letter-spacing: -0.01em;
    }
 
    .approach-sec4-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 480px;
    }
 
    /* ══════════════════════════
       RIGHT — Contact Info Card
    ══════════════════════════ */
    .approach-sec4-right {
      flex: 0 0 auto;
      width: 100%;
      max-width: 520px;
      background: black;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 14px;
      padding: 36px 40px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
 
    .approach-sec4-contact-row {
      font-family: 'Barlow', sans-serif;
      font-size: 15.5px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.5;
    }
 
    .approach-sec4-contact-label {
      font-weight: 700;
      color: #ffffff;
    }
 
    .approach-sec4-contact-value {
      color: white;
      font-weight: 400;
    }
 
    /* Office value in white, not gold */
    .approach-sec4-contact-row--office .approach-sec4-contact-value {
      color: rgba(255, 255, 255, 0.75);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec4-section {
        flex-direction: column;
        padding: 40px 28px;
        align-items: flex-start;
      }
      .approach-sec4-right {
        max-width: 100%;
        width: 100%;
      }
    }
 
    @media (max-width: 480px) {
      body {
        padding: 24px 16px;
      }
      .approach-sec4-section {
        padding: 32px 20px;
      }
      .approach-headline {
    font-size: 25px;
      }
    }

    /* securites */
     /* ── Section wrapper ── */
    .approach-section {
      width: 100%;
      background: #000000;;
      padding: 72px 0px 80px;
      position: relative;
      overflow: hidden;
    }

    /* subtle noise-grain overlay */
    .approach-section::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E"); */
      pointer-events: none;
      z-index: 0;
    }

    /* ── Eyebrow label ── */
    .approach-eyebrow {
      font-size: 12px;
      font-weight: 600;
    
      letter-spacing: 0.10em;
      text-transform: uppercase;
      color:white;
      margin-bottom: 28px;
      position: relative;
      z-index: 1;
      letter-spacing: 0.10em;
    }

    /* ── Headline ── */
    .approach-headline {
           font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
      margin-bottom: 20px;
      position: relative;
      z-index: 1;
    
    }

    /* ── Body copy ── */
    .approach-body {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 780px;
    }

    .approach-paragraph {
     font-family: "Avenir", sans-serif;
         font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;;
    line-height: 1.7;
     
     
    }

    /* ── Decorative right-side glow ── */
    .approach-glow {
      display: none;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .approach-section {
        padding: 100px 0px 0px;
      }
      
      .approach-paragraph {
        font-size: 15px;
      }
    }
    /* ── Section Wrapper ── */
    .approach-sec2-section {
      width: 100%;
     background: #000000;
      padding: 64px 0px 72px;
      position: relative;
      overflow: hidden;
    }
 
    /* ── Top Header Row ── */
    .approach-sec2-header {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 48px;
    }
 
    /* ── Left: eyebrow + headline ── */
    .approach-sec2-header-left {
      flex: 0 0 auto;
      max-width: 320px;
    }
 
    .approach-sec2-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec2-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    /* ── Right: intro paragraph ── */
    .approach-sec2-intro {
      flex: 1 1 0;
      max-width: 620px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      padding-top: 32px;
    }
 
    /* ── Cards Grid ── */
    .approach-sec2-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .approach-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 16px;
      padding: 32px 28px 36px;
      transition: border-color 0.25s ease, background 0.25s ease;
    }
 
    .approach-sec2-card:hover {
      border-color: rgba(255, 255, 255, 0.18);
      background: #000000;
    }
 
    .approach-sec2-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 18px;
      line-height: 1.2;
    }
 
    .approach-sec2-card-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 900px) {
      .approach-sec2-header {
        flex-direction: column;
        gap: 24px;
      }
      .approach-sec2-intro {
        padding-top: 0;
        max-width: 100%;
      }
      .approach-sec2-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 580px) {
      .approach-sec2-section {
        padding: 48px 20px 56px;
      }
      .approach-sec2-grid {
        grid-template-columns: 1fr;
      }
    }
     /* ── Section Wrapper ── */
    .approach-sec3-section {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: stretch;
    }
 
    /* ── Shared Card Base ── */
    .approach-sec3-card {
    background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 40px 44px 44px;
    }
 
    /* ══════════════════════════════
       LEFT CARD — What Clients Can Expect
    ══════════════════════════════ */
    .approach-sec3-left {
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec3-left-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
 
    .approach-sec3-list-item {
      display: flex;
      align-items: flex-start;
      gap: 14px;
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* bullet dot */
    .approach-sec3-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.65);
      font-size: 18px;
      line-height: 1.55;
      flex-shrink: 0;
    }
 
    .approach-sec3-list-item strong {
      color: #ffffff;
      font-weight: 700;
    }
 
    /* ══════════════════════════════
       RIGHT CARD — Long-Term Perspective
    ══════════════════════════════ */
    .approach-sec3-right {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
 
    .approach-sec3-right-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .approach-sec3-right-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    .approach-sec3-right-body {
      display: flex;
      flex-direction: column;
      gap: 18px;
      /* flex: 1; */
    }
 
    .approach-sec3-right-paragraph {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── CTA Button ── */
    .approach-sec3-btn {
      display: inline-block;
      margin-top: 12px;
      padding: 15px 15px;
      background: white;
      color: black;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      align-self: flex-start;
      transition: background 0.2s ease, transform 0.15s ease;
      letter-spacing: 0.01em;
    }
 
    .approach-sec3-btn:hover {
      background:  white;
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec3-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 40px 20px;
      }
    }
    /*  */
     /* ── Outer wrapper card ── */
    .approach-sec4-section {
      width: 100%;
      max-width: 1380px;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.07);
      border-radius: 20px;
      padding: 52px 60px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
 
    /* ══════════════════════════
       LEFT — Heading & Intro
    ══════════════════════════ */
    .approach-sec4-left {
      flex: 1 1 0;
      max-width: 560px;
      display: flex;
      flex-direction: column;
      gap: 0px;
    }
 
    .approach-sec4-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;

    }
 
    .approach-sec4-headline {
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
      letter-spacing: -0.01em;
    }
 
    .approach-sec4-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 480px;
    }
 
    /* ══════════════════════════
       RIGHT — Contact Info Card
    ══════════════════════════ */
    .approach-sec4-right {
      flex: 0 0 auto;
      width: 100%;
      max-width: 520px;
      background: black;
      border: 1px solid rgba(255, 255, 255, 0.09);
      border-radius: 14px;
      padding: 36px 40px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
 
    .approach-sec4-contact-row {
      font-family: 'Barlow', sans-serif;
      font-size: 15.5px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.75);
      line-height: 1.5;
    }
 
    .approach-sec4-contact-label {
      font-weight: 700;
      color: #ffffff;
    }
 
    .approach-sec4-contact-value {
      color: white;
      font-weight: 400;
    }
 
    /* Office value in white, not gold */
    .approach-sec4-contact-row--office .approach-sec4-contact-value {
      color: rgba(255, 255, 255, 0.75);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .approach-sec4-section {
        flex-direction: column;
        padding: 40px 28px;
        align-items: flex-start;
      }
      .approach-sec4-right {
        max-width: 100%;
        width: 100%;
      }
    }
 
    @media (max-width: 480px) {
      body {
        padding: 24px 16px;
      }
      .approach-sec4-section {
        padding: 32px 20px;
      }
      .approach-headline {
    font-size: 25px;
      }
    }
    /* our-team */
     /* ── Section Wrapper ── */
    .ourteam-sec1-section {
      width: 100%;
      background: #000000;
      padding: 72px 0px 0px;
      position: relative;
      overflow: hidden;
    }

    /* ── Eyebrow ── */
    .ourteam-sec1-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
      position: relative;
      z-index: 1;
    }

    /* ── Headline ── */
    .ourteam-sec1-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }

    /* ── Description ── */
    .ourteam-sec1-description {
     font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      position: relative;
      z-index: 1;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .ourteam-sec1-section {
        padding: 48px 0px 10px;
      }
      .ourteam-sec1-description {
        font-size: 15px;
      }
        .ourteam-sec2-section .ourteam-sec2-card {
         padding: 30px 20px 10px;
       }
    }
    /* ── Section Wrapper ── */
    .ourteam-sec2-section {
      width: 100%;
      max-width: 1280px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: stretch;
    }
 
    /* ── Shared Card ── */
    .ourteam-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 44px 44px 48px;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
 
    /* ══════════════════════════
       LEFT CARD
    ══════════════════════════ */
    .ourteam-sec2-left-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .ourteam-sec2-left-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    }
 
    .ourteam-sec2-left-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    }
 
    /* Bullet list */
    .ourteam-sec2-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin-top: 4px;
    }
 
    .ourteam-sec2-list-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
     font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    .ourteam-sec2-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.55);
      font-size: 18px;
      line-height: 1.45;
      flex-shrink: 0;
    }
 
    /* ══════════════════════════
       RIGHT CARD
    ══════════════════════════ */
    .ourteam-sec2-right-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .ourteam-sec2-right-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    }
 
    .ourteam-sec2-right-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    position: relative;
    z-index: 1;
    }
 
    /* Inner blockquote card */
    .ourteam-sec2-note {
      background: #0a0a0a;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      padding: 24px 28px;
      display: flex;
      gap: 18px;
      align-items: flex-start;
      margin-top: 8px;
    }
 
    .ourteam-sec2-note-bar {
      width: 3px;
      min-height: 100%;
      background: white;
      border-radius: 4px;
      flex-shrink: 0;
      align-self: stretch;
    }
 
    .ourteam-sec2-note-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .ourteam-sec2-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 32px 20px;
      }
    }
    /*  */
    /* ── Section Wrapper ── */
    .ourteam-sec3-section {
      width: 100%;
      background: #000000;
      padding: 64px 0px 0px;
    }
 
    /* ── Top Header Row ── */
    .ourteam-sec3-header {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 48px;
      
    }
 
    /* ── Left: eyebrow + headline ── */
    .ourteam-sec3-header-left {
      flex: 0 0 auto;
      max-width: 360px;
    }
 
    .ourteam-sec3-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
      margin-bottom: 10px;
    }
 
    .ourteam-sec3-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 0px;
    }
 
    /* ── Right: intro paragraph ── */
    .ourteam-sec3-intro {
      flex: 1 1 0;
    max-width: 620px;
    font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      padding-top: 28px;
    }
 
    /* ── Cards Grid ── */
    .ourteam-sec3-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .ourteam-sec3-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 32px 28px 36px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      transition: border-color 0.25s ease;
    }
 
    .ourteam-sec3-card:hover {
      border-color: rgba(255, 255, 255, 0.18);
    }
 
    .ourteam-sec3-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.2;
    }
 
    .ourteam-sec3-card-text {
          font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 900px) {
      .ourteam-sec3-header {
        flex-direction: column;
        gap: 20px;
      }
      .ourteam-sec3-intro {
        padding-top: 0;
        max-width: 100%;
      }
      .ourteam-sec3-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 560px) {
      .ourteam-sec3-section {
        padding: 48px 0px 0px;
      }
      .ourteam-sec3-grid {
        grid-template-columns: 1fr;
      }
    }
     /* ── Outer Banner Card ── */
    .ourteam-sec4-section {
      width: 100%;
      max-width: 1380px;
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 20px;
      padding: 52px 30px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
    }
 
    /* ── Left Content ── */
    .ourteam-sec4-left {
      flex: 1 1 0;
      max-width: 580px;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
 
    .ourteam-sec4-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .ourteam-sec4-headline {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 0px;
    }
 
    .ourteam-sec4-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 480px;
    }
 
    /* ── Right Buttons ── */
    .ourteam-sec4-actions {
      flex: 0 0 auto;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 16px;
    }
 
    /* Gold filled button */
    .ourteam-sec4-btn-primary {
      display: inline-block;
      padding: 15px 36px;
      background:black;
      color: white;
      font-family: 'Barlow', sans-serif;
      font-size: 15px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.2s ease, transform 0.15s ease;
    }
 
    .ourteam-sec4-btn-primary:hover {
      background: black;
      transform: translateY(-2px);
    }
 
    /* Outline button */
    .ourteam-sec4-btn-secondary {
      display: inline-block;
      padding: 14px 34px;
      background: transparent;
      color: #ffffff;
      font-family: 'Barlow', sans-serif;
      font-size: 15px;
      font-weight: 700;
      border: 2px solid rgba(255, 255, 255, 0.30);
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      white-space: nowrap;
      transition: border-color 0.2s ease, transform 0.15s ease;
    }
 
    .ourteam-sec4-btn-secondary:hover {
      border-color: rgba(255, 255, 255, 0.65);
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .ourteam-sec4-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 28px;
        gap: 32px;
      }
    }
 
    @media (max-width: 480px) {
      body {
        padding: 24px 5px;
      }
      .ourteam-sec4-actions {
        flex-direction: column;
        width: 100%;
      }
      .ourteam-sec2-left-headline {
    font-size: 25px;
      }
      .ourteam-sec1-headline {
   font-size: 25px;
      }
      .ourteam-sec2-right-headline{
         font-size: 25px;
      }
      .ourteam-sec4-btn-primary,
      .ourteam-sec4-btn-secondary {
        /* width: 100%; */
        text-align: center;
            padding: 14px 10px;
            font-size: 12px;
      }
      .ourteam-sec3-headline {
    font-size: 25px;
      }
      .ourteam-sec4-headline {
    font-size: 25px;}
    }
    /* career */
    /* ── Section Wrapper ── */
    .careers-sec1-section {
      width: 100%;
      background: #000000;
      padding: 72px 0px 0px;
    }

    /* ── Eyebrow ── */
    .careers-sec1-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
     
    }

    /* ── Headline ── */
    .careers-sec1-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
      max-width: 1100px;
    }

    /* ── Description ── */
    .careers-sec1-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 640px;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .careers-sec1-section {
        padding: 48px 0px 56px;
      }
      .careers-sec1-description {
        font-size: 15px;
      }
    }
    /*  */
     /* ── Section Wrapper ── */
    .careers-sec2-section {
      width: 100%;
      background: #000000;
      padding: 64px 0px 0px;
    }
 
    /* ── Top Header Row ── */
    .careers-sec2-header {
      display: flex;
      flex-direction: row;
      align-items:flex-end;
      justify-content: space-between;
      gap: 60px;
      margin-bottom: 52px;
    }
 
    /* ── Left: eyebrow + headline ── */
    .careers-sec2-header-left {
      flex: 0 0 auto;
      max-width: 420px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }
 
    .careers-sec2-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .careers-sec2-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    }
 
    /* ── Right: intro paragraph ── */
    .careers-sec2-intro {
      flex: 1 1 0;
    max-width: 620px;
    font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    padding-top: 32px;
    }
 
    /* ── Cards Grid — 4 columns ── */
    .careers-sec2-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }
 
    /* ── Single Card ── */
    .careers-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 30px 26px 34px;
      display: flex;
      flex-direction: column;
      gap: 18px;
      transition: border-color 0.25s ease;
    }
 
    .careers-sec2-card:hover {
      border-color: rgba(255, 255, 255, 0.20);
    }
 
    .careers-sec2-card-title {
      font-family: 'Barlow', sans-serif;
      font-size: 17px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.2;
    }
 
    .careers-sec2-card-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* ── Responsive ── */
    @media (max-width: 1024px) {
      .careers-sec2-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }
 
    @media (max-width: 860px) {
      .careers-sec2-header {
        flex-direction: column;
        gap: 20px;
      }
      .careers-sec2-intro {
        padding-top: 0;
        max-width: 100%;
      }
    }
 
    @media (max-width: 560px) {
      .careers-sec2-section {
        padding: 48px 0px 56px;
      }
      .careers-sec2-grid {
        grid-template-columns: 1fr;
      }
      .careers-sec2-headline {
    font-size: 25px;
      }
      .careers-sec1-headline {
    font-size: 25px;
      }
      .careers-sec4-card .careers-sec4-heading {
    font-size: 25px;
      }
      .careers-sec4-card {
            padding: 44px 0px;

      }
      .careers-sec2-header-left {
        gap: 0px;
      }
  
    .careers-sec3-section .careers-sec3-card {
    
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 44px 30px 48px;
      gap: 20px;
    }
    .careers-sec4-section .careers-sec4-card {
      padding: 40px 30px;
    }
  }
    /*  */
     /* ── Section Wrapper ── */
    .careers-sec3-section {
      width: 100%;
      max-width: 1400px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      align-items: stretch;
    }
 
    /* ── Shared Card ── */
    .careers-sec3-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 18px;
      padding: 44px 44px 48px;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

 
    /* ══════════════════════════
       LEFT CARD
    ══════════════════════════ */
    .careers-sec3-left-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    /* Bullet list */
    .careers-sec3-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
 
    .careers-sec3-list-item {
      display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    .careers-sec3-list-item::before {
      content: "•";
      color: rgba(255, 255, 255, 0.55);
      font-size: 18px;
      line-height: 1.5;
      flex-shrink: 0;
    }
 
    .careers-sec3-list-item strong {
      color: #ffffff;
      font-weight: 700;
    }
 
    /* ══════════════════════════
       RIGHT CARD
    ══════════════════════════ */
    .careers-sec3-right-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    .careers-sec3-right-description {
     font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    /* CTA Button */
    .careers-sec3-btn {
      display: inline-block;
      padding: 15px 20px;
      background: white;
      color: black;
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-decoration: none;
      align-self: flex-start;
      transition: background 0.2s ease, transform 0.15s ease;
    }
 
    .careers-sec3-btn:hover {
      background: white;
      transform: translateY(-2px);
    }
 
    /* ── Responsive ── */
    @media (max-width: 860px) {
      .careers-sec3-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 32px 20px;
      }
    }
    /*  */
     .careers-sec4-section {
      width: 100%;
      max-width: 1200px;
    }

    .careers-sec4-card {
      background:black;
      border: 1px solid #19191a;
      border-radius: 14px;
      padding: 44px 52px;
    }

    .careers-sec4-label {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
      margin-bottom: 14px;
    }

    .careers-sec4-heading {
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 0px;
      margin-bottom: 20px;
     
    }

    .careers-sec4-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 860px;
    }

/* capabilties */
  /* ── Section wrapper ── */
    .capabilities-sec1-wrapper {
      background: #000000;
      min-height: 320px;
      display: flex;
      align-items: center;
      padding: 80px 0px 0px;
      position: relative;
      overflow: hidden;
    }

    /* Subtle radial glow in top-right, matching the image */
    .capabilities-sec1-wrapper::before {
      content: '';
      position: absolute;
      top: -60px;
      right: -80px;
      width: 500px;
      height: 400px;
      
      pointer-events: none;
    }

    .capabilities-sec1-container {
      
      position: relative;
      z-index: 1;
    }

    /* ── Eyebrow label ── */
    .capabilities-sec1-eyebrow {
     font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
      margin-bottom: 20px;
    }

    /* ── Main heading ── */
    .capabilities-sec1-heading {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    }

    /* ── Body paragraphs ── */
    .capabilities-sec1-body {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .capabilities-sec1-paragraph {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    max-width: 640px;
    }
    /*  */
      /* ── Section wrapper ── */
    .capabilities-sec2-wrapper {
      background: #000000;
      padding: 0px 0px 64px;
    }
 
    /* ── Grid layout ── */
    .capabilities-sec2-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      max-width: 1400px;
      margin: 0 auto;
    }
 
    /* ── Individual card ── */
    .capabilities-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 16px;
      padding: 36px 36px 32px;
      display: flex;
      flex-direction: column;
      gap: 0;
      transition: border-color 0.25s ease, background 0.25s ease;
      cursor: pointer;
    }
 
    .capabilities-sec2-card:hover {
      background: #0a0a0a;
      border-color: rgba(255, 255, 255, 0.16);
    }
 
    /* Last card spans only left column */
    .capabilities-sec2-card--single {
      grid-column: 1 / 2;
    }
 
    /* ── Card title ── */
    .capabilities-sec2-card-title {
      font-size: 20px;
      font-weight: 700;
      color: #ffffff;
      margin-bottom: 14px;
      line-height: 1.2;
      letter-spacing: -0.01em;
    }
 
    /* ── Card description ── */
    .capabilities-sec2-card-desc {
     font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      flex: 1;
      margin-bottom: 28px;
    }
 
    /* ── View capability link ── */
    .capabilities-sec2-card-link {
      font-size: 14px;
      font-weight: 600;
      color:white;
      text-decoration: none;
      display: inline-block;
      transition: color 0.2s ease;
    }
 
    .capabilities-sec2-card-link:hover {
      color: #e8b84b;
    }
 
    /* ── Responsive ── */
    @media (max-width: 768px) {
      .capabilities-sec2-grid {
        grid-template-columns: 1fr;
      }
 
      .capabilities-sec2-card--single {
        grid-column: 1 / -1;
      }
 
      .capabilities-sec2-wrapper {
        padding: 32px 0px 48px;
      }
      .capabilities-sec2-card {
            padding: 30px 20px 32px;
      }
      .capabilities-sec3 .capabilities-sec3__card {
        padding: 2.25rem 1.0rem;
      }
     .capabilities-sec3__card .capabilities-sec3__left-heading {
    font-size: 25px;
      } 
        .capabilities-sec3__card    .capabilities-sec3__right-heading {
    font-size: 25px;
      }
      .capabilities-sec3__cta{
            font-size: 12px;
 }
 .capabilities-sec3__card .capabilities-sec3__cta {
  padding: 1.0rem 1.0rem;
 }
    }
    /*  */
      /* ── Section wrapper ── */
    .capabilities-sec3 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.25rem;
      margin: 0 auto;
      max-width: 1200px;
      width: 100%;
      background-color: #000000;
    }
 
    /* ── Shared card base ── */
    .capabilities-sec3__card {
      background: black;
      border: 1px solid rgba(255,255,255,0.07);
      border-radius: 16px;
      padding: 2.25rem 2.5rem;
    }
 
    /* ── Eyebrow label ── */
    .capabilities-sec3__eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }
 
    /* ── Left card ── */
    .capabilities-sec3__left-heading {
      font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }
 
    .capabilities-sec3__left-body {
     font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      margin-bottom: 1.75rem;
    }
 
    .capabilities-sec3__list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 0.65rem;
    }
 
    .capabilities-sec3__list-item {
      display: flex;
      align-items: flex-start;
      gap: 0.65rem;
font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    .capabilities-sec3__list-item::before {
      content: '';
      flex-shrink: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: white;
      margin-top: 7px;
    }
 
    /* ── Right card ── */
    .capabilities-sec3__right-heading {
    font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
      margin-bottom: 1rem;
    }
 
    .capabilities-sec3__right-body {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    margin-bottom: 1.75rem;
      margin-bottom: 1.5rem;
    }
 
    /* ── Callout quote box ── */
    .capabilities-sec3__callout {
      background:black;
      border: 1px solid rgba(255,255,255,0.07);
      border-left: 3px solid white;
      border-radius: 10px;
      padding: 1.25rem 1.4rem;
      margin-bottom: 1.75rem;
    }
 
    .capabilities-sec3__callout-text {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    margin-bottom: 1.75rem;
    }
 
    /* ── CTA button ── */
    .capabilities-sec3__cta {
      display: inline-block;
      background: white;
      color: #0f1623;
      font-family: 'DM Sans', sans-serif;
      font-size: 15px;
      font-weight: 500;
      padding: 0.8rem 1.75rem;
      border-radius: 999px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      transition: background 0.2s, transform 0.15s;
    }
 
    .capabilities-sec3__cta:hover {
       background: white;
      transform: translateY(-1px);
    }
 
    .capabilities-sec3__cta:active {
      transform: translateY(0);
    }
 
    /* ── Responsive ── */
    @media (max-width: 768px) {
      .capabilities-sec3 {
        grid-template-columns: 1fr;
      }
      .capabilities-sec1-heading {
    font-size: 25px;
    }
  }
  /* contact */
   /* ── Section Wrapper ── */
    .contact-section {
      width: 100%;
      background: #000000;
      padding: 200px 0px 0px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    /* ── Eyebrow ── */
    .contact-eyebrow {
      font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    color: white;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.10em;
    }

    /* ── Headline ── */
    .contact-headline {
     font-size: 40px;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    color: #ffffff;
    text-align: left;
    letter-spacing: -0.01em;
    line-height: 1.0em;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    }

    /* ── Description ── */
    .contact-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
      max-width: 800px;
      padding-bottom: 30px;
    }

    /* ── Disclaimer Badge ── */
    .contact-disclaimer {
      display: inline-block;
      align-self: flex-start;
      padding: 10px 20px;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.18);
      border-radius: 50px;
      font-family: 'Barlow', sans-serif;
      font-size: 13.5px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.50);
      line-height: 1.5;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .contact-section {
        padding: 48px 10px 56px;
        gap: 0px;
      }
      .contact-description {
        font-size: 15px;
      }
      .contact-eyebrow {
        margin-bottom: 10px;
      }
      .contact-disclaimer {
        font-size: 10px;
      }
      .over-view-body .contact-sec2-section {
        padding-top: 0px;
      }
     .contact-sec2-section .contact-sec2-card {
        padding: 36px 20px 40px;
            height:fit-content;
      }
      }
    /* ── Section Wrapper ── */
    .contact-sec2-section {
      width: 100%;
     padding-top: 100px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      align-items: start;
      padding-bottom: 100px;
    }
 
    /* ── Shared Card ── */
    .contact-sec2-card {
      background: #000000;
      border: 1px solid rgba(255, 255, 255, 0.10);
      border-radius: 16px;
      padding: 36px 32px 40px;
      display: flex;
      flex-direction: column;
      gap: 20px;
      height: 790px;
    }
 
    /* ══════════════════════════
       LEFT CARD — Speak with our team
    ══════════════════════════ */
    .contact-sec2-left-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.2;
    }
 
    .contact-sec2-left-description {
      font-family: "Avenir", sans-serif;
    font-size: 12px;
    font-weight: 100;
    color: white;
    text-align: initial;
    line-height: 1.7;
    }
 
    .contact-sec2-divider {
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.10);
      margin: 4px 0;
    }
 
    /* Contact detail rows */
    .contact-sec2-info-rows {
      display: flex;
      flex-direction: column;
      gap: 0;
    }
 
    .contact-sec2-info-row {
      display: grid;
      grid-template-columns: 100px 1fr;
      align-items: start;
      padding: 14px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      gap: 12px;
    }
 
    .contact-sec2-info-row:last-child {
      border-bottom: none;
    }
 
    .contact-sec2-info-label {
      font-family: 'Barlow', sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
    }
 
    .contact-sec2-info-value {
      font-family: 'Barlow', sans-serif;
      font-size: 14px;
      font-weight: 400;
      color: white;
      line-height: 1.55;
    }
 
    .contact-sec2-info-value--white {
      color: white;
    }
 
    .contact-sec2-left-note {
      font-family: 'Barlow', sans-serif;
      font-size: 12.5px;
      font-weight: 400;
      color: white;
      line-height: 1.65;
      margin-top: 4px;
    }
 
    /* ══════════════════════════
       RIGHT CARD — Send an enquiry
    ══════════════════════════ */
    .contact-sec2-right-title {
      font-family: 'Barlow', sans-serif;
      font-size: 18px;
      font-weight: 700;
      color: #ffffff;
      line-height: 1.2;
    }
 
    /* Form */
    .contact-sec2-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
 
    .contact-sec2-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }
 
    .contact-sec2-label {
      font-family: 'Barlow', sans-serif;
      font-size: 13.5px;
      font-weight: 400;
      color:white;
    }
 
    .contact-sec2-input,
    .contact-sec2-textarea {
      width: 100%;
      background: #0d1117;
      border: 1px solid rgba(255, 255, 255, 0.12);
      border-radius: 8px;
      padding: 12px 14px;
      font-family: 'Barlow', sans-serif;
      font-size: 14px;
      color: #ffffff;
      outline: none;
      transition: border-color 0.2s ease;
      appearance: none;
    }
 
    .contact-sec2-input::placeholder,
    .contact-sec2-textarea::placeholder {
      color: rgba(255, 255, 255, 0.20);
    }
 
    .contact-sec2-input:focus,
    .contact-sec2-textarea:focus {
      border-color: rgba(200, 151, 42, 0.55);
    }
 
    .contact-sec2-textarea {
      resize: vertical;
      min-height: 120px;
    }
 
    /* Checkbox row */
    .contact-sec2-checkbox-row {
      display: flex;
      align-items: flex-start;
      gap: 12px;
    }
 
    .contact-sec2-checkbox {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin-top: 2px;
      accent-color: #c8972a;
      cursor: pointer;
    }
 
    .contact-sec2-checkbox-label {
      font-family: 'Barlow', sans-serif;
      font-size: 13px;
      font-weight: 400;
      color:white;
      line-height: 1.65;
    }
 
    /* Submit button */
    .contact-sec2-submit-btn {
      width: 100%;
      padding: 15px;
      background:white;
      color: #1a1208;
      font-family: 'Barlow', sans-serif;
      font-size: 15px;
      font-weight: 700;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-align: center;
      transition: background 0.2s ease, transform 0.15s ease;
    }
 
    .contact-sec2-submit-btn:hover {
      background:white;
      transform: translateY(-1px);
    }
 
    /* Success message note */
    .contact-sec2-success-note {
      font-family: 'Barlow', sans-serif;
      font-size: 12px;
      font-weight: 400;
      color: white;
      line-height: 1.5;
    }
 
    /* ── Responsive ── */
    @media (max-width: 760px) {
      .contact-sec2-section {
        grid-template-columns: 1fr;
      }
      body {
        padding: 32px 16px;
      }
      .contact-headline {
    font-size: 25px;
      }
    }
        @media (max-width: 767px) {
    .over-view-body {
        width: 100%;
        gap: 3vh;
        padding: 2px 0px;
        margin: 0 auto;
    }
}