/*
Theme Name: NiS Africa
Theme URI: https://nisafrica.net
Description: Custom multi-page theme for NiS Africa — Network for Innovation & Sustainability in Africa. Dark cinematic design converted from the NiS Africa prototype (Libre Baskerville + League Spartan, Three.js globe, D3 world map, animated org chart).
Author: NiS Africa
Version: 1.0.20
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nisafrica
*/

/* ====================================================================
   1. PROTOTYPE STYLES (verbatim from nis-africa-prototype-v26.html)
   ==================================================================== */
  * { margin: 0; padding: 0; box-sizing: border-box; }
  :root {
    --navy: #1A206D; --navy-deep: #131845; --navy-darker: #0d1133;
    --red: #FF3131; --white: #FFFFFF; --off-white: #f5f5f0; --black: #000000;
    --text-dim: rgba(255,255,255,0.72); --text-faint: rgba(255,255,255,0.48);
    --glass-bg: rgba(255,255,255,0.04); --glass-border: rgba(255,255,255,0.1);
    --glass-border-strong: rgba(255,255,255,0.2);
    --serif: 'Libre Baskerville', Georgia, serif;
    --sans: 'League Spartan', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  html { scroll-behavior: smooth; }
  body { font-family: var(--serif); color: var(--white); line-height: 1.7; background: var(--navy-deep); overflow-x: hidden; min-height: 100vh; cursor: none; font-size: 16px; }

  /* ===== CURSOR ===== */
  .cursor-core, .cursor-ring, .cursor-reticle { position: fixed; pointer-events: none; z-index: 9999; left: 0; top: 0; will-change: transform; }
  .cursor-core { width: 4px; height: 4px; background: var(--red); border-radius: 50%; box-shadow: 0 0 8px var(--red), 0 0 16px var(--red), 0 0 24px rgba(255,49,49,0.4); transition: width .2s, height .2s, background .2s; }
  .cursor-ring { width: 44px; height: 44px; transition: width .3s cubic-bezier(.23,1,.32,1), height .3s cubic-bezier(.23,1,.32,1); }
  .cursor-ring svg { width: 100%; height: 100%; animation: ringSpin 6s linear infinite; }
  @keyframes ringSpin { from { transform: rotate(0); } to { transform: rotate(360deg); } }
  .cursor-ring .ring-segment { fill: none; stroke: rgba(255,49,49,0.7); stroke-width: 1; }
  .cursor-ring .ring-notch { stroke: var(--red); stroke-width: 1.5; }
  .cursor-reticle { width: 28px; height: 28px; transition: width .25s, height .25s, opacity .25s; }
  .cursor-reticle svg { width: 100%; height: 100%; }
  .cursor-reticle .bracket { fill: none; stroke: rgba(255,255,255,0.6); stroke-width: 1; }
  .cursor-ring.hover { width: 72px; height: 72px; }
  .cursor-ring.hover .ring-segment { stroke: var(--red); stroke-width: 1.3; }
  .cursor-reticle.hover { width: 56px; height: 56px; }
  .cursor-reticle.hover .bracket { stroke: var(--red); stroke-width: 1.5; }
  .cursor-core.hover { width: 6px; height: 6px; background: var(--white); box-shadow: 0 0 12px var(--red), 0 0 24px var(--red), 0 0 36px rgba(255,49,49,0.6); }
  @media (max-width:900px),(pointer:coarse) { body { cursor: auto; } .cursor-core,.cursor-ring,.cursor-reticle { display: none; } }

  /* ===== BG ===== */
  .bg-gradient { position: fixed; inset: 0; background: radial-gradient(ellipse at 20% 10%, rgba(26,32,109,0.6) 0%, transparent 50%), radial-gradient(ellipse at 80% 90%, rgba(26,32,109,0.5) 0%, transparent 50%), linear-gradient(180deg, var(--navy-darker) 0%, var(--navy-deep) 50%, var(--navy-darker) 100%); z-index: -3; }
  #particleCanvas { position: fixed; inset: 0; z-index: -2; opacity: 0.4; }
  .orb { position: fixed; border-radius: 50%; filter: blur(120px); z-index: -1; will-change: transform; }
  .orb-1 { width: 500px; height: 500px; background: rgba(26,32,109,0.4); top: 5%; right: -10%; }
  .orb-2 { width: 400px; height: 400px; background: rgba(255,49,49,0.08); bottom: 10%; left: -5%; }

  /* ===== NAV ===== */
  nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; padding: 16px 50px; display: flex; justify-content: space-between; align-items: center; background: rgba(13,17,51,0.88); backdrop-filter: blur(24px) saturate(180%); -webkit-backdrop-filter: blur(24px) saturate(180%); border-bottom: 1px solid var(--glass-border); }
  .logo-block { display: flex; align-items: center; gap: 14px; cursor: none; }
  .logo-svg-wrap { width: 60px; height: 60px; transition: transform .6s cubic-bezier(.34,1.56,.64,1); flex-shrink: 0; }
  .logo-block:hover .logo-svg-wrap { transform: rotate(-6deg) scale(1.05); }
  .logo-svg-wrap svg { width: 100%; height: 100%; }
  .logo-img { width: 100%; height: 100%; object-fit: contain; display: none; }
  .logo-text-wrap { display: flex; flex-direction: column; line-height: 1; }
  .logo-text { font-family: var(--sans); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.5px; color: var(--white); }
  .logo-text .red-i { color: var(--red); }
  .logo-tag { font-family: var(--sans); font-size: 0.58rem; letter-spacing: 2.5px; color: var(--text-faint); margin-top: 4px; font-weight: 500; max-width: 220px; line-height: 1.4; }
  .nav-links { display: flex; gap: 26px; list-style: none; align-items: center; }
  .nav-links a { color: var(--text-dim); text-decoration: none; font-family: var(--sans); font-size: 0.78rem; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; transition: color .3s; cursor: none; position: relative; padding: 4px 0; }
  .nav-links a:hover, .nav-links a.active { color: var(--white); }
  .nav-links a.active::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 100%; height: 1px; background: var(--red); }
  .magnetic { transition: transform .3s cubic-bezier(.23,1,.32,1); will-change: transform; }
  .nav-cta { padding: 11px 22px; background: var(--red); color: var(--white); font-family: var(--sans); font-weight: 600; font-size: 0.75rem; text-decoration: none; transition: all .3s; cursor: none; border: none; letter-spacing: 1.8px; text-transform: uppercase; }
  .nav-cta:hover { background: var(--white); color: var(--navy); box-shadow: 0 8px 24px rgba(255,49,49,0.3); }
  .hamburger { display: none; cursor: pointer; background: none; border: none; color: white; font-size: 1.4rem; }

  /* ===== PAGES ===== */
  /* NOTE: the prototype's SPA ".page" containers (display:none until .active) are NOT used in
     this multi-page WordPress theme. ".page" collides with WordPress's "page" body class
     (added to every static Page via body_class()), which hid the entire document on About,
     Services, Ecosystem, Careers, Contact and Insights. Rules removed; keyframe kept harmless. */
  @keyframes pageIn { from { opacity: 0; } to { opacity: 1; } }

  .page-hero { padding: 170px 50px 70px; text-align: center; background: radial-gradient(ellipse at center, rgba(26,32,109,0.5) 0%, transparent 70%), var(--black); border-bottom: 1px solid var(--glass-border); position: relative; overflow: hidden; }
  .page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 100%, rgba(255,49,49,0.08) 0%, transparent 60%); }
  .page-hero-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }
  .page-hero-tag { font-family: var(--sans); font-size: 0.72rem; letter-spacing: 5px; color: var(--red); text-transform: uppercase; margin-bottom: 22px; font-weight: 600; }
  .page-hero h1 { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.4rem); font-weight: 400; line-height: 1.15; margin-bottom: 22px; letter-spacing: -0.5px; }
  .page-hero h1 .italic { font-style: italic; color: var(--off-white); }
  .page-hero h1 .red-accent { color: var(--red); font-style: italic; }
  .page-hero p { font-family: var(--serif); font-style: italic; font-size: 1.05rem; color: var(--text-dim); max-width: 720px; margin: 0 auto; line-height: 1.75; }

  /* ===== HOME HERO ===== */
  .hero { min-height: 100vh; display: flex; align-items: center; padding: 130px 50px 60px; position: relative; background: radial-gradient(ellipse at 70% 50%, rgba(26,32,109,0.4) 0%, transparent 60%), var(--black); overflow: hidden; }
  .hero-grid { max-width: 1400px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 2; }
  .hero-tagline { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 5px; color: var(--red); text-transform: uppercase; margin-bottom: 26px; font-weight: 600; opacity: 0; animation: fadeUp .8s ease-out .1s forwards; }
  .hero-tagline::before { content: ''; display: inline-block; width: 30px; height: 1px; background: var(--red); vertical-align: middle; margin-right: 14px; }
  .hero-tagline::after { content: ''; display: inline-block; width: 30px; height: 1px; background: var(--red); vertical-align: middle; margin-left: 14px; }
  .hero h1 { font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1.15; margin-bottom: 26px; letter-spacing: -1px; opacity: 0; animation: fadeUp .8s ease-out .2s forwards; }
  .hero h1 .italic { color: var(--off-white); font-style: italic; }
  .hero h1 .red-accent { color: var(--red); font-style: italic; }
  .hero-quote { font-family: var(--serif); font-size: 1rem; color: var(--text-dim); line-height: 1.85; margin-bottom: 32px; max-width: 560px; opacity: 0; animation: fadeUp .8s ease-out .3s forwards; }
  .hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; opacity: 0; animation: fadeUp .8s ease-out .4s forwards; }
  .btn-primary, .btn-secondary { padding: 15px 30px; font-family: var(--sans); font-weight: 600; font-size: 0.76rem; text-decoration: none; transition: all .3s; display: inline-flex; align-items: center; gap: 10px; cursor: none; border: none; letter-spacing: 2px; text-transform: uppercase; }
  .btn-primary { background: var(--red); color: var(--white); }
  .btn-primary:hover { background: var(--white); color: var(--navy); box-shadow: 0 12px 30px rgba(255,49,49,0.3); }
  .btn-secondary { background: transparent; border: 1px solid rgba(255,255,255,0.3); color: var(--white); }
  .btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,0.05); }
  .hero-visual { position: relative; aspect-ratio: 1; max-width: 540px; margin: 0 auto; opacity: 0; animation: fadeUp 1s ease-out .5s forwards; }
  .hero-africa-svg { width: 100%; height: 100%; }
  .africa-dot { fill: var(--white); opacity: 0; animation: dotIn .4s ease-out forwards; }
  .africa-dot.mauritius { fill: var(--red); animation: dotIn .4s ease-out forwards, mauritiusPulse 2.5s ease-in-out infinite 2s; }
  @keyframes dotIn { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } }
  @keyframes mauritiusPulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }

  /* ===== HERO MAP — idle ripple from Mauritius, Mauritius ping ===== */
  #heroAfrica { overflow: visible; }
  #heroAfrica .africa-dot { transform-box: fill-box; transform-origin: center; }
  #heroAfrica.idle .africa-dot:not(.mauritius) { animation: heroRipple 4.5s ease-in-out infinite; animation-delay: calc(var(--rd, 0) * 1s); }
  @keyframes heroRipple { 0%, 100% { fill: var(--white); opacity: .58; transform: scale(1); } 6% { fill: #ff4d4d; opacity: 1; transform: scale(1.65); } 20% { fill: var(--white); opacity: .58; transform: scale(1); } }
  .mu-ping { fill: none; stroke: var(--red); stroke-width: 1.2; transform-box: fill-box; transform-origin: center; opacity: 0; pointer-events: none; }
  #heroAfrica.idle .mu-ping { animation: muPing 2.8s ease-out infinite; }
  @keyframes muPing { 0% { transform: scale(.5); opacity: .75; } 70% { opacity: .12; } 100% { transform: scale(7); opacity: 0; } }
  @media (prefers-reduced-motion: reduce) {
    #heroAfrica .africa-dot, #heroAfrica .mu-ping, #heroAfrica .africa-dot.mauritius { animation: none !important; opacity: 1 !important; transform: none !important; }
  }
  @keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }

  /* ===== SECTIONS ===== */
  section { padding: 100px 50px; position: relative; }
  .container { max-width: 1280px; margin: 0 auto; }
  .section-header { text-align: center; margin-bottom: 60px; }
  .section-tag { display: inline-block; font-family: var(--sans); font-size: 0.7rem; color: var(--red); margin-bottom: 22px; font-weight: 600; letter-spacing: 5px; text-transform: uppercase; position: relative; padding: 0 50px; }
  .section-tag::before, .section-tag::after { content: ''; position: absolute; top: 50%; width: 30px; height: 1px; background: var(--red); }
  .section-tag::before { left: 0; }
  .section-tag::after { right: 0; }
  .section-header h2 { font-family: var(--serif); font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 400; margin-bottom: 18px; letter-spacing: -0.5px; line-height: 1.2; }
  .section-header h2 .italic { font-style: italic; color: var(--off-white); }
  .section-header h2 .red-accent { color: var(--red); font-style: italic; }
  .section-header p { font-family: var(--serif); font-size: 1rem; color: var(--text-dim); max-width: 740px; margin: 0 auto; line-height: 1.8; }

  /* ===== METRICS (Home) ===== */
  .metrics-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); background: var(--black); border: 1px solid var(--glass-border-strong); }
  .metric { padding: 44px 24px; text-align: center; border-right: 1px solid var(--glass-border); position: relative; }
  .metric:last-child { border-right: none; }
  .metric-number { font-family: var(--sans); font-size: 3rem; font-weight: 700; color: var(--red); letter-spacing: -2px; line-height: 1; margin-bottom: 10px; }
  .metric-label { font-family: var(--sans); font-size: 0.74rem; color: var(--text-dim); letter-spacing: 2px; text-transform: uppercase; font-weight: 500; }
  .metric-sublabel { font-family: var(--serif); font-style: italic; font-size: 0.78rem; color: var(--text-faint); margin-top: 6px; }

  /* ===== PILLARS ===== */
  .pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; background: var(--glass-border-strong); border: 1px solid var(--glass-border-strong); }
  .pillar-card { padding: 40px 32px; background: var(--navy-darker); transition: all .4s; cursor: none; position: relative; }
  .pillar-card:hover { background: var(--black); transform: translateY(-2px); }
  .pillar-card::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: var(--red); transition: width .4s; }
  .pillar-card:hover::before { width: 60px; }
  .pillar-num { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 3px; font-weight: 700; margin-bottom: 20px; display: block; }
  .pillar-card h3 { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; margin-bottom: 10px; line-height: 1.3; }
  .pillar-role { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
  .pillar-card p { color: var(--text-dim); font-size: 0.92rem; line-height: 1.75; margin-bottom: 16px; }
  .pillar-link { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; cursor: none; transition: gap .3s; }
  .pillar-link:hover { gap: 12px; }

  /* ===== WHY ===== */
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .why-card { padding: 44px 32px; background: var(--black); border: 1px solid var(--glass-border-strong); transition: all .4s; text-align: center; }
  .why-card:hover { border-color: var(--red); transform: translateY(-4px); }
  .why-icon { width: 56px; height: 56px; border: 1px solid var(--red); display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; color: var(--red); }
  .why-icon svg { width: 26px; height: 26px; }
  .why-card h4 { font-family: var(--serif); font-size: 1.18rem; margin-bottom: 14px; font-weight: 400; font-style: italic; line-height: 1.35; }
  .why-card p { color: var(--text-dim); font-size: 0.92rem; line-height: 1.75; }
  .section-tag.plain::before, .section-tag.plain::after { display: none; }

  /* ===== CLIENT SECTORS ===== */
  .sectors-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; max-width: 1000px; margin: 0 auto; }
  .sector-item { padding: 26px 30px; background: var(--black); border-left: 3px solid var(--red); transition: all .3s; }
  .sector-item:hover { background: var(--navy-darker); transform: translateX(4px); }
  .sector-item h5 { font-family: var(--serif); font-size: 1rem; font-weight: 400; font-style: italic; line-height: 1.4; }

  /* ===== TAX TABLE ===== */
  .tax-table { background: var(--black); border: 1px solid var(--glass-border-strong); padding: 40px; max-width: 700px; margin: 0 auto; }
  .tax-table-title { font-family: var(--sans); font-size: 0.78rem; color: var(--red); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 24px; font-weight: 600; padding-bottom: 16px; border-bottom: 1px solid var(--glass-border); text-align: center; }
  .tax-row { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .tax-row:last-child { border-bottom: none; }
  .tax-row .label { font-family: var(--serif); font-size: 0.94rem; color: var(--text-dim); }
  .tax-row .value { font-family: var(--sans); font-size: 0.95rem; color: var(--white); font-weight: 600; letter-spacing: 0.5px; }
  .tax-row .value.highlight { color: var(--red); font-size: 1.15rem; }

  /* ===== CTA BANNER ===== */
  .cta-banner { background: linear-gradient(135deg, rgba(255,49,49,0.08) 0%, rgba(26,32,109,0.4) 100%), var(--black); padding: 70px 60px; text-align: center; border: 1px solid var(--glass-border-strong); position: relative; overflow: hidden; }
  .cta-banner::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(255,49,49,0.08) 0%, transparent 60%); }
  .cta-banner h2 { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.4rem); font-weight: 400; margin-bottom: 18px; letter-spacing: -0.5px; position: relative; line-height: 1.2; }
  .cta-banner h2 .red-accent { color: var(--red); font-style: italic; }
  .cta-banner h2 .italic { font-style: italic; color: var(--off-white); }
  .cta-banner p { color: var(--text-dim); font-size: 1rem; max-width: 700px; margin: 0 auto 30px; line-height: 1.8; position: relative; }

  /* ===== GLOBE (Home) ===== */
  .globe-section { padding: 100px 50px; }
  .globe-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1280px; margin: 0 auto; }
  .globe-text h2 { font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 400; margin-bottom: 22px; letter-spacing: -0.5px; line-height: 1.2; }
  .globe-text h2 .red-accent { color: var(--red); font-style: italic; }
  .globe-text h2 .italic { font-style: italic; color: var(--off-white); }
  .globe-text p { color: var(--text-dim); font-size: 1rem; line-height: 1.85; margin-bottom: 18px; }
  .globe-text p strong { color: var(--white); font-weight: 700; }
  .globe-canvas-wrap { position: relative; aspect-ratio: 1; max-width: 460px; margin: 0 auto; width: 100%; }
  #globeCanvas { width: 100%; height: 100%; }
  .globe-label { position: absolute; top: 12px; right: 12px; font-family: var(--sans); font-size: 0.64rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; background: rgba(0,0,0,0.85); padding: 6px 12px; border: 1px solid var(--glass-border); font-weight: 600; }
  .globe-label::before { content: '●'; color: var(--red); margin-right: 6px; animation: pulse 2s infinite; }
  @keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }

  /* ===== ABOUT STORY ===== */
  .story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
  .story-text h3 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 22px; font-style: italic; line-height: 1.3; }
  .story-text p { color: var(--text-dim); font-size: 0.98rem; line-height: 1.85; margin-bottom: 18px; }
  .story-text p strong { color: var(--white); font-weight: 700; }
  .story-text p em { color: var(--red); font-style: italic; }
  .story-pullquote { border-left: 3px solid var(--red); padding: 12px 0 12px 26px; margin: 28px 0; font-family: var(--serif); font-style: italic; color: var(--white); font-size: 1.15rem; line-height: 1.6; }

  /* ===== MVV ===== */
  .mvv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-bottom: 50px; }
  .mvv-card { padding: 40px; background: var(--black); border: 1px solid var(--glass-border-strong); transition: all .4s; }
  .mvv-card:hover { border-color: var(--red); }
  .mvv-label { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; font-weight: 700; }
  .mvv-card p { font-family: var(--serif); font-size: 1rem; color: var(--white); line-height: 1.75; font-style: italic; }
  .values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 40px; }
  .value-card { padding: 28px 24px; background: var(--black); border: 1px solid var(--glass-border); transition: all .3s; }
  .value-card:hover { border-color: var(--red); transform: translateY(-4px); }
  .value-card h5 { font-family: var(--sans); font-size: 0.82rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
  .value-card p { color: var(--text-dim); font-size: 0.88rem; line-height: 1.7; }

  /* ===== GROUP STRUCTURE (ORG CHART) ===== */
  .org-chart { position: relative; background: var(--black); border: 1px solid var(--glass-border-strong); padding: 48px 44px 52px; overflow: hidden; }
  .org-connectors { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; }
  .org-line { fill: none; stroke: var(--red); stroke-width: 1.4; opacity: 0.45; }
  .org-flow { fill: none; stroke: var(--red); stroke-width: 1.6; opacity: 0; stroke-linecap: round; stroke-dasharray: 2 14; animation: orgFlow 2.4s linear infinite; }
  .org-chart.drawn .org-flow { opacity: 0.85; }
  @keyframes orgFlow { to { stroke-dashoffset: -32; } }
  .org-joint { fill: var(--red); opacity: 0; transition: opacity .4s ease; }
  .org-chart.drawn .org-joint { opacity: 0.9; }
  .org-node { position: relative; z-index: 2; opacity: 0; transform: translateY(16px) scale(.98); transition: opacity .6s cubic-bezier(.23,1,.32,1), transform .6s cubic-bezier(.23,1,.32,1), border-color .35s; }
  .org-chart.drawn .org-node { opacity: 1; transform: none; }
  .org-holding { text-align: center; padding: 26px 28px; background: var(--navy-darker); border: 1px solid var(--red); max-width: 560px; margin: 0 auto; box-shadow: 0 0 0 1px rgba(255,49,49,0.15), 0 12px 40px -18px rgba(255,49,49,0.5); }
  .org-holding .name { font-family: var(--serif); font-size: 1.15rem; color: var(--white); font-weight: 700; margin-bottom: 6px; line-height: 1.3; }
  .org-holding .role { font-family: var(--sans); font-size: 0.72rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }
  .org-entities { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 78px; }
  .org-entity { padding: 24px 20px; background: var(--navy-darker); border: 1px solid var(--glass-border-strong); transition: opacity .6s cubic-bezier(.23,1,.32,1), transform .45s cubic-bezier(.23,1,.32,1), border-color .35s; }
  .org-entity:hover { border-color: var(--red); transform: translateY(-3px); }
  .org-entity .name { font-family: var(--serif); font-size: 0.98rem; font-weight: 700; color: var(--white); margin-bottom: 6px; line-height: 1.3; }
  .org-entity .role { font-family: var(--sans); font-size: 0.66rem; color: var(--red); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }
  .org-chart.drawn .org-holding { transition-delay: .1s; }
  .org-chart.drawn .org-entity:nth-child(2) { transition-delay: .45s; }
  .org-chart.drawn .org-entity:nth-child(3) { transition-delay: .57s; }
  .org-chart.drawn .org-entity:nth-child(4) { transition-delay: .69s; }
  .org-chart.drawn .org-entity:nth-child(5) { transition-delay: .81s; }

  /* ===== TEAM ===== */
  .team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(380px, 1fr)); gap: 30px; }
  .team-card-full { display: grid; grid-template-columns: 130px 1fr; gap: 28px; padding: 36px; background: var(--black); border: 1px solid var(--glass-border-strong); transition: all .4s; }
  .team-card-full:hover { border-color: var(--red); }
  .team-photo-full { width: 110px; height: 110px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: 1.8rem; font-weight: 700; color: var(--white); border: 2px solid var(--white); letter-spacing: -1px; transition: all .4s; flex-shrink: 0; }
  .team-card-full:hover .team-photo-full { background: var(--red); border-color: var(--red); }
  .team-info h4 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 4px; font-weight: 700; line-height: 1.2; }
  .team-role { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
  .team-info p { color: var(--text-dim); font-size: 0.9rem; line-height: 1.75; margin-bottom: 12px; }

  /* ===== MAURITIUS PANEL & WORLD MAP ===== */
  .mauritius-panel { background: var(--black); padding: 50px; border: 1px solid var(--glass-border-strong); text-align: center; }
  .mauritius-panel h3 { font-family: var(--serif); font-size: 1.6rem; font-style: italic; margin-bottom: 22px; }
  .mauritius-panel p { color: var(--text-dim); font-size: 1rem; line-height: 1.85; max-width: 800px; margin: 0 auto; }
  .world-map-wrap { background: var(--black); border: 1px solid var(--glass-border-strong); padding: 40px; position: relative; overflow: hidden; }
  .world-map-svg { width: 100%; height: auto; display: block; }

  /* ===== SERVICES PAGE ===== */
  .service-detail { margin-bottom: 80px; padding: 44px; background: var(--black); border: 1px solid var(--glass-border-strong); position: relative; }
  .service-detail::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--red); }
  .service-detail-header { display: flex; align-items: flex-start; gap: 28px; margin-bottom: 32px; padding-bottom: 28px; border-bottom: 1px solid var(--glass-border); }
  .service-detail-num { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 4px; font-weight: 700; text-transform: uppercase; min-width: 80px; padding-top: 8px; }
  .service-detail-titles h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; margin-bottom: 6px; line-height: 1.2; }
  .service-detail-titles h3 .italic { font-style: italic; color: var(--off-white); }
  .service-delivered { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; margin-top: 6px; font-weight: 600; }
  .service-who { font-family: var(--serif); font-style: italic; color: var(--text-dim); font-size: 0.94rem; line-height: 1.7; margin-bottom: 26px; padding: 16px 22px; background: rgba(255,49,49,0.04); border-left: 2px solid var(--red); }
  .service-section-label { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 16px; display: block; }
  .service-list { list-style: none; padding: 0; margin-bottom: 28px; }
  .service-list li { padding: 14px 0 14px 22px; position: relative; color: var(--text-dim); font-size: 0.94rem; line-height: 1.7; border-bottom: 1px solid var(--glass-border); }
  .service-list li:last-child { border-bottom: none; }
  .service-list li::before { content: ''; position: absolute; left: 0; top: 24px; width: 12px; height: 1px; background: var(--red); }
  .service-list li strong { color: var(--white); font-weight: 700; display: block; margin-bottom: 4px; font-family: var(--sans); font-size: 0.84rem; letter-spacing: 1px; text-transform: uppercase; }
  .service-difference { margin-top: 28px; padding: 24px; background: rgba(26,32,109,0.3); border: 1px solid var(--glass-border); }
  .service-difference p { color: var(--text-dim); font-size: 0.94rem; line-height: 1.85; }

  /* ===== SERVICES — PILLAR TABS + OBAN SUB-TABS ===== */
  .svc-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--glass-border-strong); border: 1px solid var(--glass-border-strong); margin-bottom: 52px; }
  .svc-tab { text-align: left; background: var(--navy-darker); border: none; padding: 30px 26px; cursor: none; position: relative; transition: background .4s; color: var(--white); }
  .svc-tab::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 3px; background: var(--red); transition: width .4s; }
  .svc-tab:hover { background: var(--black); }
  .svc-tab:hover::before { width: 50px; }
  .svc-tab.svc-current { background: var(--black); }
  .svc-tab.svc-current::before { width: 100%; }
  .svc-tab.svc-current::after { content: ''; position: absolute; left: 50%; bottom: -9px; transform: translateX(-50%); border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 9px solid var(--red); }
  .svc-tab-num { display: block; font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 3px; font-weight: 700; margin-bottom: 14px; }
  .svc-tab-cat { display: block; font-family: var(--sans); font-size: 0.64rem; color: var(--red); letter-spacing: 2px; text-transform: uppercase; font-weight: 600; margin-bottom: 10px; }
  .svc-tab-title { display: block; font-family: var(--serif); font-size: 1.02rem; font-weight: 400; line-height: 1.3; margin-bottom: 12px; color: var(--white); }
  .svc-tab-title .italic { font-style: italic; color: var(--off-white); }
  .svc-tab-by { display: block; font-family: var(--sans); font-size: 0.6rem; color: var(--text-faint); letter-spacing: 1px; text-transform: uppercase; font-weight: 600; line-height: 1.5; }
  .svc-panel { display: none; margin-bottom: 50px; }
  @keyframes svcPanelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
  .svc-panel.svc-current { display: block; animation: svcPanelIn .5s ease-out; }
  .svc-subtabs { display: flex; flex-wrap: wrap; gap: 8px; margin: 6px 0 26px; }
  .svc-subtab { padding: 10px 20px; background: transparent; border: 1px solid var(--glass-border); color: var(--text-dim); font-family: var(--sans); font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; cursor: none; transition: all .3s; }
  .svc-subtab:hover { border-color: var(--white); color: var(--white); }
  .svc-subtab.svc-current { background: var(--red); color: var(--white); border-color: var(--red); }
  .oban-subservice.svc-subpanel { display: none; }
  .oban-subservice.svc-subpanel.svc-current { display: block; animation: svcPanelIn .4s ease-out; }
  @media (max-width: 1000px) { .svc-tabs { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) { .svc-tabs { grid-template-columns: 1fr; } }
  @media (prefers-reduced-motion: reduce) { .svc-panel.svc-current, .oban-subservice.svc-subpanel.svc-current { animation: none; } }

  /* ===== OBAN SUB-SECTIONS ===== */
  .oban-hero { background: linear-gradient(135deg, rgba(255,49,49,0.06) 0%, rgba(26,32,109,0.3) 100%), var(--black); padding: 44px; border: 1px solid var(--glass-border-strong); margin-bottom: 36px; }
  .oban-tagline { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--white); line-height: 1.6; border-left: 3px solid var(--red); padding-left: 22px; margin-bottom: 26px; }
  .methodology-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 32px 0; }
  .methodology-stage { padding: 26px 20px; background: var(--navy-darker); border: 1px solid var(--glass-border); border-top: 3px solid var(--red); transition: all .4s; }
  .methodology-stage:hover { transform: translateY(-4px); border-color: var(--red); }
  .methodology-num { font-family: var(--sans); font-size: 2.2rem; color: var(--red); font-weight: 700; line-height: 1; margin-bottom: 12px; letter-spacing: -2px; }
  .methodology-stage h5 { font-family: var(--sans); font-size: 0.82rem; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 10px; font-weight: 700; }
  .methodology-stage p { color: var(--text-dim); font-size: 0.82rem; line-height: 1.6; }
  .methodology-motto { text-align: center; margin: 32px 0; font-family: var(--serif); font-style: italic; font-size: 1.3rem; }
  .methodology-motto .red-accent { color: var(--red); }
  .destinations-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 32px 0; }
  .destination-card { padding: 28px; background: var(--navy-darker); border: 1px solid var(--glass-border); transition: all .4s; }
  .destination-card:hover { border-color: var(--red); transform: translateY(-4px); }
  .destination-label { font-family: var(--sans); font-size: 0.68rem; color: var(--red); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 12px; font-weight: 700; }
  .destination-card h4 { font-family: var(--serif); font-size: 1.35rem; margin-bottom: 6px; font-weight: 400; }
  .destination-sub { font-family: var(--serif); font-style: italic; color: var(--text-dim); font-size: 0.9rem; margin-bottom: 18px; line-height: 1.6; }
  .destination-features { list-style: none; padding: 0; margin: 0; }
  .destination-features li { padding: 8px 0 8px 18px; position: relative; color: var(--text-dim); font-size: 0.82rem; line-height: 1.55; border-bottom: 1px solid rgba(255,255,255,0.05); }
  .destination-features li:last-child { border-bottom: none; }
  .destination-features li::before { content: ''; position: absolute; left: 0; top: 16px; width: 10px; height: 1px; background: var(--red); }
  .destination-features li strong { color: var(--white); font-family: var(--sans); font-weight: 700; font-size: 0.74rem; letter-spacing: 0.5px; display: inline; }
  .strategic-value-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin: 30px 0; }
  .strategic-value-card { padding: 24px; background: var(--navy-darker); border-left: 3px solid var(--red); transition: all .3s; }
  .strategic-value-card:hover { background: var(--black); transform: translateX(4px); }
  .strategic-value-card h6 { font-family: var(--sans); font-size: 0.82rem; color: var(--red); letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
  .strategic-value-card p { color: var(--text-dim); font-size: 0.84rem; line-height: 1.65; }
  .oban-subservice { margin-top: 32px; padding: 32px; background: var(--navy-darker); border: 1px solid var(--glass-border); }
  .oban-subservice h4 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 6px; font-weight: 400; }
  .subservice-tag { font-family: var(--sans); font-size: 0.66rem; color: var(--red); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; display: block; }
  .oban-subservice p.lead { color: var(--text-dim); font-size: 0.92rem; margin-bottom: 18px; line-height: 1.7; font-style: italic; }

  /* ===== ECOSYSTEM ===== */
  .ecosystem-cycle { background: var(--black); padding: 50px; border: 1px solid var(--glass-border-strong); margin: 50px 0; }
  .cycle-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 36px; }
  .cycle-step { padding: 26px 22px; background: var(--navy-darker); border: 1px solid var(--glass-border); transition: all .3s; }
  .cycle-step:hover { transform: translateY(-4px); border-color: var(--red); }
  .cycle-step-num { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 3px; font-weight: 700; margin-bottom: 12px; }
  .cycle-step h5 { font-family: var(--serif); font-size: 1rem; color: var(--white); font-weight: 700; margin-bottom: 10px; line-height: 1.3; }
  .cycle-step p { color: var(--text-dim); font-size: 0.82rem; line-height: 1.65; }

  /* ===== CAREERS ===== */
  .careers-benefits { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
  .career-benefit { padding: 30px; background: var(--black); border: 1px solid var(--glass-border-strong); transition: all .3s; }
  .career-benefit:hover { border-color: var(--red); transform: translateY(-3px); }
  .career-benefit-num { font-family: var(--sans); font-size: 0.7rem; color: var(--red); letter-spacing: 3px; font-weight: 700; margin-bottom: 12px; }
  .career-benefit p { color: var(--text-dim); font-size: 0.9rem; line-height: 1.7; }
  .vacancies-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; margin: 28px 0; }
  .vacancy-card { padding: 28px; background: var(--black); border: 1px solid var(--glass-border-strong); transition: all .3s; cursor: none; }
  .vacancy-card:hover { border-color: var(--red); transform: translateY(-4px); }
  .vacancy-label { font-family: var(--sans); font-size: 0.68rem; color: var(--red); letter-spacing: 3px; text-transform: uppercase; font-weight: 700; margin-bottom: 12px; }
  .vacancy-card h4 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; margin-bottom: 16px; line-height: 1.3; }

  /* ===== INSIGHTS ===== */
  .filter-bar { display: flex; gap: 8px; margin-bottom: 36px; flex-wrap: wrap; padding-bottom: 28px; border-bottom: 1px solid var(--glass-border); }
  .filter-chip { padding: 9px 20px; background: transparent; border: 1px solid var(--glass-border); color: var(--text-dim); font-family: var(--sans); font-size: 0.7rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; cursor: none; transition: all .3s; }
  .filter-chip:hover { border-color: var(--white); color: var(--white); }
  .filter-chip.active { background: var(--red); color: var(--white); border-color: var(--red); }
  .featured-article { display: grid; grid-template-columns: 1.4fr 1fr; margin-bottom: 50px; background: var(--black); border: 1px solid var(--glass-border-strong); cursor: none; transition: all .4s; }
  .featured-article:hover { border-color: var(--red); transform: translateY(-3px); }
  .featured-image { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-darker) 100%); min-height: 320px; display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
  .featured-image::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 30% 30%, rgba(255,49,49,0.2) 0%, transparent 60%), radial-gradient(circle at 70% 70%, rgba(26,32,109,0.3) 0%, transparent 60%); }
  .featured-image-icon { position: relative; font-size: 3.6rem; opacity: 0.6; }
  .featured-content { padding: 44px 40px; }
  .article-meta { display: flex; gap: 14px; align-items: center; margin-bottom: 16px; font-family: var(--sans); font-size: 0.66rem; letter-spacing: 1.5px; text-transform: uppercase; }
  .article-category { background: var(--red); color: var(--white); padding: 5px 12px; font-weight: 700; }
  .article-date { color: var(--text-faint); }
  .featured-content h3 { font-family: var(--serif); font-size: 1.4rem; margin-bottom: 14px; font-weight: 400; line-height: 1.3; }
  .featured-content p { color: var(--text-dim); font-size: 0.94rem; margin-bottom: 22px; line-height: 1.75; }
  .read-more { font-family: var(--sans); color: var(--red); font-size: 0.72rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; display: inline-flex; align-items: center; gap: 8px; cursor: none; transition: gap .3s; }
  .read-more:hover { gap: 14px; }
  .articles-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
  .article-card { background: var(--black); border: 1px solid var(--glass-border); transition: all .4s; cursor: none; display: flex; flex-direction: column; }
  .article-card:hover { transform: translateY(-6px); border-color: var(--red); }
  .article-img { height: 180px; background: linear-gradient(135deg, var(--navy) 0%, var(--navy-darker) 100%); display: flex; align-items: center; justify-content: center; font-size: 2.6rem; opacity: 0.7; position: relative; overflow: hidden; }
  .article-img::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(255,49,49,0.15) 0%, transparent 70%); transition: transform .6s; }
  .article-card:hover .article-img::before { transform: scale(1.4); }
  .article-img-icon { position: relative; z-index: 1; transition: transform .4s; }
  .article-card:hover .article-img-icon { transform: scale(1.15); }
  .article-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
  .article-body h4 { font-family: var(--serif); font-size: 1.05rem; margin: 12px 0; font-weight: 400; line-height: 1.35; }
  .article-body p { color: var(--text-dim); font-size: 0.86rem; margin-bottom: 18px; flex: 1; line-height: 1.7; }
  .empty-state { grid-column: 1/-1; text-align: center; padding: 70px 30px; color: var(--text-faint); font-style: italic; }

  /* ===== MODAL ===== */
  .modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.92); backdrop-filter: blur(8px); z-index: 1000; display: none; align-items: center; justify-content: center; padding: 30px; animation: fadeIn .3s; }
  .modal-overlay.show { display: flex; }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  .modal { max-width: 820px; width: 100%; max-height: 85vh; overflow-y: auto; padding: 50px; position: relative; background: var(--navy-darker); border: 1px solid var(--glass-border-strong); animation: modalIn .4s; }
  @keyframes modalIn { from { opacity: 0; transform: translateY(20px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
  .modal-close { position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; background: transparent; border: 1px solid var(--glass-border); color: var(--white); font-size: 1.1rem; cursor: none; display: flex; align-items: center; justify-content: center; transition: all .3s; font-family: var(--sans); }
  .modal-close:hover { background: var(--red); border-color: var(--red); transform: rotate(90deg); }
  .modal h2 { font-family: var(--serif); font-size: 1.8rem; margin: 20px 0 16px; line-height: 1.3; font-weight: 400; }
  .modal-body { color: var(--text-dim); font-size: 0.98rem; line-height: 1.85; white-space: pre-wrap; }

  .admin-toggle { position: fixed; bottom: 28px; right: 28px; padding: 13px 22px; background: var(--red); color: var(--white); border: none; font-family: var(--sans); font-weight: 600; cursor: none; z-index: 90; display: none; font-size: 0.74rem; letter-spacing: 1.5px; text-transform: uppercase; transition: all .3s; }
  .admin-toggle:hover { background: var(--white); color: var(--navy); }
  .insights-page-active .admin-toggle { display: block; }
  .admin-panel { position: fixed; top: 0; right: -520px; width: 500px; max-width: 100vw; height: 100vh; background: var(--navy-darker); border-left: 1px solid var(--glass-border-strong); padding: 36px; z-index: 999; overflow-y: auto; transition: right .4s cubic-bezier(.23,1,.32,1); }
  .admin-panel.show { right: 0; }
  .admin-panel h3 { font-family: var(--serif); font-size: 1.3rem; margin-bottom: 24px; font-weight: 400; font-style: italic; }
  .form-group { margin-bottom: 20px; }
  .form-group label { display: block; margin-bottom: 8px; font-family: var(--sans); font-size: 0.68rem; color: var(--red); font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }
  .form-group input, .form-group textarea, .form-group select { width: 100%; padding: 13px 15px; background: var(--black); border: 1px solid var(--glass-border); color: var(--white); font-size: 0.92rem; font-family: var(--serif); transition: all .3s; }
  .form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--red); }
  .form-group textarea { resize: vertical; min-height: 130px; }
  .form-group select option { background: var(--navy-darker); }

  /* ===== CONTACT ===== */
  .contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 36px; }
  .contact-info { padding: 44px; background: var(--black); border: 1px solid var(--glass-border-strong); }
  .contact-info h3 { font-family: var(--serif); font-size: 1.35rem; margin-bottom: 26px; font-weight: 400; font-style: italic; }
  .contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
  .contact-icon { width: 40px; height: 40px; border: 1px solid var(--red); display: flex; align-items: center; justify-content: center; color: var(--red); flex-shrink: 0; }
  .contact-icon svg { width: 18px; height: 18px; }
  .contact-item h5 { font-family: var(--sans); font-size: 0.7rem; margin-bottom: 4px; font-weight: 600; color: var(--red); letter-spacing: 1.5px; text-transform: uppercase; }
  .contact-item p { color: var(--white); font-size: 0.94rem; margin: 0; line-height: 1.6; }
  .contact-form-wrap { padding: 44px; background: var(--black); border: 1px solid var(--glass-border-strong); }
  .contact-form-wrap h3 { font-family: var(--serif); font-size: 1.35rem; margin-bottom: 26px; font-weight: 400; font-style: italic; }
  .form-success { display: none; padding: 13px 16px; background: rgba(255,49,49,0.12); border: 1px solid rgba(255,49,49,0.4); color: var(--red); margin-bottom: 18px; font-family: var(--sans); font-size: 0.84rem; letter-spacing: 1px; }
  .form-success.show { display: block; animation: fadeUp .4s; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .form-promise { margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--glass-border); font-family: var(--serif); font-style: italic; font-size: 0.84rem; color: var(--text-faint); text-align: center; line-height: 1.6; }

  /* ===== FOOTER ===== */
  footer { padding: 70px 50px 36px; border-top: 1px solid var(--glass-border); background: var(--black); }
  .footer-content { max-width: 1280px; margin: 0 auto; }
  .footer-tagline { text-align: center; margin-bottom: 44px; padding-bottom: 44px; border-bottom: 1px solid var(--glass-border); }
  .footer-tagline h4 { font-family: var(--serif); font-size: 1.3rem; font-style: italic; margin-bottom: 10px; font-weight: 400; }
  .footer-tagline p { font-family: var(--sans); font-size: 0.74rem; color: var(--red); letter-spacing: 4px; text-transform: uppercase; font-weight: 600; }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
  .footer-col h5 { font-family: var(--sans); font-size: 0.7rem; margin-bottom: 20px; color: var(--red); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; }
  .footer-col p, .footer-col a { color: var(--text-dim); font-size: 0.84rem; text-decoration: none; display: block; margin-bottom: 9px; transition: all .3s; cursor: none; }
  .footer-col a:hover { color: var(--red); padding-left: 4px; }
  .footer-col .footer-brand { font-family: var(--sans); font-size: 1.3rem; color: var(--white); margin-bottom: 12px; font-weight: 700; letter-spacing: -0.5px; }
  .footer-col .footer-brand .red-i { color: var(--red); }
  .footer-entities { text-align: center; padding-top: 28px; border-top: 1px solid var(--glass-border); margin-bottom: 26px; }
  .footer-entities-label { font-family: var(--sans); font-size: 0.68rem; color: var(--text-faint); letter-spacing: 3px; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
  .footer-entity-logos { display: flex; justify-content: center; gap: 36px; flex-wrap: wrap; align-items: center; }
  .footer-entity-logo { width: 110px; height: 48px; border: 1px dashed var(--glass-border-strong); display: flex; align-items: center; justify-content: center; font-family: var(--sans); font-size: 0.68rem; color: var(--text-faint); letter-spacing: 1.5px; text-transform: uppercase; transition: all .3s; cursor: none; text-decoration: none; padding: 8px 12px; text-align: center; line-height: 1.2; }
  .footer-entity-logo:hover { border-color: var(--red); color: var(--red); }
  .footer-entity-logo.has-logo { border: 1px solid var(--glass-border); }
  .footer-bottom { color: var(--text-faint); font-size: 0.76rem; text-align: center; font-style: italic; line-height: 1.7; }
  .footer-bottom a { color: var(--text-dim); text-decoration: none; cursor: none; }
  .footer-bottom a:hover { color: var(--red); }

  /* ===== MOBILE ===== */
  @media (max-width: 1100px) {
    .nav-links { gap: 18px; }
    .nav-links a { font-size: 0.7rem; letter-spacing: 1px; }
  }
  @media (max-width: 1000px) {
    .hero-grid, .globe-grid, .story-grid, .contact-grid, .mvv-grid, .methodology-grid, .destinations-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    nav { padding: 14px 22px; }
    section, .globe-section { padding: 70px 22px; }
    .page-hero { padding: 130px 22px 50px; }
    .hero { padding: 110px 22px 50px; }
    .service-detail { padding: 28px; }
    .service-detail-header { flex-direction: column; gap: 14px; }
    .team-grid { grid-template-columns: 1fr; }
    .team-card-full { grid-template-columns: 90px 1fr; padding: 26px; gap: 20px; }
    .team-photo-full { width: 90px; height: 90px; font-size: 1.4rem; }
    .form-row { grid-template-columns: 1fr; }
    .hero-visual, .globe-canvas-wrap { max-width: 340px; }
  }
  @media (max-width: 820px) {
    .org-chart { padding: 40px 26px 44px 56px; }
    .org-entities { grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
    .org-holding { max-width: 100%; }
  }
  @media (max-width: 768px) {
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; padding: 26px; background: rgba(13,17,51,0.98); backdrop-filter: blur(24px); border-bottom: 1px solid var(--glass-border-strong); gap: 16px; align-items: flex-start; }
    .nav-links.show { display: flex; }
    .hamburger { display: block; }
    .nav-cta { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .modal { padding: 28px 22px; }
    .logo-tag { display: none; }
  }
  .reveal { opacity: 0; transform: translateY(30px); transition: all .8s; }
  .reveal.active { opacity: 1; transform: translateY(0); }

/* ====================================================================
   2. WORDPRESS INTEGRATION ADDITIONS
   ==================================================================== */
/* Admin bar offset so the fixed nav clears the WP toolbar */
body.admin-bar nav { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar nav { top: 46px; } }

/* Accessibility helper */
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; word-wrap: normal !important; }
.skip-link { position: absolute; left: -9999px; z-index: 9998; }
.skip-link:focus { left: 16px; top: 16px; background: var(--red); color: #fff; padding: 10px 16px; font-family: var(--sans); }

/* WordPress alignment + media defaults */
img { max-width: 100%; height: auto; }
.aligncenter { display: block; margin: 0 auto; }
.alignright { float: right; margin: 0 0 16px 24px; }
.alignleft  { float: left;  margin: 0 24px 16px 0; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-family: var(--sans); font-size: 0.72rem; color: var(--text-faint); letter-spacing: 1px; margin-top: 6px; }

/* Logo image in nav (a WP custom logo) */
.logo-svg-wrap .custom-logo,
.logo-svg-wrap img.logo-mark { width: 100%; height: 100%; object-fit: contain; display: block; }
/* SVG logo dots (extracted from the artwork; identical to the hero map's dots) */
.logo-dot { fill: var(--white); }
.logo-dot.mauritius { fill: var(--red); }

/* ===== FOOTER BRAND + ENTITY LOGOS ===== */
.footer-brand-logo { display: block; height: 72px; width: auto; margin-bottom: 16px; }
/* widen the entity boxes and lay out label + logo side by side */
.footer-entity-logo { width: auto; min-width: 150px; height: auto; min-height: 54px; gap: 10px; padding: 8px 16px; }
.footer-entity-logo .ent-label { white-space: nowrap; }
.footer-entity-logo .ent-logo { height: 30px; width: auto; display: block; flex-shrink: 0; }
/* Footer social (LinkedIn) */
.footer-social { margin-top: 20px; }
.footer-social .social-link { display: inline-flex; align-items: center; gap: 10px; margin: 0; padding: 0; color: var(--text-dim); font-family: var(--sans); font-size: 0.72rem; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; text-decoration: none; cursor: none; transition: color .3s; }
.footer-social .social-link:hover { color: var(--red); padding-left: 0; }
.footer-social .social-icon { width: 22px; height: 22px; display: block; flex-shrink: 0; }
@media (max-width: 768px) {
	.footer-brand-logo { height: 60px; }
}

/* ===== SINGLE INSIGHT (article) PAGE ===== */
.single-article-wrap { max-width: 820px; margin: 0 auto; }
.single-article-body { font-family: var(--serif); color: var(--text-dim); font-size: 1.02rem; line-height: 1.95; }
.single-article-body h2, .single-article-body h3 { font-family: var(--serif); color: var(--white); font-weight: 400; margin: 34px 0 14px; line-height: 1.3; }
.single-article-body h2 { font-size: 1.5rem; }
.single-article-body h3 { font-size: 1.25rem; font-style: italic; }
.single-article-body p { margin-bottom: 20px; }
.single-article-body ul, .single-article-body ol { margin: 0 0 22px 22px; }
.single-article-body li { margin-bottom: 10px; }
.single-article-body a { color: var(--red); }
.single-article-body img, .single-article-body figure { margin: 28px 0; }
.single-article-body blockquote { border-left: 3px solid var(--red); padding: 6px 0 6px 24px; margin: 26px 0; font-style: italic; color: var(--white); }
.article-featured-img { width: 100%; max-height: 420px; object-fit: cover; margin-bottom: 36px; border: 1px solid var(--glass-border-strong); }
.back-to-insights { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 2px; text-transform: uppercase; color: var(--red); text-decoration: none; margin-bottom: 30px; cursor: none; }
.back-to-insights:hover { gap: 14px; }

/* Insights cards become real links */
a.article-card, a.featured-article { text-decoration: none; color: inherit; }

/* Elements converted from <div> to <a> in this theme must not inherit the browser's
   default link color/underline (the prototype had these as non-link <div>s). */
.logo-block, .logo-block:hover, .logo-block:focus, .logo-block:visited { text-decoration: none; color: inherit; }
a.vacancy-card, a.vacancy-card:hover, a.vacancy-card:visited { text-decoration: none; color: inherit; }

/* Pagination */
.nis-pagination { display: flex; gap: 10px; justify-content: center; margin-top: 50px; flex-wrap: wrap; }
.nis-pagination a, .nis-pagination span { font-family: var(--sans); font-size: 0.78rem; letter-spacing: 1px; padding: 10px 16px; border: 1px solid var(--glass-border); color: var(--text-dim); text-decoration: none; cursor: none; }
.nis-pagination a:hover, .nis-pagination .current { background: var(--red); border-color: var(--red); color: #fff; }

/* Contact form (WPForms) styled to match the prototype */
.contact-form-wrap .wpforms-field-label { font-family: var(--sans); font-size: 0.68rem; color: var(--red); font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 8px; }
.contact-form-wrap .wpforms-field input, .contact-form-wrap .wpforms-field textarea, .contact-form-wrap .wpforms-field select { width: 100%; padding: 13px 15px; background: var(--black); border: 1px solid var(--glass-border); color: var(--white); font-size: 0.92rem; font-family: var(--serif); }
.contact-form-wrap .wpforms-field input:focus, .contact-form-wrap .wpforms-field textarea:focus { outline: none; border-color: var(--red); }
.contact-form-wrap .wpforms-submit { padding: 15px 30px; background: var(--red); color: #fff; font-family: var(--sans); font-weight: 600; font-size: 0.76rem; letter-spacing: 2px; text-transform: uppercase; border: none; cursor: none; }
.contact-form-wrap .wpforms-submit:hover { background: var(--white); color: var(--navy); }

/* Native contact form: honeypot, error notice, and the Google Map embed */
.nis-hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-error { display: block; padding: 13px 16px; background: rgba(255,49,49,0.12); border: 1px solid rgba(255,49,49,0.4); color: var(--red); margin-bottom: 18px; font-family: var(--sans); font-size: 0.84rem; letter-spacing: 1px; }
.contact-map { margin-top: 26px; border: 1px solid var(--glass-border); line-height: 0; }
.contact-map iframe { display: block; width: 100%; height: 240px; border: 0; }

/* Comments (kept minimal/hidden by default on this marketing site) */
.comments-area { margin-top: 50px; }
