/* Lexvora Consulting - About Us Page CSS */
/* Uses main styles.css first, then this page-specific CSS. */
:root {
  --gold2: var(--gold-light);
  --line: var(--border);
}
.site-header{
  position:absolute;
  z-index:50;
  left:0;right:0;top:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 5vw;
  min-height:92px;
  color:#fff;
  background:rgba(5,14,22,.96);
  border-bottom:1px solid rgba(184,132,69,.28);
}
.brand img{
  width:220px;
  max-height:88px;
  height:auto;
  object-fit:contain;
}
.nav{
  display:flex;
  align-items:center;
  gap:28px;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.08em;
}
.nav a{opacity:.92}
.nav a.active,.nav a:hover{color:var(--gold2)}
.nav-toggle{
  display:none;
  background:none;
  border:0;
  color:#fff;
  font-size:2rem;
}

.about-hero {
  min-height: 520px;
  padding: 105px 5vw 58px;
  display: flex;
  align-items: center;
  grid-template-columns: unset;
  gap: 0;

  background-color: #061421;

  background-image:
    linear-gradient(
      90deg,
      rgba(5, 14, 22, 0.98) 0%,
      rgba(5, 14, 22, 0.92) 30%,
      rgba(5, 14, 22, 0.55) 52%,
      rgba(5, 14, 22, 0.10) 100%
    ),
    url("../images/about-hero-building.png");

  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 520px;
}
.about-hero__content{
  max-width:680px;
  position:relative;
  z-index:2}

.about-hero h1{
  color:#fff;
  font-size:clamp(2.7rem,5vw,5.9rem);
  margin-bottom:22px;
}
.about-hero .lead{
  color:#e9eef2;
  font-size:1.1rem;
  max-width:610px;
}
.about-hero .gold-line{
  width:80px;
  height:3px;
  background:var(--gold2);
  margin:24px 0;
}

.about-section{
  padding:70px 5vw;
}
.about-split{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:54px;
  align-items:center;
}
.about-split.reverse{
  grid-template-columns:1.1fr 1fr;
}
.about-visual{
  height:380px;
  overflow:hidden;

  display:flex;
  align-items:center;
  justify-content:center;

  border:none;
  box-shadow:none;
}

.about-visual img{
  width:auto;
  height:380px;

  min-height:380px;
  max-height:380px;

  max-width:none;

  object-fit:cover;
  object-position:center;

  display:block;
}
.about-copy h2{
  font-size:clamp(2rem,3vw,3.6rem);
  margin-bottom:22px;
}
.about-copy p{
  color:#4d5963;
  font-size:1rem;
}
.about-copy .dark-text{color:#dce6ec}

.expertise{
  padding:66px 5vw 74px;
  background:linear-gradient(180deg,#fdfbf7,#f2ece3);
  text-align:center;
}
.expertise h2{
  font-size:clamp(2rem,3vw,3.5rem);
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:16px;
  margin-top:34px;
}
.service-card{
  background:#081722;
  color:#fff;
  border:1px solid rgba(216,173,114,.38);
  padding:30px 18px;
  min-height:200px;
}
.service-card .icon{
  color:var(--gold2);
  font-size:2rem;
  display:block;
  margin-bottom:18px;
}
.service-card h3{
  font-size:1rem;
  line-height:1.35;
}

.leadership{
  padding:70px 5vw 82px;
  background:#fbf8f3;
}
.leadership h2{
  text-align:center;
  font-size:clamp(2rem,3vw,3.4rem);
}
.leadership-intro{
  text-align:center;
  max-width:920px;
  margin:0 auto 36px;
  color:#4d5963;
}
.founder-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.founder-card{
  display:grid;
  grid-template-columns:44% 56%;
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(10,20,30,.06);
}
.founder-photo{
  min-height:340px;
  background:#ece7df;
}
.founder-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.founder-info{
  padding:28px 24px;
}
.founder-info h3{
  margin-bottom:4px;
  font-size:1.25rem;
}
.role{
  color:var(--gold);
  font-size:.82rem;
  font-weight:700;
  margin-bottom:18px;
}
.founder-info ul{
  padding-left:18px;
  margin:0 0 22px;
  color:#4d5963;
  font-size:.92rem;
}
.founder-info li{margin-bottom:7px}
.profile-link{
  display:inline-block;
  border:1px solid var(--gold);
  padding:9px 16px;
  color:var(--gold);
  font-weight:700;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.philosophy{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:390px;
  background:#071722;
  color:#fff;
}
.philosophy-copy{
  padding:70px 5vw;
}
.philosophy h2{
  color:#fff;
  font-size:clamp(2.2rem,3.2vw,4rem);
}
.philosophy p{
  max-width:680px;
  color:#dce6ec;
}
.philosophy-image{
  background:url("../images/about-philosophy.png") center/cover no-repeat;
}

.why{
  padding:62px 5vw;
  background:#fffaf3;
  text-align:center;
}
.why h2{
  font-size:clamp(2rem,3vw,3.3rem);
}
.why-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
  margin-top:36px;
}
.why-item{
  border-left:1px solid var(--line);
  padding:0 16px;
}
.why-item:first-child{border-left:0}
.why-item span{
  color:var(--gold);
  font-size:2rem;
  display:block;
  margin-bottom:12px;
}
.why-item strong{
  display:block;
  font-size:.95rem;
  line-height:1.35;
}

.cta-about{
  min-height:320px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:34px;
  padding:64px 5vw;
  color:#fff;
  background:
    linear-gradient(90deg,rgba(5,15,24,.96),rgba(5,15,24,.76)),
    url("../images/about-cta.png") center/cover no-repeat;
}
.cta-about h2{
  font-size:clamp(2rem,3vw,3.5rem);
  color:#fff;
}
.cta-about p{color:#dce6ec;max-width:690px}

.footer{
  display:grid;
  grid-template-columns:1.35fr 1fr 1.3fr 1.2fr;
  gap:50px;
  padding:54px 5vw 46px;
  background:#071722;
  color:#fff;
}
.footer-logo{
  width:150px;
  margin-bottom:18px;
}
.footer p,.footer a{
  display:block;
  color:#c9d3da;
  font-size:.9rem;
  margin:8px 0;
}
.footer h4{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.82rem;
}

@media(max-width:1200px){
  .service-grid{grid-template-columns:repeat(3,1fr)}
  .founder-card{grid-template-columns:1fr}
  .founder-photo{min-height:280px}
}
@media(max-width:900px){
  .about-hero{grid-template-columns:1fr;padding-top:125px}
  .about-split,.about-split.reverse,.philosophy,.footer{grid-template-columns:1fr}
  .founder-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:repeat(3,1fr)}
  .cta-about{flex-direction:column;align-items:flex-start}
}
@media(max-width:680px){
  .site-header{position:relative;background:#071722;padding:14px 20px}
  .brand img{width:118px}
  .nav-toggle{display:block}
  .nav{
    display:none;
    position:absolute;
    left:0;right:0;top:74px;
    flex-direction:column;
    align-items:flex-start;
    background:#071722;
    padding:20px;
    gap:18px;
    border-top:1px solid rgba(216,173,114,.25);
  }
  .nav.open{display:flex}
  .about-hero{padding:70px 24px 56px;min-height:560px}
  .about-section,.expertise,.leadership,.why,.cta-about{padding-left:24px;padding-right:24px}
  .service-grid,.why-grid{grid-template-columns:1fr}
  .why-item{border-left:0;border-top:1px solid var(--line);padding-top:18px}
  .why-item:first-child{border-top:0}
}

/* =========================================================
   FINAL ABOUT US PAGE ALIGNMENT FIX
   Keep this as the only final override block.
   ========================================================= */

/* Header */
.site-header {
  min-height: 74px;
  padding: 10px 5vw;
  background: rgba(5, 14, 22, 0.96);
  border-bottom: 1px solid rgba(184, 132, 69, 0.28);
}

.brand img {
  width: 185px;
  max-height: 54px;
  height: auto;
  object-fit: contain;
}

.nav {
  gap: 30px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
}

.nav a {
  color: #fff;
  opacity: 0.94;
}

.nav a.active {
  color: var(--gold-light);
  border-bottom: 2px solid var(--gold-light);
  padding-bottom: 7px;
}

.nav a:hover {
  color: var(--gold-light);
}

/* Hero */
.about-hero {
  min-height: 520px;
  padding: 105px 5vw 58px;
  display: flex;
  align-items: center;
  grid-template-columns: unset;
  gap: 0;
  background-color: #061421;
  background-image:
    linear-gradient(
      90deg,
      rgba(5, 14, 22, 0.94) 0%,
      rgba(5, 14, 22, 0.78) 34%,
      rgba(5, 14, 22, 0.28) 62%,
      rgba(5, 14, 22, 0.05) 100%
    ),
    url("../images/about-hero-building.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 520px;
}

.about-hero__content {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.about-hero .hero-kicker {
  color: var(--gold-light) !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.about-hero h1 {
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: clamp(48px, 4.4vw, 68px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 22px;
}

.about-hero .gold-line {
  width: 58px;
  height: 2px;
  background: var(--gold-light);
  margin: 0 0 28px;
}

.about-hero .lead {
  max-width: 570px;
  font-size: 17px;
  line-height: 1.55;
  margin-bottom: 18px;
}

.about-hero .hero-white {
  color: #ffffff !important;
}

.about-hero .hero-gold {
  color: var(--gold-light) !important;
  font-weight: 600;
}

/* Who We Are */
.about-section {
  padding: 48px 5vw;
}

.about-split {
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}

.about-copy .eyebrow,
.gold-title {
  color: var(--gold) !important;

  /** color:#b9925a; **/

  font-family:"Montserrat","Calibri","Segoe UI",Arial,sans-serif;
  font-size:18px;

  font-weight:700;
  line-height:1.6;

  letter-spacing:4px;
  text-transform:uppercase;

  margin-bottom:18px;

  display:block;
}

.about-copy h2 {
  font-family: Calibri, "Segoe UI", Arial, sans-serif;
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 18px;
}

.about-copy p {
  font-size: 15px;
  line-height: 1.62;
}

.about-visual {
  border: none;
  box-shadow: none;
}

/* Expertise */
.expertise {
  padding: 56px 5vw 64px;
}

.service-grid {
  gap: 16px;
}

.service-card {
  min-height: 185px;
  padding: 26px 16px;
}

/* Leadership */
.leadership {
  padding: 58px 5vw 70px;
}

.founder-grid {
  gap: 24px;
}

/* Philosophy */
.philosophy {
  min-height: 380px;
}

.philosophy-copy {
  padding: 62px 5vw;
}

.philosophy-image {
  min-height: 380px;
}

/* Why Choose */
.why {
  padding: 54px 5vw;
}

.why-grid {
  gap: 18px;
}

/* CTA */
.cta-about {
  min-height: 300px;
  padding: 56px 5vw;
}

/* Footer */
.footer {
  padding: 50px 5vw 50px;
}

/* Tablet */
@media (max-width: 1200px) {
  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .founder-card {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    min-height: 280px;
  }
}

@media (max-width: 900px) {
  .about-hero {
    min-height: 560px;
    padding-top: 110px;
    background-position: 62% center;
  }

  .about-split,
  .about-split.reverse,
  .philosophy,
  .footer {
    grid-template-columns: 1fr;
  }

  .founder-grid {
    grid-template-columns: 1fr;
  }

  .why-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .cta-about {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .site-header {
    position: relative;
    min-height: 68px;
    padding: 10px 18px;
    background: #071722;
  }

  .brand img {
    width: 145px;
    max-height: 48px;
  }

  .nav-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    flex-direction: column;
    align-items: flex-start;
    background: #071722;
    padding: 18px 20px;
    gap: 0;
    border-top: 1px solid rgba(216, 173, 114, 0.25);
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav a.active {
    padding-bottom: 14px;
  }

  .about-hero {
    min-height: 540px;
    padding: 78px 24px 48px;
    background-position: 62% center;
  }

  .about-hero h1 {
    font-size: clamp(40px, 11vw, 54px);
  }

  .about-hero .lead {
    font-size: 15px;
  }

  .about-section,
  .expertise,
  .leadership,
  .why,
  .cta-about {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .about-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .service-grid,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-item {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }

  .why-item:first-child {
    border-top: 0;
  }
}

/* =========================================================
   FINAL WHO WE ARE IMAGE + TEXT ALIGNMENT FIX
   ========================================================= */

.about-split {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 56px;
  align-items: center;
  justify-content: start;
}

.about-visual {
  width: fit-content;
  height: 380px;
  overflow: hidden;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  border: none;
  box-shadow: none;
}

.about-visual img {
  width: auto;
  height: 380px;

  min-height: 380px;
  max-height: 380px;

  max-width: none;

  object-fit: contain;
  object-position: left center;

  display: block;
}

.about-copy {
  width: 100%;
  max-width: none;
}

.about-copy h2,
.about-copy p {
  max-width: none;
}

/* Tablet */
@media (max-width: 900px) {
  .about-split {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .about-visual {
    width: 100%;
    height: 360px;
    justify-content: flex-start;
  }

  .about-visual img {
    height: 360px;
    min-height: 360px;
    max-height: 360px;
  }

  .about-copy {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 680px) {
  .about-visual {
    height: 300px;
  }

  .about-visual img {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
}
