:root {
  --petrol:#010304;
  --ink:#0B1C20;
  --paper:#F7F3EB;
  --paper2:#FBF9F4;
  --line:#D8D0C2;
  --brass:#9B814D;
  --brassText:#80683B;
  --body:#414846;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper2);
  color:var(--ink);
  font-family:"Aptos","Segoe UI",Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.7;
}
h1,h2,h3,blockquote{
  font-family:Cambria,Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.012em;
}
a{color:inherit}
.wrap{max-width:1220px;margin:0 auto;padding:0 42px}
.eyeline{
  color:var(--brassText);
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:600;
  margin-bottom:15px;
}

/* Shared header */
header{
  height:76px;
  background:var(--paper);
  border-bottom:1px solid #D7D0C4;
  display:flex;
  align-items:center;
  position:sticky;
  top:0;
  z-index:30;
}
header .wrap{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.logo{width:258px;max-width:34vw;height:auto;display:block}
nav{display:flex;gap:26px;align-items:center;white-space:nowrap}
nav a{
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.105em;
  font-size:11.5px;
}
nav a.active{color:var(--brassText);border-bottom:1px solid var(--brass);padding-bottom:4px}
nav a.review{border-bottom:1px solid var(--brass);padding-bottom:4px}
.menu-btn{display:none;border:0;background:none;color:var(--ink);text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.mobile-nav{display:none}

/* Hero: integrated industrial image + continuous dark field */
.hero{
  position:relative;
  overflow:hidden;
  background:#010304;
  color:#fff;
  min-height:555px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("/assets/images/who-we-advise/who-we-advise.webp");
  background-repeat:no-repeat;
  background-size:auto 120%;
  background-position:87% 49%;
  opacity:.98;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,
      #010304 0%,
      #010304 39%,
      rgba(1,3,4,.98) 46%,
      rgba(1,3,4,.80) 56%,
      rgba(1,3,4,.38) 70%,
      rgba(1,3,4,.06) 86%,
      rgba(1,3,4,0) 100%);
}
.hero .wrap{
  min-height:555px;
  display:flex;
  align-items:center;
  position:relative;
  z-index:2;
}
.hero-copy{width:59%;padding:68px 0 64px}
.hero .eyeline{color:#B99D63}
.hero h1{
  margin:0 0 22px;
  max-width:680px;
  font-size:clamp(38px,3.55vw,50px);
  line-height:1.08;
}
.hero p{
  margin:0 0 15px;
  max-width:650px;
  color:#D7DEDC;
  font-size:16px;
  line-height:1.7;
}

/* Company fit opening */
.company-fit{
  background:var(--paper);
  padding:78px 0 82px;
  border-bottom:1px solid var(--line);
}
.company-grid{
  display:grid;
  grid-template-columns:29% 71%;
  gap:62px;
}
.company-grid h2{
  margin:0;
  max-width:310px;
  font-size:33px;
  line-height:1.16;
}
.company-copy{max-width:745px}
.company-copy .lead{
  margin:0 0 26px;
  font-family:Cambria,Georgia,"Times New Roman",serif;
  color:#1F2C2F;
  font-size:23px;
  line-height:1.43;
}
.company-copy p{
  margin:0 0 18px;
  color:var(--body);
  font-size:15.6px;
  line-height:1.74;
}

/* Three editorial criteria, not cards */
.criteria{
  background:var(--paper2);
  padding:78px 0 82px;
  border-bottom:1px solid var(--line);
}
.criteria-head{
  display:grid;
  grid-template-columns:29% 71%;
  gap:62px;
  margin-bottom:38px;
}
.criteria-head h2{
  margin:0;
  max-width:310px;
  font-size:33px;
  line-height:1.16;
}
.criteria-head p{
  margin:0;
  max-width:740px;
  color:var(--body);
  font-size:15.6px;
  line-height:1.74;
}
.criterion{
  display:grid;
  grid-template-columns:29% 71%;
  gap:62px;
  padding:38px 0 40px;
  border-top:1px solid var(--line);
}
.criterion-title .index{
  color:var(--brassText);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:10.5px;
  font-weight:600;
  margin-bottom:9px;
}
.criterion-title h3{
  margin:0;
  font-size:25px;
  line-height:1.2;
}
.criterion-copy{max-width:745px}
.criterion-copy p{
  margin:0 0 17px;
  color:var(--body);
  font-size:15.4px;
  line-height:1.73;
}
.criterion-copy strong{color:#273538;font-weight:600}

/* Owner readiness */
.owners{
  background:var(--paper);
  padding:76px 0 80px;
  border-bottom:1px solid var(--line);
}
.owners-grid{
  display:grid;
  grid-template-columns:34% 66%;
  gap:58px;
}
.owners-grid h2{
  margin:0;
  max-width:390px;
  font-size:34px;
  line-height:1.16;
}
.owners-copy{max-width:715px}
.owners-copy p{
  margin:0 0 17px;
  color:var(--body);
  font-size:15.5px;
  line-height:1.72;
}
.owner-points{
  margin-top:25px;
  padding-top:19px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px 30px;
}
.owner-points span{
  color:#626965;
  font-size:12.5px;
  line-height:1.5;
  padding-left:14px;
  position:relative;
}
.owner-points span::before{
  content:"";
  position:absolute;
  left:0;
  top:.66em;
  width:5px;
  height:1px;
  background:var(--brass);
}

/* Markets: quiet, not a sector grid */
.markets{
  background:var(--paper2);
  padding:66px 0 68px;
  border-bottom:1px solid var(--line);
}
.markets-grid{
  display:grid;
  grid-template-columns:29% 71%;
  gap:62px;
}
.markets-grid h2{
  margin:0;
  max-width:305px;
  font-size:31px;
  line-height:1.18;
}
.markets-copy{max-width:745px}
.markets-copy p{
  margin:0 0 17px;
  color:var(--body);
  font-size:15.4px;
  line-height:1.72;
}
.market-line{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid var(--line);
  display:flex;
  flex-wrap:wrap;
  gap:10px 30px;
  color:#626965;
  font-size:10.5px;
  letter-spacing:.10em;
  text-transform:uppercase;
}

/* One dark "not yet" interruption */
.not-yet{
  background:#010304;
  color:#fff;
  padding:62px 0 64px;
}
.notyet-grid{
  display:grid;
  grid-template-columns:34% 66%;
  gap:58px;
}
.not-yet .eyeline{color:#B99D63}
.not-yet h2{
  margin:0;
  max-width:390px;
  font-size:35px;
  line-height:1.16;
}
.notyet-copy{max-width:715px}
.notyet-copy p{
  margin:0 0 17px;
  color:#CDD4D1;
  font-size:15.4px;
  line-height:1.72;
}
.notyet-copy blockquote{
  margin:24px 0 22px;
  padding:0 0 0 22px;
  border-left:1px solid var(--brass);
  color:#F0EEE8;
  font-size:22px;
  line-height:1.48;
}
.readiness-list{
  margin:22px 0 19px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 30px;
}
.readiness-list span{
  color:#AFB8B4;
  font-size:12.5px;
  line-height:1.5;
  padding-left:14px;
  position:relative;
}
.readiness-list span::before{
  content:"";
  position:absolute;
  left:0;
  top:.66em;
  width:5px;
  height:1px;
  background:#B99D63;
}

/* Confidential Review close */
.review-section{
  background:var(--paper);
  padding:66px 0 68px;
  border-bottom:1px solid var(--line);
}
.review-grid{
  display:grid;
  grid-template-columns:35% 65%;
  gap:58px;
}
.review-section h2{
  margin:0;
  max-width:390px;
  font-size:33px;
  line-height:1.16;
}
.review-copy{max-width:700px}
.review-copy p{
  margin:0 0 16px;
  color:var(--body);
  font-size:15.3px;
  line-height:1.69;
}
.review-link{
  display:inline-block;
  margin-top:4px;
  color:var(--brassText);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:11px;
}
.disclaimer{
  margin-top:20px!important;
  color:#858B87!important;
  font-size:11.5px!important;
}

/* Footer */
footer{
  background:#010304;
  color:#fff;
  padding:26px 0 24px;
}
.footer-grid{
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:flex-start;
}
.footer-id{color:#A9B1AD;font-size:12px}
.footer-id strong{
  display:block;
  font-family:Cambria,Georgia,serif;
  font-weight:400;
  color:#F4F0E8;
  font-size:17px;
  margin-bottom:3px;
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:9px 20px;
}
.footer-links a{
  color:#B9C0BD;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:10.5px;
}
.copyright{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#7F8984;
  font-size:10.5px;
  display:flex;
  justify-content:space-between;
  gap:20px;
}

@media(max-width:1020px){
  nav{display:none}
  .menu-btn{display:block}
  .mobile-nav.open{
    display:block;
    position:fixed;
    top:76px;left:0;right:0;
    z-index:29;
    background:var(--paper);
    border-bottom:1px solid var(--line);
    padding:16px 27px 22px;
  }
  .mobile-nav a{
    display:block;
    padding:11px 0;
    border-bottom:1px solid var(--line);
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.11em;
    font-size:11px;
  }
  .hero::before{background-size:auto 108%;background-position:91% 49%}
  .hero::after{
    background:linear-gradient(90deg,#010304 0%,#010304 50%,rgba(1,3,4,.88) 64%,rgba(1,3,4,.35) 82%,rgba(1,3,4,0) 100%);
  }
  .hero-copy{width:67%}
  .company-grid,.criteria-head,.criterion,.owners-grid,.markets-grid,.notyet-grid,.review-grid{grid-template-columns:1fr;gap:28px}
  .owner-points,.readiness-list{grid-template-columns:1fr}
}
@media(max-width:700px){
  .wrap{padding:0 27px}
  .logo{width:230px;max-width:70vw}
  .hero{min-height:auto}
  .hero .wrap{min-height:520px;align-items:flex-end}
  .hero-copy{width:100%;padding:58px 0 54px}
  .hero h1{font-size:40px;max-width:520px}
  .hero::before{background-size:auto 88%;background-position:75% 22%;opacity:.70}
  .hero::after{
    background:
      linear-gradient(180deg,rgba(1,3,4,.18) 0%,rgba(1,3,4,.60) 39%,#010304 72%,#010304 100%),
      linear-gradient(90deg,#010304 0%,rgba(1,3,4,.45) 72%,rgba(1,3,4,.08) 100%);
  }
  .company-fit,.criteria,.owners,.markets,.review-section{padding:58px 0 60px}
  .not-yet{padding:54px 0 56px}
  .company-grid h2,.criteria-head h2,.owners-grid h2,.markets-grid h2,.not-yet h2,.review-section h2{font-size:30px}
  .company-copy .lead{font-size:21.5px}
  .footer-grid,.copyright{flex-direction:column}
  .footer-links{justify-content:flex-start}
}
