    .molde {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif !important;
      font-weight: 900 !important;
      letter-spacing: 0.5px !important;
    }

    /* ─── RESET ─── */
    *,
    *::before,
    *::after {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
      background: #fff;
      color: #2D2A32;
      overflow-x: hidden;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    button {
      cursor: pointer;
    }

    /* ─── DESIGN TOKENS (exact from Figma JSON) ─── */
    :root {
      --navy: #04185C;
      /* nav, hero bg tint */
      --navy2: #012E89;
      /* sections, footer right */
      --orange: #FF6B35;
      /* accent, footer left */
      --yellow: #FFD23F;
      /* accent */
      --cream: #FAEFDD;
      /* impact bg, link color */
      --dark: #2D2A32;
      --white: #FFFFFF;
    }

    /* ─── PAGE SYSTEM ─── */
    .page {
      display: none;
    }

    .page.active {
      display: block;
    }

    /* ════════════════════════════════════════
   NAV — 80px height (from JSON: height:80)
════════════════════════════════════════ */
    .nav {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      background: var(--navy);
      height: 80px;
      display: flex;
      align-items: center;
      padding: 0 40px;
    }

    /* KEYS EMPOWERS logo — 90×56, left-aligned, white */
    .nav-logo {
      width: 90px;
      flex-shrink: 0;
      display: flex;
      flex-direction: column;
      line-height: 1;
      cursor: pointer;
    }

    .nav-logo .k {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 40px;
      color: #fff;
      letter-spacing: 1px;
      line-height: 1;
    }

    .nav-logo .e {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 400;
      font-size: 12.5px;
      color: #fff;
      letter-spacing: 3px;
      opacity: 0.75;
      line-height: 1.2;
    }

    /* Nav links — 838px group, centered, #faefdd, 16px Helvetica Neue Medium */
    .nav-links {
      flex: 1;
      display: flex;
      justify-content: center;
      gap: 40px;
      list-style: none;
    }

    .nav-links a {
      font-size: 16px;
      font-weight: 500;
      color: var(--cream);
      letter-spacing: 0;
      cursor: pointer;
      transition: opacity .2s;
      white-space: nowrap;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    }

    .nav-links a:hover {
      opacity: 0.7;
    }

    /* Contact button — 117×37, cornerRadius:25, stroke #ff6b35, text #faefdd 16px */
    .nav-contact {
      width: 117px;
      height: 37px;
      border-radius: 25px;
      border: 1px solid var(--orange);
      background: transparent;
      color: var(--cream);
      font-size: 16px;
      font-weight: 500;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      cursor: pointer;
      transition: all .2s;
    }

    .nav-contact:hover {
      background: rgba(255, 107, 53, 0.15);
    }

    /* Hamburger */
    .hamburger {
      display: none;
      background: none;
      border: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      padding: 4px;
    }

    .hamburger span {
      width: 24px;
      height: 2px;
      background: #fff;
      display: block;
    }

    /* Mobile drawer */
    .mob-menu {
      display: none;
      position: fixed;
      top: 80px;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--navy);
      z-index: 999;
      flex-direction: column;
      padding: 40px 32px;
      gap: 28px;
    }

    .mob-menu.open {
      display: flex;
    }

    .mob-menu a {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 28px;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer;
    }

    /* ════════════════════════════════════════
   HOME PAGE
════════════════════════════════════════ */

    /* Right-edge graphic bars — 55px wide, stacked orange/yellow/navy */
    .page-wrap {
      position: relative;
    }

    .graphic-bars {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      width: 55px;
      display: flex;
      flex-direction: column;
      pointer-events: none;
      height: 100%;
    }

    .bar-orange {
      width: 100%;
      height: 50%;
      background: var(--orange);
    }

    .bar-yellow {
      width: 100%;
      height: 50%;
      background: var(--yellow);
    }

    .bar-navy {
      position: absolute;
      width: 55px;
      height: 100%;
      background: var(--navy);
    }

    .who .bar-navy {
      top: 0;
      right: 0;
    }

    .what .bar-navy {
      top: 0;
      left: 0;
    }

    /* ── HERO — 1921×824, full-bleed image ── */
    .hero {
      position: relative;
      width: 100%;
      height: calc(100vh - 80px);
      min-height: 560px;
      max-height: 824px;
      overflow: hidden;
      margin-top: 80px;
      display: flex;
      align-items: flex-end;
    }

    .hero-img {
      position: absolute;
      inset: 0;
      z-index: 0;
      /* Real photo as bg-image, with overlay for text legibility */
      /* background handled by inline style */
      background-size: cover;
      background-position: center;
    }

    /* EMPOWERS text — 1126×240, fontSize:250, Molde Condensed-Heavy (→ Barlow Condensed 900) */
    .hero-title {
      position: relative;
      z-index: 3;
      text-align: center;
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: clamp(120px, 13vw, 220px);
      color: #fff;
      text-transform: uppercase;
      line-height: 0.9;
      letter-spacing: -2px;
      padding: 0 0 80px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      animation: fadeUp .7s ease both;
    }

    .hero-title .btn-row {
      display: flex;
      gap: 0;
      margin-top: 40px;
      justify-content: center;
    }

    /* Hero buttons — 245×60 flat rectangles, no radius */
    /* Left: #012e89 bg, yellow text "OPPORTUNITIES" */
    .hero-btn-navy {
      width: 245px;
      height: 60px;
      background: var(--navy2);
      border: none;
      color: var(--yellow);
      font-size: 20px;
      font-weight: 500;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
      text-transform: uppercase;
      cursor: pointer;
      transition: filter .2s;
      letter-spacing: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-btn-navy:hover {
      filter: brightness(1.15);
    }

    /* Right: #ffd23f bg, navy text "JOIN WITH US" */
    .hero-btn-yellow {
      width: 245px;
      height: 60px;
      background: var(--yellow);
      border: none;
      color: var(--navy);
      font-size: 20px;
      font-weight: 500;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
      text-transform: uppercase;
      cursor: pointer;
      transition: filter .2s;
      letter-spacing: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .hero-btn-yellow:hover {
      filter: brightness(1.05);
    }

    @keyframes fadeUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ── WHO WE ARE — height:442, orange 1134px left + photo 789px right ── */
    .who {
      display: flex;
      height: 442px;
      overflow: hidden;
      position: relative;
    }

    .who-text {
      /* orange bg, width proportional ~59% */
      flex: 0 0 59%;
      background: var(--orange);
      padding: 60px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* "Who we are" — 703×80, fontSize:50, Molde Condensed-Heavy, white, UPPER */
    .who-text h2 {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 50px;
      color: #fff;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 20px;
      letter-spacing: -0.5px;
    }

    /* body — 732×131, fontSize:16, Helvetica Neue Medium, white, lineHeight:20 */
    .who-text p {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      line-height: 20px;
      max-width: 732px;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    }

    .who-photo {
      flex: 0 0 41%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
    }

    /* ── WHAT WE DO — height:441, full #012e89, photo left 788px ── */
    .what {
      display: flex;
      height: 441px;
      overflow: hidden;
      background: var(--navy2);
      position: relative;
    }

    .what-photo {
      flex: 0 0 41%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0;
    }

    .what-text {
      flex: 0 0 59%;
      padding: 60px 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    /* "What we do" — 703×112, fontSize:50, Molde, white, UPPER */
    .what-text h2 {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 50px;
      color: #fff;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 16px;
      letter-spacing: -0.5px;
    }

    /* body — 727×54, 16px, Helvetica Neue Medium, white, lineHeight:20 */
    .what-text p {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
      line-height: 20px;
      max-width: 727px;
      margin-bottom: 32px;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    }

    /* JOIN MOVEMENT — 225×60, #ffd23f bg, navy text, 20px */
    .btn-join-movement {
      width: 225px;
      height: 60px;
      background: var(--yellow);
      border: none;
      color: var(--navy);
      font-size: 20px;
      font-weight: 500;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
      text-transform: uppercase;
      cursor: pointer;
      transition: filter .2s;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .btn-join-movement:hover {
      filter: brightness(1.05);
    }

    /* ── COLLECTION — 4 × 480×480 ── */
    .collection {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      height: 480px;
      overflow: hidden;
    }

    .coll-cell {
      position: relative;
      overflow: hidden;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .coll-cell img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .4s;
    }

    .coll-cell:hover img {
      transform: scale(1.04);
    }

    .coll-cell .coll-bg {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 96px;
    }

    /* "Collection" text — 448×99, fontSize:65, Helvetica Neue UltraLight (weight:100), #faefdd, UPPER */
    .coll-label {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 65px;
      font-weight: 100;
      color: var(--cream);
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: 'Barlow Condensed', sans-serif;
      pointer-events: none;
      opacity: 0.9;
    }

    .coll-cell-overlay {
      position: absolute;
      inset: 0;
      background: rgba(4, 24, 92, 0);
      transition: background .3s;
    }

    .coll-cell:hover .coll-cell-overlay {
      background: rgba(4, 24, 92, 0.25);
    }

    /* ── IMPACT — height:358, #faefdd ── */
    .impact {
      height: 358px;
      background: var(--cream);
      display: flex;
      align-items: center;
      padding: 0 80px;
      gap: 16%;
    }

    /* "our impact" — 455×120, fontSize:100, Molde Condensed-Heavy, #04185c, UPPER */
    .impact-title {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 100px;
      color: var(--navy);
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: -1px;
      flex-shrink: 0;
    }

    .impact-stats {
      display: flex;
      gap: 60px;
      align-items: center;
      flex: 1;
      justify-content: space-between;
    }

    .impact-stat {
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: 220px;
    }

    /* Numbers — 291×94, fontSize:100, Helvetica Neue Condensed Black (900) */
    .impact-num {
      font-size: 100px;
      font-weight: 900;
      line-height: 1;
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
    }

    .impact-num.c-orange {
      color: var(--orange);
    }

    .impact-num.c-navy2 {
      color: var(--navy2);
    }

    /* Labels — 203×102, fontSize:35, Helvetica Neue 67 Medium Condensed (500), #04185c, UPPER */
    .impact-lbl {
      font-size: 35px;
      font-weight: 600;
      color: var(--navy);
      text-transform: uppercase;
      line-height: 1.2;
      text-align: center;
      font-family: 'Barlow Condensed', sans-serif;
      margin-top: 4px;
    }

    /* ── FOOTER — height:98 ── */
    /* Left: #ff6b35, width:1192 (~62%); Right: #012e89 */
    .site-footer {
      height: 98px;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    .footer-left {
      background: var(--orange);
      flex: 0 0 62%;
      height: 100%;
      display: flex;
      align-items: center;
      padding: 0 40px 0 80px;
      gap: 48px;
    }

    /* "EMPOWERS" — 185×58, fontSize:40, Molde Condensed-Heavy, white */
    .footer-logo {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 40px;
      color: #fff;
      flex-shrink: 0;
      letter-spacing: 0;
      line-height: 1;
    }

    /* Footer nav — 653×20, fontSize:16, Helvetica Neue Medium, #faefdd */
    .footer-nav {
      display: flex;
      gap: 32px;
      flex-wrap: wrap;
      align-items: center;
    }

    .footer-nav a {
      font-size: 16px;
      font-weight: 500;
      color: var(--cream);
      cursor: pointer;
      transition: opacity .2s;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
      white-space: nowrap;
    }

    .footer-nav a:hover {
      opacity: 0.7;
    }

    .footer-right {
      background: var(--navy2);
      flex: 1;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0 80px 0 40px;
      gap: 32px;
    }

    /* Social icons — white SVG icons */
    .social-row {
      display: flex;
      gap: 20px;
      align-items: center;
    }

    .social-ico {
      color: #fff;
      cursor: pointer;
      opacity: 0.85;
      transition: opacity .2s;
      display: flex;
      align-items: center;
    }

    .social-ico:hover {
      opacity: 1;
    }

    .social-ico svg {
      width: 20px;
      height: 20px;
      fill: #fff;
    }

    /* Footer contact button — same as nav: 117×37, r:25, stroke #ff6b35, #faefdd text */
    .footer-contact {
      width: 117px;
      height: 37px;
      border-radius: 25px;
      border: 1px solid var(--orange);
      background: transparent;
      color: var(--cream);
      font-size: 16px;
      font-weight: 500;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all .2s;
      flex-shrink: 0;
    }

    .footer-contact:hover {
      background: rgba(255, 107, 53, 0.15);
    }

    /* ════════════════════════════════════════
   INNER PAGE HERO
════════════════════════════════════════ */
    .inner-hero {
      background: var(--navy);
      padding: 80px 120px 64px;
      margin-top: 80px;
      position: relative;
      overflow: hidden;
    }

    .inner-hero::after {
      content: '';
      position: absolute;
      right: -80px;
      top: -80px;
      width: 500px;
      height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 210, 63, .06) 0%, transparent 70%);
      pointer-events: none;
    }

    .inner-hero .bc {
      font-size: 12px;
      color: rgba(255, 255, 255, .4);
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 24px;
      font-family: 'Helvetica Neue', sans-serif;
      font-weight: 500;
    }

    .inner-hero h1 {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: clamp(64px, 8vw, 112px);
      color: #fff;
      text-transform: uppercase;
      line-height: .9;
      letter-spacing: -1.5px;
    }

    .inner-hero h1 .y {
      color: var(--yellow);
    }

    .inner-hero h1 .o {
      color: var(--orange);
    }

    .inner-hero .sub {
      font-size: 16px;
      font-weight: 500;
      color: rgba(255, 255, 255, .7);
      line-height: 24px;
      max-width: 600px;
      margin-top: 24px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .accent-bar {
      height: 5px;
      background: linear-gradient(90deg, var(--orange), var(--yellow), var(--orange));
    }

    /* ════════════════════════════════════════
   SHARED UTILITY
════════════════════════════════════════ */
    .section-pad {
      padding: 72px 120px;
    }

    .section-pad-sm {
      padding: 56px 120px;
    }

    .s-eyebrow {
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 4px;
      text-transform: uppercase;
      margin-bottom: 12px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .s-h2 {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 52px;
      text-transform: uppercase;
      line-height: 1;
      letter-spacing: -0.5px;
      margin-bottom: 20px;
    }

    .s-body {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #444;
      font-family: 'Helvetica Neue', sans-serif;
    }

    /* buttons */
    .btn-navy {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--navy);
      color: #fff;
      border: none;
      padding: 0 28px;
      height: 50px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      cursor: pointer;
      font-family: 'Helvetica Neue', sans-serif;
      transition: filter .2s;
    }

    .btn-navy:hover {
      filter: brightness(1.15);
    }

    .btn-orange {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: var(--orange);
      color: #fff;
      border: none;
      padding: 0 28px;
      height: 50px;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      cursor: pointer;
      font-family: 'Helvetica Neue', sans-serif;
      transition: filter .2s;
    }

    .btn-orange:hover {
      filter: brightness(1.05);
    }

    .btn-outline-cream {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: transparent;
      color: #fff;
      border: 1.5px solid rgba(255, 255, 255, .4);
      padding: 0 24px;
      height: 46px;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      cursor: pointer;
      font-family: 'Helvetica Neue', sans-serif;
      transition: all .2s;
    }

    .btn-outline-cream:hover {
      border-color: #fff;
    }

    /* ── Newsletter strip ── */
    .nl {
      background: var(--yellow);
      padding: 52px 80px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      flex-wrap: wrap;
    }

    .nl h3 {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: clamp(28px, 3vw, 44px);
      color: var(--navy);
      text-transform: uppercase;
      line-height: 1;
    }

    .nl p {
      font-size: 16px;
      color: var(--navy);
      margin-top: 6px;
      opacity: .75;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .nl-form {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }

    .nl-form input {
      padding: 0 18px;
      height: 48px;
      border: 1.5px solid var(--navy);
      font-size: 15px;
      font-family: 'Helvetica Neue', sans-serif;
      background: rgba(255, 255, 255, .65);
      outline: none;
      min-width: 260px;
    }

    .nl-form button {
      height: 48px;
      padding: 0 24px;
      background: var(--navy);
      color: #fff;
      border: none;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      cursor: pointer;
      font-family: 'Helvetica Neue', sans-serif;
      transition: background .2s;
    }

    .nl-form button:hover {
      background: var(--orange);
    }

    /* ── About ── */
    .about-grid {
      padding: 72px 120px;
      background: #fff;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
    }

    .about-grid h2 {
      color: var(--navy);
    }

    .about-grid p {
      font-size: 16px;
      line-height: 26px;
      color: #444;
      margin-bottom: 14px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .pull-q {
      margin-top: 28px;
      padding: 24px 28px;
      background: var(--cream);
      border-left: 4px solid var(--orange);
    }

    .pull-q p {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 22px;
      color: var(--navy);
      line-height: 1.35;
      margin: 0;
    }

    .pull-q cite {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--orange);
      margin-top: 12px;
      font-style: normal;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .vals {
      background: var(--cream);
      padding: 72px 120px;
    }

    .vals .s-h2 {
      color: var(--navy);
      margin-bottom: 40px;
    }

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

    .val-card {
      background: #fff;
      padding: 28px 24px;
      border-top: 4px solid var(--orange);
      transition: transform .25s;
    }

    .val-card:nth-child(2) {
      border-top-color: var(--yellow);
    }

    .val-card:nth-child(3) {
      border-top-color: var(--navy);
    }

    .val-card:nth-child(4) {
      border-top-color: var(--dark);
    }

    .val-card:hover {
      transform: translateY(-4px);
    }

    .val-icon {
      font-size: 32px;
      margin-bottom: 14px;
    }

    .val-card h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 20px;
      color: var(--navy);
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .val-card p {
      font-size: 14px;
      color: #666;
      line-height: 22px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .leads {
      padding: 72px 120px;
      background: #fff;
    }

    .leads .s-h2 {
      color: var(--navy);
      margin-bottom: 40px;
    }

    .leads-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }

    .lead-card {
      text-align: center;
    }

    .lead-av {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      margin: 0 auto 16px;
      background: var(--navy);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 32px;
      color: #fff;
      border: 3px solid var(--orange);
    }

    .lead-card h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: var(--navy);
      text-transform: uppercase;
    }

    .lead-card .role {
      font-size: 12px;
      color: var(--orange);
      font-weight: 600;
      margin: 4px 0 10px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .lead-card p {
      font-size: 14px;
      color: #666;
      line-height: 22px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .partners {
      background: var(--navy2);
      padding: 60px 120px;
    }

    .partners h2 {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 44px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .partners .sub {
      font-size: 15px;
      color: rgba(255, 255, 255, .55);
      margin-bottom: 32px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .pills {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .pill {
      background: rgba(255, 255, 255, .07);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 100px;
      padding: 9px 22px;
      color: rgba(255, 255, 255, .7);
      font-size: 13px;
      font-weight: 500;
      font-family: 'Helvetica Neue', sans-serif;
    }

    /* ── Programs ── */
    .prog-body {
      padding: 56px 120px;
      background: #fafafa;
    }

    .prog-intro-p {
      font-size: 16px;
      line-height: 26px;
      color: #555;
      max-width: 640px;
      margin-top: 12px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .prog-grid {
      padding: 0 120px 80px;
      background: #fafafa;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
    }

    .prog-card {
      background: #fff;
      overflow: hidden;
      transition: transform .3s, box-shadow .3s;
    }

    .prog-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
    }

    .prog-band {
      height: 6px;
    }

    .pb-o {
      background: var(--orange);
    }

    .pb-y {
      background: var(--yellow);
    }

    .pb-n {
      background: var(--navy);
    }

    .pb-d {
      background: var(--dark);
    }

    .prog-inner {
      padding: 28px 32px;
    }

    .prog-tag {
      display: inline-block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 12px;
      background: var(--cream);
      color: var(--navy);
      margin-bottom: 10px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .prog-inner h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 26px;
      color: var(--navy);
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .prog-inner p {
      font-size: 15px;
      color: #555;
      line-height: 24px;
      margin-bottom: 18px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .prog-meta {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .prog-meta span {
      font-size: 13px;
      color: #888;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .prog-link {
      display: inline-block;
      margin-top: 16px;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--orange);
      border-bottom: 1.5px solid var(--orange);
      padding-bottom: 1px;
      cursor: pointer;
      font-family: 'Helvetica Neue', sans-serif;
    }

    /* ── Get Involved ── */
    .inv-cards {
      padding: 56px 120px;
      background: #fafafa;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .inv-card {
      background: var(--cream);
      padding: 36px 28px;
      text-align: center;
      transition: all .3s;
      cursor: pointer;
    }

    .inv-card:hover {
      background: var(--navy);
    }

    .inv-card:hover h3,
    .inv-card:hover p {
      color: #fff;
    }

    .inv-card .ico {
      font-size: 44px;
      margin-bottom: 18px;
    }

    .inv-card h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 26px;
      color: var(--navy);
      text-transform: uppercase;
      margin-bottom: 10px;
      transition: color .3s;
    }

    .inv-card p {
      font-size: 15px;
      color: #555;
      line-height: 23px;
      margin-bottom: 22px;
      transition: color .3s;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .contact-body {
      padding: 72px 120px;
      background: var(--cream);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
    }

    .contact-body h2 {
      color: var(--navy);
    }

    .contact-body>div>p {
      font-size: 16px;
      color: #555;
      line-height: 26px;
      margin-bottom: 28px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .info-r {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      margin-bottom: 18px;
    }

    .info-ico {
      font-size: 20px;
      flex-shrink: 0;
      margin-top: 2px;
    }

    .info-t strong {
      display: block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--navy);
      margin-bottom: 3px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .info-t span {
      font-size: 15px;
      color: #555;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .cf {
      background: #fff;
      padding: 36px;
    }

    .cf h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 28px;
      color: var(--navy);
      text-transform: uppercase;
      margin-bottom: 24px;
    }

    .fr2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    .fg {
      margin-bottom: 18px;
    }

    .fg label {
      display: block;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--navy);
      margin-bottom: 6px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .fg input,
    .fg select,
    .fg textarea {
      width: 100%;
      padding: 11px 14px;
      border: 1.5px solid #e0e0e0;
      font-size: 15px;
      font-family: 'Helvetica Neue', sans-serif;
      outline: none;
      transition: border-color .2s;
      background: #fafafa;
    }

    .fg input:focus,
    .fg select:focus,
    .fg textarea:focus {
      border-color: var(--orange);
      background: #fff;
    }

    .fg textarea {
      resize: vertical;
      min-height: 110px;
    }

    /* ── Healing Village ── */
    .vill-body {
      padding: 72px 120px;
      background: #fafafa;
      display: grid;
      grid-template-columns: 1.1fr 1fr;
      gap: 64px;
    }

    .vill-body h2 {
      color: var(--navy);
    }

    .vill-body h2 .o {
      color: var(--orange);
    }

    .vill-body p {
      font-size: 16px;
      line-height: 26px;
      color: #444;
      margin-bottom: 14px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .v-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 8px;
    }

    .v-stat {
      background: var(--navy);
      padding: 22px;
      text-align: center;
    }

    .v-stat .n {
      font-family: 'Bebas Neue', 'Barlow Condensed', sans-serif;
      font-weight: 900;
      font-size: 44px;
      color: var(--yellow);
      line-height: 1;
    }

    .v-stat .l {
      font-size: 10px;
      font-weight: 700;
      color: rgba(255, 255, 255, .55);
      letter-spacing: 2.5px;
      text-transform: uppercase;
      margin-top: 4px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .prog-bar-sec {
      padding: 56px 120px;
      background: var(--cream);
    }

    .prog-bar-sec h2 {
      color: var(--navy);
      margin-bottom: 36px;
    }

    .pb-wrap {
      margin-bottom: 16px;
    }

    .pb-lbl {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      font-weight: 500;
      color: #666;
      margin-bottom: 7px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .pb-track {
      height: 7px;
      background: rgba(4, 24, 92, .1);
      overflow: hidden;
    }

    .pb-fill {
      height: 100%;
      background: linear-gradient(90deg, var(--orange), var(--yellow));
    }

    .tl-sec {
      padding: 72px 120px;
      background: #fff;
    }

    .tl-sec h2 {
      color: var(--navy);
      margin-bottom: 40px;
    }

    .tl {
      position: relative;
      max-width: 720px;
    }

    .tl::before {
      content: '';
      position: absolute;
      left: 19px;
      top: 0;
      bottom: 0;
      width: 2px;
      background: linear-gradient(to bottom, var(--orange), var(--yellow));
    }

    .tl-item {
      display: flex;
      gap: 28px;
      margin-bottom: 36px;
    }

    .tl-dot {
      width: 40px;
      height: 40px;
      flex-shrink: 0;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      position: relative;
      z-index: 1;
    }

    .tl-dot.dn {
      background: var(--orange);
    }

    .tl-dot.ac {
      background: var(--yellow);
    }

    .tl-dot.up {
      background: rgba(4, 24, 92, .15);
      border: 2px solid rgba(4, 24, 92, .2);
    }

    .tl-bd {
      background: #f9f9f9;
      padding: 20px 24px;
      flex: 1;
      border-left: 3px solid transparent;
    }

    .tl-bd.dn {
      border-left-color: var(--orange);
    }

    .tl-bd.ac {
      border-left-color: var(--yellow);
    }

    .tl-date {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 4px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .tl-bd.ac .tl-date {
      color: goldenrod;
    }

    .tl-bd h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: var(--navy);
      text-transform: uppercase;
      margin-bottom: 4px;
    }

    .tl-bd p {
      font-size: 13px;
      color: #666;
      line-height: 20px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .svc-sec {
      padding: 72px 120px;
      background: var(--navy2);
    }

    .svc-sec h2 {
      color: #fff;
      margin-bottom: 40px;
    }

    .svc-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }

    .svc {
      background: rgba(255, 255, 255, .05);
      border: 1px solid rgba(255, 255, 255, .1);
      padding: 26px;
      transition: all .3s;
    }

    .svc:hover {
      background: rgba(255, 107, 53, .12);
      border-color: var(--orange);
    }

    .svc-ico {
      font-size: 32px;
      margin-bottom: 14px;
    }

    .svc h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 6px;
    }

    .svc p {
      font-size: 13px;
      color: rgba(255, 255, 255, .6);
      line-height: 20px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    /* ── Updates ── */
    .upd-body {
      padding: 56px 120px 80px;
      background: #fafafa;
    }

    .tab-row {
      display: flex;
      gap: 4px;
      margin-bottom: 44px;
      background: var(--cream);
      width: fit-content;
      padding: 4px;
    }

    .tab {
      padding: 10px 22px;
      border: none;
      background: transparent;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      cursor: pointer;
      color: #666;
      transition: all .2s;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .tab.on {
      background: var(--navy);
      color: #fff;
    }

    .upd-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .upd {
      background: #fff;
      overflow: hidden;
      transition: transform .3s, box-shadow .3s;
      cursor: pointer;
    }

    .upd:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 32px rgba(0, 0, 0, .1);
    }

    .upd-img {
      height: 190px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 56px;
      position: relative;
    }

    .upd-badge {
      position: absolute;
      top: 10px;
      left: 10px;
      background: var(--orange);
      color: #fff;
      font-size: 9px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 4px 10px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .upd-bd {
      padding: 20px 24px;
    }

    .upd-date {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: var(--orange);
      margin-bottom: 6px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .upd-bd h3 {
      font-family: 'Barlow Condensed', sans-serif;
      font-weight: 700;
      font-size: 19px;
      color: var(--navy);
      text-transform: uppercase;
      margin-bottom: 6px;
    }

    .upd-bd p {
      font-size: 13px;
      color: #666;
      line-height: 20px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .press {
      background: var(--cream);
      padding: 60px 120px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 32px;
      flex-wrap: wrap;
    }

    .press h2 {
      color: var(--navy);
    }

    .press p {
      font-size: 15px;
      color: #555;
      max-width: 420px;
      line-height: 23px;
      margin-top: 8px;
      font-family: 'Helvetica Neue', sans-serif;
    }

    .press-btns {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
    }

    /* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
    @media(max-width:1400px) {
      .impact {
        height: auto;
        padding: 50px 80px;
        gap: 30px;
        flex-direction: column;
      }

    }

    @media(max-width:1100px) {
      .graphic-bars {
        display: none;
      }

      .impact {
        padding: 0 60px;
      }

      .impact-stats {
        gap: 32px;
      }

      .impact-title {
        font-size: 72px;
      }

      .impact-num {
        font-size: 72px;
      }

      .section-pad,
      .section-pad-sm,
      .about-grid,
      .vals,
      .leads,
      .partners,
      .prog-body,
      .contact-body,
      .vill-body,
      .prog-bar-sec,
      .tl-sec,
      .svc-sec,
      .upd-body,
      .press,
      .inv-cards,
      .nl {
        padding-left: 48px;
        padding-right: 48px;
      }

      .prog-grid {
        padding-left: 48px;
        padding-right: 48px;
      }

      .inner-hero {
        padding-left: 48px;
        padding-right: 48px;
      }
    }

    @media(max-width:900px) {
      .nav {
        justify-content: space-between;
      }

      .nav-links,
      .nav-contact {
        display: none;
      }

      .hamburger {
        display: flex;
      }

      .hero-title {
        font-size: clamp(64px, 14vw, 160px);
        padding: 0 28px 48px;
      }

      .hero-btn-navy,
      .hero-btn-yellow {
        width: 180px;
        height: 52px;
        font-size: 16px;
      }

      .who,
      .what {
        flex-direction: column;
        height: auto;
      }

      .who-text,
      .what-text {
        padding: 50px 40px 50px 85px;
      }

      .who-photo,
      .what-photo {
        height: 260px;
        flex: none;
      }

      .what {
        flex-direction: column-reverse;
      }

      .collection {
        grid-template-columns: 1fr 1fr;
        height: auto;
      }

      .coll-cell {
        height: 360px;
      }

      .coll-label {
        font-size: 42px;
      }

      .impact {
        flex-wrap: wrap;
        height: auto;
        padding: 48px 28px;
        gap: 32px;
      }

      .impact-title {
        font-size: 56px;
        flex: 0 0 100%;
      }

      .impact-stats {
        flex-wrap: wrap;
        gap: 28px;
      }

      .impact-stat {
        min-width: 140px;
      }

      .impact-num {
        font-size: 72px;
      }

      .impact-lbl {
        font-size: 24px;
      }

      .site-footer {
        flex-direction: column;
        height: auto;
      }

      .footer-left {
        flex: none;
        width: 100%;
        padding: 24px 28px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
      }

      .footer-right {
        flex: none;
        width: 100%;
        justify-content: flex-start;
        padding: 20px 28px;
      }

      .about-grid,
      .contact-body,
      .vill-body {
        grid-template-columns: 1fr;
        padding: 48px 28px;
        gap: 32px;
      }

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

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

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

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

      .prog-grid {
        grid-template-columns: 1fr;
        padding: 0 28px 56px;
      }

      .inv-cards {
        grid-template-columns: 1fr;
        padding: 40px 28px;
      }

      .nl {
        padding: 40px 28px;
        flex-direction: column;
        align-items: flex-start;
      }

      .nl-form input {
        min-width: unset;
        width: 100%;
      }

      .nl-form {
        flex-direction: column;
        width: 100%;
      }

      .vals,
      .leads,
      .partners,
      .prog-body,
      .prog-bar-sec,
      .tl-sec,
      .svc-sec,
      .upd-body,
      .press,
      .section-pad,
      .section-pad-sm {
        padding: 48px 28px;
      }

      .inner-hero {
        padding: 48px 28px 40px;
      }

      .press {
        flex-direction: column;
      }

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

      .bar-navy {
        width: 40px;
      }
    }

    @media (max-width: 500px) {
      .collection {
        grid-template-columns: 1fr;
        height: auto;
      }

      .impact-stat {
        min-width: 100%;
      }

      .bar-navy {
        display: none;
      }

      .who-text,
      .what-text {
        padding: 48px 40px;
      }
    }