/* =========================================================
   SHARED UTILITIES
   ========================================================= */
.section-label{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}
.section-label .bar{width:1.5rem;height:2px;background:var(--gold)}
.section-label span{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.section-label.kc-white span{color:var(--gold)}
.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)}
.link-arrow{color:var(--navy);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:opacity .2s}
.link-arrow:hover{opacity:.7}
.link-arrow span{color:var(--gold)}

.kc-reveal{opacity:0;transform:translateY(26px);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s 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}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important}.kc-reveal{opacity:1;transform:none}}

/* =========================================================
   COUNTRY HERO
   ========================================================= */
.cn-hero{position:relative;min-height:560px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding-top:var(--nav-h)}
.cn-hero-bg{position:absolute;inset:0;z-index:0}
.cn-hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 35%}
.cn-hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,rgba(11,31,58,.96) 0%,rgba(11,31,58,.88) 50%,rgba(11,31,58,.4) 100%)}
.cn-hero-line{position:absolute;top:0;left:0;right:0;height:2px;z-index:2;background:var(--gold);opacity:.6}
.cn-hero-inner{position:relative;z-index:3;padding:4.5rem 0}
.cn-hero-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:flex-start}
.cn-breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:11px;letter-spacing:.06em}
.cn-breadcrumb a{color:rgba(255,255,255,.45)}
.cn-breadcrumb span.sep{color:rgba(201,168,76,.5)}
.cn-breadcrumb span.current{color:var(--gold);font-weight:600}
.cn-tag-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}
.cn-tag-row .l{width:2rem;height:2px;background:var(--gold)}
.cn-tag-row span{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.cn-hero-inner h1{font-family:var(--serif);font-size:54px;font-weight:600;line-height:1.1;letter-spacing:-.01em;color:#fff;margin-bottom:1.5rem}
.cn-hero-inner h1 em{font-style:italic;color:var(--gold)}
.cn-hero-inner p.sub{font-size:16px;color:rgba(255,255,255,.7);line-height:1.75;max-width:500px;margin-bottom:2.5rem}
.cn-hero-ctas{display:flex;align-items:center;gap:1rem}

.cn-stat-list{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}
.cn-stat{border-left:2px solid var(--gold);padding-left:1.25rem}
.cn-stat .num{font-family:var(--serif);font-size:32px;font-weight:600;color:var(--gold);line-height:1}
.cn-stat .lbl{font-size:13px;color:rgba(255,255,255,.65);margin-top:.35rem}

/* =========================================================
   OVERVIEW STRIP
   ========================================================= */
.cn-strip{background:var(--charcoal)}
.cn-strip-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem !important;padding:2rem 0 !important}
.cn-strip-item{display:flex;flex-direction:column;gap:.5rem;border-left:1px solid rgba(255,255,255,.1);padding-left:1.25rem}
.cn-strip-item:first-child{border-left:none;padding-left:0}
.cn-strip-top{display:flex;align-items:center;gap:.5rem}
.cn-strip-top i{color:var(--gold);font-size:13px}
.cn-strip-top span{font-size:10px;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.08em}
.cn-strip-val{font-size:13px;color:#fff;font-weight:500;line-height:1.4}

/* =========================================================
   PRACTICE AREAS
   ========================================================= */
.cn-practice{background:#fff;padding:6rem 0}
.cn-section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}
.cn-section-head h2{font-family:var(--serif);font-size:38px;font-weight:600;color:var(--charcoal);line-height:1.25;margin-top:.5rem}
.cn-section-head p.lead{font-size:14px;color:var(--muted);line-height:1.7;max-width:360px}

.cn-practice-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cn-practice-card{border:1px solid var(--border);padding:1.75rem;display:flex;flex-direction:column;gap:.875rem}
.cn-practice-icon{width:42px;height:42px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:17px}
.cn-practice-card h3{font-size:14.5px;font-weight:600;color:var(--charcoal);line-height:1.4}
.cn-practice-card p{font-size:12.5px;color:var(--muted);line-height:1.65;flex:1}
.cn-practice-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.25rem}
.cn-practice-tag{background:var(--bg-subtle);color:var(--navy);font-size:10.5px;font-weight:600;padding:.25rem .55rem}

/* =========================================================
   LOCAL TEAM
   ========================================================= */
.cn-team{background:var(--bg-subtle);padding:6rem 0}
.cn-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.cn-team-card{background:#fff;border:1px solid var(--border);display:flex;flex-direction:column}
.cn-team-img{height:250px;overflow:hidden}
.cn-team-img img{width:100%;height:100%;object-fit:cover}
.cn-team-body{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}
.cn-team-body h3{font-family:var(--serif);font-size:17px;font-weight:600;color:var(--charcoal)}
.cn-team-role{font-size:10.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gold)}
.cn-team-body p{font-size:12px;color:var(--muted);line-height:1.65}
.cn-team-tags{display:flex;flex-wrap:wrap;gap:.4rem}
.cn-team-tag{background:var(--bg-subtle);color:var(--navy);font-size:10px;font-weight:600;padding:.2rem .5rem}
.cn-team-lang{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.5rem;font-size:11px;color:var(--muted)}
.cn-team-lang i{color:var(--gold)}

.cn-team-more{text-align:center;margin-top:2.5rem}

/* =========================================================
   OFFICES
   ========================================================= */
.cn-offices{background:var(--navy);padding:6rem 0}
.cn-offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cn-office-card{background:var(--charcoal);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column}
.cn-office-img{position:relative;height:200px;overflow:hidden}
.cn-office-img img{width:100%;height:100%;object-fit:cover}
.cn-office-img-overlay{position:absolute;inset:0;background:rgba(11,31,58,.45)}
.cn-office-img-label{position:absolute;bottom:1rem;left:1.25rem}
.cn-office-img-label .role{font-size:10.5px;color:rgba(255,255,255,.6);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}
.cn-office-img-label .city{font-family:var(--serif);font-size:24px;font-weight:600;color:#fff}
.cn-office-body{padding:1.75rem;display:flex;flex-direction:column;gap:1rem;flex:1}
.cn-office-detail{display:flex;align-items:flex-start;gap:.75rem}
.cn-office-detail i{color:var(--gold);font-size:13px;margin-top:.15rem;flex-shrink:0}
.cn-office-detail span{font-size:13px;color:rgba(255,255,255,.7);line-height:1.5}
.cn-office-link{margin-top:.5rem;color:var(--gold);font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:.5rem}

/* =========================================================
   MARKET ENTRY
   ========================================================= */
.cn-market{background:#fff;padding:6rem 0}
.cn-steps-row{display:flex;border:1px solid var(--border);margin-bottom:3rem}
.cn-step{flex:1;padding:2rem 1.75rem;border-right:1px solid var(--border)}
.cn-step:last-child{border-right:none}
.cn-step .num{font-family:var(--serif);font-size:30px;font-weight:600;color:var(--gold);opacity:.55;margin-bottom:.75rem}
.cn-step h3{font-size:14px;font-weight:600;color:var(--charcoal);margin-bottom:.625rem}
.cn-step p{font-size:12px;color:var(--muted);line-height:1.65}

.cn-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.cn-guide-card{border:1px solid var(--border);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}
.cn-guide-icon{width:42px;height:42px;background:var(--navy);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:17px}
.cn-guide-card h3{font-size:14.5px;font-weight:600;color:var(--charcoal);line-height:1.4}
.cn-guide-card p{font-size:12.5px;color:var(--muted)}
.cn-guide-link{margin-top:auto;color:var(--gold);font-size:12.5px;font-weight:600;display:flex;align-items:center;gap:.5rem}

/* =========================================================
   CTA
   ========================================================= */
.cn-cta{background:var(--navy);padding:6rem 0;border-top:2px solid var(--gold);position:relative;overflow:hidden}
.cn-cta::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(201,168,76,.35) 1px,transparent 1px);background-size:34px 34px;opacity:.05}
.cn-cta-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;gap:4rem;align-items:center}
.cn-cta-text h2{font-family:var(--serif);font-size:38px;font-weight:600;color:#fff;line-height:1.25;margin-bottom:1.25rem}
.cn-cta-text h2 em{font-style:italic;color:var(--gold)}
.cn-cta-text p{font-size:14.5px;color:rgba(255,255,255,.6);line-height:1.75;margin-bottom:2rem;max-width:480px}
.cn-cta-btns{display:flex;align-items:center;gap:1rem}

.cn-contact-list{display:flex;flex-direction:column;gap:1.125rem}
.cn-contact-lbl{font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:.25rem}
.cn-contact-item{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.125rem;border-bottom:1px solid rgba(255,255,255,.08)}
.cn-contact-item:last-child{border-bottom:none;padding-bottom:0}
.cn-contact-icon{width:32px;height:32px;background:rgba(255,255,255,.05);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:13px;flex-shrink:0}
.cn-contact-item .k{font-size:11px;color:rgba(255,255,255,.4)}
.cn-contact-item .v{font-size:13.5px;font-weight:600;color:#fff;margin-top:.15rem}




/* =========================================================
   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(3,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)}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media(max-width:1199px){
  .container,.kc-nav-container{padding:0 2rem}
  .cn-hero-inner h1{font-size:42px}
  .lt-team-grid{grid-template-columns:repeat(3,1fr)}
  .cn-hero-grid{grid-template-columns:1fr;gap:2.5rem}
  .cn-stat-list{flex-direction:row;flex-wrap:wrap}
  .cn-stat{flex:1 1 45%}
  .cn-strip-inner{grid-template-columns:repeat(3,1fr);row-gap:1.5rem}
  .cn-strip-item{border-left:none;padding-left:0}
  .cn-practice-grid,.cn-team-grid{grid-template-columns:repeat(2,1fr)}
  .cn-offices-grid,.cn-guides-grid{grid-template-columns:1fr}
  .cn-steps-row{flex-direction:column}
  .cn-step{border-right:none;border-bottom:1px solid var(--border)}
  .cn-step:last-child{border-bottom:none}
  .cn-cta-grid{grid-template-columns:1fr;gap:2.5rem}
}
@media(max-width:768px){
  .cn-hero-inner h1{font-size:32px}
  .lt-team-grid{grid-template-columns:repeat(2,1fr) !important}
  .cn-hero-inner p.sub{font-size:14px}
  .cn-practice-grid,.cn-team-grid{grid-template-columns:1fr}
  .cn-section-head{flex-direction:column;align-items:flex-start}
  .cn-hero-ctas{flex-direction:column;align-items:stretch}
  .cn-hero-ctas a,.cn-hero-ctas button{justify-content:center}
  .cn-cta-btns{flex-direction:column;align-items:stretch}
  .cn-cta-btns a,.cn-cta-btns button{justify-content:center}
  .cn-section-head h2,.cn-cta-text h2{font-size:26px}
  .footer-grid{grid-template-columns:1fr}
  .footer-bottom{flex-direction:column;gap:.75rem;align-items:flex-start}
}
@media(max-width:575px){
   .lt-team-grid{grid-template-columns:repeat(1,1fr) !important}
  .container,.kc-nav-container{padding:0 1.25rem}
  .cn-hero{padding-top:calc(var(--nav-h) + 1rem)}
}