html, body { background: #0C0B0A; color: #F5F0E8; font-family: 'Inter Tight', sans-serif; }
    .font-display { font-family: 'Fraunces', serif; font-variation-settings: 'opsz' 144, 'SOFT' 80, 'wght' 500; letter-spacing: -0.02em; }
    .font-mono { font-family: 'IBM Plex Mono', monospace; }

    .grain::before { content:""; position:fixed; inset:0; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E"); opacity:0.05; pointer-events:none; z-index:1; mix-blend-mode:overlay; }

    .drift { position:absolute; border-radius:50%; filter:blur(80px); pointer-events:none; opacity:0.5; will-change:transform; }
    @keyframes drift1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(80px,-40px) scale(1.15); } }
    @keyframes drift2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-60px,50px) scale(0.85); } }
    .drift-a { animation: drift1 14s ease-in-out infinite; }
    .drift-b { animation: drift2 18s ease-in-out infinite; }

    .card { background: linear-gradient(180deg, rgba(245,240,232,0.02) 0%, rgba(245,240,232,0) 100%); border: 1px solid #2A2620; transition: border-color 250ms ease; }
    .divider { height:1px; background: linear-gradient(90deg, transparent, #2a2620, transparent); }
    ::selection { background: #00D68F; color: #0C0B0A; }

    .reveal { opacity: 0; transform: translateY(14px); transition: opacity .9s cubic-bezier(.22,1,.36,1), transform .9s cubic-bezier(.22,1,.36,1); }
    .reveal.is-in { opacity: 1; transform: none; }

    .mega-panel { position:absolute; top:calc(100% + 8px); left:50%; transform:translateX(-50%) translateY(-6px); opacity:0; pointer-events:none; transition:opacity 220ms ease, transform 220ms ease; }
    .mega-panel::before { content:""; position:absolute; top:-28px; left:-48px; right:-48px; height:32px; }
    .mega-trigger { }
    .mega-trigger:hover .mega-panel,
    .mega-trigger:focus-within .mega-panel,
    .mega-trigger.is-open .mega-panel,
    .mega-panel:hover { opacity:1; pointer-events:auto; transform:translateX(-50%) translateY(0); }.magnet { will-change: transform; transition: transform 300ms cubic-bezier(0.22, 1, 0.36, 1); }

    .breadcrumb { display: flex; align-items: center; gap: 8px; font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #6B6761; padding: 88px 0 8px; }
    .breadcrumb a { color: #9B968C; transition: color .2s; }
    .breadcrumb a:hover { color: #00D68F; }
    .breadcrumb .sep { color: #3A342B; }
    .breadcrumb .current { color: #F5F0E8; }

    /* Hero pillar marquee */
    .pillar-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
    .pillar-track { display: flex; gap: 64px; animation: marquee 36s linear infinite; width: max-content; }
    @keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    .pillar-item { font-family: 'Fraunces', serif; font-style: italic; font-variation-settings: 'wght' 500, 'SOFT' 80; font-size: clamp(40px, 6vw, 84px); color: rgba(245,240,232,0.4); letter-spacing: -0.03em; line-height: 1; white-space: nowrap; }
    .pillar-dot { width: 14px; height: 14px; border-radius: 50%; background: #00D68F; align-self: center; flex-shrink: 0; }

    /* Big stats */
    .stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: #2A2620; border-radius: 18px; overflow: hidden; border: 1px solid #2A2620; }
    @media (max-width: 800px) { .stat-strip { grid-template-columns: repeat(2, 1fr); } }
    .stat { background: #0E0D0C; padding: 36px 32px; min-width: 0; }
    .stat .v { font-family: 'Fraunces', serif; font-style: italic; font-variation-settings: 'wght' 500, 'SOFT' 80; color: #00D68F; font-size: clamp(34px, 6vw, 80px); line-height: 1; letter-spacing: -0.03em; word-break: break-word; }
    .stat .k { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: #9B968C; margin-top: 14px; }
    @media (max-width: 480px) {
      .stat { padding: 24px 18px; }
      .stat .v { font-size: clamp(28px, 8vw, 40px); }
      .stat .k { font-size: 9px; letter-spacing: 0.14em; margin-top: 10px; }
    }

    /* Values, big-type */
    .values-stack { display: grid; gap: 1px; background: #2A2620; border-radius: 22px; overflow: hidden; border: 1px solid #2A2620; }
    .value-row {
      display: grid;
      grid-template-columns: 110px 1.4fr 1fr;
      align-items: center;
      gap: 32px;
      background: #0C0B0A;
      padding: 36px 36px;
      transition: background .3s ease;
      cursor: default;
    }
    .value-row:hover { background: linear-gradient(90deg, rgba(0,214,143,0.04), rgba(0,214,143,0)); }
    @media (max-width: 800px) { .value-row { grid-template-columns: 1fr; gap: 12px; padding: 28px 24px; } }
    .value-num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.22em; color: #6B6761; }
    .value-h { font-family: 'Fraunces', serif; font-variation-settings: 'wght' 500; font-size: clamp(34px, 4.5vw, 60px); color: #F5F0E8; line-height: 1; letter-spacing: -0.02em; }
    .value-h em { font-style: italic; color: #00D68F; font-variation-settings: 'wght' 500, 'SOFT' 80; }
    .value-strap { color: #9B968C; font-size: 14px; line-height: 1.55; }
    .value-row:hover .value-h em { transform: translateX(4px); display: inline-block; transition: transform .3s; }

    /* Team */
    .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 260px)); gap: 16px; justify-content: center; }
    @media (max-width: 540px) { .team-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } }
    .person { border: 1px solid #2A2620; border-radius: 18px; overflow: hidden; background: #0E0D0C; transition: border-color .25s, transform .35s cubic-bezier(.22,1,.36,1); }
    .person:hover { border-color: rgba(0,214,143,0.45); transform: translateY(-2px); }
    .person-avatar { aspect-ratio: 4/5; display: grid; place-items: center; background: radial-gradient(120% 80% at 30% 20%, rgba(0,214,143,0.18), transparent 60%), linear-gradient(180deg, #1B1815 0%, #141210 100%); position: relative; overflow: hidden; }
    .person-avatar::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(12,11,10,0.5)); pointer-events: none; }
    .person-initials { font-family: 'Fraunces', serif; font-style: italic; font-variation-settings: 'wght' 500, 'SOFT' 80; font-size: clamp(60px, 9vw, 96px); color: rgba(245,240,232,0.6); letter-spacing: -0.03em; }
    .person-meta { padding: 18px 20px; }
    .person-name { font-family: 'Fraunces', serif; font-variation-settings: 'wght' 500; font-size: 19px; color: #F5F0E8; }
    .person-role { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; color: #00D68F; margin-top: 5px; }

    /* Cities */
    .cities { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; background: #2A2620; border: 1px solid #2A2620; border-radius: 22px; overflow: hidden; }
    @media (max-width: 800px) { .cities { grid-template-columns: 1fr; } }
    .city {
      position: relative; overflow: hidden;
      background: #0C0B0A;
      padding: 50px 44px 44px;
      min-height: 320px;
      display: flex; flex-direction: column; justify-content: space-between;
      transition: background .3s;
    }
    .city:hover { background: linear-gradient(180deg, rgba(0,214,143,0.04), rgba(0,214,143,0)); }
    .city::before {
      content: ""; position: absolute; inset: 0;
      background-repeat: no-repeat; background-position: 110% -30%; background-size: 70%;
      opacity: 0.16;
      pointer-events: none;
    }
    .city.doha::before { background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 100'%3E%3Cpath d='M10 90 L20 90 L20 70 L30 70 L30 90 L40 90 L40 50 L48 30 L56 50 L56 90 L65 90 L65 60 L75 60 L75 90 L85 90 L85 35 L95 25 L105 35 L105 90 L115 90 L115 55 L125 55 L125 90 L135 90 L135 45 L145 30 L155 45 L155 90 L165 90 L165 70 L175 70 L175 90' fill='none' stroke='%2300D68F' stroke-width='1'/%3E%3Cpath d='M48 30 L48 25 M95 25 L95 18 M145 30 L145 22' stroke='%2300D68F' stroke-width='1'/%3E%3C/svg%3E"); }
    .city-flag { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: #00D68F; }
    .city-name { font-family: 'Fraunces', serif; font-variation-settings: 'wght' 500; font-size: clamp(60px, 8vw, 100px); color: #F5F0E8; line-height: 1; margin: 14px 0; letter-spacing: -0.03em; }
    .city-coords { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #6B6761; letter-spacing: 0.08em; }
    .city-foot { display: flex; gap: 20px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #2A2620; font-size: 12px; color: #9B968C; flex-wrap: wrap; }

    /* Reach badge */
    .reach-badge {
      display: inline-flex; align-items: center; gap: 10px;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid rgba(0,214,143,0.35);
      background: rgba(0,214,143,0.06);
      color: #F5F0E8;
      font-family: 'IBM Plex Mono', monospace;
      font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
    }
    .reach-badge .glow { width: 8px; height: 8px; border-radius: 50%; background: #00D68F; box-shadow: 0 0 0 4px rgba(0,214,143,0.18); animation: pulse 2.4s ease-in-out infinite; }
    @keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:0.4; } }

    /* Brand wall */
    .brand-wall-track { display: flex; gap: 56px; align-items: center; animation: marquee 50s linear infinite; width: max-content; }
    .brand-wall { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
    .brand-wall span { font-family: 'Fraunces', serif; font-style: italic; font-variation-settings: 'wght' 400, 'SOFT' 80; font-size: 28px; color: rgba(245,240,232,0.4); letter-spacing: -0.01em; white-space: nowrap; }
    .brand-wall .sep { color: #3A342B; font-style: normal; font-size: 16px; }

    a:focus-visible, button:focus-visible { outline:2px solid #00D68F; outline-offset:3px; border-radius:6px; }
    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration:0.01ms !important; animation-iteration-count:1 !important; transition-duration:0.01ms !important; } .reveal { opacity:1; transform:none; } }