.elementor-21 .elementor-element.elementor-element-6fe50ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-7db9a6b */@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Inter:wght@300;400;500;600&display=swap');

:root{
  --bg:#0b0b09;
  --bg-soft:#12120f;
  --bg-card:#171713;
  --text:#f3eee8;
  --text-soft:rgba(243,238,232,0.68);
  --muted:rgba(243,238,232,0.42);
  --gold:#b89355;
  --gold-soft:#d3a869;
  --border:rgba(184,147,85,0.18);
  --border-soft:rgba(184,147,85,0.08);
  --radius:22px;
  --shadow:0 24px 70px rgba(0,0,0,0.28);
  --container:min(1180px, calc(100% - 48px));
}

*,
*::before,
*::after{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:'Inter',sans-serif;
  overflow-x:hidden;
}

img{
  max-width:100%;
  display:block;
}

a{
  color:inherit;
  text-decoration:none;
}

.vg-homepage{
  position:relative;
}

.vg-container{
  width:var(--container);
  margin:0 auto;
}

.vg-section{
  padding:clamp(4.5rem, 8vw, 7rem) 0;
  border-top:1px solid var(--border-soft);
}

.vg-section-label{
  font-size:.62rem;
  letter-spacing:.30em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:1rem;
}

.vg-section-title{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(2.6rem, 5vw, 5.4rem);
  font-weight:400;
  line-height:.98;
  letter-spacing:.01em;
}

.vg-section-title em{
  font-style:italic;
  color:var(--gold);
}

.vg-copy{
  margin-top:1.2rem;
  max-width:42rem;
  color:var(--text-soft);
  font-size:.98rem;
  line-height:1.95;
}

/* PRELOADER */
#vg-preloader{
  position:fixed;
  inset:0;
  z-index:99999;
  background:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:opacity .9s ease, visibility .9s ease;
}

#vg-preloader.vg-hide{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.vg-preloader-inner{
  text-align:center;
  padding:20px;
}

.vg-preloader-inner h1{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(42px, 5vw, 88px);
  font-weight:400;
  color:var(--text);
  letter-spacing:.04em;
  opacity:0;
  transform:translateY(16px);
  animation:vgFadeUp 1s ease forwards;
}

.vg-preloader-line{
  display:block;
  width:0;
  height:1px;
  background:var(--gold);
  margin:18px auto 18px;
  animation:vgLineGrow 1s ease .6s forwards;
}

.vg-preloader-inner p{
  margin:0;
  font-size:12px;
  letter-spacing:.38em;
  color:rgba(255,255,255,.44);
  opacity:0;
  transform:translateY(16px);
  animation:vgFadeUp 1s ease 1s forwards;
}

@keyframes vgFadeUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes vgLineGrow{
  to{
    width:220px;
  }
}

/* HERO */
.vg-hero{
  padding-top:clamp(7rem, 11vw, 10rem);
  border-top:none;
}

.vg-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:clamp(2rem, 5vw, 4rem);
  align-items:center;
}

.vg-eyebrow{
  margin-bottom:1.25rem;
  font-size:.64rem;
  letter-spacing:.26em;
  text-transform:uppercase;
  color:var(--gold);
}

.vg-hero h1{
  margin:0;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(3.4rem, 8vw, 7rem);
  font-weight:400;
  line-height:.9;
  letter-spacing:-.01em;
  max-width:7.5ch;
}

.vg-hero h1 em{
  color:var(--gold);
  font-style:italic;
}

.vg-hero-divider{
  width:150px;
  height:1px;
  background:var(--gold);
  margin:1.5rem 0;
}

.vg-hero-lead{
  margin:0;
  max-width:34rem;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(1.12rem, 2vw, 1.45rem);
  line-height:1.7;
  color:rgba(243,238,232,.82);
}

.vg-hero-text{
  margin:1rem 0 0;
  max-width:34rem;
  font-size:.96rem;
  line-height:1.95;
  color:var(--text-soft);
}

.vg-hero-actions{
  display:flex;
  gap:1rem;
  flex-wrap:wrap;
  margin-top:2rem;
}

.vg-btn{
  display:inline-flex;
  align-items/* End custom CSS */