* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: #f8f9fa;
  color: #2c3e50;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: "Playfair Display", serif;
  color: #0f172a;
  font-weight: 600;
  line-height: 1.2;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}

ul {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  background-color: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}
.btn.btn-primary:hover {
  background-color: transparent;
  color: #0f172a;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #0f172a;
  border-color: #0f172a;
}
.btn.btn-secondary:hover {
  background-color: #0f172a;
  color: #ffffff;
}

.eyebrow {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c5a059;
  margin-bottom: 1rem;
  font-weight: 600;
}

.navbar {
  padding: 1rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: transparent;
  transition: background-color 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
  border-bottom: 1px solid transparent;
}
.navbar.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}
.navbar.scrolled .logo {
  color: #0f172a;
}
.navbar.scrolled .nav-links a {
  color: #2c3e50;
}
.navbar.scrolled .nav-links a:hover {
  color: #c5a059;
}
.navbar.scrolled .hamburger span {
  background-color: #0f172a;
}
.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .logo {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  max-width: 300px;
  display: inline-block;
  transition: color 0.3s ease;
}
.navbar .nav-links {
  display: flex;
  gap: 3rem;
}
.navbar .nav-links a {
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
  transition: color 0.3s ease;
}
.navbar .nav-links a:hover {
  color: #c5a059;
}
.navbar .hamburger {
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
.navbar .hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.navbar .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.navbar .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.navbar .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

.hero {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 4rem;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  filter: blur(4px);
}
.hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
  max-width: 800px;
  color: #ffffff;
}
.hero p {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin-bottom: 3rem;
}
.hero .btn-primary {
  background-color: #ffffff;
  color: #0f172a;
  border-color: #ffffff;
}
.hero .btn-primary:hover {
  background-color: transparent;
  color: #ffffff;
}

.trust-banner {
  background-color: #e2e8f0;
  padding: 1.5rem 0;
  text-align: center;
}
.trust-banner p {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2a4075;
  letter-spacing: 0.5px;
}

.section {
  padding: 8rem 0;
}
.section .section-header {
  margin-bottom: 5rem;
}
.section .section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.section .section-header p {
  font-size: 1.1rem;
  color: #476481;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.grid-3 .card {
  background: #ffffff;
  padding: 3rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.grid-3 .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-color: #c5a059;
}
.grid-3 .card .icon {
  font-size: 2rem;
  color: #c5a059;
  margin-bottom: 1.5rem;
}
.grid-3 .card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-family: "Manrope", sans-serif;
}
.grid-3 .card p {
  font-size: 0.95rem;
  color: #3e5871;
}

.funds {
  background-image: url("TrellisMetal.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #ffffff;
}
.funds::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.funds .container {
  position: relative;
  z-index: 1;
}
.funds .funds-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.funds h2 {
  color: #ffffff;
}
.funds p {
  color: rgba(255, 255, 255, 0.9);
}
.funds .fund-item {
  margin-top: 3rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: all 0.3s ease;
  text-align: left;
}
.funds .fund-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #c5a059;
}
.funds .fund-item h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
}
.funds .fund-item p {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.family-office {
  background-color: #0f172a;
  color: #ffffff;
  text-align: center;
}
.family-office h2 {
  color: #ffffff;
  margin-bottom: 2rem;
}
.family-office .lead {
  font-size: 1.5rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-bottom: 2rem;
  color: #c5a059;
}
.family-office p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
}
.family-office .wealth-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 6rem;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.family-office .wealth-grid .wealth-item {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.family-office .wealth-grid .wealth-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.family-office .wealth-grid .wealth-item h4 {
  color: #c5a059;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.family-office .wealth-grid .wealth-item p {
  font-size: 0.95rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.contact .contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
}
.contact .contact-details {
  margin-top: 4rem;
  display: grid;
  gap: 2rem;
}
.contact .contact-details .detail strong {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #698bac;
  margin-bottom: 0.25rem;
}
.contact .contact-form {
  background: #ffffff;
  padding: 3rem;
  border: 1px solid #e2e8f0;
}
.contact .contact-form .form-group {
  margin-bottom: 2rem;
}
.contact .contact-form .form-group label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.contact .contact-form .form-group input, .contact .contact-form .form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  background-color: #f8f9fa;
  font-family: inherit;
  transition: border-color 0.3s ease;
}
.contact .contact-form .form-group input:focus, .contact .contact-form .form-group textarea:focus {
  outline: none;
  border-color: #0f172a;
}

footer {
  padding: 4rem 0;
  border-top: 1px solid #e2e8f0;
}
footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-logo {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.25rem;
}
footer .copyright {
  font-size: 0.85rem;
  color: #698bac;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.5rem !important;
  }
  .grid-3, .split-layout, .contact-wrapper, .wealth-grid {
    grid-template-columns: 1fr !important;
  }
  .container {
    padding: 0 1rem;
  }
  .navbar .hamburger {
    display: block;
    z-index: 1001;
  }
  .navbar .hamburger.active {
    position: fixed;
    top: 2.5rem;
    right: 2.5rem;
  }
  .navbar .hamburger.active span {
    background-color: #0f172a;
  }
  .navbar .nav-links {
    position: fixed;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    width: auto;
    height: auto;
    min-height: 50vh;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2), 0 0 0 100vh rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding: 2rem;
    z-index: 999;
  }
  .navbar .nav-links.active {
    opacity: 1;
    visibility: visible;
  }
  .navbar .nav-links li {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease 0.1s;
  }
  .navbar .nav-links.active li {
    opacity: 1;
    transform: translateY(0);
  }
  .navbar .nav-links a {
    color: #2c3e50;
    font-size: 1.2rem;
  }
  .navbar .nav-links a:hover {
    color: #c5a059;
  }
  .visual-content {
    display: none !important;
  }
  .hero {
    text-align: center;
    justify-content: center;
  }
  .hero h1 {
    font-size: 2.5rem;
  }
  .hero p {
    margin: 0 auto 3rem;
  }
  .footer-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */