/*
  ════════════════════════════════════════════════════════════════
  SIMHA GLOBAL — Premium Corporate Design System
  ════════════════════════════════════════════════════════════════
  Palette:
  • Midnight Navy    #0B1020  (primary background)
  • Navy Surface     #111936  (cards, elevated surfaces)
  • Ink Blue         #162449  (borders, subtle depth)
  • Champagne Gold   #C9A962  (accent, CTAs, highlights)
  • Pale Gold        #E3D6A8  (hover states, soft accents)
  • Soft Ivory       #F8F6EF  (light section background)
  • Graphite         #1A1A1A  (text on light backgrounds)
  • Muted Graphite   #5A5A5A  (secondary text on light)
  • Emerald          #2E7D5A  (success / subtle highlight)
  • Copper           #A86D4B  (tertiary accent)
  ════════════════════════════════════════════════════════════════
*/

:root{
  --navy:#0B1020;
  --navy-95:rgba(11,16,32,.95);
  --navy-80:rgba(11,16,32,.80);
  --navy-60:rgba(11,16,32,.60);
  --surface:#111936;
  --surface-2:#162449;
  --surface-3:#1A2E5A;
  --gold:#C9A962;
  --gold-soft:#E3D6A8;
  --gold-20:rgba(201,169,98,.20);
  --gold-12:rgba(201,169,98,.12);
  --gold-08:rgba(201,169,98,.08);
  --ivory:#F8F6EF;
  --ivory-2:#F0EEE6;
  --graphite:#1A1A1A;
  --graphite-2:#5A5A5A;
  --graphite-3:#8A8A8A;
  --white:#FFFFFF;
  --white-90:rgba(255,255,255,.90);
  --white-70:rgba(255,255,255,.70);
  --white-60:rgba(255,255,255,.60);
  --white-45:rgba(255,255,255,.45);
  --white-20:rgba(255,255,255,.20);
  --white-10:rgba(255,255,255,.10);
  --white-05:rgba(255,255,255,.05);
  --emerald:#2E7D5A;
  --emerald-12:rgba(46,125,90,.12);
  --copper:#A86D4B;
  --copper-12:rgba(168,109,75,.12);

  /* ════════════════════════════════════════════════════════════════
     ACTIVE TYPOGRAPHY SYSTEM
     Headings: Manrope (clean, confident, corporate sans-serif)
     Body / UI: Inter (modern, highly readable, international)
     ════════════════════════════════════════════════════════════════ */
  --font-heading:'Manrope',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-body:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-ui:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-mono:'SF Mono','Cascadia Code','Fira Code',Consolas,monospace;

  /* Responsive type scale */
  --text-2xs:clamp(0.625rem, 0.6rem + 0.08vw, 0.7rem);
  --text-xs:clamp(0.75rem, 0.72rem + 0.1vw, 0.85rem);
  --text-sm:clamp(0.875rem, 0.84rem + 0.15vw, 0.95rem);
  --text-base:clamp(1rem, 0.96rem + 0.15vw, 1.075rem);
  --text-lg:clamp(1.125rem, 1.05rem + 0.25vw, 1.3rem);
  --text-xl:clamp(1.35rem, 1.2rem + 0.45vw, 1.7rem);
  --text-2xl:clamp(1.75rem, 1.45rem + 0.85vw, 2.4rem);
  --text-3xl:clamp(2.25rem, 1.8rem + 1.4vw, 3.25rem);
  --text-4xl:clamp(3rem, 2.25rem + 2vw, 4.5rem);

  --line-tight:1.08;
  --line-heading:1.14;
  --line-body:1.7;
  --letter-tight:-0.035em;
  --letter-normal:-0.01em;
  --letter-wide:0.08em;
  --letter-mono:0.12em;

  /* Alternative typography systems (CSS comments for future reference) */
  /*
  1. Tech Startup:
     --font-heading:"Geist Sans","Inter",system-ui,sans-serif;
     --font-body:"Inter",system-ui,sans-serif;

  2. Modern Editorial:
     --font-heading:"Playfair Display",Georgia,serif;
     --font-body:"Lora",Georgia,serif;

  3. Creative Premium:
     --font-heading:"Satoshi","DM Sans",system-ui,sans-serif;
     --font-body:"DM Sans",system-ui,sans-serif;

  4. Clean Geometric:
     --font-heading:"Montserrat",system-ui,sans-serif;
     --font-body:"DM Sans",system-ui,sans-serif;
  */

  --font-heading:var(--font-heading);
  --font-body:var(--font-body);
  --font-ui:var(--font-ui);
  --font-mono:var(--font-mono);
  --radius-sm:6px;
  --radius-md:10px;
  --radius-lg:16px;
  --radius-xl:24px;
  --ease-out:cubic-bezier(.16,1,.3,1);
  --ease-smooth:cubic-bezier(.4,0,.2,1);
  --shadow-sm:0 4px 20px rgba(11,16,32,.12);
  --shadow-md:0 12px 40px rgba(11,16,32,.18);
  --shadow-lg:0 24px 70px rgba(11,16,32,.28);
  --shadow-gold:0 8px 32px rgba(201,169,98,.22);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);background:var(--navy);color:var(--white-90);font-size:var(--text-base);line-height:var(--line-body);letter-spacing:var(--letter-normal);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
h1,h2,h3,h4,h5,h6,.sec-h2,.hero-h1,.auth-line,.ci-title,.hq-title,.form-title{font-family:var(--font-heading);line-height:var(--line-heading);letter-spacing:var(--letter-tight);font-weight:700}
nav,button,.btn-primary,.btn-ghost,.btn-submit,.nav-cta,.filter-btn,.prod-btn,.dr-cta,.bp-cta,.modal-cta a,input,textarea,select,.eyebrow,.hero-eyebrow,.team-role,.sector-num,.biz-num,.spec-lbl,.metric-lbl,.insight-cat,.insight-date,.ft-legal a,.ft-col h4,.ft-bottom p,.region-name,.hq-card-label,.bp-role{font-family:var(--font-ui)}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font-family:var(--font-ui);cursor:pointer;border:none;background:none}
::selection{background:var(--gold);color:var(--navy)}
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:var(--navy)}
::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}

/* ── Skip Link ── */
.skip-link{position:absolute;top:-48px;left:0;background:var(--gold);color:var(--navy);padding:10px 18px;z-index:100000;transition:top .3s var(--ease-smooth);font-weight:600;border-radius:0 var(--radius-sm) var(--radius-sm) 0}
.skip-link:focus{top:0;outline:3px solid var(--gold-soft);outline-offset:2px}

/* ── Loader ── */
#loader{position:fixed;inset:0;z-index:99999;background:var(--navy);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.4rem;transition:opacity .7s var(--ease-smooth),visibility .7s}
#loader.done{opacity:0;visibility:hidden;pointer-events:none}
.ld-logo img{height:52px;width:auto;display:block;object-fit:contain}
.ld-tag{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.32em;color:var(--gold);text-transform:uppercase;text-align:center}
.ld-bar{width:200px;height:2px;background:var(--white-10);border-radius:1px;overflow:hidden}
.ld-fill{height:100%;width:0;background:var(--gold);animation:ldFill .7s var(--ease-out) forwards}
@keyframes ldFill{to{width:100%}}

/* ── Header / Navigation ── */
header{position:fixed;top:0;left:0;right:0;z-index:900;padding:0 2rem;transition:all .4s var(--ease-out)}
header.sc{background:var(--navy-95);backdrop-filter:blur(24px) saturate(140%);border-bottom:1px solid var(--white-10);box-shadow:var(--shadow-sm)}
.nav-inner{max-width:1480px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:76px}
.nav-logo{display:flex;align-items:center;flex-shrink:0}
.nav-logo img{height:42px;width:auto;max-width:100%;transition:transform .3s;object-fit:contain}
.nav-logo:hover img{transform:scale(1.02)}
.desktop-nav{display:flex;align-items:center;gap:1.6rem;flex-wrap:nowrap;min-width:0}
.desktop-nav a{position:relative;font-size:var(--text-sm);font-weight:500;color:var(--white-70);letter-spacing:.02em;transition:color .25s;padding:.25rem 0;white-space:nowrap}
.desktop-nav a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--gold);transition:width .3s var(--ease-out)}
.desktop-nav a:hover{color:var(--white)}
.desktop-nav a:hover::after{width:100%}
.nav-cta{display:inline-flex;align-items:center;gap:.5rem;padding:10px 22px;background:var(--gold);color:var(--navy);font-size:var(--text-xs);font-weight:700;letter-spacing:var(--letter-wide);text-transform:uppercase;border-radius:var(--radius-sm);transition:all .25s var(--ease-out)}
.nav-cta:hover{background:var(--gold-soft);box-shadow:var(--shadow-gold);transform:translateY(-1px)}
.hbtn{width:48px;height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;z-index:910;border-radius:var(--radius-sm);border:1px solid var(--white-10);background:var(--navy-60);transition:all .3s}
.hbtn:hover{border-color:var(--gold-20);background:var(--gold-08)}
.hbtn span{width:20px;height:2px;background:var(--white-70);border-radius:1px;display:block;transition:all .3s var(--ease-out);transform-origin:center}
.hbtn.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hbtn.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hbtn.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* ── Mobile Drawer ── */
#drawer{position:fixed;top:0;right:0;bottom:0;z-index:899;width:340px;max-width:90vw;background:var(--surface);border-left:1px solid var(--white-10);transform:translateX(100%);transition:transform .45s var(--ease-out);display:flex;flex-direction:column;padding:100px 2rem 2.5rem;overflow-y:auto;box-shadow:var(--shadow-lg)}
#drawer.open{transform:translateX(0)}
#drawer[hidden]{display:none}
#drawer.open[hidden]{display:flex}
#overlay{position:fixed;inset:0;z-index:898;background:var(--navy-80);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .35s}
#overlay.show{opacity:1;pointer-events:auto}
.dr-nav{display:flex;flex-direction:column;gap:.2rem;margin-bottom:2rem}
.dr-nav a{font-size:var(--text-base);font-weight:500;color:var(--white-70);padding:.85rem 1rem;border-radius:var(--radius-sm);border-left:2px solid transparent;transition:all .25s;display:flex;align-items:center;justify-content:space-between}
.dr-nav a:hover{color:var(--white);border-left-color:var(--gold);background:var(--gold-08)}
.dr-nav a .arr{font-size:var(--text-sm);color:var(--white-20);transition:transform .25s}
.dr-nav a:hover .arr{transform:translateX(4px);color:var(--gold)}
.dr-divider{height:1px;background:var(--white-10);margin:1.25rem 0}
.dr-cta{display:block;padding:14px;text-align:center;background:var(--gold);color:var(--navy);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:700;letter-spacing:var(--letter-wide);text-transform:uppercase;transition:all .25s;margin-top:auto}
.dr-cta:hover{background:var(--gold-soft)}
.dr-contact{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--white-10)}
.dr-contact p{font-size:var(--text-xs);color:var(--white-45);margin-bottom:.3rem;font-family:var(--font-mono);letter-spacing:var(--letter-mono)}
.dr-contact a{font-size:var(--text-sm);color:var(--white-70);transition:color .2s}
.dr-contact a:hover{color:var(--gold)}
.dr-contact span{font-size:var(--text-sm);color:var(--white-45)}
.dr-social{display:flex;gap:.7rem;margin-top:1.5rem;justify-content:flex-start}
.dr-social a{width:38px;height:38px;border:1px solid var(--white-10);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all .25s}
.dr-social a:hover{border-color:var(--gold-20);background:var(--gold-08)}
.dr-social a svg{width:18px;height:18px;fill:var(--white-70);transition:fill .25s}
.dr-social a:hover svg{fill:var(--gold)}

/* ── Hero Slider ── */
#hero{position:relative;width:100%;height:100vh;height:-webkit-fill-available;height:100dvh;min-height:680px;overflow:hidden;background:var(--navy);isolation:isolate}
.slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1s var(--ease-smooth);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--navy);will-change:opacity;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.slide.active{opacity:1;visibility:visible;z-index:2}
.slide.active .slide-content{transform:translateY(0);opacity:1}
.slide-content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;justify-content:center;max-width:1480px;margin:0 auto;padding:130px 3.5rem 7rem;opacity:0;transform:translateY(24px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out);transition-delay:.25s}
.slide-bg{position:absolute;inset:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:var(--navy);opacity:0;transition:opacity .9s var(--ease-smooth)}
.slide.active .slide-bg{opacity:1}
.slide-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,var(--navy) 0%,var(--navy-80) 48%,var(--navy-60) 100%)}
.slide-overlay::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,transparent 0%,var(--navy) 80%);opacity:.6}
.hero-eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;display:flex;align-items:center;gap:12px;font-weight:500}
.hero-eyebrow::before{content:'';width:28px;height:1px;background:var(--gold)}
.hero-h1{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:700;line-height:var(--line-heading);letter-spacing:var(--letter-tight);max-width:700px;color:var(--white)}
.hero-h1 .accent{color:var(--gold);font-weight:600}
.hero-sub{max-width:540px;margin-top:1.4rem;font-size:var(--text-base);color:var(--white-70);line-height:var(--line-body);font-weight:400}
.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:2rem}
.btn-primary{padding:12px 26px;background:var(--gold);color:var(--navy);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--letter-wide);text-transform:uppercase;border-radius:var(--radius-sm);display:inline-flex;align-items:center;gap:8px;transition:all .28s var(--ease-out);border:1px solid var(--gold)}
.btn-primary:hover{background:var(--gold-soft);border-color:var(--gold-soft);box-shadow:var(--shadow-gold);transform:translateY(-2px)}
.btn-ghost{padding:12px 26px;background:transparent;border:1px solid var(--white-20);color:var(--white);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--letter-wide);text-transform:uppercase;border-radius:var(--radius-sm);display:inline-flex;align-items:center;gap:8px;transition:all .28s var(--ease-out)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-08)}
.hero-metrics{display:flex;flex-wrap:wrap;gap:2.5rem;margin-top:auto;padding-top:1.4rem;max-width:700px;width:100%}
.metric-val{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:700;color:var(--gold);line-height:var(--line-tight);letter-spacing:var(--letter-tight)}
.metric-lbl{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--white-45);letter-spacing:var(--letter-mono);text-transform:uppercase;margin-top:8px}
.slide-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:4;display:flex;gap:.5rem}
.dot{width:26px;height:3px;background:var(--white-20);border-radius:2px;cursor:pointer;transition:all .4s var(--ease-out);border:none}
.dot.active{background:var(--gold);width:40px}
.dot:hover{background:var(--gold-soft)}
.slide-arrows{position:absolute;bottom:1.7rem;right:3rem;z-index:4;display:flex;gap:.5rem}
.sarr{width:36px;height:36px;border:1px solid var(--white-10);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--white-70);font-size:var(--text-base);cursor:pointer;transition:all .25s;background:var(--navy-60)}
.sarr:hover{border-color:var(--gold-20);color:var(--gold);background:var(--gold-08)}
.hero-scroll{position:absolute;bottom:1.8rem;left:50%;transform:translateX(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:8px;animation:scrollFade 6s forwards;background:none;border:none;padding:0}
.hero-scroll span{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.26em;text-transform:uppercase;color:var(--white-45)}
.scrl-line{width:1px;height:36px;background:linear-gradient(to bottom,var(--gold),transparent);animation:scrlAni 2.2s infinite}
@keyframes scrlAni{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}100%{transform:scaleY(0);transform-origin:bottom}}
@keyframes scrollFade{0%,75%{opacity:.7}100%{opacity:0}}

/* ── Shared Section Styles ── */
.sec{padding:6rem 3rem;position:relative}
.con{max-width:1480px;margin:0 auto}
.sec-alt{background:var(--surface)}
.sec-alt2{background:var(--surface-2)}
.eyebrow{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--gold);display:inline-block;margin-bottom:1rem;font-weight:600}
.sec-h2{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:700;line-height:var(--line-heading);letter-spacing:var(--letter-tight);color:var(--white)}
.sec-h2 .gold{color:var(--gold);font-weight:600}
.body-l{font-size:var(--text-base);color:var(--white-70);line-height:var(--line-body);font-weight:400;margin-top:1rem;max-width:70ch}
.body-m{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body);font-weight:400;max-width:65ch}
.rv{opacity:0;transform:translateY(20px);transition:opacity .8s var(--ease-out),transform .8s var(--ease-out)}
.rv.vi{opacity:1;transform:translateY(0)}
.rv.d1{transition-delay:.1s}.rv.d2{transition-delay:.18s}.rv.d3{transition-delay:.26s}.rv.d4{transition-delay:.34s}.rv.d5{transition-delay:.42s}

/* ── Authority Statement ── */
.authority-statement{padding:4.5rem 3rem;text-align:center;background:linear-gradient(180deg,var(--navy),var(--surface));border-top:1px solid var(--white-10);border-bottom:1px solid var(--white-10)}
.auth-inner{max-width:720px;margin:0 auto}
.auth-line{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:700;color:var(--white-90);line-height:var(--line-heading);letter-spacing:var(--letter-tight)}
.auth-tagline{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--gold);margin-top:1.6rem}

/* ── About / Founding Vision ── */
#about{background:var(--surface);padding:6rem 3rem}
.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:center}
.about-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;min-height:460px;box-shadow:var(--shadow-lg)}
.about-visual::before{content:'';position:absolute;inset:0;background:linear-gradient(0deg,var(--navy-80),transparent 60%);z-index:1;pointer-events:none}
.about-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.78) saturate(.92)}
.about-badge{position:absolute;bottom:1.8rem;left:1.8rem;z-index:2;background:var(--navy-95);backdrop-filter:blur(16px);border:1px solid var(--gold-20);color:var(--white);padding:1.1rem 1.8rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:1.2rem}
.about-badge .ab-num{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:700;color:var(--gold);line-height:1}
.about-badge .ab-txt{font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--white-70);font-weight:600;line-height:1.4}
.about-content{display:flex;flex-direction:column;justify-content:center;text-align:left}
.about-content .eyebrow{margin-bottom:.4rem}
.about-content .sec-h2{margin-bottom:1.4rem}
.about-content .body-l{margin-bottom:1rem;max-width:60ch}
.pillars{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1.6rem}
.pillar{background:var(--surface-2);border:1px solid var(--white-10);border-radius:var(--radius-md);padding:1.5rem 1.6rem;transition:all .3s var(--ease-out)}
.pillar:hover{border-color:var(--gold-20);transform:translateY(-3px);background:var(--surface-3)}
.pillar h3{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-wide);text-transform:uppercase;color:var(--gold);font-weight:600;margin-bottom:.5rem}
.pillar p{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body)}

/* ── Business Lines / Ecosystem ── */
.biz-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}
.biz-card{position:relative;background:var(--surface-2);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:2rem 1.8rem;transition:all .35s var(--ease-out);display:flex;flex-direction:column;height:100%;overflow:hidden}
.biz-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-soft));transform:scaleX(0);transition:transform .4s var(--ease-out);transform-origin:left}
.biz-card:hover{border-color:var(--gold-20);transform:translateY(-5px);box-shadow:var(--shadow-lg);background:var(--surface-3)}
.biz-card:hover::before{transform:scaleX(1)}
.biz-icon{width:56px;height:56px;margin-bottom:1.4rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gold-08),transparent);border:1px solid var(--gold-20);border-radius:var(--radius-md);transition:all .3s}
.biz-icon svg{width:26px;height:26px;stroke:var(--gold);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.biz-card:hover .biz-icon{background:linear-gradient(135deg,var(--gold-20),var(--gold-08));transform:scale(1.05)}
.biz-meta{display:flex;align-items:baseline;gap:.8rem;margin-bottom:1rem}
.biz-num{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.18em;color:var(--gold);text-transform:uppercase;font-weight:600;flex-shrink:0}
.biz-card h3{font-size:var(--text-lg);font-weight:700;color:var(--white);line-height:var(--line-heading);font-family:var(--font-heading)}
.biz-card p{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body);margin-top:0}

/* ── Strategic Sectors ── */
.sectors-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.sector-card{position:relative;background:var(--surface-2);border:1px solid var(--white-10);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:all .4s var(--ease-out)}
.sector-card:hover{border-color:var(--gold-20);transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.sector-card:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.sector-img{overflow:hidden;position:relative}
.sector-img::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,var(--navy-95) 100%)}
.sector-img img{width:100%;height:220px;object-fit:cover;filter:brightness(.7) saturate(.9);transition:all .6s var(--ease-out)}
.sector-card:hover .sector-img img{filter:brightness(.8) saturate(1);transform:scale(1.06)}
.sector-body{padding:1.8rem 2rem}
.sector-num{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--gold);letter-spacing:var(--letter-mono);margin-bottom:.7rem;font-weight:600}
.sector-body h3{font-size:var(--text-xl);font-weight:700;color:var(--white);margin-bottom:.6rem;font-family:var(--font-heading);line-height:var(--line-heading)}
.sector-body p{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body)}
.sector-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1.2rem}
.sector-tags span{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.08em;padding:4px 12px;border:1px solid var(--white-10);border-radius:100px;color:var(--white-45);transition:all .25s}
.sector-card:hover .sector-tags span{border-color:var(--gold-20);color:var(--gold);background:var(--gold-08)}
.sector-link{display:flex;align-items:center;gap:8px;margin-top:1.4rem;font-size:var(--text-sm);font-weight:600;color:var(--gold);transition:gap .3s}
.sector-card:hover .sector-link{gap:14px}

/* ── Products & Services ── */
.filter-row{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}
.filter-btn{padding:9px 20px;border:1px solid var(--white-10);color:var(--white-60);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--letter-wide);text-transform:uppercase;border-radius:100px;transition:all .25s;background:transparent;white-space:nowrap}
.filter-btn:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-08)}
.filter-btn.active{background:var(--gold);border-color:var(--gold);color:var(--navy)}
.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;align-items:stretch}
.prod-card{position:relative;background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;transition:all .35s var(--ease-out);height:100%}
.prod-card:hover{border-color:var(--gold-20);transform:translateY(-5px);box-shadow:var(--shadow-lg);background:var(--surface-2)}
.prod-card.hd{display:none}
.prod-img{position:relative;overflow:hidden;cursor:pointer}
.prod-img:focus-visible{outline:2px solid var(--gold);outline-offset:-2px}
.prod-img img{width:100%;height:170px;object-fit:cover;transition:transform .6s var(--ease-out)}
.prod-card:hover .prod-img img{transform:scale(1.05)}
.prod-badge{position:absolute;top:1rem;left:1rem;font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.12em;text-transform:uppercase;background:var(--gold);color:var(--navy);padding:4px 12px;border-radius:100px;font-weight:700}
.prod-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}
.prod-body h3{font-size:var(--text-base);font-weight:700;color:var(--white);margin-bottom:.2rem;font-family:var(--font-heading);line-height:var(--line-heading)}
.prod-origin{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.1em;color:var(--gold);margin-bottom:.7rem}
.prod-body p{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body);flex:1}
.prod-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:auto;margin-bottom:1.1rem;background:var(--white-10);border-radius:var(--radius-sm);overflow:hidden}
.spec{background:var(--surface-2);padding:.7rem .9rem}
.spec .spec-lbl{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--white-45);text-transform:uppercase;letter-spacing:.08em}
.spec .spec-val{font-size:var(--text-sm);color:var(--gold);font-weight:700;margin-top:3px}
.prod-btn{width:100%;padding:11px;text-align:center;border:1px solid var(--white-10);color:var(--white-70);font-size:var(--text-xs);font-weight:600;letter-spacing:var(--letter-wide);text-transform:uppercase;border-radius:var(--radius-sm);transition:all .25s;background:transparent}
.prod-btn:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-08)}

/* ── Global Presence ── */
.global-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:3.5rem;align-items:start}
.global-hq .hq-title{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:700;line-height:var(--line-heading);color:var(--white);margin:.5rem 0 1.2rem}
.hq-card{margin-top:1.8rem;background:linear-gradient(135deg,var(--gold-08),var(--copper-12));border:1px solid var(--gold-20);border-radius:var(--radius-lg);padding:1.8rem;box-shadow:var(--shadow-md)}
.hq-card-label{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-weight:500}
.hq-card-rows{display:flex;flex-direction:column;gap:1rem}
.hq-row{display:flex;align-items:center;gap:1rem}
.hq-ic{width:38px;height:38px;background:var(--gold-08);border:1px solid var(--gold-12);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:var(--text-base);flex-shrink:0;color:var(--gold)}
.hq-lbl{font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--white-45)}
.hq-val{font-size:var(--text-sm);color:var(--white-90);transition:color .2s}
a.hq-val:hover{color:var(--gold)}
.countries-wrap{margin-top:2rem}
.countries-wrap h4{font-size:var(--text-xs);font-weight:700;color:var(--white);letter-spacing:var(--letter-mono);text-transform:uppercase;margin-bottom:1rem}
.countries-grid{display:flex;flex-wrap:wrap;gap:.5rem}
.ctry{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid var(--white-10);border-radius:100px;font-size:var(--text-xs);color:var(--white-70);transition:all .25s;font-weight:500;background:transparent;cursor:pointer}
.ctry[data-branch]{cursor:pointer}
.ctry[data-branch]:hover,.ctry[data-branch]:focus-visible{border-color:var(--gold);color:var(--gold);background:var(--gold-08);outline:none}
.ctry:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-08)}
.ctry.hq{border-color:var(--gold);background:var(--gold);color:var(--navy)}
.ctry.hq:hover{background:var(--gold-soft)}
.global-regions{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md)}
.global-regions h4{font-size:var(--text-sm);font-weight:700;color:var(--white);margin-bottom:1.4rem;letter-spacing:var(--letter-wide);text-transform:uppercase}
.region-list{display:flex;flex-direction:column;gap:1rem}
.region{padding:1.1rem 1.3rem;background:var(--surface-2);border:1px solid var(--white-10);border-left:3px solid var(--gold);border-radius:0 var(--radius-sm) var(--radius-sm) 0;transition:all .3s}
.region:hover{border-left-color:var(--gold);background:var(--surface-3);transform:translateX(4px)}
.region .region-name{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--gold);letter-spacing:var(--letter-mono);text-transform:uppercase;margin-bottom:4px;font-weight:500}
.region .region-countries{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body)}

/* ── Branch Popup ── */
.branch-popup{position:fixed;inset:0;z-index:9998;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s}
.branch-popup.op{opacity:1;pointer-events:all}
.bp-bg{position:absolute;inset:0;background:var(--navy-80);backdrop-filter:blur(12px)}
.bp-box{position:relative;background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);width:100%;max-width:440px;overflow:hidden;transform:scale(.95);transition:transform .35s var(--ease-out);box-shadow:var(--shadow-lg)}
.branch-popup.op .bp-box{transform:scale(1)}
.bp-head{background:var(--gold);padding:1.4rem 1.6rem;display:flex;justify-content:space-between;align-items:center}
.bp-head h3{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:700;color:var(--navy)}
.bp-close{width:32px;height:32px;background:rgba(11,16,32,.2);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:var(--text-base);cursor:pointer;border:none;transition:all .2s}
.bp-close:hover{background:rgba(11,16,32,.35)}
.bp-body{padding:1.6rem}
.bp-role{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;font-weight:500}
.bp-row{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--white-10)}
.bp-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.bp-ic{width:38px;height:38px;flex-shrink:0;background:var(--gold-08);border:1px solid var(--gold-12);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:var(--text-base);color:var(--gold)}
.bp-info strong{font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--white-45);display:block;margin-bottom:3px}
.bp-info a,.bp-info span{font-size:var(--text-sm);color:var(--white-90);transition:color .2s}
.bp-info a:hover{color:var(--gold)}
.bp-cta{margin-top:1.4rem;display:block;text-align:center;padding:13px;background:var(--gold);color:var(--navy);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:700;letter-spacing:var(--letter-wide);text-transform:uppercase;transition:all .25s}
.bp-cta:hover{background:var(--gold-soft)}

/* ── Leadership Team ── */
.team-founders{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2.5rem;max-width:760px;margin-left:auto;margin-right:auto}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.75rem}
.team-card{transition:transform .35s var(--ease-out);display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg)}
.team-card:hover{transform:translateY(-6px);border-color:var(--gold-20);box-shadow:var(--shadow-md)}
.team-founder{background:linear-gradient(135deg,var(--surface),var(--surface-2));padding:2rem}
.team-founder .team-photo{max-width:180px;border-width:3px;border-radius:var(--radius-lg);border-color:var(--gold-20)}
.team-founder .team-name{font-size:var(--text-lg)}
.team-founder .team-role{font-size:var(--text-sm);margin-bottom:.6rem}
.team-founder .team-bio{font-size:var(--text-sm);color:var(--white-60);max-width:280px}
.team-photo{position:relative;width:100%;max-width:150px;aspect-ratio:1;overflow:hidden;border-radius:50%;margin-bottom:1rem;background:linear-gradient(135deg,var(--surface-2),var(--surface-3));box-shadow:var(--shadow-sm);border:2px solid var(--gold-12);transition:border-color .3s}
.team-card:hover .team-photo{border-color:var(--gold-20)}
.team-photo img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s;filter:none}
.team-card:hover .team-photo img{transform:scale(1.05)}
.team-flag{display:inline-block;background:var(--gold-08);border:1px solid var(--gold-20);border-radius:100px;padding:4px 12px;font-size:var(--text-2xs);font-weight:700;letter-spacing:.08em;color:var(--gold);font-family:var(--font-mono);margin-bottom:.6rem;text-transform:uppercase}
.team-info{width:100%;padding:0 .2rem}
.team-name{font-size:var(--text-sm);font-weight:700;color:var(--white);line-height:var(--line-heading);margin-bottom:.4rem;word-wrap:break-word;overflow-wrap:anywhere;font-family:var(--font-heading)}
.team-role{font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.1em;text-transform:uppercase;color:var(--white-60);line-height:var(--line-body);margin-bottom:0;font-weight:500}
.team-bio{font-size:var(--text-xs);color:var(--white-45);line-height:var(--line-body);margin-top:.4rem;max-width:240px;margin-left:auto;margin-right:auto}

/* ── Insights ── */
.insights-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:1.5rem}
.insight-feature{position:relative;background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;transition:border-color .3s,box-shadow .3s;display:flex;flex-direction:column}
.insight-feature:hover{border-color:var(--gold-20);box-shadow:var(--shadow-lg)}
.insight-feature .insight-img{overflow:hidden;height:240px}
.insight-feature img{width:100%;height:100%;object-fit:cover;filter:brightness(.72);transition:transform .6s var(--ease-out)}
.insight-feature:hover img{transform:scale(1.04)}
.insight-body{padding:1.8rem;flex:1;display:flex;flex-direction:column}
.insight-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.7rem;flex-wrap:wrap}
.insight-cat{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--gold);font-weight:500}
.insight-date{font-size:var(--text-xs);color:var(--white-45)}
.insight-title{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:700;color:var(--white);line-height:var(--line-heading);margin-bottom:.6rem}
.insight-feature .insight-title{font-size:var(--text-xl)}
.insight-excerpt{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body);flex:1;max-width:55ch}
.insight-link{display:inline-flex;align-items:center;gap:8px;margin-top:1rem;font-size:var(--text-sm);font-weight:600;color:var(--gold);transition:gap .3s,color .25s}
.insight-link:hover{gap:14px;color:var(--gold-soft)}
.insights-side{display:flex;flex-direction:column;gap:1rem}
.insight-card{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:1.4rem;flex:1;cursor:pointer;transition:all .3s var(--ease-out);display:flex;flex-direction:column}
.insight-card:hover{border-color:var(--gold-20);transform:translateX(5px);background:var(--surface-2)}

/* ── Contact ── */
.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:3.5rem;align-items:start}
.contact-info .ci-title{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:700;line-height:var(--line-heading);color:var(--white);margin:.5rem 0 1.2rem}
.contact-details{display:flex;flex-direction:column;gap:1rem}
.cd{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--white-10)}
.cd:last-child{border-bottom:none}
.cd-ic{width:42px;height:42px;flex-shrink:0;background:var(--gold-08);border:1px solid var(--gold-12);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:var(--text-base);color:var(--gold)}
.cd-info strong{font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--white-45);display:block;margin-bottom:3px}
.cd-info a,.cd-info span{font-size:var(--text-sm);color:var(--white-90);transition:color .2s}
.cd-info a:hover{color:var(--gold)}
.form-wrap{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:2.2rem;box-shadow:var(--shadow-md)}
.form-title{font-size:var(--text-lg);font-weight:700;color:var(--white);margin-bottom:1.6rem}
.f-row-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.fg{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}
.fg label{font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--white-45);font-weight:600}
.fg input,.fg textarea,.fg select{background:var(--navy);border:1px solid var(--white-10);color:var(--white);padding:12px 14px;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:var(--text-sm);transition:border-color .25s,box-shadow .25s;outline:none;width:100%;appearance:none}
.fg input::placeholder,.fg textarea::placeholder{color:var(--white-45)}
.fg input:focus,.fg textarea:focus,.fg select:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-08)}
.fg textarea{resize:vertical;min-height:115px}
.fg select option{background:var(--surface)}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.btn-submit{width:100%;padding:15px;background:var(--gold);color:var(--navy);font-size:var(--text-xs);font-weight:700;letter-spacing:var(--letter-wide);text-transform:uppercase;border-radius:var(--radius-sm);border:none;transition:all .25s}
.btn-submit:hover{background:var(--gold-soft);box-shadow:var(--shadow-gold);transform:translateY(-1px)}
.btn-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}
.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(11,16,32,.25);border-top-color:var(--navy);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle;margin-right:6px}
@keyframes spin{to{transform:rotate(360deg)}}
.f-msg{padding:11px 15px;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:var(--text-sm);text-align:center;display:none}
.f-msg.show{display:block}
.f-msg.error{background:rgba(220,80,80,.12);color:#e88;border:solid 1px rgba(220,80,80,.25)}
.f-msg.success{background:var(--emerald-12);color:#7ecba0;border:solid 1px rgba(46,125,90,.25)}
.form-success{display:none;text-align:center;padding:3rem 1rem}
.form-success .fsi{font-size:var(--text-3xl);color:var(--emerald);margin-bottom:1rem}
.form-success h4{font-size:var(--text-lg);font-weight:700;color:var(--white);margin-bottom:.5rem}
.form-success p{font-size:var(--text-sm);color:var(--white-70)}

/* ── Footer ── */
footer{background:var(--surface);border-top:1px solid var(--white-10);padding:4.5rem 3rem 1.8rem}
.ft-inner{max-width:1480px;margin:0 auto}
.ft-top{display:grid;grid-template-columns:1.4fr 1.2fr 1fr;gap:3.5rem;padding-bottom:2.5rem;border-bottom:1px solid var(--white-10);align-items:start}
.ft-brand .ft-logo{display:flex;align-items:center;gap:14px;margin-bottom:1.6rem}
.ft-brand .ft-logo img{height:72px;width:auto;opacity:1;filter:brightness(1.05) contrast(1.05)}
.ft-brand p{font-size:var(--text-sm);color:var(--white-45);line-height:var(--line-body);max-width:380px;margin-bottom:1rem;overflow-wrap:break-word;word-break:normal}
.ft-brand .ft-tagline{font-size:var(--text-xs);color:var(--gold);font-weight:600;letter-spacing:var(--letter-wide);text-transform:uppercase;margin-bottom:1.4rem;max-width:380px}
.ft-social{display:flex;gap:.5rem;flex-wrap:wrap}
.ft-social a{width:36px;height:36px;border:1px solid var(--white-10);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s;background:var(--white-05)}
.ft-social a svg{width:16px;height:16px;fill:var(--white-45);transition:fill .25s}
.ft-social a:hover{border-color:var(--gold);background:var(--gold-08);transform:translateY(-2px)}
.ft-social a:hover svg{fill:var(--gold)}
.ft-col h4{font-size:var(--text-xs);letter-spacing:var(--letter-wide);text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-weight:700}
.ft-col a{display:block;font-size:var(--text-sm);color:var(--white-45);margin-bottom:.65rem;transition:color .2s,padding-left .2s;overflow-wrap:break-word}
.ft-col a:hover{color:var(--gold);padding-left:4px}
.ft-links{display:grid;grid-template-columns:repeat(3,1fr);gap:.4rem 1.6rem}
.ft-links a{margin-bottom:.35rem}

/* ── Footer Establishments Strip (Removed) ── */

.ft-bottom{padding-top:1.8rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.ft-bottom p{font-size:var(--text-xs);color:var(--white-45)}
.ft-legal{display:flex;gap:1.8rem;flex-wrap:wrap}
.ft-legal a{font-size:var(--text-xs);color:var(--white-45);transition:color .2s}
.ft-legal a:hover{color:var(--gold)}

/* ── Back to Top ── */
#stbtn{position:fixed;bottom:2rem;right:2rem;z-index:800;width:44px;height:44px;background:var(--gold);color:var(--navy);border-radius:var(--radius-sm);font-size:var(--text-lg);font-weight:700;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .3s var(--ease-out);box-shadow:var(--shadow-gold);border:none}
#stbtn.sh{opacity:1;pointer-events:auto}
#stbtn:hover{background:var(--gold-soft);transform:scale(1.08)}

/* ── Product Modal ── */
.modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .3s}
.modal.op{opacity:1;pointer-events:all}
.modal-bg{position:absolute;inset:0;background:var(--navy-80);backdrop-filter:blur(12px)}
.modal-box{position:relative;background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:85vh;overflow-y:auto;transform:translateY(20px);transition:transform .4s var(--ease-out);box-shadow:var(--shadow-lg)}
.modal.op .modal-box{transform:translateY(0)}
.modal-head{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 1.6rem;border-bottom:1px solid var(--white-10)}
.modal-head h3{font-family:var(--font-heading);font-size:var(--text-xl);font-weight:700;color:var(--white)}
.modal-close{width:34px;height:34px;border:1px solid var(--white-10);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--white-45);transition:all .2s;background:transparent}
.modal-close:hover{border-color:var(--gold);color:var(--gold)}
.modal-body{padding:1.6rem}
.modal-body img{width:100%;height:220px;object-fit:cover;border-radius:var(--radius-md);margin-bottom:1.4rem}
.m-badge{display:inline-block;padding:4px 14px;background:var(--gold);color:var(--navy);font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;border-radius:100px;font-weight:700;margin-bottom:1rem}
.modal-body p{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body);margin-bottom:1.4rem}
.m-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--white-10);border-radius:var(--radius-sm);overflow:hidden;margin-bottom:1.4rem}
.msp{background:var(--surface-2);padding:.85rem 1rem}
.msp .ml{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--white-45);text-transform:uppercase;letter-spacing:.07em}
.msp .mv{font-size:var(--text-sm);color:var(--gold);font-weight:700;margin-top:3px}
.modal-cta{display:flex;gap:1rem;flex-wrap:wrap}
.modal-cta a{padding:12px 26px;border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:700;letter-spacing:var(--letter-wide);text-transform:uppercase;transition:all .25s}
.mc1{background:var(--gold);color:var(--navy)}.mc1:hover{background:var(--gold-soft)}
.mc2{border:1px solid var(--white-10);color:var(--white-70)}.mc2:hover{border-color:var(--gold);color:var(--gold);background:var(--gold-08)}

/* ── Utilities ── */
.gold{color:var(--gold)}

/* ── Responsive ── */
@media(min-width:1400px){
  .hero-h1{font-size:var(--text-4xl)}
}

@media(max-width:1320px){
  .desktop-nav{gap:1.2rem}
  .desktop-nav a{font-size:var(--text-xs)}
  .nav-cta{padding:9px 16px;font-size:var(--text-xs)}
}

@media(max-width:1200px){
  .desktop-nav{gap:1.2rem}
  .desktop-nav a{font-size:var(--text-xs)}
  .nav-cta{padding:9px 18px;font-size:var(--text-xs)}
  .sec{padding:5rem 2.5rem}
  #about{padding:5rem 2.5rem}
  .authority-statement{padding:3.5rem 2.5rem}
  .about-grid{grid-template-columns:1fr 1.15fr;gap:3rem}
  .global-grid{gap:2.5rem}
  .contact-grid{gap:2.5rem}
  .products-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:1024px){
  .nav-inner{height:70px}
  .nav-logo img{height:38px}
  .hero-h1{font-size:var(--text-3xl)}
  .slide-content{padding:110px 2rem 5rem;justify-content:center}
  .hero-metrics{margin-top:2rem}
  .slide-arrows{right:2rem}
  .sec{padding:4rem 2rem}
  #about{padding:4rem 2rem}
  .authority-statement{padding:3rem 2rem}
  .about-grid{grid-template-columns:1fr;gap:2.5rem}
  .about-visual{min-height:340px}
  .biz-grid{grid-template-columns:repeat(2,1fr)}
  .sectors-grid{grid-template-columns:1fr}
  .products-grid{grid-template-columns:repeat(2,1fr)}
  .global-grid{grid-template-columns:1fr;gap:2.5rem}
  .team-grid{grid-template-columns:repeat(3,1fr)}
  .team-founders{grid-template-columns:repeat(2,1fr)}
  .team-founder .team-photo{max-width:180px}
  .insights-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr;gap:2.5rem}
  .ft-top{grid-template-columns:repeat(2,1fr);gap:2.5rem}
  .m-specs{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .ft-top{grid-template-columns:1fr 1fr;gap:2.5rem}
  .ft-brand{grid-column:1/-1}
  .ft-links{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:768px){
  .hero-h1{font-size:var(--text-3xl);max-width:100%}
  .hero-sub{font-size:var(--text-sm)}
  .hero-metrics{gap:1.8rem;margin-top:1.8rem;padding-top:1.2rem}
  .metric-val{font-size:var(--text-2xl)}
  .sec{padding:3.5rem 1.5rem}
  #about{padding:3.5rem 1.5rem}
  .authority-statement{padding:2.5rem 1.5rem}
  .biz-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .biz-card.biz-lg{grid-column:span 2}
  .products-grid{grid-template-columns:1fr}
  .team-grid{grid-template-columns:repeat(3,1fr);gap:1.2rem}
  .team-photo{max-width:160px}
  .ft-top{grid-template-columns:1fr;gap:1.8rem}
  .ft-brand .ft-logo img{height:60px}
  .ft-links{grid-template-columns:repeat(3,1fr)}
  .m-specs{grid-template-columns:repeat(2,1fr)}
  .f-row-2{grid-template-columns:1fr}
}

@media(max-width:600px){
  header{padding:0 1.25rem}
  .nav-inner{height:66px}
  #hero{height:auto;min-height:100svh;min-height:-webkit-fill-available;min-height:100dvh;padding-bottom:4rem}
  .slide{position:absolute;height:100%;min-height:100svh;min-height:-webkit-fill-available;min-height:100dvh}
  .slide.active{position:relative}
  .slide-content{position:relative;padding:100px 1.25rem 1.5rem;justify-content:flex-start;min-height:calc(100svh - 100px);min-height:calc(100dvh - 100px)}
  .hero-h1{font-size:var(--text-2xl);line-height:1.1}
  .hero-sub{font-size:var(--text-xs);line-height:1.7;margin-top:.9rem}
  .hero-cta{flex-direction:column;gap:.6rem;margin-top:1.6rem}
  .btn-primary,.btn-ghost{width:100%;justify-content:center;padding:12px 22px;font-size:var(--text-xs)}
  .hero-metrics{gap:1rem;flex-wrap:wrap;margin-top:auto;padding-top:1rem}
  .metric{min-width:calc(50% - .5rem)}
  .metric-val{font-size:var(--text-xl)}
  .metric-lbl{font-size:var(--text-xs)}
  .slide-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);margin-top:0;justify-content:center}
  .dot{width:20px}.dot.active{width:32px}
  .slide-arrows{display:none}
  .hero-scroll{display:none}
  .sec{padding:3rem 1.25rem}
  #about{padding:3rem 1.25rem}
  .authority-statement{padding:2rem 1.25rem}
  .sec-h2{font-size:var(--text-2xl)}
  .eyebrow{font-size:var(--text-xs)}
  .about-visual{min-height:280px}
  .about-badge{padding:1rem 1.2rem}
  .about-badge .ab-num{font-size:var(--text-3xl)}
  .pillars{grid-template-columns:1fr;gap:.8rem}
  .biz-grid{grid-template-columns:1fr;gap:.9rem}
  .biz-card{padding:1.4rem}
  .sector-img img{height:190px}
  .filter-row{gap:.35rem}
  .filter-btn{padding:7px 14px;font-size:var(--text-xs)}
  .prod-img img{height:170px}
  .countries-grid{gap:.35rem}
  .ctry{font-size:var(--text-xs);padding:5px 11px}
  .region{padding:.85rem 1rem}
  .team-grid{grid-template-columns:repeat(2,1fr);gap:1.2rem .8rem}
  .team-photo{max-width:150px}
  .team-name{font-size:var(--text-xs)}
  .team-role{font-size:var(--text-xs)}
  .team-bio{font-size:var(--text-xs);display:block}
  .insight-feature .insight-img{height:200px}
  .insight-body{padding:1.4rem}
  .insight-title{font-size:var(--text-base)}
  .insight-feature .insight-title{font-size:var(--text-lg)}
  .contact-grid{gap:2rem}
  .form-wrap{padding:1.6rem}
  .cd{gap:.8rem}
  .cd-ic{width:36px;height:36px;font-size:var(--text-sm)}
  .ft-bottom{flex-direction:column;align-items:flex-start;gap:.8rem}
  .drawer{width:100%}
  .dr-nav a{font-size:var(--text-sm);padding:.9rem 1rem}
  .modal{padding:.75rem}
  .modal-box{max-height:90vh;border-radius:var(--radius-md)}
  .modal-head{padding:1.1rem 1.3rem}
  .modal-body{padding:1.3rem}
  .modal-body img{height:170px}
  .m-specs{grid-template-columns:repeat(2,1fr)}
  .modal-cta{flex-direction:column}
  .modal-cta a{text-align:center;justify-content:center}
  .bp-box{border-radius:var(--radius-md)}
  .bp-head{padding:1.1rem 1.3rem}
  .bp-body{padding:1.3rem}
  #stbtn{bottom:1.25rem;right:1.25rem;width:40px;height:40px;font-size:var(--text-sm)}
}

@media(max-width:480px){
  .hero-h1{font-size:var(--text-2xl)}
  .hero-metrics{gap:.9rem}
  .metric-val{font-size:var(--text-lg)}
  .team-grid{grid-template-columns:repeat(2,1fr);gap:1rem .6rem}
  .team-photo{max-width:130px;border-width:1.5px}
  .team-name{font-size:var(--text-xs)}
  .team-role{font-size:var(--text-xs)}
  .team-bio{font-size:var(--text-xs)}
  .team-flag{font-size:var(--text-2xs);padding:2px 5px}
  .ft-top{grid-template-columns:1fr}
  .btn-primary,.btn-ghost{font-size:var(--text-xs);padding:11px 18px}
  .products-grid{gap:.9rem}
}

@media(max-width:360px){
  .hero-h1{font-size:var(--text-3xl)}
  .sec{padding:2.5rem 1rem}
  #about{padding:2.5rem 1rem}
  .authority-statement{padding:1.8rem 1rem}
  .slide-content{padding:0 1rem 3rem;padding-top:90px}
  .metric-val{font-size:var(--text-lg)}
  .slide-dots{display:none}
  .hero-scroll{display:none}
}

/* ── Touch Devices ── */
@media(hover:none) and (pointer:coarse){
  .biz-card:hover,.sector-card:hover,.prod-card:hover,.team-card:hover,.insight-feature:hover,.insight-card:hover{transform:none;box-shadow:none}
  .btn-primary:hover,.btn-ghost:hover{transform:none}
  .filter-btn{padding:11px 20px}
  .dr-nav a{padding:1.05rem}
  .ctry{padding:8px 16px}
  button,a{touch-action:manipulation}
}

/* ── iOS Safe Areas ── */
@supports(-webkit-touch-callout:none){
  #hero{height:-webkit-fill-available;min-height:600px}
  .slide-content{padding-top:calc(95px + env(safe-area-inset-top))}
  header{padding-top:env(safe-area-inset-top)}
  footer{padding-bottom:calc(2rem + env(safe-area-inset-bottom))}
  #stbtn{bottom:calc(1.75rem + env(safe-area-inset-bottom))}
}

/* ── Landscape Mobile ── */
@media(max-width:820px) and (orientation:landscape) and (max-height:500px){
  #hero{height:auto;min-height:100vh}
  .slide-content{padding-top:90px;padding-bottom:2.5rem;align-items:flex-start}
  .hero-h1{font-size:var(--text-xl)}
  .hero-sub{display:none}
  .hero-metrics{flex-wrap:wrap;gap:.8rem;margin-top:.8rem;padding-top:.8rem}
  .metric-val{font-size:var(--text-lg)}
  .hero-scroll{display:none}
}

/* ── Reduced Motion ── */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* ── Retina / High DPI ── */
@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){
  .nav-logo img,.ld-logo img{image-rendering:-webkit-optimize-contrast}
}

/* ── Print ── */
@media print{
  header,#loader,#stbtn,#drawer,#overlay,.slide-arrows,.slide-dots,.hero-scroll{display:none!important}
  #hero{height:auto;page-break-after:always;background:var(--navy)}
  .slide-content{position:relative;padding:2rem;opacity:1;transform:none}
  body{background:#fff;color:#111}
  .sec{padding:2rem 1rem;page-break-inside:avoid;background:#fff!important}
  .sec-h2,.hero-h1{color:#111}
  .body-l,.body-m,.hero-sub{color:#444}
}

/* ── Social Icons Shared ── */
.co-social{display:flex;gap:.5rem;margin-top:.6rem;flex-wrap:wrap}
.co-social a{width:34px;height:34px;border:1px solid var(--white-10);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all .25s;background:var(--white-05)}
.co-social a svg{width:15px;height:15px;fill:var(--white-45);transition:fill .25s}
.co-social a:hover{border-color:var(--gold-20);background:var(--gold-08)}
.co-social a:hover svg{fill:var(--gold)}

/* ── Mega Menu (Removed — replaced with hamburger drawer) ── */

/* ── Directory / Establishments ── */
.section-head{text-align:center;max-width:780px;margin:0 auto 3rem}
.section-head .sec-h2{margin-top:.5rem}
.section-head .body-m{max-width:60ch;margin:.9rem auto 0}
.dir-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:1rem;margin-bottom:2.5rem}
.dir-sum-item{text-align:center;padding:1.4rem 1rem;background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);transition:all .25s var(--ease-out)}
.dir-sum-item:hover{border-color:var(--gold-20);transform:translateY(-3px);box-shadow:var(--shadow-md)}
.dir-sum-num{display:block;font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:700;color:var(--gold);line-height:1}
.dir-sum-lbl{display:block;font-size:var(--text-xs);letter-spacing:var(--letter-wide);text-transform:uppercase;color:var(--white-45);margin-top:.5rem;font-weight:600}
.office-directory{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:2.2rem;box-shadow:var(--shadow-md)}
.od-header{padding-bottom:1.5rem;margin-bottom:1.6rem;border-bottom:1px solid var(--white-10)}
.od-title{font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:700;color:var(--white);line-height:var(--line-heading);margin-bottom:.3rem}
.od-sub{font-size:var(--text-sm);color:var(--white-45)}
.od-filters{display:grid;grid-template-columns:1.5fr repeat(3,1fr) auto;gap:1rem;align-items:end;margin-bottom:1.5rem}
.od-fg{display:flex;flex-direction:column;gap:.4rem}
.od-fg label{font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--white-45);font-weight:600}
.od-fg input,.od-fg select{background:var(--navy);border:1px solid var(--white-10);color:var(--white);padding:12px 14px;border-radius:var(--radius-sm);font-size:var(--text-sm);outline:none;width:100%}
.od-fg input:focus,.od-fg select:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-08)}
.od-filters .btn-ghost{align-self:end;height:46px;padding:0 18px}
.od-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}
.od-card{background:var(--surface-2);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:1.6rem;transition:all .3s var(--ease-out);display:flex;flex-direction:column;height:100%}
.od-card:hover{border-color:var(--gold-20);transform:translateY(-5px);box-shadow:var(--shadow-md);background:var(--surface-3)}
.od-card-main{flex:1;margin-bottom:1.2rem}
.od-segment-chip{display:inline-block;font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:.08em;text-transform:uppercase;background:var(--gold-08);border:1px solid var(--gold-12);color:var(--gold);padding:3px 10px;border-radius:100px;font-weight:600;margin-bottom:.9rem}
.od-card-title{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:700;color:var(--white);line-height:var(--line-heading);margin-bottom:.35rem}
.od-location{font-size:var(--text-sm);color:var(--white-60);display:flex;align-items:center;gap:.35rem}
.od-card-actions{display:flex;gap:.6rem;margin-top:auto;flex-wrap:wrap}
.od-card-actions .btn-primary,.od-card-actions .btn-ghost{padding:9px 16px;font-size:var(--text-xs)}
.od-empty{text-align:center;padding:2.5rem 2rem;border:1px dashed var(--white-10);border-radius:var(--radius-lg)}
.od-empty p{color:var(--white-45);margin-bottom:1rem}

/* ── Portfolio (Removed — duplicated the Directory) ── */

/* ── Footer Accordion ── (Removed — replaced with always-visible establishments strip) */
/* ── Breadcrumb ── */
.breadcrumb{background:var(--surface-2);border-bottom:1px solid var(--white-10);padding:1.2rem 0}
.bc-list{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;list-style:none}
.bc-item{font-size:var(--text-xs);color:var(--white-45)}
.bc-item a{color:var(--white-70);transition:color .2s}
.bc-item a:hover{color:var(--gold)}
.bc-item.active{color:var(--gold);font-weight:600}
.bc-item:not(:last-child)::after{content:'/';margin-left:.6rem;color:var(--white-20)}

/* ── Company Page Hero ── */
.company-hero{padding:140px 0 4rem;background:linear-gradient(135deg,var(--navy-95),var(--surface-2));border-bottom:1px solid var(--white-10)}
.ch-content{max-width:800px}
.ch-badges{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1.4rem}
.ch-region,.ch-segment{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;padding:5px 14px;border-radius:100px;font-weight:600}
.ch-region{background:var(--gold);color:var(--navy)}
.ch-segment{background:var(--surface);border:1px solid var(--gold-20);color:var(--gold)}
.ch-title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:700;color:var(--white);line-height:var(--line-heading);letter-spacing:var(--letter-tight)}
.ch-country{font-size:var(--text-lg);color:var(--gold);margin:.6rem 0 1.2rem}
.ch-desc{font-size:var(--text-base);color:var(--white-70);line-height:var(--line-body);max-width:65ch;margin-bottom:1.6rem}
.ch-cta{display:flex;gap:1rem;flex-wrap:wrap}

/* ── Legal Pages ── */
.legal-hero{padding:140px 0 3rem;background:linear-gradient(135deg,var(--navy-95),var(--surface-2));border-bottom:1px solid var(--white-10)}
.legal-hero-inner{max-width:760px}
.legal-hero .sec-h2{margin-top:.4rem}
.legal-meta{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:.12em;text-transform:uppercase;color:var(--white-45);margin-top:1.2rem}
.legal-hero .body-l{margin-top:1.4rem}
.legal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.legal-card{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:1.6rem 1.8rem;transition:all .3s var(--ease-out)}
.legal-card:hover{border-color:var(--gold-20);background:var(--surface-2)}
.legal-card h2{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:700;color:var(--white);line-height:var(--line-heading);margin-bottom:.9rem;letter-spacing:var(--letter-tight)}
.legal-card p{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body);margin-bottom:.9rem}
.legal-card p:last-child{margin-bottom:0}
.legal-card ul{list-style:disc;padding-left:1.2rem;margin-bottom:.9rem;display:flex;flex-direction:column;gap:.45rem}
.legal-card ul li{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body)}
.legal-card a{color:var(--gold);text-decoration:underline;text-decoration-color:var(--gold-20);text-underline-offset:3px;transition:text-decoration-color .25s}
.legal-card a:hover{text-decoration-color:var(--gold)}

@media(max-width:1024px){
  .legal-grid{grid-template-columns:1fr}
  .legal-hero{padding:120px 0 2.5rem}
}

/* ── Company Page Layout ── */
.co-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:2.5rem;align-items:start}
.co-main{min-width:0}
.co-side{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:90px;max-height:calc(100vh - 110px);overflow:auto;box-shadow:var(--shadow-md)}
.co-side-title{font-family:var(--font-heading);font-size:var(--text-base);font-weight:700;color:var(--white);margin-bottom:1rem;letter-spacing:var(--letter-wide);text-transform:uppercase}
.co-side-list{list-style:none;display:flex;flex-direction:column;gap:.15rem}
.co-side-list a{display:flex;flex-direction:column;gap:2px;padding:.6rem .8rem;border-radius:var(--radius-sm);border-left:2px solid transparent;transition:all .25s;background:transparent}
.co-side-list a:hover,.co-side-list a:focus-visible{background:var(--gold-08);border-left-color:var(--gold);outline:none}
.co-side-list a.is-active{background:var(--gold-12);border-left-color:var(--gold)}
.co-side-list a.is-active .co-side-name{color:var(--gold)}
.co-side-name{font-size:var(--text-xs);font-weight:600;color:var(--white);line-height:var(--line-heading)}
.co-side-country{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--white-45);letter-spacing:.08em;text-transform:uppercase}

/* ── Company Prev/Next ── */
.co-prevnext{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.co-prevnext-link{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.2rem;background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-md);transition:all .3s var(--ease-out)}
.co-prevnext-link:hover{border-color:var(--gold-20);background:var(--surface-2);transform:translateY(-2px)}
.co-prevnext-link.co-next{text-align:right;align-items:flex-end}
.co-prevnext-lbl{font-family:var(--font-mono);font-size:var(--text-2xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--gold);font-weight:600}
.co-prevnext-name{font-family:var(--font-heading);font-size:var(--text-sm);font-weight:700;color:var(--white);line-height:var(--line-heading)}
.co-prevnext-country{font-family:var(--font-mono);font-size:var(--text-2xs);color:var(--white-45);letter-spacing:.06em;text-transform:uppercase}

@media(max-width:1024px){
  .co-layout{grid-template-columns:1fr}
  .co-side{position:static;max-height:none}
}
@media(max-width:600px){
  .co-prevnext{grid-template-columns:1fr}
  .co-prevnext-link.co-next{text-align:left;align-items:flex-start}
}

/* ── Company Overview ── */
.co-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.co-card{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:1.4rem;transition:all .3s var(--ease-out)}
.co-card:hover{border-color:var(--gold-20);background:var(--surface-2)}
.co-label{font-family:var(--font-mono);font-size:var(--text-xs);letter-spacing:var(--letter-mono);text-transform:uppercase;color:var(--white-45);margin-bottom:.5rem;font-weight:500}
.co-value{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:700;color:var(--white);line-height:var(--line-heading)}

/* ── Company Placeholder Sections ── */
.csec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.csec-card{background:var(--surface);border:1px solid var(--white-10);border-radius:var(--radius-lg);padding:1.5rem;transition:all .3s var(--ease-out);display:flex;flex-direction:column}
.csec-card:hover{border-color:var(--gold-20)}
.csec-card h3{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:700;color:var(--white);margin-bottom:.8rem}
.csec-card p{font-size:var(--text-sm);color:var(--white-70);line-height:var(--line-body);flex:1}
.csec-card p.placeholder{color:var(--white-45);font-style:italic}

/* ── Responsive for new components ── */
@media(max-width:1024px){
  .dir-summary{grid-template-columns:repeat(3,1fr)}
  .od-filters{grid-template-columns:1fr 1fr}
  .od-grid,.co-grid,.csec-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .dir-summary{grid-template-columns:repeat(2,1fr);gap:.8rem}
  .dir-sum-item{padding:1.1rem .8rem}
  .od-filters{grid-template-columns:1fr}
  .od-grid,.co-grid,.csec-grid{grid-template-columns:1fr}
  .company-hero{padding:120px 0 3rem}
  .ch-title{font-size:var(--text-2xl)}
}
@media(max-width:480px){
  .ch-cta{flex-direction:column}
  .ch-cta .btn-primary,.ch-cta .btn-ghost{width:100%;justify-content:center}
}

@media print{
  .od-filters,#stbtn{display:none!important}
  .od-grid,.co-grid,.csec-grid{display:block}
  .od-card,.co-card,.csec-card{page-break-inside:avoid}
}
