:root{
  --navy:#061329;
  --navy2:#0d1f3a;
  --blue:#16365f;
  --gold:#d4a347;
  --gold2:#f0c56f;
  --cream:#f8f4ec;
  --white:#ffffff;
  --text:#263140;
  --muted:#687386;
  --border:#e8dfd1;
  --shadow:0 22px 55px rgba(6,19,41,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:var(--text);
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.65;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin:0 auto}
.topbar{
  background:var(--navy);
  color:#dfe6f1;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  padding:8px 0;
}
.topbar .container{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
}
.social{display:flex;gap:14px;opacity:.86;flex-wrap:wrap}
.header{
  background:#fff;
  border-bottom:1px solid rgba(6,19,41,.08);
  position:sticky;
  top:0;
  z-index:80;
  box-shadow:0 8px 28px rgba(6,19,41,.08);
}
.nav{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--navy);
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  letter-spacing:.08em;
}
.logo-mark{
  width:66px;
  height:48px;
  border:2px solid var(--gold);
  color:var(--gold);
  display:grid;
  place-items:center;
  font-size:18px;
  font-weight:900;
}
.logo strong{display:block;font-size:16px;line-height:1.1}
.logo small{
  display:block;
  color:#7a6b48;
  font-size:10px;
  letter-spacing:.42em;
  margin-top:1px;
}
.menu{
  display:flex;
  align-items:center;
  gap:24px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:800;
  color:#13213a;
}
.menu a:not(.btn){
  position:relative;
  padding:30px 0;
}
.menu a:not(.btn):after{
  content:"";
  position:absolute;
  left:0;
  bottom:22px;
  width:0;
  height:2px;
  background:var(--gold);
  transition:.25s ease;
}
.menu a:hover:after,.menu a.active:after{width:100%}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  background:var(--gold);
  border:1px solid var(--gold);
  color:var(--navy);
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:13px;
  cursor:pointer;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(6,19,41,.18)}
.btn.outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.btn.blue{background:var(--navy);border-color:var(--navy);color:#fff}
.mobile-toggle{display:none}
.hero{
  min-height:700px;
  background:
    linear-gradient(90deg,rgba(6,19,41,.94) 0%,rgba(6,19,41,.82) 46%,rgba(6,19,41,.34) 100%),
    radial-gradient(circle at 80% 20%,rgba(212,163,71,.34),transparent 27%),
    url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent 0 56%,rgba(255,255,255,.07) 56% 57%,transparent 57%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 120px);
}
.hero-card{
  max-width:820px;
  position:relative;
  z-index:2;
}
.kicker{
  color:var(--gold2);
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:13px;
}
.hero h1{
  font-size:72px;
  line-height:1.04;
  margin:18px 0 24px;
  color:#fff;
}
.hero p{
  font-size:20px;
  color:#edf3fb;
  max-width:760px;
  margin:0;
}
.hero-meta{
  display:flex;
  align-items:center;
  gap:28px;
  flex-wrap:wrap;
  margin-top:34px;
  font-family:Arial,Helvetica,sans-serif;
}
.callbox{
  border-left:3px solid var(--gold);
  padding-left:20px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:12px;
  color:#dce8f7;
}
.callbox strong{
  display:block;
  margin-top:4px;
  font-size:21px;
  color:#fff;
  letter-spacing:0;
}
.section{padding:92px 0}
.section.alt{background:var(--cream)}
.eyebrow{
  font-family:Arial,Helvetica,sans-serif;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.2em;
  font-weight:900;
  font-size:13px;
}
h1,h2,h3{line-height:1.15}
h2{
  font-size:46px;
  margin:10px 0 20px;
  color:var(--navy);
}
.lead{
  font-size:18px;
  color:#4b5563;
  max-width:930px;
}
.grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:58px;
  align-items:center;
}
.image-card{
  min-height:440px;
  border:12px solid #fff;
  box-shadow:var(--shadow);
  background:center/cover no-repeat;
  position:relative;
  overflow:hidden;
}
.image-card:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(6,19,41,.05),rgba(6,19,41,.75));
}
.image-card.about{background-image:url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1300&q=80")}
.image-card.investment{background-image:url("https://images.unsplash.com/photo-1554224155-8d04cb21cd6c?auto=format&fit=crop&w=1300&q=80")}
.image-card.contact{background-image:url("https://images.unsplash.com/photo-1521791055366-0d553872125f?auto=format&fit=crop&w=1300&q=80")}
.image-label{
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  z-index:2;
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
  font-size:25px;
  font-weight:900;
}
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  margin-top:42px;
}
.stat{
  background:#fff;
  border:1px solid var(--border);
  padding:28px 20px;
  min-height:132px;
  box-shadow:0 12px 28px rgba(13,28,53,.06);
}
.stat strong{
  font-size:40px;
  color:var(--navy);
  display:block;
  line-height:1;
}
.stat span{
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:#697386;
  text-transform:uppercase;
  font-weight:800;
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:36px;
}
.card{
  background:#fff;
  border:1px solid var(--border);
  padding:32px;
  box-shadow:0 14px 36px rgba(6,19,41,.07);
}
.card .num{
  width:54px;
  height:54px;
  background:var(--navy);
  color:var(--gold2);
  display:grid;
  place-items:center;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  margin-bottom:20px;
}
.card h3{
  color:var(--navy);
  font-size:24px;
  margin:0 0 12px;
}
.card p{margin:0;color:#5d6570}
.awards{
  background:
    linear-gradient(90deg,rgba(7,19,39,.96),rgba(16,38,69,.94)),
    url("https://images.unsplash.com/photo-1559526324-593bc073d938?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  color:#fff;
}
.awards h2{color:#fff}
.awards .lead{color:#dce8f7}
.awards .stat{
  background:rgba(255,255,255,.06);
  border-color:rgba(255,255,255,.12);
  box-shadow:none;
}
.awards .stat strong{color:var(--gold2)}
.awards .stat span{color:#d9e3ef}
.subhero{
  min-height:360px;
  background:
    linear-gradient(90deg,rgba(6,19,41,.92),rgba(6,19,41,.68)),
    url("https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
  color:#fff;
  display:flex;
  align-items:end;
  padding:78px 0;
}
.subhero h1{
  font-size:56px;
  margin:0 0 10px;
  color:#fff;
}
.breadcrumb{
  font-family:Arial,Helvetica,sans-serif;
  color:var(--gold2);
  font-weight:800;
}
.team-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:34px;
}
.member{
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 14px 36px rgba(6,19,41,.08);
  overflow:hidden;
}
.portrait{
  height:270px;
  background:
    linear-gradient(135deg,rgba(212,163,71,.42),rgba(6,19,41,.80)),
    url("https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=900&q=80") center/cover no-repeat;
}
.member:nth-child(2) .portrait{background-image:linear-gradient(135deg,rgba(212,163,71,.42),rgba(6,19,41,.80)),url("https://images.unsplash.com/photo-1560250097-8675d8790343?auto=format&fit=crop&w=900&q=80")}
.member:nth-child(3) .portrait{background-image:linear-gradient(135deg,rgba(212,163,71,.42),rgba(6,19,41,.80)),url("https://images.unsplash.com/photo-1519085360753-af0119f7cbe7?auto=format&fit=crop&w=900&q=80")}
.member:nth-child(4) .portrait{background-image:linear-gradient(135deg,rgba(212,163,71,.42),rgba(6,19,41,.80)),url("https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=900&q=80")}
.info{padding:24px}
.role{
  font-family:Arial,Helvetica,sans-serif;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:900;
}
.info h3{margin:8px 0 0;color:var(--navy);font-size:22px}
.interest-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:36px;
}
.interest{
  min-height:250px;
  background:#fff;
  border:1px solid var(--border);
  box-shadow:0 14px 36px rgba(6,19,41,.07);
  overflow:hidden;
}
.interest-img{
  height:150px;
  background:center/cover no-repeat;
}
.interest-body{padding:24px}
.interest-body h3{margin:0 0 10px;color:var(--navy);font-size:23px}
.interest-body p{margin:0;color:#5d6570}
.blog-layout{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:34px;
}
.post{
  background:#fff;
  border:1px solid var(--border);
  padding:32px;
  margin-bottom:22px;
  box-shadow:0 12px 30px rgba(6,19,41,.06);
}
.post h3{font-size:28px;margin:0 0 8px;color:var(--navy)}
.meta{
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
  color:var(--gold);
  font-weight:800;
  margin-bottom:14px;
}
.sidebar{
  background:var(--cream);
  border:1px solid var(--border);
  padding:28px;
  align-self:start;
}
.sidebar h3{font-size:20px;color:var(--navy);margin:0 0 12px}
.sidebar ul{padding-left:18px;margin:0 0 26px}
.contact-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:36px;
}
.contact-box{
  background:var(--navy);
  color:#fff;
  padding:38px;
}
.contact-box h2{color:#fff}
.contact-box ul{list-style:none;margin:24px 0 0;padding:0}
.contact-box li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.14)}
.form-shell{
  background:#fff;
  border:1px solid var(--border);
  padding:34px;
  box-shadow:var(--shadow);
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  margin-top:20px;
}
.field label{
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:900;
  color:var(--navy);
  margin-bottom:7px;
}
.field input,.field select,.field textarea{
  width:100%;
  border:1px solid #d7d7d7;
  background:#fbfbfb;
  min-height:48px;
  padding:13px 14px;
  font-size:15px;
}
.field textarea{min-height:120px;resize:vertical}
.field.full{grid-column:1/3}
.success{
  background:#eefaf1;
  border:1px solid #a9d9b3;
  color:#155724;
  padding:14px 16px;
  margin-bottom:20px;
}
.error{
  background:#fff0f0;
  border:1px solid #e4aaaa;
  color:#7a1111;
  padding:14px 16px;
  margin-bottom:20px;
}
.notice{
  background:#fff8e7;
  border:1px solid #ead098;
  color:#5e4307;
  padding:14px 16px;
  margin-top:18px;
}
.cta{
  background:
    linear-gradient(100deg,rgba(6,19,41,.94),rgba(22,54,95,.86)),
    url("https://images.unsplash.com/photo-1554224154-22dec7ec8818?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
  color:#fff;
  padding:54px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}
.cta h2{color:#fff;margin:6px 0 8px}
.cta p{color:#edf3fb;margin:0}
.legal{
  background:#fff;
  border:1px solid var(--border);
  padding:38px;
  box-shadow:var(--shadow);
}
.legal h2{font-size:38px}
.footer{
  background:var(--navy);
  color:#d8e1ee;
  padding:62px 0 18px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr .8fr 1fr;
  gap:34px;
}
.footer h3{
  color:#fff;
  margin:0 0 16px;
  font-family:Arial,Helvetica,sans-serif;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:15px;
}
.footer ul{list-style:none;margin:0;padding:0}
.footer li{padding:6px 0}
.footer a:hover{color:var(--gold2)}
.copyright{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:38px;
  padding-top:18px;
  color:#aeb9c9;
  font-family:Arial,Helvetica,sans-serif;
  font-size:13px;
}
@media(max-width:1080px){
  .menu{gap:16px;font-size:13px}
  .team-grid,.stats{grid-template-columns:repeat(2,1fr)}
  .cards,.interest-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:860px){
  .topbar .container{display:block}
  .social{margin-top:7px}
  .nav{min-height:78px}
  .mobile-toggle{
    display:block;
    background:var(--navy);
    color:#fff;
    border:0;
    padding:10px 13px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:900;
  }
  .menu{
    position:absolute;
    left:4%;
    right:4%;
    top:100%;
    display:none;
    flex-direction:column;
    align-items:flex-start;
    background:#fff;
    border:1px solid var(--border);
    padding:18px;
    box-shadow:var(--shadow);
  }
  .menu.open{display:flex}
  .menu a:not(.btn){padding:8px 0}
  .menu a:not(.btn):after{bottom:2px}
  .hero{min-height:640px}
  .hero h1{font-size:42px}
  .hero p{font-size:17px}
  .grid-2,.contact-grid,.blog-layout{grid-template-columns:1fr}
  .cards,.interest-grid,.team-grid,.stats,.footer-grid{grid-template-columns:1fr}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .cta{display:block;padding:34px}
  h2{font-size:34px}
  .subhero h1{font-size:42px}
  .section{padding:62px 0}
}

/* FAIM Mobile Responsive Final Fix */
html,body{
  max-width:100%;
  overflow-x:hidden;
}
img,video,iframe{
  max-width:100%;
}
.container{
  max-width:1180px;
}
.menu a,
.btn,
.mobile-toggle{
  -webkit-tap-highlight-color:transparent;
}
@media(max-width:1180px){
  .container{
    width:94%;
  }
  .menu{
    gap:14px;
    font-size:12.5px;
  }
  .logo-mark{
    width:58px;
    height:44px;
    font-size:15px;
  }
  .hero h1{
    font-size:58px;
  }
}
@media(max-width:980px){
  .topbar{
    font-size:12px;
  }
  .topbar .container{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
  .header{
    position:sticky;
    top:0;
  }
  .nav{
    min-height:74px;
    position:relative;
  }
  .logo{
    max-width:250px;
  }
  .logo strong{
    font-size:14px;
  }
  .logo small{
    font-size:9px;
    letter-spacing:.30em;
  }
  .mobile-toggle{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:82px;
    min-height:42px;
    background:var(--navy);
    color:#fff;
    border:1px solid var(--navy);
    font-family:Arial,Helvetica,sans-serif;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.06em;
    cursor:pointer;
  }
  .menu{
    position:absolute;
    left:0;
    right:0;
    top:100%;
    width:100%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    background:#fff;
    border:1px solid var(--border);
    box-shadow:0 18px 50px rgba(6,19,41,.18);
    padding:8px;
    z-index:999;
  }
  .menu.open{
    display:flex;
  }
  .menu a:not(.btn){
    display:block;
    padding:13px 14px;
    border-bottom:1px solid #eee5d7;
  }
  .menu a:not(.btn):after{
    display:none;
  }
  .menu a.active,
  .menu a:hover{
    color:var(--gold);
    background:var(--cream);
  }
  .menu .btn{
    margin:10px 8px 8px;
    width:calc(100% - 16px);
  }
  .hero{
    min-height:auto;
    padding:82px 0 72px;
    background-position:center;
  }
  .hero-card{
    max-width:100%;
  }
  .hero h1{
    font-size:42px;
    line-height:1.10;
  }
  .hero p{
    font-size:17px;
  }
  .hero-meta{
    gap:14px;
  }
  .hero-meta .btn{
    width:100%;
  }
  .callbox{
    width:100%;
    margin-top:6px;
  }
  .grid-2,
  .contact-grid,
  .blog-layout{
    grid-template-columns:1fr;
    gap:34px;
  }
  .cards,
  .interest-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .team-grid,
  .stats{
    grid-template-columns:repeat(2,1fr);
  }
  .image-card{
    min-height:340px;
  }
  .section{
    padding:64px 0;
  }
  h2{
    font-size:36px;
  }
  .subhero{
    min-height:260px;
    padding:55px 0;
  }
  .subhero h1{
    font-size:42px;
  }
  .cta{
    display:block;
    padding:34px;
  }
  .cta .btn{
    margin-top:22px;
    width:100%;
  }
}
@media(max-width:720px){
  .container{
    width:92%;
  }
  .topbar{
    text-align:left;
  }
  .social{
    gap:10px;
    font-size:11px;
  }
  .logo{
    gap:9px;
    max-width:210px;
  }
  .logo-mark{
    width:50px;
    height:40px;
    font-size:13px;
  }
  .logo strong{
    font-size:12.5px;
  }
  .logo small{
    letter-spacing:.20em;
  }
  .mobile-toggle{
    min-width:70px;
    min-height:39px;
    font-size:12px;
  }
  .hero{
    padding:70px 0 58px;
  }
  .kicker,
  .eyebrow{
    font-size:11.5px;
    letter-spacing:.16em;
  }
  .hero h1{
    font-size:34px;
    margin:14px 0 18px;
  }
  .hero p,
  .lead{
    font-size:16px;
  }
  h2{
    font-size:30px;
  }
  .cards,
  .interest-grid,
  .team-grid,
  .stats,
  .footer-grid{
    grid-template-columns:1fr;
  }
  .card,
  .form-shell,
  .contact-box,
  .legal,
  .post,
  .sidebar{
    padding:24px;
  }
  .form-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .field.full{
    grid-column:auto;
  }
  .field input,
  .field select,
  .field textarea{
    font-size:16px;
  }
  .btn{
    width:100%;
    min-height:48px;
    text-align:center;
  }
  .image-card{
    min-height:285px;
    border-width:7px;
  }
  .image-label{
    left:18px;
    right:18px;
    bottom:18px;
    font-size:20px;
  }
  .portrait{
    height:240px;
  }
  .subhero{
    min-height:220px;
    padding:44px 0;
  }
  .subhero h1{
    font-size:34px;
  }
  .interest-img{
    height:170px;
  }
  .blog-layout{
    gap:22px;
  }
  .post h3{
    font-size:24px;
  }
}
@media(max-width:430px){
  .container{
    width:90%;
  }
  .nav{
    min-height:68px;
  }
  .logo-mark{
    width:44px;
    height:36px;
    font-size:11px;
  }
  .logo strong{
    font-size:11px;
  }
  .logo small{
    display:none;
  }
  .mobile-toggle{
    min-width:64px;
    padding:8px 10px;
  }
  .hero h1{
    font-size:30px;
  }
  h2{
    font-size:27px;
  }
  .card h3,
  .interest-body h3{
    font-size:21px;
  }
  .stat strong{
    font-size:32px;
  }
  .cta{
    padding:26px 22px;
  }
  .footer{
    padding-top:48px;
  }
}

/* Real FAIM Team Photos */
.real-photo{
  height:350px;
  background:none !important;
  overflow:hidden;
  position:relative;
}
.real-photo:after{
  display:none !important;
}
.real-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
  filter:saturate(1.02) contrast(1.02);
}
.member{
  transition:.22s ease;
}
.member:hover{
  transform:translateY(-6px);
}
.member .info{
  min-height:118px;
}
@media(max-width:1080px){
  .real-photo{
    height:330px;
  }
}
@media(max-width:720px){
  .real-photo{
    height:420px;
  }
}
@media(max-width:430px){
  .real-photo{
    height:360px;
  }
}

/* FAIM Team Premium Round Style Override */
.team-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:28px !important;
  margin-top:40px !important;
  align-items:stretch !important;
}

.member{
  background:#ffffff !important;
  border:1px solid #e8dfd1 !important;
  border-radius:20px !important;
  box-shadow:0 18px 45px rgba(6,19,41,.10) !important;
  padding:28px 22px 24px !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
  transition:.25s ease !important;
}

.member::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:92px !important;
  background:linear-gradient(135deg,#061329 0%, #16365f 58%, #d4a347 100%) !important;
  opacity:.96 !important;
}

.member:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 24px 55px rgba(6,19,41,.16) !important;
}

.real-photo{
  width:220px !important;
  height:220px !important;
  margin:22px auto 20px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  position:relative !important;
  z-index:2 !important;
  padding:6px !important;
  background:linear-gradient(135deg,#f0c56f 0%, #d4a347 35%, #16365f 100%) !important;
  box-shadow:0 14px 34px rgba(6,19,41,.22) !important;
}

.real-photo img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  border-radius:50% !important;
  object-fit:cover !important;
  object-position:center 16% !important;
  background:#fff !important;
}

.member .info{
  min-height:auto !important;
  padding:6px 0 0 !important;
  position:relative !important;
  z-index:2 !important;
  text-align:center !important;
}

.member .role{
  display:block !important;
  margin-bottom:10px !important;
  color:#c79735 !important;
  text-transform:uppercase !important;
  letter-spacing:.14em !important;
  font-size:11px !important;
  font-weight:900 !important;
  font-family:Arial,Helvetica,sans-serif !important;
}

.member h3{
  margin:0 !important;
  color:#061329 !important;
  font-size:20px !important;
  line-height:1.25 !important;
}

@media(max-width:1100px){
  .team-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:768px){
  .team-grid{
    grid-template-columns:1fr !important;
  }

  .real-photo{
    width:240px !important;
    height:240px !important;
  }

  .member{
    padding:24px 18px 22px !important;
  }
}

@media(max-width:430px){
  .real-photo{
    width:210px !important;
    height:210px !important;
  }

  .member h3{
    font-size:18px !important;
  }
}

/* FAIM official uploaded header logo, root verified */
.logo.image-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:300px !important;
  max-width:300px !important;
  height:auto !important;
  padding:0 !important;
  gap:0 !important;
  letter-spacing:0 !important;
}

.logo.image-logo img{
  display:block !important;
  width:100% !important;
  max-width:300px !important;
  height:auto !important;
  max-height:68px !important;
  object-fit:contain !important;
}

.logo.image-logo::before,
.logo.image-logo::after{
  display:none !important;
  content:none !important;
}

.logo.image-logo .logo-mark,
.logo.image-logo span,
.logo.image-logo strong,
.logo.image-logo small{
  display:none !important;
}

@media(max-width:980px){
  .logo.image-logo{
    width:220px !important;
    max-width:220px !important;
  }

  .logo.image-logo img{
    max-height:54px !important;
  }
}

@media(max-width:430px){
  .logo.image-logo{
    width:170px !important;
    max-width:170px !important;
  }

  .logo.image-logo img{
    max-height:44px !important;
  }
}

/* FAIM live fixed uploaded logo */
.logo.image-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:320px !important;
  max-width:320px !important;
  height:auto !important;
  padding:0 !important;
  margin:0 !important;
  gap:0 !important;
  letter-spacing:0 !important;
}

.logo.image-logo img{
  display:block !important;
  width:100% !important;
  max-width:320px !important;
  height:auto !important;
  max-height:74px !important;
  object-fit:contain !important;
}

.logo.image-logo::before,
.logo.image-logo::after,
.logo.image-logo span,
.logo.image-logo strong,
.logo.image-logo small,
.logo.image-logo .logo-mark{
  display:none !important;
  content:none !important;
}

@media(max-width:980px){
  .logo.image-logo{
    width:230px !important;
    max-width:230px !important;
  }

  .logo.image-logo img{
    max-height:56px !important;
  }
}

@media(max-width:430px){
  .logo.image-logo{
    width:175px !important;
    max-width:175px !important;
  }

  .logo.image-logo img{
    max-height:44px !important;
  }
}

/* ===== FAIM FINAL HEADER DARK BRAND FIX ===== */
:root{
  --faim-navy:#061329;
  --faim-navy-2:#081a35;
  --faim-gold:#d4a347;
  --faim-gold-light:#f0c56f;
  --faim-white:#ffffff;
}

/* keep topbar premium */
.topbar{
  background:var(--faim-navy) !important;
  color:var(--faim-white) !important;
}

/* main header dark so white logo becomes visible */
.header{
  background:var(--faim-navy) !important;
  border-bottom:1px solid rgba(212,163,71,.18) !important;
}

/* align header content with hero content */
.header .container,
.hero .container{
  max-width:1100px !important;
  margin:0 auto !important;
  padding-left:24px !important;
  padding-right:24px !important;
}

/* header layout */
.header .container{
  display:flex !important;
  align-items:center !important;
}

/* uploaded logo block */
.logo.image-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:260px !important;
  max-width:260px !important;
  min-width:260px !important;
  margin:0 32px 0 0 !important;
  padding:0 !important;
  gap:0 !important;
  transform:translateY(1px) !important;
}

.logo.image-logo img{
  display:block !important;
  width:100% !important;
  max-width:260px !important;
  height:auto !important;
  max-height:56px !important;
  object-fit:contain !important;
  opacity:1 !important;
  filter:none !important;
}

/* hide any leftover text logo parts */
.logo.image-logo::before,
.logo.image-logo::after,
.logo.image-logo span,
.logo.image-logo strong,
.logo.image-logo small,
.logo.image-logo .logo-mark{
  display:none !important;
  content:none !important;
}

/* nav alignment and colours */
.header .menu{
  display:flex !important;
  align-items:center !important;
  margin-left:auto !important;
  gap:0 !important;
}

.header .menu a:not(.btn){
  color:var(--faim-white) !important;
}

.header .menu a:not(.btn):hover,
.header .menu a.active{
  color:var(--faim-gold-light) !important;
}

.header .menu a.active{
  border-bottom-color:var(--faim-gold) !important;
}

/* register button */
.header .btn,
.header .menu .btn{
  background:var(--faim-gold) !important;
  border-color:var(--faim-gold) !important;
  color:var(--faim-navy) !important;
}

.header .btn:hover,
.header .menu .btn:hover{
  background:var(--faim-gold-light) !important;
  border-color:var(--faim-gold-light) !important;
  color:var(--faim-navy) !important;
}

/* mobile */
@media(max-width:980px){
  .logo.image-logo{
    width:210px !important;
    max-width:210px !important;
    min-width:210px !important;
    margin-right:16px !important;
  }

  .logo.image-logo img{
    max-height:46px !important;
  }

  .header .menu{
    background:var(--faim-navy) !important;
  }

  .header .menu a:not(.btn){
    color:var(--faim-white) !important;
  }
}

@media(max-width:430px){
  .header .container,
  .hero .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .logo.image-logo{
    width:175px !important;
    max-width:175px !important;
    min-width:175px !important;
  }

  .logo.image-logo img{
    max-height:40px !important;
  }
}

/* FAIM logo dark version and alignment fix */
.logo.image-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:280px !important;
  max-width:280px !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  gap:0 !important;
  line-height:1 !important;
}

.logo.image-logo img{
  display:block !important;
  width:100% !important;
  max-width:280px !important;
  height:auto !important;
  max-height:64px !important;
  object-fit:contain !important;
}

.logo.image-logo::before,
.logo.image-logo::after,
.logo.image-logo span,
.logo.image-logo strong,
.logo.image-logo small,
.logo.image-logo .logo-mark{
  display:none !important;
  content:none !important;
}

/* align topbar, header and hero to same content width */
.topbar .wrap,
.header .wrap,
.hero .wrap{
  max-width:1120px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:24px !important;
  padding-right:24px !important;
  box-sizing:border-box !important;
}

.header .wrap{
  display:flex !important;
  align-items:center !important;
}

.header .menu{
  margin-left:auto !important;
}

@media(max-width:980px){
  .logo.image-logo{
    width:210px !important;
    max-width:210px !important;
  }

  .logo.image-logo img{
    max-height:52px !important;
  }

  .topbar .wrap,
  .header .wrap,
  .hero .wrap{
    padding-left:18px !important;
    padding-right:18px !important;
  }
}

@media(max-width:430px){
  .logo.image-logo{
    width:170px !important;
    max-width:170px !important;
  }

  .logo.image-logo img{
    max-height:42px !important;
  }

  .topbar .wrap,
  .header .wrap,
  .hero .wrap{
    padding-left:14px !important;
    padding-right:14px !important;
  }
}

/* FAIM real header fix, actual classes used by site */
.topbar .container,
.header .container.nav,
.hero .container{
  width:min(1180px,92%) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.header{
  background:#061329 !important;
  border-bottom:1px solid rgba(212,163,71,.28) !important;
}

.nav{
  min-height:82px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:32px !important;
}

.logo.image-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:260px !important;
  max-width:260px !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  flex:0 0 260px !important;
}

.logo.image-logo img{
  display:block !important;
  width:100% !important;
  max-width:260px !important;
  height:auto !important;
  max-height:62px !important;
  object-fit:contain !important;
}

.logo.image-logo::before,
.logo.image-logo::after,
.logo.image-logo span,
.logo.image-logo strong,
.logo.image-logo small,
.logo.image-logo .logo-mark{
  display:none !important;
  content:none !important;
}

.header .menu{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:20px !important;
  margin-left:auto !important;
  white-space:nowrap !important;
}

.header .menu a:not(.btn){
  color:#ffffff !important;
  padding:28px 0 !important;
}

.header .menu a:not(.btn):hover,
.header .menu a.active{
  color:#f0c56f !important;
}

.header .menu .btn,
.header .btn{
  background:#d4a347 !important;
  border-color:#d4a347 !important;
  color:#061329 !important;
  min-height:46px !important;
  padding:0 24px !important;
}

@media(max-width:1180px){
  .header .menu{
    gap:14px !important;
    font-size:12px !important;
  }

  .logo.image-logo{
    width:230px !important;
    max-width:230px !important;
    flex-basis:230px !important;
  }
}

@media(max-width:980px){
  .topbar .container,
  .header .container.nav,
  .hero .container{
    width:92% !important;
  }

  .logo.image-logo{
    width:210px !important;
    max-width:210px !important;
    flex-basis:210px !important;
  }

  .logo.image-logo img{
    max-height:52px !important;
  }

  .header .menu{
    background:#ffffff !important;
    gap:0 !important;
    white-space:normal !important;
  }

  .header .menu a:not(.btn){
    color:#061329 !important;
    padding:13px 14px !important;
  }

  .header .menu a.active,
  .header .menu a:hover{
    color:#d4a347 !important;
  }
}

@media(max-width:430px){
  .logo.image-logo{
    width:165px !important;
    max-width:165px !important;
    flex-basis:165px !important;
  }

  .logo.image-logo img{
    max-height:42px !important;
  }
}

/* FAIM final bigger logo and hero heading alignment */
.topbar .container,
.header .container.nav,
.hero .container{
  width:min(1180px,92%) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.nav{
  min-height:96px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:34px !important;
}

.logo.image-logo{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:360px !important;
  max-width:360px !important;
  flex:0 0 360px !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  transform:translateX(0) !important;
}

.logo.image-logo img{
  display:block !important;
  width:100% !important;
  max-width:360px !important;
  height:auto !important;
  max-height:78px !important;
  object-fit:contain !important;
  object-position:left center !important;
}

.header .menu{
  margin-left:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:20px !important;
  white-space:nowrap !important;
}

.header .menu a:not(.btn){
  padding:34px 0 !important;
}

@media(max-width:1180px){
  .logo.image-logo{
    width:310px !important;
    max-width:310px !important;
    flex-basis:310px !important;
  }

  .logo.image-logo img{
    max-height:70px !important;
  }

  .header .menu{
    gap:14px !important;
    font-size:12px !important;
  }
}

@media(max-width:980px){
  .topbar .container,
  .header .container.nav,
  .hero .container{
    width:92% !important;
  }

  .logo.image-logo{
    width:235px !important;
    max-width:235px !important;
    flex-basis:235px !important;
  }

  .logo.image-logo img{
    max-height:58px !important;
  }
}

@media(max-width:430px){
  .logo.image-logo{
    width:185px !important;
    max-width:185px !important;
    flex-basis:185px !important;
  }

  .logo.image-logo img{
    max-height:46px !important;
  }
}

/* FAIM team replacement images, keep premium round frame */
.team-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:28px !important;
  margin-top:40px !important;
  align-items:stretch !important;
}

.member{
  background:#ffffff !important;
  border:1px solid #e8dfd1 !important;
  border-radius:20px !important;
  box-shadow:0 18px 45px rgba(6,19,41,.10) !important;
  padding:28px 22px 24px !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
}

.member::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:92px !important;
  background:linear-gradient(135deg,#061329 0%, #16365f 58%, #d4a347 100%) !important;
}

.real-photo{
  width:220px !important;
  height:220px !important;
  margin:22px auto 20px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  position:relative !important;
  z-index:2 !important;
  padding:6px !important;
  background:linear-gradient(135deg,#f0c56f 0%, #d4a347 35%, #16365f 100%) !important;
  box-shadow:0 14px 34px rgba(6,19,41,.22) !important;
}

.real-photo img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  border-radius:50% !important;
  object-fit:cover !important;
  object-position:center top !important;
  background:#061329 !important;
}

.member .info{
  min-height:auto !important;
  padding:6px 0 0 !important;
  position:relative !important;
  z-index:2 !important;
  text-align:center !important;
}

.member .role{
  display:block !important;
  margin-bottom:10px !important;
  color:#c79735 !important;
  text-transform:uppercase !important;
  letter-spacing:.14em !important;
  font-size:11px !important;
  font-weight:900 !important;
  font-family:Arial,Helvetica,sans-serif !important;
}

.member h3{
  margin:0 !important;
  color:#061329 !important;
  font-size:20px !important;
  line-height:1.25 !important;
}

@media(max-width:1100px){
  .team-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:768px){
  .team-grid{
    grid-template-columns:1fr !important;
  }

  .real-photo{
    width:240px !important;
    height:240px !important;
  }
}

@media(max-width:430px){
  .real-photo{
    width:210px !important;
    height:210px !important;
  }
}

/* FAIM team face focused round portraits */
.team-section-clean .team-grid,
.team-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:28px !important;
  margin-top:40px !important;
  align-items:stretch !important;
}

.member{
  background:#ffffff !important;
  border:1px solid #e8dfd1 !important;
  border-radius:22px !important;
  box-shadow:0 18px 45px rgba(6,19,41,.10) !important;
  padding:30px 22px 26px !important;
  text-align:center !important;
  position:relative !important;
  overflow:hidden !important;
}

.member::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:96px !important;
  background:linear-gradient(135deg,#061329 0%, #132d53 58%, #d4a347 100%) !important;
}

.real-photo{
  width:230px !important;
  height:230px !important;
  margin:24px auto 20px !important;
  border-radius:50% !important;
  overflow:hidden !important;
  position:relative !important;
  z-index:2 !important;
  padding:6px !important;
  background:linear-gradient(135deg,#f0c56f 0%, #d4a347 42%, #061329 100%) !important;
  box-shadow:0 14px 34px rgba(6,19,41,.22) !important;
}

.real-photo img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  border-radius:50% !important;
  object-fit:cover !important;
  object-position:center center !important;
  background:#061329 !important;
}

.member .info{
  min-height:auto !important;
  padding:8px 0 0 !important;
  position:relative !important;
  z-index:2 !important;
  text-align:center !important;
}

.member .role{
  display:block !important;
  margin-bottom:10px !important;
  color:#c79735 !important;
  text-transform:uppercase !important;
  letter-spacing:.14em !important;
  font-size:11px !important;
  font-weight:900 !important;
  font-family:Arial,Helvetica,sans-serif !important;
}

.member h3{
  margin:0 !important;
  color:#061329 !important;
  font-size:20px !important;
  line-height:1.25 !important;
}

@media(max-width:1100px){
  .team-section-clean .team-grid,
  .team-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:768px){
  .team-section-clean .team-grid,
  .team-grid{
    grid-template-columns:1fr !important;
  }

  .real-photo{
    width:250px !important;
    height:250px !important;
  }
}

@media(max-width:430px){
  .real-photo{
    width:215px !important;
    height:215px !important;
  }
}
