
    :root {
      --ink: #0b1526;
      --ink-soft: #344054;
      --muted: #667085;
      --line: #e8edf3;
      --surface: #f7f9fc;
      --surface-2: #eef5f4;
      --brand: #147a73;
      --brand-dark: #0e5f5a;
      --brand-soft: #dff3f0;
      --accent: #caa86a;
      --white: #ffffff;
      --shadow: 0 22px 70px rgba(15, 23, 42, .10);
      --radius: 24px;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "DM Sans", sans-serif;
      color: var(--ink);
      background: var(--white);
      -webkit-font-smoothing: antialiased;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    .navbar-brand {
      font-family: "Manrope", sans-serif;
    }

    a {
      text-decoration: none;
    }

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

    .navbar {
      transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
      padding-block: 1rem;
    }

    .navbar.scrolled {
      background: rgba(255, 255, 255, .92);
      backdrop-filter: blur(16px);
      box-shadow: 0 10px 35px rgba(15, 23, 42, .07);
      padding-block: .65rem;
    }

    .brand-mark {
      width: 36px;
      height: 36px;
      border-radius: 12px;
      display: inline-grid;
      place-items: center;
      background: var(--ink);
      color: #fff;
      font-weight: 800;
      letter-spacing: -.04em;
    }

    .navbar-brand {
      font-weight: 800;
      letter-spacing: -.03em;
    }

    .nav-link {
      color: #344054;
      font-weight: 600;
      font-size: .95rem;
    }

    .nav-link:hover {
      color: var(--brand);
    }

    .btn-brand {
      background: var(--brand);
      border-color: var(--brand);
      color: #fff;
      font-weight: 700;
      border-radius: 999px;
      padding: .85rem 1.25rem;
      box-shadow: 0 12px 26px rgba(20, 122, 115, .20);
    }

    .btn-brand:hover {
      background: var(--brand-dark);
      border-color: var(--brand-dark);
      color: #fff;
      transform: translateY(-1px);
    }

    .btn-outline-ink {
      border: 1px solid #ccd5df;
      color: var(--ink);
      font-weight: 700;
      border-radius: 999px;
      padding: .85rem 1.25rem;
      background: #fff;
    }

    .btn-outline-ink:hover {
      border-color: var(--ink);
      background: var(--ink);
      color: #fff;
    }

    .hero {
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding: 9rem 0 5rem;
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 82% 22%, rgba(20, 122, 115, .16), transparent 30%),
        radial-gradient(circle at 10% 95%, rgba(202, 168, 106, .12), transparent 28%),
        linear-gradient(180deg, #fbfcfe 0%, #fff 100%);
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: .45;
      background-image: linear-gradient(rgba(11, 21, 38, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(11, 21, 38, .04) 1px, transparent 1px);
      background-size: 48px 48px;
      mask-image: linear-gradient(to bottom, #000, transparent 85%);
    }

    .hero .container {
      position: relative;
      z-index: 2;
    }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      font-size: .78rem;
      font-weight: 800;
      letter-spacing: .10em;
      text-transform: uppercase;
      color: var(--brand);
      background: var(--brand-soft);
      border-radius: 999px;
      padding: .55rem .8rem;
    }

    .hero h1 {
      font-size: clamp(3.1rem, 7vw, 6.8rem);
      line-height: .94;
      letter-spacing: -.065em;
      font-weight: 800;
    }

    .hero h1 span {
      color: var(--brand);
    }

    .hero-lead {
      max-width: 720px;
      font-size: clamp(1.1rem, 1.6vw, 1.35rem);
      line-height: 1.6;
      color: var(--ink-soft);
    }

    .micro-proof {
      color: var(--muted);
      font-size: .9rem;
    }

    .hero-panel {
      border-radius: 30px;
      padding: 1.15rem;
      background: rgba(255, 255, 255, .72);
      border: 1px solid rgba(255, 255, 255, .92);
      box-shadow: var(--shadow);
      backdrop-filter: blur(16px);
      position: relative;
    }

    .hero-panel-inner {
      border-radius: 23px;
      background: var(--ink);
      color: #fff;
      padding: 0;
      min-height: 560px;
      position: relative;
      overflow: hidden;
    }

    .hero-panel-inner::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(180deg, rgba(11, 21, 38, .08) 18%, rgba(11, 21, 38, .30) 48%, rgba(11, 21, 38, .96) 100%);
    }

    .hero-panel-inner::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 23px;
      pointer-events: none;
    }

    .profile-photo {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 20%;
      position: absolute;
      inset: 0;
    }

    .photo-placeholder-note {
      position: absolute;
      top: 1.25rem;
      right: 1.25rem;
      z-index: 3;
      padding: .45rem .7rem;
      border-radius: 999px;
      background: rgba(11, 21, 38, .72);
      color: #fff;
      font-size: .75rem;
      font-weight: 700;
      backdrop-filter: blur(10px);
    }

    .role-card {
      position: absolute;
      left: 2rem;
      right: 2rem;
      bottom: 2rem;
      z-index: 3;
    }

    .role-card .company {
      color: #8de3d8;
      font-weight: 800;
      letter-spacing: .03em;
    }

    .capability-pill {
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, .13);
      color: #d5dde7;
      border-radius: 999px;
      padding: .45rem .7rem;
      margin: .25rem .18rem .25rem 0;
      font-size: .78rem;
    }

    .section-pad {
      padding: 7rem 0;
    }

    .section-kicker {
      color: var(--brand);
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: .12em;
      font-size: .77rem;
    }

    .section-title {
      font-size: clamp(2.2rem, 4vw, 4rem);
      line-height: 1.05;
      letter-spacing: -.045em;
      font-weight: 800;
    }

    .section-intro {
      color: var(--muted);
      font-size: 1.1rem;
      line-height: 1.75;
      max-width: 750px;
    }

    .facet-card,
    .credential-card {
      height: 100%;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      padding: 1.6rem;
      background: #fff;
      transition: .25s ease;
      position: relative;
      overflow: hidden;
    }

    .facet-card:hover,
    .credential-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
      border-color: #d7e0e9;
    }

    .icon-box {
      width: 48px;
      height: 48px;
      display: grid;
      place-items: center;
      border-radius: 15px;
      background: var(--surface-2);
      color: var(--brand);
      font-size: 1.25rem;
    }

    .facet-card h3 {
      font-size: 1.15rem;
      font-weight: 800;
      margin-top: 1.3rem;
    }

    .facet-card p {
      color: var(--muted);
      margin: 0;
      line-height: 1.65;
    }

    .profile-feature {
      border: 1px solid var(--line);
      border-radius: 28px;
      padding: 1rem;
      background: var(--surface);
    }

    .profile-photo-frame,
    .ogs-photo-frame {
      position: relative;
      overflow: hidden;
      border-radius: 22px;
      min-height: 340px;
      background: #dfe5ea;
    }

    .profile-photo-frame img,
    .ogs-photo-frame img {
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      object-fit: cover;
    }

    .profile-photo-frame img {
      object-position: center 25%;
    }

    .profile-summary {
      padding: clamp(1.25rem, 3vw, 2.5rem);
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .profile-chip {
      display: inline-block;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 999px;
      padding: .55rem .8rem;
      color: var(--ink-soft);
      font-size: .82rem;
      font-weight: 700;
    }

    .photo-tag {
      position: absolute;
      left: 1rem;
      bottom: 1rem;
      z-index: 2;
      background: rgba(255, 255, 255, .92);
      color: var(--ink);
      border-radius: 999px;
      padding: .45rem .7rem;
      font-size: .72rem;
      font-weight: 800;
    }

    .bridge-section {
      background: var(--surface);
    }

    .bridge-visual {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 30px;
      padding: 1.25rem;
      box-shadow: var(--shadow);
    }

    .bridge-core {
      min-height: 500px;
      background: linear-gradient(145deg, #0b1526, #13243c);
      border-radius: 24px;
      padding: 2rem;
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .bridge-core::before {
      content: "";
      position: absolute;
      inset: auto -12% -30% 20%;
      height: 65%;
      background: radial-gradient(circle, rgba(20, 122, 115, .55), transparent 65%);
    }

    .flow-item {
      position: relative;
      z-index: 2;
      padding: 1rem 1.1rem;
      border: 1px solid rgba(255, 255, 255, .10);
      background: rgba(255, 255, 255, .055);
      border-radius: 18px;
    }

    .flow-number {
      color: #8de3d8;
      font-weight: 800;
      font-size: .8rem;
    }

    .flow-item strong {
      display: block;
      margin-top: .2rem;
    }

    .flow-arrow {
      text-align: center;
      color: #8de3d8;
      font-size: 1.25rem;
      margin: .35rem 0;
    }

    .ogs-section {
      background: var(--ink);
      color: #fff;
      position: relative;
      overflow: hidden;
    }

    .ogs-section::before {
      content: "";
      position: absolute;
      width: 680px;
      height: 680px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(20, 122, 115, .42), transparent 68%);
      top: -260px;
      right: -180px;
    }

    .ogs-section .section-kicker {
      color: #82ddd2;
    }

    .ogs-section .section-intro {
      color: #c7d1dc;
    }

    .ogs-card {
      height: 100%;
      border: 1px solid rgba(255, 255, 255, .10);
      border-radius: 22px;
      padding: 1.4rem;
      background: rgba(255, 255, 255, .045);
    }

    .ogs-card i {
      color: #82ddd2;
      font-size: 1.4rem;
    }

    .ogs-card h3 {
      font-size: 1.05rem;
      margin: 1rem 0 .5rem;
    }

    .ogs-card p {
      color: #aebac8;
      margin: 0;
      font-size: .95rem;
    }

    .ogs-responsibilities {
      border-left: 3px solid #82ddd2;
      padding-left: 1.25rem;
      color: #e6edf5;
      line-height: 1.65;
    }

    .ogs-responsibilities i {
      color: #82ddd2;
    }

    .ogs-photo-frame {
      min-height: 250px;
      border: 1px solid rgba(255, 255, 255, .10);
    }

    .ogs-photo-frame::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 50%, rgba(11, 21, 38, .55));
    }

    .photo-tag-dark {
      background: rgba(11, 21, 38, .80);
      color: #fff;
    }

    .timeline {
      position: relative;
    }

    .timeline::before {
      content: "";
      position: absolute;
      left: 17px;
      top: 10px;
      bottom: 10px;
      width: 2px;
      background: var(--line);
    }

    .timeline-item {
      position: relative;
      padding-left: 58px;
      padding-bottom: 2rem;
    }

    .timeline-dot {
      position: absolute;
      left: 8px;
      top: 5px;
      width: 20px;
      height: 20px;
      border: 5px solid #fff;
      background: var(--brand);
      border-radius: 50%;
      box-shadow: 0 0 0 1px #cfd8e3;
    }

    .timeline-item h3 {
      font-size: 1.05rem;
      font-weight: 800;
      margin-bottom: .3rem;
    }

    .timeline-item .period {
      color: var(--brand);
      font-size: .85rem;
      font-weight: 800;
    }

    .timeline-item p {
      color: var(--muted);
      margin: .45rem 0 0;
    }

    .credential-card .label {
      color: var(--muted);
      font-size: .78rem;
      text-transform: uppercase;
      letter-spacing: .08em;
      font-weight: 800;
    }

    .credential-card h3 {
      margin: .7rem 0 .4rem;
      font-size: 1.08rem;
    }

    .credential-card p {
      color: var(--muted);
      margin: 0;
      font-size: .92rem;
    }

    .contact-box {
      border-radius: 32px;
      padding: clamp(2rem, 5vw, 4.3rem);
      background: linear-gradient(135deg, #eff8f6 0%, #f8fafc 56%, #fff7ea 100%);
      border: 1px solid #e4ecec;
    }

    .contact-box h2 {
      font-size: clamp(2.4rem, 5vw, 4.6rem);
      letter-spacing: -.055em;
      line-height: 1;
      font-weight: 800;
    }

    .contact-detail {
      display: flex;
      align-items: center;
      gap: .75rem;
      color: var(--ink-soft);
      font-weight: 600;
    }

    .contact-detail i {
      color: var(--brand);
    }

    footer {
      border-top: 1px solid var(--line);
      color: var(--muted);
    }

    .social-link {
      width: 42px;
      height: 42px;
      border: 1px solid var(--line);
      display: inline-grid;
      place-items: center;
      border-radius: 50%;
      color: var(--ink);
    }

    .social-link:hover {
      color: #fff;
      background: var(--ink);
      border-color: var(--ink);
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      transition: opacity .65s ease, transform .65s ease;
    }

    .reveal.in-view {
      opacity: 1;
      transform: translateY(0);
    }

    .text-balance {
      text-wrap: balance;
    }

    @media (max-width: 991.98px) {
      .navbar {
        background: rgba(255, 255, 255, .95);
        backdrop-filter: blur(14px);
      }

      .hero {
        padding-top: 8rem;
        min-height: auto;
      }

      .hero h1 {
        max-width: 760px;
      }

      .hero-panel {
        margin-top: 2rem;
      }

      .hero-panel-inner {
        min-height: 470px;
      }
    }

    @media (max-width: 575.98px) {
      .section-pad {
        padding: 5rem 0;
      }

      .hero h1 {
        font-size: 3.15rem;
      }

      .hero-panel-inner {
        padding: 0;
        min-height: 470px;
      }

      .role-card {
        left: 1.35rem;
        right: 1.35rem;
        bottom: 1.35rem;
      }

      .contact-box {
        border-radius: 24px;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
      }

      .reveal {
        opacity: 1;
        transform: none;
      }
    }
    
  