body.elementor-page-1437:not(.elementor-motion-effects-element-type-background), body.elementor-page-1437 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}/* Start custom CSS for html, class: .elementor-element-72d9066 */<section class="tm-section tm-statement">
  <div class="tm-wrap">
    <div class="tm-centre">

      <h2>Value Often Sits Behind Complexity.</h2>

      <p>
        The most valuable opportunities are rarely obvious. They are often hidden behind timing, structure, relationships and access.
      </p>

    </div>
  </div>
</section>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d0fa966 */.tm-situations{
  background:#fff;
  padding:84px 20px;
  font-family:"Lato", system-ui, sans-serif;
}

.tm-situations-wrap{
  max-width:1040px;
  margin:0 auto;
}

.tm-situations-head{
  max-width:760px;
  margin:0 auto 52px;
  text-align:center;
}

.tm-situations-head span{
  display:block;
  color:#9A7A52;
  font-size:11px;
  letter-spacing:4px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.tm-situations-head h2{
  font-family:"Playfair Display", serif;
  font-size:clamp(30px,4vw,48px);
  line-height:1.15;
  font-weight:400;
  color:#232323;
  margin:0 0 18px;
}

.tm-situations-head p{
  max-width:620px;
  margin:0 auto;
  color:#6b625d;
  font-size:16.5px;
  line-height:1.75;
}

.tm-situation-list{
  border-top:1px solid #DED6C8;
}

.tm-situation-item{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:40px;
  padding:28px 0;
  border-bottom:1px solid #DED6C8;
}

.tm-situation-item h3{
  font-family:"Playfair Display", serif;
  font-size:28px;
  line-height:1.2;
  font-weight:400;
  color:#232323;
  margin:0;
}

.tm-situation-item p{
  color:#6b625d;
  font-size:15.5px;
  line-height:1.7;
  margin:0;
  max-width:620px;
}

.tm-situations-cta{
  text-align:center;
  margin-top:46px;
}

@media(max-width:760px){
  .tm-situation-item{
    grid-template-columns:1fr;
    gap:10px;
    padding:26px 0;
  }

  .tm-situations{
    padding:62px 18px;
  }
}/* End custom CSS */
/* Start custom CSS */:root{
  --tm-bg:#FCFCFC;
  --tm-text:#232323;
  --tm-muted:#6b625d;
  --tm-burgundy:#8A1C2C;
  --tm-burgundy-hover:#A83853;
  --tm-gold:#B89B5E;
  --tm-line:#DED6C8;
  --tm-card:#FFFFFF;
}

/* GENERAL SECTIONS */
.tm-section{
  background:var(--tm-bg);
  color:var(--tm-text);
  font-family:"Lato", system-ui, sans-serif;
  padding:54px 20px;
}

.tm-wrap{
  max-width:1080px;
  margin:0 auto;
}

.tm-serif{
  font-family:"Playfair Display", serif;
}

/* BUTTONS */
.tm-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none !important;
  font-size:13px;
  font-weight:700;
  letter-spacing:.3px;
  transition:.2s ease;
  cursor:pointer;
}

.tm-btn-primary{
  background:var(--tm-burgundy);
  color:#fff !important;
}

.tm-btn-primary:hover{
  background:var(--tm-burgundy-hover);
  color:#fff !important;
  transform:translateY(-2px);
}

.tm-btn-secondary{
  border:1px solid var(--tm-burgundy);
  color:var(--tm-burgundy) !important;
  background:transparent;
}

.tm-btn-secondary:hover{
  background:#fff;
  color:var(--tm-burgundy) !important;
  box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* HERO */
.tm-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:48px;
  align-items:center;
}

.tm-eyebrow{
  color:var(--tm-gold);
  letter-spacing:2.8px;
  text-transform:uppercase;
  font-size:11px;
  margin-bottom:16px;
}

.tm-hero h1{
  font-family:"Playfair Display", serif;
  font-size:clamp(42px,6vw,72px);
  line-height:.95;
  font-weight:500;
  margin:0 0 16px;
  color:var(--tm-text);
}

.tm-hero h2{
  font-size:clamp(18px,2vw,28px);
  line-height:1.3;
  font-weight:400;
  color:var(--tm-burgundy);
  margin:0 0 20px;
}

.tm-hero p,
.tm-copy p,
.tm-centre p,
.tm-final p{
  font-size:17px;
  line-height:1.8;
  color:var(--tm-muted);
  max-width:700px;
}

.tm-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.tm-image img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 22px 55px rgba(0,0,0,.10);
}

/* CENTRED SECTIONS */
.tm-centre{
  text-align:center;
  max-width:820px;
  margin:0 auto;
}

.tm-centre h2,
.tm-split h2,
.tm-final h2{
  font-family:"Playfair Display", serif;
  font-size:clamp(24px,3vw,42px);
  line-height:1.15;
  font-weight:400;
  letter-spacing:-0.02em;
  margin:0 0 20px;
  color:var(--tm-text);
}

/* SPLIT SECTION */
.tm-split{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:46px;
  align-items:center;
}

.tm-small-title{
  color:#A68B65;
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:11px;
  margin-bottom:14px;
}

/* FINAL CTA */
.tm-final{
  text-align:center;
  padding:64px 20px 78px;
}

.tm-final h2{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

.tm-final p{
  margin:0 auto 26px;
}

/* PARTNERSHIP FRAMEWORK */
.tm-partnership-framework{
  background:var(--tm-bg);
  max-width:1200px;
  margin:0 auto;
  padding:80px 20px;
  text-align:center;
  font-family:"Lato", system-ui, sans-serif;
}

.tm-heading span{
  letter-spacing:4px;
  text-transform:uppercase;
  font-size:11px;
  color:#A68B65;
}

.tm-heading h2{
  font-family:"Playfair Display",serif;
  font-size:clamp(28px,4vw,46px);
  line-height:1.15;
  color:var(--tm-text);
  margin:18px 0;
  font-weight:400;
}

.tm-heading p{
  max-width:700px;
  margin:0 auto 55px;
  color:var(--tm-muted);
  font-size:17px;
  line-height:1.8;
}

.tm-circles{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
}

.tm-circle{
  width:240px;
  height:240px;
  border-radius:50%;
  border:1.5px solid var(--tm-burgundy);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:30px;
  background:#fff;
  transition:.3s ease;
}

.tm-circle:hover{
  transform:translateY(-6px);
  box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.tm-circle h3{
  font-family:"Playfair Display",serif;
  font-size:24px;
  color:var(--tm-text);
  margin:0 0 12px;
  font-weight:400;
}

.tm-circle p{
  font-size:13.5px;
  line-height:1.55;
  color:var(--tm-muted);
  margin:0;
}

.tm-plus{
  font-size:34px;
  color:var(--tm-burgundy);
  font-weight:600;
}

.tm-arrow{
  margin:42px 0 18px;
  font-size:34px;
  color:var(--tm-burgundy);
}

.tm-outcome{
  display:inline-block;
  padding:28px 46px;
  border-radius:18px;
  background:var(--tm-burgundy);
  color:#fff;
}

.tm-outcome h3{
  font-family:"Playfair Display",serif;
  font-size:30px;
  margin:0 0 8px;
  font-weight:400;
  color:#fff;
}

.tm-outcome p{
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:12px;
  margin:0;
  color:#fff;
}

/* MOBILE */
@media(max-width:900px){
  .tm-hero-grid,
  .tm-split{
    grid-template-columns:1fr;
  }

  .tm-section{
    padding:46px 18px;
  }

  .tm-hero-grid{
    gap:34px;
  }
}

@media(max-width:768px){
  .tm-circles{
    flex-direction:column;
  }

  .tm-plus{
    transform:rotate(90deg);
  }
}

@media(max-width:520px){
  .tm-actions .tm-btn{
    width:100%;
  }

  .tm-section{
    padding:38px 16px;
  }

  .tm-hero h1{
    font-size:44px;
  }

  .tm-hero h2{
    font-size:20px;
  }

  .tm-hero p,
  .tm-copy p,
  .tm-centre p,
  .tm-final p{
    font-size:15.5px;
    line-height:1.75;
  }

  .tm-centre h2,
  .tm-split h2,
  .tm-final h2{
    font-size:30px;
  }

  .tm-circle{
    width:220px;
    height:220px;
  }
}/* End custom CSS */