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

    :root {
      --orange:       #B35000;
      --orange-dark:  #9E4800;
      --orange-light: #FEF3EC;
      --orange-faint: #FDF9F6;
      --charcoal:     #111111;
      --charcoal-2:   #1C1C1C;
      --slate:        #1B2A3B;
      --slate-2:      #243446;
      --white:        #FFFFFF;
      --off-white:    #FAFAF8;
      --warm-gray:    #F3F0EB;
      --border:       #E6E1D9;
      --border-mid:   #D1CBBC;
      --text-primary: #111111;
      --text-body:    #3A3530;
      --text-muted:   #6B6560;
      --text-subtle:  #9B9590;
      --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
      --max-w: 1160px;
      --r:    8px;
      --r-lg: 16px;
      --r-xl: 24px;
      --sh-sm: 0 1px 4px rgba(0,0,0,0.07);
      --sh-md: 0 4px 20px rgba(0,0,0,0.09);
      --sh-lg: 0 12px 40px rgba(0,0,0,0.11);
    }

    html { scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--text-primary); background: var(--white); -webkit-font-smoothing: antialiased; line-height: 1.5; }
    a { color: inherit; text-decoration: none; }
    button { cursor: pointer; font-family: var(--font); }
    .container { max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; }

    /* ── SYSTEM BAR ── */
.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #111111 0%, #1B2A3B 50%, #111111 100%);
  color: #fff;
  padding: 4.5rem 3rem 4rem;
}
.hero-bg {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 70% 90% at 85% 50%, rgba(191,87,0,0.18) 0%, transparent 65%),
                  radial-gradient(ellipse 50% 70% at 10% 80%, rgba(191,87,0,0.1) 0%, transparent 55%);
    }
    .hero-mesh {
      position: absolute; inset: 0; opacity: 0.04;
      background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
                        linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
      background-size: 36px 36px;
    }
    .hero-inner {
      max-width: var(--max-w); margin: 0 auto; padding: 0 2rem;
      position: relative; z-index: 2;
      display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
    }
    .hero-eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(191,87,0,0.2); border: 1px solid rgba(191,87,0,0.35); color: #f9a875; padding: 0.35rem 0.9rem; border-radius: 20px; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 1.25rem; }
    .hero-title { font-size: 2.8rem; font-weight: 800; color: #fff; line-height: 1.12; letter-spacing: -0.03em; margin-bottom: 1.25rem; }
    .hero-title span { color: #f9a875; }
    .hero-mission { font-size: 1.05rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 2rem; }
    .hero-stats { display: flex; gap: 1rem; flex-wrap: wrap; }
    .stat-chip { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 10px; padding: 0.75rem 1.25rem; text-align: center; }
    .stat-chip-num { font-size: 1.5rem; font-weight: 800; color: #fff; line-height: 1; }
    .stat-chip-label { font-size: 0.72rem; color: rgba(255,255,255,0.55); margin-top: 0.25rem; font-weight: 500; }

    /* Hero right: priority mosaic */
    .hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
    .hero-value-card {
      background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
      border-radius: var(--r-lg); padding: 1.25rem; transition: background .2s;
    }
    .hero-value-card:hover { background: rgba(255,255,255,0.11); }
    .hero-value-icon { font-size: 1.5rem; margin-bottom: 0.5rem; }
    .hero-value-name { font-size: 0.85rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem; }
    .hero-value-desc { font-size: 0.73rem; color: rgba(255,255,255,0.5); line-height: 1.5; }
    .hero-value-card.accent {
      background: rgba(191,87,0,0.2); border-color: rgba(191,87,0,0.4); grid-column: span 2;
    }

    /* ── SECTION BASE ── */
    section { padding: 5rem 0; }
    .section-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.75rem; }
    .section-title { font-size: 2rem; font-weight: 800; color: var(--text-primary); line-height: 1.2; letter-spacing: -0.025em; margin-bottom: 1rem; }
    .section-body { font-size: 1rem; color: var(--text-body); line-height: 1.7; max-width: 680px; }
    .section-header { margin-bottom: 3rem; }
    .section-header-split { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
    .btn-link { color: var(--orange); font-weight: 600; font-size: 0.85rem; }
    .btn-link:hover { text-decoration: underline; }

    /* ── QUICK SUMMARY BAND ── */
    section.summary-band { background: var(--warm-gray); padding: 3.5rem 0; }
    .summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .summary-card {
      background: var(--white); border: 1px solid var(--border); border-radius: var(--r-xl);
      padding: 1.75rem; display: flex; gap: 1.1rem; align-items: flex-start;
      transition: box-shadow .15s;
    }
    .summary-card:hover { box-shadow: var(--sh-md); }
    .summary-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--orange-light); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
    .summary-card h3 { font-size: 0.93rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.35rem; }
    .summary-card p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; }

    /* ── PRIORITY CARDS (main grid) ── */
    section.priorities-section { background: var(--white); }
    .priority-filter { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
    .filter-btn {
      padding: 0.35rem 0.85rem; border-radius: 20px; font-size: 0.78rem; font-weight: 600;
      border: 1.5px solid var(--border); background: var(--white); color: var(--text-muted);
      cursor: pointer; transition: all .15s;
    }
    .filter-btn:hover { border-color: var(--orange); color: var(--orange); }
    .filter-btn.active { background: var(--orange); border-color: var(--orange); color: #fff; }

    .priority-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .priority-card {
      border: 1.5px solid var(--border); border-radius: var(--r-xl); padding: 2rem;
      transition: box-shadow .15s, border-color .15s, transform .15s;
      display: flex; flex-direction: column;
    }
    .priority-card:hover { box-shadow: var(--sh-md); border-color: var(--border-mid); transform: translateY(-2px); }
    .priority-card.featured { border-color: rgba(191,87,0,0.3); background: rgba(191,87,0,0.02); }
    .priority-badge { display: inline-block; padding: 0.22rem 0.7rem; border-radius: 20px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; margin-bottom: 1.1rem; }
    .badge-ai     { background: rgba(191,87,0,0.12); color: var(--orange); }
    .badge-infra  { background: rgba(37,99,235,0.1);  color: #2563eb; }
    .badge-sec    { background: rgba(220,38,38,0.1);   color: #dc2626; }
    .badge-data   { background: rgba(124,58,237,0.1);  color: #7c3aed; }
    .badge-cx     { background: rgba(5,150,105,0.1);   color: #059669; }
    .badge-people { background: rgba(217,119,6,0.1);   color: #d97706; }
    .priority-num { font-size: 0.72rem; font-weight: 700; color: var(--text-subtle); letter-spacing: 0.08em; margin-bottom: 0.6rem; }
    .priority-card h3 { font-size: 1.07rem; font-weight: 800; color: var(--text-primary); line-height: 1.3; margin-bottom: 0.75rem; letter-spacing: -0.015em; }
    .priority-card .summary { font-size: 0.87rem; color: var(--text-body); line-height: 1.65; margin-bottom: 1.25rem; }
    .priority-investments { margin-bottom: 1.5rem; }
    .investments-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-subtle); margin-bottom: 0.6rem; }
    .investment-list { display: flex; flex-direction: column; gap: 0.4rem; }
    .investment-item { display: flex; gap: 0.5rem; align-items: flex-start; font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; }
    .investment-item::before { content: '→'; color: var(--orange); font-weight: 700; flex-shrink: 0; margin-top: 0.05rem; }
    /* ── ALIGNMENT SECTION (dark band) ── */
    section.alignment-section {
      background: var(--charcoal); padding: 5rem 0; position: relative; overflow: hidden;
    }
    .alignment-bg {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 60% 100% at 100% 50%, rgba(191,87,0,0.12) 0%, transparent 60%);
    }
    .alignment-section .section-label { color: #f9a875; }
    .alignment-section .section-title { color: #fff; }
    .alignment-section .section-body { color: rgba(255,255,255,0.65); }
    .alignment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; position: relative; z-index: 2; margin-top: 3rem; }
    .alignment-card {
      background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
      border-radius: var(--r-xl); padding: 2rem;
      transition: background .2s, transform .2s;
    }
    .alignment-card:hover { background: rgba(255,255,255,0.09); transform: translateY(-2px); }
    .alignment-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(191,87,0,0.25); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; }
    .alignment-card h3 { font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.65rem; line-height: 1.35; }
    .alignment-card p { font-size: 0.86rem; color: rgba(255,255,255,0.6); line-height: 1.65; }
    .alignment-link { display: inline-block; margin-top: 1rem; font-size: 0.82rem; font-weight: 600; color: #f9a875; }
    .alignment-link:hover { text-decoration: underline; }

    /* ── GOVERNANCE / ACCOUNTABILITY SECTION ── */
    section.governance-section { background: var(--off-white); }
    .gov-layout { display: grid; grid-template-columns: 1fr 1.6fr; gap: 5rem; align-items: start; }
    .gov-intro .section-title { margin-bottom: 1.25rem; }
    .gov-intro .section-body { margin-bottom: 2rem; }
    .gov-cta-group { display: flex; flex-direction: column; gap: 0.75rem; }
    .btn-primary-md { background: var(--orange); color: #fff; padding: 0.75rem 1.6rem; border-radius: 8px; font-size: 0.88rem; font-weight: 700; transition: background .15s; display: inline-block; }
    .btn-primary-md:hover { background: var(--orange-dark); }
    .btn-outline-md { border: 1.5px solid var(--border-mid); color: var(--text-body); padding: 0.75rem 1.6rem; border-radius: 8px; font-size: 0.88rem; font-weight: 600; transition: border-color .15s, color .15s; display: inline-block; }
    .btn-outline-md:hover { border-color: var(--orange); color: var(--orange); }
    .cadence-list { display: flex; flex-direction: column; gap: 1rem; }
    .cadence-item {
      background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg);
      padding: 1.25rem 1.5rem; display: flex; gap: 1.25rem; align-items: flex-start;
      transition: box-shadow .15s;
    }
    .cadence-item:hover { box-shadow: var(--sh-sm); }
    .cadence-freq {
      background: var(--orange); color: #fff; border-radius: var(--r);
      padding: 0.3rem 0.7rem; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.08em;
      text-transform: uppercase; white-space: nowrap; flex-shrink: 0; margin-top: 0.1rem;
    }
    .cadence-item h4 { font-size: 0.9rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.2rem; }
    .cadence-item p { font-size: 0.81rem; color: var(--text-muted); line-height: 1.55; }

    /* ── CONTACT CTA BAND ── */
    section.cta-band {
      background: var(--slate); padding: 4.5rem 0; position: relative; overflow: hidden;
    }
    .cta-bg {
      position: absolute; inset: 0;
      background: radial-gradient(ellipse 80% 120% at 50% 100%, rgba(191,87,0,0.15) 0%, transparent 60%);
    }
    .cta-inner { position: relative; z-index: 2; max-width: var(--max-w); margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; }
    .cta-inner h2 { font-size: 2rem; font-weight: 800; color: #fff; letter-spacing: -0.025em; margin-bottom: 0.75rem; }
    .cta-inner p { font-size: 1rem; color: rgba(255,255,255,0.65); line-height: 1.65; max-width: 560px; }
    .cta-actions { display: flex; flex-direction: column; gap: 0.75rem; align-items: flex-start; }
    .btn-primary-lg { background: var(--orange); color: #fff; padding: 0.9rem 2rem; border-radius: 8px; font-size: 0.9rem; font-weight: 700; transition: background .15s; display: inline-block; white-space: nowrap; }
    .btn-primary-lg:hover { background: var(--orange-dark); }
    .btn-outline-white { border: 1.5px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.8); padding: 0.9rem 2rem; border-radius: 8px; font-size: 0.9rem; font-weight: 600; transition: border-color .15s, color .15s; display: inline-block; white-space: nowrap; }
    .btn-outline-white:hover { border-color: rgba(255,255,255,0.7); color: #fff; }

    /* ── FOOTER ── */
    /* ── ANIMATIONS ── */
    .fade-up { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
    .fade-up.visible { opacity: 1; transform: none; }
    .fade-up:nth-child(2) { transition-delay: 0.08s; }
    .fade-up:nth-child(3) { transition-delay: 0.16s; }
    .fade-up:nth-child(4) { transition-delay: 0.24s; }
    .fade-up:nth-child(5) { transition-delay: 0.32s; }
    .fade-up:nth-child(6) { transition-delay: 0.40s; }
