/* =========================================================
   SHARED UTILITIES
   ========================================================= */
.section-label{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}
.section-label.kc-center{justify-content:center}
.section-label .bar{width:2rem;height:2px;background:var(--gold)}
.section-label span{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}

.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.5rem}
.section-head h2{font-family:var(--serif);font-size:42px;font-weight:600;letter-spacing:-.01em;line-height:1.2;color:var(--charcoal);margin-top:.5rem}
.section-head.kc-center{flex-direction:column;align-items:center;text-align:center}
.section-head p.lead{font-size:14px;color:var(--muted);max-width:320px;text-align:right}

.btn-gold{background:var(--gold);color:var(--navy);font-size:13px;font-weight:700;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .22s,transform .22s,box-shadow .22s}
.btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(201,168,76,.35)}
.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff;font-size:13px;font-weight:600;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;transition:background .22s,border-color .22s,transform .22s;background:rgba(255,255,255,.05)}
.btn-outline-light:hover{background:rgba(255,255,255,.12);border-color:var(--gold);transform:translateY(-2px)}
.btn-outline-navy{border:1px solid var(--navy);color:var(--navy);font-size:13px;font-weight:600;padding:.9rem 2rem;display:inline-flex;align-items:center;gap:.5rem;transition:background .22s,color .22s,transform .22s}
.btn-outline-navy:hover{background:var(--navy);color:#fff;transform:translateY(-2px)}
.link-underline{color:var(--gold);font-size:13px;font-weight:600;border-bottom:1px solid var(--gold-mid);padding-bottom:2px;transition:opacity .2s}
.link-underline:hover{opacity:.75}
.link-arrow{color:var(--navy);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border-bottom:1px solid var(--navy);padding-bottom:2px;transition:opacity .2s;white-space:nowrap}
.link-arrow:hover{opacity:.7}
.link-arrow span.g{color:var(--gold)}

.kc-reveal{opacity:0;transform:translateY(28px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}
.kc-reveal.kc-visible{opacity:1;transform:translateY(0)}
.kc-reveal-delay-1{transition-delay:.08s}
.kc-reveal-delay-2{transition-delay:.16s}
.kc-reveal-delay-3{transition-delay:.24s}
.kc-reveal-delay-4{transition-delay:.32s}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
  .kc-reveal{opacity:1;transform:none}
}

/* =========================================================
   TEAM HERO
   ========================================================= */
.lt-hero{position:relative;min-height:560px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-top:var(--nav-h)}
.lt-hero-bg{position:absolute;inset:0;z-index:0}
.lt-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 30%}
.lt-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,rgba(11,31,58,.97) 0%,rgba(11,31,58,.88) 55%,rgba(11,31,58,.42) 100%)}
.lt-hero-line{position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:var(--gold);opacity:.6}
.lt-hero-inner{position:relative;z-index:3;padding:6rem 0 4rem}
.lt-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2.5rem;font-size:11px;letter-spacing:.08em}
.lt-breadcrumb a{color:rgba(255,255,255,.45)}
.lt-breadcrumb span.sep{color:rgba(201,168,76,.5)}
.lt-breadcrumb span.current{color:var(--gold)}
.lt-hero-inner h1{font-family:var(--serif);font-size:58px;font-weight:600;line-height:1.06;letter-spacing:-.02em;color:#fff;margin-bottom:1.5rem;max-width:700px}
.lt-hero-inner h1 span.g{color:var(--gold)}
.lt-hero-inner p.sub{font-size:17px;color:rgba(255,255,255,.65);line-height:1.7;max-width:580px}
.lt-hero-fade{position:absolute;bottom:0;left:0;right:0;height:5rem;z-index:2;background:linear-gradient(to bottom,transparent,#fff)}

/* =========================================================
   TEAM OVERVIEW
   ========================================================= */
.lt-overview{background:#fff;padding:7rem 0}
.lt-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}
.lt-overview-text h2{font-family:var(--serif);font-size:38px;font-weight:600;line-height:1.22;color:var(--charcoal);margin-bottom:1.25rem}
.lt-overview-text>p{font-size:14.5px;color:var(--muted);line-height:1.75;margin-bottom:1.25rem}
.lt-overview-points{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border)}
.lt-overview-point{background:var(--bg-subtle);padding:1.75rem;display:flex;flex-direction:column;gap:.75rem}
.lt-overview-bar{width:2px;height:2rem;background:var(--gold)}
.lt-overview-point h4{font-family:var(--serif);font-size:16px;font-weight:600;color:var(--charcoal)}
.lt-overview-point p{font-size:12.5px;color:var(--muted);line-height:1.65}

/* =========================================================
   TEAM DIRECTORY
   ========================================================= */
.lt-directory{background:var(--bg-subtle);padding:7rem 0}
.lt-filter-row{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}
.lt-filter{font-size:11px;font-weight:600;letter-spacing:.03em;padding:.5rem 1.125rem;border:1px solid var(--border);color:var(--charcoal);background:#fff;transition:all .2s;cursor:default}
.lt-filter.kc-active{background:var(--navy);border-color:var(--navy);color:#fff}

.lt-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.lt-card{background:#fff;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(10,20,40,.04)}
.lt-card-photo{position:relative;overflow:hidden;height:250px}
.lt-card-photo img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .5s ease}
.lt-card:hover .lt-card-photo img{transform:scale(1.04)}
.lt-card-photo-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(11,31,58,.7) 0%,transparent 50%)}
.lt-card-badge{position:absolute;top:1rem;left:1rem;font-size:10.5px;font-weight:600;padding:.3rem .7rem;letter-spacing:.02em}
.lt-card-badge.kc-founding{background:var(--gold);color:var(--navy)}
.lt-card-badge.kc-senior{background:var(--navy);color:#fff}
.lt-card-badge.kc-assoc{background:var(--charcoal);color:#fff}
.lt-card-badge.kc-other{background:#fff;color:var(--navy);border:1px solid var(--border)}
.lt-card-body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.lt-card-name{font-family:var(--serif);font-size:17px;font-weight:600;color:var(--charcoal);line-height:1.35}
.lt-card-role{font-size:11.5px;font-weight:600;letter-spacing:.03em;color:var(--gold);margin-top:.15rem}
.lt-card-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.lt-card-tag{background:var(--bg-subtle);color:var(--navy);font-size:10.5px;font-weight:600;padding:.25rem .55rem}
.lt-card-divider{height:1px;background:var(--border)}
.lt-card-bio{font-size:12px;color:var(--muted);line-height:1.65}
.lt-card-foot{margin-top:auto;padding-top:.5rem}
.lt-card-link{color:var(--navy);font-size:11.5px;font-weight:600;display:flex;align-items:center;gap:.5rem}
.lt-card-link span{color:var(--gold)}

/* =========================================================
   TEAM STATS + EXPERTISE
   ========================================================= */
.lt-expertise{background:#fff;padding:7rem 0}
.lt-expertise-grid{display:grid;grid-template-columns:2fr 3fr;gap:4rem;align-items:flex-start}
.lt-expertise-text p{font-size:14.5px;color:var(--muted);line-height:1.75;margin-bottom:2rem}
.lt-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border)}
.lt-stat-box{background:var(--bg-subtle);padding:1.75rem}
.lt-stat-box .num{font-family:var(--serif);font-size:32px;font-weight:600;color:var(--navy)}
.lt-stat-box .lbl{font-size:11.5px;color:var(--muted);margin-top:.35rem}

.lt-bar-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.75rem}
.lt-bar-row:last-child{margin-bottom:0}
.lt-bar-top{display:flex;align-items:center;justify-content:space-between}
.lt-bar-top .name{font-family:var(--serif);font-size:15px;font-weight:600;color:var(--charcoal)}
.lt-bar-top .meta{display:flex;align-items:center;gap:.75rem}
.lt-bar-top .members{font-size:11.5px;color:var(--muted)}
.lt-bar-top .pct{font-size:12px;font-weight:700;color:var(--gold)}
.lt-bar-track{height:6px;background:var(--bg-subtle);width:100%}
.lt-bar-fill{height:100%;background:var(--gold)}
.lt-bar-desc{font-size:12px;color:var(--muted);line-height:1.6}

/* =========================================================
   TEAM VALUES
   ========================================================= */
.lt-values{background:var(--navy);padding:7rem 0;position:relative;overflow:hidden}
.lt-values::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:34px 34px;opacity:.06}
.lt-values-inner{position:relative;z-index:1}
.lt-values-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(255,255,255,.06);margin-top:3.5rem}
.lt-value{background:var(--navy-light);padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}
.lt-value-icon{width:52px;height:52px;background:var(--navy);border:1px solid rgba(201,168,76,.35);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:19px;flex-shrink:0}
.lt-value h3{font-family:var(--serif);font-size:16px;font-weight:600;color:#fff}
.lt-value p{font-size:11.5px;color:rgba(255,255,255,.45);line-height:1.65}

/* =========================================================
   GLOBAL REACH — mirrors case studies page pattern
   ========================================================= */
.lt-global{background:var(--bg-subtle);padding:7rem 0}
.lt-global-map{background:var(--navy);position:relative;overflow:hidden;height:200px;display:flex;align-items:center;justify-content:center;margin:3.5rem 0}
.lt-global-map::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:26px 26px;opacity:.1}
.lt-global-inner{position:relative;z-index:1;width:100%;padding:0 5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.lt-global-flag{display:flex;flex-direction:column;align-items:center;gap:.5rem}
.lt-global-flag .emoji{font-size:2rem}
.lt-global-flag .dot{width:.5rem;height:.5rem;background:var(--gold);border-radius:50%}
.lt-global-flag .name{color:#fff;font-weight:600;font-size:12px}

.lt-global-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:var(--border)}
.lt-global-card{background:#fff;padding:1.75rem;display:flex;flex-direction:column;gap:1rem}
.lt-global-head{display:flex;align-items:center;gap:.625rem}
.lt-global-head .flag{font-size:1.5rem}
.lt-global-head .country{font-family:var(--serif);font-size:14.5px;font-weight:600;color:var(--charcoal)}
.lt-global-head .region{font-size:10.5px;color:var(--gold);font-weight:600}
.lt-global-card p.desc{font-size:11.5px;color:var(--muted);line-height:1.6}
.lt-global-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.lt-global-tag{background:var(--bg-subtle);color:var(--navy);font-size:10px;font-weight:600;padding:.25rem .5rem}

/* =========================================================
   CAREERS STRIP
   ========================================================= */
.lt-careers{background:#fff;padding:7rem 0}
.lt-careers-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.lt-careers-text p{font-size:14.5px;color:var(--muted);line-height:1.75;margin-bottom:2rem;max-width:460px}
.lt-jobs{display:flex;flex-direction:column;gap:1px;background:var(--border)}
.lt-job{background:var(--bg-subtle);padding:1.375rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.lt-job .role{font-family:var(--serif);font-size:15px;font-weight:600;color:var(--charcoal)}
.lt-job .loc{font-size:11.5px;color:var(--muted);margin-top:.2rem}
.lt-job-meta{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.lt-job-type{font-size:10.5px;color:var(--muted);border:1px solid var(--border);padding:.3rem .625rem;white-space:nowrap}
.lt-job-apply{color:var(--gold);font-size:11.5px;font-weight:600;white-space:nowrap}
.lt-job-cta{background:var(--navy);padding:1.375rem 1.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.lt-job-cta span:first-child{color:rgba(255,255,255,.55);font-size:13px}
.lt-job-cta a{color:var(--gold);font-size:11.5px;font-weight:600;white-space:nowrap}

/* =========================================================
   FINAL CTA — mirrors case studies page pattern
   ========================================================= */
.lt-cta-section{background:var(--navy);padding:7rem 0;position:relative;overflow:hidden}
.lt-cta-section::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:34px 34px;opacity:.06}
.lt-cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;align-items:center}
.lt-cta-text h2{font-family:var(--serif);font-size:40px;font-weight:600;color:#fff;line-height:1.25;margin-bottom:1.25rem}
.lt-cta-text p{font-size:15px;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:2rem;max-width:480px}
.lt-cta-btns{display:flex;align-items:center;gap:1rem}
.lt-avatars{display:flex}
.lt-avatars img{width:3.25rem;height:3.25rem;border-radius:50%;object-fit:cover;object-position:top;border:2px solid var(--navy);margin-left:-.75rem}
.lt-avatars img:first-child{margin-left:0}
.lt-avatars .more{width:3.25rem;height:3.25rem;border-radius:50%;background:var(--gold);color:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;border:2px solid var(--navy);margin-left:-.75rem;flex-shrink:0}
.lt-cta-panel{border:1px solid rgba(255,255,255,.12);padding:2rem;margin-top:2rem;display:flex;flex-direction:column;gap:1.125rem}
.lt-cta-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.125rem;border-bottom:1px solid rgba(255,255,255,.08)}
.lt-cta-row:last-of-type{border-bottom:none;padding-bottom:0}
.lt-cta-row .k{font-size:12px;color:rgba(255,255,255,.45)}
.lt-cta-row .v{font-size:12.5px;font-weight:600;color:#fff;text-align:right}

/* =========================================================
   FOOTER — identical to homepage / case studies page
   ========================================================= */
footer{background:var(--bg-dark);border-top:1px solid rgba(255,255,255,.06);padding:5rem 0 2.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3.5rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:2rem}
.footer-brand p{font-size:13px;color:rgba(255,255,255,.4);line-height:1.7;max-width:280px;margin:1.25rem 0 1.75rem}
.footer-logo{font-family:var(--serif);font-size:22px;font-weight:600;color:#fff;letter-spacing:-.01em}
.footer-logo span{color:var(--gold)}
.social-links{display:flex;gap:.75rem}
.social-btn{width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);cursor:pointer;font-size:13px;transition:all .2s}
.social-btn:hover{border-color:var(--gold);color:var(--gold);background:rgba(201,168,76,.08);transform:translateY(-2px)}
.footer-col h4{font-size:10px;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:var(--gold);margin-bottom:1.25rem}
.footer-col ul{display:flex;flex-direction:column;gap:.75rem;padding-left:0}
.footer-col a{font-size:13px;color:rgba(255,255,255,.4);transition:color .2s}
.footer-col a:hover{color:var(--gold)}
.footer-bottom{display:flex;align-items:center;justify-content:space-between}
.footer-bottom span,.footer-bottom a{font-size:11px;color:rgba(255,255,255,.25)}
.footer-bottom a:hover{color:var(--gold)}
.footer-links{display:flex;gap:1.5rem}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1199px){
  .container,.kc-nav-container{padding:0 2rem}
  .lt-hero-inner h1{font-size:46px}
  .lt-team-grid{grid-template-columns:repeat(3,1fr)}
  .lt-values-grid{grid-template-columns:repeat(3,1fr)}
  .lt-global-grid{grid-template-columns:repeat(3,1fr)}
  .lt-overview-grid{gap:2.5rem}
  .lt-expertise-grid{grid-template-columns:1fr;gap:2.5rem}
  .lt-careers-grid{grid-template-columns:1fr;gap:2.5rem}
  .lt-cta-grid{grid-template-columns:1fr;gap:2.5rem}
}
@media(max-width:1024px){
  .lt-overview-grid{grid-template-columns:1fr}
  .lt-overview-points{grid-template-columns:1fr}
  .lt-global-inner{padding:0 2rem}
  .lt-global-map{height:auto;padding:2rem 0}
}
@media(max-width:768px){
  .lt-hero-inner h1{font-size:32px}
  .lt-hero-inner p.sub{font-size:14.5px}
  .lt-hero{min-height:auto;padding-bottom:2rem}
  .lt-team-grid{grid-template-columns:repeat(2,1fr)}
  .lt-values-grid{grid-template-columns:repeat(2,1fr)}
  .lt-global-grid{grid-template-columns:1fr}
  .lt-stat-grid{grid-template-columns:1fr 1fr}
  .section-head{flex-direction:column;align-items:flex-start;gap:1rem}
  .section-head p.lead{text-align:left;max-width:100%}
  .lt-hero-ctas,.lt-cta-btns{flex-direction:column;align-items:stretch}
  .lt-cta-btns a,.lt-cta-btns button{justify-content:center}
  .section-head h2,.lt-overview-text h2,.lt-cta-text h2{font-size:28px}
  .lt-job{flex-direction:column;align-items:flex-start;gap:.75rem}
  .lt-job-meta{width:100%;justify-content:space-between}
  .lt-job-cta{flex-direction:column;align-items:flex-start;gap:.5rem}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:.75rem;align-items:flex-start}
}
@media(max-width:575px){
  .container,.kc-nav-container{padding:0 1.25rem}
  .lt-hero-inner{padding:4rem 0 0}
  .lt-team-grid{grid-template-columns:1fr}
  .lt-values-grid{grid-template-columns:1fr}
  .lt-stat-grid{grid-template-columns:1fr}
  .lt-global-inner{padding:0 1rem;justify-content:space-around}
  .lt-avatars img,.lt-avatars .more{width:2.5rem;height:2.5rem}
}