﻿a {
  text-decoration: none;
}

*,
ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

@font-face {
  font-family: "Arial-bold";
  src: url("../fonts/Arial-BoldMT_1.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial-regular";
  src: url("../fonts/ArialMT.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial-black";
  src: url("../fonts/ArialCEMTBlack-Regular.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arial-medium";
  src: url("../fonts/Arial-Mdm.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Black";
  src: url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-ExtraBold";
  src: url("../fonts/Roboto-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-SemiBold";
  src: url("../fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Inter24pt-Black';
  src: url('../fonts/Inter24pt-Black.woff2') format('woff2'),
    url('../fonts/Inter24pt-Black.woff2') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-ExtraBold';
  src: url('../fonts/Inter24pt-ExtraBold.woff2') format('woff2'),
    url('../fonts/Inter24pt-ExtraBold.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Medium';
  src: url('../fonts/Inter24pt-Medium.woff2') format('woff2'),
    url('../fonts/Inter24pt-Medium.woff2') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Regular';
  src: url('../fonts/Inter24pt-Regular.woff2') format('woff2'),
    url('../fonts/Inter24pt-Regular.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-SemiBold';
  src: url('../fonts/Inter24pt-SemiBold.woff2') format('woff2'),
    url('../fonts/Inter24pt-SemiBold.woff2') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter24pt-Bold';
  src: url('../fonts/Inter24pt-Bold.woff2') format('woff2'),
    url('../fonts/Inter24pt-Bold.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-regular: "Inter24pt-Regular";
  --font-medium: "Inter24pt-Medium";
  --font-bold: "Inter24pt-Bold";
  --font-black: "Inter24pt-Black";
  --sub-font: "Inter24pt-Regular";
  --sub-font-medium: "Inter24pt-Medium";
  --sub-font-semibold: "Inter24pt-SemiBold";
  --sub-font-bold: "Inter24pt-Bold";
  --sub-font-extrabold: "Inter24pt-ExtraBold";
  --sub-font-black: "Inter24pt-Black";
  --primary: #B78A44;
  --secondary: #C7B88B;
  --black: #111;
  --light-black: #c4c3c0;
  --bg-color: #f8f5f0;
  --white: #fff;
}

/* SCROLL REVEAL UTILITIES (used by index.js / GSAP) .js-reveal-line wraps a heading's top-level text/inline children in an overflow-hidden mask so each "line" can slide up from underneath while it fades in, driven by ScrollTrigger. Falls back to plain visible text if JS never runs (no inline hidden state is set in CSS). */

.js-reveal-line__mask {
  display: block;
  overflow: hidden;
  /* Buffer so cap-height / descenders never get clipped by the mask while it still hides the slide-in. */
  margin: -0.14em -0.03em -0.18em;
}

.js-reveal-line__inner {
  display: block;
  line-height: 1.2;
  will-change: transform, opacity;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.modal-open {
  padding: 0px !important;
}

html {
  font-size: clamp(56.25%, calc(54.05% + 0.59vw), 62.5%);
}

/* overflow-x scoped to body (not html) so GSAP's ScrollTrigger pin isn't affected on mobile Safari/Chrome; scroll-behavior is dropped since Lenis owns scroll smoothing. */
body {
  overflow-x: hidden;
  position: relative;
}

.py-100 {
  padding-block: clamp(6rem, 8vw, 10rem);
}

section {
  scroll-margin-top: 100px;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  padding: 18px 0px;
  background: #f6f6ee;
  -webkit-transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  -moz-transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  -ms-transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
  -o-transition:
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

/* SCROLL STATE */

.site-header.is-scrolled {
  background: rgba(247, 247, 240, 0.96);

  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.05);

  backdrop-filter: blur(1rem);
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* LOGO */

.site-header .brand-mark img {
  width: 100%;
  max-width: 130px;
  object-fit: contain;
}

/* DESKTOP NAVIGATION */

.site-header .main-nav {
  height: 100%;

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

.site-header .nav-list,
.site-header #primary-menu {
  display: flex;
  align-items: center;

  gap: clamp(2.5rem, 3.5vw, 5rem);

  margin: 0;
  padding: 0;

  list-style: none;
}

.site-header .nav-link-custom,
.site-header #primary-menu li a {
  position: relative;

  display: inline-flex;
  align-items: center;

  height: 100%;

  text-decoration: none;

  color: var(--black);

  font-family: var(--sub-font-semibold);

  font-size: 1.6rem;

  text-transform: uppercase;

  white-space: nowrap;

  transition: color 0.25s ease;
}

.site-header .nav-link-custom::after,
.site-header #primary-menu li a::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: clamp(1.5rem, 2vw, 2rem);

  width: 100%;
  height: 0.2rem;

  background: var(--brand-color);

  transform: scaleX(0);
  transform-origin: right;

  transition: transform 0.3s ease;
}

.site-header .nav-link-custom:hover,
.site-header #primary-menu li a:hover {
  color: var(--brand-color);
}

.site-header .nav-link-custom:hover::after,
.site-header #primary-menu li a:hover::after,
.site-header .nav-link-custom.active::after,
.site-header #primary-menu li.current-menu-item a::after {
  transform: scaleX(1);
  transform-origin: left;
}

.site-header .nav-link-custom.active,
.site-header #primary-menu li.current-menu-item a {
  font-family: var(--sub-font-extrabold);
}

/* LANGUAGE */

.site-header .language-selector {
  display: inline-flex;
  align-items: center;

  gap: 0.8rem;

  color: var(--text-color);
  text-decoration: none;

  font-size: clamp(1.3rem, 1.1vw, 1.5rem);

  font-weight: 900;

  white-space: nowrap;

  transition: color 0.25s ease;
}

.site-header .language-selector:hover {
  color: var(--brand-color);
}

.site-header .language-selector i {
  font-size: 1.8rem;
}

/* Desktop language appearance modifier */
.site-header .desktop-language span {
  display: inline-block;
  font-family: var(--sub-font-semibold);
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  text-transform: uppercase;
  line-height: 1;
}

/* Mobile language inside the mobile menu */
.site-header .mobile-language>span {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 900;
}

/* style globe icon inside mobile language item */
.site-header .mobile-language>span i {
  font-size: 1.5rem;
}

/* hide the chevron on the language row in mobile menu */
.site-header .mobile-language>i.bi-chevron-down {
  display: none;
}

/* MOBILE BUTTON */

.site-header .menu-toggle {
  width: 4.4rem;
  height: 4.4rem;

  display: none;

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

  flex-direction: column;

  gap: 0.55rem;

  padding: 0;

  border: 0;

  background: transparent;

  cursor: pointer;
}

.site-header .menu-line {
  width: 2.4rem;
  height: 0.2rem;

  background: #111;

  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

/* HAMBURGER ANIMATION */

.site-header .menu-toggle.active .menu-line:nth-child(1) {
  transform: translateY(0.75rem) rotate(45deg);
}

.site-header .menu-toggle.active .menu-line:nth-child(2) {
  opacity: 0;
}

.site-header .menu-toggle.active .menu-line:nth-child(3) {
  transform: translateY(-0.75rem) rotate(-45deg);
}

/* MOBILE MENU */

.site-header .mobile-menu {
  position: absolute;

  top: 100%;
  left: 0;

  width: 100%;

  padding: 0 2rem;

  background: #f6f6ee;

  border-bottom: 0.1rem solid var(--header-border);

  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05);

  visibility: hidden;
  opacity: 0;

  transform: translateY(-1rem);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

.site-header .mobile-menu.active {
  visibility: visible;
  opacity: 1;

  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .site-header .mobile-menu {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    z-index: 9998;
    padding: 0 1.5rem;
  }

  .site-header #primary-menu {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    padding: 1.5rem 0 2rem;
  }
}

/* MOBILE NAV */

.site-header .mobile-nav-list {
  margin: 0;
  padding: 1.5rem 0 2rem;

  list-style: none;
}

.site-header .mobile-nav-list li {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.06);
}

.site-header .mobile-nav-list li:last-child {
  border-bottom: 0;
}

.site-header .mobile-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;

  min-height: 5rem;

  color: #111;
  text-decoration: none;

  font-size: 1.5rem;
  font-weight: 700;

  text-transform: uppercase;

  transition: color 0.25s ease;
}

.site-header .mobile-nav-link:hover {
  color: var(--brand-color);
}

.site-header .mobile-language {
  gap: 0.8rem;
}

/* WEALTH HERO */

.wealth-hero {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  background-color: #F9F9ED;
  padding-top: 16rem !important;
  z-index: 1;
  height: 100% !important;
}

@media (min-width: 992px) {
  .wealth-hero {
    height: 100dvh !important;
    padding-top: 14rem !important;
  }

  .wealth-hero__visual img {
    max-width: 48.5dvw !important;
  }

}

.wealth-hero:has(.wealth-hero__rock-left) .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100% !important;
}

.wealth-hero .wealth-hero__content {
  text-align: center;
}

.wealth-hero .wealth-hero__content,
.wealth-hero .wealth-hero__dashboard,
.wealth-hero .wealth-hero__rock-left,
.wealth-hero .wealth-hero__rock-right {
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {

  .wealth-hero .wealth-hero__content,
  .wealth-hero .wealth-hero__dashboard,
  .wealth-hero .wealth-hero__rock-left:not(.wealth-hero__rock-reveal),
  .wealth-hero .wealth-hero__rock-right:not(.wealth-hero__rock-reveal) {
    transition: none !important;

    transform: none !important;

    opacity: 1 !important;
  }
}

.wealth-hero .wealth-hero__eyebrow {
  display: block;
  font-family: var(--sub-font-bold);
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
  line-height: normal;
  color: #959492;
  margin-bottom: clamp(2rem, 2.5vw, 3.7rem);
  text-transform: uppercase;
}

.wealth-hero .wealth-hero__title {
  font-family: var(--sub-font-bold);
  font-size: clamp(3.6rem, 4vw, 6rem);
  line-height: 1;
  color: var(--light-black);
  margin: 0;
  display: block;
}

.wealth-hero .wealth-hero__subtitle {
  font-family: var(--sub-font-bold);
  font-size: clamp(3.6rem, 4vw, 6rem);
  line-height: 1;
  color: var(--black);
  margin: 0;
}

.wealth-hero .wealth-hero__description {
  font-family: var(--sub-font);
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  line-height: normal;
  color: var(--black);
  max-width: 900px;
  margin: 0px auto;
  margin-top: clamp(1.8rem, 2vw, 3rem);
  margin-bottom: 0px;
}

.wealth-hero__visual {
  text-align: center;
}

.wealth-hero__visual img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.wealth-hero__rock {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 22.25dvw;
  z-index: 10;
  overflow: hidden;
  cursor: default;
}

.wealth-hero__rock--left {
  left: 0;
}

.wealth-hero__rock--right {
  right: 0;
}

.wealth-hero__rock-left,
.wealth-hero__rock-right {
  display: block;
  width: 100%;
}

.wealth-hero__rock--right .wealth-hero__rock-reveal {
  top: 33px;
}

.wealth-hero__rock-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle 140px at var(--reveal-x, 50%) var(--reveal-y, 50%),
      #fff 0%,
      #fff 55%,
      transparent 100%);
  mask-image: radial-gradient(circle 140px at var(--reveal-x, 50%) var(--reveal-y, 50%),
      #fff 0%,
      #fff 55%,
      transparent 100%);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -webkit-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -moz-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -ms-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -o-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

/* Generic cursor-reveal active state, shared by any [data-rock] element (hero rocks, asset-performance branch, ...) — see the [data-rock] mousemove handling in index.js. */
[data-rock].is-rock-active [data-rock-reveal] {
  opacity: 1;
}

@media (hover: none),
(pointer: coarse) {
  .wealth-hero__rock {
    cursor: auto;
  }
}

/* SECTION */

.portfolio-control-section {
  width: 100%;
  padding: clamp(5rem, 7vw, 9rem) 0;
  padding-bottom: 0px;
  background: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.portfolio-control-section__heading {
  width: 100%;
  margin-bottom: clamp(4rem, 5vw, 6rem);
}

.portfolio-control-section__heading .word {
  display: inline-block;
  overflow: hidden;
  will-change: transform, opacity;
  line-height: 1.1;
}

.title-line.title-line--first {
  display: block;
  height: 55px;
}

.portfolio-control-section__metric {
  will-change: transform, opacity;
}

.section-title {
  max-width: 85rem;
  margin: 0;

  font-family: var(--sub-font-extrabold);
  font-size: clamp(3rem, 3vw, 5.5rem);
  line-height: 1;
  color: var(--light-black);
}

.section-title span {
  display: block;
  font-family: var(--sub-font-bold);
  color: #000;
}

.portfolio-control-section__cards {
  --bs-gutter-x: clamp(2rem, 2vw, 3rem);
  --bs-gutter-y: clamp(2rem, 2vw, 3rem);
}

.portfolio-control-section__card {
  position: relative;

  width: 100%;
  aspect-ratio: 416 / 537;

  overflow: hidden;
  border-radius: 1.5rem;

  color: var(--portfolio-white);

  isolation: isolate;
}

.portfolio-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-control-section__card-content {
  position: relative;

  width: 100%;
  height: 100%;

  padding: clamp(2.4rem, 3vw, 3.2rem);
}

.portfolio-control-section__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 2rem;
}

.portfolio-control-section__label-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;

  min-width: 0;
}

.portfolio-control-section__label {
  font-family: var(--sub-font-bold);
  font-size: clamp(1.6rem, 1.5vw + 0.4rem, 2.2rem);
  line-height: normal;
  color: var(--white);
}

.portfolio-control-section__label-line {
  display: block;

  width: 1.5rem;
  height: 0.1rem;

  background: rgba(255, 255, 255, 0.8);
}

.portfolio-control-section__icon {
  flex: 0 0 auto;

  display: grid;
  place-items: center;

  width: clamp(5.5rem, 5.5vw, 6.8rem);
  height: clamp(5.5rem, 5.5vw, 6.8rem);

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.13);
  border: 0.1rem solid rgba(255, 255, 255, 0.1);

  box-shadow:
    inset 0 0 2rem rgba(255, 255, 255, 0.08),
    0 0.5rem 2rem rgba(0, 0, 0, 0.12);

  backdrop-filter: blur(0.8rem);
}

.portfolio-control-section__icon svg {
  width: 45%;
  height: 45%;

  fill: none;
  stroke: #ffffff;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portfolio-control-section__metric {
  position: relative;

  display: flex;
  flex-direction: column;

  margin-top: clamp(3.5rem, 4vw, 5rem);

  z-index: 2;
}

.portfolio-control-section__metric h3 {
  font-family: var(--sub-font-bold);
  font-size: clamp(2.4rem, 2.8vw, 3.5rem);
  line-height: 1;
  color: var(--white);
}

.portfolio-control-section__metric p {
  margin-top: 1rem;
  font-family: var(--sub-font);
  font-size: clamp(1.3rem, 1.4vw, 2.2rem);
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.94);
}

.portfolio-control-section__performance-chart {
  position: absolute;

  left: 0;
  right: 0;
  bottom: 0;

  height: 49%;

  z-index: 1;
}

.portfolio-control-section__chart-svg {
  display: block;

  width: 100%;
  height: 100%;
}

.portfolio-control-section__world-map {
  position: absolute;

  left: 1rem;
  right: 1rem;

  bottom: 7rem;

  height: 42%;

  z-index: 1;
}

.portfolio-control-section__map-svg {
  display: block;

  width: 100%;
  height: 100%;
}

.portfolio-control-section__progress {
  position: absolute;

  left: 0.6rem;
  right: 0.6rem;
  bottom: 1.3rem;

  height: 4.3rem;

  display: flex;
  align-items: center;

  padding: 0 7rem;

  border-radius: 1.4rem;

  background: linear-gradient(90deg,
      rgba(118, 69, 15, 0.5),
      rgba(85, 47, 9, 0.7));

  border: 0.1rem solid rgba(255, 190, 64, 0.25);

  box-shadow: inset 0 0 1.5rem rgba(255, 190, 64, 0.05);
}

.portfolio-control-section__progress-track {
  width: 100%;
  height: 0.8rem;

  overflow: hidden;

  border-radius: 1rem;

  background: rgba(255, 190, 64, 0.16);
}

.portfolio-control-section__progress-track span {
  display: block;

  width: 68%;
  height: 100%;

  border-radius: inherit;

  background: linear-gradient(90deg, #ffc548, #a86f16);

  box-shadow: 0 0 1rem rgba(255, 193, 65, 0.45);
}

/* SECTION */

.asset-performance-section {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: #ffffff;

  padding: 140px 0px;

  z-index: 2;
}

/* VISUAL AREA */

.asset-performance-section__visual {
  position: relative;

  width: 100%;

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

/* BRANCH */

.asset-performance-section__branch {
  position: absolute;

  left: 50%;
  top: 50%;

  width: 100%;

  transform: translate(-50%, -50%);

  z-index: 1;

  /* Needs to receive mouse events for the cursor reveal below, unlike the rest of the section's pointer-events:none decor. */
  pointer-events: auto;
  cursor: default;
}

.asset-performance-section__branch-image {
  display: block;

  width: 100%;
  height: auto;

  object-fit: contain;
}

/* Cursor-reveal, same technique as the hero rocks — see [data-rock] handling in index.js. */
.asset-performance-section__branch-reveal {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;

  z-index: 2;

  opacity: 0;

  pointer-events: none;
  -webkit-mask-image: radial-gradient(circle 140px at var(--reveal-x, 50%) var(--reveal-y, 50%),
      #fff 0%,
      #fff 55%,
      transparent 100%);
  mask-image: radial-gradient(circle 140px at var(--reveal-x, 50%) var(--reveal-y, 50%),
      #fff 0%,
      #fff 55%,
      transparent 100%);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -webkit-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -moz-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -ms-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
  -o-transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

/* MAIN CARD */

.asset-performance-section__main-card {
  position: relative;
  z-index: 3;
  width: min(55rem, 43%);
  max-width: 100%;
  aspect-ratio: 24 / 31;
  max-height: 700px;
  padding: clamp(2.4rem, 2.5vw, 3.6rem) clamp(2rem, 2.2vw, 3.2rem);
  border-radius: 1.8rem;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -o-border-radius: 1.8rem;
  display: flex;
  align-items: end;
}

.asset-performance-cardimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 1.8rem;
  -webkit-border-radius: 1.8rem;
  -moz-border-radius: 1.8rem;
  -ms-border-radius: 1.8rem;
  -o-border-radius: 1.8rem;
}

.asset-performance-section__chart-svg {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;

  z-index: 1;
}

/* FEATURES */

.asset-performance-section__features {
  position: relative;

  margin-top: clamp(2rem, 2.5vw, 3.2rem);

  z-index: 2;
}

.asset-performance-section__feature {
  display: flex;
  align-items: center;

  gap: 1.6rem;
  border-bottom: 0.1rem solid #707070;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.asset-performance-section__feature:last-child {
  border-bottom: 0;
}

.asset-performance-section__feature-icon {
  flex: 0 0 auto;

  display: grid;
  place-items: center;

  width: clamp(3.5rem, 2.4vw, 4.4rem);
  height: clamp(3.5rem, 2.4vw, 4.4rem);

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.06);
}

.asset-performance-section__feature-icon img {
  width: 100%;
  height: 100%;
}

.asset-performance-section__feature-text {
  font-family: var(--sub-font-bold);

  font-size: clamp(1.4rem, 1.1vw, 2.2rem);

  line-height: 1.25;

  color: var(--white);
}

/* FLOATING CARDS */

.asset-performance-section__info-card {
  position: absolute;

  z-index: 5;

  background: rgba(255, 255, 255, 0.96);

  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.12);

  backdrop-filter: blur(1rem);

  border-radius: clamp(0.7rem, 0.8vw, 1rem);
}

/* ROI CARD */

.asset-performance-section__info-card--roi {
  left: calc(50% - clamp(35rem, 28vw, 40rem));

  top: 13%;

  width: clamp(20rem, 13vw, 26rem);

  padding: clamp(1.5rem, 1.5vw, 2.2rem) clamp(1.5rem, 1.5vw, 2rem);

  background: #f8f7f2;
}

.asset-performance-section__roi {
  display: block;

  font-family: var(--sub-font-bold), Arial, sans-serif;

  font-size: clamp(3rem, 3vw, 6.5rem);

  line-height: 1;

  color: #253214;
}

.asset-performance-section__info-card--roi p {
  margin: 1rem 0 0;

  font-family: var(--sub-font);

  font-size: clamp(1.4rem, 0.9vw, 1.7rem);

  line-height: 1.2;

  color: #666666;
}

/* COUPON CARD */

.asset-performance-section__info-card--coupon {
  right: calc(50% - clamp(35rem, 28vw, 55rem));
  bottom: 6%;
  width: clamp(25rem, 17vw, 33rem);
  padding-bottom: clamp(1.4rem, 1.5vw, 3rem);
  overflow: hidden;
  background: #efede8;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.asset-performance-section__coupon-heading {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: clamp(1rem, 1vw, 1.4rem) clamp(1.2rem, 1.2vw, 1.7rem);
  background: linear-gradient(to left, #d8c89a, #8a7040);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.asset-performance-section__coupon-heading strong {
  font-family: var(--sub-font-bold);

  font-size: clamp(1.6rem, 1.5vw, 2.4rem);

  color: #ffffff;
}

.asset-performance-section__info-card--coupon p {
  margin: clamp(1.2rem, 1.3vw, 1.7rem) clamp(1.2rem, 2.5vw, 4rem) 0;

  font-family: var(--sub-font);

  font-size: clamp(1.4rem, 0.9vw, 1.7rem);

  line-height: 1.25;

  color: #666666;
}

.asset-performance-section__main-card {
  transform-style: preserve-3d;
  will-change: transform;
  perspective: 1000px;
}


/* wealth-journey-section */


.wealth-journey-section {
  --journey-gold: #8c7a4a;
  --journey-gold-light: #c9b98c;
  padding: clamp(5rem, 10vw, 18rem) 50px;
  background-color: var(--bg-color);
  position: relative;
  overflow: hidden;
}

.wealth-journey-section__title {
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.wealth-journey-section__title .js-reveal-line__inner {
  color: var(--light-black);
}

/* ---------- Desktop / tablet zig-zag graphic ---------- */

.wealth-journey-section__graphic {
  position: relative;
  width: 100%;
  aspect-ratio: 1747 / 706;
  margin: 0px auto;
  margin-top: -25rem;
}

.wealth-journey-section__path {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.wealth-journey-section__line {
  fill: none;
  stroke: var(--journey-gold);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  /* Drawn in via GSAP ScrollTrigger — see index.js */
}

.wealth-journey-section__line-dot {
  fill: #c7b88b;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .wealth-journey-section__line {
    stroke-dashoffset: 0;
  }

  .wealth-journey-section__line-dot {
    opacity: 1;
  }
}

/* ---------- Ambient particle network background ---------- */

.wealth-journey-section__particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.wealth-journey-section__particles.is-ready {
  opacity: 1;
}

.wealth-journey-section>.container,
.wealth-journey-section__graphic,
.wealth-journey-section__timeline {
  position: relative;
  z-index: 1;
}

.wealth-journey-section__node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wealth-journey-section__icon-circle {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #f8f5f0;
}

.wealth-journey-section__icon-circle {
  max-width: 150px;
  border: 1px solid #c7b88b;
  padding: 15px;
}

.wealth-journey-section__node--start .wealth-journey-section__icon-circle {
  max-width: 74px;
  padding: 0;
}

.wealth-journey-section__icon-circle i {
  font-size: clamp(1.4rem, 1.7vw, 2rem);
  color: var(--journey-gold);
}

.wealth-journey-section__icon-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  user-select: none;
  pointer-events: none;
}

.wealth-journey-section__node--start .wealth-journey-section__icon-circle {
  border: 1px solid #d8c9a0;
  background: var(--bg-color);
}

.wealth-journey-section__dot {
  width: 45%;
  height: 45%;
  border-radius: 50%;
  background: #c7b88b;
  display: block;
}

.wealth-journey-section__label {
  margin-top: clamp(0.6rem, 1vw, 1.2rem);
  font-family: var(--sub-font-bold);
  font-size: clamp(1.4rem, 1.5vw, 2rem);
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--black);
  white-space: nowrap;
}

/* ---------- Mobile vertical timeline ---------- */

.wealth-journey-section__timeline {
  display: none;
}

@media (max-width: 1399px) {
  .wealth-journey-section__graphic {
    margin-top: -18rem;
  }
}

@media (max-width: 767.98px) {
  .wealth-journey-section__graphic {
    display: none;
  }

  .wealth-journey-section__timeline {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 34px;
  }

  .wealth-journey-section__timeline::before {
    content: "";
    position: absolute;
    left: 58px;
    top: 22px;
    bottom: 22px;
    width: 1px;
    background: linear-gradient(to bottom,
        var(--journey-gold-light),
        var(--journey-gold),
        var(--journey-gold-light));
  }

  .wealth-journey-section__t-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
  }

  .wealth-journey-section__t-icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bg-color);
    border: 1px solid var(--journey-gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wealth-journey-section__t-icon img {
    width: 100%;
    height: 100%;
  }

  .wealth-journey-section__t-item--start .wealth-journey-section__t-icon {
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }

  .wealth-journey-section__t-icon i {
    font-size: 3rem;
    color: var(--journey-gold);
  }

  .wealth-journey-section__t-icon .wealth-journey-section__dot {
    width: 20px;
    height: 20px;
  }

  .wealth-journey-section__t-label {
    font-family: var(--sub-font-bold);
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--black);
  }
}

/* PARENT */

.capabilities-section {
  width: 100%;
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: #fff;
  color: #111;
}

/* WRAPPER */

.capabilities-section .capabilities-wrapper {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}

/* HEADER */

.capabilities-section .capabilities-header {
  margin-bottom: clamp(3.5rem, 5vw, 5rem);
}

/* Label */

.capabilities-section .capabilities-label {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 10px;
  border: 0.1rem solid #aaa9a3;
  border-radius: 1.5rem;
  background: #fff;
  color: var(--black);
  font-family: var(--sub-font-bold);
  font-size: 1.8rem;
  line-height: 1;
  text-transform: uppercase;
  -webkit-border-radius: 1.5rem;
  -moz-border-radius: 1.5rem;
  -ms-border-radius: 1.5rem;
  -o-border-radius: 1.5rem;
  margin-bottom: 2rem;
}

/* Main heading */

.capabilities-section .section-title {
  max-width: 100%;
  font-family: var(--sub-font);
}

.capabilities-section .section-title span {
  font-family: var(--sub-font);
}

/* GRID */

.capabilities-section .capability-grid {
  --bs-gutter-x: clamp(3rem, 7vw, 9rem);
  --bs-gutter-y: 4rem;
}

.capabilities-section .capability-grid .col-sm-4 {
  border-right: 1px solid #c7b88b;
}

.capabilities-section .capability-grid .col-sm-4:last-child {
  border-right: none;
}

/* ITEM */

.capabilities-section .capability-item {
  width: 100%;
  height: 100%;
}

/* ICON */

.capabilities-section .capability-icon {
  width: 7rem;
  height: 7rem;

  margin-bottom: 2rem;

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

  color: #b49a5d;
}

.capabilities-section .capability-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 5px;
}

/* ITEM TITLE */

.capabilities-section .capability-title {
  max-width: 22rem;

  margin: 0 0 2rem;

  color: var(--black);
  font-family: var(--sub-font-bold);
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 1;
}

/* DESCRIPTION */

.capabilities-section .capability-description {
  max-width: 22rem;

  margin: 0;

  color: var(--black);
  font-family: var(--sub-font);
  font-size: clamp(1.5rem, 1.2vw, 2rem);
  line-height: 1;
}

/* INDUSTRY NETWORK */

.industry-network {
  --industry-green: #52613c;
  --industry-gold: #cdbb8c;
  --industry-line: #d8d8d2;
  --industry-black: #111111;
  --industry-white: #ffffff;

  width: 100%;
  padding: clamp(5rem, 7vw, 8rem) 0;

  background: #ffffff;
  color: var(--industry-black);
  overflow: hidden;
  position: relative;
}

/* HEADER */

.industry-network .industry-network__header {
  margin-bottom: clamp(3rem, 4vw, 4.5rem);

  text-align: center;
}

.industry-network .section-title {
  max-width: 100%;
  text-align: center;
}

.industry-network .section-title span {
  font-family: var(--sub-font);
}

/* SLIDER CONTAINER */

.industry-network .industry-network__slider {
  position: relative;

  width: 100%;
  max-width: 150rem;

  height: 26rem;

  margin: 0 auto;
}

/* CURVED SVG */

.industry-network .industry-network__curve {
  position: absolute;

  top: 20px;
  left: 0;

  width: 100%;
  height: 100%;

  pointer-events: none;

  z-index: 1;
}

/* SLIDER TRACK */

.industry-network .industry-network__track {
  position: absolute;

  inset: 0;

  z-index: 3;
}

/* INDUSTRY ITEM */

.industry-network .industry-network__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--industry-black);
  cursor: pointer;
  transform: translate3d(var(--x), var(--y), 0) translate(-50%, -50%);
  transition:
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
  -webkit-transition:
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition:
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition:
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition:
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ICON CIRCLE */

.industry-network .industry-network__icon {
  width: 9.4rem;
  height: 9.4rem;

  flex: 0 0 9.4rem;

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

  border: 0.1rem solid #d8c9a0;
  border-radius: 50%;

  background: #f8f5f0;

  color: #171717;

  transition:
    transform 0.45s ease,
    background 0.45s ease,
    box-shadow 0.45s ease;
}

.industry-network .industry-network__icon svg {
  width: 3.4rem;
  height: 3.4rem;

  display: block;
}

.industry-network .industry-network__icon img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;
  border-radius: 50%;
}

/* ACTIVE CENTER PILL Fixed, always-on badge that sits above the curve. Not one of the rotating items - the icons simply circle behind it. */

.industry-network .industry-network__active {
  position: absolute;

  top: -0.6rem;
  left: 50%;

  z-index: 6;

  width: 25rem;
  height: 6.5rem;

  padding: 0 1.8rem;

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

  overflow: hidden;
  border-radius: 2.8rem;

  color: #ffffff;

  transform: translate(-50%, 0);

  box-shadow: 0 0.6rem 1.8rem rgba(15, 25, 10, 0.25);
}

/* Photo layer. Set inline via JS (background-image on this element, not a CSS custom property) so the relative image URL resolves against the document instead of index.css. */
.industry-network .industry-network__active-bg {
  position: absolute;

  inset: 0;

  z-index: 0;

  opacity: 0;

  background-color: #35502a;

  background-image: radial-gradient(120% 150% at 22% 10%,
      #5c7a44 0%,
      #35502a 45%,
      #182410 100%);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  transition: opacity 0.6s ease;
}

.industry-network .industry-network__active-bg.is-visible {
  opacity: 1;
}

/* Fixed dark overlay so the text stays readable no matter which photo is behind it. */
.industry-network .industry-network__active::before {
  content: "";

  position: absolute;

  inset: 0;

  z-index: 1;

  background: linear-gradient(180deg,
      rgba(10, 18, 8, 0.15) 0%,
      rgba(8, 14, 6, 0.65) 100%);
}

.industry-network .industry-network__active-text {
  position: relative;

  z-index: 2;

  display: block;

  text-align: center;
  white-space: nowrap;
  font-family: var(--sub-font-bold);
  font-size: clamp(1.6rem, 1.3vw, 2.2rem);
  line-height: 1.2;
  transition: opacity 0.25s ease;
}

/* ACTIVE ITEM The item that lands directly behind the fixed pill fades out rather than being drawn on top of it. */

.industry-network .industry-network__item.is-active {
  pointer-events: none;
}

.industry-network .industry-network__item.is-active .industry-network__icon {
  opacity: 0;
  transform: scale(0.7);
}

/* HOVER */

.industry-network .industry-network__item:not(.is-active):hover .industry-network__icon {
  transform: scale(1.08);

  background: #fffdf8;

  box-shadow: 0 0 0 0.8rem rgba(205, 187, 140, 0.1);
}

/* CONTROLS */

.industry-network .industry-network__control {
  position: absolute;

  top: 50%;

  z-index: 10;

  width: 3.8rem;
  height: 3.8rem;

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

  padding: 0;

  border: 0.1rem solid #dddddd;
  border-radius: 50%;

  background: #ffffff;

  color: #222222;

  opacity: 0;

  cursor: pointer;

  transform: translateY(-50%);

  transition:
    opacity 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.industry-network .industry-network__control svg {
  width: 1.8rem;
  height: 1.8rem;
}

.industry-network .industry-network__control--prev {
  left: 1rem;
}

.industry-network .industry-network__control--next {
  right: 1rem;
}

.industry-network .industry-network__slider:hover .industry-network__control {
  opacity: 1;
}

.industry-network .industry-network__control:hover {
  background: var(--industry-green);
  color: #ffffff;
}

.investment-section {
  --investment-black: #0b0b0b;
  --investment-white: #ffffff;
  --investment-glass: rgba(65, 65, 65, 0.55);
  --investment-border: rgba(255, 255, 255, 0.08);
  --investment-cream: #f0f1ce;
  --investment-check: #4f6044;

  position: relative;
  isolation: isolate;

  width: 100%;
  min-height: clamp(56rem, 5vw, 70rem);

  display: flex;
  justify-content: center;

  overflow: hidden;

  padding-top: clamp(5rem, 7vw, 11rem);
  background-color: #c2c2c2;
}

/* BACKGROUND */

.investment-section .investment-section__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("../img/growthbg.webp") center bottom / cover no-repeat;
}

/* CONTENT */

.investment-section .investment-section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  gap: 14rem;
}

/* TITLE */

.investment-section .investment-section__title {
  max-width: 85rem;
  margin: 0;
  font-family: var(--sub-font-bold);
  font-size: clamp(3rem, 3vw, 5.5rem);
  line-height: 1;
  color: var(--black);
  text-align: center;
  margin: 0px auto;
  margin-bottom: 3rem;
}

.investment-section .investment-section__title .js-reveal-line__mask:last-child span {
  font-family: var(--sub-font-black);
}

/* DESCRIPTION */

.investment-section .investment-section__description {
  max-width: 80rem;
  color: var(--black);
  font-family: var(--sub-font);
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  margin: 0px auto;
  text-align: center;
  line-height: 1.1;
}

/* MAIN CARD */

.investment-section .investment-section__card {
  position: relative;
  z-index: 2;
  width: 100%;
  /* min-height: clamp(24rem, 31vw, 48rem); */
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(12rem, 16vw, 13rem);

  border-radius: 35px 35px 0 0;
  overflow: visible;
  -webkit-border-radius: 35px 35px 0 0;
  -moz-border-radius: 35px 35px 0 0;
  -ms-border-radius: 35px 35px 0 0;
  -o-border-radius: 35px 35px 0 0;
}

.investment-section .investment-section__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  filter: brightness(0.775);
  z-index: -1;
  border-radius: 35px 35px 0 0;
}

/* FEATURES */

.investment-section .investment-section__features {
  margin: 0;

  padding: 70px 6rem;

  padding-right: 0px;

  list-style: none;

  text-align: left;
  width: 100%;
  max-width: calc(100% - 20%);
}

.investment-section .investment-section__feature {
  display: flex;
  align-items: center;

  border-bottom: 1px solid #a3a3a3;

  color: var(--white);
  font-family: var(--sub-font);
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 18px;
  padding-bottom: 18px;
}

.investment-section .investment-section__feature:last-child {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* 800 INVEST COLUMN */

.investment-section .investment-section__invest {
  position: absolute;
  bottom: 0;
  right: 20%;
  height: calc(100% + 50px);
  z-index: 2;
  margin-top: -5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e7e7c5;
  border-radius: 1.6rem 1.6rem 0 0;
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 1.6rem 1.6rem 0 0;
  -moz-border-radius: 1.6rem 1.6rem 0 0;
  -ms-border-radius: 1.6rem 1.6rem 0 0;
  -o-border-radius: 1.6rem 1.6rem 0 0;
  padding-top: 45px;
  width: 274px;
}

/* INVEST TITLE */

.investment-section .investment-section__invest-title {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-family: var(--sub-font-bold);
  color: var(--black);
  font-size: clamp(2.1rem, 2vw, 3rem);
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 3rem;
}

/* ICON */

.investment-section .investment-section__icon {
  color: #a99556;

  font-size: clamp(1.7rem, 2vw, 2rem);

  line-height: 1;

  display: inline-flex;
  align-items: center;

  width: 4rem;
}

.investment-section .investment-section__icon svg {
  width: 100%;
  height: 100%;
}

/* CHECK LIST */

.investment-section .investment-section__checks {
  width: 100%;

  margin: 0;
  padding: 0 0 1rem;

  list-style: none;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.investment-section .investment-section__check {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #41502d;
  font-family: var(--sub-font-bold);
  font-size: 2.7rem;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.investment-opportunities {
  --investment-black: #111111;
  --investment-muted: #a4a39e;
  --investment-border: #deded9;
  --investment-icon: #56634a;

  width: 100%;

  padding: clamp(5rem, 7vw, 7rem) clamp(1.5rem, 3.8vw, 4rem) clamp(5rem, 7vw, 7rem);

  background: #ffffff;

  color: var(--investment-black);

  overflow: hidden;
}

/* HEADER */

.investment-opportunities .investment-opportunities__header {
  max-width: 100%;

  margin: 0 auto;

  text-align: center;
}

/* TITLE */

.investment-opportunities .investment-opportunities__title {
  margin: 0;

  font-family: var(--font-bold);
  font-size: clamp(3rem, 3vw, 5.5rem);
  line-height: 1.05;
}

/* Each heading line */

.investment-opportunities .investment-opportunities__title-line {
  display: flex;

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

  flex-wrap: wrap;

  column-gap: clamp(0.7rem, 1vw, 1rem);
}

.investment-opportunities .investment-opportunities__title-line--dark {
  margin-top: clamp(0.5rem, 0.8vw, 0.8rem);

  font-weight: 700;
}

/* Muted first line */

.investment-opportunities .investment-opportunities__muted {
  color: var(--light-black);
  font-family: var(--font-regular);
}

/* TITLE IMAGE */

.investment-opportunities .investment-opportunities__image {
  width: clamp(8rem, 7vw, 15rem);
  height: clamp(3rem, 3.6vw, 6rem);

  flex: 0 0 auto;

  display: block;

  overflow: hidden;

  border-radius: 50rem;
}

.investment-opportunities .investment-opportunities__image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  object-position: center;
}

/* Second image slightly different positioning */

.investment-opportunities .investment-opportunities__title-line--dark .investment-opportunities__image img {
  object-position: 70% center;
}

/* DESCRIPTION */

.investment-opportunities .investment-opportunities__description {
  max-width: 80rem;
  margin: clamp(2.5rem, 3vw, 5rem) auto 0;
  font-family: var(--sub-font);
  font-size: clamp(1.6rem, 1.4vw, 2.4rem);
  line-height: 1.28;
  color: var(--black);
}

/* ACTIONS */

.investment-opportunities .investment-opportunities__actions {
  display: flex;

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

  gap: clamp(1rem, 1.5vw, 1.5rem);

  margin-top: clamp(3rem, 3.8vw, 7rem);
}

/* BUTTON */

.investment-opportunities .investment-opportunities__button {
  min-width: clamp(8.5rem, 9vw, 9.5rem);

  min-height: 3.2rem;

  padding: 18px 21px;

  display: inline-flex;

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

  border-radius: 5rem;
  font-family: var(--font-bold);
  font-size: 1.8rem;

  line-height: 1;

  text-decoration: none;

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease;
}

.investment-opportunities .investment-opportunities__button:hover {
  transform: translateY(-0.2rem);
}

.investment-opportunities .investment-opportunities__button--light {
  background: #eeede7;

  color: black;
}

.investment-opportunities .investment-opportunities__button--light:hover {
  background: #e6e5df;

  color: #111111;
}

.investment-opportunities .investment-opportunities__button--dark {
  background: #111111;

  color: #ffffff;
}

.investment-opportunities .investment-opportunities__button--dark:hover {
  background: #2b2b2b;

  color: #ffffff;
}

/* CARDS WRAPPER */

.investment-opportunities .investment-opportunities__cards {
  max-width: 150rem;

  margin: clamp(5rem, 6vw, 6.5rem) auto 0;

  row-gap: clamp(2rem, 2.5vw, 2.5rem);
}

/* CARD */

.investment-opportunities .investment-opportunities__card {
  height: 100%;
  padding: clamp(2rem, 2vw, 4rem) clamp(1.6rem, 1.8vw, 3rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #dad9d4;
  border-radius: 1.2rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  -ms-border-radius: 1.2rem;
  -o-border-radius: 1.2rem;
  -webkit-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  -moz-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  -ms-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  -o-transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}

.investment-opportunities .investment-opportunities__card:hover {
  transform: translateY(-0.4rem);

  border-color: #cfcfc9;

  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.06);
}

/* ICON */

.investment-opportunities .investment-opportunities__icon {
  width: clamp(5rem, 5vw, 8rem);
  height: clamp(5rem, 5vw, 8rem);

  margin-bottom: clamp(2rem, 3vw, 4rem);

  display: flex;

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

.investment-opportunities .investment-opportunities__icon img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;

  object-position: left center;
}

/* CARD TITLE */

.investment-opportunities .investment-opportunities__card-title {
  margin: 0;

  font-family: var(--sub-font-bold);
  font-size: clamp(2rem, 1.5vw, 2.4rem);

  line-height: 1.2;
  color: var(--black);
}

.industry-network__label {
  display: none !important;
}

/* CARD TEXT */

.investment-opportunities .investment-opportunities__card-text {
  margin: clamp(1rem, 1.1vw, 1.2rem) 0 0;

  font-family: var(--sub-font);
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);

  line-height: 1.25;

  color: var(--black);
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

  .investment-opportunities .investment-opportunities__card,
  .investment-opportunities .investment-opportunities__button {
    transition: none;
  }
}

/* INVESTMENT OPPORTUNITIES - RESPONSIVE The title font-size and the inline title images are now clamp()-based above so they already scale down with the viewport - the same rules apply at every width. What's left here: - The card grid is already responsive via Bootstrap's col-12 / col-sm-6 / col-lg-3 classes on the markup, so it isn't touched here. - "__desktop-break" is a manual <br> meant only for the wide desktop line length - on narrower screens the text should just wrap naturally instead of breaking at a fixed, now-awkward spot. - Padding/gaps/font sizes get scaled down to match. */

@media (max-width: 991.98px) {
  .investment-opportunities .investment-opportunities__desktop-break {
    display: none;
  }

  .investment-opportunities .investment-opportunities__description {
    font-size: 1.9rem;
  }

  .investment-opportunities .investment-opportunities__icon {
    width: 6rem;
    height: 6rem;

    margin-bottom: 2.5rem;
  }

  .investment-opportunities .investment-opportunities__card-title {
    font-size: 2.2rem;
  }

  .investment-opportunities .investment-opportunities__card-text {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .investment-opportunities {
    padding: 4rem 1.5rem 4rem;
  }

  .investment-opportunities .investment-opportunities__title {
    line-height: 1.1;
  }

  .investment-opportunities .investment-opportunities__description {
    font-size: 1.6rem;
  }

  .investment-opportunities .investment-opportunities__actions {
    flex-direction: column;

    width: 100%;
  }

  .investment-opportunities .investment-opportunities__button {
    width: 100%;
  }

  .investment-opportunities .investment-opportunities__card {
    padding: 2.4rem 1.8rem;
  }

  .investment-opportunities .investment-opportunities__icon {
    width: 5rem;
    height: 5rem;

    margin-bottom: 2rem;
  }

  .portfolio-control-section__card {
    max-width: 300px;
    margin: 0px auto;
  }
}

/* GLOBAL */
.invest-contact,
.invest-contact * {
  box-sizing: border-box;
}

/* MAIN SECTION */

.invest-contact {
  position: relative;
  width: 100%;
  min-height: 50.5rem;
  overflow: hidden;
  background: var(--invest-white);
  border-top: 0.1rem solid #c7b88b;
}

/* CONTENT WRAPPER */
.invest-contact .container {
  position: relative;
  z-index: 3;
}

/* TOP CONTENT */
.invest-contact .invest-contact__content {
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  width: 100%;
  padding-top: 10rem;
}

/* TITLE */
.invest-contact .invest-contact__title {
  font-family: var(--sub-font-bold);
  font-size: clamp(3rem, 3vw, 5.5rem);
  line-height: 1;
  color: var(--black);
}

/* INFORMATION COLUMNS */
.invest-contact .invest-contact__info {
  display: grid;
  grid-template-columns: minmax(18rem, 1fr) minmax(18rem, 1fr);
  margin-left: auto;
  width: min(55rem, 52%);
  border-left: 0.1rem solid var(--invest-border);
}

/* INFO ITEM */
.invest-contact .invest-contact__item {
  min-height: 13.5rem;
  padding: 2rem 3rem;
  border-left: 0.1rem solid #c7b88b !important;
  height: 100%;
}

.invest-contact .invest-contact__item:last-child {
  border-right: 0;
}

/* INFO TITLE */
.invest-contact .invest-contact__item-title {
  margin: 0 0 1.6rem;
  font-family: var(--font-bold);
  font-size: 2.4rem;
  line-height: normal;
  color: var(--black);
}

/* INFO TEXT */
.invest-contact .invest-contact__item-text {
  font-family: var(--font-regular);
  font-size: 2rem;
  line-height: normal;
  color: var(--black);
}

/* EMAIL LINK */
.invest-contact .invest-contact__email {
  display: inline-block;
  color: var(--invest-black);
  transition: color var(--invest-transition);
}

.invest-contact .invest-contact__email:hover {
  color: #8d7330;
}

.invest-contact__landscape img {
  object-position: center center;
  object-fit: cover;
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {

  .invest-contact *,
  .invest-contact *::before,
  .invest-contact *::after {
    transition-duration: 0.01ms !important;
  }
}

/* INVESTMENT SECTION - RESPONSIVE Desktop keeps the "800 Invest" panel absolutely positioned beside the feature list (grid + floating card). That panel has a fixed pixel width, so below the width it was designed for it starts overlapping the feature text instead of sitting beside it. From 991.98px down, the card switches to a single stacked column - features on top, the invest panel as a full-width block below it in normal flow - which is what actually needs to change per width; everything else here just scales spacing/type down to match. */

@media (max-width: 1199.98px) {
  .investment-section .investment-section__content {
    gap: 8rem;
  }
}

@media (max-width: 991.98px) {
  .investment-section {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .investment-section .investment-section__content {
    gap: 4rem;
  }

  .investment-section .investment-section__card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .investment-section .investment-section__features {
    max-width: 100%;
    padding: 5rem 4rem;
  }

  /* Each feature carries its own check inline now that the card is stacked, replacing the separate per-row checks column below. */
  .investment-section .investment-section__feature {
    gap: 1.2rem;
  }

  .investment-section .investment-section__feature::before {
    content: "✓";

    flex-shrink: 0;

    color: #41502d;
    font-family: var(--sub-font-bold);
  }

  .investment-section .investment-section__invest {
    position: static;

    width: 100%;
    height: auto;

    margin-top: 0;

    padding-top: 3rem;
    padding-bottom: 3rem;

    border-radius: 0 0 1.6rem 1.6rem;
    -webkit-border-radius: 0 0 1.6rem 1.6rem;
    -moz-border-radius: 0 0 1.6rem 1.6rem;
    -ms-border-radius: 0 0 1.6rem 1.6rem;
    -o-border-radius: 0 0 1.6rem 1.6rem;
  }

  .investment-section .investment-section__invest-title {
    font-size: 2.6rem;
    margin-bottom: 0;
  }

  .investment-section .investment-section__checks {
    display: none;
  }

  .invest-contact .invest-contact__content {
    padding-top: 7rem;
  }
}

@media (max-width: 767.98px) {
  .investment-section .investment-section__title {
    margin-bottom: 2rem;
  }

  .investment-section .investment-section__features {
    padding: 4rem 3rem;
  }

  .investment-section .investment-section__feature {
    font-size: 2rem;

    margin-bottom: 14px;
    padding-bottom: 14px;
  }
}

@media (max-width: 575.98px) {
  .investment-section {
    padding-top: 5rem;
    padding-bottom: 4rem;
  }

  .investment-section .investment-section__content {
    gap: 3rem;
  }

  .investment-section .investment-section__card {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
  }

  .investment-section .investment-section__card::before {
    border-radius: 20px 20px 0 0;
  }

  .investment-section .investment-section__features {
    padding: 3.5rem 2.2rem;
  }

  .investment-section .investment-section__feature {
    font-size: 1.7rem;
  }

  .investment-section .investment-section__invest {
    padding-top: 2.5rem;

    border-radius: 0 0 1.2rem 1.2rem;
    -webkit-border-radius: 0 0 1.2rem 1.2rem;
    -moz-border-radius: 0 0 1.2rem 1.2rem;
    -ms-border-radius: 0 0 1.2rem 1.2rem;
    -o-border-radius: 0 0 1.2rem 1.2rem;
  }

  .investment-section .investment-section__invest-title {
    font-size: 2.1rem;
    margin-bottom: 0;
  }

  .invest-contact .invest-contact__content {
    padding-top: 0rem;
  }

  .invest-contact .invest-contact__title {
    padding: 2rem 3rem;
    padding-bottom: 0px;
  }

  .invest-contact .invest-contact__item {
    padding-bottom: 0px;
    min-height: auto;
  }

  .invest-contact {
    padding-top: 5rem;
  }
}

/* RESPONSIVE */

@media (max-width: 1199.98px) {
  .asset-performance-section {
    padding: 110px 0;
  }

  /* Below desktop width there isn't room for the card plus the two floating info-cards, so switch to a stacked column. */
  .asset-performance-section__main-card {
    width: min(48rem, 90%);
    aspect-ratio: auto;
    max-height: none;
    padding-top: clamp(15rem, 42vw, 20rem);
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .asset-performance-section__info-card {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .asset-performance-section__info-card--roi,
  .asset-performance-section__info-card--coupon {
    width: 100%;
    max-width: none;
  }

  .title-line.title-line--first {
    display: block !important;
    height: auto !important;
  }

  .industry-network .industry-network__slider {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    min-width: 150rem;
  }

  .industry-network {
    min-height: 50rem;
  }
}

@media (max-width: 991.98px) {

  .site-header .main-nav,
  .site-header .desktop-language {
    display: none;
  }

  .site-header .menu-toggle {
    display: flex;
  }

  .site-header .header-container {
    width: min(calc(100% - clamp(3rem, 7vw, 6rem)), 144rem);
  }

  .wealth-hero__rock-left,
  .wealth-hero__rock-right {
    display: none;
  }

  .section-title {
    text-align: center;
  }

  /* The pinned hero (see index.js) needs clearance from the fixed site-header, or the eyebrow/title clip behind it on phones/tablets. */
  .wealth-hero {
    padding-top: clamp(12rem, 14vw, 18rem);
  }

  /* Below tablet width the whole visual switches to a centered, stacked column and the card shrinks further. */
  .asset-performance-section {
    padding: 90px 0;
  }

  .asset-performance-section__visual {
    flex-direction: column;
    gap: 3rem;
  }

  .asset-performance-section__branch {
    display: none;
  }

  .asset-performance-section__main-card {
    width: min(45rem, 100%);
  }

  .asset-performance-section__info-card--roi,
  .asset-performance-section__info-card--coupon {
    max-width: 45rem;
  }

  .capabilities-section .capabilities-header {
    text-align: center;
  }
}

/* Short-viewport safety net: on phones where height is tight relative to width
   (e.g. 320x568, 360x640), keep the hero's eyebrow/title/description/dashboard
   image from being squeezed against the fixed header or the next section. Only
   spacing and image size are trimmed here — layout and type scale are untouched. */
@media (max-height: 700px) and (max-width: 575.98px) {
  .wealth-hero {
    padding-top: clamp(9rem, 14vw, 13rem);
  }

  .wealth-hero .wealth-hero__eyebrow {
    margin-bottom: 1.2rem;
  }

  .wealth-hero .wealth-hero__description {
    margin-top: 1.2rem;
  }

}

@media (max-width: 575.98px) {
  .site-header {
    --header-height: 6.5rem;
  }

  .site-header .header-container {
    width: calc(100% - 3rem);
  }

  .site-header .brand-mark {
    font-size: 2.6rem;
  }

  .site-header .brand-text {
    font-size: 0.9rem;
    letter-spacing: 0.35rem;
  }

  .site-header .menu-toggle {
    width: 4rem;
    height: 4rem;
  }

  .site-header .brand-mark img {
    max-width: 150px;
  }

  .asset-performance-section {
    padding: 60px 0;
  }

  .asset-performance-section__main-card {
    padding: 2rem 1.6rem;
  }

  .asset-performance-section__coupon-heading {
    flex-wrap: wrap;
  }

  .asset-performance-section__feature:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .asset-performance-section__feature {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .capabilities-section .capability-item {
    text-align: center;
  }

  .capabilities-section .capability-icon {
    margin: 0px auto;
    margin-bottom: 2rem;
  }

  .capabilities-section .capability-title {
    margin: 0px auto;
    margin-bottom: 2rem;
  }

  .capabilities-section .capability-description {
    margin: 0px auto;
  }

  .industry-network {
    min-height: 40rem;
  }
}

@media (max-width: 374.98px) {
  .site-header {
    --header-height: 6.2rem;
  }

  .site-header .header-container {
    width: calc(100% - 2.4rem);
  }

  .site-header .brand-mark {
    font-size: 2.4rem;
  }

  .site-header .brand-text {
    font-size: 0.8rem;
  }
}

/* ACCESSIBILITY */

.site-header .nav-link-custom:focus-visible,
.site-header .language-selector:focus-visible,
.site-header .menu-toggle:focus-visible,
.site-header .mobile-nav-link:focus-visible {
  outline: 0.2rem solid var(--brand-color);
  outline-offset: 0.4rem;
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

  .site-header *,
  .site-header *::before,
  .site-header *::after {
    transition-duration: 0.01ms !important;
  }
}

/* ====================== */
/* ABOUTPAGE */
/* ====================== */

.about-wealth-hero {

  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-wealth-hero .wealth-hero__title {
  line-height: normal;
}

.about-wealth-hero .wealth-hero__content {
  text-align: left;
}

.about-wealth-hero .wealth-hero__description {
  margin: 0px 0px;
  margin-top: clamp(4rem, 4vw, 7rem);
  margin-bottom: clamp(3rem, 4.5vw, 6rem);
  max-width: 65rem;
  font-size: clamp(1.6rem, 1.5vw, 2.5rem);
  line-height: 1.5;
}



/* ================== FAMILY INTRO Parent class scopes the entire component ============== */
.family-intro {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: clamp(6rem, 8vw, 10rem) 0;
  font-family: var(--font-regular);
  color: var(--black);
  background: var(--white);
}


.family-intro .family-intro__content {
  max-width: 100%;
}

.common__eyebrow {
  display: block;
  margin-bottom: 1.5rem;
  font-family: var(--font-medium);
  font-size: clamp(1.6rem, 1.2vw, 2.5rem);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--secondary);
}

.family-intro .common__eyebrow {
  margin-bottom: clamp(2.4rem, 3vw, 5rem);
}

.common__title {
  max-width: 100%;
  margin: 0 0 2rem;
  font-family: var(--font-bold);
  font-size: clamp(3rem, 3vw, 5.5rem);
  line-height: 1.08;
  color: var(--black);
}

.family-intro .common__title {
  margin: 0 0 clamp(2.2rem, 2.5vw, 3.2rem);
}

.common__text {
  margin: 0;
  font-family: var(--font-regular);
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.55;
  color: var(--black);
}

.family-intro .common__text {
  max-width: 55rem;
}

.family-intro .common__text+.common__text {
  margin-top: clamp(2.4rem, 2.5vw, 3.5rem);
}

.family-intro .family-intro__features {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
}

.family-intro .family-feature {
  display: flex;
  align-items: center;
  gap: clamp(2.2rem, 2.2vw, 3.4rem);

}

.family-intro .family-feature+.family-feature {
  border-top: 0.1rem solid #E5D8C7;
  padding-top: 3rem;
  margin-top: 3rem;
}

.family-intro .family-feature__icon {
  flex: 0 0 clamp(7.8rem, 7vw, 11.7rem);
  width: clamp(7.8rem, 7vw, 11.7rem);
  height: clamp(7.8rem, 7vw, 11.7rem);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid var(--primary);
  border-radius: 50%;
  background: var(--white);
}

.family-intro .family-feature__icon img {
  display: block;
  width: clamp(3.4rem, 3vw, 5rem);
  height: clamp(3.4rem, 3vw, 5rem);
  object-fit: contain;
}

.family-intro .family-feature__content {
  flex: 1;
  min-width: 0;
}

.family-intro .family-feature__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-bold);
  font-size: clamp(1.9rem, 1.6vw, 2.4rem);
  line-height: 1.2;
  color: var(--black);
}

.family-intro .family-feature__description {
  max-width: 24rem;
  margin: 0;
  font-family: var(--font-regular);
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  line-height: 1.45;
  color: var(--black);
}


/* ===== EXECUTIVE SUMMARY ====== */
.executive-summary {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(5rem, 7vw, 8rem) 0 clamp(4.5rem, 6vw, 7rem);
  background: var(--bg-color);
}

.executive-summary .executive-summary__header {
  width: 100%;
  text-align: center;
}

.executive-summary .common__text {
  max-width: 900px;
  margin: 0px auto;
}



.executive-summary .executive-summary__grid {
  margin: 2rem auto 0;
}

.executive-summary .executive-summary__item {
  position: relative;
  min-height: 16rem;
  padding: 0 3rem;
  text-align: center;
  height: 100%;
}

.executive-summary .executive-summary__grid>.col-lg-3:not(:last-child) .executive-summary__item::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: 0;
  width: 0.1rem;
  height: 18.5rem;
  background: #E5D8C7;
}

.executive-summary .executive-summary__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  height: 6rem;
  margin: 0 auto 3rem;
}

.executive-summary .executive-summary__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.executive-summary .executive-summary__item-title {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(1.8rem, 1.5vw, 2.5rem);
  line-height: 1.08;
  color: var(--black);
}

.executive-summary .executive-summary__item-text {
  margin: 1rem 0 0;
  font-family: var(--font-regular);
  font-size: clamp(1.6rem, 1.2vw, 2rem);
  line-height: 1.35;
  color: var(--black);
}


/* ===== MAIN SECTION ====== */
.trust-reasons {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(6rem, 7.5vw, 9rem) 0 clamp(6rem, 7.5vw, 9rem);
  background: var(--white);
  font-family: var(--font-regular);
  color: var(--trust-text);
}

.trust-reasons .trust-reasons__header {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  text-align: center;
}

.trust-reasons .common__title {
  font-size: clamp(3rem, 3vw, 5.5rem);
}

.trust-reasons .trust-reasons__grid {
  margin: clamp(5rem, 5.5vw, 6.5rem) auto 0;
  row-gap: clamp(3rem, 6vw, 7rem);
}

.trust-reasons .trust-reasons__item {
  width: 100%;
  text-align: center;
}

.trust-reasons .trust-reasons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(8rem, 5.5vw, 10rem);
  height: clamp(8rem, 5.5vw, 10rem);
  margin: 0 auto clamp(1.5rem, 1.7vw, 1.8rem);
  border: 0.1rem solid var(--primary);
  border-radius: 50%;
  background: var(--white);
}

.trust-reasons .trust-reasons__icon img {
  display: block;
  width: 100%;
  max-width: 6.4rem;
  padding: 0.8rem;
  object-fit: contain;
}

.trust-reasons .trust-reasons__item-title {
  margin: 0;
  font-family: var(--font-bold);
  font-size: clamp(1.8rem, 1.5vw, 2.8rem);
  line-height: 1.15;

  color: var(--black);
}

.trust-reasons .trust-reasons__item-description {
  max-width: 29rem;
  margin-inline: auto;
  margin: clamp(1.5rem, 1.7vw, 1.8rem) auto 0;
  font-family: var(--font-regular);
  font-size: clamp(1.4rem, 1vw, 2rem);
  line-height: 1.32;
  color: var(--black);
  max-width: 31rem;
}


/* ===== ENGAGEMENT STANDARD SECTION ====== */
.engagement-standard {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(6rem, 7.5vw, 9rem) 0;
  background: var(--bg-color);
  font-family: var(--font-regular);
}

.engagement-standard .engagement-standard__header {
  width: 100%;
  text-align: center;
}


.engagement-standard .engagement-standard__grid {
  margin: clamp(4rem, 5.5vw, 6.5rem) auto 0;
  row-gap: clamp(3rem, 5vw, 5rem);
}

.engagement-standard .engagement-standard__grid>div:not(:last-child) .engagement-standard__item::after {
  content: "";
  position: absolute;
  top: 2.8rem;
  right: 0;
  width: 0.1rem;
  height: 18.5rem;
  background: #E5D8C7;
}

.engagement-standard .engagement-standard__grid .col-md-4:last-child {
  border-right: none;
}

@media (max-width: 767px) {
  .engagement-standard .engagement-standard__grid .col-md-4 {
    border-right: none;
  }
}

.engagement-standard .engagement-standard__item {
  width: 100%;
  padding: 0px 3rem;
  text-align: center;
  position: relative;
}

.engagement-standard .engagement-standard__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(6.4rem, 4.5vw, 8.4rem);
  height: clamp(6.4rem, 4.5vw, 8.4rem);
  margin: 0 auto clamp(1.5rem, 1.7vw, 1.8rem);
  border-radius: 50%;
  background: linear-gradient(135deg, #D8C89A, #8A7040);
  border: 1px solid #707070;
}

.engagement-standard .engagement-standard__icon img {
  width: 100%;
  max-width: 45px;
}

.engagement-standard .engagement-standard__item-title {
  margin: 0 auto;
  font-family: var(--font-bold);
  font-size: clamp(1.8rem, 2vw, 3rem);
  line-height: 1.15;
  color: var(--black);
  width: 100%;
  max-width: 30rem;
}

.engagement-standard .engagement-standard__item-description {
  max-width: 26rem;
  margin: clamp(1.2rem, 1.5vw, 1.6rem) auto 0;
  font-family: var(--font-regular);
  font-size: clamp(1.4rem, 1.25vw, 2rem);
  line-height: 1.32;
  color: var(--black);
}



@media (max-width: 991px) {
  .family-intro .family-intro__features {
    margin-left: 0px;
  }

  .executive-summary .executive-summary__grid>.col-lg-3:not(:last-child) .executive-summary__item::after {
    content: "";
    position: absolute;
    top: 2.8rem;
    right: 0;
    width: 0.1rem;
    height: 18.5rem;
    background: #E5D8C7;
    display: none;
  }

  .executive-summary .executive-summary__item {
    border: 1px solid #E5D8C7;
    padding: 20px 10px;
  }

  .about-wealth-hero {
    min-height: 70dvh;
    background-position: center;
  }

  .assets-wealth-hero {
    min-height: 70dvh !important;
  }

}


@media (max-width: 767.98px) {
  .about-wealth-hero .wealth-hero__content {
    text-align: center;
  }

  .about-wealth-hero {
    min-height: 90dvh;
    background-position: center;
  }

  .assets-wealth-hero {
    min-height: 90dvh !important;
  }

  .assets-wealth-hero {
    min-height: 90dvh;
  }

  .about-wealth-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: -2;
  }

  .about-wealth-hero .wealth-hero__title,
  .about-wealth-hero .wealth-hero__subtitle,
  .about-wealth-hero .wealth-hero__description {
    color: var(--white);
  }

}


/* ====================== */
/* Solution Page */
/* ====================== */

.solution-wealth-hero .wealth-hero__content p {
  margin-bottom: 4rem !important;
}

.solution-wealth-hero .wealth-hero__content>p:last-of-type {
  margin-top: 0px;
  margin-bottom: 4rem !important;
}


/* *== MAIN SECTION ====*/
.investment-plans-section {
  width: 100%;
  padding: clamp(4rem, 6vw, 7rem) 0 clamp(3rem, 5vw, 5rem);

  background: var(--white);
  overflow: hidden;
}


.investment-plans-section .investment-plans-section__plans {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: clamp(3rem, 3vw, 4.2rem);

  align-items: stretch;
}


.investment-plans-section .investment-plans-section__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: clamp(40rem, 44vw, 50rem);

  padding: clamp(1.8rem, 2.4vw, 2.8rem);

  background: #FBFAF8;

  border: 1px solid #E5D8C7;
  border-radius: 1.1rem;

  overflow: hidden;
}


.investment-plans-section .investment-plans-section__header {
  position: relative;

  padding-right: 7.5rem;

  margin-bottom: 2.2rem;
}



.investment-plans-section .investment-plans-section__title {
  margin: 0;
  font-family: var(--font-bold), Arial, sans-serif;
  font-size: clamp(2.4rem, 2.6vw, 4rem);
  line-height: 1;
  color: var(--black);
}

.investment-plans-section .investment-plans-section__title span {
  color: #91835A;

}


.investment-plans-section .investment-plans-section__subtitle {
  margin: 0.7rem 0 0;

  color: var(--secondary);

  font-family: var(--font-bold), Arial, sans-serif;

  font-size: clamp(1.3rem, 1.2vw, 1.7rem);

  line-height: 1.2;


  text-transform: uppercase;
}


.investment-plans-section .investment-plans-section__badge {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 0.9rem;
  background: linear-gradient(190deg, #D8C89A, #8A7040);
  color: var(--white);
  font-family: var(--font-bold), Arial, sans-serif;
  font-size: clamp(1.3rem, 1.2vw, 1.5rem);
  line-height: 1;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  -ms-border-radius: 0.9rem;
  -o-border-radius: 0.9rem;
}


.investment-plans-section .investment-plans-section__intro {

  display: flex;
  align-items: start;
  gap: clamp(1.6rem, 2.4vw, 3rem);

  padding: 2rem 0rem;

  border-top:
    1px solid #E5D8C7;

  border-bottom:
    1px solid #E5D8C7;

  min-height: 220px;
}


.investment-plans-section .investment-plans-section__icon {
  width: clamp(6rem, 6vw, 7rem);
  min-width: clamp(6rem, 6vw, 7rem);
  height: clamp(6rem, 6vw, 7rem);

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

  flex-shrink: 0;

  border: 1px solid #c49b4f;

  border-radius: 50%;
}

.investment-plans-section .investment-plans-section__icon img {
  width: clamp(3.2rem, 3vw, 3.8rem);
  height: clamp(3.2rem, 3vw, 3.8rem);

  object-fit: contain;
}


.investment-plans-section .investment-plans-section__intro-content {
  min-width: 0;
}


.investment-plans-section .investment-plans-section__heading {
  margin: 0 0 1rem;

  font-family: var(--sub-font-semibold), Arial, sans-serif;

  font-size: clamp(1.5rem, 1.4vw, 2rem);

  line-height: 1.25;
}



.investment-plans-section .investment-plans-section__description {
  margin: 0;

  font-family: var(--font-regular), Arial, sans-serif;

  font-size: clamp(1.4rem, 1.1vw, 1.7rem);

  line-height: 1.25;

  color: #222;

  margin-bottom: 2rem;
}


.investment-plans-section .investment-plans-section__details {
  width: 100%;
}



.investment-plans-section .investment-plans-section__detail-row {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr) minmax(0, 1.05fr);

  align-items: center;

  min-height: 3.6rem;

  border-bottom:
    1px solid #E5D8C7;

  padding: 1.5rem 0px 1.5rem 0px;
}


.investment-plans-section .investment-plans-section__detail-label {
  padding-left:
    clamp(0.8rem, 1.6vw, 2rem);

  font-family:
    var(--font-medium), Arial, sans-serif;

  font-size:
    clamp(1.4rem, 1.2vw, 1.7rem);

  line-height: 1.2;

  color: var(--black);
}



.investment-plans-section .investment-plans-section__detail-value {
  padding-left: 1rem;

  font-family:
    var(--font-bold), Arial, sans-serif;

  font-size:
    clamp(1.4rem, 1.2vw, 1.7rem);

  line-height: 1.15;

  color: var(--black);
}


.investment-plans-section .investment-plans-section__detail-value--highlight {
  color: #91835A;
}



.investment-plans-section .investment-plans-section__best-suited {
  display: flex;
  align-items: center;
  gap: 2rem;
  align-items: center;
  margin-top: 4rem;
  padding: 1.6rem;
  background: #F6F3EE;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}


.investment-plans-section .investment-plans-section__user-icon {
  width: 3.6rem;
  min-width: 3.6rem;
  height: 3.6rem;

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

  border: 1px solid #c49b4f;

  border-radius: 50%;
}

.investment-plans-section .investment-plans-section__user-icon img {
  width: 1.4rem;
  height: 1.4rem;

  object-fit: contain;
}

.investment-plans-section .investment-plans-section__best-suite p {
  margin: 0;

  font-family:
    var(--font-regular), Arial, sans-serif;

  font-size:
    clamp(1.3rem, 1.1vw, 1.6rem);

  line-height: 1.25;

  color: var(--black);
}

.investment-plans-section .investment-plans-section__best-suited-text,
.investment-plans-section .investment-plans-section__best-suited p {
  margin: 0;

  font-family:
    var(--font-regular), Arial, sans-serif;

  font-size:
    clamp(1.3rem, 1.1vw, 1.6rem);

  line-height: 1.25;

  color: var(--black);
}

.investment-plans-section .investment-plans-section__best-suited-text strong,
.investment-plans-section .investment-plans-section__best-suited p strong {
  font-family:
    var(--font-bold), Arial, sans-serif;
}



.investment-plans-section .investment-plans-section__message {
  max-width: 65rem;

  margin:
    clamp(2.2rem, 3vw, 2.8rem) auto 0;

  text-align: center;

  color: #91835A;

  font-family:
    var(--font-medium), Arial, sans-serif;

  font-size:
    clamp(1.6rem, 1.6vw, 2.4rem);

  line-height: 1.2;
}


/* ======= SECTION ========= */
.investment-process {
  position: relative;
  overflow: hidden;
  background: var(--bg-color);
  padding-top: clamp(5.5rem, 6.4vw, 7.5rem);
  padding-bottom: clamp(5.5rem, 6.4vw, 7.5rem);
}

.investment-process .investment-process__header {
  margin-bottom: clamp(5.2rem, 5.6vw, 6.8rem);
  text-align: center;
}

.investment-process .investment-process__eyebrow {
  margin: 0 0 clamp(1.6rem, 1.6vw, 2rem);
  color: #c9b274;
  font-family: var(--font-medium);
  font-size: clamp(1.5rem, 1.35vw, 1.7rem);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.investment-process .investment-process__title {
  max-width: 100rem;
  margin: 0 auto;
  color: var(--black);
  font-family: var(--font-bold);
  font-size: clamp(2.7rem, 3vw, 3.5rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.investment-process .investment-process__timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

/* Main horizontal line */
.investment-process .investment-process__timeline::before {
  content: "";
  position: absolute;
  top: 5.2rem;
  left: 12.2rem;
  right: 4.2rem;
  height: 0.1rem;
  background: #D8C89A;
  z-index: 0;
  width: 100%;
  max-width: calc(100% - 250px);
}

.investment-process .investment-process__item {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 clamp(0.8rem, 1.3vw, 1.8rem);
  text-align: center;
}

.investment-process .investment-process__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4.8rem;
  right: -0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--secondary);
  transform: translateX(50%);
  z-index: 3;
}

.investment-process .investment-process__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(7.5rem, 10vw, 10rem);
  height: clamp(7.5rem, 10vw, 10rem);
  margin: 0 auto clamp(2.3rem, 2.2vw, 2.7rem);
  border: 0.1rem solid var(--secondary);
  border-radius: 50%;
  background: var(--white);
}

.investment-process .investment-process__icon img {
  display: block;
  width: 100%;
  max-width: 40px;
  height: 40px;
  object-fit: contain;
}

.investment-process .investment-process__item-title {
  min-height: 4.5rem;
  margin: 0 0 clamp(1.3rem, 1.3vw, 1.6rem);
  color: var(--black);
  font-family: var(--font-bold);
  font-size: clamp(1.7rem, 1.55vw, 2.6rem);
  line-height: 1.12;
}

.investment-process .investment-process__item-text {
  max-width: 19rem;
  margin: 0 auto;
  color: var(--black);
  font-family: var(--font-regular);
  font-size: clamp(1.5rem, 1.15vw, 1.8rem);
  line-height: 1.42;
}


@media (max-width: 991.98px) {
  .investment-process {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .investment-process .investment-process__item {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .investment-process .investment-process__item-text {
    max-width: 16rem;
  }

  .investment-process {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .investment-process .investment-process__header {
    margin-bottom: 4.5rem;
  }

  /* Convert horizontal timeline into vertical timeline. */
  .investment-process .investment-process__timeline {
    display: flex;
    flex-direction: column;
    max-width: 52rem;
  }

  /* Vertical timeline line */
  .investment-process .investment-process__timeline::before {
    top: 4rem;
    bottom: 4rem;
    left: 4rem;
    right: auto;
    width: 0.1rem;
    height: auto;
  }

  /* Item */
  .investment-process .investment-process__item {
    display: grid;
    grid-template-columns: 8rem 1fr;
    column-gap: 2.5rem;
    padding: 0;
    text-align: left;
  }

  .investment-process .investment-process__item+.investment-process__item {
    margin-top: 4rem;
  }

  /* Icon */
  .investment-process .investment-process__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 8rem;
    height: 8rem;
    margin: 0;
  }

  /* Title */
  .investment-process .investment-process__item-title {
    grid-column: 2;
    grid-row: 1;
    min-height: auto;
    margin: 0 0 0.9rem;
    padding-top: 0.8rem;
  }

  /* Description */
  .investment-process .investment-process__item-text {
    grid-column: 2;
    grid-row: 2;
    max-width: 100%;
    margin: 0;
  }

  /* Vertical separator dots */
  .investment-process .investment-process__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -2.25rem;
    left: 3.75rem;
    width: 0.55rem;
    height: 0.55rem;
    transform: translateX(0);
  }

  .investment-plans-section .investment-plans-section__plans {
    grid-template-columns: minmax(0, 1fr);
    gap: clamp(2.4rem, 4vw, 3rem);
  }

  .investment-plans-section .investment-plans-section__card {
    min-height: 0;
  }

  .investment-plans-section .investment-plans-section__intro {
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .investment-process {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .investment-process .investment-process__header {
    margin-bottom: 4.5rem;
  }

  /* Convert horizontal timeline into vertical timeline. */
  .investment-process .investment-process__timeline {
    display: flex;
    flex-direction: column;
    max-width: 52rem;
  }

  /* Vertical timeline line */
  .investment-process .investment-process__timeline::before {
    top: 4rem;
    bottom: 4rem;
    left: 4rem;
    right: auto;
    width: 0.1rem;
    height: auto;
  }

  /* Item */
  .investment-process .investment-process__item {
    display: grid;
    grid-template-columns: 8rem 1fr;
    column-gap: 2.5rem;
    padding: 0;
    text-align: left;
  }

  .investment-process .investment-process__item+.investment-process__item {
    margin-top: 4rem;
  }

  /* Icon */
  .investment-process .investment-process__icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 8rem;
    height: 8rem;
    margin: 0;
  }

  /* Title */
  .investment-process .investment-process__item-title {
    grid-column: 2;
    grid-row: 1;
    min-height: auto;
    margin: 0 0 0.9rem;
    padding-top: 0.8rem;
  }

  /* Description */
  .investment-process .investment-process__item-text {
    grid-column: 2;
    grid-row: 2;
    max-width: 100%;
    margin: 0;
  }

  /* Vertical separator dots */
  .investment-process .investment-process__item:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -2.25rem;
    left: 3.75rem;
    width: 0.55rem;
    height: 0.55rem;
    transform: translateX(0);
  }
}

@media (max-width: 575.98px) {
  .investment-process {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .investment-process .investment-process__header {
    margin-bottom: 4rem;
  }

  .investment-process .investment-process__eyebrow {
    font-size: 1.4rem;
  }

  .investment-process .investment-process__title {
    font-size: clamp(2.5rem, 7.2vw, 3rem);
    line-height: 1.16;
  }

  .investment-process .investment-process__timeline {
    max-width: 100%;
  }

  .investment-process .investment-process__item {
    grid-template-columns: 6.8rem 1fr;
    column-gap: 2rem;
  }

  .investment-process .investment-process__timeline::before {
    left: 3.4rem;
  }

  .investment-process .investment-process__icon {
    width: 6.8rem;
    height: 6.8rem;
  }

  .investment-process .investment-process__icon img {
    width: 2.6rem;
    height: 2.6rem;
  }

  .investment-process .investment-process__item-title {
    padding-top: 0.4rem;
    font-size: 1.7rem;
  }

  .investment-process .investment-process__item-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .investment-process .investment-process__item:not(:last-child)::after {
    bottom: -2.2rem;
    left: 3.15rem;
  }

  .investment-process .investment-process__item+.investment-process__item {
    margin-top: 4rem;
  }

  .investment-plans-section .investment-plans-section__header {
    padding-right: 0;
  }

  .investment-plans-section .investment-plans-section__badge {
    position: static;
    display: inline-flex;
    margin-bottom: 1.2rem;
    margin-top: 1rem;
  }

  .investment-plans-section .investment-plans-section__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }

  .investment-plans-section .investment-plans-section__best-suited {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem;
    margin-top: 3rem;
  }
}

@media (max-width: 374.98px) {
  .investment-process {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .investment-process .investment-process__item {
    grid-template-columns: 6rem 1fr;
    column-gap: 1.6rem;
  }

  .investment-process .investment-process__timeline::before {
    left: 3rem;
  }

  .investment-process .investment-process__icon {
    width: 6rem;
    height: 6rem;
  }

  .investment-process .investment-process__icon img {
    width: 2.3rem;
    height: 2.3rem;
  }

  .investment-process .investment-process__item:not(:last-child)::after {
    left: 2.75rem;
  }

  .investment-plans-section .investment-plans-section__card {
    padding: 1.8rem;
  }

  .investment-plans-section .investment-plans-section__detail-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.4rem;
    padding: 1.4rem 0;
  }

  .investment-plans-section .investment-plans-section__detail-label,
  .investment-plans-section .investment-plans-section__detail-value {
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {

  .investment-process *,
  .investment-process *::before,
  .investment-process *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}


/* ====================== */
/* ASSETS PAGE */
/* ====================== */

.banner-btn {
  display: inline-block;
  padding: clamp(1.2rem, 1.2vw, 1.5rem) clamp(2.4rem, 2.5vw, 3rem);
  font-family: var(--font-medium);
  font-size: clamp(1.6rem, 1.8vw, 2.2rem);
  line-height: 1;
  background: #000 !important;
  color: var(--secondary);
  border-radius: clamp(1.2rem, 1.6vw, 2rem);
  margin-top: clamp(4rem, 6vw, 10rem);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.banner-btn:hover {
  background: var(--primary) !important;
  color: var(--white) !important;
}

.assets-wealth-hero {
  min-height: 100dvh;
}

.assets-wealth-hero .wealth-hero__content>p:last-of-type {
  margin-bottom: 0px !important;
}


/* === SECTION ==== */
.investment-horizons {
  position: relative;
  overflow: hidden;
  background: var(--white);
  padding-top: clamp(5rem, 6vw, 7rem);
  padding-bottom: clamp(5rem, 6vw, 7rem);
}

.investment-horizons .investment-horizons__header {
  margin: 0 auto clamp(3rem, 3.5vw, 5rem);
  text-align: left;
}

.investment-horizons .common__text {
  max-width: 700px;
}

.investment-horizons .investment-horizons__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem clamp(2rem, 2vw, 4rem);
  margin: 0 auto;
}

.investment-horizons .investment-horizons__card {
  display: grid;
  grid-template-columns: 54% 46%;
  min-height: clamp(27rem, 29vw, 31rem);
  overflow: hidden;
  border: 0.1rem solid #E5D8C7;
  border-radius: clamp(1rem, 1.2vw, 1.8rem);
  background: #FBFAF8;
  -webkit-border-radius: clamp(1rem, 1.2vw, 1.8rem);
  -moz-border-radius: clamp(1rem, 1.2vw, 1.8rem);
  -ms-border-radius: clamp(1rem, 1.2vw, 1.8rem);
  -o-border-radius: clamp(1rem, 1.2vw, 1.8rem);
}

.investment-horizons .investment-horizons__image {
  position: relative;
  min-width: 0;
  min-height: 100%;
  overflow: hidden;
}

.investment-horizons .investment-horizons__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

/* Optional subtle image interaction */
.investment-horizons .investment-horizons__card:hover .investment-horizons__image img {
  transform: scale(1.03);
}

.investment-horizons .investment-horizons__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-width: 0;
  padding: clamp(2.8rem, 3vw, 3.8rem) clamp(2rem, 2.2vw, 3rem);
}

.investment-horizons .investment-horizons__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: clamp(5rem, 6vw, 8rem);
  height: clamp(5rem, 6vw, 8rem);
  margin-bottom: clamp(1.5rem, 1.4vw, 1.8rem);
  border: 0.1rem solid #c69c4c;
  border-radius: 50%;
  background: var(--white);
}

.investment-horizons .investment-horizons__icon img {
  display: block;
  width: clamp(2rem, 2.2vw, 4rem);
  height: clamp(2rem, 2.2vw, 4rem);
  object-fit: contain;
}

.investment-horizons .investment-horizons__card-title {
  margin: 0 0 clamp(1.2rem, 1.3vw, 1.8rem);
  color: var(--black);
  font-family: var(--font-bold);
  font-size: clamp(1.7rem, 1.65vw, 2.6rem);
  line-height: 1.08;
}

.investment-horizons .investment-horizons__card-text {
  /* max-width: 15rem; */
  margin: 0;
  color: var(--black);
  font-family: var(--font-regular);
  font-size: clamp(1.5rem, 1.15vw, 2rem);
  line-height: 1.27;
}

@media (max-width: 1199.98px) {
  .investment-horizons {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .investment-horizons .investment-horizons__header,
  .investment-horizons .investment-horizons__grid {
    width: min(100%, 90rem);
  }

  .investment-horizons .investment-horizons__card {
    grid-template-columns: 52% 48%;
  }

  .investment-horizons .investment-horizons__content {
    padding: 2.6rem 2rem;
  }

  .investment-horizons .investment-horizons__card-text {
    max-width: 15rem;
  }
}

@media (max-width: 991.98px) {
  .investment-horizons .investment-horizons__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .investment-horizons .investment-horizons__card {
    grid-template-columns: 50% 50%;
    min-height: 29rem;
  }

  .investment-horizons .investment-horizons__content {
    padding: 2.4rem 1.8rem;
  }

  .investment-horizons .investment-horizons__card-text {
    max-width: 14rem;
  }
}

@media (max-width: 767.98px) {
  .investment-horizons {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .investment-horizons .investment-horizons__header {
    width: 100%;
    margin-bottom: 3.5rem;
  }

  .investment-horizons .investment-horizons__intro {
    max-width: 60rem;
    line-height: 1.45;
  }

  .investment-horizons .investment-horizons__grid {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 1.6rem;
  }

  .investment-horizons .investment-horizons__card {
    grid-template-columns: 48% 52%;
    min-height: 28rem;
  }

  .investment-horizons .investment-horizons__content {
    padding: 2.6rem 2.4rem;
  }

  .investment-horizons .investment-horizons__card-text {
    max-width: 20rem;
  }
}

@media (max-width: 575.98px) {
  .investment-horizons {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .investment-horizons .investment-horizons__header {
    margin-bottom: 3rem;
  }

  .investment-horizons .investment-horizons__eyebrow {
    font-size: 1.3rem;
  }

  .investment-horizons .investment-horizons__title {
    font-size: clamp(2.6rem, 8vw, 3.2rem);
  }

  .investment-horizons .investment-horizons__intro {
    font-size: 1.4rem;
    line-height: 1.45;
  }

  .investment-horizons .investment-horizons__card {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .investment-horizons .investment-horizons__image {
    height: clamp(20rem, 58vw, 25rem);
  }

  .investment-horizons .investment-horizons__content {
    padding: 2.4rem 2rem;
  }

  .investment-horizons .investment-horizons__icon {
    width: 4.6rem;
    height: 4.6rem;
    margin-bottom: 1.4rem;
  }

  .investment-horizons .investment-horizons__card-title {
    font-size: 1.9rem;
  }

  .investment-horizons .investment-horizons__card-text {
    max-width: 100%;
    font-size: 1.4rem;
    line-height: 1.45;
  }
}

@media (max-width: 374.98px) {
  .investment-horizons {
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  .investment-horizons .investment-horizons__image {
    height: 19rem;
  }

  .investment-horizons .investment-horizons__content {
    padding: 2rem 1.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {

  .investment-horizons *,
  .investment-horizons *::before,
  .investment-horizons *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}


/* ============================================================
   CONTACT PAGE — GET IN TOUCH SECTION
   Split layout: intro copy on the left over a mountain photo
   that bleeds off the edge, a white form panel on the right.
   Stacks to a single column with the panel below the intro
   from tablet down.
============================================================ */

.get-in-touch-section {
  position: relative;
  overflow: hidden;
  background: var(--bg-color);
  /* Section sits directly under the fixed site-header (no hero
     above it on this page), so top padding needs enough room to
     clear the header instead of the tighter block-level spacing
     used lower on the page. */
  padding-top: clamp(15rem, 13vw, 16rem);
  padding-bottom: clamp(6rem, 9vw, 11rem);
}

/* BACKGROUND PHOTO — flipped so the ridge reads on the left,
   same as the site's other rock-hero imagery, with a warm
   fade so the form panel stays legible over it. */
.get-in-touch-section__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.get-in-touch-section__bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}


.get-in-touch-section .container {
  position: relative;
  z-index: 1;
}

.get-in-touch-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(3rem, 6vw, 8rem);
}

/* =========================
   INTRO
========================= */

.get-in-touch-section__intro {
  padding-top: clamp(1rem, 2vw, 3rem);
}

.get-in-touch-section__eyebrow {
  display: block;
  margin-bottom: clamp(1.2rem, 1.4vw, 1.8rem);
  font-family: var(--font-medium);
  font-size: clamp(1.3rem, 1.1vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}

.get-in-touch-section__title {
  margin: 0 0 clamp(6rem, 10vw, 14rem);
  position: relative;
}

.get-in-touch-section__title::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 93px;
  height: 2px;
  background: #B78A44;
}

.get-in-touch-section__title-line {
  display: block;
  font-family: var(--font-bold);
  font-size: clamp(3rem, 3vw, 5.5rem);
  line-height: normal;
  color: var(--black);
}

.get-in-touch-section__title-line--muted {
  color: var(--light-black);
}

.get-in-touch-section__text {
  margin: 0;
  max-width: 42rem;
  font-family: var(--font-regular);
  font-size: clamp(1.5rem, 1.5vw, 2.2rem);
  line-height: 1.6;
  color: var(--black);
}

/* =========================
   FORM PANEL
========================= */

.get-in-touch-section__panel {
  padding: clamp(3rem, 4vw, 5.6rem) clamp(3rem, 4vw, 4.6rem);
  background: var(--white);
  border: 0.1rem solid #ece5d8;
  border-radius: clamp(1.4rem, 1.6vw, 2rem);
  box-shadow: 0 2.4rem 5rem -2rem rgba(17, 17, 17, 0.12);
}

.get-in-touch-section__panel form {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 3vw, 4rem);
}

.get-in-touch-section__field {
  /* display: flex;
  align-items: start;
  gap: 1rem; */
	transform: none !important;
}

.get-in-touch-section__field div p:has(img) {
  display: flex;
  align-items: start;
  gap: 1rem;
  min-height: 28px;
}

.get-in-touch-section__field div p:has(img) br{
	display: none;
}

.get-in-touch-section__field > div:last-child {
  width: 100%;
}

.get-in-touch-section__label {
  display: flex;
  align-items: center;
  gap: 4rem;
  font-family: var(--sub-font-semibold);
  font-size: 1.6rem;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 0rem;
}

.get-in-touch-section__field img {

  padding-top: 0.2rem;
}

.get-in-touch-section__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.single-contact-row {
  grid-template-columns: 1fr;
}

.get-in-touch-section__input,
.get-in-touch-section__select {
  height: 5.5rem;
}

.get-in-touch-section__input,
.get-in-touch-section__select,
.get-in-touch-section__textarea {
  width: 100%;
  padding: clamp(1.1rem, 1.1vw, 1.4rem) clamp(1.4rem, 1.4vw, 1.6rem);
  font-family: var(--font-regular);
  font-size: clamp(1.4rem, 1vw, 1.5rem);
  line-height: 1.3;
  color: var(--black);
  background: transparent;
  border: 0.1rem solid #E5D8C7;
  border-radius: clamp(0.8rem, 0.9vw, 1rem);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
  -webkit-border-radius: clamp(0.8rem, 0.9vw, 1rem);
  -moz-border-radius: clamp(0.8rem, 0.9vw, 1rem);
  -ms-border-radius: clamp(0.8rem, 0.9vw, 1rem);
  -o-border-radius: clamp(0.8rem, 0.9vw, 1rem);
}

.get-in-touch-section__input::placeholder,
.get-in-touch-section__textarea::placeholder {
  color: var(--black);
  opacity: 1;
}

.iti .iti__selected-dial-code{
	font-family: var(--font-regular);
	font-size: 14px;
	color: var(--black);
}

.get-in-touch-section__input:focus,
.get-in-touch-section__select:focus,
.get-in-touch-section__textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 0.3rem rgba(183, 138, 68, 0.16);
}

.get-in-touch-section__textarea {
  resize: vertical;
  min-height: 15rem;
}

.get-in-touch-section__select-wrap {
  position: relative;
}

.get-in-touch-section__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: clamp(3.2rem, 3vw, 3.8rem);
  cursor: pointer;
}



.get-in-touch-section__select-wrap::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: clamp(1.3rem, 1.3vw, 1.6rem);
  transform: translateY(-50%);
  color: var(--light-black);
  pointer-events: none;
}

.get-in-touch-section__select-wrap:has(.wpcf7-not-valid-tip)::after {
  top: 38%;
}

.get-in-touch-section__submit {
  display: block;
  width: 100%;
  padding: clamp(1.4rem, 1.4vw, 1.7rem);
  font-family: var(--font-regular);
  font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  line-height: 1;
  color: var(--white);
  background: var(--black);
  border: none;
  border-radius: clamp(0.8rem, 0.9vw, 1.1rem);
  cursor: pointer;
  transition: background-color 0.25s ease, transform 0.25s ease;
  -webkit-transition: background-color 0.25s ease, transform 0.25s ease;
}

.get-in-touch-section__submit br,
.get-in-touch-section__label br {
  display: none;
}

.get-in-touch-section__submit:hover {
  background: var(--primary);
}

.get-in-touch-section__submit:active {
  transform: scale(0.98);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1199.98px) {
  .get-in-touch-section__grid {
    gap: clamp(2.4rem, 5vw, 4rem);
  }
}

@media (max-width: 991.98px) {
  /* .get-in-touch-section {
    padding-top: clamp(9rem, 22vw, 12rem);
  } */

  .get-in-touch-section__grid {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .get-in-touch-section__intro {
    padding-top: 0;
  }


  .get-in-touch-section__text {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {


  .get-in-touch-section__label {
    gap: 1.2rem;
  }

  .assets-wealth-hero .common__eyebrow {
    color: var(--white);
  }
}

@media (max-width: 575.98px) {
  .get-in-touch-section {
    padding-top: 12rem;
    padding-bottom: 5rem;
  }

  .get-in-touch-section__form {
    gap: 2rem;
  }


  .get-in-touch-section__field img {
    width: 2rem;
    padding-top: 0.4rem;
  }

  .get-in-touch-section__label {
    margin-bottom: 1rem;
  }

  .get-in-touch-section__textarea {
    min-height: 11rem;
  }

  .get-in-touch-section__row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }


}


@media (prefers-reduced-motion: reduce) {

  .get-in-touch-section *,
  .get-in-touch-section *::before,
  .get-in-touch-section *::after {
    transition: none !important;
    animation: none !important;
  }
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-family: var(--font-regular);
}

.wpcf7 form.invalid .wpcf7-response-output {
  font-size: 14px;
  font-family: var(--font-regular);
  text-align: center !important;
  margin: 0 !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-family: var(--font-medium);
  font-size: 1.7rem;
}

.gt_float_switcher img {
  width: 25px !important;
}

.gt_float_switcher {
  position: relative;
  overflow: visible !important;
}

.gt_float_switcher .gt_options {
  position: absolute !important;
  left: 10px;
  top: 35px;
  background-color: var(--white);
}

.gt_float_switcher .gt_options a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.menu-toggle-main {
  display: flex;
  align-items: center;
}
/* 
.iti input.iti__tel-input{
	z-index: 1 !important;
} */

.iti__search-input{
	padding: 10px !important;
	border: 1px solid rgba(0,0,0,0.1) !important;
	font-family: var(--font-regular);
	font-size: 12px;
}

.iti__country-name{
	font-family: var(--font-regular);
	font-size: 14px;
}

.get-in-touch-section__select option{
	font-size: 13px !important;
}


